@import "https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap";@import "https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;800;900&display=swap";@import "https://fonts.googleapis.com/css2?family=Lato:wght@100;300;400;700;900&display=swap";@import "https://fonts.googleapis.com/css2?family=Cinzel:wght@400;500;600;700;800;900&display=swap";:root {
    --c1: #121634;
    --c2: #F9DA48;
    --f1: "Lato", sans-serif;
    --f2: "Cinzel", serif;
    --f3:
}

html {
    scroll-behavior: smooth
}

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    text-decoration: none!important;
    list-style-type: none;
    font-family: poppins,sans-serif
}

a {
    display: inline-block;
    text-decoration: none;
    color: #000;
    transition: all 300ms ease-in-out
}

a:hover {
    color: currentColor
}

h1,h2,h3,h4,h5,h6 {
    padding: 0;
    margin: 0
}

ul,ol,dl,p {
    margin-bottom: 0;
    padding: 0
}

img {
    width: 100%
}

.overlay {
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 9999;
    left: -100%;
    top: 0;
    background-color: rgb(0 0 0/91%);
    overflow-x: hidden;
    transition: .5s
}

.overlay-content {
    position: relative;
    top: 20%;
    width: 100%;
    text-align: center
}

.overlay a {
    padding: 8px;
    text-decoration: none;
    font-size: 16px;
    color: #fff;
    display: block;
    transition: .3s
}

.overlay a:hover,.overlay a:focus {
    color: #f1f1f1
}

.overlay .closebtn {
    position: absolute;
    top: 20px;
    right: 45px;
    font-size: 60px
}

@media screen and (max-height: 450px) {
    .overlay a {
        font-size:20px
    }

    .overlay .closebtn {
        font-size: 40px;
        top: 15px;
        right: 35px
    }
}

.menu-btn {
    float: right;
    position: absolute;
    top: 20px;
    right: 20px;
    background: #fff;
    z-index: 99;
    padding: 15px 20px;
    border-radius: 3px
}

.menu-btn a i {
    font-size: 30px;
    color: var(--c1)
}

.responsive-menu-btn a {
    width: max-content;
    margin: 22px auto
}

.responsive-logo a {
    width: 36%;
    margin: 0 auto
}

.overlay.active {
    left: 0
}

.responsive-logo {
    width: 80%;
    margin: 0 auto
}

.header-item {
    display: flex;
    align-items: center;
    gap: 180px;
    justify-content: center
}

.nav-menu ul {
    display: flex;
    align-items: center;
    gap: 30px
}

.nav-menu ul li a {
    color: #f2f5ff;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 160%;
    position: relative
}

header.header {
    background: #121634;
    position: relative;
    z-index: 99
}

.btn {
    border-radius: 6px;
    background: #f9da48;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 160%;
    color: var(--c1)!important;
    padding: 10px 40px
}

.logo a img {
    width: 200px;
    height: 100px;
    object-fit: contain
}

.banner-con {
    color: #fff
}

.banner-btn {
    border-radius: 10px;
    background: #121634;
    padding: 30px 0;
    display: flex;
    width: 95%;
    justify-content: space-around;
    margin-top: 40px
}

section.main-banner {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 240px 0 120px;
    margin-top: -120px;
    position: relative
}

.phone {
    color: #fff;
    font-family: Poppins;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 140%
}

.phone i {
    width: 50px;
    text-align: center;
    height: 50px;
    line-height: 50px;
    background: #f9da48;
    border-radius: 50px;
    color: #121634;
    font-size: 22px;
    margin-right: 16px
}

.banner-con h4 {
    color: #fff;
    font-family: Poppins;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 140%
}

.banner-con h3 {
    color: var(--White,#FFF);
    font-family: Poppins;
    font-size: 64px;
    font-style: normal;
    font-weight: 600;
    line-height: 110%;
    padding: 20px 0
}

.banner-con p {
    color: var(--Grey-3,#F5F5F5);
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 35px
}

.banner-con h4 i {
    background: #f9da48;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    border-radius: 50px;
    color: #121634
}

.banner-form {
    border-radius: 12px;
    background: var(--White,#FFF);
    padding: 50px;
    width: 75%;
    margin: 0 auto;
    /* animation:nudge 3s linear infinite alternate; */
}

@keyframes nudge {
    0% {
        transform: translateY(0)
    }

    100% {
        transform: translateY(-25px)
    }
}

.banner-item input,.banner-item select {
    width: 100%;
    height: 50px;
    padding-left: 15px;
    margin-bottom: 20px;
    border-radius: 6px;
    border: 1px solid var(--Grey-2,#E9E9E9);
    outline: 0
}

.banner-forms h3 {
    color: var(--Black,#070707);
    font-family: Poppins;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 140%;
    padding-bottom: 15px
}

.banner-forms p {
    color: var(--Grey-1,#51515B);
    font-family: Poppins;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
    padding-bottom: 20px
}

.banner-item label {
    color: var(--Dark-Blue-1,#040613);
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 160%;
    margin-bottom: 15px
}

.main-banner:before {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 80px 86.6px;
    border-color: transparent transparent #fff transparent;
    transform: rotate(0deg);
    bottom: 0;
    left: 45%
}

.about-item {
    position: relative
}

.about-counter {
    position: absolute;
    bottom: 0;
    right: 0
}

.counter-item {
    text-align: center;
    padding: 30px
}

.counter-item h1 {
    color: var(--Black,#070707);
    text-align: center;
    font-family: Poppins;
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: 140%
}

.counter-item h3 {
    color: var(--Grey-1,#51515B);
    text-align: center;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 160%;
    width: 147px
}

.counter-main {
    display: flex;
    justify-content: end;
    border-radius: 8px 0 0 0;
    background: var(--Blue-Light,#F2F5FF)
}

.about-us {
    padding: 100px 0
}

.about-item img {
    border-radius: 10px;
    height: 700px;
    object-fit: cover
}

.about-con h4 {
    color: var(--Grey-1,#51515B);
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 160%
}

.about-con h3 {
    color: var(--Black,#070707);
    font-family: Poppins;
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: 140%
}

.about-con p {
    color: var(--Dark-Blue-1,#040613);
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 30px;
    padding: 20px 0
}

.about-con {
    width: 80%;
    margin: 0 auto
}

.about-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 8px;
    background: var(--Blue-Light,#F2F5FF);
    padding: 20px 30px;
    margin-bottom: 15px
}

.about-box h6 {
    color: var(--Black,#070707);
    text-align: center;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
    background-color: #f9da48;
    padding: 15px 25px;
    border-radius: 10px
}

.about-box h5 {
    color: var(--Black,#070707);
    font-family: Poppins;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 140%
}

.window-con h3 {
    color: var(--Black,#070707);
    font-family: Poppins;
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: 140%
}

.window-con h4 {
    color: var(--Grey-1,#51515B);
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 160%;
    padding: 10px 0
}

.window-con p {
    color: var(--Dark-Blue-1,#040613);
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 32px
}

.window-con h5 {
    color: var(--Black,#070707);
    font-family: Poppins;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 140%;
    margin: 20px 0
}

.window-con h5 i {
    background-color: #f9da48;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 50px;
    color: var(--c1);
    margin-right: 26px
}

.service-box ul {
    display: flex;
    align-items: center;
    gap: 50px;
    margin-top: 30px
}

.service-box ul li {
    color: var(--Dark-Blue-1,#040613);
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 160%
}

.window-item img {
    height: 500px;
    object-fit: cover;
    border-radius: 20px
}

.window-con {
    width: 80%;
    margin: 0 auto
}

.para {
    color: var(--Grey-1,#51515B)!important;
    font-size: 14px!important;
    font-weight: 400;
    line-height: 160%
}

.services {
    position: relative;
    z-index: 99;
    padding: 70px 0
}

.services:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background-image: url(../images/service-bg.png);
    left: 0;
    top: 0;
    z-index: -1;
    background-position: top;
    background-repeat: no-repeat;
    background-size: contain
}

.mt-5 {
    margin-top: 8rem!important
}

.explore-inner-item img {
    width: 200px;
    height: 200px;
    object-fit: contain;
    margin: 0 auto;
    padding-bottom: 30px
}

.explore-item {
    text-align: center;
    margin-bottom: 40px;
    padding: 20px;
    border-radius: 15px
}

.explore-item:hover {
    background: linear-gradient(180deg,#43E8F3 0%,rgba(217,217,217,0.00) 100%,rgba(255,255,255,0.00) 100%)
}

.slick-slide {
    margin: 20px 30px
}

.explore-inner-item {
    text-align: center
}

.slick-arrow {
    display: flex;
    width: 50px;
    height: 50px;
    align-items: center;
    justify-content: center;
    font-size: 100px;
    color: #0c1808;
    position: absolute;
    z-index: 999;
    top: 0;
    bottom: 130px;
    margin: auto 0;
    border-radius: 50%;
    transition: all .4s;
    opacity: .5
}

.slick-prev {
    left: -50px
}

.slick-next {
    right: -50px
}

.slick-arrow i {
    font-weight: 300
}

.slick-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    bottom: 60px;
    left: 150px
}

.slick-dots li button {
    font-size: 0;
    background: 0 0;
    border: 0;
    padding: 0
}

.slick-dots li {
    width: 15px;
    height: 15px;
    background: border-box;
    margin: 0 5px;
    background: #1bafdd78;
    padding: 0;
    border-radius: 13px;
    transition: .4s all;
    border: 1px solid #fff
}

.slick-dots li.slick-active,.slick-dots li:hover {
    background: var(--c1)
}

.explore {
    padding: 70px 0
}

.explore-content h3 {
    color: var(--Black,#070707);
    text-align: center;
    font-family: Poppins;
    font-size: 21.126px;
    font-style: normal;
    font-weight: 600;
    line-height: 160%
}

.explore-content h5 {
    color: var(--Grey-1,#51515B);
    font-family: Poppins;
    font-size: 18.485px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%
}

.title h3 {
    color: var(--Black,#070707);
    text-align: center;
    font-family: Poppins;
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: 140%
}

.title p {
    color: var(--Grey-1,#51515B);
    text-align: center;
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 160%
}

.door-btn .phone {
    color: #000!important
}

.door-btn {
    display: flex;
    justify-content: center;
    gap: 50px
}

.product-detail-btnslider {
    position: absolute;
    right: 0;
    width: 30%;
    top: 20px
}

.product-detail-img-box {
    position: relative
}

.project {
    padding: 120px 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    overflow: hidden
}

.project:before {
    position: absolute;
    content: "";
    background-color: #1a2668e6;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0
}

.project .title {
    position: relative
}

.project .title h3 {
    color: var(--Blue-Light,#F2F5FF);
    text-align: center;
    font-family: Poppins;
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: 140%
}

.project .title h4 {
    color: #f9da48;
    text-align: center;
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 160%;
    padding: 10px 0
}

.project .title p {
    color: var(--Blue-Light,#F2F5FF);
    text-align: center;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 160%;
    width: 80%;
    margin: 0 auto
}

.portfolio {
    position: relative;
    color: #fff;
    margin-left: 34px;
    width: 60%
}

.portfolio h5 {
    color: var(--Blue-Light,#F2F5FF);
    font-family: Poppins;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 140%;
    padding-bottom: 15px
}

.portfolio p {
    color: var(--Blue-Light,#F2F5FF);
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 160%
}

.project .slick-slide {
    margin: 10px 30px;
    padding: 32px 0 0
}

.expert-item {
    background: #f9da48;
    display: flex;
    align-items: center;
    padding: 30px;
    gap: 40px
}

.expert-item h3 {
    color: #1a2668;
    font-family: Poppins;
    font-size: 36px;
    font-style: normal;
    font-weight: 600;
    line-height: 140%;
    width: 60%
}

.btn-2 {
    border-radius: 6px;
    background: var(--Dark-Blue-2,#1A2668);
    color: var(--White,#FFF);
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 160%;
    padding: 10px 20px;
    border: 1px solid currentColor;
    transition: all 300ms ease-in-out
}

.phones a {
    color: var(--Dark-Blue-2,#1A2668);
    font-family: Poppins;
    font-size: 19.992px;
    font-style: normal;
    font-weight: 600;
    line-height: 160%
}

section.expert {
    margin-top: -50px;
    position: relative
}

.portfolio h5 i {
    background-color: #f9da48;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 50px;
    color: #1a2668;
    font-size: 20px
}

.testimonial .title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 35px;
    padding: 0 70px 35px
}

.testimonial .title h5 {
    color: var(--Grey-1,#51515B);
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 160%
}

section.testimonial {
    padding: 70px 0;
    position: relative;
    margin: 50px 0
}

.rating ul li {
    color: #f9da48
}

.rating ul {
    display: flex;
    gap: 11px;
    padding-bottom: 10px
}

.test-con p {
    color: var(--Dark-Blue-1,#040613);
    font-family: Poppins;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px
}

.test-profile {
    display: flex;
    align-items: center;
    gap: 30px;
    padding: 10px 0
}

.test-profile img {
    width: 30%
}

.test-con {
    border-radius: 12px;
    background: var(--White,#FFF);
    padding: 30px
}

.testimonial:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background-image: url(../images/service-bg.png);
    left: 0;
    top: 0;
    z-index: -1;
    background-position: top;
    background-repeat: no-repeat;
    background-size: contain
}

.test-item img {
    height: 500px;
    object-fit: contain
}

.footer {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 70px 0 0;
    position: relative
}

.footer:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background-color: #000000d9;
    top: 0;
    left: 0
}

.footer-logo {
    position: relative
}

.footer-item {
    position: relative;
    color: #fff
}

.footer-item ul li a {
    color: var(--White,#FFF);
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 160%;
    padding: 7px 0
}

.footer-item h3 {
    color: var(--White,#FFF);
    font-family: Poppins;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 140%;
    padding-bottom: 20px
}

.copy-right {
    position: relative;
    color: #fff;
    margin-top: 50px;
    padding: 20px 0;
    border-top: 1px solid #777
}

.copy-right-links a {
    color: var(--White,#FFF);
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
    margin: 0 30px
}

.btn-2:hover {
    background: 0 0;
    color: #1a2668
}

.btn:hover {
    background-color: #232c66;
    color: #fff!important
}

.banners-btn a {
    width: 100%;
    text-align: center
}

.test-profile h4 {
    color: var(--Dark-Blue-2,#1A2668);
    font-family: Poppins;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 140%
}

.nav-menu ul li a:before {
    position: absolute;
    content: "";
    width: 0;
    height: 2px;
    left: 0;
    bottom: 0;
    background-color: #fff;
    transition: all .5s
}

.nav-menu ul li a:hover:before {
    width: 100%
}

.email {
    color: #f9da48!important
}

section {
    overflow-x: hidden
}

.test-profile img {
    display: none
}

a.floating-icon.phone {
    display: block;
    position: fixed;
    bottom: 15px;
    z-index: 99;
    left: 30px;
    animation: nudge 3s linear infinite alternate;
}

a.floating-icon.phone i.fas.fa-phone-alt {
    line-height: 60px;
    width: 60px;
    height: 60px;
    font-size: 25px
}

input::-webkit-outer-spin-button,input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0
}

input[type=number] {
    -moz-appearance: textfield
}
