/*@import url('https://fonts.googleapis.com/css2?family=DM+Serif+Display:ital@0;1&family=Jost:ital,wght@0,100..900;1,100..900&family=Marcellus&family=Oleo+Script:wght@400;700&display=swap');*/
/*@import url('https://fonts.googleapis.com/css2?family=Dancing+Script:wght@400..700&display=swap');*/

:root {
    --font-primary: "DM Serif Display", serif;
    --font-secondary: "DM Serif", sans-serif;
    --font-third: "Marcellus", serif;
    --font-fourth: "Oleo Script", system-ui;
    --font-cursive: "Dancing Script", cursive;
    --color-dark: #15611f;
    --color-primary: #00a651;
	--color-secondary: #ff3314;
}

img {
    height: auto;
    width: 100%;
    object-fit: cover;
}
.mb{
	margin-bottom: 24px;
}
.mt{
	margin-top: 24px;
}

* {
    font-family: var(--font-secondary);
}

.sp-tb {
    padding: 5% 0%;
}
.sp-t{
	padding-top: 5%;
}
.sp-b{
	padding-bottom: 5%;
}

.goog-te-gadget-simple {
    background: #fff;
    line-height: 28px;
    border: 1px solid #ccc !important;
}

.emailphone span a {
    color: white;
}

.mainoverview p img {
    height: auto;
    width: auto;
    margin: 8px;
}

a:active,
a:focus {
    outline: none;
    border: 0;
}

.acumin {
    font-family: acumin-pro, sans-serif;
    font-weight: 400;
    font-style: normal;
}

.stickymenu {
    width: 100%;
    top: 0;
    z-index: 4;
    position: fixed;
    border-bottom: none;
}

.m20 {
    margin-top: 20px;
}

.container {
    width: 96%;
    margin: 0 auto;
}

.quicksand {
    font-family: quicksand, sans-serif;
    font-weight: 400;
    font-style: normal;
}

.row {
    margin: 0;
}

ul {
    margin: 0;
}

.headerwrapper {
    padding: 16px 0;
}
.logo-wrapper{
	display: flex;
}
.logo-wrapper .trans-mob{
	display: none;
}
.logo img{
	width: 240px;
}
.headerwrapper .row{
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

.section-title {
    text-align: center;
}

.section-title h3 {
    font-family: var(--font-primary);
    color: #000;
    font-size: 40px;
    margin: 0 0 8px;
}

.section-title span {
    font-size: 16px;
    position: relative;
    &::before,
    &::after {
        content: '';
        position: absolute;
        height: 4px;
        width: 50px;
        top: 50%;
        transform: translateY(-50%);
        border-top: 1px solid green;
        border-bottom: 1px solid green;
    }

    &::before {
        left: -60px;
    }


    &::after {
        right: -60px;
    }
}

.toptitle,
.topitems {
    height: 50px;
    line-height: 50px;
}

.toptitle {
    position: relative;
}

.toptitle a {
    color: #FF3314;
    font-size: 24px;
}

.header_logo img {
    width: 80%;
    margin-top: -4%;
}

/* a span.logo-text {
    position: absolute;
	bottom: 0;
	left: 0;
	font-size: 16px;
    } */
.toptitle a span {
    color: #00A651;
}

[class^="flaticon-"]:before,
[class*=" flaticon-"]:before,
[class^="flaticon-"]:after,
[class*=" flaticon-"]:after {
    margin: 0;
}

.toptitle [class^="flaticon-"]:before,
[class*=" flaticon-"]:before,
[class^="flaticon-"]:after,
[class*=" flaticon-"]:after {
    font-size: 24px;
}

.socio [class^="flaticon-"]:before,
[class*=" flaticon-"]:before,
[class^="flaticon-"]:after,
[class*=" flaticon-"]:after {
    font-size: 16px;
    color: #00A651;
    text-align: center;
}

ul.socio {
    display: flex;
    padding: 0 26px;
    border-right: 2px solid #00A651;
}

.socio li {
    margin: 0 10px;
}
.social-media li{
	display: inline-block;
}

.buttcons {
    padding-left: 29px;
}

.buttcons span {
    padding: 6px 20px;
    background: var(--color-secondary);
    border-radius: 18px;
    color: #fff;
    margin-left: 20px;
}

.topitems {
    display: inline-flex;
    float: right;
}

.emailphone {
    color: #00A651;
}

.fa-solid{
	font-weight: 600!important;
}
.header-info{
	display: flex;
	justify-content: flex-end;
	align-items: center;
}
.contact-det li{
	display: inline-block;
	position: relative;
	padding-left: 45px;
}
.contact-det li:not(:last-child){
	margin-right: 40px;
}
.contact-det li i{
	position: absolute;
	top: 50%;
	left: 0;
	transform: translatey(-50%);
	font-size: 35px;
	color: var(--color-secondary);
}
.contact-det li a{
	display: block;
	color: #222;
	font-size: 16px;
	font-weight: 600;
}
.info-right{
	text-align: right;
}
.social-media li{
	margin: 0 4px 6px 0;
}
.social-media li i{
	height: 28px;
	line-height: 28px;
	width: 28px;
	font-size: 13px;
	text-align: center;
	background-color: var(--color-primary);
	border-radius: 50%;
	color: #fff;
}
.mynav {
    background: var(--color-dark);
}
#mega-menu-wrap-menu-1 .mega-menu-toggle{
	background-color: transparent;
}
#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link{
    text-transform: uppercase;
	transition: all .3s ease-in-out;
}

.hamburger span {
    display: block;
    background: #fff;
    transition: 0.5s;
    height: 3px;
}

.hamburger span:nth-child(1) {
    margin-bottom: 6px;
    width: 26px;
}

.hamburger span:nth-child(2) {
    margin-bottom: 6px;
    width: 16px;
}

.hamburger span:nth-child(3) {
    width: 10px;
}

.hamburger {
    float: right;
    padding: 8px;
}

.hamburger:hover span {
    width: 26px !important;
}

.footerwrapper {
    padding: 5% 0 2%;
    position: relative;
/*     clip-path: polygon(0% 100%, 100% 100%, 100% 0%, 50% 8%, 0% 0%); */
/*     background: linear-gradient(to bottom, #00A651, #042408); */
	z-index: 1;
	background-size: cover;
	background-position: center;
	background: #033009;
}
/* .footerwrapper::before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background-color: #000000d1;
	z-index: -1;
} */
.footer-border{
	display: flex;
}
.footer-border img{
	background-color: #033009;
    transform: rotateX(180deg) translatey(-1px);
}

.bottomfoot {
    padding: 1%;
}

.fottit {
    color: #fff;
    margin: 0 0 20px;
	text-decoration: underline;
}

.footitem {
    margin-bottom: 20px;
}

.footitem ul li {
    margin: 8px 0;
    color: #fff;
}

.footitem ul li a {
    color: #fff;
	transition: all .3s ease-in-out;
}
.footitem ul li a:hover{
	color: var(--color-primary);
}

.footitem p {
    color: #fff;
   margin: 0;
}
.links li{
	position: relative;
	padding-left: 20px;
}
.links li::before{
	content: '\f0da';
	font-family: "Font Awesome 6 Free";
	font-weight: 600;
	position: absolute;
	left: 0;
	top: -8px;
	color: #fff;
	font-size: 24px;
}
.contact-detail li{
	position: relative;
	padding-left: 24px;
}
.contact-detail li i{
	position: absolute;
	top: 5px;
	left: 0;
	color: #fff;
}
.contact-detail li span{
	display: block;
	color: #ddd;
}
.contact-detail li a{
	font-weight: 600;
	font-size: 17px;
}
.lowerfoot {
    border-top: 1px solid #fff;
    color: #fff;
    padding: 16px 0 0;
	display: flex;
}

.lowerfoot p {
   margin: 0 1rem 0 0;
    color: #fff;
}

ul.payments {
	display: inline-block;
}

.payments li {
    margin-left: 6px;
	display: inline-block;
	line-height: normal;
}

.payments [class^="flaticon-"]:before,
[class*=" flaticon-"]:before,
[class^="flaticon-"]:after,
[class*=" flaticon-"]:after {
    font-size: 30px;
}


.introwrapper .primarybtn {
    width: fit-content;
}
.welcome-image{
	position: relative;
	padding-right: 90px;
}
.welcome-image img {
    height: 440px;
	border-radius: 20px;
}
.experience{
	position: absolute;
	bottom: 0;
	right: 0;
	padding: 50px 40px;
	background-color: #f5f5f5;
	border: 10px solid #fff;
	border-radius: 100px;
	text-align: center;
}
.experience i{
	font-weight: 600!important;
	font-size: 60px;
	color: var(--color-primary);
}
.experience h3{
	font-weight: 600;
	font-size: 40px;
	margin: 10px 0;
}
.welcome-feature .ftr-item {
    position: relative;
    padding-left: 70px;
}
.welcome-feature .ftr-item h5 {
    font-weight: 600;
	margin: 0 0 8px;
	font-size: 18px;
}
.welcome-feature .ftr-item p {
    margin: 0 0 1rem;
	width: 80%;
}
.welcome-feature .ftr-item i {
    position: absolute;
    left: 0;
    top: 0;
    height: 60px;
    line-height: 60px;
    width: 60px;
    text-align: center;
    color: #fff;
    background-color: var(--color-secondary);
    border-radius: 50%;
    font-size: 24px;
	font-weight: 600!important;
}
.d-flex {
    display: flex;
}

.align-centre {
    align-items: center;
}

.justify-between {
    justify-content: space-between;
}

.intro h4 {
    text-align: left;
    text-transform: uppercase;
    color: #000000;
    font-weight: 600;
    font-family: var(--font-primary);
}

.intro h4 span {
    color: var(--color-primary);
	font-family: var(--font-primary);
}
.intro>p{
	text-align: justify;
}
.intro p {
    color: #555;
    font-family: var(--font-secondary);
    font-size: 16px;
}
.card2{
	border-radius: 10px;
	overflow: hidden;
	background-color: #f5f5f5;
}
.card2 .image{
	height: 300px;
	position: relative;
}
.card2 .img-sm{
	height: 250px;
}
.card2 .image img{
	height: 100%;
	width: 100%;
}
.card2 .image h6{
	position: absolute;
	left: 0;
	bottom: 0;
	margin: 0;
	color: #fff;
	font-size: 14px;
	background-color: var(--color-secondary);
	padding: 8px 20px;
	border-radius: 0 30px 0 0;
}
.card2 .pkg-info{
	padding: 1rem;
	background-color: #f5f5f5;
}
.card2 .pkg-info h5{
	margin: 0 0 8px;
}
.card2 .pkg-info h5 a{
	font-size: 20px;
	font-weight: 600;
	color: #444;
	transition: all .3s ease-in-out;
}
.card2 .pkg-info h5 a:hover{
	color: var(--color-secondary);
}
.card2 .pkg-info h6{
	margin: 0 0 10px;
	color: #666;
	font-size: 15px;
}
.card2 .pkg-info h6 span{
	color: #333;
	font-weight: 600;
	font-size: 600;
}
.card2 .pkg-info .info-ft{
	justify-content: space-between;
	align-items: end;
	border-top: 1px solid #ddd;
	padding-top: 16px;
	margin-top: 16px;
}
.card2 .pkg-info .info-ft a{
	color: var(--color-primary);
	transition: all .3s ease-in-out;
}
.card2 .pkg-info .info-ft a:hover{
	color: var(--color-secondary);
}
.card2 .pkg-info .info-ft .duration{
	font-size: 15px;
	color: #777;
}
.card2 .pkg-info .info-ft .duration i{
	font-size: 15px;
	color: #444;
}
.card2 .pkg-info .info-ft .duration span{
	color: #333;
}
.titles {
    text-align: center;
    margin-bottom: 40px;
}

.titles span {
    font-weight: 600;
    text-transform: uppercase;
    padding: 6px;
}

.titles span:first-child {
    color: #FF3314;
    font-size: 18px;
    position: relative;
}

.titles span:last-child {
    color: #00A651;
    font-size: 22px;
    position: relative;
}

.titles span:last-child:after {
    content: '';
    position: absolute;
    height: 1px;
    width: 100%;
    bottom: 0;
    left: 0;
    background: #00A651;
}

.titles span:last-child:before {
    content: '';
    position: absolute;
    height: 1px;
    width: 100%;
    top: 2px;
    left: 0;
    background: #FF3314;
}
.blog-inner{
	box-shadow: 0px 0px 14px rgba(0,0,0,0.2);
	overflow: hidden;
	border-radius: 10px;
}
.blog-inner .image{
	height: 240px;
	overflow: hidden;
}
.blog-inner .image img{
	height: 100%;
	width: 100%;
	transition: all .3s ease-in-out;
}
.blog-inner:hover .image img{
	transform: scale(1.2);
}
.blog-info{
	padding: 1rem;
}
.blog-info .date i{
	color: var(--color-secondary);
}
.blog-info .date i::before{
	font-size: 14px;
}
.blog-info .date span{
	color: #666;
	font-size: 14px;
}
.blog-info h6{
	margin: 6px 0 8px;
}
.blog-info h6 a{
	color: #444;
	font-weight: 600;
	transition: all .3s ease-in-out;
	font-size: 20px;
}
.blog-info h6 a:hover{
	color: var(--color-secondary);
}
.blog-info p{
	margin: 0 0 6px;
	color: #555;
	text-overflow: ellipsis;
	overflow: hidden;
	-webkit-box-orient: vertical;
	display: -webkit-box;
	-webkit-line-clamp: 4;
}
.blog-link{
	color: var(--color-primary);
	transition: all .3s ease-in-out;
}
.blog-link:hover{
	color: var(--color-secondary);
}
.blogitem {
    margin-top: 10px;
    -webkit-box-shadow: 0px 3px 12px -5px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 3px 12px -5px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 3px 12px -5px rgba(0, 0, 0, 0.75);
    overflow: hidden;
    transition: 0.5s;
}

.blogitem a {
    color: #fff;
}

.blogitem img {
    transition: 0.5s;
    overflow: hidden;
    width: 100%;
    height: 300px;
    object-fit: cover;
    margin-bottom: -8px;
}

.captions {
    padding: 20px;
}

.captions h6 {
    font-size: 22px;
    font-weight: 600;
    color: #757575;
}

.captions p {
    color: #757575;
}

.mainslider img {
    height: 90vh;
    object-fit: cover;
    filter: drop-shadow(8px 8px 10px gray);
}

.mainslider .owl-dots {
    position: absolute;
    top: 50%;
    right: 2%;
    transform: translateY(-22%);
}

.owl-carousel.mainslider button.owl-dot {
    display: flex;
    justify-content: center;
    height: 30px;
    width: 30px;
    margin-bottom: 14px;
    align-items: center;
}

button.owl-dot.active span {
    background: #20af0e;
}

.mainslider span {
    display: block;
    height: 26px;
    width: 12px;
    background: #fff;
    border-radius: 4px;
    margin: 0 6px;

}

button.owl-dot {
    height: 18px;
    width: 18px;
}
.heroslider .item::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: -webkit-linear-gradient(top, rgba(45, 45, 45, 0) 0%, rgba(45, 45, 45, 0.6) 30%, rgba(45, 45, 45, 0.2) 100%);
}
.heroslider .item img{
    height: 90vh;
}
.silderwrapper .swiper-button-next, .silderwrapper .swiper-button-prev{
    height: 50px;
    width: 50px;
    text-align: center;
    border: 1px solid #fff;
    color: #fff;
    z-index: 9;
}
.silderwrapper .swiper-button-next::after, .silderwrapper .swiper-button-prev::after{
     font-size: 20px;
}
.banner-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    width: 100%;
    text-align: center;
    padding: 0 5%;

    & h1 {
        font-weight: 700;
        color: #fff;
        margin-top: 0px;
        margin-bottom: 9px;
        font-family: var(--font-primary);
    }

    & h3 {
        text-transform: capitalize;
        color: #ffffff;
        font-family: var(--font-cursive);
        font-weight: bold;
        font-size: 32px;
        text-align: center;
        margin: 0 0 10px;
    }

    & p {
        text-align: center;
        color: #efefef;
        width: 50%;
        margin: 20px auto 1rem;
    }

}

.banner h2 {
    margin-top: 0;
    font-weight: 600;
    color: #ffffff;
    font-family: var(--font-primary);
    letter-spacing: 2.2px;
}

.banner h6 {
    font-weight: 600;
    color: #fff;
}

.banner p {
    color: #fff;
    font-family: var(--font-secondary);
    font-size: 17px;
}

.silderwrapper {
    position: relative;
}

.banner {
    position: absolute;
    top: 0;
    z-index: 1;
    left: 0;
    width: 60%;
    background-color: #00000091;
    height: 100%;
    padding: 8% 4%;
}

.primarybtn {
    display: inline-block;
    color: #ffffff;
    background: #00A651;
    padding: 9px 16px;
    border-radius: 4px;
    border: none;
    cursor: pointer;
    font-size: 15px;
    transition: 0.5s
}
.btn-one, .btn-one.active, .btn-two{
    display: inline-block;
    color: #ffffff;
    background-color: var(--color-secondary);
    padding: 12px 24px;
    border-radius: 4px;
    transition: all .3s ease-in-out;
}
.btn-one:hover{
	background-color: var(--color-primary);
	color: #fff;
}
.btn-one.active{
	background-color: var(--color-primary);
}
.btn-one.active:hover{
	background-color: var(--color-secondary);
}
.btn-two{
	padding: 8px 20px;
	text-transform: none;
	font-size: 15px;
}
.btn-two:hover{
	background-color: var(--color-primary);
	color: #fff;
}
.btn-two.active{
	background-color: var(--color-primary);
}
.btn-two.active:hover{
	background-color: var(--color-secondary);
}
.primaryfilledbtn {
    color: #fff;
    background: #00A651;
    padding: 8px 16px;
    border-radius: 24px;
    border: 0;
    cursor: pointer;
    transition: 0.5s;
}

.whitebtn {
    border: 2px solid #fff;
    color: #fff;
    background: transparent;
    padding: 8px 16px;
    border-radius: 24px;
    cursor: pointer;
    transition: 0.5s;
}

.search-place {
    position: relative;
    width: 88%;
    margin: auto;
	background: #ffffff;
    color: #000;
    border-radius: 30px;
    padding: 40px;;
    box-shadow: 0px 0px 14px rgba(0,0,0,0.2);   
}
.search-place h5 {
    text-align: left;
    font-family: var(--font-cursive);
	font-weight: bold;
	font-size: 36px;
    color: #000;
    margin-top: 0px;
}
.search-place h6{
	color: #6a6a6a;
	margin-bottom:15px;
}
.search-place form{
	display: flex;
	align-items: end;
	flex-wrap: wrap;
}
.search-place form .form-group:not(:last-child){
	margin-right: 50px;
}
.search-place form .form-group{
	width: calc(25% - 38px);
}
.search-place form label{
	font-size: 15px;
}
.search-place form input{
	border: 1px solid #ddd!important;
	color: #111!important;
	padding: 0 1rem!important;
	border-radius: 4px!important;
}
.search-place form input[type=submit]{
    display: inline-block;
    color: #fff!important;
    background-color: var(--color-primary);
    padding: 12px 20px!important;
    border-radius: 30px!important;
    text-transform: uppercase;
    transition: all .3s ease-in-out;
	margin-bottom: 8px;
	width: 100%;
}
.search-place form input[type=submit]:hover{
	background-color: var(--color-secondary);
	color: #fff;
}
.search-box .select-wrapper {
    width: 88%;
}
.search-place .dropdown-content{
	border: 1px solid #ddd;
}
.searchwrapper {
    position: absolute;
    background: #8e8a8a4a;
    width: 40%;
    height: 100%;
    top: 0;
    right: 0;
    z-index: 1;
    padding: 6% 8%;
}

.searchform h6 {
    color: #fff;
    font-weight: 600;
	margin: 0 0 10px;
}

.searchwrapper .searchform .input:not([type]),
input[type=text]:not(.browser-default),
input[type=password]:not(.browser-default),
input[type=email]:not(.browser-default),
input[type=url]:not(.browser-default),
input[type=time]:not(.browser-default),
input[type=date]:not(.browser-default),
input[type=datetime]:not(.browser-default),
input[type=datetime-local]:not(.browser-default),
input[type=tel]:not(.browser-default),
input[type=number]:not(.browser-default),
input[type=search]:not(.browser-default),
textarea.materialize-textarea {
    color: #fff;
}

.textbox::placeholder {
    color: #fff !important;
    font-weight: 600;
}

.silderwrapper .owl-stage-outer:after {
    content: '';
    position: absolute;
    inset: 0;
    background-image: linear-gradient(to bottom, #000000d1, transparent);
}

.smallsearch .searchform h6 {
    color: #777;
    text-transform: uppercase;
    font-weight: 600;
}

.select-wrapper .caret {
    fill: #fff;
}

.whywrapper .parallax-container {
    height: auto;
}

.simtitle {
    text-align: center;
    color: #fff;
    font-weight: 600;
}

.simtitle span {
    text-align: center;
}

.flexer {
    display: flex;
    flex-wrap: wrap;
	position: relative;
	z-index: 1;
}

.whycard {
    width: 25%;
    padding: 5% 1rem;;
    background-color: rgba(0, 0, 0, 0.5);
    text-align: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.whycard p {
    color: #fff;
	margin: 15px 0 0;
}

.whycard:nth-child(1) {
    background: #0000008f;
}

.whycard:nth-child(2) {
    background: #3332328f;
}

.whycard:nth-child(3) {
    background: #6350508f;
}

.whycard:nth-child(4) {
    background: #716d6d8f;
}

.whycard h3 {
    text-align: center;
    font-size: 36px;
    color: #fff;
	font-family: var(--font-primary);
	margin: 0 0 10px;
}

.whycard h6{
	color: #eee;
	font-size: 16px;
	line-height: normal;
	margin: 0;
}
.whycard h5 {
    font-weight: bold;
    text-align: center;
	color: #fff;
	font-family: var(--font-cursive);
	font-size: 34px;
	margin: 0;
}
.whycard h5 i::before{
	font-size: 30px;
}

i {
    font-weight: 400 !important;
}

section.featwrapper {
    padding: 0 0 5%;
	background-color: var(--color-dark);
	position: relative;
	z-index: 1;
}
section.featwrapper::before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 20px;
	background-color: #fff;
	z-index: -1;
}
.trip-month{
	padding: 20px;
	background-color: #fff;
	border-radius: 20px;
	box-shadow: 0px 0px 10px rgba(0,0,0,0.2);
}
.trip-month .tm-heading{
	text-align: center;
	font-family: var(--font-primary);
}
.featcard ul li{
	margin-bottom: 10px;
}
.featcard ul li h6{
    margin: 0;
	display: inline-block;
}
.featcard ul li i{
	margin-right: 5px;
}
.featcard h5 {
    font-weight: 600;
	font-size: 24px;
	margin: 0 0 10px;
}

.featcard h4 {
    font-size: 46px;
    font-weight: 600;
    padding: 2%;
    background: #ffffff4f;
}

.featcard p {
    text-align: justify;
	margin: 0 0 10px;
}

.imagecap{
   position: relative; 
}
.featdestwrapper {
    background: #f6f6f6;
    padding: 4% 0;
}

.feat {
    position: relative;
    background-color: #0000;
    margin-bottom: 30px;
	overflow: hidden;
	border-radius: 20px;
}

.featdestwrapper .container .row .col:nth-last-child(-n+2) .feat {
    margin-bottom: 0;
}

.hoverfeat span {
   color: var(--color-secondary);
	text-transform: uppercase;
	font-size: 16px;
	font-weight: 600;
}
.feat{
	height: 340px;
}
.feat img {
    height: 100%;
	width: 100%;
    position: relative;
    object-fit: cover;
	transition: all .3s ease-in-out;
}

.feat h6 {
    position: absolute;
    top: 16px;
    right: 16px;
	margin: 0;
    background: var(--color-secondary);
    color: #fff;
    padding: 0 12px;
	height: 42px;
	line-height: 42px;	
}
.feat h6::before{
	content: '';
	position: absolute;
	top: 0;
	left: -16px;
	border-top: 21px solid var(--color-secondary);
	border-bottom: 21px solid var(--color-secondary);
	border-left: 16px solid transparent;
	height: 42px;
}

.hoverfeat {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 22%;
    background: linear-gradient(to top, #000000c7, transparent);
    overflow: hidden;
    padding: 0 14%;
    transition: 0.5s;
	text-align: center;
}

.hoverfeat h5 {
	margin: 0;
    font-size: 40px;
	text-transform: uppercase;
	font-family: "Poppins", sans-serif;
	color: transparent;
	font-weight: 700;
	-webkit-text-stroke: 1px #fff;
}

a.all {
    color: #ff1100;
    display: block;
    text-align: center;
    font-weight: 600;
    text-transform: uppercase;
}

.hoverfeat p {
    margin-top: 30px;
    color: #fff;
    transition: 0.5s;
	text-overflow: ellipsis;
	overflow: hidden;
	-webkit-box-orient: vertical;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	}
.feat:hover .hoverfeat {
    height: 100%;
    background: linear-gradient(to top, #000000b0 28%, transparent);
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.feat:hover img{
	transform: scale(1.1);
}

.nomarleft {
    padding-left: 0 !important;
}

.nomarright {
    padding-right: 0 !important;
}
.content-inner{
	padding: 5%;
	background-color: #0000008f;
}
.videocontent h4{
	color: #fff;
	font-family: var(--font-cursive);
}
.videocontent h3 {
    text-transform: uppercase;
    font-weight: 800;
    color: var(--color-primary);
}

.videocontent p {
    margin: 0;
    color: #fff;
    font-size: 16px;
	text-align: justify;
}
.videocontent {
    position: relative;
    z-index: 1;
	padding: 6% 0;
}
.parallax-container{
	height: auto!important;
}
.parallax-container::after {
    content: '';
    background: #00000073;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
}

.play {
    text-align: center;
    margin-top: 6%;
}

.play span {
    background: #00A651;
    padding: 20px;
    border-radius: 50%;
    -webkit-box-shadow: 0px 10px 12px -9px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 10px 12px -9px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 10px 12px -9px rgba(0, 0, 0, 0.75);
}

.play [class^="flaticon-"]:before,
[class*=" flaticon-"]:before,
[class^="flaticon-"]:after,
[class*=" flaticon-"]:after {
    color: #fff;
/*     font-size: 20px; */
}

.partners {
    display: flex;
}


.flaticon play- .partners img {
    height: 50px;
    width: 50px;
    object-fit: cover;
}
.play h5{
	color: transparent;
	font-weight: 900;
	-webkit-text-stroke: 1px #fff;
	font-size: 40px;
}
.flaticon-play-button {
    width: 100px;
	height: 100px;
    line-height: 100px;
    display: block;
    background: #00a651;
    margin: auto;
    border-radius: 50%;

}
.play i::before{
	font-size: 30px;
}

.partners li {
    margin: 8px;
	background-color: #fff;
	display: flex;
	align-items: center;
	overflow: hidden;
	border-radius: 10px;

}
.partners li img{
	width: 70px;
}

.partnerbox {
    margin-bottom: 10px;
    display: flex;
    justify-content: center;
	align-items: center;
}
.partnerbox h5{
	font-size: 24px;
	color: #fff;
	font-family: var(--font-cursive);
	margin: 0;
	font-weight: bold;
}

.bestslider img {
    height: 350px;
    object-fit: cover;
}

.bestitem {
    position: relative;
	border: 1px solid #ddd;
}
.card1{
	position: relative;
	border: 1px solid #ddd;
	border-radius: 10px;
	overflow: hidden;
}

.pkg-det{
	padding: 1rem;
}
.pkg-det .star{
	margin-bottom: 5px;
}
.pkg-det .star i{
	color: var(--color-secondary);
}
.pkg-det h5{
	margin: 0 0 8px;
}
.pkg-det h5 a{
	color: #333;
	font-weight: 600;
	font-size: 20px;
	transition: all .3s ease-in-out;
}
.pkg-det h5 a:hover{
	color: var(--color-secondary);
}
.pkg-det li{
	font-size: 15px;
	color: #333;
	display: inline-block
}
.pkg-det li:first-child{
	margin-right: 10px;
}
.pkg-det li i{
	font-size: 15px;
	color: #222;
}
.pkg-det .det-ft{
	justify-content: space-between;
	align-items: center;
	border-top: 1px dashed #ddd;
	padding-top: 10px;
	margin-top: 16px;
}
.pkg-det .det-ft h6{
	color: #777;
	font-size: 15px;
	margin: 0;
}
.pkg-det .det-ft h6 span{
	color: #333;
	font-size: 18px;
	font-weight: 600;
}
.card1 .image{
	overflow: hidden;
	height: 280px;
}
.card1 .image img{
	height: 100%;
	width: 100%;
	transition: all .6s ease-in-out;
}
.card1:hover img{
	transform: scale(1.1);
}
.packageslider .swiper-button-next, 
.packageslider .swiper-button-prev{
	height: 40px;
	line-height: 40px;
	width: 40px;
	text-align: center;
	border-radius: 50%;
	background-color: #fff;
}
.packageslider .swiper-button-next::after, 
.packageslider .swiper-button-prev::after{
	font-size: 16px;
	color: #000;
}
.caption {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 40%;
    padding: 6%;
    background: rgba(0, 0, 0, 0.5);
    border-top: 1px solid #fff;
    transition: 0.5s;
}

.bestitem .caption span {
    background: #fff;
    padding: 2% 6%;
    border-radius: 20px;
    color: #00A651;
    font-weight: 600;
    font-size: 18px;
    position: absolute;
    bottom: 85%;
    left: 50%;
    transform: translateX(-50%);
}

.bestitem .caption h6 {
    font-size: 14px;
    color: #fff;
}

.bestitem .caption h5 a {
    font-size: 24px;
    color: #fff;
    font-weight: 600;
}

.bestitem:hover .caption {
    height: 100%;
}

.bestitem:hover .caption h5 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    line-height: 24px;
    width: 100%;
}

.bestitem:hover .caption h6 {
    position: absolute;
    top: 60%;
    left: 50%;
    transform: translate(-60%, -50%);
}

.bestslider .owl-nav {
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
}

.bestslider .owl-nav span {
    background: #00A651;
    margin: 5px;
    font-size: 20px;
    border-radius: 50%;
    height: 40px;
    color: #fff;
    display: block;
    width: 40px;
    line-height: 40px;
}

.lateslider .owl-nav {
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
}

.lateslider .owl-nav span {
    background: #00A651;
    margin: 5px;
    font-size: 20px;
    border-radius: 50%;
    height: 40px;
    color: #fff;
    display: block;
    width: 40px;
    line-height: 40px;
}

.lateitem img {
    height: 380px;
    object-fit: cover;
    /* anjit */
    height: 270px;
}

.lateitem {
    position: relative;
}

.lateitem .caption {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 44%;
    padding: 4%;
    background: #fff;
    color: #000;
    transition: 0.5s;
    /* anjit */
    position: relative;
}

.lateitem .caption span {
    color: #fff;
    padding: 2% 6%;
    background: #00A651;
    font-weight: 600;
    font-size: 18px;
    position: absolute;
    bottom: 90%;
    left: 50%;
    transform: translateX(-50%);
}

.lateitem .caption h5 {
    font-size: 24px;
    color: #00A651;
    font-weight: 600;
}

.lateitem .caption h6 {
    font-size: 16px;
    border-bottom: 1px solid #00a651;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.abtwrapper {
    padding-bottom: 3%;
}

.descabt h5 {
    font-weight: 600;
    color: #00A651;
    text-align: left;
}

.descabt p {
    color: #676767;
}

.faqwrapper {
    padding: 3% 0;
}

.texto h5 {
    color: #00a651;
    margin-bottom: 0;
    text-align: left;
}

.texto h2 {
    color: red;
    font-weight: 600;
    margin: 0;
}

.z-depth-1,
nav,
.card-panel,
.card,
.toast,
.btn,
.btn-large,
.btn-small,
.btn-floating,
.dropdown-content,
.collapsible,
.sidenav {
    box-shadow: unset;
    border: 0;
}

.faq li {
    margin: 0 0 16px;
}

.faq .collapsible-header {
    background: #f1f1f1;
    font-weight: 600;
    line-height: 24px;
}

.faq .collapsible-body {
    border: 1px solid #EEE;
}

span.alter {
    font-size: 26px;
    font-weight: 600;
    color: #ef4430;
}

.collapsible-header h5 {
    font-size: 16px;
    color: #777;
    font-weight: 400;
    position: relative;
    padding-left: 20px;
    text-align: left;
}

.collapsible-header h5:before {
    content: '\f113';
    position: absolute;
    left: 0;
    color: #ef4430;
    font-weight: 600;
    font-size: 10px;
    font-family: flaticon;
}

.conbanner {
    position: relative;
}

.plank {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #00000059;
    padding: 8% 0;
}

.plank h3,
.plank h5 {
    text-align: center;
    color: #00A651;
    font-weight: 600;
}

.plank h5 {
    font-size: 16px;
}

.formcontainer {
    margin: 0 20%;
    transform: translateY(-47px);
    -webkit-box-shadow: 0px 0px 16px -10px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 0px 16px -10px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 0px 16px -10px rgba(0, 0, 0, 0.75);
}

.formcontainer h5 {
    color: #fff;
    text-transform: uppercase;
    background: #00A651;
    padding: 10px;
    margin: 0;
}

form.wpcf7-form {
    padding: 30px;
    border: 1px solid #eee;
}

.formcontainer label {
    text-align: center;
    font-size: 18px;
}

.gmap_canvas,
.mapouter {
    width: 100% !important;
    margin-bottom: 20px;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    border: none;
    color: #fff;
    background: transparent;
    padding: 8px 25px;
    border-radius: 24px;
    cursor: pointer;
    font-size: 18px;
    text-transform: uppercase;
    /* anj */
    font-size: 16px;
}

form.searchform input[type=submit] {
    background: #4ba752;
    border: 0;
}

form.searchform input[type=submit]:hover {
    border: none !important;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"]:hover {
    color: #fff;
    background: #00A651;
    border: none;
}

.primarybtn:hover {
    background: #1c5638;
    border: none;
    color: #fff;
}

.testwrapper {
    padding-bottom: 3%;
}

.title {
    color: #00A651;
    text-align: center;
    margin: 20px 0;
}

.testitem {
    border-top: 4px solid #00A651;
    margin-bottom: 30px;
    padding: 3%;
    transition: 0.5s;
    -webkit-box-shadow: inset 0px -130px 0px -1px rgba(0, 166, 81, 1), 0px 5px 9px -5px rgba(15, 15, 15, 1);
    -moz-box-shadow: inset 0px -130px 0px -1px rgba(0, 166, 81, 1), 0px 5px 9px -5px rgba(15, 15, 15, 1);
    box-shadow: inset 0px -130px 0px -1px rgba(0, 166, 81, 1), 0px 5px 9px -5px rgba(15, 15, 15, 1);
}

.testitem:hover {
    -webkit-box-shadow: inset 0px -378px 0px -1px rgba(0, 166, 81, 1), 0px 5px 9px -5px rgba(15, 15, 15, 1);
    -moz-box-shadow: inset 0px -378px 0px -1px rgba(0, 166, 81, 1), 0px 5px 9px -5px rgba(15, 15, 15, 1);
    box-shadow: inset 0px -378px 0px -1px rgba(0, 166, 81, 1), 0px 5px 9px -5px rgba(15, 15, 15, 1);
}

.testitem:hover p {
    color: #fff;
}

.testitem:hover [class^="flaticon-"]:before,
[class*=" flaticon-"]:before,
[class^="flaticon-"]:after,
[class*=" flaticon-"]:after {
    color: #F44336;
}

.testitem h2 {
    font-size: 12px;
}

.testitem [class^="flaticon-"]:before,
[class*=" flaticon-"]:before,
[class^="flaticon-"]:after,
[class*=" flaticon-"]:after {
    font-size: 40px;
    transition: 0.5s;
    color: #d8d8d8;
}

.testitem h6,
.testitem h5 {
    text-align: center;
    color: #fff;
}

.avatar {
    border-radius: 50%;
    width: 100px;
    height: 100px;
    object-fit: cover;
    display: flex;
    margin: 0 auto;
}

.teamwrapper {
    padding-bottom: 3%;
}

ul.social {
    display: flex;
}

.social li {
    margin-right: 10px;
}

.social li a {
    color: #757575;
}

.teamitem {
    margin-bottom: 30px;
}

.cardteam h5,
.cardteam h3 {
    color: #757575;
    text-transform: uppercase;
    text-align: left;
    margin: 0;
    font-size: 26px;
}

.paneldesc {
    padding: 3%;
    color: #fff;
    background: linear-gradient(to bottom, #00A651, #176622);
    margin-top: 30px;
    position: relative;
}

.paneldesc:before {
    content: '';
    background: linear-gradient(to bottom, #00A651, #176622);
    height: 100%;
    width: 60px;
    position: absolute;
    left: -60px;
    top: 0;
}

img.testimg {
    height: 415px;
    width: 100%;
    object-fit: cover;
}

.cardteam {
    padding: 6% 0;
}

.social li a [class^="flaticon-"]:before,
[class*=" flaticon-"]:before,
[class^="flaticon-"]:after,
[class*=" flaticon-"]:after {
    font-size: 30px;
}

.author h6 {
    text-align: center;
}

.author {
    border-top: 1px solid #000;
    padding: 20px 0;
    color: #757575;
}

.singleslider img {
    height: 700px;
    object-fit: cover;
}

.singlesliderwrap {
    position: relative;
    z-index: 0;
}

.titlepack {
    position: absolute;
    bottom: 16%;
    left: 4%;
    z-index: 1;
}

.titlepack h5 {
    font-weight: 600;
    position: relative;
    padding-left: 14px;
    font-size: 40px;
}

.titlepack h5:before {
    position: absolute;
    content: '';
    left: -8px;
    width: 10px;
    height: 100%;
    background: #FF3314;
}

.singleslider .owl-nav {
    position: absolute;
    right: 4%;
    bottom: 16%;
}

.singleslider button {
    margin: 0 10px;
}

.singleslider .owl-nav [class^="flaticon-"]:before,
[class*=" flaticon-"]:before,
[class^="flaticon-"]:after,
[class*=" flaticon-"]:after {
    color: #fff;
}

.mytabs {
    background: transparent;
    font-weight: 600;
}

.mytabs .tab a:hover,
.tabs .tab a.active,
.tabs .tab a:focus,
.tabs .tab a:focus.active {
    background: #fff;
    color: #00A651;
    border: 1px solid #fff;
}

.mytabs .tab a {
    border: 1px solid #fff;
    color: #fff;
    background: #00a651;
}

.tabs .indicator {
    background-color: unset;
}

.conter {
    z-index: 1;
	padding-top: 5%;
}

.mainoverview h4{
    margin: 20px 0 1rem;
    color: #222;
	font-family: var(--font-primary);
}
.trip-facts{
	background-color: #f1f1f1;
	padding: 0 24px 24px 24px;
}
.trip-facts ul{
	display: flex;
	flex-wrap: wrap;
}
.trip-facts ul li{
	list-style-type: none;
	text-align: center;
	width: 25%;
	padding: 0 10px;
}
.trip-facts ul li i{
	display: inline-block;
	height: 40px;
	line-height: 40px;
	width: 40px;
	text-align: center;
	border-radius: 50%;
	border: 1px solid var(--color-secondary);
	color: var(--color-secondary);
}
.trip-facts ul li h6{
	margin: 8px 0 4px;
	font-size: 16px;
	font-family: var(--font-primary);
}
.trip-facts ul li span{
	color: #555;
}

strong {
    font-weight: 600;
}

.foctbl [class^="flaticon-"]:before,
[class*=" flaticon-"]:before,
[class^="flaticon-"]:after,
[class*=" flaticon-"]:after {
    color: #00A651;
}
.mainoverview p {
    color: #555;
	text-align: justify;
	font-size: 16px;
}

.footitem h5 {
    text-align: left;
	font-family: var(--font-primary);
}

.pricecard {
   box-shadow: 0px 0px 14px rgba(0,0,0,0.2);
    padding: 1rem;
	border-radius: 10px;
}
.pricecard span{
	color: #777;
}
.pricecard h4, .pricecard span,.pricecard p{
	text-align: center;
	display: block;
}
.pricecard h4{
	color: #111;
	font-size: 30px;
	margin: 8px 0 4px;
	font-weight: 600;
}
.pricecard p{
	margin: 0;
	font-style: italic;
}
.pricecard h6 {
    border-top: 1px solid #ddd;
	padding-top: 10px;
	margin: 10px 0 1rem;
	text-align: center;
}
.pricecard h6 span{
	display: inline-block;
}
.pricecard button{
	width: 100%;
}
.pricecard .active{
	margin-bottom: 10px;
}
.related{
	margin: 5% 0;
}
.reds {
    border: 1px solid #FF4A2F;
    color: #FF4A2F;
    background: transparent;
    display: block;
}

.reds:hover {
    border: 2px solid #FF4A2F;
    color: #fff;
    background: #FF4A2F;
}

.fullwidth {
    width: 100%;
    margin-top: 20px;
    /*         font-weight: 600; */
    font-size: 18px;
}

.pricecard h4 i {
    margin-right: 5px;
}
.tripad h4 {
    font-size: 20px;
}
div#CDSWIDSSP {
    width: 100% !important;
}

.related img {
    height: 300px;
    width: 100%;
    object-fit: cover;
}

small {
    font-weight: 400;
    font-size: 100%;
}


.incex h3 {
    font-size: 29px;
    font-weight: 600;
}

.incex ul {
    margin: 20px 0;
    padding-left: 10px;
}

.incex ul li {
    list-style: circle;
}

cost {
    color: #FF4A2F;
    font-size: 600;
}

.caption h5 {
    text-align: left;
}

a.book {
    width: 125px;
    margin-top: 25px;
    color: #fff;
    background: #00A651;
    text-align: center;
    padding: 10px;
    text-decoration: none;
    display: block;
    cursor: pointer;
}

.sidenav li>a {
    color: #fff;
}

.sidenav {
    background: #3a863ffa;
}

.sidenav li {
    border-bottom: 2px solid #ffffff21;
}

.sidenav li a {
    transition: 0.5s;
}

.sidenav li:not(:nth-child(1)):hover a {
    transform: translateX(10px);
}

.sidenav li:not(:nth-child(1)):hover a {
    border-left: 6px solid #fff;
}

.formcontainer .input:not([type]),
input[type=text]:not(.browser-default),
input[type=password]:not(.browser-default),
input[type=email]:not(.browser-default),
input[type=url]:not(.browser-default),
input[type=time]:not(.browser-default),
input[type=date]:not(.browser-default),
input[type=datetime]:not(.browser-default),
input[type=datetime-local]:not(.browser-default),
input[type=tel]:not(.browser-default),
input[type=number]:not(.browser-default),
input[type=search]:not(.browser-default),
textarea.materialize-textarea {
    color: #00A651;
}

.resultwrapper {
    padding-bottom: 10px;
}

.resultwrapper .lateitem {
    margin-bottom: 20px;
    border: 1px solid #f1f0f0;
}

.resultbar h5 {
    text-align: left;
    color: #ff3314;
    font-size: 16px;
}

.resultbar h5 span {
    font-weight: 600;
}


.cat h3 {
    font-size: 18px;
	font-family: var(--font-primary);
	background-color: var(--color-secondary);
	color: #fff;
	text-align: center;
	margin: 0;
	padding: 12px 10px;
}
.category{
	border: 1px solid #ddd;
}
.category ul {
    padding: 1rem;
}

.category ul li {
	position: relative;
    list-style: none;
    padding-left: 20px;
}
.category ul li:not(:last-child){
	margin-bottom: 10px;
}
.category ul li::before{
	content: '\f058';
	font-family: "Font Awesome 6 Free";
	font-weight: 600;
	position: absolute;
	top: 0;
	left: 0;
	font-size: 14px;
	color: var(--color-primary);
}

.category ul li a {
    color: #777;
	transition: all .3s ease-in-out;
}
.category ul li a:hover{
	color: var(--color-primary);
}
.searchsmall {
    background-color: #06340c;
    padding: 1rem;
    background-image: url(https://cdn.pixabay.com/photo/2016/08/02/07/45/the-polygon-1562743_960_720.jpg);
    background-blend-mode: overlay;
    background-size: cover;
}
.searchform input:not([type="submit"]){
	border: 1px solid #ddd!important;
	border-radius: 4px;
	padding: 0 10px;
	width: calc(100% - 20px);
}

.searchsmall .textbox::placeholder {
    color: #777 !important;
}

.searchform .input:not([type]),
input[type=text]:not(.browser-default),
input[type=password]:not(.browser-default),
input[type=email]:not(.browser-default),
input[type=url]:not(.browser-default),
input[type=time]:not(.browser-default),
input[type=date]:not(.browser-default),
input[type=datetime]:not(.browser-default),
input[type=datetime-local]:not(.browser-default),
input[type=tel]:not(.browser-default),
input[type=number]:not(.browser-default),
input[type=search]:not(.browser-default),
textarea.materialize-textarea {
    color: #777;
    border-bottom: 1px solid #777;
}

.blogwrapper .container:hover .blogitem {
    transform: scale(0.7);
}

.blogitem:hover {
    transform: scale(1.1) !important;
}

input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required {
    border-bottom: 1px solid #eee !important;
}

input.wpcf7-form-control.wpcf7-text {
    border-bottom: 1px solid #eee !important;
}

textarea.wpcf7-form-control.wpcf7-textarea {
    border: 0;
    border-bottom: 1px solid #eee !important;
    height: 81px;
}

.mybreads {
    background-color: transparent;
}

.breadcrumb,
.nav a,
.breadcrumb:last-child,
.breadcrumb:before {
    color: #777;
    font-size: 14px;
    text-decoration: none;
}

nav {
    color: #777;
    background-color: transparent;
    width: 100%;
    height: 56px;
    line-height: 56px;
}

.board {
    border: 1px solid #eee;
    padding: 3%;
    margin-top: -6px;
    transition: 0.5s;
}

.board h5 {
    color: #777;
    text-align: left;
    margin: 0;
    font-weight: 400;
}

.board [class^="flaticon-"]:before,
[class*=" flaticon-"]:before,
[class^="flaticon-"]:after,
[class*=" flaticon-"]:after,
.board h6 {
    font-size: 14px;
}

.board span {
    margin-bottom: 10px;
    display: block;
    color: #f44336;
    font-size: 20px;
    margin: 10px 0;
}

.board p {
    margin-bottom: 0;
    /*     text-overflow: ellipsis; */
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.resuitem {
    transition: 0.5s;
    margin-bottom: 30px;
}

.resuitem:hover {
    -webkit-box-shadow: 0px 7px 11px -8px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 7px 11px -8px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 7px 11px -8px rgba(0, 0, 0, 0.75);
}

.mapouter {
    margin-bottom: -140px;
}

.searchformmain h6 {
    color: #fff;
    font-weight: 600;
}

.searchformmain .input:not([type]),
input[type=text]:not(.browser-default),
input[type=password]:not(.browser-default),
input[type=email]:not(.browser-default),
input[type=url]:not(.browser-default),
input[type=time]:not(.browser-default),
input[type=date]:not(.browser-default),
input[type=datetime]:not(.browser-default),
input[type=datetime-local]:not(.browser-default),
input[type=tel]:not(.browser-default),
input[type=number]:not(.browser-default),
input[type=search]:not(.browser-default),
textarea.materialize-textarea {
    color: #fff;
}

.searchformmain .input:not([type]),
input[type=text]:not(.browser-default),
input[type=password]:not(.browser-default),
input[type=email]:not(.browser-default),
input[type=url]:not(.browser-default),
input[type=time]:not(.browser-default),
input[type=date]:not(.browser-default),
input[type=datetime]:not(.browser-default),
input[type=datetime-local]:not(.browser-default),
input[type=tel]:not(.browser-default),
input[type=number]:not(.browser-default),
input[type=search]:not(.browser-default),
textarea.materialize-textarea {
    border-bottom: 2px solid #fff;
}

.whites {
    border: 2px solid #fff;
    color: #fff;
}

table.bottomtbl {
    color: #fff;
}

.bottomtbl tr {
    border-bottom: 0;
}

.bottomtbl td {
    padding: 0 3px 10px;
}

.closebtn {
    transform: rotate(45deg);
}

.sidenav li>a>i,
.sidenav li>a>[class^="mdi-"],
.sidenav li>a li>a>[class*="mdi-"],
.sidenav li>a>i.material-icons {
    color: #fff;
}



/* edited by anjit jan 16 */
.emailphone a,
.emailphone i {
    color: #00A651;
}

.buttcons span i {
    color: #fff;
}

.hamburger {
    padding: 14px 0;
}

.silderwrapper .quicksand form .primaryfilledbtn.red.m20 {
    background-color: #00a651 !important;
    padding: 11px 42px;
    border: none;
}

.silderwrapper .quicksand form .primaryfilledbtn.red.m20:hover {
    border: none;
    background-color: #029448 !important;
}

.searchwrapper {
    padding: 9% 8%;
}

.feat a.all {
    color: #d82d21;
    font-size: 18px;
}

.stickymenu {
    border-color: #f9f9f9;
}


.bestwrapper .titles span:last-child::before {
    top: 0px;
}

.featdestwrapper .col.xl5.l5.m6.s12 .hoverfeat p {
    padding: 0 4%;
}

.featwrapper .foctbl [class^="flaticon-"]::before,
[class*=" flaticon-"]::before,
[class^="flaticon-"]::after,
[class*=" flaticon-"]::after {
/*     color: #FFF;
    font-size: 25px; */
}

.foctbl tr {
    border-bottom: 1px solid rgba(255, 251, 251, 0.22);
}

.imagecap span {
    font-size: 24px;
}

.featcard .whitebtn {
    font-size: 16px;
    padding: 8px 22px;
}

.lateitem .caption h5 {
    font-size: 20px;
}

.lateitem .primarybtn {
    font-size: 14px;
}

.bottomtbl td a {
    color: #fff;
}
#s::placeholder {
    color: #fff;
    opacity: 1;
}

form.searchform input[type="submit"] {
    background: #4ba752;
    padding: 10px 30px;
}

form.searchform input[type="submit"]:hover {
    background-color: #fff;
    color: var(--color-secondary);
}
.board h5 {
    color: #666;
    font-size: 20px;
}

.resuitem .board .primarybtn {
    font-size: 14px;
    padding: 8px 26px;
}

.resuitem .board p {
    margin-top: 0;
    display: none;
}

.faqwrap .collapsible-body {
    padding: 1rem;
}

.incex h3 {
    font-size: 24px;
    display: inline-flex;

}

.incex h3 i {
    font-size: 24px;
    margin-right: 7px;
}

.tabfixed .highlight.responsive-table td {
    width: 25%;
}

.tabfixed .highlight.responsive-table .primarybtn {
    font-size: 16px;
}

@media (max-width: 768px) {
    .tabfixed .highlight.responsive-table .primarybtn {
        font-size: 12px;
    }
}


.tripad #CDSWIDSSP {
    overflow: visible;
}

img {
    width: 100%;
}

.resuitem img {
    height: 227px;
    object-fit: cover;
}

.goog_translate img {
    width: auto;
}

.silderwrapper .quicksand form .primaryfilledbtn.red.m20 {
    letter-spacing: 1px;
}

/*edited by anj on feb 13  */
.mega-menu-description {
    display: none !important;
}

.mega-menu-title {
    color: #fff !important;
    margin-top: -6px;
}

@media (max-width: 767px){
	.Menuwrap{
		padding: 4px 0;
	}
}

.tab-block{
	background-color: var(--color-primary);
}
.tab-block.active{
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 4;
}
.pkg-tab{
	display: flex;
	white-space: nowrap;
}
.pkg-tab li a{
	color: #fff;
	padding: 10px 20px;
	display: inline-block;
	font-size: 16px;
}
.pkg-title{
	font-size: 26px;
	font-weight: 600;
	margin: 0 0 10px;
}
.content-title{
	font-family: var(--font-primary);
	font-size: 30px;
	margin: 20px 0 10px;
}
.pkg-inner .collapsible-header{
	border: none;
}
.pkg-inner .collapsible-header p{
	margin: 0;	
}
.pkg-inner .collapsible-header p,
.pkg-inner .collapsible-header p span{
	font-family: "Quicksand";
	font-weight: 600;
}
.overview p:last-child{
	display: none;
}
.pkg-inner{
	margin-top:0;
	position: relative;
}
.pkg-inner::before {
    display: flex;
    content: "";
    height: 70px;
    margin-top: -70px;
    visibility: hidden;
}
.singlewrapper table{
	border: 1px solid #ddd;
}
.singlewrapper table th{
}
.singlewrapper table th,
.singlewrapper table td{
	border: 1px solid #ddd;
	padding: 10px;
}
.singlewrapper table tr:first-child{
	background-color: var(--color-secondary);
	color: #fff;
}
.singlewrapper table tr td:last-child{
	text-align: center;
}
.singlewrapper .overview p{
	text-align: justify;
}
/* ================================== */
.hero-wrapper{
	position: relative;
}
.heroSlider .image{
	position: relative;
}
.heroSlider .image img{
	width: 100%;
	height: 600px;
}
.heroSlider .image::before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background-image: linear-gradient(0deg,#1e1e1e 1%,transparent)
}
.heroSlider .hero-text{
	position: absolute;
	top: 50%;
	left: 0;
	transform: translatey(-50%);
	padding: 5%;
}
.heroSlider .hero-text h2,
.heroSlider .hero-text h3{
	color: #fff;
	font-family: "Be Vietnam Pro", sans-serif;
	font-weight: 800;
}
.heroSlider .hero-text h2{
	font-size: 64px;
	margin: 0 0 10px;
}
.heroSlider .hero-text h3{
	font-size: 50px;
	margin: 0 0 1rem;
}
.heroSlider .btn-one{
	margin-right: 1rem;
}
.heroSlider .swiper-button-next, 
.heroSlider .swiper-button-prev{
	position: relative;
	top: unset;
	bottom: unset;
	left: unset;
	right: unset;
	margin: 0 0 0 6px;
	height: 46px;
    line-height: 46px;
    width: 46px;
    text-align: center;
    background-color: #fff;
	color: #222;
	border-radius: 4px;
	
}
.heroSlider .swiper-button-next::after, 
.heroSlider .swiper-button-prev::after{
	font-size: 16px;
}
.thumbSlider{
	position: absolute;
	bottom: 10%;
	right: 0;
}
.thumbSlider .swiper-slide,
.thumbSlider .thumb-img{
	width: 100px!important;
}
.thumbSlider .thumb-img img{
	height: 150px;
	width: 100px;
	border-radius: 10px;
	border: 2px solid transparent;
}
.thumbSlider .swiper-slide-thumb-active .thumb-img img{
	border-color: #ff3314;
}
.association{
	background-color: #f5f5f5;
}
.association h4{
	font-size: 20px;
	margin: 0;
	font-family: var(--font-primary);
}
.association .partnerbox{
	margin: 0;
	padding: 1rem 0;
}
.association .partners li{
	box-shadow: 0px 0px 10px rgba(0,0,0,0.1);
}
.packageslider .swiper-slide{
	height: auto;
}
.socialworkSlider .row .col{
	padding: 0;
}
.socialworkSlider .work-inner{
	background-color: #f5f5f5;
}
.work-row{
	display: flex;
	flex-wrap: wrap;
}
.img-col{
	width: 40%;
}
.img-col .image{
	height: 100%;
}
.img-col .image img{
	height: 100%;
	width: 100%;
	object-fit: cover;
}
.text-col{
	width: 60%;
}
.work-inner h2{
	font-size: 24px;
	font-weight: 600;
	margin: 0 0 10px;
}
.work-inner .text{
	padding: 30px;
}
.work-inner .text p{
	font-size: 16px;
	margin: 0 0 10px;
}
.work-inner .text ul{
	padding-left: 20px;
	margin-bottom: 10px;
}
.work-inner .text ul li{
	list-style-type: disc;
}
.socialworkSlider .swiper-button-next, 
.socialworkSlider .swiper-button-prev {
    height: 40px;
    line-height: 40px;
    width: 40px;
    text-align: center;
    border-radius: 50%;
    background-color: #fff;
}
.socialworkSlider .swiper-button-next::after, 
.socialworkSlider .swiper-button-prev::after {
    font-size: 16px;
    color: #000;
}
/* =====counter===== */
.counter-inner{
	text-align: center;
	background-color: var(--color-dark);
	padding: 40px 16px;
	border-radius: 10px;
}
.counter-inner i{
	height: 50px;
	line-height: 50px;
	width: 50px;
	text-align: center;
	border-radius: 50%;
	background-color: #fff;
	color: var(--color-dark);
	font-size: 24px;
}
.counter-inner h2{
	display: inline-block;
	font-size: 42px;
	margin: 10px 0 8px;
	font-weight: 700;
	color: #fff;
}
.counter-inner span{
	font-size: 30px;
	color: #fff;
}
.counter-inner h3{
	font-size: 16px;
	font-weight: normal;
	margin: 0;
	color: #eee;
}
/* ==========review============= */
.review-row{
	display: flex;
	flex-wrap: wrap;
	margin: 0 -15px;
}
.review-col{
	width: 50%;
	padding: 0 15px;
}
.reviewSlider .swiper-slide{
	background-color: #f5f5f5;
	padding: 16px;
	height: auto;
}
.reviewSlider .swiper-pagination{
	position: relative;
	margin-top: 1rem;
}
.reviewSlider .swiper-pagination .swiper-pagination-bullet{
	height: 10px;
	width: 10px;
}
.reviewSlider .swiper-pagination .swiper-pagination-bullet-active{
	background-color: var(--color-primary);
}
.reviewSlider .rv-top{
	display: flex;
	justify-content: space-between;
}
.reviewSlider .auth{
	display: flex;
	align-items: center;
}
.auth-img img{
	height: 60px;
	width: 60px;
	max-width: 60px;
	border-radius: 50%;
}
.reviewSlider .name{
	margin-left: 10px;
}
.reviewSlider .name h5{
	margin: 0 0 4px;
	font-weight: 600;
	font-size: 16px;
}

.reviewSlider .name h6{
	margin: 0;
	font-size: 15px;
}
.reviewSlider p{
	margin: 0;
}
.google-img img{
	width: 40px;
}
.reviewSlider .text{
	margin-top: 10px;
}
@media (max-width: 1300px){
	.heroSlider .hero-text h2{
		font-size: 60px;
	}
	.heroSlider .hero-text h3{
		font-size: 45px;
	}
}
@media (max-width: 991px){
	.heroSlider .hero-text h2{
		font-size: 50px;
	}
	.heroSlider .hero-text h3{
		font-size: 40px;
	}
	.heroSlider .image img{
	  height: 550px;
    }
}
@media (max-width: 767px){
	.heroSlider .hero-text h2{
		font-size: 40px;
	}
	.heroSlider .hero-text h3{
		font-size: 30px;
	}
	.thumbSlider{
		display: none;
	}
	.heroSlider .image img{
	  height: 500px;
    }
	.img-col{
		width: 100%;
	}
	.text-col{
		width: 100%;
	}
}
@media (max-width: 575px){
	.heroSlider .image img{
	  height: 360px;
    }
	.heroSlider .hero-text h2{
		font-size: 24px;
	}
	.heroSlider .hero-text h3{
		font-size: 18px;
	}
	.association h4{
		font-size: 18px;
		margin-bottom: 8px;
	}
	.association .partnerbox{
		margin: 16px 0;
	}
	.work-inner .text{
		padding: 16px;
	}
	.work-inner h2{
		font-size: 20px;
	}
	.socialworkSlider .swiper-button-next, 
	.socialworkSlider .swiper-button-prev{
		top: 20%;
	}
	.counter-inner{
		padding: 20px 16px;
	}
	.counter-inner h2{
		font-size: 32px;
	}

}
