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

/*banner*/
#banner {
    /*background: linear-gradient(*/
    /*    to bottom,*/
    /*    #c2ddea14 0%,*/
    /*    #c2ddea14 3%,*/
    /*    rgba(255, 255, 255, 0) 54%,*/
    /*    rgb(194 239 237 / 34%) 100%*/
    /*);*/
    background: #018fcf;
    min-height: 80vh;
    display: flex;
    align-items: center;
}

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

/*left side content*/
#bannertxt h1 {
    color: white;
    font-size: 50px;
    font-weight: bolder;
    /*margin-top: 120px;*/
}

.banSpan {
    /*border-bottom: 20px solid #ffc050;*/
    /*padding-bottom: -10px;*/
    position: relative;
    display: inline-block;
    color: darkorange;
}

.banSpan:after {
    background-color: #ffa726d4;
    content: "";
    position: absolute;
    bottom: 10%;
    left: 0;
    height: 0.5rem;
    width: 100%;
    z-index: -1;
}

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

@media (max-width: 768px) {
    #bannertxt h1{
        font-size: 35px;
    }
}
@media (min-width: 768px) {
    #bannertxt {
        text-align: left !important;
    }
}

#bannertxt p {
    color: black;
    font-size: 17px;
    margin-top: 15px;
    margin-bottom: 50px;
}

#banner-btn-1 {
    background-color: #5345a0b3;
    border: 1px;
    border-radius: 40px;
    margin-right: 20px;
    margin-bottom: 20px;
    color: white;
}

#banner-btn-1:hover {
    box-shadow: 0px 13px 30px -14px rgb(0 0 0 / 50%);
    transition: all 0.3s ease;
    transform: scale(1.1);
    color: white;
}

.btn {
    padding: 0.575rem 1.35rem;
}

#banner-btn-2 {
    background-color: #ffa726d4;
    border: 1px;
    border-radius: 40px;
    margin-bottom: 25px;
    box-shadow: 0px 4px 3px 0px #183d74;
}

#banner-btn-2:hover {
    box-shadow: 0px 13px 30px -14px rgb(0 0 0 / 50%);
    transition: all 0.3s ease;
    transform: scale(1.1);
}

@media (max-width: 768px) {
    #bannertxt h1 {
        margin-top: 90px;
    }
}

/*right side content*/
.bannerimgs .img-fluid {
    margin-top: 60px;
    margin-right: 20px;
}

@media (max-width: 1000px) {
    .bannerimgs .img-fluid {
        margin-top: 140px;
        margin-right: 20px;
        max-width: 113%;
    }
}

/*go to top code*/
.back-top {
    background: #1a4963cf;
    height: 45px;
    width: 45px;
    right: 30px;
    bottom: 27px;
    position: fixed;
    font-size: 25px;
    padding-top: 8px;
    text-align: center;
    border-radius: 50%;
    line-height: 48px;
    color: white;
    z-index: 1;
    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";
}

/*why*/
.why-us-background {
    background: #ffe8e8;
    padding-bottom: 20px;
}
/*first row*/
.heading-section {
    /*font-family: 'Nunito Sans', sans-serif !important;*/
}

.subheading {
    margin-bottom: 0px;
    color: #183d74;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
    display: inline-block;
    position: relative;
}

.subheading:before {
    position: absolute;
    top: 50%;
    right: -70px;
    content: "";
    width: 50px;
    height: 1px;
    margin-top: -1px;
    transform: translateY(-50%);
    background: #183d74;
}

.subheading:after {
    position: absolute;
    top: 50%;
    right: 131px;
    content: "";
    width: 50px;
    height: 1px;
    margin-top: -1px;
    transform: translateY(-50%);
    background: #183d74;
}

.heading-section h2 {
    font-size: 40px;
    font-weight: 600;
    color: black;
}

@media (max-width: 767.98px) {
    .heading-section h2 {
        font-size: 1.5rem;
    }
    h5 {
        font-size: 1.15rem;
    }
    h1 {
        font-size: 1.6rem !important;
    }
}

/*2nd row*/
/* wHY uS SECTION */

/* #why {
    padding-top: 35px;
    padding-bottom: 40px;
} */

.whytxt {
    box-shadow: rgb(0 0 0 / 5%) 0px 4px 30px;
    border: 1px solid #efefef;
    transition: 0.3s all ease-in-out;
    background: rgb(255 255 255 / 45%);
    height: 100%;
}

.whytxt h5 {
    font-weight: bold;
}

.whyimg {
    max-width: 87% !important;
}
@media (max-width: 768px) {
    .whyimg {
        max-width: 100% !important;
    }
}

.whytxts {
    margin-top: 30px;
}

@media (min-width: 1000px) {
    #analysis {
        margin-top: 30px !important;
    }
}

@media (max-width: 768px) {
    #why {
        padding-top: 20px !important;
    }
    .lisst ul li {
        text-align: left !important;
    }
}

.whytxt p {
    padding-top: 15px;
}
.whytxt:hover {
    transform: scale(1.02);
    transition: 0.3s all ease-in-out;
}
/*impression*/
.impression-background {
    background: #d9fad7;
}
/*banner*/
#banner img {
    width: 100%;
}


#fourth {
    min-height: 530px;
    padding-bottom: 60px;
}

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

/*left side content*/
#fourthtxt h2 {
    margin-top: 70px;
    font-weight: bold;
    color: black;
}

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

@media (max-width: 768px) {
    #fourthtxt {
        text-align: center !important;
    }
}

#fourthtxt p {
    color: black;
    font-size: 17px;
    margin-top: 40px;
    margin-bottom: 50px;
}

.btn {
    padding: 0.575rem 1.35rem;
}

#fourthtxt {
    margin-right: 0px;
}

.innCol1 {
    /*margin-right: 5px;*/
    /*margin-left: 5px;*/
    /*margin-bottom: 10px;*/
    padding: 10px;
    border-radius: 4px;
    border: 1px solid rgba(0, 0, 0, 0.05);
    background: rgba(255, 255, 255, 0.4);
    height: 100%;
}

.innCol1:hover {
    box-shadow: 2px 4px 30px -20px rgb(0 0 0 / 50%);
    transition: all 0.3s ease;
    transform: scale(1.02);
}

#innertxt p {
    margin-top: 0px;
    margin-bottom: 0px;
}

#innertxt h5 {
    font-weight: bold;
}

/*right side content*/
.fourthimg .img-fluid {
    margin-top: 80px;
    margin-right: 20px;
    max-width: 90% !important;
}


@media (max-width: 768px) {
    .img > img {
        height: 100px;
        width: auto;
        object-fit: cover;
    }
}
.img > img {
    max-width: 115% !important;
}

.wh {
    position: relative;
}

.wh:after {
    position: absolute;
    background: #ffc050;
    top: 60%;
    right: -4px;
    content: "";
    width: 170px;
    height: 15px;
    z-index: -1;
    margin-top: 7px;
    transform: translateY(-50%);
}

@media (max-width: 1175px) {
    .wh:after {
        position: absolute;
        background: #ffc050;
        top: 78%;
        right: 203px;
        content: "";
        width: 170px;
        height: 15px;
        z-index: -1;
        margin-top: 7px;
        transform: translateY(-50%);
    }
}

@media (max-width: 820px) {
    .wh:after {
        position: absolute;
        background: #ffc050;
        top: 60%;
        right: -2px;
        content: "";
        width: 170px;
        height: 15px;
        z-index: -1;
        margin-top: 7px;
        transform: translateY(-50%);
    }
}

@media (max-width: 713px) {
    .wh:after {
        position: absolute;
        background: #ffc050;
        top: 72%;
        right: 101px;
        content: "";
        width: 170px;
        height: 15px;
        z-index: -1;
        margin-top: 7px;
        transform: translateY(-50%);
    }
}

@media (max-width: 375px) {
    .wh:after {
        position: absolute;
        background: #ffc050;
        top: 75% !important;
        right: 2px;
        content: "";
        width: 170px;
        height: 15px;
        z-index: -1;
        margin-top: 7px;
        transform: translateY(-50%);
    }
}

@media (max-width: 414px) {
    .wh:after {
        position: absolute;
        background: #ffc050;
        top: 50%;
        right: 2px;
        content: "";
        width: 170px;
        height: 15px;
        z-index: -1;
        margin-top: 7px;
        transform: translateY(-50%);
    }
}

@media (max-width: 280px) {
    .wh:after {
        position: absolute;
        background: #ffc050;
        top: 71%;
        right: 2px;
        content: "";
        width: 170px;
        height: 15px;
        z-index: -1;
        margin-top: 7px;
        transform: translateY(-50%);
    }
}

/*fixed background*/
.imagefix {
    /*background: url(../image/homePage/fixed/fixed.png) no-repeat fixed;*/
    /*background-size: cover;*/
    min-height: 500px;
    background: #faebd7;
}

#fixed {
    min-height: 530px;
}

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

/*left side content*/
#fixedtxt h1 {
    font-size: 40px;
    /* margin-top: 160px; */
}

#fixedtxt h1 > span {
    font-weight: bold;
}

#fixedtxt {
    text-align: left !important;
}

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

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

.fix {
    padding: 0.675rem 1.35rem;
}

#fixed-btn-1 {
    background-color: white;
    border: 1px;
    border-radius: 40px;
    margin-right: 20px;
    margin-top: 30px;
    box-shadow: 0px 4px 3px 0px #028fcf;
}

#fixed-btn-1:hover {
    box-shadow: 0px 13px 30px -14px #183d74;
    transition: all 0.3s ease;
    transform: scale(1.1);
    background-color: orange;
    color: white !important;
}

@media (max-width: 768px) {
    #fixedtxt h1 {
        margin-top: 46px;
    }
}

@media (max-width: 768px) {
    #fixedtxt {
        text-align: center !important;
    }
}

/*right side content*/
.fixedimgs .img-fluid {
    margin-top: 40px;
    box-shadow: 0 20px 30px rgb(0 0 0 / 20%);
    border-radius: 50%;

    width: 80% !important;
}

@media (max-width: 1000px) {
    .fixedimgs .img-fluid {
        margin-top: 140px;
        margin-right: 20px;
        max-width: 113% !important;
    }
}

/*digital marketing*/
.digital-marketing-background-1 {
    background: antiquewhite;
}
/*first row*/
.digital {
    margin-top: 95px;
    color: #183d74;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
    display: inline-block;
}

@media (max-width: 768px) {
    #imptxt .digital {
        margin-top: 50px;
    }
}

/*end of first row*/

#imp {
    min-height: 530px;
}

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

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

#imptxt h2 > span {
    color: black;
    font-size: 40px;
    font-weight: 300;
    margin-top: 120px;
}

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

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

.pa {
    color: black;
    font-size: 17px;
    font-weight: 600;
}

#imptxt p {
    margin-top: 40px;
    /*margin-bottom: 50px;*/
}

.lisst {
    padding-bottom: 15px;
}

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

.lisst ul li {
    list-style-type: none !important;
    padding-bottom: 20px;
    font-size: 20px;
}

.lisst ul li .bi {
    color: rgb(105, 231, 204);
    margin-right: 10px;
    font-size: 1.3em;
    transition: all 0.3s ease;
}

.btn {
    padding: 0.575rem 1.35rem;
}

#imp-btn-1 {
    background-color: #99cce0d4;
    border: 1px;
    color: black;
    border-radius: 40px;
}

#imp-btn-1:hover {
    box-shadow: 0px 13px 30px -14px rgb(0 0 0 / 50%);
    transition: all 0.3s ease;
    transform: scale(1.1);
}

/*right side content*/
.impimgs .img-fluid {
    margin-top: 70px;
    margin-right: 20px;
    padding-left: 90px;
    width: 550px;
}

@media (max-width: 1000px) {
    .impimgs .img-fluid {
        margin-top: 140px;
        margin-right: 20px;
        max-width: 118%;
    }
}

/*New look into your website*/
.newLook {
    margin-top: 95px;
    color: white;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
    display: inline-block;
}

#impt {
    min-height: 530px;
}

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

/*left side content*/
#impttxt h1 {
    color: white;
    font-size: 40px;
    font-weight: bolder;
    margin-top: 5px;
}

#impttxt h1 > span {
    color: white;
    font-size: 40px;
    font-weight: 300;
    margin-top: 120px;
}

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

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

#impttxt p {
    color: white;
    margin-top: 40px;
    margin-bottom: 50px;
}

.btn {
    padding: 0.575rem 1.35rem;
}

#impt-btn-1 {
    background-color: #99cce0d4;
    border: 1px;
    color: black;
    border-radius: 40px;
    margin-left: 12px;
}

#impt-btn-1:hover {
    box-shadow: 0px 13px 30px -14px rgb(0 0 0 / 50%);
    transition: all 0.3s ease;
    transform: scale(1.1);
}

@media (max-width: 768px) {
    #impttxt .newLook {
        margin-top: 1rem;
    }
}

/*right side content*/

.imptimgs .img-fluid {
    margin-top: 60px;
    margin-right: 20px;
    width: 480px;
}

@media (max-width: 1000px) {
    .imptimgs .img-fluid {
        margin-top: 140px;
        margin-right: 20px;
        max-width: 100%;
    }
}

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

#innerRows {
    padding-bottom: 35px;
}

#innertxts p {
    font-weight: bold;
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 12px;
}

#innertxts h2 {
    color: white;
    font-weight: bold;
}

/*Meet the team*/

.blog-background {
    background: #ffefea;
}

/*first row*/

.sub {
    margin-bottom: 0px;
    color: #028fcf;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
    display: inline-block;
}

.top-section h2 {
    font-size: 30px;
    font-weight: 600;
    color: black;
}

.second {
    font-size: 35px;
    font-weight: 300;
}

@media (max-width: 767.98px) {
    .top-section h2 {
        font-size: 30px;
    }
}

/*2nd row*/
#team {
    padding-top: 35px;
    padding-bottom: 50px;
}

/*social icon*/
.socialIcons {
    margin-right: 0.5rem;
    font-size: 1.1rem !important;
    cursor: pointer;
    color: black !important;
    background-color: rgba(0, 0, 0, 0);
}

#teamtxt p {
    margin-bottom: 0px;
}

/* @media (max-width: 1200px) {
    #teamtxt .teamDiv {
        position: absolute;
        top: 10px;
        left: 36px;
        height: 64%;
        width: 73%;
        border-radius: 10%;
        background: rgb(7 16 58 / 0%);
        padding: 0rem;
        z-index: -1;
        padding-top: 8.5rem;
        text-align: center;
    }
} */

@media (max-width: 1200px) {
    .socialIcons {
        margin-right: 0.5rem;
        font-size: 1rem !important;
        cursor: pointer;
        color: whitesmoke !important;
        background-color: rgba(0, 0, 0, 0);
    }
}

/* @media (max-width: 1000px) {
    #teamtxt .teamDiv {
        position: absolute;
        top: 10px;
        left: 30px;
        height: 64%;
        width: 73%;
        border-radius: 10%;
        background: rgb(7 16 58 / 0%);
        padding: 0rem;
        z-index: -1;
        padding-top: 6.5rem;
        text-align: center;
    }
} */

@media (max-width: 1000px) {
    .socialIcons {
        margin-right: 0.5rem;
        font-size: 1rem !important;
        cursor: pointer;
        color: black !important;
        background-color: rgba(0, 0, 0, 0);
    }
}

@media (max-width: 850px) {
    #teamtxt .teamDiv {
        position: absolute;
        top: 10px;
        left: 25px;
        height: 64%;
        width: 73%;
        border-radius: 10%;
        background: rgb(7 16 58 / 0%);
        padding: 0rem;
        z-index: -1;
        padding-top: 5.5rem;
        text-align: center;
    }
}

@media (max-width: 850px) {
    .socialIcons {
        margin-right: 0.5rem;
        font-size: 0.8rem !important;
        cursor: pointer;
        color: black !important;
        background-color: rgba(0, 0, 0, 0);
    }
}

@media (max-width: 768px) {
    #teamtxt .teamDiv {
        position: absolute;
        top: 150px;
        left: 47px;
        height: 39%;
        width: 76%;
        border-radius: 10%;
        background: rgb(7 16 58 / 0%);
        padding: 0rem;
        z-index: -1;
        padding-top: 5.5rem;
        text-align: center;
    }
}

@media (max-width: 768px) {
    .socialIcons {
        margin-right: 0.5rem;
        font-size: 1.1rem !important;
        cursor: pointer;
        color: black !important;
        background-color: rgba(0, 0, 0, 0);
    }
}

@media (max-width: 600px) {
    #teamtxt .teamDiv {
        position: absolute;
        top: 40px;
        left: 32px;
        height: 39%;
        width: 76%;
        border-radius: 10%;
        background: rgb(7 16 58 / 0%);
        padding: 0rem;
        z-index: -1;
        padding-top: 5.5rem;
        text-align: center;
    }
}

@media (max-width: 600px) {
    .socialIcons {
        margin-right: 0.5rem;
        font-size: 0.8rem !important;
        cursor: pointer;
        color: black !important;
        background-color: rgba(0, 0, 0, 0);
    }
}

@media (max-width: 375px) {
    #teamtxt .teamDiv {
        position: absolute;
        top: 10px;
        left: 30px;
        height: 64%;
        width: 73%;
        border-radius: 10%;
        background: rgb(7 16 58 / 0%);
        padding: 0rem;
        z-index: -1;
        padding-top: 3.5rem;
        text-align: center;
    }
}

@media (max-width: 375px) {
    .socialIcons {
        margin-right: 0.5rem;
        font-size: 1rem !important;
        cursor: pointer;
        color: whitesmoke !important;
        background-color: rgba(0, 0, 0, 0);
    }
}

.teamDiv ul li {
    list-style-type: none;
    display: inline-block;
}

.teamDiv ul {
    padding: 7px;
}

.socialIcons:hover {
    color: #5692ac !important;
}

/*end of social icon*/

#teamtxt {
    position: relative;
    overflow: hidden;
    margin-right: 0px;
    margin-left: 0px;
}

#teamtxt h5 {
    padding-top: 25px;
    padding-bottom: 0px;
    font-weight: 500;
    font-size: 20px;
}

#teamtxt img {
    /*border-radius: 50%;*/
    height: 300px;
    width: 300px;
    /*margin: 10px;*/
    border-radius: 0.5rem;
}

@media (max-width: 768px) {
    #teamtxt img {
        width: 100%;
    }
}

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

@media (max-width: 600px) {
    #teamtxt {
        width: 194px;
        margin-right: 0px;
        margin-left: 0px;
    }
}

@media (max-width: 375px) {
    #teamtxt {
        width: 125px;
        margin-right: 0px;
        margin-left: 0px;
    }
}

.previ {
    color: black;
}

.carousel-control-prev {
    top: 135px;
    bottom: 250px;
    width: 10%;
}

.carousel-control-next {
    top: 135px;
    bottom: 250px;
    width: 10%;
}

/*Blog section*/
/*first row*/

.blog {
    margin-bottom: 0px;
    color: #028fcf;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
    display: inline-block;
}

.blogged {
    padding-left: 115px;
    padding-right: 115px;
}

@media (max-width: 375px) {
    .blogged {
        padding-left: 25px !important;
        padding-right: 25px !important;
    }
}

@media (max-width: 768px) {
    .blogged {
        padding-left: 100px;
        padding-right: 100px;
    }
}

@media (max-width: 600px) {
    .blogged {
        padding-left: 25px;
        padding-right: 25px;
    }
}

.blog-section h2 {
    font-size: 30px;
    font-weight: 600;
    color: black;
}

.blogsecond {
    font-size: 35px;
    font-weight: 200;
    color: rgb(119, 115, 115);
}

@media (max-width: 767.98px) {
    .blog-section h2 {
        font-size: 30px;
    }
}

/*2nd row*/
#blog {
    padding-top: 35px;
    padding-bottom: 50px;
}

#blogtxt {
    margin: 10px;
    box-shadow: rgb(0 0 0 / 10%) 0px 4px 30px;
    border-radius: 10px;
}

#blogtxt h5 {
    padding-top: 10px;
    padding-bottom: 10px;
    font-weight: bold;
    word-break: break-word;
}

#blogtxt img {
    border-radius: 10px;
    width: 100%;
    margin: 0px;
}

.content {
    margin-top: 10px;
    padding: 15px;
}

.created h6 {
    font-size: 12px;
    color: grey;
}

.created div:last-child h6 {
    text-align: right;
}

#blog-btn {
    background-color: #09941438;
    border: 1px;
    color: #041b14d1;
    border-radius: 40px;
    margin-left: 0px;
    margin-bottom: 10px;
    transition: all 0.3s;
}

#blog-btn:hover {
    box-shadow: rgb(0 0 0 / 14%) 0px 4px 30px;
}

/* @media (max-width: 768px) {
    #blogtxt {
        width: 35%;
        margin-right: 10px;
        margin-bottom: 20px;
    }
}

@media (max-width: 600px) {
    #blogtxt {
        width: 194px;
        margin-right: 0px;
        margin-left: 0px;
    }
}

@media (max-width: 375px) {
    #blogtxt {
        width: 150px;
        margin-right: 10px;
        margin-left: 0px;
    }
} */

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

.clients h2 {
    color: black;
    font-size: 40px;
    font-weight: bolder;
    margin-bottom: 40px !important;
}

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

.specialization-background {
    border-radius: 195px 195px 0 0;
    background: #faebd7;
}
/*2nd div*/
#special {
    margin-right: 20px;
    margin-left: 20px;
    padding: 10px;
    border-radius: 4px;
    border: 1px solid rgba(0, 0, 0, 0.05);
    width: 13%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.5s;
    box-shadow: 2px 2px 2px 2px #028fcf;
}

#special p {
    margin: 0px;
}

@media (max-width: 768px) {
    #special {
        margin: 10px;
        padding: 10px;
        border-radius: 4px;
        border: 1px solid rgba(0, 0, 0, 0.05);
        width: 35%;
    }
}

#special:hover {
    box-shadow: 2px 2px 2px 2px #183d74;
    transition: all 0.5s ease;
}

/*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: 15px;
    }
}

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

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

.contBanner {
    min-height: 400px;
    display: flex;
    align-items: center;
    background-position: center;
    background-repeat: no-repeat;
}
.relative {
    position: relative;
}
.img-abs {
    width: 500px;
    position: absolute;
    top: -208px;
}

.carousel-indicators [data-bs-target] {
    opacity: 1;
    background-color: #018fcf;
}

.carousel-indicators .active {
    background-color: #183d74;
}

.modal-footer {
    background-color: #018fcf;
    padding: 0.25rem;
}

.scroll-margin {
    scroll-margin-top: 90px;
}

@media (max-width: 1440px) {
    #banner img {
        width: 120%;
    }
    .img-abs {
        width: 111%;
    }
}
