* {
    --color-light-green: #19dbe1;
}

/*Body*/
body {
    font-family: "Poppins", sans-serif !important;
    line-height: 1.6rem;
    letter-spacing: 0.5px;
}

/*first row*/
.contBanner h3 {
    font-family: "Roboto", sans-serif;
    font-weight: 660;
    font-size: 35px;
}

/*trusted*/
/*first div*/
.digital {
    margin-top: 100px;
    color: #183d74;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
    display: inline-block;
}

@media (max-width: 768px) {
    #imptxt .digital {
        margin-top: 90px;
    }
    .a-txt {
        padding-top: 30px;
    }
}

/*end of first row*/

#imp {
    padding-top: 30px;
}

@media (max-width: 768px) {
    #imp {
        min-height: 470px;
    }
}

/*left side content*/
#imptxt h1 {
    color: black;
    font-size: 30px;
    font-weight: bolder;
    margin-top: 5px;
}

.col-10 {
    text-align: center;
}

@media (min-width: 768px) {
    #imptxt {
        text-align: left !important;
    }
}

#imptxt p {
    color: #656565;
    margin-top: 35px;
    margin-bottom: 35px;
}

.lisst {
    padding-bottom: 15px;
    display: inline-block;
}

.lisst ul {
    list-style-type: none;
    margin: 20px;
    padding: 0px;
}

@media (max-width: 1200px) {
    .lisst ul {
        list-style-type: none;
        margin: 0px;
        padding: 0px;
    }
}

@media (max-width: 1100px) {
    .lisst ul li .bi {
        font-size: 0.8rem !important;
    }
}

@media (max-width: 1100px) {
    .lisInt {
        font-size: 13px !important;
    }
}

.lisst ul li {
    display: flex;
    align-items: center;
    list-style-type: none !important;
    padding-bottom: 20px;
}

.lisst ul li .bi {
    color: rgb(22, 35, 158);
    margin-top: 5px;
    margin-right: 10px;
    font-size: 1.6em;
    transition: all 0.3s ease;
}

/*right side content*/
.impimgs .img-fluid {
    margin-top: 110px;
    padding-left: 40px;
    width: 540px;
}

@media (max-width: 1000px) {
    .impimgs .img-fluid {
        margin-top: 150px;
        max-width: 100%;
    }
}

/*trusted*/
/*2nd div*/

@media (max-width: 768px) {
    #sec {
        min-height: 470px;
    }
}

/*left side content*/
#sec {
    background-color: #88878712;
    padding-top: 40px;
    padding-bottom: 40px;
    margin-bottom: 40px;
}

#rightBtn {
    background-color: rgb(0 0 255 / 9%);
    border: 0.5px;
    color: #0f0f44a1;
    padding: 2px 10px;
    border-radius: 40px;
    cursor: default;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 0.9rem;
}

#sectxt {
    margin-top: 50px;
    padding-left: 50px;
}

#sectxt h1 {
    color: black;
    font-size: 30px;
    font-weight: bolder;
    margin-top: 5px;
}

.col-10 {
    text-align: center;
}

@media (min-width: 768px) {
    #sectxt {
        text-align: left !important;
    }
}

/*hover effect*/

.btn:focus {
    outline: 0 !important;
    box-shadow: 0 0 0 0.25rem rgb(13 110 253 / 0%);
}

.btn {
    background-color: #ffffff00;
    border-bottom: 4px solid;
    color: grey;
    margin-left: 0px;
    margin-right: 8px;
    padding-left: 0.4rem;
    padding-right: 0.4rem;
    margin-bottom: 10px;
}

.btn:hover {
    color: var(--color-light-green);
}

.btn:hover .sth {
    color: black !important;
    font-weight: bold !important;
}

#content {
    margin-top: 20px;
    width: 430px;
    text-align: justify !important;
}

.as #btnMiss {
    color: var(--color-light-green);
}

.as #btnMiss .sth {
    color: black !important;
    font-weight: bold !important;
}

.activeMiss #btnMiss {
    color: var(--color-light-green);
}

.activeMiss #btnMiss .sth {
    color: black !important;
    font-weight: bold !important;
}

.activeVis #btnVis {
    color: var(--color-light-green);
}

.activeVis #btnVis .sth {
    color: black !important;
    font-weight: 600 !important;
}

.activeVal #btnVal {
    color: var(--color-light-green);
}

.activeVal #btnVal .sth {
    color: black !important;
    font-weight: bold !important;
}

/*right side content*/
.secimgs .img-fluid {
    margin-top: -25px;
    padding-left: 0px;
    width: 500px;
}

@media (max-width: 1000px) {
    .secimgs .img-fluid {
        margin-top: -40px;
        max-width: 110%;
    }
}

/*client section*/
.client {
    padding-top: 20px;
    padding-bottom: 20px;
}

.clients h1 {
    color: black;
    font-size: 30px;
    font-weight: bolder;
    margin-top: 20px !important;
    margin-bottom: 25px !important;
}

@media (max-width: 768px) {
    .clients h1 {
        font-size: 30px;
    }
}

/*3rd div*/
.clientimg {
    padding-top: 70px;
    padding-left: 100px;
    padding-right: 100px;
    padding-bottom: 90px;
}

@media (max-width: 768px) {
    .clientimg {
        padding-top: 15px;
        padding-left: 0px;
        padding-right: 0px;
        padding-bottom: 90px;
    }
}

.clientimgs .img-fluid {
    width: 70px;
}

.clientimged .img-fluid {
    width: 100px;
}

/*4th div*/
/*How we work 1st div*/

/*heading*/
.subheading {
    margin-bottom: 0px;
    color: #183d74;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
    display: inline-block;
    position: relative;
    font-family: Poppins, sans-serif;
}

.heading-section h1 {
    font-size: 30px;
    font-weight: 600;
    color: black;
}

@media (max-width: 767.98px) {
    .heading-section h1 {
        font-size: 26px;
    }
}

#impt {
    min-height: 380px;
}

@media (max-width: 768px) {
    #impt {
        min-height: 160px;
    }
}

/*left side content*/

.col-10 {
    text-align: center;
}

.imptimgs .img-fluid {
    padding-left: 0px;
    width: 380px;
}

@media (max-width: 1000px) {
    .imptimgs .img-fluid {
        width: 350px;
    }
}

/*right side content*/

.number h4 {
    border: 1px solid #23bb2ec7;
    border-radius: 50%;
    background-color: #23bb2ec7;
    margin-top: 5px;
    color: white;
    height: 60px;
    box-shadow: 0 0 10px 3px rgb(7 247 26 / 27%);
}

.number h5 {
    position: absolute;
    font-weight: 550;
    font-size: 20px;
    top: 44px;
    left: 30px;
    color: white;
}

.number {
    position: relative;
    padding-left: 10px;
    padding-top: 20px;
    margin-right: 20px;
    width: 81px;
    padding-right: 10px;
}

#innCols {
    margin-right: 100px;
    margin-left: 0px;
    padding: 0px;
    border-radius: 4px;
    width: 100%;
}

@media (max-width: 768px) {
    #innCols {
        margin-right: 0px;
    }
}

#innerRows {
    margin-top: 165px;
    padding-bottom: 35px;
}

@media (max-width: 768px) {
    #innerRows {
        margin-top: 20px;
    }
}

#innertxts p {
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 15px;
    text-align: justify;
}

#innertxts h2 {
    text-align: justify;
    font-weight: bold;
    font-size: 1.5rem;
}

/*4th div*/
/*How we work 2nd div*/

#imptSec {
    min-height: 260px;
    padding-left: 0px;
}

@media (max-width: 768px) {
    #imptSec {
        min-height: 160px;
    }
}

/*left side content*/

.col-10 {
    text-align: center;
}

.imptimgsSec .img-fluid {
    padding-left: 0px;
    width: 380px;
}

@media (max-width: 1000px) {
    .imptimgsSec .img-fluid {
        width: 350px;
    }
}

/*right side content*/

.numberSec h4 {
    border: 1px solid #23bb2ec7;
    border-radius: 50%;
    background-color: #23bb2ec7;
    margin-top: 5px;
    color: white;
    height: 60px;
    box-shadow: 0 0 10px 3px rgb(7 247 26 / 27%);
}

.numberSec h5 {
    position: absolute;
    font-weight: 550;
    font-size: 20px;
    top: 44px;
    left: 30px;
    color: white;
}

.numberSec {
    position: relative;
    padding-left: 10px;
    padding-top: 20px;
    margin-right: 20px;
    width: 81px;
    padding-right: 10px;
}

#innColsSec {
    margin-top: 100px;
    margin-right: 0px;
    margin-left: 0px;
    padding: 0px;
    border-radius: 4px;
    width: 100%;
}

@media (max-width: 768px) {
    #innCols {
        margin-top: 20px;
    }
}

@media (max-width: 768px) {
    #innColsSec {
        margin-top: 20px;
        width: 95%;
    }
}

.row #innerSec {
    margin-right: -10px;
}

#innerRowsSec {
    margin-top: 165px;
    padding-bottom: 35px;
}
#innertxtsSec p {
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 15px;
    text-align: justify;
}

#innertxtsSec h2 {
    text-align: justify;
    font-weight: bold;
    font-size: 1.5rem;
}

/*go to top code*/

.back-top {
    background: #1a4963cf;
    height: 35px;
    width: 35px;
    right: 8px;
    bottom: 27px;
    position: fixed;
    font-size: 15px;
    padding-top: 7px;
    text-align: center;
    border-radius: 50%;
    line-height: 48px;
    color: white;
    z-index: 5;
    border: 2px solid transparent;
    box-shadow: 0 0 10px 3px rgb(108 98 98 / 20%);
}

.back-top a {
    color: white !important;
}

.back-top a:hover {
    color: grey !important;
}

.arrowUp::before {
    vertical-align: 0.875em !important;
}

.bi-caret-up-fill::before {
    content: none;
}

.icon .bi-caret-up-fill::before {
    content: "\f235";
}
@media (min-width: 320px) and (max-width: 800px) {
    .lisst {
        display: block !important;
    }
    #sectxt {
        padding-left: 0px;
        margin-top: 20px;
    }
    .com-txt {
        font-size: 14px;
    }
}
