* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}


body {
    font-family: "Poppins", sans-serif;
    overflow-x: hidden;
    /* background: linear-gradient(to bottom, #0077be, #003366);  */
}


a {
    text-decoration: none;
}

:root {
    --pri-text: #212529;
}

.map {
    margin-bottom: -200px;
}

@media screen and (max-width:1200px) {
    .map {
        margin-bottom: -180px;
    }
}

.f-1 {
    font-family: "Poppins", sans-serif;
}

.f-2 {}

.f-3 {
    font-family: "Kaushan Script", cursive;
}

.fc-1 {
    color: #001d3d;
}

.text-gradient {
    font-size: 55px;
    width: max-content;
    font-weight: bold;
    background: linear-gradient(45deg, #1bd6ff, #3b9dff);
    -webkit-background-clip: text;
    color: transparent;
}


@media screen and (max-width:1400px) {
    .text-gradient {
        font-size: 55px;
    }
}

@media screen and (max-width:1300px) {
    .text-gradient {
        font-size: 53px;
    }
}


@media screen and (max-width:1200px) {
    .text-gradient {
        font-size: 50px;
    }
}

@media screen and (max-width:1000px) {
    .text-gradient {
        font-size: 48px;
    }
}

@media screen and (max-width:800px) {
    .text-gradient {
        font-size: 46px;
    }
}

@media screen and (max-width:700px) {
    .text-gradient {
        font-size: 44px;
    }
}

@media screen and (max-width:600px) {
    .text-gradient {
        font-size: 42px;
    }
}


@media screen and (max-width:400px) {
    .text-gradient {
        font-size: 38px;
    }
}



.title {
    color: #001d3d;
}

.subtitle {
    position: relative;
    display: inline-block;
    /* color: #001d3d; */
    font-size: 0.875rem;
    /* color: #001d3d; */
    color: #ffaa00;
}

/* 
@media screen and (max-width:600px) {
    .subtitle {
        font-size: 0.75rem;
    }
} */


.subtitle::before {
    content: '';
    position: absolute;
    top: -4px;
    left: -10px;
    height: 6px;
    width: 6px;
    background-color: #001d3d;
    border-radius: 50%;
}


/* breadcrump */
.breadcrump {
    position: relative;
    top: 0;
    min-height: 400px;
    background-image: url(../asset/Swimming\ Pool\ Construction\ team.jpg);
    background-position: 100% 100%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    overflow: hidden;
}



.breadcrump-inner>.row {
    height: 100%;
}

.breadcrump-overlay {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.632);
}

.breadcrump-inner {
    /* display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center; */
    height: 100%;
    text-align: center;
    color: white;
    overflow: hidden;
}

.breadcrump .sub_title {
    text-transform: uppercase;
    font-weight: 300;
    letter-spacing: 2px;
    font-size: 0.75rem;
}

.bread_link {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1rem;
}

.bread_link a {
    color: #FFF;
}

.bread_link .active {
    color: #fb8500;
}

.bd_title {
    color: #FFF;
}

.breadcrump h1 {
    margin: 0 auto;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-family: "Gilda Display", serif;
    padding: 0 15px;
}


.breadcrump-inner {
    position: relative;
    z-index: 15;
}

@media screen and (max-width:999px) {
    .breadcrump::before {
        width: 100%;
    }

    .breadcrump .ptr-1 {
        width: 100%;
    }

}

/* BUTTON------------------------------------ */
.butn {
    display: inline-flex;
    align-items: center;
    padding: 0.438rem 1rem;
    color: var(--pri-btn-text);
    border-radius: 100px;
    white-space: nowrap;
    text-decoration: none;
    transition: all 0.5s ease;
}

.butn.otln:hover {
    transition: all 0.3s linear;
    color: #0077b6 !important;
}

.butn:hover i {
    transition: all 0.5s linear;
    transform: translateX(6px);
}

.butn_1 {
    background-color: #25d366;
    color: #FFF !important;
}

.butn_2 {
    position: relative;
    background-color: #ffaa00;
    color: #FFF;
    letter-spacing: 2px;
    font-weight: 400;
}




.butn_2:hover {
    background-color: #e36414;
}

/* NAVBAR------------------------------- */
.navbar {
    position: relative;
    z-index: 999;
    overflow: hidden;
}

.navbar .ovg {
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    left: 0;
    background: linear-gradient(#000000, #00000000);
    z-index: -1;
}


.navbar .navbar-nav .nav-item {
    margin: 0 8px;
    font-weight: 300;
}

.navbar.sticky .navbar-nav .nav-link {
    color: #000;
}

.navbar.sticky .navbar-brand>img {
    width: 140px;
}


.navbar.sticky .ovg {
    display: none;
}

.navbar-brand {
    overflow: hidden;
    border-bottom-left-radius: 18px;
    border-bottom-right-radius: 18px;
}

.navbar-brand img {
    /* transition: all 0.5s linear; */
    border-bottom-left-radius: 18px;
    border-bottom-right-radius: 18px;
    overflow: hidden;

}

/* 
.nav-main{
    border-bottom: 1px solid #ffffff41;
} */

.navbar-nav .nav-link {
    color: #fff;

}

.navbar-toggler {
    background-color: #00a5cf !important;
    color: #fff !important;
}

@media(min-width:1200px) {
    .navbar {
        position: fixed !important;
        width: 100%;
        top: 0;
    }

    .navbar.sticky {
        position: fixed;
        /* background-color: #fff;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px; */
        background: rgb(255, 255, 255);
        box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.074);
        backdrop-filter: blur(30px);
        -webkit-backdrop-filter: blur(4px);
        border-bottom: 1px solid rgba(255, 255, 255, 0.18);
    }

}

@media (max-width:1199px) {
    .navbar-nav .nav-link {
        color: #000;
    }
}

@media screen and (max-width:900px) {
    .navbar .navbar-brand img {
        width: 140px;
    }
}

@media screen and (max-width:500px) {
    .navbar .navbar-brand img {
        width: 130px;
    }
}

@media screen and (min-width:1400px) {
    .navbar .navbar-nav .nav-item {
        margin: 0 16px;
    }
}


/* banner */

.banner-slider {
    overflow: hidden;
    height: 100vh;
}

#myCarousel {
    overflow: hidden;
}

.carousel-item img {
    width: 100%;
    object-fit: cover;
    height: 100vh;
}

.banner-slider .carousel-control-prev,
.banner-slider .carousel-control-next {
    top: 50% !important;
    margin: 0 20px;
    transform: translateY(-50%) !important;
    z-index: 5;
    height: 50px;
    width: 50px;
    background: transparent;
    border: 1px dashed #fff;
    border-radius: 50%;
    text-decoration: none;
}

.banner-slider .carousel-control-prev i,
.banner-slider .carousel-control-next i {
    text-decoration: none;
    /* padding: 1rem 1.5rem; */

}

.banner-slider .carousel-item.active::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: #0000006e;
    z-index: 1;
    overflow: hidden;
}

.carousel-item {
    height: 100%;
    width: 100%;
}




.carousel-item .banner-content {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 90%;
    transform: translate(-50%, -50%);
    z-index: 3;
}

@media screen and (min-width:1300px) {
    .carousel-item .banner-content {
        width: 80%;
    }

}

.banner-content h1 {
    font-weight: 800;
    font-size: 3.438rem;
    color: #fff;
}

.banner-slider .carousel-indicators {
    z-index: 5;
}

.banner-slider .carousel-indicators li.active {
    background: rgb(255, 255, 255) !important;
}

.banner-slider .carousel-indicators li {
    background: rgb(139, 137, 137) !important;
}





.banner-slider .banner-content {
    opacity: 0;
    transition: opacity 1.5s ease-in-out;
}

.banner-slider .carousel-item.active .banner-content {
    opacity: 1;
}

.banner-content .butn,
.banner-content .banner_subtitle,
.banner-slider .carousel-item.active h1 {
    opacity: 0;
    animation: fadeIn 1.5s ease-out forwards;
    animation-delay: 1s;
}

@keyframes fadeIn {
    0% {
        opacity: 0;
        transform: translateX(20px);
    }

    100% {
        opacity: 1;
        transform: translateX(0);
    }
}


.banner-content .butn {
    animation-delay: 1.5s;
}

.banner-slider .carousel-item.active img {
    animation: zoom 10s ease-in forwards;
    animation-delay: 1s;
}

@keyframes zoom {
    0% {
        transform: scale(1);
    }

    100% {
        transform: scale(1.1);
    }
}


.banner-content .banner_title {
    background: #1477B2;
    background: linear-gradient(to right, #1477B2 0%, #FFFFFF 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-shadow: 2px 2px #ffffff;
}

.banner-content .banner_subtitle {
    position: relative;
    display: inline-block;
    font-family: "Orbitron", sans-serif;
    color: #FFF;
    letter-spacing: 2px;
    font-weight: 200;
}


.banner-content .banner_subtitle .ab_lg {
    position: absolute;
    top: 0;
    left: 50%;
    width: 50%;
    transform: translateX(-50%);
    object-fit: contain;
    object-position: center center;
    z-index: -1;
    filter: opacity(40%);

}




@media screen and (max-width:999px) {

    .banner-slider .carousel-control-prev,
    .banner-slider .carousel-control-next {
        display: none;
    }
}

@media screen and (max-width:800px) {
    .banner-content h1 {
        font-size: 3.125rem;
    }
}


@media screen and (max-width:700px) {
    .banner-content h1 {
        font-size: 3rem;
    }
}

@media screen and (max-width:650px) {
    .banner-content h1 {
        font-size: 2.875rem;
    }
}

@media screen and (max-width:600px) {
    .banner-content h1 {
        font-size: 2.75rem;
    }
}


@media screen and (max-width:550px) {
    .banner-content h1 {
        font-size: 2.625rem;
    }

    .banner-content .banner_subtitle {
        font-size: 15px;
    }
}


@media screen and (max-width:500px) {
    .banner-content h1 {
        font-size: 2.5rem;
    }
}


@media screen and (max-width:450px) {
    .banner-content h1 {
        font-size: 2.375rem;
    }

    .banner-content .banner_subtitle {
        font-size: 14px;
    }

    .carousel-item .banner-content {
        width: 95%;
    }
}


@media screen and (max-width:400px) {
    .banner-content h1 {
        font-size: 2.25rem;
    }

    .banner-content .banner_subtitle {
        font-size: 13px;
    }
}


@media screen and (max-width:350px) {}


/* BANNER SLIDER END */

.sct3_main-wrapper {
    position: relative;
    max-width: 99%;
    background-color: #eafaff;
    border-radius: 14px;
}


.sct3_main-wrapper .ptr_1 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    filter: opacity(15%);
    padding: 0;
}

.sct3_bx {
    position: relative;
    background-image: linear-gradient(90.2deg, #012f5f -0.4%, rgba(56, 141, 217, 1) 106.1%);
    padding: 30px 20px 20px 20px;
    transition: all 0.3s linear;
    height: 100%;
}

.sct3_bx .svg {
    position: absolute;
    left: 0;
    bottom: 0;

}

.sct3_bx:hover {
    transform: scale(1.02);
}

.sct3_bx.sec {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 30px 20px;
    border-top-left-radius: 30px;
    border-bottom-right-radius: 30px;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.25);
    box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.082);
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    border: 1px solid rgba(255, 255, 255, 0.18);
    height: 100%;
    min-height: 170px;
}

.sct3_title {
    position: relative;
    color: #fff;
    font-weight: 300;
    margin-left: 12px;
    font-size: 20px;
}

.sct3_content {
    position: relative;
    z-index: 2;
}

.sct3_title::before {
    position: absolute;
    content: "";
    top: -10px;
    left: -10px;
    height: 10px;
    width: 10px;
    border-radius: 50%;
    background-color: #ffffff;
}

.sct3_desc {
    font-weight: 300;
    color: #d0d0d0;
    /* font-size: 0.875rem; */
}


.sct3_bx:hover .sct3_desc {
    color: #FFF;
}

/* .sct3_desc:hover {
  color: #fb8500;
} */

.sct3_btn>a {
    color: #fff;
    font-weight: 500;
    transition: all 0.3s lienar;
}

.sct3_btn a:hover {
    transition: all 0.3s ease-in-out;
    color: #fb8500;
}

.sct3_btn>a:hover i {
    transition: all 0.3s ease-in-out;
    transform: translateX(10px);
}

.sct3_icon {
    height: 60px;
    width: 60px;

    background-color: #FFF;
    border-radius: 100%;
    transition: all 0.3s linear;
}

.sct3_icon img {
    position: relative;
    z-index: 20;
    object-fit: contain;
    padding: 12px;
    filter: brightness(0) saturate(100%) invert(11%) sepia(49%) saturate(2725%) hue-rotate(187deg) brightness(91%) contrast(99%);
}



/* SECTION 1 ABOUT------------------------------------- */
.main-image {
    position: relative;
}

.main-image .ptr_4 {
    position: absolute;
    left: 0;
    bottom: 0;
    filter: drop-shadow(8px 29px 19px #00000096);
}

.main-image-inner {
    overflow: hidden;
    border-bottom-left-radius: 50%;
}

.main-image-inner.sec {
    overflow: hidden;
    border-bottom-left-radius: 0;
}


.sct1_title {
    /* font-size: 50px; */
    font-weight: 700;
    letter-spacing: 0.9px;
    color: #012f5f;
}

.sct1_desc {
    color: var(--pri-text);
    font-weight: 300;
}

@media screen and (max-width:1200px) {}



/* projetcs */
.projects-slider {
    display: flex;
    flex-direction: row !important;
    gap: 50px;
}

.ser-img-sec {
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
    overflow: hidden;
    flex-basis: 50%;
}



.owl-item {
    opacity: 0;
}

.owl-item.active {
    display: block;
    opacity: 1;
}

.owl-item.owl-item.active .ser-img-sec img {
    animation: zoom 10s ease-in forwards;
    animation-delay: 1s;
}

.projects-caro-wrapper .post-slide .projects-slider .ser-img-sec:nth-child(2) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
}

@keyframes zoom {
    0% {
        transform: scale(1);
    }

    100% {
        transform: scale(1.1);
    }
}

@media(max-width:999px) {
    .projects-slider {
        flex-direction: column !important;
    }

    .ser-img-sec {
        border-radius: 50px;
    }

    .slider-content-sec {
        border-radius: 50px;
    }

    .projects-caro-wrapper .post-slide .projects-slider .ser-img-sec:nth-child(2) {
        border-radius: 50px;
    }
}

.owl-nav {
    display: flex;
    justify-content: center;
    margin-top: 20px;
    gap: 10px;
    margin-inline: auto;
}

.owl-nav .owl-prev {
    height: fit-content;
    background-color: blue;
}

.owl-nav .owl-prev span,
.owl-nav .owl-next span {
    padding: 10px 15px;
    background-color: rgba(164, 160, 160, 0.521);
    /* font-size:50px; */
    overflow: hidden;
    display: flex;
    font-weight: 700;
    align-items: center;
    justify-content: center;
    color: #fff;
}

@media (max-width:999px) {
    .projects-slider {

        flex-direction: column !important;
        gap: 20px;
    }
}


/* SERVICES */
.sc-2.services {
    position: relative;
    background-color: var(--sec-bg);
}

.sc-2.services .ptr_2 {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    filter: brightness(0) saturate(100%) invert(48%) sepia(10%) saturate(427%) hue-rotate(167deg) brightness(90%) contrast(82%) opacity(25%);
}

.sc_2-box {
    border-radius: 20px;
    overflow: hidden;
    transition: all 0.5s ease;
    height: 100%;
}


.sc_2-box .box_inner {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    height: 100%;
}

.sc_2-box:hover .sc2_thumbnail>img {
    transform: scale(1.1);
}



.sc2_thumbnail img {
    transition: all 0.5s ease;

}

.ser_header {
    position: relative;
    z-index: 3;
}

.ser_ti {
    display: block;
    font-size: 1.25rem;
    color: var(--pri-text);
    border-radius: 100px;
    padding: 0.563rem 0.75rem;
    background-color: #FFF;
    /* width: 90%; */
    margin: 0 auto;
    margin-top: -50px;
    font-weight: 500;
    text-align: center;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    transition: all 0.5s ease;
}

.ser_body .body_inner {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
    z-index: 5;
    height: 100%;
}


/* .sc-2.services::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 25%;
    background-image: url(../asset/bg-1.jpg);
    background-repeat: no-repeat;
    z-index: 1;
    background-position: left center;
    background-size: cover;
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    background-attachment: fixed;
} */

.ser_body {
    position: relative;
    flex-grow: 1;
    padding: 30px;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    margin-top: -30px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background: rgba(255, 255, 255, 0.408);
    box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.37);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(4px);
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    z-index: 2;
    /* height: 100%; */

}

.ser_body .ser_desc {
    font-weight: 300;
}

/* .sc_2-box .ser_body::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(255, 255, 255, 0.408);
    box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.37);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(4px);
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    z-index: 1;
} */




/* footer -------------------------------------------------------------------*/

.ftr_logo-wrapper {
    position: relative;
}

.ftr_logo-wrapper>.circle {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 90px;
    background-image: linear-gradient(90.2deg, #004186 -0.4%, #388dd9 106.1%);
    border-radius: 49% 51% 0% 7% / 100% 100% 0% 0%;
    /* z-index: 5; */
}

.ftr_logo-wrapper .ftr_logo-img {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    height: 150px;
    width: 150px;
    background-color: #FFF;
    border-radius: 100%;
    z-index: 6;
    overflow: hidden;
}

.ftr_logo-wrapper .ftr_logo-img .img {
    padding: 12px;
}

.footer {
    position: relative;
    z-index: 1;
    background-image: linear-gradient(90.2deg, rgb(0, 65, 134) -0.4%, rgba(56, 141, 217, 1) 106.1%);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    background-attachment: scroll;
    /* margin-top: -8px; */
    /* overflow: hidden; */
    overflow-x: hidden;

}


footer #wave {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    filter: opacity(30%);
}

@media(max-width:767px) {
    .footer {

        padding-bottom: 50px;
    }

    .footer-bottom {

        text-align: center;
    }
}

.ftr-desc-sec {
    color: #FFF;
}


.footer .widget {
    padding: 40px 0 0;
    height: 100%;
    overflow: hidden;
}

@media (max-width:500px) {
    .footer .widget {
        padding: 20px 0 0;

    }
}


.footer_logo {
    padding: 17px 30px
}


.footer .widget .widget-title {
    font-size: 19PX;
    line-height: 16px;
    font-weight: 500;
    margin-bottom: 25px;
    display: inline-block;
    position: relative;
    color: #FFF;
}

.footer .textwidget p {
    color: #ffffff5e;
    font-weight: 400;
    font-size: 15px;
}

footer .widget-text {
    color: #FFF;
}


.footer .social-icons li>a {
    display: block;
    height: 50px;
    width: 50px;
    line-height: 36px;
    border-width: 1px;
    border-style: solid;
    text-align: center;
    transition: all .3sease-in-out;
    -webkit-transition: all .3sease-in-out;
    color: var(--pri-link);
}

.social-icons ul {
    display: flex;
    gap: 10px;
    list-style: none;

}

.social-icons.circle li>a {
    height: 40px;
    width: 40px;
    line-height: 40px;
    text-align: center;
    display: block;
    background-color: #FFF;
    font-size: 19px;
    border-radius: 50%;
    border: 1px solid #e5e5e5;
}

.social-icons.circle li>a i {
    color: #0077b6;
}

.menu .menu-link {
    list-style: none;
}

.menu .menu-link a {
    display: block;
    padding: 0 0 11px 0;
    position: relative;
    color: #FFF;
    padding-left: 22px;
    font-weight: 200;
    text-decoration: none;
}

.widget .menu .menu-link a:before {
    position: absolute;
    content: "";
    top: 12px;
    left: 0;
    height: 1px;
    width: 10px;
    background-color: #ffffff5e;
}

.footer .widget .widget-title:before {
    position: absolute;
    content: '';
    bottom: -14px;
    left: 0;
    width: 18px;
    height: 2px;
    display: block;
    background-color: var(--sec-clr);
}

.frt-footer {
    position: relative;
    z-index: 10;
    border-bottom: 1px solid #ffffff1c;
}


/* .frt-footer .widget-area:not(:nth-child(2)) .widget {
    background-color: #1a1f31;
  } */


.frt-footer .widget-area:nth-child(2) .widget {
    background-color: var(--sec-clr);
}

.frt-footer .widget-area:nth-child(2) .widget .featured-icon-box .featured-desc {
    color: #FFF !important;

}


.featured-icon-box .featured-desc {
    color: #FFF;
    font-weight: 200;
    opacity: 0.6;
}

.frt-footer .widget-area .widget {
    padding: 17px 30px;
    position: relative;
}

.frt-footer .featured-icon-box {
    display: flex;
    align-items: center;
}

.frt-footer .featured-icon-box .featured-content {
    padding-left: 15px;
}

.frt-footer .featured-icon-box .featured-icon .cmt-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 46px;
    height: 46px;
    line-height: 46px;
    color: var(--pri-link);
    background-color: rgba(255, 255, 255, .07);
    box-shadow: 0 0 10px 0px rgba(0, 0, 0, .08);
}


.frt-footer .featured-icon-box .featured-title h5 {
    font-size: 16px;
    font-weight: 400;
    line-height: 23px;
    text-wrap: wrap;
    margin-bottom: 0;
    color: #FFF;
}

.footer .adrs .adrs-icon {
    border-width: 1px;
    border-style: solid;
    border-color: #FFF;
    height: 40px;
    width: 40px;
    line-height: 40px;
    text-align: center;
    display: block;
    background-color: transparent;
    font-size: 19px;
    border-radius: 50%;
    color: #FFF;
    flex-shrink: 0;
}


.widget-adrs {
    position: relative;
    height: 100%;
    width: 100%;

}

.widget-adrs::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-image: url(../images/map.png);
    background-size: contain;
    background-repeat: no-repeat;
    filter: opacity(50%);
    z-index: -1;

}


.adrs {
    display: flex;
    align-items: center;

}

.adrs .adrs-text {
    height: 100%;
    color: #FFF;
}

.adrs .adrs-text a {
    color: #FFF;
    text-decoration: none;
}

.adrs .adrs-icon {
    margin-right: 9px;
}

.adrs:nth-child(2) {
    padding-top: 18px;
}

.footer-bottom {
    padding-top: 40px;
    padding-bottom: 30px;
    border-top: 1px solid #ffffff1c;
}

.footer-bottom .copyright {
    color: #ffffff40;
    font-size: 12px;
}

.footer-bottom .design {
    color: #ffffff40;
    font-size: 12px;
}

.footer-bottom .design a {
    color: #ffffff8f;
}




.sct_2.services {
    position: relative;
    background:
        linear-gradient(217deg, rgba(0, 0, 0, 0.393), rgba(255, 0, 0, 0) 70.71%),
        linear-gradient(127deg, rgba(0, 0, 0, 0.393), rgba(0, 255, 0, 0) 70.71%),
        linear-gradient(336deg, rgba(0, 0, 0, 0.393), rgba(0, 0, 255, 0) 70.71%),
        url("../asset/Swimming Pool Construction team.jpg");

    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;

}


.sct_2.services.sec {
    background: none;
}


.sct_2.services.sec .title {
    color: #001d3d !important;
}

.water-background {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: -1;
    background: linear-gradient(to bottom, #0077be, #003366);
    perspective: 1000px;
}



/* testimonial */
.testi-header {
    text-align: center;

}

.t-quote {
    position: relative;
    border-radius: 10px;
}

.t-quote .t-quote-pattern {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: flex-start;
    background: linear-gradient(to bottom, #0077be, #003366);
    border-radius: 10px 10px 0 0;
}

.t-quote .t-quote-pattern .t-quote-qmark {
    flex-basis: 100px;
    font-size: 60pt;
    color: #f9f9f9;
    text-align: center;
    height: 80px;
    line-height: 90pt;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    user-select: none;
}

.t-quote .testi-image {
    position: absolute;
    top: 45px;
    left: calc(50% - 35px);
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: #FFF;
}

.t-quote .testi-image img {
    padding: 10px;
}

.t-quote .t-quote-base {
    background: #ffffff;
    padding: 30px;
    font-size: 11pt;
    line-height: 1.62em;
    border-radius: 0 0 10px 10px;
}

.t-quote .t-quote-base .t-quote-text {
    color: #232223;
}

.t-quote .t-quote-meta {
    margin-top: 30px;
    padding-top: 10px;

    text-align: center;
}

.t-quote .t-quote-meta .t-quote-author,
.t-quote .t-quote-meta .t-quote-source {
    color: #777777;
}

.t-quote .t-quote-meta .t-quote-author {
    font-style: normal;
    text-transform: uppercase;
    letter-spacing: 0.03em;
    font-size: 10pt;
    font-weight: bold;
}



.t-quote .t-quote-meta .t-quote-source {
    font-size: 9pt;
}



@media screen and (max-width: 768px) {

    .t-quote .t-quote-base {
        padding-left: 30px;
    }
}


/* GALLERY PAGE */
#gallery {
    padding-top: 40px;
}

@media screen and (min-width: 991px) {
    #gallery {
        padding: 40px 30px 40px 30px;
    }
}

.img-wrapper {
    position: relative;
    margin-top: 15px;
    overflow: hidden;
}

.img-wrapper img {
    /* max-width: 50vw;
    height: 66vh; */
    object-fit: cover;
}

@media (max-width: 999px) {
    .img-wrapper img {
        max-width: 100%;
        height: 100%;
    }
}

.img-overlay {
    background: rgba(0, 0, 0, 0.7);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
}

.img-overlay i {
    color: #fff;
    font-size: 3em;
}

#overlay {
    background: rgba(0, 0, 0, 0.7);
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 999;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

#overlay img {
    margin: 0;
    width: 80%;
    height: auto;
    object-fit: contain;
    padding: 5%;
}

@media screen and (min-width: 768px) {
    #overlay img {
        width: 60%;
    }
}

@media screen and (min-width: 1200px) {
    #overlay img {
        width: 50%;
    }
}

#nextButton {
    color: #fff;
    font-size: 2em;
    transition: opacity 0.8s;
}

#nextButton:hover {
    opacity: 0.7;
}

@media screen and (min-width: 768px) {
    #nextButton {
        font-size: 3em;
    }
}

#prevButton {
    color: #fff;
    font-size: 2em;
    transition: opacity 0.8s;
}

#prevButton:hover {
    opacity: 0.7;
}

@media screen and (min-width: 768px) {
    #prevButton {
        font-size: 3em;
    }
}

#exitButton {
    color: #fff;
    font-size: 2em;
    transition: opacity 0.8s;
    position: absolute;
    top: 15px;
    right: 15px;
}

#exitButton:hover {
    opacity: 0.7;
}

@media screen and (min-width: 768px) {
    #exitButton {
        font-size: 3em;
    }
}

/* GALLERY PAGE */
:root {
    --card_width: 350px;
    --row_increment: 10px;
    --card_border_radius: 16px;
    --card_small: 26;
    --card_med: 33;
    --card_large: 45;
}

.gallery {
    display: block;
    position: relative;
}

.pin_container {
    margin: 0;
    padding: 0;
    width: 95vw;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    display: grid;

    grid-template-columns: repeat(auto-fill, var(--card_width));
    grid-auto-rows: var(--row_increment);
    justify-content: center;
}

.card {
    padding: 0;
    margin: 15px 10px;
    border-radius: var(--card_border_radius);
    border: none !important;
    overflow: hidden;
    border-radius: 15px;
}

.card:hover img {
    transform: scale(1.1);
}

.card img {
    object-fit: cover;
    transition: transform 0.3s ease-out;
}

.card_small {
    grid-row-end: span var(--card_small);
}

.card_medium {
    grid-row-end: span var(--card_med);
}

.card_large {
    grid-row-end: span var(--card_large);
}

.pin_container .img-wrapper {
    margin-left: 10px;
    margin-right: 10px;
    border-radius: 12px;
}



/* contact page */
.contact .map {
    overflow: hidden;
    border-radius: 20px;
}

.contact_list {
    background-color: var(--sec-bg);
}

.cnt {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 30px;
    border-radius: 14px;
    height: 100%;
    background-image: linear-gradient(90.2deg, #012f5f -0.4%, rgba(56, 141, 217, 1) 106.1%);

    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.cnt:hover {
    transform: scale(1.03);
}

.cnt_icon {
    width: 60px;
    height: 60px;
    background-color: #FFFF;
    padding: 12px;
    border-radius: 50%;
}


.cnt_body {
    display: flex;
    align-items: center;
    flex-direction: column;
}

.cnt_title {
    position: relative;
    display: inline-flex;
    color: #FFF;
    font-size: 22px;
    font-weight: 600;
    letter-spacing: 1px;
}


.cnt_title::before {
    content: '';
    position: absolute;
    left: -35px;
    top: 50%;
    height: 1px;
    width: 30px;
    background-color: #dadada;
}

.cnt_title::after {
    content: '';
    position: absolute;
    right: -35px;
    top: 50%;
    height: 1px;
    width: 30px;
    background-color: #dadada;
}

.cnt_body .txt {
    color: #f8f9fa;
    word-break: break-all;
    font-weight: 200;
}

/* WHY CHOOSE US PAGE */
.ftr_box {
    display: flex;
    align-items: center;
    flex-direction: column;
    background: rgb(255, 255, 255);
    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);
    padding: 30px 20px 20px 20px;
    transition: all 0.3s ease;
    height: 100%;
}

.ftr_box:hover {
    transform: scale(1.03);
    background-color: #001d3d;
    color: #FFF;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
}


.ftr_box:hover .ftr-icon {
    filter: brightness(0) saturate(100%) invert(100%) sepia(2%) saturate(1%) hue-rotate(225deg) brightness(104%) contrast(100%);
}


.ftr_box:hover .ftr_title {
    color: #FFF;
}

.sct3_ftr .ftr_box .ftr-icon {
    height: 50px;
    width: 50px;
}


.sct3_ftr .ftr_title {
    display: inline-block;
    color: var(--pri-title);
    font-weight: 500;
    /* font-size: 1.25rem; */
}

.sct3_ftr .ftr_desc {
    font-weight: 300;

}


.sct3_inner.sec {
    position: relative;
    columns: 2;
}

.sct3_inner.sec img {
    display: block;
    margin-top: 18px;
    border-radius: 18px;
}


.sct3_ftr {
    background-color: #003366;
}


.sticky-social {
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    padding: 0px;
    margin: 0px;
    z-index: 999;
    padding-right: 10px;
}

.social {
    padding: 10px 5px;
    background: rgba(255, 255, 255, 0.25);
    box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.166);
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    list-style: none;
}

.social img {
    height: 50px;
    width: 50px;
}

.social li {
    border-radius: 50%;
    font-size: 25px;
    transition: all 0.3s ease-in-out;
}

.social li a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: max-content;
    
}



.social li:hover img {
    transform: scale(1.1);
}


.fa {
    color: #fff;
    transition: all 0.8s ease-in-out;
}