@import url(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 url(https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;800;900&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Lato:wght@100;300;400;700;900&display=swap);

html {
    scroll-behavior: smooth;
    overflow-x: hidden
}

* {
    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 .3s ease-in-out
}

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

dl,
ol,
p,
ul {
    margin-bottom: 0;
    font-size: 16px;
    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 / 71%);
    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:focus,
.overlay a:hover {
    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;
    display: none;
}

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

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

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

.overlay.active {
    left: 0
}

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

.call-now {
    width: 60px;
    height: 60px;
    color: var(--color-primary);
    display: block;
    text-align: center;
    border-radius: 100%;
    font-size: 20px;
    position: fixed;
    bottom: 20px;
    left: 20px;
    z-index: 9999;
    padding: 0 0;
    line-height: initial;
    box-shadow: 6px 9px 30px 1px rgba(37, 0, 22, .71);
    padding: 0;
    border: solid 3px var(--color-primary);
    display: flex;
    align-items: center;
    justify-content: center;
    background: #192EE9;
    color: #fff
}

:focus {
    outline: 0
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0
}

.slick-arrow {
    display: flex;
    width: 50px;
    height: 50px;
    align-items: center;
    justify-content: center;
    font-size: 21px;
    color: #192EE9;
    position: absolute;
    z-index: 999;
    bottom: 0;
    top: 0;
    margin: auto 0;
    transition: all .4s;
    border-radius: 0;
    box-shadow: 0 31.299px 59.303px 0 rgba(10, 4, 60, .06);
    background: #FFFFFF;
}

.slick-prev {
    left: -95px;
}

.slick-next {
    right: -95px;
}

.banner-item input,
.banner-item select,
.banner-item textarea {
    width: 100%;
    height: 45px;
    padding-left: 15px;
    border-radius: 0;
    margin: 5px 0;
    background-color: #FFFFFF;
    border: 0;
    color: #00000080;
}

.banner-item textarea {
    padding-top: 10px;
    height: 120px
}

.nav-menu ul {
    display: flex;
    justify-content: end;
    gap: 30px;
}

.nav-menu ul li a {
    font-family: Poppins;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
}

header.header {
    padding: 10px 0;
}

.logo a {
    width: 60%;
}

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

.banner-forms {
    background: linear-gradient(142.99deg, rgba(255, 255, 255, 0.7) -4.65%, rgba(51, 51, 51, 0.3) 99.22%);
    border: 1px solid #FFFFFF;
    backdrop-filter: blur(30px);
    width: 75%;
    padding: 30px;
    margin-left: auto;
}

.banner-forms h3 {
    font-family: Poppins;
    font-weight: 700;
    font-size: 39px;
    text-align: center;
    text-transform: capitalize;
    padding-bottom: 10px;
    color: #fff;
}

input.btn-2 {
    background: #FFFFFF;
    padding: 10px;
    border: 0;
    font-family: Poppins;
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    text-align: center;
    color: #192EE9;
}

.banners-btn {
    text-align: center;
}

.banner-con h1 {
    font-family: Poppins;
    font-weight: 700;
    font-size: 43px;
    line-height: 50px;
    color: #fff;
}

.banner-con p {
    font-family: Poppins;
    font-weight: 500;
    font-size: 18px;
    line-height: 28.6px;
    color: #fff;
    padding: 20px 0;
}

a.btn {
    background: #FFFFFF;
    padding: 10px 20px;
    border: 0;
    font-family: Poppins;
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    text-align: center;
    color: #192EE9;
    border-radius: 0;
}

a.btn:hover {
    color: #192EE9;
}

.about-con h4,
.title h4,
.why-con h4 {
    font-family: Poppins;
    font-weight: 500;
    font-size: 30px;
    line-height: 35px;
    text-transform: uppercase;
    color: #333333;
}

.about-con h3,
.title h3,
.why-con h3 {
    font-family: Poppins;
    font-weight: 700;
    font-size: 38px;
    line-height: 50px;
    color: #192EE9;
    text-transform: uppercase;
}

p {
    font-family: Poppins;
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    color: #333333;
}

.about-con p {
    padding: 15px 0 20px;
}

.about-list {
    display: flex;
    gap: 40px;
    padding: 20px 0;
}

.about-list ul li {
    font-family: Poppins;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    color: #333333;
    padding: 3px 0;
    position: relative;
    padding-left: 20px;
}

.about-list ul li:before {
    position: absolute;
    content: "";
    width: 10px;
    height: 10px;
    left: 0;
    top: 11px;
    background-color: #192EE9;
    border-radius: 50px;
}

.about-con h5 {
    font-family: Poppins;
    font-weight: 400;
    font-size: 30px;
    line-height: 36px;
    text-transform: uppercase;
}

.about-btn a {
    background: #192EE9;
    color: #fff;
}

.about-btn a:hover {
    color: #fff;
}

.about-img img {
    filter: drop-shadow(12px 15px 8px #0000001A);
    height: 650px;
}

.about {
    padding: 70px 0;
}

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

.title {
    text-align: center;
    padding-bottom: 50px;
}

.title h4 {
    color: #fff;
}

.title h3 {
    color: #fff;
}

.ser-item {
    background: #FFFFFF;
    padding: 15px;
    text-align: center;
    margin: 20px 10px;
    /* height: 660px; */
}

.ser-con h3 {
    font-family: Poppins;
    font-weight: 700;
    font-size: 20px;
    line-height: 40px;
    color: #333333;
    text-transform: uppercase;
}

.ser-con {
    padding-top: 15px;
}

.ser-btn a {
    background: #192EE9;
    color: #fff;
}

.ser-btn a:hover {
    color: #fff;
}

.ser-con p {
    line-height: 26px;
    height: 190px;
}

.ser-con p {
    line-height: 26px;
    /* height: 250px; */
}

.slick-arrow:hover {
    background: transparent;
    border: 1px solid #fff;
    color: #fff;
}

.gallery-item {
    margin: 0;
}

.gallery {
    padding: 70px 0;
}

.gallery .title h3 {
    color: #192EE9;
}

.gallery .title h4 {
    color: #000;
}

.gallery .slick-arrow {
    background: #192EE9;
    color: #fff;
}

.gallery .slick-arrow:hover {
    background: transparent;
    color: #192EE9;
    border: 1px solid #192EE9;
}

.gallery .slick-center {
    transform: scale(1) !important;
    transition: all 0.4s;
    filter: brightness(1) !important;
}

.gallery .slick-slide {
    transform: scale(0.9);
    filter: brightness(0.4);
}

section.why {
    padding: 70px 0;
    background: #EFEFEF;
}

.why-con h5 {
    font-family: Poppins;
    font-weight: 600;
    font-style: italic;
    font-size: 22px;
    line-height: 30.8px;
    padding: 5px 0;
}

.why-btn a {
    background: #192EE9;
    color: #fff;
}

.why-btn {
    margin-top: 20px;
}

.why-img img {
    height: 606px;
}

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

.test-item {
    box-shadow: 0px 10px 22px 0px #0000001A,
        0px 40px 40px 0px #00000017,
        0px 90px 54px 0px #0000000D,
        0px 160px 64px 0px #00000003,
        0px 249px 70px 0px #00000000;
    background: #fff;
    text-align: center;
    padding: 20px;
    margin: 10px;
    height: 230px;
    border: 1px solid #192EE9;
}

.test-item h4 {
    font-family: Poppins;
    font-weight: 600;
    font-size: 25px;
    line-height: 32.5px;
    text-align: center;
}

svg.svg-inline--fa.fa-star {
    color: #192EE9;
}

.test-item ul {
    display: flex;
    justify-content: center;
}

footer.footer {
    background: #333333;
    padding: 70px 0 0;
    color: #fff;
    position: relative;
    margin-top: -2px;
}

.footer-logo p {
    color: #fff;
    padding-top: 20px;
}

.footer-menu ul li a {
    font-family: Poppins;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: #fff;
    padding: 4px 0;
}

.footer-menu h4 {
    font-family: Poppins;
    font-weight: 700;
    font-size: 26px;
    line-height: 36.4px;
    padding-bottom: 20px;
}

.footer-menu ul li svg {
    padding-right: 10px;
    font-size: 20px;
}

.footer-menu ul li {
    display: flex;
    align-items: center;
}

.why-btn a:hover {
    color: #fff;
}

.copy p {
    color: #fff;
}

.copy {
    margin-top: 50px;
    border-top: 1px solid #fff;
    padding: 15px;
}

.banner-item input::placeholder,
.banner-item select::placeholder,
.banner-item textarea::placeholder {
    color: #00000080;
}
.footer-menu ul li a span {
    font-style: italic;
}
.ser-img img {
    height: 275px;
}
.gallery-item img {
    height: 300px;
}
.invalid-feedback {
    color: #fff;
}
.hp-field {
    position: absolute !important;
    left: -9999px !important;
    visibility: hidden !important;
    height: 0 !important;
    width: 0 !important;
    overflow: hidden !important;
}