@import "bootstrap.min.css";
@import "font-awesome.min.css";
@import "gfonts.css";
@import "owl.carousel.min.css";
@import "ekko-lightbox.css";
/*@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;700&display=swap');
/*font-family: 'Poppins', sans-serif; */
/*@import url('https://fonts.googleapis.com/css2?family=Amiko:wght@400;600;700&display=swap');
/* font-family: 'Amiko', sans-serif; */
body{
    margin:0px;
    padding:0px;
    font-family: 'Amiko', sans-serif;
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.5;
    /*letter-spacing:0.03em;*/
    color: #444444;
    
}

p {
    margin-bottom: 20px;
    line-height: 2;
}

a {
    color: #F06B30;
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
}
a:hover {
    color: #F06B30;
    text-decoration: underline;
}

a:hover,a :hover{
    text-decoration:none;
}
a:focus,.button:focus,button:focus,.btn:focus{
    text-decoration:none;
    outline:none;
    box-shadow:none;
}

.form-control:focus {
    box-shadow: none;
}

.h1, .h2, .h3, .h4, .h5, .h6,
h1, h2, h3, h4, h5, h6 {
    margin-bottom: 20px;
    line-height: 1.5;
}
.h1, h1{
    font-size: 48px;
    line-height:1.85;
    font-family: 'Poppins', sans-serif;
}
.h2, h2 {
    font-size: 36px;
    font-family: 'Poppins', sans-serif;
}
.h3, h3 {
    font-size: 24px;
}
.h4, h4 {
    font-size:20px;
}
.h5, h5 {
    font-size:18px;
}

.h6, h6 {
    font-size:16px;
}

dl, ol, ul {
    margin-top: 0;
    margin-bottom: 20px;
}

.btn, button{
    font-size: 16px;
    letter-spacing: normal;
    line-height: 1.2;
}
.btn-theme, button{
    font-family: 'Amiko', sans-serif;
    border: 1px solid #F06B30;
    color: #ffffff;
    background-color: #F06B30;
    padding: 9px 20px 7px !important;
    border-radius: 27.5px;
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
    text-transform:uppercase;
}

.btn-theme.focus, 
.btn-theme:hover, 
.btn-theme:active{
    color: #ffffff;
    background-color: #de5519;
}
.card .btn-theme.focus, 
.card .btn-theme:hover, 
.card .btn-theme:active{
    color: #F06B30;
    background-color: #ffffff;
    border-color: #ffffff;
}

.bgColor-lightgreen .card .btn-theme:focus,
.bgColor-green .card .btn-theme:focus,
.bgColor-lightgreen .card .btn-theme:hover,
.bgColor-green .card .btn-theme:hover,
.bgColor-lightgreen .card .btn-theme:active,
.bgColor-green .card .btn-theme:active{
    border-color: #de5519;
    color: #ffffff;
    background-color: #de5519;
}


/* site backgroud color css */
.bgColor-white{
    background-color: #ffffff;
}
.bgColor-orange{
    background: #F06B30;
}
.bgColor-lightorange{
    background:#FFE5D9;
}
.bgColor-green{
    background: #337F3F;
}
.bgColor-lightgreen{
    background: #BEE8C5;
}
.bgColor-grey{
    background: #EEEBEB;
}
.bgColor-lightergreen{
    background:#E7FFEA;
}
.shadowgrey{
    box-shadow: 0px 2px 5px #999 !important;
    margin-bottom: 10px;
}
/* text color css */
.text-black{
    color:#444444;
}
.text-white,
.bgColor-green{
    color:#ffffff;
}
.text-green{
    color:#337F3F;
}
.text-orange{
    color:#F06B30;
}
.text-lightgreen{
    color:#BEE8C5;
}
.text-lightgrey{
    color:#EEEEEE;
}
.text-lightergreen{
    color:#E7FFEA;
}
.text-lightorange{
    color:#FCA078;
}
.btn-link, .btn-link:hover{
    color: #F06B30;
}
.btn-link .icon, 
.btn-theme .icon, 
.nav-link .icon,
a .icon{
    margin-right: 10px;
}

.carousel-control-next-icon,
.carousel-control-prev-icon{
    background-image:none;
}

/*Placeholder Webkit*/
header input::-webkit-input-placeholder {color:#FFFFFF !important; font-family: 'Amiko', sans-serif;font-size: 14px;opacity: 0.65;}
header input:-moz-placeholder {color:#FFFFFF !important; font-family: 'Amiko', sans-serif;font-size: 14px;opacity: 0.65;}
header input::-moz-placeholder {color:#FFFFFF !important; font-family: 'Amiko', sans-serif;font-size: 14px;opacity: 0.65;}
header input:-ms-input-placeholder {color:#FFFFFF !important; font-family: 'Amiko', sans-serif;font-size: 14px;opacity: 0.65;}

input::-webkit-input-placeholder {color: rgba(68, 68, 68, 0.64); font-family: 'Amiko', sans-serif;font-size: 14px;text-transform:uppercase;}
input:-moz-placeholder {color: rgba(68, 68, 68, 0.64); font-family: 'Amiko', sans-serif;font-size: 14px;text-transform:uppercase;}
input::-moz-placeholder {color: rgba(68, 68, 68, 0.64); font-family: 'Amiko', sans-serif;font-size: 14px;text-transform:uppercase;}
input:-ms-input-placeholder {color: rgba(68, 68, 68, 0.64); font-family: 'Amiko', sans-serif;font-size: 14px;text-transform:uppercase;}
textarea::-webkit-input-placeholder {color: rgba(68, 68, 68, 0.64); font-family: 'Amiko', sans-serif;font-size: 14px;text-transform:uppercase;}
textarea:-moz-placeholder {color: rgba(68, 68, 68, 0.64); font-family: 'Amiko', sans-serif;font-size: 14px;text-transform:uppercase;}
textarea:-moz-placeholder {color: rgba(68, 68, 68, 0.64); font-family: 'Amiko', sans-serif;font-size: 14px;text-transform:uppercase;}
textarea:-ms-input-placeholder {color: rgba(68, 68, 68, 0.64); font-family: 'Amiko', sans-serif;font-size: 14px;text-transform:uppercase;}

/* Header css */
.top-header{
    padding-top:14px;
    padding-bottom:14px;
    text-align:center;
}
.top-header>p{
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
    text-align: center;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    color: #FFFFFF;
    margin:0px;
}
.top-header>p strong{
    font-weight:500;
}


/*navbar*/
header .navbar {
    padding-left: 0;
    padding-right: 0;
    padding:0px;
    
    align-items: stretch;
    width: 100%;
}
.nav-header .navbar-brand{
    margin-right:0px;
    padding-top:0px;
    padding-bottom:0px;
    
    align-self: center;
    margin-left: 4%;
}
.nav-header .navbar-toggler>i{
    color: #337F3F;
    font-size: 22px;
}
.nav-header .button-search-section{
    justify-content: space-evenly;
    align-items: center;
}

.nav-header .searchform{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    display: flex;
    align-items: center;
    padding: 15px 30px;
    background: #BEE8C5;
}
.nav-header .searchform .inputSearch{
    background:transparent;
    border:0px;
    border-bottom: 1px solid #fff;
    border-radius:0px;
    padding: 0px;
    max-width: 330px;
}
.nav-header .searchform .btn-link{
    border: 0;
    background: transparent;
    color:#F06B30;
    font-weight:600;
    font-family: 'Poppins', sans-serif;
    outline:none !important;
}
.nav-header .searchform .close{
    margin-left: auto;
    font-size: 36px;
    font-weight: normal;
    color: #fff;
    opacity: 1;
}
.navbar-nav>.nav-item{
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
}
.navbar-nav .nav-link{
    font-family: 'Amiko', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 1.2;
    text-align: center;
    letter-spacing: normal;
    text-transform: uppercase;
    color: #444444;
    position:relative;
    padding-top: 30px;
    padding-bottom: 30px;
}
.navbar-nav .nav-item:hover > .nav-link, .nav-link,
.navbar-nav>.current-menu-item>.nav-link,
.navbar-nav>.current-menu-parent>.nav-link{
    color:#337F3F;
}
.navbar-nav .dropdown-menu .nav-item:hover > .nav-link,
.navbar-nav .dropdown-menu .current-menu-item > .nav-link{
    background:#BEE8C5;
    color:#337F3F;
}

.navbar-nav>.nav-item>.nav-link:after,
.navbar-nav>.menu-item>.nav-link:after{
    content: "";
    border:0px;
    border-bottom: 2px solid transparent;
    width: 100%;
    bottom: 0px;
    position: absolute;
    left:0px;
    margin:0px;
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
}
.navbar-nav>.nav-item:hover>.nav-link:after,
.navbar-nav>.menu-item:hover>.nav-link:after,
.navbar-nav>.current-menu-item>.nav-link:after,
.navbar-nav>.current-menu-item:hover>.nav-link:after,
.navbar-nav>.current-menu-parent>.nav-link:after{
    border-bottom: 2px solid #337F3F;;
}
/*.navbar-nav>.nav-item:hover>.dropdown-menu,
.dropdown-menu>.nav-item:hover>.dropdown-menu{
    display:block;
}*/
.dropdown-menu>.nav-item:hover>.dropdown-menu{
    left:inherit;right:-155%;top:0px;
}

.page-id-68 .review-logo{
	flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 0;
    text-align: center;
}


/*Dropdown*/
.navbar-nav .dropdown-menu{
    max-width: 400px;
    left: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    border-radius: 0px;
    border-top-left-radius: 0px;
    border: 0;
    margin-top: 0;
    background: #EEEBEB;
}
.navbar-nav .dropdown-menu .dropdown-item,
.navbar-nav .dropdown-menu .nav-link{
    line-height: 1.9;
    padding: 15px 30px;
    text-align:left;
    white-space: nowrap;
    font-weight: normal;
}

/*End Dropdown*/

/*Footer Css*/
.footer-wraper{
    padding-top:97px;
    background:#fff;
}
.mountain-bg>img{
    width:100%;
}
.footer-wraper h2{
    margin-bottom:20px;
}
.footer-wraper .instagram-title{
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    font-weight: 600;
    line-height: 1.12;
    text-align: center;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    color: #F06B30;
}
.footer-wraper .instagram-subtitle{
    margin-bottom: 60px;
    display: block;
    font-family: 'Amiko', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 30px;
    line-height: 36px;
    text-align: center;
    color: #337F3F;
}
.footer-wraper .nav-footer{
    padding-top:23px;
    padding-bottom:22px;
    margin-top: -1px;
    position: relative;
}
.footer-wraper .nav-footer .newsletter p{
    margin-bottom:20px;
}
.newsletter .input-group{
    max-width: 464px;
}
.newsletter .form-control{
    border-radius: 27.5px;
    padding-right: 60px;
    z-index:inherit !important;
}
.newsletter .input-group-append {
    margin-left: -50px;
}
.footer-wraper .newsletter .btn-theme{
    border-radius: 27.5px;
}
.footer-wraper .nav-footer h2{
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 28px;
    line-height: 40px;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    color: #FFFFFF;
    margin-bottom: 6px;
}
.footer-wraper .nav-footer p, footer a{
    margin:0px;
    padding:0px;
    font-family: 'Amiko', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 2.25;
    color: #ffffff;
    margin-bottom:30px;
}
footer .socialicons{
    margin:0px;
    margin-top: 30px;
}
footer .socialicons .list-inline-item:not(:last-child){
    margin-right:10px;
}
footer .socialicons a{
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background: #ffffff;
    text-align: center;
    align-items: center;
    display: inline-flex;
    justify-content: center;
    color: #337F3F;
    font-size: 20px;
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    line-height: 1px;
    margin: 0;
    padding: 0;
}
footer .socialicons .icon{
    color:inherit;
    margin: 0px;
    font-size: inherit;
}
footer .socialicons a:hover{
    background: #337F3F;
    color: #ffffff;
}
.fa-line{
    position:relative;
}
.fa-line .icon{
    text-align: left;
    width: 20px;
    line-height: inherit;
}
/********************/

/*home-banner*/
.home-banner{
    text-align: center;
    position: relative;
}
.home-banner .embed-responsive-21by9::before{
    padding-top: 37.415%;
}
.home-banner .video-section .video-play-btn{
    padding-bottom: 10%;
}
.banner-title {
    display: inline-block;
    background-image: url(../images/bannertitlebg.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    width: 946px;
    max-width: 70%;
    border-radius: 27.5px;
    padding: 30px 15px 45px;
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: -75px;
    left: 50%;
}
.banner-title h1{
    color:#fff;
    font-style: normal;
    font-weight: 600;
    font-size: 60px;
    line-height: 1.34;
    text-align: center;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    margin-bottom:20px;
}
/********************/

/*featuredimg*/
.featuredimg{
    position: relative;
    height: 450px;
    text-align: center;
}
.featuredimg>img{
    object-fit: cover;
    object-position: center;
}
.featuredimg>.banner-title {
    z-index: 1;
    padding: 20px 6.43% 20px;
    min-width: 544px;
    width:max-content;
    max-width: 70%;
    bottom: -78.5px;
    height: 157px;
    -ms-flex-align: center!important;
    align-items: center!important;
    display: -ms-flexbox!important;
    display: flex!important;
    -ms-flex-pack: center!important;
    justify-content: center!important;
}
.featuredimg>.banner-title h1{
    margin-bottom:0px;
    font-size: 48px;
    line-height: 1.25;
}

.featuredimg + section:not(.blog-list)>div:first-child{
    padding-top:78.5px;
}
.featuredimg + section:not(.blog-list)>div.section-wraper:first-child{
    /*padding-top:178.5px;*/
	padding-top:120px;
}
/********************/

/*Clone Nav FOr Slider*/
.owl-nav-clone{
    margin-top:20px;
    margin-bottom:20px;
}
/********************/

/*Video-Section*/
.video-section{
   /* height: 100%;*/
    overflow: hidden;
    position: relative;
    width: 100%;
}
.video-section .video-thumbnail{
    height: 100%;
    object-fit: cover;
    object-position: center;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.video-section .video-play-btn{
    position: absolute;
    z-index: 1;
    top: 0;
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
}
/*End Video-Section*/

/***************Custom Bg*****************/
.object-fit {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.bg-three-tree{
    background-image:url(../images/three-tree.svg);
    background-position:bottom;
    background-repeat:no-repeat;
    background-size: 100%;
    position:relative;
}
.bg-two-tree-left{
    background-image:url(../images/two-tree-left.svg);
    background-position:left center;
    background-repeat:no-repeat;
    background-size:contain;
    position:relative;
}
.bg-two-tree-right{
    background-image:url(../images/two-tree-right.svg);
    background-position:right bottom;
    background-repeat:no-repeat;
    background-size:contain;
    position:relative;
}

.bg-two-tree-far{
    background-image:url(../images/two-tree-far.svg);
    background-position:right center;
    background-repeat:no-repeat;
    background-size:cover;
    position:relative;
}

.bg-two-side-tree{
    background-image:url(../images/two-tree-two-side.svg);
    background-position:bottom;
    background-repeat:no-repeat;
    background-size:100%;
    position:relative;
}

.bg-top{
     background-position:top !important;
}
.bg-center{
     background-position:center !important;
}
/***********************/

/*******Card Css********/

/******Card Typo*****/

.card .card-title{
    font-family: 'Poppins', sans-serif;
    text-transform: uppercase;
    line-height: 1.7;
    letter-spacing: 0.03em;
    color: #444444;
    margin-bottom:20px;
}
.card .card-title:last-child{
    margin-bottom:0px;
}
.card .card-title h3{
    margin-bottom:0px;
}
.card .card-title h3>span{
    color:#F06B30;
    font-weight:normal;
}
.card .card-title h3>strong{
    color:#F06B30;
}
.card .card-text{
    margin-bottom:0px;
    letter-spacing: 0.03em;
    padding: 0px 22px;
}
.card .card-text p{
    margin-bottom:0px;
}
.card .card-text p + p{
    margin-top:35px;
}
.card .card-text ul.list-unstyled{
    margin-bottom:0px;
}
.card .card-text ul>li{
    line-height:2.7;
}
.card .card-text ul>li strong{
    text-transform:uppercase;
    margin-left:10px;
}
.card .card-text .btn-link{
    margin-top:30px !important;
    display:block;
    font-weight:bold;
}
.card .card-btn {
    padding-bottom: 50px;
    display: block;
    width: 100%;
}
.card .card-btn .btn-theme{
    margin: 0px;
    min-width: 55%;
}
.card .card-btn .btn-theme + .btn-theme{
    margin: 26px auto 0px;
}
.card .card-img.logo-img{
    -ms-flex-align: center!important;
    align-items: center!important;
    -ms-flex-pack: center!important;
    justify-content: center!important;
    display: -ms-flexbox!important;
    display: flex!important;
}
.card .card-img-logo{
    width: auto;
    max-width: 70%;
    max-height: 70%;
}

/*custome-card-wraper*/
.card-column-section{
    margin: auto;
    padding: 0px 15px;
    width: 100%;
}
.card-column-section > .row.justify-content-center{
    -ms-flex-pack: space-evenly !important;
    justify-content: space-evenly !important;
}
.custome-card-wraper {
    max-width: 320px;
    min-width: 320px;
    margin-bottom:30px;
}

@media (min-width: 576px){
    .custome-card-wraper {
        max-width: 290px;
        min-width: 290px;
    }
}
@media (min-width: 768px){
    .custome-card-wraper {
        max-width: 320px;
        min-width: 320px;
        padding: 0px 15px;
    }
}
/*@media (min-width: 992px){
    .custome-card-wraper {
        max-width: 320px;
        min-width: 320px; 
    }
}
@media (min-width: 1200px){
    .custome-card-wraper {
        max-width: 320px;
        min-width: 320px; 
    }
}*/
@media (min-width: 1440px){
    .custome-card-wraper {
       max-width: 429px;
    }
    .form-control{
        font-size:16px;
    }
    header input::-webkit-input-placeholder {font-size: 16px}
    header input:-moz-placeholder {font-size: 16px}
    header input::-moz-placeholder {font-size: 16px}
    header input:-ms-input-placeholder {font-size: 16px}
    
    input::-webkit-input-placeholder {font-size: 16px}
    input:-moz-placeholder {font-size: 16px}
    input::-moz-placeholder {font-size: 16px}
    input:-ms-input-placeholder {font-size: 16px}
    textarea::-webkit-input-placeholder {font-size: 16px}
    textarea:-moz-placeholder {font-size: 16px}
    textarea:-moz-placeholder {font-size: 16px}
    textarea:-ms-input-placeholder {font-size: 16px}
}
@media (min-width: 1600px){
    .card-column-section{
        padding:0px 75px;
    }
    .custome-card-wraper {
        max-width: 392px;
    }
    .column-w-400 .custome-card-wraper {
        max-width: 430px;
    }
    .column-w-482 .custome-card-wraper {
        max-width: 512px;
    }
    .form-control{
        font-size:18px;
    }
    /*Placeholder Webkit*/
    header input::-webkit-input-placeholder {font-size: 18px;}
    header input:-moz-placeholder {font-size: 18px;}
    header input::-moz-placeholder {font-size: 18px;}
    header input:-ms-input-placeholder {font-size: 18px;}
    
    input::-webkit-input-placeholder {font-size: 18px;}
    input:-moz-placeholder {font-size: 18px;}
    input::-moz-placeholder {font-size: 18px;}
    input:-ms-input-placeholder {font-size: 18px;}
    textarea::-webkit-input-placeholder {font-size: 18px;}
    textarea:-moz-placeholder {font-size: 18px;}
    textarea:-moz-placeholder {font-size: 18px;}
    textarea:-ms-input-placeholder {font-size: 18px;}
}

.custome-card-wraper .card {
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    height: 100%;
    margin: 0 0 0px;
    overflow: hidden;
    background-color: #BEE8C5;
    border: none;
    border-radius: 30px;
    /*max-height: 400px;*/
    width: 100%;
	flex-flow: column;
}
.innerpage-column .custome-card-wraper .card {
    -ms-flex-flow: column;
    flex-flow: column;
}

.bgColor-lightgreen .custome-card-wraper .card,
.bgColor-green .custome-card-wraper .card{
    background-color: #ffffff;
}

.custome-card-wraper .card .card-img {
    border-radius: 0;
    padding: 0;
    margin: 0;
    height: 281px;
    overflow: hidden;
    position: relative;
}

.custome-card-wraper .card .card-img>a{
    display:inline-block;
}

.custome-card-wraper .card-img-top {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 281px;
    min-width: 100%;
    object-position: top;
    left: 50%;
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    position: absolute;
}

.custome-card-wraper .card-body {
    text-align: center;
    padding-bottom:35px;
}
.home-section2 .custome-card-wraper .card-body {
    -ms-flex-item-align: end!important;
    align-self: flex-end!important;
}
.column-w-482 .card-body{
    padding-top: 50px;
}


/*Card width 400*/
.column-w-400 .custome-card-wraper .card .card-img{
    height: 262px;
}
.column-w-400 .custome-card-wraper .card-img-top{
    height: 262px;
}
/*****************/


/*brand-card*/
.brand-card{
    margin-top:60px;
}
.brand-card .custome-card-wraper{
    margin-bottom:60px;
}
.brand-card .custome-card-wraper .card {
    -ms-flex-flow: column;
    flex-flow: column;
}
.card-not-equal .custome-card-wraper .card {
    min-height:510px;
    height:inherit;
}

.brand-card .card .card-img {
    height: 250px;
    padding-top:40px;
}
.brand-card .card .card-img-logo {
    width: auto;
    max-width: 75%;
    max-height: 75%;
}
.brand-card .card-body {
    padding-top: 20px;
}
.brand-card .card-body:last-child{
    padding-bottom:60px;
}

.brand-card .card-body p{
    margin:0px;
}
.brand-card .card-body a{
    font-weight:bold;
    margin:0px;
    display: inline-block;
    width: 100%;
}
.brand-card .card-body a + a{
    margin-top:5px;
}
.brand-card .card-body h3,
.brand-card .card-body h4{
    font-weight:bold;
    line-height: 1.7;
    margin-bottom:0px;
}

.brand-card .card .card-text{
    padding:0px;
}
.brand-card .card-footer{
    padding-top:45px !important;
    padding-bottom:45px !important;
}
.brand-card .card-footer *:last-child{
    margin-bottom:0px;
}

/***********************/

/****global title***/
.global-title {
    display: block;
    position: relative;
    margin: 0 0 30px;
    padding: 50px 0px 0px;
    width: 100%;
}
.global-title:before{
    content: "";
    position: absolute;
    top: 0;
    left: 5px;
    background-image: url(../images/title-green-tree.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    width: 60px;
    height: 50px;
}
.text-center.global-title:before{
    left:50%;
    -o-transform:translateX(-50%)
    -ms-transform:translateX(-50%);
    -moz-transform:translateX(-50%);
    -webkit-transform:translateX(-50%);
    transform:translateX(-50%);
}
.orange-tree .global-title:before{
    content: "";
    position: absolute;
    top: 0;
    left: 5px;
    background-image: url(../images/orange-tree.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    width: 60px;
    height: 50px;
}
.orange-tree .text-center.global-title:before{
    left:50%;
    -o-transform:translateX(-50%)
    -ms-transform:translateX(-50%);
    -moz-transform:translateX(-50%);
    -webkit-transform:translateX(-50%);
    transform:translateX(-50%);
}
.global-title h2, .global-title h3 {
    font-family: 'Poppins', sans-serif; 
    font-style: normal;
    letter-spacing: 0.03em;
    margin: 0;
    padding: 0;
}
.global-title h2 {
    color: #F06B30;
    font-size: 36px;
    font-weight: 600;
    line-height: 1.135;
    text-transform: uppercase;
}
.global-title h2 span{
    font-weight:normal;
}
.global-title h3 {
    color: #F06B30;
    font-size: 32px;
    font-weight: 600;
    line-height: 1.135;
    text-transform: capitalize;
}
.global-title h3 span{
    font-weight:normal;
}

.special-event .global-title h3{
    color:#444444;
    font-weight:600;
}
/******************/

/**********Section Css Start**********/

/*Section Common css*/
section h2{
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    line-height: 1.135;
    text-transform: uppercase;
    margin-bottom: 30px;
}
section h3,
section h4,
section h5,
section h6{
    text-transform: uppercase;
    /*font-weight: 400;
    margin-bottom: 20px;*/
}
section h3{
    font-weight:700;
}
section h3 span{
    font-weight:400;
}
section h3>strong,
section h4>strong,
section h5>strong,
section h6>strong {
    font-weight: 700;
    color: #F06B30;
}
section p:not(.testimonial-title) + p{
   /* margin-top:40px;*/
}
.section-row, .section-wraper {
    padding-top: 30px;
    padding-bottom: 30px;
}

.section-wraper{
    padding-left:0px;
    padding-right:0px;
}

.section-row p + .btn-theme, .section-wraper p + .btn-theme{
    margin-top:30px;
}
section ul:not(.list-unstyled):not(.pagination):not(.list-inline){
    margin: 0px 0px 0px 15px;
    padding: 0;
    list-style: none;
}
section ul:not(.list-unstyled):not(.pagination):not(.list-inline) li{
    width: calc(100% - 30px);
    position: relative;
    margin: 0px 0 0px 30px;
    line-height: 2;
}
section ul:not(.list-unstyled):not(.pagination):not(.list-inline) li:before{
    content: "";
    position: absolute;
    left: -30px;
    top: 11px;
    width: 10px;
    height: 10px;
    background: #337F3F;
    border-radius: 100px;
}


section ul.list-unstyled li{
    position: relative;
    margin: 0px 0 20px 0px;
    line-height: 2;
}


section ol {
  counter-reset: item;
  margin-left: 0;
  padding-left: 0;
  margin-top:60px;
}
section ol li {
  display: block;
  margin: 0px 0px 35px 30px;
}
section ol li::before {
  display: inline-block;
  content: counter(item);
  counter-increment: item;
  width: 30px;
  margin-left: -30px;
  color: #f06b30;
}

/******************/

/**********Page Css Start**********/
/*Home Page CSS*/
.home-brand-section .section-row{
    padding-top: 121px;
    padding-bottom: 20px;
}

.brand-section .section-row {
    padding-top: 51px;
    padding-bottom: 30px;
}

.home-section2 .global-title{
    max-width: 768px;
    margin: auto;
}
.home-section2 .global-title:before{
    left:50%;
    -o-transform:translateX(-50%)
    -ms-transform:translateX(-50%);
    -moz-transform:translateX(-50%);
    -webkit-transform:translateX(-50%);
    transform:translateX(-50%);
}

.home-section2 .card-column-section {
    margin-top: 45px;
}
.home-left-video-content-full{
    position: relative;
    width: 100%;
    margin: 0;
    padding: 0;
    background-image:url(../images/two-tree-far.svg);
    background-position:right bottom;
    background-repeat:no-repeat;
    background-size:contain;
    position:relative;
}
.home-left-video-content-full .video-section{
    height:100%;
}
.home-left-video-content-full .video-section::before {
    padding-top: 72.385%;
}
.home-left-video-content-full .left-details {
    display: block;
    position: relative;
    width: 100%;
    margin: 0 0 0 auto;
    padding: 70px 15% 78px 0;
    max-width: 89.1%;
}
.home-left-video-content-full .left-video{
    padding:0px;
}
.home-left-video-content-full .left-details h2{
    margin-bottom: 23px;
}
.home-left-video-content-full .left-details p + p {
    margin-top: 40px;
}
.home-left-video-content-full .left-details .btn-theme{
    margin-top:21px;
}
/* Clss For testimonial */
.testimonial-section{
    background-image:url(../images/two-tree-left.svg);
    background-position:left bottom;
    background-repeat:no-repeat;
    /*background-size:contain;*/
    position:relative;
}
.testimonial-section .testimonial-card{
    padding:100px 15px 40px;
    background: #ffffff;
    border-radius: 60px;
    position:relative;
}
.testimonial-section .testimonial-card:before {
    content: "";
    position: absolute;
    top: 50px;
    left: 15px;
    background-image: url(../images/quate.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    width: 24px;
    height: 24px;
}
.testimonial-section .testimonial-cardroller .owl-stage{
    left: -25px;
    display: inline-flex;
    justify-content: center;
}

.testimonial-section .testimonial-title{
    font-weight:bold;
    margin-bottom:0px;
}
.testimonial-section p, .testimonial-section .testimonial-title{
    line-height:2.25;
}
.testimonial-section .testimonial-caption .btn-link {
    color: #337F3F;
    text-transform: capitalize;
    font-weight: 700;
    font-family: 'Poppins', sans-serif;
    font-size:20px;
    display: inline-block;
    margin-top: 20px;
    margin-bottom: 10px;
}
.owl-nav-clone a {
    cursor: pointer;
    margin: 10px;
}
.owl-dots{
    margin-top:30px;
}
.owl-theme .owl-dots .owl-dot span{
    margin: 10px 16px;
    background: #444444;
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #F06B30;
}
/*carousel card*/

.carousel-card{
    padding:100px 15px 40px;
    background: #bee8c5;
    border-radius: 20px;
    position:relative;
}
.carousel-card:before {
    content: "";
    position: absolute;
    top: 40px;
    left: 15px;
    background-image: url(../images/q.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    width: 24px;
    height: 24px;
}
.carousel-cardroller .owl-stage{
    left: -25px;
    display: inline-flex;
    justify-content: center;
}

.carousel-title{
    font-weight:bold;
    margin-bottom:0px;
}
.carousel-title p, .carousel-title{
    line-height:2.25;
}
.carousel-card-caption .btn-link {
    color: #F06B30;
    text-transform: uppercase;
    font-weight: 700;
    font-size:20px;
    display: inline-block;
}
.nav-center .owl-nav {
    position: absolute;
    width: 100%;
    top: 48%;
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    margin-top: 0;
    padding: 0px 4%;
}


.nav-center .owl-nav .owl-prev{
    float:left;
}
.nav-center .owl-nav .owl-next{
    float:right;
}
.nav-center .carousel-control-next-icon,
.nav-center .carousel-control-prev-icon{
    width: 17px;
    height: 30px;
}
.nav-center .carousel-control-next-icon path,
.nav-center .carousel-control-prev-icon path{
    fill: #F06B30;
}

.owl-theme .owl-nav [class*=owl-]:hover{
    background:transparent;
}

/*End Home Page CSS*/

/*BLog Page CSS*/
/**Blog Landing**/
.cate_links {margin: 5px 0px 15px;text-align: center;color:#F06B30;}
.cate_links li{color: inherit;font-weight: 400;font-size: 18px;}
.cate_links li:not(:last-child){margin-right: 50px;}
.cate_links li a{color: inherit;font-weight: inherit;font-size: inherit;}
.cate_links li a:hover,
.cate_links li a:focus{color: #F06B30;}
.cate_links .fa{margin-right: 10px;vertical-align: middle;}
.cate_links .fa-folder-open:before{content: "";background-image: url(../images/tag.svg);background-repeat: no-repeat;background-size: cover;display: inline-block;width: 18px;height: 18px;}
.cate_links .fa-user:before{content: "";background-image: url(../images/user.svg);background-repeat: no-repeat;background-size: cover;display: inline-block;width: 18px;height: 18px;}
.cate_links .fa-calendar:before{content: "";background-image: url(../images/calendar.svg);background-repeat: no-repeat;background-size: cover;display: inline-block;width: 20px;height: 20px;}

section.blog-list {
    position: relative;
    margin: 0;
    padding: 187px 0 90px;
}
.post-pagination.page-active {
    display: block;
    margin: auto;
}
section .card.horizontal {
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    height: 100%;
    margin: 0 0 40px;
    overflow: hidden;
    background-color: #BEE8C5;
    border: none;
    border-radius: 30px;
    height: 400px;
}
section .card.horizontal .card-img {
    border-radius: 0;
    width: 33.333%;
    padding: 0;
    margin: 0;
    height: 100%;
    background: #E7FFEA;
}
section .card.horizontal-img-top {
    width: 100%;
    border-top-left-radius: calc(.25rem - 1px);
    border-top-right-radius: calc(.25rem - 1px);
}
section .card.horizontal .card-body {
    width: 66.66666667%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    margin: 0;
    padding: 60px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    text-align: left;
}
section .card.horizontal .btn-theme{
    margin:30px 0px 0px !important;
}
section .card.horizontal .card-title{
    font-weight:bold;
}
section .card.horizontal .card-body>a {
    display:inline-block;
    margin-bottom:20px;
}
section .card.horizontal .card-text{
    padding-left:0px;
    padding-right:0px;
}

/**Blog Inner**/
.blog-header .global-title h2{
    color:#444444;
    margin-bottom:40px;
}
/******************/

.address-container{
    font-size:16px;
    line-height: 2.5;
}
.address-container p,
.address-container ul li,
.address-container h3,
.address-container h4,
.address-container h5,
.address-container h6{
    /*margin-bottom:15px;*/
}
.address-container .global-title{
    margin-bottom:60px;
}
.address-container h3 + p{
    margin-top:20px;
}
.address-container p + h5{
    margin-top:40px;
}
.address-container p:not(.testimonial-title) + p {
    margin-top:0px;
}
.address-container .icon {
    color: #F06B30;
    margin-right: 15px;
    font-size: 28px;
    line-height: 1.2;
    vertical-align: top;
}

.address-row{
    margin-bottom:60px
}
.address-row *:last-child{
    margin-bottom:0px;
}
.address-row .nowrap{
    white-space:nowrap;
}

.contact_form form{
    margin-top:30px;
}
.form-group{
    margin-bottom:30px;
}
.form-control{
    background: #FFFFFF;
   /* border: 1px solid #444444;*/
    box-sizing: border-box;
    border-radius: 27.5px;
    padding: 12px 12px 8px;
    height: auto;
    color: #08090E;
    font-family: 'Amiko', sans-serif;
    font-size: 14px;
    text-transform:uppercase;
}
.custom-control-input {
    width: 18px;
    height: 1.25rem;
    top: 50%;
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.custom-control-label {
    font-family: 'robotomedium';
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 1.5;
    text-align: center;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    color: #444444;
    outline:none;
    padding-left: 20px;
}

.custom-control-label::before {
    border: 2px solid #337F3F;
    background-color: transparent;
}
.custom-control-input:checked~.custom-control-label::before,
.custom-control-input:not(:disabled):active~.custom-control-label::before {
    color: #fff;
    border-color: #337F3F;
    background-color: transparent;
}
.custom-radio .custom-control-input:checked~.custom-control-label::after {
    background-image: url(../images/radiodot.svg);
}
.custom-control-input:focus~.custom-control-label::before {
    box-shadow: 0 0 0 0.2rem rgba(153, 0, 0, 0.08);
}
.custom-control-label::before {
    top: 50%;
    left: -1.5rem;
    width: 18px;
    height: 18px;
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.custom-control-label::after {
    top: 50%;
    left: -25px;
    width: 20px;
    height: 20px;
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.custom-control-inline {
    margin-right: 2%;
    margin-left: 2%;
}
    
.map-wraper + .container-middle{
    margin-top:80px;
}

.top-section-header{
    text-align:center;
}

.top-section-header .lead-title{
    margin-bottom:60px;
    margin-top:20px;
}
.top-section-header .lead-title .main-lead{
    line-height:36px;
    margin-bottom:0px;
    margin-top:0px;
    padding-top:5px;
}

.top-section-header p.lead {
    font-size:18px;
}
.top-section-header .lead {
    margin: 0 !important;
    line-height: 36px;
    display:block;
    text-transform:none;
    font-size:24px;
}

/*.top-section-header h1,
.top-section-header h2,
.top-section-header h3,
.top-section-header h4{
    margin-bottom:35px;
    margin-top:0px;
}
.top-section-header p{
    margin-bottom:35px;
    margin-top:0px;
}
.top-section-header p + h1,
.top-section-header p + h2,
.top-section-header p + h3,
.top-section-header p + h4{
    margin-top:42px;
}

.top-section-header .btn-theme{
    margin-bottom:40px;
}*/

 
.g-typo h3,
.g-typo h4,
.g-typo h5,
.g-typo h4{
    margin-bottom:35px;
    margin-top:0px;
}
.g-typo p{
    margin-bottom:35px;
    margin-top:0px;
}
.g-typo ul{
    margin-bottom:0px;
    margin-top:0px;
}
.g-typo p + h3,
.g-typo p + h4,
.g-typo p + h5,
.g-typo p + h4{
    margin-top:40px;
}

.g-typo p + ul{
    margin-top:55px;
}

.g-typo p + .list-unstyled{
    margin-top:42px;
}

.g-typo h3 + ul,
.g-typo h4 + ul,
.g-typo h5 + ul,
.g-typo h4 + ul{
    margin-top:45px;
    
}
.g-typo ul + h3,
.g-typo ul + h4,
.g-typo ul + h5,
.g-typo ul + h6{
    margin-top:79px;
    
}
section p>u, section li u{
    text-transform:uppercase;
    color: #F06B30;
    text-decoration:none;
}
section .price-text{
    font-size:20px;
    color: #F06B30;
    font-weight:bold;
}

.special-event h3{
    margin-bottom:10px;
}
.special-event .top-section-header{
    max-width:798px;
}
.special-event .btn-theme{
    display: inline-block;
}
.top-section-header + .container{
    margin-top:75px;
}
.full-content-section + .img-content-section, .img-content-section + .full-content-section,
.full-content-section + .carousel-content-section, .full-content-section + .two-side-content-section,
.two-side-content-section + .full-content-section{
    margin-top:75px;
}
/*unique-photos-gallery*/

.unique-photos-gallery {
    display: block;
    margin: 0;
    position: relative;
}

.photos-gallery-item{
    padding-top:15px;
    padding-bottom:15px;
}
.photos-gallery-item>a,
.photos-gallery-item>a>img{
    height:100%;
    object-fit: cover;
}

.photos-gallery{
    margin-top:60px;
}
.photos-gallery .photos-gallery-item{
    overflow:hidden;
    padding-top: 56.25%;
    margin-top: 15px;
    margin-bottom: 15px;
}
.photos-gallery .photos-gallery-item>a {
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    margin: 0px 15px;
    width: calc(100% - 30px) !important;
}


/*Video*/
.video-caption{
    padding: 33px 50px 27px;
}
.video-caption>h3{
    margin-bottom:0px;
}
#playlistList{
    position:relative;
}
.video-train{
    position: absolute;
    max-height: 98%;
    overflow: hidden;
    overflow-y: auto;
    padding-left:20px;
    top:5px;
}
.video-train .video-train-item{
    margin-bottom:5px;
    cursor:pointer;
    position:relative;
}
.video-train .video-train-item .train-item-img{
    
}
.video-train .video-train-item .video-play-btn {
    position: absolute;
    left: 10px;
    width: 20px;
    top: 10px;
    opacity:0;
}
.video-train .video-train-item .train-item-text{
    padding:15px 40px;
    font-size:16px;
}
.video-train .video-train-item h4{
    font-weight:bold;
    font-size: 1vw;
}
.video-train .video-train-item p{
    font-size: 0.8vw;
}

.video-train .video-train-item:hover,
.video-train .video-train-item.active-list{
    background: #BEE8C5;
}
.video-train .video-train-item:hover h4,
.video-train .video-train-item:hover p,
.video-train .video-train-item.active-list h4,
.video-train .video-train-item.active-list p{
    color: #444444;
}
.video-train .video-train-item:hover .video-play-btn,
.video-train .video-train-item.active-list .video-play-btn{
    opacity:1;
}

/**/
.innerpage-column{
    margin-top:40px;
}
.calendar-section{
    margin-top:40px;
}

.groups-gallery{
    margin-top:40px;
    padding: 0px 15px;
}
.groups-gallery .global-title{
    padding: 50px 9% 0px;
    margin-bottom: 75px;
}
    
    
/*groups-item*/
.groups-item{
    max-width:380px;
    margin:20px auto;
}
.groups-item .groups-img-wraper{
    position:relative;
    max-width: 380px;
    max-height: 380px;
    overflow: hidden;
}
.groups-img-wraper .groups-img{
    width:100%;
    height:100%;
}
.groups-img-wraper .groups-caption{
    position: absolute;
    padding: 35px 20px;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    color: #fff;
    text-align: center;
    display: -ms-flexbox!important;
    display: flex!important;
    -ms-flex-align: center!important;
    align-items: center!important;
    -ms-flex-pack: center!important;
    justify-content: center!important;
    visibility:hidden;
    opacity:0;
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
}
.groups-img-wraper:hover .groups-caption{
    opacity:1;
    visibility:visible;
    
}
.groups-caption h3{
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    font-weight: bold;
    line-height: 1.7;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    color: #FFFFFF;
}
.groups-caption p{
    letter-spacing: 0.03em;
    color: #FFFFFF;
}
.groups-caption h3>span{
    font-weight: normal;
}
.groups-caption .btn-link{
    font-weight: bold;
    font-size: 24px;
    line-height: 1.5;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    color: #F06B30;
    text-decoration:none;
    display: inline-block;
}
.groups-item-caption{
    padding:30px 15px;
}
.groups-item-caption h3{
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    font-weight: bold;
    line-height: 1.7;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    text-align:center;
    /* Orange */
    color: #F06B30;
    margin-bottom:0px;
}
.groups-item-caption h3>span{
    font-weight: normal;
    display:block;
}


/*accordian*/
.accordion .card {
    background: transparent;
    border: 0px;
    margin-bottom: 37px;
    border-radius: 0px;
}
.accordion .card-header{
    background: #337F3F;
    padding:0px;
}

.accordion .card-header .btn-link{
    width: 100%;
    padding: 13.5px 20px;
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 2;
    display: flex;
    align-items: center;
    justify-content: space-between;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    color: #FFFFFF;
    border: 0;
}

.accordion .card-body{
    background: #E7FFEA;
    border-radius: 30px;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}
.accordion .card-body p{
    margin-bottom:18px;
    letter-spacing:normal;
}
.accordion .card-body p + p{
    margin-top:20px;
}

li h5{
    display:inline-block;
}


/*.container-middle .head-lead{
    margin-bottom:48px;
    width: 100%;
    display: inline-block;
}
.container-middle .head-lead h3{
    margin-bottom:0px;
}
.container-middle .head-lead .lead{
    margin-bottom:0px;
}
.container-middle .top-details{
    width: 100%;
    display: inline-block;
}
.container-middle p{
     margin-bottom:47px;
}
.container-middle h3{
     margin-bottom:48px;
}

.container-middle .list-details{
    display: inline-block;
    width: 100%;
    margin-top: 15px;
    margin-bottom: 15px;
}
.container-middle .list-details .list-label{
    margin-bottom:14px;
}
.container-middle .list-details ul{
    margin:0px !important;
    
}
.container-middle .list-details li strong{
    font-weight: 700;
    color: #F06B30;
    font-size:20px;
}
.container-middle .bottom-details{
    margin-bottom: 20px;
    width: 100%;
    display: inline-block;
}
.container-middle .bottom-details h3{
     margin-bottom:48px;
}
*/

.card-img-caption{
    position: absolute;
    background: #f06b30;
    width: 48%;
    height: 81%;
    top: 50%;
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    overflow: hidden;
    padding: 15px 10px;
    min-width: 195px;
}

.card-img-caption h5{
    font-size: 13px;
    font-weight: bold;
    line-height: 1.5;
    margin-bottom: 10px;
}

.card-img-caption h3{
    font-size: 18px;
    font-weight: 300;
    line-height: 1;
    margin-bottom: 0px;
}

.card-img-caption hr{
    margin: 10px 0px;
}

.card-img-caption span, .card-img-caption p{
    font-size: 10px;
    margin: 0;
    color: #f0ac30;
    font-weight: 600;
}

/*modal-event*/
.modal-common .modal-header .close{
    color: #F06B30;
    opacity: 1;
}
.modal-common .modal-content{
    background-size:inherit;
}
.modal-common .modal-content,
.modal-common .modal-header,
.modal-common .modal-footer{
    border-radius:0px;
    border:0px;
}
.modal-common .modal-body{
    padding-bottom:90px;
}
.modal-common .global-title{
    margin-bottom:90px;
}

.modal-common .modal-body ul{
    margin-bottom:40px !important;
}

/*modal-event*/
.modal-booknow .modal-content,
.modal-booknow .modal-header,
.modal-booknow .modal-footer{
    border-radius:0px;
}
.modal-booknow .modal-header{
    background-color:#337F3F;
    padding:20px 50px;
    display: -ms-flexbox!important;
    display: flex!important;
    -ms-flex-align: center!important;
    align-items: center!important;
}
.modal-booknow .modal-header .list-inline-item>a{
    color:#fff;
    padding:10px 15px;
}
.modal-booknow .modal-header .list-inline-item .fa{
    font-size:18px;
}
.modal-booknow .modal-header .list-inline-item>a:focus,
.modal-booknow .modal-header .list-inline-item>a:hover{
    color:#F06B30;
}
.modal-booknow .modal-body{
    padding:0px;
}

.booknow-sidebar-wraper{
    background: #EEEBEB;
    min-width:335px;
}
.booknow-sidebar-wraper .list-group-item{
    border:0px;
    background: #BEE8C5;
    color: #337F3F;
    font-size: 18px;
    line-height: 24px;
    text-transform: uppercase;
    padding: 10px 15px;
}
.booknow-sidebar-wraper .list-group-item.collapsed {
    background-color: #eeebeb;
    color: #444444;
}
.booknow-sidebar-wraper .nav-card-body{
    padding:0px 15px;
    background-color: #B5DDBC;
}
.booknow-sidebar-wraper .nav-card-body .list-group-item{
    background-color: transparent;
    font-size: 16px;
    color: #444444;
    padding: 10px 15px;
}

.booknow-sidebar-wraper .callapse-icon>.fa{
    color:#F06B30;
    font-size: 24px;
}
.booknow-section-wraper{
    padding-top:20px !important;
    padding-bottom:10px !important;
}


/*modal-event*/
.modal-event .card{
    background-image:url(../images/eventmodalbg.svg);
    background-repeat:no-repeat;
    background-position:bottom right;
  border-radius: 32px;
}
.modal-event .card-img{
    overflow:hidden;
    position:relative;
    padding-top: 34.359%;
    border-radius: 0;
}
.modal-event .card-img .card-img-top{
    position:absolute;
    top:0px;
    left:0px;
    height:100%;
    width:100%;
    object-fit: cover;
    object-position: top;
    border-radius: 0;
}
.modal-event .card-body{
    padding:30px 4%; 
}
.modal-event .card-body .card-title{
    padding-bottom:30px;
}
.modal-event .card-body .card-title h3{
    color: #F06B30;
    font-weight: bold;
    margin-bottom:10px;
}
.modal-event .card-body .card-title span{
    font-size: 18px;
    color: #F06B30;
    font-weight: bold;
    display:block;
    text-transform:none;
    margin-bottom:10px;
}
.modal-event .card-body .card-title small{
     display:block;
}
.modal-event .card-body .card-title small,
.modal-event .card-body .card-title small .fa{
    font-size: 14px;
    color: #F06B30;
    font-weight: normal;
    text-transform:none;
}
.modal-event .card .card-btn{
    margin-top:50px !important;
}
.modal-event .card .card-btn .btn-theme{
    min-width:213px !important;
}



/*special-event*/
.special-event{
    background-image: url(../images/specialeventbg.svg);
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: 100%;
    position: relative;
}

/*
adventures-table-text*/
.adventures-table-section .adventures-table{
    max-width: 100%;
    padding: 0px 10.51%;
    margin:72px 0px 0px;
}
.adventures-table-section .adventures-table + .adventures-table-text{
    margin-top:72px;
}
.adventures-table-section .adventures-table-text{
    max-width:1088px;
    margin-left:auto;
    margin-right:auto;
}


/*select custom css*/
select.form-control {
    box-sizing: border-box;
    margin: 0;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background-image: url(../images/selectdropdown.svg);
    background-repeat: no-repeat, repeat;
    background-position: right 1.5em top 50%, 0 0;
    background-size: .65em auto, 100%;
    padding-right:45px !important
}

    select.form-control::-ms-expand {
        display: none;
    }

    select.form-control:focus {
        outline: 0;
    }

    select.form-control option {
        font-weight: normal;
    }
    
    



/*jobdesc-sec*/
.jobdesc-sec{
    margin-top:50px;
}

.accordian-section .accordion .card-header .btn-link{
    font-size: 18px;
    line-height:1.5;
}
.accordian-section .accordion p{
    font-size: 16px;
}

.elementor-icon-box-icon img{
    width:40px;
}
.elementor-icon-box-content{
    margin-left:15px;
}
.elementor-icon-box-content p:first-child{
    margin-bottom:0px !important;
}
body.how-it-works #index-3 .global-title {
    padding: 65px 0px 0px;
}
body.how-it-works #index-3 .global-title:before{
    /*background-image: url(../images/likeicon.svg);
    width: 60px;
    height: 60px;*/
}

@media(min-width:576px){
    .testimonial-section .testimonial-card{
        padding:100px 70px 40px;
    }
    .testimonial-section .testimonial-card:before{
        left:70px;
    }
    .carousel-card{
        padding:80px 70px 40px;
    }
    .carousel-card:before {
         left:70px;
    }
    .modal-common .modal-xl{
        max-width: 90%;
    }
    .modal-booknow .modal-xl{
        max-width: 90%;
    }
}
@media(min-width:768px){
    .nav-header {
        padding-left: 0px;
        padding-right: 0px;
    }
    .owl-nav-clone{
        margin-top:20%;
        margin-bottom:10px;
    }
    .section-row,  .section-wraper {
    /*    padding-top: 60px;
        padding-bottom: 60px; */
    }
    .section-row + .section-row{
        padding-top:0px;
    }
    .testimonial-section .owl-nav-clone{
        margin-top:10px;
        margin-bottom:10px;
    }
    .newsletter .input-group {
        margin-left: 0 !important;
    }
    
    /**/
    .two-side-content-section .global-title,
    .img-content-section .global-title,
    .top-section-header .global-title,
    .full-content-section .global-title{
        margin-bottom: 40px;
    }
    .address-container .global-title {
        margin-bottom: 60px;
    }
   
    .innerpage-column{
        margin-top:60px;
    }
    .calendar-section{
        margin-top:100px;
        width:1478px;
        max-width:100%;
    }
    .groups-gallery{
        margin:auto;
        margin-top:54px;
        width:1715px;
        max-width:90%;
        padding-left:15px;
        padding-right:15px;
    }
    
    .accordian-wraper{
        max-width:1425px;
        margin:40px auto 40px;
    }
    
    .accordian-bottom-text{
        max-width:1312px;
    }
    
    /*full-content-section*/
    .full-content-section{
        
    }
      
    /*left right img*/
    .img-content-section{
        -ms-flex-align: center!important;
        align-items: center!important;
    }
    
    .img-content-section .left-details{
        padding: 0 15px;
        padding-right: 6%;
    }
	.img-content-section .accordian-section.left-details{
        padding-left: 15px;
        padding-right: 15px;
    }
    .img-content-section .right-details{
        padding: 0 15px;
        padding-left: 6%;
    }
	.img-content-section .accordian-section.right-details{
        padding-left: 15px;
        padding-right: 15px;
    }
    .img-content-section .left-img,
    .img-content-section .right-img{
        padding: 0px 15px;
    }
    
    /*both side text*/
    .two-side-content-section .left-details {
        padding-right: 5%;
    }
    .two-side-content-section .right-details {
        padding-left: 5%;
    }
    
    /*address container*/
    .address-container  .left-details {
        padding: 0px 15px 0 10.51%;
    }
    .address-container .right-details {
        padding: 0px 10.51% 0 15px;
    }
    
    .address-container .left-img{
        padding: 0px 15px 0 10.51%;
    }
    .address-container .right-img{
        padding: 0px 10.51% 0 15px;
    }
    
    .address-container .left-details>*,
    .address-container .right-details>*{
        max-width: 90%;
    }
    
    /*.lf-video-section*/
    .lf-video-section .left-video{
        padding-right:3%;
        margin-bottom:20px;
    }
    .lf-video-section .right-video{
        padding-left:3%;
        margin-bottom:20px;
    }
    
    /**/
    .photos-gallery .photos-gallery-item{
        padding-top: 21.918%;
    }
    
    .unique-photos-gallery .main-gallery-item {
        max-width: 48%;
    }
    
    .img-content-owl.nav-center .owl-nav{
        left: -8%;
        right: -8%;
        width:auto;
        padding: 0px;
    }
    
    /*Two Columns css*/
    ul.two-column {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
        column-gap: 8%;
    }
    
    ul.two-column>li {
        width: calc(70% - 30px);
    }

}
@media(min-width:992px){
    .p-lg-48 {
        padding-right: 48px
    }
    .p-lg-48,
    .pl-lg-48 {
        padding-left: 48px
    }
    .pr-lg-48 {
        padding-right: 48px
    }
    .nav-header .navbar-brand,
    .nav-header .form-inline {
        /*min-width: 230px;*/
    }
    .home-left-video-content-full .left-video {
        -ms-flex: 0 0 53.75%;
        flex: 0 0 53.75%;
        max-width: 53.75%;
    }
    .home-left-video-content-full{
        background-position: right center;
    }
    .testimonial-text {
        min-width: 44.562%;
        padding: 0px 7% 0px 8%;
    }
}

@media(min-width:1200px){
    /*navbar*/
    .navbar-expand-md .navbar-nav .nav-link {
     	padding-right: 20px;
        padding-left: 20px;
    }
    .navbar-nav{
        width: 100%;
        max-width: 700px;
    }
    .footer-wraper .nav-footer {
        padding-left: 15px;
        padding-right: 15px;
    }  
    .featuredimg {
        height: 448px;
    }
    .section-row {
        padding-top: 100px;
        padding-bottom: 100px;
    }
    
    .section-wraper {
     /*   padding-top: 100px;
        padding-bottom: 100px; */
    }
    
    .home-section2 .section-row {
        padding-top: 90px;
        padding-bottom: 60px;
    }
    .testimonial-section .section-row {
        padding-top: 105px;
        padding-bottom: 100px;
    }
    .blog-inner .section-row {
        padding-top: 108px;
        padding-bottom: 100px;
    }
    
    .testimonial-section .testimonial-cardroller .owl-stage {
        left: -50px;
    } 
    .contact_form form{
        margin-top:70px;
    }
    .form-group{
        margin-bottom:50px;
    }
    .contact_form .btn-theme{
        margin-top:14px
    }
    .w-42{
        min-width: 44%;
    }
    section.blog-list .container, section .hcard-list .container {
        max-width:1070px;
    }
    .cardroller-company .custome-card-wraper{
        margin-bottom:135px;
    }
    
    /**/
    .top-section-header{
        max-width:1120px;
    }
    /**/
    .container-middle{
        max-width:100%;
        padding: 0px 10.51%;
    }
}
@media(min-width:1366px) {
    .p-xl-68 {
        padding-right: 68px
    }
    .p-xl-68,
    .pl-xl-68 {
        padding-left: 68px
    }
    .pr-xl-68 {
        padding-right: 68px
    }
    .navbar-nav {
        max-width: 800px;
    }
}
@media(min-width:1440px){
    body{
        font-size: 18px;
    }
    .btn, button{
        font-size: 18px;
    }
    .btn-theme, button{
        padding:17px 48px 15px !important;
    }
    .top-header>p{
        font-size: 18px;
        line-height:1.5;
    }
    .nav-header {
        padding-left: 0px;
        padding-right: 0px;
    }
    .navbar-nav .nav-link{
        font-size: 18px;
    }
    .footer-wraper .nav-footer h2{
        font-size:36px;
    }
    .footer-wraper .nav-footer p,
    footer a{
        font-size:18px;
    }
    .footer-wraper .nav-footer {
        padding-left: 80px;
        padding-right: 80px;
    }
    .footer-wraper .nav-footer h2{
        font-size:36px;
    }
    .newsletter{
        max-width:640px;
    }
    footer .socialicons a{
        width: 40px;
        height: 40px;
        font-size: 27px;
    }
    footer .socialicons .list-inline-item:not(:last-child) {
        margin-right: 20px;
    }
    
    .w-42{
        min-width: 46%;
    }
    .section-row h2 + p, .section-wraper h2 + p{
        margin-top:30px;
    }  
    .testimonial-section .testimonial-cardroller .owl-stage {
        left: -160px;
    }
    .custom-control-inline {
        margin-right: 3.5%;
        margin-left: 3.5%;
    }
    .form-control{
        padding: 15px 35px 11px;
    }
    .section.blog-list .container, section .hcard-list .container{
        max-width:1310px;
    }
    .accordian-bottom-text{
        padding:0px;
    }
}

@media(min-width:1600px){
   section.blog-list .container, section .hcard-list .container{
        max-width:1470px;
   }
   .accordion .card-header .btn-link,
    .accordion .card-body{
        padding-left:57px !important;
        padding-right:57px !important;
    }
    .modal-booknow .modal-xl{
        max-width: 1512px;
    }
    .modal-common .modal-xl{
        max-width: 1512px;
    }
    .booknow-sidebar-wraper{
        min-width:478px;
    }
    .booknow-sidebar-wraper .list-group-item{
        font-size: 18px;
        padding: 24px 34px;
    }
    .booknow-sidebar-wraper .nav-card-body .list-group-item{
        padding: 10px 34px;
    }
    
    .booknow-sidebar-wraper .callapse-icon>.fa{
        font-size: 24px;
    }
    .booknow-section-wraper{
        padding-top:50px !important;
        padding-bottom:30px !important;
    }
    .address-container {
        font-size: 16px;
    }
    .innerpage-column {
        margin-top: 100px;
    }
    
    .img-content-section .left-details p,
    .img-content-section .right-details p,
    body.park-rules .section-wraper p, .adventures-table-text p{
        margin-bottom:35px;
    }
}
@media(min-width:1700px){
    .modal-common .modal-xl{
        max-width: 1600px;
    }
}
@media(max-width:1600px){
    .banner-title h1,
    .featuredimg>.banner-title h1{
        font-size: 36px;
    }
    
    .global-title h2, h2{
        font-size:24px;
    }
    .h3, h3{
        font-size:20px;
    }
    .top-section-header .lead {
        line-height: 1.5;
        font-size: 20px;
    }
    .top-section-header .lead-title .main-lead{
        line-height:1.5;
    }
    
}
@media (min-width:992px) and (max-width:1500px){
    .address-container .left-details {
        padding: 0px 15px 0 6.51%;
    }
}
@media(max-width:1365.98px){
    .nav-header .navbar-brand img {
        width: 100px;
    }
}
@media(min-width:992px) and (max-width:1365.98px){
    .nav-header .button-search-section{
        min-width: 250px;
        max-width: 250px;
    }
}
@media(max-width:1199.98px){
    .banner-title {
        padding: 20px 15px 20px;
        bottom: -40px;
    }
    .banner-title h1,
    .featuredimg>.banner-title h1{
        font-size: 30px;
        line-height: 1.5;
    }
   .featuredimg>.banner-title {
        bottom: -70px;
        height: 140px;
    }
    .featuredimg + section:not(.blig-list)>div:first-child {
        padding-top: 70px;
    }
    
    .home-brand-section .section-row {
        padding-top: 90px;
    }
    .brand-section .section-row{
        padding-top: 50px;
    }
    .bg-three-tree{
        background-size:cover;
    }
    section.blog-list {
        padding: 70px 0 70px;
    }
    
    /*photo gallery*/
    .photos-gallery-item{
        padding: 5px;
    }
    .photos-gallery .photos-gallery-item {
        padding-top: 23.25%;
        margin-top: 5px;
        margin-bottom: 5px;
    }
    .photos-gallery .photos-gallery-item>a {
        margin: 0px 5px;
        width: calc(100% - 10px) !important;
    }
    section ul.cate_links{
         margin-bottom:0px !important;
     }
     section ul.cate_links li{
        margin-bottom:15px !important;
    }
     section .card.horizontal .btn-theme{
         margin-top:20px;
     }
     
     .groups-gallery .global-title{
        margin-bottom:40px;
     }
     .innerpage-column {
        margin-top: 60px;
    }
    
    .bg-two-tree-left{
        background-size:cover;
    }
}

@media(max-width:991.98px){
    .nav-header,
    .nav-header .navbar {
        padding-left: 0px;
        padding-right: 0px;
    }
    .nav-header .navbar-brand{
        margin-left: 2%;
        min-width: 80px;
    }
    .nav-header .navbar-brand img {
        width: 80px;
    }
    .nav-header .button-search-section {
        min-width: 160px;
        padding-left: 0;
        justify-content: space-around;
    }
    .nav-header .button-search-section .btn{
        font-size: 11px;
    }
    .navbar-expand-md .navbar-nav .nav-link {
        padding-right: 5px;
        padding-left: 5px;
        font-size: 14px;
    }
    /*******/
    
    .main-slider .carousel-caption{
        bottom:45%;
    }
    .main-slider .carousel-caption h1{
        font-size: 36px;
        line-height: 1;
        margin-bottom: 10px;
    }
    .main-slider .carousel-caption p {
        font-size: 18px;
        margin-bottom: 10px;
    }
    .main-slider .arrow-wraper{
        bottom:10%;
    }
    /*******/
    
    .featuredimg>.banner-title {
        bottom: -50px;
        height: 100px;
    }
    
    .home-left-video-content-full .left-details {
        padding: 50px 0;
        max-width: 100%;
    }
    .banner-title h1, .featuredimg>.banner-title h1 {
        font-size: 26px;
        line-height: 1.5;
    }
    .featuredimg>.banner-title{
        padding-top:10px;
        padding-bottom:10px;
        max-width: 80%;
    }
    
    .featuredimg + section:not(.blog-list)>div.section-wraper:first-child {
        padding-top: 100px;
    }
    .featuredimg + section:not(.blog-list)>div.section-wraper:first-child {
        padding-top: 80px;
    }
        
    section .card.horizontal {
        -ms-flex-flow: column;
        height: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin: 0 0 30px;
        max-height: auto;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-flow: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        max-width: 650px;
        max-height: 100%;
    }
    section .card.horizontal .card-img {
        width: 100%;
    }
    section .card.horizontal .card-img img {
        max-height: 400px;
    }
    section .card.horizontal .card-body {
        width: 100%;
        padding: 30px 20px;
    }
    .cate_links li{
        font-size:14px;
    }
    .cate_links li:not(:last-child) {
        margin-right: 20px;
    }
    /*photo gallery*/
    .photos-gallery {
        margin-top: 20px;
    }
    .photos-gallery-item{
        padding: 2.5px;
    }
    .photos-gallery .photos-gallery-item {
        padding-top: 23.25%;
        margin-top: 2.5px;
        margin-bottom: 2.5px;
    }
    .photos-gallery .photos-gallery-item>a {
        margin: 0px 2.5px;
        width: calc(100% - 5px) !important;
    }
    .lf-video-section h3{
        font-size:16px;
    }
    .lf-video-section .left-video {
        padding-right: 2%;
    }
    .lf-video-section .right-video {
        padding-left: 2%;
    }
    .video-train .video-train-item h4{
        margin-bottom:0px;
    }
    
    .groups-item-caption {
        padding: 30px 15px 0px;
    }
    .groups-item-caption h3{
        font-size:16px;
    }
    .accordion .card-header .btn-link{
        font-size: 18px;
        line-height:1.5;
    }
    
    .innerpage-column {
        margin-top: 40px;
    }
    
}

@media(max-width:767.98px){
    body , p, section p, .address-container{
        font-size: 14px;
    }
    .h1, h1, .h2, h2, .global-title h2 {
        font-size: 20px;
    }
    .h3, h3{
        font-size: 18px;
    }
    .h4, h4, .top-section-header .lead {
        font-size:16px;
    }
    .h5, h5 {
        font-size:14px;
    }   
    .h6, h6 {
        font-size:12px;
    }
    .btn, button {
        font-size: 14px !important;
    }
    .fixed-top{
        position:static;
    }
    .top-header>p{
        font-size: 14px;
        line-height: 1.5;
    }
    .navbar-expand-md .navbar-nav .nav-link{
        padding-top: 15px;
    padding-bottom: 15px;
    }
    .navbar-nav .nav-link{
        text-align:center !important;
    }
    .nav-header,
    .nav-header .navbar {
        padding: 5px 0px;
    }
    .nav-header .navbar-collapse{
        padding-bottom: 10px;
    }
    .navbar-nav .dropdown-menu {
        width: auto;
        left: 0;
        max-width: 100%;
        margin: auto;
        padding: 0px;
        box-shadow: 0px 1px 4px #999;
        /*position: absolute;
        width: 100%;*/
    }
    .nav-header .searchform{
        height:51px;
    }
    li.nav-item {
        width: 100%;
    }
    .navbar-nav .dropdown-menu .dropdown-item{
        padding: 10px 15px;
    }
    .navbar-nav .dropdown-menu .dropdown-item,
    .navbar-nav .dropdown-menu .nav-link{
        padding: 10px 15px !important;
    }
    .search-icon{
        -ms-flex-item-align: center!important;
        align-self: center!important;
        padding: 10px;
        margin-left: auto;
    }
    
    .footer-wraper {
        padding-top: 40px;
    }
    .footer-wraper .instagram-subtitle {
        margin-bottom: 30px;
        font-size: 16px;
        line-height: 1.5;
    }
    .footer-wraper .nav-footer p{
        margin-bottom:10px;
    }
    /*******/
    .home-banner .embed-responsive-21by9::before{
        padding-top:56.25%;
    }
   .featuredimg>.banner-title {
    min-width:inherit
   }
    /*******/
    
    .global-title{
        margin-bottom:30px;
    }
    p:not(.testimonial-title) + p {
        margin-top: 20px;
    }
    section ul:not(.list-unstyled):not(.pagination):not(.list-inline){
        margin: 20px 0 30px;
    }
    section ul:not(.list-unstyled):not(.pagination):not(.list-inline) li {
        margin: 5px 0 20px 30px;
    }
    section ul:not(.list-unstyled):not(.pagination):not(.list-inline) li:before{
        top: 7px;
    }
    .section-row p + .btn-theme, .section-wraper p + .btn-theme {
        margin-top: 20px;
    }
    /***/
    .top-section-header h1,
    .top-section-header h2,
    .top-section-header h3,
    .top-section-header h4,
    .top-section-header .lead-title{
        margin-bottom: 30px;
    }
    .top-section-header p:not(:first-child) {
        margin-bottom: 20px;
        margin-top: 20px;
    }
    .top-section-header .btn-theme {
        margin-bottom: 20px;
    }
    .address-container .icon{
        line-height: 0.8;
    }
    /***/
    .video-section .video-play-btn>img{
        max-width:30px;
    }
    .banner-title {
        padding: 10px 15px 10px;
        max-width: 85%;
    }
    .banner-title h1, .featuredimg>.banner-title h1 {
        font-size: 20px;
        margin-bottom: 0px;
    }
    .owl-nav-clone {
        margin-top: 0px;
        margin-bottom: 0px;
    }
    /*******/
    
    .testimonial-section .testimonial-caption .btn-link{
        font-size:16px;
        margin-top:0px;
    }
    
    /*** */
    
    .address-container .global-title {
        margin-bottom: 30px;
    }
    .address-row {
        margin-bottom: 30px;
    }
    .map-wraper + .container-middle {
        margin-top: 30px;
    }
    
    /*** */
    
    .unique-photos-gallery>.row, .photos-gallery>.row{
        margin-left:-2.5px;
        margin-right:-2.5px;
    }
    
    .lf-video-section .left-video{
        margin-bottom:20px;
    }
    .lf-video-section .right-video{
        margin-bottom:20px;
    }
    .video-train{
        position:static;
    }
    .video-train .video-train-item h4 {
        font-size: 18px;
    }
    .video-train .video-train-item p {
        font-size: 12px;
    }
    
    
    /***/
    .cardroller-company {
        margin-top: 30px;
    }
    .cardroller-company .custome-card-wraper {
        margin-bottom: 30px;
    }
    
    .img-content-owl.nav-center .owl-nav{
        position:relative;
        max-width:120px;
        margin:30px auto 0px;
    }
    
    .booknow-sidebar-wraper{
        min-width:100%;
    }
    
    .full-content-section + .img-content-section, .img-content-section + .full-content-section, .full-content-section + .carousel-content-section, .full-content-section + .two-side-content-section, .two-side-content-section + .full-content-section {
        margin-top: 20px;
    }
    
    .img-content-section .right-details{
        padding-top: 30px;
    }
    .img-content-section .right-img{
        padding-top: 30px;
    }
    .img-content-section .right-details *:last-child{
        margin-bottom:0px !important;
    }
    .img-content-section .left-details *:last-child, .top-section-header *:last-child{
        margin-bottom:0px !important;
    }
    .img-content-section .left-details .address-row {
        margin-bottom: 30px !important;
    }
    .bg-three-tree{
        background-size:cover;
    }
    .top-section-header .lead-title:first-child{
        margin-top:0px;
    }
    
    section ul.cate_links li{
        margin-bottom:5px !important;
    }
    section .card.horizontal .btn-theme{
        margin-top:20px !important;
    }
    
    .contact_form, .contact_form .col-lg-10{
        padding:0px;
    }
    .map-wraper{
        padding-right:15px !important;
        padding-left:15px !important;
    }
    .home-section2 .card-column-section {
        margin-top: 10px;
    }
    
    .home-left-video-content-full .left-details {
        padding: 30px 0;
    }
    .home-left-video-content-full .left-details .btn-theme {
        margin-top: 0px;
    }
    .home-left-video-content-full .left-details p + p {
        margin-top: 20px;
    }
    .testimonial-section{
        background-size:cover;
    }
    .home-section2 h2{
        margin-bottom:10px;
    }
    .card .card-text ul>li {
        line-height: 1.5;
    }
    .brand-card .custome-card-wraper .card .card-img {
        height: 200px;
        padding-top: 40px;
    }
    .card-not-equal .custome-card-wraper .card{
        min-height:inherit;
    }
    .brand-card .card-footer {
        padding-top: 20px !important;
        padding-bottom: 20px !important;
    }
    .brand-section .section-row {
        padding-top: 10px;
        padding-bottom: 10px;
    }
	.accordian-wraper.accordian-section{margin-top: 40px;}
    .elementor-element{
        margin-bottom:20px;
    }
}

@media(max-width:575.98px){
    .banner-title h1,
    .featuredimg>.banner-title h1 {
        font-size: 18px;
    }
	.featuredimg>.banner-title{min-width: 50%;}
    .video-train .video-train-item .train-item-text {
        padding: 8px 8px;
        font-size: 16px;
    }
    .video-train .video-train-item h4 {
        font-size: 10px;
        margin-bottom: 0;
    }
    .video-train .video-train-item p {
        font-size: 7px;
    }
    .home-banner .banner-title{
        bottom: -39px;
    }
    .home-banner .banner-title h1{
        font-size: 16px;
    }
    .home-banner .banner-title .btn{
        font-size:10px;
    }
}
/*****/


button.fc button{
    padding: 0 .6em !important;
}
/*waiver*/
@media(min-width:1600px){
    body.waiver section h3{
        margin-bottom:35px;
    }
    body.waiver section p>.btn-theme{
        margin-top:35px;
    }
}

/*Map Page*/
body.contact-us .address-container>.row{
    -ms-flex-align: center!important;
    align-items: center!important;
}
body.directions-parking .section-row .global-title{
    padding-bottom:20px;
}

body.hours .top-section-header .lead-title .lead{
    font-size:18px;
    font-weight:400;
}

body.employment .lead-title p{
    margin-bottom:0px;
}
@media(min-width:1200px){
    body.employment .img-content-section .left-details h3{
        margin-bottom:35px;
    }
}
body.employment .card .card-text p{
    text-align:left;
}
body.employment .custome-card-wraper .card-body{
        padding-bottom: 50px;
}
@media(min-width:1600px){
    .acf-map.map-1 {
        min-height: 1294px !important;
    }
    .acf-map.map-2 {
        min-height: 833px !important;
    }
    body.directions-parking .container-middle h3{
        margin-bottom: 24px;
    }
    body.directions-parking .container-middle p,
    body.directions-parking .two-side-content-section h3{
        margin-bottom: 35px;
    }
    body.hours section p>.btn-theme{
        margin-top:35px;
        margin-bottom:35px;
    }
}

/*Gallary*/
body.reviews .bg-three-tree{
    background-size: 100%;
    background-position: bottom !important;
}
@media(min-width:1600px){
    body.photos .global-title{
        margin: 0 0 50px;
    }
    
    body.newsroom .top-section-header {
        max-width: 1120px;
    }
    body.newsroom .brand-card {
        margin-bottom: 60px;
    }
    body.newsroom .card .card-title{
        max-width: 272px;
        margin: auto;
    }
}


/*Group*/

@media(min-width:992px){
    body.parent-pageid-42 .top-section-header h3{
        margin-bottom:43px;
    }
    body.parent-pageid-42 .top-section-header p{
        margin-bottom:42px;
    }
}


body.parent-pageid-42 .section-wraper:first-child .left-details ul{
    padding-bottom:20px;
}

body.parent-pageid-42 .section-wraper:first-child .left-details ul + h3:last-of-type{
    margin-top:8px;
}
body.parent-pageid-42 .section-wraper:first-child .left-details p:last-child>.btn-theme{
    margin-top:24px;
}


body.scouts .section-wraper:first-child .left-details ul{
    padding-bottom:20px;
}

body.scouts .section-wraper:first-child .left-details ul + h3:last-of-type{
    margin-top:8px;
}
body.scouts .section-wraper:first-child .left-details p:last-child>.btn-theme{
    margin-top:24px;
}


body.college-sports-teams .section-wraper:first-child p,
body.corporate .section-wraper:first-child p{
    font-size: 16px;
    line-height: 1.5;
}

body.corporate .section-wraper:first-child ul,
body.camps .section-wraper:first-child ul,
body.schools .section-wraper:first-child ul{
    padding-bottom: 0 !important;
    margin-top: 30px;
}

body.corporate .section-wraper:first-child ul li,
body.camps .section-wraper:first-child ul li,
body.schools .section-wraper:first-child ul li{
    font-weight:700;
}

body.birthdays .section-wraper:first-child .left-details h3:first-child{
    margin-bottom:0px;
}

body.small-group-online-booking .section-wraper:first-child .left-details ul{
    padding-bottom:0px;
}

body.small-group-online-booking .contact_form>.col-lg-10{
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
@media(min-width:768px){
    body.parent-pageid-42 .section-wraper:first-child .left-details h3:last-of-type{
        margin-top:30px;
    }
    body.parent-pageid-42 .section-wraper:first-child .full-content-section ul{
        margin-bottom:30px;
    }
    body.parent-pageid-42 .section-wraper:nth-child(2) .img-content-section .right-details p+h3{
        margin-top: 40px;
    }
    body.parent-pageid-42 .section-wraper:first-child .full-content-section ul{
        margin-bottom:30px;
    }
    body.parent-pageid-42 .section-wraper:first-child .left-details p{
        margin-bottom: 20px;
    }
    body.scouts .section-wraper:first-child .left-details h3:last-of-type{
        margin-top:30px;
    }
    body.birthdays .section-wraper:first-child .left-details h3:first-child+p{
        margin-bottom:30px;
    }
    
    body.small-group-online-booking .section-wraper:first-child .left-details h3:last-of-type{
        margin-top:30px;
    }
    body.small-group-online-booking .section-wraper:first-child .left-details h3 + h3{
        margin-top:30px;
    }
    
}
@media(min-width:1600px){
    body.parent-pageid-42 .top-section-header {
        max-width: 830px;
    }
    body.camps .top-section-header,
    body.schools .top-section-header,
    body.birthdays .top-section-header,
    body.small-group-online-booking .top-section-header{
       max-width: 1006px; 
    }
    
    body.college-sports-teams .section-wraper:first-child p,
    body.corporate .section-wraper:first-child p{
      /*  font-size: 24px; */
         margin-bottom: 35px;
    }
    
    body.parent-pageid-42 .section-wraper:first-child .left-details h3:last-of-type{
        margin-top:60px;
    }
    body.parent-pageid-42 .section-wraper:first-child .full-content-section ul{
        margin-bottom:60px;
    }
    body.parent-pageid-42 .section-wraper:nth-child(2) .img-content-section .right-details p+h3{
        margin-top: 90px;
    }
    body.parent-pageid-42 .section-wraper:first-child .full-content-section ul{
        margin-bottom:60px;
    }
    body.parent-pageid-42 .section-wraper:first-child .left-details p{
        margin-bottom: 35px;
    }
    body.scouts .section-wraper:first-child .left-details h3:last-of-type{
        margin-top:60px;
    }
    body.birthdays .section-wraper:first-child .left-details h3:first-child+p{
        margin-bottom:48px;
    }
    
    body.small-group-online-booking .section-wraper:first-child .left-details h3:last-of-type{
        margin-top:60px;
    }
    body.small-group-online-booking .section-wraper:first-child .left-details h3 + h3{
        margin-top:60px;
    }
}


/*Ticket*/
body.pricing .innerpage-column .custome-card-wraper .card {
    box-shadow: 0px 4px 40px rgba(0, 0, 0, 0.25);
}
body.pricing .section-wraper:not(.bgColor-lightgreen).custome-card-wraper .card,
body.special-events-offers .section-wraper:not(.bgColor-lightgreen).custome-card-wraper .card,
body.nearby-food .section-wraper:not(.bgColor-lightgreen) .custome-card-wraper .card{
    background-color: #BEE8C5;
}
body.gifting-ideas section .card.horizontal{
    min-height:400px;
    height:inherit;
}
body.gifting-ideas section .card.horizontal .card-img{
    height:auto;
}
@media(max-width:991px){
    body.gifting-ideas section .card.horizontal .card-img {
        padding-top: 20px;
        padding-bottom: 20px;
    }
}


/*your visit*/


body.nearby-food section .food-section:nth-child(3) .brand-card.card-not-equal .card-body {
    padding-top: 20px;
    min-height: 210px;
}
body.faqs .accordian-wraper{
    margin-top:70px;
}

.img-content-owl p>.btn-theme,
body.page-special-events-offers-data .full-content-section p>.btn-theme{
    margin-top:20px;
    margin-bottom:10px;
}


body.season-passes section .section-wraper:nth-child(3) .img-content-section h4 ~ h4 {
    margin-bottom: 0;
}

@media(min-width:768px){
    body.parent-pageid-14 .section-wraper:first-child .left-details h3:last-of-type{
        margin-top:30px;
    }
    body.how-it-works .section-wraper .img-content-section p > .btn-theme,
    body.park-rules .section-wraper p > .btn-theme{
        margin-top: 15px;
    }
    body.parent-pageid-30 .section-wraper:first-child .full-content-section .btn-theme{
        margin-top:15px;
    }
    body.personal-guides section .section-wraper:first-child .img-content-section .btn-theme{
        margin-top:15px;
    }
    
    body.season-passes section .section-wraper:nth-child(1) .img-content-section .btn-theme{
        margin-top:15px;
    }
    body.season-passes section .section-wraper:nth-child(2) .img-content-section .btn-theme{
        margin-top:15px;
    }
    
    body.season-passes section .section-wraper:nth-child(3) .img-content-section h4 + h4{
        margin-top:30px;
    }
}
@media(min-width:1600px){
    
    body.parent-pageid-14 .section-wraper:first-child .left-details h3:last-of-type{
        margin-top:60px;
    }
    body.how-it-works .section-wraper .img-content-section p > .btn-theme,
    body.park-rules .section-wraper p > .btn-theme{
        margin-top: 30px;
    }
    body.parent-pageid-30 .section-wraper:first-child .full-content-section .btn-theme{
        margin-top:30px;
    }
    body.personal-guides section .section-wraper:first-child .img-content-section .btn-theme{
        margin-top:60px;
    }
    
    body.season-passes section .section-wraper:nth-child(1) .img-content-section .btn-theme{
        margin-top:30px;
    }
    body.season-passes section .section-wraper:nth-child(2) .img-content-section .btn-theme{
        margin-top:30px;
    }
    
    body.season-passes section .section-wraper:nth-child(3) .img-content-section h4 + h4{
        margin-top:35px;
    }
}

header + article{
    margin-top:130px;
}
@media(min-width:673px){
    header + article{
        margin-top:110px;
    }
}
@media(min-width:992px){
    header + article{
        margin-top:128px;
    }
}
@media(min-width:992px){
    header + article{
        margin-top:131px;
    }
}
@media(min-width:1440px){
    header + article{
        margin-top:136px;
    }
}

header.site-navbar{
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
    background: #fff;
    }
header.site-navbar.scroll-header {
    position: fixed;
    top: 0;
    width: 100%;
    left: 0;
    z-index: 1050;
    background: #fff;
    box-shadow: 0px 1px 10px #ccc;
}
header.site-navbar.scroll-header .top-header{
    display:none;
}

@media(min-width:768px){
    .navbar-nav>.nav-item:hover>.dropdown-menu,
    .dropdown-menu>.nav-item:hover>.dropdown-menu {
        display: block;
    }
}
@media(max-width:1440px){
    section .flybook-book-now-button{
        font-size: 16px !important;
    }
}
@media(max-width:1520px){
    .groups-caption h3{
        font-size: 14px;
    }
    .groups-caption p{
        font-size: 14px;
    }
    .groups-caption .btn-link{
        font-size: 14px;
    }
}
@media(max-width:1300px){
    .groups-img-wraper .groups-caption{
        padding-left:0px;
        padding-right:0px;
    }
    .groups-caption h3{
        margin-bottom:0px;
    }
    .groups-caption p{
        font-size: 12px;
        line-height:1.5;
        margin-bottom:0px;
    }
    .groups-caption .btn-link{
        font-size: 12px;
    }
}

@media(max-width:991.98px){
    .groups-caption h3{
        font-size: 16px;
        margin-bottom:20px;
    }
    .groups-caption p{
        font-size: 14px;
        line-height:1.5;
        margin-bottom:10px;
    }
    .groups-caption .btn-link{
        font-size: 14px;
    }
    
    .adventures-table-section .adventures-table{
        padding: 0px 0;
        margin: 30px 0px 0px;
    }
    .adventures-table-section .row{
        margin:0px;
    }
    
    section .card.horizontal .btn-theme{
        margin-left:auto !important;
        margin-right:auto !important;
    }
}


@media(max-width:991.98px){
    .full-content-section + .img-content-section, .img-content-section + .full-content-section, .full-content-section + .carousel-content-section, .full-content-section + .two-side-content-section, .two-side-content-section + .full-content-section{
        margin-top: 30px;
    }
    section .card.horizontal .card-body>a.btn-theme{
        margin-left:auto !important;
        margin-right:auto !important;
    }
    
    .address-container .left-details {
        min-width: 100%;
        padding: 0px 10.51% 0 10.51%;
    }
    .acf-map.map-1, .acf-map.map-2 {
        min-height: 500px !important;
        height: 100%;
        min-width: 100%;
    }
}
@media(max-width:767.98px){
    .navbar-nav>.nav-item>.dropdown-toggle::before {
        display: inline-block;
        margin-left: .255em;
        vertical-align: .255em;
        content: "";
        border-top: .3em solid;
        border-right: .3em solid transparent;
        border-bottom: 0;
        border-left: .3em solid transparent;
        position: absolute;
        right: 26px;
        top:50%;
        -o-transform:translateY(-50%);
        -ms-transform:translateY(-50%);
        -moz-transform:translateY(-50%);
        -webkit-transform:translateY(-50%);
        transform:translateY(-50%);
    }
    .navbar-nav>.nav-item.show>.dropdown-toggle::before {
        -o-transform:translateY(-50%) rotate(180deg);
        -ms-transform:translateY(-50%) rotate(180deg);
        -moz-transform:translateY(-50%) rotate(180deg);
        -webkit-transform:translateY(-50%) rotate(180deg);
        transform:translateY(-50%) rotate(180deg);
    }
    
    .paginationWrap .col-md-10{
        padding-left:0px;
        padding-right:0px;
    }
    .paginationWrap .btn-theme{
        width: 100% !important;
        min-width: 100%;
        display: inline-block;
        text-align: center;
        font-size: 12px;
    }
    .address-container .left-details {
        min-width: 100%;
       padding-right: 15px;
        padding-left: 15px;
    }
    
}
@media(max-width:575.98px){
    .footer-wraper .nav-footer h2{
        font-size:20px;
    }
    .footer-wraper .container-fluid:first-child{
        padding-left:15px;
        padding-right:15px;
    }
    .footer-wraper .instagram-title{
        font-size:16px;
    }
    .paginationWrap .btn-theme{
        width: 100% !important;
        min-width: 100%;
        display: inline-block;
        text-align: center;
        font-size:8px;
        padding: 10px 4px !important;
    }
}
.ekko-lightbox .modal-header{
    padding: 0;
}
.ekko-lightbox .modal-title{
    display:none;
}
.ekko-lightbox .modal-header .close {
    position: absolute;
    right: 10px;
    top: 10px;
    background: green;
    padding: 0.65px 7px !important;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    opacity: 1;
    color: #fff;
    width: 24px;
    height: 24px;
    z-index: 999;
}
.ekko-lightbox .modal-header .close span{
    line-height: 24px;
    margin-top: 3px;
}