*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body{
    color: #5f5f5f;
    padding-bottom: 0;
}
h1, h2, h3, h4, h5, h6{
    font-family: 'Viga', sans-serif;
    line-height: 1.1;
    color: #000;
}
a{
    text-decoration: none;
    font-size: 1.170rem;
}
h1{
    line-height: 1.1em;
}
p{
    font-size: 19px;
     line-height: 1.7;
}
a:hover{
    text-decoration: none;
}
li{
    font-size: 19px;
}
.bg1{
    background: #f1f1f1;
}
.bg2 {
    background: #ddd;
}
.inner-header .inner-banner-caption.inner-banner-caption-bg {
    background: #314521 !important;
    padding: 130px 0 50px;
}
.inner-header .inner-banner-caption.inner-banner-caption-bg:before {
    background: transparent;
}
.container, .container-sm, .container-md, .container-lg, .container-xl {
    max-width: 80%;
}
.sectionAll{
    padding: 80px 0;
}
.buttonwhite a{
    font-size: 1.1rem;
    background-color: #fff;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #fff;
    display: inline-block;
    border-radius: 10px 10px 10px 10px;
    padding: 14px 40px 14px 40px;
    color: #040404;
    transition-duration: .3s;
}

.buttonwhite a:hover{
    transform: scale(0.9);
    background-color: transparent;
    border: 1px solid #fff;
}
.txtYlow{
    color: #efe31b;
}


/*================== Preloader CSS Start =======================*/
.preloader {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 999999;
    text-align: center;
    transition: .2s;
  }
  .preloader .loader {
    position: absolute;
    top: 50%;
    left: 50%;
    right: 0;
    transform: translate(-50%, -50%);
    text-align: center;
    margin: 0 auto;
    transition: 1s ease-in-out;
    width: 100%;
    /*animation: colorChange;
    animation-duration: .4s;
    animation-timing-function: ease-in-out;
    animation-delay: 0s;
    animation-direction: alternate;
    animation-iteration-count: 1;*/
}
/*@keyframes colorChange {
    0% {
        transform: translate(-50%, -50%) scale(0);
    }
    100% {
        transform: translate(-50%, -50%) scale(1);
    }
}*/
  /*.preloader .box {
    width: 100%;
    height: 100%;
    background: #fff;
    animation: animate 0.5s linear infinite;
    position: absolute;
    top: 0;
    left: 0;
  }
  .preloader .shadow {
    width: 100%;
    height: 5px;
    background: #000;
    opacity: 0.1;
    position: absolute;
    top: 59px;
    left: 0;
    border-radius: 50%;
    animation: shadow 0.5s linear infinite;
  }*/
  .preloader::after,
  .preloader::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: #ffffff;
    transition: 2s;
  }
  .preloader .box img {
        width: 360px;
    }
  .preloader::after {
    left: auto;
    right: 0;
  }
  .preloader.preloader-deactivate {
    visibility: hidden;
  }
  .preloader.preloader-deactivate::after,
  .preloader.preloader-deactivate::before {
    width: 100%;
    opacity: 0;
    visibility: hidden;
  }
  .preloader.preloader-deactivate .loader {
    opacity: 0;
    visibility: hidden;
  }
  /*================================================ Preloader CSS End =================================================*/

/******************Banner_Index_Start**********************/
@media all and (min-width: 992px) {
	.navbar .dropdown-menu-end{ right:0; left: auto;  }
	.navbar .nav-item .dropdown-menu{  display:block; opacity: 0;  visibility: hidden; transition:.3s; margin-top:0;  }
	.navbar .nav-item:hover .nav-link{ color: #fff;  }
	.navbar .dropdown-menu.fade-down{ top:80%; transform: rotateX(-75deg); transform-origin: 0% 0%; }
	.navbar .dropdown-menu.fade-up{ top:180%;  }
	.navbar .nav-item:hover .dropdown-menu{ transition: .3s; opacity:1; visibility:visible; top:100%; transform: rotateX(0deg); }
}
.header nav.navbar.navbar-expand-lg.fixed-top {
    padding: 0;
    padding-top: 0;
    position: fixed;
    width: 100%;
    margin-left: 0;
}
.header nav.navbar.navbar-expand-lg.fixed-top .container {
    max-width: 100%;
    border-radius: 0;
    background: #517137!important;
    padding: 0 30px!important;
}
.jabarkhet_top_navigation {
    background: #00000060 !important;
    padding: 0 20px!important;
    border-radius: 16px;
}
.header nav.navbar.navbar-expand-lg.fixed-top a.navbar-brand img {
    width: 180px;
}

.navbar-wrap {
    position: relative;
}
.header{
    /*width: 100%;
    height: 100vh;
    background-image: url('../images/banner_main.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;*/
    position: relative;
}
/*.header:before{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(54deg, rgba(0,0,0,0.7), rgba(0,0,0,0.2));
}*/
.header nav.navbar.navbar-expand-lg {
    padding-top: 40px;
    transition: 0.3s ease-in-out;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99;
    width: 100%;
}
ul.navbar-nav li a{
    color: #fff;
    text-transform: uppercase;
    font-weight: 400;
}
.navbar-expand-lg .navbar-nav ul.dropdown-menu {
    border-radius: 0;
    border: 0;
    background: #00000070;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    padding: 6px 0 8px;
}
.navbar-expand-lg.fixed-top .navbar-nav ul.dropdown-menu {
    border-radius: 0;
    background: #fff;
    box-shadow: 0 3px 10px rgb(0 0 0 / 2%);
    border: 1px solid #efefef;
    padding: 12px 0;
}
.navbar-expand-lg.fixed-top .navbar-nav ul.dropdown-menu li a.dropdown-item {
    color: #000;
    font-weight: 500;
    transition: .4s ease-in-out;
}
.navbar-expand-lg.fixed-top .navbar-nav ul.dropdown-menu li a.dropdown-item:hover {
    color: #cc9621;
}
.navbar-expand-lg .navbar-nav .dropdown-toggle::after{
    display: none;
}
.navbar-expand-lg .navbar-nav ul.dropdown-menu li a.dropdown-item {
    font-size: 16px;
    font-weight: 400;
    padding: 6px 16px;
    line-height: 22px;
    text-transform: uppercase;
    letter-spacing: .2px;
    transition: .4s ease-in-out;
}
.navbar-expand-lg .navbar-nav ul.dropdown-menu li a.dropdown-item:hover {
    background: transparent;
    color: #cdd81d;
}
/* .navbar-expand-lg .navbar-nav .nav-link {
    margin-right: 25px;
} */
li.nav-item.nav_button a.nav-link {
    padding: 7px 16px 6px;
    border-radius: 4px;
    color: #000;
    font-weight: 700;
    margin: 25px 0 0 12px;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: .2px;
}
li.nav-item.nav_button a.nav-link:hover {
    color: #111;
}
.navbar-expand-lg.fixed-top .navbar-nav li.nav-item.nav_button a.nav-link {
    margin: 12px 0 0 12px;
    padding: 7px 16px;
}
.navbar-expand-lg .navbar-nav .nav-link {
    text-shadow: 1px 1px 40px #111;
    font-weight: 400;
    font-size: 20px;
    color: #fff;
    letter-spacing: .8px;
    padding: 32px 14px;
    transition: .4s ease-in-out;
}
.navbar-expand-lg .navbar-nav .nav-link i {
    margin-left: 1px;
    font-size: 90%;
    transition: .4s ease-in-out;
}
.navbar-expand-lg.fixed-top .navbar-nav .nav-link {
    padding: 20px 14px;
}
.navbar-brand img{
    width: 210px;
}
.banner_text_main{
    display: flex;
}
.banner_text_main_line {
    width: 9%;
    border-top: 1px solid #fff;
    margin-top: 15px;
    margin-right: 20px;
}
.banner_text_main_item {
    padding-right: 25%;
}
.header-buttons a {
    font-size: 1.05rem;
    background-color: #517137;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #517137;
    display: inline-block;
    border-radius: 6px;
    padding: 14px 40px;
    color: #fff;
    margin-right: 12px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: .5px;
    transition: .4s ease-in-out;
}
.header-buttons a:hover{
    background-color: #cad51d;
    border-color: #cad51d;
    color: #121212;
}
.header-buttons a:first-child {
    font-size: 1.05rem;
    background-color: transparent;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #ffffff8c;
    color: #fff;
    font-weight: 700;
}
li.nav_button a{
    font-size: 1.1rem;
    background-color: #d5e11d;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #d5e11d;
    /* display: inline-block; */
    border-radius: 10px 10px 10px 10px;
    padding: 14px 40px 14px 40px;
    color: #040404;
    /* transition-duration: .3s; */
}
.header-section{
    width: 100%;
    height: inherit;
    color: #fff;
    text-align: left;
    position: relative;
}
.center-div h1 {
    font-size: 4.2rem;
    margin-bottom: 16px;
    text-transform: uppercase;
    letter-spacing: 2px;
    line-height: 1.2;
    color: #fff;
    text-shadow: 2px 2px 20px black;
	margin-bottom: 25px;
}
.center-div h1 small {
    text-transform: none;
    font-size: 22px;
    line-height: 28px;
    font-weight: 400;
    font-family: system-ui;
    letter-spacing: 1px;
}
.center-div p {
    font-size: 20px;
    line-height: 28px;
    color: #fff;
    margin-bottom: 30px;
}
.header-extradiv{
    width: 100%;
    height: auto;
    margin: 100px 0;
    text-align: center;
}
.extra-div{
    background-color: #fff;
    border: medium none;
    padding: 50px !important;
    border-radius: 3px;
    transition: 0.3s;
}
.extra-div:hover{
    box-shadow: 0 0 20px 0 rgba(0,0,0,0.3);
    transform: translateY(-20px);
}

.about_right_wrapper {
    background: #fff;
}
section.successSection {
    height: calc(100vh - 6px);
}
#get_started {
    padding-top: 100px;
}
.seasonJNR .header-buttons a:last-child {
    background: #517137;
    border-color: #517137;
}
.seasonJNR .header-buttons a:hover:last-child {
    background: #c6d11d;
    color: #111;
    border-color: #c6d11d;
}
.seasonJNR .header-buttons a {
    background: #2d2d2d;
    border-color: #2d2d2d;
    color: #fff;
    font-weight: 500;
    transition: .4s ease-in-out;
}
.seasonJNR .header-buttons a:hover{
    background: #2d2d2d;
    border-color: #2d2d2d;
}
/********************IMPORTANT SHIT STARTS HERE********************/



/* ================================= Main Slider Start ================================*/
    .main-slider-block {
    position: relative;
    transition: .4s ease-in-out;
    }
    .main-slider .carousel-inner .carousel-item img.main-slider-img {
    height: 100vh;
    object-fit: cover;
    animation: pulse 12s infinite;
    animation-duration: 10s;
    animation-timing-function: ease-in-out;
    animation-delay: 0s;
    animation-direction: alternate;
    animation-iteration-count: infinite;
    }
    @keyframes pulse {
    0% {
    transform: scale(1);
    }
    100% {
    transform: scale(1.1);
    }
    }
    /*.main-slider .carousel-inner .carousel-item:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9;
    width: 100%;
    height: 40%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.7), transparent);
    }*/
    .main-slider .carousel-inner .carousel-item:after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        z-index: 9;
        width: 100%;
        height: 60%;
        background: linear-gradient(0deg, rgb(0 0 0 / 90%), transparent);
    }
    .main-slider .carousel-inner .carousel-item .carousel-caption {
        z-index: 99;
        text-align: left;
        width: 900px;
        left: 0;
        right: 0;
        padding: 40px 40px 50px;
        bottom: 0;
        margin: 0 auto;
        text-align: center;
    }
    .main-slider .carousel-control-next, .main-slider .carousel-control-prev {
        width: auto!important;
        height: 100px!important;
        opacity: 1;
        font-size: 18px;
        top: 50%;
        bottom: 0;
        transform: translate(0, -50%);
        background: #fff;
        color: #444;
        padding: 8px 6px;
    }
    ul.slider_ul {
        display: flex;
        flex-wrap: wrap;
        list-style-type: none;
        padding-inline-start: 0;
        margin: 0 auto 25px;
    }
    ul.slider_ul li {
        flex: 0 0 auto;
        width: 25%;
    }
    .slider_ulBlock {
        padding: 16px 12px;
        text-align: center;
        background: #00000060;
        font-size: 15px;
        line-height: 22px;
        color: #fff;
        margin: 0 8px;
        border-radius: 2px;
        text-transform: uppercase;
        font-weight: 400;
        letter-spacing: .8px;
        transition: .4s ease-in-out;
    }
    .slider_ulBlock svg {
        width: 44px;
        fill: #ffffffba;
        display: block;
        margin: 0 auto 8px;
        animation-duration: 1s;
        animation-timing-function: ease-in-out;
        animation-delay: 0s;
        animation-direction: alternate;
        animation-iteration-count: infinite;
        transition: .4s ease-in-out;
    }
    .slider_ulBlock:hover svg {
        animation: shake 1s infinite;
    }
    .main-slider .carousel-control-prev {
        left: -6px;
    }
    .main-slider .carousel-control-next {
    right: -6px;
    }
    .main-slider .carousel-control-next {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    }
    .main-slider .carousel-control-prev {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    }
    .main-slider .carousel-control-next span.carousel-control-next-icon, .main-slider .carousel-control-prev span.carousel-control-prev-icon {
    width: 22px;
    height: 40px;
    }
/* ================================= Main Slider End ================================*/



/*****AboutSection******/
.about{
    background-image: url('../images/bg/about_bg.jpg');
    background-size: cover;
    background-position: bottom;
}
.col-lg-5.col-md-5.col-sm-12.about_right_wrapper {
    background: #fff;
}
.heading_items span.titletag {
    font-family: 'Viga', sans-serif;
    margin: 0 0 10px !important;
    color: #517137 !important;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 4px;
    font-weight: 500;
}
.inner-header .inner-banner-caption .heading_items span.titletag{
    color: #ddd!important;
}
.heading_items h2 {
    font-size: 46px;
    position: relative;
}
.heading_items h2:after{
    content: "";
    position: absolute;
    display: block;
    width: 75px;
    height: 4px;
    background: #517137;
    margin-top: 12px;
}
.about_right .heading_items h2:after{
    display: none;
}
.about_right{
    padding: 90px 0 90px 55px;
    width: 92%;
}
.about_right p {
    border-bottom: 1px solid #5f5f5f45;
    padding-bottom: 20px;
    font-weight: 400;
    color: #000;
}
.heading_items {
    position: relative;
    margin-bottom: 50px;
}
.Videos.row {
    margin-top: 20px;
}
.watchVideo i{
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #cfddc3;
    border-radius: 50%;
    font-size: 25px;
    
}
.watchVideo h5{
    margin-left: 15px!important;
    font-size: 14px;
}
.bookAdventure span{
    color: #000;
    font-weight: 600;
}
.bookAdventure h5{
    font-size: 24px;
    color: #663e22;
    margin-top: 5px;
}
.Videos a{
    color: #517137;
}
a.explore-btn {
    display: inline-block;
    font-size: 16px;
    padding: 12px 16px;
    background: #517137;
    color: #fff;
    text-transform: uppercase;
    border-radius: 2px;
    word-spacing: 2px;
    opacity: 1;
    transition: .4s ease-in-out;
    font-weight: 600;
}
a.explore-btn:hover {
    background-color: #c6d11d;
    color: #111;
}
a.explore-btn.eb1, a.explore-btn.eb1:hover {
    background: #2d2d2e;
    color: #fff;
}
a.explore-btn.explore-btn2 {
    background: transparent;
    border: 1px solid #517137;
    color: #517137;
    font-weight: 700;
    font-size: 18px;
    padding: 9px 16px;
}
/*****AboutSection******/

/*****Visit******/
.visit{
    background-color: #252525;
    background-image: url('../images/bg/pattern_2.png');
    /* background-size: cover; */
}
/*h2.line_center:before {
    content: "";
    position: absolute;
    display: block;
    left: 50%;
    transform: translate(-50%);
    bottom: -18px;
    width: 75px;
    height: 6px;
    background: #51713759;
    margin-top: 12px;
}
.inner-header h2.line_center:before {
    background: #9ea8964a;
}*/
h2.line_center:after {
    content: "";
    position: absolute;
    display: block;
    left: 50%;
    transform: translate(-50%);
    width: 75px;
    height: 6px;
    background: #517137;
    margin-top: 12px;
    animation: line_r_animation 10s infinite;
}
@keyframes line_r_animation {
    0% {
        width: 0px;
    }
    25% {
        width: 75px;
    }
    50% {
        width: 0px;
    }
    75% {
        width: 75px;
    }
    100% {
        width: 0px;
    }
}
/*.line {
    width: 170px;
    height: 4px;
    background: #517137;
    position: relative;
}
#line_r{
  animation: line_r_animation 3s infinite;
}

@keyframes line_r_animation {
    0%   {left: calc(2% + 50px); width: 0px;}
    35%   {left: calc(2% + 0px); width: 50px;}
    70%   {left: calc(2% + 0px); width: 0px;}
    100%   {left: calc(2% + 0px); width: 0px;}
}*/



.inner-header .inner-banner-caption .heading_items h2.line_center:after{
    color: #ddd!important;
}
.visitgroups-inner {
    position: relative;
}
.group-content {
    position: relative;
    text-align: center;
}
.group-content-svg {
    position: relative;
    width: 120px;
    margin: 0 auto 25px;
}
.group-thumbnail:hover img {
    transform: rotate(360deg);
}
.group-thumbnail img {
    width: 120px;
    object-fit: cover;
    transition: .6s ease-in-out;
    filter: grayscale(1);
}
.group-content:hover .group-content-svg svg {
    fill: #6d7838;
}
.group-content .group-content-svg svg {
    width: 80px;
    fill: #151515;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: .6s ease-in-out;
}
.group-content h2 {
    font-size: 26px;
    margin-bottom: 8px;
    color: #fff;
}
.group-content p {
    margin-bottom: 0;
    font-size: 16px;
    line-height: 22px;
    color: #fff;
}
/* .group-thumbnail img{
    border-radius: 16px;
} */
/*****Visit******/

/*****SEASONS @ JNR******/
/* .memberWrapper.row {
    border-radius: 16px;
    padding: 50px;
    background-image: url('../images/bg/bg-cta.png');
    position: relative;
}
.memberWrapper.row:before{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #cc9621fa;
    border-radius: 16px;
} */

section.member {
    overflow: hidden;
    position: relative;
}
.seasonJNR {
    /*background-image: url(../images/bg/about_bg.jpg);*/
    background-size: cover;
    background-position: center;
    position: relative;
}
.seasonJNR:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(255, 255, 255, .96);
}
.seasonjnr_content {
    position: relative;
    padding: 0 15% 40px;
}
.seasonjnr_content p {
    font-size: 22px;
    line-height: 34px;
    color: #000;
    font-weight: 300;
    margin-top: 20px;
    margin-bottom: 0;
}
.member_left h2 {
    position: relative;
    font-size: 40px;
    color: #fff;
    margin-bottom: 4px;
}
.member_left h5{
    position: relative;
    margin: 0 0 10px!important;
    color: #c8d31d!important;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 6px;
}
.member_left p{
    position: relative;
}
.member_right h2 {
    font-size: 40px;
    margin: 0;
    padding: 0 0 4px;
    color: #fff;
    text-shadow: 1px 1px 12px rgba(0, 0, 0, .1);
}
.member_left:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    /*background: #374d26;*/
    background: url(../images/bg/pattern_3.png);
    opacity: .05;
}
.member_left {
    position: relative;
    padding: 65px 80px;
    background-size: cover;
    height: 100%;
    z-index: 9;
    background: #374d26;
}
.member_right:before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../images/bg/pattern_3.png);
    opacity: .05;
}
.member_right {
    padding: 65px 70px;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #26351b;
    background-position: bottom;
}
.becomemember i{
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #8e9b4a;
    color: #fff;
    border-radius: 50%;
    font-size: 25px;
}
.becomemember h5{
    margin-left: 15px!important;
    font-size: 14px;
}
section.sectionAll.fixed-topHeader-section {
    padding: 130px 0 150px;
}
/*****SEASONS @ JNR******/

/********************** Homepage Gallery Start **********************/
.gallery-block {
    position: relative;
}
.gallery-block.gallery-block2 img {
    height: 216px;
    object-fit: cover;
}
.gallery-block img {
    height: 460px;
    object-fit: cover;
    transition: .2s ease-in-out;
}
.gallery-block-img h3 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    font-size: 22px;
    font-weight: 400;
    text-transform: uppercase;
    text-align: center;
    padding: 60px 20px 15px;
    margin-bottom: 0;
    color: #fff;
    background: linear-gradient(0deg, rgba(0, 0, 0, .8), transparent);
    opacity: 1;
    transition: .4s ease-in-out;
}
.gallery-block-img:hover h3 {
    opacity: 0;
}
.gallery-svg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0);
    opacity: 0;
    text-align: center;
    transition: .4s ease-in-out;
}
.gallery-svg svg {
    fill: #fff;
    width: 70px;
    margin-bottom: 12px;
    animation: shake-animation 2s ease-in-out infinite;
    transform-origin: 50% 50%;
}
@keyframes shake-animation {
    0% { transform:translate(0,0) }
   1.78571% { transform:translate(5px,0) }
   3.57143% { transform:translate(0,0) }
   5.35714% { transform:translate(5px,0) }
   7.14286% { transform:translate(0,0) }
   8.92857% { transform:translate(5px,0) }
   10.71429% { transform:translate(0,0) }
   100% { transform:translate(0,0) }
 }
 .gallery-block-img h4 {
    font-size: 24px;
    font-weight: 400;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 0;
    color: #fff;
    text-shadow: 1px 1px 12px black;
    letter-spacing: -.5px;
}
.gallery-block-img:hover .gallery-svg {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
}
.gallery-block-img {
    position: relative;
    overflow: hidden;
    margin-bottom: 16px;
    transition: .2s ease-in-out;
    border: 6px solid #fff;
}
.gallery-block-img:hover img {
    transform: scale(1.1);
    filter: blur(1px) brightness(0.8);
}
.gallery-block-img span.imgCount:before {
    position: absolute;
    content: '';
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
    width: 35px;
    height: 1.5px;
    background: #484848;
}
.gallery-block-img span.imgCount {
    position: absolute;
    right: -48px;
    top: 46px;
    z-index: 9;
    font-size: 14px;
    line-height: 20px;
    background: #fff;
    color: #222;
    font-weight: 600;
    padding: 1px 10px 0px 40px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    transform: rotate(270deg) translateY(100%);
    opacity: 0;
    transition: .4s ease-in-out;
}
.gallery-block-img:hover span.imgCount {
    transform: rotate(270deg) translateY(0%);
    opacity: 1;
}
.gallery-block-img span.imgCount small {
    font-size: 80%;
}
/********************** Homepage Gallery End **********************/


.aboutInner {
    padding: 40px 20px 20px;
    background: #fff;
    height: 100%;
    position: relative;
    border: 1px solid #dfdfdf;
    transition: .4s ease-in-out;
}
.aboutInner:hover {
    transform: translateY(-5px);
}
.aboutInner svg {
    width: 55px;
    fill: #00000096;
    margin-bottom: 20px;
}
.aboutInner:hover svg {
    animation: shake 1s infinite;
    fill: #517137;
}
h3.subheading {
    font-size: 28px;
    line-height: 32px;
    font-weight: 500;
    position: relative;
    color: #000;
    margin-bottom: 0;
    text-transform: capitalize;
}
p.para {
    margin-top: 8px;
    font-size: 19px;
    color: #000;
    line-height: 27px;
    font-weight: 400;
    margin-bottom: 0;
}
p.para b {
    font-weight: 700;
    margin-bottom: 2px;
    color: #262626;
    font-size: 90%;
}
.aboutInner a {
    display: inline-block;
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    color: #454545;
    transition: .6s ease-in-out;
    position: absolute;
    bottom: 25px;
    left: 30px;
    border: 1px solid #d5d5d5;
    padding: 7px 12px;
    border-radius: 5px;
    display: none;
}



section.productSection {
    padding: 100px 0 70px;
}
.productInner {
    background: #fff;
    height: 100%;
    position: relative;
    transition: .2s ease-in-out;
}
.productInnerContent {
    position: relative;
    padding: 20px 16px;
}
.productInnerContent span.spanTag {
    font-size: 14px;
    line-height: 19px;
    border: 1px solid #517137;
    color: #517137;
    font-weight: 500;
    padding: 2px 12px;
    display: inline-block;
    border-radius: 50px;
    margin-bottom: 4px;
}
.productInnerContent span.spanDate {
    font-size: 15px;
    line-height: 19px;
    display: inline-block;
    color: #737373;
    font-weight: 500;
}
.productInnerImg{
    position: relative;
    overflow: hidden;
}
.productInner img {
    height: 220px;
    object-fit: cover;
    transform: scale(1);
    transition: .2s ease-in-out;
}
.productInner:hover img {
    transform: scale(1.1);
}
.productInner h2 {
    font-size: 26px;
    line-height: 30px;
    font-weight: 500;
    position: relative;
    color: #000;
    margin-bottom: 0;
    text-transform: capitalize;
}
.productInner p {
    margin-top: 8px;
    font-size: 18px;
    color: #000;
    line-height: 25px;
    font-weight: 400;
    margin-bottom: 0;
    position: relative;
    overflow: hidden;
    height: 50px;
}
.productInner a {
    display: inline-block;
    font-size: 14px;
    line-height: 20px;
    font-weight: 700;
    color: #517137;
    transition: .6s ease-in-out;
    position: absolute;
    bottom: 25px;
    left: 35px;
    border: 1px solid #517137;
    padding: 7px 12px;
    border-radius: 5px;
}



/********************** Homepage Activities Start **********************/
.activity-banner {
    position: relative;
    width: 100%;
    margin: 40px auto 0;
}
.activity-img {
    position: relative;
    overflow: hidden;
}
.activity-img img {
    width: 100%;
    object-fit: cover;
}
.activity01, .activity04 {
    border-top-right-radius: 120px;
    border-bottom-left-radius: 120px;
}
.activity02, .activity03 {
    border-top-left-radius: 120px;
    border-bottom-right-radius: 120px;
}
.activity-boxes {
    position: relative;
    padding: 22px 16px 15px;
    height: 100%;
    text-align: center;
    background: #f1f1f1;
    transition: .4s ease-in-out;
    border: 4px solid #fff;
}
.activity-boxes:hover {
    background: #fff;
}
.activity-boxes svg {
    width: 55px;
    fill: #00000096;
    margin-bottom: 12px;
    animation-duration: 1s;
    animation-timing-function: ease-in-out;
    animation-delay: 0s;
    animation-direction: alternate;
    animation-iteration-count: infinite;
}
.activity-boxes:hover svg {
    animation: shake 1s infinite;
    fill: #517137;
}
@keyframes shake {
    0% {
        transform: translate(1px, 1px) rotate(0deg);
    }
    10% {
        transform: translate(-1px, -2px) rotate(-1deg);
    }
    20% {
        transform: translate(-3px, 0px) rotate(1deg);
    }
    30% {
        transform: translate(3px, 2px) rotate(0deg);
    }
    40% {
        transform: translate(1px, -1px) rotate(1deg);
    }
    50% {
        transform: translate(-1px, 2px) rotate(-1deg);
    }
    60% {
        transform: translate(-3px, 1px) rotate(0deg);
    }
    70% {
        transform: translate(3px, 1px) rotate(-1deg);
    }
    80% {
        transform: translate(-1px, -1px) rotate(1deg);
    }
    90% {
        transform: translate(1px, 2px) rotate(0deg);
    }
    100% {
        transform: translate(1px, -2px) rotate(-1deg);
    }
  }
.activity-boxes h3 {
    position: absolute;
    top: 50%;
    left: 12px;
    transform: translate(0, -50%);
    margin-bottom: 0;
    color: #000000;
    filter: opacity(0.15);
    font-size: 32px;
    font-weight: 600;
    display: none;
}
.activity-boxes h4 {
    position: relative;
    margin-bottom: 0;
    font-size: 21px;
    line-height: 25px;
    color: #222;
    transition: .4s ease-in-out;
}
.activity-boxes h4 small {
    font-size: 50%;
    line-height: 16px;
    font-weight: 400;
    font-family: sans-serif;
    color: #000;
    letter-spacing: .3px;
}
.activity-boxes p {
    font-size: 21px;
    line-height: 29px;
    margin-bottom: 0;
    margin-top: 8px;
    color: #000;
    font-weight: 400;
}
ul.focusAreaUl {
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(var(--bs-gutter-y) * -1);
    margin-right: calc(var(--bs-gutter-x) * -.5);
    margin-left: calc(var(--bs-gutter-x) * -.5);
    list-style-type: none;
    padding-inline-start: 0;
}
ul.focusAreaUl li {
    flex: 0 0 auto;
    width: 20%;
}
ul.focusAreaUl.expertAreaUl li {
    width: 16.66%;
}

.productLinks a {
    display: inline-block;
    font-size: 15px;
    line-height: 20px;
    font-weight: 500;
    color: #454545;
    transition: .6s ease-in-out;
    border: 1px solid #bdbdbd;
    padding: 9px 16px;
    border-radius: 5px;
    text-transform: uppercase;
}
/********************** Homepage Activities End **********************/

/********************** Homepage Testimonials Start **********************/
.testimonials-block {
    position: relative;
    background: #fff;
    padding: 35px 25px 25px;
    box-shadow: 0 3px 10px rgb(0 0 0 / 2%);
    border-radius: 6px;
    height: 420px;
    cursor: pointer;
}
.testimonials-block .testimonials-box {
    display: flex;
}
.testimonials-block .testimonials-box .testimonials-img {
    position: relative;
}
.testimonials-block .testimonials-box .testimonials-img img {
    width: 50px;
    height: 50px;
    object-fit: cover;
    border-radius: 50%;
}
.testimonials-block .testimonials-box .testimonials-info {
    position: relative;
    margin-left: 12px;
    align-self: center;
    align-content: center;
    width: calc(100% - 45px);
}
.testimonials-text {
    position: relative;
    width: 45px;
    height: 45px;
    background: #517137;
    border-radius: 50%;
}
.testimonials-text span {
    font-weight: 500;
    position: absolute;
    top: 48%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: 22px;
    line-height: 28px;
    display: block;
}
.testimonials-block .testimonials-box .testimonials-info h3 {
    text-transform: uppercase;
    font-size: 19px;
    line-height: 23px;
    margin-bottom: 0;
    color: #000;
    font-weight: 500;
}
.testimonials-block .testimonials-box .testimonials-info h3 small {
    font-size: 78%;
    line-height: 18px;
    color: #4f4f4f;
    font-style: italic;
    font-weight: 400;
    text-transform: capitalize;
    font-family: sans-serif;
}
.testimonials-block .testimonials-box-info {
    position: relative;
    margin-top: 20px;
    border-top: 1px solid #ececec;
    padding-top: 20px;
}
.testimonials-block .testimonials-box-info p {
    font-weight: 400;
    font-size: 19px;
    line-height: 27px;
    margin-bottom: 0;
    color: #000;
    position: relative;
}
.swiper.testimonialsSwiper .swiper-pagination.swiper-pagination-clickable {
    bottom: -5px;
}
.swiper.testimonialsSwiper .swiper-pagination.swiper-pagination-clickable span.swiper-pagination-bullet {
    width: 12px;
    height: 10px;
    border-radius: 6px;
    background: #454545;
    transition: .4s ease-in-out;
}
.swiper.testimonialsSwiper .swiper-pagination.swiper-pagination-clickable span.swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 30px;
}
.swiper.testimonialsSwiper {
    padding-bottom: 40px;
}
.feedback-stars {
    position: relative;
    margin-top: 15px;
}
.feedback-stars span {
    font-size: 14px;
    line-height: 20px;
    color: #bbb;
}
.feedback-stars span.starColor {
    color: #dfc01b;
}
/********************** Homepage Testimonials End **********************/

/********************** Inner Banner Start **********************/
.inner-banner {
    position: relative;
    overflow: hidden;
}
.inner-banner:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, .6), transparent);
}
.inner-banner img {
    height: calc(100dvh - 55px);
    object-fit: cover;
    animation: pulse 12s infinite;
    animation-duration: 1.5s;
    animation-timing-function: ease-in-out;
    animation-delay: 0s;
    animation-direction: alternate;
    animation-iteration-count: 1;
}
@keyframes pulse {
    0% {
      transform: scale(1.2);
    }
    100% {
      transform: scale(1);
    }
  }
.top-banner-menu {
    position: relative;
    background: #f1f1f1;
}
.top-banner-menu ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: end;
    padding-inline-start: 0;
    list-style-type: none;
    margin-bottom: 0;
}
.top-banner-menu ul li a {
    color: #333;
    font-size: 16px;
    padding: 12px 16px;
    font-weight: 500;
    text-transform: uppercase;
    display: block;
    border-left: 1px solid #d4d4d4;
    transition: .4s ease-in-out;
}
.top-banner-menu ul li a:hover {
    color: #111;
}
.top-banner-menu ul li:first-child a {
    border-left: 0;
}
.inner-banner-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 9;
    width: 100%;
    padding: 60px 0 25px;
    background: linear-gradient(0deg, rgba(0, 0, 0, .6), transparent);
}
.inner-banner-caption h1 {
    font-size: 3.2rem;
    line-height: 3.6rem;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #fff;
    text-shadow: 1px 1px 40px black;
    margin-bottom: 0;
}
.top-banner-menu nav ol.breadcrumb {
    margin-bottom: 0;
}
.top-banner-menu nav ol.breadcrumb li.breadcrumb-item, .top-banner-menu nav ol.breadcrumb li.breadcrumb-item a {
    font-size: 17px;
    color: #717171;
    font-weight: 500;
    padding: 11px 0;
}
.top-banner-menu nav ol.breadcrumb li.breadcrumb-item a {
    color: #333;
}
/********************** Inner Banner End **********************/

/********************** History Page Start **********************/
.innerHero {
    background: #f7f7f7;
}
.inner-hero-text {
    position: relative;
    padding: 40px 0 0;
}
p.main-text {
    position: relative;
    font-size: 30px;
    line-height: 38px;
    color: #000;
    font-style: italic;
    margin-bottom: 0;
    margin-top: 30px;
    font-weight: 300;
}
p.main-text big {
    font-weight: 300;
    font-style: normal;
    font-size: 210%;
    color: #000;
}
.inner-hero-img {
    position: absolute;
    top: -80px;
    left: 50%;
    transform: translate(-50%, 0);
}
.inner-hero-img img {
    filter: grayscale(1) opacity(0.15);
    width: 250px;
}
.wrapper-sticky {
    position: sticky;
    top: 70px;
}
.wrapper-img{
    position: relative;
}
.wrapper-img img {
    height: calc(100vh - 75px);
    object-fit: cover;
}
.wrapper-info {
    position: relative;
    z-index: 9;
    padding: 40px 35px;
    background: #fff;
    margin: 60px 5% 60px 0;
    left: -120px;
    height: 100%;
    min-height: 380px;
    box-shadow: 0 3px 10px rgb(0 0 0 / 0.1);
    border-bottom-right-radius: 50px;
}
.wrapper-info.without-image {
    left: auto;
    padding: 50px 40px;
    border-radius: 0;
}
.wrapper-info.wrapper-info2 {
    right: -120px;
    left: auto;
    border-bottom-left-radius: 50px;
    border-bottom-right-radius: 0;
    margin: 60px 0 60px 5%;
}
h2.main-head {
    font-size: 36px;
    margin-bottom: 12px;
    line-height: 44px;
}
h2.main-head small {
    font-size: 80%;
    line-height: 32px;
    display: inline-block;
}
p.main-para, ul.mainUl li {
    font-size: 21px;
    line-height: 29px;
    margin-bottom: 0;
    margin-top: 20px;
    color: #000;
    font-weight: 400;
}
p.main-para big {
    font-size: 118%;
    line-height: 32px;
}
p.main-para b {
    font-weight: 500;
}
table thead tr th{
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 0;
    margin-top: 0;
    color: #000;
    font-weight: 600;
}
table tbody tr td{
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 0;
    margin-top: 0;
    color: #000;
    font-weight: 400;
}
ul.main-ul {
    position: relative;
    list-style-type: none;
    padding-inline-start: 0;
}
ul.main-ul li {
    position: relative;
    font-size: 20px;
    line-height: 32px;
    margin-bottom: 0;
    margin-top: 16px;
    color: #000;
    font-weight: 300;
    padding-left: 35px;
}
ul.main-ul li i {
    position: absolute;
    left: 5px;
    top: 7px;
    color: #095b7f;
}
.wrapper-info figure.jir {
    position: relative;
    margin-bottom: 0;
}
.wrapper-info figure.jir span {
    position: relative;
    overflow: hidden;
    display: block;
}
.wrapper-info figure.jir img {
    height: 180px;
    object-fit: cover;
    transition: .4s ease-in-out;
}
.wrapper-info figure.jir span:hover img {
    transform: scale(1.1);
    filter: blur(1px);
}
.wrapper-info figure.jir i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: 26px;
    opacity: 0;
    transition: .4s ease-in-out;
}
.wrapper-info figure.jir span:hover i {
    opacity: 1;
}
/********************** History Page End **********************/

/********************** Conservation Timeline Start **********************/
.main-timeline3{
    overflow:hidden;
    position:relative
}
.main-timeline3:before {
    content: "";
    width: 6px;
    height: 100%;
    border: 3px solid #dfdfdf;
    position: absolute;
    top: 40px;
    left: 50%;
    transform: translateX(-50%);
}
 .main-timeline3 .timeline{
    width: 50%;
    padding: 10px 0px 10px 72px;
    float: right;
    position: relative;
}
.main-timeline3 .timeline:before {
    content: "";
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background: #517137;
    border: 5px solid #acc39a;
    position: absolute;
    top: 120px;
    left: -12px;
}
.main-timeline3 .timeline-content {
    display: block;
    padding: 25px 20px 25px 100px;
    position: relative;
}
.main-timeline3 .timeline:nth-child(even) .timeline-content {
    padding: 25px 100px 25px 20px;
}
.main-timeline3 .timeline:nth-child(even) .timeline-content span.count_num {
    left: auto;
    right: 0;
}
.main-timeline3 .timeline-content span.count_num {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(0, -50%);
    font-family: 'Viga', sans-serif;
    font-size: 72px;
    line-height: 72px;
    color: #51713757;
    font-weight: 800;
}
.main-timeline3 .timeline-content svg {
    width: 65px;
    fill: #636363;
    margin-bottom: 14px;
}
 .main-timeline3 .timeline-content:hover{
    text-decoration:none
}
.main-timeline3 .timeline-content figure{
	margin-top:20px;
}
.main-timeline3 .timeline-content figure span {
    border: 1px solid #d9d9d9;
    display: block;
    padding: 6px 6px 8px;
    height: 100%;
}
.main-timeline3 .timeline-content figure span a {
    position: relative;
    display: block;
}
.main-timeline3 .timeline-content figure span a i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(0deg);
    color: #fff;
    font-size: 24px;
    opacity: 0;
    transition: .6s ease-in-out;
}
.main-timeline3 .timeline-content figure span a:hover i {
    opacity: 1;
    transform: translate(-50%, -50%) rotate(360deg);
}
.main-timeline3 .timeline-content h5{
	text-align:left;
}
.main-timeline3 .timeline-content p {
    font-size: 20px;
    line-height: 24px;
    color: #000;
    font-weight: 400;
    margin-bottom: 0;
    font-style: italic;
}

.main-timeline3 .year {
    display: block;
    font-size: 34px;
    font-weight: 500;
    color: #121212;
    line-height: 36px;
    margin-bottom: 5px;
    font-family: 'Viga', sans-serif;
    letter-spacing: -.8px;
}
 .main-timeline3 .title{
    font-size:18px;
    font-weight:600;
    text-transform:uppercase;
    color:#4a4a4a
}
 .main-timeline3 .description{
    margin:0 0 20px
}
 .main-timeline3 .timeline:nth-child(2n){
    padding:10px 72px 10px 0px;
    text-align:right
}
.timeline-content .project-status {
    position: absolute;
    right: 0;
    top: 0;
    display: inline-block;
    padding: 3px 6px;
    background: #fdb92e;
    color: #000;
    font-size: 11px;
    line-height: normal;
    z-index: 1;
    display: none;
    text-transform: capitalize;
}
 .main-timeline3 .timeline:nth-child(2n) .project-status{
    right:auto;
	left:0;
}
 .main-timeline3 .timeline img{
   width:100%;
   display:block;
}
.main-timeline3 .timeline h6 {
    text-align: center;
    margin-top: 8px;
    color: #111;
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 0;
}
.main-timeline3 .timeline:nth-child(2n) .jir span h6{
   text-align:center;
}
 .main-timeline3 .timeline:nth-child(2n):before{
    left:auto;
    right:-12px;
}
.main-timeline3 .timeline:nth-child(2n) .year {
    left: auto;
    right: -20px;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
 .main-timeline3 .timeline:nth-child(2n) .year:before{
    border-left:none;
    border-right:20px solid transparent;
    left:auto;
    right:0;
}
.main-timeline3 .timeline:nth-child(1) {
    margin-top: 50px;
}
 .main-timeline3 .timeline:nth-child(2){
    margin-top:280px;
	margin-bottom:0 !important;
}
.main-timeline3 .timeline:nth-child(3) {
    margin-top: -20px !important;
}
 .main-timeline3 .timeline:nth-child(4){
    margin-top:200px
}
.main-timeline3 .timeline:nth-child(5){
    margin-top: -30px !important;
}
.main-timeline3 .timeline:nth-child(6){
    margin-top: 180px !important;
}
/* .main-timeline3 .timeline:nth-child(odd){
    margin:-140px 0 0
}
 .main-timeline3 .timeline:nth-child(even){
    margin-bottom:100px
}
 .main-timeline3 .timeline:first-child,.main-timeline3 .timeline:last-child:nth-child(even){
    margin:0
}*/
/********************** Conservation Timeline End **********************/

.inner-header nav.navbar.navbar-expand-lg {
    padding: 0;
    position: relative;
}
.inner-header nav.navbar.navbar-expand-lg.fixed-top {
    position: fixed!important;
}
.inner-header nav.navbar.navbar-expand-lg .container {
    max-width: 100%;
    background: #152a0a!important;
    border-radius: 0;
}
.inner-header .inner-banner-caption {
    position: relative;
    padding: 470px 0 50px;
}
/*.inner-header.get-involved .inner-banner-caption {
    background: url(../images/get-involved.jpg)!important;
    background-position: bottom;
}*/
.inner-header .inner-banner-caption:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, rgb(0 0 0 / 84%), transparent);
}
.inner-header .navbar-expand-lg .navbar-nav ul.dropdown-menu {
    border-radius: 0;
    background: #fff;
    box-shadow: 0 3px 10px rgb(0 0 0 / 2%);
    border: 1px solid #efefef;
    padding: 12px 0;
}
.inner-header .navbar-expand-lg .navbar-nav ul.dropdown-menu li a.dropdown-item {
    color: #000;
    font-weight: 500;
    transition: .4s ease-in-out;
}
.inner-header .navbar-expand-lg .navbar-nav ul.dropdown-menu li a.dropdown-item:hover {
    color: #cc9621;
}
.gallery-section .gallery-block img {
    height: 350px;
}
.gallery-section .gallery-block-img {
    margin-bottom: 0;
}


/********************** Homepage Stats Start **********************/
.wrapper-stats {
    position: relative;
    padding: 60px 0;
    background: #383838;
}
.wrapper-stats:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../images/bg/bg-cta.png);
    filter: opacity(0.15);
}
.wrapper-stats-block {
    background: #fff;
    position: relative;
    padding: 25px 20px;
    height: 100%;
    display: flex;
    justify-content: space-between;
    border-radius: 4px;
}
.wrapper-stats-block:hover svg {
    fill: #335f1c8f;
}
.wrapper-stats-block svg {
    width: 90px;
    fill: #cbcbcb;
    transition: .4s ease-in-out;
}
.wrapper-stats-block h2 {
    font-size: 34px;
    line-height: 46px;
    margin-bottom: 0;
    color: #111;
    text-align: end;
}
.wrapper-stats-block h2 small {
    font-weight: 600;
    display: block;
    font-size: 15px;
    line-height: 17px;
    font-style: italic;
    color: #3c3c3c;
}
.counter-outer {
    align-content: center;
    align-self: center;
}
/********************** Homepage Stats End **********************/

/**************************** Footer Start *****************************/
.footer{
    background: #181818;
    padding: 60px 0 30px 0;
}
ul.social-media {
    display: flex;
    margin-bottom: 0;
    margin-top: 16px;
    list-style-type: none;
    padding-inline-start: 0;
}
ul.social-media li a {
    font-size: 20px;
    margin-right: 25px;
}
.footer_about {
    margin-top: 20px;
    border-top: 1px solid #3b3b3b;
    padding-top: 10px;
}
.footer_about p {
    color: #aeaeae;
    font-size: 15px;
    line-height: 22px;
    margin-bottom: 0;
}
.footerWidgits h2 {
    font-size: 24px;
    line-height: 30px;
    margin: 0 0 20px;
    color: #fff;
}
.footerWidgits li{
    color:#aeaeae;
    line-height: 1.8;
}
.footerPhone.clearfix {
    font-size: 24px;
    color: #c3cb43;
    font-family: 'Viga', sans-serif;
    margin-bottom: 12px;
}
address {
    position: relative;
    font-size: 19px;
    color: #aeaeae;
    margin-bottom: 6px;
    padding-left: 25px;
}
address i, .footerMail p i {
    position: absolute;
    top: 5px;
    left: 0;
}
.footerPhone a {
    color: #c3cb43;
    display: inline-block;
    margin-left: 10px;
}
.footerPhone i {
    position: relative;
    top: -2px;
    font-size: 90%;
}
.footerMail p:hover{
    color: #fff;
}
.footerMail p{
    position: relative;
    padding-left: 25px;
    color: #aeaeae;
    transition: .6s ease-in-out;
    margin-bottom: 0;
}
.footerWidgits li a {
    position: relative;
    font-size: 16px;
    color: #aeaeae;
    padding-left: 14px;
    transition: .6s ease-in-out;
}
.footerWidgits li a:hover {
    color: #fff;
}
.footerWidgits li a i {
    position: absolute;
    left: 0;
    top: 3px;
}
a.footerLogo img {
    width: 220px;
}
.footerProducts ul{
    column-count: 2;
}
.branding p, .branding a {
    font-size: 13px;
}
/**************************** Footer End *****************************/

/**************************** Newsletter Start *****************************/
.newsletter {
    position: relative;
    background-color: #152a0a;
    padding: 50px 80px;
    margin-top: -155px;
    margin-bottom: 65px;
    border: 4px solid #fff;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
}
.newsletter:before{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-image: url(../images/bg/pattern_3.png);
    opacity: .07; 
}
input.form-control {
    border-radius: 50px;
}
.btn-check:focus+.btn-outline-secondary, .btn-outline-secondary:focus {
    box-shadow: none;
}
.newsletter_form .input-group .form-control {
    padding: 9px 25px 10px;
    color: #222;
    font-size: 17px;
    font-weight: 400;
}
.newsletter_form .input-group .form-control:focus {
    border-color: #ffffff;
    box-shadow: none;
}
button#button-addon2 {
    background: #edbe14;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
    padding: 9px 30px 10px 35px;
    color: #111;
    font-weight: 600;
    text-transform: uppercase;
    border-color: #edbe14;
    height: 100%;
}
.newsletter_form {
    width: 50%;
    margin-left: auto;
}
.newsletter_left h5 {
    margin-bottom: 0;
    font-weight: 100;
    font-size: 18px;
}
.newsletter_left {
    width: 35%;
}
/**************************** Newsletter End *****************************/

/**************************** Contact Page Start *****************************/
.google-maps {
    position: relative;
    overflow: hidden;
}
.google-maps iframe {
    margin-bottom: -7px;
    height: 350px;
}
.contact-form-block {
    position: relative;
    background: #fff;
    padding: 40px 30px 40px 50px;
    box-shadow: 0 3px 10px rgb(0 0 0 / 0.02);
}
.contact-form-block label {
    color: #121212;
    margin-bottom: 0;
    font-weight: 500;
    font-size: 15px;
}
.contact-form-block label span {
    color: #cb1616;
}
.form-control:focus {
    border-color: #c6c6c6;
    box-shadow: none;
}
.contact-form-block input, .contact-form-block textarea, .contact-form-block select {
    border-radius: 0;
    height: 48px;
    padding: 9px 16px 10px 40px;
    font-size: 17px;
    color: #000;
    font-weight: 700;
}
.contact-form-block span.input-group-text select.form-select {
    background-position: right .4rem center;
    background-color: #f1f1f1;
    font-weight: 700;
}
select.form-select option {
    font-weight: 700;
}
.contact-form-block textarea {
    height: 100px;
}
.contact-form-input{
    position: relative;
}
.contact-form-block .contact-form-input i {
    position: absolute;
    top: 15px;
    left: 12px;
    color: #aeaeae;
    font-size: 18px;
}
.registration-form-block button.btn.form-btn, .contact-form-block button.btn, a.backToHome-btn.btn {
    display: inline-block;
    font-size: 16px;
    width: 100%;
    padding: 10px 16px;
    background: #517137;
    color: #fff;
    text-transform: uppercase;
    border-radius: 2px;
    word-spacing: 2px;
    opacity: 1;
    transition: .4s ease-in-out;
    font-weight: 600;
}
.registration-form-block button.btn.form-btn:hover, .contact-form-block button.btn:hover,  a.backToHome-btn.btn:hover {
    background-color: #c6d11d;
    color: #000;
}
.contact-form-details {
    position: relative;
    background: #fff;
    padding: 40px 30px 30px;
    height: 100%;
}
.contact-form-details h2 {
    font-size: 32px;
    line-height: 39px;
    margin-bottom: 12px;
}
.contact-form-details p {
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
    color: #121212;
    margin-bottom: 0;
}
.contact-form-details .contact-form-details-text {
    display: flex;
    margin-bottom: 14px;
    padding-bottom: 14px;
    border-bottom: 1px solid #e3e3e3;
}
.contact-form-details .contact-form-details-text:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0;
}
.contact-form-details .contact-form-i {
    position: relative;
    align-self: start;
    color: #517137;
    border-radius: 50%;
    width: 38px;
    height: 38px;
    margin-right: 12px;
    margin-top: 0;
    font-size: 24px;
}
.contact-form-details .contact-form-details-text i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.contact-form-details .contact-form-details-text p, .contact-form-details .contact-form-details-text a {
    color: #121212;
    font-weight: 500;
    font-size: 17px;
    margin-bottom: 0;
    line-height: 22px;
}
.contact-form-details .contact-form-details-text p b {
    font-family: 'Viga', sans-serif;
    font-weight: 400;
}
.contact-form-details .contact-form-details-text .contact-form-span h4 {
    color: #717171;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 1px;
    text-transform: uppercase;
}
/**************************** Contact Page End *****************************/

.get-involved .shop .thumb {
    border: 5px solid #fff;
}
.breadcrumb-item+.breadcrumb-item::before {
    padding-left: 0.5rem;
}

/**************************** Packages Page Start *****************************/
.packages-block {
    position: relative;
    background: #fff;
    padding: 60px 20px 80px;
    box-shadow: 0 3px 10px rgb(0 0 0 / 0.01);
    height: 100%;
    border-top: 5px solid #152a0a;
}
.packages-divider .col-xl-3 {
    flex: 0 0 auto;
    width: 20%;
}
.packages-block span.packages-title {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
    background: #152a0a;
    color: #fff;
    padding: 0 12px 4px;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 400;
}
.packages-block h2 {
    text-align: center;
    font-size: 30px;
    line-height: 36px;
    color: #0000004a;
    margin-bottom: 25px;
    font-weight: 400;
    position: relative;
    overflow: hidden;
    height: 70px;
}
.packages-block h3 {
    text-align: center;
    margin-bottom: 25px;
    font-size: 38px;
    font-weight: 400;
    letter-spacing: -1px;
}
.packages-block h3 i {
    font-size: 50%;
    letter-spacing: 0;
}
.packages-block h3 small {
    font-size: 35%;
    color: #2f2f2f;
    letter-spacing: 0;
    font-weight: 400;
    text-transform: capitalize;
    margin-top: 4px;
    font-style: italic;
}
.packages-block ul {
    margin-bottom: 0;
    list-style-type: none;
    padding-inline-start: 0;
}
.packages-block ul li {
    font-size: 16px;
    line-height: 20px;
    color: #444;
    font-weight: 300;
    position: relative;
    padding: 6px 16px;
    text-align: center;
    border-bottom: 1px solid #e8e8e8;
}
.packages-block ul li:last-child {
    border-bottom: 0;
}
.packages-block ul li i {
    position: absolute;
    left: 0;
    top: 2px;
    color: #17694b;
}
.packages-block a.book-btn {
    background: #f2c114;
    color: #000;
    font-weight: 700;
    width: 100%;
    display: block;
    text-align: center;
    padding: 12px 16px 11px;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 22px;
    transition: .4s ease-in-out;
    position: absolute;
    bottom: 20px;
    left: 20px;
    width: calc(100% - 40px);
}
.packages-block a.book-btn:hover {
    background: #eebf14;
    color: #000;
    font-weight: 600;
}
/**************************** Packages Page End *****************************/

/**************************** Registration Page Start *****************************/
h2.book-title {
    color: #000;
    font-size: 34px;
    line-height: 40px;
    text-align: center;
    margin-bottom: 25px;
}
.registration-form-block {
    position: relative;
    background: #fff;
    padding: 50px 40px;
    box-shadow: 0 3px 10px rgb(0 0 0 / 0.02);
}
.registration-form-block .registration-form-input {
    position: relative;
}
.registration-form-block form input, .registration-form-block form select, .registration-form-block form textarea {
    border-radius: 0;
    height: 46px;
    padding: 8px 16px 8px 40px;
    font-size: 17px;
    color: #000;
}
.registration-form-block form textarea {
    height: 100px;
}
.registration-form-block form select {
    color: #888;
}
::placeholder{
    color: #999;
}
.registration-form-block .registration-form-input i {
    position: absolute;
    top: 14px;
    left: 14px;
    color: #aaaaaa;
    z-index: 9;
}
.btn-check:focus+.btn, .btn:focus {
    box-shadow: none;
}
.form-select:focus {
    border-color: #ced4da;
    box-shadow: none;
}
.form-control:disabled, .form-control[readonly] {
    background-color: #f7f7f7;
}
.input-group button.btn.btn2 {
    padding: 9px 16px 10px 35px!important;
}
/**************************** Registration Page End *****************************/

/**************************** Where to Stay Page Start *****************************/
.homestay-box {
    position: relative;
    border: 6px solid #fff;
    background: #fff;
    height: 100%;
}
.homestay-box .homestay-img {
    position: relative;
    overflow: hidden;
}
.homestay-box .homestay-img img {
    width: 100%;
    height: 220px;
    object-fit: cover;
}
.homestay-box .homestay-content {
    background: #fff;
    padding: 20px 20px 70px;
    position: relative;
    margin: -50px 0 0;
    border-top-right-radius: 50px;
    border-top: 6px solid #f6f6f6;
}
.homestay-box .homestay-content h3 {
    font-size: 22px;
    color: #000;
    line-height: 26px;
    margin-bottom: 4px;
}
.homestay-box .homestay-content p {
    font-size: 15px;
    line-height: 20px;
    color: #222;
    margin-bottom: 16px;
}
.homestay-caption h4 {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 10px;
    color: #000;
    font-weight: 500;
}
.homestay-caption h4 i {
    font-size: 70%;
}
.homestay-caption h4 small {
    color: #7d7d7d;
    font-weight: 400;
    font-size: 70%;
}
.homestay-box .homestay-content address {
    position: relative;
    font-size: 14px;
    line-height: 18px;
    padding-left: 16px;
    color: #a2a2a2;
    font-weight: 300;
    margin-bottom: 8px;
}
.homestay-box .homestay-content address i {
    position: absolute;
    top: 2px;
    left: 0;
}
.homestay-link a.hs-link {
    position: relative;
    color: #fff;
    display: block;
    background: #152a0a;
    font-size: 18px;
    line-height: 18px;
    padding: 9px 16px 9px 40px;
}
.homestay-link a.hs-link i {
    position: absolute;
    left: 12px;
    top: 18px;
    font-size: 20px;
    color: #b1b1b1;
}
.homestay-link a.hs-link small {
    font-size: 60%;
    line-height: 20px;
    text-transform: uppercase;
    font-weight: 300;
}
.homestay-link {
    position: absolute;
    left: 20px;
    bottom: 12px;
    width: calc(100% - 40px);
    display: flex;
    justify-content: space-between;
}
.homestay-link a.website-link {
    align-self: center;
}
.homestay-link a.website-link svg {
    width: 30px;
    fill: #969696;
}
.homestay-block ul.nav.nav-tabs {
    display: flex;
    justify-content: center;
    border: 0;
    background: #ddd;
    border-radius: 50px;
}
.homestay-block .tab-content {
    padding: 30px 0 0;
}
.homestay-block ul.nav.nav-tabs li.nav-item button.active {
    color: #000;
    background: transparent;
    border: 0;
}
.homestay-block ul.nav.nav-tabs li.nav-item button {
    font-family: 'Viga', sans-serif;
    color: #888;
    padding: 12px 30px;
    font-size: 26px;
    text-transform: uppercase;
}
.homestay-block ul.nav.nav-tabs li.nav-item button:hover, .homestay-block ul.nav.nav-tabs li.nav-item button:active {
    border: 0;
}
/**************************** Where to Stay Page End *****************************/

.order-summary-block {
    position: relative;
    background: #fff;
    padding: 40px 30px;
    height: 100%;
}
.order-summary-block .order-summary-block-details {
    display: flex;
    width: 100%;
}
.order-summary-block .order-summary-block-details .order-summary-block-info1 {
    flex: 0 0 auto;
    width: 40%;
    align-self: center;
}
.order-summary-block .order-summary-block-details .order-summary-block-info2 {
    flex: 0 0 auto;
    width: 20%;
    align-self: center;
}
.order-summary-block .order-summary-block-details .order-summary-block-info3 {
    flex: 0 0 auto;
    width: 20%;
    align-self: center;
}
.order-summary-block .order-summary-block-details .order-summary-block-info4 {
    flex: 0 0 auto;
    width: 20%;
    align-self: center;
}
.order-summary-block .order-summary-block-details h2 {
    font-size: 16px;
    color: #b8b8b8;
    font-weight: 400;
    border-bottom: 1px solid #eee;
    padding-bottom: 8px;
    margin-bottom: 20px;
}
.order-summary-block .order-summary-block-details h1 {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 6px;
    color: #111;
    font-weight: 500;
}
.order-summary-block .order-summary-block-details h4 small {
    font-size: 65%;
    margin-top: 3px;
    font-weight: 500;
    color: #444;
}
.order-summary-block .order-summary-block-details span.dateEntry {
    position: relative;
    font-size: 16px;
    line-height: 20px;
    color: #0a5b7e;
    display: inline-block;
    background: #f6f6f6;
    font-weight: 500;
    padding: 6px 10px 6px 38px;
}
.order-summary-block .order-summary-block-details span.dateEntry i {
    position: absolute;
    left: 10px;
    top: 12px;
    font-size: 20px;
    color: #c6c6c6;
}
.order-summary-block .order-summary-block-details span.dateEntry small {
    display: block;
    font-size: 70%;
    line-height: 14px;
    color: #4b4b4b;
    font-style: italic;
    text-transform: uppercase;
}
.order-summary-block .order-summary-block-details h4 i {
    font-size: 65%;
}
.order-summary-block .order-summary-block-details h4 {
    font-size: 20px;
    font-weight: 500;
    color: #111;
    margin-bottom: 0;
}
.order-summary-box {
    position: relative;
    background: #fff;
    padding: 50px 30px;
    height: 100%;
}
.order-summary-box h5 {
    font-size: 20px;
    line-height: 24px;
    color: #000;
    margin-bottom: 4px;
    font-weight: 500;
}
.order-summary-box .order-summery-price {
    display: flex;
    justify-content: space-between;
    margin-top: 8px;
    border-top: 1px solid #eee;
    padding-top: 8px;
}
.order-summary-box .order-summery-price p {
    margin-bottom: 0;
    font-size: 15px;
    font-style: italic;
    color: #7c7c7c;
    align-self: center;
    width: 40%;
}
.order-summary-box .order-summery-price h6.grandTotal {
    font-size: 22px;
}
.order-summary-box .order-summery-price h6 {
    font-size: 18px;
    color: #000;
    margin-bottom: 0;
    font-weight: 500;
    align-self: center;
    text-align: end;
    width: 60%;
}
.order-summary-box .order-summery-price h6 i {
    font-size: 70%;
    margin-right: 1px;
}
a.confirm-btn {
    display: inline-block;
    font-size: 16px;
    width: 100%;
    padding: 10px 16px;
    background: #152a0a;
    color: #fff;
    text-transform: uppercase;
    border-radius: 2px;
    word-spacing: 2px;
    opacity: 1;
    text-align: center;
    transition: .4s ease-in-out;
}
a.confirm-btn:hover {
    background-color: #cc9621;
    color: #000;
    font-weight: 700;
}
.order-summary-box .personalDetails {
    position: relative;
    margin-bottom: 20px;
}
.order-summary-box .personalDetails p {
    position: relative;
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 4px;
    color: #222;
    padding-left: 20px;
}
.order-summary-box .personalDetails p i {
    position: absolute;
    top: 4px;
    left: 0;
    font-size: 14px;
    color: #c6c6c6;
}
.noteBox {
    position: relative;
    margin-top: 25px;
}
.noteBox p {
    font-size: 14px;
    line-height: 18px;
    color: #545454;
    margin-bottom: 0;
    font-weight: 300;
}

.membership-card-block {
    position: relative;
    padding: 60px 0 110px;
    background: #333333;
}
.membership-card-block:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-image: url(../images/bg/pattern_3.png);
    opacity: .07;
}
.membership-card-block .membership-card-box img {
    border: 1px solid #fff;
    width: 100%;
    border-radius: 20px;
    background: #fff;
}
.membership-card-block .membership-card-box h4 {
    color: #fff;
    font-weight: 400;
    text-align: center;
    margin-top: 12px;
    font-size: 17px;
    line-height: 22px;
    text-transform: uppercase;
    margin-bottom: 0;
}

/**************************** Footer Copyrights Start *****************************/
section.footerBottom {
    border-top: 1px solid #3b3b3b;
    background: #181818;
    padding: 8px 0;
    border-bottom: 6px solid #fff;
}
.branding {
    color: #aeaeae;
}
.branding a{
    color: #aeaeae;
}
.footerWidgits-info {
    padding-right: 20px;
}
/**************************** Footer Copyrights End *****************************/

body.offcanvas-active {
overflow: hidden;
}
.offcanvas-header {
display: none;
}
.screen-darken {
height: 100%;
width: 0%;
z-index: 30;
position: fixed;
top: 0;
right: 0;
opacity: 0;
visibility: hidden;
background-color: rgba(34, 34, 34, 0.6);
transition: opacity 0.2s linear, visibility 0.2s, width 2s ease-in;
}
.screen-darken.active {
z-index: 9999;
transition: opacity 0.3s ease, width 0s;
opacity: 1;
width: 100%;
visibility: visible;
}
/* ============ mobile view ============ */
@media all and (max-width: 1199px) {
    .offcanvas-header {
        display: block;
    }
    .mobile-offcanvas {
        visibility: hidden;
        transform: translateX(-100%);
        border-radius: 0;
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        height: 100%;
        z-index: 99999;
        width: 300px;
        overflow-y: scroll;
        overflow-x: hidden;
        transition: visibility 0.3s ease-in-out, transform 0.3s ease-in-out;
        background: #eee;
        padding: 50px 18px;
    }
    .mobile-offcanvas::-webkit-scrollbar {
        width: 6px;
        border-radius: 6px;
    }
    .mobile-offcanvas::-webkit-scrollbar-track {
        border-radius: 20px;
    }
    .mobile-offcanvas::-webkit-scrollbar-thumb {
        background-color: #264812;
        border-radius: 20px;
    }

    /*ul.cityUl {
        display: flex;
        flex-wrap: wrap;
        overflow-y: scroll;
        height: 100%;
        max-height: 160px;
        padding-right: 12px;
    }*/

    .mobile-offcanvas.show {
        visibility: visible;
        transform: translateX(0);
    }
    .mobile-offcanvas .container, .mobile-offcanvas .container-fluid {
        display: block;
    }
    .mobile-offcanvas .offcanvas-header {
        padding: 0;
    }
    .mobile-offcanvas .offcanvas-header button.btn-close {
        position: absolute;
        right: 18px;
        top: 68px;
        opacity: 1;
        font-size: 15px;
        border: 1px solid #000000a3;
        border-radius: 50%;
        padding: 8px;
        filter: opacity(0.8);
    }
    .mobile-offcanvas a.navbar-brand img {
        width: 212px;
    }
    .mobile-offcanvas .accordion {
        margin-top: 50px;
    }
    .mobile-offcanvas .accordion .accordion-item {
        border: 0;
    }
    .mobile-offcanvas .accordion button.accordion-button, .mobile-offcanvas .accordion a.accordion-button {
        background-color: #eee;
        color: #121212;
        padding: 14px 0 11px;
        font-size: 19px;
        line-height: 22px;
        font-weight: 400;
        text-transform: uppercase;
        border-bottom: 1px solid #00000024;
    }
    .mobile-offcanvas .accordion a.accordion-button.accordion-remove-icon::after {
        display: none;
    }
    .ext-btn-group {
        position: relative;
        margin-top: 40px;
    }
    .ext-btn-group a {
        font-size: 1.12rem;
        background-color: #517137;
        border-style: solid;
        border-width: 1px 1px 1px 1px;
        border-color: #517137;
        display: block;
        border-radius: 6px;
        padding: 12px 8px;
        color: #fff;
        text-align: center;
        transition-duration: .3s;
        text-transform: uppercase;
        font-weight: 500;
    }
    .ext-btn-group a.ext-btn1 {
        background: #2d2d2d;
        border-color: #2d2d2d;
    }
    .accordion-button:not(.collapsed) {
        box-shadow: none;
    }
    .accordion-button:focus {
        border-color: transparent;
        box-shadow: none;
    }
    .mobile-offcanvas .accordion .accordion-item .accordion-collapse {
        background: #eee;
    }
    .mobile-offcanvas .accordion .accordion-item .accordion-collapse .accordion-body {
        padding: 16px 0 0;
    }
    .mobile-offcanvas .accordion .accordion-item .accordion-collapse .accordion-body ul.sub-menu {
        list-style-type: none;
        padding-inline-start: 0;
    }
    .accordion-body ul.sub-menu li {
        position: relative;
    }
    .accordion-item .accordion-collapse .accordion-body ul.sub-menu li a {
        color: #121212;
        padding: 6px 0 6px 25px;
        font-size: 20px;
        line-height: 24px;
        font-weight: 400;
        font-family: 'Viga', sans-serif;
        display: block;
    }
    .accordion-body ul.sub-menu li a i {
        position: absolute;
        top: 9px;
        left: 0;
        font-size: 90%;
        color: #000000c9;
    }
    ul.contact-detail-mob {
        list-style-type: none;
        padding-inline-start: 0;
        margin-top: 16px;
        margin-bottom: 30px;
    }
    ul.contact-detail-mob li {
        position: relative;
    }
    ul.contact-detail-mob li a i {
        position: absolute;
        left: 16px;
        top: 14px;
        font-size: 24px;
        color: #517137;
    }
    ul.contact-detail-mob li a {
        font-size: 22px;
        line-height: 25px;
        color: #121212;
        display: block;
        border-radius: 6px;
        padding: 13px 16px 15px 50px;
        position: relative;
        background: transparent;
        font-weight: 700;
        border: 1px solid #717171;
        letter-spacing: -.6px;
    }
    ol.social-media-mob-header {
        list-style-type: none;
        padding-inline-start: 0;
        display: flex;
        justify-content: center;
        margin-bottom: 0;
        margin-top: 40px;
    }
    ol.social-media-mob-header li a {
        color: #121212;
        font-size: 24px;
        line-height: 28px;
        padding: 0 6px;
        margin: 0 6px;
        transition: .4s ease-in-out;
    }
    ol.social-media-mob-header li a:hover {
        color: #fff;
    }
}
/* ============ mobile view .end// ============ */


.inner-hero-text .activity-boxes {
    padding: 20px 8px 12px;
}
.inner-hero-text .activity-boxes h4 {
    font-size: 30px;
    line-height: 38px;
}
.inner-hero-text .activity-boxes h4 span {
    font-size: 60%;
}
.inner-hero-text .activity-boxes h4 small {
    font-size: 58%;
    line-height: 22px;
}

/*.flex-wrapper {
    display: flex;
    flex-wrap: wrap;
}
.single-chart {
    width: 25%;
    justify-content: space-around ;
}
.circular-chart {
    display: block;
    margin: 10px auto;
    max-width: 80%;
    max-height: 250px;
}
.circle-bg {
    fill: none;
    stroke: #eee;
    stroke-width: 3.8;
}
.circle {
    fill: none;
    stroke-width: 2.8;
    stroke-linecap: round;
    animation: progress 1s ease-out forwards;
}
@keyframes progress {
    0% {
        stroke-dasharray: 0 100;
    }
}
.circular-chart.orange .circle {
    stroke: #ff9f00;
}
.circular-chart.green .circle {
    stroke: #4CC790;
}
.circular-chart.blue .circle {
    stroke: #3c9ee5;
}
.percentage {
    fill: #666;
    font-family: sans-serif;
    font-size: 0.5em;
    text-anchor: middle;
}*/


.why_consulting_box {
    position: relative;
    padding: 25px 20px 25px 90px;
    background: #f1f1f1;
    height: 100%;
}
.why_consulting_box svg {
    position: absolute;
    top: 25px;
    left: 20px;
    width: 55px;
    fill: #636363;
}
.why_consulting_box_info {
    position: relative;
}
.why_consulting_box_info h3 {
    font-size: 26px;
    line-height: 30px;
    margin-bottom: 5px;
}
.why_consulting_box_info p {
    font-size: 19px;
    line-height: 24px;
    margin-bottom: 0;
    margin-top: 0;
    color: #121212;
    font-weight: 400;
}

.compliance_section .why_consulting_box svg {
    position: relative;
    top: 0;
    left: 0;
    margin-bottom: 16px;
}


.inner-banner-caption2 {
    padding-bottom: 130px!important;
}
section.registerSection {
    position: relative;
    margin-top: -150px;
}
section.registerSection .contact-form-block{
    z-index: 9;
    border-radius: 10px;
    padding: 40px 30px;
}


/**************************** Success Start *****************************/
.success-block {
    position: relative;
    padding: 60px 40px;
    background: #fff;
    height: 100%;
    text-align: center;
}
.success-block svg {
    fill: #318931;
    width: 60px;
    margin-bottom: 30px;
    outline: 10px;
    outline-color: #318931b3;
    outline-style: solid;
    outline-offset: -1px;
    border-radius: 50px;
}
.success-block h1 {
    margin-bottom: 8px;
    color: #121212;
    font-size: 38px;
    line-height: 46px;
}
.success-block p {
    color: #000;
    font-weight: 400;
    font-size: 21px;
    line-height: 26px;
    margin-bottom: 0;
}
.success-block p b {
    font-weight: 500;
}
a.backToHome-btn {
    color: #fff;
    border: 1px solid #6b6b6b;
    font-size: 16px;
    font-weight: 300;
    padding: 9px 16px 8px;
    display: inline-block;
    text-transform: uppercase;
    background: #6b6b6b;
    border-radius: 2px;
}
/**************************** Success End *****************************/

.enquiryForm .contact-form-block, .colleagueSection .contact-form-block {
    padding: 40px 30px;
}
.mainLabel {
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 8px;
    margin-top: 25px;
    color: #c1382f;
    font-weight: 300;
}

.serviceLinksBlock {
    position: relative;
    overflow: hidden;
    padding-bottom: 4px;
}
.serviceLinksBlock .serviceLinksBox a {
    position: relative;
    text-align: center;
    display: block;
    width: 100%;
    padding: 50px 20px;
    font-size: 32px;
    line-height: 38px;
    color: #222;
    font-weight: 400;
    text-transform: uppercase;
    font-family: 'Viga', sans-serif;
    background: #ddd;
    transition: .4s ease-in-out;
}
.serviceLinksBlock .serviceLinksBox a:hover {
    background: #fff;
    color: #517137;
}
.serviceLinksBlock .serviceLinksBox a svg {
    width: 90px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-200%, -50%);
    fill: #0000001a;
    opacity: 0;
    transition: .4s ease-in-out;
}
.serviceLinksBlock .serviceLinksBox a:hover svg {
    opacity: 1;
    transform: translate(-50%, -50%);
}
.serviceLinksBlock .serviceLinksBox a:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(../images/bg/pattern_3.png);
    opacity: .05;
    filter: invert(1);
}



.currentOpeningBlock .currentOpeningBox {
    position: relative;
    margin-bottom: 25px;
    padding-bottom: 25px;
    border-bottom: 1px solid #d5d5d5;
}
.currentOpeningBlock .currentOpeningBox:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0;
}
.currentOpeningBlock .currentOpeningBox h3 {
    font-size: 23px;
    line-height: 28px;
    margin-bottom: 0;
    color: #121212;
}
.currentOpeningBlock .currentOpeningBox small {
    font-size: 75%;
    font-family: sans-serif;
    color: #494949;
    font-weight: 400;
    line-height: 22px;
}
h2.notAvailable {
    color: #bf3e35;
    font-size: 32px;
    font-family: sans-serif;
    line-height: 40px;
    font-weight: 400;
}

#back_to_top_button {
    display: inline-block;
    background-color: #517137;
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 4px;
    position: fixed;
    bottom: 50px;
    right: 50px;
    transition: background-color .3s, opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
}
  #back_to_top_button::after {
    content: "\f077";
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    font-size: 1.3em;
    line-height: 50px;
    color: #fff;
    }
  #back_to_top_button:hover::after {
    color: #000;
    }
  #back_to_top_button:hover {
    cursor: pointer;
    background-color: #cad61d;
    color: #000;
  }
  #back_to_top_button:active {
    background-color: #cad61d;
    color: #000;
  }
  #back_to_top_button.show {
    opacity: 1;
    visibility: visible;
  }


.referColleagueModal .modal-header h5 {
    font-size: 24px;
}
.referColleagueModal .modal-header {
    padding: 12px;
}
.referColleagueModal .modal-content {
    border-radius: 0;
    border: 0;
}
.referColleagueModalBlock .contact-form-block {
    padding: 0;
}

.careerAccordion .accordion-button:focus {
    border-color: #f1f1f1;
    box-shadow: none;
}
.careerAccordion .accordion-body {
    padding: 16px 20px 30px;
}
.careerAccordion button.accordion-button {
    padding: 14px 20px;
    background: #517137;
    color: #fff;
    font-size: 22px;
    line-height: 30px;
}
.careerAccordion button.accordion-button::after {
    filter: invert();
}
.careerAccordion .accordion-item {
    border: 0;
}
.careerAccordion .accordion-body h3 {
    font-size: 23px;
    line-height: 28px;
    margin-bottom: 12px;
    color: #121212;
}
.careerAccordion .accordion-body p, .careerAccordion .accordion-body ul li {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 0;
    margin-top: 16px;
    color: #000;
    font-weight: 400;
}

.alert.alertMain {
    font-size: 15px;
    line-height: 20px;
    text-align: left;
    font-weight: 500;
    padding: 12px 38px 12px 40px;
  }
  
  .btn-close:focus {
    box-shadow: none;
  }
  
  .alert.alertMain button.btn-close {
    padding: 16px;
    font-size: 14px;
  }
  
  .alert.alertMain svg {
    position: absolute;
    left: 12px;
    top: 12px;
  }