* {
    margin: 0;
    padding: 0;
}

@font-face {
    font-family: "Nunito Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: weight;
    font-style: normal;
    font-variation-settings:
        "wdth" 100,
        "YTLC" 500;
}

@font-face {
    font-family: "Quicksand", sans-serif;
    font-optical-sizing: auto;
    font-weight: weight;
    font-style: normal;
}

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

ul li {
    list-style: none;
}

a {
    text-decoration: none !important;
}

.sos-sec {
    height: 50px;
    padding: 0 100px;
    display: flex;
    align-items: center;
    background: #0B6D8D;
    justify-content: space-between;
}

.sos-sec a {
    color: #FFF !important;
    font-size: 20px;
    font-weight: 600;
    font-family: "Quicksand", sans-serif;
}

.navbar-nav li.active {
    color: red;
}

.sos-sec a i {
    font-size: 20px;
    color: #FFF;
    padding: 0 10px;
}

header {
    width: 90%;
    height: 75px;
    margin: 20px auto;
}

header .navbar-brand {
    width: 12%;
}

header img {
    width: 100%;
    margin: 0 auto;
}



header .nav-link {
    color: #000 !important;
    font-size: 15px;
    font-weight: 700;
    transform: .5s;
    font-family: "Quicksand", sans-serif;
    margin: 0 7px;
    letter-spacing: .5px;
}

header .nav-link.active {
    color: #0B6D8D !important;
}

header .nav-link:hover {
    color: #0B6D8D !important;
}

header span {
    position: relative;
    top: 10px;
    right: 30px;
    cursor: pointer;
}

.btn-sec {
    background: #0B6D8D;
    padding: 12px 40px;
    border-radius: 30px;
    color: #FFF;
    font-size: 15px;
    font-weight: 700;
    transform: .5s;
    text-transform: capitalize;
    font-family: 'Nunito Sans';
    border: 1px solid #0B6D8D;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.btn-sec:hover {
    background: #FFF;
    color: #0B6D8D;
}


.banner-section {
    overflow: hidden;
    padding-left: 70px;
}

.banner-section img {
    width: 100%;
}

.banner-sec-conten {
    padding: 50px 0;
}

.banner-section h5 {
    color: #0B6D8D;
    font-size: 25px;
    font-weight: 700;
    font-family: "Quicksand", sans-serif;
    margin: 30px 0 0 !important;
}

.banner-section h2 {
    font-size: 80px;
    font-weight: 800;
    margin: 20px 0 !important;
    line-height: 80px;
    text-transform: capitalize;
    font-family: "Nunito Sans", sans-serif;
}

.banner-section p {
    color: #1e3a52ba;
    font-size: 18px;
    font-weight: 600;
    font-family: 'Nunito Sans';
    width: 80%;

}

ol {
    color: #1e3a52ba;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 50px;
    font-family: 'Nunito Sans';
    margin: 14px auto;
    line-height: 29px;
}

.banner-section .btn-sec {
    background: #0B6D8D;
    padding: 9px 36px;
    border-radius: 30px;
    color: #FFF;
    font-size: 19px;
    font-weight: 700;
    transform: .5s;
    text-transform: capitalize;
    font-family: 'Nunito Sans';
    border: 1px solid #0B6D8D;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    height: 47px;
}

.banner-section .btn-sec:hover {
    background: none;
    color: #0B6D8D;
}

.banner-section .started-btn {
    padding: 9px 36px;
    border-radius: 30px;
    color: #0B6D8D;
    font-size: 19px;
    border: 1px solid #0B6D8D;
    font-weight: 700;
    transform: .5s;
    text-transform: capitalize;
    margin-left: 10px;
    font-family: 'Nunito Sans';
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    height: 47px;
}

.banner-section .started-btn:hover {
    background: #0B6D8D;
    color: #FFF;
}

.about-sec {
    width: 90%;
    margin: 100px auto;
}

.about-sec h5 {
    color: #0B6D8D;
    font-size: 22px;
    font-weight: 700;
    font-family: "Quicksand", sans-serif;
    margin: 30px 0 0 !important;
}

.about-sec h4 {
    font-size: 30px;
    font-weight: 800;
    margin: 12px 0 !important;
    line-height: 40px;
    text-transform: capitalize;
    font-family: "Nunito Sans", sans-serif;
}

.about-sec p {
    color: #1e3a52ba;
    font-size: 17px;
    font-weight: 600;
    font-family: 'Nunito Sans';
    margin: 20px 0;
}

.about-sec .btn-sec {
    background: #0B6D8D;
    padding: 10px 30px;
    border-radius: 30px;
    color: #FFF;
    font-size: 18px;
    font-weight: 700;
    transform: .5s;
    text-transform: capitalize;
    font-family: 'Nunito Sans';
    border: 1px solid #0B6D8D;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.about-sec .btn-sec:hover {
    background: #fff;
    color: #0B6D8D;
}

.about-sec img {
    width: 100%;
}

.about-sec .customer h5 {
    color: #0B6D8D;
    font-size: 24px;
    font-weight: 700;
    font-family: "Quicksand", sans-serif;
    margin: 30px 0 0 !important;
}

.about-sec .customer p {
    color: #1e3a52ba;
    font-size: 17px;
    font-weight: 600;
    margin: 10px 0 20px;
    font-family: 'Nunito Sans';
}

.services {
    width: 90%;
    margin: 0 auto;
}

.services-conten h2 {
    color: #0B6D8D;
    font-size: 34px;
    font-weight: 700;
    text-align: center;
    font-family: "Quicksand", sans-serif;
}

.services-conten p {
    color: #1e3a52ba;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 50px;
    text-align: center;
    font-family: 'Nunito Sans';
}

.about-us a {
    color: #0B6D8D !important;
    font-size: 16px;
    font-weight: 500;
    font-family: "Nunito Sans", sans-serif;

}

.fa-file-pdf {
    color: #0B6D8D !important;
}


.service-car {
    background: #ffffff38;
    height: 360px;
    border-radius: 10px;
    padding: 50px 30px;
    border: 1px solid rgb(230, 230, 233);
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    margin-bottom: 20px;
    text-align: center;
    cursor: pointer;
    transition: 1s;
}

.service-car:hover {
    background: #0B6D8D;
    color: #FFF;
}

.service-car .service-icon {
    background: #0B6D8D;
    height: 54px;
    width: 55px;
    margin: 0 auto;
    border-radius: 50px;
    line-height: 40px;
    font-size: 38px;
    color: #FFF;
}

.service-car .service-icon i {
    margin: 0;
}


.service-car h5 {
    color: #0B6D8D;
    font-size: 15px;
    font-weight: 700;
    font-family: "Quicksand", sans-serif;
    margin: 40px 0 20px !important;
}

.service-car p {
    color: #1e3a52ba;
    font-size: 15px;
    font-weight: 600;
    font-family: 'Nunito Sans';
}

.arrow-right {
    background: #0B6D8D;
    height: 40px;
    width: 40px;
    margin: 20px auto;
    border-radius: 50px;
    line-height: 42px;
    font-size: 17px;
    color: #FFF;
}

.service-car:hover .service-icon {
    background: #FFF;

}

.service-car:hover .service-icon i {
    color: #0B6D8D !important;
}

.service-car:hover .arrow-right {
    background: #FFF;
    color: #0B6D8D;
}

.service-car:hover .arrow-right i {
    color: #0B6D8D;
}

.service-car:hover h5 {
    color: #FFF !important;
}

.service-car:hover p {
    color: #FFF !important;
}

.products-sec,
.blog-sec {
    width: 90%;
    margin: 50px auto;
}

.blog-sec .btn-sec {
    text-align: center;
    display: flex;
    width: 17%;
    justify-content: center;
    left: 41%;
    position: absolute;
    margin: 30px 0;
}

.services-conten h5 {
    color: #000;
    font-size: 16px;
    font-weight: 700;
    font-family: 'Nunito Sans';
    text-align: center;
}

.product-card {
    margin-top: 50px;
}

.products-sec .btn-sec {
    position: absolute;
    right: 76px;
        margin-top: -99px;
}

.card-content {
    height: 95px;
    text-align: center;
}

.products-sec .card-sec {
    position: relative;
    height: 522px;
}

.products-card {
    background: #d7d7d729;
    padding: 0px 0 40px;
    border-radius: 10px;
}

.products-card img {
    width: 100%;
    height: 200px;
}

.products-card .card-content h5 {
    color: #000;
    font-size: 16px;
    font-weight: 700;
    margin-top: 16px !important;
    text-transform: capitalize;
    font-family: 'Nunito Sans';
}


.products-card .card-content p {
    color: #1e3a52ba;
    font-size: 15px;
    font-weight: 500;
    margin-top: 10px !important;
    font-family: 'Nunito Sans';
}

.blog-sec .month-line {
    display: flex;
    gap: 7px;
    margin-top: 20px;
    height: 34px;
}

.blog-sec .month-line p {
    color: #1e3a52ba;
    font-size: 17px;
    font-weight: 500;
    font-family: 'Nunito Sans';
}

.blog-sec .products-card h5 {
    color: #000;
    font-size: 15px;
    font-weight: 700;
    text-align: left;
    text-transform: capitalize;
    font-family: 'Nunito Sans';
}

.blog-sec a:hover h5 {
    color: #0B6D8D;
}

.month-line .vl-border {
    border-left: 2px solid #1e3a52ba;
    height: 22px !important;
    border-radius: 20px;
    position: relative;

}

.our-community {
    width: 90%;
    margin: 120px auto;
    background: aliceblue;
    padding: 50px 20px;
    border-radius: 10px;
    text-align: center;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;

}

.our-community h5 {
    font-size: 30px;
    font-weight: 700;
    text-transform: capitalize;
    font-family: 'Nunito Sans';
    color: #0B6D8D;
}


.our-community p {
    font-size: 18px;
    font-weight: 500;
    font-family: 'Nunito Sans';
    width: 40%;
    margin: 10px auto 50px auto;
    color: #000;
}

.search {
    display: inline-block;
    position: relative;
}

.search input[type="text"] {
    width: 450px;
    padding: 15px 10px;
    border: none;
    border-radius: 12px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    font-size: 16px;
    font-family: 'Nunito Sans';
    font-weight: 600;
    border: 2px solid gainsboro;
}

.search button[type="submit"] {
    background-color: #0B6D8D;
    border: none;
    color: #fff;
    cursor: pointer;
    padding: 17px 27px 15px;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    position: absolute;
    top: 0px;
    right: -2px;
    transition: .9s ease;
    font-size: 18px;
    font-family: 'Nunito Sans';
    font-weight: 700;
}

.contact-form {
    background: #0B6D8D;
    padding: 100px 50px;

}

.contact-form .form-sec {
    background-color: #0B6D8D !important;
}

.contact-form h2 {
    font-size: 36px;
    font-weight: 700;
    color: #FFF;
    text-transform: capitalize;
    font-family: 'Nunito Sans';
}

.contact-form h5 {
    font-size: 20px;
    font-weight: 500;
    color: #FFF;
    margin-top: 10px !important;
    text-transform: capitalize;
    font-family: 'Nunito Sans';
}


.contact-form .input {
    width: 100%;
    height: 55px;
    padding: 20px;
    border-radius: 12px;
    border: 1.5px solid lightgrey;
    outline: none;
    transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
    box-shadow: 0px 0px 20px -18px;
}

.contact-form .input:hover {
    border: 2px solid lightgrey;
    box-shadow: 0px 0px 20px -17px;
}

.contact-form .input:active {
    transform: scale(0.95);
}

.contact-form .input:focus {
    border: 3px solid grey;
}

.contact-conten {
    width: 72%;
    margin: 0 auto;
    background: aliceblue;
    padding: 50px;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.contact-conten .form-control {
    width: 100%;
    height: 200px;
    padding: 12px;
    margin-top: 30px;
    border-radius: 12px;
    border: 1.5px solid lightgrey;
    outline: none;
    transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
    box-shadow: 0px 0px 20px -18px;
}

.contact-conten .form-check-label {
    font-size: 18px;
    font-weight: 500;
    text-transform: capitalize;
    font-family: 'Nunito Sans';
}

.contact-conten .started-btn {
    padding: 14px 36px;
    border-radius: 30px;
    color: #040404 !important;
    font-size: 16px;
    font-weight: 700;
    transform: .5s;
    text-transform: capitalize;
    margin-left: 10px;
    font-family: 'Nunito Sans';
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    background: #FFF;
    border: none;
}

.from-btn {
    display: flex;
    align-items: center;
    justify-content: space-between;
}


footer {
    background: #0b6d8d;
    padding: 100px 50px 50px;
}

footer .footer-sec {
    width: 95%;
    margin: 0 auto;
}

.footer-sec p {
    color: #FFF;
    font-size: 14px;
    font-weight: 600;
    font-family: 'Nunito Sans';
}

.footer-sec .navbar-brand img {
    width: 65%;
}

.footer-sec h5 {
    font-size: 26px;
    font-weight: 700;
    color: #FFF;
    text-transform: capitalize;
    font-family: 'Nunito Sans';
    margin-bottom: 30px !important;
}

.footer-sec ul li {
    list-style: none;
    padding: 0;
}


.footer-sec a {
    color: #FFF !important;
    font-size: 14px;
    font-weight: 500;
    font-family: 'Nunito Sans';
    margin: 10px 0 !important;
    letter-spacing: 1px;
}

.footer-sec iframe {
    border-radius: 10px;
}

.sos-icon i {
    background: #FFF;
    width: 35px;
    height: 33px;
    border-radius: 6px;
    text-align: center;
    line-height: 35px;
    font-size: 14px;
    color: #000 !important;
    margin: 30px 10px;
}

.footer-sec .sos-icon i:hover {
    color: #0B6D8D;
}

.hr-border {
    border: 2px solid gainsboro;
}

.blog-sec .blog-contents {
    background-color: #FFF;
    border: 1px solid gainsboro;
    border-radius: 10px;
    border-bottom: 3px solid #0B6D8D;
    margin-top: 35px;
    position: relative;
    height: 450px;
}

.buckridge {
    position: absolute;
    bottom: 0;
}

.about-us img:before {
    /*position: absolute;*/
    /*content: '';*/
    /*left: 30px;*/
    /*top: -30px;*/
    /*width: 100%;*/
    /*height: 410px;*/
    /*background: linear-gradient(225deg, #dbdbdb 50%, #efefef 50%);*/
    z-index: 0;
}

.blog-sec .blog-contents img {
    border-radius: 8px 8px 0 0;
    width: 100%;
    margin-bottom: 10px;
    border-bottom: 2px solid gainsboro;
    height: 200px;
}

.Information img {
    object-fit: contain;
}

.blog-sec .blog-contents a {
    color: #FFF !important;
}

.blog-sec .blog-contents h5 {
    font-size: 12px;
    font-weight: 600;
    font-family: 'Nunito Sans';
    margin: 10px 0 10px 14px !important;
    background: #0b6d8d;
    padding: 10px !important;
    border-radius: 6px;
    width: 63%;
    margin: 0 auto;
    color: #FFF !important;
    text-align: center;

}

.blog-sec .blog-contents h4 {
    color: #000;
    font-size: 18px;
    font-weight: 600;
    font-family: 'Nunito Sans';
    margin: 30px 0 10px 14px !important;
}

.blog-sec .blog-contents .buckridge {
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 10px 20px;

}

.blog-sec .blog-contents h6 {
    color: #000;
    font-size: 14px;
    font-weight: 600;
    font-family: 'Nunito Sans';

}

.contact {
    width: 90%;
    margin: 100px auto 50px;

}

.contact h5 {
    font-size: 34px;
    font-weight: 800;
    font-family: 'Nunito Sans';
    text-align: center;
    margin-top: 100px !important;
}

.contact p {
    font-size: 20px;
    font-weight: 600;
    font-family: 'Nunito Sans';
    margin-top: 10px !important;
    text-align: center;
    width: 58%;
    margin: 0 auto;
}

.map-add {
    width: 90%;
    margin: 0 auto 50px;
}

.address-sec {
    background: #0B6D8D;
    padding: 30px;
    border-radius: 10px;
    height: 200px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 67%;
    margin: 0 auto;
    position: relative;
    top: 133px;
    text-align: center;
}

.address-sec h5 {
    font-size: 16px;
    font-weight: 800;
    font-family: 'Nunito Sans';
    color: #FFFF;
}

.address-sec p {
    font-size: 12px;
    font-weight: 700;
    font-family: 'Nunito Sans';
    margin-top: 10px !important;
    text-align: center;
    color: #FFFF;
    width: 100%;
}

.vl-border {
    border-left: 2px solid gainsboro;
    height: 200px !important;
}

.address-sec i {
    background: #FFF;
    width: 35px;
    height: 33px;
    border-radius: 6px;
    text-align: center;
    line-height: 34px;
    font-size: 20px;
    color: #0B6D8D !important;
    margin: 18px 10px;
}

.form-sec {
    padding: 20px 30px;
    border-radius: 10px;
    background-color: #FFF;
    border: 1px solid #0B6D8D !important;
    border-radius: 15px !important;

}

.form-sec input {
    font-size: 14px;
    font-weight: 600;
    font-family: 'Nunito Sans';
    border: 1px solid #0B6D8D;
    margin: 10px 0;
    border-radius: 13px;
    height: 50px;
}

.form-sec textarea {
    font-size: 17px;
    font-weight: 400;
    font-family: 'Nunito Sans';
    border: 1px solid #0B6D8D;
    margin: 10px 0;
    border-radius: 13px;
    height: 120px;
}

.form-sec .btn {
    background: #0B6D8D;
    padding: 8px 60px;
    border: 2px solid #FFF;
    font-family: 'Nunito Sans';
    font-weight: 500;
    letter-spacing: .5px;
    color: #FFF !important;
    margin-top: 20px;
    border-radius: 10px;
    cursor: pointer;
    font-size: 20px;
}

.about-us {
    width: 90%;
    margin: 100px auto 50px;
}

.about-us img {
    width: 100%;
    object-fit: contain;
    height: 350px;
}


.about-us h5 {
    font-size: 30px;
    font-weight: 800;
    margin: 12px 0 !important;
    line-height: 40px;
    text-transform: capitalize;
    font-family: "Nunito Sans", sans-serif;
}

.about-us p {
    color: #1e3a52ba;
    font-size: 15px;
    font-weight: 600;
    font-family: 'Nunito Sans';
    width: 90%;
    margin: 20px 0;
    line-height: 27px;
}


.about-mission img {
    width: 100%;
}

.about-us .product-tab img {
    width: 100%;
    height: 200px;
    object-fit: contain;
}

/* .about-us  img{
    width: 100%;

} */

.about-mission {
    width: 90%;
    margin: 0 auto;
}

.about-mission p {
    color: #1e3a52ba;
    font-size: 16px;
    font-weight: 600;
    font-family: 'Nunito Sans';
    width: 90%;
    margin: 20px 0;
    line-height: 28px;
}

.about-mission p i {
    color: #0B6D8D;
    margin-right: 10px;
}



.about-misson-sec {
    background: #FFF;
    padding: 30px;
    border-radius: 10px;
    height: 125px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin: 0 auto;
    position: relative;
    top: 103px;
    text-align: center;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    left: -20%;
}

.about-misson-sec .vl-border {
    height: 130px !important;
}

.about-misson-sec h5 {
    font-size: 28px;
    font-weight: 800;
    font-family: 'Nunito Sans';
    color: #0B6D8D;
}

.about-misson-sec p {
    font-size: 14px;
    font-weight: 600;
    font-family: 'Nunito Sans';
    margin-top: 10px !important;
    text-align: center;
    color: #000;
    width: 155px;
    margin: 0 auto;
}

.vl-border {
    border-left: 2px solid gainsboro;
    height: 239px;
}

.about-misson-sec i {
    background: #FFF;
    width: 49px;
    height: 45px;
    border-radius: 6px;
    text-align: center;
    line-height: 50px;
    font-size: 23px;
    color: #0B6D8D;
    margin: 30px 10px;
}

.corporate {
    width: 90%;
    margin: 100px auto;
}

.corporate h5 {
    color: #0B6D8D;
    font-size: 34px;
    font-weight: 700;
    font-family: "Quicksand", sans-serif;
}

.new-progress-bar {
    margin: 13px 0;
}

.corporate h4 {
    color: #000;
    font-size: 20px;
    font-weight: 700;
    font-family: 'Nunito Sans';
    margin-top: 10px !important;
}

.corporate p {
    color: #1e3a52ba;
    font-size: 16px;
    font-weight: 600;
    font-family: 'Nunito Sans';
    width: 90%;
    margin: 20px 0;
    line-height: 28px;
}

.progress-sec {
    display: flex;
    justify-content: space-between;
}

.corporate img {
    width: 100%;
}

.corporate .progress {
    display: flex;
    height: 20px;
    overflow: hidden;
    font-size: 18px;
    background-color: #e9ecef;
    border-radius: 3.25rem;
    margin-top: 10px;
    font-family: 'Nunito Sans';
    font-weight: 600;
}

.corporate .progress-bar {
    background-color: #0B6D8D;
}

.progress-sec h2 {
    color: #000;
    font-size: 14px;
    font-weight: 700;
    font-family: 'Nunito Sans';

}

.corporate .started-btn {
    padding: 9px 36px;
    border-radius: 30px;
    color: #0B6D8D;
    font-size: 19px;
    border: 1px solid #0B6D8D;
    font-weight: 700;
    transform: .5s;
    text-transform: capitalize;
    margin-right: 20px;
    font-family: 'Nunito Sans';
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    height: 50px;
}

.clients {
    width: 90%;
    margin: 0 auto 50px;
}

.clients .item {
    width: 65% !important;
    height: 92px;
    display: flex;
    align-items: center;
    margin-top: 50px !important;
    transition: .5s;
}

.services-sec {
    width: 90%;
    margin: 100px auto 0;
}

.services-sec h2 {
    color: #0B6D8D;
    font-size: 34px;
    font-weight: 700;
    font-family: "Quicksand", sans-serif;
}



.services-sec p {
    color: #1e3a52ba;
    font-size: 18px;
    font-weight: 600;
    font-family: 'Nunito Sans';
    margin: 20px 0;
    line-height: 28px;
}

/* .page-header.is-sticky {
    position: fixed;
    background: #FFF;
    color: #000;
    animation: slideDown .5s ease-out;
    top: -20px;
    width: 100%;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    z-index: 9999;
    height: 93px;
    margin: 20px auto;
    padding: 0 53px;
} */

@keyframes slideDown {
    0% {
        transform: translateY(-100%);
    }

    100% {
        transform: translateY(0);
    }
}


.services-sec-content {
    background: #0B6D8D;
    padding: 20px;
    border-radius: 10px;
    height: 200px;
    width: 46%;
    text-align: left;
    position: relative;
    right: -53px;
    margin-top: -24%;
    margin-bottom: 100px;

}

.services-sec-content p {
    color: #FFF;
    font-size: 18px;
    font-weight: 600;
    font-family: 'Nunito Sans';
    margin: 20px 0;
    line-height: 28px;
}

.bg-image {
    position: relative;
    height: 350px;
    background-size: cover;
    margin: 50px 0;
    background-repeat: no-repeat;
    background-position: left;
}

.forward {
    position: absolute;
    right: 121px;
    top: 34%;
    text-align: right;
}

.forward h3 {
    color: #FFF;
    font-size: 30px;
    font-weight: 800;
    font-family: 'Nunito Sans';
}

.forward h3 span {
    color: #FCDC00;
}

.forward p {
    color: #FFF;
    font-size: 18px;
    font-weight: 600;
    font-family: 'Nunito Sans';
    margin: 10px 0;
    line-height: 28px;
}

.services-provide {
    width: 90%;
    margin: 0 auto 50px;
}

.services-card {
    height: 350px;
    border-radius: 10px;
    background: #FFF;
    cursor: pointer;
    border: 1px solid gainsboro;
    transition: transform 0.3s ease-in-out;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.services-card:hover {
    transform: translateY(-0.5rem);
}

.services-card img {
    width: 100%;
}

.services-provide .services-card img {
    height: 200px;
}

.services-card h5 {
    color: #000;
    font-size: 17px;
    font-weight: 600;
    text-align: center;
    font-family: 'Nunito Sans';
    margin-top: 30px !important;
}

.services-card .arrow-right {
    padding: 0 12px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.arrow-right {
    display: none;
}

.product-tab .tab {
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}


.product-tab .tab button {
    background-color: inherit;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 16px;
    font-size: 14px;
    font-weight: 600;
    font-family: 'Nunito Sans';
}



.product-tab .tab button.active {
    color: #0B6D8D;
    border-bottom: 3px solid #0B6D8D;
    border-radius: 3px;
}

.product-tab .tabcontent {
    display: none;
    padding: 6px 12px;
    border-top: none;

}

.product-tab .product-cards {
    background-color: #FFF;
    border-radius: 10px;
    padding: 20px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    margin-top: 17px;
}

.product-tab .product-cards h5 {
    font-size: 17px;
    font-weight: 800;
    margin: 12px 0 !important;
    line-height: 27px;
    text-transform: capitalize;
    color: #000;

}

.product-tab .product-cards .details-btn {
    background: #0B6D8D;
    padding: 7px 30px;
    border-radius: 10px;
    color: #FFF !important;
    font-size: 13px;
    font-weight: 800;
    font-family: "Nunito Sans", sans-serif;
}

.download-box {
    background-color: #FFFF;
    border-radius: 20px;
    padding: 20px;
    width: 90%;
    margin: 20px auto 0;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.download-drop {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 20px;
    border-radius: 10px;
    height: 60px;
    background-color: #0B6D8D;
    margin: 20px 0 20px;
}

.download-drop .fa-file-pdf {
    color: #FFF !important;
}

.download-drop span,
i {
    color: #FFF !important;
    font-size: 17px;
    font-weight: 600;
    text-transform: capitalize;
    font-family: "Nunito Sans", sans-serif;
    margin-right: 10px;
}

.download-drop a {
    background-color: #FFF;
    color: #0B6D8D !important;
    padding: 10px 25px;
    border-radius: 6px;
    font-size: 17px;
    font-weight: 600;
    text-transform: capitalize;
    font-family: "Nunito Sans", sans-serif;
}

.download-box h3 {
    color: #0B6D8D;
    font-size: 24px;
    font-weight: 700;
    font-family: "Quicksand", sans-serif;
}

.Protected-blog-sec {
    width: 90%;
    margin: 0 auto;
}


.Protected-blog-sec h2 {
    font-size: 25px;
    font-weight: 800;
    margin: 12px 0 !important;
    line-height: 27px;
    text-transform: capitalize;
    font-family: 'Nunito Sans';
}

.Protected-blog-sec p {
    color: #1e3a52ba;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 50px;
    font-family: 'Nunito Sans';
    margin: 14px auto;
    line-height: 29px;
}

.Protected-blog-sec a {
    color: #0B6D8D !important;
}

.Protected-blog-sec img {
    width: 100%;
}


.Protected-blog-sec ul {
    padding: 0;
    margin-bottom: 30px;
}

.Protected-blog-sec ul li {
    color: #1e3a52ba;
    font-size: 16px;
    font-weight: 600;
    font-family: 'Nunito Sans';
    line-height: 29px;
    list-style: disc !important;
}

.recent-blog {
    margin-bottom: 30px;
}

.recent-blog h5 {
    font-size: 19px;
    font-weight: 500;
    color: #000;
}

.recent-blog p {
    color: #1e3a52ba;
    font-size: 14px;
    line-height: 22px;
    margin: 0;
}

.drop-fa-bars {
    display: none;
}

.modal-content {
    width: 600px !important;
    left: -41px;
}

#exampleModal .modal-content {
    border-radius: 1.3rem;
}
.form-sec span{
    font-size: 14px;
}

.Protected-blog-sec .btn-sec{
    color: #FFF !important;
}

.Protected-blog-sec .btn-sec:hover{
    color: #000 !important;
}
.Technical{
    text-align: center;
    color: #FFF;
    font-size: 17px;
    margin-top: 50px;
}