.innerlanding-banner {
    position: relative;
}

.innerlanding-banner .carousel-item::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 50%;
    left: 0;
    right: 0;
    top: 0;
    z-index: 2;
    background: linear-gradient(0deg, rgb(255 252 247 / 0%) 0%, rgba(252, 251, 248, 0.568) 100%);
    backdrop-filter: blur(3px);
}

.innerlanding-banner .container {
    position: relative;
    z-index: 9;
}
.innerlanding-banner {
    height: 80vh;
}
.innerlanding-banner .carousel-item img{object-position: bottom;}

.about-sec .section-title h2, .services .section-title h2{font-size: 40px;}
.about-sec,section {
    padding: 60px 0;
}
section.exilencehistory {
    background: #f3f6ff;
}
.exelencebox * {
    color: #fff;
}
.exelencebox {
    background: #1f409b;
    padding: 30px 30px 40px !important;
    border-radius: 8px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
section.exilencehistory .row {
    align-items: stretch;
}

section.exilencehistory .row > div > div {
    height: 100%;
}

.exelenceimgbox img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 8px;
}
.img-responsive{
    max-width: 100%;
    display: block;
}
.section-title h3,.certificate_block ul li h3 {
    color: #282c4b;
    font-size: 35px;
    line-height: 1.2;
    letter-spacing: -1.5px;
    margin-bottom: 0px;
    font-family: 'Satoshi-Variable';
    font-weight: 500;
}
.secboximg {
    border-radius: 10px;
    overflow: hidden;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
}
.about-sec .about_text p,.certificate_block ul li p{font-size: 16px;line-height: 28px;}
.certificate_block ul li img {
    height: auto;
    width: auto;
}
.strachimgfull div > div.video-plast{height: 100%;}
.strachimgfull {
    align-items: stretch !important;
    flex-wrap: wrap;
}
.strachimgfull div > div.video-plast div{height: 100%;}
.strachimgfull div > div.video-plast img {
    height: 100%;object-fit: cover;
}
.certificate_block h4{
    color: #282c4b;
    font-size:22px;
    line-height: 1.2;
    margin-bottom: 0px;
    font-family: 'Satoshi-Variable';
    font-weight: 500;
}
.certificate_block ul.bulletlistbox {
    flex-wrap: wrap;
    gap: 20px;
    width: 100%;
    justify-content: center;
}

.certificate_block ul.bulletlistbox li {
    margin: 0 !important;
}

.certificate_block ul.bulletlistbox li {
    width: calc(100% / 3 - 15px);
}

.certificate_block ul.bulletlistbox.bulletlistbox-4 li{
    width: calc(100% / 4 - 15px);
}
.about_text .listtext {
    padding-left: 15px;
}

.about_text .listtext li {
    font-weight: 500;
    font-family: 'Satoshi-Regular';
    color: #274ea9;
    margin: 2px 0;
}
.blue-color *{
    color: #274ea9 !important;
}


.connect-us img{
    height: 300px ;
     width: 100%;
      object-fit: cover;
       object-position: center;
        border-radius: 10px;
}