@media(max-width:1048px){
  nav.navbar ul li.main-nav-button{
    margin-top: 15px !important;
  }
} 

@media(max-width:1035px){
  .fixed-nav nav.navbar ul li.fixed-button{
    margin-top: 0 !important;
  }
} 

@media (max-width: 991px) { 
  .fixed-nav .logo{
    margin: 0 auto;
    max-width: 1260px;
    padding: 0 15px;
    z-index: 1;
  }
  .fixed-nav .logo a{
    display: inline-block;
  }
  .fixed-nav nav.navbar {
    position: absolute;
    top: 10;
    right: 0;
    width: auto;
    z-index: 1;
    padding-top: 0;
  }
  .fixed-nav nav.navbar .container{
    display: inline-block;
    width: auto;
  }
  .fixed-nav nav.navbar .navbar-collapse{
    display: none;
  }
}

@media(max-width:650px){
  .fixed-nav .logo{
    max-width: 600px;
    padding: 0 15px;
  }
  /* fix nav */
  .first-nav .col-lg-3, .first-nav .col-md-3 , .first-nav .col-sm-3 , .first-nav .col-xs-3{
    display: none;
  } 
  
  .first-nav .first-nav-top{
    text-align: center;
    font-size: 16px;
    padding-left:0;
    padding-right: 0;
  }
  .first-nav .first-nav-top .first-nav-top-bar-right-text{
    font-size: 16px;
  }
  .first-nav-top-bar-right-social:before {
    content: none;
  }
}

@media(max-width:440px){
  .first-nav .first-nav-top-bar-right-text i{
    margin-right: 0 !important;
  }
  .first-nav .first-nav-top-bar-right-social{
    display: block;
  }
  .first-nav .first-nav-top{
    font-size: 14px;
  }
  .first-nav .first-nav-top .first-nav-top-bar-right-text{
    font-size: 14px;
  }
}

@media(max-width:320px){
  .first-nav .first-nav-top-bar-right-text i{
    margin-right: 0 !important;
    display: block;
  }
}

/* navbar */
.fixed-nav .navbar-collapse.show{
  display: none !important;
}
.mm-panel.mm-hasnavbar .mm-navbar {
  display: block;
  margin: 0px 25px 30px;
  position: relative;
}
.mm-navbar {
  display: none;
}
.mm-navbar .mm-title:first-child {
  display: block;
}
.mm-navbar .mm-title, .mm-navbar .mm-btn, ul.mm-listview li > a, ul.mm-listview li > span {
  color: #979797;
}
.mm-navbar i {
  line-height: 40px;
  font-size: 30px;
  display: block;
  text-align: left;
  margin-left: 10px;
  cursor: pointer;
  color: #fff;
}
.mm-navbar .mm-title {
  display: none;
}
.btn.focus, .btn:focus {
    outline: 0;
    box-shadow: none;
}
.first-nav{
  padding-top: 10px;
}
.first-nav a{
  margin-left: 10px;
  color: #fff;
  text-decoration: none;
  padding-top: 10px;
}
.first-nav a:hover{
  text-decoration: none;
}
.first-nav a#email_footer ,
.first-nav a#phone{
  margin-left: 0;
}

.first-nav-top{
  float: right;
  text-align: right;
  padding-right: 25px;
}
.first-nav-top-bar-right-text{
  display: inline-block;
  font-size: 16px;
  color: #FEFEFE;
  margin-right: 10px;
}
.first-nav-top-bar-right-social{
  display: inline-block;
}
.first-nav-top-bar-right-social:before{
content: " ";
width: 1px;
color: transparent;
border-left: 1px solid #fff;
vertical-align: middle;
margin:0px;
line-height: 0;
}
.logo{
    z-index: 2;
    padding-bottom: 0px;
    border-bottom: 1px solid #f3f3f3
}
.logo img{
  display:block;margin:auto;height:110px;width:auto;margin-right: 0;
}

@media(max-width:1400px){
  .navbar a{
    flex-direction:wrap;
  } 
}

@media(max-width:991px){ 
  body{
    position: absolute;
    width: 100%;
    right: 0;    
    -webkit-transition:  right ease-in-out .5s;
    -moz-transition:  right ease-in-out .5s;
    -ms-transition:  right ease-in-out .5s;
    -o-transition:  right ease-in-out .5s;
    transition:  right ease-in-out .5s;
  }

  body.active{
    right: 300px;
    width: 100%;
    position: absolute;
  }
  .fixed-nav.active{
    right: 300px;
    left: auto;
  }
  .fixed-nav.active .row{
    background: rgba(0, 0, 0, 0.2);
  }
  .mm-blocker {
    background: rgba(3,2,1,0);
    display: block;
    opacity: 0;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    right: 300px;
    z-index: -1;
  }
  .mm-blocker.active{
    opacity: .3;
    display: block;
    background: rgba(0,0,0);    
    -webkit-transition:  ease .5s;
    -moz-transition:  ease .5s;
    -ms-transition:  ease .5s;
    -o-transition:  ease .5s;
    transition:  ease .5s;
    z-index: 100;
  }
    
  .navbar-collapse {
    height: 100% !important;
    display: block !important;
    overflow: scroll;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 30px 20px 0 20px;
    position: fixed;
    top: 0;
    bottom: 0;
    right: -300px;
    display: block;
    width: 300px;
    z-index: 99999999;
    background-color: #1f1f1f;
    -webkit-transition:  right ease-in-out .5s, height 0s ;
    -moz-transition:  right ease-in-out .5s, height 0s ;
    -ms-transition:  right ease-in-out .5s, height 0s ;
    -o-transition:  right ease-in-out .5s, height 0s ;
    transition:  right ease-in-out .5s, height 0s ;
  }
  .navbar-collapse.active{
    display: block;
    right: 0;
  }

  .navbar-collapse ul li {
    color: #fff;
    text-align: left !important;
    margin: 0 25px !important;
    border-bottom: 1px solid #626262;
    padding-top: 4px !important;
  }
  .navbar-collapse ul li:last-of-type {
    border-bottom: none;
  }

  .navbar-collapse ul li a{
    color: #979797;
    padding: 15px 0;
  }
  .navbar-collapse ul li a:hover 
  ,.navbar-collapse ul li .active{
    color: #ffffff;
  }

  .mm-navbar {
    display: block;
    margin-bottom: 10px;
  }
  .logo img{
    display:block;margin:auto;height:110px;width:auto;margin-top:0px;margin-left: 0;
  } 
  .first-nav .row div:first-child {
    padding-right: 0;
  }
}

@media(max-width:840px){
  .first-nav .col-lg-3, .first-nav .col-md-3 , .first-nav .col-sm-3 , .first-nav .col-xs-3,
  .first-nav .first-nav-top{
    flex:none !important;
    max-width: 100% !important;
  } 
}

@media(max-width:550px){ 
  body.active{
    right: 250px;
  }
  .fixed-nav.active{
    right: 250px;
  }
  .mm-blocker {
    right: 250px;
  }  
  .navbar-collapse {
    width: 250px;
  }
  /* edit main logo on mobile */
  .main-logo img{
    height: 95px;
    margin-left: -22px;
  }
  nav.navbar{
    height: 95px;
    padding-top: 15px;
  }
}

@media(max-width:480px){ 
  body.active{
    right: 230px;
  }
  .fixed-nav.active{
    right: 230px;
  }
  .mm-blocker {
    right: 230px;
  }  
  .navbar-collapse {
    width: 230px;
    padding: 5px 10px 0 10px;
  }
  .mm-navbar {
    margin-bottom: 0;
  }
}

@media(max-width:380px){ 
  .navbar-collapse ul li a {
    font-size: 12px;
    padding: 10px 0;
}
}

.navbar{
  background-color: white;
  height: 110px;
  font-family: "Poppins", sans-serif;  
  font-size: 14px;
  font-weight: 600;
}
.navbar ul li.nav-item{
  padding-right: 8px;
}
.navbar a{
  color: #000;
}

.navbar a:hover ,.navbar .active{
  color: #0096ff;
}


.navbar .container{
  margin-top: -35px;
}
.navbar .dropdown-menu {
    /*position: absolute;*/
    z-index: 1000;
    min-width: 12rem;
    padding: .5rem 0;
    font-size: 1rem;
    color: #212529;
    text-align: center;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: .25rem;
}
.navbar .navbar-toggler{
  border:1px solid grey;
  border-radius: 5px;
  margin-right: 20px;
  margin-top: 25px;
  margin-left: auto;
}

.fixed-nav{
  position: fixed;
  top: -200px;
  left: 0;
  right: 0;
  z-index: 9999;
  width: 100%;
  height: 50px;
  transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
}
.fixed-nav .row{
  background: rgba(255, 255, 255, 0.9);
  border-color: #ffffff;
  box-shadow: 0px 1px 2px rgba(0,0,0,0.1);
  -webkit-box-shadow: 0px 1px 2px rgba(0,0,0,0.1);
}
.fixed-nav .navbar{
  height: 70px;
  background-color:transparent;
}
.fixed-nav .navbar .container{
  margin-top: -40px;
}
.fixed-nav .logo img{
  height: 70px;
}



.body-bg-shaka{
  background-image: url(https://demo.proteusthemes.com/shaka/wp-content/uploads/sites/38/2016/06/shaka-background.png);
  background-repeat: repeat;
  background-position: top left;
  background-attachment: scroll;
}
.cover{
    padding:0;
    margin:0;
}  
.carousel-indicators li {
    border-radius: 50%;
    width: 12px;
    height: 12px;
}
.carousel-inner .item{
    height:50vw;
    max-height:510px;
    background-size:cover;
    background-position: center center;
    }


.carousel.carousel-fade .item {
	-webkit-transition: opacity 0.5s ease-in-out;
	-moz-transition: opacity 0.5s ease-in-out;
	-ms-transition: opacity 0.5s ease-in-out;
	-o-transition: opacity 0.5s ease-in-out;
	transition: opacity 0.5s ease-in-out;
	opacity:1;
}

.carousel.carousel-fade .active.item {
	opacity:1;
}
.carousel.carousel-fade .active.left,
.carousel.carousel-fade .active.right {
	left: 0;
	z-index: 2;
	opacity: 0;
	filter: alpha(opacity=0);
}

.carousel.carousel-fade .next,
.carousel.carousel-fade .prev {
	left: 0;
	z-index: 1;
}

.carousel.carousel-fade .carousel-control {
	z-index: 3;
}


/*slider anmiation*/
.carousel-inner .item{
   -webkit-animation: zoom 20s;
   -moz-animation: zoom 20s;
   -o-animation: zoom 20s;
   animation: zoom 20s;
}
@keyframes zoom {
    From{
        transform: scale(1, 1);
    }
    To{
        transform: scale(1.1, 1.1);
    }
    
}



/*slider text*/
.cover .carousel-item .carousel-caption{
    bottom: 5%;
}

.cover .carousel-item .carousel-caption div {
    z-index: 5;
    white-space: nowrap;
    font-size: 4vw;
    font-weight: 400;
    color: rgb(255, 255, 255);
    letter-spacing: 0px;
    font-family: Satisfy;
    visibility: inherit;
    transition: none 0s ease 0s;
    text-align: inherit;
    border-width: 0px;
    margin: auto;
    opacity: 1;
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform-origin: 50% 50% 0px;
}
.cover .carousel-item .carousel-caption h2 {
    z-index: 6;
    white-space: nowrap;
    font-size: 8vw;
    font-weight: 400;
    color: rgb(255, 255, 255);
    letter-spacing: 4px;
    font-family: 'Great Vibes', cursive;
    visibility: inherit;
    transition: none 0s ease 0s;
    text-align: inherit;
    border-width: 0px;
    margin:-20px auto -12px auto;
    opacity: 1;
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform-origin: 50% 50% 0px;
}

.cover .carousel-item .carousel-caption p {
    z-index: 7;
    white-space: normal;
    font-size: 2vw;
    font-weight: 400;
    color: rgb(255, 255, 255);
    letter-spacing: 0px;
    font-family: Poppins;
    visibility: inherit;
    transition: none 0s ease 0s;
    text-align: center;
    border-width: 0px;
    margin: auto;
    opacity: 1;
    transform-origin: 50% 50% 0px;
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
}

/*text anmiation*/
.cover .carousel-item .carousel-caption div,
.cover .carousel-item .carousel-caption h2,
.cover .carousel-item .carousel-caption p{

  -webkit-animation-delay: 1s;
     -moz-animation-delay: 1s;
       -o-animation-delay: 1s;
          animation-delay: 1s;
}

/* part two start from here */
.container2{
  max-width: 1200px;
  margin: 0 auto;
}
.gdlr-core-pbf-background-wrap {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  overflow: hidden;
  z-index: -2;
  transition: border-color 300ms, border-width 300ms;
  -moz-transition: border-color 300ms, border-width 300ms;
  -o-transition: border-color 300ms, border-width 300ms;
  -webkit-transition: border-color 300ms, border-width 300ms;
}
.traveltour-body-front .gdlr-core-container, .traveltour-body-front .traveltour-container {
  padding-left: 15px;
  padding-right: 15px;
}
.traveltour-item-pdlr, .gdlr-core-item-pdlr {
  padding-left: 10px;
  padding-right: 10px;
}

.gdlr-core-column-20 {
  float: left;
  width: 33.3333%;
}
.gdlr-core-column-first {
  clear: left;
}
.gdlr-core-pbf-column, .gdlr-core-pbf-column-content-margin {
  position: relative;
  transition: border-color 200ms;
  -moz-transition: border-color 200ms;
  -o-transition: border-color 200ms;
  -webkit-transition: border-color 200ms;
}
.gdlr-core-pbf-column-content {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  min-height: 1px;
}
.gdlr-core-pbf-element {
  clear: both;
}
.gdlr-core-column-service-icon-left.gdlr-core-left-align .gdlr-core-column-service-media {
  float: left;
  margin-right: 10px;
}
.gdlr-core-column-service-icon-left .gdlr-core-column-service-media {
  max-width: 30%;
}
.gdlr-core-media-image {
  line-height: 0;
  position: relative;
}
.gdlr-core-page-builder-body img {
  max-width: 100%;
  height: auto;
}
.gdlr-core-column-service-icon-left .gdlr-core-column-service-content-wrapper {
  overflow: hidden;
}
.gdlr-core-column-service-icon-left.gdlr-core-no-caption .gdlr-core-column-service-title-wrap {
  padding-top: 5px;
}
.gdlr-core-column-service-icon-left .gdlr-core-column-service-title-wrap {
  margin-bottom: 16px;
}
.gdlr-core-pbf-wrapper {
  margin-right: auto;
  margin-left: auto;
  padding: 30px 10px 0px 10px;
  clear: both;
  position: relative;
}

/* part two start from here */
@media(max-width:992px){
  .cover .carousel-item .carousel-caption div {
    font-size: 5vw;
  }
  
  .cover .carousel-item .carousel-caption h2 {
    margin:-10px auto;
}
    
    .carousel-inner .item{
        max-height:450px;
        }
}

@media(max-width:767px){
    
    .cover .carousel-item .carousel-caption h2 {
      
      margin:0 auto;
    }
    
    .carousel-inner .item{
        max-height:350px;
        }

  .gdlr-core-pbf-wrapper{
    padding: 30px 20px 0px 30px;
  }
  .traveltour-item-pdlr, .gdlr-core-item-pdlr {
    padding-left: 20px;
    padding-right: 20px;
  }
  .gdlr-core-column-service-icon-left.gdlr-core-left-align .gdlr-core-column-service-media {
    margin-right: 25px;
  }
  .gdlr-core-pbf-column{
    display: block;
    float: none;
    width: 100%;
  }

}

@media(max-width:480px){
  .cover .carousel-item .carousel-caption {
    bottom: 7%;
}
  .cover .carousel-item .carousel-caption div {
    font-size: 6vw;
    letter-spacing: 1px;
  }
  
  .cover .carousel-item .carousel-caption h2 {
    font-size: 9vw;
    font-weight: 600
  }
  
  .cover .carousel-item .carousel-caption p {
    font-size: 2.5vw;
  }
    
  .carousel-inner .item{
      max-height:500px;
      height: 90vw;
  }

}

/* 333333333333333333 */


 .container.traveltour-container {
  margin-right: auto;
  margin-left: auto;
  padding: 10px 0;
  max-width: 1240px;
}


.container.traveltour-container .top-desti__tittle {
  margin: 20px 20px 40px 20px;
}
.container.traveltour-container .section-tittle, .container.traveltour-container  .section-tittle-2 {
  position: relative;
}
.container.traveltour-container .section-tittle h2, .container.traveltour-container .section-tittle-2 h2 {
  margin-bottom: 5px;
  text-transform: uppercase;
  font-family: "Ubuntu", sans-serif;
  font-size: 60px;
  color: #f2f2f2;
  font-weight: bold;
}
.container.traveltour-container .section-tittle__line-under {
  position: absolute;
  width: 100px;
  border-top: 5px solid #3fced3;
}
.container.traveltour-container .section-tittle p, .container.traveltour-container .section-tittle-2 p {
  top: 30px;
  position: absolute;
  font-family: "Ubuntu", sans-serif;
  font-size: 30px;
  color: #000000;
  font-weight: normal;
}
.section-tittle span, .container.traveltour-container .section-tittle-2 span {
  font-family: "Ubuntu", sans-serif;
  font-size: 30px;
  font-weight: bold;
  color: #000000;
}

@media (max-width: 1024px) {
  .container.traveltour-container .section-tittle h2, .container.traveltour-container .section-tittle-2 h2 {
    font-size: 46px;
  }
  .container.traveltour-container .section-tittle p, .container.traveltour-container .section-tittle-2 p {
    top: 16px;
  }
}

@media (max-width: 767px) {
  .container.traveltour-container .section-tittle h2, .container.traveltour-container .section-tittle-2 h2 {
    font-size: 42px;
  }
  .container.traveltour-container .section-tittle p, .container.traveltour-container .section-tittle-2 p {
    top: 12px;
  }
}
@media (max-width: 991px){
.destination-5__item__upper-tittle {
    order: 1;
    margin: 20px 0 0;
}
}

@media (max-width: 550px) {
  .container.traveltour-container .section-tittle h2, .container.traveltour-container .section-tittle-2 h2 {
    font-size: 36px;
  }
  .container.traveltour-container .section-tittle p, .container.traveltour-container .section-tittle-2 p {
    font-size: 20px;
    top: 8px;
  }
  .section-tittle span, .container.traveltour-container .section-tittle-2 span {
    font-size: 22px;
  }
}

@media (max-width: 360px) {
  .container.traveltour-container .section-tittle h2, .container.traveltour-container .section-tittle-2 h2 {
    font-size: 32px;
  }
  .container.traveltour-container .section-tittle p, .container.traveltour-container .section-tittle-2 p {
    font-size: 18px;
    top: 6px;
  }
  .section-tittle span, .container.traveltour-container .section-tittle-2 span {
    font-size: 20px;
  }
}


.traveltour-body * {
  border-color: #e1e1e1;
}
.traveltour-body-front .gdlr-core-container, .traveltour-body-front .traveltour-container {
  padding-left: 15px;
  padding-right: 15px;
}

.traveltour-body * {
  border-color: #e1e1e1;
}
.traveltour-container, .gdlr-core-container, body.traveltour-boxed .traveltour-body-wrapper, body.traveltour-boxed .traveltour-fixed-footer .traveltour-footer-wrapper, body.traveltour-boxed .traveltour-fixed-footer .traveltour-copyright-wrapper {
  max-width: 1260px;
}
.tourmaster-item-pdlr {
  padding-left: 20px;
  padding-right: 20px;
}
.tourmaster-item-mgb {
  margin-bottom: 20px;
}
.tourmaster-column-first {
  clear: left;
}
.tourmaster-column-40 {
  float: left;
  width: 66.6666%;
  height: auto;
  overflow: hidden;
}
.tourmaster-column-20 {
  float: left;
  width: 33.3333%;
  overflow: hidden;
}
.tourmaster-tour-category img{
  border-radius: 5px;
}
.tourmaster-tour-category-grid-3 img{  max-width: 100%;height: auto;}
.tourmaster-tour-category-grid-3.tourmaster-with-thumbnail .tourmaster-tour-category-item-wrap {
  position: relative;
  overflow: hidden;
}
.traveltour-body * {
  border-color: #e1e1e1;
}

.tourmaster-media-image {
  line-height: 0;
  position: relative;
}
.tourmaster-tour-category-grid-3.tourmaster-with-thumbnail .tourmaster-tour-category-overlay {
  opacity: 0;
  transition: opacity 300ms;
  -moz-transition: opacity 300ms;
  -o-transition: opacity 300ms;
  -webkit-transition: opacity 300ms;
}

.tourmaster-tour-category-grid-3.tourmaster-with-thumbnail .tourmaster-tour-category-overlay {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  background: #000;
  border-radius: 5px;
}
.tourmaster-tour-category-grid-3.tourmaster-with-thumbnail .tourmaster-tour-category-head {
  position: absolute;
  top: 100%;
  left: 0px;
  right: 0px;
  transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  transition: transform 200ms ease-out, top 200ms ease-out;
  -moz-transition: transform 200ms ease-out, top 200ms ease-out;
  -o-transition: transform 200ms ease-out, top 200ms ease-out;
  -webkit-transition: transform 200ms ease-out, top 200ms ease-out;
}
.tourmaster-tour-category-grid-3 .tourmaster-tour-category-head-display {
  padding: 15px 25px 40px;
  text-align: center;
  transform: translate(0, 50%);
  -moz-transform: translate(0, 50%);
  -webkit-transform: translate(0, 50%);
  transition: transform 200ms ease-out, padding 200ms ease-out;
  -moz-transition: transform 200ms ease-out, padding 200ms ease-out;
  -o-transition: transform 200ms ease-out, padding 200ms ease-out;
  -webkit-transition: transform 200ms ease-out, padding 200ms ease-out;
}
.tourmaster-tour-category-grid-3 .tourmaster-tour-category-head-animate {
  padding: 0px 50px 0px;
}

.tourmaster-tour-category-grid-3 .tourmaster-tour-category-head-animate {
  padding: 0px 25px 0px;
  position: relative;
  text-align: center;
}
.tourmaster-tour-category-grid-3.tourmaster-with-thumbnail .tourmaster-tour-category-title {
  color: #fff;
}

.tourmaster-tour-category-grid-3 .tourmaster-tour-category-title {
  font-size: 20px;
  margin-bottom: 0px;
  font-weight: 700;
}
.clearfix:after {
  content: " ";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.tourmaster-tour-category-grid-3 .tourmaster-tour-category-description {
  color: #e9e9e9;
}

.tourmaster-tour-category-grid-3 .tourmaster-tour-category-description {
  margin-bottom: 14px;
  padding-top: 10px;
}
.tourmaster-tour-category-grid-3 .tourmaster-tour-category-head-link {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 800;
}

.tourmaster-tour-category-grid-3.tourmaster-with-thumbnail:hover .tourmaster-tour-category-head {
  bottom:0;
  top: auto;
  transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
}
.tourmaster-tour-category-grid-3.tourmaster-with-thumbnail:hover .tourmaster-tour-category-overlay {
  opacity: 0.3;
  filter: alpha(opacity=65);
}

.gdlr-core-page-builder-body img {
  max-width: 100%;
  height: auto;
}
.clearfix:after {
  content: " ";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

/* 44444444444444 */
.destination-5 a{
  transition: 0.3s all ease-out;
}

.destination-5__tittle {
  text-align: center;
    margin: 10px 0 40px;
}
.destination-5__tittle p, .destination-5__tittle .section-tittle__line-under {
  left: 50%;
  transform: translate(-50%, 0);
}
.destination-5__item {
  height: 348px;
  margin-bottom: 50px;
  text-align: center;
  display: block;
}
.destination-5__item img {
  vertical-align: middle;
  max-width: 100%;
  border-radius: 5px;
}
.destination-5__item__upper-tittle {
  margin-bottom: 20px;
}
.destination-5__item span {
  transition: all 0.4s;
  display: block;
  text-transform: uppercase;
  font-family: "Ubuntu", sans-serif;
  font-size: 17px;
  color: black;
  font-weight: normal;
}
.destination-5__item__below-tittle {
  margin-top: 20px;
}

.destination-5__item:hover {
  padding: 15px 0;
}
.destination-5__item:hover span {
  margin: 0;
}
.destination-5 a:hover,.destination-5 a:active {
  outline: none;
  text-decoration: none;
}

@media (max-width: 991px){
  
  .destination-5__item {
    
    height: auto;
    margin-bottom: 30px;
    display: flex;
    flex-direction: column;
  }
  .destination-5__item img {
    width: 100%;
  }
}


@media (max-width: 575px){
  
  .destination-5__item {
      width: 90%;
      margin-left: auto;
      margin-right: auto;
  }
  .destination-5__item img {
    width: 100%;
  }
}
/* 55555555555555555 */

.no5{
  margin-bottom: 10px;
}

.no5 img{
  max-width: 100%;
}
/* 66666666666666 */
.no6 {
  background-image: url(../../public/gallery/bg-pallarax.jpg);
  background-position: center bottom;
  background-size: cover;
  height: 450px;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: -25px;
  width: 100%;
}
.no6 .content-moving{
  position: relative;
  box-sizing: border-box;
}
.shortcode_title.shortcode-title-style_1{
  margin-bottom: 60px;
  text-align: center;
  position: relative;
  padding-bottom: 20px;
  color: #fff;
}
.no6 .vc_row {
  margin-left: -15px;
  margin-right: -15px;
  overflow: hidden;

}
.no6 .vc_empty_space{
  height: 60px;
}
.wpb_button, .wpb_content_element, ul.wpb_thumbnails-fluid>li {
  margin-bottom: 35px;
}

.no6 .icon-btn {
  color: #333;
  text-transform: uppercase;
  padding: 0 25px;
  display: inline-block;
  line-height: 40px;
  text-decoration: none!important;
  font-weight: 700;
  background: #ffb300;
  box-shadow: 0 2px 0 0 rgba(255,179,0,.6);
  margin-bottom: 0;
}
.no6 .icon-btn i {
  font-size: 20px;
  margin-right: 7px;
  vertical-align: middle;
}

.no6 .vc_col-sm-3 {
  width: 25%;
  float: left;
}
.no6 .vc_column_container>.vc_column-inner {
  box-sizing: border-box;
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
}
.stats_counter .wrapper-icon {
  height: 86px;
}
.stats_counter .stats_counter_number {
  font-size: 3vw;
  color: #ffb300;
  font-weight: 700;
  margin-top: 5px;
}
.stats_counter .stats_counter_title {
  font-size: 14px;
  color: inherit;
  text-transform: uppercase;
  font-weight: 700;
  color: #fff;
  margin-top: 10px;
}
.no6 i.fa{
  color: #fff;
}

@media only screen and (max-width: 991px){
  .shortcode_title.shortcode-title-style_1 {
    margin-bottom: 0;
    padding-bottom: 10px;
  }
  .no6 .vc_col-sm-3 {
    width: 50%;
    float: left;    
    margin-bottom: 30px;
  }
  .no6 .stats_counter .stats_counter_number {
    font-size: 4vw;
    margin-top: 0;
  }
  .no6 .stats_counter .stats_counter_title {
    margin-top: -5px;
  }
  .no6 .fa-5x{
    font-size: 4em;
  }
  .stats_counter .wrapper-icon {
    height: 60px;
  }
  .tourmaster-column-40 {
    width: 100%;
  }
  .tourmaster-column-20 {
    width: 50%;
    float: right;
  }
  .tourmaster-item-mgb {
      margin-bottom: 20px;
  }

  .tourmaster-item-pdlr {
      padding-left: 10px;
      padding-right: 10px;
  }
}
@media only screen and (max-width: 619px){
  .tourmaster-column-40,
  .tourmaster-column-20 {
    width: 100%;
    float: none;
  }
  
  .no6 .stats_counter .stats_counter_number {
    font-size: 2em;
  }

}

/* footer */
.footer{    
  background: #222222 url(../../public/gallery/pattern_3.png);
  color: #fff;
  padding: 30px 0 0 0;
}
.footer .row{
  margin: 0;
}  
.footer h3 {
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  color: #7c7c7c;
  margin-bottom: 15px;
}
.footer a#phone,
.footer a#email_footer {
  display: block;
  position: relative;
  color: #fdf7ac;
  font-size: 14px;
  padding-left: 35px;
  margin: 20px 0 25px 0;
  line-height: 1;
}
.footer .widget_map {
  text-align: center;
}
.footer .widget_map img {
  max-width: 100%;
}
.footer .widget_newsletter{
  padding-left: 5%;
}
.footer .form-control {
  color: #333;
  height: 38px;
  border-radius: 2px;
  line-height: 1.5 !important;
}
.footer  .btn_1 {
  border: none;
  font-family: inherit;
  font-size: inherit;
  color: #fff;
  background: #65318f;
  cursor: pointer;
  padding: 7px 15px;
  display: inline-block;
  outline: none;
  font-size: 13px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  font-weight: 500;
}
.footer hr {
  border-color: #444;
  margin: 15px 0 ;
}
#copy {
  color: #7c7c7c;
  font-size: 12px;
}
#social_footer ul {
  margin: 0;
  padding: 0;
  float: right;
  list-style: none;
}
#social_footer ul li {
  display: inline-block;
  margin: 0 5px 10px 5px;
}
#social_footer ul li a {
  color: #fff;
  text-align: center;
  line-height: 34px;
  display: block;
}

@media (max-width: 991px){
  .footer a#phone,  .footer a#email_footer {
    padding-left: 0 !important;
  }
}
/* end of home page with header and footer */



/* course pages start from here */
.course-container .alert{
  width: 90%;
  max-width: 700px;
  z-index: 2;
  position: fixed;
  top: 15%;
  left: 2%;
}
.course-container .alert-danger {
  background-color: rgba(248, 215, 218, 0.9);
}

.course-container h1,.course-container h2,.course-container h3,.course-container h4,.course-container h5{
  color:#005EA4;
}
.course-container a:hover {
  text-decoration: none;
}
.course-main-div{
  padding: 0 0 50px 0;
  margin: 0;
}
.course-header{
  background-position: center center;
  background-repeat: no-repeat;
  width: 100%;
  height: 300px;
  background-size: cover;
}
.course-container{
  font-family: "Poppins", sans-serif;  
  max-width: 1260px;
  margin-left: auto;
  margin-right: auto;
}
.course-side-right {
  margin-top: -100px;
  z-index: 1;
}

.course-side-right .course-price{
  background: #fff;
  margin-bottom: 50px;
  padding: 25px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  -webkit-box-shadow: 0px 1px 13px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 1px 13px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0px 1px 13px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0px 1px 13px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 1px 13px rgba(0, 0, 0, 0.1);
}
.course-side-right .course-price .right{
  width: 40%;
  float: right;
  text-align: center;
}
.course-side-right .course-price .right h3{
  font-size: 3rem;
  margin-top: 3px;
  color: #000;
}
.course-side-right .course-price .left{
  width: 60%;
  float: left;
}
.course-side-right .course-price .left h3{
  font-weight: 700;
}

.course-side-right .button{
  padding: 20px 60px;
  border-radius: 10px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  background-color: #1999CE;
  border-color: #1999CE;
  font-weight: bold;
  margin: 20px auto;
  display: block;
  color: #fff;
}

.course-side-right .course-whyus{
  border-color: #e1e1e1;
  background-color: #f5f5f5;
  color: #949494;
  margin-bottom: 50px;
}
.course-side-right .course-whyus h2{
  font-size: 1.6rem;
  font-weight: 600;
  padding: 35px 25px 0px;
  margin-bottom: 13px;
  color: #252525
}

.course-side-right .course-whyus ul{
  list-style: none;
  padding: 0;
}
.course-side-right .course-whyus li{
  border-top-width: 1px;
  border-top-style: solid;
  padding: 13px 27px;
  border-color: #e1e1e1;
}
.course-side-right .course-whyus li:first-child{
  border-top-width: 0;
}

.course-side-right .course-whyus i{
  font-size: 15px;
  color: #234076;
  margin-right: 13px;
}

.course-side-right .course-question{
  font-size: 13px;
  color: #c9e2ff;
  border-color: #e1e1e1;
  padding: 30px 20px 10px;
  background-image: url(../../public/gallery/course-page-title.jpg);
  position: relative;
  background-size: cover;
  background-position: center;
}
.course-side-right .course-question h2{
  color: #ffffff;
}
.course-side-right .course-question p{
  line-height: 1.7;
  margin-bottom: 20px;
}
.course-side-right .course-question ul{
  list-style: none;
  padding: 0;
}
.course-side-right .course-question ul li{
  margin-bottom: 15px;
}
.course-side-right .course-question i{
  font-size: 20px;
  color: #a69371;
  margin-right: 10px;
}
.course-side-right .course-question span a{
  font-size: 18px;
  color: #ffffff;
  font-weight: 600;
}
.course-container .course-side-left-warper,
.course-container .course-side-left-warper-readmore{
  display: none;
}

.course-side-left h1{
  margin-bottom: 30px;
}
.course-side-left .course-main-icon .col-sm-6{
  margin-bottom: 30px;
  padding: 0;
}
.course-side-left .course-main-icon{
  border-bottom: 1px solid #eee;
}
.course-side-left .course-main-icon .gdlr-core-icon-list-content-wrap{
  display: inline-block;
  font-weight: 500;
}

.course-side-left .course-price{
  display: none;
  background: #fff;
  margin-bottom: 50px;
  padding: 25px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  -webkit-box-shadow: 0px 1px 13px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 1px 13px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0px 1px 13px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0px 1px 13px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 1px 13px rgba(0, 0, 0, 0.1);
}
.course-side-left .course-price .right{
  width: 40%;
  float: right;
  text-align: center;
}
.course-side-left .course-price .right h3{
  font-size: 3rem;
  margin-top: 3px;
  color: #000;
}
.course-side-left .course-price .left{
  width: 60%;
  float: left;
}
.course-side-left .course-price .left h3{
  font-weight: 700;
  margin-bottom: 0;
}

.course-side-left .button{
  padding: 20px 60px;
  border-radius: 10px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  background-color: #1999CE;
  border-color: #1999CE;
  font-weight: bold;
  margin: 0 auto;
  display: block;
  color: #fff;
}

.course-side-left .tour-infomation__content h2 {
  margin-top: 45px;
  font-family: Lato-700;
  font-size: 23px;
  color: black;
  font-weight: normal;
}
.course-side-left .tour-infomation__content__review {
  background-color: #f7f7f7;
  border-radius: 5px;
  display: grid;
  grid-template-columns: auto 73%;
  align-items: center;
  padding: 23px 60px 25px 43px;
}
.course-side-left .tour-infomation__content__review__rate-point h4 {
  margin: 0;
  font-size: 50px;
  color: #3fced3;
  font-weight: normal;
}
.course-side-left .tour-infomation__content__review__rate-point h4 span {
  font-size: 30px;
  color: #3fced3;
}
.course-side-left .tour-infomation__content__review__rate-point h5 {
  margin: 0;
  color: black;
}
.course-side-left .tour-infomation__content__review__rate-list ul {
  margin: 0;
}
.course-side-left .tour-infomation__content__review__rate-list li {
  display: flex;
  list-style-type: none;
  justify-content: space-between;
}
.course-side-left .tour-infomation__content__review__rate-list span {
  color: black;
}
.course-side-left .tour-infomation__content__review__rate-list li div {
  display: flex;
  width: 70%;
  justify-content: space-between;
  align-items: center;
}
.course-side-left .tour-infomation__content__review__rate-list span {
  color: black;
}
.course-side-left .trending-tour-item__group-infor__rating::before, .course-side-left .trending-tour-item__group-infor__rating--4star::before,.course-side-left  .trending-tour-item__group-infor__rating--3star::before, .course-side-left .trending-tour-item__group-infor__rating--2star::before,.course-side-left  .trending-tour-item__group-infor__rating--1star::before {
  content: "\f005 \f005 \f005 \f005 \f005";
  font-family: "FontAwesome";
  font-size: 13px;
  font-weight: 400 !important;
  color: #3fced3;
}
.course-side-left .trending-tour-item__group-infor__rating--4star::before {
  content: "\f005 \f005 \f005 \f005 \f006";
}
.course-side-left .trending-tour-item__group-infor__rating--3star::before {
  content: "\f005 \f005 \f005 \f006 \f006";
}
.course-side-left .trending-tour-item__group-infor__rating--2star::before {
  content: "\f005 \f005 \f006 \f006 \f006";
}
.course-side-left .trending-tour-item__group-infor__rating--1star::before {
  content: "\f005 \f006 \f006 \f006 \f006";
}

.course-side-left .tour-infomation__content__review__rate-list__process-bar,
.course-side-left .tour-infomation__content__review__rate-list__process-bar--0,
.course-side-left .tour-infomation__content__review__rate-list__process-bar--20,
.course-side-left .tour-infomation__content__review__rate-list__process-bar--40,
.course-side-left .tour-infomation__content__review__rate-list__process-bar--60{
  width: 63%;
  height: 5px;
  border-radius: 5px;
  background-color: #e6e6e6;
  display: inline-block;
  position: relative;
}

.course-side-left .tour-infomation__content__review__rate-list__process-bar::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #3fced3;
  position: absolute;
  border-radius: 5px;
}
.course-side-left .tour-infomation__content__review__rate-list__process-bar--60::before {
  content: "";
  width: 80%;
  height: 100%;
  background-color: #3fced3;
  position: absolute;
  border-radius: 5px;
}
.course-side-left .tour-infomation__content__review__rate-list__process-bar--40::before {
  content: "";
  width: 60%;
  height: 100%;
  background-color: #3fced3;
  position: absolute;
  border-radius: 5px;
}

.course-side-left .tour-infomation__content__review__rate-list__process-bar--20::before {
  content: "";
  width: 40%;
  height: 100%;
  background-color: #3fced3;
  position: absolute;
  border-radius: 5px;
}

.course-side-left .tour-infomation__content__review__rate-list__process-bar--0::before {
  content: "";
  width: 20%;
  height: 100%;
  background-color: #3fced3;
  position: absolute;
  border-radius: 5px;
}

.course-side-left .tour-infomation__content__comment {
  padding: 50px 0 20px;
}
.course-side-left .tour-infomation__content__comment__comment-item {
  margin-bottom: 30px;
}
.course-side-left .tour-infomation__content__comment__comment-item__avatar {
  float: left;
  width: 87px !important;
  border-radius: 50%;
  border: 1px solid #ddd;
}
.course-side-left .tour-infomation__content__comment__comment-item div {
  margin-left: 115px;
}
.course-side-left .tour-infomation__content span {
  font-weight: 600;
  color: #333333;
  position: relative;
}
.course-side-left .tour-infomation__content__comment__comment-item__timesheet {
  color: #b2b2b2 !important;
  font-size: 13px;
  margin-left: 25px;
}


.tour-infomation__content h2 {
  margin-top: 45px;
  font-size: 23px;
  color: black;
  font-weight: normal;
}
.tour-infomation__content p {
  margin: 0;
  color: #666666;
}
.tour-infomation__content__write-comment p {
  margin-bottom: 5px;
}

.tour-infomation__content__write-comment__rating{  
  display: inline-flex;
  flex-direction: row-reverse;
}

.tour-infomation__content__write-comment__rating label{
  display: inline-flex;
  flex-direction: row-reverse;
}

.tour-infomation__content__write-comment__rating input[name="rating"] { 
  opacity: 0; 
  position: absolute; 
  pointer-events: none;
  bottom: 5px;
  width: 20px;
} 

.tour-infomation__content__write-comment__rating label.full{ 
  margin: 2px;
}


.tour-infomation__content__write-comment__rating > label:before { 
  font-family: FontAwesome;
  display: inline-block;
  content: "\f006";
  color: #3fced3;
}
/***** CSS Magic to Highlight Stars on Hover *****/
.tour-infomation__content__write-comment__rating > input:checked ~ label:before{content: "\f005";} /* hover previous stars in list */


.tour-infomation__content__write-comment form div {
  display: grid;
  grid-template-columns: auto auto;
  -moz-column-gap: 20px;
  column-gap: 20px;
  margin-bottom: 20px;
}
.tour-infomation__content__write-comment form input,
.tour-infomation__content__write-comment form textarea{
  display: block;
  width: 100%;
  padding: 10px 15px;
  border: 1px solid #cccccc;
  background: #ffffff;
  color: #000000;
  border-radius: 3px;
  box-shadow: none;
  transition: all 0.3s ease-out;
}
.tour-infomation__content__write-comment textarea {
  height: 200px;
}
.tour-infomation__content__write-comment form input[type="submit"] {
  cursor: pointer;
  width: 115px;
  background-color: #1999CE;
  border: none;
  border-radius: 4px;
  height: 45px;
  margin-top: 20px;
  font-weight: bold;
  color: #fff;
}



.course-img img{
  width:100%;
  height:auto;
}
/* Hot Fix */
@media (min-width: 576px) and (max-width: 1250px){
  .course-side-left .course-main-icon .col-lg-4{
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}
/* Hot Fix */
@media (min-width: 992px) and (max-width: 1220px){
  .course-side-right .course-question h2 {
    font-size: 1.8rem;
  }
  .course-side-right .course-question ul li {
    margin-right: -10px;
    margin-left: -10px;
  }
  .course-side-right .course-question span a {
    font-size: 14px;
  }
}
/* Hot Fix */
@media (min-width: 992px) and (max-width: 1140px){
  .course-side-right .course-whyus li {
    padding: 13px 5px;
  }
  .course-side-right .course-whyus i {
    margin-right: 5px;
  }
}
/* Hot Fix */
@media (min-width: 992px) and (max-width: 1085px){
  .course-side-right .course-price .left {
    width: 50%;
  }
  .course-side-right .course-price .right {
    width: 50%;
  }
  .course-side-right .course-price .right h3 {
    margin-top: 20px;
  }
  .course-side-right .button {
    padding: 15px 40px;
  }
}
/* Hot Fix */
@media (min-width: 992px) and (max-width: 1020px){
  .course-side-right .course-whyus h2 {
    padding: 35px 20px 0px;
  }
}


@media(max-width:991px){
  
  .course-header{
    height: 250px;
  }
  .course-main-div {
    margin: 0 0 15px 0;
  }
  .course-side-left .course-price{
    display: block;
  }
  .course-side-right .course-price{
    display: none;
  }
}

@media(max-width:767px){
  .course-header{
    height: 200px;
  }
  .course-container .course-side-left-warper {
    display: block;
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
    background: #fff;
    height: 400px;
    background: -webkit-linear-gradient(to top, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
    background: -o-linear-gradient(to top, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
    background: -moz-linear-gradient(to top, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
    background: linear-gradient(to top, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
  }

  .course-container .course-side-left-warper-readmore{
    display: block;
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
    text-align: center;
    z-index: 1;
  }
  .course-container .course-side-left-warper-readmore-container{
    max-width: 500px;
    padding-left: 15px;
    padding-right: 15px;
    margin: 0 auto;
  }
  .course-container .course-side-left-warper-readmore-button{
    cursor: pointer;
    display: block;
    z-index: 1;
    border-radius: 10px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    background-color: #1999CE;
    border-color: #1999CE;
    font-weight: bold;
    margin: 20px auto;
    color: #fff;
    padding: 10px;
  }

  .course-container .course-side-left {
    max-height: 600px;
    overflow: hidden;
    position: relative;
    margin-bottom: 40px;
  }  
  .course-side-right .course-price{
    display: block;
  }

}

@media(max-width:610px){
  .course-side-left .tour-infomation__content__review {
    padding: 30px 15px;
  }
  .course-side-left .tour-infomation__content__review__rate-point h4 span {
    display: none;
  }
  .course-side-left .tour-infomation__content__review__rate-list ul {
    padding: 0;
  }
}
/* Hot Fix */
@media(max-width:576px){
  .course-container .course-side-left {
    max-height: 800px;
    margin-bottom: 10px;
  }
}

@media(max-width:500px){
  .course-side-left .tour-infomation__content__review {
    display: block;
  }
  .course-side-left .tour-infomation__content__review__rate-point{
    text-align: center;
    margin-bottom: 30px;
  }
  .course-side-left .tour-infomation__content__review__rate-point h4 span {
    display: inline;
  }
}
@media(max-width:420px){
  .course-side-right .course-whyus li {
    font-size: 14px;
  }
  .course-side-right .course-question span a{
    font-size: 16px;
    font-weight: 400;
  }
}

@media(max-width:380px){
  .course-main-icon,
  .course-side-left h3 {
    text-align: center;
  }
  .course-side-right .course-price .right h3,
  .course-side-left .course-price .right h3 {
    font-size: 2rem;
  }
  .course-side-right .course-price .left h5,
  .course-side-left .course-price .left h5{
    white-space: nowrap;
    margin-top: 5px;
  }
  .course-side-right .button,
  .course-side-left .button {
    padding: 15px 25px;
  }
  .course-side-left .tour-infomation__content__review {
    padding: 20px 10px;
  }
  .course-side-left .tour-infomation__content__review__rate-list li {
    margin-bottom: 10px;
    font-size: 13px;
  }
  .course-side-left .tour-infomation__content__comment {
    padding: 0;
  }
  .course-side-left .tour-infomation__content__comment__comment-item__avatar {
    float: none;
    margin: 30px auto 15px;
    display: block;
  }
  .course-side-left .tour-infomation__content__comment__comment-item div {
    margin-left: 0;
  }
  .tour-infomation__content__write-comment form div {
    display: block;
  }
  .tour-infomation__content__write-comment form input{
    margin-bottom: 20px;
  }

  .course-side-right .course-whyus h2 {
    font-size: 1.4rem;
    padding: 35px 5px 0px;
  }
  .course-side-right .course-whyus li {
    padding: 13px 10px;
  }
  .course-side-right .course-whyus i {
    margin-right: 5px;
}
  .course-side-right .course-question {
    padding: 30px 5px 10px;
  }
  .course-side-right .course-question h2 {
    font-size: 1.4rem;
  }
  .course-side-right .course-question i {
    margin-right: 5px;
  }

}
@media(max-width:350px){
  .course-side-right .course-question span a{
    font-size: 14px;
  }
}


/* categoryCourses Page */
.categoryCourses-main-div{
  padding: 0 0 50px 0;
  margin:0;
  position: relative;
  background-image: url(https://demo.proteusthemes.com/shaka/wp-content/uploads/sites/38/2016/06/shaka-background.png);
  background-repeat: repeat;
  background-position: top left;
  background-attachment: scroll;
}
.categoryCourses-main-div h3{
    font-family: 'Knewave', cursive;
    position: absolute;
    bottom: 2%;
    left: 0;
    display: block;
    background: rgba(1,1,1,.6);
    padding: 15px 20px 20px 50px;
    border-radius: 0 10px 10px 0;
    color: #fff;
    font-size: 3em;
  }
  
.categoryCourses-body{
  background-image: url(https://demo.proteusthemes.com/shaka/wp-content/uploads/sites/38/2016/06/shaka-background.png);
  background-repeat: repeat;
  background-position: top left;
  background-attachment: scroll;
}
.categoryCourses-header{
  background-image: url(https://deepdive-hurghada.com/public/gallery/zzHwkNHT6BEs100100.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  width: 100%;
  height: 300px;
  background-size: cover;
  padding: 0;
  margin: 0;
}
.categoryCourses-container{
  font-family: "Poppins", sans-serif;  
  max-width: 1260px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 50px;
}
.categoryCourses-container a{
  overflow: hidden;
  -webkit-transition: 1s;
  -moz-transition: 1s;
  -ms-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
}
.categoryCourses-container a:hover{
  text-decoration: none;
}

.categoryCourses-side-right{
  padding: 0;
}

.categoryCourses-container .trending-tour-item {
    margin-bottom: 30px;
    border-radius: 5px;
    -ms-box-shadow: -1px 10px 30px 13px rgba(0, 0, 0, 0.1);
    box-shadow: -1px 10px 30px 13px rgba(0, 0, 0, 0.1);
    -o-box-shadow: -1px 10px 30px 13px rgba(0, 0, 0, 0.1);
    width: 100%;
    display: block;
    position: relative;
    overflow: hidden;
    border-radius: 4px;
}
.categoryCourses-container .trending-tour-item__sale {
    z-index: 1;
    top: 0;
    right: 0;
    position: absolute;
    width: 0;
    height: 0;
    border-top: 53px solid red;
    border-left: 53px solid transparent;
}
.categoryCourses-container .trending-tour-item__sale::before {
    content: "скидка";
    position: absolute;
    bottom: 27px;
    right: 1px;
    transform: rotate(45deg);
    font-size: 12px;
    color: #ffffff;
    font-weight: normal;
}
.categoryCourses-container .list-left-sidebar__grid {
    align-items: center;
    display: grid;
    grid-template-columns: 33.33333% 46% auto;
    grid-template-rows: auto;
    background: #ffffff;
}
.categoryCourses-container .trending-tour-item img {
    vertical-align: middle;
    transition: all 0.5s;
    max-width: 270px;
    width: 100%;
    height: auto;
    overflow: hidden;
}
.categoryCourses-container .trending-tour-item__info {
    padding: 25px 20px;
    position: relative;
    border-right: 1px solid #eee;
}
.categoryCourses-container .trending-tour-item__name {
    margin-bottom: 3px;
    text-transform: uppercase;
    font-size: 18px;
    color: #252525;
    font-weight: bold;
}
.categoryCourses-container .trending-tour-item__group-infor__rating::before, .categoryCourses-container .trending-tour-item__group-infor__rating--4star::before,.categoryCourses-container  .trending-tour-item__group-infor__rating--3star::before, .categoryCourses-container .trending-tour-item__group-infor__rating--2star::before,.categoryCourses-container  .trending-tour-item__group-infor__rating--1star::before {
    content: "\f005 \f005 \f005 \f005 \f005";
    font-family: "FontAwesome";
    font-size: 13px;
    font-weight: 400 !important;
    color: #3fced3;
}
.categoryCourses-container .trending-tour-item__group-infor__lasting img{
  width: 18px;
  height: 18px;
}
.categoryCourses-container .infor__lasting img {
    margin: 0 5px -3px 0;
}
.categoryCourses-container .list-left-sidebar__tour-descript {
  margin-top: 10px;
  color: #999999;
  text-align: justify;
  line-height: 1.2;
}

.categoryCourses-container .list-left-sidebar__price {
    justify-self: center;
    text-align: center;
}
.categoryCourses-container .list-left-sidebar__price__discount span {
    color: #b2b2b2;
    margin-right: 6px;
    text-align: center;
}

.categoryCourses-container .list-left-sidebar__price p, .categoryCourses-container .list-left-sidebar__price span {
    position: unset;
    display: inline-block;
}
.categoryCourses-container .trending-tour-item__group-infor__sale-price {
    margin: 0;
    position: absolute;
    right: 20px;
    top: 52px;
    text-decoration: line-through;
    font-family: Lato-700;
    font-size: 20px;
    color: #999999;
    font-weight: normal;
}

.categoryCourses-container .trending-tour-item__group-infor__price {
    position: absolute;
    top: 75px;
    right: 20px;
    font-size: 27px;
}
.categoryCourses-container .list-left-sidebar__price__view-detail {
    transition: all 0.3s;
    margin-top: 5px;
    color: #3fced3;
    border: 1px solid #3fced3;
    width: 100px;
    height: 40px;
    line-height: 40px;
    border-radius: 4px;
    font-size: 12px;
    text-align: center;
}
.categoryCourses-container .list-left-sidebar__price__view-detail:hover {
    background-color: #007bff;
    color: #ffffff;
    border: unset;
}

.categoryCourses-container .course-whyus,
.categoryCourses-container .categoryCourses-latest-tours{
  border-color: #e1e1e1;
  background-color: #f5f5f5;
  color: #949494;
  margin-bottom: 35px;
  box-shadow: -1px 10px 30px 13px rgba(0, 0, 0, 0.1);
}
.categoryCourses-container .course-whyus h2,
.categoryCourses-container .categoryCourses-latest-tours h2{
  font-size: 1.6rem;
  font-weight: 600;
  padding: 35px 25px 0px;
  margin-bottom: 13px;
  color: #252525
}

.categoryCourses-container .course-whyus ul{
  list-style: none;
  padding: 0;
}
.categoryCourses-container .course-whyus li{
  border-top-width: 1px;
  border-top-style: solid;
  padding: 13px 27px;
  border-color: #e1e1e1;
}
.categoryCourses-container .course-whyus li:first-child{
  border-top-width: 0;
}

.categoryCourses-container .course-whyus i{
  font-size: 15px;
  color: #234076;
  margin-right: 13px;
}

.categoryCourses-container .course-question{
  font-size: 13px;
  color: #c9e2ff;
  border-color: #e1e1e1;
  padding: 30px 20px 10px;
  background-image: url(../../public/gallery/course-page-title.jpg);
  position: relative;
  background-size: cover;
  background-position: center;
  box-shadow: -1px 10px 30px 13px rgba(0, 0, 0, 0.1);
}
.categoryCourses-container .course-question h2{
  color: #ffffff;
}
.categoryCourses-container .course-question p{
  line-height: 1.7;
  margin-bottom: 20px;
}
.categoryCourses-container .course-question ul{
  list-style: none;
  padding: 0;
}
.categoryCourses-container .course-question ul li{
  margin-bottom: 15px;
}
.categoryCourses-container .course-question i{
  font-size: 20px;
  color: #a69371;
  margin-right: 10px;
}
.categoryCourses-container .course-question span a{
  font-size: 18px;
  color: #ffffff;
  font-weight: 600;
}

.categoryCourses-container .tourmaster-tour-widget-inner {
  padding: 10px 5px;
  border-top: 1px solid #e1e1e1;
}
.categoryCourses-container .tourmaster-tour-thumbnail {
  float: left;
  max-width: 90px;
  margin-right: 10px;
  margin-left: 5px;
  position: relative;
  overflow: hidden;
}
.categoryCourses-container .tourmaster-thumbnail-ribbon{
  float: left;
  padding: 8px 13px 6px;
  font-size: 12px;
  font-weight: 600;
}
.categoryCourses-container .traveltour-sidebar-area a {
  color: #484848;
}
.categoryCourses-container .traveltour-sidebar-area a img {
  max-width: 100%;
  height: auto;
}
.categoryCourses-container  .tourmaster-tour-price-wrap {
  float: right;
  padding-right: 5px;
}
.categoryCourses-container .tourmaster-tour-content-wrap {
  overflow: hidden;
  padding-top: 15px;
}
.clearfix:after {
  content: " ";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.categoryCourses-container .tourmaster-tour-title {
  font-size: 14px;
  font-weight: 500;
}

.categoryCourses-container .tourmaster-tour-price .tourmaster-head {
  font-size: 13px;
  margin-right: 10px;
}
.categoryCourses-container .tourmaster-tour-price-wrap.tourmaster-discount .tourmaster-tour-price .tourmaster-tail {
  font-size: 13px;
  font-weight: normal;
  margin-right: 10px;
  text-decoration: line-through;
}
.categoryCourses-container .tourmaster-tour-price-wrap.tourmaster-discount .tourmaster-tour-discount-price {
  font-size: 16px;
  font-weight: 700;
  color: #f97150;
}



/* Hot Fix */
@media (min-width: 992px) and (max-width: 1220px){  
  .categoryCourses-container .trending-tour-item__info {
    padding: 5px 20px;
  }
  .categoryCourses-side-right .course-question h2 {
    font-size: 1.8rem;
  }
  .categoryCourses-side-right .course-question ul li {
    margin-right: -10px;
    margin-left: -10px;
  }
  .categoryCourses-side-right .course-question span a {
    font-size: 14px;
  }
}
/* Hot Fix */
@media (min-width: 992px) and (max-width: 1140px){
  .categoryCourses-side-right .course-whyus li {
    padding: 13px 5px;
  }
  .categoryCourses-side-right .course-whyus i {
    margin-right: 5px;
  }
}
/* Hot Fix */
@media (min-width: 992px) and (max-width: 1020px){
  .categoryCourses-side-right .course-whyus h2,
  .categoryCourses-container .categoryCourses-latest-tours h2{
    padding: 35px 20px 0px;
  }
  .categoryCourses-container .tourmaster-tour-content-wrap {
    padding-top: 5px;
  }
}

@media(max-width:991px){
  
  .categoryCourses-header{
    height: 250px;
  }

}

@media(max-width:767px){
  
  .categoryCourses-container {
    padding: 0 0 50px 0;
  }
  .categoryCourses-header{
    height: 200px;
  }
  .categoryCourses-main-div h3 {
    bottom: 5%;
    padding: 15px 15px 15px 30px;
    font-size: 2.5em;
  }

  .categoryCourses-container .list-left-sidebar__grid {
    display: block;
    padding-bottom: 20px;
  }
  .categoryCourses-container .trending-tour-item img{
    max-width: 100%;
  }
  .categoryCourses-container .trending-tour-item__info {
    padding: 25px 20px 10px;
  }
  .categoryCourses-container .list-left-sidebar__price__view-detail {
    margin: 0 auto;
    width: 90%;
  }
}

@media(max-width:420px){
  .categoryCourses-side-right .course-whyus li {
    font-size: 14px;
  }
  .categoryCourses-side-right .course-question span a{
    font-size: 16px;
    font-weight: 400;
  }
}

@media(max-width:380px){
  .categoryCourses-side-right .course-whyus h2,
  .categoryCourses-container .categoryCourses-latest-tours h2 {
    font-size: 1.4rem;
    padding: 35px 5px 0px;
  }
  .categoryCourses-side-right .course-whyus li {
    padding: 13px 10px;
  }
  .categoryCourses-side-right .course-whyus i {
    margin-right: 5px;
  }
  .categoryCourses-side-right .course-question {
    padding: 30px 5px 10px;
  }
  .categoryCourses-side-right .course-question h2 {
    font-size: 1.4rem;
  }
  .categoryCourses-side-right .course-question i {
    margin-right: 5px;
  }
}

@media(max-width:350px){
  .categoryCourses-side-right .course-question span a{
    font-size: 14px;
  }
}



/* Booking Page Main */

.bookingcontainer{
  font-family: "Poppins", sans-serif;
  padding-right: 15px;
  padding-left: 15px;
  margin-left: auto;
  margin-right: auto;
}
.bookingform {
  font-family: "Poppins", sans-serif;
  padding-top: 25px;
  padding-right: 15px;
  padding-left: 15px;
  margin-left: auto;
  margin-right: auto;
}
.bookingform .backlvl{
  margin-bottom: 20px;
}
@media (min-width: 768px){
  .bookingcontainer, .bookingform {
    width: 750px;
}
}
@media (min-width: 992px){
    .bookingcontainer, .bookingform {
      width: 970px;
  }
}
@media (min-width: 1200px){
    .bookingcontainer, .bookingform {
      width: 1170px;
  }
}



.bookingform .nav-item {
  margin-right: 10px;
}
.bookingcontainer .secondnavA {
  font-size: 18px !important;
  text-decoration: none;
  font-weight: 600;
}
.bookingcontainer  .top-pane {
  background-color: white !important;
}
.bookingcontainer table {
  box-shadow: none !important;
  text-align: center;
}
.bookingcontainer b,.bookingcontainer strong {
  font-weight: 600;
}
.bookingcover {
  height: 300px;
  position: relative;
}
.bookingcover img {
  width: 100%;
  height: 300px;
}
.bookingcover h3 {
  font-family: 'Knewave', cursive;
  position: absolute;
  bottom: 2%;
  left: 0;
  display: block;
  background: rgba(1,1,1,.6);
  padding: 15px 20px 20px 50px;
  border-radius: 0 10px 10px 0;
  color: #fff;
  font-size: 3em;
}
.booking-steps {
  margin: 25px 0 0 0;
}
.booking-steps .step {
  opacity: .4;
  margin-bottom: 10px;
  text-align: center;
}
.booking-steps .step.active {
  opacity: 1;
}
.booking-steps .step .number {
  background: #00afec;
  border: 6px solid #ccc;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  font-size: 26px;
  font-weight: 600;
  text-align: center;
  max-width: 60px;
  width: 60px;
  padding: 2px 0 5px;
}
.booking-steps .step span {
  display: block;
  font-size: 15px;
  padding: 10px 0 0;
  font-weight: 600;
  color: #1999ce;
}

.booking-tabs li.nav-item a {
  background: #00afec;
  color: #fff;
  border: 1px solid #ddd;
  border-color: #dee2e6 #dee2e6 #fff;
  -moz-border-radius: 6px 6px 0 0;
  -webkit-border-radius: 6px 6px 0 0;
  border-radius: 6px 6px 0 0;
  font-size: 13px;
  padding: 8px 10px !important;
  margin-bottom: -1px;

}
.booking-tabs li.nav-item a.active {
  background: #fff !important;
  color: #1999ce !important;
}
.bookingform th{
  font-weight: 600;
}

.bookingform .cart-side {
  padding: 20px;
  border-radius: 6px;
  background: #1999ce;
}
.bookingform .cart-side h2 {
  color: #fff;
  margin-bottom: 16px;
  margin-top: 0;
  font-size: 24px;
  font-weight: 600;
}

.bookingform .cart-side input{
  width: 100%;
  border: 0;
  background-color: transparent;
  color: #fff;
  font-size: 14px;
}

.bookingform .cart-side p.input{
  font-size: 14px;
}

.bookingform .cart-side p.delete{
  color: #ce3f4d;
  background: #fff;
  border-radius: 50%;
  height: 25px;
  width: 25px;
  padding: 1px 0px 0px 1px;
  margin: 0 auto;
}

.bookingform .cart-side #cart td:nth-of-type(1){
  width: 20%;
  position: relative;
}

.bookingform .cart-side #cart td:nth-of-type(2){
  width: auto;
  padding-top: 5px;
  text-align: left;
}

.bookingform .cart-side #cart td:nth-of-type(3){
  width: 15%;
  padding-top: 5px;
}
.bookingform .cart-side #cart td:nth-of-type(3) input{
  text-align: center;
}


.bookingform .cart-side #cart td:nth-of-type(4){
  width: auto;
  text-align: center;
  padding-top: 5px;
}


.bookingform .cart-side #cart td:nth-of-type(1) div{
  position: absolute;
  right: 5px;
  font-size: 15px;
  width: 20px;
  height: 17px;
  display: block;
  border: 1px solid #eee;
}
.bookingform .cart-side #cart td:nth-of-type(1) div.increaseQuantity{
  top: 5px;
  border-bottom: none;
}
.bookingform .cart-side #cart td:nth-of-type(1) div.decreaseQuantity{
  top: 21px;
  border-top: none;
}
.bookingform #cartSection button,
.backlvl a,
.bookingcontainer a.next{
  color: #ffffff;
  background-color: #1860aa;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}


.bookingform .cart-side .text-empty-cart {
  color: #fff;
  font-style: italic;
  margin: 0 auto;
  font-size: 19px;
  margin-top: -10px;
}

.booking-discount-notice {
  background: #fff;
  font-size: 13px;
  padding: 15px;
}
.booking-discount-notice .color-darkgray {
  margin-bottom: 15px;
}
.booking-discount-notice ul {
  padding-left: 15px;
}
.bookingform .tab-pane table input[name="selection[]"]{
  display: none;
}
.bookingform .tab-pane table label{
  width: 30px;
  height: 30px;
}
.bookingform .tab-pane table label:before {
  font-family: FontAwesome;
  display: inline-block;
  content: "\f07a";
font-size: 30px;
}

.bookingform .tab-pane table input:checked ~ label:before{content: "\f00c";}


@media(max-width:992px) {
  .bookingcover {
    height: 250px !important;
  }

  .bookingcover img {
    width: 100% !important;
    height: 250px !important;
  }
  .booking-steps .step .number {
    float: left;
    margin-bottom: 15px;
  }
  .bookingform .cart-side #cart td:nth-of-type(1) {
    width: 60px;
  }
  .booking-tabs .tab-content .tab-pane table th:nth-of-type(2),
  .booking-tabs .tab-content .tab-pane table td:nth-of-type(2) {
    display: none;
  }

  .bookingform #cartSection {
    padding:0;
    margin-top: 20px;
  }
  .bookingform .booking-tabs {
    padding:0;
  }
  .bookingform .cart-total p {
    text-align: center;
}

}

@media(max-width:767px) {
  .bookingcover h3{
    padding: 15px 15px 15px 20px;
    font-size: 2em;
  }
  .bookingform .nav{
    display: block;
    padding-right: 0;
  }
  .bookingform .nav-item {
    margin-right: 0;
  }
  .booking-tabs li.nav-item a {
    padding: 15px 10px !important;
  }

}

@media(max-width: 575px) {
  .bookingcover h3{
    bottom: 10%;
    padding: 10px 10px 10px 20px;
    font-size: 2em;
  }
}


/* booking 2nd page */
.bookingform-box-check-in-out{
  background: #00afec;
  color: #fff;
  padding: 10px;
  overflow-x: hidden;
}

.bookingform-box-check-in-out label {
  font-size: 13px;
}

.bookingform .cart-side table{
  color: #fff;
  text-align: center;
  margin-bottom: 5PX;
}
.bookingform .cart-side table td{
  padding:5px;
  border-bottom:1px solid #dee2e6;
  border-top:none;
}

.bookingform .cart-side table td p{
  margin-bottom:0px;
}
.bookingform .cart-side table td a.btn{
  padding: 1px 6px;
  border-radius: 50%;
  background: #fff;
  color: #ce3f4d;
  font-size: 15px;
}
.bookingform .form-control {
  height: calc(1em + .75rem + 2px);
  padding: .15rem .75rem;
  font-size: 14px;
}

.bookingform label {
  margin-bottom: 5px;
  margin-top: 5px;
}
.bookingform input[name="number[]"]{
  border:1px solid #fff ;
  box-shadow: 0 0 0;
  -moz-box-shadow: 0 0 0;
  -webkit-box-shadow: 0 0 0;
  background: transparent;
  text-align: right;
  color: #fff;
  padding: 5px 25px 5px 0px;
}
.bookingform input[name="test"]{
  display: none;
}

.bookingform input[name="check_in"],
.bookingform input[name="check_out"],
.bookingform input.datepicker1
{
  background-color: #e9ecef;
  opacity: 1;
}

.bookingform #demo{
  display: none;
}
.bookingform .row:after{
  clear: both;
}
.bookingform .form-row>.col, .form-row>[class*=col-] {
  padding-right: 15px;
  padding-left: 15px;
}
.bookingform .hiden{
  display: none !important;
}

.bookingform .cart-total{
  COLOR: #FFF;
  FONT-SIZE: 20PX;
}
.bookingform .cart-total p{
  padding: 5px;
}

.first-step {
  padding:20px;
  text-align: center;
  color: #00afec;
}
.first-step p{
  width: 60px;
  padding:10px;
  background-color: #00afec;
  color: white;
  border: 6px solid #ccc;
  border-radius: 50%;
  font-size: 20px;
  text-align:center;
  margin: auto;
}
.first-step strong{
  padding-top: 20px;
}

.cart{
  background-color: #1999CE;
  padding:20px;
  color: white;
  border-radius: 5px;
  height: auto;
}
.tab-pane .col-lg-3{
  height: 30%;
}
.cart h3{
  font-size: 20px;
}
.bookingform .tab-pane table label{
  color:#277bff;
  cursor: pointer;
}
.bookingcontainer .tab-pane table tr,th{
  font-size: 14px;
    
}
.bookingcontainer .tab-pane table thead{
  background-color: #1999CE !important;
}
.bookingcontainer .tab-pane .table .thead-light th {
    border-top: 0;    
}

.booking-tabs .formcontainer {
  padding: 10px;
  background: #eee;
  border-radius: 10px;
}
.booking-tabs .formcontainer p{
  color: #666;
  font-size:13px;
}
.booking-tabs .table {
  margin-bottom: 0;
}

.booking-tabs .table td, .booking-tabs .table th {
  vertical-align: middle;
}

.booking-tabs .tab-content .tab-pane table tr td {
  border: 0;
  border-bottom: 1px solid #fff;
  font-size:14px;
}
.booking-tabs .tab-content .tab-pane table tr td small {
  margin-top: 10px;
  display: block;
  font-size: 84%;
  font-weight: 500;
}

.booking-tabs .tab-content .tab-pane table tbody>tr>td:nth-child(1n+1) {
  background: #e8f0f8;
}

.booking-tabs .tab-content .tab-pane table tbody>tr>td:nth-child(1n+2) {
  background: #eff5fb;
}
.booking-tabs .tab-content .tab-pane table tbody>tr>td:nth-child(1n+3) {
  background: #e8f0f8;
}
.booking-tabs .tab-content .tab-pane table tbody>tr>td:nth-child(1n+4) {
  text-align: center;
  background: #d9e6f6;
}

.bookingcontainer button.next{
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  min-width: 180px;
}
.cart table tr{
  width: 20%;
  color: white;
  font-size: 13px;
}
.cart table p{
  width:30px;height: 30px;
  font-weight: bold;
    color:red;background-color: white;border-radius: 50%;padding: 7px;font-weight: bold;padding-left: 11px;padding-right: 9px;cursor: pointer;
}
.cart table input{
  width:40px;background-color: #1999CE;
    color: white;
    /* border-color: white; */
    border: 1px solid white;
    padding-left: 5px;
}
.check{
  background-color: #00AFEC;
  color: white;
  font-size: 14px;
  padding: 20px;
}
.check input{
  padding: 10px;
  border:1px solid #f3f3f3;
  border-radius: 5px;
}
.check select{
  padding: 10px;
  border:1px solid #f3f3f3;
  border-radius: 5px;
  height: 40px;
}
.form-header{
  font-size: 14px;
  color: white;
  background-color:#1999CE; 
}
.form-header p{
  padding: 10px;
}
.shopping-cart{
  background-color:#00AFEC;
  color: white; 
}
.shopping-cart p{
  padding: 10px;
  font-size: 20px;
}
.cart-table input{
  padding: 10px;
  border:1px solid #f4f4f4;
}
.cart-table p{
  width: 40px;
  height: 40px;
  color: white;
  font-weight:bold;
  border-radius: 5px;
  cursor: pointer;
  background-color: #1999CA;
  text-align: center;
  font-size: 20px;
  padding-top: 7px;
}

/* booking 2nd page */

.bookingform .Cer-diver,
.bookingform .Cer-diver .form-body{
  padding: 0;
}
.bookingform .Cer-diver .form-header p.remove{
  padding: 20px 0;
  text-align: right;
}

@media(max-width:767px) {
  .bookingform .otherHotelHolder{
    margin-top: 20px;
  }

}


/* booking 3rd page */

.bookingcontainer .review-head{
  background-color: #1999CA;
  color: white;
  font-size: 15px;
}
.bookingcontainer .review-head p{
  padding: 10px;
}
.table .thead-light th{
  background-color: #1999CE;
  color: white;
}

.bookingcontainer input#xsrrs{
  margin: 0 auto;
  display: block;
}
.bookingcontainer .cart-table tbody{
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
}

.bookingcontainer .cart-table th:nth-of-type(1) {
  text-align: left;
  padding-left: 5%;
}


@media (max-width: 991px){
  .bookingcontainer div.top-margin {
    margin-top: 25px;
  }
  .bookingcontainer a.next,
  .bookingcontainer button.next{
    width: 100%;
  }
  .bookingform button.next{
    width: 100%;
  }
  .bookingcontainer .booking-discount-notice .color-darkgrayimg{
    text-align: center;
  }
}

@media(max-width: 575px) {
  .bookingcontainer .table td, .bookingcontainer .table th {
    padding: 0.5rem 0.2rem;
  }
  .bookingcontainer .cart-table th:nth-of-type(1) {
    padding-left: 0;
  }
}

/* contact page */

.contact-form{
  text-align: center;
  color: #4c4c4c;
  background-image: url(https://demo.proteusthemes.com/shaka/wp-content/uploads/sites/38/2016/06/shaka-background.png);
  background-repeat: repeat;
  background-position: top left;
  background-attachment: scroll;
}
.contact-form .container div.col-lg-3{
  border-left: 1px solid #eee;
}
.contact-form .btn{
  margin-left: auto;
  margin-right: 0;
  margin-top: 15px;
  display: block;
  background-color: #0099CC;
  font-size: 15px;
  color: #fff;
  transition: 0.8s;
}
.contact-form .btn:hover{
  background-color: #007fa9;
}
.contact-form .input-group-addon{
  position: absolute;
  top: 0;
  left: 0;
}
.contact-form .form-control{
  padding-left: 35px;
}
.contact-form textarea{
  padding-left: 0.75rem !important;
}
.contact-form .input-group .col-md-6{
  -ms-flex: 0 0 49%;
  flex: 0 0 49%;
  max-width: 49%;
  margin-bottom: 25px;
}
.contact-form .iti {
  width: 100%;
}
.contact-form .iti__selected-flag {
  padding: 0px 5px;
  margin-left: 25px;
}
.contact-form .iti--allow-dropdown input{
  padding-left: 71px;
}
.contact-form .iti__flag-container {
  left: 5px;
}
.contact-form .iti__country-list {
  left: -4px;
}

.contact-form #follow_us_contacts,
.contact-form #follow_us_contacts_mob {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 14px;
}
.contact-form #follow_us_contacts li,
.contact-form #follow_us_contacts_mob li{
  position: relative;
  padding-left: 42px;
  height: 34px;
  line-height: 28px;
  margin-bottom: 15px;
}
.contact-form a{
  text-decoration: none;
  color: #4c4c4c;
}
.contact-form a:hover,
.contact-form a:focus {
  color: #111;
  text-decoration: none;
}
.contact-form ul#follow_us_contacts li a:hover i,
.contact-form ul#follow_us_contacts_mob li a:hover i {
  border: 2px solid #333;
  color: #333;
}

  
.contact-form #follow_us_contacts li i,
.contact-form #follow_us_contacts_mob li i {
  position: absolute;
  left: 0;
  top: 0;
  width: 34px;
  height: 34px;
  webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  border: 2px solid #c6c6c7;
  color: #c6c6c7;
  display: block;
  line-height: 32px;
  font-size: 18px;
  text-align: center;
  font-weight: normal;
}
.contact-form .rope{
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  background: url(../../img/rope.png) repeat-x 0 0;
  height: 8px;
}

.contact-form #map{
  height: 480px;
  position: relative;
  margin-bottom: 20px;
  overflow: hidden;
}
.contact-form #map iframe{
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

@media (max-width: 991px){
  .contact-form .container div.col-lg-3 {
    border-left: none;
    margin-top: 15px;
    text-align: center !important;
  }
  .contact-form #follow_us_contacts_mob li {
    width: 35px;
    padding: 0;
    margin: 10px 8%;
    display: inline-block;
  }
  .contact-form .container div.col-lg-9 p {
    text-align: center !important;
  }

  .contact-form .input-group .col-md-6{
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 25px;
  }
}

@media (max-width: 767px){
  .contact-form #map{
    height: 75vw;
  }
}

.aboutus .about-fact{
  background-color: #0096ff;
  height: 450px;
  position: relative;
  padding: 0;
}
.aboutus .about-fact h1{
  color: #ffffff;
  font-size: 2.4em;
  line-height: 1.4;
  font-weight: 700;
  font-style: italic;
  text-transform: uppercase;
  margin: 0;
  position: absolute;
  width: 85%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.aboutus .about-us-from-db{
  padding: 0;
  text-align: justify;
  max-width: 875px;
}
.aboutus .about-us-from-db h1{
  font-size: 3vw;
  font-weight: 900;
  font-style: italic;
  text-transform: uppercase;
  padding: 30px 4% 10px 4%;
}
.aboutus .about-us-from-db div{
  padding: 0 4%;
}

.aboutus .about-booking{
  color: #ffffff;
  margin-top: 40px;
  padding: 150px 0 150px 150px;
  background-position: left center;
  background-image: url(../../public/gallery/About_bg_main.jpg);
}
.aboutus .about-booking h1{
  letter-spacing: -3px;
  font-size: 3.5vw;
  font-weight: 700;
  font-style: italic;
  text-transform: uppercase;
  margin: 20px 0;
}
.aboutus .about-booking a{
  position: relative;
  text-align: center;
  border: 3px solid;
  text-transform: uppercase;
  color: #ffffff;
  display: inline-block;
  margin: 20px 0;
  padding: 25px 50px 25px 25px;
  letter-spacing: 1.8px;
  font-weight: 600;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.aboutus .about-booking a:after {
  content: "\f054";
  font-family: "FontAwesome";
  display: inline-block;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: inherit;
  font-weight: 100;
  width: auto;
  margin: 0;
  position: absolute;
  right: 20px;
  top: 26px;
}
.aboutus .about-booking a:hover {
  color: #232a34;
  background-color: #fff;
  border-color: #fff;
  text-decoration: none;
}
.about-team{
  width: 100%;
  height: auto;
  overflow:hidden;
  padding-top: 20px;
  margin-bottom: 20px;
}
.about-team .team-info{
  padding-left: 20px;
  padding-bottom: 20px;
}

.about-team .team-info h2{
  font-size: 1.7vw;
  font-weight: 700;
  font-style: italic;
  text-transform: uppercase;
}

.about-team .social-links a{
  display: inline-block;
  font-size: 1.6vw;
  color: #666666;
}
.about-team img{
  width: 100%;
  height: auto;
}
.about-team .sc_team_item_avatar{
  margin-bottom: 20px;
}

@media (max-width: 1200px){
  .aboutus .about-fact h1{
    font-size: 2em;
    width: 90%;
  }
}

@media (max-width: 991px){
  .aboutus .about-fact {
    height: 220px;
    text-align: center;
  }
  .aboutus .about-us-from-db {
    padding: 0 4%
  }
  .aboutus .about-us-from-db iframe{
    height: 50vw;
  }
  .aboutus .about-booking {
    padding: 12%;
  }
  .about-team .team-info h2 {
    font-size: 28px;
  }
  .about-team .social-links a {
    font-size: 18px;
  }
  .about-team .team-info{
    text-align: center;
    max-width: 350px;
    margin: 0 auto;
  }
  .about-team .sc_team_item_avatar{
    max-width: 350px;
    margin: 0 auto;
    margin-bottom: 70px;
  }

}


@media (max-width: 768px){
  .aboutus .about-fact {
    height: 200px;
  }
  .aboutus .about-booking h1 ,
  .aboutus .about-fact h1 {
    font-size: 32px;
    letter-spacing: 0;
  }

  
}







/*  */
.aboutus div.aboutus-img img{
  width: 100%;
  height: auto;
}

.team-member{
  width: 100%;
  height: auto;
  overflow:hidden;
  padding: 0;
}
.team .img,.team .img img{
  width: 100%;
  height: auto;
}

.mem-info{
  position: absolute;
  z-index: 10;
  background-color: rgba(0,0,0,0.7);
  color: white;
  font-size: 13px;
  text-align: center;
  width: 100%;
  height: 100%;
  padding: 15%;
  display: none;
  right: 0;
  top: 0;
}

.all-team{
  padding: 20px;
  height: 200px;
  background-color: #1abc9c;
  color: white;
  font-size: 15px;
  text-align:center;
  margin: 20px;
  padding-top: 60px;
}
.all-team a{
  font-size: 17px;
  color: white;

}
.all-team i{
  font-size: 40px;
  margin-top: 10px;
}

@media (max-width: 991px){
  .aboutus div.aboutus-img {
    display: none;    
  }
  .team-member {
    padding: 20px;
  }

  .mem-info{
    width: calc(100% - 40px);
    height: calc(100% - 40px);
    right: 20px;
    top: 20px;

  }
}


/* Unkown  */

.editorial {
  display: block;
  width: 100%;
  height: 60px;
  max-height: 60px;
  margin: 0;
  z-index:5;
  bottom:0;
  position:absolute;
  left:0px;
  float:left;
}

.parallax1 > use {
  animation: move-forever1 10s linear infinite;
  &:nth-child(1) {
    animation-delay: -2s;
  }
}
.parallax2 > use {
  animation: move-forever2 8s linear infinite;
  &:nth-child(1) {
    animation-delay: -2s;
  }
}
.parallax3 > use {
  animation: move-forever3 6s linear infinite;
  &:nth-child(1) {
    animation-delay: -2s;
  }
}
.parallax4 > use {
  animation: move-forever4 4s linear infinite;
  &:nth-child(1) {
    animation-delay: -2s;
  }
}
@keyframes move-forever1 {
  0% {
    transform: translate(85px, 0%);
  }
  100% {
    transform: translate(-90px, 0%);
  }
}
@keyframes move-forever2 {
  0% {
    transform: translate(-90px, 0%);
  }
  100% {
    transform: translate(85px, 0%);
  }
}
@keyframes move-forever3 {
  0% {
    transform: translate(85px, 0%);
  }
  100% {
    transform: translate(-90px, 0%);
  }
}
@keyframes move-forever4 {
  0% {
    transform: translate(-90px, 0%);
  }
  100% {
    transform: translate(85px, 0%);
  }
}
.cards{
  padding-top: 50px;
  padding-bottom: 50px;
}
.wavecard {
  height: 450px;
  background: #1999CE ;
  border-radius: 10px;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.10);
  margin-left: 6%;
}
.clipcard-body,.wavecard-body {
  padding: 15px;
  color: white;
  font-weight: 100 !important;
}

.wavecard-body a{
  color: white; 
  text-decoration-line: none;
  font-size: 25px;
  font-family: 'Knewave', cursive;
  cursor: pointer;
  transition: 0.5s;
}
.wavecard-body a:hover{
  color: #efc85f;
}
.wavecard-image {
  height: 350px;
  width: 100%;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
 /* -webkit-clip-path: polygon(50% 0%, 100% 0, 100% 43%, 100% 75%, 70% 84%, 34% 64%, 0 78%, 0% 43%, 0 0);
  clip-path: polygon(50% 0%, 100% 0, 100% 43%, 100% 75%, 70% 84%, 34% 64%, 0 78%, 0% 43%, 0 0);
  transition: all 0.5s ease-in-out;*/
}
/*.wavecard-image:hover {
  -webkit-clip-path: polygon(50% 0%, 100% 0, 100% 43%, 100% 79%, 66% 65%, 36% 78%, 0 78%, 0% 43%, 0 0);
  clip-path: polygon(50% 0%, 100% 0, 100% 43%, 100% 79%, 66% 65%, 36% 78%, 0 78%, 0% 43%, 0 0);
}
*/
.para {
  height: auto;
  color:#3F5879;  
}
.para span{
  border-bottom: 4px solid #FFD460;padding-bottom: 20px;
}
.para h1{
  color: #1999CE;
  font-family: 'Knewave', cursive;
  display: inline-block;
}
.para p{
  padding-top: 50px;
  display: inline-block;
}
.para button{
  width: 300px;
  margin-top: 40px;
  font-family: 'Knewave', cursive;
  transition: 0.5s;
  background-color: #1999CE;border-color: #1999CE;color: white;
}
.para button:hover{
  color: #efc85f;
}
.para a{
    font-weight:bold !important;text-decoration :none !important;cursor:pointer !important;
}
.para a:hover{
    text-decoration:underline !important;
}
.image{
  height: auto;
}
.image img{
width: 100%;
height: 350px;
border-radius: 50%;
}
.comments{
  background-color:#1999CA;color:white;padding: 20px; 
}
.comments img{
  width: 100%;height: 100%;
  border-radius: 5px;
}
.comments .col-lg-8{
  padding: 20px;
}
.comments button{
 background-color: #efc85f;border-color:#efc85f;color: #1999CE; 
  font-family: 'Knewave', cursive;
  transition: 0.5s;
}
/*.comments button:hover{
  background-color: #efc85f;border-color:#efc85f;color: #3F5879;
}*/
.prop{
  padding: 20px;
}
.prop .head{
  font-family: 'Knewave', cursive;
  color: #3F5879;
  border-bottom: 3px solid #FFD460; 
  display: inline-block;
  padding-top: 10px;
  padding-bottom: 10px;
}
.prop .col-lg-3{
  text-align:center;
  padding: 10px;
}
.gallery{
 height: auto;
 background-size: cover;
 background-repeat: no-repeat;
 padding: 0px;
}
.gallery .G-gallery{
  width: 100%;
  background-color: rgba(0,0,0,0.7);
  display: flex;
  flex-direction: row;
  color: #FFD460;text-align:center;
  padding-top: 20px;
  padding-bottom: 60px;
}
.gallery .G-gallery h4{
    color: #FFD460;text-align:center;
    font-family: 'Knewave', cursive;
}
.content-gallery{
  height: 500px;
  color: white;
  margin-top: 10px;
  transition: 0.5s;
}
.content-gallery img{
  height: 70%;
  width: 100%;
  
}
.content-gallery p{
  padding-top: 20px;
  text-align:left;
}
@media(max-width: 991px){
  .gallery .G-gallery{
    flex-direction: column;
  }
   .content-gallery{
    width: 90%;
     flex-direction: column;
  }
}
.content-gallery:hover{
  margin-top: 5px;
}
.G-gallery button{
  background-color: #FFD460;border-color:#FFD460;color: #3F5879; 
  font-family: 'Knewave', cursive;
  transition: 0.5s;
  width: 300px;
}
.G-gallery button:hover{
   background-color: #efc85f;border-color:#efc85f;color: #3F5879;
}
.footer1{
  padding-top: 20px;
  padding-left: 20px;
  border-bottom: 1px solid #f3f3f3;
  padding-bottom: 20px;
  overflow-x: hidden;
}
.footer1 .fb-page{
width: 100%;
}
.fb-page iframe{
 width: 100%;
 height: 200px;

}
.visit{
  margin-left: 15px;
  border:1px solid #f3f3f3;
  border-radius: 5px;
  padding: 10px;
}
.visit a{
  color: black;
  text-decoration-line: none;
}
.visit button{
 width: 300px;
 height: 50px;
 color: white;
 background-color:#FA8C00;
 border-radius: 10px;
 border:none;
}
.trip{
  padding: 20px;
  border:1px solid #f3f3f3;
  margin-left: 20px;

}
.trip img{
  width: 90%;
  height: auto;
}
@media(max-width: 992px){
  .fb-page{
    text-align:center;
    padding-left: 25%;
  }
  .trip img{
    width: 180px;
    height: 50px;
    text-align:center;
  }
  .trip,.visit{
    text-align:center;
  }
  .visit button{
    margin-left: 30%;
  }
  .fb-page iframe{
margin-left: 30px;

}
}
.trip a{
  color: black;
  font-size: 10px;
}
.trip small{
  color: grey
}

.rate{
  padding: 20px;
  border:1px solid #f3f3f3;
  text-align: center;
  margin-left: 20px;

}
.rate p{
  font-size: 25px;
  font-weight: 700;
  color: #00A680;
}
.rate  small{
  font-size: 12px;
  color: black;
  text-decoration-line: underline;
}
.social-social{
    padding-top: 11px;text-align:left;color:#5A5A5A;
}
.social{
padding-top: 35px;
color:#eee;
color:#5A5A5A;
text-align:right;
}
@media(max-width:992px){
    .social,.social-social{
    text-align:center;
    }
}

.footer2{
  text-align:center;
  background-color:#333333;
  font-size: 15px;
  padding-top: 20px;
 
}
.footer2 nav{
  background-color: #333333 !important;
}
.footer2 ul li{
  float: left;
  text-align:center;
  list-style-type: none;
  margin-left: 20px;
  text-decoration-line: underline;
   color: white;
}
.footer2 a{
  color:#adadad;
  font-size: 13px;
  text-align:center;
}
.footer3{
 background-color: #333333;
color: white;
text-align: center;
padding: 10px;
}
.footer3 p{
    text-align: center;
    line-height: 10px;
    font-size: 13px;
}

.middle-section{
  padding-top: 20px;
  padding-bottom: 20px;
  color: #666666;
  text-align: center;
}
.middle-section h2{
  color: #0099CC;
  font-size: 32px;
}
.middle-section p{
  font-size: 14px;
}
.photos .col-lg-1{
  padding: 0px;
}
.photos{
  padding-left: 6%;
}
.photos a{
  width: 100px;
  height: 100px;
  margin: 5px;
}
@media(max-width: 991px){
  .comments{
    margin: 10px;
  }
  .fb-follow{
    text-align: center;
  }
   .fb-follow iframe{
     margin-left: 10% !important;
   }
}
.photos img{
  width: 100%;
  height: 100%;
}
.boat-para{
  padding-top: 20px;
  background-color: #f4f4f4;
  padding-bottom: 20px;
}
.first-para{
    float: left;
    padding-right: 40px;
    padding-left: 40px;
    color: #666666;
    font-size: 14px;
    margin-top: 20px;
}
.first-para h3{
font-size: 20px;
}
.first-para p{
padding-left: 40px;
}
.diving-content{
  background-color: #333333;
 /* padding-top: 5px;
  padding-bottom: 5px;*/
}
.diving-content a{
  color: #9d9d9d;
  padding-top: 20px;
  padding-bottom: 20px;
  transition: 0.5s;
}
.diving-content a:hover{
  color:white;
}
.intro-section {
  text-align:center;
  padding-top: 20px;
  padding-bottom: 20px;
  color:  #666666;
  padding-left: 10px;
}
.intro-section h3,.intro-section img{
  
  font-family: 'Knewave', cursive;
}
.intro-section img {
  width: 230px;
  height: 250px;
  display: block;
  margin:auto;
}
.intro-section2{
  padding-top: 80px;
  padding-bottom: 20px;
  color:#666666; 
  padding-right: 30px;
   padding-left: 10px;
}
.intro-section2 strong,.intro-section2 p{
  font-size: 14px;
}
.middle-liveboard{
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #f3f3f3;
  color: #666666;
  text-align:center;
}
.middle-liveboard h2{
  font-size: 25px;
}
.middle-liveboard button{
  margin-top: 10px;
  background-color: #1999CE;
  border-color: #1999CE;
}
.diff{
  color: #A94442;
}
.VESSELS {
  padding-top: 20px;
  padding-bottom: 40px;
  color: #666666;
  text-align:center;
  background-color:#f4f4f4; 
}
.VESSELS h2{
  font-size: 25px;
}
.VESSELS p{
  font-size: 14px;
}
.vessels-content{
  margin-left: 6%;
  margin-top:30px;
}
.vessels-content img{
  width: 299px;
  height: 230px;
}
.vessels-content h3{
  font-size: 20px;
}
.VESSELS button{
  margin-top: 10px;
   background-color:#79d2f3;color:white;
   border-color: #79d2f3;
   
}
.VESSELS button:hover{
  background-color:#3F5879;color:#FFD460;
   border-color: none;
}
.info-faq{
  background-color: #79d2f3;
  color: white;
  padding-top: 20px;
  padding-bottom: 20px;
}
.info-cont{
  margin-top: 10px;
  text-align:center;

}
.info-cont h2{
  font-size: 25px;
}
.info-cont p{
  font-size: 14px;

}
.info-cont button{
 background-color:#1abc9c;color:white;
   border-color: #1abc9c;
  cursor: pointer; 
}
.info-cont button:hover{
  background-color: #FFD460;border-color: #FFD460;
}
.live-details {
  background-color: #f4f4f4;
  color: #666666;
  padding-bottom: 20px;
  padding-top: 20px;
  padding-left: 30px;
}
.live-details h3{
  font-size: 20px;
}
.live-details li{
  font-size: 14px;
}
.details-cont{
  padding-left: 40px;
  padding-right: 40px;
}
.div-info{
  padding-top: 20px;
  padding-bottom: 40px;
}
.first-div{
  color: #666666;
}
.first-div img{
  width: 87px;
  height: 87px;
  margin: auto;
}
.first-div h3{
  font-size: 20px;
}
.first-div p,.first-div li{
  font-size: 14px;
}
.site-info{
    padding-top: 40px;
   border-bottom: 1px solid #f4f4f4;
}
.site-para{
  color: #666666;
  padding-top: 40px;
}
.site-para h3{
  font-size: 20px;
}
.site-para p{
  font-size: 14px;
}
.site-img{
  padding-top: 60px;
}
.site-img img{
  height: 200px;
  width: 300px;
}
.faq-cont{
  padding: 30px;
}
.question{
  margin: 10px;
}
.question-header {
  background-color: #f5f5f5;
  border:1px solid #f4f4f4;
  border-top: 4px solid #0099CC;
  cursor: pointer;
  padding-top: 8px;
}
.question-header p{
  display: inline-block;
}
.question-header i{
  display: inline-block;
  float: right;
}
.question-body{
  background-color: white;
  border:1px solid #f5f5f5;
  border-radius: 5px;
  display: none;
}
.test-curosel img{
height: 240px;
}


.aboutus .Crew{
  text-align: center;padding: 20px;color: #666666;
}
.aboutus h2,.fb-follow h2{
  font-size: 25px;
  color: #666666;
}
.fb-follow iframe{
  width: 90%;
  height: 500px;
  margin-left: 13%;
}
.aboutus button{
  background-color: #1999CE;
  border-color: #1999CE;
}
.tripadvisor{
background-color: #79D2F3;padding: 50px;
}
.cont-tripadvisor{
padding: 20px;
  border:1px solid #f3f3f3;
  background-color: white;border:1px solid black;padding: 10px;
}
.cont-tripadvisor img{
  width: 180px;
  height: 15px;
}
.cont-tripadvisor a{
  color: black;
  font-size: 10px;
}
.cont-tripadvisor small{
  color: grey
}
.cont-tripadvisor strong{
  font-size: 12px;
  display: block;
}
.input::placeholder{
  color: white;
}
.copyright{
  background-color: #5a5a5a;
  color: white;
  padding-top: 8px;
  padding-bottom: 8px;
  text-align:center;
}
.copyright p{
  text-align: center;
  margin: auto;
  font-size: 10.5px;
}
.copyright a{
  color: white;
  text-decoration-line: underline;
}
@media (max-width: 992px) {
  .intro-diving{
    text-align: center;
  }
  .visit button {
    margin: auto !important;
  }
}
.dropdown-submenu {
    position: relative;
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}


.dropdown-submenu:hover>.dropdown-menu {
    display: block;
}

.dropdown-submenu:active>.dropdown-menu {
    display: block;
}

.dropdown-submenu:visited>.dropdown-menu {
    display: block;
}

.dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown-submenu:hover>a:after {
    border-left-color: #fff;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}
#fixed-social {
   position: fixed;
   top: 130px;
   z-index: 10;
}
#fixed-social a {
   color: #fff;
   display: block;
   height: 40px;
   position: relative;
   text-align: center;
   line-height: 40px;
   width: 40px;
   margin-bottom: 1px;
   z-index: 10;
   font-size: 20px;
   border-top-right-radius: 5px;
   border-bottom-right-radius: 5px;
}
#fixed-social i{
    margin-top: 10px;
}
#fixed-social a:hover>span{
    visibility: visible;
  left: 41px;
  opacity: 1;
}
#fixed-social a span {
    line-height: 40px;
    left: 60px;
    position: absolute;
    text-align: center;
    width: 120px;
    visibility: hidden;
    transition-duration: 0.5s;
    z-index: 1;
    opacity: 0;
     border-top-right-radius: 5px;
   border-bottom-right-radius: 5px;
}
