@font-face {
    font-family: 'Poppins-Medium';
    src: url('../fonts/Poppins-Medium.eot');
    src: url('../fonts/Poppins-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Poppins-Medium.woff2') format('woff2'),
        url('../fonts/Poppins-Medium.woff') format('woff'),
        url('../fonts/Poppins-Medium.ttf') format('truetype'),
        url('../fonts/Poppins-Medium.svg#Poppins-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins-Regular';
    src: url('../fonts/Poppins-Regular.eot');
    src: url('../fonts/Poppins-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Poppins-Regular.woff2') format('woff2'),
        url('../fonts/Poppins-Regular.woff') format('woff'),
        url('../fonts/Poppins-Regular.ttf') format('truetype'),
        url('../fonts/Poppins-Regular.svg#Poppins-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins-Bold';
    src: url('../fonts/Poppins-Bold.eot');
    src: url('../fonts/Poppins-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Poppins-Bold.woff2') format('woff2'),
        url('../fonts/Poppins-Bold.woff') format('woff'),
        url('../fonts/Poppins-Bold.ttf') format('truetype'),
        url('../fonts/Poppins-Bold.svg#Poppins-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins-SemiBold';
    src: url('../fonts/Poppins-SemiBold.eot');
    src: url('../fonts/Poppins-SemiBold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Poppins-SemiBold.woff2') format('woff2'),
        url('../fonts/Poppins-SemiBold.woff') format('woff'),
        url('../fonts/Poppins-SemiBold.ttf') format('truetype'),
        url('../fonts/Poppins-SemiBold.svg#Poppins-SemiBold') format('svg');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto-Regular';
    src: url('../fonts/Roboto-Regular.eot');
    src: url('../fonts/Roboto-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Roboto-Regular.woff2') format('woff2'),
        url('../fonts/Roboto-Regular.woff') format('woff'),
        url('../fonts/Roboto-Regular.ttf') format('truetype'),
        url('../fonts/Roboto-Regular.svg#Roboto-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto-Bold';
    src: url('../fonts/Roboto-Bold.eot');
    src: url('../fonts/Roboto-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Roboto-Bold.woff2') format('woff2'),
        url('../fonts/Roboto-Bold.woff') format('woff'),
        url('../fonts/Roboto-Bold.ttf') format('truetype'),
        url('../fonts/Roboto-Bold.svg#Roboto-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'BookAntiqua-Bold';
    src: url('../fonts/BookAntiqua-Bold.eot');
    src: url('../fonts/BookAntiqua-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/BookAntiqua-Bold.woff2') format('woff2'),
        url('../fonts/BookAntiqua-Bold.woff') format('woff'),
        url('../fonts/BookAntiqua-Bold.ttf') format('truetype'),
        url('../fonts/BookAntiqua-Bold.svg#BookAntiqua-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

.container {
    max-width: 1260px;
    margin: 0 auto;
    width: auto;
    padding: 0;
}

.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12 {
    padding: 0;
}

ul,
ol {
    margin: 0;
    padding: 0;
}

p {
    font-family: 'Poppins-Regular';
}

img {
    max-width: 100%;
}

li {
    list-style-type: none;
}

a:hover {
    text-decoration: none;
}


/************ header 1 style  ***********/

.dmenu_links li {
    display: inline-block;
}


/*********** homepage 1 style  **************/

.hme_abtblk {
    width: 100%;
    float: left;
    margin: 4em 0
}

.dmenu_links ul.menu-wrapper {
    border-radius: 10px;
    border: 1px solid #d8d8d8;
    padding: 10px;
    text-align: center;
}

.dmenu_links li {
    display: inline-block;
    margin: 0 15px;
}
.dmenu_links li ul.sub-menu {
    position: absolute;
    /* top: 50px; */
    top: 50px;
    left: 140px;
    z-index: 2;
    margin: 0;
    background-color: #484a70;
    padding: 5px;
    /* display: none; */
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: 0.3s ease;
}
.dmenu_links .menu-item-home:hover ul.sub-menu {
    /* display: block; */
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}


.dmenu_links ul.sub-menu li a {
    color: #fff !important;
    text-decoration: unset;
    border-bottom: 0 !important;
}
.dmenu_links li ul.sub-menu li {
    display: block;
}

.dmenu_links li a {
    font-size: 18px;
    line-height: 30px;
    text-decoration: underline;
    color: #000;
    text-decoration: none;
    font-family: 'Poppins-Regular';
}
.dmenu_links li.current_page_item a{
    border-bottom: 2px solid;
    color: #474a71;
    font-family: 'Poppins-SemiBold';
}
.headerlinks {
    text-align: center;
}

.headerlinks ul li {
    display: inline-block;
    margin: 0 15px;
}

.dmenu_links {
    margin-left: 40px;
}

.headerlinks ul li i {
    color: #000;
    font-size: 30px;
}

.header_section {
    display: flex;
    align-items: center;
    padding-top: 15px;
}

.hme1bannerimg {
    padding: 0 5px;
}

.hme1bannerimg img {
    width: 100%;
    filter: drop-shadow(0 0 9px rgba(71, 74, 113, 0.13));
}

.hme1bannerimg:before {
    content: "";
    background-image: url(../images/homepage/location.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: 30px;
    right: 85px;
    width: 65px;
    height: 70px;
    z-index: 1;
}
.hme1bannerimg:after {
    content: "";
    background-image: url(../images/homepage/insurance.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: absolute;
    bottom: 160px;
    left: 290px;
    right: 0;
    margin: 0 auto;
    width: 96px;
    height: 96px;
    object-fit: contain;
}

.innerhme1bannercontent span {
    font-size: 22px;
    line-height: 30px;
    color: #484a70;
    border-radius: 10px;
    background-color: #ebecff;
    padding: 10px 25px;
    position: relative;
    padding-left: 50px;
}

.innerhme1bannercontent span:before {
    content: "";
    background-image: url(../images/homepage/airplane.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: 10px;
    left: 15px;
    width: 23px;
    height: 25px;
}

.innerhme1bannercontent h2 strong {
    display: inline-block;
}

.innerhme1bannercontent h2 {
    font-size: 50px;
    line-height: 65px;
    color: #484a70;
    font-family: 'Poppins-SemiBold';
    margin: 40px 0 20px;
}

.innerhme1bannercontent p {
    font-size: 18px;
    line-height: 30px;
    color: #000000;
}

.innerhme1bannercontent a {
    font-size: 18px;
    line-height: 30px;
    border-radius: 23px;
    background-image: linear-gradient(52deg, #e9e9e9 0%, #535691 38%);
    padding: 5px 25px;
    color: #fff;
    margin-top: 1em;
    display: inline-block;
}

.hme1banner_wrapper {
    width: 100%;
    float: left;
    margin-top: 2em;
    position: relative;
}

.hme1bannercontent {
    width: 100%;
    float: left;
    position: absolute;
    top: 5em;
    left: 0;
}

.innerhme1bannercontent {
    width: 52%;
    padding-left: 1em;
}

.homesearch {
    width: 40%;
    float: left;
    position: absolute;
    bottom: 23px;
    left: 20px;
    background-color: #474a71;
    padding: 15px;
    border-radius: 20px;
}

.homesearch div.asl_m .probox {
    background-color: #474a71;
}

.homesearch #ajaxsearchlite1 .probox,
.homesearch div.asl_w .probox {
    background-color: #474a71;
    border: 1px solid #fff;
    box-shadow: unset;
    border-radius: 10px;
    padding: 9px 5px;
}

.homesearch div.asl_w {
    border: unset;
    box-shadow: unset;
    border-radius: 10px;
    background: unset;
}

.homesearch div.asl_w .probox .promagnifier .innericon svg {
    fill: #fff;
}

.homesearch div.asl_w .probox .promagnifier {
    box-shadow: unset;
}

.homesearch #ajaxsearchlite1 .probox .proinput input::placeholder,
.homesearch div.asl_w .probox .proinput input::placeholder {
    font-size: 18px;
    line-height: 30px;
    color: #ffffff !important;
}

.homesearch #ajaxsearchlite1 .probox .proinput input,
.homesearch div.asl_w .probox .proinput input {
    font-size: 18px;
    line-height: 30px;
    color: #ffffff !important;
}

/******************** footer 1 style  **************/

.innerfooterpara h3 {
    font-size: 30px;
    text-transform: uppercase;
    color: #ffffff;
    margin: 0;
    width: 41%;
    font-family: 'Poppins-SemiBold';
}

.innerfooterpara p {
    font-size: 16px;
    line-height: 30px;
    color: #fefefe;
}

.footerlinks h2 {
    font-size: 25px;
    line-height: 30px;
    text-transform: uppercase;
    color: #ffffff;
    position: relative;
    padding-bottom: 10px;
}

.footerlinks h2:before {
    content: "";
    width: 163px;
    height: 1px;
    background-color: #f4fcff;
    position: absolute;
    bottom: 0;
    left: 0;
}

.footercontact h2 {
    font-size: 25px;
    line-height: 30px;
    text-transform: uppercase;
    color: #ffffff;
    position: relative;
    padding-bottom: 10px;
}

.footercontact h2:before {
    content: "";
    width: 163px;
    height: 1px;
    background-color: #f4fcff;
    position: absolute;
    bottom: 0;
    left: 0;
}

.footerlinks ul li a {
    font-size: 16px;
    line-height: 36px;
    color: #ffffff;
    font-family: 'Roboto-Regular';
}

.footerlinks ul {
    column-count: 2;
}

.footer_wrapper {
    width: 100%;
    float: left;
    background-image: url(../images/homepage/footerback.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding: 4em 0;
}

.footercontact p {
    font-size: 20px;
    line-height: 30px;
    color: #ffffff;
    font-family: 'Roboto-Regular';
    position: relative;
    margin-bottom: 40px;
    padding-right: 5em;
    padding-left: 25px;
}

.footercontact p:before {
    content: "";
    content: "\f041";
    font-family: 'FontAwesome';
    position: absolute;
    top: 0;
    left: 0;
}

a.footcont {
    font-size: 26px;
    line-height: 30px;
    color: #ffffff;
    font-family: 'Roboto-Regular';
    text-decoration: none !important;
    position: relative;
    padding-left: 30px;
    border-bottom: 1px solid #ffffff42;
    padding-bottom: 10px;
    display: inline-block;
}

a.footcont:before {
    /* content: ""; */
    content: "\f095";
    font-family: 'FontAwesome';
    position: absolute;
    top: 2px;
    left: 0;
    font-size: 23px;
}

.innerfooterimg {
    display: flex;
    align-items: center;
    padding-bottom: 15px;
    margin-bottom: 20px;
    position: relative;
    gap: 40px;
    border-bottom: 2px solid #fff;
}

.innerfooterimg:before {
    content: "";
    width: 1px;
    height: 88px;
    border-radius: 1px;
    background-color: #ffffff;
    position: absolute;
    top: 0;
    left: 120px;
}
.footerlinks {
    padding-left: 35px;
    margin-top: 30px;
    padding-right: 50px;
}
.footercontact {
    margin-top: 30px;
}
.footerpara {
    padding-right: 2em;
}
.copyright {
    width: 100%;
    float: left;
    padding: 1.5em 0;
    background-color: #edf1f3;
    border: 1px solid #ffffff;
}

.copyright p {
    font-size: 18px;
    line-height: 30px;
    color: #000000;
    margin: 0;
}

.footer_socialicons a svg {
    width: 22px;
    /* vertical-align: text-top; */
    fill: #fff;
}

.footer_socialicons ul li a {
    color: #fff;
    font-size: 20px;
}

.footer_socialicons ul li {
    list-style-type: none;
    display: inline-block;
    margin: 0 4px;
    width: unset;
    vertical-align: middle;
}

.footer_socialicons span {
    display: inline-block;
    font-size: 18px;
    line-height: 24px;
    color: #fff;
    font-weight: 400;
    margin-right: .5em;
}

.footer_socialicons ul {
    display: inline-block;
    padding-left: 15px;
    border-left: 1px solid #ffffff59;
    vertical-align: middle;
}

.footsocial {
    margin-top: 20px;
}


/************** homepage style  ************/

.hmeabt_section h2 {
    font-size: 40px;
    line-height: 47px;
    color: #484a70;
    font-family: 'Poppins-Bold';
}

.hmeabt_section h2 span {
    color: #010101;
}

.hmeabt_section p {
    font-size: 18px;
    line-height: 30px;
    color: #000000;
    font-family: 'Poppins-Regular';
}

.innerhmeabt img {
    width: 100%;
    height: 718px;
    border-radius: 101px;
    object-fit: cover;
}

.innerhmeabt {
    position: relative;
    width: 90%;
    margin: 0 auto;
}

.innerhmeabt:before {
    content: "";
    border-radius: 101px;
    filter: drop-shadow(-2.699px -11.692px 0px rgba(168, 115, 247, 0.23));
    background-color: #484a70;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.hmeabtleft h3 {
    font-size: 33px;
    line-height: 30px;
    color: #000000;
    font-family: 'Poppins-Bold';
    margin: 0;
    text-align: center;
    padding: 1em 0;
}

.hmeabtleft:before {
    content: "";
    background-image: url(../images/homepage/hmeabtback.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 66%;
    z-index: -1;
    filter: drop-shadow(0 0 4.5px rgba(0, 0, 0, 0.22));
}

.hmeabtleft {
    margin-right: 3em;
}

.hmeabt_section a.read {
    border-radius: 29px;
    background-image: linear-gradient(105deg, #4d5179 0%, #8489c9 100%);
    display: inline-block;
    padding: 10px 20px;
    color: #fff;
    font-family: 'Poppins-Regular';
    transition: all 0.3s ease;
    margin-top: 15px;
}

.hmeabt_section a.read:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0,0,0,0.2);
}

.hme1static_wrap {
    width: 100%;
    float: left;
    margin: 2em 0;
    background-image: url(../images/homepage/staticback.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding: 1em 0;
}

.hme1static_right {
    float: right;
}

.hme1static_section h2 {
    font-size: 40px;
    line-height: 58px;
    text-transform: uppercase;
    color: #000000;
    font-family: 'Poppins-Bold';
    background-color: #efefff;
    border: 1px solid #164095;
    border-radius: 81px 0 81px 81px;
    padding: 10px 58px;
    margin-bottom: 1em;
}

.hme1static_section p {
    font-size: 18px;
    line-height: 30px;
    color: #010101;
    font-family: 'Poppins-Regular';
    padding-left: 60px;
}

.hme1static_section a.staticmore {
    position: relative;
    overflow: hidden;
    border-radius: 29px;
    background-image: linear-gradient(105deg, #4d5179 0%, #8489c9 100%);
    display: inline-block;
    padding: 10px 20px;
    color: #fff;
    font-family: 'Poppins-Regular';
    margin-left: 60px;
    margin-top: 25px;
    transition: all 0.3s ease;
}

/* Hover Lift */
.hme1static_section a.staticmore:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0,0,0,0.2);
}

/* Shine Effect */
.hme1static_section a.staticmore::before {
    content: "";
    position: absolute;
    top: 0;
    left: -75%;
    width: 50%;
    height: 100%;
    background: rgba(255,255,255,0.3);
    transform: skewX(-25deg);
    transition: 0.5s;
}

.hme1static_section a.staticmore:hover::before {
    left: 125%;
}

.hme1static_section {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
}
.hmedestination {
    width: 100%;
    float: left;
    margin: 10em 0 3em;
}
.hme1destisec {
    width: 33.33%;
    float: left;
    padding: 0 20px;
}
.hmedestinationtop h2 {
    font-size: 40px;
    line-height: 30px;
    color: #484a70;
    margin: 0;
    font-family: 'Poppins-Bold';
    margin-bottom: 30px;
}
.hmedestinationtop h2 span {
    font-size: 40px;
    line-height: 30px;
    color: #000;
    font-family: 'Poppins-Bold';
}

.hmedestinationtop span {
    font-size: 20px;
    line-height: 30px;
    color: #484a70;
    font-family: 'Poppins-Regular';
}

.hmedestinationtop span strong {
    border-radius: 14px;
    background-color: #ad513c;
    padding: 0px 10px;
    color: #fff;
    font-family: 'Poppins-Regular';
    font-weight: 500;
}

.hmedestinationtop {
    text-align: center;
    margin-bottom: 25px;
}

.hmedestination_bottom {
    overflow: hidden;
    padding-bottom: 7em;
}

.hmedestinationimage img {
    width: 100%;
    height: 412px;
    border-radius: 20px;
    filter: drop-shadow(0 0 12px rgba(0, 0, 0, 0.31));
    object-fit: cover;
    border: 6px solid #ffffff;
}

.hmedestinationimage {
    position: relative;
    padding: 10px 10px;
}

.hmedestinationimage:before {
    content: "";
    border-radius: 33px 33px 0 0;
    background-color: #c5c5c5;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 60%;
}

.hme1destisec.slick-active+.slick-active .hmedestinationimage:before {
    background-color: #4d4c86;
}

.hme1destisec.slick-active+.slick-active+.slick-active .hmedestinationimage:before {
    background-color: #c5c5c5;
}

.hmedestinationimage:after {
    content: "";
    background-image: url(../images/homepage/destiback.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 35%;
    z-index: -1;
}

.hme1destinationcontent {
    width: 100%;
    /* float: left; */
    position: absolute;
    bottom: -60px;
    left: 0;
    right: 0;
    text-align: center;
    max-width: 80%;
    margin: 0 auto;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s ease;
}

.hme1destination-item2:hover .hme1destinationcontent {
    opacity: 1;
    visibility: visible;
    /* bottom: 0; */
}

/* .hme1destisec.slick-active+.slick-active .hme1destinationcontent {
    display: block;
}

.hme1destisec.slick-active+.slick-active+.slick-active .hme1destinationcontent {
    display: none;
} */

.hme1destinationcontent:before {
    content: "";
    background-image: url(../images/homepage/destnationshadow.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: absolute;
    bottom: -35px;
    left: -10px;
    width: 108%;
    height: 100%;
}

.hme1destinationtext {
    /* text-align: center;
    max-width: 80%;
    margin: 0 auto; */
    border-radius: 10px;
    filter: drop-shadow(0 0 12px rgba(0, 0, 0, 0.21));
    background-color: #ffffff;
    padding: 20px 20px 0;
}

.hme1destinationcontent h3 {
    font-size: 20px;
    line-height: 30px;
    color: #474a71;
    font-family: 'Poppins-Bold';
    margin: 0;
}
.hme1destinationcontent p {
    font-size: 16px;
    line-height: 30px;
    color: #5c5c5c;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    padding-bottom: 0;
    overflow: hidden;
}

a.hme1destinationlink {
    font-size: 13px;
    line-height: 30px;
    font-family: 'Poppins-SemiBold';
    position: relative;
    z-index: 1;
    color: #fff;
    clip-path: circle(50.0% at 50% 100%);
    padding: 23px 40px 7px;
    display: inline-block;
    text-decoration: underline;
}

a.hme1destinationlink:before {
    content: "";
    filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.25));
    background-color: #464579;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.hme1destination-item2 {
    position: relative;
}

.testimonial_wrap {
    width: 100%;
    float: left;
    margin: 2em 0;
}

.testimonial_content h2 {
    font-size: 40px;
    line-height: 47px;
    color: #484a70;
    font-family: 'Poppins-Bold';
    margin: 0;
    margin-bottom: 25px;
    text-align: center;
}

.hme_testimonial_image img {
    width: 147px;
    height: 147px;
    border-bottom-right-radius: 70px;
    object-fit: cover;
}

.hme_testimonial_title h4 {
    font-size: 23px;
    line-height: 35px;
    margin: 0;
    font-family: 'Poppins-SemiBold';
    color: #fff;
}

.testimonialcover.slick-active+.slick-active .hme_testimonial_title h4 {
    color: #7f7eb9;
}

.hme_testimonial_title span.designation {
    font-size: 16px;
    line-height: 30px;
    font-family: 'Roboto-Regular';
    color: #fff;
}

.testimonialcover.slick-active+.slick-active .hme_testimonial_title span.designation {
    color: #7f7eb9;
}

.hme_testimonial_title .star_rate i {
    color: #ffcc00;
    margin: 0 1px;
}

.hme_testimonial_excerpt p {
    font-size: 14px;
    line-height: 22px;
    color: #ffffff;
    overflow-y: scroll;
    height: 163px;
    padding-right: 10px;
}

.testimonialcover.slick-active+.slick-active .hme_testimonial_excerpt p {
    color: #000000;
}

/* width */
.hme_testimonial_excerpt p::-webkit-scrollbar {
    width: 5px;
}

/* Track */
.hme_testimonial_excerpt p::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
    border-radius: 10px;
}

/* Handle */
.hme_testimonial_excerpt p::-webkit-scrollbar-thumb {
    background: #fff;
    border-radius: 10px;
}

/* Handle on hover */
.hme_testimonial_excerpt p::-webkit-scrollbar-thumb:hover {
    background: #fff;
}


.cover_hme_testimonial {
    display: flex;
}

.hme_testimonial_image {
    margin-top: -35px;
    position: relative;
    left: -40px;
    top: -30px;
}
.innertestimonial_content {
    margin-top: 2em;
    overflow: hidden;
    padding-top: 1em;
    padding-bottom: 20px;
}

.test_image {
    background-color: #7f7eb9;
    padding: 20px;
    outline: 1px solid #fff;
    outline-offset: -7px;
    border-bottom-right-radius: 160px;
}
.testimonialcover.slick-active+.slick-active .test_image {
    filter: drop-shadow(0 0 9px rgba(71, 74, 113, 0.24));
    background-color: #ffffff;
    outline: 1px solid #7f7eb9;
}
.hme_testimonial_excerpt {
    padding: 0px 12px 70px;
}
.testimonialcover {
    width: 33.33%;
    float: left;
    padding: 0 25px;
}
.hmetrip_wrapper {
    width: 100%;
    float: left;
    margin: 2em 0 3em;
}
.hmetrip_top {
    width: 33.33%;
    float: left;
    padding: 7px;
}
.hmetrip_wrapper h2 {
    font-size: 40px;
    line-height: 47px;
    color: #484a70;
    margin: 0;
    margin-bottom: 20px;
    font-family: 'Poppins-Bold';
    text-align: center;
}

.hmeinnertripimg img {
    width: 100%;
    height: 324px;
    border-radius: 6px;
    object-fit: cover;
}
.hmeinnertripcontent h3 {
    font-size: 23px;
    line-height: 31px;
    color: #63629d;
    margin: 10px 0;
    font-family: 'Poppins-Bold';
    padding-left: 15px;
}
.hmeinnertrip:hover .hmeinnertripcontent h3{
    color: #fff;
}
.hmetriplocation {
    font-size: 23px;
    line-height: 31px;
    color: #000000;
    padding-left: 15px;
    position: relative;
}

.hmeinnertrip:hover .hmetriplocation{
    color: #fff;
}

.hmetriplocation:before {
    content: "\f041";
    font-family: 'FontAwesome';
}
.hmestar_rate span {
    font-size: 18px;
    line-height: 31px;
    color: #000000;
    padding-left: 15px;
}
.hmeinnertrip:hover .hmestar_rate span{
    color: #fff;
}
.hmetrip_pricing span {
    font-size: 18px;
    line-height: 31px;
    color: #010101;
    padding-left: 15px;
}
.hmeinnertrip:hover .hmetrip_pricing span{
    color: #fff;
}
.hmetrip_pricing a {
    font-size: 18px;
    line-height: 31px;
    color: #010101;
    padding-right: 15px;
}
.hmeinnertrip:hover .hmetrip_pricing a{
    color: #fff;
}
.hmeinnertrip {
    width: 100%;
    float: left;
    border-radius: 10px;
    filter: drop-shadow(0 0 9px rgba(71, 74, 113, 0.13));
    background-color: #ffffff;
    padding: 8px;
    transition: .5s;
}
.hmeinnertrip:hover {
    background-color: #7f7eb9;
    transition: .5s;
}
.hmestar_rate {
    border-bottom: 1px solid #d9d9d9;
    padding-bottom: 10px;
}
.hmetrip_pricing {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 15px;
    padding-top: 15px;
}
.hmeinnertripcontent {
    padding-top: 15px;
}
.hmestar_rate i {
    background: linear-gradient(90deg, #c9b14c 0%, #dfbd2d 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

/**********************Faq section*********/
.faqhme_sec {
    float: left;
    width: 100%;
    padding: 5em 0em;
    margin: 2em 0em;
    background-image: url(../images/homepage/faqbg.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.faqhme_sec .content {
    display: none;
}

.faqhme_titlesec_inner h3 {
    font-size: 45px;
    line-height: 55px;
    color: #484a70;
    font-weight: 800;
    padding-top: 1em;
    padding-bottom: 20px;
}

.faqhme_titlesec_inner p {
    font-size: 18px;
    line-height: 30px;
    color: #010101;
    font-weight: 400;
}
.faqhme_titlesec_inner a {
    font-size: 20px;
    line-height: 30px;
    color: #ffffff;
    font-weight: 400;
    border-radius: 26px;
    background-color: #7f7eb9;
    display: inline-block;
    /* width: 170px; */
    text-align: center;
    padding: 12px 30px;
    cursor: pointer;
    margin-top: 20px;
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease;
}

/* Shine effect */
.faqhme_titlesec_inner a::before {
    content: "";
    position: absolute;
    top: 0;
    left: -75%;
    width: 50%;
    height: 100%;
    background: rgba(255,255,255,0.3);
    transform: skewX(-25deg);
    transition: 0.5s;
}

.faqhme_titlesec_inner a:hover::before {
    left: 125%;
}

.faqhme_content {
    padding-left: 35px;
}
.faqhme_sec .set.main {
    margin-bottom: 15px;
}

.faqhme_sec .set.main a {
    font-size: 20px;
    line-height: 30px;
    color: #010101;
    font-weight: 500;
    font-family: Poppins-SemiBold;
    filter: drop-shadow(0 0 9px rgba(71, 74, 113, 0.24));
    background-color: #ffffff;
    display: block;
    padding: 1em 2em 1em 1em;
    position: relative;
    text-decoration: unset;
    cursor: pointer;
}

.faqhme_sec .set.main a.active {
    background-image: linear-gradient(268deg, #b2b2fd 0%, #a0a4ef 100%);
    color: #fff;
}

.faqhme_sec .set.main a.active i {
    color: #fff;
}

.faqhme_sec .set.main a i {
    position: absolute;
    right: 25px;
    top: 30px;
    color: #a1a6ef;
}

.faqhme_content .content p {
    background-color: #e9e9e9;
    padding: 20px 30px;
    font-size: 16px;
    line-height: 24px;
    color: #010101;
    font-weight: 400;
}

.faqhme_sec .set.main a span {
    border-radius: 19px;
    background-color: #7579ea;
    display: inline-block;
    width: 37px;
    height: 37px;
    color: #fff;
    align-content: center;
    text-align: center;
    margin-right: 20px;
}
.faqhme_sec .set.main a.active span {
    color: #7579ea;
    background-color: #fff;
}

.hme1blogsec {
    width: 33.33%;
    float: left;
    padding: 10px 15px 10px 45px;
}

.hme1blog_section {
    overflow: hidden;

}

.hmeblgimage img {
    width: 100%;
    height: 300px;
    border-radius: 54px 54px 0 0;
    object-fit: cover;
}

.hme1posttitle h3 {
    margin: 0;
    font-size: 18px;
    line-height: 22px;
    color: #ffffff;
    font-family: 'Poppins-Bold';
    text-align: center;
}

.hmeblgimage {
    position: relative;
}

.hme1posttitle {
    border-radius: 54px 54px 0 0;
    background-color: #b3b3fdd1;
    padding: 15px;
    position: absolute;
    bottom: 0;
    left: 0;
}

.hme1blogsec.slick-active+.slick-active .hme1posttitle {
    background-color: #484a70cf;
}

.hme1blogsec.slick-active+.slick-active+.slick-active .hme1posttitle {
    background-color: #b3b3fdd1;
}

.hme1postcontent {
    border-radius: 0 0 54px 54px;
    background-color: #b3b3fd;
    padding: 20px;
    text-align: center;
    margin-top: 10px;
}

.hme1blogsec.slick-active+.slick-active .hme1postcontent {
    background-color: #484a70;
}

.hme1blogsec.slick-active+.slick-active+.slick-active .hme1postcontent {
    background-color: #b3b3fd;
}

.hme1postcontent p {
    font-size: 15px;
    line-height: 20px;
    color: #ffffff;
    font-family: 'Poppins-Regular';
}

.hme1postcontent a {
    font-size: 14px;
    line-height: 31px;
    color: #ffffff;
    font-family: 'Poppins-Regular';
    border-bottom: 1px solid;
}

.hme1ourblog h2 {
    font-size: 40px;
    line-height: 42px;
    color: #484a70;
    font-family: 'Poppins-Bold';
}

.hme1blog_wrapper {
    width: 100%;
    float: left;
    margin: 1em 0 6em;
}

.hme1ourblog {
    text-align: center;
    margin-bottom: 35px;
}

.postpublishdate {
    position: absolute;
    top: 6em;
    left: -79px;
    transform: rotate(-90deg);
}

.hme1post-item2 {
    position: relative;
}

.hme1blogsec.slick-active+.slick-active .hme1post-item2 {
    filter: drop-shadow(0 0 4.5px rgba(79, 81, 111, 0.51));
}

.hme1blogsec.slick-active+.slick-active+.slick-active .hme1post-item2 {
    filter: unset;
}

.postpublishdate span.post-date {
    border-radius: 17px 17px 0 0;
    filter: drop-shadow(0.609px -4.963px 6.5px rgba(0, 0, 0, 0.1));
    background-color: #ffffff;
    border: 2px solid #b3b3fd;
    padding: 10px;
    font-size: 12px;
    line-height: 13px;
    color: #000000;
}


/************ Blog page  *****************/
img:focus {
    outline: none !important;
    box-shadow: none !important;
    
  }

.blog_wrapper {
    width: 100%;
    float: left;
    margin-top: 3em;
    margin-bottom: 30px;
}

.blog_images img {
    width: 100%;
    height: 368px;
    border-radius: 24px;
    object-fit: cover;
}

.blog_section .post-item h3 {
    font-size: 25px;
    line-height: 30px;
    color: #293241;
    font-family: 'Poppins-SemiBold';
    margin: 10px 0;
}

.blog_section .post-item p {
    font-size: 16px;
    line-height: 26px;
    color: #293241;
}

.innerblog_category h3 {
    font-size: 27px;
    line-height: 29px;
    color: #293241;
    font-family: 'Poppins-Bold';
    margin: 0;
    margin-bottom: 1em;
    padding-left: 18px;
}

.innerblog_category li a {
    font-size: 22px;
    line-height: 30px;
    color: #293241;
    font-family: 'Poppins-Regular';
    padding-left: 18px;
}

.innerblog_category li {
    margin: 15px 0;
    border-bottom: 1px solid #d1d1d1;
    padding-bottom: 15px;
}

.innerblog_category li:last-child {
    border-bottom: 0;
}

.innerblog_category {
    border-radius: 10px;
    filter: drop-shadow(7.456px 10.649px 12px rgba(0, 0, 0, 0.19));
    background-color: #ededed;
    padding: 35px 25px;
}

a.blglink {
    position: relative;
    overflow: hidden;
    z-index: 1;
    border-radius: 19px;
    background-color: #293e5a;
    padding: 6px 20px;
    color: #fff;
    display: inline-block;
}

a.blglink::before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background-color: #dfbc2c;
    transition: 0.4s;
    z-index: -1;
}

a.blglink:hover::before {
    left: 0;
}

.blog_publish span {
    font-size: 12px;
    line-height: 0px;
    color: #293241;
    font-family: 'Poppins-Regular';
}

.inner_blog {
    width: 100%;
    float: left;
    margin-bottom: 6em;
}

.blog_publish {
    margin-top: 20px;
}

.blog_publish strong {
    font-size: 12px;
    line-height: 0px;
    color: #000000;
    position: relative;
    font-family: 'Poppins-Regular';
    padding-left: 25px;
}

.blog_publish strong:before {
    content: "";
    width: 5px;
    height: 5px;
    border-radius: 2px;
    background-color: #2a3f5c;
    position: absolute;
    top: 6px;
    left: 9px;
}

.blog_tags a {
    border-radius: 17px;
    background-color: #ffffff;
    border: 1px solid #293e5a;
    padding: 5px 10px;
    display: inline-block;
    font-size: 16px;
    line-height: 26px;
    color: #000000;
    font-family: 'Poppins-Regular';
}

.blog_tags li {
    width: fit-content;
    float: left;
    margin-bottom: 30px;
    margin-right: 13px;
}
.blog_right {
    padding-left: 3em;
}

.blog_recentposts h2 {
    font-size: 27px;
    line-height: 29px;
    color: #293241;
    font-family: 'Poppins-Bold';
}

.recent-postcover {
    width: 100%;
    float: left;
    margin: 25px 0;
    display: flex;
    align-items: center;
    gap: 18px;
}

.recent-post-image {
    width: 32%;
    float: left;
}

.recent-post-item {
    width: 68%;
    float: left;
}

.recent-post-image img {
    width: 100%;
    height: 176px;
    border-radius: 10px;
    object-fit: cover;
}

.recent-post-item span {
    font-size: 13px;
    line-height: 0px;
    color: #000000;
    font-family: 'Poppins-Regular';
}

h3.recent-post-title {
    margin: 10px 0 20px;
}

h3.recent-post-title a {
    font-size: 21px;
    line-height: 26px;
    color: #293241;
    display: block;
    font-family: 'Poppins-SemiBold';
}

a.recent-post-link {
    font-size: 16px;
    line-height: 26px;
    color: #000000;
    font-family: 'Poppins-Regular';
    position: relative;
}

a.recent-post-link:before {
    content: "";
    background-image: url(../images/blog/down.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: 5px;
    right: -30px;
    width: 15px;
    height: 14px;
}

.blog_recentposts {
    width: 100%;
    float: left;
    margin-top: 3em;

}

.blog_tags {
    width: 100%;
    float: left;
    margin-top: 2em;
    border-top: 1px solid #dbdbdb;
    border-bottom: 1px solid #dbdbdb;
    padding: 35px 0 20px;
}

.blog_tags h3 {
    font-size: 27px;
    line-height: 29px;
    color: #293241;
    font-family: 'Poppins-Bold';
    margin: 0;
    margin-bottom: 30px;
}

.blogsearch {
    margin-bottom: 3em;
}

.blogsearch #ajaxsearchlite1 .probox,
.blogsearch div.asl_w .probox {
    border-radius: 10px;
    background-color: #ffffff;
    border: 1px solid #000000;
    padding: 15px 20px 15px 10px;
}

.blogsearch div.asl_w {
    box-shadow: unset;
}

.blogsearch #ajaxsearchlite1 .probox .proinput input::placeholder,
.blogsearch div.asl_w .probox .proinput input::placeholder {
    font-size: 22px !important;
    color: #293241 !important;
}

.blogsearch #ajaxsearchlite1 .probox .proinput input,
.blogsearch div.asl_w .probox .proinput input {
    font-size: 22px !important;
    color: #293241 !important;
}

/* .blogsearch input.orig::placeholder {
    font-size: 22px !important;
    color: #293241 !important;
} */
.blog_category {
    width: 100%;
    float: left;
}

/**************** blog detail page  **************/

.blog_detailwrapper {
    width: 100%;
    float: left;
    margin: 3em 0;
}

.blog_detailwrapper .entry-categories {
    display: none;
}

.blog_detailwrapper .post-meta-wrapper.post-meta-single.post-meta-single-top {
    display: none;
}

.blog_detailwrapper .comments-wrapper.section-inner {
    display: none;
}

.blog_detailwrapper h1.entry-title {
    text-align: left;
    font-size: 34px;
    line-height: 44px;
    color: #293241;
    font-family: 'Roboto-Bold';
    margin-bottom: 1em;
}

.blogdet_lefts img {
    border-radius: 20px;
}

.blogdet_lefts .entry-content p {
    font-size: 18px;
    line-height: 29px;
    color: #293241;
}

.blogdet_lefts figure.featured-media {
    margin-bottom: 2em;
}

.blogdet_right {
    padding-left: 4em;
}

.blogdet_right .inner-blog_recentposts {
    border-radius: 10px;
    background-color: #f2f2f2;
    width: 100%;
    float: left;
    padding: 10px 20px;
}

.blogdet_right .recent-postcover {
    margin: 0px 0;
    border-bottom: 1px solid #e1e1e1;
    padding: 30px 0;
}

.blogdet_right .recent-postcover:last-child {
    border-bottom: 0;
}


/********* about page  ************/

.about_wrapper {
    width: 100%;
    float: left;
    margin: 6em 0 2em;
}

.innerabout_left img {
    width: 100%;
    height: 726px;
    object-fit: cover;
}

.about_section h1 {
    font-size: 40px;
    line-height: 47px;
    text-transform: uppercase;
    color: #484a70;
    font-family: 'Poppins-Bold';
    margin: 0;
    margin-bottom: 25px;
}

.about_section h1 span {
    color: #000000;
    font-family: 'Poppins-SemiBold';
}

.about_section p {
    font-size: 18px;
    line-height: 31px;
    color: #000000;
}

.innerabout_left {
    position: relative;
}

.innerabout_left:before {
    content: "";
    background-image: url(../images/about/abtback.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.about_left {
    margin-right: 2em;
}

.flex_program {
    width: 100%;
    margin-top: 45px;
}

.flex_programone h4 {
    background-image: url(../images/about/abtshape.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 16px;
    margin: 0;
    width: 53%;
    font-size: 30px;
    line-height: 47px;
    color: #ffffff;
}

.flex_programone {
    width: 13%;
    float: left;
}

.flex_programone span {
    font-size: 20px;
    line-height: 31px;
    color: #000000;
    font-family: 'Poppins-Regular';
    margin-top: 20px;
    display: block;
}

.abt_third_blk {
    width: 100%;
    float: left;
    margin: 3em 0 8em;
}

.abt_thirdblk_section h2 {
    font-size: 40px;
    line-height: 47px;
    text-transform: uppercase;
    color: #484a70;
    font-family: 'Poppins-Bold';
    padding-top: 1em;
}

.abt_thirdblk_section h2 span {
    color: #010101;
    font-family: 'Poppins-Bold';
}

.abt_thirdblk_section p {
    font-size: 18px;
    line-height: 31px;
    color: #000000;
}

.innerabt_thirdblk img {
    width: 100%;
    height: 740px;
    border-radius: 219px 219px 243px 0;
    filter: drop-shadow(0px 5px 5px rgba(216, 39, 47, 0.31));
    object-fit: cover;
    object-position: right;
}

.abt_thirdblkleft {
    margin-right: 3em;
}

.abt_thirdblk_section:before {
    content: "";
    border-radius: 0 0 280px 0;
    background-image: linear-gradient(180deg, rgba(35, 61, 147, 0) 0%, rgb(35 61 147 / 12%) 100%);
    border: 1px solid #9d9d9d2b;
    position: absolute;
    bottom: 0;
    right: -35px;
    width: 85%;
    height: 104%;
    z-index: -1;
}

.innerabt_thirdblk {
    position: relative;
}
.innerabt_thirdblk:before {
    content: "";
    background-image: url(../images/about/abtellipse.webp);
    background-position-x: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: absolute;
    bottom: -10px;
    left: -8px;
    width: 140px;
    height: 115px;
}


.innerabt_thirdblk:after {
    content: "";
    width: 340px;
    height: 360px;
    border-radius: 214px;
    background-color: #243d941a;
    position: absolute;
    bottom: -100px;
    left: -62px;
    z-index: -1;
}
.review_mo {
    width: 33.33%;
    float: left;
    padding: 10px 25px;
}

.inside_review {
    width: 100%;
    float: left;
    background-image: url(../images/about/testimonialback.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding: 35px;
    position: relative;
    filter: drop-shadow(0 0 3px rgba(0,0,0,0.21));
}

.review_mo.slick-active + .slick-active .inside_review{
    background-image: url(../images/about/testimonialback2.webp);
}
.review_mo.slick-active + .slick-active + .slick-active .inside_review{
    background-image: url(../images/about/testimonialback.webp);
}

.inside_review:before {
    content: "";
    background-image: url(../images/about/abttestiquote1.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: -30px;
    left: -15px;
    width: 160px;
    height: 165px;
    filter: drop-shadow(0 0 9px rgba(0, 0, 0, 0.25));
}


.review_mo.slick-active +.slick-active .inside_review:before{
    background-image: url(../images/about/abttestiquote2.webp);
}
.review_mo.slick-active +.slick-active +.slick-active .inside_review:before{
    background-image: url(../images/about/abttestiquote1.webp);
}
#site-footer a:hover{
    text-decoration: none;
}

.inside_review p {
    font-size: 15px;
    line-height: 24px;
    color: #000000;
    text-align: center;
    overflow-y: scroll;
    height: 197px;
    padding-right: 10px;
}

/* width */
.inside_review p::-webkit-scrollbar {
    width: 5px;
}

/* Track */
.inside_review p::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
    border-radius: 10px;
}

/* Handle */
.inside_review p::-webkit-scrollbar-thumb {
    background: #4d4c86;
    border-radius: 10px;
}

/* Handle on hover */
.inside_review p::-webkit-scrollbar-thumb:hover {
    background: #4d4c86;
}

.name_rating h4 {
    font-size: 20px;
    line-height: 23px;
    color: #005baf;
    font-family: 'Roboto-Bold';
    margin: 0;
}

.name_rating span.designation {
    font-size: 13px;
    line-height: 23px;
    color: #b2b2b2;
}

.name_rating .star_rate i {
    color: #004380;
    margin: 0 2px;
}

.name_rating {
    margin-bottom: 10px;
    padding-left: 9em;
    margin-top: 3em;
}

.abt_testimonial {
    width: 100%;
    float: left;
    margin: 3em 0 8em;
}

.abt_testimonial_section h2 {
    font-size: 40px;
    line-height: 47px;
    color: #484a70;
    font-family: 'Poppins-Bold';
    text-align: center;
    margin: 0;
    margin-bottom: 1em;
}

.abt_whybook {
    width: 100%;
    float: left;
    margin: 8em 0;
}
.abt_whybookright {
    float: right;
    padding-left: 3em;
}
.innerabt_whybookleft h2 {
    font-size: 40px;
    line-height: 47px;
    text-transform: uppercase;
    color: #484a70;
    font-family: 'Poppins-Bold';
    margin: 0;
    margin-bottom: 20px;
}
.innerabt_whybookright img {
    width: 100%;
    height: 673px;
    filter: drop-shadow(0 0 9px rgba(0, 0, 0, 0.23));
    object-fit: cover;
}
.innerabt_whybookleft ul li {
    filter: drop-shadow(0px 2px 12px rgba(0, 0, 0, 0.07));
    background-color: #ffffff;
    padding: 20px;
    margin-bottom: 20px;
}
.innerabt_whybookright {
    padding-right: 3em;
}
.innerabt_whybookleft h3 {
    font-size: 26px;
    line-height: 47px;
    text-transform: uppercase;
    color: #060606;
    margin: 0;
    font-family: 'Poppins-Bold';
    display: inline-block;
    padding-left: 20px;
    margin-bottom: 15px;
}
.innerabt_whybookleft p {
    font-size: 18px;
    line-height: 29px;
    color: #010101;
}
.innerabt_whybookrightone img {
    width: 100%;
    height: 740px;
    object-fit: cover;
}
.innerabt_whybookrightone {
    position: absolute;
    top: -35px;
    right: 0;
    z-index: -1;
    width: 86%;
}

.innerabt_whybookrightone:before {
    content: "";
    background-color: #484a70b0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.innerabt_whybookleft span {
    background-image: url(../images/about/abtshape.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    font-size: 24px;
    line-height: 35px;
    text-transform: uppercase;
    color: #fffefe;
    padding: 12px;
    display: inline-block;
}
.coverabt_whybookright:before {
    content: "";
    background-color: #066680;
    position: absolute;
    top: -43px;
    right: -8px;
    width: 65%;
    height: 65%;
    z-index: -1;
}

/*************** faq page  *************/

.faq_wrapper {
    width: 100%;
    float: left;
    margin: 4em 0;
}

.faq_right .content {
    display: none;
}

.innerfaq_left img {
    width: 100%;
    height: 630px;
    border-radius: 70px 0 0 0;
    filter: drop-shadow(-0.349px 4.988px 10.5px rgba(0, 0, 0, 0));
    border: 1px solid;
    object-fit: cover;
}

.faq_right .set.main a {
    background-color: #f4f4f4;
    border: 1px solid #e1e1e1;
    display: block;
    font-size: 23px;
    line-height: 30px;
    color: #484a70;
    font-family: 'Poppins-SemiBold';
    padding: 15px 25px;
    cursor: pointer;
}

.faq_right .content p {
    font-size: 18px;
    line-height: 27px;
    color: #010101;
    background-color: #f4f4f4;
    padding: 0px 25px 10px;
    border: 1px solid #e1e1e1;
    border-top: 0;
}

.faq_right .set.main {
    margin-bottom: 15px;
}

.faq_right a.active {
    border-bottom: 0 !important;
}

.faq_left {
    padding-right: 2em;
}

.faq_top {
    margin-bottom: 6em;
}

.faqbottom .faq_left {
    float: right;
    padding-left: 2em;
    padding-right: 0;
}

.faq_right i {
    float: right;
}
.pagination-single {
    display: none;
}


/************* contact page  ****************/

.contact_wrapper {
    width: 100%;
    float: left;
    margin: 3em 0 0;
}
.sendmsg {
    width: 100%;
    border-radius: 3px;
    background-color: #ffffff;
    border: 1px solid #f5f5f5;
    padding: 10px;
}
.innermsg {
    padding: 0 20px;
}
.sendmsg h3 {
    font-size: 39px;
    line-height: 55px;
    color: #293e5a;
    font-family: 'Poppins-SemiBold';
    border-radius: 5px;
    /* background-color: #323c00; */
    border: 1px solid #000000;
    margin: 0;
    margin-bottom: 10px;
    padding: 10px;
    padding-left: 22px;
}
.sendmsg input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required {
    border-radius: 3px;
    background-color: #f9f9f9;
    border: 1px solid #e2e2e2;
    font-size: 20px;
    line-height: 34px;
    font-family: 'Poppins-Regular';
    outline: unset;
    color: #000;
}
.sendmsg input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required::placeholder {
    color: #c9c9c9;
}
.sendmsg .contact-textarea label {
    width: 100%;
    float: left;
    font-size: 20px;
    line-height: 34px;
    color: #272727;
    font-family: 'Poppins-Regular';
}
.sendmsg textarea.wpcf7-form-control.wpcf7-textarea.wpcf7-validates-as-required {
    border-radius: 3px;
    background-color: #f9f9f9;
    border: 1px solid #e2e2e2;
    font-size: 20px;
    line-height: 34px;
    font-weight: 500;
    outline: unset;
    color: #000;
}
.sendmsg textarea.wpcf7-form-control.wpcf7-textarea.wpcf7-validates-as-required::placeholder {
    color: #c9c9c9;
}
.sendmsg .phonenum {
    width: 49%;
    float: left;
    margin-right: 10px;
}
.sendmsg .selectprefer {
    width: 48%;
    float: left;
    margin-left: 7px;
}
.contact-textarea {
    width: 100%;
    float: left;
}
.sendmsg input.wpcf7-form-control.wpcf7-submit.has-spinner {
    width: 100%;
    border-radius: 3px;
    background-image: linear-gradient(0deg, #293d59 0%, #395478 100%);
    font-size: 30px;
    line-height: 34px;
    color: #ffffff;
    padding: 17px;
}
.sendmsg input[type="submit"]:hover {
    text-decoration: unset;
}
.sendmsg .consent-checkbox span {
    font-size: 17px;
    color: #5c5c5c;
    font-family: 'Poppins-Regular';
    font-weight: 500;
    margin-left: 0;
}
.sendmsg .consent-checkbox span a {
    color: #293e5a;
    font-family: 'Poppins-SemiBold';
}
.sendmsg select.wpcf7-form-control.wpcf7-select.wpcf7-validates-as-required {
    width: 100%;
    padding: 17px;
    border-radius: 3px;
    background-color: #f9f9f9;
    border: 1px solid #e2e2e2;
    font-size: 20px;
    line-height: 34px;
    color: #c9c9c9;
}
.contactmap iframe {
    width: 100%;
    height: 642px !important;
    border-radius: 3px;
}
.contactmap {
    width: 100%;
    float: left;
    margin-top: -14em;
}
.contact_left h3 {
    background-color: #f4f4f4;
    display: inline-block;
    margin: 0;
    padding: 15px 40px 30px;
    font-size: 30px;
    color: #293e5a;
    font-family: 'Poppins-SemiBold';
    position: relative;
}
.contact_left h3:before {
    content: "";
    width: 132px;
    height: 3px;
    background-color: #000000;
    position: absolute;
    bottom: 15px;
    left: 45px;
}

.contactaddress {
    width: 50%;
    float: left;
}



/*************contact-page*****************/
.contact_leftsec {
    float: left;
    width: 50%;
  }
  
  .contact_leftsec_inner h2 {
    margin: 10px 0px 30px;
    font-size: 30px;
    color: #293e5a;
    font-weight: 700;
    padding: 10px 20px 20px;
    position: relative;
    background-color: #f4f4f4;
    width: 50%;
  }
  
  .contact_leftsec_inner h2:before {
    content: '';
    position: absolute;
    width: 45%;
    height: 1px;
    background-color: #293e5a;
    bottom: 17px;
  }
  
  .contact_links {
    float: left;
    width: 100%;
    border-radius: 60px 0px;
    background-color: #eff6ff;
    position: relative;
    margin-top: 25px;
  }
  
  .contact_links:before {
    content: '';
    position: absolute;
    width: 60px;
    height: 60px;
    background-color: #293e5a;
    bottom: -6px;
    left: -6px;
    z-index: -1;
  }
  
  .contact_before {
    float: left;
    width: 50%;
    padding: 2em 2em 1em;
    position: relative;
    text-align: center;
    z-index: 9;
  }
  
    .contact_before:nth-child(3) {
        clear: both;
    }
    .contact_section {
        position: relative;
        z-index: 1;
    }
  
  .contact_before:first-child::after {
    content: '';
    position: absolute;
    width: 104%;
    height: 104%;
    filter: drop-shadow(7.456px 10.649px 12px rgba(0, 0, 0, 0.18));
    background-color: #293d59;
    border: 1px solid #ffffff;
    z-index: -1;
    left: -12px;
    top: -8px;
    border-radius: 60px 3px 3px;
  }
  
  .contact_before h4 {
    font-size: 18px;
    line-height: 32px;
    color: #000;
    font-weight: bold;
  }
  
  .contact_before p {
    font-size: 16px;
    line-height: 30px;
    color: #000;
    font-weight: 400;
  
  }
  
  .contact_before a {
    font-size: 16px;
    line-height: 26px;
    color: #5c5c5c;
    font-weight: 400;
    display: block;
  }
  
  .contact_before:first-child span {
    display: flex;
    outline: 1px solid #fff;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    outline-offset: 8px;
    margin: 0 auto;
    align-items: center;
    justify-content: center;
  }
  
  .contact_before span img {
    width: 49px;
    height: 47px;
    object-fit: cover;
    object-position: center;
    display: inline-block;
  }
  
  .contact_before:nth-child(2) span img {
    width: 56px;
    height: 55px;
  }
  
  .contact_before:nth-child(3) span img {
    width: 71px;
    height: 54px;
  }
  
  .contact_before:nth-child(4) span img {
    width: 69px;
    height: 55px;
  }
  .contact_before:first-child h4,
  .contact_before:first-child p{
    color: #fff;
  }
  
  .contactwhl_wrapper {
    float: left;
    width: 100%;
    padding: 1em 0em;
    margin: 1em 0em;
  }


/*********** home page 2   ************/

.hme2dmenu_links ul {
    border-radius: 10px;
    border: 1px solid #d8d8d8;
    padding: 10px;
    text-align: center;
}

.hme2dmenu_links li {
    display: inline-block;
    margin: 0 15px;
}

.hme2dmenu_links {
    margin-left: 40px;
}

.hme2dmenu_links li a {
    font-size: 18px;
    line-height: 30px;
    text-decoration: underline;
    color: #000;
    text-decoration: none;
    font-family: 'Poppins-Regular';
}

.hme2dmenu_links li ul.sub-menu {
    position: absolute;
    /* top: 50px; */
    top: 50px;
    left: 90px;
    z-index: 2;
    margin: 0;
    background-color: #484a70;
    padding: 5px;
    /* display: none; */
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: 0.3s ease;
}
.hme2dmenu_links .menu-item-home:hover ul.sub-menu {
    /* display: block; */
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}
.hme2dmenu_links ul.sub-menu li a {
    color: #fff !important;
    text-decoration: unset;
    border-bottom: 0 !important;
}
.hme2dmenu_links li ul.sub-menu li {
    display: block;
}
.hme2headerlinks {
    text-align: center;
}
.hme2headerlinks ul li {
    display: inline-block;
    margin: 0 15px;
}
.hme2headerlinks ul li i {
    color: #fff;
    font-size: 30px;
}
.hme2header_section {
    display: flex;
    align-items: center;
    padding-top: 15px;
}
.hme2header_wrap {
    width: 100%;
    float: left;
    margin-bottom: 20px;
}
.hme2headerlinks li a {
    width: 48px;
    height: 48px;
    border-radius: 24px;
    background-color: #12501b;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hme2headerlinks li img {
    filter: brightness(0) invert(1);
}

.hme2destination_wrap {
    width: 100%;
    float: left;
    margin: 5em 0 3em;
}

.hme2destinationtop h2 {
    font-size: 40px;
    line-height: 37px;
    color: #177625;
    font-family: 'BookAntiqua-Bold';
}

.hme2destinationtop h2 span {
    color: #000000;
}

.hme2destinationtop p {
    font-size: 20px;
    line-height: 30px;
    color: #484a70;
}

.hme2destinationtop p strong {
    border-radius: 20px;
    background-image: linear-gradient(90deg, #c9b14b 0%, #dfbc2c 100%);
    color: #fff;
    padding: 1px 17px;
    font-family: 'Poppins-Regular';
    font-weight: 500;
}

.hme2destinationtop {
    margin-bottom: 15px;
}

.hme2destisec {
    width: 25%;
    float: left;
    padding: 6px;
}
.innerhme2destination_bottom {
    width: 100%;
    float: left;
    /* overflow: hidden; */
    padding: 25px 0;
    position: relative;
}
.innerhme2destination_bottom button.slick-prev {
    font-size: 0;
    padding: 0;
    margin: 0;
    width: 56px;
    height: 56px;
    border-radius: 28px;
    background-color: #ffffff;
    border: 1px solid #177625;
    position: absolute;
    top: -90px;
    right: 75px;
    color: #177625;
}
.innerhme2destination_bottom button.slick-prev:before {
    content: "\f104";
    font-family: 'FontAwesome';
    font-size: 30px;
}
.innerhme2destination_bottom button.slick-next {
    width: 56px;
    height: 56px;
    border-radius: 28px;
    background-color: #177625;
    border: 1px solid #177625;
    font-size: 0;
    color: #fff;
    position: absolute;
    top: -90px;
    right: 0;
}
.innerhme2destination_bottom button.slick-next:before {
    content: "\f105";
    font-family: 'FontAwesome';
    font-size: 30px;
}
button:hover{
    text-decoration: none;
}

.hme2destination_section {
    overflow: hidden;
}
.hme2destinationimage img {
    width: 100%;
    height: 449px;
    border-radius: 2px;
    object-fit: cover;
}

.hme2destinationimage {
    position: relative;
    transform: scale(1);
    transition: transform 0.4s ease;
}
.hme2destination-item2:hover .hme2destinationimage{
    transform: scale(1.05);
}

/* .hme2destisec.slick-active+.slick-active+.slick-active .hme2destinationimage {
    transform: scale(1.05);
}

.hme2destisec.slick-active+.slick-active+.slick-active+.slick-active .hme2destinationimage {
    transform: scale(1);
} */

.hme2destinationimage a:before {
    content: "";
    background-image: linear-gradient(0deg, rgb(0 0 0 / 62%) 0%, rgba(93, 93, 93, 0) 100%);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.hme2destinationtext h3 {
    margin: 0;
}

.hme2destinationtext h3 {
    font-size: 20px;
    line-height: 31px;
    font-family: 'Poppins-SemiBold';
    color: #ffffff;
    border-bottom: 1px solid;
    display: inline-block;
    margin-bottom: 10px;
}

.hme2destination-item2 {
    position: relative;
}

.hme2destinationtext p {
    font-size: 14px;
    line-height: 20px;
    color: #ffffff;
    margin-bottom: 20px;
    /* display: none; */
}

/* .hme2destisec.slick-active+.slick-active+.slick-active .hme2destinationtext p {
    display: block;
}

.hme2destisec.slick-active+.slick-active+.slick-active+.slick-active .hme2destinationtext p {
    display: none;
} */

.hme2destinationtext {
    width: 100%;
    position: absolute;
    bottom: 30px;
    left: 0;
    text-align: center;
}

a.hme2destinationlink {
    background-image: linear-gradient(90deg, #c9b14b 0%, #dfbc2c 100%);
    border: 1px solid #ffffff;
    font-size: 20px;
    line-height: 31px;
    color: #ffffff;
    padding: 5px 35px;
    font-family: 'Poppins-Medium';
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: 0.3s ease;
    display: inline-block !important;

}
.hme2destination-item2:hover a.hme2destinationlink {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}
.hme2destinationtext a {
    display: block;
}
/* .hme2destisec.slick-active+.slick-active+.slick-active a.hme2destinationlink {
    display: inline-block;
}

.hme2destisec.slick-active+.slick-active+.slick-active+.slick-active a.hme2destinationlink {
    display: none;
} */

.hme2staticblk_wrap {
    width: 100%;
    float: left;
    margin: 2em 0;
}

.hme2staticblkimg {
    float: right;
    margin-left: 2em;
}

.innerhme2staticblk {
    position: relative;
}

.innerhme2staticblk:before {
    content: "";
    background-image: url(../images/homepage2/hme2back.webp);
    background-position: center;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.hme2staticblk_section h2 {
    font-size: 40px;
    line-height: 47px;
    color: #12501b;
    font-family: 'BookAntiqua-Bold';
}

.hme2staticblk_section h2 span {
    color: #010101;

}

.hme2staticblk_section p {
    font-size: 18px;
    line-height: 28px;
    color: #000000;
}

a.hme2read {
    border-radius: 19px;
    background-image: linear-gradient(90deg, #c9b14b 0%, #dfbc2c 100%);
    padding: 4px 25px;
    font-size: 20px;
    line-height: 30px;
    color: #ffffff;
    margin-top: 15px;
    display: inline-block;
    transition: all 0.3s ease;
}

a.hme2read:hover {
    transform: translateY(-4px);
    box-shadow: 0 10px 25px rgba(0,0,0,0.25);
}

.innerhme2staticblk img {
    width: 100%;
    height: 710px;
    object-fit: cover;
}

.hme2faq_wrap {
    width: 100%;
    float: left;
    margin: 3em 0;
}

.travel_wrap {
    width: 100%;
    float: left;
    margin: 5em 0 0;
    position: relative;
}

.travel_wrap:before {
    content: "";
    background-image: url(../images/homepage2/travelback.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 65%;
    height: 100%;
}

.travelleft {
    padding-right: 6em;
}

.innertravelright img {
    height: 380px;
}

.travel_section {
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
}

.travelright {
    float: right;
}

.travelleft h3 {
    font-size: 50px;
    line-height: 47px;
    color: #12501b;
    font-family: 'BookAntiqua-Bold';
    margin: 0;
    margin-bottom: 30px;
}

.travelleft p {
    font-size: 16px;
    line-height: 30px;
    color: #000000;
    margin-bottom: 30px;
}

.travelleft a {
    display: inline-block;
}
.travelleft a.googleplay {
    margin-right: 15px;
}
.hme2testmonial_wrap {
    width: 100%;
    float: left;
    margin: 2em 0 3em;
}

.hme2testimonialcover {
    width: 25%;
    float: left;
    padding: 0 8px;
}

.hme2testimonial_content h2 {
    font-size: 40px;
    line-height: 47px;
    color: #12501b;
    margin: 0;
    font-family: 'BookAntiqua-Bold';
    text-align: center;
    margin-bottom: 1em;
}
.hme2innertestimonial_content {
    width: 100%;
    float: left;
    overflow: hidden;
    padding: 1em 0 9em;
}
.hme2_testimonial_image img {
    width: 100%;
    height: 365px;
    border-radius: 9px;
    object-fit: cover;
}

.hme2_testimonial_title {
    border-radius: 10px;
    background-color: #e7e7e7;
    padding: 25px 10px;
}

.hme2testimonialcover.slick-active+.slick-active .hme2_testimonial_image {
    transform: rotate(3deg);
}

.hme2testimonialcover.slick-active+.slick-active+.slick-active .hme2_testimonial_image {
    transform: rotate(0);
}

a.hme2arrow {
    position: absolute;
    top: 15px;
    right: 15px;
}

.hme2_testimonial_title h4 {
    font-size: 23px;
    line-height: 35px;
    color: #12501b;
    margin: 0;
    font-family: 'Poppins-Medium';
}

.hme2testimonialcover.slick-active+.slick-active .hme2_testimonial_title h4 {
    color: #ffffff;
}

.hme2testimonialcover.slick-active+.slick-active+.slick-active .hme2_testimonial_title h4 {
    color: #12501b;
}

span.hme2designation {
    font-size: 16px;
    line-height: 30px;
    color: #000000;
}

.hme2testimonialcover.slick-active+.slick-active span.hme2designation {
    color: #ffffff;
}

.hme2testimonialcover.slick-active+.slick-active+.slick-active span.hme2designation {
    color: #000000;
}

.hme2_testimonial_title p {
    font-size: 15px;
    line-height: 25px;
    color: #000000;
    padding: 0 20px;
    overflow-y: scroll;
    height: 163px;
}

/* width */
.hme2_testimonial_title p::-webkit-scrollbar {
    width: 5px;
}

/* Track */
.hme2_testimonial_title p::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
    border-radius: 10px;
}

/* Handle */
.hme2_testimonial_title p::-webkit-scrollbar-thumb {
    background: #fff;
    border-radius: 10px;
}

/* Handle on hover */
.hme2_testimonial_title p::-webkit-scrollbar-thumb:hover {
    background: #fff;
}


.hme2testimonialcover.slick-active+.slick-active .hme2_testimonial_title p {
    color: #ffffff;
}

.hme2testimonialcover.slick-active+.slick-active+.slick-active .hme2_testimonial_title p {
    color: #000000;
}

.hme2star_rate {
    padding: 0 20px;
    margin-top: 20px;
}

.hme2star_rate i {
    color: #ffcc00;
}

.hme2_testimonialcover_title {
    width: 100%;
    float: left;
    padding: 0px 20px 0;
    border-bottom: 1px solid #12501b;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

.hme2testimonialcover.slick-active+.slick-active .hme2_testimonialcover_title {
    border-bottom: 1px solid #ffffff;
}

.hme2testimonialcover.slick-active+.slick-active+.slick-active .hme2_testimonialcover_title {
    border-bottom: 1px solid #12501b;
}

.cover_hme2_testimonial {
    position: relative;
}

.hme2_testimonial_title {
    border-radius: 10px;
    background-color: #e7e7e7;
    padding: 25px 10px;
    position: absolute;
    top: 0;
    left: 0;
    height: 365px;
    width: 100%;
}

.hme2testimonialcover.slick-active+.slick-active .hme2_testimonial_title {
    transform: rotate(-9deg);
    top: 90px;
    left: -35px;
    height: 382px;
    background-color: #12501b;
}

.hme2testimonialcover.slick-active+.slick-active+.slick-active .hme2_testimonial_title {
    top: 0;
    left: 0;
    transform: rotate(0);
    background-color: #e7e7e7;
}
.hme2trip_wrapper {
    width: 100%;
    float: left;
    margin: 2em 0 3em;
}
.hme2trip_top {
    width: 33.33%;
    float: left;
    padding: 10px;
}

.hme2innertripimg img {
    width: 100%;
    height: 324px;
    border-radius: 6px;
    object-fit: cover;
}
.hme2innertripcontent h3 {
    font-size: 23px;
    line-height: 31px;
    color: #12501b;
    margin: 0;
    margin-bottom: 10px;
    font-family: 'Poppins-Bold';
}
.hme2innertrip {
    width: 100%;
    border-radius: 10px;
    filter: drop-shadow(0 0 9px rgba(71, 74, 113, 0.13));
    background-color: #ffffff;
    padding: 6px;
}
.hme2trip_pricing span {
    font-size: 22px;
    line-height: 31px;
    color: #000000;
    font-family: 'Poppins-Bold';
}
.hme2trip_pricing a {
    font-size: 16px;
    line-height: 31px;
    border-radius: 19px;
    background-image: linear-gradient(90deg, #c9b14b 0%, #dfbc2c 100%);
    display: inline-block;
    padding: 0px 30px;
    color: #fff;
    font-family: 'Poppins-Regular';
}
.tour_title h2 {
    font-size: 40px;
    line-height: 47px;
    color: #12501b;
    font-family: 'BookAntiqua-Bold';
    margin: 0;
    margin-bottom: 20px;
}
.hme2trip_section {
    overflow: hidden;
}

.hme2tripslider button.slick-prev {
    font-size: 0;
    padding: 0;
    margin: 0;
    width: 56px;
    height: 56px;
    border-radius: 28px;
    background-color: #ffffff;
    border: 1px solid #177625;
    position: absolute;
    top: -65px;
    right: 75px;
    color: #177625;
}
.hme2tripslider button.slick-prev:before {
    content: "\f104";
    font-family: 'FontAwesome';
    font-size: 30px;
}
.hme2tripslider button.slick-next {
    width: 56px;
    height: 56px;
    border-radius: 28px;
    background-color: #177625;
    border: 1px solid #177625;
    font-size: 0;
    color: #fff;
    position: absolute;
    top: -65px;
    right: 0;
}
.hme2tripslider button.slick-next:before {
    content: "\f105";
    font-family: 'FontAwesome';
    font-size: 30px;
}
.hme2tripslider {
    position: relative;
}

.hme2innertripcontent {
    padding: 15px 10px;
}
.hme2trip_pricing {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 15px;
}
.hmestar_rate2 span {
    font-size: 18px;
    line-height: 31px;
    color: #000000;
}

.hmestar_rate2 i {
    background: linear-gradient(90deg, #c9b14c 0%, #dfbd2d 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

/**************Travel theme***************/
.travelfaqhme_sec {
    float: left;
    width: 100%;
    position: relative;
}

.travelfaqhme_sec:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 62%;
    background-color: #f4f4f4;
    top: 23%;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.faqhme_image {
    position: relative;
}

.faqhme_image img {
    width: 100%;
    height: 960px;
    object-fit: contain;
    object-position: center;
}

.travelhme_faqcontent .set.main a.active {
    background-color: #12501b;
    color: #fff;
}

.travelhme_faqcontent .set.main a span {
    border-radius: 19px;
    background-color: #12501b;
    display: inline-block;
    width: 37px;
    height: 37px;
    color: #fff;
    align-content: center;
    text-align: center;
    margin-right: 20px;
}

.travelhme_faqcontent .set.main {
    margin-bottom: 15px;
}

.travelhme_faqcontent .set.main a.active span {
    color: #12501b;
    background-color: #fff;
}

.travelhme_faqcontent .content p {
    padding: 20px 30px;
    font-size: 16px;
    line-height: 24px;
    color: #010101;
    font-weight: 400;
}

.travelhme_faqcontent .set.main a {
    font-size: 20px;
    line-height: 30px;
    color: #010101;
    font-weight: 500;
    font-family: Poppins-SemiBold;
    filter: drop-shadow(0 0 9px rgba(71, 74, 113, 0.24));
    background-color: #ffffff;
    display: block;
    padding: 1em 2em 1em 1em;
    position: relative;
    text-decoration: unset;
    cursor: pointer;
}

.travelhme_faqcontent .set.main a i {
    position: absolute;
    right: 30px;
    top: 30px;
    color: #12501b;
}

.travelhme_faqcontent .set.main a.active i{
    color: #fff;
}

.travelhme_faqcontent h3 {
    font-size: 45px;
    line-height: 55px;
    color: #177625;
    font-weight: bold;
    text-align: center;
    margin: 10px 0px;
    padding-bottom: 20px;
}

.faqhme_hle {
    display: flex;
    align-items: center;
}

.travelhme_faqcontent .set.main a:before {
    content: '';
    position: absolute;
    width: 1px;
    height: 86%;
    background-color: #f4f4f4;
    right: 66px;
    top: 6px;
}

.travelhme_faqcontent .content {
    display: none;
}

.travelhme_blgsec {
    float: left;
    width: 100%;
    padding: 1em 0em;
    margin: 1em 0em;
}

.blghme_title {
    text-align: center;
    padding-bottom: 1em;
}

.blghme_title h3 {
    font-size: 40px;
    line-height: 50px;
    color: #12501b;
}

.travel_blghme_single {
    float: left;
    width: 33.33%;
}

.travelblg_singleinner {
    position: relative;
    margin: 0px 5px;
}

.blghme_title {
    text-align: center;
    padding-bottom: 1em;
}

.blghme_title h3 {
    font-size: 40px;
    line-height: 50px;
    color: #12501b;
    font-family: 'BookAntiqua-Bold';
}

.travelblg_singleinner {
    position: relative;
    margin: 0px 5px;
    border-radius: 10px;
    background-color: #ffffff;

}

.travelblg_singleinner img {
    width: 100%;
    height: 360px;
    object-fit: cover;
    object-position: center;
    border-radius: 10px;
}

.travelblg_imgsec {
    position: relative;
    border-radius: 10px;
}

.travelblg_imgsec a {
    position: relative;
    display: block;
}

.travelblg_imgsec a:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(0deg, rgba(21, 19, 19, 0.9999999999999999) 0%, rgba(21, 19, 19, 0) 100%);
    border-radius: 10px;
    /* z-index: 0; */
    top: 0;
    left: 0;
}

.blghme_slic .slick-active+.slick-active .travelblg_imgsec a:before{
    background-image: unset;
}

.blghme_slic {
    overflow: hidden;
}
.travelblg_contentsec {
    padding: 8px 14px;
}

.travelblg_contentsec h4 {
    font-size: 21px;
    line-height: 30px;
    color: #151414;
    font-weight: bold;
    margin-top: 0;
    font-family: 'BookAntiqua-Bold';
}

.travelblg_contentsec p {
    font-size: 13px;
    line-height: 21px;
    color: #000000;
}

a.blg_rdmre {
    font-size: 15px;
    line-height: 21px;
    text-decoration: underline;
    color: #12501b;
}

.bloghme_date {
    position: absolute;
    bottom: 20px;
    left: 20px;
}

.bloghme_date span {
    font-size: 18px;
    line-height: 32px;
    color: #ffffff;
    font-weight: 400;
    padding-left: 1.5em;
    position: relative;
    opacity: 0;
    visibility: hidden;
    transition: 0.5s;
}

.bloghme_date span::before {
    content: '\f073 ';
    position: absolute;
    left: 0;
    font-family: 'FontAwesome';
}

.blghme_slic .slick-list.draggable {
    padding: 2em 0em;
    filter: drop-shadow(1.236px 3.804px 4px rgba(25, 23, 21, 0.34));
}

.blghme_slic .slick-track {
    display: flex;
}

.blghme_slic .slick-active.travel_blghme_single {
    width: 500px !important;
}

.blghme_slic .slick-active+.slick-active.travel_blghme_single {
    width: 385px !important;
}

.travel_blghme_single.slick-active .travelblg_singleinner {
    background-color: #12501b;
}

.travel_blghme_single.slick-active+.slick-active .travelblg_singleinner {
    background-color: #fff;
}

.travel_blghme_single.slick-active .travelblg_contentsec h4 {
    color: #fff;
}

.travel_blghme_single.slick-active+.slick-active .travelblg_contentsec h4 {
    color: #151414;
}

.travel_blghme_single.slick-active .travelblg_contentsec p {
    color: #fff;
}

.travel_blghme_single.slick-active+.slick-active .travelblg_contentsec p {
    color: #000;
}

.travel_blghme_single.slick-active a.blg_rdmre {
    color: #fff;
}

.travel_blghme_single.slick-active+.slick-active a.blg_rdmre {
    color: #12501b;
}

.travel_blghme_single.slick-active .bloghme_date span {
    opacity: 1;
    visibility: visible;
}

.travel_blghme_single.slick-active+.slick-active .bloghme_date span {
    opacity: 0;
    visibility: hidden;
}



/*************Innerbanner**************/
.innerbanner_wrapper {
    float: left;
    width: 100%;
    margin: 2em 0;
    position: relative;
  }
  
  .innerbanner_image {
    float: right;
    position: relative;
  }
  
  .innerbanner_image img {
    width: 100%;
    height: 510px;
    object-fit: cover;
    object-position: center;
  }
  
  .innerbanner_contentsec {
    position: absolute;
    height: auto;
    top: 0;
    left: 0;
  }
  
  .innerbanner_contentimg {
    position: relative;
  
  }
  
  .innerbanner_contentimg:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #0000009c;
    left: 0;
    top: 0;
    clip-path: polygon(0 0, 100% 0, 88% 50%, 100% 100%, 0 100%);
    z-index: 1;
  }
  
  .innerbanner_contentimg img {
    width: 100%;
    height: 510px;
    object-fit: cover;
    object-position: center;
    clip-path: polygon(0 0, 100% 0, 88% 50%, 100% 100%, 0 100%);
  }
  
  .banner_maincontent {
    position: absolute;
    height: 100%;
    bottom: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 2.5em;
    z-index: 1;
  }
  
  .banner_inner {
    padding: 0em 20em 0em 4em;
  }
  
  .banner_inner h1 {
    font-size: 47px;
    line-height: 55px;
    color: #d0d0d0;
    font-weight: 400;
    font-family: 'Poppins-Regular';
    margin-bottom: 25px;
  }
  
  .banner_inner p {
    font-size: 18px;
    line-height: 29px;
    color: #ffffff;
    font-weight: 400;
  }
  .innerbanner_contentsec:before {
      content: '';
      position: absolute;
      width: 100%;
      height: 100%;
      background-color: #fff;
      clip-path: polygon(0 0, 100% 0, 88% 50%, 100% 100%, 0 100%);
      right: -2px;
      top: 0;
  }
  .innerbanner_contentsec:after {
      content: '';
      position: absolute;
      width: 243px;
      height: 236px;
      background-color: #484a70;
      clip-path: polygon(20% 0%, 31% 0, 10% 50%, 31% 100%, 20% 100%, 0% 50%);
      top: 27%;
      right: -108px;
      z-index: 9;
  }
    .review_testi {
        overflow: hidden;
        padding-top: 35px;
    }
/*************** hme2footer *************/

.footer_wrapper.hme2footer {
    background-image: url(../images/homepage2/footer2back.webp);
}
.hme2footpara:before {
    content: "";
    border: 1px solid #ffffff57;
    position: absolute;
    top: -20px;
    right: 0;
    width: 1px;
    height: 365px;
}

.footertwo_links:before{
    content: "";
    border: 1px solid #ffffff57;
    position: absolute;
    top: -50px;
    right: 63px;
    width: 1px;
    height: 365px;
}



/***************** homepage 3  ****************/

.hme3destination_wrapper {
    width: 100%;
    float: left;
    margin: 7em 0 2em
}
.hme3destisec {
    width: 20%;
    float: left;
    padding: 20px;
    position: relative;
}
.hme3header_wrapper {
    width: 100%;
    float: left;
}
.hme3header_section {
    border-radius: 0 0 12px 12px;
    filter: drop-shadow(0.366px 2.978px 4px rgba(0, 0, 0, 0.16));
    background-color: #ededed;
    padding: 10px 0px 10px;
}

.hme3headmail {
    display: flex;
    align-items: center;
    gap: 15px;
}
.email_time span {
    font-size: 14px;
    line-height: 20px;
    color: #484a70;
    font-family: 'Poppins-Regular';
}
.email_time a {
    font-size: 16px;
    line-height: 30px;
    color: #000000;
    display: block;
    font-family: 'Poppins-Regular';
    font-weight: 600;
}
.mail_icon i {
    width: 57px;
    height: 57px;
    border-radius: 40px;
    background-color: #484a70;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    color: #ffff;
}
.call_icon i {
    width: 57px;
    height: 57px;
    border-radius: 29px;
    background-color: #484a70;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 30px;
}
.call_time span {
    font-size: 14px;
    line-height: 20px;
    color: #484a70;
    display: block;
    font-family: 'Poppins-Regular';
}
.call_time a {
    font-size: 16px;
    line-height: 30px;
    color: #000000;
    font-family: 'Poppins-Regular';
    font-weight: 600;
}
.hme3headcontact {
    display: flex;
    align-items: center;
    gap: 15px;
}
.hme3dmenu_links ul li {
    display: inline-block;
    margin: 0 10px;
}
.hme3dmenu_links ul li a {
    font-size: 18px;
    line-height: 37px;
    color: #000000;
    font-family: 'Poppins-Regular';
}
.hme3dmenu_links li ul.sub-menu {
    position: absolute;
    /* top: 50px; */
    top: 125%;
    left: -20px;
    z-index: 2;
    margin: 0;
    background-color: #484a70;
    padding: 5px;
    /* display: none; */
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: 0.3s ease;
}
.hme3dmenu_links .menu-item-home:hover ul.sub-menu {
    /* display: block; */
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}
.hme3dmenu_links li ul.sub-menu li {
    display: block;
}

.hme3location span {
    display: inline-block;
    font-size: 16px;
    line-height: 30px;
    color: #000000;
    font-family: 'Poppins-Regular';
}
.hme3sign {
    display: flex;
    align-items: center;
    justify-content: end;
    /* padding-top: 22px; */
    gap: 22px;
}
.hme3location {
    display: flex;
    align-items: center;
    gap: 20px;
    position: relative;
}
.hme3location:before {
    content: "";
    border: 1px solid #000000;
    position: absolute;
    top: 0;
    left: 38px;
    width: 1px;
    height: 30px;
}

.hme3signin a {
    border-radius: 6px;
    background-color: #535691;
    padding: 7px 20px;
    font-size: 16px;
    line-height: 30px;
    color: #ffffff;
    font-family: 'Poppins-Regular';
    display: inline-block;
}
.hme3headmenus {
    margin-top: 30px;
    display: flex;
    align-items: center;
}

.hme3destinationimage img {
    width: 100%;
    height: 397px;
    border-radius: 31px;
    object-fit: cover;
}
.hme3desti_title h3 {
    font-size: 20px;
    line-height: 30px;
    color: #474a71;
    margin: 0;
    font-family: 'Poppins-SemiBold';
}
.hme3desti_title {
    width: 100%;
    border-radius: 10px 10px 0 0;
    background-color: #ededed;
    text-align: center;
    padding: 10px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    max-width: 75%;
    margin: 0 auto;
}
.hme3destinationimage {
    position: relative;
}

.hme3destinationtext p {
    font-size: 16px;
    line-height: 30px;
    color: #5c5c5c;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    padding-bottom: 0;
    overflow: hidden;
}
a.hme3destinationlink {
    font-size: 18px;
    line-height: 30px;
    text-decoration: underline;
    color: #474a71;
    font-family: 'Poppins-Medium';
}
.hme3destinationtext {
    text-align: center;
    padding: 10px 20px;
}
.hme3destinationcontent{
    opacity: 0;
    visibility: hidden;
    transition: 0.3s ease;
}
.hme3destination-item2:hover .hme3destinationcontent {
    opacity: 1;
    visibility: visible;
}

/* 
.hme3destisec.slick-active + .slick-active .hme3destinationcontent{
    display: block;
}
.hme3destisec.slick-active + .slick-active + .slick-active .hme3destinationcontent{
    display: none;
} */

.hme3destisec:before {
    content: "";
    background-image: url(../images/homepage3/linedesti.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: 61px;
    left: -10px;
    width: 17px;
    height: 300px;
}
.innerhme3destination_bottom .slick-list.draggable {
    margin-right: -50px;
    margin-left: -50px;
}
.innerhme3destination_bottom {
    overflow: hidden;
}
.hme3destinationtop h2 {
    font-size: 40px;
    line-height: 30px;
    color: #484a70;
    font-family: 'Poppins-Bold';
    margin: 0;
    margin-bottom: 25px;
}
.hme3destinationtop h2 span {
    color: #000;
}
.hme3destinationtop p {
    font-size: 20px;
    line-height: 30px;
    color: #484a70;
}
.hme3destinationtop {
    text-align: center;
}
.hme3destinationtop p strong {
    border-radius: 14px;
    background-color: #484a70;
    color: #fff;
    padding: 0 10px;
    font-weight: 500;
}
.hme3staticblk_wrap {
    width: 100%;
    float: left;
    margin: 2em 0;
}
.hme3staticblk_section h2 {
    font-size: 40px;
    line-height: 47px;
    text-transform: uppercase;
    color: #484a70;
    font-family: 'Poppins-Bold';
}
.hme3staticblk_section h2 span {
    color: #010101;
}
.hme3staticblk_section p {
    font-size: 18px;
    line-height: 30px;
    color: #000000;
}
.innerhme3staticblk{
    position: relative;
}
.innerhme3staticblk:before {
    content: "";
    background-image: url(../images/homepage3/abtbackshape.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.innerhme3staticblk img {
    width: 100%;
    height: 775px;
    object-fit: cover;
    object-position: left;
}
.hme3blog_wrapper {
    width: 100%;
    float: left;
    margin: 2em 0 8em
}
.hme3blogsec {
    width: 33.33%;
    float: left;
    padding: 10px;
}

.hme3ourblog h2 {
    font-size: 40px;
    line-height: 60px;
    color: #484a70;
    font-family: 'Poppins-Bold';
}

.hme3ourblog h2 span{
    color: #010101;
}
.hme3ourblog {
    text-align: center;
}
.hme3posttitle h3 {
    font-size: 20px;
    line-height: 29px;
    color: #151414;
    margin: 0;
    margin-bottom: 15px;
    font-family: 'BookAntiqua-Bold';
}
.hme3blgimage {
    position: relative;
}
.hme3blog_section {
    overflow: hidden;
}
.hme3postcontent p {
    font-size: 14px;
    line-height: 20px;
    color: #000000;
}
.hme3blgimage img {
    width: 100%;
    height: 370px;
    border-radius: 22px;
    object-fit: cover;
}
.innerhme3blogsec {
    border-radius: 33px;
    background-color: #f0f0f0;
    border: 1px solid #cfcfcf;
    padding: 15px;
}
a.hme3blglink {
    font-size: 14px;
    line-height: 20px;
    text-decoration: underline;
    color: #12501b;
}
.hme3postpublishdate {
    width: 100%;
    border-radius: 10px;
    filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.1));
    background-color: #ffffff;
    padding: 5px 20px;
    position: absolute;
    bottom: -20px;
    left: 0;
    right: 0;
    max-width: 90%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.hme3postcontent {
    margin-top: 30px;
    padding: 0 15px;
}
.hme3postpublishdate span.post-date {
    font-size: 15px;
    line-height: 30px;
    color: #000000;
    font-family: 'BookAntiqua-Bold';
    padding-left: 25px;
    position: relative;
}
.hme3postpublishdate span.post-date:before {
    content: "\f073";
    font-family: 'FontAwesome';
    position: absolute;
    top: 0px;
    left: 0;
}
.hme3postpublishdate span.post-comments {
    font-size: 15px;
    line-height: 33px;
    color: #000000;
    font-family: 'BookAntiqua-Bold';
    position: relative;
    padding-left: 30px;
}

.hme3postpublishdate span.post-comments:before {
    content: "";
    background-image: url(../images/homepage3/comment.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: 10px;
    left: 0;
    width: 17px;
    height: 15px;
}

.shortcode_faqform {
    width: 100%;
    float: left;
    border-radius: 24px;
    filter: drop-shadow(0 0 5px rgba(0,0,0,0.1));
    background-color: #ffffff;
    border: 1px solid #d0d0d0;
    padding: 15px;
}

.shortcode_faqform h2
 {
    border-radius: 44px;
    background-color: #484a70;
    border: 1px solid #d0d0d0;
    color: #fff;
    padding: 13px 40px;
    text-align: center;
    margin: 0;
    margin-bottom: 30px;
    font-family: 'Poppins-Medium';
}

.shortcode_faqform input.wpcf7-form-control.wpcf7-text {
    border-radius: 35px;
    background-color: #f0f0f0;
    border: 1px solid #d0d0d0;
    outline: unset;
    font-size: 20px;
    line-height: 30px;
    color: #9d9d9d;
    margin-bottom: 15px;
}
.shortcode_faqform input.wpcf7-form-control.wpcf7-text::placeholder{
    font-size: 20px;
    line-height: 30px;
    color: #9d9d9d;
}
.shortcode_faqform textarea.wpcf7-form-control.wpcf7-textarea {
    border-radius: 35px;
    background-color: #f0f0f0;
    border: 1px solid #d0d0d0;
    font-size: 20px;
    line-height: 30px;
    color: #9d9d9d;
}
.shortcode_faqform textarea.wpcf7-form-control.wpcf7-textarea::placeholder{
    font-size: 20px;
    line-height: 30px;
    color: #9d9d9d;
}
.shortcode_faqform input.wpcf7-form-control.wpcf7-submit.has-spinner {
    width: 209px;
    border-radius: 28px;
    background-color: #484a70;
    border: 1px solid #d0d0d0;
    font-size: 18px;
    line-height: 15px;
    color: #ffffff;
    margin-top: 10px;
}
.innerhme3formleft h3 {
    font-size: 40px;
    line-height: 47px;
    color: #484a70;
    font-family: 'Poppins-Bold';
}
.innerhme3formleft h3 span {
    color: #000;
}
.innerhme3formleft p {
    font-size: 18px;
    line-height: 33px;
    color: #010101;
}

.hme3formleftaccordion a {
    font-size: 22px;
    line-height: 30px;
    color: #010101;
    border-radius: 8px;
    background-color: #ffffff;
    border: 1px solid #a5a5a5;
    display: block;
    padding: 13px;
    cursor: pointer;
    font-family: 'Poppins-SemiBold';
}
.hme3formleftaccordion a.active i:before {
    content: "\f106";
}

.hme3formleftaccordion .content {
    display: none;
    padding: 15px 10px 0;
}
.hme3formleftaccordion .set.main {
    margin-bottom: 12px;
}
.hme3formleftaccordion .set.main a i {
    float: right;
}
.hme3formleft {
    padding-right: 20px;
}
.hme3form_wrapper {
    width: 100%;
    float: left;
    margin: 2em 0;
}
.shortcode_faqform input[type="submit"]:hover{
    text-decoration: unset;
}

.footer_wrapper.hme3footer {
    background-image: url(../images/homepage3/hme3footer.webp);
}

.hme3trip_wrapper {
    width: 100%;
    float: left;
}
.hme3trip_top {
    width: 33.33%;
    float: left;
    padding: 10px;
}
.hme3innertripimg img {
    width: 100%;
    height: 462px;
    border-radius: 10px;
    object-fit: cover;
}
.hmestar_rate3 h3 {
    font-size: 20px;
    line-height: 27px;
    color: #63629d;
    margin: 0;
    font-family: 'Poppins-Bold';
}
.hmestar_rate3 i{
    background: linear-gradient(90deg, #c9b14c 0%, #dfbd2d 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.hme3innertripimg {
    position: relative;
}
a.hme3booknow {
    font-size: 16px;
    line-height: 26px;
    text-decoration: underline;
    color: #63629d;
    position: absolute;
    bottom: 0;
    left: 0;
    filter: drop-shadow(-3.149px -13.641px 19px rgba(0, 0, 0, 0.27));
    background-color: #ffffff;
    border: 1px solid #484a70;
    border-bottom: 0;
    right: 0;
    margin: 0 auto;
    width: 143px;
    text-align: center;
    clip-path: circle(50% at 50% 100%);
    padding: 18px 9px 10px;
}
.hme3tour_title h2 {
    font-size: 40px;
    line-height: 47px;
    color: #484a70;
    font-family: 'Poppins-Bold';
    text-align: center;
    margin-bottom: 30px;
}
.hme3innertripcontent {
    padding: 10px;
}
.hme3innertripcontent {
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.hme3trip_pricing span {
    font-size: 20px;
    line-height: 27px;
    color: #010101;
    font-family: 'Poppins-SemiBold';
}
.hme3trip_section {
    overflow: hidden;
}

/**************destination-page************/
.destinationwhl_wrapper {
    float: left;
    width: 100%;
    padding: 2em 0em;
    margin: 2em 0em;
  }
  
  .destinationwhl_inner {
    display: grid;
    grid-template-columns: 33% 33% 33%;
    gap: 10px;
    grid-template-rows: 400px 400px 400px;
    padding: 1em 0em;
    float: left;
    width: 100%;
  }
  
  .destination_singleimage {
    height: 100%;
    position: relative;
  }
  
  .destination_singleimage::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(14deg, rgb(0 0 0 / 53%) 0%, rgba(0, 0, 0, 0) 100%);
    bottom: 0;
    left: 0;
  }
  
  .destination_singleimage img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }
  
  .destination_single:nth-child(2) {
    grid-column: span 2;
  }
  
  .destination_single:nth-child(7) {
    grid-column: span 2;
  }
  
  .destionation_singlecnt {
    position: absolute;
    bottom: 20px;
    left: 20px;
  }
  .destination_single {
      position: relative;
  }
  .destionation_singlecnt h3 {
    font-size: 37px;
    line-height: 30px;
    color: #ffffff;
    font-weight: 600;
  }
  
  .destionation_singlecnt p {
    font-size: 20px;
    line-height: 30px;
    color: #ffffff;
    font-weight: 400;
  }



  .travel-search input[type="text"], .travel-search input[type="date"],.travel-search input[type="number"] {
    border-radius: 7px;
    background-color: #ffffff;
    border: 1px solid #dfdfdf;
}
.travel-search {
    width: 100%;
    float: left;
}
.travel-search-section {
    border-radius: 20px;
    filter: drop-shadow(0 0 12px rgba(0, 0, 0, 0.06));
    background-color: #ffffff;
    padding: 34px;
    width: 100%;
    max-width: 81%;
    margin: 0 auto;
    margin-top: -16px;
    z-index: 1;
    position: relative;
}
.travel-search-section label {
    font-size: 18px !important;
    line-height: 30px;
    color: #142c0f;
    display: block !important;
    margin-bottom: 20px;
}
.search-home2 {
    display: flex;
    gap: 20px;
    align-items: center;
}

.travel-search-section button.search-btn {
    width: 42px;
    height: 42px;
    border-radius: 21px;
    background-image: linear-gradient(55deg, rgba(31, 115, 68, 0.996078431372549) 0%, rgba(21, 73, 45, 0.9999999999999999) 100%);
    margin-top: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.travel-search-section button.search-btn i {
    color: #fff;
}

.third-travel-search-section {
    border-radius: 2px;
    filter: drop-shadow(-1.22px 13.947px 19px rgba(0, 0, 0, 0.06));
    background-color: #ffffff;
    padding: 20px;
    width: 100%;
    max-width: 84%;
    margin: 0 auto;
}
.third-travel-search {
    width: 100%;
    float: left;
    margin-top: -55px;
}

.search-home3 {
    display: flex;
    gap: 20px;
}
.third-travel-search-section label {
    margin-bottom: 10px;
    font-size: 18px !important;
    line-height: 30px;
    color: #484a70;
    display: block !important;
}
.hme3search-btn {
    position: absolute;
    bottom: 26px;
    right: 25px;
    font-size: 19px;
    line-height: 25px;
    color: #ffffff;
    padding: 13px;
    border-radius: 6px;
    background-color: #535691;
}


/**************Home2 banner****************/
.hmetwo_bannerwrapper {
    float: left;
    width: 100%;
  }
  
  .hmetwo_bannerimg {
    position: relative;
  }
  
  .hmetwo_bannerimg img {
    width: 100%;
    height: 725px;
    object-fit: cover;
    object-position: center;
  }
  
  .hmetwo_bannercnt {
    position: absolute;
    top: 0;
    height: 100%;
    display: flex;
    align-items: center;
    bottom: 0;
    left: 4em;
    z-index: 1;
  }
  
  .hmetwo_bannerinner {
    position: relative;
  }
  
  .hmetwo_bannerinner:before {
    content: '';
    position: absolute;
    width: 50%;
    height: 100%;
    z-index: 1;
    background-color: #ffffff14;
    backdrop-filter: blur(10px);
  }
  
  .hmetwo_bannercnt h2 {
    font-size: 85px;
    line-height: 115px;
    text-transform: uppercase;
    color: #fefefe;
    font-weight: 600;
  }
  .hmetwo_bannercnt a {
      font-size: 22px;
      line-height: 32px;
      color: #ffffff;
      font-weight: 300;
      padding-bottom: 2px;
      border-bottom: 1px solid;
      display: inline-block;
      margin-top: 15px;
  }
  
  .hmetwo_bannercnt p {
      font-size: 18px;
      line-height: 30px;
      color: #ffffff;
      font-weight: 300;
      width: 40%;
  }
  .hmetwo_bannercnt strong {
      font-size: 19px;
      line-height: 30px;
      color: #363b26;
      font-weight: 300;
      border-radius: 26px;
      background-color: #ffffff;
      padding: 10px 20px 10px 50px;
      position: relative;
      margin-left: 5em;
  }
  .hmetwo_bannercnt strong:before {
      content: '';
      position: absolute;
      width: 28px;
      height: 23px;
      background-image: url(../images/homepage2/search-map.webp);
      background-repeat: no-repeat;
      background-position: center;
      background-size: 100% 100%;
      left: 12px;
      top: 12px;
  }
  .hmetwo_bannercnt h2 {
    background: url(../images/homepage2/hme2bg1.webp);
    background-repeat: no-repeat;
    background-position: bottom;
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
  }
  .hmetwo_bannercnt h2 .first_word{
    background: url(../images/homepage2/hme2bg1.webp);
    background-repeat: no-repeat;
    background-position: bottom;
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    margin-left: 1em;
  }
  .hmetwo_bannercnt h2 span {
    margin-left: 80px;
    background: unset;
    color: #fff;
  }
  .hmetwo_bannercnt h2::first-line {
    margin-left: -60px; /* adjust this value as needed */
    display: inline-block;
  }

.hme3banner_wrapper {
    width: 100%;
    float: left;
    margin-top: 2em;
}
.hme3bg_image img {
    width: 100%;
    height: 645px;
    object-fit: cover;
}
.inner_hme3bg_content strong {
    font-size: 22px;
    line-height: 30px;
    color: #ffffff;
    display: inline-block;
    border-bottom: 1px solid;
    font-weight: 500;
}
.inner_hme3bg_content h2 {
    font-size: 45px;
    line-height: 60px;
    text-transform: uppercase;
    color: #fefefe;
    font-family: 'Poppins-SemiBold';
    margin: 25px 0;
}
.inner_hme3bg_content h2 span {
    color: transparent;
    -webkit-text-stroke: 1px;
    -webkit-text-stroke-color: #fff;
}
.inner_hme3bg_content p {
    font-size: 18px;
    line-height: 30px;
    color: #ffffff;
}
.hme3bg_content {
    position: absolute;
    top: 0;
    left: 0;
}
.hme3banner_section {
    position: relative;
}
.hme3bg_content {
    position: absolute;
    top: 0;
    left: 45px;
    width: 46%;
    float: left;
    height: 100%;
    bottom: 0;
    display: flex;
    align-items: center;
}

.hme3banner_section:before {
    content: "";
    background-image: url(../images/homepage3/hme3bgback.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 58%;
    height: 100%;
}

.card-wrapper {
    width: 100%;
    float: left;
    margin: 2em 0;
}
.card-wrapper .card {
    width: 33.33%;
    float: left;
    padding: 10px;
}

.card_image img {
    width: 100%;
    height: 324px;
    border-radius: 6px;
    object-fit: cover;
}
.card-content h4 {
    font-size: 23px;
    line-height: 31px;
    color: #12501b;
    margin: 0;
    margin-bottom: 10px;
    font-family: 'Poppins-Bold';
}
.inner_card {
    width: 100%;
    border-radius: 10px;
    filter: drop-shadow(0 0 9px rgba(71, 74, 113, 0.13));
    background-color: #ffffff;
    padding: 6px;
}
.card-content p {
    font-size: 18px;
}
.card-content {
    padding: 10px;
}
.card-content span {
    font-size: 17px;
    font-family: 'Poppins-Medium';
}
.card-price {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.card-price a {
    font-size: 16px;
    color: #000;
    font-family: 'Poppins-Medium';
}

.mobile-top-head {
    display: none;
}

.custom-pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: -55px;
    width: 100%;
    float: left;
  }
  
  .custom-pagination ul {
    display: flex;
    align-items: center;
    justify-content: center;
    list-style: none;
    gap: 10px;
    padding: 0;
    margin: 0;
  }
  
  .custom-pagination ul li {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  /* Circles for both numbers & arrows */
  .custom-pagination ul li a,
  .custom-pagination ul li span {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    border: 1px solid #ccc;
    border-radius: 50%;
    color: #000;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    transition: all 0.3s ease;
  }
  
  /* Active page circle */
  .custom-pagination ul li .current {
    border: 2px solid #000;
    font-weight: 600;
  }
  /* Hover effect */
  .custom-pagination ul li a:hover {
    border-color: #000;
  }
  /* Arrows (← and →) same style */
  .custom-pagination .arrow {
    font-size: 16px;
    font-weight: 600;
  }



  /************* travel agency   **************/

  .travelagency_wrapper {
    width: 100%;
    float: left;
    margin: 2em 0;
}
.tra_agency {
    width: 25%;
    float: left;
    padding: 10px;
}
  .travelagencyimage img {
    width: 100%;
    /* float: left; */
    height: 410px;
    border-radius: 10px;
    object-fit: cover;
}
.travelagency_title h3 {
    font-size: 18px;
    line-height: 26px;
    color: #000000;
    margin: 0;
    font-family: 'Poppins-SemiBold';
}
.travelagency_title p {
    font-size: 14px;
    line-height: 22px;
    color: #939393;
    margin: 0;
}
.travelagency-item2 {
    position: relative;
}
.travelagency_title {
    border-radius: 10px;
    filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.1));
    background-color: #ffffff;
    padding: 10px;
    text-align: center;
    position: absolute;
    bottom: 5px;
    left: 0;
    width: 100%;
    max-width: 97%;
    margin: 0 auto;
    right: 0;
}
.innertravelagency_bottom {
    overflow: hidden;
}
.innerhme1bannercontent a:hover {
    transition: 0.5s;
    transform: scale(0.9);
}

.hmeblgimage:focus,
.hmeblgimage:active,
.hmeblgimage:visited,
.hmeblgimage:focus-visible  {
    outline: none !important;
    border: none !important;
    box-shadow: none !important;
}

a:focus{
    outline: unset;
    outline-offset: unset;
    text-decoration: none;
}
.hme3dmenu_links ul.sub-menu li a {
    color: #fff;
}
option {
    color: #000;
}
.hme3location option {
    color: #484a70;
}
.hme3location select:focus-visible{
    outline: unset;
}
.hme3location select {
    font-family: 'Poppins-SemiBold';
    border: 0;
}
.innertestimonial_content .slick-list.draggable {
    padding-top: 60px;
}
.trip-item {
    width: 33.33%;
    float: left;
    padding: 0 10px;
    margin-bottom: 20px;
}
a.trip-btn {
    font-size: 18px;
    line-height: 31px;
    color: #010101;
}
p.trip-price {
    font-size: 16px;
    line-height: 30px;
    color: #010101;
}
.inner_trip_item {
    width: 100%;
    float: left;
    border-radius: 10px;
    filter: drop-shadow(0 0 9px rgba(71, 74, 113, 0.13));
    background-color: #ffffff;
    padding: 6px;
}
.trip-archive {
    width: 100%;
    float: left;
    margin-bottom: 3em;
}
header.page-head h1 {
    font-size: 40px;
    line-height: 30px;
    color: #484a70;
    font-family: 'Poppins-Bold';
    margin: 0;
    margin-bottom: 29px;
}
.trip-item-content {
    width: 100%;
    float: left;
    padding: 15px;
}
.trip-item-content h2 {
    margin: 0;
    margin-bottom: 11px;
}
p.trip-location {
    font-size: 18px;
    font-family: 'Poppins-Regular';
}
.trip-item img {
    width: 100%;
    height: 300px;
    object-fit: cover;
}
.trip-item-content h2 a
{
    font-size: 30px;
    font-family: 'Poppins-SemiBold';
    color: #000;
}
.trip-item-content h2 a {
    font-size: 25px;
    line-height: 30px;
    color: #293241;
    font-family: 'Poppins-SemiBold';
}

/********* trip style *********/
.wpte-gallery-wrapper__multi-banners {
    width: 100%;
    float: left !important;
}
.wpte-trip-feat-img {
    width: 50%;
    margin: 0 auto;
}
button#enquiry_submit_button {
    background-color: #535691;
}
button.wpte-bf-btn.wte-book-now.btn-loading{
    background-color: #535691;
}

.wte-title-duration .duration{
    background-color: #535691;
}
.wte-title-duration{
    border:1px solid #535691;
}
.wte-process-tab-controller .wte-process-btn-next{
    background-color: #535691;
}

.wte-popup-sidebar .wte-booking-summary .wte-booking-summary-info .wte-booking-summary-info-title{
    background-color: #535691 !important;
}
input[type=checkbox]:focus{
    outline: unset;
    outline-offset: unset;
}
.consent-checkbox input[type="checkbox"] {
    width: 14px !important;
    height: 15px !important;
    margin-right: 8px;
}

.consent-checkbox input[type="checkbox"]:checked::before {
    margin: 0px !important;
}
a.headercal {
    background-color: #484a70;
    color: #fff;
    padding: 10px 20px;
    border-radius: 40px;
    display: inline-block;
    transition: 0.4s;
    font-size: 18px;
    font-family: 'Poppins-SemiBold';
}

a.headercal:hover {
    transform: rotate(-2deg) scale(1.05);
    box-shadow: 0 0 15px rgba(106,108,207,0.7);
}
.hme2headerlinks a.headercal{
    background-color: #177625;
}
.hme2headerlinks a.headercal:hover{
    box-shadow: 0 0 15px rgba(23, 118, 37, 0.6);
}
.archive-header {
    padding: 2rem 0;
}