﻿body {
    margin: 0;
    padding: 0;
   /* font-family: var(--bs-body-font-family);*/
}

@media screen and (max-width: 600px) {
    /* STYLES HERE */
    .about-heading {
        display:flex;
        justify-content:center;
    }
    .font-backend {
        text-align: center;
    }
}
.section-first {
    background-color: #0390d61e;
}


.ts-title-style_1 {
    font-size: 44px;
    color: #121212;
    margin-bottom: 30px;
}

    .ts-title-style_1 h3 {
        text-transform: uppercase;
        color: #121212;
    }

.section-title h3 {
    font-size: 35px;
    padding: 0;
    margin: 0;
    line-height: 1;
    position: relative;
    z-index: 2;
    color: #038ed6;
}

    .section-title h3 .font-backend {
        left: -25px;
        right: auto;
        bottom: -26px;
        color: #0000000c;
        font-size: 2.5em;
        height: 90px;
        line-height: 90px;
        position: absolute;
        z-index: -1;
        letter-spacing: normal;
        overflow: hidden;
      /*  font-family: "Poppins", sans-serif;*/
    }

.ts-title-style_1 .lead {
    font-size: 15px;
    max-width: 580px;
    position: relative;
    padding: 0;
    margin-top: 15px !important;
    color: #000000;
    letter-spacing: 1px;
    font-weight: 400;
    font-family:var(--bs-body-font-family) !important;
    /*    font-family: var(--bs-body-font-family);*/
}

.service-box {
    cursor: pointer;
    display: block;
    margin-bottom: 30px;
    overflow: hidden;
}

.icon-container {
    display: inline-block;
    font-size: 30px;
    border: 1px solid #003159;
    border-radius: 100%;
    text-align: left;
    /* width: 70px; */
    float: left;
    /* min-height: 38px; */
    /* line-height: 38px; */
}

    .icon-container .icons {
        padding: 10px;
        color: #003159;
    }

.service-box p {
    padding-bottom: 0 !important;
    /*  color: #b0b0b0;*/
    letter-spacing: 1px;
    font-size: 14px;
    font-weight: 400;
    /* padding-left: 80px;*/
}

.services-details h5 {
    padding-left: 80px;
    font-weight: bold;
    color: #003159;
}

.about-gif {
    width: 80%;
    height: auto;
}

.new1 {
    border: 3px solid #1a17172e;
}

.section-title-sec {
    position: relative;
    margin-bottom: 30px;
}

    .section-title-sec h6 {
        color: #003159;
   /*     font-family: 'Roboto', sans-serif;*/
        font-size: 25px;
        font-weight: 800;
        line-height: 20px;
        letter-spacing: 3px;
        text-transform: uppercase;
        margin-bottom: 20px;
    }

    .section-title-sec h2 {
        font-size: 50px;
        font-weight: 500;
        line-height: 60px;
        color: #038ed6;
        letter-spacing: -1px;
    }


.single-process-area {
    text-align: center;
    margin-top: 50px;
    overflow: hidden;
}

.process-icon {
    position: relative;
}

    .process-icon img {
        width: 100px;
        height: auto;
    }

[class*='col-lg-3']:not(:last-child) .process-icon:after {
    position: absolute;
    content: '';
    top: 50%;
    right: -44px;
    width: 80px;
    height: 1px;
    border: 1px dashed cadetblue;
    opacity: 0.7;
}

.single-process-area h4 {
    font-size: 20px;
    color: #003159;
    font-weight: bold;
    margin: 20px 0;
}

.about-sec {
    background-color: #003159;
    padding: 100px 0;
}

.about-sec-heading {
    color: white;
    font-size: 3rem;
}

.providing {
    color: white;
}

.section-third {
    padding: 100px 0;
}

    .section-third h4 {
        font-weight: bold;
    }

.about-image {
    width: 80%;
    height: auto;
}
