@media (max-width: 767px) {
  .header-top {
  }

  /* .logo {
    display: none;
  } */
  .banner-section .carousel-item {
    height: 60vh !important;
  }

  .responsive-logo {
    padding: 10px 0;
    position: relative;
    z-index: 9;
    width: 150px;
  }

  header.sticky-shadow .sticky-logo {
    display: none;
  }

  .about-section .about-text.ps-5 {
    padding-left: 0 !important;
    margin-top: 25px;
  }

  .about-page-sec.section.light-blue-bg .row.mt-5.pt-5 {
    margin-top: 0 !important;
  }

  .about-page-text h3 {
    color: var(--secondary-color);
    font-size: 26px;
  }

  .about-page-text.pe-5 {
    padding-right: 0 !important;
  }
  .earth-circle img {
    width: 100%;
  }
  .mission-sec {
    margin-top: 20px;
  }
  .earth-circle-section {
    margin-top: 15px;
  }
  .earth-text {
    margin-top: 15px;
  }
  /* .client-section {
    padding: 0 !important;
  } */
  .startup-box {
    height: auto;
    margin-bottom: 15px;
  }

  .banner-hero {
    padding: 0px 0px 15px 40px;
    position: relative;
    max-width: fit-content;
    margin: 0 auto;
  }

  #cssmenu ul {
    z-index: 99;
    background: var(--secondary-color);
    top: -28px;
  }

  #cssmenu > ul > li > a {
    padding: 15px 20px 15px;
  }

  .banner-hero::before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0;
    width: 100%;
    height: 100%;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    background-color: #fff2eb;
    z-index: 1;
  }

  .right-header {
    width: 100%;
    position: relative;
    padding-left: 0px;
    top: 0;
  }

  #cssmenu > ul > li {
    float: left;
    padding: 0;
  }

  #cssmenu ul ul {
    display: block;
    position: relative;
    left: 0;
    z-index: 9;
    top: 16px;
  }

  .team-img.mentors-circle-sec {
    position: relative;
    right: 0;
    top: 0;
  }

  .team-popup .modal-content {
    padding: 15px !important;
  }
  .section {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .link-icon {
    position: absolute;
    top: 46%;
    left: 28%;
    width: 38px;
    height: 38px;
  }

  #cssmenu ul ul li:hover ul {
    right: 0;
  }

  #cssmenu li:hover > ul {
    top: 12px;
    position: static;
    margin-top: 16px;
    padding: 0;
  }

  .search-field {
    filter: invert(100%);
  }

  #cssmenu #menu-button {
    display: block;
    padding: 17px;
    color: #302e2e;
    cursor: pointer;
    font-size: 0;
    text-transform: uppercase;
    font-weight: 700;
    right: -3px;
    top: 5px;
    position: fixed;
  }

  #header.sticky-shadow {
    padding: 15px 0;
  }

  #cssmenu ul li::before {
    background: none;
  }

  #cssmenu ul {
    top: 50px !important;
    right: 0;
    width: 0;
    position: fixed;
    height: 100%;
    overflow-x: hidden;
  }

  .coverage-sec .owl-nav button i {
    color: #242424 !important;
    background: none !important;
    padding: 0 !important;
  }

  .coverage-sec .owl-nav {
    display: block;
    position: absolute;
    top: 50%;
    width: 100%;
  }

  .coverage-sec .owl-nav .owl-next {
    position: absolute;
    right: -20px;
    left: auto;
    font-size: 30px !important;
  }

  .coverage-sec .owl-prev {
    position: absolute;
    left: -22px;
    font-size: 30px !important;
  }

  #cssmenu > ul {
    top: 60px !important;
    right: 0;
    width: 0;
    position: fixed;
    height: 100%;
    overflow-x: hidden;
    /*    transition: 0.5s;*/
    transform: translateX(100%);
    display: block !important;
    -webkit-transition: transform 0.3s ease;
    -moz-transition: transform 0.3s ease;
    -ms-transition: transform 0.3s ease;
    -o-transition: transform 0.3s ease;
    transition: transform 0.3s ease;
    width: 100% !important;
  }

  #cssmenu > ul.open {
    transform: translateX(0px);
  }

  /* .parallex-menu-sec ul li ul {
    position: absolute;
    right: 58%;
  } */
  #cssmenu .open {
    width: 100%;
  }

  .inner-banner {
    position: relative;
    height: 200px;
    background-size: cover !important;
    display: block;
  }

  .page-hd {
    height: 200px;
    display: flex;
    width: 100%;
    align-items: center;
  }

  /* #cssmenu #menu-button.menu-opened:before {
    background: #ffffff;
  }

  #cssmenu #menu-button.menu-opened:after {
    background: #ffffff;
  } */

  #cssmenu > ul > li:hover > a {
    color: #ffffff;
  }

  #cssmenu > ul > li > a {
    color: #ffffff;
  }

  .sticky-shadow #cssmenu > ul > li {
    float: left;
    padding: 15px 20px 15px;
  }

  .banner-hero .block-banner {
    position: relative;
    z-index: 12;
    padding: 30px 50px 0px 0px;
  }

  .banner-caption h1 {
    color: #fff;
    margin-bottom: 20px;
    font-size: 30px;
    font-weight: 700;
    text-align: center;
  }

  .banner-caption p {
    background-color: var(--deepgreen-color);
    padding: 8px 22px;
    color: #fff;
    font-size: 14px;
    line-height: 20px;
    border-left: solid 3px #fff;
  }

  .search-form {
    right: 41px;
    top: -38px;
    position: absolute;
    z-index: 99;
  }

  header.sticky-shadow .right-header .top-header {
    display: block;
  }

  .mean-container .mean-bar {
  }

  .top-header ul li {
    position: relative;
    top: 0;
    z-index: 999;
  }

  .banner-hero .banner-inner .banner-imgs {
    display: none;
  }

  /* header.sticky-shadow {
    position: absolute;
  } */
  header.sticky-shadow {
    background: #ffffff;
    /* height: 56px; */
    padding: 0;
  }

  header .header-sec {
    display: block !important;
    margin-top: calc(var(--bs-gutter-y) * -1);
    margin-right: calc(var(--bs-gutter-x) * -0.5);
    margin-left: calc(var(--bs-gutter-x) * -0.5);
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
  }

  .logo {
    width: 140px;
  }

  #header .container-fluid.ps-5.pe-5 {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }

  .register-btn a {
    padding: 4px !important;
    text-transform: capitalize !important;
    font-size: 12px !important;
    position: absolute;
    right: 7px;
    top: -27px;
    font-weight: 400 !important;
    line-height: 1 !important;
  }

  .top-header {
    height: auto;
    padding: 0;
    border-bottom: 0px;
  }

  .service-left-img {
    position: relative;
    width: 250px;
  }
  .upcoming-sec .event-page-box {
    margin-bottom: 15px;
  }
  .top-header ul.d-flex li .dropdown {
    display: none;
  }

  .top-header ul {
    position: absolute;
    right: 50px;
    top: -60px;
    display: block !important;
    font-size: 12px;
  }

  .right-header .contact-hd {
    display: flex;
    justify-content: end;
  }

  .top-header .hd-btn {
    background: none;
    padding: 0;
    color: #ff9c09;
    border-radius: 20px;
    line-height: 1;
    font-weight: 600;
  }

  #menu-button {
    font-size: 0;
  }

  header {
    background: #ffffff;
  }

  .sustainability-img {
    width: 170px;
    margin: 0 auto;
  }

  .sustainability-icon-sec .col-2 {
    width: 100%;
  }

  .address-ar ul {
    padding: 0;
  }

  .address-ar li img {
    width: 30px;
  }

  .client-logo {
    height: 160px;
    padding: 32px;
    align-items: center;
    display: flex;
  }

  .section-title h2 {
    font-size: 30px;
    font-weight: 800;
  }

  .startup-form h4 {
    font-size: 30px;
    font-weight: 800;
  }

  .startup-box {
    margin-bottom: 15px;
  }

  .middle-header {
    border: solid 0px #3930848f;
    border-radius: 50px;
    padding: 0px;
  }

  .earth-circle-section ul li {
    flex: 0 0 auto;
    width: 100%;
  }

  .blue-band {
    position: relative;
    width: 100%;
  }

  .blue-band-sec h3 {
    font-size: 20px;
  }

  .earth-text-section .container-fluid:before {
    position: relative;
    width: 4px;
    height: 115%;
    left: auto;
    right: 7.2%;
    content: "";
    background-color: transparent;
    top: 0;
  }

  .line-circle {
    background: transparent;
    position: relative;
  }

  .team-section .section-title h2 {
    font-size: 30px;
  }

  .earth-text-section .container-fluid:after {
    position: relative;
    width: auto;
    height: 4px;
    content: "";
    background-color: transparent;
  }

  .leader-sec .col-md-2 {
    width: 100%;
  }

  .footer-section .col-md-10 .address-ar::before {
    width: 2px;
    position: absolute;
    height: 100%;
    background-color: transparent;
    content: "";
    top: 0;
    left: 0;
    content: "";
  }

  .social-media-icon ul li a {
    color: #fff;
    font-size: 50px;
    padding: 7px;
  }

  .key-features {
    height: 100%;
  }

  .key-features-ar {
    position: relative !important;
    top: 0 !important;
    left: 0 !important;
  }

  /* .key-features-text {
    left: -72%;
    position: absolute;
    margin-top: 5px;
  } */

  .key-features-text {
    width: auto;
    position: relative;
    left: 0;
  }

  .key-features-ar.red .key-features-text {
    width: auto;
    position: relative;
    left: 0;
  }

  .key-features-ar.sky .key-features-text {
    width: auto;
    position: relative;
    left: 0;
  }

  .key-features-ar.green .key-features-text {
    width: auto;
    position: relative;
    left: 0;
  }

  .key-features-img {
    width: 215px;
    margin: 0 auto;
  }

  .how-it-work-section .col-md-3.left-img {
    display: none;
  }

  .how-it-work-section .col-md-8 {
    width: 100%;
  }

  .how-it-work-section::before {
    display: none;
  }

  .how-it-work-bg::before {
    z-index: -1;
  }
  .event-box .arrow {
    width: 30px;
    height: 30px;
    margin-bottom: 15px;
  }
  .how-it-work-section
    .col-md-8
    .col-md-3:nth-of-type(2)
    .how-it-work-icon-sec {
    margin-top: 34px;
  }
  .footer-logo {
    margin-bottom: 15px;
  }
  .how-it-work-icon-text h3 {
    color: var(--primary-color);
    font-size: 20px;
  }

  .how-it-work-icon-sec {
    margin-top: 34px;
  }

  .how-it-work-section.section {
    padding: 20px 0 !important;
  }

  .banner-section::before {
    background-color: #000000c2;
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
  }

  .banner-section .container {
    position: relative;
  }

  .laft-right::before {
    position: absolute;
    content: "";
    width: 30%;
    height: 100%;
    top: 0;
    background-color: #39308400;
  }

  .earth-circle-section ul {
    padding: 0;
  }

  .banner-section {
    height: 630px;
    background-position: center !important;
  }

  .partner-box {
    margin-bottom: 20px;
  }

  .partner-text h3 {
    color: #fff;
    font-size: 25px;
  }

  .startup-section .section-title.text-center.mb-5.pb-3 {
    padding-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .startup-section .row.mt-5 {
    margin-top: 20px !important;
  }

  .partner-icon {
    width: 120px;
    height: 120px;
    background-color: var(--primary-color);
    border: solid 5px #fff;
    position: relative;
    top: auto;
    left: auto;
  }

  .cohort-box-img .cohort-logo img {
    width: 100% !important;
  }

  .cohort-ar .col-md-4:nth-of-type(1) .cohort-box .cohort-logo img {
    width: 50%;
  }

  .cohort-ar .col-md-4:nth-of-type(4) .cohort-box .cohort-logo img {
    width: 60%;
  }

  .cohort-ar .col-md-4:nth-of-type(5) .cohort-box .cohort-logo img {
    width: 60%;
  }

  .cohort-ar .col-md-4:nth-of-type(6) .cohort-box .cohort-logo img {
    width: 80%;
  }
  .how-it-work-section
    .col-md-8
    .col-md-3:nth-of-type(4)
    .how-it-work-icon-sec {
    margin-top: 34px;
  }
  .team-popup .btn-close {
    position: absolute;
    left: -37px;
    width: 50px;
    height: 50px;
    top: -39px;
  }

  .team-popup .text-hd {
    width: 100%;
    height: 130px;
  }

  .mentors-circle-sec .mentors-img {
    width: 160px;
    height: 160px;
    border: solid 5px #fff;
    box-shadow: 1px 1px 19px #ddd;
    border-radius: 100%;
    overflow: hidden;
    margin: auto;
  }

  .height-light ul li {
    color: #fff;
  }

  /* .cohort-box-hd li:nth-of-type(1) .cohort-logo img {
    width: 50%;
  } */

  .cohort-box-hd li .cohort-logo img {
    width: 64%;
  }

  .team-popup .btn-close {
    position: absolute;
    left: -24px;
    width: 35px;
    height: 35px;
    top: -27px;
    background-color: #3f3f3f;
    color: #fff;
    border-radius: 50px;
    background-image: url(../images/close.svg);
    border: solid 5px #ffffffde;
    opacity: 1;
    box-shadow: 1px 1px 5px #1d1d1da8;
  }

  .team-popup .text-hd {
    width: 100%;
    height: 130px;
  }

  .partner-box {
    background-color: var(--secondary-color);
    padding: 20px;
    border-radius: 24px;
    padding-top: 34px;
  }
  .how-it-work-icon-text::before {
    bottom: -12px;
  }
  .how-it-work-icon-text::after {
    position: absolute;
    width: 70%;
    bottom: -14px;
    content: "";
    background: #191845;
    height: 2px;
    left: -18px;
  }
  .innovation-video {
    background-color: #fff;
    padding: 15px;
    box-shadow: 1px 1px 10px #0000002e;
    display: block;
    text-align: center;
    padding: 15px 20px;
    border-radius: 15px;
    position: relative;
    width: 100%;
    height: 100px;
    bottom: auto;
    font-size: 17px;
    text-align: center;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    margin-bottom: 15px;
  }
  .banner-text h1 {
    color: #fff;
    font-size: 30px;
    text-transform: capitalize;
  }
  .banner-text p {
    margin-top: 25px;
    font-size: 12px;
    color: #fff;
    line-height: 1.5;
  }
  /* .key-features-ar.yellow {
    position: relative;
  } */
}

@media screen and (max-width: 991px) and (min-width: 768px) {
  .header-top {
  }

  /* .logo {
    display: none;
  } */
  .banner-section .carousel-item {
    height: 60vh !important;
  }

  /* 
  .responsive-logo {
    padding: 10px 0;
    position: relative;
    z-index: 9;
    width: 150px;
  } */

  /* header.sticky-shadow .sticky-logo {
    display: none;
  } */

  .banner-hero {
    padding: 0px 0px 15px 40px;
    position: relative;
    max-width: fit-content;
    margin: 0 auto;
  }

  #cssmenu ul {
    z-index: 99;
    background: #0f5132;
    top: -28px;
  }

  .banner-hero::before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0;
    width: 100%;
    height: 100%;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    background-color: #fff2eb;
    z-index: 1;
  }

  .right-header {
    position: absolute;
    padding-left: 0px;
    top: 18px;
    right: 66px;
  }

  #cssmenu > ul > li {
    float: left;
  }

  .how-it-work-section .col-md-3.left-img {
    display: none;
  }

  .how-it-work-section .col-md-8 {
    width: 100%;
  }

  .how-it-work-section .col-md-8 .col-md-3 {
    width: 50%;
  }

  .cohort-ar .col-md-4 {
    width: 50%;
  }

  .cohort-box-hd h3 {
    color: #000;
    font-size: 20px;
  }

  .cohort-ar .col-md-4:nth-of-type(1) .cohort-box-hd ul li img {
    width: 65px;
  }

  .cohort-ar .col-md-4:nth-of-type(2) .cohort-box-hd ul li img {
    width: 130px !important;
  }

  .cohort-ar .col-md-4:nth-of-type(3) .cohort-box-hd ul li img {
    width: 130px !important;
  }

  .cohort-ar .col-md-4:nth-of-type(6) .cohort-box-hd ul li img {
    width: 120px !important;
  }

  .cohort-box-hd li:nth-of-type(1) img {
  }

  .cohort-box-hd li:nth-of-type(2) img {
    width: 130px !important;
  }

  .how-it-work-section::before {
    display: none;
  }

  #cssmenu ul ul {
    display: block;
    position: relative;
    left: 0;
    z-index: 9;
    top: 16px;
  }

  .middle-header {
    border: solid 0px #3930848f;
    border-radius: 50px;
    padding: 0;
  }

  #cssmenu ul ul li:hover ul {
    right: 0;
  }

  #cssmenu li:hover > ul {
    top: 12px;
    position: static;
    margin-top: 16px;
    padding: 0;
  }

  .search-field {
    filter: invert(100%);
  }

  #cssmenu #menu-button {
    display: block;
    padding: 17px;
    color: #302e2e;
    cursor: pointer;
    font-size: 0;
    text-transform: uppercase;
    font-weight: 700;
    right: 0;
    top: 3px;
    position: fixed;
  }

  #cssmenu ul li::before {
    background: none;
  }

  #cssmenu ul {
    top: 50px !important;
    right: 0;
    width: 0;
    position: fixed;
    height: 100%;
    overflow-x: hidden;
  }

  .coverage-sec .owl-nav button i {
    color: #242424 !important;
    background: none !important;
    padding: 0 !important;
  }

  .coverage-sec .owl-nav {
    display: block;
    position: absolute;
    top: 50%;
    width: 100%;
  }

  .coverage-sec .owl-nav .owl-next {
    position: absolute;
    right: -20px;
    left: auto;
    font-size: 30px !important;
  }

  .coverage-sec .owl-prev {
    position: absolute;
    left: -22px;
    font-size: 30px !important;
  }

  #cssmenu > ul {
    top: 60px !important;
    right: 0;
    width: 0;
    position: fixed;
    height: 100%;
    overflow-x: hidden;
    /*    transition: 0.5s;*/
    transform: translateX(100%);
    display: block !important;
    -webkit-transition: transform 0.3s ease;
    -moz-transition: transform 0.3s ease;
    -ms-transition: transform 0.3s ease;
    -o-transition: transform 0.3s ease;
    transition: transform 0.3s ease;
    width: 100% !important;
  }

  #cssmenu > ul.open {
    transform: translateX(0px);
  }

  /* .parallex-menu-sec ul li ul {
    position: absolute;
    right: 58%;
  } */
  #cssmenu .open {
    width: 100%;
  }

  #cssmenu #menu-button.menu-opened:before {
    background: #ffffff;
  }

  #cssmenu #menu-button.menu-opened:after {
    background: #ffffff;
  }

  #cssmenu > ul > li:hover > a {
    color: #ffffff;
  }

  #cssmenu > ul > li > a {
    color: #ffffff;
  }

  .sticky-shadow #cssmenu > ul > li {
    float: left;
    padding: 15px 20px 15px;
  }

  .banner-hero .block-banner {
    position: relative;
    z-index: 12;
    padding: 30px 50px 0px 0px;
  }

  .banner-caption h1 {
    color: #fff;
    margin-bottom: 20px;
    font-size: 30px;
    font-weight: 700;
    text-align: center;
  }

  .banner-caption p {
    background-color: var(--deepgreen-color);
    padding: 8px 22px;
    color: #fff;
    font-size: 14px;
    line-height: 20px;
    border-left: solid 3px #fff;
  }

  .search-form {
    right: 41px;
    top: -38px;
    position: absolute;
    z-index: 99;
  }

  header.sticky-shadow .right-header .top-header {
    display: block;
  }

  .mean-container .mean-bar {
  }

  .top-header ul li {
    position: relative;
    top: 0;
    z-index: 999;
  }

  .banner-hero .banner-inner .banner-imgs {
    display: none;
  }

  /* header.sticky-shadow {
    position: absolute;
  } */
  header.sticky-shadow {
    background: #ffffff;
    /* height: 56px; */
    padding: 0;
  }

  header .header-sec {
    display: block !important;
    margin-top: calc(var(--bs-gutter-y) * -1);
    margin-right: calc(var(--bs-gutter-x) * -0.5);
    margin-left: calc(var(--bs-gutter-x) * -0.5);
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
  }

  .left-header {
    width: 140px;
    padding-left: 15px;
  }

  .top-header {
    height: auto;
    padding: 0;
    border-bottom: 0px;
  }

  .service-left-img {
    position: relative;
    width: 250px;
  }

  .top-header ul.d-flex li .dropdown {
    display: none;
  }

  .top-header ul {
    position: absolute;
    right: 50px;
    top: -54px;
    display: block !important;
    font-size: 12px;
  }

  .right-header .contact-hd {
    display: flex;
    justify-content: end;
  }

  .top-header .hd-btn {
    background: none;
    padding: 0;
    color: #ff9c09;
    border-radius: 20px;
    line-height: 1;
    font-weight: 600;
  }

  #menu-button {
    font-size: 0;
  }

  header {
    background: #ffffff;
  }

  #menu-button {
    position: relative;
    top: -43px;
  }

  .about-sec .text {
    padding: 0px 15px;
  }

  .about-sec {
    margin-left: 0px;
  }

  .about-sec .text-start {
    text-align: center !important;
  }

  .parallex-img {
    display: flex;
    height: auto;
    position: relative;
    bottom: 0;
  }

  .parallex-sec .section-title {
    text-align: center;
  }

  .parallex-sec .section-title h2::before {
    top: 114%;
  }

  .parallex-sec .section-title h2 {
    font-size: 32px;
    margin: 20px 30px;
  }

  .parallex-sec::before {
    background: #171b74;
  }

  .parallex-sec .section-title h3 {
    margin-bottom: 30px !important;
  }

  .seller-service-sec .col-md-4 {
    width: 50%;
  }

  .seller-box {
    height: 140px;
  }

  .coverage-contact .section-title {
    text-align: center !important;
  }

  .coverage-contact .section-title h2::before {
    position: absolute;
    left: 0;
    right: 0;
    width: 70%;
    height: 3px;
    top: 114%;
    content: "";
    background-color: #d60202;
  }

  .coverage-sec {
    margin-bottom: 25px;
    padding: 20px;
  }

  /* .partner-text {
    display: none;
  } */
  .partner-box {
    background-color: var(--secondary-color);
    padding: 21px;
    border-radius: 24px;
    padding-top: 18px;
  }

  .partner-icon {
    width: 100px;
    height: 100px;
    background-color: var(--primary-color);
    border: solid 4px #fff;
    border-radius: 100px;
    text-align: center;
    line-height: 25px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 0;
    position: relative;
    top: auto;
    left: auto;
    right: auto;
  }

  .startup-section .section-title.text-center.mb-5.pb-3 {
    padding-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .startup-section .row.mt-5 {
    margin-top: 20px !important;
  }

  .parallex-menu.pt-80 {
    padding-top: 0;
  }

  .logo-section .owl-nav {
    display: block;
    position: absolute;
    top: 50%;
    width: 100%;
  }

  .footer-uper .text {
    text-align: center;
  }

  .footer-uper .text ul {
    text-align: center;
    padding: 0;
    justify-content: center;
    margin-top: 10px;
  }

  .banner-sec .carousel-control-prev:hover {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: 0.9;
    display: none;
  }

  .banner-sec .carousel-control-prev {
    left: 0;
    display: none;
  }

  .banner-sec .carousel-control-next {
    right: 0;
    display: none;
  }

  .btn-sec .border-btn {
    border: solid 1px #fff;
    padding: 12px 18px;
    color: #fff;
    font-size: 14px;
  }

  .blue-band {
    position: relative;
    width: 100%;
  }

  .earth-text-section .col-md-6 {
    width: 100%;
  }

  .earth-circle-section ul li {
    flex: 0 0 auto;
    width: 50%;
    padding: 25px;
  }

  .key-features {
    height: 660px;
  }

  .key-features-circle {
    width: 356px;
    margin: 0 auto;
    max-width: 100%;
  }

  .key-features-text {
    width: 192px;
  }

  .key-features-img {
    width: 124px;
  }

  .key-features-ar.red .key-features-text {
    left: -53%;
    position: absolute;
    margin-top: 5px;
  }

  .key-features-ar.yellow {
    position: absolute;
    left: 8%;
    top: 32%;
  }

  .key-features-text {
    left: -78%;
    position: absolute;
    margin-top: 5px;
  }

  .key-features-text p {
    color: #fff;
    line-height: 1.2;
    font-size: 11px;
    font-weight: 300;
  }

  .key-features-ar.c-green {
    position: absolute;
    left: 18%;
    top: 82%;
  }

  .key-features-ar.sky {
    position: absolute;
    left: 61%;
    top: 84%;
  }

  .key-features-ar.green {
    position: absolute;
    right: 8%;
    top: 37%;
  }

  .key-features-ar.red .key-features-img {
    width: 97px;
  }

  .primary-btn {
    padding: 12px 18px;

    font-size: 14px;
  }

  .parallex-menu ul a {
    font-size: 12px;
  }

  .parallex-sec .section-title h3 {
    color: #fff;
    font-size: 26px;
    font-weight: 300;
    margin-top: 15px;
  }

  /* #header {
    position: relative;
  } */
  .mobile-menu-header-bg {
    display: flex;
    width: 100%;
    height: 60px;
    background-color: #0f5132;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99;
    box-sizing: border-box;
    align-items: top;
    box-sizing: border-box;
    padding: 10px 15px;
    justify-content: space-between;
    -webkit-transition: transform 0.3s ease;
    -moz-transition: transform 0.3s ease;
    -ms-transition: transform 0.3s ease;
    -o-transition: transform 0.3s ease;
    transition: transform 0.3s ease;
    width: 100% !important;
    transform: translateX(100%);
  }

  body.main-menu-opened .mobile-menu-header-bg {
    transform: translateX(0);
    z-index: 999;
  }

  body.main-menu-opened {
    overflow: hidden !important;
  }

  .mobile-menu-header-bg .logo-h {
    width: 90px;
    height: auto;
    display: block;
  }

  .mobile-menu-header-bg .logo-h img {
    width: 100%;
    height: auto;
    display: block;
  }

  .men-close-sp {
    cursor: pointer;
    width: 30px;
    height: 30px;
    display: block;
    margin-top: 6px;
  }

  .men-close-sp img {
    width: 100%;
    display: block;
    height: auto;
  }

  .footer_border_displ ul li a {
    color: #ffffff;
    font-weight: 400;
    font-size: 12px;
  }

  .blog-box .primary-btn {
    padding: 5px 32px;
    font-size: 12px !important;
  }

  .parallex-menu-sec ul li ul {
    position: absolute;
    left: 100% !important;
    top: 80% !important;
    overflow: hidden;
  }

  #cssmenu li:hover > ul {
    box-shadow: none;
  }

  .tab-sec .nav-pills .nav-link {
    width: 148px;
    padding: 8px;
  }

  .parallex-img img {
    width: 100%;
    border-bottom: solid 4px #00000070;
  }

  /* .section-title span {
    font-size: 14px;
  } */
  .about-text ul li {
    display: flex;
    color: var(--secondary-color);
    font-size: 16px;
    font-weight: 500;
    padding-bottom: 10px;
    width: 100%;
  }

  .earth-text-section .container-fluid:before {
    background-color: transparent;
  }

  .earth-text-section .container-fluid:after {
    background-color: transparent;
  }
  .event-section {
    padding-bottom: 0 !important;
  }
  .section-title h2 {
    font-size: 38px;
  }

  .line-circle {
    width: 35px;
    height: 35px;
    border-radius: 50px;
    background: transparent;
    position: absolute;
    bottom: -50px;
    left: 7%;
  }

  .leader-sec .col-md-2 {
    width: 50%;
  }

  .event-section .blog-img {
    width: 100%;
    height: 245px;
  }

  .section {
    padding-top: 36px;
    padding-bottom: 36px;
  }

  .event-section .col-md-6 {
    width: 100%;
  }

  #cssmenu > ul > li.active {
    background: transparent;
    border-radius: 0px;
  }

  .testimonials-ar .owl-nav .owl-prev {
    position: absolute;
    left: 0;
  }

  .testimonials-ar .owl-nav .owl-next {
    position: absolute;
    right: 0;
  }

  .contact-img .contact-img-text {
    padding: 15px;
    height: 240px;
    width: 70%;
  }

  .contact-img .contact-img-text h4 {
    font-size: 24px;
    font-weight: 700;
  }

  .contact-img .contact-img-text h5 {
    font-size: 26px;
    font-weight: 600;
    margin-top: 25px;
  }

  .contact-form {
    padding-left: 34px;
    padding-right: 0 !important;
    padding-bottom: 57px;
    margin-right: 34px !important;
  }

  .copyright_left p {
    font-size: 12px;
    text-align: center;
  }

  .copyright_left .col-7 {
    width: 100%;
  }

  .logo {
    width: 152px;
    padding: 0px 0;
  }

  #cssmenu ul ul li:nth-child(1) {
    border: none;
  }

  #cssmenu ul ul ul li:nth-child(1) {
    border: none;
  }

  /* .seller-box .seller-box-text h3 {
    font-size: 14px;
    margin-top: 20px;
  } */
  .step-by-step .col-md-3 .step-box {
    margin-bottom: 15px;
  }

  .packages-box {
    margin-top: 0 !important;
    margin-bottom: 15px;
  }

  .revGallery-anchor {
    overflow: hidden;
    position: relative;
    width: calc(100% / 2);
    display: block;
    float: left;
    border: 5px solid #e9e9e9;
  }

  .gallery-sec .isotope-btn-ar .button {
    padding: 6px 9px;
    line-height: 1;
    font-size: 12px;
  }

  .banner-caption {
    width: 100%;
    position: absolute;
    left: 0;
    top: 26%;
  }

  .sustainability-img {
    width: 170px;
    margin: 0 auto;
  }

  .register-btn a {
    padding: 8px 10px;
    font-size: 12px;
  }

  .sustainability-icon-sec .col-2 {
    width: 50%;
  }

  .how-it-work-bg::before {
    z-index: -1;
  }

  .about-section .col-md-5 {
    display: none;
  }

  .about-section .col-md-7 {
    width: 100%;
  }

  .key-features-text h3 {
    color: #fff;
    font-size: 12px;
  }

  .partner-text h3 {
    color: #fff;
    font-size: 18px;
  }

  .governing-council .col-md-3 {
    width: 50%;
  }

  .secretariat-section .col-md-4 {
    width: 50%;
  }
}

@media screen and (max-width: 1023px) and (min-width: 992px) {
  #cssmenu #menu-button {
    display: block;
    padding: 17px;
    color: #302e2e;
    cursor: pointer;
    font-size: 0;
    text-transform: uppercase;
    font-weight: 700;
    right: 0;
    top: 3px;
    position: fixed;
  }

  #cssmenu ul {
    z-index: 99;
    background: #0f5132;
    top: -28px;
  }

  #cssmenu {
    width: 100%;
  }

  .logo {
    width: 152px;
    padding: 0px 0;
  }

  #cssmenu #menu-button.menu-opened:after {
    background: #000000;
  }

  #cssmenu #menu-button.menu-opened:before {
    background: #000000;
  }

  #cssmenu > ul > li.active {
    background: transparent;
    border-radius: 0px;
  }

  .mobile-menu-header-bg {
    display: flex;
    width: 100%;
    height: 60px;
    background-color: #0f5132;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99;
    box-sizing: border-box;
    align-items: top;
    box-sizing: border-box;
    padding: 10px 15px;
    justify-content: space-between;
    -webkit-transition: transform 0.3s ease;
    -moz-transition: transform 0.3s ease;
    -ms-transition: transform 0.3s ease;
    -o-transition: transform 0.3s ease;
    transition: transform 0.3s ease;
    width: 100% !important;
    transform: translateX(100%);
  }

  body.main-menu-opened .mobile-menu-header-bg {
    transform: translateX(0);
    z-index: 999;
  }

  .men-close-sp {
    cursor: pointer;
    width: 30px;
    height: 30px;
    display: block;
    margin-top: 6px;
  }

  .men-close-sp img {
    width: 100%;
    display: block;
    height: auto;
  }

  #cssmenu > ul > li {
    float: left;
    padding: 0;
  }

  .register-btn a {
    padding: 8px 10px;
    font-size: 12px;
  }

  .middle-header {
    border: solid 1px transparent;
    border-radius: 50px;
    padding: 0;
  }

  .key-features-circle {
    width: 450px;
    margin: 0 auto;
  }

  .key-features-text {
    width: 230px;
  }

  .key-features-text {
    left: -53%;
    position: absolute;
    margin-top: 5px;
  }

  .key-features-ar.green .key-features-text {
    left: 18%;
    position: absolute;
    margin-top: 5px;
  }

  .key-features-img {
    width: 170px;
  }

  .key-features-ar.red .key-features-img {
    width: 140px;
  }

  .key-features-ar.c-green {
    position: absolute;
    left: 20%;
    top: 81%;
  }

  .key-features-ar.red {
    position: absolute;
    left: 42%;
    top: 99%;
  }

  .key-features-ar.red .key-features-text {
    left: -50%;
    position: absolute;
    margin-top: 5px;
  }

  .key-features-ar.sky {
    position: absolute;
    left: 61%;
    top: 84%;
  }

  .key-features-ar.yellow {
    position: absolute;
    left: 9%;
    top: 32%;
  }

  .key-features-ar.green {
    position: absolute;
    right: 10%;
    top: 35%;
  }

  .earth-circle-section ul li {
    flex: 0 0 auto;
    width: 50%;
    padding: 25px;
  }

  .earth-text-section .container-fluid:after {
    position: absolute;
    width: 85%;
    height: 4px;
    content: "";
    background-color: transparent;
    bottom: -6%;
    right: 7.2%;
  }

  .key-features-text h3 {
    color: #fff;
    font-size: 16px;
  }

  .key-features-text p {
    color: #fff;
    line-height: 1.2;
    font-size: 12px;
    font-weight: 300;
  }

  .earth-text-section .container-fluid:before {
    position: absolute;
    width: 4px;
    height: 115%;
    left: auto;
    right: 7.2%;
    content: "";
    background-color: transparent;
    top: -59px;
  }

  .blue-band {
    position: absolute;
    width: 100%;
    background: var(--secondary-color-btn);
    right: 0;
    padding: 30px;
  }

  .line-circle {
    width: 35px;
    height: 35px;
    border-radius: 50px;
    background: transparent;
    position: absolute;
    bottom: -50px;
    left: 7%;
  }

  .earth-text-section .col-md-6 {
    width: 100%;
  }

  .leader-sec .col-md-2 {
    width: 50%;
  }

  .client-logo {
    height: 150px;
    padding: 15px;
    align-items: center;
    display: flex;
  }

  .how-it-work-icon-text h3 {
    font-size: 15px;
  }

  .how-it-work-section .col-md-8 .row.position-relative .col-md-3 {
    width: 50%;
  }

  .key-features {
    position: relative;
    height: 800px;
  }

  body.main-menu-opened .mobile-menu-header-bg {
    transform: translateX(0);
    z-index: 999;
  }

  #cssmenu > ul {
    top: 60px !important;
    right: 0;
    width: 0;
    position: fixed;
    height: 100%;
    overflow-x: hidden;
    /*    transition: 0.5s;*/
    transform: translateX(100%);
    display: block !important;
    -webkit-transition: transform 0.3s ease;
    -moz-transition: transform 0.3s ease;
    -ms-transition: transform 0.3s ease;
    -o-transition: transform 0.3s ease;
    transition: transform 0.3s ease;
    width: 100% !important;
  }

  #cssmenu > ul.open {
    transform: translateX(0px);
  }

  /* .parallex-menu-sec ul li ul {
    position: absolute;
    right: 58%;
  } */
  #cssmenu .open {
    width: 100%;
  }

  #cssmenu #menu-button.menu-opened:before {
    background: #ffffff;
  }

  #cssmenu #menu-button.menu-opened:after {
    background: #ffffff;
  }

  #cssmenu > ul > li:hover > a {
    color: #ffffff;
  }

  #cssmenu > ul > li > a {
    color: #ffffff;
  }

  .sticky-shadow #cssmenu > ul > li {
    float: left;
    padding: 15px 20px 15px;
  }

  .governing-council .col-md-3 {
    width: 33%;
  }
}

@media screen and (max-width: 1199px) and (min-width: 1024px) {
  .logo {
    width: 135px;
  }

  #cssmenu > ul > li > a {
    font-size: 12px;
    letter-spacing: 1px;
    text-decoration: none;
    color: var(--secondary-color-btn);
    font-weight: 500;
    position: relative;
    padding: 10px 6px 10px;
    text-transform: capitalize;
  }

  .register-btn a {
    border: solid 1px var(--primary-color);
    padding: 10px 7px;
    color: var(--secondary-color-btn);
    text-transform: capitalize;
    border-radius: 50px;
    font-size: 12px;
  }

  .how-it-work-icon {
    width: 85px;
  }

  #cssmenu > ul > li {
    float: left;
  }

  .left-header {
    width: 130px;
  }

  .how-it-work-icon-text {
    margin-left: 56px;
  }

  .how-it-work-icon-text::before {
    position: absolute;
    width: 2.1px;
    height: 110%;
    left: -14px;
    bottom: -32px;
    content: "";
    background: #191845;
  }

  .how-it-work-icon-text::after {
    position: absolute;
    width: 70%;
    bottom: -33px;
    content: "";
    background: #191845;
    height: 2px;
    left: -13px;
  }

  .earth-circle {
    width: 130px;
    height: 130px;
  }

  .earth-circle.blue-circle p {
    color: #fff;
    font-size: 15px;
    line-height: 1;
  }

  .earth-circle img {
    width: 80%;
  }

  .earth-circle {
    padding: 0;
  }

  .about-box-text {
    font-size: 12px;
    line-height: 20px;
  }

  .primary-btn {
    font-size: 12px;
  }

  .about-text ul li {
    color: var(--secondary-color);
    font-size: 12px;
    line-height: 20px;
  }

  p {
    font-size: 13px;
    line-height: 22px;
  }

  .footer-menu ul li a {
    color: #fff;
    padding: 12px;
  }

  .client-logo {
    height: 120px;
  }

  .key-features-circle {
    width: 450px;
    margin: 0 auto;
  }

  .key-features-text {
    width: 230px;
  }

  .key-features-img {
    width: 170px;
  }

  .key-features-ar.red .key-features-img {
    width: 140px;
  }

  .key-features-ar.c-green {
    position: absolute;
    left: 20%;
    top: 81%;
  }

  .key-features-ar.red {
    position: absolute;
    left: 42%;
    top: 99%;
  }

  .key-features-ar.red .key-features-text {
    left: -28%;
    position: absolute;
    margin-top: 5px;
  }

  .key-features-ar.sky {
    position: absolute;
    left: 61%;
    top: 84%;
  }

  .key-features-ar.yellow {
    position: absolute;
    left: 9%;
    top: 32%;
  }

  .key-features-ar.green {
    position: absolute;
    right: 10%;
    top: 35%;
  }

  .cohort-ar .col-md-4:nth-of-type(1) .cohort-box-hd ul li img {
    width: 65px;
  }

  .cohort-ar .col-md-4:nth-of-type(2) .cohort-box-hd ul li img {
    width: 130px !important;
  }

  .cohort-ar .col-md-4:nth-of-type(3) .cohort-box-hd ul li img {
    width: 130px !important;
  }

  .cohort-ar .col-md-4:nth-of-type(6) .cohort-box-hd ul li img {
    width: 120px !important;
  }

  .cohort-box-hd li:nth-of-type(1) img {
  }

  .cohort-box-hd li:nth-of-type(2) img {
    width: 130px !important;
  }

  .cohort-box-hd .primary-btn {
    color: var(--secondary-color);
    padding: 4px 8px;
  }

  .how-it-work-icon-text h3 {
    font-size: 15px;
  }

  .how-it-work-section .col-md-8 .row.position-relative .col-md-3 {
    width: 50%;
  }

  .how-it-work-icon-text::before {
    bottom: -14px;
  }

  .how-it-work-icon-text::after {
    bottom: -15px;
  }

  .key-features {
    position: relative;
    height: 800px;
  }

  .leader-sec .leader-box .leader-img {
    width: 160px;
  }

  .partner-text h3 {
    color: #fff;
    font-size: 25px;
  }

  .partner-icon {
    width: 120px;
    height: 120px;
    background-color: var(--primary-color);
    border: solid 5px #fff;
    border-radius: 100px;
    text-align: center;
    line-height: 25px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 0;
    position: absolute;
    top: -106px;
    left: 0;
    right: 0;
  }

  .partner-box {
    background-color: var(--secondary-color);
    padding: 23px;
    border-radius: 24px;
    padding-top: 50px;
  }

  .partner-text h3 {
    color: #fff;
    font-size: 20px;
  }
}

@media screen and (max-width: 1399px) and (min-width: 1200px) {
  .key-features-circle {
    width: 500px;
    margin: 0 auto;
  }
  .left-header {
    width: 150px;
  }
  .key-features-img {
    width: 170px;
  }

  .key-features {
    position: relative;
    height: 900px;
  }

  .key-features-ar.red .key-features-img {
    width: 140px;
  }

  .partner-text h3 {
    color: #fff;
    font-size: 24px;
  }

  .key-features-ar.c-green {
    position: absolute;
    left: 24%;
    top: 81%;
  }

  .key-features-ar.red .key-features-text {
    width: 270px;
    left: -50%;
    position: absolute;
    margin-top: 5px;
  }

  .key-features-ar.sky {
    position: absolute;
    left: 63%;
    top: 83%;
  }

  .partner-icon {
    width: 120px;
    height: 120px;
    background-color: var(--primary-color);
    border: solid 5px #fff;
    border-radius: 100px;
    text-align: center;
    line-height: 25px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 0;
    position: absolute;
    top: -140px;
    left: 0;
    right: 0;
  }
}

@media screen and (max-width: 1500px) and (min-width: 1200px) {
  .earth-circle {
    width: 140px;
    height: 140px;
    padding: 15px;
    overflow: hidden;
  }

  p {
    color: var(--p-text);
    font-size: 13px;
    font-weight: 400;
    line-height: 24px;
  }

  .about-text ul li {
    display: flex;
    color: var(--secondary-color);
    font-size: 14px;
    font-weight: 500;
    padding-bottom: 10px;
    line-height: 20px;
  }

  .about-text ul li {
    display: flex;
    color: var(--secondary-color);
    font-size: 14px;
    font-weight: 500;
    padding-bottom: 10px;
    line-height: 20px;
  }

  .about-box-text {
    color: #000000;
    font-size: 13px;
    font-weight: 500;
    line-height: 20px;
  }

  .about-icon-text-box {
    padding: 25px;
    border-radius: 10px;
    height: 115px;
  }

  .logo {
    width: 140px;
  }

  #cssmenu > ul > li > a {
    float: left;
    padding: 10px 8px 10px;
    font-size: 12px;
  }

  .register-btn a.active {
    font-size: 12px;
  }

  .earth-circle.blue-circle p {
    color: #fff;
    font-size: 12px;
    line-height: 1;
  }

  .earth-text p {
    font-size: 12px;
  }

  .event-text h3 {
    color: #fff;
    font-size: 20px;
  }

  .register-btn a {
    border: solid 1px var(--primary-color);
    padding: 10px 5px;
    color: var(--secondary-color);
    text-transform: uppercase;
    border-radius: 50px;
    font-size: 12px;
  }

  .earth-circle img {
    width: 100%;
  }

  .client-logo {
    height: 170px;
  }

  .address-ar li {
    display: flex;
    font-size: 16px;
    color: #fff;
    align-items: center;
  }

  .blue-circle {
    background: var(--secondary-color-btn);
  }

  .partner-icon {
    width: 120px;
    height: 120px;
    background-color: var(--primary-color);
    border: solid 5px #fff;
    border-radius: 100px;
    text-align: center;
    line-height: 25px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 0;
    position: absolute;
    top: -140px;
    left: 0;
    right: 0;
  }

  .partner-text h3 {
    color: #fff;
    font-size: 25px;
  }
}

@media screen and (max-width: 1600px) and (min-width: 1501px) {
  .earth-circle {
    width: 160px;
    height: 160px;
  }

  .earth-circle img {
    width: 90%;
  }
  .key-features {
    position: relative;
    height: 978px;
  }
  .earth-circle.blue-circle p {
    color: #fff;
    font-size: 14px;
  }

  /* .logo {
    width: 220px;
    padding: 0;
    position: absolute;
    top: 28px;
    left: 0;
  } */
  #cssmenu > ul > li > a {
    float: left;
    padding: 10px 8px 10px;
    font-size: 12px;
  }
  /* #cssmenu > ul > li {
    float: left;
    padding: 10px 15px 10px;
  } */

  .register-btn a {
    border: solid 1px var(--primary-color);
    padding: 10px 6px;
    color: var(--secondary-color);
    text-transform: capitalize;
    border-radius: 50px;
  }
}
