	  	      /*Navigation*/
/* CSS Document */

body {

  font-size:22px;
  color: #ffffff;
  margin: 0;
  padding: 0;
  word-wrap:break-word !important;
  }

 
.h4, h4 {
    font-size: 18px;
}

#container {
  margin: 0 auto;
  max-width: 890px;
}


.toggle,
[id^=drop] {
  display: none;
}

/* Giving a background-color to the nav container. */
nav { 
    margin: 0;
    height: auto;
    padding: 0;
    width: 100%;
    background-color: #2E3638;
    position: fixed;
    top: 0;
    z-index: 1;
}

#logo {
  display: block;
  padding: 0 30px;
  float: right;
  font-size:20px;
  line-height: 60px;
}

/* Since we'll have the "ul li" "float:left"
 * we need to add a clear after the container. */

nav:after {
  content:"";
  display:table;
  clear:both;
}

/* Removing padding, margin and "list-style" from the "ul",
 * and adding "position:reltive" */
nav ul {
  float: left;
  padding:0;
  margin:0;
  list-style: none;
  position: relative;
  }
  
/* Positioning the navigation items inline */
nav ul li {
  margin: 0px;
  display:inline-block;
  float: left;
      line-height: 1em; 

  }

/* Styling the links */
nav a {
     display: block;
    padding: 14px 20px;
    color: #FFF;
    text-transform: uppercase;
    font-size: 15px;
    text-decoration: none;
    font-weight: 400;
}


nav ul li ul li:hover { background: #000000; }

/* Background color change on Hover */
nav a:hover { 
  color: #a94442;
  text-decoration: none;
}

/* Hide Dropdowns by Default
 * and giving it a position of absolute */
nav ul ul {
  display: none;
  position: absolute; 
  /* has to be the same number as the "line-height" of "nav a" */
  top: 60px; 
}
  
/* Display Dropdowns on Hover */
nav ul li:hover > ul {
  display:inherit;
}
  
/* Fisrt Tier Dropdown */
nav ul ul li {
  width:170px;
  float:none;
  display:list-item;
  position: relative;
}

/* Second, Third and more Tiers 
 * We move the 2nd and 3rd etc tier dropdowns to the left
 * by the amount of the width of the first tier.
*/
nav ul ul ul li {
  position: relative;
  top:-60px;
  /* has to be the same number as the "width" of "nav ul ul li" */ 
  left:170px; 
}

  
/* Change ' +' in order to change the Dropdown symbol */
li > a:after { content:  ' +'; }
li > a:only-child:after { content: ''; }


/* Media Queries
--------------------------------------------- */

@media all and (max-width : 768px) {

  #logo {
    display: block;
    padding: 0;
    width: 100%;
    text-align: center;
    float: none;
  }

  nav {
    margin: 0;
  }

  /* Hide the navigation menu by default */
  /* Also hide the  */
  .toggle + a,
  .menu {
    display: none;
  }

  /* Stylinf the toggle lable */
  .toggle {
    display: block;
    background-color: #254441;
    padding:14px 20px;  
    color:#FFF;
    font-size:17px;
    text-decoration:none;
    border:none;
  }

  .toggle:hover {
    background-color: #000000;
  }

  /* Display Dropdown when clicked on Parent Lable */
  [id^=drop]:checked + ul {
    display: block;
  }

  /* Change menu item's width to 100% */
  nav ul li {
    display: block;
    width: 100%;
    }

  nav ul ul .toggle,
  nav ul ul a {
    padding: 0 40px;
  }

  nav ul ul ul a {
    padding: 0 80px;
  }

  nav a:hover,
  nav ul ul ul a {
    background-color: #000000;
  }
  
  nav ul li ul li .toggle,
  nav ul ul a,
  nav ul ul ul a{
    padding:14px 20px;  
    color:#FFF;
    font-size:17px; 
  }
  
  
  nav ul li ul li .toggle,
  nav ul ul a {
    background-color: #212121; 
  }

  /* Hide Dropdowns by Default */
  nav ul ul {
    float: none;
    position:static;
    color: #ffffff;
    /* has to be the same number as the "line-height" of "nav a" */
  }
    
  /* Hide menus on hover */
  nav ul ul li:hover > ul,
  nav ul li:hover > ul {
    display: none;
  }
    
  /* Fisrt Tier Dropdown */
  nav ul ul li {
    display: block;
    width: 100%;
  }

  nav ul ul ul li {
    position: static;
    /* has to be the same number as the "width" of "nav ul ul li" */ 

  }

}

@media all and (max-width : 330px) {

  nav ul li {
    display:block;
    width: 94%;
  }

}
a.active {
    color: #a94442;
}
.asd5{
      font-size: 36px;
    margin-top: 0;
    /* float: right; */
    /* right: 14px; */
        margin-left: 1048%;
}
/*Navigation*/  
	
/*.wrapper{
  width:70%;
}
@media(max-width:992px){
 .wrapper{
  width:100%;
} 
}*/
.panel-heading {
  padding: 0;
	border:0;
}
.panel-title>a, .panel-title>a:active{
	display:block;
	padding:15px;
  color:#fff;
  font-size:16px;
  font-weight:bold;
	text-transform:uppercase;
	letter-spacing:1px;
  word-spacing:3px;
	text-decoration:none;
	 font-family: 'Ubuntu', sans-serif !important;
}
.panel-heading  a:before {
   font-family: 'Glyphicons Halflings';
   content: "\2228";
   float: right;
   transition: all 0.5s;
    font-family: 'Ubuntu', sans-serif !important;
    color: #676767;
}
.panel-heading.active a:before {
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	transform: rotate(180deg);
	 font-family: 'Ubuntu', sans-serif !important;
} 

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, p, blockquote, th, td {
  margin: 0;
  padding: 0;
  font-size: 13px;
  direction: ltr;
}

.sectionClass {
  padding: 20px 0px 50px 0px;
  position: relative;
  display: block;
}

.fullWidth {
  width: 100% !important;
  display: table;
  float: none;
  padding: 0;
  min-height: 1px;
  height: 100%;
  position: relative;
}


.sectiontitle {
  background-position: center;
  margin: 30px 0 0px;
  text-align: center;
  min-height: 20px;
}

.sectiontitle h2 {
  font-size: 30px;
  color: #222;
  margin-bottom: 0px;
  padding-right: 10px;
  padding-left: 10px;
}


.headerLine {
  width: 160px;
  height: 2px;
  display: inline-block;
  background: #101F2E;
}


.projectFactsWrap{
    display: flex;
  margin-top: 30px;
  flex-direction: row;
  flex-wrap: wrap;
}


#projectFacts .fullWidth{
  padding: 0;
}

.projectFactsWrap .item{
width: 20%;
    height: 100%;
       padding: 18px 0px 35px;
    text-align: center;
}


.projectFactsWrap .item p.number{
  font-size: 40px;
  padding: 0;
  font-weight: bold;
}

.projectFactsWrap .item p{
 color: rgb(46, 54, 56);
  font-size: 14px;
  font-weight: 500;
  margin: 0;
  padding: 10px;
font-family: 'Ubuntu', sans-serif !important;
}


.projectFactsWrap .item span{
  width: 60px;
    background: rgb(46, 54, 56);
  height: 2px;
  display: block;
  margin: 0 auto;
}


.projectFactsWrap .item i{
      vertical-align: middle;
    font-size: 50px;
    color: rgb(46, 54, 56);
}


.projectFactsWrap .item:hover i, .projectFactsWrap .item:hover p{
  color: #000;
}

.projectFactsWrap .item:hover span{
  background: white;
}

@media (max-width: 786px){
  .projectFactsWrap .item {
     flex: 0 0 50%;
  }
}

/* AUTHOR LINK */


footer{
  z-index: 100;
  padding-top: 50px;
  padding-bottom: 50px;
  width: 100%;
  bottom: 0;
  left: 0;
}

footer p {
color: rgba(255, 255, 255, 0.8);
  font-size: 16px;
  opacity: 0;
   font-family: 'Ubuntu', sans-serif !important;
  width: 100%;
    word-wrap: break-word;
  line-height: 25px;
  -webkit-transform: translateX(-200px);
  transform: translateX(-200px);
  margin: 0;
  -webkit-transition: all 250ms ease;
  -moz-transition: all 250ms ease;
  transition: all 250ms ease;
}

footer .authorWindow a{
  color: white;
  text-decoration: none;
}

footer p strong {
    color: rgba(255, 255, 255, 0.9);
}

.about-me-img {
  width: 120px;
  height: 120px;
  left: 10px;
  /* bottom: 30px; */
  position: relative;
  border-radius: 100px;
}


.about-me-img img {
}


.authorWindow{
  width: 600px;
  background: #75439a;
  padding: 22px 20px 22px 20px;
  border-radius: 5px;
  overflow: hidden;
}

.authorWindowWrapper{
  display: none;
  left: 110px;
  top: 0;
  padding-left: 25px;
  position: absolute;
}





.trans{
  opacity: 1;
  -webkit-transform: translateX(0px);
  transform: translateX(0px);
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  transition: all 500ms ease;
}
 .maindsa {
    font-size: 26px !important;
    font-weight: 500;
    color: #fff;
    margin-top: 3%;
    text-align: center;
}
@media screen and (max-width: 768px) {
     nav ul li a.asd5 {
    margin-left: 0;
}
    .maindsa {
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    margin-top: 15%;
    text-align: center;
}
    .authorWindow{
         width: 210px;
    }

    .authorWindowWrapper{
             bottom: -170px;
  margin-bottom: 20px;
    }

    footer p{
          font-size: 14px;
    }
}

.main_div
  {
  text-align:center;
  background: #00C492;
  padding:20px; width: 400px;
  }
.inner_div
  {
  background: #fff;
  margin-top:20px;
  height: 100px;
  }
.buttons a
  {
  font-size: 16px;
  }
.buttons a:hover
  {
  cursor:pointer;
  font-size: 16px;
  }
  .asd{
  	    margin-left: -3%;
  }
.pad{
	    margin-top: 6%;
}


.txt{
	color: #000;
	font-family: 'Ubuntu', sans-serif !important;
}

.panel-default {
    border-color: #ddd0;
}
.pan1{
width: 70%;
}
.pan2{
width: 75%;
}
.pan3{
width: 80%;
}
.pan4{
width: 85%;
}
.pan5{
width: 90%;
}
.pan6
{
width: 100%;
}

.panel-heading {
    padding: 0px 15px;
    border-bottom: 1px solid transparent;
     border-top-left-radius: 0px; 
     border-top-right-radius: 0px;
}

.panel-default>.panel-heading {
    color: #333;
    background-color: #2e3638;
    border-color: #2e3638;
}
li{
	font-size: 17px;
    line-height: 3em;
    font-weight: 700;
}
p, a {
    margin-top: 0;	
}

.drp1{
	    margin-left: 4%;
	    color: #a94442;
	        font-size: 22px;
}
.drp2{
	font-size: 17px;
	color: #000;
}
.drp3{
	font-style: italic;
	text-transform: uppercase;
	font-weight: 700;
}
.drp4{
	    line-height: 1.2em !important;
}
.AmChartsLogo{
	display: none !important;
}
.navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:focus, .navbar-inverse .navbar-nav>.active>a:hover {
    color: rgb(255, 165, 167);
    background-color: transparent;
}
.btn.book-now {
background: #a94442;
    border-radius: 0;
    color: #fff;
    font-weight: 400;
    display: inline-block;
    font-size: 15px;
    height: 37px;
    line-height: 24px;
    position: fixed;
    letter-spacing:1px;
    right: 0;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    transform-origin: bottom right;
    width: 110px;
    font-family: 'Ubuntu', sans-serif !important;
    z-index: 215;
    top: 53%;
}
.btn.book-now1 {
  font-family: 'Ubuntu', sans-serif !important;
    background: #a94442;
    border-radius: 0;
    color: #fff;
    font-weight: 400;
    display: inline-block;
    font-size: 15px;
    height: 37px;
    line-height: 24px;
    position: fixed;
    right: 0;
    letter-spacing: 1px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    transform-origin: bottom right;
        width: 115px;
    z-index: 215;
    top: 73%;
}
.navbar-inverse .navbar-nav>li>a:focus, .navbar-inverse .navbar-nav>li>a:hover {
    color: rgb(255, 165, 167);
    background-color: transparent;
}
.navbar-nav {
    margin: 7.5px -12px !important;
}
div#particles-js {
    position: fixed;
    margin-top: -80%;
    width: 100%;
    height: 100%;
    z-index: -1;
}

@media only screen and (min-width: 1600px) {
.btn.book-now {
    background: #a94442;
    border-radius: 0;
    color: #fff;
    font-weight: 400;
    display: inline-block;
    font-size: 15px;
    height: 37px;
    line-height: 24px;
    position: fixed;
    letter-spacing: 1px;
    right: 0;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    transform-origin: bottom right;
    width: 110px;
    font-family: 'Ubuntu', sans-serif !important;
    z-index: 215;
    top: 59%;
}
}

@media only screen and (min-width: 2160px) {
    .btn.book-now {
    background: #a94442;
    border-radius: 0;
    color: #fff;
    font-weight: 400;
    display: inline-block;
    font-size: 15px;
    height: 37px;
    line-height: 24px;
    position: fixed;
    letter-spacing: 1px;
    right: 0;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    transform-origin: bottom right;
    width: 110px;
    font-family: 'Ubuntu', sans-serif !important;
    z-index: 215;
    top: 64%;
}



}

@media only screen and (min-width: 1280px) {

  .asd5 {
    font-size: 36px;
    top: -1%;
    /* float: right; */
    /* right: 14px; */
    position: fixed;
    right: 1%;
    /* margin-left: 4%; */
}

}