@media (min-width: 1120px) {
    .nav-section{
        background-color: #1B2B4B;
        padding: 20px 0;
    }

    .nav-section.navbar .collapse{
        background-color: transparent!important;
        padding: 0!important;
    }

    .nav-section.navbar .navbar-nav .nav-item .nav-link{
        color: #fff;
        margin: 0 6px;
    }

   .nav-section.navbar .navbar-nav .dropdown-menu{
    background-color: #1B2B4B;
   }

    .nav-section.navbar .navbar-nav .dropdown-menu .dropdown-item{
        color: #fff;
    }
    .nav-section.navbar .navbar-nav .dropdown-menu .dropdown-item:hover{
        background-color: transparent!important;
    }

    /* hero css */
    .hero-section-one{
        background-image: url('../images/hero-image-1.png')!important;
        background-size: cover;
        background-position: top center;
        background-repeat: no-repeat;
        position: relative; 
        min-height: 585px;
    }

    .hero-text{
        text-align: left!important; 
    }

    .hero-text{
        margin-top: 186px;
    }

    .hero-text .title{
        font-size: 64px;
    }

    .hero-text .sub-title{
        font-size: 18px;
    }

    .badge-hero-area{
        position: relative; 
        text-align: center;
        max-width: 28%;
        margin: 32px 0;
    }

    .badge-hero-area .flower-left{
        position: absolute;
        left: 0;
        top: 0;
        width: 20%;
        height: 100%;
        z-index: 99;
    }
    .badge-hero-area .flower-right{
        position: absolute;
        right: -0.5rem;
        top: 0;
        width: 24%;
        height: 100%;
        z-index: 99;
        transform: scaleX(-1);
    }

 
    .badge-hero-area ul.starts,
    .badge-hero-area .team-area{ 
        justify-content: center;
    }
    .badge-hero-area .paras{
        text-align: center;
    }

    .hero-text .action{
        display: inline-block;
        width: 28%;
        text-align: center;
        transition: all linear .2s;
    }

    .hero-text .action:hover{
        background-color: #1B2B4B;
    }

    .hero-tab {
       display: flex;
       justify-content: center;
    }

     .hero-tab ul{
        display: inline-flex;
     }

     .hero-tab ul li a{
        min-width: 125px;
        padding: 17px 20px;
     }

     .expertize-section{
        padding-top: 90px;
        padding-bottom: 118px;
     }

     .common-title {
        margin-bottom: 64px;
    }

    .expertize-block {
        padding: 20px 16px;
    }
    .expertize-block .txt{
        max-width: 92%;
        width: 92%;
    }

    .expertize-block p{
        font-size: 14px;
    }

    .expertize-block .icon{
        width: 44px;
    }

    .expertize-block .d-flex{
        align-items: start;
        column-gap: 4px;
    } 

    .trusted-company-section{
        padding: 40px 0;
    }

    .trusted-area h2{
        font-size: 18px;
    }

    .companies-box{
        grid-template-columns: repeat(10, 1fr);
    }

    .about-section{
        padding: 118px 0;
    }

    .about-ol{
        padding: 24px;
    }

    .about-ol h6{
        font-size: 16px;
    }
    .about-ol h3{
        font-size: 36px;
    }
    .about-ol p{
        font-size: 18px;
    }
    .about-ol a{
        padding: 12px 24px;
    }

    .about-common-title{
        display: block;
        text-align: start;
        margin-bottom: 100px!important;
    }

    .about-common-title h2{
        font-size: 48px;
    }
    .about-common-title p{
        font-size: 18px;
        font-weight: 400;
        max-width: 100%;
        margin-top: 12px;
    }

    .abouut-stats h5{
        font-size: 60px;
        font-family: "Inter", sans-serif;
    }

    .abouut-stats h6{
        margin-top: 12px;
        font-size: 18px;
        max-width: 100%;
    }

    .abouut-stats p{
        display: block;
        color: #535862;
        margin-top: 6px;
        font-size: 16px;
        font-weight: 400; 
    }

    .abouut-stats{
        padding-top: 80px;
        padding-bottom: 40px;
        height: 100%;
    }

    .program-section{
        padding: 96px 0;
    }

    .program-box{
        max-height: 500px;
        overflow: hidden;
    }

    .program-ol ul li p{
        font-size: 14px;
    }

    .get-start-section{
        background-color: #fafafa;
    }

    .get-box .actions{
        display: flex;
        align-items: center;
        column-gap: 12px;
    }

    .video-txt{
        height: 100%;
        border-radius: 24px 0 0 24px;
        padding: 64px;
    }

    .video-txt ul {
        column-gap: 6px;
    }
    .video-txt ul li img{
        width: 20px;
    }

    .video-txt h4{
        font-size: 36px;
        margin-top: 22px;
        margin-bottom: 44px;
    }

    .video-box img{
        border-radius: 0 24px 24px 0;
        cursor: pointer;
    }

    .video-section{
        padding: 96px 0;
    }

    .news-section{
        padding: 96px 0;
    }

    .common-bttns{
        display: inline-block;
        background: #1B2B4B;
        box-shadow: 0px 1px 2px 0px #0A0D120D; 
        font-size: 16px;
        font-weight: 600;
        color: #fff; 
        border-radius: 2px;
        padding: 12px 16px;
        transition: all linear .3s; 
        text-align: center; 
        margin-bottom: 12px;
        border: 1px solid #D5D7DA;
    }

    .common-bttns:hover{
        background-color: #535862;
         color: #fff; 
    }

    .ftr-form-box{
        display: grid;
        grid-template-columns: repeat(7, 1fr);
        column-gap: 16px;
    }

    .ftr-form-box .form-control{
        grid-column: span 5;
        margin-bottom: 0;
    }
    .ftr-form-box button{
        grid-column: span 2;
        margin-bottom: 0;
    }

    .ftr-form-box button:hover{
        background-color: #1B2B4B;
    }

   /* .video-section .swiper-slide{
        display: flex!important; 
        width: 100%;
    } */

    .video-grid{
        display: grid;
        grid-template-columns: repeat(2, 1fr); 
    }

    .left-sides,
    .right-sides{
        width: 100%;
    }
}

