a {
    text-decoration: none !important;
}

/* Styles for the popup container */
.popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: none;
    justify-content: center;
    align-items: center;
}

.popup-content {
    background-color: #fff;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    text-align: center;
}

.close-btn {
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
}


/* Styles for the popup container */
.popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: none;
    z-index: 10;
}

.popup-content {
    background-color: #fff;
    padding: 40px 10px;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    width: 800px;
}


.popup-content .left-content {
    position: relative;
    text-align: start;
}

.popup-content .left-content::after {
    content: '';
    position: absolute;
    height: 100%;
    width: 2px;
    background-color: #d5e8f1;
    top: 0;
    right: -10px;
}

.popup-content h2 {
    color: #ff893b;
    font-size: 45px;
}

.popup-content h5 {
    margin: 20px 0;
    font-size: medium;
}

.popup-content .left-content a {
    padding: 10px 30px;
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    text-decoration: none;
    border-radius: 5px;
    background-color: green;
    display: inline-flex;
    align-items: center;
}

.popup-content .left-content a img {
    width: 40px;
    height: 40px;
    margin-right: 6px;
    border-radius: 50%;
}

.popup-content .box-img img {
    width: 260px;
    height: 260px;

}


@media (min-width:768px) and (max-width:992px) {
    .popup-content {
        width: 680px;
    }
}

@media (min-width:568px) and (max-width:768px) {
    .popup-content {
        width: 90%;
    }

    .popup-content .left-content {
        text-align: center;
        margin-top: 20px;
    }

    .popup-content .left-content::after {
        display: none;
    }

    .popup-content h2 {
        color: #ff893b;
        font-size: 38px;
    }

    .popup-content .box-img img {
        width: 220px;
        height: 220px;
    }

}

@media (max-width:568px) {
    .popup-content {
        width: 90%;
        border-radius: 0;
        box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
        border-top: 4px solid rgba(0, 0, 0, 0.2);
        border-bottom: 4px solid rgba(0, 0, 0, 0.2);
    }

    .popup-content .left-content {
        text-align: center;
        margin-top: 20px;
    }

    .popup-content .left-content::after {
        display: none;
    }

    .popup-content h2 {
        color: #ff893b;
        font-size: 30px;
    }

    .popup-content .box-img {
        border-radius: 50%;
        background-color: #CD0031;
        width: 200px;
        height: 200px;
        padding: 20px;
        margin: 0 auto;
        box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
    }

    .popup-content .box-img img {
        width: 100%;
        height: 100%;

    }

    .popup-content .left-content a {
        padding: 10px 20px;
        font-size: 18px;
        font-weight: 700;

    }
}


.banner-carousel img {
    width: 100%;
    min-height: 200px;
}


/* ------------------fixed button------------------ */


.fixed-button {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 999;
}

.fixed-button .btn-grp-mobile {
    display: flex;
    justify-content: space-between;
    opacity: .8;
    transition: all 0.4s;
}

.fixed-button .btn-grp-mobile:hover {
    opacity: 1;
}

.fixed-button .btn-grp-mobile .btn {
    width: 50%;
    background-color: #CD0031;
    text-align: center;
    border-radius: 0;
    padding: 20px 0;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
    border-right: 2px solid #fff;
}

.fixed-button .btn-grp-mobile .btn2 {
    border-right: 0;
    background-color: green;
}


.logo-bar img {
    min-height: 180px;
}

.logo-bar .right-contact-box {
    text-align: center;
    padding-top: 20px;
}

.logo-bar .right-contact-box h4 {
    font-weight: 700;
    color: #940500;
    font-size: 30px;
}

.logo-bar .right-contact-box a {
    padding: 4px 8px;
    display: block;
    border-radius: 20px;
    background-color: #FFD700;
    color: #270d0c;
    font-weight: 600;
    font-size: 20px;
    text-transform: uppercase;
    transition: all 0.4s;

}

.logo-bar .right-contact-box a:hover {
    background-color: #940500;
    color: #fff;
    box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
}

.logo-bar .right-contact-box p {
    font-weight: 600;
    margin-top: 10px;
    margin-bottom: 0;
    font-size: 18px;
}


@media(min-width:1200px) and (max-width:1400px) {
    .logo-bar .right-contact-box {
        text-align: center;
        padding-top: 0;
    }

    .logo-bar .right-contact-box a {
        font-size: 18px;
    }
}

@media(min-width:992px) and (max-width:1200px) {
    .logo-bar .right-contact-box {
        text-align: center;
        padding-top: 0;
    }

    .logo-bar .right-contact-box a {
        font-size: 18px;
    }
}

@media(max-width:992px) {
    .logo-bar .right-contact-box {
        text-align: center;
        padding-bottom: 24px;
    }

    .logo-bar .right-contact-box a {
        font-size: 18px;
    }
}


.top-bar {
    background-color: rgb(211, 1, 1);
}

.top-bar .text {
    padding: 10px;
    background-color: #000;
}

.top-bar .text a {
    font-weight: bold;
    color: yellow;
    text-decoration: none;
    font-size: 18px;
}

.top-bar .right-content a {
    padding: 10px 20px;
    color: #000;
    font-weight: 700;
    display: inline-flex;
    align-items: center;
    text-decoration: none;
    background-color: yellow;
    border-radius: 5px;
    font-size: 18px;

}

@media (min-width:992px) and (max-width:1200px) {
    .top-bar .right-content a {
        padding: 8px 14px;
        font-size: 18px;

    }
}

@media (min-width:768px) and (max-width:992px) {
    .top-bar .right-content {
        margin: 10px 0;

    }

    .top-bar .right-content a {
        padding: 8px 14px;
        font-size: 18px;
        box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
    }
}

@media (min-width:568px) and (max-width:768px) {
    .top-bar .right-content {
        margin: 10px 0;

    }

    .top-bar .right-content .btn-grp {
        margin: 10px 0 !important;

    }

    .top-bar .right-content a {
        padding: 8px 14px;
        font-size: 18px;
        box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
    }
}

@media (max-width:568px) {
    .top-bar .right-content {
        margin: 0;

    }

    .top-bar .right-content .btn-grp {
        margin: 10px 0 !important;

    }

    .top-bar .right-content a {
        padding: 8px 14px;
        font-size: 18px;
        box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
        margin-right: 10px;
    }
}

@media (max-width:468px) {
    .top-bar .right-content {
        margin: 10px 0;

    }

    .top-bar .right-content a {
        padding: 10px 20px;
        font-size: 18px;
        margin-bottom: 10px;
        display: block;
        box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
        margin-right: 10px;
    }
}

.top-bar .right-content a svg {
    margin-right: 5px;
}

.text-end {
    color: #fff;
    font-size: large;
    font-weight: 500;
    letter-spacing: 2px;

}


.text-start {
    color: #fff;
    font-size: large;
    font-weight: 500;
    letter-spacing: 2px;

}

@media screen and (max-width: 720px) {

    .top-bar .call {
        width: 25px;
        height: 25px;
        margin-right: 0px;
    }


    .text-end {
        font-size: medium;
        letter-spacing: 1px;
        margin: 10px 0;
    }

    .top-bar .whatsapp {
        width: 25px;
        height: 25px;
        padding: 2px;
        margin-right: 0px;
    }

    .top-bar .whatsapp .icon {
        background-color: aliceblue;
        color: #000;
        padding: 1px;
        border-radius: 3px;
    }

    .text-start {
        font-size: medium;
        letter-spacing: 1px;
        margin: 10px 0;

    }


}

/* ------------------------heading------------------------ */

.heading h2 {
    opacity: .80;
    font-weight: bold;
    letter-spacing: 2px;
    color: darkred;
}


.heading h5 {
    letter-spacing: 8px;
    opacity: .80;
}

/* ----------------------our-service---------------------- */


.service {
    background-color: #FFB700;
    padding: 50px;
}

.service-card {
    position: relative;
    border: 1.5px solid #000;
    border-radius: 10px 10px 20px 20px;
    border-bottom: 5px solid #000;
    border-top: 2.5px solid #000;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    padding: 100px 10px 20px 20px;
    transition: all 0.5s;
    background-color: #FFB700;
    margin-top: 70px;


}

.service-card a {
    text-decoration: none;
    color: #000;
}

.service-card .text {
    margin-top: 10px;
    height: 150px;
    overflow: auto;
}

.service-card:hover {
    border: 1.5px solid #fff;
    border-radius: 10px 10px 20px 20px;
    border-bottom: 5px solid #fff;
    border-top: 2.5px solid #fff;
    background-color: #f19d00;
}

.service-card:hover h4 {
    color: darkred;

}

.service-card:hover p {
    color: #fff;
}

.service-card:hover img {
    border: 3px dotted #fff;

}

.service-card img {
    height: 200px;
    width: 200px;
    border-radius: 50%;
    /* background-color: red; */
    position: absolute;
    top: -100px;
    left: 50%;
    transform: translate(-50%);
    border: 3px dotted #000;
}

.service .heading-text {
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 70px;
}


@media (min-width:992px) and (max-width:1200px) {
    .service-card {
        margin-bottom: 40px;
    }

    .service-card .text {
        height: 120px;
    }

}

@media (min-width:768px) and (max-width:992px) {
    .service-card {
        margin-bottom: 40px;
    }

    .service-card .text {
        height: 120px;
    }

}

@media (min-width:568px) and (max-width:768px) {
    .service-card img {
        height: 180px;
        width: 180px;

    }

    .service-card {
        margin-bottom: 40px;
    }

    .service-card .text {
        height: 100px;
    }

}

@media (max-width:568px) {
    .service {
        padding: 50px 0;
    }

    .service-card img {
        height: 180px;
        width: 180px;

    }

    .service-card {
        margin-bottom: 40px;
    }

    .service-card .text {
        height: 120px;
    }

}



/* ------------------------about------------------------ */


.about {
    padding: 60px 0;
}


.about p {
    margin: 20px 0;
    opacity: 0.75;
    font-size: large;
}

.about .owl-next {
    right: 0;
    position: absolute;
    /* color: #000; */
    color: darkred;
    height: 30px;
    width: 30px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    /* border: transparent;  */
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    margin-top: 20px;
    bottom: 50%;
}

.about span {
    font-size: large;
    position: absolute;
    font-weight: bolder;
    color: darkred;
}

.about .owl-prev {
    left: 0;
    position: absolute;
    color: darkred;
    height: 30px;
    width: 30px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    border: transparent;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    margin-top: 20px;
    bottom: 50%;

}

.about ul {
    padding-left: 0;
}

.about ul li {
    list-style: none;
    margin-bottom: 10px;
    margin-left: 10px;
    transition: all 0.5s;
}

.about ul li:hover {
    padding-left: 10px;
}

.about ul li a {
    text-decoration: none;
    color: darkred;
    font-size: larger;
    font-weight: bold;
}

.about ul li .icon {
    color: orange;
    margin-right: 10px;
}

@media (max-width:568px) {
    .about .owl-carousel .item {
        padding: 30px !important;
    }
}


/* -------------------cta------------------- */

.cta {
    padding: 50px 0;
    overflow: hidden;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    background-attachment: fixed;
}

.cta img {

    animation: spin 9s infinite linear;
    -webkit-animation: spin 9s infinite linear;
    -moz-animation: spin 9s infinite linear;
    display: inline-block;
    width: 100%;
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

.cta h3 {
    color: #f19d00;
    font-size: 40px;
    font-weight: bold;
}

.cta h5 {
    color: #fff;
    font-size: 24px;
    font-weight: 500;
    word-spacing: 5px;
    line-height: 1.6;
    margin: 20px 0;
}

.btn-grp {
    margin: 30px 0;
    display: block;
}

.btn-grp a {
    padding: 10px 20px;
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
    background-color: red;
    margin-right: 10px;
    border-radius: 10px;
    font-weight: 600;
}

.btn-grp a:last-child {
    background-color: green;

}

.btn-grp a svg {
    margin-right: 5px;
}

@media (min-width:768px) and (max-width:992px) {
    .cta img {

        width: 360px;
        height: 100%;
    }

    .cta h3 {
        font-size: 36px;
    }

    .cta h5 {
        color: #fff;
        font-size: 20px;
        font-weight: 500;
        word-spacing: 5px;
        line-height: 1.6;
        margin: 20px 0;
    }


}

@media (min-width:568px) and (max-width:768px) {
    .cta img {

        width: 360px;
        height: 100%;
    }

    .cta h3 {
        font-size: 36px;
    }

    .cta h5 {
        color: #fff;
        font-size: 20px;
        font-weight: 500;
        word-spacing: 5px;
        line-height: 1.6;
        margin: 20px 0;
    }


}

@media (max-width:568px) {
    .cta img {

        width: 340px;
        height: 100%;
    }

    .cta h3 {
        font-size: 36px;
    }

    .cta h5 {
        color: #fff;
        font-size: 20px;
        font-weight: 500;
        word-spacing: 5px;
        line-height: 1.6;
        margin: 20px 0;
    }

    .btn-grp a {
        padding: 10px 16px;
        color: #fff;
        font-size: 16px;
        text-transform: uppercase;
        background-color: red;
        margin-right: 6px;
        border-radius: 0px;
        font-weight: 600;
    }


}




/* -------------------------cta1------------------------- */



.cta1 {
    /* background-image: url(../image/bg/bg2.png); */
    background-position: center;
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 50px 0;
}

.cta1 .left-text {
    margin-bottom: 30px;
}

.cta1 .left-text h5 {
    color: #fff;
    font-size: x-large;
    letter-spacing: 5px;
}

.cta1 .left-text h2 {
    color: #f19d00;
    font-size: 45px;
}

.cta1 .left-text p {
    color: #fff;
    word-spacing: 2px;
    font-size: medium;
}

.cta1 .right-text .cta1-card {
    border: 1.5px solid #fff;
    border-radius: 5px;
    text-align: center;
    padding: 15px;
    background-color: #000;
    margin: 12px 0;
    transition: all 0.5s;
}

.cta1 .right-text .cta1-card:hover {
    background-color: rgb(197, 0, 0);
}

.cta1 .right-text .cta1-card .cta1-icon .icon {
    color: #FFB700;
    font-size: 50px;
}

.cta1 .right-text .cta1-card .text {
    margin: 20px 0;
}

.cta1 .right-text .cta1-card h2 {
    font-size: 36px;
    font-weight: bold;
    color: #fff;
}

.cta1 .right-text .cta1-card h5 {
    color: #FFB700;
    font-size: larger;
}


@media (max-width:568px) {
    .cta1 .left-text h5 {
        color: #fff;
        font-size: 20px;
        letter-spacing: 2px;
    }

    .cta1 .left-text h2 {
        color: #f19d00;
        font-size: 36px;
    }

    .row-cols-2>* {
        flex: 0 0 auto;
        width: 90%;
        margin: 0 auto;
    }

    .cta1 .right-text .cta1-card .cta1-icon .icon {
        color: #FFB700;
        font-size: 40px;
    }

    .cta1 .right-text .cta1-card h2 {
        font-size: 32px;
    }
}

/* ..........................certificate.......................... */
.certificate {
    padding: 50px 0;
}

.certificate .certi-carousel .item img {
    border: 5px solid darkred;
    height: 240px;

}

.certificate .owl-dots {
    display: none;
}

.certificate .owl-nav span {
    display: none;

}




/* -----------------------our-service----------------------- */

.our-service {
    padding: 50px 0;
}

.our-service .heading h5 {
    font-size: xx-large;
    letter-spacing: 7px;

}


.our-service .main-service-box-wrapper {
    margin: 40px 0;
}

.our-service .main-service-box-wrapper .service-box-main {
    box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    margin-bottom: 40px;
}

.our-service .main-service-box-wrapper .service-box-main .box-img {
    width: 100%;
    height: 280px;
    overflow: hidden;

}

.our-service .main-service-box-wrapper .service-box-main .box-img img {
    width: 100%;
    height: 100%;
    transition: all 0.6s;
}

.our-service .main-service-box-wrapper .service-box-main:hover .box-img img {
    transform: scale(1.1);
}

.our-service .main-service-box-wrapper .service-box-main .box-content {
    padding: 20px;
    text-align: center;
}

.our-service .main-service-box-wrapper .service-box-main .box-content h4 a {
    font-weight: 700;
    font-size: 24px;
    color: darkred;
    text-transform: capitalize;
}

.our-service .main-service-box-wrapper .service-box-main .box-content p {
    opacity: 0.75;
    font-size: 18px;
    color: black;
}

.our-service .main-service-box-wrapper .service-box-main .box-content .main-btn {
    padding: 10px 20px;
    background-color: darkred;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
}

.our-service .main-service-box-wrapper .service-box-main .box-content .main-btn img {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    margin-right: 5px;

}


/* ------------------------why-choose-us------------------------ */

.why-choose-us {
    background-color: #FFB700;
    padding: 50px;
}

.why-choose-us .heading h5 {
    font-size: xx-large;
    letter-spacing: 7px;
    color: #000;
    font-weight: bold;
}

.why-choose-us .heading h3 {
    font-size: 50px;
    font-weight: bold;
    color: rgb(233, 0, 0);

}

.why-choose-us .heading p {
    font-size: larger;
}

.why-choose-us .choose-card {
    text-align: center;
    position: relative;
    /* border: 1px solid red; */
    text-align: center;
}

.why-choose-us .choose-card .choose-img {
    border: 3px solid #fff;
    height: 110px;
    width: 110px;
    border-radius: 50%;
    margin-left: 25px;
}

.why-choose-us .choose-card .choose-img1 {
    border: 3px solid #fff;
    height: 70px;
    width: 70px;
    margin-left: 45px;
    border-radius: 50%;
}

.why-choose-us .choose-card h3 {
    color: #fff;
    font-weight: bold;
    margin-top: 20px;
    font-size: 40px;
    margin: 0;
}

.why-choose-us .choose-card h5 {
    font-size: larger;
    margin: 0;
    text-transform: uppercase;
}

.why-choose-us .choose-card h4 {
    color: #fff;
    font-weight: bold;
    margin-top: 20px;
    font-size: 30px;
    margin: 0;
}

@media screen and (max-width: 720px) {

    .why-choose-us {
        padding: 10px;
        text-align: center;
        margin-top: 30px;
    }

    .why-choose-us .heading h5 {
        font-size: larger;
    }

    .why-choose-us .heading h3 {
        font-size: 24px;
    }

    .why-choose-us .heading p {
        font-size: medium;
    }

    .why-choose-us .choose-card h3 {
        color: #fff;
        font-weight: bold;
        margin-top: 20px;
        font-size: 24px;
        margin: 0;
    }

    .why-choose-us .choose-card h5 {
        font-size: large;
        margin: 0;
    }

}




/* ----------------------------testimonial---------------------------- */

.testimonial {
    padding: 50px 0 80px;
    background-attachment: fixed;
    background-size: cover;
}

.testimonial .left-content img {
    width: 100%;
}


.testimonial .testi-card {
    background-color: #fff;
    padding: 20px;
    height: 240px;
    border-radius: 5px;

}

.testimonial .testi-card .img {
    position: relative;
}

.testimonial .testi-card .img img {
    filter: blur(2px);
    height: 80px;
}

.testimonial .testi-card .img::before {
    width: 90px;
    height: 1px;
    background-color: orange;
    content: '';
    position: absolute;
    bottom: -10px;
    right: -10px;
}

.testimonial .testi-card .img::after {
    width: 1px;
    height: 90px;
    background-color: orange;
    content: '';
    position: absolute;
    bottom: -20px;
    right: 0;
}

.testimonial .owl-next span {
    margin-top: 5px;
    font-size: xx-large;
    border: 2px solid #fff;
    color: #ffff;
    left: 70px;
    padding: 0px 20px;
    position: absolute;
}

.testimonial .owl-prev span {
    margin-top: 5px;
    font-size: xx-large;
    border: 2px solid #fff;
    color: #ffff;
    left: 0;
    position: absolute;
    padding: 0px 20px;
}

@media (min-width:768px) and (max-width:992px) {
    .testimonial .left-content img {
        width: 340px;
        margin-bottom: 30px;
    }
}

@media (min-width:568px) and (max-width:768px) {
    .testimonial .left-content img {
        width: 340px;
        margin-bottom: 30px;
    }

}

@media (max-width:568px) {
    .testimonial .left-content img {
        width: 300px;
        margin-bottom: 30px;
    }

}

/* -----------------------progress-content----------------------- */
.progress-bar {
    background-color: #fff;
}

.progress-content {
    padding: 100px 0;

}

.progress-bar-container {
    margin-bottom: 20px;
}

.progress-bar-container:not(:last-child) {}

.progress-bar-container h2 {
    font-family: Arial, Helvetica, sans-serif;
    color: #000;
    letter-spacing: 1px;
    font-size: 18px;
    margin-bottom: 0;
}

.progress-bar {
    width: 80%;
    height: 10px;
    border: 1px solid rgb(255, 102, 0);
    border-radius: 5px;
}

.percentage {
    display: block;
    height: 100%;
    background-color: orange;
    border-radius: 5px;
    animation: progress 2000ms ease-in 1;
}

.p1 {
    width: 98%;
}

.p2 {
    width: 90%;
}

.p3 {
    width: 75%;
}

.p4 {
    width: 85%;
}


/* Animating the progress bar by 
        initially starting from 0*/
@keyframes progress {
    from {
        width: 0;
    }
}



.counter {
    font-size: 36px;
    font-weight: bold;
}




/*--------------------------cta2-------------------------- */

.cta2 {
    /* background-color: #FFB700; */
    padding: 50px 0;
    background-attachment: fixed;
    background-size: cover;
}

.cta2 .cta-box {
    background-color: #e6e7ff;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    /* text-align: center; */
    padding: 40px;
    color: #10102e;
    border-radius: 5px 50px;

}

.cta2 .cta-box .icon {
    font-size: 50px;
    color: darkred;
}


.banner-section a img {
    width: 100%;
    min-height: 200px !important;
}