/*@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Bellefair&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap');*/





@font-face {
  font-family: "besom";
  src: url("../fonts/besom.eot"); /* IE9 Compat Modes */
  src: url("../fonts/besom.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
  url("../fonts/besom.otf") format("opentype"), /* Open Type Font */
  url("../fonts/besom.svg") format("svg"), /* Legacy iOS */
  url("../fonts/besom.ttf") format("truetype"), /* Safari, Android, iOS */
  url("../fonts/besom.woff") format("woff"), /* Modern Browsers */
  url("../fonts/besom.woff2") format("woff2"); /* Modern Browsers */
  font-weight: normal;
  font-style: normal;
}



*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  overflow-x: hidden;
  font-family: 'Poppins', sans-serif;
   -webkit-user-select: none; /* Safari */
  -ms-user-select: none; /* IE 10 and IE 11 */
  user-select: none; /* Standard syntax */
}
.f-light{
     font-family: 'Poppins', sans-serif;
     font-weight: 300;
}
.f-regular{
     font-family: 'Poppins', sans-serif;
     font-weight: 400;
}
.f-medium{
     font-family: 'Poppins', sans-serif;
     font-weight: 500;
}
.f-semibold{
     font-family: 'Poppins', sans-serif;
     font-weight: 600;
}
.f-bold{
     font-family: 'Poppins', sans-serif;
     font-weight: 700;
}
/*.heading-regular{
font-family: 'Bellefair', serif;
}*/

body a:hover{
  text-decoration: none;
  color: #fff;
}
body li{
  list-style: none;
}
.f-light{
 
  font-weight:300;
}
.f-regular{
  
   font-weight:400;
 }
.f-medium{

  font-weight:500;
}
.f-semibold{

  font-weight:600;
}
.f-bold{

  font-weight:700;
}
.f-Extrabold{
  
    font-weight:800;
  }
.f-black{
 
  font-weight:900;
} 


a {
  text-decoration: none;
}
button:focus {
  outline: 0;
  box-shadow: none;
}
header {
    position: fixed;
    top: 0;
    width: 100%;
    left: 0;
    right: 0;
    z-index: 5;
    height: 80px;
    padding: 0px 0 0px;
    transition: all 0.3s ease-in-out;
      background: linear-gradient(0deg, rgba(35, 35, 37, 0) 35%, rgba(0, 0, 0, 0.8323704481792717) 81%);
}
/*header.shrink{
  animation: 0.3s 0.3s fadeInDown both;
  background: #fff;
  box-shadow: 0px 2px 10px #00000059;
}*/
.heads-up {
    transform: translateY(-6rem);
    transform: translate3d(0,-6rem,0);
}
header.shrink .navbar-expand-md .navbar-nav .nav-item:nth-child(11) .nav-link{
  color: #fff;
}
header .container {
  position: relative;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 100%;
}
header.shrink{
    box-shadow: 0px 0px 10px #ccc;
}
header .header {
  display: block;
  left: 0;
  right: 0;
  margin: 0 auto;
  transition: all 0.3s ease-in-out;
  opacity: 1;
  z-index: 1;
  position: relative;
}
header .header-white {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
header .mobile-navbar {
    position: relative;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: auto;
}
.navbar-expand-md {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 0px 0 8px;
}
.navbar-expand-md .navbar-nav .nav-link {
    font-size: 12px;
    color: #fff;
    padding: 0;
    /* margin-right: 12px; */
    transition: all 0.3s ease-in-out;
    position: relative;
    font-weight: 400;
    margin: 0px 4px;
    margin-top: 25px;
    position: relative;
    padding: 0px 13px;
    text-transform: uppercase;
    font-family: 'Poppins', sans-serif;
}
.navbar-expand-md .navbar-nav .nav-link::before{
    height: 3px;
    width: 0%;
    position: absolute;
    content: "";
    bottom: -18px;
    left: 6px;
    transition: all 0.4s;
}
.navbar-expand-md .navbar-nav .nav-link.active:before,
.navbar-expand-md .navbar-nav .nav-link:hover:before {
    width: 100%;
}
.navbar-expand-md .navbar-nav .nav-item:last-child .nav-link:before,
.navbar-expand-md .navbar-nav .nav-item:nth-child(7) .nav-link:before{
    display: none;
}
header .navbar-expand-md .navbar-nav .nav-link.active, header .navbar-expand-md .navbar-nav .nav-link:hover {
    color: #f16522;
}
.navbar-brand {
    width: 6%;
    position: absolute;
    top: -5px;
    left: 0;
    padding: 0;
}
header.animated.shrink {
    background: #fff;
    color: #000;
    height: 67px;
}
header.animated.shrink .navbar-brand img {
    width: 79%;
}
header.animated.shrink .navbar-expand-md .navbar-nav .nav-link{
    color:#000;
}
header.animated.shrink .navbar-expand-md .navbar-nav .nav-link.active{
    color:#f16522;
}
.navbar-brand img {
    width: 100%;
}
.foot-top .common-btn{
    background: #000;
    color: #fff;
    z-index: 1;
}
.main-footer .footer-wrapp {
    display: flex;
    width: 100%;
    position: relative;
    z-index: 1;
    /*margin-top: 36px;*/
}

  footer{
    position: relative;
  }
.main-footer {
    background: #22262C;
    position: relative;
    background-size: cover;
    background-position: center;
    padding: 50px 0px 10px;
}
.btm-strip {
    background: #22262c;
}
.btm-strip p {
    color: #fff;
    font-size: 13px;
    /* font-weight: 500; */
}
 a.top-arrow {
    background: #5A6162;
    position: absolute;
    right: -55px;
    width: 56px;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 0;
    transform: rotate(270deg);
} 
.column:nth-child(1) {
    width: 34%;
    margin-right: 0;
}
.column:nth-child(1) p {
    color: #fff;
    margin-top: 20px;
    font-size: 15px;
    line-height: 22px;
    width: 89%;
    font-weight: 100;
      margin-bottom: 0;
}
 .social-box {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-top: 21px;
}
  .social-box .twitter, .social-box .insta, .social-box .facebook, .social-box .linkedin {
    color: #fff;
    font-size: 29px;
    margin-right: 23px;
}
.footer-logo {
     background: #fff;
    padding: 10px 20px;
    box-shadow: 0px 0px 93px #00000029;
    border-radius: 6px;
    margin-top: -26%;
}
.column:nth-child(2) {
    width: 18%;
    position: relative;
}
.column h4 {
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 15px;
    text-transform: uppercase;
}
.column:nth-child(3) {
    width: 22%;
}
.column:nth-child(4) {
    width: 25%;
}
.column:nth-child(5) {
    width: 20%;
}
.column:nth-child(5) p {
      font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    margin: 13px 0px;
}
.column a {
    display: block;
    padding-bottom: 7px;
    line-height: 20px;
    color: #fff;
    font-size: 13px;
    font-weight: 100;
}

.Contact-wrapper a img{
    margin-right: 10px;
}
.Contact-wrapper a {
    display: flex;
    align-items: center;
    color: #fff;
    font-weight: 100;
    font-size: 15px;
}
 .footerlogo {
    width: 55%;
}

.column p {
    color: #FFFFFF;
    width: 100%;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
      margin-bottom: 20px;
}
  footer a,
  footer p{
    color: #a8a4a4;
    font-size: 16px;
  }
  footer p{
    margin-bottom: 0;
  }
.common-btn {
    width: 124px;
    height: 37px;
    border: 1px solid #5D5B5B;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #5D5B5B;
    font-size: 11px;
    transition: all 0.3s ease-in-out;
    position: relative;
    /* text-transform: uppercase; */
    transform: perspective(1px) translateZ(0);
    transition-duration: 0.3s;
    overflow: hidden;
    outline: none;
    border-radius: 30px;
    cursor: pointer;
    letter-spacing: 1.28px;
    text-transform: uppercase;
}
.common-btn:before {
    content: "";
    position: absolute;
    z-index: -1;
    top:0;
    left:0;
    right:0;
    bottom:0;
    background:#313D46;
    transform: scaleX(0);
    transform-origin: 0 50%;
    transition: all 0.3s ease-in-out;
    color: #fff;
}
.address-wrapper {
    display: flex;
    align-items: flex-start;
    margin-top: 24px;
}
.common-btn:hover{
    color: #fff !important;
    border:0px !important;
}
.common-btn:hover:before{
    transform:scaleX(1);
}
.common-btn span {
    font-size: 9px;
    align-items: center;
    justify-content: center;
    color: #5D5B5B;
    position: relative;
    /* top: 1px; */
    padding-left: 5px;
}
.footer-contact a {
    padding-bottom: 0px !important;
}
.footer-contact span {
    padding-right: 5px;
    color: #5EC434;
}
.btm-strip .container {
    padding: 16px 0 16px 0px;
    position: relative;
    border-top: 1px solid #ffffff61;
}
.btm-strip a {
    font-size: 13px;
    color: #fff;
    /* font-weight: 500; */
}
.btm-strip {
  color:#fff;
}
.strip-pages .dot{
    color: #a8a4a4;
}
/*.navbar-expand-md .navbar-nav .nav-item:nth-child(7) .nav-link {
    border: 1px solid #ccc;
    border-radius: 20px;
    padding: 9px 30px;
    color: #00339C;
    font-size: 13px;
    margin-top: 16px;
}*/
.home-slider h2 {
    font-size: 96px;
    text-align: center;
    /*background: #fff;*/
    color:#fff;
 font-family: "besom";
}
.caption-left {
    position: absolute;
    top: 84%;
    left: 68.5%;
    transform: unset;
}
.caption-left a {
    background: #f36525;
    color: #fff;
    border: 0;
    text-transform: uppercase;
    width: 15vw;
    height: 3vw;
    font-size: 1.5vw;
    border-radius: 0;
}
.slider-section .owl-theme .owl-nav [class*=owl-] {
    color: #F16523;
    font-size: 15px;
    margin: 5px;
    padding: 15px;
    background: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    aspect-ratio: 1 / 1;
    cursor: pointer;
    border-radius: 50px;
    border: 2px solid #F16523;
}
.slider-section .owl-theme .owl-nav [class*=owl-]:hover{
    background-color:transparent;
    color: #F16523 !important;
}

.slider-section  .owl-nav {
    position: absolute;
    width: 100%;
    top: 44%;
}

.slider-section .owl-prev {
left: 5%;
position:absolute;
}

.slider-section .owl-next {
right: 5%;
position:absolute;
}


.home-slider h2 span {
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-width: 1px;
    /* -webkit-text-stroke-color: black; */
    /* background-color: transparent; */
}

a.scroll-down {
    display: flex;
    font-size: 14px;
    color: #fff;
    position: absolute;
    bottom:4%;
    right: 1%;
    font-weight: 100;
    z-index: 2;
    text-decoration: none;
    text-transform: uppercase;
}

.scroll-down span {
    transform: rotate(90deg);
    display: block;
    font-size: 10px;
}

.text-bottom {
    display: flex;
    align-items: center;
}

.text-bottom img {
    margin-right: 26px;
}
.text-bottom a {
    width: 28%;
}
.social-links .fa {
    font-size: 25px;
    margin: 0px 10px;
    color:#fff;
}
.footer-bottom-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.text-bottom p {
    border-left: 1px solid#74706b;
    padding-left: 35px;
    font-weight: 500;
}

.main-footer .footer-wrapp {
    display: flex;
    width: 100%;
    position: relative;
  
    border-bottom: 1px solid #cccccc17;
    margin-bottom: 25px;
    padding-bottom: 25px;
    margin-top: 50px;
}
.get-inspired .common-btn {
    color: #080000;
    border: 1px solid #0c0000;
    width: 130px;
    font-size: 12px;
    height: 39px;
}
.get-inspired .common-btn span {
    color: #000;
}
.common-btn:hover span {
    color:#fff;
}
.about {
    padding: 80px 0px 120px;
    position: relative;
    background: #fcf2eb;
}
.subheading{
    color: #5D5B5B;
    font-size: 16px;
}
.right-img {
    position: absolute;
    right: -22%;
    bottom: -45%;
}

.img-sec{
  position:relative;
}
.text-content {
    display: flex;
    align-items: flex-start;
}

.img-sec img {
    width: 87%;
}

.right-img {
    width: 34% !important;
    position: absolute;
    right: 3%;
    bottom: -15%;
}
.text-content img {
    width: 35%;
    padding-left: 25px;
}
.heading {
    font-size: 51px;
    line-height: 50px;
    color: #F16523;
    font-family: 'Bebas Neue', sans-serif;
}

p{
  color:#5D5B5B;
  font-size: 15px;
}

.inspired-slider .owl-stage{
  padding-left:0px !important;
}

/*.get-inspiredheadings {
    padding-left: 8%;
}*/
.get-inspired {
    padding: 70px 0px;
}
.get-inspired .item {
    position: relative;
    margin-bottom: 22px;
    display: block;
}
.get-inspiredheadings {
    margin-bottom: 22px;
}
section.destination {
    padding: 60px 0px;
    position: relative;
   
    /* background: #f5eded; */
    border-radius: 65px 65px 0px 0px;
}
/*.inner-destination{
    margin-top: -11%; 
}*/
.destination::before {
    position: absolute;
    content: "";
    background: #F5EDED;
    height: 80%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: -1;
}
.get-inspired .img-div {
    overflow: hidden;
    border-radius: 50px;
}
.get-inspired .img-div img {
    /* height: 505px; */
    aspect-ratio: 309 / 505;
    width: 100%;
    object-fit: cover;
    object-position: center;
    /*filter: brightness(0.7);*/
    border-radius: 30px;
}
.inspired-content {
    position: relative;
    top: 21px;
    /* bottom: 20px; */
    /* color: #fff; */
    padding: 0px 15px;
}
.img-div{
    overflow: hidden;
}
.img-div:hover img{
    transform: scale(1.05);
}
img{
    transition: all 0.4s;
}
.upcoming-single .img-div {
    border-radius: 40px;
    /* filter: blur(1px); */
    display: block;
}
.inspired-content p {
    color: #000 !important;
    font-size: 13px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.price-btn {
    display: flex;
    align-items: center;
}

.price-btn .common-btn {
    width: 65%;
    margin-right: 15px;
}

.price-btn h4{
  margin-bottom:0px;
}

.price-btn .common-btn{
  color:#fff;
  border:1px solid #fff;
}

.price-btn .common-btn span{
  color:#fff;
}
.svg-div .icons {
    background: #fff;
    padding: 6px;
    border-radius: 50%;
    margin-right: 5px;
    margin-left: -15px;
    width: 55px;
    height: 55px;
    position: absolute;
    top: -8px;
    padding: 7px;
    left: 0px;
}
.svg-div {
    display: flex;
    position: absolute;
    top: 12%;
    left: 11%;
    background: #f16522;
    color: #fff;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    font-size: 13px;
    padding-right: 15px;
    padding-left: 45px;
    font-size: 12px;
    padding-top: 3px;
    padding-bottom: 3px;
}
.country-bg{
  background:url('../images/country-bg-trailblazers.jpg');
  background-size: cover;
    padding: 70px 0px;
    background-repeat: no-repeat;
    background-position: center;
}

.country-slider img {
    width: 55% !important;
    margin: 0 auto;
}
.country-bg .item {
    margin: 0 auto;
    text-align: center;
    color: #fff;
}
.country-bg .item h5 {
    font-size: 15px;
    margin-top: 30px;
}
.country-bg .item h3 {
    font-size: 45px;
}

.country-bg .item .common-btn {
    margin: 0 auto;
    color: #fff;
    font-size: 13px;
}
.country-dot {
    position: absolute;
    width: 10px;
    height: 10px;
    background-color: #f16522;
    border-radius: 50%;

    right: 50%;
    top: 25%;
}


.country-bg .owl-theme .owl-nav [class*=owl-] {
    color: #FFF;
    font-size: 11px;
    margin: 5px;
    padding: 10px 9px 7px;
    background: transparent;
    display: inline-block;
    cursor: pointer;
    border-radius: 50%;
    border: 1px solid #e66123;
}


.country-bg .owl-nav {
    position: absolute;
    width: 100%;
    top: 40%;
}

.country-bg .owl-next {
    position: absolute;
    right: 17%;
}

.country-bg .owl-theme .owl-nav .disabled{
  opacity:0 !important;
}

.country-bg .owl-prev {
    position: absolute;
    left: 15%;
}

.country-bg .owl-item.active.center{
opacity: 1;
}

.country-bg .owl-item{
  opacity: 0.5;
}

.country-bg .owl-theme .owl-nav [class*=owl-]:hover{
  background-color:transparent;
}

.upcoming-camps {
    padding: 60px 0px;
}

.upcoming-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.upcoming-single {
    position: relative;
    width: 93%;
    margin: 0 auto;
}
.upcoming-single h4 {
    /* position: absolute; */
    /* top: 10%; */
    /* text-align: center; */
    /* color: #fff; */
    /* left: 50%; */
    /* transform: translate(-50%, -50%); */
    /* width: 100%; */
    font-size: 20px;
    text-align: center;
    margin-top: 11px;
    color: #000;
}
.upcoming-content p {
    font-size: 14px;
}
.upcoming-content h5 {
    font-size: 15px;
    color: #2B388F;
    font-family: 'Bebas Neue', sans-serif;
    font-weight: 100;
    letter-spacing: 3px;
    margin-bottom: 8px;
    display:block;
    align-items: center;
    justify-content: center;
}

.upcoming-content {
    text-align: center;
    margin: 0 auto;
    display: block;
    padding-top: 0px;
}
.upcoming-content .common-btn {
   
    font-weight: 600;
}
.upcoming-content .d-flex{
    display: flex;
    align-items: center;
    justify-content: center;
}
.upcoming-content .d-flex .common-btn{
    margin: 0px 3px;
}
.upcoming-content h5 img {
    padding-right: 7px;
    width: 20px;
}

.upcoming-camps .col-lg-4:nth-child(2) .upcoming-single{
    margin-top: 50px;
}
.upcoming-single .img-div img {
    border-radius: 35px;
    /*height: 515px;*/
    aspect-ratio: 387 / 514;
    width: 100%;
    object-fit: cover;
    object-position: center;
}
.upcoming-camps {
    padding: 60px 0px;
    position: relative;
}
.upcoming-camps .bg {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    z-index: -1;
}
.upcoming-camps .col-lg-4:nth-child(1) .upcoming-single, .upcoming-camps .col-lg-4:nth-child(3) .upcoming-single{
    margin-top: -13%;
}
.inspired-content h5 {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
    color: #000 !important;
}
.travel-single h5{
display:flex;
}

.travel-companion-wrapper {
    display: flex;
    justify-content: space-between;
}


.travel-single h5{
  display: flex;
  position:relative;
}

.travel-single h5 img {
    width: 29%;
    position: absolute;
    right: 23%;
    bottom: -13px;
}
.travel-companion-wrapper h5 {
    font-size: 27px;
    color: #f44f02;
}
.travel-single:nth-child(3) img {
    bottom: 26px;
    right: 25%;
    width: 25%;
}
.travel-single p {
    width: 73%;
}
.travel-single {
    width: 30%;
}


div#accordionExample {
    width: 85%;
    margin: 0 auto;
}

/*.clients .container {
    display: flex;
}*/

.heading-client {
    background: #f16523;
    /* color: #fff; */
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
}

.client-slider {
    background-color: #fff;
    border-radius: 30px;
    display: flex;
    flex-wrap: wrap;
    row-gap: 10px;
}

.heading-client {
    background: #f16523;
    /* color: #fff; */
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    width: 30%;
}

/*.heading-client h3 {
    color: #fff;
    padding: 15px;
}*/

.client-slider img {
    /*width: 35% !important;*/
    margin: 0 auto;
    height: 100%;
}
.client-slider .item {
    border-right: 1px solid #cccccc4f;
    height: 107px;
    /* background: red; */
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 19px;
    width: 33.33%;
    padding: 15px;
}
.clients h3 {
    background-color: #F16523;
    color: #fff;
    font-size: 45px;
    padding: 10px;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    margin-bottom: 0px;
    line-height: 43px;
    padding-left: 49px;
    height: 100%;
}
.clients .col-md-3, .col-md-9{
    padding:0px;
}
.bg-client {
    background: #fff;
}
.bg-client {
    background: #fff;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
}
.clients {
    /* margin-top: 30px; */
    position: relative;
    top: 60px;
    z-index: 1;
}

.breadcum {position: relative;}
.breadcum .parallax-container {
  position: relative;
  overflow: hidden;
}
.breadcum .parallax-parent {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.breadcum .parallax-content {
  position: absolute;
  left: 50%;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.breadcum_container {
  position: absolute;
  top: 77%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  margin: 0 auto;
  display: flex;
  align-items: center;
}
.caption-heading {
  position: absolute;
   width: 100%;
  color: #fff;
  /* left: 10px; */
}
.caption-heading p {
    font-family: 'Bebas Neue', sans-serif;
    font-size: 24px;
    letter-spacing: 4px;
}
.subheading {
    font-family: 'Bebas Neue', sans-serif;
    letter-spacing: 5px;
    font-size: 22px;
}
.breadcum h1 {
    font-size: 96px;
    margin-bottom: 21px;
    position: relative;
    line-height:95px;
    font-weight: 500;
    text-align: center;
    font-family: "besom";
}
.breadcum .common-btn {
    margin: 0 auto;
    background: #F16522;
    color: #fff;
    border: 0;
    width: fit-content;
    letter-spacing: 1.28px;
    font-size: 12px;
    padding: 0px 15px;
}
.breadcum .common-btn span {
    color: #fff;
    font-size: 10px;
    position: relative;
    transform: rotate(90deg);
    top: -2px;
    left: 3px;
}
.caption-heading h1 span {
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-width: 1px;
    /* -webkit-text-stroke-color: black; */
    /* background-color: transparent; */
}


.about-us {
    padding: 65px 0px;
    position:relative;
}
.about-content {
    padding-left: 8%;
}

.right-element {
    position: absolute;
    width: 26%;
    left: -15%;
    bottom: 0px;
    z-index: -1;
}
.focus {
    background: url(../images/focus-bgtrailblazers.png);
    padding: 60px 0px 80px;
    position: relative;
    z-index: 1;
    background-size: 100% 100%;
    background-repeat: no-repeat;
}
.focus:before{
    position:absolute;
    width:100%;
    height:100%;
    background: #00000054;
    left:0px;
    top:0px;
    content:"";
    z-index:-1;
}
.focus .img-box{
    position:relative;
    border-radius: 21px 
}
.focus .img-box:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    right: -3%;
    top: 4%;
    background: #fff;
    border-radius: 50px;
    z-index: -1;
}
.focus h2 {
    margin-bottom: 40px;
}
.visionbigimg {
    position: relative;
}
.vision:nth-child(1) {
    padding-right: 15px;
}
.visionbigimg.missionbigimg:before {
    left: 10px;
}
.vision:nth-child(2) {
    padding-left: 15px;
}
.visionbigimg:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: -10px;
    border: 1px solid #fff;
    top: -10px;
    border-radius: 40px;
    z-index: -1;

}

.vision-img{

}

.focus h2, .focus h3{
    color:#fff;
}

.vision {
    display: flex;
}

.visionbigimg {
    /* margin-top: 50px; */
    position: relative;
    top: 10%;
}
.vision-img {
    width: 50%;
    padding-right: 45px;
}
.missionbigimg {
    /* margin-top: 90px; */
    top: 20%;
}
.vision-img p {
    color: #fff;
}
.vision-img img {
    width: 31%;
    margin-bottom: 10px;
}
.vision-img.mission-img {
    padding-left: 45px;
    padding-right:0px;
}

.safety-wrapper {
    display: flex;
    margin-top: 35px;
}
.safety-single {
    position: relative;
    overflow:hidden;
}
.safety-content {
    position: absolute;
    bottom: -38%;
    text-align: center;
    transition: all 0.3s ease-in-out;
    color: #fff;
    padding: 0px 40px;
    border-radius:40px;
     overflow:hidden;
}

.safety-single:hover .safety-content{
bottom:0%;
height:100%;
display:flex;
align-items:center;
justify-content:center;
flex-direction:column;
color:#fff;
background: #f16523b0;
border-radius:40px;
}

.safety-content p{
  color:#fff;
}

.safety-single:nth-child(2) {
  position:relative;
  left: -20px;
  top: 30px;
}

.safety {
    padding: 60px 0px 80px;
    background-image: linear-gradient(#fff 60%, #fff7f2 40%);
}

.afflaltions-logo {
    display: flex;
    flex-wrap: wrap;
    padding-left: 30px;
    position: relative;
    left: 33px;
}
.afflaltions-img {
    background: #fff;
    border-radius: 20px;
    box-shadow: 10px 29px 36px #0000001D;
    border-radius: 37px;
    padding: 15px;
    margin: 0 auto;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 125px;
    margin-bottom: 30px;
    width: 47%;
}
.afflaltions-img img {
    /*width: 60%;*/
    max-height: 100%;
    height: auto;
}
.afflaltions {
    padding: 60px 0px;
    position: relative;
    z-index:1;
    margin: 60px 0px;
}

.afflaltions:before{
  position:absolute;
  content:"";
  width:50%;
  right:0px;
  border-top-left-radius:20px;
  border-bottom-left-radius:20px;
  background-color:#FFF7F2;
  height: 100%;
  z-index:-1;
  top:0px;
}


.right-element-afflaltion {
    position: absolute;
    bottom: -14%;
    left: -13%;
    width: 21%;
}

.our-people {
    padding: 40px 0px;
    text-align: center;
}

.members-img {
    position: relative;
    width: 100%;
    border-radius: 30px;
}
.members-img .img{
    border-radius: 30px;
}
.members-info {
    padding-left: 25px;
}
/*
.members-img:before {
    position: absolute;
    content: "";
    width: 85%;
    height: 100%;
    border: 1px solid #F16523;
    border-radius: 35px;
    top: 3%;
    right: -4%;
    z-index: -1;
}*/
.members-info h4 {
    color: #F16523;
    font-size: 30px;
}
.board-members .gray-text {
color:#5D5B5B;
}

.board-members .education {
    width: 70%;
    border-top: 1px solid #cccccc54;
    padding-top: 10px;
}

.board-members h3 {
    font-size: 40px;
    text-align: center;
    margin-bottom: 30px;
}

.sec-board-members {
    /* padding-bottom: 40px; */
    padding-top: 55px;
    /* border-bottom: 1px solid #f16523; */
}
#members-row h4 {
    color: #f16522;
    font-size: 19px;
    text-transform: uppercase;
}

/*.team-single {
    margin: 0px 30px 0px 0px;
    position:relative;
}*/
.team-content h4 {
    font-size: 16px;
    color: #2B388F;
    text-transform: uppercase;
    text-align: center;
}
.team-members-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.team-single {
    /* margin: 0px 40px 0px 0px; */
    position: relative;
    width: 22.6%;
    /* margin: 0px 20px 10px 10px; */
    margin-right: 35px;
    position: relative;
    transition: all 0.3s ease-in-out;
    margin-bottom: 60px;
    cursor:pointer;
}
.team-single:before {
    position: absolute;
    content: "";
    width: 105%;
    height: 90%;
    left: -12px;
    border: 1px solid #ccc;
    border-radius: 30px;
    top: 60px;
    z-index: -1;
}
.team-content {
    padding-top: 20px;
}

.team-content p {
    font-size: 14px;
}

/*.team-members-wrapper .team-single:nth-child(1), .team-members-wrapper .team-single:nth-child(3), 
.team-members-wrapper .team-single:nth-child(5), .team-members-wrapper .team-single:nth-child(7){ 
    top: 40px;
} */
.img-team img {
    border-radius: 40px;
}
.img-team {
    border-radius: 40px;
    max-height: 297px;
    overflow: hidden;
    border-radius: 35px;
    height: 300px;
}
.team-members-wrapper .team-single:nth-child(4), .team-members-wrapper .team-single:nth-child(8){
  margin-right:0px;
}
.team-members {
    padding: 50px 0px;
}

.team-members h3 {
    text-align: center;
    font-size: 40px;
    margin-bottom: 30px;
}

.team-single:hover:before{
background-color:#2B388F;
transition:all 0.3s ease-in-out;
}

.team-single:hover h4, .team-single:hover p{
  color:#fff;
}

.our-people .container {
    border-bottom: 1px dashed #ccc;
    padding-bottom: 30px;
}

.common-pages {
    padding: 60px 0px;
}

.sitemap-pages a {
    display: block;
    color: #000;
    line-height: 30px;
}
.sitemap-pages {
    padding: 60px 0px;
}

.sitemap-pages a:hover{
  color:#000;
}

.focus .nav-link {
    display: flex;
    align-items: center;
    justify-content: center;
}
.focus .nav.nav-pills {
    display: flex;
}

/*.img-div {
    background: #ffffff59;
    padding: 19px 15px;
    border-radius: 50px;
}*/
.menu-list {
    padding-left: 15px;
    padding-top: 20px;
    width: 73%;
}
.focus .nav-link {
    color: #fff;
}

.menu-list p {
    color: #fff;
}

.focus .nav-pills .nav-link.active, .focus .nav-pills .show>.nav-link{
  background-color:transparent;

}

.focus .nav-pills .nav-item:nth-child(1) .nav-link .menu-list {
    border-bottom: 1px solid #cccccc63;
    border-radius: 0px;
    padding-bottom:20px;
}
.board-members p.text-center {
    border-bottom: 1px dashed #70707030;
    padding-bottom: 30px;
}
.focus .nav-link.active .img-div {
    background: #f16522;
}

.gallery {
    padding: 60px 0px;
    background-image: linear-gradient(#fff 60%, #fff7f2 35%);
}
.board-members {
    padding: 60px 0px 0px;
}

/*.members-active{
   
}*/
.gallery .owl-theme .owl-nav [class*=owl-] {
    color: #000;
    font-size: 14px;
    margin: 5px;
    padding: 6px 7px;
    background: #fff;
    display: inline-flex;
    cursor: pointer;
    border-radius: 35px;
    width: 30px;
    height: 30px;
    font-size: 10px;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 3px 36px #00000052;
}
 .gallery .owl-nav {
    position: absolute;
    width: 100%;
    top: 43%;
    margin-top: 0px;
}

 .gallery .owl-prev {
    position: absolute;
    left: 13%;
}

.gallery .owl-next {
    position: absolute;
    right: 13%;
}
.borad-line {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    margin-bottom: 40px;
}
.borad-line:after {
    position: absolute;
    width: 85%;
    height: 100%;
    border: 1px solid #f16523;
    content: "";
    border-radius: 30px;
    z-index: -1;
    top: 5%;
}
.board-members .education {
    margin-bottom: 0px;
}
.board-members .container {
    width: 80%;
    margin: 0 auto;
}

#members-row ul li {
    list-style-type: none;
    display: inline-block;
    vertical-align: top;
    position: relative;
    cursor: pointer;
    width: 48%;
    padding-left: 7px;
    padding-right: 7px;
    margin: 0 auto;
    text-align: center;
    padding: 15px 0px;
    margin: 10px;
    border-bottom: 0px;
}
#members-row .gridder-show {
    float: left;
    width: 100%;
    position: relative;
    padding: 5px;
   /* margin: 10px;*/
    padding: 35px 30px;
    background: #F5EDED;
   border-radius: 30px;
}
.board-listing.members-active:after {
    content: " ";
    border-right: 20px solid transparent;
    border-left: 20px solid transparent;
    border-top: 20px solid #f16522;
    position: absolute;
    left: 50%;
    bottom: -10px;
    z-index: 1;
}
#members-row {
    padding: 0px;
    border-bottom: 1px solid #f16522;
    padding-bottom: 60px;
}
#members-row .board-listing {
    display: flex;
    align-items: center;
    padding-bottom: 20px;
    margin-bottom: 0px;
    border-top-right-radius:40px;
    border-bottom-right-radius:40px;
    position:relative;
}
#members-row .board-listing img {
    width: 40%;
    border-radius: 30px;
}
figcaption {
    text-align: left;
    padding-left: 25px;
}
#members-row ul {
    padding-left: 0px;
}

#members-row ul .board-listing:before {
    position: absolute;
    width: 85%;
    height: 90%;
    left: 0px;
    border: 1px solid #ccc;
    content: "";
    border-radius: 30px;
    top: 7%;
    /* position: relative; */
    z-index: -1;
    left: 14%;
}
figcaption {
    text-align: left;
    padding-left: 25px;
    padding-right: 10px;
}
figcaption p {
    margin-bottom: 0px;
    /* color: #fff; */
    font-size: 14px;
    border-top: 1px solid #cccccc59;
    padding-top: 10px;
}

.board-listing.members-active:before{
     background-color:#F16522;
}
.black-heading{
 color:#000 !important;   
}

.board-listing.members-active h6, .board-listing.members-active h4, .board-listing.members-active p{
    color:#fff;
}
 #members-row .board-listing.members-active h4 {
    color: #fff;
}
.members {
    padding: 60px 0px 0px;
}
.members .container {
    padding-top: 60px;
    border-top: 1px dashed #ccc;
}
.journey .item.journey-item {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px
}

.journey-item .img-box {
    width: 35%;
    position:relative;
}

.journey-content {
    width: 65%;
    padding-left:50px;
}

.journey {
    padding: 60px 0px 0px;
    background: #FAF7F7;
    display: none;
}

.slider-single .slick-arrow {
    color: #000;
    font-size: 14px;
    margin: 5px;
    padding: 6px 7px;
    background:none !important;
    display: inline-flex;
    cursor: pointer;
    border-radius: 35px;
    width: 30px;
    height: 30px;
    font-size: 10px;
    align-items: center;
    justify-content: center;
    border:1px solid #4D4D50;
    /*box-shadow: 0px 3px 36px #00000052;*/
}
 .slider-single .owl-nav {
    position: absolute;
    width: 100%;
    top: 43%;
    margin-top: 0px;
}

 .slider-single .owl-prev {
    position: absolute;
    left: 13%;
}

.slider-single .owl-next {
    position: absolute;
    right: 13%;
}

.slide-arrow.prev-arrow.slick-arrow {
    position: absolute;
    left: 13%;
    top: 40%;
}

.slide-arrow.next-arrow.slick-arrow {
    position: absolute;
    right: 15%;
    top: 40%;
}
.journey div#sync2 {
    margin-top: 40px;
}
.journey-item .img-box:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    border: 1px solid #F16621;
    border-radius: 50px;
    top: 5%;
    left: -5%;
    z-index: -1;
}

.journey #sync2 .item {
    position: relative;
    border-left: 1px dashed #f2783c;
    padding-left: 10px;
    margin-left: 5px;
}

.journey #sync2 .item:before {
    position: absolute;
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 20px;
    background-color: #f16621;
    left: -1.5%;
    top: -3px;
}

.journey #sync2 .img-box {
    padding-top: 10px;
}

.journey #sync2 .img-box.slick-current.slick-active.is-active h5 {
    background: #F16523;
    width: fit-content;
    padding: 3px 10px;
    color: #fff;
    border-radius: 10px;
}

.journey #sync1 .owl-item.active{
opacity:1;
}

.journey #sync1 .owl-item{
opacity:0.5;
}

.journey .item.journey-item h4{
font-size:30px;
font-family: 'Bebas Neue', sans-serif;
letter-spacing: 5.4px;
}

.focus .nav-link .img-div {
    background: #ffffff5c;
    padding: 19px 15px;
    border-radius: 50px;
}
.focus .nav-link .img-div img {
    width:76%;
}
.focus .nav-link .img-div {
    background: #ffffff5c;
    /* padding: 19px 15px; */
    border-radius: 50px;
    height: 100px;
    width: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}
/*k*/

.blog {
    padding: 70px 0px;
    position: relative;
}
.blog h3{
    color: #f16522;
}
.blog h6 {
    color: #5d5b5bc2;
    font-size: 14px;
}
.blog .text-box {
    padding: 30px 0px 0px;
}
.blog .text-box p {
    font-weight: 300;
    text-align: justify;
}
.blog .latest {
    position: absolute;
    background: #f1653f;
    color: #fff;
    padding: 15px 20px;
    border-radius: 25px;
    top: 5%;
    left: -3%;
}
.blog-wrapper {
    display: flex;
    flex-wrap: wrap;
}
.blog-single {
    display: flex;
    margin: 10px 0px;
}
.blog .img-box {
    width: 100%;
    padding-right: 20px;
}
.blog .blog-single h5 {
    font-size: 18px;
}
.blog .blog-title{
    position: relative;
}

.new-blog-post {
    padding: 70px 0px;
    position: relative;
    background-image: linear-gradient(#F5EDED 45%, #fff 35%);
}
.new-blog-post h3 {
    margin-bottom: 30px;
}
.new-blog-post .text-box {
    padding: 20px 0px 0;
}
.new-blog-post h6 {
    color: #5d5b5bc2;
    font-size: 14px;
}
.popular-reference{
    padding: 70px 0px;
}
.popular-reference h5 {
    color: #5D5B5B;
}
.popular-reference .reference-single:hover h5{
    color: #f16523;
}
.popular-reference .reference-wrapper {
    display: flex;
}
.popular-reference .reference-single {
    display: flex;
    margin: 10px 0px;
}
.popular-reference .img-box {
    width: 70%;
    padding-right: 20px;
}
.popular-reference-content {
    background: #f16523;
    border-radius: 30px;
    padding: 20px 20px;
    position: relative;
}
.popular-reference h4,.popular-reference h6{
    color: #fff;
}
.popular-reference .common-btn.button1 {
    color: #fff;
    border: 1px solid #fff;
}
.popular-reference .common-btn.button1 {
    color: #fff;
    border: 1px solid #fff;
    margin: 0 auto;
}
.popular-reference .common-btn.button1 span{
    color: #fff;
}
.popular-reference .text-box {
    background: #f16523;
    border-radius: 50px;
    text-align: center;
    padding: 30px 20px;
    margin-top: -20%;
    padding-top: 25%;
}
.popular-reference .img-wrapp img {
    padding: 0px 40px;
}

.contact {
    padding: 70px 0px;
    position: relative;
    background:#FBF2F2;
}
.contact .contact-list {
    background-image: linear-gradient(#FBF2F2 83%, #fff 35%);
    box-shadow: 0px 63px 46px #00000012;
    padding: 36px 51px;
    border-radius: 20px;
}
.contact h2 {
    font-size: 39px;
}
.contact-content h6 {
    font-size: 23px;
    color: #f16523;
    display: flex;
    align-items: center;
    font-family: 'Bebas Neue', sans-serif;
    margin-bottom: 0;
}
.contact-content {
    display: flex;
    align-items: flex-start;
    margin-bottom: 23px;
    border-bottom: 1px solid #cccccc94;
    padding-bottom: 14px;
}
.contact-address.whatsapp .contact-content{
    border: 0;
    padding: 0px 0px 31px;
    margin-bottom: 0;
}
.contact-address.whatsapp .contact-content img {
    width: 16%;
    margin-right: 21px;
}
.contact-address span {
    color: #f16523;
    margin-right: 16px;
}
.contact-address .fa {
    font-size: 26px;
    color: #f16522;
}
.contact-address {
    margin-bottom: 12px;
}
.contact-content p {
    padding-left: 0;
    margin-bottom: 8px;
    font-weight: 400;
    font-size: 14px;
}
.contact-content a {
    color: #5D5B5B;
    font-size: 14px;
}
.contact-content a:hover {
    color: #5D5B5B;
}
.content {
    padding-left: 20px;
}
.contact-address .Contact-wrapper i.fa.fa-envelope {
    font-size: 30px;
}
footer .Contact-wrapper i {
    color: #f16522;
    font-size: 19px;
    margin-right: 12px;
}
.contact-address .contact-content h5 {
    font-size: 17px;
    color: #5D5B5B;
    padding-left: 0;
}
/*.contact-address .whatsapp .fa{
  font-size: 25px;
  }*/
.contact-address .whatsapp {
    color: #10C470;
    margin-right: 10px;
}
.contact .form-group {
    margin-bottom: 20px;
}
.contact .form-group .form-control {
    border: 1px solid #ccc;
    background: #ffffff;
    border-radius: 15px;
    padding: 13px 15px;
    font-size: 14px;
}
.contact form {
    margin-top: 28px;
}
.email-error {
    font-weight: 400;
    color: red;
    font-size: 14px;
    margin: 2px 0px 0px 0px;
    display: none;
    position: relative;
    top: 1px;
}
p#msg-error20 {
    font-weight: 400;
    font-size: 14px;
    color: red;
    margin: 2px 0px 0px 0px;
}
.contact .common-btn {
    margin-top: 20px;
    border: none;
}
.intl-tel-input {
    width: 100%;
}
.intl-tel-input.separate-dial-code .selected-dial-code {
    padding-left: 24px !important;
}
.contact .contact-form {
    background: #fff;
    box-shadow: 0px 0px 10px 0px #cccccc3b;
    border-radius: 20px;
    padding: 36px 51px;
}
.intl-tel-input.separate-dial-code .selected-flag {
    background-color: transparent !important; 
    display: table;
}
.social-links {
    display: flex;
    margin-top: 30px;
    align-items: center;
}
.social-links h5 {
    font-size: 18px;
    color: #5d5b5b82;
    margin-bottom: 0;
}
.social-links .fa {
    color: #ccc;
    font-size: 31px;
}
.contact .contact-box {
    margin-top: -10%;
}
.map {
    padding: 70px 0px;
    position: relative;
     background-image: linear-gradient(#FBF2F2 50%, #fff 35%);
}
.map h5 {
    background: #F16522;
    color: #fff;
    font-size: 43px;
    width: 18%;
    border-radius: 30px 30px 20px 0px;
    padding: 15px 20px 40px;
    margin-top: -79px;
    position: absolute;
    z-index: 0;
}
.map iframe {
    border-radius: 30px;
    position: relative;
}
.career {
    background: #F5EDED;
    padding: 70px 0px;
}
.career h3 {
    text-align: right;
    padding-right: 37px;
}
.career p {
    text-align: left;
}
.career h5 {
    color: #5d5b5ba8;
    width: 89%;
    margin-bottom: 30px;
    font-weight: 400;
    line-height: 31px;
    padding-left: 37px;
    font-size: 19px;
}
.career .common-btn {
    background: #fff;
    color: #f16523;
    border:0px;
    margin-left: 37px;
}
.career .common-btn span {
    color: #f16523;
}
.career .common-btn:hover span {
    color: #fff !important;
}
.openings{
    padding: 70px 0px;
    background: url("../images/opening-bg.jpg") no-repeat;
}
.openings-wrapper {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
.opening-single {
    display: flex;
    width: 100%;
    padding: 40px 0px;
/*    border-bottom:1px solid #cccccc78;*/
    transition: all 0.4s;
    position: relative;
}
.opening-single::before {
    position: absolute;
    content: "";
    background: #cccccc78;
    height: 1px;
    width: 96%;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}
.opening-single:hover:before{
    display: none;
}
.openings .opening-single .text-box {
    width: 80%;
    padding: 0px 20px;
}
.openings h6 {
    color: #818181;
    font-weight: 400;
    letter-spacing: 2px;
    font-size: 19px;
}
.openings .last-p {
    font-size: 21px;
    font-weight: 300;
    margin-top: 50px;
}
.openings .last-p a{
    font-weight: 500;
}
.openings h3 {
    color: #818181;
    font-weight: 600;
    font-size: 25px;
}
.opening-single:hover h3{
    color: #F16523;
}
.openings .common-btn {
    background: #f16522;
    color: #ffff;
    border: 1px solid #f16522;
    margin-top: 11px;
    font-size: 15px;
    font-weight: 500;
    width: 150px;
    height: 48px;
}
.openings .common-btn span {
    color: #ffff;
}
.openings .opening-single:hover {
    display: flex;
    width: 100%;
    background: #fff;
    border-radius: 20px;
    box-shadow: 0px 0px 10px 0px #ccc;
    border-bottom: 0px;
    border-top: 0px;
    border-bottom:0;
}

.openings .init-email a, .openings .init-email a:hover {
    color: #f16522;.openings 
    cursor: pointer;
}
.opening-single:hover{
    border-bottom: 0;
}
.life {
    background-image: linear-gradient(#F5EDED 45%, #fff 35%);
    padding: 70px 0px 70px;
    position: relative;
}
.life  .img-life {
    position: relative;
    overflow: hidden;
    border-radius: 30px;
    margin-bottom: 30px;
    transition: all 0.5s;
}
.life .heading-content {
    background: #f16522;
    color: #fff;
    width: 30%;
    margin: 0 auto;
    padding: 40px 20px 33px;
    border-radius: 38px;
    text-align: center;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    z-index: 3;
    top: -3%;
}
.life .heading-content h4 {
    margin-bottom: 0px;
    font-family: 'Bebas Neue', sans-serif;
    font-size: 60px;
    line-height: 19px;
}
.blog {
    padding: 70px 0px;
    position: relative;
}
.blog h3{
    color: #f16522;
}
.blog h6 {
    color: #5d5b5bc2;
    font-size: 14px;
}
.blog .text-box {
    padding: 30px 0px 0px;
}
.blog .latest {
    position: absolute;
    background: #f1653f;
    color: #fff;
    padding: 15px 20px;
    border-radius: 25px;
    top: 5%;
    left: -3%;
}
.blog-wrapper {
    display: flex;
    flex-wrap: wrap;
}
.blog-single {
    display: flex;
    margin: 10px 0px;
}
.blog .img-box {
    width: 100%;
    padding-right: 20px;
}
.blog .blog-single h5 {
    font-size: 18px;
}
.blog .blog-title{
    position: relative;
}

.new-blog-post {
    padding: 70px 0px;
    position: relative;
    background-image: linear-gradient(#F5EDED 45%, #fff 35%);
}
.new-blog-post h3 {
    margin-bottom: 30px;
}
.new-blog-post .text-box {
    padding: 20px 0px 0;
}
.new-blog-post h6 {
    color: #5d5b5bc2;
    font-size: 14px;
}
.popular-reference{
    padding: 70px 0px;
}
.popular-reference h5 {
    color: #5D5B5B;
}
.popular-reference .reference-single:hover h5{
    color: #f16523;
}
.popular-reference .reference-wrapper {
    display: flex;
}
.popular-reference .reference-single {
    display: flex;
    margin: 10px 0px;
}
.popular-reference .img-box {
    width: 70%;
    padding-right: 20px;
}
.popular-reference-content {
    background: #f16523;
    border-radius: 30px;
    padding: 20px 20px;
    position: relative;
}
.popular-reference h4,.popular-reference h6{
    color: #5d5b5b;
}
.popular-reference .common-btn.button1 {
    color: #fff;
    border: 1px solid #fff;
}
.popular-reference .common-btn.button1 {
    color: #fff;
    border: 1px solid #fff;
    margin: 0 auto;
}
.popular-reference .common-btn.button1 span{
    color: #fff;
}
.popular-reference .text-box {
    background: #f16523;
    border-radius: 50px;
    text-align: center;
    padding: 30px 20px;
    margin-top: -20%;
    padding-top: 25%;
}
.popular-reference .img-wrapp img {
    padding: 0px 40px;
}
.right-contact {
    position: fixed;
    top: 74%;
    z-index: 2;
    right: -20px;
}
.right-contact a{
    display: block;
}
.right-contact img {
    margin-bottom: 16px;
    border-radius: 50%;
    width: 59%;
}
.play-wrapper {
    display: flex;
    position: absolute;
    bottom: 4%;
    align-items: center;
    width: 19%;
    left: 3%;
}
.play-wrapper img {
    width: 20% !important;
    margin-right: 13px;
    border: 1px solid #ffffff9e;
    border-radius: 50%;
    padding: 7px;
}
.destination ul{
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 0;
}
.destination .nav-link {
    background-color: #fff;
    color: #F16522;
    letter-spacing: 1px;
    font-size: 13px;
    border-radius: 30px;
    padding: 14px 0px;
    font-weight: 500;
    border:0;position: relative;
}

.destination ul li {
    width: 15%;
    text-align: center;
    margin: 0px 7px;
}
.destination .nav-tabs .nav-link.active{
    background-color: #F16522;
    color: #fff;
}
.destination .nav-link.active::before {
    position: absolute;
    content: "";
    background: #F16522;
    height: 12px;
    width: 12px;
    transform: rotate(45deg);
    bottom: -6px;
    left: 47%;
    /* transform: translateX(10px); */
}
.destination .img-div {
    margin: 12px 4px;
    border-radius: 20px;
    overflow: hidden;
    position: relative;
    display: block;
}
.destination .container-fluid .col-lg-4{
    padding-left: 0;
    padding-right: 0;
   padding:0px 2px;
}
.destination .container-fluid .row{
    margin-top: 30px;
}
.destination .img-div h3 {
    position: absolute;
    /* bottom: -11px; */
    top: 0;
    left: 0;
    font-size: 23px;
    background: #f16522bd;
    width: 100%;
    height: 100%;
    border-radius: 17px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.4s;
    opacity: 0;
    font-weight: 600;
}
.destination .img-div:hover h3{
    opacity: 1;
}
/*.destination .img-div img {
    height: 425px;
    aspect-ratio: 622 / 423;
    width: 100%;
    object-fit: cover;
    object-position: center;
    filter: brightness(0.7);
}*/
.travel-companion {
    padding-top: 51px;
    padding-bottom: 62px;
}
.testimonials .item {
    background: #fff;
    box-shadow: 13px 13px 46px #00000012;
    padding: 59px 43px;
    width: 89%;
    margin: 79px auto;
    border-radius: 30px;
    position: relative;
    transition: all 0.4s;height: 410px;
}
.testimonials .item .star-wrapper{
    display: flex;
    align-items: center;
    justify-content: center;
}
.testimonials .item .star-wrapper i {
    color: #F16523;
    font-size: 20px;
    margin: 0px 3px 23px;
}
.testimonials .item p{
    color: #F16523;
    text-align: center;
    font-size: 20px;
}
.testimonials .item h4 {
    color: #5D5B5B;
    font-family: 'Bebas Neue', sans-serif;
    text-align: center;
    margin-top: 51px;
    margin-bottom: 0;
    letter-spacing: 2px;
}
.testimonials .item h6{
    color: #5D5B5B;
    opacity: 57%;
    text-align: center;
}
.testimonials{
    background: #FFF7F2;
    padding: 60px 0px;
}
.testimonials .owl-item.center .item{
    transform: scale(1.1);
}
.testimonials .left-quote {
    width: auto !important;
    position: absolute;
    top: -27px;
    left: 0;
    opacity: 0;
    width: 7% !important;
}
.testimonials .right-quote{
    width: auto !important;
    position: absolute;
    bottom: -27px;
    right: 0;
    opacity: 0;
     width: 7% !important;
}
.testimonials .owl-item.center .left-quote,
.testimonials .owl-item.center .right-quote
{
   opacity: 1;
}
.testimonials .owl-theme .owl-nav [class*=owl-] {
      padding: 0;
  
    border-radius: 50px;
    border: 1px solid #F16523;
    background: transparent;
    color: #000042;
    height: 48px;
    width: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.testimonials .owl-prev {
    position: absolute;
    top: 40%;
    left: 11%;
}
.testimonials .owl-next {
    position: absolute;
    top: 40%;
    right: 11%;
}
.faq .accordion-item{
    box-shadow: 0px 5px 31px #6B707B2E;
    margin-bottom: 17px;
    border-radius:15px;
    border: 0;
}
.faq .accordion-item button {
    border-radius: 15px;
    color: #5D5B5B;
    padding: 19px 32px;
    font-weight: 500;
}
.faq .accordion-button:not(.collapsed){
    background-color: #fff;
    color: #F16523;
    box-shadow: unset;
}
.faq .accordion-body {
    border-top: 1px solid #ccc;
    padding: 0;
    margin: 0px 28px 27px 33px;
    padding-bottom: 13px;
    padding-top: 14px;
}
.faq .accordion-body p {
    font-size: 14px;
    line-height: 22px;
}
.faq {
    padding: 90px 0px 0;
    position: relative;
}
.accordion-item:last-of-type .accordion-button.collapsed{border-radius: 15px;}
.faq .faq-patch {
    position: absolute;
    left: -17%;
    bottom: -3%;
    z-index: -1;
}
.footer-bottom-container {
    border-top: 1px solid #00000017;
    padding-top: 0;
}
.inner-destination-single {
    position: relative;
    transition: all 0.4s;
    overflow: hidden;
    border-radius: 38px;
    display: block;
    margin-bottom: 26px;
}
/*.inner-destination-single h5 {
    position: absolute;
    bottom: 37px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 33px;
    font-family: 'Bebas Neue', sans-serif;
    letter-spacing: 5px;
    text-align: center;
    display: none;
}*/
.inner-destination-single img {
    border-radius: 38px;
    /*height: 513px;*/
    aspect-ratio: 416 / 513;
    object-fit: cover;
    object-position: center;
    width: 100%;
}
.inner-destination-single .upcoming-content h5 img {padding-right: 0px; width: 20px; margin-right: 7px; aspect-ratio: auto; border-radius: 0;}
.inner-destination-single .text-box {
    border-radius: 38px;
   /* position: relative;
    top: 100%;
    background: #f16522d4;
    width: 100%;
    transition: all 0.4s;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 0px 45px 0px 20px;*/
}
/*.inner-destination-single:hover .text-box {
   top:0 ;
}*/
.inner-destination .tab-content ul {
    display: flex;
   
}
.inner-destination .tab-content .inner-destination-single ul {
    display: block;
    display: none;
}
.inner-destination .tab-content  ul li {
    color: #fff;
    width: 12%;
    text-align: center;
    font-weight: 300;
    margin-bottom: 11px;
    position: relative;
    font-size: 16px;
}
.inner-destination .tab-content .inner-destination-single ul li {
    color: #fff;
    width: 100%;
    text-align: left;
    font-weight: 300;
    margin-bottom: 11px;
    position: relative;
    font-size: 16px;
}
.inner-destination .tab-content .inner-destination-single ul li::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: url(../images/bullet.png) no-repeat;
    left: -27px;
    top: -1px;
}
.inner-destination-single .text-box h4 {
    font-family: 'Bebas Neue', sans-serif;
    letter-spacing: 2px;
    font-size: 25px;
    color: #000 !important;
    text-align: center;
    margin-top: 10px;
}
/*.inner-destination-single:hover h5{
    opacity: 0;
}*/
.inner-destination-single .common-btn {
    border: 1px solid #080000;
    color: #130101;
    width: 129px;
    font-size: 12px;
    height: 40px;
    margin: 0 auto;
}
.inner-destination-single .common-btn span{
    color: #000;
}
.inner-destination-single .common-btn:hover span{
    color: #fff;
}
.destination .tab-content {
    margin-top: 50px;
}
.inner-destination::before {
    position: absolute;
    content: "";
    background: #F5EDED;
    height: 700px;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 0;
    border-radius: 60px 60px 0px 0px;
}
.inner-destination .form-control {
    background: #cbc4c4;
    color: #fff;
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: 3px;
    padding-top: 39px;
    padding-bottom: 26px;
    border-radius: 0px 0px 38px 38px;
    position: relative;
    text-align: center;
}
.inner-destination form {
    width: 17%;
    position: relative;
    left: 32.2%;
    top: -64px;
    z-index: 0;
    /* background: #5D5B5B; */
}

.destination.inner-destination .tab-content {
   
    position: relative;
    z-index: 0;
}
.inner-destination ul {
     position: relative;
    z-index: 1;
}
.form-control:focus{
    box-shadow: none;
    border: 0;
}
#international form{
    left: 51%;
}
.ecoimg .text-box{
    position: absolute;
    top: 39%;
    left: 9%;
}
.ecoimg {
    position: relative;
}
.ecoimg .common-btn {
    color: #fff;
    border: 1px solid #fff;
}
.ecoimg .common-btn span{
    color: #fff;
}



.ecotrail #sync2 .item {
    background: #ffffff;
    padding: 17px 0px;
    margin: 16px 5px;
    color: #f16522;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-align: center;
    cursor: pointer;
    border-radius: 30px;
    border: 1px solid #ccc;
}
.ecotrail #sync2 .item h2 {
    font-size: 16px;
    margin-bottom: 0;
    font-weight: 400;
}
.ecotrail #sync2 .current .item {
    background: #F16522;
    position: relative;
}
.ecotrail #sync2 .current .item::before {
    position: absolute;
    content: "";
    background: #F16522;
    height: 12px;
    width: 12px;
    transform: rotate(45deg);
    bottom: -6px;
}
.ecotrail #sync2 .current .item h2{
    color: #fff;
}
.ecotrail .owl-theme .owl-nav {
  /*default owl-theme theme reset .disabled:hover links */
}
.ecotrail .owl-theme .owl-nav [class*=owl-] {
  transition: all 0.3s ease;
}
.ecotrail .owl-theme .owl-nav [class*=owl-].disabled:hover {
  background-color: #D6D6D6;
}

.ecotrail #sync1.owl-theme {
  position: relative;
}
.ecotrail #sync1.owl-theme .owl-next, #sync1.owl-theme .owl-prev {
  width: 22px;
  height: 40px;
  margin-top: -20px;
  position: absolute;
  top: 50%;
}
.ecotrail #sync1.owl-theme .owl-prev {
  left: 10px;
}
.ecotrail #sync1.owl-theme .owl-next {
  right: 10px;
}
.ecotrail-single h3 {
    color: #5D5B5B;
    font-weight: 300;
    font-size: 20px;
}
.ecotrail #sync1 .row{
    margin-top: 45px;
}
.ecotrail-single {
    margin-bottom: 39px;
}
.ecotrail-single img {
    aspect-ratio: 396 / 557;
    object-fit: cover;
    width: 100%;
    border: 1px solid #f16522;
}
section.ecotrail {
    padding-bottom: 36px;
}
.error-page img {
    width: 14%;
}
.common-page .error-btns {
    display: flex;
    align-items: center;
    justify-content: center;
}
.common-page .error-btns .common-btn {
    margin-right: 10px;
}
.common-page {
    padding: 50px 0px;
}
.common-page h4 {
    font-size: 20px;
    font-weight: 600;
}
.common-page h3 {
    font-size: 19px;
}
.thank-you img {
    width: 15%;
}
.thank-you .heading {
    font-weight: 700;
    font-size: 30px;
    margin-top: 20px;
}
header .container-fluid {
    width: 90%;
}
header .social-links .fa {
    color: #fff;
    font-size: 22px;
}
header .social-links {
    margin-top: 23px;
    border-left: 1px solid #ffffff3b;
  
    padding-left: 13px;
    padding-right: 12px;
}
header.shrink .social-links .fa {
    color: #f16522;
}
footer a.toparrow {
    background: #f16523;
    position: fixed;
    right: 16px;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    bottom: 43px;
    color: #fff;
    font-size: 24px;
}
section.what-make {
    background: #f165231f;
    padding: 60px 0px;
}
.what-single img {
    margin: 34px auto 19px;
    display: block;
    width: 17%;
    filter: invert(34%) sepia(65%) saturate(5387%) hue-rotate(1deg) brightness(106%) contrast(97%);
}
.what-single h5 {
    text-transform: capitalize;
    font-size: 17px;
    font-weight: 300;
    line-height: 25px;
}
.what-single {
    margin-bottom: 0px;
    position: relative;
    padding: 10px 0px;
}
.what-single::before {
    position: absolute;
    content: "";
    background: transparent;
    height: 100%;
    width: 100%;
    border-right: 1px dashed #fff;
    right: -14px;
    display:none;
}
.what-make .row{
    margin-top: 40px;
}
.what-make .col-lg-4:nth-child(3) .what-single::before,
.what-make .col-lg-4:nth-child(6) .what-single::before,
.what-make .col-lg-4:nth-child(9) .what-single::before,
.what-make .col-lg-4:nth-child(10) .what-single::before{
    display: none;
}
header .mobile-logo{
    display: none;
}
.border-circle{
    position: absolute;
    top: 89%;
    left: 51%;
    transform: translateX(-52%);
}
.breadcum .locationp {
    position: absolute;
    bottom: 13px;
   left: 51%;
    transform: translateX(-52%);
    margin-bottom: 0;
}
.breadcum .locationp img{
    margin-right: 10px;
}
.trip-overview {
    background: url(../images/trip-overview-bg.jpg) no-repeat;
    background-size: cover;
    background-position: center;
    padding: 60px 0px 91px 0px;
}
.trip-overview .owl-stage {
    padding-left: 100px !important;
    padding-right: 59px !important;
}
.trip-overview .text-box h6 {
    color: #5D5B5B;
    font-weight: 500;
    font-size: 20px;
    line-height: 29px;
    margin-bottom: 22px;
}
.trip-overview .text-box p{
    color: #5D5B5B;
    font-weight: 300;
}
.trip-overview .text-box {
    width: 100%;
    padding-left: 48px;
    padding-top: 33px;
}
 
.owl-theme.trip-slider .owl-nav [class*=owl-] {
    color: #676767;
    font-size: 14px;
    margin: 5px;
    padding: 12px 12px;
    background: #ffffff;
    display: inline-block;
    cursor: pointer;
    border-radius: 50%;
    box-shadow: 0px 0px 10px #cccc;
}
.trip-slider img{
    border-radius: 47px;
}

.trip-overview .owl-next {
    position: absolute;
    right: 25px;
    top: 44%;
  
}
.trip-overview .owl-prev {
    position: absolute;
    left: 68px;
    top: 44%;
}
.trip-overview .row{
/*    align-items: center;*/
    margin-top: 40px;
}
.trip-overview .container-fluid{
    padding-left: 0;
}
.best-time {
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 23px 46px #00000014;
    border-radius: 48px;
    width: 42%;
    margin: 0 auto;
    padding: 17px 0px;
    margin-top: -48px;
    position: relative;
    z-index: 1;
    background: #fff;
}
.best-time h2 {
    font-size: 40px;
    line-height: 43px;
    margin-bottom: 0;
    padding-right: 19px;
}
.best-time .img-box img {
    width: 85%;
    margin: 0 auto;
    display: block;
}
.best-time .img-box p {
    margin-bottom: 0;
    text-transform: uppercase;
    font-size: 13px;
    text-align: center;
}
.best-time .img-box span {
    margin-bottom: 0;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 100;
    text-align: center;
    display: block;
}
.best-time .text {
    position: absolute;
    top: 64%;
    left: 50%;
    transform: translate(-50%, -55%);
}
.best-time .img-box{
    position: relative;
}
.learning-header {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
    margin-bottom: 36px;
}
.learning-header p {
    width: 35%;
    padding-right: 36px;
    font-weight: 300;
}
.learning {
    padding: 79px 0px 100px;
}
.learning-wrapper {
    display: flex;
    align-items: flex-start;
    justify-content: center;
}
.learning-wrapper .learning-single {
    width: 20%;
    border-right: 1px dashed #f16523;
    padding: 0px 25px;
    text-align: center;
}
.learning-wrapper .learning-single:last-child{
    border-right: 0;
}
.learning-wrapper .learning-single h6 {
    font-weight: 500;
    font-size: 17px;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 4px;
}
.learning-wrapper .learning-single p{
    font-weight: 300;
    font-size: 14px;
    text-align: center;
}   
.learning-wrapper .learning-single img {
    filter: invert(51%) sepia(69%) saturate(3131%) hue-rotate(347deg) brightness(97%) contrast(95%);
    /*width: 26%;*/
    /*margin: -7px auto 14px;*/
    width: 65px;
    height: 65px;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 15px;
}

.left-panel {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
}
.left-panel .left-single {
    width: 49%;
    display: flex;
    align-items: flex-start;
    margin-bottom: 31px;
}
.left-panel .left-single ul li {
    font-size: 13px;
    margin-bottom: 15px;
    color: #5D5B5B;
    font-weight: 300;
    position: relative;
}
.left-panel .left-single ul li::before {
    position: absolute;
    content: "";
    height: 6px;
    width: 6px;
    background: #F16523;
    transform: rotate(45deg);
    top: 7px;
    left: -17px;
}
.left-panel .left-single h6{
    color: #2B2A2A;
    font-weight: 500;
    font-size: 15px;
    text-transform: uppercase;
}
.itinerary {
    background: #FBF2F2;
    padding: 60px 0px 40px;
}
.left-panel .text-box {
    background: #fff;
    padding: 20px 14px;
    border-radius: 30px;
    width: 100%;
}
.left-panel .day{
    background: #fff;
}
.left-panel .day {
    background: #fff;
    height: 50px;
    width: 55px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px dashed #f16523;
    outline: 10px solid #fbf2f2;
    position: relative;
    top: 13px;
}
.left-panel span{
    font-size: 11px;
    text-align: center;
    line-height: 13px;
}
.left-panel ul{
    margin-bottom: 0;
}
.left-panel ul li:last-child{
    margin-bottom: 0;
}
.itinerary .row{
    margin-top: 30px;
}
.itinerary .img-div {
    border-radius: 53px;
    position: relative;
    overflow: unset;
}
.itinerary .img-div img {
    border-radius: 53px;
    position: relative;
}
.itinerary a {
    background: #fff;
    color: #F16522;
    border: 0;
    width: 234px;
    height: 55px;
    font-size: 20px;
    margin: -9px auto;
    box-shadow: 0px 33px 36px #0000001A;
}
.itinerary .img-div::before {
    position: absolute;
    content: "";
    background: #F16523;
    height: 80%;
    width: 100%;
    border-radius: 53px;
    bottom: -37px;
    z-index: 0;
}
.itinerary .img-div:hover img {
    transform:unset;
}
.inclusion p{
    color: #5D5B5B;
}
.inclusion .img-div {
    height: 135px;
    width: 135px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 10px solid #fff;
    outline: 1px dashed #F16522;
    background: #f16523;
    border-radius: 50%;
    margin: 0 auto 16px;
}
.inclusion .img-div img {
    /*filter: invert(12%) sepia(54%) saturate(43%) hue-rotate(233deg) brightness(103%) contrast(101%);*/
    width: 57%;
    margin: unset;
    filter: invert(12%) sepia(54%) saturate(43%) hue-rotate(233deg) brightness(293%) contrast(120%);
}
.inclusion .learning-single h6 {
    color: #5D5B5B;
    font-size: 14px;
    line-height: 20px;
}
.inclusion .learning-wrapper {
    margin-top: 18px;
    flex-wrap: wrap;
}
.inclusion .learning-wrapper .learning-single {
   
/*    border-right: 1px dashed #5D5B5B;*/
margin-bottom: 1rem;
  
}
.trip-overview .owl-prev {
    position: absolute;
    left: 68px;
    top: 44%;
}
.trip-faq {
    background: #FBF2F2;
    padding-bottom: 58px;
}
.imagine{
    background: #F16522;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 34px 0px;
}
.imagine h2 {
    color: #fff;
    font-weight: 400;
    margin-bottom: 0;
    font-size: 36px;
}
.imagine .common-btn {
    background: #fff;
    border: 0;
    color: #f16522;
    /* padding: 0px 20px; */
    width: 278px;
    font-size: 17px;
    height: 57px;
    margin-left: 15px;
    box-shadow: 0px 0px 10px #918b8b;
}
.imagine .common-btn span {
    font-size: 14px;
    color: #f16522;
    padding-left: 8px;
}


h4.category {
    position: absolute;
    top: 45px;
    background: #f16522;
    color: #fff;
    padding: 6px 10px;
    font-size: 18px;
    border-radius: 0px 10px 10px 0px;
}
.new-blog-post .img-wrapp{
    position: relative;
}

.upcoming-camps .row {
    margin-top: 33px;
}
header ul.dropdown-menu {
    padding: 13px 20px;
    left: 17px;
    border: 0;
    box-shadow: 0px 0px 10px #ccc;
    width: max-content;
}
header ul.dropdown-menu a {
    display: block;
    color: #000;
    line-height: 28px;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 12px;
}
header ul.dropdown-menu a:hover{
    color: #f16522;
}
.overlay{
    filter: brightness(0.6);
}

/*.career-modal .modal-dialog.modal-dialog-centered {
    width: 45%;
    max-width: unset;
}*/
.career-modal .contact {
    padding: 0;
    padding-left: 28px;
    padding-bottom: 29px;
}
.career-modal .contact .form-group {
    margin-bottom: 19px;
}
.career-modal .contact .common-btn {
    background: #f16522;
    color: #fff;
}
.career-modal .contact .common-btn span{
    color: #fff;
}
.career-modal  .form-control[type=file] {
    overflow: hidden;
    margin-bottom: 23px;
    padding: 15px;
    border-radius: 20px;
}
.inner-testmonilas{
    padding: 60px 0px;
}
.testimonials.inner-testmonilas .item {
    width: 100%;
    height: auto;
    margin: 0;
    margin-bottom: 27px;
}
.inner-testmonilas .heading{
    margin-bottom: 30px;
}
header .nav-link.common-btn {
    background: #f16522;
    border: 0;
    position: relative;
    top: -10px;
    width: auto;
    color: #fff !important;
    height: 38px;
    font-size: 12px !important;
}
header .nav-link.common-btn::before{
    display: none;
}
.login-popup {
    display: none;
    position: absolute;
    top:77px;
    right: 80px;
    padding: 26px 30px;
    padding-bottom: 30px;
    width: 350px;
    z-index: 5;
    background-color: white;
    -webkit-box-shadow: 0px 4px 8px rgba(2, 0, 28, 0.3);
    box-shadow: 0px 4px 8px rgba(2, 0, 28, 0.3);
    transition: all 0.4s;
}
.login-popup::before {
    position: absolute;
    content: "";
    background: #fff;
    height: 20px;
    width: 20px;
    top: -10px;
    transform: rotate(45deg);
    right: 65px;
}
.show-form{
    position: absolute;
    top: 100px;
    display: block;
}
#login-popup .form-control{

}
#login-popup label,
#login-modal label {
    color: #a79d9d;
    display: block !important;
    margin-bottom: 4px;
}
#login-popup  a.link {
    color: #f16522;
    font-size: 14px;
}
#login-popup span {
    font-size: 14px;
}
.login-modal-wrapper {
    min-height: 100%;
    position: fixed;
    overflow-y: scroll;
    overflow-x: hidden;
    top: 0px;
    bottom: 0px;
    left: 0px;
    height: 100%;
     display: none;
    z-index: 10;
    background: #f6c2a9;
}
#login-modal label {
    color: #3b3939;
    font-weight: 500;
}
.pretty.p-default.p-round {
    display: flex;
    align-items: center;
    margin-right: 28px;
    margin-top: 0;
    margin-bottom: 0;
}
.checkboxes.form-group {
    display: flex;
}

.modal-backdrop{
    z-index: 1 !important;
}
.register-form .modal-dialog{
    max-width: 100%;
    margin:0;
}
.register-form button.btn-close {
    position: absolute;
    top: 16px;
    right: 16px;
    z-index: 5;
}
.pretty.p-default.p-round label {
    color: #000;
    padding-left: 10px;
}
.register-form .form-group {
    margin-bottom: 19px;
}
.register-form .modal-body {
    padding: 52px 17px;
    background: #edd2c5;
    height: 99vh;
}
.register-form .common-btn:hover{
    color: #fff !important;
    background: #313D46 !important;
}
.register-form .common-btn {
    background: #f16522;
    color: #fff;
    border: 0;
}
#login-popup .common-btn{
 background: #f16522;
    color: #fff;
    border: 0;
}
.customer-dropdown {
    top: 28px;
    left: 18px;
    display: none;
}
.booking-section {
    background: #f5eded;
}
.booking-section .form-control {
    margin-bottom: 29px;
}
.booking-section label {
    display: inline-block;
    color: #464444;
    font-weight: 400;
    margin-bottom: 6px;
}
.booking-section .common-btn {
    background: #f16522;
    border: 0;
    color: #fff;
}
.booking-section .pretty.p-default.p-round label {
    color: #000 !important;
    padding-left: 10px;
    position: relative;
    top: 5px;
}
.booking-section .checkboxes.form-group {
    display: flex;
    margin-bottom: 16px;
}
.booking-history {
    padding: 60px 0px 0;
    background: #f5eded;
}
.booking-history h2 {
    background: #f16522;
    color: #fff;
    width: fit-content;
    padding: 7px 20px;
    margin: 0 auto 53px;
}
.booking {
    border: 1px solid #ccc;
    padding: 32px 48px 7px;
    margin-bottom: 43px;
    position: relative;
}
.status-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: absolute;
    top: -19px;
    width: 93%;
    left: 50%;
    transform: translateX(-50%);
}
.status-wrapper span {
    background: #222;
    color: #fff;
    padding: 5px 10px;
    font-size: 16px;
}
.booking h6 {
    color: #f16522;
    font-size: 19px;
}
.book-cab{
    padding: 50px 0px;
}
.book-cab .checkboxes.flex-row-center {
    display: flex;
    align-items: center;
    justify-content: center;
}
.book-cab span.input-addon {
    position: absolute;
    top: 26px;
    right: 0;
}
.book-cab .form-group{
    position: relative;
}
.hide-book-later{
    display: none;
}




.container-check {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 17px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default radio button */
.container-check input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* Create a custom radio button */
.checkmark {
    position: absolute;
    top: 4px;
    left: 13px;
    height: 17px;
    width: 17px;
    background-color: #b1a9a9;
    border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.container-check:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.container-check input:checked ~ .checkmark {
  background-color: #f16522;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.container-check input:checked ~ .checkmark:after {
  display: block;
}

/* Style the indicator (dot/circle) */
.container-check .checkmark:after {
    top: 6px;
    left: 6px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: white;
}


.members.safety #members-row ul .board-listing:before{
    display: none;
}
.members.safety #members-row .board-listing img {
    width: 100%;
    border-radius: 49px;
}
.members.safety .board-listing .text-box {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    text-align: center;
    transition: all 0.3s ease-in-out;
    color: #fff;
    padding: 0px 40px;
    border-radius: 50px;
    overflow: hidden;
    height: 95%;
    width: 100%;
    background: transparent;
    flex-direction: column;
    background: #f165227d;
}

.members.safety .board-listing{
    overflow: hidden;
}
.members.safety .board-listing.members-active:after {
    content: " ";
    border-right: 20px solid transparent;
    border-left: 20px solid transparent;
    border-top: 20px solid #f16522;
    position: absolute;
    left: 50%;
    bottom: 0px;
    z-index: 1;
    transform: translateX(-50%);
}
.focus .img-box img {
    border-radius: 21px;
}
.core-value {
    padding: 60px 0px 0px;
}
figure {
    margin-bottom: 0px;
}
.core-value h3 {
    text-align: center;
    margin-bottom: 46px;
}
.core-value img {
    width: 22%;
    margin: 0 auto 12px;
    display: block;
transition: all 0s;
}
.core-value h4{
    font-size: 18px;
}
section.gallery .item img {
    border-radius: 24px;
}
section.sitemap-pages h4,section.sitemap-pages h5 {
    font-size: 16px;
}
section.sitemap-pages a {
    font-size: 14px;
}
header.animated.newClass {
    background: #fff;
    height:68px;
    box-shadow: 0px 0px 10px #ccc;
}
header.animated.newClass .navbar-expand-md .navbar-nav .nav-link{
    color: #000;
}

header.animated.newClass .navbar-expand-md .navbar-nav .nav-link.active{
	 color: #f16522;
}
header.animated.newClass .social-links .fa{
    color: #000;
}
@font-face {
  font-family: Archer;
  src: url(../fonts/ArcherBookPro.woff);
}
.faq-head.sticky{
    position: sticky;
    top: 90px;
}
b, strong {
    font-weight: 600;
}
div#cookieNotice {
  position: fixed;
  bottom: 0px;
  color: #fff;
  background: #0000007d;
  z-index: 4;
  width: 100%;
  /*display:none;*/
}
div#cookieNotice .content-wrap {
  padding: 15px;
}
div#cookieNotice .content-wrap p {
    margin-bottom: 0px;
    font-size: 14px;
    line-height: 40px;
    color: #fff;
}
div#cookieNotice a.btn-primary {
    padding: 9px 10px;
    margin: 0px 7px;
    font-size: 10px;
}
div#cookieNotice .btn-primary{
    color: #fff;
    background-color: #f16522;
    border: 1px solid #f16522;
    border: 0;
    padding: 9px;
    font-size: 14px;
    display: initial;
    cursor: pointer;
    border-radius:0px;
}
div#cookieNotice .btn-primary:before {display: none;}
.ultimate .right-box p span {
    font-size: 18px;
    font-family: Gilroy;
}

.contact-form select {
    background: url(../images/down-arrow.png) #fff no-repeat !important;
    background-position: center;
    -webkit-appearance: none;
    background-position-x: 95% !important;
    background-position-y: 51% !important;
}
img.img-fluid.mobile-ecotrail{
    display: none;
}
/*.faq.trip-faq{*/
/*    display: none;*/
/*}*/
.ecotrail-single h3 {
    color: #5D5B5B;
    font-weight: 300;
    font-size: 20px;
    margin-top: 14px;
    margin-bottom: 28px;
}

.destination .img-div img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.small-dest-img {
    aspect-ratio: 311 / 133;
    object-fit: cover;
}

.big-dest-img {
    aspect-ratio: 622 / 423;
}



.career-modal .job-content {
    width: 50%;
    padding: 20px 20px;
    overflow: auto;
    height: 450px;
    margin-right: 10px;
}

.career-modal .modal-dialog.modal-dialog-centered {
    max-width: 1000px !important;
}

.modal-body.contact{
    display:flex;
}

.modal-body.contact form{
    width:50%;
}


.modal-body.contact ul{
    padding-left:20px;
}


.career-modal h3{
    font-size: 20px;
    font-weight:700;
}


.career-modal .job-content::-webkit-scrollbar-track{
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 5px;
  background-color: #f5f5f5;
}

.career-modal .job-content::-webkit-scrollbar{
  width: 5px;
}

.career-modal .job-content::-webkit-scrollbar-thumb{
  border-radius: 5px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #f16522;
}

.career-content li{
    list-style-type:disc;
    color: #5d5858;
    font-size: 15px;
}


.core-value img {
    width: 30%;
    margin: 0 auto 12px;
    display: block;
}
.core-value h4{
    font-size: 18px;
}

#corevalues-row ul li {
    list-style-type: none;
    display: inline-block;
    vertical-align: top;
    position: relative;
    cursor: pointer;
    width: 22%;
    padding-left: 7px;
    padding-right: 7px;
    margin: 0 auto;
    text-align: center;
    padding: 0px 0px;
    margin: 10px;
    border-bottom: 0px;
    border-radius: 30px;
}

#corevalues-row .gridder-show {
    float: left;
    width: 100%;
    position: relative;
    padding: 5px;
   /* margin: 10px;*/
    padding: 35px 30px;
    background: #F5EDED;
   border-radius: 30px;
}
.core-value figcaption.figcaption-active {
    border: 1px solid #f16523;
    border-bottom: 4px solid #f16523;
    
}
.core-value figcaption.figcaption-active:before {
    content: " ";
    border-right: 15px solid transparent;
    border-left: 15px solid transparent;
    border-top: 15px solid #f16522;
    position: absolute;
    left: 42%;
    bottom: -12px;
    z-index: 1;
}

.core-value figcaption{
height:160px;
    padding: 20px 10px 10px;
}

.social-footprints img {
    width: 30%;
    margin: 0 auto;
    display: block;
    box-shadow: 0px 0px 10px #ccc;
    border-radius: 30px;
}
.members.safety .heading{
margin-bottom:30px;
}

.what-make .row {
    display: flex;
    align-items: center;
    justify-content: center;
}

.core-value ul{
    padding-left:0px;
}
#corevalues-row .gridder-show {
    margin-bottom: 40px;
}

#members-row ul .board-listing:hover:before {
    background: #f16522;
}

#members-row ul .board-listing:hover h4{
    color:#fff;
}

#members-row ul .board-listing:hover h6{
    color:#fff;
}

#members-row ul .board-listing:hover p{
    color:#fff;
}

.borad-line:hover:after{
    background: #f16522;
}

.borad-line:hover p, .borad-line:hover h4{
    color:#fff;
}

.social-footprints #members-row ul li {
    width: 100%;
}

#socialfootprint a:hover {
    color: #f16522;
}

#socialfootprint a{
    color: #f16522;
}

#corevalues-row ul li:hover {background: #f16523;}
#corevalues-row ul li:hover img {filter: invert(1) contrast(0) brightness(100);}
#corevalues-row ul li:hover h4 {color: #fff}
.trip-slider .item iframe {
    height: 30vw;
}
.trip-slider .item img {
    width: 100%;
    height: 100%;
}
.trip-slider .item {
    height: 30vw;
}
.new-blog-post {
      background: #f5eded;
}
.new-blog-post .col-lg-4 {
    margin-bottom: 38px;
}

.youtube-lazy {
  position: relative;
  width: 100%;
  /*padding-bottom: 56.25%; /* 16:9 */
  height: 100%;
  background-size: cover;
  background-position: center -120px;
  cursor: pointer;
}

.youtube-lazy .play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100px;
  height: 100px;
  margin-left: -32px;
  margin-top: -32px;
  background: url('../images/play-button.svg') no-repeat;
  background-size: contain;
}

.youtube-video-wrapper {
    position: relative;
    border-radius: 47px;
    overflow: hidden;
}

.youtube-placeholder {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
}

.youtube-placeholder .play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100px;
    height: 100px;
    background: url('../images/play-button.svg') no-repeat center center / contain;
}

.inner-destination .form-control.stateselect, .inner-destination .form-control.countryselect {
    width: 30%;
    margin: -2rem auto 2rem;
    border-radius: 50px;
    padding: 10px;
    background: #fff;
    color: #f16522;
    border: navajowhite;
}
.month-wrapper {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    gap: 5px;
}
.month-wrapper a {
    flex: 1 0 calc(25% - 5px);
    box-sizing: border-box;
    padding: 10px;
    text-align: center;
    margin-bottom: 6px;
    text-decoration: none;
    color: #f16522;
    background: #fff;
    transition: background 0.3s;
    border-radius: 30px;
    border: 1px solid #f16522;
}



.inner-destination::before {
    position: absolute;
    content: "";
    background: #F5EDED;
    height: 100%;
    width: 100%;
    top: 0;
     z-index: 0;
    border-radius: 60px 60px 0px 0px;
}
 
.month-wrapper a {
    padding: 20px 10px;
    text-align: center;
    margin-bottom: 6px;
    text-decoration: none;
    color: #f16522;
    background: #fff;
    transition: background 0.3s;
    border-radius: 30px;
    border: 1px solid #f16522;
    width: 24%;
    display: block;
    font-size: 22px;
}
 
.month-wrapper {
    display: flex;
    flex-wrap: wrap;
    width: 44%;
    gap: 5px;
    margin: 0 auto;
    flex-wrap: wrap;
}
.month-wrapper a:hover {
    background: #f16522;
    color: #fff;
}
 
#trip-chat-btn {
    width: fit-content;
    padding: 25px 50px;
    height: auto;
    margin: 1rem auto 0;
    font-size: 20px;
    background: #f16522;
    border: 0;
    color: #fff;
    border-radius: 75px;
    font-weight: 600;
 }

.info-table thead th {
    background-color: #f26522 !important;
    color: #fff;
    font-weight: 600;
}
.info-table tbody td {
    white-space: nowrap;
}