@import url(/Content/css/variable.css);

/* //blogs list start/// */
.blog-section-start [data-overlay]:before {
    position: absolute;
    content: "";
    background: #020d16;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
}

.blog-section-start .blog-sec-banner {
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: center !important;
    width: 100%;
    height: 100%;
    padding: 130px 0 100px 0;
}

.blog-section-start .blog-captions .heading {
    color: #fff;
    font-weight: 400;
    font-size: 45px;
    font-family: cursive;
}

.blog-section-start .blog-captions .detail {
    color: #fff;
    font-size: 19px;
    font-weight: 500;
    line-height: 1.8;
}

.about-section {
    padding: 30px 80px;
}

.about-section .about-content h2 {
    color: #3e3e3e;
}

.about-section .about-content p {
    font-size: 15px;
    color: #000;
    line-height: 1.8;
    font-weight: 500;
}

.facts-section {
    background-color: #f7f9fc !important;
}

.facts-section .content {
    color: #455873;
    font-size: 13px;
    font-weight: 500;
}

.article-section-start {
    padding: 80px 0 80px;
}

.article-section-start .text {
    color: #3e3e3e;
    font-size: 24px;
}

.article-section-start .content{
    font-size: 14px;
    color: #5d6f7d;
    line-height: 1.8;
    font-weight: 500;
}
.blost-list-card .destination-label {
    padding: 4px 15px;
    font-weight: 500;
    border-radius: 4px;
    font-size: 60%;
    background-color: #d4eee3;
}

.blost-list-card .blg-text {
    font-weight: 600;
    font-size: 13px;
    text-decoration: none;
    line-height: 1;
}

.blost-list-card .detail {
    font-size: 13px;
    color: #5d6f7d;
    line-height: 1.8;
    font-weight: 500;
}

.blost-list-card .read-btn {
    text-decoration: none;
    font-size: 13px;
    color: var(--primary-color);
    font-weight: 500;
}

@media (max-width : 769px){
    .blog-section-start .blog-sec-banner {
        padding: 99px 0 31px 0;
    }
    .blog-section-start .blog-captions .heading{
        font-size :  25px;
    }
    .blog-section-start .blog-captions .detail{
        font-size : 17px;
    }
    .blog-section-start .blog-sec-banner {
        background-repeat: no-repeat !important;
        background-size: contain !important;
        background-position: center !important;
        width: 100%;
        height: 100%;
   
    }
}


/*Static About Us Content Start*/
.shape-mockup-wrap {
    z-index: 2;
    position: relative;
}

@media (max-width: 1599px) {
    .img-box3 {
        margin-left: 0;
    }
}

.img-box3 .img1 img {
    border-radius: 24px;
    height: 400px;
}

.img-box3 .img2 {
    position: absolute;
    top: 11%;
    right: 12%;
}

    .img-box3 .img2 img {
        border-radius: 24px;
        border: 5px solid #fff;
        height: 400px;
    }

.img-box3 .img3 {
    position: relative;
    margin-top: 30px;
    z-index: 3;
}

.img-box3 {
    position: relative;
}

    .img-box3 .img3 img {
        border-radius: 24px;
        border: 5px solid #fff;
        height: 250px;
    }

.movingX {
    -webkit-animation: movingX 8s linear infinite;
    animation: movingX 8s linear infinite;
}

@keyframes movingX {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    50% {
        -webkit-transform: translateX(50px);
        transform: translateX(50px);
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

.about-item_text {
    margin-bottom: -0.3rem;
    font-size: 14px;
    color: gray;
    font-weight: 300;
}

.about-item.style2 {
    background: aliceblue;
    padding: 10px;
    border-radius: 10px;
}

    .about-item.style2:hover {
        box-shadow: 0 0 3px 1px aliceblue;
    }

h2.sec-title.mb-20.me-xl-5.heading {
    font-size: 33px;
    font-weight: 800;
    margin: 20px 0;
    color: var(--secondary-color);
}

.sub-title {
    display: block;
    color: var(--brand-color);
    font-size: 40px;
    line-height: 40px;
    font-weight: 400;
    position: relative;
    font-family: "Montez", cursive !important;
    margin-bottom: -4px;
}

.title-area .sec-title {
    margin-bottom: 22px;
}

.about-item-wrap {
    min-width: 386px;
}

.about-item:not(:last-child) {
    margin-bottom: 5px;
}

.about-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 16px;
    max-width: 400px;
}

.th-btn.style3:before {
    background-color: var(--brand-color);
}

.th-btn:hover:before, .th-btn.active:before {
    width: 110%;
}

.about-item_img {
    min-width: 72px;
    height: 72px;
    line-height: 72px;
    border-radius: 50%;
    text-align: center;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

    .about-item_img img {
        -webkit-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out;
        height: 72px;
    }

.about-item .box-title {
    margin-bottom: 7px;
}

.box-title {
    font-size: 24px;
    line-height: 1.417;
    font-weight: 600;
    margin-top: -0.32em;
}

.about-item_text {
    margin-bottom: -0.3rem;
}

.th-btn.style3 {
    background-color: var(--primary-color);
    color: #fff;
    box-shadow: none;
    border: none;
}

    .th-btn.style3:before {
        background-color: var(--theme-color);
    }

.about-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 16px;
    flex-direction: row !important;
    align-items: flex-start;
    text-align: justify;
}

.th-btn:before {
    content: '';
    width: 0;
    height: 100%;
    border-radius: 30em;
    position: absolute;
    top: 0;
    left: -5%;
    background-color: var(--title-color);
    -webkit-transition: .5s ease;
    transition: .5s ease;
    display: block;
    z-index: -1;
}

.th-btn.th-icon:after {
    content: '';
    position: relative;
    -webkit-mask-image: url(/Content/images/icons/arrow-right.svg);
    mask-image: url(/Content/images/icons/arrow-right.svg);
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    --webkit-mask-position: center;
    mask-position: center;
    --webkit-mask-size: auto;
    mask-size: auto;
    background-color: #fff;
    width: 24px;
    height: 24px;
    display: block;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.th-btn.style3 {
    background-color: var(--brand-color);
    color: #fff;
    box-shadow: none;
    border: none;
}

.movingX {
    -webkit-animation: movingX 8s linear infinite;
    animation: movingX 8s linear infinite;
}

.jump {
    -webkit-animation: jumpAni 7s linear infinite;
    animation: jumpAni 7s linear infinite;
}

@keyframes jumpAni {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    40% {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px);
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

.spin {
    -webkit-animation: spin 10s linear infinite;
    animation: spin 10s linear infinite;
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@media (max-width: 1600px) {
    .shape-mockup {
        display: none !important;
    }
}

.shape-mockup {
    position: absolute;
    z-index: -1;
    pointer-events: none;
}
.OurPartner img {
    height: 80px;
    object-fit: scale-down;
}
@media(max-width:768px) {
    .img-box3 .img1 img {
        border-radius: 24px;
        height: 290px;
    }

    .img-box3 .img2 img {
        border-radius: 24px;
        border: 5px solid #fff;
        height: 290px;
    }

    .img-box3 .img2 {
        position: absolute;
        top: 17%;
        right: 0%;
    }

    .img-box3 .img3 img {
        border-radius: 24px;
        border: 5px solid #fff;
        height: 190px;
    }
    .about-section {
        padding: 30px 0px !important;
    }
}
/*Static About Us Content ENd*/
/*Our Service Start*/
.bg-gray {
    background-color: #f9f9f9;
}

.site-heading h2 {
    display: block;
    font-weight: 700;
    margin-bottom: 10px;
    text-transform: uppercase;
}

    .site-heading h2 span {
        color: var(--brand-color);
    }

.site-heading h4 {
    display: inline-block;
    padding-bottom: 20px;
    position: relative;
    text-transform: capitalize;
    z-index: 1;
}

    .site-heading h4::before {
        background: var(--brand-color) none repeat scroll 0 0;
        bottom: 0;
        content: "";
        height: 2px;
        left: 50%;
        margin-left: -25px;
        position: absolute;
        width: 50px;
    }

.site-heading {
    margin-bottom: 60px;
    overflow: hidden;
    margin-top: -5px;
}

.carousel-shadow .owl-stage-outer {
    margin: -15px -15px 0;
    padding: 15px;
}

.we-offer-area .our-offer-carousel .owl-dots .owl-dot span {
    background: #ffffff none repeat scroll 0 0;
    border: 2px solid;
    height: 15px;
    margin: 0 5px;
    width: 15px;
}

.we-offer-area .our-offer-carousel .owl-dots .owl-dot.active span {
    background: var(--brand-color) none repeat scroll 0 0;
    border-color: var(--brand-color);
}

.we-offer-area .item {
    background: #ffffff none repeat scroll 0 0;
    border-left: 2px solid var(--brand-color);
    -moz-box-shadow: 0 0 10px #cccccc;
    -webkit-box-shadow: 0 0 10px #cccccc;
    -o-box-shadow: 0 0 10px #cccccc;
    box-shadow: 0 0 10px #cccccc;
    overflow: hidden;
    padding: 30px;
    position: relative;
    z-index: 1;
}
.equal-height .item {
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: center;
}

.we-offer-area.text-center .item {
    background: #ffffff none repeat scroll 0 0;
    border: medium none;
    padding: 30px 10px;
    border-radius: 10px;
}

    .we-offer-area.text-center .item i {
        background: var(--brand-color) none repeat scroll 0 0;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        color: #ffffff;
        font-size: 40px;
        height: 80px;
        line-height: 80px;
        position: relative;
        text-align: center;
        width: 80px;
        z-index: 1;
        transition: all 0.35s ease-in-out;
        -webkit-transition: all 0.35s ease-in-out;
        -moz-transition: all 0.35s ease-in-out;
        -ms-transition: all 0.35s ease-in-out;
        -o-transition: all 0.35s ease-in-out;
        margin-bottom: 25px;
    }

        .we-offer-area.text-center .item i::after {
            border: 2px solid var(--brand-color);
            -webkit-border-radius: 50%;
            -moz-border-radius: 50%;
            border-radius: 50%;
            content: "";
            height: 90px;
            left: -5px;
            position: absolute;
            top: -5px;
            width: 90px;
            z-index: -1;
            transition: all 0.35s ease-in-out;
            -webkit-transition: all 0.35s ease-in-out;
            -moz-transition: all 0.35s ease-in-out;
            -ms-transition: all 0.35s ease-in-out;
            -o-transition: all 0.35s ease-in-out;
        }

.we-offer-area.item-border-less .item {
    border: medium none;
}

.we-offer-area .our-offer-items.less-carousel .equal-height {
    margin-bottom: 30px;
}

.we-offer-area.item-border-less .item .number {
    font-family: "Poppins",sans-serif;
    font-size: 50px;
    font-weight: 900;
    opacity: 0.1;
    position: absolute;
    right: 30px;
    top: 30px;
}

.our-offer-carousel.center-active .owl-item:nth-child(2n) .item,
.we-offer-area.center-active .single-item:nth-child(2n) .item {
    background: var(--brand-color) none repeat scroll 0 0;
}

    .our-offer-carousel.center-active .owl-item:nth-child(2n) .item i,
    .our-offer-carousel.center-active .owl-item:nth-child(2n) .item h4,
    .our-offer-carousel.center-active .owl-item:nth-child(2n) .item p,
    .we-offer-area.center-active .single-item:nth-child(2n) .item i,
    .we-offer-area.center-active .single-item:nth-child(2n) .item h4,
    .we-offer-area.center-active .single-item:nth-child(2n) .item p {
        color: #ffffff;
    }

.we-offer-area .item i {
    color: var(--brand-color);
    display: inline-block;
    font-size: 60px;
    margin-bottom: 20px;
}

.we-offer-area .item h4 {
    font-weight: 600;
    text-transform: capitalize;
}

.we-offer-area .item p {
    margin: 0;
}

.we-offer-area .item i,
.we-offer-area .item h4,
.we-offer-area .item p {
    transition: all 0.35s ease-in-out;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
}

.we-offer-area .item::after {
    background: var(--brand-color) none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: -100%;
    position: absolute;
    top: 0;
    transition: all 0.35s ease-in-out;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    width: 100%;
    z-index: -1;
}

.we-offer-area .item:hover::after {
    left: 0;
}

.we-offer-area .item:hover i,
.we-offer-area .item:hover h4,
.we-offer-area .item:hover p {
    color: #ffffff !important;
}

.we-offer-area.text-center .item:hover i::after {
    border-color: #ffffff !important;
}

.we-offer-area.text-center .item:hover i {
    background-color: #ffffff !important;
    color: var(--brand-color) !important;
}
.ViewNow {
    text-decoration: none !important;
    background: var(--brand-color);
    color: #fff;
    padding: 10px 15px;
    border-radius: 9px;

}
.we-offer-area .item:hover .ViewNow {
    text-decoration: none !important;
    background: #fff;
    color: var(--brand-color);
    transition-delay:.3s;
}
.we-offer-area.text-left .item i {
    background: var(--brand-color) none repeat scroll 0 0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    color: #ffffff;
    display: inline-block;
    font-size: 60px;
    height: 100px;
    line-height: 100px;
    margin-bottom: 30px;
    position: relative;
    width: 100px;
    z-index: 1;
    text-align: center;
}

    .we-offer-area.text-left .item i::after {
        border: 2px solid var(--brand-color);
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        content: "";
        height: 120px;
        left: -10px;
        position: absolute;
        top: -10px;
        width: 120px;
    }
/*Our Service End*/