*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
p, a, li, div, span, h1, h2, h3, h4, h5, h6,{
    font-family: "Comfortaa", sans-serif!important;
}
#header {
    height: 70px;
    transition: all 0.5s;
    z-index: 997;
    transition: all 0.5s;
    background: rgba(0, 0, 0, 1);
  }
  
  #header.header-transparent {
    background: transparent;
  }
  
  #header.header-scrolled {
    background: linear-gradient(18deg, rgb(0 133 60) 56%, rgb(233 243 218));
  }
  
  #header .logo h1 {
    font-size: 28px;
    margin: 0;
    padding: 0;
    line-height: 1;
    font-weight: 700;
    letter-spacing: 1px;
  }
  
  #header .logo h1 a, #header .logo h1 a:hover {
    color: #fff;
    text-decoration: none;
  }
  
  #header .logo img {
    padding: 0;
    margin: 0;
    width: 18%;
  }
  
  /*--------------------------------------------------------------
  # Navigation Menu
  --------------------------------------------------------------*/
  /**
  * Desktop Navigation 
  */
  .navbar {
    padding: 0;
  }
  
  .navbar ul {
    margin: 0;
    padding: 0;
    display: flex;
    list-style: none;
    align-items: center;
  }
  
  .navbar li {
    position: relative;
  }
  
  .navbar a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 5px 15px 7px 15px;
    margin-left: 5px;
    font-size: 15px;
    color: #fff;
    white-space: nowrap;
    transition: 0.3s;
    border-radius: 50px;
    font-family: "Comfortaa", sans-serif!important;
  }
  
  .navbar a i {
    font-size: 12px;
    line-height: 0;
    margin-left: 5px;
  }
  
  .navbar a:hover, .navbar li:hover > a {
    background: #00853c;
  }
  
  /* Target the active link by combining .active with .nav-link */
  .navbar li .nav-link.active {
    background: #39b54a;
    color: #fff;
    font-size:15px;
  }
  
  .navbar .dropdown ul {
    display: block;
    position: absolute;
    left: 5px;
    top: calc(100% + 30px);
    margin: 5px  0 0 0;
    padding: 10px 0;
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    background: #fff;
    box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
    transition: 0.3s;
    border-radius: 15px;
  }
  
  .navbar .dropdown ul li {
    min-width: 200px;
  }
  
  .navbar .dropdown ul a {
    padding: 10px 20px;
    color: #2a2c39;
    margin: 0 5px;
    font-size: 14px;
  }
  
  .navbar .dropdown ul a i {
    font-size: 12px;
  }
  
  /*.navbar .dropdown ul a:hover, .navbar .dropdown ul .active:hover, .navbar .dropdown ul li:hover > a {*/
  /*  color: #fff;*/
  /*}*/
  .navbar a:hover, .navbar li:hover>a, .navbar .active {
      color:white;
      background: #00853c;
  }
  .navbar .dropdown:hover > ul {
    opacity: 1;
    top: 100%;
    visibility: visible;
  }
  
  .navbar .dropdown .dropdown ul {
    top: 0;
    left: calc(100% - 30px);
    visibility: hidden;
  }
  
  .navbar .dropdown .dropdown:hover > ul {
    opacity: 1;
    top: 0;
    left: 100%;
    visibility: visible;
  }
  
  @media (max-width: 1366px) {
    .navbar .dropdown .dropdown ul {
      left: -90%;
    }
    .navbar .dropdown .dropdown:hover > ul {
      left: -100%;
    }
  }
  
  /**
  * Mobile Navigation 
  */
  .mobile-nav-toggle {
    color: #fff;
    font-size: 28px;
    cursor: pointer;
    display: none;
    line-height: 0;
    transition: 0.5s;
  }
  
  @media (max-width: 991px) {
    .mobile-nav-toggle {
      display: block;
    }
    .navbar ul {
      display: none;
    }
  }
  
  .navbar-mobile {
    position: fixed;
    overflow: hidden;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: rgba(20, 21, 28, 0.9);
    transition: 0.3s;
    z-index: 999;
  }
  
  .navbar-mobile .mobile-nav-toggle {
    position: absolute;
    top: 15px;
    right: 15px;
  }
  
  .navbar-mobile ul {
    display: block;
    position: absolute;
    top: 55px;
    right: 15px;
    bottom: 15px;
    left: 15px;
    padding: 10px 0;
    border-radius: 10px;
    background-color: #fff;
    overflow-y: auto;
    transition: 0.3s;
  }
  
  .navbar-mobile a {
    padding: 10px 20px;
    margin: 5px;
    font-size: 15px;
    color: #2a2c39;
  }
  
  .navbar-mobile a:hover, .navbar-mobile .active, .navbar-mobile li:hover > a {
    color: #fff;
  }
  
  .navbar-mobile .getstarted {
    margin: 15px;
  }
  
  .navbar-mobile .dropdown ul {
    position: static;
    display: none;
    margin: 10px 20px;
    padding: 10px 0;
    z-index: 99;
    opacity: 1;
    visibility: visible;
    background: #fff;
    box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  }
  
  .navbar-mobile .dropdown ul li {
    min-width: 200px;
  }
  
  .navbar-mobile .dropdown ul a {
    padding: 10px 20px;
  }
  
  .navbar-mobile .dropdown ul a i {
    font-size: 12px;
  }
  
  .navbar-mobile .dropdown ul a:hover, .navbar-mobile .dropdown ul .active:hover, .navbar-mobile .dropdown ul li:hover > a {
    color: #fff;
  }
  
  .navbar-mobile .dropdown > .dropdown-active {
    display: block;
  }
  
  
  .header-scrolled {
    background-color: #ffffff; /* Change background on scroll */
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); /* Add shadow */
    transition: background-color 0.3s, box-shadow 0.3s;
}

.header-transparent {
    background-color: transparent;
    transition: background-color 0.3s;
}
.navbar a{
    text-decoration: none;
}
  
/*-- About css Start --*/
#home {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
}

.banner-desk {
    display: block;
}
.banner_margin {
    /* margin-top: 40px; */
}
.video-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.video-container::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background:rgb(1 1 1 / 67%);
    z-index: 2;
}
.background-video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    pointer-events: none;
}
.lv_about_wrapper {
    float: left;
    width: 100%;
    background-image: url(../images/content/about_bg.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.lv_about_wrapper .lv_btn a {
    margin-right: 15px;
}

.lv_about_info {
    float: left;
    width: 100%;
}

.lv_about_info span {
    float: left;
    width: 100%;
    font-size: 20px;
    color: #222222;
    margin-bottom: 20px;
    font-family: 'Poppins';
}

.lv_about_info p {
    float: left;
    width: 100%;
    /* line-height: 1.8; */
    font-size: 16px;
    line-height: 29px;
     font-family: "Comfortaa", sans-serif!important;
}

#about{
    display: block;
    max-width: 100%;
    height: auto;
    padding-top: 40px;
    padding-bottom: 40px;
}

.service-item {
    display: flex
;
    /* justify-content: space-between; */
    align-items: center;
    background-color: #303030;
}

.service-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
;
    min-height: 150px;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    padding: 20px;
    margin-bottom: 30px;
    border-radius: 15px;
    background: linear-gradient(48deg, rgb(0 133 60) 56%, rgb(233 243 218));
    border: 1px solid var(--border-color);
}
.content h4{
    color: white;
    font-size: 18px;
    font-family: "Comfortaa", sans-serif!important;
}
.content p{
    color: white;
    font-size: 17px;
    font-family: "Comfortaa", sans-serif!important;
}
.service-item img {
    border-radius: 50%;
    padding: 10px;
}
.delay-0-2s {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}
.service-item .number {
    color: white;
    font-size: 24px;
    margin-right: 10px;
    font-family: "DM Sans", sans-serif;
}
.service-item .content p {
    font-size: 15px;
    margin-bottom: 0;
}
.service-item div img {
    min-width: 80px;
    max-width: 80px;
}  


.discuss_wrapper {
    background-image: url(https://img.etb2bimg.com/files/cp/abdf512….png);
    background-position: center;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-color: #fff;
  }
  .diss {
    padding: 10px 5px;
    /* margin: 15px; */
    /* background: -webkit-linear-gradient(left, #f9aa7d00, #e62864); */
    min-height: 116px;
    text-align: center;
}
#points, #testimonials, #supporters{
    display: block;
    max-width: 100%;
    height: auto;
    padding-top: 40px;
    padding-bottom: 40px;
    background: linear-gradient(48deg, rgb(144 236 186) 56%, rgb(233 243 218))!important;
}
.diss img {
    width: 100%;
    margin-right: 10px;
    height: 200px;
    object-fit: cover;
    border-radius: 10px;
}
.diss p {
    margin-bottom: 0;
    margin-top: 5px;
    font-size: 18px;
    color: black;
    font-weight: 600;
    line-height: 26px;
    font-family: "Comfortaa", sans-serif!important;
}
.ico-heading h1 {
    font-size: 36px;
    text-transform: capitalize;
    font-weight: 700;
    margin-bottom: 30px;
    font-family: "Comfortaa", sans-serif!important;
}  


/* gallery  */

#gallery-1{
    display: block;
    max-width: 100%;
    height: auto;
    padding-top: 40px;
    padding-bottom: 40px;
}
.gallery {
    display: flex;
    height: 48vh;
  }
  
  .left, .right {
    width: 50%;
    display: flex;
    overflow: hidden;
  }
  
  .left {
    & .inner { perspective-origin: right center; }
    & .item {
      right : -10rem;
  
      &:item:nth-child(1) { transform: translate3d(-10rem,0,-4rem); }
      &:item:nth-child(2) { transform: translate3d(-20rem,0,-8rem); }
      &:item:nth-child(3) { transform: translate3d(-30rem,0,-12rem); }
      &:item:nth-child(4) { transform: translate3d(-40rem,0,-16rem); }
      &:item:nth-child(5) { transform: translate3d(10rem,0,-4rem); }
    }
  }
  
  .right {
    & .inner { perspective-origin: left center; }
    & .item {
      left : -10rem;
  
      &:item:nth-child(1) { transform: translate3d(10rem,0,-4rem); }
      &:item:nth-child(2) { transform: translate3d(20rem,0,-8rem); }
      &:item:nth-child(3) { transform: translate3d(30rem,0,-12rem); }
      &:item:nth-child(4) { transform: translate3d(40rem,0,-16rem); }
      &:item:nth-child(5) { transform: translate3d(-10rem,0,-4rem); }
    }
  }
  
  .inner {
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
    perspective: 500px;
    transform-style: preserve-3d;
  }
  
  .item {
    position: absolute;
    width: 18rem;
    height: 20rem;
    border: 5px solid black;
    background-color: white;
    object-fit: cover;
    transition: transform 0.3s cubic-bezier(0, 0.55, 0.45, 1);
  }

#testimonials{
    display: block;
    max-width: 100%;
    height: auto;
    padding-top: 40px;
    padding-bottom: 40px;
}
.testio-card iframe{
    background: linear-gradient(18deg, rgb(0 133 60) 56%, rgb(233 243 218));
    padding: 10px;
    border-radius: 10px;
}
.owl-nav{
    text-align: center;
}
.owl-nav button span{
    font-size: 30px;
}
#vd {
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.lv_timer_info {
    float: left;
    width: 100%;
    text-align: center;
}
.logo-mid {
    width: 86%;
    /* border-radius: 50%;
    background: #0000001f; */
    margin-top:53px;
}
.yoo{
    position: relative;
    top: -35px;
}
.yoo h1{
    font-size: 80px;
    font-weight: 700;
    text-transform: capitalize;
}
.yoo span{
    /* color: #be3b4c; */
    text-transform: capitalize;
    font-size: 31px;
    color: white;
    background: linear-gradient(48deg, rgb(0 133 60) 56%, rgb(233 243 218));
    padding: 10px;
    border-radius: 10px;
    font-family: "Comfortaa", sans-serif!important;
}
#why{
    background: url(./images/Vermont2.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    display: block;
    max-width: 100%;
    height: auto;
    padding-top: 40px;
    padding-bottom: 40px;
}
#gallery-1{
    background: url(./images/ene-12.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    display: block;
    max-width: 100%;
    height: auto;
    padding-top: 40px;
    padding-bottom: 40px;
}
#Past_speakers, #speaker{
    background: url(./images/Home-wind-turbine.jpg);
    background-position: center;
    background-attachment: fixed;
    padding-top: 40px;
    padding-bottom: 40px;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
  }
  .speaker_under {
    padding: 30px 0px;
    margin: 10px;
    color: #FFF;
    border-radius: 3px;
    border-radius: 3px;
    border-radius: 3px;
    text-align: center;
}
.team_pic {
    width: 90%;
    border-radius: 50% !important;
    border: 6px solid #00853c !important;
    padding: 6px;
    background: white;
}
.team_description {
    padding: 15px 0 5px 0;
    background:#00853c;
    border-radius: 8px;
}
.team_name {
    margin-bottom: 15px;
    font-size: 16px;
    line-height: 22px;
    font-weight: 700;
    text-transform: uppercase;
    color: white;
    font-family: "Comfortaa", sans-serif!important;
}
.team_description p {
    font-size: 15px;
    font-family: "Comfortaa", sans-serif!important;
}
#supporters{
background:linear-gradient(83deg, #f3784c54 56%, #f3784c0d);
padding-top: 40px;
padding-bottom: 40px;
max-width: 100%;
height: auto;}
#supporters .supporter-logo {
    padding: 10px;
    display: flex
;
    justify-content: center;
    align-items: center;
    border: 1px solid #e0e5fa;
    overflow: hidden;
    background: rgba(255, 255, 255, 1);
    border-radius: 10px;
    margin: 0 auto;
    width: 180px;
    height: 121px;
}
#supporters img {
    transition: all 0.4s ease-in-out;
}

.kp {
    width: 50%;
}
.section-title p {
    margin: 0;
    margin: 0;
    font-size: 36px;
    font-weight: 700;
    text-transform: uppercase;
    font-family: "Poppins", sans-serif;
    color: #2a2c39;
}

.bi-telephone-fill {
    color: white;
    font-size: 29px;
}
.btn-square, .btn-sm-square, .btn-md-square, .btn-lg-square {
    padding: 0;
    display: flex
;
    align-items: center;
    justify-content: center;
    font-weight: normal;
}
.rounded {
    border-radius: 8px !important;
}

.bg-lightx {
    background: #ffffffd4;
}
  
  .contacts {
    padding-top: 20px !important;
    padding-bottom: 40px !important;
  }
  .psu-liner {
    color: black;
    max-width: 438px;
    margin: 10px auto;
    padding: 10px;
    /*box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px;*/
    border-radius: 10px;
  }
  .tagy {
    font-size: 27px;
  }
  .contacts.design-style1 .contact-point {
    margin: 0;
  }
  
  .contact-point {
    width: 100%;
    position: relative;
    transition: 0.3s ease-in-out;
    text-align: center;
    margin-bottom: 25px;
    /* position: relative; */
    -webkit-box-shadow: -10px 17px 46px -25px rgba(0, 0, 0, 0.68);
    -moz-box-shadow: -10px 17px 46px -25px rgba(0, 0, 0, 0.68);
    box-shadow: -10px 17px 46px -25px rgba(0, 0, 0, 0.68);
    padding: 10px;
    /* min-height: 136px; */
    /* display: flex; */
    /* justify-content: center; */
    align-items: center;
    background: white !important;
    border-radius: 10px;
    border: 1px solid #00853c ;
  }
  .contacts .contact-point .line-1 {
    font-size: 22px;
    color: var(--custom-color, var(--theme-color));
    font-weight: 600;
    padding-bottom: 0px;
    position: relative;
    margin-bottom: 20px;
    line-height: 1.2em;
  }
  .reg{
    font-size: 14px!important;
    background: #50859C!important;
    color: #fff!important;
    font-weight: 700!important;
    padding: 17px 14px 17px!important;
    line-height: 15px!important;
    position: relative!important;
    z-index: 9!important;
    display: inline-block!important;
    -webkit-transition: all 0.35s!important;
    transition: all 0.35s!important;
    -moz-transition: all 0.35s!important;
    -ms-transition: all 0.35s!important;
    text-transform: uppercase!important;
    border: none!important;
    letter-spacing: 2px!important;
    border-radius: 10px!important;
    overflow: hidden!important;
    margin-top: 21px;
  
  }
  .pre {
    display: flex;
    justify-content: center;
    font-family: "Comfortaa", sans-serif!important;
  }
  .pro-1 {
    padding: 8px;
  }
  .contacts .line-2, .contacts a {
    font-size: 17px !important;
    text-decoration: none;
    font-family: "Comfortaa", sans-serif!important;
  }
  
  .contacts .line-2, .contacts a {
    /*font-weight: var(--elem-font-weight, var(--default-font-weight));*/
    font-size: var(--custom-font-size, var(--para-font-size, var(--default-font-size)));
    text-align: var(--custom-text-align, var(--default-text-style));
    line-height: var(--custom-line-height, normal);
  }
  .contacts .line-2 {
    line-height: 1.1em;
    margin: 0px;
    color: var(--custom-paragraph, var(--body-color, var(--default-color)));
  }
  .contacts .line-2, .contacts a {
    font-size: 17px !important;
    color: black;
    font-weight:bold;
    font-family: "Comfortaa", sans-serif!important;
  }
  
  .contacts .line-2, .contacts a {
    font-weight: var(--elem-font-weight, var(--default-font-weight));
    font-size: var(--custom-font-size, var(--para-font-size, var(--default-font-size)));
    text-align: var(--custom-text-align, var(--default-text-style));
    line-height: var(--custom-line-height, normal);
    font-family: "Comfortaa", sans-serif!important;
  }
  .pro-2 {
    /* border-left: 1px solid black; */
    padding: 7px;
    padding-left: 32px !important;
    font-family: "Comfortaa", sans-serif!important;
  }
  .contact-detail::before {
    position: absolute;
    content: "";
    height: 85%;
    width: 100%;
    top: 0;
    left: 0;
    background: url(https://apacnewsnetwork.com/nseic/chhattisgarh/assets/img/energy-12.JPG) center no-repeat;
    background-size: cover;
    border-radius: 10px;
    z-index: -1;
    opacity: 0.4;
}  
#footer {
    background: #142C4D;
    padding: 0 0 25px 0;
    color: #eee;
    font-size: 17px;
    font-family: "Comfortaa", sans-serif!important;
}
#footer .footer-top {
    background:linear-gradient(126deg, #00853c 18%, #7fc192);
    padding: 60px 0 30px 0;
    border-bottom: 1px solid #fff;
}
#footer .footer-top .footer-info {
    margin-bottom: 30px;
    font-family: "Comfortaa", sans-serif!important;
}
#footer .footer-top .footer-links {
    margin-bottom: 30px;
    font-family: "Comfortaa", sans-serif!important;
}
#footer .footer-top .footer-contact {
    margin-bottom: 30px;
    font-family: "Comfortaa", sans-serif!important;
}
#footer .footer-top .footer-info img {
    height: 100px;
    margin-bottom: 10px;
}
#footer .copyright {
    text-align: center;
    padding-top: 30px;
}
#footer .footer-top h4 {
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
    position: relative;
    padding-bottom: 12px;
    border-bottom: 1px dotted #fff;
    font-family: "Comfortaa", sans-serif!important;
}
#footer .footer-top .social-links a {
    display: inline-block;
    background: #fff;
    color: #05AAAC;
    line-height: 1;
    margin-right: 4px;
    border-radius: 50%;
    width: 36px;
    height: 36px;
    transition: 0.3s;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-family: "Comfortaa", sans-serif!important;
}
.contact-email a{
    color: black;
    font-family: "Comfortaa", sans-serif!important;
}
#contact {
    position: relative;
    width: 100%;
    /* height: 100vh; */
    overflow: hidden;
    background: linear-gradient(83deg, #f3784c 56%, #bf1e2d);
  }
  
  #contact::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('../assets/bg-bhopal.jpg'); /* Replace with your image URL */
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    filter: blur(1px); /* Adjust the blur intensity */
    z-index: -1;
  }
  .contact-detail{
      padding:3rem;
      font-family: "Comfortaa", sans-serif!important;
  }
  .log{
      width: 10%;
    margin-top: -324px;
    text-align: right;
    text-align: left;
    margin-left: q0px;
    position: relative;
    top: 32px;
  }
  .log-1{
          width: 48%;
  }
@media (max-width: 768px) {
    .yoo span{
        font-size:8px;
        padding:9px;
    }
    .logo-mid {
    width: 100%;
}

#home{
    height:53vh;
}
.log{
    top: -1px;
    position: relative;
    left: 0;
    width: 22%;
    left: 180px;
}
.log-1{
    width: 62%;
    margin-top: 38px;
}
.yoo h1{
    font-size:20px;
    font-family: "Comfortaa", sans-serif!important;
}
.diss{
    margin-bottom:20px;
}
.contact-detail{
      padding:0;
  }
}


.speakers-1 {
    display: block;
    max-width: 100%;
    background-image: url(https://apacnewsnetwork.com/future-railtech-forum/apac-image/green-bg.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    padding-top: 40px;
    padding-bottom: 40px;
}
.team-item {
    margin: 15px 0;
    padding: 5px;
    border-radius: 8px;
     height: 404px; 
    /* border: 10px solid #073fce; */
    position: relative;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.17);
    transition: all 0.3sease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3sease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    background: linear-gradient(45deg, #00853c 34%, #90c99d) #ffffff;
}
.team-item .team-img {
    position: relative;
    cursor: pointer;
    overflow: hidden;
}
.team-item .info-text {
    padding: 10px 5px;
    text-align: center;
    height: 112px;
}
.team-item .info-text h3 a {
    font-size: 16px;
    /* text-transform: uppercase; */
    font-weight: 700;
    margin-bottom: 5px;
    color: white;
    font-family: "Comfortaa", sans-serif!important;
}
.team-item .info-text p {
    margin: 0;
    color: #000;
    font-size: 13px;
    line-height: 17px;
    color: white;
    font-family: "Comfortaa", sans-serif!important;
}
.team-img img{
    border-radius:50%;
    background:white;
}
.support_wrapper {
    padding: 25px 0 45px;
    /*background: #f3f3f3;*/
}
.partner__inner {
    /* box-shadow: 0 0 10px rgb(0 0 0 / 20%); */
    /*background: #f3f3f3;*/
    border-radius: 10px;
}
.support_partner {
    display: flex;
    align-items: center;
    justify-content: center;
}
.partner__inner img {
    /*background: #fff;*/
    width: 100%;
    height: 100px;
    aspect-ratio: 2 / 3;
    object-fit: contain;
    /*box-shadow: 0 0 10px rgb(0 0 0 / 20%);*/
    /*border: 1px solid #83701d4a;*/
    border-radius: 10px;
    padding: 10px;
    margin: 0 10px;
    margin-top: -15px;
}
/*.support_wrapper p {*/
/*    text-align: center;*/
/*    font-size: 15px;*/
/*    line-height: 28px;*/
/*    font-weight: 900;*/
/*    color: #4d9ee2;*/
/*    position: relative;*/
/*    margin: 30px 0 10px;*/
/*}*/

.prt p{
    background: linear-gradient(18deg, rgb(0 133 60) 56%, rgb(95 149 15));
    padding: 7px;
    border-radius: 10px;
    color: white;
    width: 61%;
    text-align: center;
    margin: auto;
    margin-bottom:10px;
}
.proo{
    width:110%!important;
}
.iti{
       background: linear-gradient(18deg, rgb(0 133 60) 56%, rgb(95 149 15));
    padding: 7px;
    border-radius: 10px;
    color: white;
    width: 25%!important;
    text-align: center;
    margin: auto;
    margin-bottom:10px;
}
/*.torrent{*/
/*    width: 120%;*/
/*    margin-left: -8px;*/
/*}*/
/*.z-scale{*/
/*        width: 150%;*/
/*    margin-left: -28px;*/
/*}*/

.support_wrapper {
    padding: 25px 0 45px;
    /* background: #f3f3f3; */
}
.support_wrapper p {
    text-align: center;
    font-size: 13px;
    line-height: 28px;
    font-weight: 700;
    color: #00853c;
    position: relative;
    margin: 7px 0 6px;
}
.partner__inner img {
    background: #fff;
    width: 100%;
    height: 100px;
    aspect-ratio: 2 / 3;
    object-fit: contain;
    box-shadow: 0 0 10px rgb(0 0 0 / 20%);
    border: 1px solid #83701d4a;
    border-radius: 10px;
    padding: 10px;
    margin: 0 10px;
}

@media (max-width: 768px) {
    .bg-lightx{
        display:flex;
        flex-direction:column;
    }
    .iti{
    width: 35%!important;
}
.yoo {
    position: relative;
    top: -2px;
}
}
/* Header container and layout */
#apac-header {
  background: rgb(0 133 60 / 80%);
  padding: 10px 0;
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 999;
}

.apac-container {
  max-width: 1200px;
  margin: auto;
  padding: 0 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.apac-navbar ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}

.apac-navbar li {
  position: relative;
}

.apac-navbar a {
  padding: 10px 7px;
  text-decoration: none;
  color: white;
  display: flex;
}

.apac-dropdown ul {
  display: none;
  position: absolute;
  background: #333;
  top: 100%;
  left: 0;
  z-index: 1000;
  min-width: 250px;
}

.apac-dropdown:hover ul {
  display: block;
}

/* Button style */
.apac-btn {
  background: #1a9150;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  color: white;
  font-weight: bold;
}

.apac-blinking {
  animation: apac-blink 1s infinite;
}

@keyframes apac-blink {
  50% {
    opacity: 0;
  }
}

/* Mobile styles */
.apac-mobile-nav-toggle {
  display: none;
  font-size: 28px;
  color: white;
  cursor: pointer;
  margin-left: 20px;
}
.apac-dropdown-menu {
  display: none;
  background: #222;
  padding-left: 0;
}

.apac-dropdown.open .apac-dropdown-menu {
  display: block;
}
.i-mob{
    display:block;
    
}

@media (max-width: 768px) {
  .apac-navbar ul {
    flex-direction: column;
    display: none;
    width: 100%;
    background: #222;
  }

  .apac-navbar ul.show {
    display: flex;
  }
.mor{
    margin-top:10px;
}
.i-mob{
    display:none;
    
}
.team-item .info-text {
    padding: 10px 5px;
    text-align: center;
    height: auto;
}
.team-item {
    margin: 15px 0;
    padding: 5px;
    border-radius: 8px;
    /* height: 404px; */
    height: auto;
    /* border: 10px solid #073fce; */
    position: relative;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.17);
    transition: all 0.3sease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3sease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    background: linear-gradient(45deg, #00853c 34%, #90c99d) #ffffff;
}
  .apac-mobile-nav-toggle {
    display: block;
  }

  .apac-dropdown ul {
    position: static;
  }

  .apac-dropdown:hover ul {
    display: none;
  }

  .apac-dropdown > a::after {
    content: " ▼";
    font-size: 12px;
  }

  .apac-dropdown.open > ul {
    display: block;
  }
}
.siv{
    height:435px;
}