* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: "Lato", sans-serif;
}

section {
    overflow: hidden !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
a {
    font-family: "Lato", sans-serif;
}

a {
    text-decoration: none !important;
}

img {
    width: 100%;
}

.tbp {
    padding: 80px 0;
}

.tbm {
    margin: 80px 0;
}

.video {
    width: 100%;
    max-width: 500px;
    height: 352px;
}

.video source {
    width: 100%;
    max-width: 1000px;
    height: 550px;
}

/* .hds-ic {
    align-items: center;
    display: flex;
    background: #15181B;
}
.hds-l {
    width: 100%;
    max-width: 320px;
    background-color: #fff;
    border-radius: 0 0 36px 0;
    padding: 20px 20px 20px 0;
}
.hdsr-top-ic {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.hds-r {
    width: 100%;
}
.hdsr-top {
    background: #004aad;
    padding: 6px 30px;
}
.hdsr-top-ic a {
    color: #fff;
    display: inline-flex;
    align-items: center;
    gap: 12px;
} */
.hdsr-top {
    background: #004aad;
}

.hdsr-top-ic {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.hdsr-top-ic a {
    color: #fff;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-size: 14px;
}

.hdsr-topr {
    display: flex;
    gap: 16px;
}

.hdsr-top {
    background: #004aad;
    padding: 8px 30px;
    margin-left: 280px;
}

nav.navbar {
    padding: 0 0;
}

.navbar-logo {
    padding: 22px 16px !important;
    margin: -42px 26px 0 0 !important;
    background: #fff;
    border-radius: 0 0 60px 0;
    display: block;
}

.hdsr-btm-ic nav {
    background: #ededed;
}

.navbar-logo img {
    max-width: 250px;
}

a.nav-link {
    color: #000;
    text-transform: capitalize;
    font-weight: 600;
    font-size: 18px;
    padding: 26px 0 !important;
    margin: 0px 26px 0 0;
}

a.nav-link.active {
    color: #004aad !important;
}

.hds-ic {
    position: relative;
    box-shadow: 0 0 20px #00000030;
}

.navbar-collapse {
    margin-right: 30px;
}

.btn1 {
    color: #004aad;
    font-weight: 600;
    font-size: 16px;
    line-height: 50px;
    display: inline-block;
    padding-inline: 18px;
    /* border-radius: 4px; */
    letter-spacing: 0.4px;
    background: #fff;
    border: 1px solid #004aad;
}

.btn1 i,
.btn2 i,
.btn3 i {
    margin-left: 6px;
}

section.hero-banner {
    margin-top: -125px;
    position: relative;
    z-index: 0;
}

section.header-sec {
    position: relative;
    z-index: 9;
}

.hbs-slide {
    position: relative;
    overflow: hidden;
}

/*.hbs-slide:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: #000000b8;
    top: 0;
    left: 0;
}*/
.hbsc-det {
    position: absolute;
    top: 60%;
    transform: translateY(-50%);
    color: #fff;
    width: 100%;
    max-width: 700px;
    z-index: 2;
}

.hbs-bg img {
    max-height: 750px;
    min-height: 750px;
    object-fit: cover;
    object-position: center center;
}

.hbsc-det h5 {
    font-size: 24px;
    text-decoration: underline;
    line-height: 34px;
    margin-bottom: 14px;
    font-weight: 500;
}

.hbsc-det h3 {
    font-size: 60px;
    font-weight: 600;
    line-height: 80px;
    text-transform: capitalize;
}

.hbsc-det p {
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    margin-bottom: 20px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.btn2a {
    color: #000;
    border: none;
    font-weight: 600;
    font-size: 18px;
    line-height: 50px;
    display: inline-block;
    padding-inline: 18px;
    background: transparent;
    border: 1px solid #d5d5d5;
}

.btn2 {
    color: #fff;
    border: none;
    font-weight: 600;
    font-size: 18px;
    line-height: 50px;
    display: inline-block;
    padding-inline: 18px;
    background: transparent;
    border: 1px solid #e9e9e9
}

.hbss-shape {
    position: absolute;
    z-index: 1;
    -webkit-animation: upDown 1.3S infinite alternate;
    animation: upDown 1.3S infinite alternate;
}

.hbss-shape1 {
    left: -820px;
    top: -200px;
}

.hbss-shape2 {
    left: -200px;
    bottom: -660px;
}

.hbss-shape3 {
    right: -540px;
    top: -470px;
}

.hbss-shape4 {
    right: -250px;
    bottom: -530px;
    opacity: 80%;
}

@keyframes upDown {
    0% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }

    100% {
        -webkit-transform: translateY(-15px);
        transform: translateY(-15px);
    }
}

@keyframes downUp {
    0% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }

    100% {
        -webkit-transform: translateY(15px);
        transform: translateY(15px);
    }
}

/* .slick-prev {
    left: 40px !important;
    z-index: 1;
}
.slick-next {
    right: 40px !important;
}
.slick-next:before, .slick-prev:before {
    font-family: FontAwesome !important;
    font-size: 24px !important;
}
.slick-next, .slick-prev {
    width: 50px !important;
    height: 50px !important;
    border: 1px solid #fff !important;
    border-radius: 60%;
} */
.hbs-slider .slick-next,
.hbs-slider .slick-prev {
    width: 75px !important;
    height: 75px !important;
    background-color: #11111114 !important;
    border-radius: 100%;
}

.hbs-slider .slick-prev {
    left: 70px !important;
    z-index: 1;
}

.hbs-slider .slick-next {
    right: 70px !important;
}

.hbs-slider .slick-prev:before {
    content: '' !important;
    margin-right: 0;
    background: url(../../assets/img/arrow.png);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(20%, -50%) rotate(180deg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    max-width: 50px;
}

.hbs-slider .slick-next:before {
    content: '' !important;
    margin-right: 0;
    background: url(../../assets/img/arrow.png);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-120%, -50%);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    max-width: 50px;
}

.hbs-slider button.slick-prev:hover:before {
    transform: translate(-50%, -50%) rotate(180deg) !important;
    transition: 0.7s ease !important;
}

.hbs-slider button.slick-next:hover:before {
    transform: translate(-50%, -50%) !important;
    transition: 0.7s ease !important;
}

.main-title h6 {
    position: relative;
    padding-left: 56px;
    font-size: 20px;
    font-weight: 600;
    color: #004aad;
    margin-bottom: 16px;
    display: inline-block;
}

.main-title h6:before {
    content: "";
    position: absolute;
    width: 100%;
    max-width: 40px;
    height: 3px;
    background: #004aad;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
}
.main-title h5 {
    font-size: 35px;
    font-weight: 700;
    line-height: 52px;
}
.main-title h3 {
    font-size: 48px;
    font-weight: 700;
    line-height: 62px;
}
.main-title h2 {
    font-size: 42px;
    font-weight: 700;
    line-height: 62px;
}
.main-title h1 {
    font-size: 48px;
    font-weight: 700;
    line-height: 62px;
}

.main-con p a {
    color: #004aad;
}

.main-con p {
    font-size: 18px;
    line-height: 33px;
    font-weight: 400;
    margin-bottom: 14px;
    color: #000;
}
.resid-sepit{
    font-size: 20px;
    line-height: 1.8;
}

ul.ul2 {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
}

ul.ul2 li {
       width: 100%;
    max-width: 48%;
    position: relative;
    padding-left: 40px;
    font-size: 18px;
    /* font-weight: 600; */
    line-height: 30px;

}

.ibc-con p {
    font-size: 18px;
    line-height: 30px;
}

ul.ul2 li:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: url(../../assets/img/check.png);
    background-size: contain;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background-repeat: no-repeat;
    max-width: 20px;
    max-height: 20px;
    min-width: 20px;
    min-height: 20px;
}

.main-ul {
    margin: 25px 0;
}

.habt-img {
    overflow: hidden;
    border-radius: 70px 0px;
    border: 6px solid #ffffff;
}

.mb-30 {
    margin-bottom: 30px;
}

.habtr-ic {
    margin-left: 50px;
}

.habt-ic {
    position: relative;
}

.pab-1 {
    position: absolute;
    z-index: -1;
}

.hab-bg1 {
    left: -535px;
    top: -62px;
}

.hab-bg2 {
    width: 644px;
    height: 644px;
    left: 61px;
    bottom: -104px;
    border-radius: 500px;
    background: rgb(0 74 173 / 11%);
    -webkit-filter: blur(50px);
    filter: blur(50px);
}

.upDown {
    -webkit-animation: upDown 1.3S infinite alternate;
    animation: upDown 1.3S infinite alternate;
}

.downUp {
    -webkit-animation: downUp 1.3S infinite alternate;
    animation: downUp 1.3S infinite alternate;
}

.hab-bg3 {
    left: -438px;
    width: 741px;
    top: -30px;
    height: 673px;
    border-radius: 500px;
    background: rgba(255, 54, 54, 0.08);
    -webkit-filter: blur(200px);
    filter: blur(200px);
}

section.h-pro-details {
    background: #fff3f3;
    position: relative;
    z-index: 0;
    overflow: hidden;
}

.hpdr-ic {
    display: flex;
    flex-direction: column !important;
    align-items: flex-end !important;
}

.hpdr-i1 {
    border-radius: 10px;
    overflow: hidden;
    width: 410px;
    height: 444px;
    padding: 10px;
    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;
}

/* .hpdr-i1 img {
    overflow: hidden;
    border-radius: 6px;
    width: 378px;
    height: 410px;
} */
.hpdr-i2 {
    width: 310px;
    height: 310px;
    overflow: hidden;
    margin-top: -207px;
    position: relative;
    border-radius: 500px;
    border: 6px solid #ffffff;
    margin-right: 210px;
}

.hpd-ic {
    position: relative;
}

.hpd-bg1 {
    top: -200px;
    opacity: 2%;
    left: -664px;
}

.hpd-bg2 {
    top: -120px;
    opacity: 2%;
    right: -392px;
}

.hpdl-con {
    display: flex;
    flex-wrap: wrap;
    gap: 18px;
}

.hdpl-box {
    width: 100%;
    max-width: 31%;
    background: #fff;
    padding: 20px;
    position: relative;
    text-align: center;
    /* box-shadow: 0 0 20px #00000029; */
}

.hdpl-bi img {
    max-width: 60px;
    margin-bottom: 12px;
}

.tt-center {
    text-align: center;
}

.tt-center h6 {
    padding-right: 56px;
}

.tt-center h6:after {
    content: "";
    position: absolute;
    width: 100%;
    max-width: 40px;
    height: 3px;
    background: #004aad;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
}

.hdpl-box:before {
    content: "";
    position: absolute;
    width: calc(100% - 16px);
    height: calc(100% - 16px);
    box-shadow: 0 0 10px #e2e2e2;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.hdpl-bc span {
    font-size: 15px;
    font-weight: 500;
    line-height: 22px;
    display: block;
    color: #212121;
}

.fancy-box {
    position: relative;
}

/* .video-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 40px;
}

.video-item {
    width: calc(33.33% - 40px);
}
.sec-video {
    width: 425px;
    height: 240px;
   

}
.video-sec {
    width: 425px;
    height: 240px;
   

} */

.video-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.video-item video {
    width: 100%;
    height: 250px;
    object-fit: cover;
    border-radius: 10px;
}

/* Tablet */
@media (max-width: 991px) {
    .video-container {
        grid-template-columns: repeat(2, 1fr);
        gap: 15px;
    }

    .video-item video {
        height: 220px;
    }
}

/* Mobile */
@media (max-width: 767px) {
    .video-container {
        grid-template-columns: 1fr;
        gap: 15px;
    }

    .video-item video {
        height: auto;
        min-height: 200px;
    }
}

/* Small Mobile */
@media (max-width: 480px) {
    .video-item video {
        min-height: 180px;
    }
}

.middle{
    display: flex;
 
}

.project-block-three .inner-box .image-box {
    position: relative;
    box-shadow: 0 0 10px #00000030;
}

.project-block-three figure.image img {
    min-height: 350px;
    max-height: 350px;
    object-fit: cover;
    /* border-radius: 12px; */
}

.project-block-three .inner-box .image-box .content-box {
    position: absolute;
    background-color: #ffffff;
    width: 86%;
    padding: 20px 18px 20px;
    /* border-radius: 10px; */
    /* opacity: 0; */
    /* visibility: hidden; */
    -webkit-transition: all 300ms linear;
    transition: all 300ms linear;
    opacity: 1;
    visibility: visible;
    left: 20px;
    bottom: 20px;
}

.project-block-three .inner-box .image-box .content-box .title {
    margin-bottom: 0;
    text-transform: capitalize;
    color: #141414;
    font-size: 20px;
    font-weight: 600;
    line-height: 28px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.project-block-three .inner-box .image-box .content-box .arrow-btn {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: -21px;
    width: 42px;
    height: 42px;
    line-height: 34px;
    text-align: center;
    display: inline-block;
    color: #ffffff;
    background-color: #004aad;
    border: 4px solid #ffffff;
}

.mt-50 {
    margin-top: 50px !important;
}

.ham-slide {
    margin: 0 12px;
}

.ham-slider .slick-list {
    margin: 0 -12px;
}

.project-block-three .inner-box figure.image {
    overflow: hidden;
}

.ham-slide:hover .project-block-three .inner-box figure.image img {
    transform: scale(1.25) rotate(4deg);
    transition: 2s ease-in-out;
}

.slick-dots li button:before {
    font-size: 12px !important;
    color: #004aad !important;
}

.slick-dots li {
    margin: 0 2px !important;
}

.slick-dots {
    bottom: -38px;
}

section.h-aminities {
    position: relative;
    overflow: hidden;
}

.ham-bg {
    position: absolute;
    z-index: -1;
    background: url(../../assets/img/bg2.jpg);
    width: 100%;
    height: 105%;
    /* height: 210%; */
    top: 0;
    left: 0;
    opacity: 0.25;
}

.kit-bg{
      position: absolute;
    z-index: -1;
    background: url(../../assets/img/bg2.jpg);
    width: 100%;
    height: 90%;
    /* height: 170%; */
    top: 0;
    left: 0;
    opacity: 0.25;
}
.pit-bg {
    position: absolute;
    z-index: -1;
    background: url(../../assets/img/bg2.jpg);
    width: 100%;
    /* height: 100%; */
    height: 190%;
    top: 0;
    left: 0;
    opacity: 0.25;

}

.sptc-bg {
    position: absolute;
    z-index: -1;
    background: url(../../assets/img/bg2.jpg);
    width: 100%;
    /* height: 100%; */
    height: 185%;
    top: 0;
    left: 0;
    opacity: 0.25;

}




section.h-abt {
    position: relative;
    overflow-x: unset !important;
}

.hab-txt h2 {
    text-transform: uppercase;
    font-size: 180px;
    font-weight: 800;
    color: rgb(255, 255, 255);
    background-image: linear-gradient(rgb(255 255 255 / 0%) 46%, rgb(255 233 233 / 0%) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke: 1px rgb(0 0 0 / 10%);
    margin-bottom: 0;
    text-align: end;
    line-height: 130px;
}

.hab-txt {
    position: absolute;
    bottom: 0;
    right: 0px;
}

.hgas-box a {
    position: absolute;
    background: #000000b6;
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 36px;
    visibility: hidden;
}

.hgas-box a:before {
    position: absolute;
    width: calc(100% - 80%);
    height: calc(100% - 80%);
    border: 1px solid #fff;
    content: "";
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.hgas-box:hover a {
    visibility: visible;
    transition: 0.3s;
}

.hgas-box:hover a:before {
    height: calc(100% - 20px);
    width: calc(100% - 20px);
    transition: 1s;
}

.hgas-box img {
    min-height: 360px;
    max-height: 360px;
    object-fit: cover;
}

.hga-icm {
    position: relative;
}

.hga-divider {
    position: absolute;
    width: 100%;
    height: 14px;
    background: url(../../assets/img/divider2.png);
    top: -15px;
    background-size: contain;
    background-repeat: repeat;
}

.hcnt-ic {
    display: flex;
    justify-content: space-between;
    gap: 22px;
}

.hcnt-box {
    display: flex;
    align-items: center;
    background: #fff;
    padding: 30px 22px;
    width: 100%;
    border-radius: 6px;
}

section.h-con {
    position: relative;
}

.hcn-bg {
    position: absolute;
    top: 0;
    left: 0;
    background: url(../../assets/img/cargo-parcel.jpg);
    width: 100%;
    height: 100%;
    z-index: -1;
    min-height: 460px;
    max-height: 460px;
    background-attachment: fixed;
}

.hcn-bg:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: #000000cf;
    top: 0;
    left: 0;
    z-index: -1;
}

.hcnt-bl i {
    font-size: 35px;
    color: #004aad;
}

.hcnt-br h5 {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 8px;
}

.hcnt-br span {
    font-size: 17px;
    font-weight: 500;
    color: #2c2c2c;
}

.hcnt-br span a {
    color: #2c2c2c;
}

.hcnt-bl {
    padding-right: 16px;
    margin-right: 16px;
    border-right: 1px solid #21212138;
}

.hcn-row {
    display: flex;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 0 60px #00000010;
}

.hcn-bl,
.hcn-br {
    width: 100%;
    max-width: 50%;
}

.hcn-bl {
    background: #004aad14;
    padding: 40px 50px;
    border-radius: 10px 0 0 10px;
}

.hcn-br {
    padding: 40px 50px;
    border-radius: 0 10px 10px 0;
}

.form-row {
    display: flex;
    column-gap: 22px;
}

.form-group {
    width: 100%;
    margin-bottom: 22px;
}

.form-group .form-control {
    border: none;
    border-radius: 0;
    line-height: 40px;
    font-size: 15px;
    background: #dfdfdf75;
}

.hcnbl-author {
    display: flex;
    align-items: center;
    column-gap: 16px;
}

.hcnbl-al img {
    max-width: 60px;
    border-radius: 100px;
    min-width: 60px;
}

.hcnbl-ar h5 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 2px;
    color: #212121;
}

.hcnbl-ar span {
    font-size: 17px;
    line-height: 26px;
    font-weight: 400;
    color: #4a4949;
}

section.h-con {
    position: relative;
    background: url(../../assets/img/ptn-1.png);
    z-index: 0;
    /* margin-top: 80px; */
}

footer {
    background-image: url(../../assets/img/ft-bg.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 20px;
    background-color: #2f3243;
}

.ft-top {
    padding: 60px 0 30px;
}

.ftc-con p {
    font-size: 16px;
    line-height: 30px;
    font-weight: 400;
    margin-bottom: 14px;
    color: #ffffff;
}

.ftc-logo {
    margin-bottom: 20px;
}

.ftc-tt h4 {
    color: #fff;
    font-weight: 600;
    font-size: 20px;
    padding-left: 18px;
    line-height: 30px;
    position: relative;
    margin-bottom: 20px;
}

.ftc-tt h4:before {
    content: "";
    position: absolute;
    width: 100%;
    max-width: 4px;
    height: 100%;
    background: #004aad;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.ftc-ul ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.ftc-ul ul li {
    margin: 10px 0;
}

.ftc-ul ul li a {
    color: #fff;
    font-weight: 500;
    font-size: 16px;
}

.ftc-ic {
    margin-left: 20px;
}

.ftca-box {
    display: flex;
    column-gap: 16px;
    margin-bottom: 18px;
}

.ftca-bl {
    max-width: 16px;
    min-width: 16px;
    text-align: center;
    color: #004aad;
    font-size: 17px;
    height: 100%;
    margin-top: 4px;
}

.ftca-br span {
    font-size: 16px;
    line-height: 30px;
    font-weight: 400;
    margin-bottom: 14px;
    color: #fff;
}

.ftca-br span a {
    color: #e6e6e6;
}

.ft-btm {
    background: #00000057;
    border-radius: 10px;
    padding: 26px 50px;
    margin: 0 -50px;
    display: flex;
    justify-content: space-between;
}

.ft-btm p {
    font-weight: 500;
    color: #fff;
    margin-bottom: 0;
}

.ft-btm p a {
    color: #004aad;
}

footer a:hover {
    color: #004aad !important;
}

.sticky {
    width: 100%;
    position: fixed !important;
    top: 0px;
    z-index: 999999 !important;
}

.hga-divider2 {
    position: absolute;
    width: 100%;
    height: 14px;
    background: url(../../assets/img/divider2.png);
    bottom: -15px;
    background-size: contain;
    background-repeat: repeat;
    transform: rotate(-180deg);
}

section.h-gallery {
    padding: 80px 0;
}

section.h-gallery {
    overflow: hidden;
}

.hbs-slide:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: #000;
    top: 0;
    left: 0;
    opacity: 0.4;
}

.hwu-con {
    display: flex;
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap;
}
.hwu-con-drain{
    margin: 20px;
     display: flex;
    gap: 15px;
    justify-content: center;
    flex-wrap: wrap;
}

.hwuc-box {
    width: 100%;
    background: #fff;
    padding: 60px 20px 20px 20px;
    text-align: center;
    max-width: 23.5%;
    box-shadow: 0 0 10px #00000020;
    position: relative;
    margin-top: 40px;
}

.ibc-con ul {
    --icon-space: 1.3em;
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: left;
}

.ibc-con li {
    padding-left: var(--icon-space);
    font-size: 16px;
    line-height: 28px;
    font-weight: 400;
    margin-bottom: 6px;
    color: #000;
}

.ibc-con li:before {
    content: "\f101";
    font-family: FontAwesome;
    display: inline-block;
    margin-left: calc(var(--icon-space) * -1);
    width: var(--icon-space);
    font-size: 14px;
    color: #004aad;
}

.ibc-con h4 {
    font-weight: 600;
    margin-bottom: 14px;
    padding-bottom: 10px;
    position: relative;
    font-size: 20px;
    line-height: 30px;
    text-align: center;
}

.ibc-con h4:before {
    content: "";
    position: absolute;
    width: 60px;
    height: 3px;
    background: #004aad;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%)
}

.ibc-img img {
    filter: invert(0) brightness(10);
    max-width: 50px;
}

.ibc-img {
    background: #004aad;
    width: 100%;
    height: 100%;
    max-width: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    max-height: 100px;
    min-height: 100px;
    min-width: 100px;
    border: 8px solid #fff;
    position: absolute;
    top: -50px;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 100%;
}

.hwuc-box:after {
    content: "";
    position: absolute;
    width: 100%;
    max-width: 80%;
    height: 6px;
    background: #004aad;
    border-radius: 10px 10px 0 0;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

.process-single {
    position: relative;
}

.process-single::before {
    content: url(../../assets/img/arrow-wwd.png);
    position: absolute;
    right: -72px;
    top: 34px;
}

.process-single .icon {
    height: 140px;
    width: 140px;
    display: inline-block;
    position: relative;
    line-height: 132px;
    background: #fff;
    box-shadow: 0 0 40px 5px rgb(0 0 0 / 14%);
    border-radius: 50%;
    margin-bottom: 15px;
    font-size: 70px;
    color: #004aad;
}

.process-single .icon::before {
    content: "";
    position: absolute;
    left: 7px;
    right: 7px;
    top: 7px;
    bottom: 7px;
    border-radius: 50%;
    border: 3px solid #004aad;
}

.process-single span {
    position: absolute;
    height: 40px;
    width: 40px;
    font-size: 14px;
    background: #004aad;
    line-height: 40px;
    border-radius: 50%;
    color: #fff;
    left: -3px;
    top: -5px;
    font-weight: 600;
}

.process-single h4 {
    margin-bottom: 10px;
    font-size: 24px;
    font-weight: 700;
}

.nn {
    color: #2a2a2a;
    line-height: 30px;
}

.hwd-box:last-child .process-single::before {
    display: none;
}

.process-single .icon img {
    max-width: 70px;
}

section.about-counter {
    background: url(../../assets/img/sewage.jpg);
    background-size: cover;
    padding: 60px 0px;
    background-repeat: no-repeat;
    background-attachment: fixed;
    position: relative;
    z-index: 0;
}

section.about-counter:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: #000000cf;
    top: 0;
    left: 0;
    z-index: -1;
}

.about-counter .section,
.about-counter .section span {
    color: #fff !important;
}

.about-counter .section {
    margin: 0px;
}

.section {
    display: flex;
    justify-content: center;
    margin-top: 3rem;
}

.section ul {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 2rem;
    list-style: none;
    width: 100%;
    padding: 0;
    margin: 0;
}

.section ul li {
    width: 100%;
    font-weight: bold;
    font-size: 4em;
    text-align: center;
}

span.counter-content {
    color: #555555;
    font-size: 17px;
    font-weight: 700;
    text-transform: capitalize;
    letter-spacing: 2px;
    display: block;
    line-height: 28px;
}

.htes-p p {
    line-height: 30px;
    font-size: 16px;
    color: #2a2a2a;
    font-weight: 400;
    margin: 20px 0 0 0;
}

.htest-box {
    margin: 10px;
}

.testimonial-one__single {
    position: relative;
    -webkit-transition: all .35s;
    transition: all .35s;
    /* max-width: 800px; */
    margin: 0 auto 0px;
}

.testimonial-one__quote {
    font-size: 18px;
    line-height: 32px;
    font-weight: 500;
    margin-bottom: 18px;
    padding: 50px 60px;
    background: #fff3f3;
    color: #212121;
    border-radius: 10px;
    border-bottom: 4px solid #004aad;
    position: relative;
}

.testimonial-one__stars {
    font-size: 16px;
    letter-spacing: 2px;
    margin-bottom: 8px;
}

.testimonial-one__stars i {
    color: #eec423;
}

.testimonial-one__meta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    margin-left: 160px;
}

.testimonial-one__image {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 94px;
    flex: 0 0 94px;
    margin-right: 18px;
    padding: 10px;
    border: 3px solid #004aad;
    border-radius: 50%;
}

.testimonial-one__name {
    font-size: 20px;
    font-weight: 700;
    color: #004aad;
    display: block;
}

.testimonial-one__job {
    font-size: 14px;
    display: block;
    line-height: 18px;
}

.testimonial-one__quote-icon {
    width: 105px;
    height: 105px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    /* background: -webkit-gradient(linear,left bottom,left top,from(var(--e-global-color-primary)),to(var(--e-global-color-secondary))); */
    background: linear-gradient(90deg, #fff3f3 0%, #004aad 100%);
    border-radius: 0 10px 0 100%;
    font-size: 42px;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 20px;
}

/* .micon__quote:before {
    content: "\f10e";
} */
.testimonial-one__image img {
    width: 100%;
    max-width: 80px;
    height: 100%;
    max-height: 80px;
}

.htest-box {
    margin: 10px;
}

.testimonial-one__arrow {
    display: inline-block;
    width: 146px;
    height: 50px;
    position: absolute;
    top: 100%;
    left: 60px;
}

.testimonial-one__arrow span.first {
    -webkit-clip-path: polygon(0 0, 0% 100%, 100% 0);
    clip-path: polygon(0 0, 0% 100%, 100% 0);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: -2px;
    background: #fff3f3;
    z-index: 9;
}

.testimonial-one__arrow span.second {
    position: absolute;
    left: 0;
    right: -4px;
    bottom: -4px;
    top: 0;
    -webkit-clip-path: polygon(0 0, 0% 100%, 100% 0);
    clip-path: polygon(0 0, 0% 100%, 100% 0);
    background: #004aad;
    z-index: 1;
}

section.h-testimonial {
    position: relative;
}

.htes-overlay {
    background-image: url(../../assets/img/tes-pattern.png);
    background-position: 86% 70px;
    background-repeat: no-repeat;
    opacity: 1;
    height: 100%;
    width: 100%;
    top: 0;
    z-index: -1;
    left: 0;
    position: absolute;
}

section.h-testimonial {
    background-image: url(../../assets/img/tes-bg.png);
    background-position: top left;
    background-repeat: no-repeat;
}

.htes-2-inner {
    margin-left: 30px;
}

.sticky .hds-ic {
    margin-bottom: 20px;
}

select.form-select {
    background-color: #dfdfdf75;
    border: none;
    border-radius: 0;

    height: 52px;
}

.ftl-location ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.ftl-location ul li {
    margin: 12px 0;
    font-weight: 600;
}

.ftl-location ul li a {
    color: #fff;
}

.ftl-location ul li a:hover {
    color: #004aad;
}

.ftl-location {
    margin: 40px 0 20px;
}

.main-form {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 99999999;
    background: #000000c7;
    display: flex;
    width: 40vw;
    height: 60vh;
    justify-content: center;
    align-items: center;
    backdrop-filter: blur(3px);
    visibility: hidden;
    opacity: 0;
}

.main-form-b {
    visibility: visible;
    opacity: 1;
    width: 100vw;
    height: 100vh;
}

.mf-ic {
    background: #ffffff;
    padding: 50px 50px;
    position: relative;
    min-width: 800px;
    max-width: 800px;
}

.mfi-close span {
    background: #004aad;
    color: #fff;
    display: inline-flex;
    width: 40px;
    height: 40px;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    position: absolute;
    top: 40px;
    right: 50px;
    cursor: pointer;
}

.ftl-location ul li:last-child {
    margin-bottom: 0;
}

.header-sec {
    overflow: unset !important;
}

ul.dropdown-menu {
    border: none;
    border-radius: 0;
    box-shadow: 5px 5px 10px #00000020;
    padding: 10px 20px;
}

a.dropdown-item {
    padding: 10px 10px;
    border-bottom: 1px solid #004aad59;
    text-transform: capitalize;
    font-weight: 500;
}

ul.dropdown-menu li:last-child a.dropdown-item {
    border-bottom: none;
}

.dropdown-item.active,
.dropdown-item:active {
    background-color: #004aad !important;
}

@media(min-width:992px) {
    li.dropdown:hover .dropdown-menu {
        display: block;
    }

}

section.inner-banner {
    margin-top: -130px;
    position: relative;
    z-index: 0;
}

section.inner-banner img {
    min-height: 400px;
    max-height: 500px;
    object-fit: cover;
    object-position: bottom center;
}

section.inner-banner:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: #0000005a;
    top: 0;
    left: 0;
}

.ibc-ic {
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    left: 50%;
    margin-top: 70px;
    color: #fff;
    text-align: center;
}

.ibc-ic p {
    margin-bottom: 0;
    letter-spacing: 3px;
    letter-spacing: 0.5px;
    font-size: 18px;
    color: #fff;
    
}
.ibc-ic p :hover{
   
    color: #004aad;
    
}
.ibc-ic p i {
    margin-inline: 6px;
    font-size: 14px;
    color: #fff;
    letter-spacing: 3px;
}
.ibc-ic p i :hover{
    
    color: #004aad;
}

.ibc-ic p a {
    color: #fff;
    text-transform: none;
    
}
.ibc-ic p a:hover{
    
    text-transform: none;
    color: #004aad;
    
}

/* .ibc-ic p a:hover {
    color: #004aad;
} */

.ibc-ic h4 {
    font-size: 50px;
    font-weight: 600;
    margin-bottom: 8px;
}

.ade-inner {
    column-gap: 20px;
}

.ade-box {
    border-radius: 10px;
    text-align: center;
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease;
    position: relative;
    padding: 35px 35px;
    text-align: center;
    background-color: #fff;
    -webkit-box-shadow: 0 0 12px 8px rgba(129, 129, 129, 0.06);
    box-shadow: 0 0 12px 8px rgba(129, 129, 129, 0.06);

    width: 100%;

}

/* .ade-inner :hover {
    background: #004aad;


} */


/* .ab-cu {
    background: #253241;
} */
.ab-cu {
    color: #000;
    /* background: #EE4824; */
}

.ab-cu h4 {
    color: black;
}

.ab-cu p {
    color: #000;
}

.ab-cu:after {
    border-bottom-color: #fff !important;
    border-left-color: #fff !important;
    position: absolute;
    bottom: 5px;
    left: 5px;
    border-width: 7px;
    border-style: solid;
    border-color: transparent;
    content: '';
}

.ade-box img {
    max-width: 100px;
    margin-bottom: 20px;
    border: 1px solid white;
    border-radius: 5px;
    padding: 5px;



}

.h3 {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    text-align: center;
}

.h3::before,
.h3::after {
    content: "";
    flex: 1;
    height: 3px;
    background: #007bff;
    /* Change color as needed */
    max-width: 60px;
}

.h3 span {
    font-weight: 700;
    font-size: 32px;
    color: #222;
}

.h4 {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    text-align: center;
    padding: 30px;
}

.h4::before,
.h4::after {
    content: "";
    flex: 1;
    height: 3px;
    background: #007bff;
    /* Change color as needed */
    max-width: 60px;
}

.h4 span {
    font-weight: 700;
    color: #007bff;
    font-size: 25px;
    color: #222;
}

.sec-ul {
    font-size: 20px;
    line-height: 2.5;
    font-weight: 500;
}

.sec-ul p {
    font-size: 20px;
     
    font-weight: 400;
}
.sec-ul li::marker {
  color: #004aad;
}
/* .cont {
    display: flex;
    justify-content: center;
} */
.cont {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
}


@media (max-width: 992px) {
    .hwd-box {
        width: 48%;
        margin-bottom: 20px;
    }
}


@media (max-width: 767px) {
    .hwd-box {
        width: 100%;
    }

    .process-single {
        padding: 15px;
    }

    .process-single h4 {
        font-size: 20px;
    }

    .process-single p {
        font-size: 14px;
    }
}
/* .flex-iframe{
    display: flex;
    gap: 150px;
} */
/* main locaition */
.flex-iframe {
    display: flex;
    align-items: center;
    gap: -50px;
}
.area-we{
    margin: 0px 0px 0px 0px;
   text-align: center;
}
 .area-we p{
   font-size: 18px;
 }   
.weh{
    font-weight: bold;
    font-size: 30px;
}


.htes-ic {
    flex: 1;
}

.iframe {
    flex: 1;
}

.iframe iframe {
    width: 80%;
    max-width: 80%;
    height: 360px;
    border: 0;
    border-radius: 3px;
}

/* Mobile & Tablet */
@media (max-width: 768px) {
    .flex-iframe {
        flex-direction: column;
        gap: 20px;
    }

    .htes-ic,
    .iframe {
        width: 100%;
    }

    .iframe iframe {
        width: 100%;
        height: 300px;
    }

    .main-title h3 {
        font-size: 24px;
        line-height: 1.4;
    }

    .main-title h5 {
        font-size: 24px;
        line-height: 1.4;
    }

    .main-title h2 {
        font-size: 24px;
        line-height: 1.4;
    }
    .main-title h1 {
        font-size: 24px;
        line-height: 1.4;
    }

    .htes-p p {
        font-size: 15px;
        line-height: 1.6;
    }
}

/* Small Mobile */
@media (max-width: 480px) {
    .iframe iframe {
        height: 250px;
    }

    .main-title h3 {
        font-size: 20px;
    }
    .main-title h5 {
        font-size: 20px;
    }
    .main-title h2 {
        font-size: 20px;
    }
    .main-title h1 {
        font-size: 20px;
    }

    .htes-p p {
        font-size: 14px;
    }
}

.ade-box h4 {
    color: #212121;
    font-size: 28px;
    line-height: 1.4;
    margin-bottom: 4px;
    font-weight: 700;

}

p.ccc {
    font-size: 17px;
    line-height: 30px;
    font-weight: 400;
    margin-bottom: 14px;
    color: #000;
    /* text-rendering: optimizelegibility;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased; */
}

/* .ade-box:after {
    border-bottom-color: #004aad;
    border-left-color: #004aad;
    position: absolute;
    bottom: 5px;
    left: 5px;
    border-width: 7px;
    border-style: solid;
    border-top-color: transparent;
    border-right-color: transparent;
    content: '';
} */

/* .ab-cu img {
    filter: brightness(0) invert(1);
    
} */
.we-provide {
    font-size: 35px;
    font-weight: bold;
}
.stp-tank {
     font-weight: bold;
}
.cf {
    color: #fff !important;
}

.serml-ic {
    margin-right: 60px;
    height: 100%;
    position: relative;
}

.serml-ic img {
    height: 100%;
    object-fit: cover;
}

.serml-ick {
    margin-right: 60px;
    height: 100%;
    position: relative;
}

.serml-ick img {
    height: 100%;
    object-fit: cover;
}
.m-benefits {
    background: #f9462e0a;
}

.ser-kh .ade-inner {
    flex-wrap: wrap;
    row-gap: 20px;
    justify-content: center;
}

.ser-kh .ade-inner .ade-box {
    max-width: 32%;
}

.accordion-button:not(.collapsed) {
    color: #ffffff !important;
    background-color: #004aad !important;

}

.accordion-button:not(.collapsed)::after {
    filter: brightness(0) invert(1) !important;
}

.accordion-button:focus {
    box-shadow: none !important;
}

.accordion-body ul {
    --icon-space: 1.6em;
    list-style: none;
    padding: 0;
    margin: 0;
}

.accordion-body li {
    padding-left: var(--icon-space);
    margin-bottom: 8px;
    /* color: #666; */
}

.accordion-body li:before {
    content: "\f061";
    font-family: FontAwesome;
    display: inline-block;
    margin-left: calc(var(--icon-space) * -1);
    width: var(--icon-space);
    font-size: 14px;
    color: #004aad;
}

.accordion-body p {
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 30px
}

button.accordion-button {
    font-size: 20px;
    font-weight: 600;
}

/* section.ser-faq {
    background: #f9462e0a;
} */
.accordion-item {
    margin-bottom: 30px;
}

/* .accordion-item:not(:first-of-type) {
    border-top: 1px solid #dee2e6 !important;
} */
.accordion-item:not(:first-of-type) {
    border-top: none;
}

.accordion-item:first-of-type>.accordion-header .accordion-button,
.accordion-item:first-of-type {
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
}

.accordion-item:last-of-type>.accordion-header .accordion-button.collapsed,
.accordion-item:last-of-type {
    border-bottom-right-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
}

.serm-ic .row {
    row-gap: 30px;
    /* background-color: #000; */
}
.serm-ic {
    margin: 0px 0px 50px 0px;
}
.why-drainage .row {
    row-gap: 30px;

    /* background-color: lightpink; */
}
.truck-img img{
    height: 300px;
}

.serv-main {
    margin: 10px 0px 10px 0px;

    /* background-color: #1dad001b; */
}

.Why-Choose {
    margin: 30px 0px 30px 0px;
   
}
.kit-pipe h4{
    font-weight: bold;
}
.cookin-oil{
    line-height: 1.6;
    font-size: 20px;
    list-style: none;
    padding-bottom: 25px;
}
.we {
    font-weight: bold;
    font-size: 22px;
}

.serml-ic:before {
    content: "'";
    position: absolute;
    width: 100%;
    height: 100%;
    background: transparent;
    border: 8px solid #004aad;
    border-radius: 0px;
    max-height: 85%;
    max-width: 50%;
    right: -43px;
    top: 50%;
    transform: translateY(-50%);
    z-index: -1;
}
.serml-ick::before {
     content: " ";
    position: absolute;
    width: 100%;
    height: 100%;
    background: transparent;
    border: 8px solid #004aad;
    border-radius: 0px;
    max-height: 85%;
    max-width: 50%;
    left: -43px;
    top: 50%;
    transform: translateY(-50%);
    z-index: -1;
}
.btn3 {
    color: #fff;
    font-weight: 600;
    font-size: 16px;
    line-height: 50px;
    display: inline-block;
    padding-inline: 18px;
    /* border-radius: 4px; */
    letter-spacing: 0.4px;
    background: #004aad;
    border: 1px solid #004aad;
}

.pct-table table {
    width: 100%;
    margin-bottom: 60px;
    margin-top: 40px;
}

.pct-table td {
    border: 1px solid #e1e1e1;
    padding: 10px 10px;
}

.pct-table table {
    width: 100%;
    margin-bottom: 60px;
    text-align: center;
    margin-top: 40px;
}

.pct-table table thead th {
    background: #f9462e;
    color: #fff;
    padding: 10px;
    border-right: 1px solid #fff;
}

.pct-table table thead th:last-child {
    border-right: none;
}

.mul2 ul.ul2 li {
    width: 100%;
    max-width: 48%;
    position: relative;
    padding-left: 40px;
    font-size: 17px;
    font-weight: 400;
    line-height: 30px;
    color: #000;
}

.mdnf-ic {
    padding-left: 40px;
    position: relative;
}

.mdnf-ic:before {
    content: "'";
    position: absolute;
    width: 100%;
    height: 100%;
    background: transparent;
    border: 8px solid #004aad;
    border-radius: 0px;
    max-height: 85%;
    max-width: 50%;
    left: 0px;
    top: 50%;
    transform: translateY(-50%);
    z-index: -1;
}

button.accordion-button.collapsed {
    background: #d7d3d2;
}

.accordion-item {
    border: none;
    box-shadow: 0 0 20px #00000020;
}

.mts-ic {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    justify-content: center;
}

.mts-box {
    width: 100%;
    max-width: 48%;
}

.m-con {
    padding-top: 200px;
}

.m-con .hcn-bg {
    position: absolute;
    top: 100px;
    left: 0;
    background: url(../../assets/img/cargo-parcel.jpg);
    width: 80%;
    height: 100%;
    z-index: -1;
    min-height: 460px;
    max-height: 460px;
    background-attachment: fixed;
    left: 50%;
    transform: translateX(-50%);
}

section.contact-map {
    margin-bottom: -10px;
}

section.contact-map iframe {
    margin-bottom: -10px;
    width: 2500px;
}

.mga-con {
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
    justify-content: center;
}

.hgas-box {
    width: 100%;
    max-width: 31%;
}

.back-to-top a {
    background: #004aad;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    color: #fff;
    font-size: 24px;
    border-radius: 30px;
    position: fixed;
    bottom: -20px;
    right: 20px;
    box-shadow: 4px 4px 10px #00000030;
    visibility: hidden;
    opacity: 0;
}

.back-to-top-b a {
    visibility: visible;
    opacity: 1;
    bottom: 20px;
    transition: bottom .4s linear;
}

.wht-ic a {
    display: block;
    max-width: 80px;
    position: fixed;
    bottom: 10px;
    left: 10px;
}

.wht-btn {
    display: none;
}