@import url("https://fonts.googleapis.com/css?family=Poppins:100,200,300,400,500,600,700");
@import url(css/bootstrap.min.css);
@import url(css/animate.css);
/* @import url(css/mast-nav/mast-nav.css); */
@import url(css/ball.carousel.min.css);
@import url(css/magnific-popup.css);

@import url(css/font-awesome.min.css);
@import url(css/all.min.css);
@import url(css/fontawesome.min.css);

@import url(css/style.css);
@import url(css/jquery-ui.min.css);
@import url(css/datepicker.min.css);

* {
    margin: 0;
    padding: 0;
}
body {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-size: 16px;
    position: relative;
    z-index: auto;
}
a, a:active, a:focus, a:hover {
    color: #2a303b;
    text-decoration: none;
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
    outline: none;
    font-weight: 500;
}
img {
    max-width: 100%;
    height: auto;
}
.bg-overlay {
    position: relative;
    z-index: 1;
}
.bg-overlay::after {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    background-color: rgba(14, 39, 55, 0.7);
}
.bg-img {
    background-position: center center !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
}
.section-padding-100-0 {
    padding-top: 100px;
    padding-bottom: 0;
}
.section-padding-80-0 {
    padding-top: 80px;
    padding-bottom: 0;
}
.section-padding-50-0 {
    padding-top: 50px;
    padding-bottom: 0;
}

.mtop-15 {
    margin-top: 15px;
}
.mtop-30 {
    margin-top: 30px;
}
.mtop-40 {
    margin-top: 40px;
}
.mtop-50 {
    margin-top: 50px;
}
.mtop-70 {
    margin-top: 70px;
}
.mtop-80 {
    margin-top: 80px;
}
.mtop-100 {
    margin-top: 100px;
}
.mtop-150 {
    margin-top: 150px;
}
.mright-15 {
    margin-right: 15px;
}
.mright-30 {
    margin-right: 30px;
}
.mright-50 {
    margin-right: 50px;
}
.mright-100 {
    margin-right: 100px;
}
.mbottom-15 {
    margin-bottom: 15px;
}
.mbottom-30 {
    margin-bottom: 30px;
}
.mbottom-40 {
    margin-bottom: 40px;
}
.mbottom-50 {
    margin-bottom: 50px;
}
.mbottom-60 {
    margin-bottom: 60px;
}
.mbottom-70 {
    margin-bottom: 70px;
}
.mbottom-80 {
    margin-bottom: 80px;
}
.mbottom-100 {
    margin-bottom: 100px;
}
.mleft-15 {
    margin-left: 15px;
}
.mleft-30 {
    margin-left: 30px;
}
.mleft-50 {
    margin-left: 50px;
}
.mleft-100 {
    margin-left: 100px;
}
.mapdiv{
    padding: 0 10%;
}

.section-gap{
    padding: 45px 0 45px 0;
}
.xtra-section-gap{
    padding: 45px 0 45px 0;
}


/* heading section */
.globetrot-heading {
    position: relative;
    z-index: 1;
    margin-top: 9px;
    margin-bottom: 27px;
}
.globetrot-heading h2 {
    font-size: 41px;
    text-transform: capitalize;
    margin-bottom: 0;
    display: block;
    line-height: 1.2;
}
.globetrot-heading h4 {
    font-size: 23px;
    text-transform: capitalize;
    margin-bottom: 0;
    display: block;
    line-height: 1.2;
}
.globetrot-heading p {
    font-size: 15px;
}
.globetrot-heading h2:hover, .globetrot-heading h2:focus{
    -webkit-transform: scale(1.15);
    -ms-transform: scale(1.15);
    transform: scale(1.15);
}
.globetrot-heading ul {
    padding: 0 0 0 27px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .globetrot-heading h2 {
        font-size: 36px;
   }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .globetrot-heading h2 {
        font-size: 30px;
   }
}
@media only screen and (max-width: 767px) {
    .globetrot-heading h2 {
        font-size: 23px;
   }
   .globetrot-heading h4 {
    font-size: 18px;
}
   .globetrot-heading p {
    font-size: 13px;
}
}
.redcol{
    color: red;
}

#scrollUp {
    position: fixed;
    right: 40px;
    font-size: 20px;
    line-height: 40px;
    width: 40px;
    height: 40px;
    bottom: 40px;
    background-color: #1cc3b2;
    color: #ffffff;
    text-align: center;
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
    border-radius: 50%;
    -webkit-box-shadow: 0 2px 40px 8px rgba(15, 15, 15, 0.15);
    box-shadow: 0 2px 40px 8px rgba(15, 15, 15, 0.15);
    z-index: 15962536;
}
@media only screen and (max-width: 767px) {
    #scrollUp {
        right: 20px;
        bottom: 20px;
   }
}
#scrollUp:focus, #scrollUp:hover {
    background-color: #000000;
    color: #ffffff;
}


/* :: 7.0 Header Area CSS */
.top-header-bar{
    padding: 14px 5% 14px 5%;
    background-color: #0e2737;
}
.top-header-bar a{
    font-size: 15px;
    margin-left: 36px;
    color: #fff;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .top-header-bar{
        padding: 14px 5% 14px 5%;
    }
    .top-header-bar a{
        font-size: 14px;
        margin-left: 14px;
    }
}
@media only screen and (max-width: 767px) {
    .top-header-bar{
        padding: 14px 7% 14px 5%;
    }
    .top-header-bar a{
        font-size: 13px;
        margin-left: 23px;
    }
    .top-header-bar a span{
        display: none;
    }
}
.top-header-bar a:hover{
    color: #1cc3b2;
}
.top-header-bar a i:hover{
    color: #1cc3b2;
}


/* mast-nav */
/* 2nd navbar */
@media only screen and (max-width: 767px) {
    .sticky-top{
        position: relative !important;
    }
}
@media only screen and (min-width: 768px) {
    .dropdown:hover .dropdown-menu, .dropdown:focus .dropdown-menu {
        display: block;
        animation-duration: .5s; 
        -moz-animation-duration: .5s;
        -o-animation-duration: .5s;
        -webkit-animation-duration: .5s;
        /* box-shadow: 1px 2px 2px 1px #1cc3b2; */
        box-shadow: 5px 5px 14px #1cc3b2;
    }
}
.navcls{
    background-color: #fff;
}
.navcls .nav-brand{
    max-width: 100%; 
    padding: 9px 0 9px 3%;
}
@media only screen and (max-width: 767px) {
    .navcls{
        margin-top: 5px;
        margin-bottom: 0px;
    }
    .navcls .nav-brand{
        max-width: 207px;
    }
}
.navcls .navbar-nav{
    padding: 0 0 0 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .navcls .nav-brand{
        padding: 9px 0 9px 1%;
    }
    .navcls .navbar-nav{
        padding: 0 0 0 0;
    }
}
.navcls ul li a{
    z-index: 1;
    font-size: 18px;
    margin-right: 14px;
    color: #000;
}
.navcls ul li .dropdown-item{
    z-index: 2;
    font-size: 16px;
    margin-right: 9px;
    min-width: 144px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .navcls ul li a{
        font-size: 16px;
        margin-right: 9px;
    }
    .navcls ul li .dropdown-item{
        font-size: 14px;
        margin-right: 14px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .navcls ul li a{
        font-size: 16px;
    }
    .navcls ul li .dropdown-item{
        font-size: 14px;
    }
}
@media only screen and (max-width: 767px) {
    .navcls ul li a{
        font-size: 16px;
    }
    .navcls ul li .dropdown-item{
        font-size: 14px;
    }
}
.navcls ul li .dropdown-item:hover{
    background-color: #1cc3b2;
    color: #000;
}
.navcls ul li a:hover{
    color: #1cc3b2;
}



/* image Slider */
.image-slider-area {
    position: relative;
    z-index: 1;
}
.image-slider {
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.image-slider .ball-prev, .image-slider .ball-next {
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background-color: red;
    text-indent: -50000em;
    position: absolute;
    top: 50%;
    left: 30px;
    margin-top: -40px;
    z-index: 10;
    background-position: center center !important;
    background-size: cover !important;
    opacity: 0;
    visibility: hidden;
}
@media only screen and (max-width: 767px) {
    .image-slider .ball-prev, .image-slider .ball-next {
        width: 40px;
        left: 20px;
        height: 40px;
   }
}
.image-slider .ball-next {
    left: auto;
    right: 30px;
}
@media only screen and (max-width: 767px) {
    .image-slider .ball-next {
        right: 20px;
   }
}
.image-slider:hover .ball-prev, .image-slider:hover .ball-next, .image-slider:focus .ball-prev, .image-slider:focus .ball-next {
    opacity: 1;
    visibility: visible;
}
.single-slide {
    position: relative;
    z-index: 2;
    width: 100%;
    height: 500px;
    background-color: yellow;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .single-slide {
        height: 500px;
   }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .single-slide {
        height: 500px;
   }
}
@media only screen and (max-width: 767px) {
    .single-slide {
        height: 410px;
   }
}
.single-slide .slide-text {
    position: relative;
    z-index: 1;
}
.single-slide .slide-text h6 {
    letter-spacing: 2px;
    color: #ffffff;
    margin-bottom: 30px;
}
.single-slide .slide-text h2 {
    font-size: 72px;
    display: block;
    margin-bottom: 30px;
    color: #ffffff;
}
.single-slide .slide-text h3 {
    font-size: 59px;
    letter-spacing: 0px;
    color: #ffffff;
}
.single-slide .slide-text h4 {
    font-size: 18px;
    letter-spacing: 2px;
    color: #ffffff;
}
.single-slide .slide-text h5 {
    font-size: 13px;
    letter-spacing: 2px;
    color: #ffffff;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .single-slide .slide-text h2 {
        font-size: 48px;
   }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .single-slide .slide-text h2 {
        font-size: 42px;
   }
}
@media only screen and (max-width: 767px) {
    .single-slide .slide-text h2 {
        font-size: 30px;
   }
}


/* short-details */
.short-details-area {
    position: relative;
    z-index: 1;
}
.short-details-area .short-details {
    position: absolute;
    width: 100%;
    z-index: 100;
    top: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.short-details {
    position: relative;
    z-index: 1;
    padding-left: 10%;
    padding-right: 10%;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .short-details {
        padding-left: 2%;
        padding-right: 2%;
   }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .short-details {
        padding-left: 0%;
        padding-right: 0%;
   }
}
@media only screen and (max-width: 767px) {
    .short-details {
        padding-left: 0%;
        padding-right: 0%;
        padding-top: 90px;
   }
}
.short-details .short-details-bar {
    position: relative;
    z-index: 1;
    width: 100%;
    box-shadow: 0 2px 15px 1px rgba(0, 0, 0, 0.15);
    padding: 20px 10px 0px 10px;
    border-radius: 5px;
    background-color: #ffffff;
}
@media only screen and (max-width: 767px) {
    .short-details .short-details-bar {
        padding: 5px 5px 5px 5px;
   }
}

/* Counters Start  */
.single-box{
    padding: 20px 0px;
    text-align: center;
    /* background-color: #0e2737; */
}
.single-box i{
    padding: 0px 0px 20px 0px;
    vertical-align: middle;
    font-size: 40px;
    color: #0e2737;
    /* color: #ffffff; */
}
.single-box:hover i, 
.single-box:hover p
{
    color: #1cc3b2;
}
.single-box p.number{
    font-size: 30px;
    padding: 0;
    font-weight: bold;
}
.single-box p{
    font-size: 18px;
    margin: 0;
    padding: 10px;
    font-family: 'Open Sans';
    color: #0e2737;
    /* color: #ffffff; */
  }

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .single-box{
        padding: 20px 0px;
    }
    .single-box i{
        padding: 0px 0px 20px 0px;
        font-size: 36px;
    }
    .single-box p.number{
        font-size: 27px;
     }
    .single-box p{
        font-size: 18px;
        padding: 5px;
      }
}
@media only screen and (max-width: 767px) {
    .single-box{
        padding: 14px 0px;
    }
    .single-box i{
        padding: 0px 0px 9px 0px;
        font-size: 27px;
    }
    .single-box p.number{
        font-size: 18px;
     }
    .single-box p{
        font-size: 14px;
        padding: 5px;
      }
}


/* Upcomingtours */
.globetrot-tours-area{
    position: relative;
    z-index: 1;
}
.upcomingtours-slides {
    padding: 0 1%;
}
.single-tour-slide {
    position: relative;
    z-index: 1;
    height: 477px;
    background-color: #0e2737;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .single-tour-slide {
        height: 477px;
   }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .single-tour-slide {
        height: 477px;
   }
}
@media only screen and (max-width: 767px) {
    .single-tour-slide {
        height: 590px;
   }
}
/* becoz of below properties we do not need to use col-6 */
.single-tour-slide .tour-thumbnail {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    width: 50%;
}
@media only screen and (max-width: 767px) {
    .single-tour-slide .tour-thumbnail {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        width: 100%;
        height: 200px !important;
   }
}

.single-tour-slide .tour-content {
    background-color: #0e2737;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    width: 50%;
    padding-left: 77px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .single-tour-slide .tour-content {
        padding-left: 45px;
   }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .single-tour-slide .tour-content {
        padding-left: 27px;
   }
}
@media only screen and (max-width: 767px) {
    .single-tour-slide .tour-content {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        width: 100%;
        padding-left: 14px;
        margin-bottom: 50px;
   }
}
.single-tour-slide .tour-content h2 {
    color: #ffffff;
    font-size: 27px;
    display: block;
    margin: 27px 0;
}
.single-tour-slide .tour-content h4 {
    color: #1cc3b2;
    font-size: 18px;
    display: block;
    margin: 23px 0;
}
.single-tour-slide .tour-content .tour-feature li {
    color: #ffffff;
    font-size: 16px;
    margin: 14px 0;
    list-style: none;
}
.single-tour-slide .tour-content .tour-feature a {
    font-size: 14px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .single-tour-slide .tour-content h2 {
        font-size: 23px;
        margin: 27px 0;
    }
   .single-tour-slide .tour-content h4 {
    font-size: 18px;
    margin: 23px 0;
    }
    .single-tour-slide .tour-content .tour-feature li {
        font-size: 14px;
    }
   .single-tour-slide .tour-content .tour-feature a {
    font-size: 14px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .single-tour-slide .tour-content h2 {
        font-size: 21px;
        margin: 23px 0;
    }
   .single-tour-slide .tour-content h4 {
    font-size: 18px;
    margin: 18px 0;
    }
    .single-tour-slide .tour-content .tour-feature li {
        font-size: 14px;
    }
   .single-tour-slide .tour-content .tour-feature a {
    font-size: 12px;
   }
}
@media only screen and (max-width: 767px) {
    .single-tour-slide .tour-content h2 {
        font-size: 18px;
        margin: 18px 0;
    }
   .single-tour-slide .tour-content h4 {
        font-size: 16px;
        margin: 14px 0;
    }
    .single-tour-slide .tour-content .tour-feature li {
        font-size: 12px;
    }
   .single-tour-slide .tour-content .tour-feature a {
        font-size: 10px;
    }
}


/* about-us */
.about-us-box{
    padding: 0 5%;
}
.about-us-box h3 {
    line-height: 1.8;
    color: #1cc3b2;
    margin-bottom: 5px;
    font-size: 32px;
    font-weight: 400;
}
.about-us-box h5 {
    line-height: 1.8;
    color: #1cc3b2;
    margin-bottom: 2px;
    font-size: 23px;
    font-weight: 400;
}
.about-us-content p {
    margin-bottom: 14px;
    font-size: 16px;
}
.about-us-content p span {
    color: #1cc3b2;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .about-us-box h3 {
        font-size: 32px;
    }
    .about-us-box h5 {
        font-size: 23px;
    }
    .about-us-content p {
        margin-bottom: 14px;
        font-size: 15px;
    }    
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .about-us-box h3 {
        font-size: 27px;
    }
    .about-us-box h5 {
        font-size: 18px;
    }
    .about-us-content p {
        margin-bottom: 14px;
        font-size: 14px;
    }    
}
@media only screen and (max-width: 767px) {
    .about-us-box h3 {
        font-size: 20px;
    }
    .about-us-box h5 {
        font-size: 16px;
    }
    .about-us-content p {
        margin-bottom: 14px;
        font-size: 14px;
    }    
}
.about-us-thumbnail .single-thumb {
    position: relative;
    z-index: 1;
    margin: 5px;
    display: block;
    overflow: hidden;
    border-radius: 6px;
}
.about-us-thumbnail .single-thumb img {
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
    border-radius: 6px;
}
.about-us-thumbnail .single-thumb:hover img, 
.about-us-thumbnail .single-thumb:focus img {
    -webkit-transform: scale(1.15);
    -ms-transform: scale(1.15);
    transform: scale(1.15);
}

/*------------------------------------------------------------------
    Team Section
-------------------------------------------------------------------*/

.Team-Section{
    background-color: #fff;
}
.Team-Section-container{
    padding: 0 14% 0 14%;
}
.Team-Section .carousel-inner{
    height: 500px;
    background-color: #1B273E;
}
.Team-Section .carousel-inner .carousel-item{    
    padding: 27px 14px 27px 14px;
    background-color: #1B273E;
}
.Team-Section .carousel-inner .carousel-item h2{
    font-size: 32px;
    padding: 32px 0 14px 9px;
    color: #fff;
}
.Team-Section .carousel-inner .carousel-item p{
    font-size: 15px;
    padding: 0 0 0 14px;
    color: #fff;
}
@media only screen and (max-width: 767px) {
    .Team-Section-container{
        padding: 0 5% 0 5%;
    }
    .Team-Section .carousel-inner{
        height: 810px;
    }
    .Team-Section .carousel-inner .carousel-item{    
        padding: 14px 9px 14px 9px;
    }
    .Team-Section .carousel-inner .carousel-item h2{
        font-size: 23px;
    }
    .Team-Section .carousel-inner .carousel-item p{
        font-size: 14px;
    }
}

/* footer */
.footer-area{
    background-color: #0e2737;
    text-align: left;
}
.footer-area .footer-area-box{
    padding: 5px 5px 5px 14px;
}
.footer-area h4{
    margin-top: 0px;
    color: #fff;
    font-size: 16px;
}
.footer-area h5{
    margin-top: 0px;
    color: #1cc3b2;
    font-size: 14px;
}
.footer-area a{
    margin-top: 5px;
    color: gray;
    font-size: 14px;
}
.footer-area a:hover{
    color: #1cc3b2;
}
.copywrite-area .developer{
    text-align: right;
    color: #fff;
    font-size: 14px;
}
.copywrite-area .developer a{
    color: #fff;
    font-size: 14px;
}
.copywrite-area .developer a:hover{
    color: #ffbb38;
    font-size: 18px;
}

.copywrite-area .social-info {
    text-align: left;
}
.copywrite-area .social-info .bottom-social{
    color: #fff;
    padding-right: 27px;
}
.copywrite-area .social-info .bottom-social:hover{
    color: #1cc3b2;
}

@media only screen and (min-width: 767px) and (max-width: 1199px) {
    .footer-area h4{
        font-size: 16px;
    }  
    .footer-area h5{
        font-size: 14px;
    }         
}

@media only screen and (max-width: 767px) {
    .footer-area{
        text-align: center;
    }
    .footer-area .footer-area-box{
        padding: 5px 18px 27px 18ypx;
    }
    .footer-area .footer-area-box hr{
        border-top: 1px solid #fff;
    }
    .footer-area h4{
        font-size: 15px;
    }  
    .footer-area h5{
        font-size: 13px;
    }         
}


/* Group Detail Box  */
.single-destination-area {
    display: block;
    position: relative;
    z-index: 1;
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms; 
    /* box-shadow: 5px 5px 18px gray; */
}

.single-destination-area .destination-thumbnail {
        display: block;
        margin-bottom: 18px; 
}

.single-destination-area .destination-title {
    font-size: 16px;
    text-align: center;
    padding: 5px 0 5px 0;
    font-weight: bold;
}
.single-destination-area:hover .destination-title, 
.single-destination-area:focus .destination-title {
      color: #1cc3b2; 
}

/* Nonclickable Name */
.single-destination-area:hover .Nonclickable-destination-title, 
.single-destination-area:focus .Nonclickable-destination-title {      
      cursor: default;
}

.single-destination-area p {
    font-size: 14px;
}

.single-destination-area:hover, .single-destination-area:focus {
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
}

@media only screen and (max-width: 767px) {
    .single-destination-area .destination-title {
        font-size: 14px;
    }
}
    

/* awesome-hovereffect-one */
.awesome-hovereffect-one {
    overflow: hidden;
    position: relative;
    cursor: default;
  }
  
.awesome-hovereffect-one .awesome-overlay-one {
    position: absolute;
    overflow: hidden;
    width: 90%;
    height: 90%;
    left: 5%;
    top: 5%;
    border-bottom: 1px solid #FFF;
    border-top: 1px solid #FFF;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: scale(0,1);
    -ms-transform: scale(0,1);
    transform: scale(0,1);
  }
  
.awesome-hovereffect-one:hover .awesome-overlay-one {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: scale();
    -ms-transform: scale(1);
    transform: scale(1);
}
  
.awesome-hovereffect-one img {
    display: block;
    position: relative;
    -webkit-transition: all 0.35s;
    transition: all 0.35s;
}
.awesome-hovereffect-one:hover img {
    filter: brightness(0.5);
    -webkit-filter: brightness(0.4);
}
  
.awesome-hovereffect-one h6,
.awesome-hovereffect-one h5 {
    text-transform: uppercase;
    text-align:center;
    position: relative;
    font-size: 12px;
    background-color: transparent;
    color: #FFF;
    padding: 5px 0;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(0,-100%,0);
    transform: translate3d(0,-100%,0);
}
.awesome-hovereffect-one h5 {
    font-size: 14px;
    padding: 1px 0 12px 0;
}

.awesome-hovereffect-one:hover h6,
.awesome-hovereffect-one:hover h5 {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
  }
  /* awesome-hovereffect-one End */

  
  /* awesome-hovereffect-two */
  .awesome-hovereffect-two {
    width: 100%;
    height: 100%;
    float: left;
    overflow: hidden;
    position: relative;
    text-align: center;
    cursor: default;
  }
  
  .awesome-hovereffect-two .awesome-overlay-two {
    width: 100%;
    height: 100%;
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
    /* background-color: rgba(75,75,75,0.7); */
    background-color: rgba(95,95,95,0.7);
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
  }
  
  .awesome-hovereffect-two:hover .awesome-overlay-two {
    /* background-color: rgba(48, 152, 157, 0.4); */
    background-color: rgba(0, 0, 0, 0);
  }  
  .awesome-hovereffect-two img {
    display: block;
    position: relative;
  }
  
  .awesome-hovereffect-two h2 {
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    position: relative;
    font-size: 18px;
    padding: 10px;
    background: rgba(0, 0, 0, 0.6);
    -webkit-transform: translateY(45px);
    -ms-transform: translateY(45px);
    transform: translateY(45px);
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
  }

  .awesome-hovereffect-two:hover h2 {
    -webkit-transform: translateY(5px);
    -ms-transform: translateY(5px);
    transform: translateY(5px);
  }

@media only screen and (max-width: 767px) {
    .awesome-hovereffect-two h2 {
        font-size: 14px;
      }
}


/* sidebar-contact */
.sidebar-contact{
    z-index: 1020;
    position: fixed;
    top: 21%;
    right: -320px;
    transform: translate(0px, 0px);
    width: 320px;
    height: 450px;
    padding: 5px 0 0 0;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5);
    box-sizing: border-box;
    transition: 0.9s;
    background-color: #fff;
}
.sidebar-contact.active{
    right: 0px;
}
.sidebar-contact .scrollv{
    width: 302px;
    height: 423px;
    overflow: auto;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {  
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
}
@media only screen and (max-width: 767px) {
    .sidebar-contact{
        top: 23%;
        right: -270px;
        width: 270px;
        height: 351px;
        padding: 9px;
    }
    .sidebar-contact .scrollv{
        width: 266px;
        height: 342px;
        overflow: auto;
    }
}
.toggle{
    position: absolute !important;
    top: 0;
    left: -41px;
    width: 41px;
    height: 41px;
    line-height: 41px;
    text-align: center;
    cursor: pointer;
    background: #f00;
}
@media only screen and (max-width: 767px) {
    .toggle{
        left: -32px;
        width: 32px;
        height: 32px;
        line-height: 32px;
    }
}
.toggle:before{
    content: '\f003';
    font-family: fontAwesome;
    color: #fff;
    font-size: 18px;

}
.toggle.active:before{
    content: '\f00d';
}
/* sidebar-contact End */


/* Contact Us */
.image-slider-contact {
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.contact-single-slide {
    position: relative;
    z-index: 2;
    width: 100%;
    height: 360px;
    background-color: yellow;
    padding: 0 5%;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .contact-single-slide {
        height: 360px;
        padding: 0 1%;
   }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .contact-single-slide {
        height: 441px;
        padding: 0 5%;
   }
}
@media only screen and (max-width: 767px) {
    .contact-single-slide {
        height: 720px;
        padding: 0 1%;
   }
}
.contact-single-slide .contact-text {
    position: relative;
    z-index: 1;
}
.contact-single-slide .contact-text h3 {
    font-size: 59px;
    letter-spacing: 0px;
    color: #ffffff;
}
.contact-single-slide .contact-text h4 {
    font-size: 18px;
    letter-spacing: 2px;
    color: #ffffff;
}
.contact-single-slide .contact-text h5 {
    font-size: 13px;
    letter-spacing: 2px;
    color: #ffffff;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .contact-single-slide .contact-text h3 {
        font-size: 48px;
   }
   .contact-single-slide .contact-text h4 {
    font-size: 16px;
    }
.contact-single-slide .contact-text h5 {
    font-size: 12px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .contact-single-slide .contact-text h3 {
        font-size: 42px;
   }
   .contact-single-slide .contact-text h4 {
    font-size: 16px;
   }
.contact-single-slide .contact-text h5 {
    font-size: 12px;
   }
}
@media only screen and (max-width: 767px) {
    .contact-single-slide .contact-text h3 {
        font-size: 30px;
   }
   .contact-single-slide .contact-text h4 {
    font-size: 14px;
   }
.contact-single-slide .contact-text h5 {
    font-size: 11px;
   }
}
/* Contact Us End */


/* Horizontal tab section */
.horizontal-nav-box{
    padding: 0 5%;
    max-width: 100%;
}
nav > .nav.horizontal-nav{
    border: none;
    color:#fff;
    background:#0e2737;
    border-radius:0;
  
}
nav > div a.nav-item.horizontal-nav-link
/* ,nav > div a.nav-item.horizontal-nav-link.active */
{
    border: none;
    padding: 18px 23px;
    color:#fff;
    background:#0e2737;
    border-radius:0;
    font-size: 16px;
}
nav > div a.nav-item.horizontal-nav-link.active{
    border: none;
    background: #1cc3b2;
    color:#fff;
    border-radius:0;
}

nav > div a.nav-item.horizontal-nav-link.active:after{
    content: "";
    position: relative;
    bottom: -59px;
    left: -32%;
    border: 15px solid transparent;
    border-top-color: #1cc3b2;
}
nav > div a.nav-item.horizontal-nav-link:hover,
nav > div a.nav-item.horizontal-nav-link:focus{
    border: none;
    background: #1cc3b2;
    color:#fff;
    border-radius:0;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    nav > div a.nav-item.horizontal-nav-link,
    nav > div a.nav-item.horizontal-nav-link.active{
        padding: 14px 5px;
        font-size: 14px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    nav > div a.nav-item.horizontal-nav-link,
    nav > div a.nav-item.horizontal-nav-link.active{
        padding: 14px 5px;
        font-size: 14px;
    }
}
@media only screen and (max-width: 767px) {
    nav > div a.nav-item.horizontal-nav-link,
    nav > div a.nav-item.horizontal-nav-link.active{
        padding: 9px 5px;
        font-size: 14px;
    }
}

/* tab-content for both .horizontal and vertical nav */
.tab-content-border{
    border: 1px solid #ddd;
    border-top:5px solid #1cc3b2;
    border-bottom:5px solid #1cc3b2;
}
.tab-content{
    background: #fdfdfd;
    line-height: 27px;
    padding:27px 23px;
    width: 100%;
}
.tab-content p{
    font-size: 16px;
}
.tab-content h4{
    font-size: 23px;
    font-weight: 554;
    padding: 27px 0 14px 0;
    text-transform: uppercase;
}
.tab-content h5{
    font-size: 18px;
    font-weight: 554;
    padding: 27px 0 14px 0;
    text-transform: uppercase;
}
.tab-content ul{
    margin-left: 5%;
    list-style-type: none;
    /* list-style: none; */
    font-size: 16px;
}
.tab-content ol{
    margin-left: 5%;
    list-style-type: square;
    font-size: 16px;
}

@media only screen and (max-width: 767px) {
    .tab-content p{
        font-size: 14px;
    }
    .tab-content h4{
        font-size: 18px;
    }
    .tab-content h5{
        font-size: 16px;
    }
    .tab-content ul li{
        font-size: 14px;
    }    
}
/* tab-content for both .horizontal and vertical nav End */


/* Vertical nav*/
.vertical-nav-box{
    padding: 0 5%;
    max-width: 100%;
}
nav > .nav.vertical-nav{
  border: none;
  color:#fff;
  /* background:yellow; */
  border-radius:0;  
}
nav > div a.nav-item.vertical-nav-link
/* ,nav > div a.nav-item.vertical-nav-link.active */
{
  border: none;
  padding: 18px 9px;
  color:#000;
  border-radius:0;
  font-size: 16px;
}
nav > div a.nav-item.vertical-nav-link.active{
    border: none;
    background: #1cc3b2;
    color:#fff;
    border-radius:0;
}
nav > div a.nav-item.vertical-nav-link:hover,
nav > div a.nav-item.vertical-nav-link:focus{
  border: none;
  background: #1cc3b2;
  color:#fff;
  border-radius:0;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    nav > div a.nav-item.vertical-nav-link,
    nav > div a.nav-item.vertical-nav-link.active{
        padding: 14px 5px;
        font-size: 14px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    nav > div a.nav-item.vertical-nav-link,
    nav > div a.nav-item.vertical-nav-link.active{
        padding: 14px 5px;
        font-size: 14px;
    }
}
@media only screen and (max-width: 767px) {
    nav > div a.nav-item.vertical-nav-link,
    nav > div a.nav-item.vertical-nav-link.active{
        padding: 9px 5px;
        font-size: 13px;
    }
}

/* Classynav Vertical Start */
.classynav {
  /* background-color: burlywood; */
}
.classynav .containerbox{
    padding: 0 5%;
  /* background-color: skyblue; */
}
.classynav .classybox{
  /* background-color: rosybrown; */
  list-style: none;
  margin: 18px 0;
}
.classynav .classybox li a {
  color: #0e2737;
}
.classynav .classybox .active .classybox-item {
  background-color: #1cc3b2!important;
  color: #fff!important;
}
.classynav .classybox .classybox-item .icon h4 {
  padding: 0px 0px 0px 0px;
  vertical-align: middle;
  color: #0e2737;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  margin: 14px 0 14px 0;
}
.classynav .classybox-item {
  background-color: #fff;
  text-align: center;
  padding: 5px 0 5px 0px;
  margin: 9px 0 9px 0px;
  transition: all 0.5s;
}
@media only screen and (max-width: 767px) {
    .classynav .classybox .classybox-item .icon h4 {
        font-size: 14px;
        margin: 9px 0 9px 0;
    }
    .classynav .classybox-item {
        padding: 3px 0 3px 0px;
        margin: 2px 0 2px 0;
    }
}

/* .classynav .classybox-item .icon {
  width: 153px;
  height: 50px;
  border-radius: 54%;
  display: inline-block;
  text-align: center;
  line-height: 90px;
  background-color: transparent;
}
.classynav .classybox .active .classybox-item .icon {
  background-color: #fff;
} */


/* Content */
/* .classynav .classynav-content {
  margin-top: 5px;
}
.classynav .classynav-content .classynav-image img {
  width: 100%;
  overflow: hidden;
}
.classynav .classynav-content .classynav-text h4 {
  font-size: 23px;
  text-transform: uppercase;
  font-weight: 700;
  margin: 18px 0;
}
.classynav .classynav-content .classynav-text p {
  color: #7a7a7a;
}
.classynav .classynav-content .classynav-text .primary-button {
  margin-top: 35px;
  margin-bottom: 50px;
} */

/* Classynav End */
  
  