@charset "UTF-8";
@import "bootstrap.min.css";
@import "font-awesome.css";
@import "fonts.css";
@import "animate.css";
@import "magnific-popup.css";
@import "meanmenu.css";
@import "swiper-bundle.min.css";
@import "nice-select.css";
@import "main.css";
@import "owl.carousel.min.css";

/*============================= header =============================*/
.header-social {
    border-left: 1px solid var(--border2);
    position: relative;
    z-index: 99999;
}

.social-items {
    color: var(--text);
    font-size: 14px;
    font-weight: 400;
    width: unset;
    outline: none;
    padding: 8px 35px;
    border: none;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.social-items i {
    color: var(--theme2);
    margin-right: 10px;
    font-weight: 500;
    font-size: 16px;
}

/*============================= Main-Banner =============================*/
#main-banner {
    position: relative;
    z-index: 9;
}

#main-banner .item {
    position: relative;
}

.main-banner-image {
    overflow: hidden;
    width: 100%;
    height: 100%;
    opacity: 1;
    z-index: -2;
    background-size: cover;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 8s ease-out 0s;
    -o-transition: all 8s ease-out 0s;
    transition: all 8s ease-out 0s;
}

#main-banner .owl-item.active .item .main-banner-image {
    -webkit-transform: scale(1.15);
    -ms-transform: scale(1.15);
    transform: scale(1.15);
    -webkit-transition: all 7000ms linear;
    -moz-transition: all 7000ms linear;
    -ms-transition: all 7000ms linear;
    -o-transition: all 7000ms linear;
    transition: all 7000ms linear;
}

.main-banner-image img {
    height: 84vh;
    -o-object-fit: cover;
    object-fit: cover;
}

.main-banner-image::before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    content: "";
    background-color: rgb(10, 12, 0);
    opacity: 0.749;
}

.main-banner-content {
    position: absolute;
    z-index: 99;
    top: 0;
    left: 0;
    padding: 106px 0;
    padding-left: 70px;
}

.main-banner-content .main-banner-sub-heading {
    color: var(--white);
    font-size: 14px;
    margin-bottom: 40px;
    text-transform: uppercase;
}

.main-banner-heading {
    text-transform: uppercase;
    color: var(--white);
    font-size: 50px;
    margin-top: -23px;
    margin-bottom: 15px;
    line-height: 140%;
    font-weight: 600;
    font-family: 'Unbounded';
}

.main-banner-content p {
    color: var(--white);
}

#main-banner .owl-nav {
    position: absolute;
    top: 55%;
    right: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

#main-banner .owl-next,
#main-banner .owl-prev {
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 50%;
    border: 1px solid var(--white);
    color: var(--white);
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

#main-banner .owl-prev {
    margin-bottom: 25px;
}

#main-banner .owl-next {
    background-color: var(--theme2);
    border: 1px solid transparent;
}

#main-banner .owl-prev:hover {
    background-color: var(--theme2);
    color: var(--white);
    border: 1px solid transparent;
}

#main-banner .owl-next:hover {
    background-color: var(--white);
    color: var(--header-2);
    border: 1px solid transparent;
}

.main-banner-button {
    padding-top: 35px;
}

/* about section  */

.about-section {
    position: relative;
}

.about-section-vectorBg {
    position: absolute;
    bottom: -100px;
    left: -10px;
    max-width: 440px;
    z-index: -1;
    -webkit-transform: translate(0%, 0%) scaleX(-1);
    -ms-transform: translate(0%, 0%) scaleX(-1);
    transform: translate(0%, 0%) scaleX(-1);
    -webkit-filter: saturate(0.5) opacity(0.10);
    filter: saturate(0.5) opacity(0.10);
}

.service-section .service-content .service-button .theme-btn {
    -webkit-box-shadow: 0 0 10px 0 #e3e3e3;
    box-shadow: 0 0 10px 0 #e3e3e3;
}

.sponsors-section {
    position: relative;
}

.sponsors-section .bg-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: fill;
    object-fit: fill;
    z-index: 0;
    -webkit-filter: opacity(0.09);
    filter: opacity(0.09);
}

.w-bx-shadow {
    -webkit-box-shadow: 0 0 10px 0 #e3e3e3 !important;
    box-shadow: 0 0 10px 0 #e3e3e3 !important;
}

.footer-logo img {
    max-width: 70px
}

.footer-logo h3 {
    font-family: 'Plus Jakarta Sans';
    color: var(--white);
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    font-size: 15px;
    font-weight: 700;
}

.footer-section-3 .list-area i {
    margin-right: 10px;
}

.service-icon-area .icon img {
    max-width: 50px;
}

.site-text p strong {
    font-weight: 500;
}

.site-text p {
    font-size: 16px;
    line-height: 26px;
    color: #555;
}

.choose-us-section,
.choose-us-wrapper-3 {
    position: relative;
}

.choose-us-section .shape-left {
    position: absolute;
    left: 0;
    bottom: 0;
    opacity: 0.1;
}

h2.heading-style {
    color: var(--header);
}

.section-title h2 span.heading-style01 {
    color: var(--theme2);
    font-size: 30px;
    font-weight: 600;
}

.choose-image:before,
.choose-image:after {
    content: '';
    position: absolute;
    width: 30px;
    height: 70px;
    background: #6ca55c;
    z-index: 0;
}

.choose-image:before {
    top: -60px;
    left: 20px;
}

.choose-image:after {
    bottom: -60px;
    right: 20px;
}

.service-block-card {
    background-color: var(--white);
    -webkit-box-shadow: 0 0 32px 0 #dddddd;
    box-shadow: 0 0 32px 0 #dddddd;
    border: 1px solid #ededed;
    margin-bottom: 24px;
}

.service-block-card .content {
    padding: 25px 30px;
}

.service-block-card .content h6 {
    font-size: 16px;
    margin-bottom: 10px;
}

.service-block-card .content p {
    font-size: 16px;
    line-height: 125%;
}

.ourServicesSection {
    position: relative;
    overflow-x: hidden;
}

.ourServicesSection .pattern-shape {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

.author-section {
    position: relative;
}

.author-wrapper .text-circle {
    position: absolute;
    top: -10%;
    right: 17%;
    -webkit-animation: cir36 10s linear infinite;
    animation: cir36 10s linear infinite;
}

.author-wrapper .text-circle img {
    max-width: 130px;
}

.large-heading h2 span.text {
    color: var(--white);
    font-size: 26px;
}

.large-heading h2 span.text-2 {
    font-size: 40px;
}


.site-text.dark-bg-text p {
    font-size: 18px;
    line-height: 26px;
    color: #f9f9fb;
    margin-bottom: 18px;
}

.author-img img {
    border-radius: 5px;
    border: 2px solid #fff;
    -webkit-box-shadow: 10px -10px 0px 0 #516ca0;
    box-shadow: 10px -10px 0px 0 #516ca0;
}

.autor-img-wrap {
    position: relative;
}

.author-name-wrap {
    /* background-image: url('../images/author/shape.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center; */
    position: absolute;
    right: -40px;
    bottom: -10px;
    z-index: 9;
    padding: 25px 30px;
    background: #fff;
}

.author-name-wrap:before {
    content: '';
    -webkit-clip-path: polygon(0 0, 0% 100%, 100% 0);
    clip-path: polygon(0 0, 0% 100%, 100% 0);
    position: absolute;
    background: #fff;
    width: 50px;
    height: 50px;
    left: 0px;
    bottom: -20px;
}

.author-name-wrap h5 {
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
}

.author-name-wrap h6 {
    font-size: 14px;
    color: var(--theme4);
}

.choose-section {
    position: relative;
}

.all-services-section {
    position: relative;
    padding: 50px 0 15px;
}

a.anchor {
    display: block;
    position: relative;
    top: -150px;
    visibility: hidden;
}

a.anchorTwo {
    display: block;
    position: relative;
    top: -150px;
    visibility: hidden;
}

.serviceItem-wrap {
    position: relative;
    min-height: 75vh;
}

.serviceItem-wrap .img-wrap {
    position: absolute;
    width: 800px;
    height: 400px;
}

.serviceItem-wrap .img-wrap.short-img {
    position: absolute;
    width: 500px;
}

.serviceItem-wrap .img-wrap img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.service-content {
    position: relative;
    z-index: 2;
    background: #fff;
    -webkit-box-shadow: 0 0 10px 0 #e3e3e3;
    box-shadow: 0 0 10px 0 #e3e3e3;
    padding: 60px 50px;
    margin-top: 60px;
}

.service-content h5 {
    margin-bottom: 10px;
}

.r-0 {
    right: 0;
}

.t-0 {
    top: 0;
}

.project-section {
    position: relative;
    overflow: hidden;
}

.project-detail-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0;
    padding: 6px 10px;
    font-size: 16px;
}

.project-detail-wrap:not(:last-child) {
    border-bottom: 1px dotted #c5c5c5;
}

.item-heading {
    width: 30%;
    font-weight: 400;
    color: var(--header);
}

.table-divide-colon {
    width: 5%;
}

.item-data {
    width: 65%;
    color: #333;
}

.project-carousel .item img {
    width: 100%;
    height: 400px;
    -o-object-fit: cover;
    object-fit: cover;
}

.project-detail {
    position: relative;
    background: #f1f1f1;
    padding: 15px;
    border-bottom-right-radius: 50px;
    min-height: 400px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.project-detail h5 {
    font-size: 16px;
    border: double;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    margin-bottom: 15px;
}

.project-detail:before {
    z-index: 1;
    content: '';
    -webkit-clip-path: polygon(100% 0, 0 50%, 100% 100%);
    clip-path: polygon(100% 0, 0 50%, 100% 100%);
    background: #f1f1f1;
    position: absolute;
    width: 50px;
    height: 50px;
    top: 50%;
    left: -50px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.project-section:before {
    content: 'PROJECT';
    -webkit-transform: rotate(-90deg) translateY(-50%);
    -ms-transform: rotate(-90deg) translateY(-50%);
    transform: rotate(-90deg) translateY(-50%);
    position: absolute;
    top: 50%;
    left: -80px;
    font-size: 4vw;
    color: transparent;
    -webkit-text-stroke: black;
    -webkit-text-stroke-width: 1px;
    -webkit-filter: opacity(0.15);
    filter: opacity(0.15);
    font-family: "Unbounded", sans-serif;
}

.project-section.project-rev:before {
    left: 85%;
}

.project-carousel .owl-nav {
    position: absolute;
    bottom: -5px;
    left: -5px;
}

.project-carousel .owl-nav .owl-prev,
.project-carousel .owl-nav .owl-next {
    background: #6ca55c !important;
    width: 35px;
    height: 35px;
    line-height: 35px !important;
    margin-right: 5px;
    color: #fff !important;
    font-size: 35px !important;
    font-weight: 400 !important;
    -webkit-transition: 0.5s all ease;
    -o-transition: 0.5s all ease;
    transition: 0.5s all ease
}

.project-carousel .owl-nav .owl-prev:hover,
.project-carousel .owl-nav .owl-next:hover {
    background: #4b793e !important;
}

.order-lg-1 .project-detail:before {
    z-index: 2;
    left: 100%;
    -webkit-transform: translateY(-50%) scaleX(-1);
    -ms-transform: translateY(-50%) scaleX(-1);
    transform: translateY(-50%) scaleX(-1);
    background: #fff;
}

.order-lg-1 .project-detail {
    background: #ffffff;
}

.order-lg-2 .project-carousel .owl-nav {
    left: 85%;
}

.project-section .shape-left {
    position: absolute;
    left: 0;
    bottom: 0;
    opacity: 0.1;
}

.project-carousel .item {
    border-radius: 50px 15px 50px 0;
    overflow: hidden;
    border: 2px solid #d5d5d5;
    position: relative;
    z-index: 0;
}

.order-lg-2 .project-carousel .item {
    border-radius: 15px 50px 0 50px;
}

.contact-section {
    position: relative;
}

.contact-section:before {
    content: '';
    background: url('../images/contact/01.png');
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    left: 0;
    -webkit-filter: invert(1) opacity(0.4);
    filter: invert(1) opacity(0.4);
}

.contact-block {
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.contact-block-wrap {
    position: relative;
    padding: 35px 25px 25px;
    background-color: #fff;
    border-radius: 20px 0;
    -webkit-box-shadow: 0 0 20px 0 rgb(92 107 149 / 11%);
    box-shadow: 0 0 20px 0 rgb(92 107 149 / 11%);
    -webkit-transition: all 0.6s ease 0s;
    -o-transition: all 0.6s ease 0s;
    transition: all 0.6s ease 0s;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.contact-block-icon {
    width: 60px;
    line-height: 80px;
}

.contact-block-icon img {
    fill: #6ca55c;
}

.contact-block-content {
    padding-left: 20px;
    width: calc(100% - 60px);
}

.contact-block-heading {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 4px;
}

.contact-block-para {
    font-size: 16px;
    line-height: 25px;
}

.contact-block:hover .contact-block-wrap {
    background-color: var(--theme2);
    color: rgb(255 255 255 / 80%);
}

.contact-block:hover .contact-block-wrap .contact-block-para {
    color: var(--white);
}

.contact-block:hover {
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
}

.contact-block:hover .contact-block-heading {
    color: var(--white);
}

.contact-form-section {
    position: relative;
}

.contact-form-section:before {
    content: '';
    background: #f5f5f5;
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 60%;
}

.google-maps {
    position: relative;
    padding-bottom: 75%;
    height: 0;
    overflow: hidden;
}

.google-maps iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}

.map-wrap {
    position: relative;
    -webkit-box-shadow: 0 0 10px 0 #bfbfbf;
    box-shadow: 0 0 10px 0 #bfbfbf;
    border: 2px solid #fff;
}

.contact-form-items {
    padding-left: 30px;
}

.d-para {
    margin-bottom: 20px;
    background-color: #f1f1f1;
}

.w-para {
    margin-bottom: 20px;
    background: red;
}

#appointmentModal {
    z-index: 9999;
}

#appointmentModal .modal-content {
    background-image: url(../images/modal-bg.jpg);
    background-size: cover;
    background-position: center;
}

#appointmentModal .btn-close {
    position: absolute;
    top: 0px;
    opacity: 1;
    right: 8px;
    width: 40px;
    height: 40px;
    border-radius: 0 0 4px 4px;
    overflow: hidden;
    z-index: 9;
}

#appointmentModal .btn-close:before {
    content: '';
    position: absolute;
    background: var(--white);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 0;
}

#appointmentModal .btn-close span {
    color: var(--theme4);
    position: relative;
    font-size: 24px;
    line-height: 34px;
    font-weight: 600;
}

#appointmentModal .modal-body h5,
#appointmentModal .contact-form-items .form-clt span {
    color: var(--white);
}

#appointmentModal .modal-body h5 {
    margin-bottom: 15px;
}

#appointmentModal .contact-form-items .form-clt input {
    padding: 10px 35px;
}

#appointmentModal .contact-form-items {
    padding: 24px 30px 30px 30px !important;
    background: rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.37);
    box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.37);
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.18);
}

#appointmentModal .theme-btn.hover-color {
    background-color: #6ca55c;
}

#appointmentModal .contact-form-items .form-clt .icon {
    top: 48px;
}

#appointmentModal .contact-form-items .form-clt.message-wrap .icon {
    top: 55px;
}

.header-main .main-menu li.active {
    border-bottom: 2px solid var(--theme4);
}

.header-main .main-menu li.active a {
    color: var(--theme4);
}

.example {
    display: -ms-grid;
    display: grid;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background: -webkit-gradient(linear, left top, left bottom, from(white), to(black));
    background: -o-linear-gradient(top, white, black);
    background: linear-gradient(to bottom, white, black);
}

.logoSiteTitle {
    font-size: 10px;
    line-height: 1.2;
    font-family: 'Unbounded';
}

.header-1.sticky .header-logo img {
    max-width: 70px;
}

.safety-policy-section .about-wrapper-2 .about-image-items .about-image-2 {
    margin-top: 30px !important;
}

.safety-policy-section .about-wrapper-2 .about-image-items .circle-box {
    bottom: -120px;
}

.policy-section {
    position: relative;
}

.policy-section .shape-left {
    position: absolute;
    left: 0;
    bottom: 0;
    opacity: 0.1;
}

.policy-section .container {
    position: relative;
    z-index: 9;
}

.sm-ul li {
    font-size: 16px;
    line-height: 26px;
    color: #555;
    position: relative;
    padding-left: 15px;
}

.sm-ul li:not(:last-child) {
    margin-bottom: 6px;
}

.sm-ul li:before {
    content: '';
    position: absolute;
    top: 10px;
    left: 0;
    background: #6ab74a;
    width: 6px;
    height: 6px;
    box-shadow: -1px -1px 0px 0 #001659;
}

.quality-obj-img {
    position: absolute;
    top: -60px;
    left: -120px;
    width: 40vw
}

.policy-section .choose-image:before,
.policy-section .choose-image:after {
    background: transparent !important;
}

.policy-section .choose-wrapper .choose-image .choose-image-3 {
    margin-top: 18px !important;
}

@media(max-width: 768px) {
    .safety-policy-section .about-content {
        margin-bottom: 30px;
    }

    .quality-obj-img {
        position: relative;
        width: 100%;
        top: 0;
        left: 0;
        margin-bottom: 40px;
        height: 310px;
    }

    .quality-obj-img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
}