	body{
  		background-color: #2E3638 !important;
  	}
    .col-md-2.sect {
    color: #fff;
}
	/*Navigation*/
/* CSS Document */

body {
  background: #2E3638 !important;
  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: 0.5em; 

  }

/* Styling the links */
nav a {
      display: block;
       padding: 5px 19px;

    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: ''; }
.portfolio1 {
    font-size: 26px;
    font-weight: 500;
    color: #fff;
    margin-top: -3%;
}
embed {
    width: 1000px;
}

/* Media Queries
--------------------------------------------- */

@media all and (max-width : 768px) {
    .btn.book-now {
    background: #a94442;
    border-radius: 0;
    color: #fff;
    font-weight: 400;
    display: inline-block;
    font-size: 15px;
    height: 52px !important;
    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: 6.5% !important;
}
    .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: 52px !important;
    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: 110px;
    z-index: 215;
    top: 32.5% !important;
}
    .pad {
    margin-top: 20% !important;
    margin-bottom: 2%;
}
    embed {
    width: 340px;
}
    .portfolio1 {
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    margin-top: -3%;
}

  #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: 16px 20px !important;
    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;
}
.asd{
      font-size: 36px;
       margin-top: 12px;
    /* float: right; */
    /* right: 14px; */
    margin-left: 1075%;
}
/*Navigation*/  
p{
	color: #bbbbbb;
}
.pad{
	margin-top: 6%;
	margin-bottom: 2%;
}

.padalig{
	    text-align: justify;
    font-size: 15px;
    letter-spacing: 1px;
    font-weight: normal;
    font-family: 'Ubuntu', sans-serif !important;
   line-height: 1.8em;
}
.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;
}
h4{
	color: #fff;
}


.sect{
	margin-right: 38px !important;
}
div#particles-js {
    position: fixed;
    margin-top: -156%;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.wrap {
  /*position: absolute;*/
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  max-width: 1200px;
  min-width: 300px;
  padding: 10px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.svg-wrap {
  width: 100%;
  margin: auto;
}

#svg {
    width: 40%;
    height: auto;
}

.is-loading {
  opacity: 0;
}

#box1,
#box2,
#box3,
#box4,
#arrow2,
#arrow3,
#arrowhead2,
#arrowhead3 {
  opacity: 0;
}
li{
	color: #fff;
	font-family: 'Ubuntu', sans-serif !important;
	font-size: 14px;
}
.padsa{
	           /* background: #ADA996; */
/*    background: -webkit-linear-gradient(to right, #EAEAEA, #DBDBDB, #F2F2F2, #ADA996);*/
    /* background: linear-gradient(to right, #e5e5e5, #b6b6b6, #e1cdce, #666562); */
    padding: 30px;
    /* width: 62%; */
    margin-left: auto;
    margin-right: auto;
    text-align: justify;
    line-height: 2.5em;
    animation: FadeIn 1s linear;
    /* animation-fill-mode: both; */
    border-radius: 40px;
}
.padsa1{
	    color: #a94442;
    font-size: 15px;
    font-weight: 500;
}
.padsa2{
	color: #000;
}

/*Navigation*/

.navbar-inverse .navbar-nav>li>a {
    color: #ffffff;
}
.circus{
	       border-radius: 100%;
    width: 110px;
    height: 110px;
    background-color: #fff;
}



 
.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;
  /* Hover styles, 
  media queries */
  z-index: 215;
  top: 51.5%;
}
.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: 110px;
    z-index: 215;
    top: 71.5%;
}
.navbar-inverse .navbar-nav>li>a:focus, .navbar-inverse .navbar-nav>li>a:hover {
    color: rgb(255, 165, 167);
    background-color: transparent;
}
ul.nav.navbar-nav li a {
    margin: 3px 0px 0 11px;
    letter-spacing: 1.5px;
    font-family: 'Ubuntu', sans-serif !important;
}
.navbar-nav {
    margin: 7.5px -15px !important;
}
li {
    font-size: 17px;
    line-height: 3em;
    font-weight: 700;
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, p, blockquote, th, td {
    margin: 0;
    padding: 0;
   
    direction: ltr;
}
ul.nav.navbar-nav li a {
    text-transform: uppercase;
    font-family: 'Ubuntu', sans-serif !important;
    font-size: 14px;
}
.navbar-nav>li>a {
    padding-top: 8px;
    padding-bottom: 15px;
    font-family: 'Ubuntu', sans-serif !important;
}
.divider{
        border: 2px solid #2e3638d6;
    box-shadow: 9px -9px 11px #2e3638;
}
@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: 57.5%;
}


}