:root {
    --title-font: "Merriweather", Sans-serif;
    --text-font: "Assistant", Sans-serif;
    --theme-color1: #202C62;
    --theme-color2: #4ab3c7;

}

body {
    overflow-x: hidden;
    font-family: var(--title-font);
}

p,
.text {
    font-family: var(--text-font);
    color: #000;
}

.btn-style-two {
    background: var(--theme-color2);
}

.btn-style-two:before {
    background: var(--theme-color1);
}

.marquee .text {
    -webkit-text-stroke: 1px #4ab3c75c;
}

/* header start */

.main-header .header-top {
    z-index: 2;
}

.main-header .header-lower .logo-box {
    height: 110px;
}

.main-menu .navigation>li>a {
    text-transform: capitalize;
    color: var(--theme-color1);
}

.main-header .header-top .inner-container .social-icon-one li a {
    color: var(--theme-color1);
}

.main-header .logo {
    height: 100%;
    width: 100%;
    top: 0;
}

.main-header .logo img {
    height: 100%;
    width: auto;
    object-fit: contain;
}

.main-header .header-top .inner-container .social-icon-one li:before {
    min-height: 55px;
    height: 55px;
}

.main-header .header-top .inner-container .social-icon-one li:last-child:after {
    min-height: 55px;
    height: 55px;
}

.main-menu .navigation>li>ul {
    width: 280px;
}

.main-menu .navigation>li>ul>li.active a {
    color: var(--theme-color1);
}

.main-menu .navigation>li>ul>li>a {
    font-size: 16px;
}

.sticky-header {
    box-shadow: 0 0 20px rgb(0 0 0 / 23%);
}

.sticky-header .logo {
    height: 110px;
    width: auto;
    padding: 0;
}

.sticky-header .logo img {
    max-height: 100%;
}

.main-header .outer-box a {
    font-size: 16px;
}

.mobile-menu .upper-box {
    justify-content: end;
    padding: 12px 20px;
}

.mobile-menu .close-btn {
    top: 0;
}

/* header end */


.main-footer {
    background: var(--theme-color1);
}

.main-footer .icon-pattern1,
.main-footer .icon-pattern2,
.main-footer .icon-big-boat-3,
.main-footer .icon-wheel-3 {
    display: none;
}

.user-links li a {
    color: #fff;
}

.main-footer .about-widget .text {
    color: #fff;
    font-size: 16px;
}

.footer-bottom .inner-container {
    background: var(--theme-color2);
}

.footer-bottom .copyright-text {
    color: #fff;
    font-size: 16px;
}

footer .user-links li i {
    color: #fff;
}

.preloader:after {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 140px;
    margin-left: -76px;
    margin-top: -104px;
    height: 140px;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-animation: pulse 1s infinite linear;
    animation: pulse 1s infinite linear;
    background-image: url(../images/icons/preloader.png);
    content: "";
    background-size: contain;
    z-index: 1;
}

.page-breadcrumb li a {
    color: #fff;
}

.preloader:before {
    z-index: 2;
}

/* home start */


.main-slider .outer-box {
    padding: 0;
}

.main-slider .title {
    text-shadow: 1px 1px #00000099;
    font-family: var(--title-font);
    text-transform: none;
}

.main-slider .content {
    font-size: 24px;
    color: #fff;
    text-shadow: 1px 1px #00000099;
}

.tp-dottedoverlay {
    background: #21225930;
}

/* .main-slider .tparrows.tp-leftarrow {
    left: calc(50% - 30px) !important;
}

.main-slider .tparrows.tp-rightarrow {
    left: calc(50% + 30px) !important;
} */

/* .main-slider .rev_slider .tp-caption {
    text-align: center;
} */

/* .main-slider .rev_slider .tp-mask-wrap {
    left: 50% !important;
    transform: translateX(50%) !important;
} */

.counter-block .count-box {
    font-size: 90px;
}

.video-section {
    position: relative;
    padding: 150px 0 150px;
}

.video-section .outer-box .title {
    text-shadow: 2px 1px #00000075;
}

.video-section .outer-box .text {
    text-shadow: 2px 1px #0000004d;
}

.about-section .outer-box {
    position: relative;
}

.about-section {
    position: relative;
    overflow: hidden;
}

.about-section .icon-big-boat-1 {
    position: absolute;
    bottom: 1px;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: -120px 100px;
    background-size: contain;
    z-index: 6;
}

.about-section .content-column .inner-column .since-box .inner .image {
    margin-bottom: 0;
    margin-right: 30px;
    width: 110px;
    height: 110px;
}

.about-section .content-column .inner-column .since-box .inner .image img {
    height: 100%;
    width: 100%;
}

/* home end */

/* about start */

.about-section-three {
    padding: 200px 0 300px;
}

.our-approach {
    position: relative;
    padding: 110px 0 120px;
    background-color: var(--theme-color3);
    overflow: hidden;
}

.our-approach .icon-pattern1 {
    position: absolute;
    top: 0;
    left: -60px;
    opacity: .02;
}

.our-approach .icon-pattern2 {
    position: absolute;
    top: 0;
    right: 0;
    opacity: .2;
}

.sec-title .sub-title {
    position: relative;
    display: inline-block;
    font-size: 18px;
    line-height: 28px;
    font-weight: 500;
    margin-bottom: 18px;
    padding-left: 90px;
}

.sec-title .sub-title::before {
    position: absolute;
    content: "";
    width: 70px;
    height: 2px;
    left: 0px;
    top: 12px;
    background: var(--sec-title-subtitle-color);
}

/* about end */

/* contact start */

.contact-details__info li .icon {
    height: 80px;
    width: 80px;
    min-width: 80px;
}

.contact-details__info li .text span,
.contact-details__info li .text a {
    font-size: 16px;
}

/* contact end */

.fun-fact-section {
    display: none;
}

.fun-fact-section-two {
    display: none;
}

.clients-section {
    display: none;
}

.why-choose-us .image-column .inner-column .image-box .image-3 {
    border: 4px solid #fff;
    height: 150px;
    right: -40px;

}

.why-choose-us .image-column .inner-column .image-box .image-3 img {
    outline: 0px solid var(--theme-color-light);
}

/* .main-slider .tparrows.tp-leftarrow {
    left: 3% !important;
} */

/* .main-slider .tparrows.tp-rightarrow {
    left: auto !important;
    right: 3% !important;
} */

.sec-title h2 {
    font-size: 40px;
    font-weight: 600;
}


.contact-card {
    background-color: #F6F6F6;
    border-radius: 20px 20px 20px 20px;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #BEBEBE;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    padding: 25px 25px 25px 25px;
}

.contact-card:last-child {
    margin-top: 20px;
}

.contact-card .heading {
    color: #323366;
    font-family: "Poppins", Sans-serif;
    font-size: 21px;
    font-weight: 600;
    margin: 0px 0px 10px 0px;
    padding: 0px 0px 15px 0px;
    border-style: dotted;
    border-width: 0px 0px 2px 0px;
    border-color: var(--theme-color1);
    margin-bottom: 20px;
}

.contact-card li {
    padding-bottom: calc(25px/2);
    display: flex;
    align-items: start;
    gap: 14px;
}

.contact-card li:last-child {
    padding-bottom: 0;
}

.contact-card li i {
    color: #323366;
    font-size: 20px;
}

.contact-card li a {
    font-family: "Poppins", Sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #101010;
    transition: color 0.3s;
}

.servcies_page .container {
    padding-top: 70px;
    padding-bottom: 70px;
}

.servcies_page .title {
    font-size: 28px;
    margin-bottom: 20px;
}

.servcies_page p {
    font-size: 16px;
    margin-bottom: 14px;
}

.servcies_page ul {
    margin-bottom: 10px;
}

.servcies_page li {
    font-size: 14px;
}

.servcies_page p b {
    font-weight: 600;
    padding-top: 20px;
    display: block;
    font-size: 16px;
}

.servcies_page .img {
    width: 100%;
    height: 130px;
    object-fit: cover;
}

.servcies_page .owl-carousel .owl-nav .owl-prev,
.servcies_page .owl-carousel .owl-nav .owl-next {
    position: absolute;
    top: 40%;
    transform: translateY(-50%);
    border: 1px solid #fff;
    height: 30px;
    width: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    color: #fff;
}

.servcies_page .owl-carousel .owl-nav .owl-prev {
    left: 2px;
}

.servcies_page .owl-carousel .owl-nav .owl-next {
    right: 2px;
}

.accordion-box .block .acc-content .content .text {
    font-size: 16px;
}

@media (max-width: 801.98px) {
    .main-slider .sub-title {
        font-size: 40px;
    }
}

@media (max-width: 575.98px) {

    p,
    .text {
        font-size: 16px;
    }

    .sec-title {
        margin-bottom: 20px;
    }

    .sec-title h2 {
        font-size: 24px;
        font-weight: 600;
    }

    .tp-revslider-mainul li>.tp-parallax-wrap:nth-child(2) {
        top: 30px !important;
    }

    .tp-revslider-mainul li>.tp-parallax-wrap:nth-child(3) {
        top: 100px !important;
    }

    .tp-revslider-mainul li>.tp-parallax-wrap:last-child {
        top: 250px !important;
    }

    .main-slider .title {
        line-height: 40px;
        font-size: 34px;
        margin-bottom: 10px;
    }

    .main-slider .content {
        font-size: 16px;
        line-height: 20px;
    }

    .about-section .icon-big-boat-1 {
        display: none;
    }

    .video-section {
        position: relative;
        padding: 50px 0;
    }

    .video-section .outer-box .title {
        font-size: 18px;
        line-height: 30px;
    }

    .video-section .outer-box .text {
        font-size: 16px;
        line-height: 24px;
        text-align: justify;
        text-align-last: center;
    }

    .contact-section .form-column .inner-column {
        padding: 50px 0;
    }

    .contact-block .content-box .text-two {
        font-size: 16px;
    }

    .why-choose-us .sec-title-two h2 {
        font-size: 30px;
        padding: 20px 0;
        text-align: left;
    }

    .about-section-three .inner-column .image {
        z-index: 1;
    }

    .about-section-three .inner-column .image {
        display: block;
    }

    .about-section-three {
        padding: 70px 0 80px;
    }

    .our-approach {
        padding: 50px 0 70px;
    }

    .contact-details__right {
        text-align: center;
    }

    .contact-details__info li .icon {
        margin: auto;
    }

    .contact-details .container {
        padding-top: 70px;
        padding-bottom: 70px;
    }

    #contact_form button {
        width: 48%;
    }

    .servcies_page .container {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .servcies_page .card_box {
        display: none;
    }
}