@import url('https://fonts.googleapis.com/css2?family=Lexend+Deca:wght@100..900&display=swap');
*{
  font-family: "Lexend Deca", sans-serif;
  line-height: 1.5em;
  margin: 0;
  font-weight:100;
}
body {
margin: 0;
padding: 0;
overflow-x: hidden;
-webkit-font-smoothing: antialiased;
-webkit-text-size-adjust: 100%;
background: #fff;
font-family: "Lexend Deca", sans-serif;
}
a{
    text-decoration: none !important;

}
#wrapper{
width:100%;
height:100%;
}

img {
    border: none;
    max-width: 100%; }


.sticky_header {
    position: fixed;
    top: 0;
    left: 0;
    background: #fff;
    z-index: 999;
    -webkit-animation: 500ms ease-in-out 0s 1 running;
    animation: 500ms ease-in-out 0s 1 running;
    -webkit-animation: 500ms ease-in-out;
    animation: 500ms ease-in-out;
    width: 100%;
    -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
}



/* =========================price tag============== */



  @media only screen and (max-width: 600px){
    .summary-bar{
        display: none;
    }
 
    .package_btn-main{
        width: 100% !important;
    }
}




    .readmoredescription{
    color: #0083E3 !important;
    font-weight: bold;
    }
    
    .stars i {
    color: gold !important;
    display: inline-block !important;
    }


  

/*==================
CUROUSEL SLIDER AREA
====================*/

.slider_area {
    background: url(assets/images/slider-bg.jpg);
    background-size: cover;
    background-position: center center;
    position: relative;
    z-index: 1;
}

.home-2.slider_area {
    background: url(img/slider/s4.jpg);
    background-size: cover;
    background-position: center center;
}

.home-3.slider_area {
    background: url(img/slider/s4.jpg);
    background-size: cover;
    background-position: center center;
}

.slider_area:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .0);
    z-index: -1;
}

.slider_content {
    display: table;
    height: 930px;
    text-align: center;
    width: 100%;
    padding-top: 23%;
}

.slider_text {
    vertical-align: middle;
    width: 100%;
}

.slider_text>h1 {
    color: #fff;
    font-size: 50px;
    text-transform: uppercase;
    margin: 0;
}

.slider_text>h2 {
    color: #fff;
    font-size: 50px;
    font-weight: 700;
    text-transform: uppercase;
    z-index: 999999999;
    margin: 0;
}

.slider_text>p {
    color: #fff;
    width: 61%;
    margin: auto;
    font-size: 18px;
}

.slider_readmore {
    margin-top: 32px;
}

.sreadmore {
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    padding: 12px 40px;
    border-radius: 30px;
    display: inline-block;
    margin: 0 7px 0;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    text-transform: uppercase;
    background: #041B5E;
    border-radius: 5px;
    z-index: 99999999;
}

.sreadmore:hover {
    color: #444;
    background: #fff;
}

/* Particles Js Slider */

.effective_slider .slider_text>h1 {
    margin-bottom: 13px;
}

.particles-js-canvas-el {
    position: absolute;
    top: 0;
    z-index: -1;
}

#particles-js {
    z-index: -1;
}

/*=========================
Slick Slider Area Css
===========================*/

.slick-slider-area {
}

.slick-single-slider {
    height: 100vh;
    position: relative;
    z-index: 999;
}

.slick-single-slider:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: rgba(0, 0, 0, 0.60);
    z-index: -1;
}

.slider-1 {
    background: url(assets/images/slide-5.jpg);
    -webkit-background-size: cover;
    background-size: cover;
}

.slider-2 {
    background: url(assets/images/slider-1.jpg);
    -webkit-background-size: cover;
    background-size: cover;
}

.slick-single-slider .slider-content {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    text-align: left;
    left: 20.5%;
}

.slick-single-slider .slider-content h1 {
    color: #fff;
    font-size: 58px;
    text-transform: capitalize;
    padding: 6px 0 0;
    font-weight: 600;
    margin: 0;
}

.slider-content p {
    color: #fff;
    font-size: 24px;
    margin-top: 22px;
}

.slick-single-slider .button {
    display: inline-block;
    color: #fff;
    background: #ee363f;
    padding: 12px 37px;
    font-size: 16px;
    text-transform: uppercase;
    margin: 0 8px;
    border-radius: 30px;
    /* letter-spacing: 2px; */
    font-weight: 500;
    transition: .3s;
    position: relative;
    z-index: 1;
    margin-top: 27px;
}

.slick-single-slider .button::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: #fff;
    transition: .3s;
    z-index: -1;
    transform: scale(0);
    border-radius: 30px;
}

.slick-single-slider .button:hover::before {
    transform: scale(1);
}

.slick-single-slider .button:hover {
    color: #ee363f;
}

.slider-navegarion-style-one .slick-dots {
    bottom: 96px;
    text-align: center;
    /* top: auto; */
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

.slider-navegarion-style-one .slick-dots li {
    cursor: pointer;
    display: inline-block;
    height: auto;
    margin: 0;
    padding: 0;
    position: relative;
    width: auto;
}

.slider-navegarion-style-one .slick-dots li button::before {
    background: #fff none repeat scroll 0 0;
    content: "";
    height: 20px;
    left: 0;
    line-height: 1;
    opacity: 1;
    position: absolute;
    text-align: center;
    top: 0;
    transition: all 0.3s ease-in-out 0s;
    width: 1px;
}

.slider-navegarion-style-one .slick-dots li button {
    background: transparent none repeat scroll 0 0;
    border: 0 none;
    color: transparent;
    cursor: pointer;
    display: block;
    font-size: 0;
    height: auto;
    line-height: 0;
    outline: medium none;
    padding: 0;
    width: 10px;
}

.slider-navegarion-style-one .slick-dots li button:hover::before,
.slider-navegarion-style-one .slick-dots li.slick-active button::before {
    background: #fff none repeat scroll 0 0;
    height: 30px;
}

/* Slick Slider Next & Prv */

.slick-prev,
.slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
    z-index: 99;
    text-align: center;
}

.slick-prev {
    left: 30px;
}

.slick-next {
    right: 30px;
}

.arrow-style-one .slick-prev,
.arrow-style-one .slick-next {
    height: 60px;
    width: 40px;
    background: rgba(0, 0, 0, 0.5);
    transition: .3s ease-in-out 0s;
}

.slick-prev::before,
.slick-next::before {
    font-family: 'FontAwesome';
    font-size: 50px;
    line-height: 1;
    opacity: 1;
    color: rgb(81, 14, 238) !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-next::before {
    content: '\f105';
}

.slick-prev::before {
    content: '\f104';
}

.slick-single-slider .scroll-next {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -200px;
    margin: auto;
    z-index: 999999;
}
/*===============================================*
.intro-div{
    border: red solid;
}

/* ===================slider====================== */
#about{
    padding-top: 2%;
}
.itro-text{
 color: black;
 padding:0 2%;
}
.feature-content{
    color: #000;
    line-height: 30px;
    font-size: 1.2rem;
}


#sg-carousel {
    position: relative;
}

.carousel-caption {
    top: -5%;
}

.carousel-caption h1 {
    /* font-size: 6em; */
    font-weight: bold;
    margin: 0;
    padding: 0;
}

#sg-carousel .carousel-control.left {
    top: 48%;
}

#sg-carousel .carousel-control.right {
    top: 48%;
}

.uppr-txt {
    text-transform: uppercase;
    color: #fff;
    font-size: 35px;
}

#sg-carousel .carousel-control.left,
#sg-carousel .carousel-control.right {
    background-image: none;
    background-repeat: no-repeat;
    opacity: 0;
    text-shadow: none;
    transition: all 0.8s ease 0s;
}

#myCarousel:hover .carousel-control.left,
#myCarousel:hover .carousel-control.right {
    opacity: 1;
}

.carousel-control {
    bottom: 0;
    color: #0083E1;
    font-size: 20px;
    left: 0;
    opacity: 0;
    position: absolute;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
    top: 54%;
    width: auto;
    transition: all 0.8s ease 0s;
}

.fa-angle-right,
.fa-angle-left {
    font-size: 80px;
}

#sg-carousel:hover .carousel-control.left {
    left: 38px;
    transition: all .2s ease 0;
}

#sg-carousel:hover .carousel-control.right {
    right: 38px;
    transition: all .5s ease 0;
}

#sg-carousel:hover .carousel-control.left,
#sg-carousel:hover .carousel-control.right {
    opacity: 1;
}

.carousel-inner>.item>a>img,
.carousel-inner>.item>img,
.img-responsive,
.thumbnail a>img,
.thumbnail>img {
    width: 100%;
}
#header-carousel .carousel-inner{
max-height: 100vh;
width: 100vw;
}
.item.active img {
    transition: transform 3000ms linear 0s;
    transform: scale(1.09, 1.09);
}

.carousel-fade .carousel-inner .active {
    opacity: 1;
}

.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
    opacity: 1;
}

.carousel-fade .carousel-control {
    z-index: 2;
    font-size: 80px;
    width: 80px;
    height: 80px;
    line-height: 70px;
}


@media all and (transform-3d),
(-webkit-transform-3d) {
    .carousel-fade .carousel-inner>.item.next,
    .carousel-fade .carousel-inner>.item.active.right {
        opacity: 0;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner>.item.prev,
    .carousel-fade .carousel-inner>.item.active.left {
        opacity: 0;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner>.item {
        transition: opacity 2s ease;
    }
    /* /* ================================================================= */
    .carousel-fade .carousel-inner>.item.next.left,
    .carousel-fade .carousel-inner>.item.prev.right,
    .carousel-fade .carousel-inner>.item.active {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
.slider-cont{
    float: left;
    width: 100%;
    /* position: relative; */
}
.cap-content {
    float: left;
    width: 100%;
    padding-left:10%;
}
.cap-innercont {
    position: absolute;
    top: 54%;
    width: 100%;
}



.cap-outercont {
    position: relative;
    float: left;
    width: 100%;
}

.cap-outercont img {
    width: 100%;
}

.cap-content {
    float: left;
    width: 100%;
}

.about-outer {
    float: left;
    width: 100%;
    padding: 50px 0px 10px 0;
    text-align: center;
    position: relative;
    background:#1E4202;
    margin:-3% 0 0 0;
}
.about-inner {
    float: left;
    width: 100%;
    margin-top: 25px;
}
.about-inner p {
  line-height:30px;
  font-size:20px;
}

.cap-content h1 {
    color: #fff;
    font-weight: 700;
    font-family: "Lexend Deca", sans-serif;
    text-transform: uppercase;
}

.cap-content h2 {
    color: #fff;
    font-size: 40px;
    font-weight: 600;
    width: 60%;
    text-transform: capitalize;
}
.cap-content h3 {
    color: #DC9112;
    font-size: 30px;
    font-weight: 600;
    width: 60%;
    text-transform: capitalize;
}

.banner-slider {
    float: left;
    width: 100%;
    z-index: 0;
}
.banner-p{
    border:brown solid;
    padding:2%;
}
.action-button{
    margin:10%;
}
/* ===================banner====================== */
.banner {
    text-align: center;
    background-size: cover; 
    background-position: center; 
    background-repeat: no-repeat; 
    position: relative; 
    height:100vh;
    color: #fff;
    display: flex;
    justify-content: center;
}

.banner img {
    width: 100%;
    height: auto; 
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.068); 
    z-index: 1; 
}

.banner-content {
    position: relative; 
    z-index: 2; 
    color: white; 
}
.banner-content .master-head h2{
 
    color: white !important; 
}

.banner-price {
    position: absolute;
    bottom: 10px; 
    left: 50%; 
    transform: translateX(-50%); 
    background-color: rgba(0, 0, 0, 0.5); 
    padding: 10px 20px; 
    border-radius: 5px; 
    z-index: 2; 
}

.banner-price h3, .banner-price h5 {
    margin: 0; 
    color: white;
}


  @media (max-width: 768px) {
    .banner {
      height: 300px;
    }
    .banner h1 {
      font-size: 2em;
    }
  }
  
 
  
    .banner-content {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      color: #fff;
      text-align: center;
      z-index: 1;
    }
  
  
  .banner-price{
      position: absolute;
      top: 80%;
      right:0;
      transform: translate(-50%, -50%);
      color: #fff;
      text-align: center;
      z-index: 1;
  }
  .banner-price h3{
  color:white
  }
  .banner-price h5{
  color:white;
  }
  
  
    @media (max-width: 768px) {
      .banner {
        height: 300px;
      }
      .banner h1 {
        font-size: 2em;
      }
    }






/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
.welcome-text {
    /* background: rgb(114, 74, 6); */
    margin-top: -2%;
    box-shadow: .1rem .3rem .1rem rgb(10, 9, 9);
    border-radius: 8px;
    padding:4%;
    background-color: #985A31;
    background-image: -webkit-linear-gradient(bottom, rgb(0, 1, 27), rgba(0, 0, 0, 0.329));
    background-image: -moz-linear-gradient(bottom, rgba(10, 4, 71, 0.493), rgba(0, 0, 0, 0.993));
    background-image: -o-linear-gradient(bottom, rgb(6, 1, 87), rgba(0, 0, 0, 0));
    background-image: -ms-linear-gradient(bottom, rgba(27, 25, 15, 0.8), rgb(0, 0, 0));
    background-image:  -webkit-linear-gradient,(to top, rgba(2, 10, 1, 0.897), rgba(0, 0, 0, 0.288));
  }

  .welcome-text p{
    font-family: "Lexend Deca", sans-serif;
    color: white;
  
  }

  .welcome-text .master-head h2{
    font-family: "Lexend Deca", sans-serif;
    color: white !important;
  
  }
  .about .content {
    padding: 0 80px;
  }
  .about .content h3 {
    font-weight: 400;
    font-size: 34px;
    color: #fff;
  }
  .about .content h4 {
    font-size: 20px;
    font-weight: 700;
    margin-top: 5px;
  }
  .about .content p {
    font-size: 15px;
    color: #fff;
  }
  .about .content ul {
    list-style: none;
    padding: 0;
  }
  .about .content ul li + li {
    margin-top: 15px;
  }
  .about .content ul li {
    position: relative;
    padding-left: 26px;
  }
  .about .content ul i {
    font-size: 20px;
    color: #ffb03b;
    position: absolute;
    left: 0;
    top: 2px;
  }

.content{
    color:gold !important;
    font-size: 16px;
    font-weight: bold !important;
}


  /*  */
  .about .content p:last-child {
    margin-bottom: 0;
  }
  /*  */
  .about .video-box {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    min-height: 400px;
    position: relative;

  }
/*  */
  .about .play-btn {
    width: 100px;
    height: 100px;
    background: radial-gradient(#0F8AE2 50%, rgba(255, 177, 59, 0.61) 52%);
    border-radius: 50%;
    display: block;
    position: absolute;
    left: calc(50% - 47px);
    top: calc(50% - 47px);
    overflow: hidden;
  }
  /*  */
  .about .play-btn::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-40%) translateY(-50%);
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 15px solid #fff;
    z-index: 100;
    transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  .about .play-btn::before {
    content: "";
    position: absolute;
    width: 150px;
    height: 150px;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
    -webkit-animation: pulsate-btn 2s;
    animation: pulsate-btn 2s;
    -webkit-animation-direction: forwards;
    animation-direction: forwards;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: steps;
    animation-timing-function: steps;
    opacity: 1;
    border-radius: 50%;
    border: 5px solid rgba(255, 176, 59, 0.7);
    top: -15%;
    left: -15%;
    background: rgba(198, 16, 0, 0);
  }
  .about .play-btn:hover::after {
    border-left: 15px solid #ffb03b;
    transform: scale(20);
  }
  .about .play-btn:hover::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-40%) translateY(-50%);
    width: 0;
    height: 0;
    border: none;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 15px solid #fff;
    z-index: 200;
    -webkit-animation: none;
    animation: none;
    border-radius: 0;
  }
  /*  */
  @media (max-width: 1024px) {
    .about .content, .about .accordion-list {
      padding-left: 0;
      padding-right: 0;
    }
  }
  @media (max-width: 992px) {
    .about .content {
      padding-top: 30px;
    }
    .about .accordion-list {
      padding-bottom: 30px;
    }
  }
  
  @-webkit-keyframes pulsate-btn {
    0% {
      transform: scale(0.6, 0.6);
      opacity: 1;
    }
    100% {
      transform: scale(1, 1);
      opacity: 0;
    }
  }
  
  @keyframes pulsate-btn {
    0% {
      transform: scale(0.6, 0.6);
      opacity: 1;
    }
    100% {
      transform: scale(1, 1);
      opacity: 0;
    }
  }
/*=========================
POPULAR PACKAGE AREA
===========================*/

.popular_package_area {
    /* padding: 81px 0 70px; */
}

.single_package {
    box-shadow: 0 0px 15px rgba(0, 0, 0, 0.15);
    margin-bottom: 30px;
}

.pack_thumb {
    position: relative;
}

.pack_thumb:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #dc921291;
    opacity: 0;
    transition: .3s;
}

.single_package:hover .pack_thumb:before {
    opacity: 1;
}

.package_price {
    position: absolute;
    bottom: -27px;
    right: 20px;
    transition: .5s;

}

.package_price span {
    width: 65px;
    height: 50px;
    display: block;
    background-color:#c05838;
    border-radius: 5px;
    line-height: 55px;
    text-align: center;
    color: #fff;
    font-size: 1.2rem;
    letter-spacing:.1rem !important;
    font-weight: 600;
}

.single_package:hover .package_price span {
    background: #fff;
    color: #001F3F;
}

.single_package:hover .package_price {
    bottom: 27px;
}

.pack_thumb img {}

.package_content {
    padding: 29px 20px 35px;
}

.package_meta {}

.package_meta span {
    margin-right: 12px;
    text-transform: uppercase;
    font-size:.7rem;
    font-weight: 300;
    letter-spacing: 0.5px;
    font-family: "Lexend Deca", sans-serif;
}

.package_meta span i {
    color: #c05838 !important;
    margin-right: 3px;
}


.package_title h6 {
    margin: 0;
    padding: 10px 0 4px;
    transition: .3s;
    color:black;
    font-size: 1.2rem;
    font-weight: 300 !important;
}

.package_title h2 a:hover {
    color: rgb(114, 74, 6);
}

.package_title span {
    font-size:.8rem !important;
    color:black;
    font-weight: 300;
}

.package_content_inner {
    overflow: hidden;
    padding-top: 24px;
}

.package_btn {
    float: left;
    margin: 2%;
    
}
.package_btn:hover {
    float: left;
    margin: 2%;
}

.package_btn a {
    display: inline-block;
    background-color:#c05838;
    color: #fff;
    border-radius: 5px;
    padding: 10px 26px;
    width: 100%;
    font-size:1.2rem;
    font-weight:300;
    letter-spacing: 0.5px;
    border: 2px solid transparent;
    transition: .3s;
    text-align: center;

}

.package_btn a:hover {
    border-color:#c05838;
    font-weight: bold;
    text-decoration: none;
    background-color: transparent;
    color:#c05838;
}
#events-btn a:hover {
    border-color: #0083E1;
    color:white !important;
    background-color: transparent;
}

.package_ratting {
    float: right;
    padding-top: 9px;
}

.package_ratting i {
    color: #c05838 !important;
    display: inline-block !important;
    font-size: 1rem;
}
.span{
    color: #985A31 !important;
}

/*==============================
/* eduzone COUNTDOWN AREA CSS 
===============================*/

.count_down_area {
    background-image: url(/media/img/Aerials\ 4490.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 115px 0 160px;
    position: relative;
    background-attachment: fixed;
}

.count_down_title {
    padding-top: 27px;
}

.count_down_title h2 {
    color: #fff;
    text-transform: uppercase;
    font-size: 27px;
    letter-spacing: 2px;
}

.count_down_title h2 span {
    color: #0083E1;
}

.count_down_title h1 {
    color: #fff;
    font-size: 65px;
    text-transform: uppercase;
    padding-bottom: 44px;
    font-weight: 600;
}

.count_down_area::before {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: rgba(0, 0, 0, 0);
}

span.cdowns {
    width: 125px;
    height: 125px;
    background: #0083E1;
    display: inline-block;
    margin: 0;
    position: relative;
    border-radius: 0;
    text-align: center;
    margin-left: 0;
    margin-right: 34px;
    border-radius: 25px;
}

span.cdowns::before {
    position: absolute;
    content: "";
    background: #fff;
    top: 33px;
    right: -24px;
    height: 12px;
    width: 12px;
    border-radius: 50%;
}

span.cdowns::after {
    position: absolute;
    content: "";
    background: #fff;
    top: 79px;
    right: -24px;
    height: 12px;
    width: 12px;
    border-radius: 50%;
}

span.cdowns:last-child::before,
span.cdowns:last-child::after {
    display: none;
}

.counterdowns {
    text-align: left;
}

span.time-counts {
    line-height: 87px;
    font-size: 60px;
    color: #fff;
}

.counterdowns p {
    color: #fff;
    font-size: 21px;
    line-height: 0px;
    margin-top: 9px;
}

.count_down_btn {
    padding-top: 97px;
    text-align: right;
}

.count_down_btn a {
    color: #fff;
    display: inline-block;
    padding: 12px 47px;
    background: #0083E1;
    font-size: 18px;
    letter-spacing: 1px;
    font-weight: 500;
    border-radius: 30px;
    transition: .3s;
}

.count_down_btn a:hover {
    color: #FF6363;
    background-color: #fff;
}

/* home Two */

.home-2 .count_down_title {
    padding-top: 27px;
    text-align: center;
}

.home-2 .counterdowns {
    text-align: center;
}

.home-2 .count_down_btn {
    padding-top: 60px;
    text-align: center;
}




/*--------------------------------------------------------------
# Events
--------------------------------------------------------------*/
.events {
    background: url(/media/img/sliders/slide-6.jpg) center center no-repeat;
    background-size: cover;
    position: relative;
    padding:5%;
  }
  .events::before {
    content: "";
    background-color: rgba(12, 11, 10, 0.8);
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
  }
  .events .section-title h2 {
    color: #fff;
    padding: 5% 0;
  }
  .events .container {
    position: relative;
  }
  @media (min-width: 1024px) {
    .events {
      background-attachment: fixed;
    }
  }
  .events .events-carousel {
    background: rgba(255, 255, 255, 0.08);
    padding: 30px;
  }
  .events .event-item {
    color: #fff;
  }
  .events .event-item h3 {
    font-weight: 600;
    font-size: 26px;
    color: #ffb03b;
  }
  .events .event-item .price {
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 15px;
  }
  .events .event-item .price span {
    border-bottom: 2px solid #ffb03b;
  }
  .events .event-item ul {
    list-style: none;
    padding: 0;
  }
  .events .event-item ul li {
    padding-bottom: 10px;
  }
  .events .event-item ul i {
    font-size: 20px;
    padding-right: 4px;
    color: #ffb03b;
  }
  .events .event-item p:last-child {
    margin-bottom: 0;
  }
  .events .swiper-pagination {
    margin-top: 20px;
    position: relative;
  }
  .events .swiper-pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background-color: rgba(255, 255, 255, 0.5);
    opacity: 1;
  }
  .events .swiper-pagination .swiper-pagination-bullet-active {
    background-color: #ffb03b;
  }
  
/*=========================
DESTINATION AREA CSS
===========================*/

.top_destination_area {
    padding: 81px 0 112px;
}

.home-3.top_destination_area {
    padding: 81px 0 70px;
}

.single_destination {
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.20);
    overflow: hidden;
    margin: 10px 0 30px;
}

.destination_content {
    overflow: hidden;
    width: 50%;
    float: left;
    padding: 77px 40px 0 61px;
}

.destination_thumb {
    overflow: hidden;
    width: 50%;
    float: left;
}

.destination_thumb img {}

.destination_content h1 {
    color: #ff6363;
    text-transform: uppercase;
    font-size: 50px;
    margin: 0;
    padding: 0;
}

.destination_content h2 {
    font-size: 36px;
    font-weight: 700;
    margin: 0;
    padding: 0px 0 43px;
    text-transform: uppercase;
    color: #FF6363;
    position: relative;
    margin-bottom: 50px;
}

.destination_content h2::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 103px;
    height: 4px;
    background: #FF6363;
}

.destination_content p {}

.destination_button {
    padding-top: 36px;
}

.destination_button a {
    display: inline-block;
    background: #FF6363;
    color: #fff;
    padding: 11px 35px;
    border-radius: 30px;
    font-size: 16px;
    letter-spacing: 2px;
    margin-right: 25px;
    border: 2px solid transparent;
    transition: .3s;
}

.destination_button a.active {
    background: #0D2352;
}

.destination_button a:hover {
    color: #FF6363;
    border-color: #FF6363;
    background: transparent;
}

/* Style Two */

.destination_nav {
    text-align: left;
    margin-bottom: 50px;
}

.destination_nav ul {
    text-align: center;
}

.destination_nav ul li {
    list-style: none;
    display: inline;
}

.destination_nav ul li {
    border-radius: 30px;
    /* color: #333; */
    display: inline-block;
    font-size: 15px;
    font-weight: 500;
    padding: 4px 20px;
    text-transform: uppercase;
    cursor: pointer;
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    margin: 0px 3px;
}

.destination_nav ul li.current_item,
.destination_nav ul li:hover {
    color: #fff;
    background-color: #ff6363;
}

.portfolio-pages .portfolio_nav ul {
    text-align: center;
}

.single_destination_two {
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
}

.destination_content_two {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    text-align: center;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.70);
    opacity: 0;
    transition: .3s;
}

.destination_content_inner_two {
    position: relative;
    top: 60%;
    transform: translateY(-50%);
    transition: .5s;
    transition-delay: .3s;
    opacity: 0;
}

.destination_content_inner_two h1 {
    color: #fff;
    font-size: 23px;
    text-transform: capitalize;
    font-weight: 500;
    padding-bottom: 10px;
    letter-spacing: 1px;
}

.destination_content_inner_two span {
    color: #fff;
    font-size: 16px;
    display: inline-block;
    margin: 0 8px;
}

.destination_button_two a {
    display: inline-block;
    color: #fff;
    background: #ff6363;
    padding: 7px 22px;
    border-radius: 30px;
    font-size: 15px;
    margin-top: 23px;
    transition: .3s;
}

.destination_button_two a:hover {
    color: #ff6363;
    background: #fff;
}

.single_destination_two:hover .destination_content_inner_two {
    top: 50%;
    opacity: 1;
}

.single_destination_two:hover .destination_content_two {
    opacity: 1;
}

/*=========================
FEATURE AREA CSS
===========================*/

.feature_area_head {
    padding: 81px 0 205px;
    background: url(/media/img/trip\ bg-2.jpg);
    background-attachment: fixed;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.feature_area_head::before {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    /* background: rgba(0, 0, 0, 0.671); */
}

.feature_area_main {
    padding: 0 0 113px;
}

.main_feature {
    margin-top: -199px !important;
}

.single_feature {
    text-align: center;
    margin-bottom: 30px;
    box-shadow: 0px 0px 10px 0px rgba(255, 99, 99, 0.35);
    /* padding: 2%; */
    background: #fff;
    transition: 0.3s;
}

.single_feature:hover {
    background: #0083E1;
}
.feature_content{
    padding: 2% 3%;
}
.feture_icon img {
    width: 100%;
    height: 100%;
    line-height:100%;
    font-size: 33px;
    color: #0083E1;
    display: inline-block;
    transition: 0.3s;
}

.feature_content h2 {
    margin: 30px 0 20px;
    transition: 0.3s;
    font-size: 2rem !important;
}

.feature_content p {
    transition: 0.3s;
}

.feature_button a {
    display: inline-block;
    color: #0083E1;
    font-size: 16px;
    background: transparent;
    border: 2px solid #0083E1;
    padding: 5px 24px;
    border-radius: 30px;
    transition: .3s;
    display: inline-block;
    background: #0083E1;
    color: #fff;
    border-radius: 5px;
    padding: 5px 26px;
    font-size: 15px;
    letter-spacing: 0.5px;
    border: 2px solid transparent;
    transition: .3s;
}
.feature_button a:hover {
    border-color: #0083E1;
    color:#0083E1;
    background-color: transparent;
    text-decoration: none;
}

.single_feature:hover .feature_button a,
.single_feature:hover .feture_icon i {
    background: #0083E1;
    color: #fff;
    border-color: #fff;
}

.single_feature:hover .feture_icon i {
    color: #fff;
    border-color: #fff;
}

.single_feature:hover .feature_content h2,
.single_feature:hover .feature_content p {
    color: #fff;
}

/*feature area style2*/

.feature_area_main.style2 {
    padding: 80px 0 70px;
}

.feature_area_main.about-pages {
    padding: 100px 0;
}

.single_feature {
    margin-top: 10px;
}

/*========================
tourist VIDEO  CSS
=========================*/

.video_area {
    background-image: url(assets/images/newsletter-bg.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 100px 0 188px;
    position: relative;
}

.vedeo_area .col-md-12 {
    padding: 0;
}

.single_choose {
    margin-bottom: 20px;
}

.single-video {
    position: relative;
    text-align: center;
    margin-top: 10px;
}

.single-video img {
    display: block;
    width: 100%;
    border-radius: 15px;
}

.single-video h3 {
    color: #fff;
    font-size: 29px;
    font-weight: 600;
    margin-bottom: 0;
    padding-top: 30px;
    text-transform: uppercase;
    position: absolute;
    left: 50%;
    top: 56%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    -ms-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
}

.video_content {
    padding-top: 50px;
}

.video_content h2 {
    font-size: 35px;
    text-align: center;
    padding-top: 122px;
    color: #fff;
    font-weight: 500;
}

.video-icon a {
    text-align: center;
    display: inline-block;
    position: relative;
}

.video-icon a::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    height: 90px;
    width: 90px;
    background: rgba(255, 255, 255, 0.6);
    z-index: -1;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    animation: pulse-border 1500ms ease-out infinite;
}

@keyframes pulse-border {
    0% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
    }
    100% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity: 0;
    }
}

.video-icon a i {
    color: #fff;
    border: 0;
    width: 80px;
    height: 80px;
    line-height: 80px;
    font-size: 35px;
    border-radius: 50%;
    background: rgba(255, 99, 99, 0.70);
}

.v-overlay .video-icon a i {
    border: 0px solid #fff;
    font-size: 30px;
}

.video-icon {
    left: 50%;
    position: absolute;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    padding-top: 8px;
}

.single-video::before {
    content: "";
    position: absolute;
    background: rgba(0, 0, 0, 0.70);
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    border-radius: 15px;
}

.single-video.video-overlay:before {
    background-color: rgba(0, 0, 0, 0.4);
    border: 3px solid rgba(255, 255, 255, 1);
    bottom: 0;
    content: "";
    height: 95%;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 95%;
}

.single-video.video-overlay:before {
    background: #0083E1 none repeat scroll 0 0;
    border: 3px solid rgba(255, 255, 255, 1);
    bottom: 0;
    content: "";
    height: 95%;
    left: 0;
    margin: auto;
    width: 95%;
}

.video_area .single-video::before {
    background: rgba(0, 0, 0, 0.6);
    border-radius: 0;
}

.video_area .single-video img {
    border-radius: 0;
}

.video_area .col-md-12,
.video_area .col-sm-12,
.video_area .col-xs-12 {
    padding: 0;
}



/*---------------------------------------
9.testimonial-area
---------------------------------------*/
.testimonial-area {
    padding: 100px 0 112px 0;
    background: url(../../assets/images/testimonial/bg.jpg) no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    margin-top: 90px; }
    .testimonial-area .video-popup-area {
      position: absolute;
      left: 0;
      top: -90px; }
      .testimonial-area .video-popup-area .video-popup-inner {
        position: relative; }
        .testimonial-area .video-popup-area .video-popup-inner .video-button {
          position: absolute;
          left: 0;
          right: 0;
          text-align: center;
          top: 50%;
          width: 105px;
          height: 105px;
          line-height: 105px;
          -webkit-border-radius: 50%;
          -moz-border-radius: 50%;
          -ms-border-radius: 50%;
          -o-border-radius: 50%;
          border-radius: 50%;
          background: #007ae1;
          margin: 0 auto;
          font-size: 20px;
          color: #FFFFFF;
          -webkit-transition: all 0.5s;
          -o-transition: all 0.5s;
          -moz-transition: all 0.5s;
          -ms-transition: all 0.5s;
          transition: all 0.5s;
          animation: shadow-pulse 1s infinite;
          transform: translateY(-50%); }
          .testimonial-area .video-popup-area .video-popup-inner .video-button:hover {
            background: #ffffff;
            color: #00c9e1; }
  @keyframes shadow-pulse {
    0% {
      box-shadow: 0 0 0 0px rgba(0, 122, 225, 0.8); }
    100% {
      box-shadow: 0 0 0 15px rgba(0, 122, 225, 0); } }
    .testimonial-area .slide-testimonial .single-testimonial .testimonial-content h2 {
      font-size: 35px;
      font-weight: 700;
      line-height: 48px;
      color:#0F8AE2 !important;
      margin: 36px 0 30px 0; }
    .testimonial-area .slide-testimonial .single-testimonial .testimonial-content .clint-say p {
      font-size: 19px;
      font-weight: 400;
      line-height: 30px;
      color: #ffffff; }
    .testimonial-area .slide-testimonial .single-testimonial .member-info h4 {
      font-size: 22px;
      font-weight: 400;
      text-transform: capitalize;
      margin-bottom: 0px;
      margin-top: 35px; }
      .testimonial-area .slide-testimonial .single-testimonial .member-info h4 a {
        color: #ffffff;
        -webkit-transition: all 0.5s;
        -o-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -ms-transition: all 0.5s;
        transition: all 0.5s; }
        .testimonial-area .slide-testimonial .single-testimonial .member-info h4 a:hover {
          color: #00c9e1; }
    .testimonial-area .slide-testimonial .single-testimonial .member-info span {
      font-size: 14px;
      color: #ffffff;
      text-transform: capitalize; }
    .testimonial-area .slide-testimonial .owl-nav {
      display: none; }
    .testimonial-area .slide-testimonial .owl-dots {
      text-align: left;
      margin-top: -10px;
      margin-bottom: 0px;
      margin-left: 55px; }
      .testimonial-area .slide-testimonial .owl-dots .owl-dot {
        width: 12px;
        height: 12px;
        line-height: 12px;
        background: #ffffff;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        -o-border-radius: 50%;
        border-radius: 50%;
        margin: 0 5px; }
        .testimonial-area .slide-testimonial .owl-dots .owl-dot.active {
          background: #000000; }
  
  

/*--------------------------------------------------------------
# Testimonials
--------------------------------------------------------------*/
.testimonials {
    padding: 80px 0;
    background: url("/media/img/sliders/slide-1.JPG") no-repeat;
    background-position: center center;
    background-size: cover;
    position: relative;
  }
  .testimonials::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(12, 11, 10, 0.7);
  }
  .testimonials .section-header {
    margin-bottom: 40px;
  }
  .testimonials .testimonials-carousel, .testimonials .testimonials-slider {
    overflow: hidden;
  }
  .testimonials .testimonial-item {
    text-align: center;
    color: #fff;
  }
  .testimonials .testimonial-item .testimonial-img {
    width: 100px;
    border-radius: 50%;
    border: 6px solid rgba(255, 255, 255, 0.15);
    margin: 0 auto;
  }
  .testimonials .testimonial-item h3 {
    font-size: 20px;
    font-weight: bold;
    margin: 10px 0 5px 0;
    color: #fff;
    font-family: "Lexend Deca", sans-serif;
  }
  .testimonials .testimonial-item h4 {
    font-size: 14px;
    color: #ddd;
    margin: 0 0 15px 0;
    font-family: "Lexend Deca", sans-serif;
  }
  .testimonials .testimonial-item .stars {
    color: #ffb03b;
    margin-bottom: 10px;
  }
  .testimonials .testimonial-item .quote-icon-left, .testimonials .testimonial-item .quote-icon-right {
    color: rgba(255, 255, 255, 0.4);
    font-size: 26px;
  }
  .testimonials .testimonial-item .quote-icon-left {
    display: inline-block;
    left: -5px;
    position: relative;
  }
  .testimonials .testimonial-item .quote-icon-right {
    display: inline-block;
    right: -5px;
    position: relative;
    top: 10px;
  }
  .testimonials .testimonial-item p {
    font-style: italic;
    margin: 0 auto 15px auto;
    color: #eee;
  }
  .testimonials .swiper-pagination {
    margin-top: 20px;
    position: relative;
  }
  .testimonials .swiper-pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background-color: rgba(255, 255, 255, 0.5);
    opacity: 1;
  }
  .testimonials .swiper-pagination .swiper-pagination-bullet-active {
    background-color: #ffb03b;
  }
  @media (min-width: 992px) {
    .testimonials .testimonial-item p {
      width: 80%;
    }
  }
  
/*==========================
tourist FAN FACT AREA CSS
===========================*/

.counter_area {
    background: #fff;
    padding: 100px 0 0;
    position: relative;
}

.counter_area::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.row.counter_main {
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
    padding: 72px 0 99px;
    margin-top: -190px;
    background: #fff;
}

.single_counter {
    position: relative;
    text-align: center;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.single_counter::before {
    position: absolute;
    content: "";
    right: 0;
    top: 15px;
    height: 115px;
    width: 1px;
    background: #ff6363;
}

.col-md-3:last-child .single_counter::before {
    display: none;
}

.single_counter1 {
    text-align: center;
}

.counter_icon {
    margin-top: 0;
    padding-top: 0;
    position: relative;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.single_counter:hover .counter-icon {
    color: #fff;
}

.counter_icon i {
    height: 90px;
    width: 90px;
    margin: auto;
    background: transparent;
    line-height: 74px;
    border-radius: 7px;
    font-size: 36px;
    color: #ff6363;
    background: #fff;
    border-radius: 100%;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    display: inline-block;
    border: 8px solid #ff6363;
}

.counter_icon i:hover {
    background: #041B5E;
    color: #fff;
}

.countr_text>h1 {
    display: inline-block;
    font-size: 50px;
    font-weight: 600;
    -webkit-transition: .3s;
    margin: 15px 0 0;
    -o-transition: .3s;
    transition: .3s;
    position: relative;
    color: #ff6363;
}

.countr_text>h1::after {
    position: absolute;
    content: "";
    left: 0;
    top: 67px;
    height: 4px;
    width: 40px;
    background: #ff6363;
    margin: auto;
    text-align: center;
    right: 0;
}

.single_counter1 .countr_text>h1::before {
    display: none;
}

.countr_text>h3 {
    display: inline-block;
    font-size: 50px;
    color: #ff6363;
}

.counter_title {
    padding: 0 0 0;
}

.counter_title h4 {
    font-size: 21px;
    font-weight: 600;
    margin: 0;
    text-transform: capitalize;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    padding-top: 20px;
}

/*==========================
tourist PORTFOLIO AREA CSS
============================*/

.portfolio_area {
    padding: 31px 0 163px;
}

.home-3.portfolio_area,
.home-4.portfolio_area {
    padding: 80px 0 113px;
}

.single_portfolio {
    margin-bottom: 30px;
    overflow: hidden;
    position: relative;
}

.single_portfolio_thumb {
    position: relative;
    overflow: hidden;
}

.single_portfolio_thumb img {
    width: 100%;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.single_portfolio_thumb:before {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    background: rgba(13, 47, 93, 0.8);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    width: 100%;
    height: 100%;
}

.port_icon {
    left: 0;
    position: absolute;
    top: 45%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    opacity: 0;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    z-index: 999;
    width: 100%;
    text-align: center;
}

.port_icon a {
    display: inline-block;
    margin: 0px 25px;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.port_icon i {
    color: #fff;
    font-size: 16px;
    display: inline-block;
    width: 38px;
    height: 38px;
    line-height: 38px;
    text-align: center;
    border-radius: 5px;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    background: #ff6363;
}

.port_icon i:hover {
    background: #fff;
    color: #151515;
}

.portfolio_content {
    position: absolute;
    left: 0;
    bottom: -61px;
    -webkit-transition: .7s;
    -o-transition: .7s;
    transition: .7s;
    z-index: 99999;
    opacity: 0;
    /* transform: translateX(-50%); */
    width: 100%;
    text-align: center;
}

.portfolio_content h2 {
    color: #fff;
    font-size: 19px;
}

.portfolio_content h2 span,
.portfolio_content p span {
    color: #FF6363;
}

.portfolio_content p {
    color: #fff;
    text-transform: capitalize;
    font-size: 3px;
    letter-spacing: 2px;
    -webkit-transition-delay: 1s;
    -o-transition-delay: 1s;
    transition-delay: 1s;
    font-style: italic;
    margin-top: 5px;
    display: inline-block;
    font-size: 14px;
}

.single_portfolio:hover .portfolio_content {
    opacity: 1;
    bottom: 25px;
    -webkit-transition: all 0.3s ease-in-out 0.3s;
    -o-transition: all 0.3s ease-in-out 0.3s;
    transition: all 0.3s ease-in-out 0.3s;
}

.single_portfolio:hover .port_icon a {
    margin: 0 3px 0px;
}

.single_portfolio:hover .single_portfolio_thumb:before {
    opacity: 1;
}

.single_portfolio:hover .port_icon {
    opacity: 1;
}

/*======================
tourist TEAM AREA CSS
========================*/

.team_area {
    padding: 80px 0 70px;
}

.em-team {
    text-align: center;
    position: relative;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    background: #f7f7f7;
    margin-bottom: 30px;
}

.em-content-title h2 {
    margin-bottom: 0;
    text-transform: uppercase;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.em-content-subtitle {
    font-size: 14px;
    margin: 5px 0 0;
    text-transform: uppercase;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.em-team:hover .em-content-title h2,
.em-team:hover .em-content-subtitle {
    color: #fff;
}

.team-wrap {
    overflow: visible;
    position: relative;
}

.team-front {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-transition: -webkit-transform 0.8s, opacity 0.4s;
    -webkit-transition: opacity 0.4s, -webkit-transform 0.8s;
    transition: opacity 0.4s, -webkit-transform 0.8s;
    -o-transition: transform 0.8s, opacity 0.4s;
    transition: transform 0.8s, opacity 0.4s;
    transition: transform 0.8s, opacity 0.4s, -webkit-transform 0.8s;
}

.team-front {
    z-index: 2;
    position: relative;
    overflow: hidden;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.team-style-2 .em-content-image img {
    margin: 0 auto;
    display: block;
    width: 100%;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.team-style-2:hover .team-front {
    opacity: 0;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
}

.team-back-wraper {
    -webkit-transition: -webkit-transform 0.6s;
    transition: -webkit-transform 0.6s;
    -o-transition: transform 0.6s;
    transition: transform 0.6s;
    transition: transform 0.6s, -webkit-transform 0.6s;
}

.team-back-wraper {
    bottom: 0;
    height: 99%;
    position: absolute;
    text-align: center;
    top: 0;
    width: 100%;
    z-index: 1;
    right: 0;
    left: 0;
    margin: auto;
    background: #ff6363;
}

.em-content-waraper1 {
    left: 0;
    padding: 30px 14px 28px;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.team-style-2 .em-content-socials a {
    color: #fff;
    display: inline-block;
    font-size: 18px;
    margin: 0 8px;
    line-height: 30px;
}

.team-style-2 .em-content-socials a:hover {
    color: #333;
}

.team-style-2 .em-content-socials {
    margin-top: 11px;
}

.team-style-2 .em-content-waraper {
    left: 0;
    padding: 30px 14px 28px;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.team-style-2 .em-content-desc-inner {
    color: #fff;
    margin: 13px 0 22px;
}

/* team content */

.team-style-2 .em-content-title h2 {
    font-size: 22px;
    margin-bottom: 0;
    text-transform: capitalize;
    color: #fff;
    margin-top: 0;
}

.team-style-2 .em-content-subtitle {
    font-size: 15px;
    margin: 5px 0 0;
    text-transform: capitalize;
    color: #fff;
}

/* team button */

.team-style-2 .em-content-button a {
    display: inline-block;
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    color: #FF6363;
}

.team-style-2 .team-front .em-content-subtitle {
    font-size: 15px;
    margin: 2px 0 10px;
    text-transform: capitalize;
    color: #fff;
}

.team-front .em-content-title-inner {
    margin-top: 11px;
    display: none;
}

.team_area.about-pages {
    padding: 82px 0 70px;
    background: #f9f9f9;
}

.team_area.black_edition {
    background: #292633;
}

/* Course Details Css */

.course_details {
    border: 1px solid #ddd;
    padding: 15px 15px 0px;
}

.course_dtl_content p {
    padding-top: 45px;
}

.course_dtl_content h2 {
    padding-bottom: 20px;
}

/* Course Details tab Css */

.course_dtl_tab {
    margin-top: 46px;
}

.tab_area {
    overflow: hidden;
}

.eduzone-tab {
    overflow: hidden;
    clear: both;
    margin-bottom: 40px;
    background: #0d2f5d;
}

.eduzone-tab li {
    display: inline-block;
    list-style: none;
    float: left;
    overflow: hidden;
    text-align: center;
    margin: 0 0px 0 0;
    padding: 7px 0 16px;
    transition: .5s;
    cursor: pointer;
    border-right: 3px solid #ff6363;
}

.eduzone-tab li:last-child {
    margin-right: 0;
    border-right: 0;
}

.eduzone-tab li i {
    font-size: 35px;
    transition: .5s;
}

.eduzone-tab li a {
    padding: 7px 29.5px 0;
    display: block;
    color: #fff;
}

.eduzone-tab li.active,
.eduzone-tab li:hover {
    background: #ff6363;
    color: #fff;
}

.eduzone-tab li.active a,
.eduzone-tab li:hover a {
    color: #fff;
}

/* Course Overview */

.tab-content {
    padding-bottom: 35px;
}

.course_single_tab_inner h2 {
    padding-bottom: 15px;
}

.course_single_tab_inner ul {
    list-style: square;
    padding-left: 20px;
    /* color: #f00; */
    padding-top: 10px;
}

.course_single_tab_inner ul li {
    font-weight: 600;
    font-size: 14px;
    margin-bottom: 13px;
    display: block;
}

.course_single_tab_inner ul li i {
    color: #ff6363;
    margin-right: 7px;
    font-size: 17px;
}

.course_single_tab_inner ul li span {
    margin-left: 50px;
}

.course_single_tab_inner {
    padding-bottom: 15px;
}

/* Course Information */

.course_single_tab_inner.course_info ul {
    list-style: none;
    padding-left: 0;
    /* color: #f00; */
    padding-top: 16px;
}

.course_single_tab_inner.course_info ul li {
    font-weight: 600;
    font-size: 14px;
    margin-bottom: 23px;
}

.course_single_tab_inner.course_info ul li i {
    color: #f00;
    margin-right: 15px;
    font-size: 23px;
}

.course_single_tab_inner.course_info ul li b {
    width: 30%;
    float: left;
    font-weight: 600;
}

.course_single_tab_inner.course_info ul li span {
    font-weight: 400;
}

.course_single_tab_inner.course_info ul li:last-child {
    margin-bottom: 0px;
}

/* Course Instructor */

#course {
    padding: 40px 0 70px;
}

.course_instructor {
    margin-bottom: 35px;
}

.course_instructor:last-child {
    margin-bottom: 0;
    border-bottom: 0;
}

.instructor_title {
    float: left;
    overflow: hidden;
    width: 15%;
    text-align: center;
}

.instructor_title h1 {
    background: #ff6363;
    height: 80px;
    width: 80px;
    line-height: 80px;
    color: #fff;
    border-radius: 100%;
}

.instructor_content {
    overflow: hidden;
}

.instructor_content h2 {
    font-size: 18px;
}

.instructor_content span {}

.instructor_content p {
    margin-top: 20px;
}

.instructor_content ul {
    padding-top: 15px;
    padding-bottom: 35px;
}

.instructor_content ul li {
    display: inline-block;
    margin-right: 5px;
}

.instructor_content ul li a {
    display: inline-block;
    width: 35px;
    height: 35px;
    background: #f00;
    color: #fff;
    text-align: center;
    line-height: 35px;
    font-size: 16px;
    transition: .3s;
}

.instructor_content ul li a:hover {
    background: #0d2f5d;
}

/* Course Instructor */

.course_reviews {
    border-bottom: 1px solid #ddd;
    margin-bottom: 35px;
    padding-bottom: 20px;
}

.course_reviews:last-child {
    border-bottom: 0;
    margin-bottom: 0;
}

.reviews_thumb {
    float: left;
    overflow: hidden;
    width: 16%;
    margin-right: 25px;
}

.reviews_thumb img {}

.reviews_content {
    overflow: hidden;
}

.reviews_content h2 {
    margin-bottom: 4px;
    margin-top: 0;
}

.reviews_content span {}

.reviews_content p {
    margin-top: 20px;
}

.ratting {
    float: right;
    color: #f00;
}

.avarage_ratting {
    margin-right: 29%;
}

.avarage_ratting h2 {}

.avarage_ratting .ratting {
    float: none;
    display: block;
    padding-bottom: 20px;
}

.ratting_point {
    float: right;
    font-size: 35px;
    font-weight: 700;
    color: #f00;
}

.avarage_ratting .progress {
    position: relative;
}

.avarage_ratting .ttop {
    position: absolute;
    text-align: center;
    top: -30px;
    right: 0;
}

.course_single_tab .blog_comments_section {
    border: 0;
    padding: 0;
    margin: 0;
}

.course_single_tab .blog_reply {
    overflow: hidden;
    border: 0;
    margin-top: 30px;
    padding: 0;
}

.apply_now_btn {
    text-align: right;
    margin: 30px 0px;
}

.apply_now_btn a {
    padding: 10px 35px;
    background: #f00;
    color: #fff;
    display: inline-block;
    font-size: 16px;
}

.apply_now_btn a:hover {
    background: #0d2f5d;
    color: #fff;
}

.course_title h1 {
    font-size: 32px;
}

.course_title ul {
    list-style: square;
    padding-left: 20px;
    padding-top: 25px;
    padding-bottom: 12px;
}

.course_title ul li {
    font-weight: 600;
    font-size: 14px;
    margin-bottom: 13px;
    display: block;
}

.course_title ul li span {
    margin-right: 10px;
    margin-left: 10px;
}

.course_title ul li i {
    color: #ff6363;
    font-size: 17px;
    margin: 2px;
}

/*======================
tourist HOTEL AREA CSS
========================*/

.hotel_area {
    padding: 80px 0 70px;
    background: #f7f7f7;
}

.single_hotel_area {
    position: relative;
    margin-bottom: 30px;
    box-shadow: 0 0 1px rgb(0, 0, 0.2);
    transition: .5s;
    overflow: hidden;
}

.single_hotel_content {
    padding: 10px 30px 31px;
    transition: .5s;
    background: #fff;
}

.single_hotel_content h2 {
    font-size: 23px;
    font-weight: 500;
}

.single_hotel_content p {
    font-size: 16px;
    padding-top: 4px;
}

.single_hotel_content span {
    color: #ff6363;
}

.single_hotel_btn {
    margin-top: 22px;
}

.single_hotel_btn a {
    background: #ff6363;
    padding: 7px 20px;
    transition: .5s;
    border-radius: 5px;
    color: #fff;
}

.single_hotel_area:hover {
    box-shadow: 0 0px 18px rgba(0, 0, 0, 0.2);
}

/*=============================
tourist TESTIMONIAL AREA CSS
===============================*/

.testimonial_area {
    padding-top: 81px;
    padding-bottom: 70px;
    background: #f8faff;
}

.single_testimonial {
    text-align: left;
    margin-bottom: 30px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    position: relative;
    /* padding-top: 70px; */
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
    margin-top: 10px;
    overflow: hidden;
    padding: 50px 28px 50px;
    border-radius: 10px;
    border: 2px solid transparent;
    background: #fff;
}

.em_testi_text p {
    margin-top: 0;
    font-size: 19px;
    text-align: left;
}

.single_testimonial:hover {
    border: 2px solid #ff6363;
    box-shadow: none;
}

.em_test_thumb {
    padding-bottom: 21px;
}

.em_testi_content {
    float: left;
}

.testimonial_area .em_test_thumb img {
    border-radius: 7px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.20);
}

.em_testi_title h2 {
    font-size: 19px;
    text-align: left;
    letter-spacing: 0;
}

.em_testi_title h2 span {
    display: block;
    font-size: 15px;
    margin-top: 4px;
    font-weight: 400;
    letter-spacing: 1px;
    opacity: 0.8;
}

.testi_review {
    margin-top: 10px;
}

.testi_review i {
    color: #ff6363;
    margin: 0 2px;
}

.single_widget {
    background-image: url(assets/images/add.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 60px 0;
    position: relative;
    z-index: 1;
}

.single_widget::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.6);
    z-index: -1;
}

.single_widget_text {
    width: 91%;
    margin-left: 28px;
    padding-bottom: 60px;
    padding-top: 10px;
}

.single_widget_text h2 {
    color: #fff !important;
    border: 0 !important;
}

.single_widget_text p {
    color: #fff;
    padding-bottom: 10px;
    padding-top: 7px;
}

.single_widget_text span {
    color: #fff;
    float: left;
    padding-bottom: 7px;
}

.single_widget_text i {
    color: #ff6363;
    float: left;
    margin-right: 10px;
    margin-top: 4px;
    font-size: 16px;
}

.section-title2 h2 {
    font-size: 37px;
    margin: 35px 0 35px;
}
.section-title h2 {
    font-size: 37px;
    margin: 35px 0 ;
}

.map {
    width: 100%;
    margin: 0;
    height: 338px;
    border: 1px solid #ddd;
    border-radius: 10px;
}

/* tourist Form Css */

.form_field {
    width: 100%;
}

.form_field_inner {
    width: 50%;
    float: left;
}

.form_field_inner input,
.form_field_inner textarea {
    width: 95%;
    background: #1e2735;
    border: 0;
    height: 50px;
    padding-left: 15px;
    color: #fff;
    margin-bottom: 20px;
}

.text_area .form_field_inner {
    width: 100%;
}

.text_area .form_field_inner textarea {
    width: 97.5%;
    height: 150px;
}

.blog-left-side .form_field_inner {
    width: 100%;
    float: none;
}

.blog-left-side .form_field_inner input,
.form_field_inner textarea {
    width: 95%;
    background: #fff;
    height: 50px;
    padding-left: 15px;
    color: #000;
    margin-bottom: 20px;
    border: 1px solid #ddd;
}

.blog-left-side .field_comment_inner textarea {
    width: 95%;
    background: #fff;
    height: 200px;
    padding-left: 15px;
    color: #000;
    margin-bottom: 20px;
    border: 1px solid #ddd;
    padding-top: 5px;
}

.blog-left-side .contact_bnt button {
    background: #ff6363;
    color: #ffffff;
    height: 60px;
    font-size: 17px;
    font-weight: 500;
    text-transform: uppercase;
    width: 95%;
}

.blog-left-side .contact_bnt0 {
    background: #fff;
    height: 60px;
    font-size: 17px;
    font-weight: 500;
    text-transform: capitalize;
    width: 95%;
    border: 1px solid #ddd;
    margin-bottom: 30px;
    text-align: center;
    padding-top: 15px;
    align-content: center;
}

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/

  /*  */
  @-webkit-keyframes animate-loading {
    0% {
      transform: rotate(0deg);
    }
    100% {
      transform: rotate(360deg);
    }
  }
  @keyframes animate-loading {
    0% {
      transform: rotate(0deg);
    }
    100% {
      transform: rotate(360deg);
    }
  }
  

/* Company Info Css */

.single_company_info {
    margin-bottom: 35px;
}

.single_company_info i {
    color: #fff;
    font-size: 36px;
    border: 1px solid transparent;
    float: left;
    border-radius: 5px;
    margin-right: 15px;
    line-height: 58px;
    height: 60px;
    width: 60px;
    text-align: center;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    background: #ff6363;
}

.single_company_info:hover i {
    background: transparent;
    color: #ff6363;
    border-color: #ff6363;
}

.company_info_content h5 {
    font-size: 20px;
    font-weight: 500;
    padding-bottom: 5px;
    margin-top: 0;
}

.single_company_info p {
    padding-top: 3px;
}

.company_info_desc {
    color: #fff;
    padding-bottom: 17px;
}

.company_info_content {
    overflow: hidden;
}

::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #666;
}

::-moz-placeholder {
    /* Firefox 19+ */
    color: #666;
}

:-ms-input-placeholder {
    /* IE 10+ */
    color: #666;
}

:-moz-placeholder {
    /* Firefox 18- */
    color: #666;
}

.em_contact_form ::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #333 !important;
    font-size: 14px;
    font-weight: 400;
}

.em_contact_form ::-moz-placeholder {
    /* Firefox 19+ */
    color: #333 !important;
    font-size: 14px;
    font-weight: 400;
}

.em_contact_form :-ms-input-placeholder {
    /* IE 10+ */
    color: #333 !important;
    font-size: 14px;
    font-weight: 400;
}

.em_contact_form :-moz-placeholder {
    /* Firefox 18- */
    color: #333 !important;
    font-size: 14px;
    font-weight: 400;
}

.em_contact_form ::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #333 !important;
    font-size: 14px;
    font-weight: 400;
}

.social_media h3 {
    font-size: 23px;
    color: #fff;
    padding-bottom: 40px;
    margin-top: 0;
    font-weight: 500;
}

.social_media a {
    display: inline-block;
    background: #ff6363;
    color: #fff;
    width: 40px;
    height: 40px;
    text-align: center;
    font-size: 17px;
    line-height: 36px;
    border-radius: 100%;
    margin-right: 6px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    border: 2px solid transparent;
}

.social_media a:hover {
    background: transparent;
    color: #ff6363;
    border-color: #ff6363;
}

/*================================
tourist INSTAGRAM AREA CSS
=================================*/

.instadram_area {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.87)), to(rgba(0, 0, 0, 0.87))), transparent url(assets/images/cn.jpg) 0% 0%/cover repeat scroll;
    background: -webkit-linear-gradient(rgba(0, 0, 0, 0.87), rgba(0, 0, 0, 0.87)), transparent url(assets/images/cn.jpg) 0% 0%/cover repeat scroll;
    background: -o-linear-gradient(rgba(0, 0, 0, 0.87), rgba(0, 0, 0, 0.87)), transparent url(assets/images/cn.jpg) 0% 0%/cover repeat scroll;
    background: linear-gradient(rgba(0, 0, 0, 0.87), rgba(0, 0, 0, 0.87)), transparent url(assets/images/cn.jpg) 0% 0%/cover repeat scroll;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 80px 0 100px;
}

.row.insta .col-md-2 {
    padding: 0px;
}

.instragram_thumb img {
    width: 100%;
}

/*==========================
tourist SECTION TITLE CSS
===========================*/

.section-title.t_center {
    margin: auto;
    text-align: center;
    width: 90%;
}

.section-title.t_left {
    margin: auto auto auto 0;
    width: 90%;
    text-align: left;
}

.section-title.t_right {
    margin: auto 0 auto auto;
    width: 90%;
    text-align: right;
}

.section-title.t_right .em-bar {
    margin: 0 0 5px auto;
}

.section-title.t_left .em-bar {
    margin: 0 0 5px;
}

.section-title h2 {
    font-size: 35px;
    font-weight: 700;
    /* margin-bottom: 8% !important; */
    text-transform: uppercase;
    display: block;
    position: relative;
}



.white_color.section-title h2 {
    color: #fff;
}

.section-title span {
    color: #0083E1;
}

.section-title.t_center i {
    font-size: 23px;
    color: #0083E1;
    position: relative;
    display: block;
    font-weight: bold;
}

.section-title p {
    margin-bottom: 60px;
    font-size: 20px;
    color: #666;
    /* margin-top: 10px; */
}

.white_color.section-title p {
    color: #fefefe;
}

.container-fluid .section-title h2::before {
    left: 43%;
    content: '';
    position: absolute;
    display: block;
    width: 60px;
    height: 5px;
    background: #0083E1;
    bottom: 0;
    left: calc(50% - 25px);
   margin-top: 2rem !important;
}

.container-fluid .section-title h2::after {
    right: 43%;
}

.fa-check,
.fa-times{
    color:gold !important;
}


/*============================
tourist CUOROSEL  CSS
=============================*/

.curosel-style .owl-nav div {
    background: #ff6363;
    border-radius: 50%;
    color: #fff;
    font-size: 19px;
    height: 44px;
    left: -45px;
    line-height: 40px;
    position: absolute;
    top: 46%;
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    width: 44px;
    text-align: center;
    z-index: 99;
    -webkit-transform: translateY(-49%);
    -ms-transform: translateY(-49%);
    transform: translateY(-49%);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

.curosel-style .owl-nav .owl-next {
    left: auto;
    right: -45px;
}

.single_gallery.curosel-style .owl-nav div {
    left: 30px;
}

.single_gallery.curosel-style .owl-nav .owl-next {
    right: 30px;
    left: auto;
}

.portfolio_gallery_post.curosel-style .owl-nav div {
    left: 0px;
}

.portfolio_gallery_post.curosel-style .owl-nav .owl-next {
    right: 0px;
    left: auto;
}

.portfolio_gallery_post.curosel-style .owl-nav div {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}



.owl-dots {
    position: absolute;
    right: 50%;
    bottom: -21px;
}

.owl-dot {
    display: inline-block;
    width: 15px;
    height: 15px;
    margin: 0px 5px 0;
    background: #ff6363;
    border-radius: 100%;
}

.owl-dot.active {
    background: #0D2352;
}

.curosel-style:hover .owl-dots {
    opacity: 1;
}

.tourist_image_slider.curosel-style .owl-nav div {
    font-size: 21px;
    height: 55px;
    left: 25px;
    line-height: 55px;
    width: 55px;
    top: 50%;
}

.tourist_image_slider.curosel-style .owl-nav .owl-next {
    left: auto;
    right: 25px;
}

.tourist_image_slider .owl-dots {
    position: absolute;
    right: 50%;
    bottom: 16px;
}

/* responsive 320 start */

/* small mobile :320px. */

@media (max-width: 767px) {
    body {
        overflow-x: hidden;
    }
    .tourist-header-top {
        display: none;
    }
    .mean-container .mean-bar:before {
        text-transform: uppercase;
        top: 19px;
    }
    .mean-container a.meanmenu-reveal {
        padding: 19px 20px 18px;
    }
}

@media only screen and (min-width:250px) and (max-width: 996px){
    .socialmedia-box{
        width: 100%;
    }
    .socialmedia-box i{
        padding:1%;
        margin-right:5%;
    }
    .socialmedia-box a{
        padding: 3%;
         font-size: 1.2rem;
        color: white;
    }
}
.socialmedia-box a.facebookicon:hover {
    color: #3b5998;
}

.socialmedia-box a.twittericon:hover {
    color: #55acee;
}

.socialmedia-box a.linkedinicon:hover {
    color: #fff;
}

.socialmedia-box a.googleicon:hover {
    color: #E71E3D;
}
  


#inline{
    border:green solid;
}

.one{
  display: inline;
  width: 100px;
  border: rgb(47, 0, 255) solid;
  height: 2rem;
}

.two{
  display: inline;
  width: 100px;
  border: red solid;
  height: 12rem;

}
.section{
    border: gold;
}



.copyright a{
    color: white !important;
}
.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
    width: 100%;
    padding-right: var(--bs-gutter-x, 0.75rem);
    padding-left: var(--bs-gutter-x, 0.75rem);
    margin-right: auto;
    margin-left: auto;
}
@media (min-width: 576px) {
    .container,
    .container-sm {
        max-width: 540px;
    }
}
@media (min-width: 768px) {
    .container,
    .container-md,
    .container-sm {
        max-width: 720px;
    }
}
@media (min-width: 992px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm {
        max-width: 960px;
    }
}
@media (min-width: 1200px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1140px;
    }
}
@media (min-width: 1400px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1320px;
    }
}

.client_two_area_bg  {
    background:#002514 !important;
    padding: 15% 0 10%;
    
}
.client_two_area_bg .sec-heading  {
  margin-bottom:10%;
    
}
.two_client_area_left {
    height:100%;
    margin-right:2%;
    border-radius: 2px;
 }
 .two_client_area_left iframe{
     height:100%;
     box-shadow:1px .5px 1px .5px black;
    width: 100%;
    object-fit: contain;
    padding:2px;
 }
 
 .two_client_area_left h2 {
     color:#001F3F !important;
     line-height: 56px;
 }
 .common_card_four_text .sec-heading h4{
    color:#c05838;
    font-size: 1.2rem;
    font-style: italic;
}
.common_card_four_bottom .reviews-container .reviews-txt{
    color:black;
    font-weight: 300;
    font-size: 1.2rem;
}

.quick-links p{
    color:white;
    line-height: 150%;
    font-weight:300 !important;
    font-size:1.2rem !important;

}
.quick-links a{
    color:white;
    line-height: 150% !important;
    font-size:1.2rem !important;
    color:white;
    font-size: 1.2rem;
    line-height: 230% !important;
    list-style: none;
    text-decoration: none;
    font-weight:300 !important;
}

.quick-links{
    display: flex;
    flex-direction: column;
    color:#8B6833;
}

.quick-links a:hover{
    color:#c05838;
}
.quick-links a .fa-angle-right{
    margin-right: 8px;
    font-size: 1.2rem;
}
.navbar-brand-footer{
    height:180px;
    width: 280px;
}
.navbar-brand-footer img{
   width: 100%;
    height:100%;
    object-fit:contain;
}

.include-listing{
}
.include-listing li{
   line-height: 180% !important;
}
.include-listing .fa-times{
color:red !important;
margin-right:2%;
}
.include-listing .fa-check{
color:#c05838 !important;
margin-right:2%;

}

.fa-asterisk{
    color:#c05838;
    margin-right:1%;

}
.activity-info-box .inclusions-exclusions .master-head h3{
    text-align: start;
    font-size:2.5rem !important;
}
.activity-info-box .inclusions-exclusions .master-head h3 span{
    font-size:2.5rem !important;
}
.activity-info-box .inclusions-exclusions ul li{
    line-height: 170%;
    font-size: 1.4rem;
    font-family: "Lexend Deca", sans-serif !important;
}
.master-head .activity-price{
    font-size: 1.4rem !important;
}
.master-head .activity-price span{
    font-size: 3rem !important;
    margin-right:2% !important;
}





.call-to-action-sec{
    padding:5% 0;
    background-color:#c05838 !important;
}
.call-to-action-left h2{
    font-family: "Lexend Deca", sans-serif !important;
}
.call-to-action-left p{
    font-family: "Lexend Deca", sans-serif !important;
    text-align: center;
    color:white;
}
.call-to-action-left .master-head h2 {
    line-height: 100%;
    font-size:2rem;
    color:black !important;
}
.call-to-action-left .master-head h2 span{
    color:white !important;
}
.call-to-action-right{
    display: flex !important;
    flex-direction: column;
    justify-content: center !important;
    align-items: center !important;
    background-color:white;
    border-radius: 8px;
    padding:6% 0;
}
.call-to-action-right p{
   font-size: 1.2rem !important;
   font-weight:400 !important;
   color:black;
}
.call-to-action-right p .fa-envelope{
   font-size: 1.5rem !important;
   font-weight:400 !important;
   color: #c05838 !important;
}
.call-to-action-right p .fa-phone{
   font-size: 1.5rem !important;
   font-weight:400 !important;
   color: #c05838 !important;
}






.footer-main {
    /* background:#985A31 !important; */
    background: url(/media/img/footer-min.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center !important;
    position: relative;
    padding:6% 0 1%;
}

.container-fluid.footer-top {
    position: relative;
    z-index: 2; 
}

.footer-main::after {
    background-color: #000;
}
.footer-main .sec-heading {
    color: #F58C02;
    margin-bottom:5%;
   
}

.footer-content .fa-map-marker-alt, .fa-phone, .fa-envelope{
    margin-right: 8px !important;
    color: white !important;
}
.fa-map-marker-alt{
    margin-right: 8px !important;
    color: white !important;

}


.input-group-append .main-contact{
background-color: #c05838 !important;
font-size: 1.2rem;
border:white solid;
padding:6px 12px;
font-weight:300;
}

.btn-square{
    border: 1px solid white !important;
    color:#8B6833; 
    padding-bottom: -10px !important;
}

.news_letter{
    background-color: #F58C02;
}

/* .foot-content .input-group input{
    border-radius:0px !important;
    padding-left:12px;
    border:white solid;
    width: 80%;
    color:#c05838;
} */
.foot-content h6{
line-height: 150%;
font-size: 1.2rem;
font-weight: 300;
}


.input-group-append button{
    color: white;
    border:none !important;
    background-color: #c05838 !important;
}
.footer-bottom-copyright{
    background-color: #212529;
    border-top:#002514 1px solid;
    background: black;
}
.footer-bottom-copyright p{
 font-size: 1rem;
}
.footer-bottom-copyright p a{
 color:#c05838;
 font-size: 1rem;
 text-decoration: none;
}

.button-primary {
    color: #fff;
    background-color:#c05838;
    border-color:#c05838;
    font-size: 1.2rem;
    font-weight: 300 !important;
    text-transform: normal !important;
}
.button-wrap button {
    text-transform: none;
}
.send-email{
    border:white 1px solid;
    color:white;
    font-size: 1.4rem;
}
.send-email:hover{
    border:white 1px solid;
    background-color: white;
}
.form-floating label{
    font-size: 1.2rem;
}

.our-partners {
    display: flex;
    justify-content: space-around;
    align-items: center;
    /* border:#985A31 solid; */
}

.our-partners img {
    height: auto;
}

@media only screen and (max-width: 768px) {
    .our-partners img {
        max-width: 25%; /* Adjust as needed */
    }
}


.client_two_area_b {
padding-bottom: 5% !important;
}

.container {
    overflow: hidden !important; 
}





.whatsapp_float {
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #c05838;
    position: fixed;
    left: 1rem;
    bottom: 1rem;
    height: 2.8rem;
    width: 2.8rem;
    list-style: none;
    text-decoration: none;
    z-index: 9999999;
    border: 1px white solid;
  }
.whatsapp_float .fa-whatsapp{
   color:white;
   font-size: 1.4rem;
   align-self: center;
   list-style: none;
   text-decoration: none;
  }


  
  @media screen and (max-width:767px) {
   
    .whatsapp_float {
        bottom: .5rem;
    }
  }

  #email-input::placeholder {
    color:#c05838 !important; /* Placeholder text color */
    font-size: 1.2rem;
    font-weight: 300;
}

