@charset "UTF-8";

:root {
    --primary-color: #4686c6;
    --secondary-color: #3F51B5;
    --white-color: #FFFFFF;
    --text-color: #4D5053;
    --btn-color: var(--secondary-color);
    --btn-color-hover: var(--primary-color)
}

@import url('https://fonts.googleapis.com/css2?family=Mooli&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Syne:wght@500&display=swap');

body {
    font-family: 'Mooli', sans-serif;
    font-weight: 400;
    background: #FCFAFA;
}

header {
    background: #FFF;
}

ul.navbar-nav {
    margin-left: 10%;
}

ul.navbar-nav li a {
    border-bottom: 2px solid #FFF;
    border-radius: 0px !important;
}

ul.navbar-nav li.active a {
    color: #4686c6;
    border-bottom: 2px solid #4686c6;
    border-radius: 0px !important;
    opacity: 1;
}

li.nav-item {
    margin-left: 15px;
}

.navbar-nav li a:hover {
    color: var(--primary-color);
}

.navbar-nav li a {
    color: #e88c27;
    font-size: 15px;
    font-weight: 400;
    opacity: 0.75;
}

.contactx.btn:hover {
    color: #fff !important;
    background-color: var(--secondary-color);
}

.contactx.btn {
    border: 1px solid var(--primary-color);
    padding: 8px 16px;
    color: var(--primary-color);
    border-radius: 5px !important;
    opacity: 1;
}

.navbar-brand img{
    margin-left: 69px;
}

footer {
    background: #011A5B;
    position: relative;
    overflow: hidden;
    margin-bottom: 80px;
}

.main__footer {
    padding: 4rem 0 2rem;
}

.footer__widget--desc {
    font-size: 18px;
    color: var(--white-color);
    margin-bottom: 30px;
    line-height: 1.8;
}

.number_textdf a {
    font-size: 18px;
    color: var(--white-color);
    text-decoration: underline;
}

.footer__widget.rughtsdwe p {
    color: #fff;
    font-size: 15px;
    margin-bottom: 25px;
}

.footer__widget.rughtsdwe a {
    font-size: 18px;
    color: var(--white-color);
    text-decoration: underline;
}

.footer__widget ul {
    list-style: none;
}

.footer__widget ul a {
    color: var(--white-color);
    font-size: 13px;
    line-height: 30px;
    text-decoration: none;
}

.footer__widget ul a:hover {
    color: var(--primary-color);
}

.footer__payment {
    float: right;
}

.footer__payment ul {
    margin: 0;
}

.footer__payment ul {
    margin: 0;
}

.footer__social {
    gap: 1.8rem;
    margin-top: 1.5rem;
}

.social__share--icon__style2 {
    display: inline-block;
    width: 45px;
    height: 45px;
    line-height: 40px;
    color: #fff;
    text-align: center;
    border-radius: 50%;
    border: 2px solid color(srgb 1 1 1 / 0.25);
}

.social__share--list svg {
    width: 20px;
    height: 20px;
}

.social__share--icon__style2:hover {
    background: var(--secondary-color);
    color: var(--white-color);
}

.footer_icv {
    position: absolute;
    left: -45px;
    top: 0px;
    width: 120px;
}

.foleft_icv {
    position: absolute;
    right: -15px;
    top: 0;
}

.footer__social {
    gap: 1rem;
}

.footer__bottom--inenr {
    padding: 0 0 1.8rem 0;
}

.techatomfusion_text a {
    color: #fff;
    text-align: center;
    font-size: 14px;
    text-decoration: none;
}

/* contact us css */
.contact__section {
    padding: 70px 0;
}

.main__contact--area.position__relative {
    padding: 10px;
    border-radius: 10px;
    background: #FFF;
    box-shadow: 0px 0px 60px 30px rgba(0, 0, 0, 0.03);
}

.contact__form {
    margin-top: 60px;
}

.contact__info {
    border-radius: 10px;
    padding: 40px;
    background-image: url(../images/contactusx.png);
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
}

.contact__info--content__title {
    font-size: 2.25rem;
    line-height: 2.8rem;
}

.contact__info--items p {
    color: #fff;
    font-size: 1rem;
}

.contact__info--icon {
    margin-right: 2rem;

}

.contact__info--icon {
    margin-right: 1.2rem;
    color: var(--text-white-color);
    padding-top: 0.8rem;
}

.contact__info--icon svg {
    width: 18px;
}

.contact__info--content {
    padding-top: 12px;
}

.contact__info--content__desc a {
    color: var(--text-white-color);
}

.contact__info--items {
    margin-bottom: 3rem;
}

.contact_yhy {
    margin-bottom: 100px;
}

.contact__form--input {
    width: 100%;
    height: 40px;
    padding: 5px 0px;
    border-radius: 0px;
    border: none;
    border-bottom: 1px solid #979797;
    background: transparent;
}

.contact__form--input:focus {
    outline: none;
}

.contact__form--label {
    display: block;
    /* margin-bottom: 10px; */
}

.contact__form--label__star {
    color: var(--secondary-color);
}

.contact__form--textarea {
    width: 100%;
    height: 120px;
    padding: 12px 0px;
    border-radius: 0px;
    resize: none;
    border: none;
    border-bottom: 1px solid #979797;
    background: transparent;
}

.contact__form--textarea:focus {
    outline: none;
}

.bra_abouttext {
    padding-top: 70px;
    margin-bottom: 70px;
}

.bliv_heading h3 {
    font-size: 48px;
    color: var(--primary-color);
    margin-bottom: 15px;
}

.mb-20 {
    margin-bottom: 2rem;
}

.let_consultant_btn a {
    background-color: var(--btn-color);
    padding: 30px 26px;
    border-radius: 5px;
    color: #fff;
    text-decoration: none;
}

.we_imgh {
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.bliv_heading {
    margin-bottom: 29px;
}

.img_test img {
    width: 110px;
    height: auto;
    object-fit: cover;
}

.bliv_heading p {
    font-size: 36px;
    color: #11112B;

}

.bra_abouttext p {
    font-size: 16px;
    line-height: 34px;
    color: #000000;
}


.why_chose_img {
    margin-bottom: 70px;
}

.why_heaidng h3 {
    font-size: 26px;
    color: #0081fe;
    font-weight: bold;
    margin-bottom: 26px;
}


.why_heaidng p {
    color: #4D5053;
    font-size: 15px;
    line-height: 32px;
}

.why_chose_img {
    margin-bottom: 60px;
}

.why_heaidng h3 {
    margin-bottom: 18px;
}

.we_belive_that {
    padding: 38px 0;
}

.img_test img {
    width: 100%;
    height: 75px;
    object-fit: scale-down;
}

.img_test {
    margin-bottom: 50px;
}



.wertq p {
    font-size: 14px;
    color: #4D5053;
}

.choose_us_img img {
    height: 700px;
    width: 100%;
    object-fit: cover;
    border-radius: 0px 150px 0px 50px;
}

.call_us_section {
    display: flex;
}

.call_us_heading h4 a {
    color: #14376F;
    font-size: 18px;
}

.why_heading_section p {
    color: #4D5053;
    font-size: 18px;
    line-height: 32px;
    margin-bottom: 45px;
}

.why_heading_section h3 {
    font-size: 42px;
    color: var(--primary-color);
    margin-bottom: 36px;
}

.call_us_btn svg {
    width: 30px;
    height: 30px;
}

.call_us_btn {
    width: 60px;
    height: 60px;
    background: #ddd;
    border-radius: 50%;
    text-align: center;
    padding-top: 15px;
    margin-right: 20px;
}

.why_heading_section {
    margin: 30px 0;
}

.call_us_section {
    margin-bottom: 50px;

}

.let_consultant_btn a:hover {
    background: var(--btn-color-hover);
}

.whychoose_wp {
    padding: 60px 0 38px;
}

.let_consultant_btn svg {
    width: 25px;
    height: 25px;
    margin-left: 14px;
}

.blog__card {
    padding: 20px;
    border-radius: 62px;
    border: 1px solid #E7E7E7;
    box-shadow: 0px 10px 30px 0px rgba(255, 255, 255, 0.25);
    -webkit-transition: var(--transition);
    transition: var(--transition);
    position: relative;
}

.blog__card:hover {
    background: #F4F0EC;
}

.blog__card--thumbnail {
    position: relative;
    overflow: hidden;
    border-radius: 5px;
}

.blog__card--content {
    padding: 20px 20px 0;
    text-align: center;
}

.flexcv {
    display: flex;
    justify-content: space-between;
    letter-spacing: 0.15px;
    font-size: 15px;
}

.blog__card--title {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 30px;
    letter-spacing: 0.4px;
    color: #292F36;
}

.blog__card--title a {
    color: #292F36;
    text-decoration: none;
}

.blog__card--footer {
    gap: 2rem;
}

.blog__card--btn__link {
    text-transform: uppercase;
    font-weight: 600;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #F4F0EC;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.blog__card:hover .blog__card--btn__link:hover {
    background: #FFF;
}

.blog__card:hover .blog__card--btn__link {
    background: #FFF;
}

.blog__card--thumbnail__img {
    width: 100%;
    border-radius: 40px 40px 0px 0px;
    height: 289px;
    object-fit: cover;
}

.blog__card--meta__date a {
    text-decoration: none;
}

.blog__card--meta__date {
    width: 140px;
    height: 40px;
    font-size: 14px;
    background: rgba(255, 255, 255, 0.90);
    border-radius: 5px;
    color: #0f4e60;
    line-height: 1.7rem;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    bottom: 12px;
    left: 12px;
    border-radius: 8px 8px 8px 0px;
}

.cvbwe svg {
    width: 20px;
    height: 20px;
}

.wertq p {
    font-size: 18px;
    color: var(--text-color);
}

.banner-wrap {
    position: relative;
    /* height: 100vh; */
    overflow: hidden;
}

.banner-cont {
    position: absolute;
    top: 15%;
    left: 20%;
    width: 60%;
    text-align: center;
}

.banner-cont h1 {
    font-size: 36px;
    line-height: 48px;
    background: -webkit-linear-gradient(#FFFFFF, #03a9f4);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin: 20px 0;

}

.banner-cont p {
    font-size: 18px;
    line-height: 28px;
    color: var(--white-color);
    margin: 20px 0 40px;
}

.banner-cont a {
    background: #FFF;
    color: #e88b26;
    text-decoration: none;
    padding: 12px 20px;
    border-radius: 5px;
    font-weight: 700;
    letter-spacing: 1px;
}

.banner-cont a:hover {
    background: var(--primary-color);
    color: var(--white-color);
}

section.blog__section.section--padding {
    padding: 60px 0 0;
}

.lets-talk {
    padding: 70px 0 55px;
}

.lets-talk h2 {
    font-size: 48px;
    color: var(--primary-color);
}

.lets-talk a {
    background: var(--secondary-color);
    color: var(--white-color);
    display: inline-flex;
    padding: 12px 30px;
    justify-content: center;
    align-items: center;
    gap: 15px;
    text-decoration: none;
    margin-top: 45px;
    border-radius: 5px;
}

.lets-talk a:hover {
    background-color: var(--primary-color);
}

.blog_wp {
    padding: 70px 0 20px !important;
}

.blog_wp .mb-30 {
    margin-bottom: 50px;
}

.bg-breadcrumb {
    background-image: url(../images/bg-brad.png);
}

.bg_image {
    position: relative;
}

.bg_image .overlap {
    position: absolute;
    background: rgb(0 0 0 / 40%);
    top: 0px;
    width: 100%;
    height: 240px;
}

.bg_image .blog_heading {
    position: absolute;
    top: 60px;
}

.ptb--150 {
    padding: 60px 0 !important;
}

.breadcrumb-inner .title {
    font-weight: 400;
    font-size: 48px;
    line-height: 70px;
    color: #ffffff;
    margin-bottom: 8px;
}

.meta ul {
    color: #fff;
    padding-left: 5px;
}

li.header__menu--items a {
    color: #1E1E1E;
    font-size: 14px;
    font-weight: 400;
    opacity: 0.5;
}

.inactive {
    padding-left: 12px;
}

.breadcrumb-inner .meta a {
    font-weight: 400;
    font-size: 15px;
    line-height: 24px;
    color: #ffffff;
    margin: 0 2px;
    transition: 0.3s;
    text-decoration: none;
}

.meta ul li {
    display: inline-block;
    margin-right: 10px;
    color: #fff;
}

.breadcrumb-inner .meta a.next {
    position: relative;
}

.primary__btn {
    display: inline-flex;
    padding: 15px 48px;
    align-items: flex-start;
    gap: 10px;
    border-radius: 5px;
    background: var(--btn, #3F51B5);
    box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.12);
    border: none;
    color: var(--white-color);
    margin-top: 30px;
    float: right;
}

.primary__btn:hover {
    background-color: var(--primary-color);
}

.services {
    padding: 70px 0px;
}

.our-features {
    padding: 60px 0px 81px;
    text-align: center;
}

.our-features h2 {
    font-size: 48px;
    color: var(--primary-color);
    margin-bottom: 20px;
}

.service_wrap {
    padding-bottom: 45px;
}

.service_box {
    position: relative;
    margin-bottom: 25px;
}

.service_box img {
    width: 100%;
    height: 437px;
    object-fit: cover;
}

.service_box .service_box_cont {
    position: absolute;
    top: 20px;
    right: 35px;
    left: 35px;
}

.service_box .service_box_cont h3 {
    font-size: 90px;
    color: rgba(255, 238, 238, 0.60);
    font-weight: 700;
    display: inline-block;
    width: 100%;
    text-align: right;
    margin-bottom: 120px;
}

.service_box .service_box_cont h5 {
    font-size: 36px;
    color: var(--white-color);
    margin-bottom: 20px;
    height: 80px;
}

.service_box .service_box_cont a {
    font-size: 18px;
    color: var(--white-color);
    text-decoration: none;
}

.service_box .service_box_cont a:hover {
    opacity: .75;
}

.service_box .service_box_cont svg {
    margin-left: 15px;

}

.service_details {
    padding: 60px 0 0px;
}

.service_details h2 {
    font-size: 48px;
    color: var(--primary-color);
    margin-bottom: 20px;
}

.service_details h3 {
    font-size: 36px;
    color: var(--primary-color);
    margin-bottom: 20px;
}

.service_details p {
    font-size: 18px;
    line-height: 32px;
    margin-bottom: 20px;
}

.our-business-focus {
    padding: 70px 0;
    position: relative;
}

.our-business-focus .heading h2 {
    color: var(--primary-color);
    text-align: center;
    font-size: 48px;
    margin-bottom: 70px;
}

.our-focus-wrap {
    padding: 40px 0;
}

.our-focus-wrap img {
    border-radius: 20px;
}

.our-focus-box {
    position: relative;
}

.our-focus-box .number {
    position: absolute;
    top: 20px;
    right: 12px;
    /* opacity: 0.15;
    background: var(--Gradient, linear-gradient(78deg, #40BBFF 0%, #AD3EFF 100%));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 400px;
    font-family: 'Syne', sans-serif;
    font-weight: 500; */
}

.our-focus-box .description-cont {
    position: absolute;
    bottom: -25px;
    right: 12px;
    width: 50%;
}

.our-focus-box .description-cont h3 {
    color: var(#000);
    font-size: 36px;
    margin-bottom: 20px;
}

.our-focus-box .description-cont p {
    color: #979797;
    font-size: 16px;
}

.our-focus-box-left {
    position: relative;
}

.our-focus-box-left .number {
    position: absolute;
    top: 20px;
    left: 0px;
    /* opacity: 0.15;
    background: var(--Gradient, linear-gradient(78deg, #40BBFF 0%, #AD3EFF 100%));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 400px;
    font-family: 'Syne', sans-serif;
    font-size: 400px;
    font-style: normal;
    font-weight: 500;
    line-height: normal; */
}

.our-focus-box-left .description-cont-left {
    position: absolute;
    bottom: -25px;
    left: 80px;
    width: 50%;
}

.our-focus-box-left .description-cont-left h3 {
    color: var(#000);
    font-size: 36px;
    margin-bottom: 20px;
}

.our-focus-box-left .description-cont-left p {
    color: #979797;
    font-size: 16px;
}

.border_r {
    border-right: 1px solid var(--Gradient, #40BBFF);
    position: absolute;
    height: 1800px;
    right: 680px;
    top: 190px;
}

.description-cont-left img {
    position: absolute;
    right: -203px;
}

.description-cont img {
    position: absolute;
    left: -285px;
}

.text-right {
    text-align: right !important;
}

.blog_top {
    position: relative;
}

.blog_top .overlap {
    position: absolute;
    background: rgb(0 0 0 / 40%);
    top: 0px;
    width: 100%;
    height: 375px;
}

.blog_heading {
    position: absolute;
    top: 120px;
}

.blog_heading .title {
    font-weight: 400;
    font-size: 48px;
    line-height: 70px;
    color: #FFF;
    margin-bottom: 10px;
}

.blog_heading .meta ul {
    color: #FFF;
    padding-left: 5px;
}

.blog_heading .meta ul li {
    display: inline-block;
    margin-right: 10px;
    color: #FFF;
}

.blog_heading li a {
    color: #FFF !important;
    font-size: 14px;
    font-weight: 400;
    opacity: .9;
}

.blog_detail_wp {
    padding: 60px 0;
}

.blog_detail_wp h3 {
    color: var(--primary-color);
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: 125%;
    /* 40px */
    letter-spacing: 0.64px;
    margin-bottom: 20px;
}

.blog_detail_wp p {
    color: #666;
    font-family: Mooli;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    /* 27px */
    letter-spacing: 0.18px;
    text-transform: capitalize;
    margin-bottom: 20px;
}

.HeaderSaleLine_wrapper__YlJqV {
    display: flex;
    flex-direction: column;
    z-index: 4;
    overflow: hidden;
}

.HeaderSaleLine_container__KICls {
    display: flex;
    flex-direction: row;
    background: linear-gradient(93deg, #e88a24, #04519f);
    width: 100vw;
    height: 38px;
    align-items: center;
    justify-content: center;
    position: relative;
}

.HeaderSaleLine_saleIconBox__7si7J {
    display: flex;
    width: 1080px;
    position: absolute;
    height: 38px;
    overflow: hidden;
}

.HeaderSaleLine_saleIcon__pwEFh {
    display: flex;
    animation: HeaderSaleLine_animateIcon__69qO3 4s linear infinite;
}

@media(max-width: 576px) {
    .HeaderSaleLine_saleIcon__pwEFh {
        animation: HeaderSaleLine_animateIconMobile__CTSdx 2.5s linear infinite
    }
}

@keyframes HeaderSaleLine_animateIcon__69qO3 {
    0% {
        transform: translateX(0);
        opacity: .1
    }

    50% {
        transform: translateX(540px);
        opacity: 1
    }

    to {
        transform: translateX(1080px);
        opacity: .1
    }
}

@keyframes HeaderSaleLine_animateIconMobile__CTSdx {
    0% {
        transform: translateX(0);
        opacity: .01
    }

    25% {
        transform: translateX(30vw);
        opacity: 1
    }

    50% {
        transform: translateX(50vw);
        opacity: 1
    }

    80% {
        transform: translateX(75vw);
        opacity: 1
    }

    to {
        transform: translateX(100vw);
        opacity: .01
    }
}

.HeaderSaleLine_label__a_QB_ {
    display: flex;
    color: #fff;
    text-align: center;
    font-size: 14px;
    font-weight: 300;
}

.HeaderSaleLine_label__a_QB_ span {
    font-weight: 700;
    margin: 0 5px;
}

@media(max-width: 576px) {
    .HeaderSaleLine_saleIconBox__7si7J {
        width: 100vw
    }
}

/*=======================================================================
8. Discount area
========================================================================*/

.discount-style-two {
    padding: 60px 0 40px;
}

.discount-area .row {
    margin-left: -10px;
    margin-right: -10px;
}

.discount-area .row [class*="col-"] {
    padding-left: 10px;
    padding-right: 10px;
}

.discount-item {
    position: relative;
    overflow: hidden;
}

.discount-item::before,
.special-products-add::before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    display: block;
    width: 50%;
    height: 100%;
    background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 42556, 255, 0)), to(rgba(255, 255, 255, .3)));
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
    -webkit-transform: skewX(-25deg);
    -ms-transform: skewX(-25deg);
    transform: skewX(-25deg);
}

.discount-item:hover::before,
.special-products-add:hover::before {
    -webkit-animation: shine 1.3s;
    animation: shine 1.3s;
}

.discount-thumb img {
    max-width: 100%;
    border-radius: 10px;
}

.discount-content {
    position: absolute;
    right: 35px;
    top: 50%;
    transform: translateY(-50%);
    width: 37%;
    z-index: 1;
}

.discount-content>span {
    font-size: 12px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 700;
    display: block;
    margin-bottom: 6px;
}

.discount-content .title {
    font-size: 22px;
    font-weight: 700;
    color: #fff;
    line-height: 1.4;
    margin-bottom: 15px;
    font-family: var(--font-family-body);
    text-transform: uppercase;
}

.discount-content .title a:hover {
    color: #fff;
}

.discount-content .btn {
    background: #fff;
    color: var(--color-secondary);
    font-size: 12px;
    font-weight: 700;
    padding: 16px 26px;
    box-shadow: 0px 3px 27px 0px rgba(52, 52, 52, 0.06);
    transition: all 0.5s ease 0s;
}

.discount-content .btn:hover {
    border-radius: 50px;
}

.discount-item.style-two .discount-content {
    right: auto;
    left: 40px;
    width: 43%;
}

.discount-item.style-two .discount-content>span {
    color: #757474;
}

.discount-item.style-two .discount-content .title,
.discount-item.style-two .discount-content .title a:hover {
    color: #222222;
}

.discount-item-two {
    position: relative;
    margin-bottom: 30px;
    overflow: hidden;
}

.discount-item-two::before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    display: block;
    width: 50%;
    height: 100%;
    background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 42556, 255, 0)), to(rgba(255, 255, 255, .3)));
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
    -webkit-transform: skewX(-25deg);
    -ms-transform: skewX(-25deg);
    transform: skewX(-25deg);
}

.discount-item-two:hover::before {
    -webkit-animation: shine 1.5s;
    animation: shine 1.5s;
}

.discount-item-two .discount-thumb img {
    width: 100%;
    border-radius: 6px;
}

.discount-item-two .discount-content {
    right: auto;
    left: 55px;
}

.discount-item-two .discount-content span {
    font-size: 14px;
    color: #757474;
    margin-bottom: 4px;
}

.discount-item-two .discount-content .title {
    font-size: 26px;
    color: #222222;
    line-height: 1.16;
    margin-bottom: 10px;
}

.discount-item-two .discount-content .title a:hover {
    color: #222222;
}

.discount-item-two .discount-content p {
    font-size: 16px;
    line-height: 1.3;
    margin-bottom: 25px;
    font-family: var(--font-family-heading);
    color: #282828;
}

.discount-item-two .discount-content .btn {
    box-shadow: 0px 3px 27px 0px rgba(52, 52, 52, 0.06);
    padding: 16px 30px;
}

.discount-item-two .discount-content .btn:hover {
    color: #fff;
    background: var(--color-secondary);
}


section.content-col.section {
    background: linear-gradient(93deg, #d2edff, #ffffff);
}

.content-col .subheading {
    text-align: center;
    font-size: 2.5rem;
    color: #e88b27;
}

.content-col .subheading img {
    width: auto;
    height: 50px;
    margin: 0 auto;
}

.content-col .heading {
    font-size: 1.8rem;
    color: #464646;
    padding: 30px 0 15px;
}

.content-col .heading.line {
    padding: 0;
}

.content-col .heading.line:after {
    display: block;
    content: '';
    width: 149px;
    height: 12px;
    margin: 10px auto;
    background-image: url('../images/line.png');
}

.footer__widget {
    text-align: center;
}

.number_textdf {
    color: #FFF;
    margin-top: 20px;
}

.footer__widget h3 {
    color: #FFF;
}

section#menu {
    padding: 100px 0;
    background: #FFF;
}

.main-content .desc {
    max-width: 800px;
    padding-bottom: 50px;
    line-height: 1.8;
}

.food-list {
    display: block;
    padding: 0;
    list-style: none;
    width: 75%;
}

.main-content .heading .title:after {
    display: block;
    content: url(../images/serperator.png);
    position: relative;
    top: -25px;
    width: 49px;
    height: 12px;
    margin: 0 auto 45px;
}

.main-content .heading .title {
    font-size: 3.3rem;
    color: #464646;
}

.main-content .heading .title.l-1 {
    line-height: 1.2;
}

.p-3-vh {
    display: flex;
    justify-content: space-between;
    padding-left: 5%;
    padding-right: 5%;
}

/* content-menu */

.content-menu {
    display: block;
    padding: 0 0 30px;
    margin-top: 30px;
    background: #fcfcfc;
}

.content-menu.hor {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 5px 20px;
}

.content-menu .img {
    display: block;
    width: 100%;
    height: auto;
}

.content-menu.hor .img {
    width: 30%;
    height: 120px;
}

.content-menu .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.food-list {
    display: block;
    padding: 0;
    list-style: none;
    width: 75%;
}

.content-menu.hor .food-list {
    margin-top: 0;
}

.food-list li {
    display: flex;
    justify-content: space-between;
    align-items: top;
    padding: 20px;
    border-bottom: 1px dashed #ccc;
}

.content-menu.hor .food-list li {
    flex-direction: column;
}

.food-list li:last-child {
    border-bottom: 0;
}

.food-list li .leftcontent {
    color: #464646;
    text-align: left;
}

.food-list li .rightcontent {
    font-family: 'Latin';
    font-size: 1.4rem;
    font-weight: bold;
    color: #c79a39;
}

.food-list li .leftcontent .title {
    font-family: 'Latin';
    font-size: 1.3rem;
    color: #e18623;
}

.food-list li .leftcontent .subheading {
    font-size: .88rem;
}

.bg-butter {
    background-color: rgb(0 51 100);
}

.rounded {
    border-radius: 50px !important;
}

a.theme-btn {
    margin-top: 10px;
}

.theme-btn,
a.theme-btn {
    z-index: 1;
    cursor: pointer;
    overflow: hidden;
    transition: 0.5s;
    font-weight: 600;
    position: relative;
    text-align: center;
    padding: 13px 35px;
    align-items: center;
    display: inline-flex;
    color: #FFF;
    justify-content: center;
    text-transform: uppercase;
    border: 1px solid #FFF;
    text-decoration: none;
}

.theme-btn i,
a.theme-btn i {
    font-size: 13px;
    transition: 0.5s;
    margin-left: 10px
}

@media only screen and (max-width: 767px) {
    section#menu {
        padding: 50px 0;
        background: #FFF;
    }
    .theme-btn, a.theme-btn {
        font-size: 12px;
        padding: 12px 15px;
    }
    a.btn.btn-primary.rounded.ml-4 {
        padding: 12px 15px;
        font-size: 13px;
    }
    .discount-style-two {
        padding: 30px 0 10px;
    }
    .main-content .heading .title.l-1 {
        line-height: 2;
    }
    .main-content .heading .title {
        font-size: 2.3rem;
        color: #464646;
    }
}

.theme-btn:after,
.theme-btn:before,
a.theme-btn:after,
a.theme-btn:before {
    height: 100%;
    content: '';
    width: 0;
    top: 0;
    z-index: -1;
    transition: 0.75s;
    position: absolute;
    background: #0369dd
}

.theme-btn:before,
a.theme-btn:before {
    right: 0
}

.theme-btn:after,
a.theme-btn:after {
    left: 0
}

.theme-btn:hover,
a.theme-btn:hover {
    color: white
}

.theme-btn:hover:after,
.theme-btn:hover:before,
a.theme-btn:hover:after,
a.theme-btn:hover:before {
    width: 55%
}

@media handheld,
only screen and (max-width: 767px) {
    .footer-three {
        margin-bottom: 150px;
        text-align: center;
    }

    .scroll-top {
        bottom: 95px;
        right: 15px;
    }

    .footer-three p {
        font-size: 13px;
        margin-bottom: 10px;
    }

    .fixed-bottom p {
        font-size: 13px;
    }

    .booking-item .booking-image {
        min-height: auto;
    }

    .feedback-left-image {
        min-height: auto;
    }
}

.card {
    padding: 15px;

}

.card-footer,
.card-header {
    border: none;
    background: transparent;
}

.card-review img {
    width: 8rem;
    height: 8rem;
}

.trip_wrap {
    background: linear-gradient(0deg, rgb(231 241 247), rgb(255, 255, 255));
}
.trip_wrap h5{
    margin-bottom: 0px;
}
.trip_ h2 {
    font-style: normal;
    background: linear-gradient(93deg, #008eff, #ffe500);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    font-weight: 700;
}

.trip_ .text-success {
    font-style: normal;
    background: linear-gradient(190deg, #ff9800, #009688);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    font-weight: 700;
}

/* The sticky class is added to the header with JS when it reaches its scroll position */
.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99;
}
  
  /* Add some top padding to the page content to prevent sudden quick movement (as the header gets a new position at the top of the page (position:fixed and top:0) */
  .sticky + .content {
    padding-top: 102px;
  }


  .instagram {
    display: inline-block;
    width: 40px;
    height: 40px;
    text-align: center;
    border-radius: 40px;
    color: #fff;
    font-size: 26px;
    line-height: 42px;
    vertical-align: middle;
    background: #d6249f;
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%);
    box-shadow: 0px 3px 10px rgba(0,0,0,.25);
}

.float {
    position: fixed;
    width: 48px;
    height: 48px;
    bottom: 90px;
    left: 20px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 24px;
    box-shadow: 2px 2px 3px #999;
    z-index: 1009;
}
.inst {
  position: fixed;
  width: 48px;
  height: 48px;
  bottom: 90px;
  right: 20px;
  background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%);
  color: #FFF;
  border-radius: 50px;
  text-align: center;
  font-size: 24px;
  z-index: 1009;
box-shadow: 0px 3px 10px rgba(0,0,0,.25);
}
.my-float-ph {
    margin-top: 16px;
    color: #FFF;
}
.my-float {
    margin-top: 12px;
    color: #FFF;
}