/*Navigation*/
/* CSS Document */
.maind39{
    font-size: 26px;
    font-weight: 500; color: #fff;margin-top: -3%;
}
.maind38{
            margin-top: 15%;
    }
.maind37{
    font-size: 26px;
    font-weight: 500; color: #fff;margin-top: -3%;
}
.maind36{
    font-size: 20px;
    color: rgb(255, 192, 0);
}
.maind35{
     font-size: 20px;
    color: rgb(255, 192, 0);
}
.maind34{
    font-size: 26px;
    font-weight: 500; color: #fff;margin-top: -3%;
}
.maind33{
     margin-top: 1%;
    font-size: 29px;
}
.maind32{
    width: 40%;
        margin-left: 51%;
    margin-top: -7%;
}
.maind31{
     margin-top: 1%;
    font-size: 29px;
}
.maind30{
     width: 40%;
        margin-left: 45%;
    margin-top: -13%;
}
.maind29{
    font-size: 29px;margin-top: 1%;
}
.maind28{
    width: 40%;
        margin-left: 39.5%;
    margin-top: -18.5%;
}
.maind27{
    margin-top: 1%;font-size: 29px;
}
.maind26{
    width: 40%;
        margin-left: 34%;
    margin-top: -24%;
}
.maind25{
    margin-left: 45%;
    margin-top: 13%;
}
.maind24{
     width: 80px;
    margin-left: 20%;
    margin-top: -5%;
}
.maind23{
    text-align: center;
    font-size: 25px;
    color: #fff;
}
.maind22{
     width: 80px;
    margin-left: -20%;
}
.maind21{
    margin-left: 31% !important;
    margin-top: 1% !important;
}

body {
  background: #2E3638 ;
  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: 99999999999;
}

#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;

  }

/* Styling the links */
nav a {
  display:block;
    padding: 11px 18px; 
  text-transform: uppercase;
  color:#FFF;
  font-size:17px;
  text-decoration:none;
}


nav ul li ul li:hover { background: #000000; }

/* Background color change on Hover */
nav a:hover { 
  color: rgb(255, 192, 0);
  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) {
 .btn.book-now1 {
    font-family: 'Ubuntu', sans-serif !important;
    background: rgb(255, 192, 0);
    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: 124px;
    z-index: 215;
    top: 35% !important;
}
    .btn.book-now {
    background: #ffb608;
    border-radius: 0;
    color: #fff;
    font-weight: 400;
    display: inline-block;
    font-size: 15px;
    height: 52px !important;
    line-height: 24px;
    position: fixed;
    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: 216px;
    letter-spacing: 1px;
    font-family: 'Ubuntu', sans-serif !important;
    z-index: 215;
    top: 0% !important;
}
    .maind39{
    font-size: 8px;
    font-weight: 500; color: #fff;margin-top: -3%;
}
    .maind38{
            margin-top: 15%;
    }
    .maind37 {
    font-size: 15px;
    font-weight: 500;
    color: #fff;
    margin-top: -3%;
}
    .badge {
    display: inline-block;
    min-width: 10px;
    padding: 44px 7px;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    background-color: #777;
    border-radius: 10px;
}
    nav ul li a.asd {
    margin-left: 0;
}
    .maind34 {
    font-size: 15px;
    font-weight: 500;
    color: #fff;
    margin-top: -3%;
}
    .maind32 {
    width: 40%;
    margin-left: 25%;
    margin-top: 0;
}
    .maind31 {
    margin-top: 5%;
    font-size: 19px;
}
    .maind33 {
    margin-top: 1%;
    font-size: 20px;
}
    .maind30 {
    width: 40%;
    margin-left: 25%;
    margin-top: 0;
}
    .maind29 {
    font-size: 20px;
    margin-top: 6%;
}
    .maind28 {
    width: 40%;
    margin-left: 25%;
    margin-top: 0;
}
    .maind26 {
    width: 40%;
    margin-left: 25%;
    margin-top: 0;
    /* text-align: center; */
}
    .maind25 {
    margin-left: 0 !important;
    margin-top: 13%;
}
    .maind24 {
    width: 34px;
    margin-left: 76%;
    margin-top: -11%;
}
    .header {
    position: relative;
    overflow: hidden;
    padding: 0px 0px 0px 0px !important;
    background: url(img/worn-dots.html);
}
    .maind23 {
    text-align: center;
    font-size: 21px;
    color: #fff;
}
    .maind21 {
    margin-left: 31% !important;
    margin-top: 14% !important;
}
    .maind22 {
    width: 34px;
    margin-left: -73%;
}   
  #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: #ffb608;;
}
/*Navigation*/
h4{
	color: #fff;
}


.sect{
	margin-right: 38px !important;
}
#particles-js {
        position: fixed;
    width: 100%;
    height: 100%;
    margin-top: -287%;
    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;
}
.header {
        position: relative;
    overflow: hidden;
    padding: 0px 0 80px 40px !important;
    background: url(img/worn-dots.html);
}
.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: #ffb608;
    border-radius: 0;
    color: #fff;
    font-weight: 400;
    display: inline-block;
    font-size: 15px;
    height: 37px;
    line-height: 24px;
    position: fixed;
    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: 216px;
    letter-spacing:1px;
    font-family: 'Ubuntu', sans-serif !important;
    z-index: 215;
    top: 32%;
}
.btn.book-now1 {
            font-family: 'Ubuntu', sans-serif !important;
    background: rgb(255, 192, 0);
    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: 124px;
    z-index: 215;
    top: 69%;
}
.navbar-inverse .navbar-nav>li>a:focus, .navbar-inverse .navbar-nav>li>a:hover {
    color: rgb(255, 192, 0);
    background-color: transparent;
}
body {
    background-color: #2E3638 !important;
}
.pl1{
	    margin-top: 8%;
}
.pl1:before{
	background-image: url(img/clipa.html);
}
.header {
    position: relative;
    overflow: hidden;
       padding: 93px 0 80px 40px;

        background: url(img/worn-dots.html);
}

.header:after {
       content: "";
    position: absolute;
    top: 11%;
    left: -8%;
    width: 38%;
    height: 247%;
    background: #ffb608;
    box-shadow: 198px 1px 1px #9e9e9e;
    -webkit-transform: rotate(-40deg);
    -moz-transform: rotate(-40deg);
    -o-transform: rotate(-40deg);
    -ms-transform: rotate(-40deg);
    transform: rotate(-45deg);
    /* opacity: 0.85; */
    filter: alpha(opacity=85);
}

@media all and (max-width: 1170px) {
    .header:after {
        width: 90%;
    }
}

@media all and (max-width: 768px) {
    .header:after {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
        left: 20px;
        width: 100%;
        opacity: 0.8;
        filter: alpha(opacity=80);
    }
}

@media all and (max-width: 1170px) {
    .header {
        padding: 40px 0 60px 100px;
    }
}

.message {
    float: left;
    text-align: left;
    position: relative;
    z-index: 2;
    color: #271c3e;
    width: 35.04274%;
}

.message h4 {
    color: white;
}

.message p {
    font-size: 16px;
    color: #271c3e;
    margin-bottom: 1.5em;
}

@media all and (max-width: 768px) {
    .message {
        width: 100%;
    }
}

.btn {
    background: #444;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    padding: 8px 15px;
    letter-spacing: 1px;
}


.badge {
  position: relative;
  letter-spacing: 0.08em;
      pointer-events: none;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  -webkit-transform: rotate(-14deg);
          transform: rotate(-14deg);
  text-align: center;
  -webkit-filter: drop-shadow(0.25em 0.7em 0.95em rgba(0, 0, 0, 0.8));
          filter: drop-shadow(0.25em 0.7em 0.95em rgba(0, 0, 0, 0.8));
  /* min-size + (max-size - min-size) * ( (100vw - min-width) / ( max-width - min-width) ) */
  font-size: calc(11px + 14 * ( (100vw - 420px) / ( 860) ));
}
@media screen and (max-width: 420px) {
  .badge {
    font-size: 11px;
  }
}
@media screen and (min-width: 1280px) {
  .badge {
    font-size: 25px;
  }
}
.badge::before {
  content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    display: block;
    width: 8em;
    height: 8em;
    border-radius: 100%;
    background: #111;
    opacity: 0.8;
    transition: opacity 0.3s linear;
}
.badge:hover {
  color: #fff;
  text-decoration: none;
  -webkit-transform: rotate(-10deg) scale(1.05);
          transform: rotate(-10deg) scale(1.05);
}
.badge:hover::before {
  opacity: 0.9;
}
.badge svg {
  position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    display: block;
    z-index: 0;
    width: 8em;
    height: 8em;
}
.badge span {
 display: block;
    background: #111;
    border-radius: 0.4em;
    padding: 0.4em 0.3em;
    z-index: 1;
    min-width: 6em;
    border: 1px solid;
    text-transform: uppercase;
}
/*CLient*/
*, *:before, *:after {
  box-sizing: border-box;
}

$bg-color: #d9d8c6;
$primary-color: #5b5a5c;
$secondary-color: darken($primary-color, 15%);

.suga-container {
  background: $primary-color;
  padding: .2em;
  max-width: 570px;
  margin: 5em auto;
  box-shadow: 3px 3px 0px $secondary-color;
  border: 2px solid $secondary-color;
  border-radius: 5px;
}

.suga-slider-wrap {
  overflow: hidden;
 margin: 1em;
}

.suga-slider-group {
  &:before,
  &:after {
    content: " ";
    display: table;
  }

  &:after {
    clear: both;
  }
}

.suga-slide {
  float: left;
  position: relative;
  margin-left: 0;
  padding-right: 8px;
}


div#logos{
height: 143px !important;
}
li.suga-slide.suga-first{
	list-style: none;
}
/*CLient*/

.asd{
      font-size: 36px;
    margin-top: 0;
    /* float: right; */
    /* right: 14px; */
            margin-left: 920%;
}
ul li a, ul li{
  font-size: 16px;
}
.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;
}

@media only screen and (min-width: 1600px) {

    .btn.book-now {
    background: #ffb608;
    border-radius: 0;
    color: #fff;
    font-weight: 400;
    display: inline-block;
    font-size: 15px;
    height: 37px;
    line-height: 24px;
    position: fixed;
    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: 216px;
    letter-spacing: 1px;
    font-family: 'Ubuntu', sans-serif !important;
    z-index: 215;
    top: 43%;
}



}


@media only screen and (min-width: 2160px) {
.header:after {
    content: "";
    position: absolute;
    top: 11%;
    left: -12% !important;
    width: 38%;
    height: 247%;
    background: #ffb608;
    box-shadow: 290px 1px 1px #9e9e9e;
    -webkit-transform: rotate(-40deg);
    -moz-transform: rotate(-40deg);
    -o-transform: rotate(-40deg);
    -ms-transform: rotate(-40deg);
    transform: rotate(-45deg);
    /* opacity: 0.85; */
    filter: alpha(opacity=85);
}
.btn.book-now {
    background: #ffb608;
    border-radius: 0;
    color: #fff;
    font-weight: 400;
    display: inline-block;
    font-size: 15px;
    height: 37px;
    line-height: 24px;
    position: fixed;
    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: 216px;
    letter-spacing: 1px;
    font-family: 'Ubuntu', sans-serif !important;
    z-index: 215;
    top: 53%;
}
    .header {
    position: relative;
    overflow: hidden;
    padding: 0px 0 204px 40px !important;
    background: url(img/worn-dots.html);
}
}

@media only screen and (min-width: 1280px) {
    .asd {
    font-size: 36px;
    margin-top: 0;
    /* float: right; */
    /* right: 14px; */
    position: fixed;
    right: 1%;
}

    .btn.book-now {
    background: #ffb608;
    border-radius: 0;
    color: #fff;
    font-weight: 400;
    display: inline-block;
    font-size: 15px;
    height: 37px;
    line-height: 24px;
    position: fixed;
    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: 216px;
    letter-spacing: 1px;
    font-family: 'Ubuntu', sans-serif !important;
    z-index: 215;
    top: 32%;
}



}