/* @import url('https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,400,700,400,700'); */
/* @import url('https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600,700|Open+Sans:400,600,700'); */
/* @import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300&display=swap'); */
:root{
    --main-theme-color:#49bbc0;
}
img{
  object-fit: cover;
}
.field--name-field-price
{
font-size:25px;
}
.field--name-field-price .field__label
{
color:#000;
}
.tour-itinerary, .tour-highlight, .tour-services
{
    display:none;
}
a {
    text-decoration: none;
}
ul,
ol {
   /* list-style-type: none;*/
}
img {
    border: none;
}
body {
    /* color: #838383; */
    /* font-family: 'Noto', sans-serif; */
	

    color: #777777;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    line-height: 22px;
    margin: 0;
}
/*
.path-frontpage, .path-home{
	background:#f1f1ef;
}*/
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 600;
    color: #333;
    font-family: 'Noto', sans-serif;
    margin-bottom: 0px;
}
p {
    color: #313041;
    /* font-family: 'Noto', sans-serif; */
    /* margin-bottom: 0px; */
    font-size: 16px;
    font-weight: 300;
    line-height: 1.6em;
	font-family: 'Open Sans';
}
a {
    color: #313041;
    text-decoration: none;
    font-family: 'Open Sans', sans-serif;
}
a:hover{
    text-decoration: none;
    color: #35363a;
}
section{
    padding: 20px 0px 20px 0px;
}
.title-section {
    padding: 0px 0px 50px 0px;
}
.custom-btn{
	background: #d2ab67;
	color: #ffffff;
	padding: 17px 85px;
	margin: 0 10px;
	font-weight: 700;
	margin: 30px 15px;
	font-size: 18px;
	transition: 0.6s ease-in-out;
	border-radius: 35px;
	border:none;
}
.custom-btn:hover {
    background: #fdd735;
    transition: 0.6s ease-in-out;
    color: #fff;
}
.title {
margin: 0;
font-weight: 700;
color: #313041;
font-size: 50px;
line-height: 60px;
letter-spacing: -.02em;
}
#block-eventstartsin h2 {
	color: #b2b826;
	text-transform: uppercase;
	font-size: 28px;
	line-height: 34px;
	font-weight: 700;
	margin: 20px 0 38px;
	text-align: center;
}
/*.title:after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    right: 0;
    top: 50px;
    width: 60px;
    height: 3px;
    background-color: #1879da;
    margin: 0 auto;
} */
#block-vision .hovereffect img {
        height: 340px;
}
.hovereffect {
    width:100%;
    height:auto;
    overflow:hidden;
    position:relative;
    cursor:default;
}
.hovereffect img {
    display:block;
    position:relative;
    -webkit-transition:all .4s linear;
    transition:all .4s linear;
    width: 100%;
}
.hovereffect:hover img {
    -ms-transform:scale(1.2);
    -webkit-transform:scale(1.2);
    transform:scale(1.2);
}
/*Topbar*/
#topbar{
    background: #313041;
    padding: 10px 0px 0px;
}
#topbar ul li{
    display: inline-block;
    color: #fff;
    padding: 0px 5px;
}
#topbar ul.contact-info{
    padding: 0px 0px;
    background: transparent;
}
#topbar ul li a{
    font-size: 14px;
    color: #fff;
}
#topbar ul li a:hover{
    color: #03ffff !important;
}
#topbar ul li .fa{
    padding-right: 10px;
    color: #99a0a2;
    font-size: 15px;
}
#topbar ul li .fa{
    padding-right: 10px;
    color: #99a0a2;
    font-size: 15px;
}

#topbar ul.contact-info li a i:hover{
    color: #99a0a2;
}
#topbar ul li a i:hover{
   color: #0dc0c0;
}
/*Navbar*/
.navbar-brand, .navbar-brand:hover{
    color: #000;
}
nav {
    -webkit-transition: all linear 0.3s;
    -moz-transition: all linear 0.3s;
    -ms-transition: all linear 0.3s;
    -o-transition: all linear 0.3s;
    transition: all linear 0.3s;
}
nav.custom-nav{
    background: rgba(255, 255, 255, 0.10);
}
nav.sticky {
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 1000;
    background: #fff;
    -webkit-box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.30);
    -moz-box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.30);
    -ms-box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.30);
    -o-box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.30);
    box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.30);
}
nav.sticky .navbar-toggler {
    padding: 10px 15px 10px 0;
    color: #000;
}
nav.sticky .navbar-nav li a, nav.sticky .navbar-brand {
    color: #000;
}
nav.sticky li.active a, nav.sticky li a:hover, nav.sticky li a:focus, nav.sticky li a:target {
    color: #d2ab67;
}
.navbar-nav .dropdown-menu li a{
    background-color: #1879das;
    background-clip: padding-box;
    border-radius: 0px;
    border:none;
    transition: 0.8s;
    line-height: 50px;
    color: #000;
    font-size: 16px;
    font-weight: 400 !important;
    text-transform: capitalize;
}
.dropdown-item{
   padding: 8px 20px;
    font-weight: bolder;
    color: #000 !important;
    font-size: 16px;
    line-height: 10px !important;
}
.dropdown-menu li a li.active a, .dropdown-menu li a:hover, .dropdown-menu li a:focus, .dropdown-menu li a:target {
    color: #1879da !important;
}
.dropdown-item.active, .dropdown-item:active, .dropdown-item:hover, .dropdown-item:focus {
    color: #007bff !important;
    text-decoration: none;
    background-color: transparent !important; 
}
.dropdown-menu {
    border-radius: 0px;
    padding: 0px;
    margin-top: 0.5px;
    border-top: transparent;
}
.dropdown-menu.show {
    background: #fff;
}
.dropdown .fa {
   font-size: 11px;
    position: relative;
    bottom: 1px;
    left: 2px;
}
.dropdown-menu.show ul li a {
    padding: 13px 18px;
    line-height: 16px;
    font-size: 14px;
    color: #313041 !important;
    font-size: 14px;
    font-weight: 400 !important;
    text-transform: capitalize;
    letter-spacing: .5px;
    transition: all linear .3s;
}
.dropdown-menu.show ul li {
    border-color: #f7f2f2;
	list-style:none;
}
.dropdown-menu.show ul li:hover {
    background: #f7f2f2;
}
.dropdown-menu.show li {
    border-bottom: 1px solid #fff;
}
.dropdown-menu.show ul {
    padding: 0px;
}
/*.dropdown:hover>.dropdown-menu {
 display: block;
}*/
.navbar {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    z-index: 999;
    padding: 0px;
	background: #fff;
	border-bottom: 1px solid #80ddde;
}
.navbar-brand {
    font-size: 30px;
    font-family: 'Noto';
    color: #000;
    font-weight: 700;
}
.navbar-toggler {
    padding: 10px 15px 10px 0;
    color: #0dc0c0;
}
.navbar-toggler:not(:disabled):not(.disabled) {
    outline: 0;
}
.navbar-nav li.active a, .navbar-nav li a:hover, .navbar-nav li a:focus, .navbar-nav li a:target{
    color: #d2ab67;
}
.owl-theme .owl-nav [class*=owl-] {
    color: #000 !important;
    font-size: 20px !important;
    margin: 0px !important;
    background: none !important;
}
nav .navbar-nav li a {
    display: block;
    color: #313041;
    font-size: 14px;
    font-weight: 400;
    text-transform: capitalize;
    /* letter-spacing: .5px; */
    transition: all linear .3s;
    padding-right: 25px;
    line-height: 96px;
    padding: 0 6px;
}
/*Home-Page*/
/*Slider*/
#slider{
    padding: 0px;
}
#slider .item {
    height: 100vh;
    position: relative;
    width: 100%;
    display: table;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
	opacity: 0.7;
}
.slide-caption {
	display: table-cell;
	vertical-align: top;
	position: relative;
	padding-top: 16%;
}
div#particles-js {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.slide-caption .slider-inner {
    max-width: 950px;
    margin: 0 auto;
    position: relative;
    right: 80px;
}
.slide-caption .slider-inner h1{
    font-size: 42px;
    text-transform: uppercase;
    line-height: 60px;
    font-weight: 700;
    margin-bottom: 15px;
    color: #fff;
    letter-spacing: 1px;
}
.slider-inner span {
    color: var(--main-theme-color);
}
.slide-caption p {
    margin: 0 auto;
    color: #fdfdfd;
    font-size: 17px;
    margin-top: 0;
    text-transform: capitalize;
}
#slider .slide-caption a {
    display: inline-block;
    margin: 0px;
}

/*Banner*/
.banner {
    padding: 50px 0px 30px 0px;
}
.banner {
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
/*     background-position: 50% -26px; */
    z-index: 0;
	height: 450px;
}
.banner::after {
   content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    left: 0;
/*     background: rgba(9, 23, 37, 0.7); */
    z-index: -1;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.banner-content {
    position: relative;
    padding: 150px 0 70px;
}
.banner-content h1 {
    color: #fff;
    font-size: 35px;
    font-weight: 700;
    text-transform: uppercase;
    padding-bottom: 10px;
}
.banner-content p {
    font-size: 14px;
    color: #fdfdfd;
}
.banner ul {
    padding: 30px 0px;
    font-size: 14px;
}
.banner ul li{
    display: inline-block;
    color: #fdfdfd;
}
/*About-us*/
#about {
    padding: 50px 0px 50px;
	background:#fff;
}
#about img {
    width: 100%;
    height: auto;
}
#about .hovereffect {
    height: auto;
}
#about h3 {
	font-size: 52px;
    line-height: 79px;
    color: #002d3d;
    text-transform: capitalize;
}

#about ul {
 padding: 5px 30px;
}
#about ul li{
    padding-top: 6px;
    /*display: block;
    overflow: hidden;*/
    font-size:20px;
    color: #547079;
        font-weight: 300;
}
#about ul li span{
    font-size: 14px;
    color: #333;
    display: block;
    overflow: hidden;
} 
#about ul li .fa {
    font-size: 15px;
    padding-right: 12px;
    color: var(--main-theme-color);
    float: left;
}
#about.our-mission-and-vision .fa {
    float: left;
    font-size: 30px;
    color: var(--main-theme-color);
    padding-right: 15px;
}
#about.our-mission-and-vision .fa {
    float: left;
    font-size: 30px;
    color: var(--main-theme-color);
    padding-right: 15px;
}
#about.our-mission-and-vision .mission-vision-caption {
    display: block;
    overflow: hidden;
}
#about.our-mission-and-vision .mission-vision-caption h4{
    font-size: 15px;
    letter-spacing: 1px;
    text-transform: uppercase;
}
#about.our-mission-and-vision .mission-vision-caption p{
    font-size: 14px;
    padding: 10px 0px 10px 0px;
}
.mission-vision {
    padding: 15px 0px;
}
.mission-vision .fa-snowflake-o {
    font-size: 37px !important;
}
#about .overlay {
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.7);
    width: 100%;
    height: 100%;
}
#about .overlay .fa {
    position: absolute;
    content: '';
    top: 50%;
    left: 50%;
    z-index: 2;
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: 20px;
    background: var(--main-theme-color);
    border-radius: 50%;
    padding: 13px 17px;
}
#about .pd {
    padding-left: 0px;
    padding-right: 0px;
}
#about .pd img{
 height: 411px;
}
.about-btn {
    padding: 30px 0px;
}
.about-btn a {
    margin: 0px;
}
/*clients-count*/
#clients-count{
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 0;
    padding: 80px 0px 80px;
}
#clients-count::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(245, 245, 245, 1);
    z-index: -1;
}
#clients-countat:hover{
    color: #1879da;
}
#clients-count .fa{
    color: var(--main-theme-color);
    padding: 5px 5px;
    text-align: center;
    font-size: 40px;
    float: left;
    margin-right: 15px;
 }  
#clients-count h4 {
    font-size: 13px;
    font-weight: 600;
    color: #333;
    position: relative;
    letter-spacing: 1px;
    text-transform: uppercase;
    display: block;
    overflow: hidden;
    padding-top: 10px;
}
#clients-count h3 {
    font-size: 35px;
    letter-spacing: 1px;
}
#clients-count h2 {
    padding-top: 10px;
    display: block;
    font-size: 27px;
}
#clients-count h2 span {
    color: var(--main-theme-color);
    margin-right: 4px;
}
/*Our-Team*/
#our-team {
    padding: 0px 0px 30px;
}
.single-team {
	position: relative;
    overflow: hidden;
    /* border: 1px solid; */
    box-shadow: 1px saddlebrown;
    box-shadow: 5px 2px 10px #24a3b5;
    height: 450px;
	border-radius: 10px;
	margin-bottom: 25px;
}
.single-team img {
/*     height: 400px; */
    width: 100%;
}
#our-team .single-team img {
	height: 305px;
}
.single-team::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 450px;
    /*background: #2a2a2a;
    background: rgba(13, 192, 192, 1);*/
	background: rgb(1 1 1 / 72%);
    z-index: 9;
    opacity: 0;
    transition: .3s;
}
.single-team .hover-content {
    position: absolute;
    left: 0;
    top: 40%;
    width: 100%;
    padding: 0;
    transition: .3s;
    z-index: 9;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-50%);
    padding: 0 20px;
}
.single-team h5 {
    font-size: 16px;
    font-weight: 600;
    padding: 15px 0px 2px;
    letter-spacing: 1px;
    text-transform: capitalize;
}
.single-team span {
    font-size: 14px;
    margin-bottom: 26px;
}
.single-team .hover-content p {
    color: #fff;
    line-height: 24px;
    margin-bottom: 26px;
}
.team-social a {
    color: #fff;
    font-size: 16px;
    margin: 0 5px;
    background: rgba(255, 255, 255, 0.18);
    -webkit-transition: background 0.2s, color 0.2s;
    -moz-transition: background 0.2s, color 0.2s;
    transition: background 0.2s, color 0.2s;
    padding: 8px 13px;
    border-radius: 50%;
}
.team-social a .fa{
    padding: 8px 0px;
}
.team-social a .fa-facebook{
    padding: 8px 1px;
}
.team-social a:hover, .team-social a:focus {
    background: rgba(255, 255, 255, 0.52);
    font-weight: 700;
}
.single-team:hover::before {
    opacity: .85;
}
.single-team:hover .hover-content {
    top: 43%;
    opacity: 1;
    visibility: visible;
}

/*our-client*/
#our-client {
    background: #f4f6f8;
}
/*service*/
#service {
    padding: 70px 0px 70px;
    background: #f4f6f8;
}
#service .service-item {
    text-decoration: none;
    padding: 30px 0px 40px;
    margin: 10px 0px 10px 0px;
    position: relative;
}
/*#service .service-item:hover {
    -webkit-box-shadow: 0px 20px 50px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 20px 50px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 5px 30px 0px rgba(90, 78, 78, 0.2);
}*/
/*#service .service-item:hover h4 {
    color: #0dc0c0;
}*/
#service .service-item .fa{
    font-size: 30px;
    color: #0dc0c0;
}
#service h4 {
    padding-top: 20px;
    font-size: 16px;
    font-weight: 600;
    color: #333;
    position: relative;
    margin-bottom: 15px;
    letter-spacing: 1px;
    text-transform: uppercase;
}
#service h4:hover{
    color: #0dc0c0;
}
.service-item p {
    font-size: 14px;
    padding: 0px 10px;
}
#testimonial.service-testimonial {
    padding: 0px 0px 70px 0px;
    background: #f4f6f8;
    margin-top: 0px;
}
.bottom-left .block, .bottom-right .block{
	background: #f4f6f8;
}


/* .service-desc .row.service-desc-content {
	box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 25%);
	background: #fff;
	padding-bottom: 35px;
	padding-top: 35px;
	border-radius: 5px;
} */
.service-desc {
    padding: 50px 0px;
}
.row.service-desc-content h3 {
    font-size: 20px;
    letter-spacing: 2px;
    text-transform: uppercase;
    padding-bottom: 25px;
	padding-top: 40px!important;
}
.row.service-desc-content p {
	font-weight: 300!important;
    line-height: 1.6em;
    font-family: 'Open Sans';
    font-size: 20px!important;
}
.service-desc-content img {
    min-height: 265px;
}
.service-desc-content  ul{
    padding: 20px 30px;
}
.service-details ul{
    padding: 30px 15px !important;
}
ul.list li:first-child {
    padding: 0px 5px !important;
}
.service-desc-content  ul li, .service-details ul li {
    padding-top: 10px !important;
    display: revert !important;
    /*overflow: hidden;*/
}
.service-desc-content  ul li .fa, .service-details ul li .fa {
    font-size: 15px;
    padding-right: 12px;
    color: var(--main-theme-color);
    float: left;
}
.service-desc-content  ul li span, .service-details ul li span {
    font-size: 14px;
    color: #333;
    display: block;
    overflow: hidden;
}
/*service-two*/
.service-two {
     background: #fff !important;
     padding: 70px 0px 0px !important; 
}
.service-two .service-item .fa {
    float: left;
    font-size: 40px !important;
    padding-right: 15px;
}
.service-two .service-item .service-caption {
    display: block;
    overflow: hidden;
}
.service-two .service-item .service-caption h4 {
    padding-top: 0px !important;
    margin-bottom: 10px !important;
}
.service-two .service-item .service-caption p {
    padding: 0px !important;
}
.service-two .service-item {
    padding: 30px 10px 40px !important;
}
#testimonial.service-two-testimonial {
     background: #fff !important; 
     margin-top: 20px !important; 
}
/*testimonials*/
#testimonial {
    padding: 30px 10px 10px !important
}
#testimonial .title:after {
    left: 100px;
    right: unset;
    top: 100px;
}

.image-background {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-size: cover;
}
#testimonial .testimonial-overlay{
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
#testimonial .rs-bg{
    padding: 0px;
}
#testimonial .testimonial-overlay::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(35, 145, 255, 0.6);
    z-index: 0;
}
#testimonial .testimonial-overlay-bottom{
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
}
#testimonial .testimonial-carousel {
    position: relative;
    z-index: 0;
    padding: 10px 40px 30px;
}
.testimonial-carousel p:before {
    content: "\f10d";
    font-family: FontAwesome;
    font-size: 16px;
    position: relative;
    bottom: 5px;
    right: 5px;
}
.testimonial-carousel img {
    float: left;
	margin-right: 20px;
    width: 95px !important;
    height: 95px;
    border-radius: 50%; 
    overflow: hidden;
}
.testimonial-caption {
    padding: 0px 10px 20px !important;
}
.testimonial-caption h4, .testimonial-caption h4 a {
    margin-bottom: 6px;
    font-weight: 500;
    line-height: 1.25;
    color: #333;
    font-size: 15px;
}
.testimonial-caption span{
    font-size: 14px;
}
#testimonial .owl-prev:hover, #testimonial .owl-prev:focus,
#testimonial .owl-next:hover, #testimonial .owl-next:focus {
    background: #d2ab67 !important;
    font-weight: 700;
    color: #fff !important;
}
#film-screening .owl-prev:hover, #film-screening .owl-prev:focus,
#film-screening .owl-next:hover, #film-screening .owl-next:focus {
    background: #d2ab67 !important;
    font-weight: 700;
    color: #fff !important;
}
#testimonial .owl-prev, #film-screening .owl-prev{
    position: absolute;
    left: -15px;
    bottom: 60%;
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.08);
    padding: 10px 10px 10px !important;
    background: #fff;
    border-radius: 50% !important;
}
#testimonial .owl-next, #film-screening .owl-next{
    position: absolute;
    right: -15px;
    bottom: 60%;
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.08);
    padding: 10px 10px 10px !important;
    background: #fff;
    border-radius: 50% !important;
}

.testimonial-caption span {
    font-size: 13px;
    text-transform: capitalize;
}
.testimonial-front .title-section{
    padding: 0px !important;
}
/* our-works */
#our-works .service-desc-content a h3:hover{
    color: var(--main-theme-color) !important;
}
#our-works .project-details {
    padding: 20px 20px 30px !important;
}
/*work-details*/
#blog.work-details, #blog.blog-details {
    padding: 100px 0px 30px !important;
}
.project-details {
    padding: 10px 20px;
    font-size: 13px;
}
.work-details h3 {
    margin-bottom: 20px !important;
    margin-top: 20px;
}
#our-works .service-desc-content img {
    height: 320px !important;
}
.project-details table tr {
    padding: 0 0 10px 0;
}
.project-details table th {
    vertical-align: top;
    text-align: left;
    padding: 0 0 10px 0;
    text-transform: uppercase;
    color: #333;
}
.project-details table td {
    vertical-align: top;
    padding: 0 0 10px 20px;
}
.other-project {
    background: #fff !important;
    padding: 30px 0px !important;
}
/* .other-project .other-project-items img {
    height: 270px !important;
} */

/*#our-works .service-desc-content a h3:hover {
    color: var(--main-theme-color) !important;
}*/
/* our-works end */

/*call-to-action*/
#call-to-action {
    padding: 50px 0px 25px;
    color: #fff !important;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% -26px;
    z-index: 0;
}
#call-to-action:after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    left: 0;
/*     background: rgba(0, 0, 0, 0.05); */
    z-index: -1;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#banner-area{
	background: #fff;
	position:relative;
}
#call-to-action h3 {
    text-transform: uppercase;
    font-size: 20px;
    letter-spacing: 1px;
    color: #002d3d;
}
#call-to-action p {
    font-size: 13px;
    font-style: italic;
    padding-top: 10px;
    color: #fdfdfd;
}
.call-to-action-btn .custom-btn{
    padding: 12px 40px;
}
#call-to-action.front-cta{
    text-align: center;
}
#call-to-action.front-cta h3 {
    font-size: 35px !important;
    padding-bottom: 10px;
}
#call-to-action.front-cta p {
    font-size: 16px !important;
}
#call-to-action.front-cta .call-to-action-btn {
    padding: 50px 0px;
}
/*blog-page*/
.front{
    background: #fff !important;
}
#blog {
    background: #f4f6f8;
    padding: 100px 0px;
}

#blog .blog-btn a:hover {
    color: #fdfdfd;
}
#blog .title {
    color: #000;
    padding-bottom: 30px;
}
#blog .blog-box {
    margin-bottom: 80px;
    display: block;
}
#blog .blog-box .blogimage {
    position: relative;
}
.blog-box a.link {
    float: right;
    font-size: 14px;
    font-weight: 700;
    color: #777;
}
.blog-box a.link i {
    padding-right: 15px;
    font-size: 12px;
}
#blog .blog-box .blogimage .tags {
    position: absolute;
    bottom: 20px;
    left: 20px;
    background: var(--main-theme-color);
    color: #fff;
    padding: 10px 20px;
    box-shadow: 0px 3px 12px rgba(0, 0, 0, 0.10);
    font-size: 14px;
    font-weight: 700;
    text-transform: capitalize;
}
#blog .blog-box .blogimage .tags i, #blog .blog-box .blogimage .tags span {
    color: #fff;
    font-size: 14px;
    padding-right: 10px;
}
#blog .blog-box .blogimage .tags i.fa.fa-tags {
    padding-right: 4px;
}
#blog .blog-box .blog-caption {
    padding: 10px 0px 20px;
    background: #f1e9e9;
	border-radius: 0 0 10px 10px;
}
.two-grid .blog-box .blog-caption {
    padding: 10px 20px 50px !important;
    background: #fff;
}
.blog-box .blog-caption h3 {
    margin-bottom: 15px;
    font-size: 18px;
    letter-spacing: 1px;
}
.blog-box .blog-caption h3 a {
    color: #333;
}
.blog-box .blog-caption p {
    margin-bottom: 10px;
    font-size: 14px;
}
.blog-box .blog-caption ul {
    padding: 5px 0px 15px;
    margin: 0px;
}
.blog-box .blog-caption ul li {
    display: inline-block;
    padding-left: 5px;
}
#blog .owl-prev, #blog .owl-next{
    display: inline-block !important;
}
#blog .blog-btn {
    display: block;
    margin: 0px auto;
    padding-top: 30px;
}
/*.blog-box .blog-caption ul li:nth-child(4) {
  float: right;
}*/
.blog-box .blog-caption ul li span {
    color: #777;
    font-size: 11px;
    text-transform: uppercase;
    font-weight: 700;
}
.blog-box .blog-caption ul li span i {
    margin-right: 5px;
}
.blog-box .blog-caption > ul > li:first-child {
    margin: 0px;
    padding: 0px !important;
}
.blog-box .blog-caption li a {
    position: absolute;
    right: 30px;
    bottom: 78px;
}
.blog-box .blog-caption li a :hover {
    color: #044d96;
}
.pagination {
    text-align: center;
    display: block;
    margin: 50px 0px;
    overflow: hidden;
    border-radius: 0;
    padding-bottom: 3px;
}
.pagination > ul{
    box-shadow: none;
    list-style: none;
    padding: 0;
    margin: 0;
}
.pagination > li {
    display: inline-block;
}
.pagination > li:first-child > a {
    border-radius: 0px;
}
.pagination > li > a, .pagination > li > span {
    background: #FFF;
    font-size: 14px;
    color: #3b3b3b;
    font-weight: 700;
    display: inline-block;
    padding: 9px 18px;
    border: 1px solid #ddd;
}
.pagination > .active > a, .pagination > li > a:hover, .pagination > li > a:focus, .pagination > li > span:hover, .pagination > li > span:focus {
    background: #0dc0c0 none repeat scroll 0 0;
    border-color: #0dc0c0;
    color: #fff !important;
    text-decoration: none;
}
/*blog-details*/
.blog-details{
    background: none !important;
}
.blog-details .blog-box .blog-caption ul {
    border: none;
    margin-top: 0px;
    padding: 0px 0px 25px;
}
.blog-details .blog-box img {
    width: 100%;
    height: 400px;
}
.blog-details blockquote:before {
    content: open-quote;
}
.blog-details blockquote:after {
    content: close-quote;
}
.blog-details blockquote {
    padding: 10px 20px;
    font-size: 15px;
    border-left: 5px solid #ddd;
    background: #f5f6f8;
    font-style: italic;
    margin: 20px 30px 20px;
}
.blog-details .blog-box .blog-caption ul li {
    padding: 0px 5px;
    font-size: 15px;
    padding-right: 12px;
    color: var(--main-theme-color);
}
#blog .blog-details .blog-box .blog-caption ul:not(.grid) li:before,
#about ul li:before,
.service-desc ul li:before,
/* #blog ul:not(.grid):not(.links) li:before{
    content: "\f0a4";
    font-family: FontAwesome;
    font-size: 15px;
    display: block;
    color: var(--main-theme-color);
    margin-right: 10px;
    float: left;
} */
.blog-details .blog-box .blog-caption ul li span {
    font-size: 12px;
    font-weight: 600;
    text-transform: capitalize;
}
.blog-details .blog-box {
    margin-bottom: 30px;
    box-shadow: 0px 0px 0px #000;
    box-shadow: 0px 3px 12px rgba(0, 0, 0, 0.0) !important;
}
.blog-details .get-in-touch::after {
    background-color: rgba(193, 188, 188, 0.2) !important;
}
.blog-details .custom-btn{
    border: none !important;
    cursor: pointer; 
}
.blog-details form input, .blog-details form textarea {
    width: 100%;
    border: none;
    border: 1px solid #dfdfdf;
    border-radius: 0;
    outline: none;
    box-shadow: none;
    font-size: 13.5px;
    margin-bottom: 5px;
    color: #000;
}
.blog-details form#contact_form {
    padding: 30px 0px;
}
.sidebar .popular-posts {
    padding: 30px;
    background: #f4f6f8;
    margin-bottom: 40px;
}
.blog-details .blog-caption h3 {
    font-size: 17px;
    font-weight: 600;
    color: #333;
    position: relative;
    margin-bottom: 15px;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 10px;
    margin-top: 20px;
}
.blog-details h3 {
    font-size: 17px;
    font-weight: 600;
    color: #333;
    position: relative;
    margin-bottom: 15px;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.sidebar ul {
    margin: 0px;
    padding: 0px;
}
.sidebar ul li {
    margin-bottom: 8px;
}
.sidebar ul li:before {
    content: "\f054";
    font-family: FontAwesome;
    color: #999;
    font-size: 9px;
    margin-right: 10px;
    float: left;
    position: relative;
    top: 5px;
}
.sidebar ul li a {
    font-size: 13.5px;
    font-weight: 500;
    color: #777;
    display: block;
    overflow: hidden;
}
/*comment-form*/
.comment-row {
    margin-bottom: 60px;
}

.comment-item {
    position: relative;
    padding-left: 100px;
    padding-bottom: 27px;
    border-bottom: 1px solid #e7e4e4;
    margin-bottom: 25px;
}
.comment-item:last-child {
    border: none;
}
.blog-details .comment-item img {
    width: 80px !important;
    height: 80px !important;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
}
.comment-item h5 {
    font-size: 14px;
    margin-bottom: 10px;
}
.comment-item span {
    display: inline-block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #c9c9c9;
    font-weight: 400;
    font-size: 12px;
}
.comment-item p {
    font-size: 13px;
    color: #777;
}
.middel-item {
    margin-left: 50px;
}
.form-control {
    height: 45px;
    margin-bottom: 30px;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
}
textarea.form-control {
    height: auto;
}
.form-area {
    width: 100%;
}

/*blog-sidebar*/
.blog-details.blog-sidebar .blog-caption h3 {
    margin-top: 0px;
}
.blog-details.blog-sidebar .blog-box .blog-caption ul {
    padding: 0px 0px 15px;
}
.blog-details.blog-sidebar .blog-box img {
    height: 250px;
}
/*contact-page*/
#contact {
    background: #f4f6f8;
    padding: 100px 0px;
}
.get-in-touch, .contact-info {
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.08);
    padding: 50px 30px 30px;
    background: #fff;
}
.follow-us {
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.08);
    padding: 38px 30px 20px;
    background: #fff;
    margin-top: 10px;
}
.follow-us ul {
    padding: 0px 10px;
}
.follow-us ul li {
    display: inline-block;
    margin-right: 5px;
    background: #d2ab67;
    /* background: rgba(111, 180, 193, 0.6); */
    -webkit-transition: background 0.2s, color 0.2s;
    -moz-transition: background 0.2s, color 0.2s;
    transition: background 0.2s, color 0.2s;
    border-radius: 50%;
}
.follow-us ul li .fa-facebook {
    padding: 12px 16px !important;
}
.follow-us ul li .fa {
    padding: 12px 13px;
}
.follow-us li a {
    z-index: -10;
    color: #fff;
    font-weight: 900;
}
#contact form {
    padding: 20px 0px;
}
#contact form input, #contact form textarea, #eco-resort-contact form input, #eco-resort-contact form textarea{
    width: 100%;
    border: none;
    border: 1px solid #dfdfdf;
    border-radius: 0;
    outline: none;
    box-shadow: none;
    font-size: 13.5px;
    margin-bottom: 5px;
    color: #000;
}
#contact h3, #eco-resort-contact h3 {
    font-size: 17px;
    font-weight: 600;
    color: #333;
    position: relative;
    margin-bottom: 15px;
    letter-spacing: 1px;
    text-transform: uppercase;
}
#contact button.custom-btn, .contact-form button.custom-btn, #eco-resort-contact button.custom-btn {
    border: none;
    cursor: pointer;
}
#contact p {
    font-size: 14px;
    margin-bottom: 15px;
}
.contact-info .address i{
    float: left;
    font-size: 16px;
    margin-right: 15px;
    margin-top: 6px;
}
.contact-info .address span{
    overflow: hidden;
    display: block;
    width: 250px;
}
.contact-info p a {
    overflow: hidden;
    display: block;
}
.contact-info .address .fa-map-marker {
    font-size: 20px;
    margin-right: 20px;
    margin-top: 4px;
}
.contact-info p.address {
    padding: 7px 0px;
}
.contact-info p.address a {
    line-height: 25px;
}
#map iframe {
    position: relative;
    top: 5px;
    bottom: 0px;
}
#faq-section .field--type-faqfield {
    width: 100%;
}
.ui-state-default {
    border: 1px solid #f5efe0;
    background: #f5efe0;
    font-weight: normal;
    color: #454545;
}
.ui-accordion .ui-accordion-header {
    padding: 20px;
	font-size: 18px;
}
#eco-resort-contact .js-form-item-ref{
	display:none;
}
/*Footer*/
footer {
    background: #313041;
	margin-top: 20px;
}
footer p {
    color: #fff;
    font-size: 14px;
}
footer ul{
    padding-left: 20px !important;
}
.footer-top{
    padding: 50px 0px 50px;
    border-bottom: 1px solid #777;
}
.copyright {
    padding: 10px 0px 10px;
}
footer .footer-top h2 {
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    padding-bottom: 20px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

footer .footer-top li a {
    color: #fdfdfd;
    line-height: 30px;
    font-size: 14px;
}
ul.menu a.is-active {
    color: #d2ab67;
}
footer .contact.wow.fadeInRight a {
    font-size: 14px;
}
footer ul.social li {
    display: inline-block;
}
footer ul.social li{
    background: rgba(255,255,255,0.1);
    -webkit-transition: background 0.2s, color 0.2s;
    -moz-transition: background 0.2s, color 0.2s;
    transition: background 0.2s, color 0.2s;
}
footer ul.social li:hover .fa{
    color: #0dc0c0;
 /* text-shadow: 0 0 5px #0dc0c0; */ 
    transition: all 0.5s ease;
    background: rgba(255,255,255,0.1);
    -webkit-transition: background 0.2s, color 0.2s;
    -moz-transition: background 0.2s, color 0.2s;
}
footer ul.social .fa-youtube, footer ul.social .fa-facebook {
    padding: 8px 12px !important;
}
footer ul.social .fa {
    padding: 8px 10px;
    margin-right: 0px;
    font-size: 15px;
}
footer .fa {
    color: #99a0a2;
    padding: 8px 15px;
    text-align: center;
    margin-right: 5px;
    font-size: 15px;
}
footer .contact span{
    font-size: 14px;
    line-height: 25px;
    display: block;
    overflow: hidden;
}
footer a:hover{
    color: #03ffff !important;
}
footer .contact .fa.fa-map-marker {
    float: left;
}
footer .contact p a {
    color: #fdfdfd;
}
footer .copyright p {
    font-size: 12px;
    line-height: 24px;
}
footer .copyright p a:hover {
    text-decoration: underline;
}
.scroll-top {
    padding: 8px 18px;
    position: fixed;
    bottom: 105%;
    right: 30px;
    font-size: 19px;
    border-radius: 50%;
    color: #fff;
    text-align: center;
    cursor: pointer;
    background: #d2ab67;
    -webkit-animation: pulse 2s infinite;
    -o-animation: pulse 2s infinite;
    animation: pulse 2s infinite;
    transition: 1s ease;
    border: transparent;
}
.scroll-top.open {
    bottom: 30px;
}
button:focus {
    outline: 1px dotted;
    outline: none;
}
.btn-wtsapp {
  position: fixed;
  text-align: center;
  z-index: 1000;
  bottom: 32px;
  left: 10px;
  animation: up-down 2s infinite;
}
/** My Custom CSS - Olsys **/
.page-title li a{
	color:#fff;
}
.block-content h3 {
  font-size: 1rem;
}
.sidebar .block{
	border: 1px solid #f1f1f1;
	box-shadow: 0 0 20px #cccccc57;
	margin-bottom: 20px;
}
.sidebar .heading-title h2{
	background: #313041;
}
.sidebar h2 {
	font-size: 20px;
	font-weight: 500;
	color: #fff;
	padding: 10px;
	margin: 10px;
}
.sidebar .block-content {
  padding: 10px;
}
  
.recent-thumb img{
	width:auto;
}
.recent-items {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 0px 0px 20px;
  border-bottom: 1px solid #CCC;
  margin-bottom: 20px;
}
li{
	color: #547079;
	font-family: 'Noto', sans-serif;
	margin-bottom: 0px;
	font-size: 20px;
	font-weight: 300;
	line-height: 1.6em;
	font-family: 'Open Sans';
}

  
.image-wrapper img {
  border-radius: 20px;
}
.event-desc {
  position: absolute;
  width: 100%;
  right: 0;
  border-radius: 20px;
  left: 0;
  bottom: 0;
  padding-top: 30%;
  background-image: linear-gradient(to bottom,transparent 0,#0000009c 100%) !important;
  color: #eee !important;
  font-size: 17px;
}
.event-title{
	color:#fff;
	font-size: 20px;
	font-weight: normal;
}
.ckeditor-accordion-container > dl dt.active > a {
  background-color: #d2ab67;
}
.ckeditor-accordion-container > dl {
  position: relative;
  border: 1px solid #ece9e3;
}
.ckeditor-accordion-container > dl dt > a, .ckeditor-accordion-container > dl dt > a:not(.button) {
  display: block;
  padding: 20px 48px 20px 50px;
  background-color: #f7f1f1;
  color: #313041;
  cursor: pointer;
  -webkit-transition: background-color 300ms;
  transition: background-color 300ms;
  border-bottom: 1px solid #e1dcd3;
  font-size: 20px;
}
.ckeditor-accordion-container > dl dt > a:hover, .ckeditor-accordion-container > dl dt > a:not(.button):hover {
  background-color: #eae2e2;
  box-shadow: none;
  color: #000;
  text-decoration: none;
}
.ckeditor-accordion-container > dl dt > a > .ckeditor-accordion-toggle::before, .ckeditor-accordion-container > dl dt > a > .ckeditor-accordion-toggle::after {
	color: #313041;
}
.ckeditor-accordion-container > dl dt > a > .ckeditor-accordion-toggle::before, .ckeditor-accordion-container > dl dt > a > .ckeditor-accordion-toggle::after {
  background: #313041;
}
footer a{
	color:#fff;
}
.duration {
  display: flex;
  align-items: center;
  background-color: #faf5ee;
  border-radius: var(--thm-border-radius);
  padding: 0 28px;
  margin-top: 19px;
}

.form-text {
	display: block;
    width: 100%;
    height: calc(2.25rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
.home_banner-carousel .slider-inner h4 {
    color: #fff;
    margin-bottom: 20px;
}
.region-logo img {
  max-width: 340px;
}
.region-breadcrumb-section li a { color:#fff;} 


.box-shadow {
  box-shadow: 0px 0px 15px #999;
  border-radius: 20px;
  margin-bottom: 30px;
}
.box-shadow .text-center {
  height: 225px;
}
#tours-list .box-shadow img {
  display: block;
  width: 100%;
  height: 235px;
  border-radius: 15px;
}
.tour-desc {
  position: absolute;
  width: 100%;
  right: 0;
  border-radius: 20px;
  left: 0;
  bottom: 0;
  padding-top: 30%;
  background-image: linear-gradient(to bottom,transparent 0,#000 100%) !important;
  color: #eee !important;
  font-size: 17px;
}
#tours-list .term-title, .view-id-media {
  margin-top: -50px;
  line-height: 30px;
	
}
#tours-list .term-title a {
	color:#fff;
}
._info_left .days-count {
  font-size: 16px;
  line-height: 40px;
  text-align: left;
  color: #fff;
}
._info_left .destintion-places {
  font-size: 16px;
  color: #fff;
  width: auto;
  text-align: left;
}
._info_left .price
{
  font-size: 16px;
  color: #fff;
  width: auto;
  text-align: left;
}
.custom-listing li::before, .menu--useful-links li::before, #page-content li::before, .field-content li::before {
   /* content: "\f178";
    font-family: FontAwesome;
    margin: 5px;*/
}

.itinerary-days .lightbox img {
  width: 100%;
}
.text-center{
	text-align:center;
}
.main-heading img {
    display: inline;
}
.main-heading {
    text-align: center;
    margin-top: 25px;
}
.bggrey {
  background: #fcf6f6;
}
.padding-top-bot {
  padding-bottom: 20px;
  padding-top: 29px;
  margin-top: 20px;
}
.sub-heading h4{
	line-height: 40px;
}
.sub-heading {
    margin-bottom: 10px;
}
.forum-content .field--name-body p {
    font-weight: bold;
}
.read-more {
    background: #d2ab67;
    padding: 5px;
    color: #fff;
}

#vendor-login-register .user-login {
    margin: auto;
	text-align: center;
}
#vendor-login-register .fl_right {
    border-left: 1px solid #999;
    padding: 35px;
}
#vendor-login-register .tablinks {
	padding-right: 40px;
	padding-left: 40px;
}
#user-login .login-box .item-list{
	display:none;
}
#user-login-form .js-form-item input:not([type="checkbox"]){
	width: 100%;
	padding: 10px;
	border-radius: 5px;	
}
#user-login h2 {
    line-height: 1.25;
    margin-bottom: 25px;
    border-bottom: 1px solid #E5E5E5;
    padding-bottom: 10px;
    font-size: 22px;
}
.market-place .eco-resort-list {
	padding-bottom: 20px;
}
.market-place .tablinks {
    bottom: 10px;
	padding: 10px 40px;
}
#marketplace-tab-section .box-left{
	padding-bottom: 10px;
}
#block-footerlink .menu .menu-item {
    width: auto;
    float: left;
    margin: 5px;
}
.morelink{
	margin-bottom: 20px;
}
#counters {
    background-image: url(/themes/customtheme/images/bg1.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    width: 100%;
    padding: 100px 0px;
}
#counters .count {
    font-family: Open Sans;
    font-size: 60px;
    font-weight: 800;
    color: #d2ab67;
}
#counters p {
    color: #fff;
    font-size: 24px;
    font-weight: 300;
}
.social-sharing-buttons {
justify-content: left;
    display: grid !important;
    top: 40%;
    position: fixed;
    z-index: 9999999;
}
.social-sharing-buttons a, .social-sharing-buttons__button {
    margin: 2px;
}
.room-tabs-gallery .flexslider{
	background: #f1f1f1;
	border:none;
}

.cbp_tmtimeline > li:nth-child(2n+1) .cbp_tmlabel {
    background: #fff;
}
.cbp_tmtimeline::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    width: 5px;
    background: #d2ab67;
    left: 21%;
    margin-left: -14px;
}
ul.cbp_tmtimeline {
    list-style: none;
}
.cbp_tmtimeline > li {
    position: relative;
}

ul.cbp_tmtimeline {
    margin: 45px 0 0;
    padding: 0;
    list-style: none;
    position: relative;
}
.cbp_tmtimeline > li .cbp_tmtime {
    display: block;
    width: 25%;
    padding-right: 100px;
    position: absolute;
    margin-top: 11px;
}
.cbp_tmtimeline > li .cbp_tmicon {
    width: 20px;
    height: 20px;
    font-family: fontello;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    font-size: 24px;
    line-height: 48px;
    -webkit-font-smoothing: antialiased;
    position: absolute;
    color: #e04f67;
    background: #d2ab67;
    border-radius: 50%;
    box-shadow: 0 0 0 0 #e04f67;
    text-align: center;
    left: 21.2%;
    top: -1%;
    margin: 0 0 0 -25px;
}
.cbp_tmtimeline > li .cbp_tmlabel::after {
    right: 100%;
    border: solid transparent;
        border-top-width: medium;
        border-right-color: transparent;
        border-right-width: medium;
        border-bottom-width: medium;
        border-left-width: medium;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-right-color: #f2f2f2;
    border-width: 10px;
    top: 10px;
}
.itinerary-days {
    margin-top: 0;
    padding: 0 0 10px;
    border-bottom: 1px solid rgba(0,0,0,.05);
    font-size: 11px;
    margin-bottom: 10px;
}
.cbp_tmtimeline > li .cbp_tmlabel {
    margin: 0 0 15px 25%;
    background: #f2f2f2;
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.1);
    box-shadow: 0 1px 2px rgba(0,0,0,.1);
    padding: 2em;
    position: relative;
}



#faq-section {
    margin: 10px;
}
#views-exposed-form-taxonomy-term-page-1 .js-form-item-field-country-value, #views-exposed-form-taxonomy-term-page-1 .form-item-title {
    margin: 10px;
    margin-top: 18px;
}
#views-exposed-form-eco-resort-page-1 .js-form-item-field-country-value{
	margin: 10px;
    margin-top: 18px;
}
 .features {
    width: 45%;
    float: left;
    margin: 10px;
} 
.main-content ul li {
	list-style-type: circle;
	margin-bottom: 10px;
	font-size: 16px;
	line-height: 25px;
}
h2 {
    margin-bottom: 10px;
    margin-top: 10px;
}
 .flex-control-thumbs img {
	border: 1px solid #dbcfcf;
	padding: 5px;
	height: 70px;
} 
#flexslider-2 .slides img, #flexslider-3 .slides img{
    height: auto!important;
}
.flexslider .slides img {
    height: 400px;
}
.img-responsive{
	width:100%;
}
.help a{
	color:#000
}
.help a:hover{
	color:#d2ab67;
}
#block-bannervideotest .view-more {
    display: inline-flex;
}

#views-exposed-form-webinars-page-1 .form--inline .form-actions {
    clear: none;
    float: left;
}
.views-exposed-form select{
	border: 1px solid #dfdfdf;
	padding: 10px;
}
.views-exposed-form .form-submit {
    padding: 10px;
    background: #d2ab67;
    color: #fff;
    box-shadow: none;
    border-style: none;
}

.register-now-body {
    max-width: 38em;
    padding: 1em 3em 2em 3em;
    margin: 0em auto;
    background-color: #fff;
    border-radius: 4.2px;
    box-shadow: 0px 3px 10px -2px rgba(0, 0, 0, 0.2);
	margin-top: 40px;
}
.work-btn a {
    font-weight: bold;
    color: #000;
}
.other-project-items .item .blog-box img {
    border-radius: 10px 10px 0 0!important;
}
#category-list .webinars{
	margin-bottom:20px;
}
.my-custom-btn {
	background: #0dc0c0;
    color: #ffffff;
    padding: 15px 35px;
    margin: 0 10px;
    font-weight: 700;
    margin: 34px 20px;
    font-size: 14px;
    transition: 0.6s ease-in-out;
    padding-right: 60px;
    padding-left: 60px;
    border-radius: 30px;

}
#category-list .work-btn {
    margin-top: 25px;
    text-align: center;
}
#webinar-page .title{
	margin-top: 20px;
}
	
.webinar-list img{
	    /* max-height: 300px; */
    width: 100%;
	height: 100%;
	border-radius: 10px;
}
#category-list .webinar-list p{
    line-height: 1.5em;
    font-size: 17px!important;
}
	
#home-banner-left .views-field-body, #home-banner-right .views-field-body{
    bottom: 0;
    position: absolute;
    background: rgba(0, 0, 0, 0.35);
    padding: 15px;
}
#home-banner-left .views-field-body p, #home-banner-left .views-field-body h2, #home-banner-right .views-field-body p, #home-banner-right .views-field-body h2{
	color:#fff;
}

.view-team-experts .single-team img {
    max-height: 300px;
}
.banner-video{
	width:100%;
}
.video-banner-content{
/* 	margin: auto; */
	top: 20%;
	left: 20%;
	position: absolute;
	margin: 50px;
/* 	background: rgba(0, 0, 0, 0.29); */
	padding: 40px;
	width: 50%;

	text-align: center;
}
.video-banner-content h1{

	color: #fff;
	font-weight: 700;
	font-size: 70px;
	line-height: 79px;
}
.video-banner-content h2{
    color: #fff;
    font-size: 40px;
}

.video-banner-content .more-button{
	margin: 30px;
}
.video-banner-content h5, .video-banner-content p{
	color:#fff;
	margin-bottom:20px;
	margin-top:20px;
	line-height: 2em;
}
.vid-banner-content{
	margin:auto;
}
.vid-banner-content h5, .vid-banner-content p{
	color:#000;
	margin-bottom:15px;
	margin-top:15px;
	line-height: 1.5em;
}
#myVideo {
  width: 100%;
}
/* Add some content at the bottom of the video/page */

.view-id-tag .item-list li {
    width: auto;
    float: left;
}
#youtube-videos .play-icon {
	top: 50px;
	left: 100px;
}
.video a, .play-icon {
    position: absolute;
    display: block;
    background: url(/themes/custom/customtheme/images/url_to_play_button_image.png);
    height: 36px;
    width: 50px;
	top: 100px;
    left: 145px;
}
.video img{
	width: 100%;
}

.other-project .blog-box {
    margin-bottom: 25px!important;
}
.other-project .blog-box .blog-caption p {
    font-size: 15px;
    font-weight: 400;
}
#bottom-body{
	background: #fff;
}
.home-content .service-desc .row.service-desc-content {
	border-bottom: 2px solid #ebeced;
	box-shadow: none;
}
.about-text{
	margin: auto;
	top: 30%;
	padding-left: 30px;
}

	
.affiliate-item:hover::before {
    opacity: .23;
}
.affiliate-item::before {
    content: "";
    position: absolute;
    left: 0;
    top: -15px;
    width: 100%;
    height: 285px;
    background: #2a2a2a;
    /* background: rgba(13, 192, 192, 1); */
    /* background: rgb(1 1 1 / 72%); */
    z-index: 9;
    transition: .3s;
	opacity:0;
}
.our-story-team .single-team{
    height: 390px;
	margin-bottom: 15px;
}

.custom-listing .odd{
	width: 100%; float: left; background: #dff0d8; padding: 12px;
}
.custom-listing .even{
	width: 100%; float: left; background: #ffffff; padding: 12px;
}
.region-content{
	width:100%;
/* 	padding: 5em 0; */
}
#edit-submit, .button--primary, #edit-checkout {
    margin: 0px;
    background: #d2ab67;
    color: #fff;
    padding: 0.6em;
	border: none;
	cursor: pointer;
	border-radius: 20px;
  padding-left: 20px;
  padding-right: 20px;
  margin-top: 20px;
    margin-bottom: 20px;
}
.button--buy-now {
  background: #fa7433;
}
.button--add-to-cart:hover, .button--buy-now:hover{
	background: #fad920;
}
.product-list .field--name-quantity {
  margin-bottom: 10px;
}
img {
  width: 100%;
  height: auto;
}
.featured-slide .jcarousel-wrapper.jcarousel-skin-default {
    width: 100%;
	height:auto;
	box-shadow:none;
}
.featured-slide .jcarousel-skin-default .jcarousel li {
    height: auto!important;
	margin-right:10px;
}
.custom-event-blck {
    float: left;
    /* margin-right: 45px; */
    width: 33%;
}

.custom-event-blck img{
	width: 360px;
	height: 200px;
}
.custom-event-section h3 {
	width: 100%;
    float: left;
    font-size: 1.75rem;
    line-height: 2rem;
    letter-spacing: 0.2em;
    margin-bottom: 20px;
    margin-top: 20px;
}
.event-more a {
    padding: 8px 13px;
	color: #fff;
	font-size: 16px;
	margin: 0 5px;
	background: rgba(255,255,255,.18);
}
.custom-event-blck .single-team::before {
	background:none;
}

.view-market-place .view-footer{
	width: 100%;
	float: left;
	margin-top: 50px;
}
.view-footer h4{
	font-size: 35px;
}
.view-footer {
    text-align: center;
    margin-top: 20px;
}
.view-footer p { 
	color: #547079;
    font-weight: 400;
    font-size: 20px;
    font-family: Roboto,sans-serif;
    line-height: 26px;
	margin: 5px;
}
.fleet_content .hovereffect{
    border-radius: 8px;
}
.tabcontent .hovereffect {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
	text-align: center;
}
.fleet_content a {
    position: absolute;
    width: 100%;
    right: 0;
    height: 40%;
    border-radius: 7px;
    left: 0;
    bottom: 0px;
    padding-top: 15%;
    background-image: linear-gradient(to bottom,transparent 0,#000 100%) !important;
    color: #eee !important;
    font-size: 17px;
	font-weight: bold;
	text-align: center;
}
.clients-bg {
    background-color: #fff;
    border-radius: 20px;
}
.tab-box {
    padding: 50px 50px 0px 50px;
}
#natural-history .client-image {
    margin-bottom: -7px;
}
/* 
.item img {
    display: block;
    width: 100%;
    position: relative;
} */
#natural-history .bg-box {
	border-radius: 0px 20px 20px 0px;
	min-height: 350px;
}
.bg-box {
    background: #fff;
    border-radius: 20px;
    box-shadow: 0 3px 18px rgba(54,118,129,.3);
	margin-top:20px;
	margin-bottom:20px;
}
.bg-box h3{
	font-size: 52px;
	line-height: 79px;
	color: #002d3d;
	text-transform: capitalize;
}
.box-rght{
	padding: 50px 50px 0px;
}
.team-info p{
	color: #547079;
	font-size: 20px;
}
.view-more-btn{
	background: #d2ab67;
	color: #ffffff;
	padding: 5px 30px;
	margin: 0 10px;
	border-radius: 15px;
	border: none;
}
.tabcontent .single-team::before {
    height: 367px;
}
.tabcontent .single-team {
    border-radius: 0px;
}
.custom-tab h3{
	font-weight:normal;
	font-size: 40px;
}
/* Style the buttons that are used to open the tab content */
.tab button {
background-color: inherit;
border: none;
outline: none;
cursor: pointer;
padding: 14px 16px;
}

/* Change background color of buttons on hover */
.tab button:hover {
  background-color: #ddd;
}

/* Create an active/current tablink class */
.tablinks a{
	color:#fff;
}
.tablinks a:hover {
	color: #000;
}
.tab button.active {
  background-color: #ccc;
}
.tablinks {
background: #d2ab67;
color: #ffffff;
padding: 10px 20px;
margin: 5px 5px;
font-size: 14px;
transition: 0.6s ease-in-out;
border-radius: 20px;
border: none;

}
.spl-tab-mobile .tablinks {
	display: block;
}
.tablinks.active {
	color: #000;
	background: #fff568;
}
.tablinks:hover {
	color: #000;
	background: #fff568;
}
/* Style the tab content */
.tabcontent {
  display: none;
background: #fff;
border-radius: 8px;
overflow: hidden;
width: 100%;
} 
.tabcontent h3 {
    display: flex;
    flex-wrap: nowrap;
    background-color: #fff568;
    padding: 22px 20px;
text-align:center;
    color: #000;
}
.box-left .views-row{
	float:left;
} 
#call-to-action .hovereffect {
	height: auto;
	max-height: 400px;
	border-radius: 20px;
	box-shadow: 0 3px 18px rgba(0, 0, 0, 0.42);
}
.expert-thumb {
    background: #d2ab67;
    color: #fff;
    border-radius: 10px;
    margin: 10px;
}
.expert-thumb .team-info h5{
	color:#fff;
	font-size: 16px;
}
.expert-thumb .team-info{
	padding:10px;
}
.expert-thumb img {
	border-radius: 10px 10px 0px 0px;
}
.btn-info {
    background-color: #d2ab67;
    border-color: #d2ab67;
}
.btn-info:hover, .btn-info:active {
    background: #fdd735;
    border-color: #d2ab67;
    color: #fff!important;
}
.btn-info:not(:disabled):not(.disabled).active, .btn-info:not(:disabled):not(.disabled):active, .show > .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #fdd735;
    border-color: #d2ab67;
}
.btn-info.focus, .btn-info:focus {
    background: #fdd735!important;
}
.btn-info.focus, .btn-info:focus {
    box-shadow: none;
}

.page-node-type-team .field--name-field-image {
    width: auto;
    float: left;
    margin-right: 20px;
}
.view-team-experts  .eco-resort-list .team-info h5{
	margin-bottom: 10px;
}

.views-exposed-form input[type="radio"] {
    display: none;
}
::selection {
    color: #fff;
    background: #f37935;
}
.views-exposed-form input[type="radio"] + label:first-of-type {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}
.views-exposed-form input[type="radio"]:checked + label, input:checked + label::before, select:focus, select:active {
    background-color: #7ed321;
    color: #fff;
    border-color: #64ac15;
}
.views-exposed-form input[type="radio"] + label:last-of-type {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
	width: auto;
    margin: 5px;
    cursor: pointer;
}
.views-exposed-form input[type="radio"] + label, select {
    display: inline-block;
    width: 50%;
    text-align: center;
    float: left;
    border-radius: 0;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}
.views-exposed-form input[type="radio"] + label, select {
    text-align: left;
    float: left;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
	display: block;
    width: 100%;
    height: calc(2.25rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
	
}
.views-exposed-form input, .views-exposed-form input[type="radio"] + label, .views-exposed-form input[type="checkbox"] + label::before, .views-exposed-form select option, .views-exposed-form select {
    width: 100%;
    padding: 0.6em;
        padding-left: 0.6em;
    padding-left: 1em;
    line-height: 1.4;
    background-color: #f9f9f9;
    border: 1px solid #e5e5e5;
        border-top-color: rgb(229, 229, 229);
        border-right-color: rgb(229, 229, 229);
        border-bottom-color: rgb(229, 229, 229);
        border-left-color: rgb(229, 229, 229);
    border-radius: 3px;
    -webkit-transition: 0.35s ease-in-out;
    -moz-transition: 0.35s ease-in-out;
    -o-transition: 0.35s ease-in-out;
    transition: 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
    color: #000;
}
.views-exposed-form .form-checkboxes .form-item, .form-radios .form-item {
    float: left;
}
#views-exposed-form-taxonomy-term-page-1 .form-actions{
    margin-top: 47px;
    margin-left: 5px;
}
#views-exposed-form-eco-resort-page-1 .form-actions{
    margin-top: 43px;
    margin-left: 5px;
}

/** Forum CSS Olsys**/
.better-messages-content a {
    font-weight: bold;
    color: #fab712;
}
label {
	margin-bottom: 0rem;
	margin-top: .5rem;
}
.checkout-pane #edit-sidebar-order-summary-summary table tr td {
    width: 43%;
}
.checkout-pane footer{
	background:none;
}
.js-form-item-sidebar-coupon-redemption-form-code{
	margin-bottom:20px;
}
#comment-form .filter-wrapper {
	display:none;
}
#block-exposedformforum-communitypage-1 h2{
	margin:0px;
}
.comment-section .cbp_tmlabel {
    background: #f2f2f2;
    padding: 20px;
    margin-bottom: 20px;
}
.comment-section .profile img{
	border-radius: 50%;
	height:50px;
	width:50px;
}
#block-exposedformforum-communitypage-1  #views-exposed-form-forum-community-page-1 input {
    width: 30px;
    height: 20px;
}
#block-exposedformforum-communitypage-1 label.option {
    font-size: 20px;
}
.featured-top{
	margin: 0;
	padding: 20px 10px 45px;
	text-align: center;
	border-bottom: 1px solid #e7e7e7;
	background: #f0f0f0;
	background: rgba(30,50,10,0.08);
	text-shadow: 1px 1px #fff;
	font-size: 1.2em;
	font-weight: normal;
	line-height: 1.4;	
}
.region-content ul li{
	font-size: 20px;
	font-weight: 300;
	line-height: 1.6em;
	font-family: 'Open Sans';
	color: #547079;
}

.exhibitor-left, .exhibitor-right {
    background: #f4f6f8;
    margin-top: 0px;
    padding: 40px;
    margin-right: 20px;
}
.gwf-events ul {
  list-style-type: disc;
}
.gwf-events ul li ul {
  list-style-type: circle;
}
.page-node-type-gwf-events .title {
  margin: 0px;
}
/* .forum-list:nth-child(odd) {
    background: #e0e0e0;
} */
.forum-list .cbp_tmtimeline > li .cbp_tmlabel {
    margin: 0 0 15px 25%;
}
.forum-list .cbp_tmtimeline::before {
    background: none;
}
.forum-list .cbp_tmtimeline > li {
    margin-bottom: 20px;
    border-bottom: 1px solid #f2f2f2;
	
}
.forum-list .cbp_tmtimeline > li .cbp_tmtime {
    width: auto;
}
.forum-list .forum_profile_img, .postinfo .comments, .postinfo .views{
	margin:5px;
}
.forum-list .comment-body{
    border-bottom: 1px solid rgba(0,0,0,.05);
}
.forum-list .cbp_tmtimeline > li .cbp_tmlabel {
    padding: 1em;
}
.forum-list .comment-bottom{
    border-bottom: 1px solid rgba(0,0,0,.05);
    font-size: 11px;
}
.forum-list .cbp_tmtimeline > li:nth-child(2n+1) .cbp_tmlabel {
    background: #f2f2f2;
}
.comments .commentbg {
    background-color: #d2ab67;
    border-radius: 2px;
    display: inline-block;
    padding: 12px 17px;
    color: #ffffff;
    font-size: 14px;
    font-family: 'Open Sans Bold', sans-serif;
    position: relative;
}
.comments .commentbg .mark {
    width: 11px;
    height: 11px;
    background-color: #d2ab67;
    position: absolute;
    bottom: 0;
    left: 43%;
    margin-bottom: -5px;
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}
.forum-list .forum_profile_img img{
	vertical-align: middle;
	border-radius: 50%;
	height: 40px;
	background: #f2f2f2;
	width: 40px;
}
.forum-list .comment-category{
	margin-bottom: 0px;
}
.forum-list ul.cbp_tmtimeline {
    margin: 0px;
}
.region-sidebar-second ul{
    padding: 10px;
}
.region-sidebar-second a{
    color: #666;
}
.region-sidebar-second h2{
	margin: 0 0 20px;
	margin-top: 0px;
	background-color: #d2ab67;
	padding: 10px 20px 10px 18px;
	color: #fff;
	font-size: 20px;
}
.region-sidebar-second .commentbg {
    float: right;
	background-color: #d2ab67;
	border-radius: 2px;
	display: inline-block;
	padding: 0px 10px;
	color: #ffffff;
	font-size: 14px;
	font-family: 'Open Sans Bold', sans-serif;
	position: relative;
}
.region-sidebar-second .block {
    border: 1px solid #ccc;
    padding: 10px;
    margin-bottom: 15px;
}
.region-sidebar-second .views-exposed-form input {
    width: auto;
}
.region-sidebar-second .views-exposed-form .form-checkboxes .form-item, .region-sidebar-second .form-radios .form-item {
    width: 100%;
}
.forum-list p {font-size: medium;color: #000;}
.forum-list .comment-category{margin-bottom:0px; color: #000;}
.forum-list .comment-category a{color: #000;}
.forum-list .views{font-size:15px;}
.forum-list .topic-title{font-size:22px; font-weight: normal;}
.forum-list .topic-title a{color:#f37935;}
.forum-list .topic-title a:hover{color:#000;}
/** Custom style - landing page **/
.background-color{
		background-color: #f1f1f1;
}
.cbp_tmtime span {
    font-size: 18px;
}
.option-item i{
	padding:5px;
}
.option-item {
    font-size: 16px;
    padding: 10px;
    float: left;
}
.option-item li {

    font-size: 16px;
    margin: 5px;

}  
.option-item .Parking:before {
    content: "\f1b9";
	font-family: FontAwesome;
    left:-5px;
    padding: 5px;
    top:0;
 }
.option-item .Room:before  {
	content: "\f0f4";
	font-family: FontAwesome;
	left:-5px;
	padding: 5px;
	top:0;
}
.option-item .Power:before  {
	content: "\f240";
	font-family: FontAwesome;
	left:-5px;
	padding: 5px;
	top:0;
}
.option-item .Power:before  {
	content: "\f240";
	font-family: FontAwesome;
	left:-5px;
	padding: 5px;
	top:0;
}
.option-item .Housekeeping:before  {
	content: "\f236";
	font-family: FontAwesome;
	left:-5px;
	padding: 5px;
	top:0;
}
.option-item .Public:before  {
	content: "\f236";
	font-family: FontAwesome;
	left:-5px;
	padding: 5px;
	top:0;
}
.option-item .Attached:before  {
	content: "\f2cd";
	font-family: FontAwesome;
	left:-5px;
	padding: 5px;
	top:0;
}
.option-item .Private:before  {
	content: "\f084";
	font-family: FontAwesome;
	left:-5px;
	padding: 5px;
	top:0;
}
.option-item .Fire:before  {
	content: "\f134";
	font-family: FontAwesome;
	left:-5px;
	padding: 5px;
	top:0;
}
.option-item .Laundry:before  {
	content: "\f183";
	font-family: FontAwesome;
	left:-5px;
	padding: 5px;
	top:0;
}
.option-item .Hot:before  {
	content: "\f0fc";
	font-family: FontAwesome;
	left:-5px;
	padding: 5px;
	top:0;
}
.option-item .Electric:before  {
	content: "\f1e6";
	font-family: FontAwesome;
	left:-5px;
	padding: 5px;
	top:0;
}
.option-item .Doctor:before  {
	content: "\f0fa";
	font-family: FontAwesome;
	left:-5px;
	padding: 5px;
	top:0;
}
.option-item .Luggage:before  {
	content: "\f0b1";
	font-family: FontAwesome;
	left:-5px;
	padding: 5px;
	top:0;
}
.option-item .Caretaker:before  {
	content: "\f183";
	font-family: FontAwesome;
	left:-5px;
	padding: 5px;
	top:0;
}
.option-item .Wake-up:before  {
	content: "\f095";
	font-family: FontAwesome;
	left:-5px;
	padding: 5px;
	top:0;
}
.option-item .Electrical:before  {
	content: "\f1e6";
	font-family: FontAwesome;
	left:-5px;
	padding: 5px;
	top:0;
}
.option-item .Cat-friendly:before, .option-item .Dog-friendly:before  {
	content: "\f1b0";
	font-family: FontAwesome;
	left:-5px;
	padding: 5px;
	top:0;
}
.option-item .WIFI:before  {
	content: "\f1eb";
	font-family: FontAwesome;
	left:-5px;
	padding: 5px;
	top:0;
}
.option-item .Paid:before  {
	content: "\f1b9";
	font-family: FontAwesome;
	left:-5px;
	padding: 5px;
	top:0;
}
.option-item .First-aid:before  {
	content: "\f0fa";
	font-family: FontAwesome;
	left:-5px;
	padding: 5px;
	top:0;
}
.option-item .Smoke-free:before  {
	content: "\f299";
	font-family: FontAwesome;
	left:-5px;
	padding: 5px;
	top:0;
}
.option-item .Facilities:before  {
	content: "\f193";
	font-family: FontAwesome;
	left:-5px;
	padding: 5px;
	top:0;
}
.option-item .Reception:before  {
	content: "\f0c0";
	font-family: FontAwesome;
	left:-5px;
	padding: 5px;
	top:0;
}
.option-item .Seating:before  {
	content: "\f29a";
	font-family: FontAwesome;
	left:-5px;
	padding: 5px;
	top:0;
}
.option-item .Verandah:before  {
	content: "\f015";
	font-family: FontAwesome;
	left:-5px;
	padding: 5px;
	top:0;
}
.option-item .Campfire:before  {
	content: "\f06d";
	font-family: FontAwesome;
	left:-5px;
	padding: 5px;
	top:0;
}
.option-item .Restaurant:before  {
	content: "\f0f4";
	font-family: FontAwesome;
	left:-5px;
	padding: 5px;
	top:0;
}
.option-item .Dining:before  {
	content: "\f0f5";
	font-family: FontAwesome;
	left:-5px;
	padding: 5px;
	top:0;
}
.option-item .Kids:before  {
	content: "\f1ae";
	font-family: FontAwesome;
	left:-5px;
	padding: 5px;
	top:0;
}
.option-item .Tours:before  {
	content: "\f267";
	font-family: FontAwesome;
	left:-5px;
	padding: 5px;
	top:0;
}
.option-item .Bonfire:before  {
	content: "\f06d";
	font-family: FontAwesome;
	left:-5px;
	padding: 5px;
	top:0;
}
.option-item .Walking:before  {
	content: "\f267";
	font-family: FontAwesome;
	left:-5px;
	padding: 5px;
	top:0;
}
.option-item .Car:before  {
	content: "\f1b9";
	font-family: FontAwesome;
	left:-5px;
	padding: 5px;
	top:0;
}
.option-item .Inhouse:before  {
	content: "\f1e5";
	font-family: FontAwesome;
	left:-5px;
	padding: 5px;
	top:0;
}
.option-item .Barbeque:before  {
	content: "\f267";
	font-family: FontAwesome;
	left:-5px;
	padding: 5px;
	top:0;
}
.option-item .Staff:before  {
	content: "\f256";
	font-family: FontAwesome;
	left:-5px;
	padding: 5px;
	top:0;
}
.option-item .Sanitizers:before  {
	content: "\f256";
	font-family: FontAwesome;
	left:-5px;
	padding: 5px;
	top:0;
}
.option-item .Contactless:before  {
	content: "\f236";
	font-family: FontAwesome;
	left:-5px;
	padding: 5px;
	top:0;
}
.option-item .Hospital:before  {
	content: "\f0f8";
	font-family: FontAwesome;
	left:-5px;
	padding: 5px;
	top:0;
}
.option-item .check-in:before  {
	content: "\f087";
	font-family: FontAwesome;
	left:-5px;
	padding: 5px;
	top:0;
}
.option-item .Dispensers:before  {
	content: "\f00c";
	font-family: FontAwesome;
	left:-5px;
	padding: 5px;
	top:0;
}

.list-group .list-group-item .fa{
	padding-right:5px;
}
.price_list {
	display: table;
	height: 250px;
	font-size: 17px;
	color: #e74c3c;
	width: 100%;
	margin-left: -15px;
	border-left: 1px solid #f5efe0;
	margin-top: 10px;
}
.price_list p{
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}
.price_list p a{
	padding: 10px 45px;
}
.eco-resort-list {
	background-color: #fff;
	border-radius: 3px;
	margin-bottom: 25px;
	box-shadow: 0 0 10px 0 rgba(0,0,0,.1);
	width: 100%;
}
.tour_list_desc{
	padding: 15px;
}
.path-frontpage #about img {
    width: 100%;
    height: 250px;
}
.latest-product img { border-radius: 20px 0px 0px 20px;}
.responsive-iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
#slider .owl-prev {
  position: absolute;
  left: 25px;
  bottom: 50%;
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.08);
  padding: 10px 18px 10px !important;
  background: #fff;
  border-radius: 50% !important;
  /*background: #d2ab67 !important;*/
  color: #fff!important;
  background-color:#21252969!important
}
#slider .owl-next {
	position: absolute;
	right: 15px;
	bottom: 50%;
	box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.08);
	padding: 10px 18px 10px !important;
	background: #fff;
	border-radius: 50% !important;
	
	color: #fff!important;
	background-color:#21252969!important
}
#slider .owl-next:hover, #slider .owl-next:focus {
  background: #d2ab67 !important;
  font-weight: 700;
  color: #fff !important;
}
#slider .owl-prev:hover, #slider .owl-prev:focus, #slider .owl-next:hover, #slider .owl-next:focus {
  background: #d2ab67 !important;
  font-weight: 700;
  color: #fff !important;
}
/** Style for Eco-Resort Un Equal Column */


.grid-container {
  display: grid;
  grid-template-columns: auto auto auto auto;
  grid-gap: 10px;
  background-color: #2196F3;
  padding: 10px;
}

.grid-container > div {
  background-color: rgba(255, 255, 255, 0.8);
  text-align: center;
  padding: 20px 0;
  font-size: 30px;
}

.item1 {
  grid-row: 1 / span 2;
}
.page-node-type-market-place .main-content .field--name-field-image{
	float: left;
    margin-right: 20px;
}
.image-gallery .colorbox img {
	max-width: 335px;
	max-height: 220px;
}
.image-gallery .field__item{
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	border: 1px solid #82969d;
	padding: 10px;
}
.page-node-type-market-place .field--name-field-image img{
	width:100%;
}
.single-img-banner .item{
	height: 100vh;
  position: relative;
  width: 100%;
  display: table;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

  
/*** Style for New Home **/
#block-newhome .menu-item{
	display: block;
	color: #313041;
	font-size: 14px;
	font-weight: 400;
	text-transform: capitalize;
	letter-spacing: .5px;
	transition: all linear .3s;
	padding-right: 25px;
	line-height: 70px;
	padding: 0 10px;
	  padding-right: 10px;
	  padding-left: 10px;
	padding-right: 10px;
	padding-left: 10px;
	float: left;
}
.path-newhome .video-banner-content h1 {
	  color: #d2ab67;
}
.path-newhome  .video-banner-content h2 {
  color: #d2ab67;
}
 .clients-bg .client-image img {
	height:100%;
}
#menu .logo-new{
  max-width: 320px;
} 

.path-newhome .dropdown-menu, .page-node-type-gwf-events .dropdown-menu {
    min-width: 13rem;
}
#slider h2 {
	color:#fff;
}
#bottom-body-event {
	background: #f4f6f8;
}
.event-caption h4 {
    font-size: 20px;
    letter-spacing: 1px;
    padding-top: 15px;
    text-transform: capitalize;
    min-height: 95px;
    background: #fff;
	font-weight: normal;
}



#block-newhomefooterlink1 li:before, #block-newhomefooterlink2 li:before {
  content: "\f178"; /* FontAwesome Unicode */
  font-family: FontAwesome;
}
#block-newhomefooterlink1 .menu li:hover, #block-newhomefooterlink2 .menu li:hover {
	color: #FFA633;
	padding-left: 10px;
	-webkit-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
  }
  
#update .event-caption{
	border: 1px solid #ccc;
	margin: 15px;
}
.path-frontpage .bg-box a{
	font-weight:700;
}   

.cart table tr td {
  width: 24%;
}

/* Custom CSS Media Style*/
@media (max-width: 992px) and (min-width: 320px){
	#menu .logo-new{
	  max-width: 290px;
	} 
	#slider .item {
	  height: auto;
	}
  	.home_banner-carousel .item{
		background-size: cover;
	}
	.slide-caption .slider-inner h1{
		font-size: 25px;
		text-align: left;
		line-height: 40px;

	}
	.home_banner-carousel .slider-inner h4 {
	  font-size:22px;
	}
	.spl-tab-mobile {
		display:block;
	}
	.cbp_tmtimeline::before {
		display: none;
	}
	.cbp_tmtimeline > li .cbp_tmicon {
		display:none;
	}
	.itinerary-days {
		margin-top: 0;
		padding: 0 0 10px;
		border-bottom: 1px solid rgba(0,0,0,.05);
		font-size: 11px;
		margin-bottom: 10px;
	}
	.cbp_tmtimeline > li .cbp_tmlabel {
		margin: 0px;
	}
	.cbp_tmtimeline > li .cbp_tmtime {
    width: 100%;
	position: relative;
	margin-bottom: 10px;
	}
	
	
    #menu .container{
        max-width: 100%;
        padding: 0px;
    }
    nav .navbar-nav li a {
        line-height: 20px;
    }
    .navbar{
        padding: 10px 0px 10px !important; 
    }
    nav .navbar-nav li a{
        text-align: left;
        padding: 12px 45px !important; 
    }
    a.navbar-brand {
        margin-left: 40px;
    }
    button.navbar-toggler {
        margin-right: 25px;
    }
    div#navbarYGCorp {
        border-top: 1px solid #eaeaea;    
        margin-top: 15px;
    }
    #testimonial .testimonial-overlay {
        height: 450px !important;
    }
    .dropdown-menu {
        padding: 5px 35px 5px 35px;
        border: none;
    }
    .dropdown-menu.show a {
        padding: 17px 30px !important;
    }
    #clients-count .pd {
        padding-bottom: 30px;
    }
    #about h3 {
        padding-bottom: 10px;
        padding-top: 20px;
    }
    #our-works .pd a h3, .service-desc .pd h3{
        padding-top: 30px;
    }
    #call-to-action .call-to-action-btn {
        padding-top: 30px;
    } 
    #call-to-action .call-to-action-btn a.custom-btn{
        margin: 0px;
    }
    #contact .contact-info {
        margin-top: 30px;
    }
    .blog-details.blog-sidebar .blog-box img {
        width: 100%;
        height: 250px;
    }


}
@media (max-width: 770px) and (min-width: 575px){
    .blog-details.blog-sidebar .blog-box img {
        width: 100%;
        height: 205px;
    }
}
@media (max-width: 992px) and (min-width: 770px){
    .pagination > li > a, .pagination > li > span {
        font-size: 15px;
        padding: 7px 15px;
    }
    .pagination {
        padding: 0px 0px 50px;
        margin: 0px;
    }
}
@media (max-width: 770px) and (min-width: 320px){
    .pd h5 {
        padding: 30px 0px;
    }
    #clients-count .pd-b {
        padding: 20px 10px 20px;
    }
    .single-team {
        margin-bottom: 30px;
    }
    .work-btn {
        margin-bottom: 40px;
    }
    .testimonial-caption {
         float: unset !important; 
    }
    .banner {
        background-position: 50% 0px;
		margin-bottom: 20px;
		height: 230px;
    }
}
@media (max-width: 1100px) and (min-width: 320px){
    #topbar ul{
        padding: 0px;
    }
    .slide-caption .slider-inner {
        right: 0px;
		text-align: left;
		margin-left: 20px;
    }
    .slide-caption {
        text-align: center;
		padding-bottom: 10px;
    }
}

@media (max-width: 575px) and (min-width: 320px){
	.price_list {
		height: 60px;
	}
    .pagination > li > a, .pagination > li > span {
        font-size: 13px;
        padding: 6px 11px;
    }
    .pagination {
        margin: 0px;
    }
    .blog-sidebar .pagination {
        margin: 0px;
        padding-bottom: 50px;
    }
    .banner-content {
        padding: 70px 20px 70px;
    }
    .title-section p {
        padding: 10px 10px;
    }

	/* Custom Olsys - */
	.region-logo {
		width: 80%;
	}
	.region-logo img {
	  width: 100%;
	}
	.region-logo .navbar-toggler span {
		font-size: 30px;
	}
	.video-banner-content {
		margin: auto;
		top: 0%;
		left: 0%;
		margin: 0px;
		padding: 10px;
		width: 100%;
		text-align: left;
	}
	.video-banner-content h1 {
		font-weight: normal;
		font-size: 30px;
		line-height: normal;
	}
	.video-banner-content h2 {
		font-size: 20px;
	}
	.custom-btn {
		padding: 10px 50px !important;
		margin: 0 10px;
		font-weight: normal;
	}
	#about h3 {
		font-size: 24px;
		line-height: 40px;
	}
	.title {
		font-size: 25px;
		line-height: 40px;
		font-weight: normal;
		margin: 20px 0 0px;
	}
	.fleet_content {
		margin-bottom: 10px;
	}
	.box-rght {
		padding: 20px 20px 30px 30px;
	}
	.tab-box {
		padding: 50px 20px 0px 20px;
	}
	.bg-box h3 {
		font-size: 40px;
		line-height: 50px;
	}
	#about {
		padding: 0px 0px 0px;
	}
	.service-desc {
		padding: 0px 0px;
	}
	.banner-content h1 {
    font-size: 25px;
	}
}
@media (max-width: 400px) and (min-width: 320px){
    .pagination > li > a, .pagination > li > span {
        font-size: 12px !important;
        padding: 6px 9px !important;
    }
    .pagination {
        margin: 0px;
    }
	.view-market-place .view-footer{
		margin-top: 20px;
		margin-bottom: 20px;
	}
	.flexslider .slides img{
		height: 190px;
	}
	.banner ul {
    padding: 15px 0px;
	}
}


#block-eventstartsin li {
  display: inline-block;
  font-size: 1.5em;
  list-style-type: none;
  padding: 1em;
}

#block-eventstartsin li span {
    display: block;
    font-size: 2rem;
    line-height: 50px;
    font-weight: bold;
    border: 1px solid #0dc0c0;
    border-radius: 99px;
    height: 80px;
    width: 80px;
    padding-top: 12px;
    color:#0dc0c0;
}
#block-eventstartsin #countdown
{
    text-align:center;
}
.blog-title {
	text-transform: uppercase;
	font-size: 28px;
	line-height: 34px;
	font-weight: 700;
	margin: 10px 0 10px;
}
.blog-list {
	margin-bottom: 20px;
}
@media all and (max-width: 768px) {
	#block-eventstartsin li {
		font-size: calc(2.125rem * var(--smaller));
	  }
	#block-eventstartsin li span {
		font-size: calc(4.375rem * var(--smaller));
	  }
	.path-tours .banner-content {
		padding: 0px 20px 70px;
	}
	nav .navbar-nav li a {
		line-height: 35px;
		padding: 0 15px;
	}
	.dropdown, .dropleft, .dropright, .dropup {
	  padding-left: 15px;
	}
	#youtube-videos .play-icon {
	  top: 77px;
	  left: 100px;
	}

}