
/* Responsive */
@media (max-width: 991px) {


  .advantage-content {
    padding: 50px 30px;
  }

    h2 {
        font-size: 45px !important;
        line-height: 55px !important;
        word-wrap: break-word;
    }
  .advantage-content {
    padding: 50px 30px;
  }

.build-sec {
    padding: 20px 0;
}

.title-se {

    padding-bottom: 10px;
    margin-bottom: 10px;
}
  
.strategic-sec .white-btn {
    margin-top: 50px;
}
.instiution-sec {
    padding: 30px 0;
}
.navbar-collapse {
    position: absolute;
    left: 0;
    z-index: 99;
    background: #fff;
    top: 0;
    height: 100ch;
    width: 100%;
    text-align: left;
    padding-top: 60px;
    display: block !important;
    left: -100%;
    transition: 0.5s;
}

.navbar-collapse ul.navbar-nav {
    float: left;
}

.navbar-collapse.show {
    left: 0;
}

button.navbar-toggler {
    background: transparent;
    border: 0px;
    padding-right: 0;
}
span.close-icon {
    position: absolute;
    right: 0;
    left: 10px;
    margin: auto;
    top: 4px;
}

button.navbar-toggler {
    position: relative;
}

span.navbar-toggler-icon {
    background-color: #162775 !important;
    -webkit-mask: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%2833, 37, 41, 0.75%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
    mask: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%2833, 37, 41, 0.75%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
    mask-repeat: no-repeat !important; /* Blends the color into the image */
    background-image: var(--bs-navbar-toggler-icon-bg);
}


button.navbar-toggler[aria-expanded="false"] span.close-icon {
    opacity: 0;
}

button.navbar-toggler[aria-expanded="true"] span.navbar-toggler-icon {
    opacity: 0;
}


body.menu-open {
    overflow: hidden;
}

body.menu-open button.navbar-toggler {
    z-index: 9999;
}

.platform-section .common-sec {
    width: 100%;
}
.footer-col:not(:first-child) {
    padding-left: 22px;
    padding-right: 22px;
}

.container-fluid {
    padding-left: 20px;
    padding-right: 20px;
}

.cta-box {
    flex: 1;
    padding: 70px 20px;
    position: relative;
}

.inside-width h1 {
    font-size: 70px;
    line-height: 70px;
}
.inside-width h1 {
    
        font-size: 47px;
        line-height: 60px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.home-hero .hero-content {
    position: relative;
    background-color: #06103c;
    padding-top: 40px;
    padding-bottom: 40px;
}
.right-side-images {
    position: sticky;
    top: 0;
}

.coprate-inner {
    align-items: self-start;
}
.about-banner .content-sec h1 {
    font-size: 50px;
}

.white-background-sec {
    width: 100%;
    margin-top: 48px;
    margin-bottom: 48px;
}

.white-background-sec h2 {
    font-size: 38px !important;
}
}

@media (min-width: 992px) and (max-width: 1199px){
.right-side-images {
    position: sticky;
    top: 0;
}

.coprate-inner {
    align-items: self-start;
}
.white-background-sec h2 {
    font-size: 38px !important;
}

.coprate-inner .left-side-content .iner-sec {
    max-width: 400px;
    text-align: center;
    margin: auto;
}
  .inside-width h1 {
    font-size: 60px;
    line-height: 60px;
    margin: 20px 0;
}

.platform-section .common-sec {
    padding-right: 0;
}

h2 {
    font-size: 50px !important;
    line-height: 60px !important;
    width: 100%;
    max-width: 100%;
}

.container-fluid {padding-left: 20px;padding-right: 20px;}
}

@media (min-width: 1200px) and (max-width: 1320px){
  .inside-width h1 {
    font-size: 70px;
    margin: 20px 0;
}.about-banner .content-sec h1 {
    font-size: 80px;
    max-width: 100%;
}

.coprate-inner .left-side-content .iner-sec {
    max-width: 400px;
}
}



/* Responsive */

@media (max-width: 767px) {
        .cta-section {
    padding: 0px 0px;
 
}
        .advantage-content {
        padding: 30px 15px;
    }
     h2 {
        font-size: 30px !important;
        line-height: 40px !important;
        word-wrap: break-word;
    }
    h2 br{
        display: none;
    }
    .advantage-container {
    flex-direction: column;
  }
.backyard-section .grid {
        display: flex;
        flex-wrap: nowrap;
        gap: 15px;
        overflow: scroll;
    }
.foot-top.container-fluid {
    text-align: center;
}

.footer-inner {
    margin-top: 20px;
    text-align: center;
}

.footer-col.footer-center.col-lg-3 {
    text-align: center;
}
.backyard-section .card {
    min-width: 270px;
}

 .backyard-section  .card img {
    height: 220px;
  }

.backyard-section  .section-title {
    font-size: 24px;
  }
    .cta-container {
        flex-wrap: nowrap;
        overflow: scroll;
    }
    .cta-box {
    padding: 30px 20px;
  }
  .cta-box:not(:last-child)::after{
    display: none;
  }
    .cta-box {
        border-right: 1px solid rgba(255, 255, 255, 0.15);
        min-width: 260px;
        padding: 30px 9px;
    }
      .cta-box:last-child{
        border: none;
      }
  .cta-box:last-child {
    border-bottom: none;
  }
  .container-fluid {
    padding-left: 15px;
    padding-right: 15px;
}

.home-hero .hero-content {
    position: relative;
    padding: 30px 20px;
    background-color: #06103c;
}

.inside-width {
    max-width: 100%;
}

    .inside-width h1 {
        font-size: 34px;
        line-height: 45px;
        margin-bottom: 10px;
        margin-top: 10px;
    }

.platform-section {
    padding: 30px 0 !important;
}

.platform-title {
    font-size: 34px;
}

.platform-section .common-sec {
    padding: 0;
}

section.title-sec h2 {
    font-size: 34px;
    line-height: 40px;
}
section.title-sec {
    padding: 40px 0 !important;
}

.section-subtitle {
    font-size: 20px;
}

.backyard-section .card p {
    text-align: center;
    padding: 0;
}

.strategic-sec h2 {
    font-size: 34px;
    line-height: 40px;
    margin-bottom: 30px;
}

.strategic-sec p {
    font-size: 18px;
}

.strategic-sec .white-btn {
           margin: auto;
}
section.strategic-sec {
    text-align: center;
    padding: 30px 0;
}
.instiution-sec p {
    text-align: center;
}

.build-sec h2 {
  line-height: 40px;
    font-size: 34px;
}

.build-sec p {
    font-size: 18px;
}

.footer-col {
    padding: 10px 10px;
}

.footer-col:not(:last-child) {
    border: 0;
    padding: 0;
}

.footer-bottom {
    text-align: center;
    padding: 10px;
}
.footer-inner .row {
    flex-direction: column;
    padding: 20px 10px;
}

.footer-col:not(:first-child) {
    padding: 0;
    padding-top: 19px;
}

.foot-top.container-fluid img {
    max-width: 150px;
}

footer.site-footer {
    padding-top: 30px;
}

.about-banner .content-sec {
    position: relative;
}

.about-banner .content-sec h1 {
    font-size: 45px;
}

section.white-background-sec {
    margin-top: 40px;
    margin-bottom: 40px;
    text-align: center;
}

.coprate-inner {
    flex-direction: column;
}

.right-side-images {
    order: 1;
    width: 100%;
    text-align: center;
}

.coprate-inner .left-side-content {
    order: 2;
    width: 100%;
    text-align: left;
    padding-top: 30px;
}

.coprate-inner .left-side-content .iner-sec {
    max-width: 100%;
    text-align: left;
    padding: 0 15px;
}

.coprate-inner .left-side-content .iner-sec h2 {
    text-align: left;
}

.all-details {
    text-align: center;
    float: left;
    margin-top: 20px;
}

.coprate-inner .left-side-content .iner-sec .blue-btn {
    float: left;
    margin-top: 10px;
    margin-bottom: 20px;
}

.coprate-inner .left-side-content .iner-sec h3 {
    width: 100%;
    float: left;
    margin-top: 0;
    margin-bottom: 0;
}

section.connect-sec {
    text-align: center;
}

section.connect-sec label {
    text-align: left;
}

.bottm-sec-text {
    margin-top: 20px;
}

section.coprate-sec {
        border-bottom: 1px solid #000;
        margin-bottom: 40px;
        padding-bottom: 20px;
        padding-top: 0;
    }

.form-sec input[type="submit"] {
    float: left;
}

.social-icon-sec.d-md-none {
    margin-top: 40px;
    text-align: center;
    align-items: center;
    justify-content: center;
    border-top: 1px solid #000;
    padding-top: 20px;
}
}


@media (min-width: 1700px) {

.about-banner .container {
    max-width: 1701px;
}
}