.apply-now .item h3 ,
.apply-now .item p {
    text-align: center;
}

.apply-now .item {
    height: 320px;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.apply-now .item .main-button-yellow,
.apply-now .item .main-button-red .scroll-to-section {
    text-align: center;
}

.our-facts {
    padding: 140px 0px 125px 0px!important;
}

.our-courses .section-heading h2 ,
.upcoming-meetings .section-heading h2 {
    font-size: 37px!important;
    text-align: center;
    border-bottom: 0;
}

.insg-img-col {
    text-align: right;
}

.insg-img-col img {
    width: 70%;
}

.our-facts .row {
    align-items: center;
}

.upcoming-meetings {
    padding-top: 325px!important;
    padding-bottom: 150px!important;
}

.balloon-tiktok {
    top: 128%!important;
}

.balloon-insta {
    top: 123%!important;
    left: 65%!important;
}

.balloon-snap {
    top: 182%!important;
    left: 84%!important;
}

.contact-us {
    padding: 100px 0px 0px 0px!important;
}

.upcoming-meetings .icon-feture img {
    width: 76px;
    filter: invert(100%) sepia(18%) saturate(1242%) hue-rotate(106deg) brightness(109%) contrast(111%);
}

.upcoming-meetings .col-lg-6 {
    background-color: #14121200;
    border: 2px solid #2EADFF;
    border-radius: 4px;
    padding: 50px 30px;
    margin-bottom: 30px;
    transition: all 300ms ease-in-out;
    width: 45%;
    margin: 20px auto;
    text-align: center;
}

.upcoming-meetings .col-lg-6:hover {
    border: 2px solid #F6BA00;
    box-shadow: 0 5px 35px 0px rgba(0,0,0,.1);
}

.upcoming-meetings .col-lg-6:hover img {
    filter: invert(15%) sepia(84%) saturate(4957%) hue-rotate(325deg) brightness(97%) contrast(111%);
}

    .feature-head h2 {
        font-size: 22px;
        font-weight: 600;
        margin-top: 10px;
        margin-bottom: 15px;
        color: #fff;
    }

    .feature-desc p {
        color : #fff!important;
    }

    .upcoming-meetings .col-lg-6:hover h2 {
        color: #81c9ff;
    }

    .upcoming-meetings .col-lg-8 {
        width: 53%;
        margin: auto;
    }

    .header-area.header-sticky .container .row img {
        margin: 10px 0;
    }


    body .background-header {
        background-color: #00000036!important;
        height: 90px!important;

    }

    body .background-header .container .row img {
        width: 70px!important;
    }

    body .background-header .main-nav .nav li a {
        color: #ffffff!important;
    }

    .main-nav {
        display: flex;
        flex-wrap: nowrap;
        align-items: center;
        justify-content: space-between;
    }

    .header-area .main-nav .nav {
        margin-top : 0!important;
    }

    .header-area {
        background-color: transparent!important;
    }

    .services .item {
        background-image: none!important;
        background-color: rgba(250,250,250,0.15)!important;
    }


    .services .item {
        position: relative;
        border-color: #5e5e5e;
        color: #5e5e5e;
        overflow: hidden;
   }

   .services .item::before {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transform: translate(-100%, 0) rotate(37deg);
    transform-origin: bottom;
    transition: all 0.70s;
    background-color: transparent;
    z-index: -1;
    content: "";
    background-image: linear-gradient(160deg, #2EADFF 0%, #006BFF 20% , #FF006F 70%,#F6BA00 100% );
    opacity: 0.6;
}
   .services .item:hover {
        color: #fff;
        border-color: #117831;
   }

   .services .item:hover::before {
        transform: translate(0, 0);
   }

   .accordion-body {
    padding: 0!important;
}

.accordion-head {
    font-size: 20px!important;
    font-weight: 500!important;
}


    .col-fet:after {
        content: "";
        position: absolute;
        bottom: 0px;
        left: 0;
        width: 100%;
        height: 3px;
        background:transparent;
        transition: all 0.2s ease-out;
        z-index: 1;
        background-image: linear-gradient(160deg, #2EADFF 0%, #006BFF 20% , #FF006F 70%,#F6BA00 100% );
    }

    
    .col-fet:hover:after, .col-fet:focus:after {
        height: 100%;
        opacity: 0.2;
    }
    

.col-fet {
    position: relative;
}

.left-banner {
    padding-left: 5%;
}


.banner-about {
    background-image: url(../images/about.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    height: 77vh;
}

.banner-about-inner {
    padding-top: 10%;
    align-items: center;
    padding-bottom: 3%;
}

.right-banner {
    text-align: center;
}

.right-banner img {
    width: 60%;
    text-align: center;
    position: relative;
    z-index: 9999;
    margin-bottom: -16%;
}

.left-banner h2 {
    font-size: 44px;
    color: #fff;
    line-height: 1.4;
    font-weight: 600;
}

.left-banner p{
    font-size: 17px;
    color: #fff;
    line-height: 1.6;
    margin: 8px 0 40px 0;
}

.left-banner a {
    text-decoration: none !important;
    color: #fff;
    background-color: #006BFF;
    font-size: 18px;
    padding: 10px 30px;
    border-radius: 30px;
}

.left-btn {
    margin : 0 15px 0 0;
}

.info-banner {
    margin-top: 26px;
}

.info-banner span{
    font-size: 14px;
    color: #fff;
}

.left-banner a:hover {
    color: #fff;
}


.white-overlay-top {
    background-image: url(../images/over.png);
    height: 50px;
    position: absolute;
    bottom: 0px;
    left: 0;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.sec-2-about {
    background-color: #fff;
    padding: 6% 0 5% 0;
}

.col-sec-2-about {
    display: flex;
    margin-bottom: 6%;
}

.about-aicon img {
    width: 60px;
    margin-right: 20px;
}

.desc-about-icon h2 {
    font-size: 25px;
}

.desc-about-icon p {
    font-size: 16px;
    line-height: 1.7;
    margin-top: 10px;
    font-weight: 300;
}


.sec-3-about {
    background-color: #f2f5f7;
    padding-top: 7%;
    padding-bottom: 8%;
}

.sec-3-about .row {
    align-items: center;
}

.checked {
    color: #f16d27;
}

.left-sec-3-about {
    text-align: right;
}

.left-sec-3-about img {
    width: 75%;
}

.right-sec-3-about {
    padding: 0 10% 0 5%;
}

.right-sec-3-about h2 {
    font-size: 45px;
}

.right-sec-3-about p {
    font-size: 18px;
    margin: 20px 0;
    line-height: 1.5;
}

.right-sec-3-about li {
    padding: 0 11px;
    list-style: circle;
    margin-bottom: 10px;
}

.right-sec-3-about a {
    text-decoration: none !important;
    color: #fff;
    background-color: #006BFF;
    font-size: 18px;
    padding: 10px 30px;
    border-radius: 30px;
}

.right-sec-3-about a:hover{
    color : #fff;
}

.ratiing-3-about {
    margin: 32px 0 0 0;
}

body .after-rating {
    font-size: 14px;
    margin: 0;
    line-height: 1.5;
}

.right-sec-3-about ul{
    margin-bottom: 30px;
}


/* .section-counter {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    background-color: #f9f9f9;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  } */
  
  .counter-item {
    text-align: center;
    margin-bottom: 20px;
    justify-content: center;
    display: flex;
  }

  
  .counter {
    position: relative;
    width: 170px;
    height: 170px;
    border-radius: 50%;
    padding: 15px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transition: all 0.4s ease;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
    background-image: linear-gradient(160deg, #2EADFF 0%, #006BFF 20% , #FF006F 70%,#F6BA00 100% );
  }
  
  .counter:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
  }
  
  .counter:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 8px solid #006BFF;
    border-top-color: #fff;
    border-radius: 50%;
    animation: spin 2s linear infinite;
    opacity: 0.7;
}
  
  @keyframes spin {
    0% {
      transform: rotate(0deg);
    }
    100% {
      transform: rotate(360deg);
    }
  }
  
  .counter-number {
    font-size: 36px;
    font-weight: bold;
    margin-bottom: 10px;
    color: #fff;
    font-family: "Helvetica", sans-serif;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1);
    transition: color 0.3s ease;
  }
  
  .counter:hover .counter-number {
    color: #fff;
  }
  
  .counter-label {
    font-size: 14px;
    color: #fff;
    font-family: "Arial", sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: color 0.3s ease;
  }
  
  .counter:hover .counter-label {
    color: #fff;
  }

  .about-counter  {
    padding: 5% 0;
}

.regist-right img {
    width:  124%!important;
}

.regis-about .row {
    align-items: center;
}

.left-sec-4-about h2 {
    font-size: 44px;
}

.left-sec-4-about p {
    font-size: 18px;
    margin: 20px 0;
    line-height: 1.5;
}

.left-sec-4-about ul {
    margin-bottom: 30px;
}

.left-sec-4-about li {
    padding: 0 11px;
    list-style: circle;
    margin-bottom: 10px;
}

.left-sec-4-about a {
    text-decoration: none !important;
    color: #fff;
    background-color: #006BFF;
    font-size: 18px;
    padding: 10px 30px;
    border-radius: 30px;
}

.left-sec-4-about {
    padding-left: 6%;
    padding-right: 6%;
}

.regis-about{
    padding-top: 5%;
    padding-bottom: 4%;
}

.left-sec-4-about img{
    width: 20%;
    margin-bottom: 24px;
}



.bg-change {
    min-height: 100vh;
    z-index: 4;
  }
  
  /* Text Styling ------------------------------------- */
  
  .text-xs {
    font-size: 0.62rem;
    color: var(--text-light);
  }
  
  .text-underline {
    cursor: pointer;
    color: white;
    border-bottom: 1px solid var(--text-light);
  }
  .text-underline:hover {
    border-color: white;
  }
  
  .text-button {
    font-size: 1rem;
  }
  .text-detail {
    font-size: 0.62rem;
  }
  
  /* Tabs --------------------------------------------- */
  
  .tabs {
    position: relative;
    padding: 13% 10%;
  }
  
  .img img {
    min-height: 100vh;
    width: 100%;
    object-fit: cover;
  }
  .img {
    position: absolute;
    top: 0;
    left: 0;
  }
  
  .img-1,
  .img-2,
  .img-3,
  .tab-input {
    display: none;
  }
  .img-hide {
    opacity: 0;
    height: 0;
    overflow: hidden;
  }
  
  .tab-label {
    color: var(--text-light);
    text-transform: uppercase;
    font-size: 0.7rem;
    letter-spacing: 0.06rem;
    font-weight: 600;
    margin-right: 2rem;
    position: relative;
    z-index: 3;
    cursor: pointer;
  }
  .tab-content {
    order: 1;
    position: absolute;
    display: none;
    animation: anim ease 0.6s;
    width: 29rem;
  }
  .tab-content h1 {
    margin-block-start: 3rem;
  }
  .tab-content .text-xs {
    color: var(--background-light);
  }
  .tab-content p {
    margin-block: 1rem;
  }
  
  @keyframes anim {
    from {
      transform: translateY(1.2rem);
      opacity: 0;
    }
    to {
      transform: translateY(0);
      opacity: 1;
    }
  }
  
  .tab-img {
    margin-top: 2rem;
    display: flex;
    width: 15rem;
    justify-content: space-between;
    align-items: center;
  }
  .tab-img img {
    width: 2.4rem;
  }
  
  .tab-input:checked + .tab-label {
    border-bottom: 0.2rem solid white;
    color: white;
    padding-bottom: 0.2rem;
  }
  #tab-1:checked ~ .img-1,
  #tab-2:checked ~ .img-2,
  #tab-3:checked ~ .img-3 {
    display: block;
  }
  #tab-1:checked + .tab-label + .tab-content,
  #tab-2:checked + .tab-label + .tab-content,
  #tab-3:checked + .tab-label + .tab-content {
    display: block;
    z-index: 3;
  }

  .tab-label {
    position: relative;
  }

  .tab-one::before {
    position: absolute;
    content: "";
    width: 50px;
    height: 50px;
    background-image: url(../images/1-icon.png);
    top: -65px;
    z-index: 99999999;
    background-size: cover;
    background-repeat: no-repeat;
    right: 20%;
}


.last-about .img-mob {
    width: 25%;
    margin: auto;
}


.last-about {
    padding-top: 8%;
    padding-bottom: 7%;
}

.last-about  .col-lg-12 {
    text-align: center;
}

.down-imgs img {
    width: 16%;
    margin-top: 50px!important;
}

.banner-contact {
    background-image: url(../images/hero-9.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    height: 77vh;
}

.banner-contact-inner {
    padding-top: 13%;
    align-items: center;
    padding-bottom: 3%;
}

.left-banner-cnt h2 {
    font-size: 55px;
    color: #fff;
    line-height: 1.4;
    font-weight: 600;
}

.left-banner-cnt p {
    font-size: 17px;
    color: #fff;
    line-height: 1.6;
    margin: 8px 0 40px 0;
}

.left-banner-cnt a {
    text-decoration: none !important;
    color: #fff;
    background-color: #006BFF;
    font-size: 18px;
    padding: 10px 30px;
    border-radius: 30px;
}

.info-banner {
    margin-top: 26px;
}

.right-banner-cnt {
    text-align: center;
}

.right-banner-cnt img {
    width: 55%;
    text-align: center;
    position: relative;
    z-index: 9999;
    margin-top: -19%;
}

.left-banner-cnt {
    max-width: 60%;
    margin: auto;
    text-align: center;
}

.imgs-cnt img {
    width: 158px;
    padding-left: 15px;
}


.awesome-form {
    background: #ffffff;
    width: 100%;
    padding: 40px;
    border-radius: 10px;
    box-shadow: 0px 0px 10px rgba(0,0,0,0.1);
    transition: all 0.3s ease-in-out;
}

.awesome-form:hover {
    box-shadow: 0px 0px 15px rgba(0,0,0,0.2);
}

.awesome-form h2 {
    margin-bottom: 30px;
    color: #333;
}

.awesome-form .form-control {
    background: none;
    border: none;
    border-bottom: 1px solid #e0e0e0;
    border-radius: 0;
    box-shadow: none;
    transition: all 0.3s ease-in-out;
}

.awesome-form .form-control:focus {
    border-color: #007BFF;
    box-shadow: 0px 0px 5px rgba(0,123,255,0.5);
    outline: none;
}

.awesome-form .btn {
    border-radius: 5px;
    background: #007BFF;
    color: #fff;
    transition: all 0.3s ease-in-out;
    margin-top: 40px;
    padding: 10px 30px;
    font-size: 18px;
}

.awesome-form .btn:hover {
    background: #0056b3;
}

.col-form {
    text-align: center;
    padding: 9% 0 0 0;
    width: 70%;
    margin: auto;
}

.sec-2-cnt{
    padding-bottom: 3%;
}

.col-form h2 {
    font-size: 50px;
    margin-bottom: 15px;
}


.col-form p{
    font-size: 16px;
    width: 80%;
    margin: auto;
}

.mt-5 .form-control {
    line-height: 2.5;
}

.banner-terms {
    background-image: url(../images/hero-9.jpg);
    height: 87vh;
}

.banner-terms .row {
    align-items: center;
}

.banner-terms .container{
    padding-top: 6%;
    padding-bottom: 5%;
}

.right-terms-banner h2 {
    color: #fff;
    font-size: 54px;
}

.right-terms-banner p {
    color: #fff;
    font-size: 16px;
}

.right-terms-banner a {
    text-decoration: none !important;
    color: #fff;
    background-color: #006BFF;
    font-size: 18px;
    padding: 10px 30px;
    border-radius: 30px;
}

.text-rating ,
.right-terms-banner a:hover {
    color: #fff;
}

.terms-p {
    margin: 15px 0 40px 0;
}


.terms-ph {
    padding-top: 6%;
    padding-bottom: 8%;
}

.terms-ph p{
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 16px;
}

.terms-ph h2 {
    margin-bottom: 15px;
}

.terms-ph h3{
    font-size: 22px;
    margin: 12px 0;
    color: #006BFF;
}

.sec-banner {
    background-image: url(../images/home-bnn.png);
    background-position: right bottom;
    padding-top: 160px;
    padding-bottom: 60px;
    height: 100vh;
}

.sec-banner .row {
    align-items: center;
}


.left-col-home-one{
    text-align: right;
}

.left-col-home-one img {
    width: 85%;
}

.right-col-home-one {
    padding-left: 10%;
    margin-bottom: 12%;
}

.right-col-home-one h1{
    color: #fff;
    font-weight: 700;
    font-size: 62px;
    line-height: 1.3;
    margin-bottom: 15px;
}

.right-col-home-one p {
    color : #fff;
    font-size: 18px;
    line-height: 1.5;
}

.btns-home {
    margin-top: 30px;
}

.btns-home a {
    text-decoration: none !important;
    color: #fff;
    background-color: #006BFF;
    font-size: 18px;
    padding: 10px 30px;
    border-radius: 30px;
    margin-right: 10px;
}

.btns-home a:hover {
    color: #fff;
}

.pv-term-home a {
    color: #fff!important;
    border-bottom: 1px solid #fff;
    margin-right: 10px;
}

.pv-term-home {
    margin-top: 20px;
}

.sec-home-2 {
    padding-top: 7%;
    padding-bottom: 10%;
}

.sec-home-2 h2{
    text-align: center;
    font-size: 60px;
    font-weight: 700;
    color: #0b4ba3;
    margin-bottom: 1%;
    
}


.box-home-feat {
    text-align: center;
    margin-top: 5%;
    position: relative;
    text-align: center;
    background-color: #fff;
    border: 1px solid #d0d0d0;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    padding: 50px 30px;
    transition: all 300ms ease-in-out;
    margin: 0% 1% 3% 1%;
    width: 23%;
    }

.box-home-feat:hover {
    border-top: 1px solid #01b7de;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);

}   

.box-home-feat img {
    width: 80px;
}

.box-home-feat h3 {
    font-size: 20px;
    margin-top: 15px;
    font-weight: 600;
}

.box-home-feat::before {
    position: absolute;
    width: 100%;
    height: 3px;
    background-color:#006BFF ;
    opacity: 0;
    content: "";
    top: 0;
    left: 0;

}

.box-home-feat:hover::before {
    opacity: 1;
}

.box-home-feat p {
        font-size: 16px;
        margin-top: 15px;
        font-weight: 300;
    }
.box-home-feat:hover img {
        filter: invert(36%) sepia(69%) saturate(6141%) hue-rotate(208deg) brightness(100%) contrast(108%);
    }   

    .all-dev {
        background-color: #f0f0f0;
    }

    .all-dev-right img {
        width: 80%;
    }

    .all-dev .row {
        align-items: center;
    }

    .all-dev-right img {
        width: 70%;
    }

    .all-dev-right {
        text-align: center;
        margin-bottom: -8%;
        z-index: 99999;
    }

    .all-dev-left h2{
        font-size: 61px;
        font-weight: 700;
        line-height: 1;
        margin-bottom: 35px;
    }

    .all-dev .container {
        width: 57%;
        padding: 3% 0 3% 0;
    }

    .all-dev-left p{
        font-size: 17px;
        line-height: 1.7;
    }

    .phone {
        width: 250px;
        height: calc(250px * 2);
        display: block;
        border-radius: 30px;
        border: 5px solid #000;
        position: relative;
      }
      
      .phone::before {
        content: '';
        position: absolute;
        left: 25%;
        top: 0;
        width: 50%;
        height: 3%;
        border-bottom-left-radius: 15px;
        border-bottom-right-radius: 15px;
        z-index: 999;
      }
      
      
      .phone {
        display: block;
        white-space: nowrap;
      }
      
      .slide {
        width: 100%;
        height: 100%;
        opacity: 0.2;
        display: inline-block;
        /*transform: scaleX(.8) scaleY(.3);*/
        transition: transform .3s, margin-left .3s, opacity .3s;
      }
      
      .slide-content {
        opacity: 0;
        transform: translateY(30px);
        overflow: auto;
        border-top-left-radius: 25px;
        border-top-right-radius: 25px;
      }
      
      .slide-content h2 {
        font-weight: 200;
        letter-spacing: -1px;
        color: #464646;
        font-size: 18px;
        margin: 0;
        background-color: white;
        padding: 25px 15px 15px 15px;
      }
      
      .slide.visible {
        transform: scale(1);
        border-radius: 25px;
        opacity: 1;
      }
      
      .slide.visible > .slide-content {
        opacity: 1;
        transition: opacity .5s .2s, transform .3s;
        transform: translateY(0px);
      }
      
      .slide:nth-child(1) {
        background-image: url(../images/screen-1.jpg);
      }
      
      .slide:nth-child(2) {
        background-image: url(../images/screen-2.jpg);
      }
      
      .slide:nth-child(3) {
        background-image: url(../images/screen-3.jpg);
      }
      
      .slide:nth-child(4) {
        background-image: url(../images/screen-5.jpg);
      }

      .slide:nth-child(5) {
        background-image: url(../images/screen-7.jpg);
      }

      .slide:nth-child(6) {
        background-image: url(../images/screen-8.jpg);
      }

      .slide:nth-child(7) {
        background-image: url(../images/screen-1.jpg);
      }

      .slider-home {
        display: flex;
        align-items: center;
        justify-content: center;
        overflow: hidden;
        flex-direction: column;
        padding: 10% 0;
    }

    .slider-head {
        FONT-SIZE: 56PX;
        margin-bottom: 4%;
        font-weight: 700;
    }

    .video-home {
        padding: 8% 0% 9% 0;
        background-color: #f5f5f5;
    }

  .head-video {
    font-size: 60px;
    font-weight: 700;
    line-height: 1.1;
    margin-bottom: 20px;
  }

  .video-right p {
    font-size: 15px;
    line-height: 1.7;
}

.video-right {
    padding-right: 6%;
    padding-left: 5%;
}

.play-icon-green {
    width: 120px;
    height: 120px;
    background: url(../images/play-icon-green.png);
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -60px;
    margin-left: -60px;
    opacity: .85;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

.img-fluid {
    max-width: 100%;
    height: auto;
    width: 72%;
}

.video-block-wrapper {
    position: absolute;
    top: 50%;
    left: 50%;
}

.video-popup {
    position: relative;
}

.video-home .row {
    align-items: center;
}


.down-imgs-home img {
    width: 32%;
    margin-top: 19px!important;
}

.video-left {
    text-align: center;
}


.main-footer {
    background-image: url(../images/footer.png);
    height: 70vh;
    padding: 11% 0 3% 0;
}  

.footer-logo {
    width: 45%;
    margin-bottom: 30px;
}

.footer-col-one p {
    color: #fff;
    font-size: 16px;
    line-height: 1.5;
}

.main-footer .row {
    align-items: center;
    gap: 2%;
}

.main-footer .col-lg-3 {
    width: 22%;
}

.main-footer h3 {
    font-weight: 600;
    font-size: 26px;
    color: #fff;
    margin-bottom: 25px;
}

.main-footer li{
    margin-bottom: 8px;
}
      
.main-footer a {
    color: #fff;
    font-size: 16px;
}

.footer-col-tow,
.footer-col-three{
    justify-content: center;
    align-items: center;
    display: flex;
    flex-direction: column;
}

.footer-col-four img {
    width: 60%;
    margin-bottom: 20px;
}

body .count-home {
    padding: 8% 0 0 0;
    margin-bottom: -1%;
}

.cpy-right span{
    font-size: 13px;
    color: #fff;
    font-weight: 400;
}

.cpy-right {
    background-color: #4459fa;
    text-align: center;
    padding: 10px 0;
}


::-webkit-scrollbar {
    width: 12px;
  }
  
  /* Track */
  ::-webkit-scrollbar-track {
    background: #fff; 
  }
   
  /* Handle */
  ::-webkit-scrollbar-thumb {
    background-image: linear-gradient(160deg, #2EADFF 0%, #006BFF 20% , #FF006F 70%,#F6BA00 100% ); 
  }
  
  /* Handle on hover */
  ::-webkit-scrollbar-thumb:hover {
    background:  #4459fa; 
  }
               
  .sub-header {
    display: none;
  }

  .header-area {
    top: 5px!important;
}

.header-area.header-sticky {
    z-index: 99999;
}

.ph-sec {
    text-align: center;
    font-size: 18px;
    width: 50%;
    margin: auto;
    margin-bottom: 6%;
    font-weight: 300;
    line-height: 1.6;
}


.pric-home {
    padding: 8% 0 0 0;
    text-align: center;
    /*background-color: #f0f0f0;*/
}


.pric-home h2 {
    font-size: 55px;
    font-weight: 700;
    color: #0b4ba3;
    margin-bottom: 1%;
}

.pric-home p{
    text-align: center;
    font-size: 18px;
    width: 50%;
    margin: auto;
    margin-bottom: 4%;
    font-weight: 300;
    line-height: 1.6;
}


.price-col {
    background-color: #fff;
    border: 1px solid #d0d0d0;
    border-radius: 4px;
    padding: 50px 50px 80px 50px;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    text-align: left;
}

.price-row {
    display: flex;
    gap: 6%;
    align-items: center;
    align-items: center;
}


.price-col .fa-check {
    display: block;
    margin-bottom: 17px;
    font-size: 20px;
}

.head-p {
    font-weight: 600;
}

.price-col h3 {
    font-weight: 300;
    font-size: 35px;
    margin-bottom: 6%;
}

.price-col h4{
    font-weight: 700;
    font-size: 40px;
    text-transform: uppercase;
    margin-bottom: 10%;
}

.price-col .icontxt {
    font-family: 'Poppins', sans-serif;
    margin-left: 10px;
}

.price-btn 
{
    font-size: 18px;
    color: #000;
    padding: 10px 30px;
    border: 1px solid;
}

.price-list {
    margin-bottom: 50px;
}

.price-btn-blue {
    font-size: 18px;
    color: #fff;
    padding: 10px 30px;
    border: 1px solid;
    background-color: #0056b3;
}

.light-txt {
    font-size: 24px;
    font-weight: 300;
    text-transform: initial;
}


.price-col:hover {
   box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px; 
}


.btn-price {
    margin-top: 7%;
}











@media ( max-width : 767px ) {

    .balloon-snap {
        top: 273%!important;
        left: 54%!important;
    }

    .balloon-insta {
        top: 119%!important;
        left: 47%!important;
    }


    .header-area .main-nav .menu-trigger span,
    .header-area .main-nav .menu-trigger span:before, 
    .header-area .main-nav .menu-trigger span:after {
        background-color: #fff!important;
    }

    #bg-video {
        min-height: 70vh!important;
        max-height: 70vh!important;
    }

    body .header-area.header-sticky img{
        width: 65px!important;
    }


    .header-area.header-sticky {
        padding: 0!important;
    }

    .header-area .logo {
        margin-left: 25px!important;
    }

    .header-area .main-nav .menu-trigger {
        right: 6%!important;
    }

    .main-banner .caption {
        top: 66%;
        padding: 0 15px;
    }

    .upcoming-meetings {
    padding-top: 515px!important;
    padding-bottom: 80px!important;
    padding-left: 15px!important;
    padding-right: 15px!important;
}

.services {
    margin-top: 77px!important;
}

.balloon-tiktok {
    top: 119%!important;
    left: 0%!important;
}

.our-courses .section-heading h2, .upcoming-meetings .section-heading h2 {
    font-size: 28px!important;
    margin: 20px 0!important;
}

.upcoming-meetings .col-lg-8,
.upcoming-meetings .col-lg-6 {
    width: 100%!important;
}

.balloon-google {
    position: absolute;
    top: 204%!important;
    left: 2%!important;
}

section.apply-now {
    padding: 80px 15px!important;
}

.accordions {
    padding: 30px 0px!important;
    margin-top: 50px!important;
}

.accordion-head {
    font-size: 15px!important;
}

section.apply-now .item {
    padding: 40px 20px!important;

}

section.apply-now .item h3 {
    font-size: 20px!important;
}

.apply-now .item {
    height: 252px;
}

section.our-courses {
    padding-top: 60px!important;
    padding-bottom: 90px!important;
}

.video iframe {
    height: 30vh!important;
}

section.our-facts h2 {
    font-size: 26px!important;
    line-height: 42px!important;
    margin-bottom: 15px!important;
}

.our-facts {
    padding: 65px 15px 60px 15px!important;
}

.insg-img-col img {
    width: 85%!important;
}

.insg-img-col {
    text-align: center;
    margin-top: 50px;
}

.header-area.header-sticky .nav {
    margin-top: 0 !important;
    position: absolute;
    top: 64%;
}

body .header-area.header-sticky .nav {
    margin-top: 0px !important;
    position: absolute!important;
}

body .header-area .main-nav .menu-trigger.active span {
    height: 0!important;
}

.contact-us {
    padding: 100px 15px 0px 15px!important;
}

section.contact-us #contact {
    padding: 50px 20px!important;
}

section.contact-us #contact h2 {
    margin-bottom: 20px!important;
    padding-bottom: 0!important;
    font-size: 20px!important;
}

.footer {
    margin-top: 0!important;
    padding: 20px 0px!important;
}

.footer p {
    font-size: 11px!important;
}

body .background-header .main-nav .nav li a {
    color: #000000!important;
}


}




@media ( min-width : 768px ) and ( max-width : 991px){

    section.contact-us .right-info {
        padding: 40px 20px;
    }

    .contact-us .col-lg-9 {
        width: 60%;
    }

    .contact-us .col-lg-3 {
        width: 40%;
    }

    .col-award {
        width: 50%;
    }


    .upcoming-meetings .col-lg-4 {
        width: 70%;
        margin: auto;
    }

    .apply-now .socail-item {
        width : 50%!important;
    }

    .balloon-snap {
        top: 246%!important;
        left: 41%!important;
    }

    .balloon-insta {
        top: 129%!important;
        left: 69%!important;
    }

    #bg-video {
        min-height: 70vh!important;
        max-height: 70vh!important;
    }

    body .header-area.header-sticky img{
        width: 65px!important;
    }


    .header-area.header-sticky {
        padding: 0!important;
    }

    .header-area .logo {
        margin-left: 25px!important;
    }

    .header-area .main-nav .menu-trigger {
        right: 6%!important;
    }

    .main-banner .caption {
        top: 66%;
        padding: 0 15px;
    }

    .upcoming-meetings {
    padding-top: 515px!important;
    padding-bottom: 80px!important;
    padding-left: 15px!important;
    padding-right: 15px!important;
}

.services {
    margin-top: 77px!important;
}

.balloon-tiktok {
    top: 129%!important;
    left: 6%!important;
}

.our-courses .section-heading h2, .upcoming-meetings .section-heading h2 {
    font-size: 28px!important;
    margin: 20px 0!important;
}

.upcoming-meetings .col-lg-8 {
    width: 100%;
}

.balloon-google {
    top: 188%!important;
    left: 3%!important;
}

section.apply-now {
    padding: 80px 15px!important;
}

.accordions {
    padding: 30px 20px!important;
    margin-top: 50px!important;
}

.accordion-head {
    font-size: 15px!important;
}

section.apply-now .item {
    padding: 40px 20px!important;

}

section.apply-now .item h3 {
    font-size: 20px!important;
}

.apply-now .item {
    height: 252px;
}

section.our-courses {
    padding-top: 60px!important;
    padding-bottom: 90px!important;
}

.video iframe {
    height: 46vh!important;
}

section.our-facts h2 {
    font-size: 26px!important;
    line-height: 42px!important;
    margin-bottom: 15px!important;
}

.our-facts {
    padding: 65px 15px 60px 15px!important;
}

.insg-img-col img {
    width: 55%!important;
}

.insg-img-col {
    text-align: center;
    margin-top: 50px;
}

.header-area .main-nav .nav li a {
    font-size: 12px;
}

.contact-us {
    padding: 80px 15px 0px 15px!important;
}

section.contact-us #contact {
    padding: 50px 20px!important;
}

section.contact-us #contact h2 {
    margin-bottom: 20px!important;
    padding-bottom: 0!important;
    font-size: 20px!important;
}

.footer {
    margin-top: 0!important;
    padding: 20px 0px!important;
}

.footer p {
    font-size: 11px!important;
}



}



@media ( min-width : 992px ) and ( max-width : 1024px){

    section.upcoming-meetings .categories {
        margin-right: 0!important;
        margin-bottom: 80px!important;
    }

    .balloon-facebook {
        top: 180%!important;
        left: 80%!important;
    }

    section.contact-us .right-info {
        padding: 40px 20px;
    }

    .contact-us .col-lg-9 {
        width: 60%;
    }

    .contact-us .col-lg-3 {
        width: 40%;
    }

    .col-award {
        width: 50%;
    }


    .upcoming-meetings .col-lg-4 {
        width: 65%;
        margin: auto;
    }

    .apply-now .socail-item {
        width : 50%!important;
    }

    .balloon-snap {
        top: 249%!important;
        left: 41%!important;
    }

    .balloon-insta {
        top: 129%!important;
        left: 69%!important;
    }

    #bg-video {
        min-height: 80vh!important;
        max-height: 80vh!important;
    }

    body .header-area.header-sticky img{
        width: 65px!important;
    }


    .header-area.header-sticky {
        padding: 0!important;
    }

    .header-area .logo {
        margin-left: 25px!important;
    }

    .header-area .main-nav .menu-trigger {
        right: 6%!important;
    }

    .main-banner .caption {
        top: 62%!important;
        padding: 0 15px;
    }

    .upcoming-meetings {
    padding-top: 390px!important;
    padding-bottom: 80px!important;
    padding-left: 15px!important;
    padding-right: 15px!important;
}

.services {
    margin-top: -4%!important;
}

.balloon-tiktok {
    top: 129%!important;
    left: 6%!important;
}

.our-courses .section-heading h2, .upcoming-meetings .section-heading h2 {
    font-size: 28px!important;
    margin: 20px 0!important;
}

.upcoming-meetings .col-lg-8 {
    width: 100%;
}

.balloon-google {
    top: 188%!important;
    left: 3%!important;
}

section.apply-now {
    padding: 80px 15px!important;
}

.accordions {
    padding: 30px 20px!important;
    margin-top: 50px!important;
    margin-left: 0!important;
}

.accordion-head {
    font-size: 15px!important;
}

section.apply-now .item {
    padding: 40px 20px!important;

}

section.apply-now .item h3 {
    font-size: 20px!important;
}

.apply-now .item {
    height: 350px;
}

section.our-courses {
    padding-top: 60px!important;
    padding-bottom: 90px!important;
}

.video iframe {
    height: 62vh!important;
}

section.our-facts h2 {
    font-size: 26px!important;
    line-height: 42px!important;
    margin-bottom: 15px!important;
}

.our-facts {
    padding: 65px 15px 60px 15px!important;
}

.insg-img-col img {
    width: 75%!important;
}

.insg-img-col {
    text-align: center;
    margin-top: 50px;
}

.header-area .main-nav .nav li a {
    font-size: 12px;
}

.contact-us {
    padding: 80px 15px 0px 15px!important;
}

section.contact-us #contact {
    padding: 50px 20px!important;
}

section.contact-us #contact h2 {
    margin-bottom: 20px!important;
    padding-bottom: 0!important;
    font-size: 20px!important;
}

.footer {
    margin-top: 0!important;
    padding: 20px 0px!important;
}

.footer p {
    font-size: 11px!important;
}

.apply-now .socail-item {
    padding: 6px;
}

.services .item {
    height: 330px;
}


}





@media ( min-width : 1025px ) and ( max-width : 1280px){

    section.upcoming-meetings .categories {
        margin-right: 0!important;
        margin-bottom: 80px!important;
    }

    .balloon-facebook {
        top: 180%!important;
        left: 80%!important;
    }

    section.contact-us .right-info {
        padding: 40px 20px;
    }

    .contact-us .col-lg-9 {
        width: 60%;
    }

    .contact-us .col-lg-3 {
        width: 40%;
    }

    .col-award {
        width: 50%;
    }


    .upcoming-meetings .col-lg-4 {
        width: 65%;
        margin: auto;
    }

    .apply-now .socail-item {
        width : 50%!important;
    }

    .balloon-snap {
        top: 249%!important;
        left: 41%!important;
    }

    .balloon-insta {
        top: 129%!important;
        left: 69%!important;
    }

    #bg-video {
        min-height: 80vh!important;
        max-height: 80vh!important;
    }

    body .header-area.header-sticky img{
        width: 65px!important;
    }


    .header-area.header-sticky {
        padding: 0!important;
    }

    .header-area .logo {
        margin-left: 25px!important;
    }

    .header-area .main-nav .menu-trigger {
        right: 6%!important;
    }

    .main-banner .caption {
        top: 62%!important;
        padding: 0 15px;
    }

    .upcoming-meetings {
    padding-top: 390px!important;
    padding-bottom: 80px!important;
    padding-left: 15px!important;
    padding-right: 15px!important;
}

.services {
    margin-top: -4%!important;
}

.balloon-tiktok {
    top: 129%!important;
    left: 6%!important;
}

.our-courses .section-heading h2, .upcoming-meetings .section-heading h2 {
    font-size: 28px!important;
    margin: 20px 0!important;
}

.upcoming-meetings .col-lg-8 {
    width: 100%;
}

.balloon-google {
    top: 188%!important;
    left: 3%!important;
}

section.apply-now {
    padding: 80px 15px!important;
}

.accordions {
    padding: 30px 20px!important;
    margin-top: 50px!important;
    margin-left: 0!important;
}

.accordion-head {
    font-size: 15px!important;
}

section.apply-now .item {
    padding: 40px 20px!important;

}

section.apply-now .item h3 {
    font-size: 20px!important;
}

.apply-now .item {
    height: 350px;
}

section.our-courses {
    padding-top: 60px!important;
    padding-bottom: 90px!important;
}

.video iframe {
    height: 62vh!important;
}

section.our-facts h2 {
    font-size: 26px!important;
    line-height: 42px!important;
    margin-bottom: 15px!important;
}

.our-facts {
    padding: 65px 15px 60px 15px!important;
}

.insg-img-col img {
    width: 85%!important;
}

.insg-img-col {
    text-align: center;
    margin-top: 50px;
}

.header-area .main-nav .nav li a {
    font-size: 12px;
}

.contact-us {
    padding: 80px 15px 0px 15px!important;
}

section.contact-us #contact {
    padding: 50px 20px!important;
}

section.contact-us #contact h2 {
    margin-bottom: 40px!important;
    padding-bottom: 0!important;
    font-size: 20px!important;
}

.footer {
    margin-top: 0!important;
    padding: 20px 0px!important;
}

.footer p {
    font-size: 11px!important;
}

.apply-now .socail-item {
    padding: 6px;
}

.services .item {
    height: 330px;
}

.footer p br{
    display: none;
}


}
