@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: #0571ec;
    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: 30px;
    color: #ffffff;
    position: absolute;
    z-index: 999;
    bottom: 0;
    top: 0;
    margin: auto 0;
    transition: all .4s;
    border-radius: 50px;
    box-shadow: 0 31.299px 59.303px 0 rgba(10, 4, 60, .06);
    background: #0571ec;
}

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

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

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

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

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

.nav-menu ul li a {
    font-family: Poppins;
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    color: #000000;
}

.logo a img {
    width: 80%;
}

header.header {
    padding: 10px 0;
    position: relative;
}

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

.banner-con h4 {
    font-family: Poppins;
    font-size: 35px;
    font-weight: 600;
    line-height: 60px;
    color: #fff;
}

.banner-con h1 {
    font-family: Poppins;
    font-size: 36px;
    font-weight: 600;
    line-height: 45px;
    color: #fff;
    margin-top: 26px;
}

p {
    font-family: Poppins;
    font-size: 17px;
    font-weight: 400;
    line-height: 25px;
    color: #000;
    padding: 15px 0;
}

.banner-con p {
    color: #fff;
}

a.btn {
    background: #0571EC;
    font-family: Poppins;
    font-size: 16px;
    font-weight: 500;
    line-height: 28px;
    color: #fff;
    border-radius: 0;
    padding: 10px 20px;
}

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

.banner-forms {
    background: #FFFFFF;
    width: 75%;
    margin-left: auto;
    padding: 30px;
}

input::placeholder,
textarea::placeholder {
    color: #000000a8;
}

.about-img img {
    width: 92%;
}

.about-con h4 {
    font-family: Poppins;
    font-size: 35px;
    font-weight: 400;
    line-height: 56px;
    color: #000;
}

.about-con h3 {
    font-family: Poppins;
    font-size: 40px;
    font-weight: 600;
    line-height: 50px;
    color: #0571EC;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
}

.about-con ul {
    /* margin: 20px 0; */
}

.about-con ul li {
    font-family: Poppins;
    font-size: 16px;
    font-weight: 500;
    line-height: 28px;
    color: #000000;
    padding: 5px 0;
}

.title h4 {
    font-family: Poppins;
    font-size: 35px;
    font-weight: 400;
    line-height: 56px;
    color: #ffffff;
}

.title h3 {
    font-family: Poppins;
    font-size: 40px;
    font-weight: 600;
    line-height: 50px;
    text-align: center;
    color: #ffffff;
}

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

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    background-color: #0571EC;
    color: #fff;
}

.nav-tabs .nav-link {
    background: #FFFFFF;
    font-family: Poppins;
    font-size: 17px;
    font-weight: 500;
    line-height: 30px;
    text-align: center;
    border-radius: 0;
    border: 1px solid #0571ec;
}

.nav-tabs {
    justify-content: center;
    gap: 35px;
    margin: 20px 0;
    border: 0;
}

.product-item {
    background: #FFFFFF;
    text-align: center;
    padding: 10px;
    border: 10px solid #0571EC;
}

.product-con h4 {
    font-family: Poppins;
    font-size: 21px;
    font-weight: 600;
    line-height: 28.8px;
    color: #000;
    padding: 10px 0;
}

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

.btn-2 {
    background-color: #ED1D07 !important;
    font-family: Poppins;
    font-size: 16px;
    font-weight: 500;
    line-height: 28px;
    color: #fff;
    padding: 10px 20px;
    border: 0;
}

.banners-btn {
    text-align: center;
    margin-top: 16px;
}

.about {
    padding: 70px 0;
}

section.why {
    padding: 70px 0;
}

.why-img img {
    width: 92%;
}

section.test {
    background: #EBEBEB;
    padding: 70px 0;
}

.test-item {
    background: #FFFFFF;
    border: 2px solid #0571EC;
    padding: 20px;
    text-align: center;
    margin: 20px 15px 20px 0;
    height: 360px;
}

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

.test-item ul li {
    color: #FFBB00;
}

.test-item h4 {
    font-family: Poppins;
    font-size: 25px;
    font-weight: 600;
    line-height: 35px;
    color: #000;
}

.test-item h6 {
    font-family: Poppins;
    font-size: 20px;
    font-style: italic;
    font-weight: 300;
    line-height: 28px;
    color: #00000063;
}

footer.footer {
    background: #333333;
    color: #fff;
    padding: 70px 0 0;
}

.footer-item h3 {
    font-family: Poppins;
    font-size: 25px;
    font-weight: 700;
    line-height: 36.4px;
    color: #fff;
    margin-bottom: 20px;
}

.footer-item ul li a {
    font-family: Poppins;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    color: #fff;
    padding-bottom: 8px;
}

.footer-logo p {
    font-family: Poppins;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    color: #fff;
    width: 80%;
}

.footer-item ul li {
    display: flex;
    align-items: baseline;
}

.footer-item ul li svg {
    padding-right: 10px;
}

.copy p {
    color: #fff;
}

.copy {
    margin-top: 40px;
    border-top: 1px solid #fff;
}
.tab-pane {
    display: block !important;
    height: 0;
    overflow: hidden;
}

.tab-pane.active {
    height: auto;
    overflow: visible;
}
header.header:before {
    position: absolute;
    content: "";
    width: 31%;
    height: 20px;
    background-color: #ED1D07;
    right: -20px;
    top: 0;
    transform: skewX(44deg);
}

header.header:after {
    position: absolute;
    content: "";
    width: 52%;
    height: 20px;
    background-color: #0571EC;
    right: -20px;
    bottom: 0;
    transform: skewX(-50deg);
}

.banner-forms h3 {
    font-family: Poppins;
    font-weight: 600;
    font-size: 40px;
    line-height: 50px;
    padding-bottom: 20px;
    color: #0571EC;
    text-transform: capitalize;
}

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

.about-btn {
    margin-top: 21px;
}
.slick-arrow:hover {
    background: transparent;
    border: 1px solid #0571ec;
    color: #0571ec;
}
.pro-item {
    text-align: center;
    background: #fff;
    margin: 0 10px;
    padding: 15px;
}
.pro-item h3 {
    font-family: Poppins;
    font-weight: 600;
    font-size: 24px;
    line-height: 120%;
    text-align: center;
    color: #000;
    padding: 20px 0;
}
.pro-img h3 {
    font-family: Poppins;
    font-size: 40px;
    font-weight: 600;
    line-height: 50px;
    color: #ffffff;
}
.pro-img p {
    color: #fff;
    padding: 25px 0;
}