@media only screen and (min-width: 600px) {
  .contact-us-info .social-share {
    margin-bottom: 12px !important;
  }
}
.logo-igbc {
  max-width: 40px;
}
.mainmenu-nav {
  float: right;
}
@media only screen and (min-width: 767px) {
  .mainmenu-nav .mainmenu > li > a {
    padding: 0 20px !important;
  }

  .mainmenu-nav .mainmenu li.has-droupdown > a::after {
    right: 9px !important;
  }
  .edu-header .header-brand .logo {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .edu-breadcrumb-area {
    padding: 60px 0 60px !important;
  }
  .mainmenu-nav .mainmenu li ul.mega-menu {
    padding: 5px 0 !important;
  }
  .mainmenu-nav .mainmenu li ul.mega-menu .submenu {
    padding: 20px 0 0 0px !important;
  }
  .mainmenu-nav .mainmenu li ul.mega-menu > li {
    background: #f5f9fa !important;
  }
  ul.mega-menu.rating-sys-menu {
    background: #f5f9fa !important;
  }
  .mainmenu-nav .mainmenu li ul.mega-menu .submenu {
    background: #f5f9fa !important;
  }
}

@media only screen and (max-width: 767px) {
  .contact-us-area {
    padding: 35px 0 0 !important;
  }
}
.rating-sys-menu hr {
  margin: 10px 0 !important;
}

.cii-img {
  margin-top: 10px;
  text-align: center;
  margin-bottom: 10px;
}
.cii-img img {
  width: 65%;
}

.title-with-line {
  text-align: center;
}

.title-with-line h3 {
  margin-bottom: auto;
}
.title-with-line .shape-line {
  color: #90c34c;
}
span.icons-style {
  margin-right: 10px;
  color: #90c34c;
}

.abt-subhead h5 {
  margin-bottom: 1px;
  color: green;
}
.abt-subhead p {
  color: black;
}
.about-content .features-list li {
  font-weight: var(--p-medium);
  font-family: var(--font-secondary);
  color: var(--color-heading);
  padding-left: 35px;
  position: relative;
  margin-bottom: 16px;
  margin-top: 16px;
}
/* .obj-list .features-list li:before {
  content: "\e911";
  font-family: "icomoon";
  color: var(--color-tertiary);
  font-size: 19px;
  position: absolute;
  left: 0;
  top: -3px;
  color: #eb6402;
} */
.obj-list .features-list li:before {
  content: "\e911";
  font-family: "icomoon";
  color: var(--color-tertiary);
  font-size: 19px;
  position: relative;
  left: -18px;
  top: 0px;
  color: #90c34c;
}
.link-abt {
  font-weight: 500;
  color: #90c34c;
}
.link-abt a {
  font-weight: 500;
  color: #90c34c;
}
.help-block {
  padding: 35px 40px 35px 35px;
}
.help-block:after {
  display: none;
}
.help-block .icons-style {
  margin-left: 10px;
}
blockquote.help-block {
  font-size: medium;
  color: darkgreen;
}

.edu-section-gap {
  position: relative;
}
/* fixed css for left side bar*/
.faq-page-nav {
  /* position: fixed;
    top: 20%; */

  /* width: 100%;
  height: 100%;
  overflow-y: auto; */
}
.parent {
  position: relative;
}

.child1 {
  height: 200%;
}

.child2 {
  position: fixed;
  height: 100vh; /* 100% of viewport height */
  top: 0;
  left: 0;
  right: 0;
  bottom: auto;
}

.upper-li {
  font-size: large !important;
}
.obj-list .features-list li:before {
  content: "\f111";
  font-family: "Font Awesome 5 Free";
  color: #90c34c;
  font: var(--fa-font-solid);
  content: "\f1ea";
}

b.upper-li {
  color: black !important;
}
.features-list .outer-li:before {
  color: #90c34c !important;
}

.obj-list .features-list.inner-ul a {
  display: contents;
}

.obj-list .features-list.inner-ul1 li::marker {
  list-style: disc;
  font-size: larger;
}
.obj-list .features-list.inner-ul1 li:before {
  display: none;
}

li.outer-li::before {
  display: none;
}
ul li.outer-li::marker {
  display: none;
}

/* li.outer-ul {
  list-style: none;
} */
li.outer-li {
  list-style: none !important;
}

ul.outer-ul > li {
  margin-left: 1.5em; /* or any other value you want */
}
.obj-list .features-list li:before {
  display: none;
}

::marker {
  color: green;
}
.outer-li .abt-subhead p a {
  display: inline !important;
}
@media only screen and (min-width: 1200px) {
  .container {
    max-width: 100% !important;
  }
  .faq-page-nav .nav-tabs .nav-link {
    text-align: left;
  }
}

.rating-details-page-row {
  padding-left: 2%;
  padding-right: 0%;
}

@media only screen and (max-width: 991px) {
  .faq-page-nav {
    position: relative;
    /* top: 20%; */
    /* left: 0; */
    width: 100%;
    height: 100%;
    overflow-y: auto;
    margin-bottom: 0px !important;
  }
}
@media only screen and (max-width: 767px) {
  .edu-section-gap {
    padding: 0px 0 40px !important;
  }
}

.left-headings .title-with-line {
  text-align: left;
}

.asterisk-list {
  list-style: none;
  padding-left: 0;
}
.asterisk-list li:before {
  content: "* ";
  color: green;
}
.grid-disp {
  display: grid;
}

.anchor-resources {
  color: blue;
}
.edu-blog-widget {
  padding: 30px 0px !important;
}

.faq-page-nav {
  padding-right: 30px;
  padding-left: 30px;
}

.header-top .header-notify a {
  text-decoration: none !important;
}
.header-top .header-info li a:hover {
  color: #90c34c !important;
}
.header-top-right .header-info li {
  border-left: 1px solid white;
}
.header-top-right .header-info li::before {
  content: "";
  height: 100%;
  width: 1px;
  background-color: rgba(255, 255, 255, 0.1);
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
}
.header-top-bar {
  background-color: #000000;
}
.header-top .header-info li a {
  color: #ffffff;
}
.header-top .header-info li.social-icon a:hover i {
  color: #90c34c;
}
.icon-phone:before {
  color: #90c34c;
}
.icon-envelope:before {
  color: #90c34c;
}
.header-top-right .header-info li a {
  font-weight: 700;
}

.header-top .header-info li:after {
  background-color: rgb(255 255 255);
  content: none;
}
.header-top .header-info li {
  border-right: 1px solid #ffffff;
}
@media only screen and (min-width: 767px) {
  .mg-lr {
    margin-left: 5%;
    margin-right: 5%;
  }
}
div {
  scroll-margin-top: 120px;
}

.centered-table {
  width: auto !important;
  text-align: center;
}
.centered-table thead th {
  padding: 0.5rem 1.5rem;
}
.obj-list li {
  color: black;
}
.header-top .header-info li.social-icon a:hover i {
  color: #90c34c !important;
}
.single-star {
  color: green;
  font-weight: 500;
}
.mainmenu-nav .mainmenu li ul.mega-menu {
  display: grid;
  grid-template-columns: repeat(4, 1fr) !important;
  pointer-events: none;
}
/* .mainmenu-nav .mainmenu li ul.mega-menu {
  min-width: 1327px !important;
} */
.centered-align-table {
  text-align: center;
}
table thead th {
  font-weight: 700;
  border: 1px solid #dee2e6 !important;
}
.img-chart1 {
  margin-top: 20px;
  margin-bottom: 20px;
}
.img-chart-border {
  border: 2px solid black;
  padding: 10px;
  border-radius: 1%;
}
@media only screen and (min-width: 767px) {
  .mainmenu-nav .mainmenu li ul.mega-menu {
    min-width: 100vw !important;
    margin-left: 2vw !important;
  }
  .faq-page-nav .nav-tabs {
    padding-left: 30px;
    padding-right: 30px;
  }
  .faq-page-nav {
    padding-right: 0px;
    padding-left: 0px;
  }
  .ql-sidebar {
    margin-right: 5vw;
  }
}

.ql-sidebar {
  background-color: var(--color-white);
  background-color: #fcfff7;
  box-shadow: 0px 10px 50px 0px rgba(26, 46, 85, 0.07);
  border-radius: 5px;
  padding: 35px 30px;
  padding: 30px 30px;
  padding-bottom: 25px;
  text-align: left;
}
.ql-sidebar .widget-title {
  color: #90c34c;
}
.ql-sidebar .widget-title {
  margin-bottom: 10px;
}
.ql-sidebar h6 {
  margin-bottom: 14px;
}
.ql-sidebar ul {
  margin-bottom: 0px;
  padding-left: 0px !important;
}
.ql-sidebar ul li a {
  color: #000000;
}
ul li a:hover {
  color: var(--color-primary) !important;
}
@media only screen and (max-width: 767px) {
  .faq-page-nav {
    padding-left: 0px;
    padding-right: 0px;
  }
  .rating-details-page-row {
    padding-left: 0%;
    padding-right: 0%;
  }
}
.link-popup {
  display: flex;
}
.mt-footer {
  margin-bottom: 20px;
}
.edu-footer .footer-top {
  padding: 60px 0 60px !important;
}
.edu-footer .logo-igbc {
  max-width: 60px;
}
@media only screen and (min-width: 767px) {
  .edu-footer .logo-igbc {
    left: 30px;
    position: relative;
  }
}

@media only screen and (min-width: 1200px) {
  .hero-banner.hero-style-9 .shape-group li.shape-6 {
    right: 42.5%;
    bottom: 23.5%;
  }
  .hero-banner.hero-style-9 .shape-group li.shape-5 {
    right: 38.5%;
    bottom: 21.6%;
    z-index: 1;
  }
  .mainmenu-nav .mainmenu > li > a {
    padding: 0 10px !important;
  }
  .mainmenu-nav .mainmenu > li > a {
    color: var(--color-heading);
    font-size: 13px !important;
    font-weight: 600;
    padding: 0 26px;
    display: block;
    height: 90px;
    line-height: 94px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .mainmenu-nav .mainmenu li.has-droupdown > a::after {
    right: 9px !important;
  }
  .container {
    max-width: 91% !important;
  }
  .mainmenu-nav .mainmenu li ul.mega-menu {
    min-width: 100vw !important;
    margin-left: 19vw !important;
  }

  .hero-banner.hero-style-9 .hero-slider-bg-controls .slide-prev {
    right: -10%;
    top: 0;
  }

  .hero-banner.hero-style-9 .hero-slider-bg-controls .slide-next {
    right: 41%;
    top: -69px;
  }
  .banner-btn a.edu-btn {
    text-align: center;
    border-radius: 5px;
    display: inline-block;
    height: 51px;
    line-height: 52px;
    color: var(--edu-btn-color);
    background: var(--color-primary);
    padding: 0 19px;
    font-size: 14px;
  }
  .hero-banner.hero-style-9
    .slider
    .health-slider-content
    .swiper-slide
    .inner
    .title {
    font-size: 35px;
  }

  .hero-banner.hero-style-9 .hero-slider-bg-controls .slide-prev,
  .hero-banner.hero-style-9 .hero-slider-bg-controls .slide-next {
    width: 50px !important;

    margin-right: 6px;
  }
  .hero-banner.hero-style-9 .hero-slider-bg-controls .swiper-slide-controls {
    height: 50px;
    line-height: 54px;
    background-color: #90c34c;
  }
  .hero-banner.hero-style-9 .hero-slider-bg-controls .swiper-slide-controls i {
    line-height: 49px;
  }
  .mainmenu-nav .mainmenu li ul.mega-menu {
    max-width: 100vw;
    min-width: 99vw !important;
    margin-left: -13vw !important;
  }
}
@media (max-width: 1350px) {
  .mainmenu-nav .mainmenu li ul.mega-menu {
    left: -43px !important;
  }
}
@media (max-width: 1400px) {
  .hero-banner.hero-style-9 .hero-slider-bg-controls {
    display: flow-root;
  }

  .hero-banner.hero-style-9 .hero-slider-bg-controls .slide-prev {
    right: -3%;
    top: 0;
  }

  .hero-banner.hero-style-9 .hero-slider-bg-controls .slide-next {
    right: 48%;
    top: -69px;
  }
}
.hero-banner.hero-style-9 .shape-group li.shape-3 {
  display: none;
}
@media only screen and (min-width: 767px) {
  .hero-banner.hero-style-9 .slider .health-slider-main {
    width: calc(44vw + 80px);
    height: calc(80vh - 150px);
    overflow: hidden;
    margin: 0;
    position: absolute;
    left: calc(60% - 80px);
    top: 0px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1450px) {
  .hero-banner.hero-style-9 .slider .container {
    padding-top: 30px;
  }
}

.cal-icn svg {
  color: #90c34c;
  margin-right: 10px !important ;
}
.ml-0 {
  margin-left: 0px !important;
}
.date-event {
  padding-top: 10px !important;
}
.features-box .icon {
  height: 60px;
  width: 60px;
}
@media only screen and (min-width: 1200px) {
  .stats-hmp1 {
    top: -10px;
    position: relative;
  }
  .features-box.features-style-2 {
    padding-left: 10px;
  }
}
@media only screen and (min-width: 767px) {
  .mainmenu-nav .mainmenu li ul.mega-menu {
    display: grid;
    grid-template-columns: repeat(5, 1fr) !important;
    pointer-events: none;
  }

  .mainmenu-nav .mainmenu li.has-droupdown .submenu li a {
    font-size: 12px;
    font-weight: 600;
    padding: 1px 5px;
    display: block;
    color: var(--color-heading);
  }
  .mainmenu-nav .mainmenu li.has-droupdown .submenu {
    min-width: 250px;
  }
}
li.has-droupdown .menu-title {
  color: #90c34c;
}
.mainmenu-nav .mainmenu li ul.mega-menu .menu-title {
  padding-left: 0px;

  text-align: center;
}

.mainmenu-nav .mainmenu li.has-droupdown:hover > .submenu {
  opacity: 1;
  visibility: visible;
  top: 0%;
  pointer-events: auto;
  left: 250px;
  display: grid;
  grid-template-columns: auto auto;
  padding-top: 0px;
  padding-bottom: 0px;
}
.submenu.mega-sub-menu-01 li {
  border-bottom: 1px solid black;
}

.submenu.mega-sub-menu-01 li {
  border-bottom: 1px solid #90c34c5e;
  border-right: 1px solid #90c34c5e;
  min-width: 250px;
  padding-top: 10px;
  padding-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .drop-m {
    display: none;
  }
  .has-droupdown:hover ul.rating-sys-menu {
    display: block;
  }
}

/* .mainmenu-nav .mainmenu li ul.drop-m {
  min-width: 1170px;
  height: auto;
  position: absolute;
  top: 90%;
  left: -324px;
  padding: 70px 0;
  z-index: 10;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background-color: var(--color-white);
  box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.08);
  display: block !important;
  pointer-events: none;
  grid-template-columns: repeat(3, 1fr);
} */

.mainmenu-nav .mainmenu li ul.drop-m {
  /* display: block; */
  min-width: 200px;
  height: auto;
  position: absolute;
  top: 90%;
  left: 10px;
  padding: 10px 20px 10px 10px;
  /* z-index: 10; */
  /* opacity: 1; */
  /* visibility: visible; */
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background-color: var(--color-white);
  box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.08);
  padding: 0px;
  /* display: grid; */
  /* pointer-events: none; */
  /* grid-template-columns: repeat(3, 1fr); */
}
.rating-sys-menu li {
  border-bottom: 1px solid #90c34c5e;
  border-right: 1px solid #90c34c5e;
  min-width: 250px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
}

li.has-droupdown .menu-title {
  color: black;
  /* padding-bottom: 0px; */
  margin-bottom: 0px;
  font-size: 14px;
  font-weight: 500;
}

.mainmenu-nav .mainmenu .rating-sys-menu li.has-droupdown > h6::after {
  position: absolute;
  content: "\e91e";
  font-family: "icomoon";
  right: 18px;
  top: 20px;
  font-size: 6px;
  font-weight: 400;
}
@media screen and (min-width: 767px) {
  .rating-drop:hover .drop-m {
    display: block !important;
  }
}

.img1-abt {
  width: 390px;
  height: auto;
}
.img2-abt {
  width: 230px;
  height: auto;
}

.th-img img {
  width: 240px !important;
  height: 170px !important;
}
.prod-img img {
  min-height: 200px;
}

.prod-img img {
  min-height: 270px;
  min-width: 270px;

  max-height: 270px;
  max-width: 270px;
}

@media only screen and (max-width: 767px) {
  .hero-banner.hero-style-9 .slider {
    margin-bottom: 10px;
  }
  .hero-banner.hero-style-9 .slider .container {
    padding-top: 20px;
  }
  .hero-banner.hero-style-9 .hero-slider-bg-controls .slide-prev {
    right: -3%;
    top: -69px;
  }
  .hero-banner.hero-style-9 .hero-slider-bg-controls .slide-next {
    right: -66vw;
    top: -69px;
  }
}
@media only screen and (min-width: 402px) and (max-width: 500px) {
  .hero-banner.hero-style-9 .hero-slider-bg-controls .slide-next {
    right: -66vw;
    top: -136px;
  }
  .hero-banner.hero-style-9 .hero-slider-bg-controls .slide-prev {
    right: -3%;
    top: -136px;
  }
}
@media only screen and (min-width: 370px) and (max-width: 410px) {
  .hero-banner.hero-style-9 .hero-slider-bg-controls .slide-next {
    right: -63vw;
    top: -100px;
  }
  .hero-banner.hero-style-9 .hero-slider-bg-controls .slide-prev {
    right: -3%;
    top: -100px;
  }
}

@media only screen and (max-width: 369px) {
  .hero-banner.hero-style-9 .hero-slider-bg-controls .slide-next {
    right: -63vw;
    top: 0px;
  }
  .hero-banner.hero-style-9 .hero-slider-bg-controls .slide-prev {
    right: -3%;
    top: 0px;
  }
}
@media only screen and (max-width: 767px) {
  .hero-banner.hero-style-9 .hero-slider-bg-controls {
    display: none;
  }
  .th-img img {
    width: 100% !important;
    /* height: auto !important; */
  }

  .hero-banner.hero-style-9 .slider .health-slider-main .slide-image {
    width: 100%;
    height: 100%;
    display: inline-block;
    background-position: center !important;
    background-size: contain !important;
    max-height: 220px;
    background-repeat: no-repeat !important;
  }

  .hero-banner.hero-style-9 .slider .health-slider-main {
    height: calc(34vh - 98px);
  }
  .mob-pad-sec {
    padding-top: 30px !important;
  }

  .mob-pad-set-achievements {
    padding-top: 0px !important;
    padding-bottom: 30px !important;
  }
  .center-mob {
    text-align: center !important;
  }

  .counterup-area-7 .counterup-content {
    padding-right: 0px;
    padding-top: 0px;
  }
  .mb0-mob {
    margin-bottom: 0px !important;
  }
  .mt30-mob {
    margin-top: 30px;
  }

  .testimonial-slide .content {
    padding: 5px 5px 5px 5px !important;

    padding: 0px !important;
    background: #e9f2f2 !important;
  }
  .prod-img img {
    border: 3px solid black;
  }
}
.prod-img img {
  border: 3px solid black;
}
.testimonial-slide .title {
  color: #589a00;
}

@media only screen and (min-width: 767px) {
  /* .mainmenu-nav .mainmenu > li > a {
    font-size: 13px !important;
  } */
  .mainmenu-nav .mainmenu > li {
    padding: 0px;
  }
}
.left-aln {
  text-align: left !important;
}

.card-contact1 .thumbnail {
  /* display: inline-block;
  position: relative; */
  margin-bottom: 0px;
}
.sub-sm-head {
  font-size: 12px;
}
.grn-col {
  color: #68b404;
}
.blue-col {
  color: #039ec5;
}
.mb12 {
  margin-bottom: 12px;
}

.card-contact1 .sub-sm-head {
  min-height: 58.31px;
}

.msn-agn-icns {
  color: #589a00;
  font-size: 50px;
}

.obj-list li {
  display: list-item;
}

li {
  display: list-item !important;
}
.icon-note-list:before {
  content: "\e900";
}
.box1c {
  /* background: aliceblue; */
  /* background: #f0f8fa; */
  /* box-shadow: 1px 1px 4px 1px #90c34c; */
  /* margin-right: 10px; */
  /* background: #f0f8fa; */
  box-shadow: 1px 1px 1px 1px #90c34c;
  /* margin-right: 10px; */
  padding: 10px;
}
.inner-box1c {
  padding: 10px;
}

.box1cmr {
  margin-bottom: 10px;
}
.box1c .title {
  margin-bottom: 0px;
}
.zone-margin-chapter .lessmargin {
  margin-bottom: 10px;
}

.two-lineh5 {
  min-height: 52.39px;
}
.desig-cc {
  color: #00b6e3;
}
@media only screen and (max-width: 767px) {
  .hide-br-mob {
    display: none;
  }
  .two-lineh5 {
    min-height: max-content;
  }
  .prod-section .swiper-pagination {
    bottom: -60px;
  }
}
@media only screen and (min-width: 767px) {
  .achievemnt-img-shape img {
    max-width: 61%;
  }
  .achievemnt-img-shape {
    top: -77px !important;
    left: -45px !important;
    z-index: 1;
  }
  .achievemnet-box-wrap {
    padding: 0px !important;
  }
  .achvmnt-section {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
    margin-top: 20px;
  }
  .prod-section .swiper-pagination {
    bottom: -45px;
  }
  .testimonial-slide .content {
    background: #e9f2f2 !important;
  }
}

.tile-wrapper .nav-item .tile-btn.active,
.tile-wrapper .nav-item .tile-btn:hover {
  color: var(--color-primary);
  color: black;
  background: beige !important;
}
.tile-wrapper .nav-item .tile-btn {
  padding: 6px !important;
  padding-top: 6px !important;
  padding-bottom: 1px !important;
  /* background: #e6faff99 !important; */
  background: #d2f1fb99 !important;
  background: #b8d4dd99 !important;
  color: black !important;
  box-shadow: 1px 1px 1px 1px grey;
  box-shadow: 1px 1px 1px 1px #9ab4bb;
  margin-bottom: 10px;
}
.zone-tab-content .course-tab-content {
  margin-top: 30px !important;
}

.sec-secrt {
  margin-top: 30px;
}

.contact-icns a {
  margin-left: 10px !important;
}
.contact-icns {
  display: inline-block;
  color: #00b6e3;
}

.contact-details-zones-sec .lessmargin {
  margin-bottom: 5px;
}
.contact-details-zones-sec .boldhead {
  margin-bottom: 0px;
}
.contact-icns a {
  color: black;
  margin-left: 10px !important;
  font-size: 14px;
}
.semi-circle-topleft {
  top: -80px;
  position: relative;
  left: -37px;
  color: green;
  /* width: 19px; */
  font-size: 39px;
  display: block;
  max-width: fit-content;
  max-height: 0px;
}
.semi-circle-topleft {
  top: -53px;
  position: relative;
  left: -39px;
  color: green;
  /* width: 19px; */
  font-size: 39px;
  display: block;
  max-width: fit-content;
  max-height: 0px;
}
.card-contact1 {
  padding: 30px 30px 15px;
}
.flex-disp {
  display: flex;
}
.chap-icons-sec {
  padding-top: 10px;
}
.chap-icons-sec .content {
  margin-left: 13px;
}
.chap-icons-sec .obj-list {
  margin-left: -3px;
}
.ap-main-sec.about-style-7 .about-image-gallery {
  position: relative;
  padding: 30px 0 0 0px;
}
.ap-main-sec.about-style-7 .section-title {
  margin-bottom: 0px;
}
.ap-main-sec.about-style-7 .about-image-gallery .main-img-2 {
  position: absolute;
  right: 0;
  top: -53px;
}
.ap-main-sec.about-style-7 .about-image-gallery .shape-group li.shape-3 {
  bottom: -30px;
  right: -10px;
}
.ap-main-sec.about-style-7 .about-image-gallery .shape-group li.shape-3 {
  bottom: -13px;
  right: -60px;
}
.custom-ap-shape3 img {
  max-width: 80%;
}

.ap-main-sec.about-style-7 .about-content {
  padding-right: 0px;
  padding-left: 0;
}
.table-card thead {
  background: #a9cf77;
}
.table-card.card {
  box-shadow: 0px 0px 1px 0px rgb(144 195 76);
  background: #f1f9f9;
  background: whitesmoke;
  border-radius: 5px;
  border: 1px solid #90c34c;
}
.table-card table {
  margin-bottom: 0px;
  background: #f1f9f9;
}
.table-card tr:hover {
  background-color: yellow;
}
.table-card thead tr:hover {
  background-color: transparent;
}

.table-card tbody,
td,
tfoot,
th,
thead,
tr {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-color: #90c34c !important;
}

.table-card .asterisk-list {
  margin-left: 15px;
  margin-right: 15px;
  margin-top: 0px;
  margin-bottom: 0px;
}
.table-card .table > :not(:last-child) > :last-child > * {
  border-bottom-color: currentColor;
  border: 1px solid #170a0a !important;
  border: 2px solid bla !important;
}
.table-card.card {
  box-shadow: 0px 0px 1px 0px rgb(144 195 76);
  background: #f8f9f6;
  background: whitesmoke;
  border-radius: 5px;
  border: 1px solid #90c34c;
}
.table-card.card table thead tr > :first-child {
  border-left: 0px !important;
}
th.bl {
  border-left: 0px solid black !important;
}
th.br {
  border-right: 0px solid black !important;
}
.blue-bold b {
  color: #0bc6e3;
  font-weight: 600;
}
/* .list-card {
  background: whitesmoke;
} */

/* .table-card .features-list {
  margin-left: 15px;
  margin-right: 15px;
  margin-top: 0px;
  margin-bottom: 0px;
  font-weight: normal;
} */
/* .table-card .features-list li{
  box-shadow: 1px 1px 1px 1px #90c34c
    background: white;
} */
.reg-li li {
  box-shadow: 1px 1px 1px 1px #e2d9d9;
  padding: 10px;
  padding-bottom: 5px;
  padding-top: 5px;
}
.list-card {
  box-shadow: 0 0px 10px 0 rgb(34 41 47 / 10%);
  /* background: #f9f9f9; */
  font-weight: 400;
}
.reg-li li {
  box-shadow: 1px 1px 1px 1px #90c34c;
  padding: 10px;
  padding-bottom: 5px;
  padding-top: 5px;
  /* background: aliceblue; */
  border-radius: 3px;
}
.reg-li {
  list-style-type: disc;
}
.list-card .sub-titlelist {
  margin-left: 10px;
  color: green;
  margin-bottom: 0px;
}
.mb5 {
  margin-bottom: 5px;
}
.alpha-li {
  list-style-type: lower-alpha;
}
.blue-bullets li::marker {
  color: #00b6e3;
}
h6.lessmargin.blue-col {
  color: #00b6e3;
}
.section-ul li {
  font-weight: 500;
  color: green;
}
#sections .accordion-item .accordion-button.collapsed {
  background-color: var(--color-primary);
  color: white;
}
.card-c2 .thumbnail {
  margin-bottom: 0px !important;
}

.card-c2 {
  padding: 30px 30px 15px !important;
  background: antiquewhite !important;
  background: #f8f3ee !important;
}

.card-c2 .contact-icns a {
  color: rgb(53 63 53);
  color: green;
  margin-left: 10px !important;
  font-size: 14px;
  font-weight: 600;
}
.reg-li li {
  background: antiquewhite;
}
.reg-card {
  background: #ebf0f2;
}
.exam-sec a {
  color: #000000;
}

.exam-sec {
  background: aliceblue;
}

#sections.faq-accordion .accordion-item .accordion-button.collapsed:before {
  color: white;
}
.color-blue1 {
  color: #00b6e3;
}
/*chart*/
/* RESET STYLES & HELPER CLASSES
–––––––––––––––––––––––––––––––––––––––––––––––––– */
:root {
  --level-1: #8dccad;
  --level-2: #f5cc7f;
  --level-3: #7b9fe0;
  --level-4: #f27c8d;
  --black: black;
}

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

ol {
  list-style: none;
}

/* body {
  margin: 50px 0 100px;
  text-align: left;
  font-family: "Inter", sans-serif;
} */

.container {
  max-width: 1000px;
  padding: 0 10px;
  margin: 0 auto;
}

.rectangle {
  position: relative;
  padding: 20px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
  border-radius: 50px;
}

/* LEVEL-1 STYLES
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.level-1 {
  width: 50%;
  margin: 0 auto 40px;
  background: var(--level-1);
}

.level-1::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 2px;
  height: 20px;
  background: var(--black);
}

/* LEVEL-2 STYLES
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.level-2-wrapper {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.level-2-wrapper::before {
  content: "";
  position: absolute;
  top: -20px;
  left: 25%;
  width: 50%;
  height: 2px;
  background: var(--black);
}

.level-2-wrapper::after {
  display: none;
  content: "";
  position: absolute;
  left: -20px;
  bottom: -20px;
  width: calc(100% + 20px);
  height: 2px;
  background: var(--black);
}

.level-2-wrapper li {
  position: relative;
}

.level-2-wrapper > li::before {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 2px;
  height: 20px;
  background: var(--black);
}

.level-2 {
  width: 70%;
  margin: 0 auto 40px;
  background: var(--level-2);
}

.level-2::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 2px;
  height: 20px;
  background: var(--black);
}

.level-2::after {
  display: none;
  content: "";
  position: absolute;
  top: 50%;
  left: 0%;
  transform: translate(-100%, -50%);
  width: 20px;
  height: 2px;
  background: var(--black);
}

/* LEVEL-3 STYLES
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.level-3-wrapper {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 20px;
  width: 90%;
  margin: 0 auto;
}

.level-3-wrapper::before {
  content: "";
  position: absolute;
  top: -20px;
  left: calc(25% - 5px);
  width: calc(50% + 10px);
  height: 2px;
  background: var(--black);
}

.level-3-wrapper > li::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -100%);
  width: 2px;
  height: 20px;
  background: var(--black);
}

.level-3 {
  margin-bottom: 20px;
  background: var(--level-3);
}

/* LEVEL-4 STYLES
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.level-4-wrapper {
  position: relative;
  width: 80%;
  margin-left: auto;
}

.level-4-wrapper::before {
  content: "";
  position: absolute;
  top: -20px;
  left: -20px;
  width: 2px;
  height: calc(100% + 20px);
  background: var(--black);
}

.level-4-wrapper li + li {
  margin-top: 20px;
}

.level-4 {
  font-weight: normal;
  background: var(--level-4);
}

.level-4::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0%;
  transform: translate(-100%, -50%);
  width: 20px;
  height: 2px;
  background: var(--black);
}

/* MQ STYLES
–––––––––––––––––––––––––––––––––––––––––––––––––– */
@media screen and (max-width: 700px) {
  .rectangle {
    padding: 20px 10px;
  }

  .level-1,
  .level-2 {
    width: 100%;
  }

  .level-1 {
    margin-bottom: 20px;
  }

  .level-1::before,
  .level-2-wrapper > li::before {
    display: none;
  }

  .level-2-wrapper,
  .level-2-wrapper::after,
  .level-2::after {
    display: block;
  }

  .level-2-wrapper {
    width: 90%;
    margin-left: 10%;
  }

  .level-2-wrapper::before {
    left: -20px;
    width: 2px;
    height: calc(100% + 40px);
  }

  .level-2-wrapper > li:not(:first-child) {
    margin-top: 50px;
  }
}

/* FOOTER
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.page-footer {
  position: fixed;
  right: 0;
  bottom: 20px;
  display: flex;
  align-items: center;
  padding: 5px;
}

.page-footer a {
  margin-left: 4px;
}
li {
  border-radius: 5px;
}
/*chart end*/
.flowchart-ap h1,
.flowchart-ap h2 {
  font-size: 14px;
}
.level-2-wrapper {
  position: relative;
  display: block;
}
.level-2-wrapper > li::before {
  left: 49.2%;
}
.level-2-wrapper::before {
  font-size: 24px;
  content: ">";
  position: absolute;
  top: -9px;
  left: 50.8%;
  width: max-content;
  height: 9px;
  background: none;
  transform: rotate(90deg);
  color: black;
}
.level-2::before {
  left: 48.9%;
}
.level-3-wrapper > li::before {
  content: ">";
  position: absolute;
  top: 9px;
  left: 24.5%;
  transform: translate(-50%, -100%);
  width: 2px;
  height: 29px;

  transform: rotate(90deg);
}
.level-3-wrapper > li.rt-li::before {
  content: ">";
  position: absolute;
  top: 9px;
  left: 75.5%;
  transform: translate(-50%, -100%);
  width: 2px;
  height: 29px;
  transform: rotate(90deg);
}
.icon-arrow-down2:before {
  content: "\ea3e";
}
.level-3-wrapper > li::before {
  content: "/f063";
  position: absolute;
  font-family: "Font Awesome 6 Free";
  top: 9px;
  left: 24.5%;
  transform: translate(-50%, -100%);
  width: 2px;
  height: 29px;
  /* transform: rotate(90deg); */
  /* font-family: "Font"; */
}
.arrow-3-l {
  width: auto;
  height: 41px;
  left: 21.5%;
  position: absolute;
  top: -27px;
}
.level-3-wrapper > li::before {
  display: none;
}
.arrow-3-l1 {
  width: auto;
  height: 41px;
  right: 21.5%;
  position: absolute;
  top: -27px;
}
.arrow-1-l {
  width: 21px;
  height: auto;
  right: 234.5px;
  position: absolute;
  top: -21px;
}
.arrow-1-l {
  width: auto;
  height: 44px !important;
  left: 20.5%;
  position: absolute;
  top: -43px;
  text-align: center;
  margin: auto;
}

.level-2-wrapper::before {
  display: none;
}
.level-2-wrapper > li::before {
  display: none;
}

.level-2::before {
  display: none;
}
.lb1 {
  width: auto;
}
.level-2.lb1::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 48.5%;
  transform: translateX(-50%);
  width: 2px;
  height: 20px;
  background: var(--black);
  display: block;
}
.level-1::before {
  display: none;
}
.arrow-1-l {
  width: auto;
  height: 59px !important;
  /* left: 38.5%; */
  left: 27.5%;
  position: absolute;
  top: -48px;
  text-align: center;
  margin: auto;
}
.flowchart-ap {
  text-align: center;
}
.level-3 {
  font-size: 14px;
}
.abt-subhead h6 {
  color: green;
  margin-bottom: 1px;
}

.feature-area-5-title h5.title {
  min-height: 60px;
  font-size: 14px;
}
.tech-bultn.features-area-5 .features-box .content {
  background-color: var(--color-white);
  box-shadow: var(--shadow-darker);
  padding: 70px 30px 5px 30px;
  border-radius: 5px;
}
.grn-habitat .why-choose-content .features-list .features-box .content .title {
  margin-bottom: 6px;
  font-size: 14px;
  margin-top: 7px;
  color: #00b6e3;
  min-height: 60px;
}
.grn-habitat .features-box .icon {
  height: 50px;
  width: 50px;
}
.grn-habitat
  .why-choose-content
  .features-list
  .features-box.color-secondary-style
  .icon {
  border: 2px solid rgb(144 195 76);
  margin-right: 14px;
}
.grn-habitat
  .why-choose-content
  .features-list
  .features-box.color-secondary-style:hover
  .icon {
  background-color: #ffffff;
}

.grn-habitat .why-choose-content .features-list .features-box {
  padding: 0;
  background-color: transparent;
  box-shadow: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  text-align: left;
  margin-bottom: 5px;
}

.news-updates .why-choose-content .features-list .features-box .content .title {
  margin-bottom: 6px;
  font-size: 14px;
  margin-top: 7px;
  color: black;
  min-height: 41px;
}

.news-updates .why-choose-content .features-list .features-box {
  padding: 10px;
  background-color: #fdfffa;
  box-shadow: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  text-align: left;
  box-shadow: 1px 1px 1px 1px green;
  margin-bottom: 12px;
}

.grn-habtat-col {
  box-shadow: 1px 1px 1px 1px green;
  padding-top: 20px;
  background: #f7f7f7;
  margin-top: 10px;
}
.features-area-5.tech-bultn .features-box .icon {
  width: 90px;
  height: 90px;
  margin: 0 auto -50px;
  border: 7px solid #70c500;
  border: 7px solid #c1c1c1;
  border: 7px solid white;
  box-shadow: var(--shadow-darker4);
}
.features-area-5.tech-bultn .features-box .icon img {
  height: 50px !important;
  width: 50px !important;
}
.grn-habtat-col {
  position: relative;
  left: 10px;
}

ul li,
p {
  color: black;
}

.course-feature-li.ul {
  padding-left: 0px;
}
.news-updates.key-focus-edu
  .why-choose-content
  .features-list
  .features-box
  .content
  .title {
  margin-bottom: 0px;
  font-size: 14px;
  margin-top: 0px;
  color: black;
  min-height: 27px;
  position: relative;
  top: 8.7px;
}
.key-focus-edu .features-box .icon {
  height: 33px;
  width: 33px;
}
@media screen and (min-width: 767px) {
  .key-focus-edu .why-choose-content .features-list .features-box {
    width: 79%;
  }
}

.edu-elgi .why-choose-content .features-list .features-box .content .title {
  margin-bottom: 0px;
  font-size: 15px;
  margin-top: 14px;
  color: #578f00;
  min-height: 18px;
}
.edu-elgi ul {
  margin-bottom: 0px;
}

.key-focus-edu img.icon-81 {
  height: 22px;
  width: 22px;
}
.key-focus-edu .why-choose-content .features-list .features-box {
  /* padding: 2px; */
  padding: 6px;

  background-color: #fdfffa;
  box-shadow: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  text-align: left;
  box-shadow: 1px 1px 1px 1px green;
  margin-bottom: 12px;
}
.benefits-edu .why-choose-content .features-list .features-box {
  width: 96%;
}
.para-box {
  box-shadow: 1px 1px 1px 1px green;
  box-shadow: 1px 1px 1px 1px #e7e7e7;
  padding: 10px;
  background: #f9fbfc;
}
.grn-col-h {
  color: #578f00 !important;
}
.cta-box {
  /* border: 1px solid grey; */
  padding: 10px;
  background: antiquewhite;
  box-shadow: 1px 1px 1px 1px darkgrey;
}
.fs16 {
  font-size: 16px;
  font-weight: 500;
}
.fs14 {
  font-size: 14px;
  color: #4b7a0b;
  font-weight: 500;
}
.blue-anch {
  color: #28b6e7;
}
.blue-box {
  box-shadow: 5px 1px 1px 1px #add9e3;
  padding: 10px;
  /* background: limegreen; */
}

.imgs-datacenter {
  margin: auto;
  box-shadow: 3px 2px 3px 0px #90c34c;
  padding: 10px;
}
.img-datacenter1 img {
  width: 80px;
}
.img-datacenter2 img {
  width: auto;
}
.img-datacenter3 img {
  width: auto;
}
.img-datacenter1 {
  margin: auto;
  text-align: center;
}
.img-datacenter2 {
  margin: auto;
  text-align: center;
}
.img-datacenter3 {
  margin: auto;
  text-align: center;
}

/*table des*/

@import url("https://fonts.googleapis.com/css2?family=PT+Sans:wght@700&family=Poppins:wght@600&display=swap");

.table-emp * {
  box-sizing: border-box;
}

.table-emp body {
  background-color: #d9ecf2;
  font-family: "Poppins", sans-serif;
  color: #666;
}

.table-emp .h2 {
  color: #444;
  font-family: "PT Sans", sans-serif;
}

.table-emp thead {
  font-family: "Poppins", sans-serif;
  font-weight: bolder;
  font-size: 20px;
  color: #666;
}

.table-emp img {
  width: 40px;
  height: 40px;
}

.table-emp .name {
  display: inline-block;
}

.table-emp .bg-blue {
  background-color: #ebf5fb;
  border-radius: 8px;
}

.table-emp .fa-check,
.table-emp .fa-minus {
  color: blue;
}

.table-emp .bg-blue:hover {
  background-color: #3e64ff;
  color: #eee;
  cursor: pointer;
}

.table-emp .bg-blue:hover .fa-check,
.table-emp .bg-blue:hover .fa-minus {
  background-color: #3e64ff;
  color: #eee;
}

.table-emp .table thead th,
.table-emp .table td {
  border: none;
}

.table-emp .table tbody td:first-child {
  border-bottom-left-radius: 10px;
  border-top-left-radius: 10px;
}

.table-emp .table tbody td:last-child {
  border-bottom-right-radius: 10px;
  border-top-right-radius: 10px;
}

.table-emp #spacing-row {
  height: 10px;
}

@media (max-width: 575px) {
  .table-emp .container {
    width: 125%;
    padding: 20px 10px;
  }
}

.circle {
  display: inline-block;
  background-color: #00d53b;
  margin: 0px;
  border-radius: 50%;
  margin-right: 6px;
}

.circle-inner {
  color: white;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  text-decoration: none;
  height: 35px;
  width: 35px;
  font-size: 18px;
}

.table-emp .name {
  vertical-align: middle;
  top: -13px;
  position: relative;
}

.first-col-emp {
  width: 35%;
}
.table-emp .bg-blue:hover .circle {
  background-color: #00b6e3;
}
.table-emp .bg-blue:hover {
  background-color: #90c34c;
}
.tr-mid-head {
  text-align: center;
}
.tr-mid-head td {
  font-weight: 500;
  color: #1ba5ce !important;
  font-size: larger;
  background: #eeeae4;
  border-radius: 24px;
}
/* tab end */
.datacenter-th {
  text-align: center;
  color: #00b6e3;
  background: #f5eee5 !important;
}
.datacenter-th1 {
  border-right: 1px solid #241d1d !important;
}
.datacenter-th2 {
  background: #039ec5;
  color: white;
  text-align: center;
}
.datacenter-th2 {
  background: white;
  color: white;
  text-align: center;
  border: none;
  border: white !important;
  padding: 0px !important;
}
.gal-container {
  padding: 0px;
}
.caption-img {
  font-size: 14px;
  /* font-size: small; */
}
.edu-course .content .title span,
.edu-course1 .content .title span {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.event-download-btn {
  height: 40px;
  line-height: 40px;
  padding: 0px !important;
  font-size: 14px;
  width: 100%;
}
.pad-lt2 {
  padding-left: 10px;
}

.download-link-head {
  text-align: center;
  color: #4b7a0b;
  font-weight: 500;
}

.download-link-head .f-link {
  margin-right: 5px;
}

.gal-activities .thumbnail img {
  min-height: 168.8px;
}
.gal-activities .edu-course.course-style-3 .content .course-level,
.gal-activities .edu-course1.course-style-3 .content .course-level {
  font-weight: 600;
  color: #000000;
  background-color: rgb(161 213 92 / 21%);

  margin-bottom: 17px;
}
.gal-activities a.event-download-btn {
  background: #00b6e3;
  /* color: black; */
  font-weight: 500;
}
.gal-activities {
  padding-top: 30px;
  padding-bottom: 30px;
}
.gal-activities {
  background-color: #90c34c40;
  border-radius: 10px;
  box-shadow: 1px 1px 1px 1px #00b6e3;
}
.centered-caption {
  text-align: center;
}
.centered-para {
  text-align: center;
}

.inner-head {
  border-radius: 10px;
  text-align: center;
  font-size: 20px;
  color: #4b7a0b;
  background: #fbffff;
}
.inner-head {
  border-radius: 10px;
  text-align: center;
  font-size: 20px;
  box-shadow: 1px 1px 1px 1px #00b6e3;
  color: #4b7a0b;
  background: #fbffff;
  width: auto;
  padding-left: 10px;
  padding-right: 10px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0px;
}
.gal-activities .list-head {
  font-weight: 600;
  color: #000000;
  background-color: rgb(161 213 92 / 21%);

  text-align: center;
  margin-bottom: 17px;
}

.flex-col2-layout {
  display: flex;
  column-gap: 10px;
}
/* .image-full-width img {
  width: -webkit-fill-available;
} */
.img-full-width img {
  width: -webkit-fill-available;
  height: 200px;
}

.edu-course.course-style-3:before,
.edu-course1.course-style-3:before {
  background-color: #ffffff00;
}

.objectives-phase-li
  .key-focus-edu
  .why-choose-content
  .features-list
  .features-box {
  width: 100%;
}
.objectives-phase-li
  .key-focus-edu
  .why-choose-content
  .features-list
  .features-box {
  padding: 10px;

  height: auto;
}

.objectives-phase-li
  .news-updates.key-focus-edu
  .why-choose-content
  .features-list
  .features-box
  .content
  .title {
  top: 0px;
}

.green-card.features-list .features-box {
  padding: 10px;
  background-color: #fdfffa;
  box-shadow: none;

  display: block;
  text-align: left;
  box-shadow: 1px 1px 1px 1px green;
  margin-bottom: 12px;
}

p.grn-fw500 {
  color: green;
  font-weight: 500;
}

.anchor-style {
  color: green;
  background: #00b6e31c;
  padding: 4px;
}
.fs13px {
  font-size: 13px !important;
}
span.black-fw500 {
  color: black;
  font-weight: 500;
}
a.anchor-style:hover {
  color: black;
}

.mb-li-hd {
  margin-bottom: 10px !important;
}

.downloads-sec .title a {
  color: deepskyblue;
  font-weight: 600;
}
.mt-li-hd {
  margin-top: 20px;
}
.downloads-sec .why-choose-content .features-list .features-box {
  width: 100% !important;
}

.other-reports.features-box .content .title {
  top: 2px !important;
  min-height: max-content !important;
}
.other-reports.features-box {
  padding-top: 5px !important;
  padding-bottom: 5px !important;
}

.disp-flex {
  display: grid;
}

.downloads-sec .other-reports .title a {
  margin-top: 4px;
  font-size: 13.5px;
}

/* element.style {
  border-radius: 5px;
  box-shadow: 2px 2px 2px 2px grey;
  padding: 10px;
} */
.anchor-block {
  display: block;
}

img.icon-sm-bullet {
  height: 16px;
  width: 16px;
  top: -2px;
  position: relative;
}
span.grn-text {
  color: green;
}
.contact-sec-datacenter .contact-icns {
  display: block;
}
.addr-icn svg {
  margin-right: 10px;
}

.sub-li li {
  background: #8acab333;
}

.sub-li li {
  background: #ffffffc7 !important;
}
.grn-li-card li {
  background: #8acab333;
}
.ft14px {
  font-size: 14px;
}

.fw600 {
  font-weight: 600;
}

.first-col-emp {
  width: 60%;
}

.table-events img.icon-sm-bullet {
  height: 16px;
  width: 16px;
  top: -1px;
  position: relative;
  margin-right: 10px;
}

table thead th {
  font-weight: 600;
  border: 1px solid #dee2e6 !important;
}
.th-kdates {
  text-align: center;
  color: #151a1b;
  background: #90c34c !important;
}

.card-sm-pad {
  padding: 30px 0px 10px 20px !important;
}

.para-box-white {
  background: white;
}

.grn-card-bg {
  box-shadow: 1px 1px 1px 1px #90c34c;
  padding: 10px;
  padding-bottom: 5px;
  padding-top: 5px;
  /* background: aliceblue; */
  border-radius: 3px;
  background: #8acab333;
}

.width-max-ct {
  width: max-content;
  padding-left: 5px;
  padding-right: 5px;
}
/* .grn-li-card li {
    background: #8acab333;
  } */

.grn-card-bg a {
  font-weight: 500;
  color: #00b6e3;
}

.para-box {
  box-shadow: 1px 1px 1px 1px green;
  box-shadow: 1px 1px 1px 1px #90c34c;
  padding: 10px;
  background: #f9fbfc;
}

.shadow-box-g {
  box-shadow: 1px 1px 1px 1px green;
  box-shadow: 1px 1px 1px 1px #90c34c;
  padding: 10px;
  background: #f9fbfc;
  background: #f0faff;
}

.event-coverage
  .why-choose-content
  .features-list
  .features-box
  .content
  .title {
  margin-bottom: 3px;
  font-size: 14px;
  margin-top: 7px;
  color: black;
  min-height: 14px;
}

.event-coverage .features-box .icon {
  height: 31px;
  width: 31px;
}

.event-coverage .why-choose-content .features-list .features-box {
  padding: 5px;
}

.event-obj .features-box {
  padding: 10px 10px;
}
.event-obj .features-box.color-secondary-style:hover .icon {
  background-color: white;
  color: var(--color-white);
}
.event-obj .icon {
  margin: auto;
}
.event-obj .icon {
  height: 40px;
  width: 40px;
  margin-bottom: 10px;
}
.event-obj .features-box .content .title {
  color: #141516;
  font-size: 16px;
  margin-bottom: 0px;
}

.event-benefits
  .why-choose-content
  .features-list
  .features-box
  .content
  .title {
  margin-bottom: 0px;
  font-size: 14px;
  margin-top: 0px;
  color: black;
  min-height: 14px;
}

.event-benefits .why-choose-content .features-list .features-box {
  padding-bottom: 3px;
}

a.edu-btn1 {
  text-align: center;
  border-radius: 5px;
  display: inline-block;
  height: max-content;
  line-height: 28px;
  color: var(--edu-btn-color);
  background: #00b6e3;
  padding: 5px 20px;
  font-size: 15px;
  font-weight: 600;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  font-family: var(--font-secondary);
  border: 0 none;
  overflow: hidden;
  position: relative;
  z-index: 1;
  margin-left: 10px;
}

.btn-side-text {
  display: inherit;
  align-items: center;
}
.btn1-col {
  color: white;
}

.centered-content {
  background: #e6f8f5;
  width: -webkit-fill-available;
  text-align: center;
  margin: auto;
  justify-content: center;
}

.icon-rt-arrow-btn1 {
  margin-left: 10px;
  font-weight: 400;
  top: 2px;
  position: relative;
}

body {
  overflow: none !important;
}
.faq-page-nav {
  position: sticky;
  top: 100px;
}

section.faq-page-area {
  overflow: initial;
}
.pad-y-min {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}

.about-style-4 .about-image-gallery {
  padding: 20px 0 20px;
  margin-right: 30px;
}

.min-py-set {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}
.grn-bold li b {
  color: green;
}
p.sblue-col {
  color: #0f8dad !important;
}
.h4mb0 {
  margin-bottom: 0px;
}

.grn-bg-li-box li {
  background: #fdfffa !important;
  color: #000000 !important;
}

.reg-event-scan img {
  box-shadow: 6px 7px 1px 1px #00b6e3;
  box-shadow: 4px 5px 1px 1px #00b6e3;
}
.adv-particip .why-choose-content .features-list .features-box {
  width: 100%;
}

.va-mid tr td {
  vertical-align: middle;
}
th.scname {
  width: 25%;
}
th.tcaward {
  width: 18%;
}
.table-event-awards .table > :not(:last-child) > :last-child > * {
  background: #00800073 !important;
  border-bottom-color: currentColor;
  font-size: 18px;
  color: black;
}

.grn-habitat.membership-jn .features-box .icon {
  height: 35px;
  width: 35px;
}
.grn-habitat.membership-jn .features-box .icon img {
  height: 27px;
}

.news-updates.membership-jn .why-choose-content .features-list .features-box {
  padding: 0px;

  padding-left: 6px;

  margin-bottom: 12px;
}

.news-updates.membership-jn
  .why-choose-content
  .features-list
  .features-box
  .content
  .title {
  margin-bottom: 6px;
  font-size: 14px;
  margin-top: 9px;
  color: black;
  min-height: 24px;
}
.grn-habitat.membership-jn
  .features-list
  .features-box.color-secondary-style
  .icon {
  margin-right: 10px;
}

.benefits-membership.key-focus-edu
  .why-choose-content
  .features-list
  .features-box {
  width: 100%;
}

.benefits-membership
  .why-choose-content
  .features-list
  .features-box
  .content
  .title.two-line {
  margin-bottom: 0px;
  font-size: 14px;
  margin-top: 0px;
  color: black;
  min-height: 27px;
  position: relative;
  top: 2.7px;
}

.table-membership1 .table tbody td:first-child {
  padding-left: 20px;
}

.table-membership1 .name {
  vertical-align: middle;
  top: 0px;
  position: relative;
}
.table-membership1 table {
  width: 100%;
}
.table-membership1 table th {
  text-align: center;
  background: #90c34c !important;
  color: black;
}
.contact-icns a.ml-0 {
  margin-left: 0px !important;
}
.min-ht-match175 {
  min-height: 175px;
}

.mb15 {
  margin-bottom: 15px !important;
}

.cntc-icns-disp .contact-icns {
  display: block;
}
.grn-habitat.membership-jn .features-box .icon img {
  height: 22px;
}
.grn-habitat.membership-jn .features-box .icon {
  height: 30px;
  width: 30px;
  margin-top: 4px;
}
.para-box-grn-bg {
  background: #f5f9f4;
  /* background: #eff9ef; */
}
.ql-sidebar h6 {
  margin-bottom: 14px;
  font-size: inherit;
}
.ql-sidebar .widget-title {
  color: #00b6e3;
  color: green;
}
.left-headings .title-with-line h3 {
  margin-bottom: auto;
  font-size: 22px;
}

.faq-page-nav .nav-tabs {
  padding-top: 1px;
  background-color: #e3f8f8;
  box-shadow: 0px 10px 50px 0px rgba(26, 46, 85, 0.07);
}
.ql-sidebar {
  background-color: #fcfff7;

  background-color: #e3f8f8;
  width: 100%;
}

.faq-page-nav .nav-tabs li a:hover {
  color: #529000 !important;
  color: forestgreen !important;
}
.faq-page-nav .nav-tabs .nav-link.active {
  padding-left: 30px;
  color: forestgreen !important;
}
.ql-sidebar ul li a:hover,
.ql-sidebar ul li a.active {
  color: forestgreen !important;
}
.faq-page-nav {
  width: 95%;
}

.card-contact1.card-c2 .contact-icns,
.accordion-body .contact-icns {
  display: block !important;
}
@media only screen and (max-width: 1700px) {
  .two-lineh5 {
    min-height: auto;
  }
}

.about-style-4 .about-image-gallery .main-img-1.grn-shadow {
  /* background-color: var(--color-white);
  padding: 20px;
  display: inline-block;
  border-radius: 20px; */
  box-shadow: 0 6px 10px 0 rgb(95 161 8);
  box-shadow: 0 6px 10px 0 rgb(127 208 228);
}

.active .active h6.menu-title {
  color: #19aacf !important;
}

.mainmenu-nav .mainmenu > li > a:hover,
.mainmenu-nav .mainmenu > li > a.active {
  color: #19aacf !important;
}
li.rating-drop.active a.rs-nav {
  color: #19aacf;
}

.edu-footer .edu-footer-widget .footer-link li a.active {
  color: #19aacf;
}
.edu-footer .edu-footer-widget .footer-link li:hover a {
  color: #19aacf !important;
}
#top_nav .main-li a {
  text-align: center;
}
#top_nav .main-li a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: -3px;
  left: 0;
  background-color: orange;
  visibility: hidden;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all 0.15s ease-in-out 0s;
  transition: all 0.15s ease-in-out 0s;
}

#top_nav .main-li a:hover:before,
#top_nav .main-li a.active:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
@media only screen and (min-width: 1200px) {
  #navMenus a.nav-link.active {
    /* border-bottom: 1px solid #039ec5; */
    color: #19aacf !important;
    text-decoration: underline 1px;
    text-underline-offset: 11px;
  }
}
.d-same-line {
  display: flex;
}
.d-same-line .grn-card-bg {
  display: inline-block;
}
.green-main {
  color: green;
}
.ql-sidebar .widget-title {
  color: #00b6e3;
  color: green;
  text-decoration: underline;
  text-underline-offset: 10px;
}
.faq-page-nav .nav-tabs {
  padding-bottom: 1px;
  margin-bottom: 20px;
}

.social-share li a {
  border: 1px solid #08b8e4 !;

  color: #0cb9e4;
}
.social-share li a {
  /* border: 1px solid #90c34c; */
  color: #90c34c;
  border: 1px solid #6ac8e0;
}

.social-share li a:hover {
  background-color: #f2f6eb;
  border-color: #578f00;
  color: var(--color-white);
}
.social-share li a:hover {
  color: #13a4c9 !important;
}

@media only screen and (max-width: 1700px) {
  .gal-activities .thumbnail img {
    min-height: 211.8px;
    width: 100%;
  }
  .other-reports.features-box {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    margin-bottom: 20px !important;
  }
  .downloads-sec .other-reports .title a {
    display: block;
  }
}
.gal-activities .list-head {
  color: #325808;
  background-color: rgb(255 255 255 / 56%);
}

.categorie-area-4 .categorie-grid.color-primary-style,
.categorie-area-4 .categorie-grid.color-secondary-style,
.categorie-area-4 .categorie-grid.color-extra01-style,
.categorie-area-4 .categorie-grid.color-extra02-style,
.categorie-area-4 .categorie-grid.color-extra03-style,
.categorie-area-4 .categorie-grid.color-extra04-style,
.categorie-area-4 .categorie-grid.color-extra05-style,
.categorie-area-4 .categorie-grid.color-extra06-style,
.categorie-area-4 .categorie-grid.color-extra07-style,
.categorie-area-4 .categorie-grid.color-tertiary-style {
  background-color: transparent;
  box-shadow: 3px 1px 1px 1px green;
  background: #88c2d136;

  background-color: transparent;
  box-shadow: 3px 1px 1px 1px #90c34c;
  background: #88c2d136;
}

.categorie-grid .icon {
  height: 64px;
  width: 64px;

  margin-top: 10px !important;
  margin-bottom: 10px !important;
  margin-left: 10px !important;
}
.categorie-area-4 .categorie-grid .icon {
  font-size: 30px;
  margin: 0 20px 0 0;
}

.para-box-wt-bg {
  box-shadow: 1px 1px 1px 1px #fbfbfb;
  padding: 10px;
  background: #f9fbfc;
}

.rating-sys-graph .level-1 {
  width: 100%;
  background: #d6ecf1;
  background: #a2deec;
}

.rating-sys-graph .level-2 {
  width: 100%;
  background: #e5f1d6;
  background: #a2deec;
}
.rating-sys-graph .reg-card {
  background: #efefef;
}
.rating-sys-graph.list-card {
  box-shadow: none;
  background: #f9f9f9 !important;
  border: none;
  /* font-weight: 400; */
}
.rating-sys-graph .sub-titlelist {
  margin-bottom: 18px;
}
.centered-text1 {
  text-align: center;
}
.rating-sys-li-card li {
  /* background: #f4f4f4; */
  background: #edfbff;
}

.level-2-wrapper > li:not(:first-child) {
  margin-top: 50px;
}
.rating-sys-graph .arrow-1-l {
  width: auto;
  height: 60px !important;
  /* left: 38.5%; */
  left: 27.5%;
  position: absolute;
  top: -59px;
  text-align: center;
  margin: auto;
}
.rating-sys-graph .level-2-wrapper {
  padding-left: 15px;

  padding-right: 15px;
}

.para-box-bl-bg {
  box-shadow: 1px 1px 1px 1px #fbfbfb;
  padding: 10px;
  background: #f5fcff;
}

.num-blts {
  list-style-type: auto;
}
.blue-bg-card li {
  background: #edfbff;
}
.cri-graph .level-1 {
  width: 96%;
}
.cri-graph .level-2 {
  width: 96%;
  margin-left: 0px;
  margin-right: 0px;
}

.cri-graph .arrow-1-l {
  width: auto;
  height: 59px !important;
  /* left: 38.5%; */
  left: 27.5%;
  position: absolute;
  top: -61px;
  text-align: center;
  margin: auto;
}
.list-card .sub-titlelist {
  /* margin-left: 4px; */
  color: green;
  margin-bottom: 0px;
}

.cri-graph .level-1 {
  /* background: #a2deec; */
  background: #abe2ef;
}
.cri-graph .level-2 {
  /* background: #a2deec; */
  background: #abe2ef;
}
.cri-graph.list-card {
  box-shadow: none;

  font-weight: 400;
  border: none;
}

.cri-graph.reg-card {
  background: #f3f7f9;
}
.b-blue {
  font-weight: 500;
  color: #38c2e2;
}

.wt-bg {
  background: #ffffff;
}

.b-blue {
  font-weight: 500;
  color: #00b6e3;
  margin-top: 15px;
}
@media screen and(max-width:767px) {
  .cri-graph.level-2-wrapper::after {
    display: none;
  }
  .level-2::after {
    display: none;
  }
}
.blk-borderd tr,
.blk-borderd td {
  border-color: #000000 !important;
}

.blk-borderd thead tr th {
  border-color: #000000 !important;
}
.blue-rows tr {
  background: aliceblue;
}
.blue-rows tr:hover {
  background: #d3f9a1;
}
.grn-hdr thead tr {
  background: #a9cf77 !important;
}
.fw600 {
  font-weight: 600;
}
.blue-anch1 {
  /* color: #0e9dce; */
  color: #0889b5;
}
.grn-li-items li {
  color: green;
}

.blue-underline {
  text-decoration: underline;
  text-underline-offset: 10px;
  text-decoration-color: #056e92;
}
.grn-underline {
  text-decoration: underline;
  text-underline-offset: 10px;
  text-decoration-color: #04812e;
}
.tw60 {
  width: 60%;
}
.grn-hover tr:hover {
  background-color: #d3f9a1;
}
.grn-td {
  background: #a9cf77 !important;
}

.edu-breadcrumb-area .edu-breadcrumb li.breadcrumb-item {
  color: #4b8005;
}
.img-logo-slider img {
  aspect-ratio: 6/3;
}

.grn-lt-bg {
  background: #e9f2f2;
}
.mt90 {
  margin-top: 90px;
}

/*cnter css*/
@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Pacifico);
/* body {
  font-family: Arial, Helvetica, "微軟正黑體", "Microsoft JhengHei", "Heiti TC",
    "LiHei Pro", "新細明體", PMingLiU, sans-serif;
  padding: 50px;
  background: #d8fffe;
} */

/* hr {
  width: 100px;
  margin: 20px auto;
  border: 0;
  border-bottom: 5px solid #1be3e0;
  height: 0;
}

h1 {
  font-family: "Pacifico", cursive;
  font-size: 60px;
  color: #1be3e0;
  margin: 20px 0;
  text-align: center;
  text-shadow: 3px 3px #1aa9a7;
} */

.userNumBar {
  position: relative;
  color: #666;
  text-align: center;
}
.userNumBar .pplNum {
  display: inline-block;
  vertical-align: bottom;
  font-size: 50px;
  line-height: 60px;
}
.userNumBar .pplNum .digit-con,
.userNumBar .pplNum .comma {
  height: 60px;
  overflow: hidden;
  display: inline-block;
  vertical-align: bottom;
}
.userNumBar .pplNum span {
  position: relative;
}

/* Digit Img */
.userImgNumBar {
  position: relative;
  color: #666;
  text-align: center;
}
.userImgNumBar .pplNum {
  display: inline-block;
  vertical-align: bottom;
}
.userImgNumBar .digit-con,
.userImgNumBar .comma {
  height: 80px;
  overflow: hidden;
  display: inline-block;
  vertical-align: bottom;
}
.userImgNumBar .comma {
  content: "";
  width: 10px;
  height: 20px;
  background-image: url(data:image/png;base64,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);
  background-repeat: no-repeat;
}
.userImgNumBar .digit-con span {
  content: "";
  position: relative;
  display: block;
  width: 50px;
  height: 1600px;
  background-image: url(data:image/png;base64,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);
  background-repeat: repeat-y;
}

/*.end of coundter*/

.grn-underline1 {
  text-decoration: underline;
  text-underline-offset: 10px;
  text-decoration-color: #5ea304;
}

.mb3 {
  margin-bottom: 3px;
}
.lt-blue {
  background: #e3f8f8 !important;
}
.userNumBar {
  position: relative;
  color: #666;
  text-align: center;
  width: fit-content;
}
.userNumBar .pplNum {
  display: inline-block;
  vertical-align: bottom;
  font-size: 30px;
  line-height: 40px;
  margin-left: 15px;
}
.para-box .mb20 {
  margin-bottom: 20px;
}
ul.mb20 {
  margin-bottom: 20px !important;
}

/* tr:hover td[rowspan="3"] {
  background: #d3f9a1;
} */

/* tr:hover td[rowspan="3"],
tr:hover + tr td,
tr:hover + tr + tr {
  background-color: red;
} */
/* tr:hover ~ tr td[rowspan="3"] {
  background-color: red;
} */

tr:hover ~ tr td[rowspan="3"] {
  background-color: your-desired-color;
}
.blk-borderd tr,
.blk-borderd td {
  vertical-align: middle;
}

.th2-color.table > :not(:last-child) > :last-child > * {
  font-weight: 500;
  border-bottom-color: currentColor;
  background: antiquewhite;
}
.gap-thead {
  background: antiquewhite !important;
}
div.pbox-last p:last-child {
  margin-bottom: 0px;
}
p {
  margin-bottom: 20px;
}

/*****
Custom Pure CSS vertical carousel animation https://codepen.io/aija/pen/xvXWoK
******/
*,
*::before,
*::after {
  box-sizing: border-box;
}

.news-wrap {
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
  height: 200vh;
  overflow: hidden;
  /* background: linear-gradient(60deg, #420285, #08bdbd);
  background: linear-gradient(60deg, #90c34c, #3aa9ee);
  background-image: linear-gradient(
    to right top,
    #051937,
    #004d7a,
    #008793,
    #00bf72,
    #a8eb12
  ); */
  background-image: linear-gradient(
    to right top,
    #051937,
    #004d7a,
    #008793,
    #00bf72,
    #a8eb12
  );
}

.cursor-pointer {
  cursor: pointer;
}

.vs-container {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

.vs-wrapper {
  position: relative;
  width: 100%;
  max-width: 90%;
  height: 100%;
  margin: auto;
  display: flex;
  justify-content: center;
  overflow: hidden;
}

.vs-carousel {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.vs-carousel__item {
  position: relative;
  width: 90%;
  display: none;
  align-items: center;
  opacity: 0;
  transition: opacity 0.5s;
  padding: 0 12px;
}

.vs-carousel__item-head {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 80px;
  height: 80px;
  padding: 0;
  margin-right: -45px;
  flex-shrink: 0;
  border-radius: 50%;
  background-color: #d7f7fc;
}

.vs-carousel__item-body {
  display: flex;
  align-items: start;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  margin-left: 25px;
  padding-bottom: 0.5rem;
  padding: 0 10px 0 30px;
  border-radius: 8px;
  background-color: #fff;
  line-height: 1;
  box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.09);
}

.vs-carousel__item-title {
  font-size: 16px;
  font-weight: bold;
  padding-top: 0.5rem;
  padding-bottom: 0.25rem;
}

.vs-carousel__item-description {
  font-size: 12px;
  padding-bottom: 0.5rem;
}

.vs-previous {
  display: flex;
  align-items: center;
  transform: scale(0.7);
  visibility: visible;
  opacity: 0.4;
  will-change: transform, opacity;
  animation-name: vs-carousel-animate-vertical-previous,
    vs-carousel-animate-vertical-remove;
  animation-delay: 0s, 0.5s;
  animation-duration: 0.5s, 3s;
  animation-timing-function: linear;
}
@keyframes vs-carousel-animate-vertical-previous {
  0% {
    transform: translateY(100%) scale(1);
    opacity: 1;
  }
  100% {
    transform: translateY(0) scale(0.7);
    opacity: 0.4;
  }
}
@keyframes vs-carousel-animate-vertical-remove {
  0% {
    opacity: 0.4;
  }
  100% {
    opacity: 0;
  }
}

.vs-active {
  display: flex;
  align-items: center;
  transform: scale(1);
  visibility: visible;
  opacity: 1;
  will-change: transform, opacity;
  animation: vs-carousel-animate-vertical-active 0.5s linear;
}
@keyframes vs-carousel-animate-vertical-active {
  0% {
    transform: translateY(100%) scale(0.7);
    opacity: 0.4;
  }
  100% {
    transform: translateY(0) scale(1);
    opacity: 1;
  }
}

.vs-next {
  display: flex;
  align-items: center;
  transform: scale(0.7);
  visibility: visible;
  opacity: 0.4;
  will-change: transform, opacity;
  animation: vs-carousel-animate-vertical-next 0.5s linear;
}
@keyframes vs-carousel-animate-vertical-next {
  0% {
    transform: translateY(100%) scale(0.5);
    opacity: 0;
  }
  100% {
    transform: translateY(0) scale(0.7);
    opacity: 0.4;
  }
}

.vs-previous-reverse {
  display: flex;
  align-items: center;
  transform: scale(0.7);
  visibility: visible;
  opacity: 0.4;
  will-change: transform, opacity;
  animation-name: vs-carousel-animate-vertical-previous-reverse,
    vs-carousel-animate-vertical-remove-reverse;
  animation-delay: 0s, 0.5s;
  animation-duration: 0.5s, 3s;
  animation-timing-function: linear;
}
@keyframes vs-carousel-animate-vertical-previous-reverse {
  0% {
    transform: translateY(-100%) scale(1);
    opacity: 1;
  }
  100% {
    transform: translateY(0) scale(0.7);
    opacity: 0.4;
  }
}
@keyframes vs-carousel-animate-vertical-remove-reverse {
  0% {
    opacity: 0.4;
  }
  100% {
    opacity: 0;
  }
}
.vs-active-reverse {
  display: flex;
  align-items: center;
  transform: scale(1);
  visibility: visible;
  opacity: 1;
  will-change: transform, opacity;
  animation: vs-carousel-animate-vertical-active-reverse 0.5s linear;
}
@keyframes vs-carousel-animate-vertical-active-reverse {
  0% {
    transform: translateY(-100%) scale(0.7);
    opacity: 0.4;
  }
  100% {
    transform: translateY(0) scale(1);
    opacity: 1;
  }
}
.vs-next-reverse {
  display: flex;
  align-items: center;
  transform: scale(0.7);
  visibility: visible;
  opacity: 0.4;
  will-change: transform, opacity;
  animation: vs-carousel-animate-vertical-next-reverse 0.5s linear;
}
@keyframes vs-carousel-animate-vertical-next-reverse {
  0% {
    transform: translateY(-100%) scale(0.5);
    opacity: 0;
  }
  100% {
    transform: translateY(0) scale(0.7);
    opacity: 0.4;
  }
}

.map-img {
  /* margin: auto;
  text-align: center;
  top: 12%; */
  position: relative;
}
.map-img img {
  box-shadow: 0 6px 10px 0 rgb(127 208 228);
  vertical-align: middle;
  /* padding-top: 4%; */
}

.vs-carousel {
}

.vs-carousel__item {
  margin-left: 5%;
}
.vs-container {
  box-shadow: 1px 1px 1px 1px grey;
  box-shadow: 1px 2px 2px 2px #0089d1;
}
.vs-carousel__item-body {
  padding: 17px !important;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  margin-left: 25px;
  padding-bottom: 0.5rem;
  padding: 0 10px 0 30px;
  border-radius: 8px;
  background-color: azure;
  line-height: 1;
  box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.09);
}
.vs-carousel__item-title:hover {
  color: #187dc1;
}
.pb30 {
  padding-bottom: 30px !important;
}
.rating-sys-menu li {
  min-width: 281px;
}

.unclickable-links .thumbnail a {
  cursor: default;
  pointer-events: none;
}
.edu-team-grid .thumbnail a:after {
  background-color: rgb(144 195 76 / 29%);
}

.abt-team .edu-team-grid.team-style-1 {
  margin-bottom: 30px;
}

.abt-team .edu-team-grid.team-style-1 {
  margin-bottom: 30px;
  background: powderblue;
}

.abt-team .edu-team-grid .content .designation {
  color: green;
}
.abt-team .edu-team-grid .thumbnail a img {
  border-radius: 10px;
  width: 100%;
  min-height: 267px;
}

.alice-bg {
  background: aliceblue;
}

.pt30 {
  padding-top: 30px;
}
.sub-abt {
}
.mainmenu-nav .mainmenu li.has-droupdown .submenu.sub-abt {
  top: 95%;
  left: 0%;
}
li.has-droupdown .submenu.sub-abt li {
  border-bottom: 1px solid #90c34c5e;
  border-right: 1px solid #90c34c5e;
  min-width: 250px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
}
.edu-team-grid .thumbnail a img {
  min-height: 322px;
}
.edu-team-grid.team-style-2:after {
  content: "";
  height: 75%;
  width: 100%;
  background-color: #cad0c1;
  border-radius: 10px;
  box-shadow: var(--shadow-darker);
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
}
.abt-team .edu-team-grid .thumbnail a img {
  border-radius: 10px;
  width: 100%;
  min-height: 317px;
}

.map-img img {
  box-shadow: 0 6px 10px 0 rgb(127 208 228);
  vertical-align: middle;
  padding-top: 0%;
}
.map-img {
  position: relative;
}
.home-one-cta-wrapper .edu-cta-banner .shape-group li.shape-03 {
  top: -60px;
  right: -14px;
  z-index: 0;
}

.home-one-cta-wrapper .edu-cta-banner .shape-group li.shape-04 {
  top: -78px;
  right: -83px;
}
.sub-drop1 .menu-title {
  /* color: #f04e4e !important; */
  color: #578f00 !important;
}

.sub-drop2 .menu-title {
  /* color: #06785f !important; */
  color: #578f00 !important;
}

.sub-drop3 .menu-title {
  /* color: #852f2f !important; */
  color: #578f00 !important;
}

.sub-drop4 .menu-title {
  /* color: #adad0b !important; */
  color: #578f00 !important;
}

.sub-drop5 .menu-title {
  /* color: green !important; */
  color: #578f00 !important;
}

.sub-drop6 .menu-title {
  /* color: black !important; */
  color: #578f00 !important;
}

.grn-drk-bg {
  background: #c0d5a5;
}

.team-share-info {
  margin: 0px;
  /* text-align: center; */
  position: absolute;
  top: 50%;
  left: auto;
  right: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.portfolio {
  display: block !important;
}
span.portfolio {
  font-weight: 500;
  color: darkblue !important;

  font-style: italic;
}
.edu-team-grid.team-style-2 .content .designation {
  margin-bottom: 10px;
}
.edu-team-grid.team-style-2 {
  padding: 0 30px 5px;
  position: relative;
  z-index: 1;
}
.unclick a {
  cursor: default;
  pointer-events: none;
}

.abt-team .edu-team-grid .thumbnail a img {
  min-height: 180px !important;
}

.abt-team .edu-team-grid .content {
  text-align: center;
  min-height: 119px;
}

.abt-team .bg-img1 {
  background: aliceblue;
}
.home-stats2 .box1cmr {
  background: aliceblue;
  border-radius: 10px;
}
.home-stats2 img {
  height: 60px;
  width: 60px;
}
.home-stats2 .box1cmr {
  width: 48%;
  margin-right: 10px;
}
.home-stats-rt .edu-counterup {
  border-radius: 10px;
  text-align: center;
  padding: 20px 14px;
}
.home-stats-rt .center-title {
  text-align: center !important;
}
.achvmnt-section .center-title {
  text-align: center;
}

.achvmnt-section .small-title {
  font-weight: 600;
  font-size: 14px;
  color: #04812e;
  /* color: #009dc3; */
  color: #000000;
}

span.span-1 {
  color: #009dc3;
}

.achvmnt-section
  .counterup-area-7
  .counterup-box-wrap
  .counterup-box
  .edu-counterup:first-child {
  border-right: 0.8px solid var(--color-border);
}

.achvmnt-section .counterup-box.counterup-box-2 {
  border-bottom: 0.8px solid var(--color-border);
}

.achievemnet-box-wrap .edu-counterup .count-number.extra02-color1 {
  color: #436e01;
}

.achievemnet-box-wrap .edu-counterup .count-number.extra02-color2 {
  color: #02b5e2;
}

/* .caption-banner {
  background: #65b7e454;
} */

.caption-banner {
  background: #0000008a;
  position: absolute;
  bottom: 0px;
  width: 100%;
  text-align: center;
  color: white;
}

.contact-page.edu-breadcrumb-area {
  background-color: #f5f9fa;
  background-image: url(../images/banner-imgs/VJU00014-r.jpg) !important;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.contact-page.edu-breadcrumb-area .shape-group {
  display: none;
}
.contact-page.edu-breadcrumb-area {
  background-color: #556366;
  background-image: url(../images/banner-imgs/VJU00014rt.jpg) !important;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-blend-mode: overlay;
}

.contact-page.edu-breadcrumb-area .edu-breadcrumb li.breadcrumb-item a {
  color: #ffffff;
}
.contact-page.edu-breadcrumb-area .edu-breadcrumb li.separator i {
  font-size: 16px;
  font-weight: var(--p-bold);
  margin: 0 10px;
  color: #ffffff;
  position: relative;
  display: inline-block;
  top: 2px;
}

.contact-page.edu-breadcrumb-area .page-title .title {
  color: white;
}
.contact-page.edu-breadcrumb-area .edu-breadcrumb li.breadcrumb-item {
  color: white;
}
.contact-page.edu-breadcrumb-area {
  background-position: 12% 60%;
}
.rs-center-div {
  top: 30%;
  position: relative;
}

.banner-rating-img img {
  box-shadow: 0 6px 10px 0 rgb(127 208 228);
  box-shadow: 1px 1px 1px 2px #161415;
}

.lt-banner-rs {
  top: 30%;
  position: relative;
  /* background: #e3f8f8; */
  padding: 20px;
  /* box-shadow: 1px 1px 1px 1px #dbcce3;
  box-shadow: 1px 1px 1px 1px #002748; */
}
.lt-banner-rs .title {
  color: green;
  margin-top: 7px;
}

.lt-banner-rs .pre-title {
  color: #752b44;
}

.lt-banner-rs p {
  margin-bottom: 0px;
}
.rs-main {
  background: #e3f8f8;
  padding: 20px;
  /* box-shadow: 1px 1px 1px 1px #dbcce3; */
  padding-bottom: 50px !important;
}
.col-gap-rs-main {
  column-gap: 3%;
}
.cw47 {
  width: 47%;
}
.rs-main {
  border-bottom: 0.7px solid rgb(228, 228, 228);
}

.grn-underline-txt {
  color: #5ea304;
  text-decoration: underline;
  text-underline-offset: 10px;
  text-decoration-color: #5ea304;
}
.mt40 {
  margin-top: 40px;
}
.news-container {
  height: 506px;
}
.map_img {
  height: 506px;
  width: auto;
}
.about-style-3.padtb0 {
  padding-top: 0px;
  padding-bottom: 0px;
}
.pt30 {
  padding-top: 30px !important;
}

.hero-banner.hero-style-9 .slider .health-slider-main .slide-image {
  width: 92%;
  height: 100%;
  display: inline-block;
  background-position: center !important;
  background-size: contain !important;
  background-repeat: no-repeat !important;
}
.caption-banner {
  background: #0000008a;
  position: absolute;
  bottom: 10%;
  width: auto;
  text-align: center;
  color: white;
  left: 1%;
  right: 9%;
}

.hero-banner.hero-style-9 .slider .container {
  padding-top: 120px;
}

.home-stats2 .box1cmr {
  width: 48%;
  margin-right: 10px;
  min-height: 169.8px;
}
.counterup-area-7 .counterup-box-wrap {
  background-color: var(--color-white);
  box-shadow: 2px 2px 2px 2px rgb(67 110 1);
  box-shadow: 2px 2px 2px 2px rgb(99 194 220);
  border-radius: 10px;
  padding: 70px;
  position: relative;
}
.achievemnt-img-shape img {
  max-width: 61%;
}

.edu-team-grid .team-share-info li {
  visibility: visible;
  opacity: 1;
  cursor: pointer;
}

.team-share-info {
  right: 10px;
}

.team-share-info li a {
  color: #8fc24c !important;
}

li.rating-drop.active a.rs-nav {
  text-decoration: underline 1px;
  text-underline-offset: 11px;
}
/* .wave1 {
  left: 60px !important;
} */
.home-one-cta-wrapper .edu-cta-banner .shape-group li.shape-05 {
  top: -60px;
  right: -14px;
}
.home-one-cta-wrapper .edu-cta-banner .shape-group li.shape-05 {
  top: 170px;
  left: 0px;
  right: auto !important;
}

.home-one-cta-wrapper .edu-cta-banner .shape-group li.shape-02 {
  top: -100px;
  left: -34px;
  bottom: 0px;
}

.home-one-cta-wrapper .edu-cta-banner .shape-group li.shape-05 {
  top: -80px;
  right: auto;
  /* margin: auto; */
  left: 47%;
  bottom: 0px;
}

.home-one-cta-wrapper .edu-cta-banner .shape-group li.shape-04 {
  top: 105px;
  right: -83px;
}

.home-one-cta-wrapper .edu-cta-banner .shape-group li.shape-01 {
  top: 109px;
  left: -25px;
}

.home-one-cta-wrapper .edu-cta-banner .shape-group li.shape-04 {
  top: 105px;
  right: -14px;
}
.edu-cta-banner .section-title .title {
  margin-top: 20px;
}

.popover-header {
  padding: 0.5rem 1rem;
  margin-bottom: 0;
  font-size: 1.35rem;
  background-color: #e3f4cc;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
  color: #19aacf;

  padding-top: 0.7rem;
}

td.antwt {
  background: antiquewhite;
}
td.alblue {
  background: aliceblue;
}

.black-underline {
  text-decoration: underline;
  text-underline-offset: 10px;
  text-decoration-color: #000000;
}
.black-col {
  color: #000000;
}
.edu-cta-banner .shape-group li img {
  height: 83px;
}
.net-zero-wimg {
  width: 90%;
}
.centered-img {
  margin: auto;
  text-align: center;
}

.edu-course {
  -webkit-transition: none;
  transition: none !important ;
}
.edu-course.course-style-3:before {
  -webkit-transition: none !important;
  transition: none !important;
}
.gal-activities .list-head {
  top: -73px;
  position: relative;
}
.last-oa .list-head {
  top: 20px;
}

.gal-activities .list-head {
  color: white;
  background-color: rgb(11 8 8 / 56%);
}
.gal-activities .list-head.fi-listhead {
  top: 0px;
}
.vamt th,
.vamt td {
  vertical-align: middle;
}

th.grn-hdrs {
  background: #a9cf77;
}
.brdr-blk {
  border-right: 1px #000000;
  border-left: 1px black;
}

.w40 {
  height: 41px;
}

.categorie-area-4
  .categorie-grid.categorie-style-4:hover.color-extra01-style
  .icon.img-icn {
  background-color: #0ecd7342;
}
.home-one-cta-wrapper .edu-cta-banner .shape-group li.shape-01 {
  left: 170px;
}
.home-one-cta-wrapper .edu-cta-banner .shape-group li.shape-04 {
  right: 170px;
}

.nohovertd {
}
.ft-cont-li li {
  width: fit-content;
}
li.main-li1 {
  font-weight: 600;
  color: green;
  margin-top: 3rem;
}

.logistics-img {
  /* border: 1px solid green;*/
  padding: 20px;
  box-shadow: 1px 1px 1px 2px #9a4141;
}
.prod-section .testimonial-slide .author-info .thumb img {
  height: 70px;
  width: 70px;
}

.blue-col-h1 {
  color: #20a8ca !important;
  font-weight: 600;
}
.blue-col-h1 {
  margin-right: 5px;
}

.abridged-resources .icon img {
  top: 2px;
  position: relative;
}
.menu-title-a a {
  font-size: 14px;
  font-weight: 500;
  /* color: darkblue; */
  color: #578f00 !important;
}

.menu-title-a::after {
  display: none;
}

/*counter css*/
@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Pacifico);
.counter-contact body {
  font-family: Arial, Helvetica, "微軟正黑體", "Microsoft JhengHei", "Heiti TC",
    "LiHei Pro", "新細明體", PMingLiU, sans-serif;
  padding: 50px;
  background: #d8fffe;
}

.counter-contact hr {
  width: 100px;
  margin: 20px auto;
  border: 0;
  border-bottom: 5px solid #1be3e0;
  height: 0;
}

.counter-contact h1 {
  font-family: "Pacifico", cursive;
  font-size: 60px;
  color: #1be3e0;
  margin: 20px 0;
  text-align: center;
  text-shadow: 3px 3px #1aa9a7;
}

.counter-contact .userNumBar {
  position: relative;
  /* color: #666; */
  color: #578f00;
  text-align: center;
}
.counter-contact .userNumBar .pplNum {
  display: inline-block;
  vertical-align: bottom;
  font-size: 50px;
  line-height: 60px;
}
.counter-contact .userNumBar .pplNum .digit-con,
.counter-contact .userNumBar .pplNum .comma {
  height: 60px;
  overflow: hidden;
  display: inline-block;
  vertical-align: bottom;
}
.counter-contact .userNumBar .pplNum span {
  position: relative;
}

/* Digit Img */
.counter-contact .userImgNumBar {
  position: relative;
  color: #666;
  text-align: center;
}
.counter-contact .userImgNumBar .pplNum {
  display: inline-block;
  vertical-align: bottom;
}
.counter-contact .userImgNumBar .digit-con,
.counter-contact .userImgNumBar .comma {
  height: 80px;
  overflow: hidden;
  display: inline-block;
  vertical-align: bottom;
}
.counter-contact .userImgNumBar .comma {
  content: "";
  width: 10px;
  height: 20px;
  background-image: url(data:image/png;base64,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);
  background-repeat: no-repeat;
}
.counter-contact .userImgNumBar .digit-con span {
  content: "";
  position: relative;
  display: block;
  width: 50px;
  height: 1600px;
  background-image: url(data:image/png;base64,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);
  background-repeat: repeat-y;
}

/*counter css*/
.vis-count-hd.blue-anch {
  color: #004d7a;
  line-height: 70px;
}
.edu-cta-banner-area.home-one-cta-wrapper.bg-image {
  margin-top: 20px;
}

.table-event-awards .table > :not(:last-child) > :last-child > * {
  color: white;
}

.table-emp.table-event-awards .bg-blue:hover td {
  color: white !important;
}
.table-membership1 table th {
  color: WHITE;
  font-size: 18px;
}

.table-membership1 .tw80 {
  width: 80% !important;
}
.table-membership1 .bg-blue:hover td {
  color: white !important ;
}
.grn-li-card.small-li-width li {
  max-width: max-content;
  background: #8acab333;
  min-width: 300px;
}

.num-li li {
  list-style-type: decimal;
}
.blk-li li {
  color: black;
}

.wi-50 {
  min-width: max-content;
  width: 300px;
}
.header-info li.log1,
.header-info li.log2 {
  background: #90c34c;

  border-radius: 0px;
  padding-top: 10px;
  border-radius: 10px;
  padding-bottom: 10px;
  margin-right: 10px;
  border: #19bce5;
  background: #90c34c;
  background: #6fa922;
  border-radius: 0px;
  padding-top: 4px;
  border-radius: 10px;
  padding-bottom: 4px;
  margin-right: 10px;
  /* border: #19bce5; */
  border: 1px solid white;

  background-image: linear-gradient(
    to right top,
    #0d8575,
    #028e6f,
    #189664,
    #329d55,
    #4ca343,
    #4ca343,
    #4ca343,
    #4ca343,
    #329d55,
    #189664,
    #028e6f,
    #0d8575
  );
}

.header-info li.log1 a,
.header-info li.log2 a {
  color: white;

  vertical-align: sub;
  font-weight: 600;
}
.header-info li.log1 {
  margin-right: 30px;
}
.header-top .header-info li.log2 a:hover,
.header-top .header-info li.log1 a:hover {
  color: white !important;
}
.header-top .header-info li.log2:hover,
.header-top .header-info li.log1:hover {
  background: #93c255ba;
}
.card-contact1 .sub-sm-head {
  min-height: 40.31px;
}

/* background-color: #ecefef; */

/* .main-chair-cards .testimonial-grid.card-contact1 {
  background-color: #ecefef;
  background-color: #e5ebed;
} */

.mb8 {
  margin-bottom: 8px;
}
.mr1 {
  margin-right: 1rem;
}
.mt2rem {
  margin-top: 2rem;
}
.nohovertd1 tr:hover td {
  background: aliceblue;
}
thead.p5 tr th {
  padding: 5px;
}
.nohovertd1 tr.head-grn-hover:hover td {
  background: #a9cf77 !important;
}
.arrow-list li:before {
  content: "-> ";
  color: green;
}
.arrow-list li::marker {
  content: "";
}
p.blue-para {
  background: #e3f8f8;
  padding: 10px;
}
.blk-border tr {
  border-color: #000000;
}
.sub-hd-table {
  background: #fff2f2;
}
.sub-hd-table b {
  font-weight: 600;
}
.bfw600 b {
  font-weight: 600;
}
.careers-img img {
  height: 300px;
}
.careers-data-ul {
  list-style: revert;
}
.careers-data-ul li {
  background: beige;
}
.careers-data-ul li {
  background: #b4cc93;
  background: #ecf3f9;
  background: #e8f1f9;
  border-radius: 5px;
  padding: 10px;
}
.sub-li-careers li {
  margin: 5px;
  padding: 0px;
  font-weight: 500;
}
.side-title-careers {
  color: darkgreen;
}
.careers-section a.blog-category {
  color: #00b6e3 !important;
}

.careers-section .edu-blog .content {
  background-color: whiite;
  padding: 30px;
  border-radius: 10px;
  position: relative;
  box-shadow: var(--shadow-darker);
}

.careers-section .edu-blog .content .title {
  font-size: 24px;
  font-weight: 600;
}
.hover-grn-underline1:hover {
  text-decoration: underline;
  text-underline-offset: 10px;
  text-decoration-color: #5ea304;
}
.clickable a {
  cursor: pointer;
  pointer-events: all;
}

.sub-li-careers {
  list-style: revert;
}

.careers-sidebar .edu-blog-widget {
  padding: 30px 30px !important;
}

.careers-sidebar .edu-blog-sidebar {
  background-color: #f0f8ff;
}
.iflex {
  display: inline-flex;
}

/* right: 4%;
position: absolute;
background: green; */

.apply-btn1 {
  background: #90c34c;
  border-radius: 0px;
  padding-top: 10px;
  border-radius: 10px;
  padding-bottom: 10px;
  margin-right: 10px;
  border: #19bce5;
  background: #90c34c;
  background: #6fa922;
  border-radius: 0px;
  padding-top: 4px;
  border-radius: 10px;
  padding-bottom: 4px;
  margin-right: 10px;
  /* border: #19bce5; */
  border: 1px solid white;
  right: 4%;
  position: absolute;
  padding: 10px;
}
.apply-btn1 a {
  color: white;
  vertical-align: sub;
  font-weight: 600;
  vertical-align: middle;
}

.careers-section .edu-blog.blog-style-4 {
  margin-bottom: 50px;
}
.iflex .title {
  line-height: 45px;
}
.iflex .title-div {
  max-width: 80%;
}
.careers-sidebar .edu-blog-sidebar {
  position: sticky;
  top: 100px;
  padding-top: 0px;
  padding-bottom: 20px;
}
.careers-sidebar .testimonial-grid.testimonial-style-3 {
  margin-bottom: 0px;
}
.date-sep {
  margin-left: 3px;
  margin-right: 5px;
}

.grn-btn {
  background: forestgreen !important;
}

a.grn-btn:after,
button.grn-btn:after {
  background: -webkit-linear-gradient(right, #457702 0%, #6fb511 100%);
  background: linear-gradient(-90deg, #457702 0%, #6fb511 100%);
}

@media only screen and (max-width: 767px) {
  .hero-banner.hero-style-9 .slider .health-slider-main .slide-image {
    width: 100%;
  }
  .hero-banner.hero-style-9 .slider .container {
    padding-top: 50px;
  }
  .news-wrap .vs-carousel__item {
    width: 100%;
    margin-left: inherit;
  }
  .news-container {
    height: 360px !important;
  }

  .map_img {
    height: 360px;
    width: auto;
  }
  .map-img {
    margin-top: 20px !important;
  }
  .map-div {
    margin-top: 30px;
  }
  .events-sm-imgs-sec .th-img.edu-blog.blog-style-2 .thumbnail {
    text-align: center !important;

    width: auto;
  }
  .events-sm-imgs-sec .th-img img {
    width: auto !important;
  }
  .home-stats2 .box1cmr {
    width: 100%;
    margin-right: 10px;
    min-height: autos;
  }
  .home-stats2 .box1cmr {
    margin-left: 4%;
    width: 92%;
    margin-right: 4%;
    min-height: auto;
  }
  section.edu-section-gap {
    padding-left: 10px !important;

    padding-right: 10px !important;
  }

  div#faq-accordion {
    padding-top: 15px !important;
  }

  .table-membership1 .tw80 {
    width: 100% !important;
  }

  .grn-li-card.small-li-width li {
    min-width: 98% !important;
  }
  .faq-page-nav {
    width: 100% !important;
  }
  .about-style-4 .about-image-gallery {
    margin-right: 0px !important;
  }
  .table-membership1 table th {
    vertical-align: middle !important;
    font-size: 16px;
  }
  .achvmnt-section .section-title.section-left {
    margin-bottom: 10px !important;
  }

  .key-focus-edu .why-choose-content .features-list .features-box {
    padding-bottom: 12px !important;
    vertical-align: middle !important;
  }
  .grn-habitat
    .why-choose-content
    .features-list
    .features-box.color-secondary-style
    .icon {
    margin-top: 10px;
  }
  .counterup-area-7 .achievemnet-box-wrap.counterup-box-wrap {
    padding: 30px;
  }
  .initiative-sec.section-title {
    margin-bottom: 20px !important  ;
  }
  .edu-cta-banner-area {
    padding: 40px 0 35px;
  }
  .edu-footer .footer-top {
    padding: 40px 0 5px !important;
  }
  .initit-sec {
    margin-top: 0px !important;
  }
  .caption-banner {
    bottom: 0%;
    width: auto;

    left: 0%;
    right: 0%;
    font-size: 13px;
  }
  .about-style-4 .about-content {
    padding-left: 0px !important;
  }
  .apply-btn1.clickable {
    border-radius: 8px !important;

    margin-right: 0px !important;

    padding: 6px 8px !important;
  }

  .careers-section .edu-blog .content .title {
    font-size: 16px !important;
  }

  .careers-sidebar .edu-blog-widget,
  .careers-section .edu-blog .content {
    padding: 20px 15px !important;
  }

  .careers-section .edu-blog.blog-style-4 {
    margin-bottom: 20px !important;
  }

  .careers-sidebar .edu-blog-sidebar {
    margin-top: 20px !important;
  }

  /* .hide-mobile {
    display: none;
  }
  .careers-data-ul {
    margin-bottom: 50px;
  } */

  .careers-data-ul li {
    /* background: #b4cc93;
    background: #ecf3f9;
    background: #e8f1f9;
    border-radius: 5px;
    padding: 10px; */
    font-size: 14px !important;
  }
  .careers-data-ul li h6.mb-0 {
    font-size: 14px !important;
  }

  h3.heading-title.blue-anch.vis-count-hd {
    font-size: 20px !important;

    line-height: 26px;
  }

  .counter-contact .userNumBar span {
    font-size: 20px !important;
  }

  section.contact-us-area.mg-lr .d-inline-flex {
    display: block !important;
  }

  .edu-cta-banner .section-title h2.title {
    font-size: 18px !important;
  }

  .edu-cta-banner a.edu-btn.grn-btn {
    height: 40px !important;

    padding: 10px 20px !important;

    line-height: 21px !important;
  }
  .careers-section.unclick.faq-page-area {
    padding: 40px 0;
  }
  .news-wrap span.vs-carousel__item-title {
    font-size: 14px;
  }

  .prod-img img {
    max-height: 200px;
    max-width: 200px;
  }
  .prod-section .testimonial-slide .author-info .thumb img {
    height: 60px;
    width: 60px;
  }
  .prod-section .testimonial-slide .title {
    color: #589a00;
    font-size: 16px;
  }
}

.menu-title-ab a {
  color: black;
}
.rating-sys-menu li {
  min-width: 289px;
}

.net-zero-rs li {
  min-width: 290px;
}

.ap-border-sec {
  padding: 10px;
  border: 1px solid red;
}
.ap-border-sec {
  padding: 10px;
  border: 2px solid #00b6e3;
  background: #ffffffe6;
  box-shadow: 1px 1px 1px 1px #e3f8f8;
}
.ap-border-sec {
  padding: 10px;
  border: 1px solid #f44336;
  background: #ffffffe6;
  box-shadow: 0px 1px 0px 2px #f44336;
}

.menu-title-a a.active {
  color: #19aacf !important;
}
.header-info li.log1,
.header-info li.log2 {
  border: 0px solid white;
}

.blue-underline1 {
  text-decoration: underline;
  text-underline-offset: 6px;
  text-decoration-color: #056e92;
}

.table-renewal .table > :not(:last-child) > :last-child > * {
  background: #005e00 !important;
  border-bottom-color: currentColor;
  font-size: 15px;

  vertical-align: middle;
}

.table-renewal .circle {
  display: inline-block;
  background-color: #00d53b;
  margin: 0px;
  border-radius: 50%;
  margin-right: 0px;
  position: relative;
  top: 5px;
}
.grn-arrow {
  color: #027722;
}
svg.svg-inline--fa.fa-arrow-right.grn-arrow {
  color: green;
}
.table-emp .bg-blue:hover svg.svg-inline--fa.fa-arrow-right.grn-arrow {
  color: white;
}
.min-ht-table-head-set {
  min-height: 53px;
}
.center-renwal-table {
  text-align: center;
}

.edu-header .header-mainmenu {
  background-color: #e2f1ef;
  background-color: #e2f1ef;
  /* box-shadow: 0 6px 15px 0 rgba(0, 0, 0, 0.05);
  position: relative; */
}
.mainmenu-nav .mainmenu li.has-droupdown > a {
  position: relative;
  padding-right: 25px !important;
}
.edu-header .header-mainmenu.edu-sticky {
  background-color: #e2f1ef;
}

.hide-all-pages {
  display: none !important;
}
/* .show-education {
  display: block;
} */
/* .membership-banner.edu-breadcrumb-area {
  background-color: #556366;
  background-image: url(../images/banner-imgs/Membership-banner-min.png) !important;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-blend-mode: overlay;
}
.membership-banner.edu-breadcrumb-area {
  background-position: 12% 60%;
} */

.prod-section .swiper-btn-prv {
  left: var(--swiper-navigation-sides-offset, -3%);
  right: auto;
}
.prod-section .swiper-btn-nxt {
  right: var(--swiper-navigation-sides-offset, -3%);
  left: auto;
}

.prod-section .swiper-btn-nxt,
.prod-section .swiper-btn-prv {
  position: absolute;
  top: var(--swiper-navigation-top-offset, 50%);
  /* width: calc(var(--swiper-navigation-size) / 44 * 27);  */
  /* height: var(--swiper-navigation-size); */
  margin-top: calc(0px - (var(--swiper-navigation-size) / 2));
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.prod-section .swiper-navigation .swiper-btn-nxt,
.prod-section .swiper-navigation .swiper-btn-prv {
  display: inline-block;
  height: 60px;
  width: 60px;
  line-height: 60px;
  border-radius: 50%;
  margin-right: 10px;
  font-size: 24px;
  text-align: center;
  background-color: #90c34c;
  z-index: 999999;
  /* color: var(--color-heading);
  -webkit-transition: var(--transition);
  transition: var(--transition); */
}

.swiper-navigation .swiper-btn-nxt:hover,
.swiper-navigation .swiper-btn-prv:hover {
  background: #6fae1b;
}
@media only screen and (min-width: 1200px) {
  .prod-section .container {
    max-width: 89% !important;
  }
}

.prod-section .swiper {
  overflow: visible;
}
@media only screen and (min-width: 767px) {
  .apply-btn1.clickable.mob-apply {
    display: none;
  }
  .img-chart1 {
    text-align: center;
  }

  .img-chart1 img {
    width: 80%;
  }
  .dw-70 {
    width: 70% !important;
  }
  .dw-60 {
    width: 60%;
  }
  .first-large-blog img {
    height: 404px;
  }
}

.renew-img {
  text-align: center;
}
.renew-img img {
  /* border: 0.1px solid black; */
  padding: 20px;
}

.renew-img img {
  box-shadow: 1px 2px 2px 2px #7bc7bd;
  /* border: 1px solid #7bc7bd; */
  padding: 20px;
  padding-bottom: 2px;
}
.mt--20 {
  margin-top: 20px;
}

/* background: #e4fbfc; */
@media only screen and (min-width: 1200px) {
  .homepage-class .features-grid-wrap {
    grid-column-gap: 10px;
  }
}

@media only screen and (min-width: 1360px) and (max-width: 1460px) {
  .homepage-class .hero-banner.hero-style-9 .slider .container {
    padding-top: 60px;
  }
  .fs26 {
    font-size: 26px;
  }
  h2,
  .h2 {
    font-size: 30px;
    line-height: 1.3;
  }
  .first-large-blog img {
    height: 378px;
  }
  .homepage-class ul li {
    font-size: 14px;
  }
  .homepage-class .home-stats2 .box1cmr {
    width: 48%;
    margin-right: 10px;
    min-height: 154.8px;
  }
  .homepage-class .home-stats2 img {
    height: 50px;
    width: 50px;
  }
  .homepage-class .section-title {
    margin-bottom: 30px;
  }
  .homepage-class .icon svg {
    height: 35px;
    width: auto;
  }
  .homepage-class .icon.certificate img {
    height: 35px;
    width: auto;
  }

  .homepage-class
    .features-box.features-style-2.edublink-svg-animate
    .icon
    img {
    height: 35px;
    width: auto;
  }

  .homepage-class .features-box.features-style-2.edublink-svg-animate h6,
  .homepage-class .features-box.features-style-2.edublink-svg-animate .h6 {
    font-size: 14px;
    line-height: var(--h6-lineHeight);
  }
  .homepage-class .features-grid-wrap {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-column-gap: 10px;
  }
  .homepage-class .features-box .icon {
    height: 57px;
    width: 57px;
  }

  .homepage-class .stats-hmp1 {
    top: -30px;
    position: relative;
  }

  .homepage-class .testimonial-area-2.edu-section-gap.mt30-mob.prod-section {
    padding-top: 30px !important;
  }
  .homepage-class .prod-section .swiper-navigation .swiper-btn-nxt,
  .homepage-class .prod-section .swiper-navigation .swiper-btn-prv {
    display: inline-block;
    height: 50px;
    width: 50px;
    line-height: 50px;
  }
  .abt-team .edu-team-grid .content .designation {
    color: green;
    font-size: 14px;
    margin-bottom: 8px;
  }
  .abt-team .edu-team-grid .content .title {
    font-size: 16px;
  }
  .abt-team .edu-team-grid .thumbnail a img {
    min-height: 143px !important;
  }
}
.contact-form.form-style-2 {
  margin-bottom: 30px;
  padding-top: 40px;
  padding-bottom: 40px;
}

@media only screen and (max-width: 767px) {
  h2,
  .h2 {
    font-size: 22px;
  }
  .section-title {
    margin-bottom: 15px;
  }
  h1,
  .h1 {
    font-size: 24px;
  }
  a.edu-btn,
  button.edu-btn {
    height: 44px;
    line-height: 46px;
  }
  body {
    overflow: hidden !important;
  }
  .counter-contact .userNumBar span {
    font-size: 24px !important;
  }
  .userNumBar .pplNum {
    /* display: inline-block;
    vertical-align: bottom;
    font-size: 30px;
    line-height: 40px; */
    margin-left: 0px;
  }
  h3.heading-title.blue-anch.vis-count-hd {
    font-size: 17px !important;
    line-height: 20px;
    margin-bottom: 2px;
  }
  .mob_mt_3 {
    margin-top: 3px;
  }
  .contact-us-info .heading-title {
    margin-bottom: 5px;
  }
  .contact-us-info .social-share {
    padding-top: 6px;
  }
  .contact-us-info .address-list li p {
    margin-bottom: 0px;
  }
  .address-list li {
    margin-bottom: 15px;
  }
  .contact-form.form-style-2 {
    margin-bottom: 0px;
  }
  .google-map-area #gmap_canvas {
    height: 500px;
  }
  .faq-page-nav .nav-tabs {
    /* padding-bottom: 1px;
    margin-bottom: 20px; */
    margin-top: 20px;
  }
  .news-updates.key-focus-edu
    .why-choose-content
    .features-list
    .features-box
    .content
    .title {
    /* margin-bottom: 0px;
    font-size: 14px;
    margin-top: 0px;
    color: black;
    min-height: auto;
    position: relative; */
    top: 6%;
    /* vertical-align: middle; */
    /* padding-bottom: 3px; */
  }
  .news-updates.key-focus-edu
    .why-choose-content
    .features-list
    .features-box
    .content
    .title {
    margin-bottom: 0px;
    font-size: 14px;
    /* margin-top: 0px; */
    vertical-align: middle;
    color: black;
    /* min-height: auto; */
    /* position: relative; */
    /* top: 13%; */
    vertical-align: middle;
    /* padding-bottom: 3px; */
    justify-content: center;
    height: 22px;
    /* top: 11%; */
    /* position: relative; */
    display: contents;
  }
  .why-choose-content .features-list .features-box .content {
    /* vertical-align: middle; */
    /* -webkit-box-flex: 1; */
    /* -webkit-flex: 1; */
    width: 90%;
    -ms-flex: 1;
    vertical-align: middle !important;
    /* flex: 1; */
  }
  .key-focus-edu .why-choose-content .features-list .features-box {
    /* padding-bottom: 12px !important; */
    vertical-align: middle !important;
    padding-top: 2%;
    padding-bottom: 2% !important;
  }
  .grn-habitat
    .why-choose-content
    .features-list
    .features-box.color-secondary-style
    .icon {
    margin-top: 0px;
  }
  .d-same-line .grn-card-bg a {
    font-size: 14px;
  }

  .modal .modal-dialog {
    margin-left: auto;
    margin-right: auto;
  }
  #myModal .modal-body span {
    color: green;
    top: 10px;
    position: relative;
    font-size: 15px !important;
  }
  #myModal .modal-body .text-center {
    margin-bottom: 10px !important;
  }
  #error-modal .modal-body .text-center {
    margin-bottom: 0px !important;
  }
  .edu-cta-banner .section-title .title {
    margin-top: 10px;
    margin-bottom: 10px;
    /* input:-internal-autofill-selected {
    background-color: #607d8b !important;
    background-color: -internal-light-dark(
      rgb(254, 232, 244),
      rgba(126, 111, 70, 0.4)
    ) !important;
  } */
  }
  .edu-cta-banner-area {
    padding: 10px 0 10px;
  }
  .popup-mobile-menu .inner {
    width: 95%;
  }
  /* li.has-droupdown.sub-drop1:active ul {
    display: block !important;
  } */
  .submenu.mega-sub-menu-01 li {
    /* border-bottom: 1px solid #90c34c5e;
    border-right: 1px solid #90c34c5e;
    min-width: 0px; */
    padding-top: 0px;
    padding-bottom: 0px;
  }
  a.menu-title.open ul {
    display: block;
  }
  .popup-mobile-menu .mainmenu .has-droupdown .submenu li a.active {
    color: #19aad8 !important;
    color: #0594c1 !important;
  }
  a.menu-title.open {
    color: #19aad8 !important;
  }

  .drop-m .active a.menu-title {
    color: #19aad8 !important;
  }
  .edu-header .header-mainmenu {
    background-color: #e2f1ef;
    background-color: #e2f1ef;
  }
  .popup-mobile-menu.active .inner {
    background-color: #e2f1ef;
  }
  .popup-mobile-menu .mainmenu li a {
    /* padding: 8px 0;
    display: block;
    font-size: 16px;
    font-weight: 500; */
    font-size: 14px !important;
    color: black;
  }
  .rating-sys-menu li {
    border-bottom: 1px solid #90c34c5e;
    border-right: 1px solid #90c34c5e;
    border-left: 1px solid #90c34c5e;
    /* min-width: 250px; */
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 10px;
  }
  .popup-mobile-menu .mainmenu .has-droupdown > a::after {
    right: 15px;
    top: 50%;
  }
  /* List items that are children of the "my-things" list */
  ul.drop-m > li {
    margin-top: 5px !important;
    margin-bottom: 5px !important;
  }
  .submenu.mega-sub-menu-01 li {
    padding-top: 0px;
    padding-bottom: 0px;
    margin-bottom: 5px;
    margin-top: 5px;
    margin-right: 10px;
    border-top: 1px solid #90c34c5e;
    background: #d9ebe5;
  }

  /* .rating-drop:hover .drop-m {
    display: none !important;
  }
  a.nav-link.rs-nav .rating-drop .drop-m {
    display: none !important;
  }
  a.nav-link.rs-nav.open > .drop-m {
    display: none !important;
  }
  .rating-sys-menu .submenu {
    display: none; /* Hide the submenu by default }*/

  /* .rating-sys-menu .open .rating-sys-menu.drop-m {
    display: block !important;
  }
  .has-droupdown:hover .open > ul.rating-sys-menu {
    display: none !important;
  }
  .has-droupdown ul.rating-sys-menu {
    display: none !important;
  }
  .has-droupdown:hover ul.rating-sys-menu {
    display: block !important;
  }  */
  /* .has-droupdown:hover ul.rating-sys-menu {
    display: none !important;
  } */
  /* .has-droupdown:hover ul.rating-sys-menu {
    display: inherit !important;
  } */
  ul.rating-sys-menu.drop-m {
    display: none;
  }

  .menu-title-a a {
    color: #578f00 !important;
    font-weight: 600 !important;
  }
  li.rating-drop.active a.rs-nav {
    text-decoration: underline 1px;
    text-underline-offset: 8px;
  }

  .left-headings .title-with-line h3 {
    margin-bottom: auto;
    font-size: 19px;
  }
  .m_mt0 {
    margin-top: 0px;
  }
  .about-style-4 .about-image-gallery {
    padding: 20px 0 0px;
  }
  .m_pb0 {
    padding: 0px 0 0px !important;
  }
  .ql-sidebar h6 {
    margin-bottom: 0px;
    font-size: 14px;
    /* text-align: inherit; */
  }
  .faq-page-nav .nav-tabs .nav-item {
    margin: 14px 10px;
    /* border-bottom: 1px solid green; */
    box-shadow: 0px 2px 1px 1px #148caa;
    background: azure;
    padding-left: 2px;
    padding-right: 2px;
  }
  .faq-page-nav .nav-tabs {
    margin-top: 20px;
    /* border-radius: 15px; */
    /* border: 1px solid green; */
  }
  .ql-sidebar {
    /* background-color: var(--color-white);
    background-color: #fcfff7;
    box-shadow: 0px 10px 50px 0px rgba(26, 46, 85, 0.07);
    border-radius: 5px; */
    padding: 35px 30px;
    padding: 15px 30px;
    padding-bottom: 10px;
  }
  li.rating-drop.active a.rs-nav {
    color: #19aacf !important;
  }

  .prod-section .swiper-navigation .swiper-btn-nxt,
  .prod-section .swiper-navigation .swiper-btn-prv {
    display: inline-block;
    height: 40px;
    width: 40px;
    line-height: 40px;
    border-radius: 50%;
    margin-right: 9px;
    font-size: 19px;
    text-align: center;
    background-color: #90c34c;
    z-index: 999999;
  }
  .prod-section .swiper-btn-prv {
    left: var(--swiper-navigation-sides-offset, 6%);
    right: auto;
  }
  .prod-section .swiper-btn-nxt {
    right: var(--swiper-navigation-sides-offset, 4%);
    left: auto;
  }
  .prod-section .swiper-btn-nxt,
  .prod-section .swiper-btn-prv {
    top: var(--swiper-navigation-top-offset, 43%);
  }
  .prod-section .swiper-pagination {
    bottom: -30px;
  }
  .testimonial-area-2 .testimonial-activation {
    padding: 0 30px;
    margin: -30px -30px 0;
    margin-bottom: 20px;
  }
  .achvmnt-section .counterup-box.counterup-box-2 {
    border-bottom: none;
  }
  .edu-breadcrumb-area {
    padding: 40px 0 30px;
  }

  /* .caption-banner {
    bottom: 0%;
    width: auto;
    left: 0%;
    right: 0%;
    font-size: 10px;
    max-width: fit-content;
    padding: 0px;
    margin: auto;
  } */
}

@media screen and (max-width: 376px) {
  .caption-banner {
    bottom: 0%;
    width: auto;
    left: 0%;
    right: 0%;
    font-size: 10px;
    max-width: fit-content;
    padding: 0px;
    margin: auto;
  }
}

button.edu-btn svg {
  position: relative;
  font-size: 14px;
  margin-left: 10px;
}

.header-top .header-info li.log2:hover,
.header-top .header-info li.log1:hover {
  /* background: #93c255ba; */
  background-image: linear-gradient(
    to right top,
    #0d8575,
    #028e6f,
    #189664,
    #329d55,
    #4ca343,
    #4ca343,
    #4ca343,
    #4ca343,
    #329d55,
    #189664,
    #028e6f,
    #0d8575
  );
  opacity: 0.95;
}

img.obj_contain {
  object-fit: contain !important;
}
@media screen and (min-width: 767px) {
  .minw114 {
    min-width: 114px;
  }
  .edu-footer .edu-footer-widget .logo a img.logo-light {
    background: white;
    /* padding: 10px; */
    max-width: 100%;
    height: 78px;
    width: 126px;
    object-fit: contain;
    padding-top: 4px;
    padding-bottom: 5px;
  }
  .edu-footer .logo-igbc {
    left: 0px;
    position: relative;
  }
}

.wef {
  font-size: 14px;
  color: black;
  /* text-decoration: none; */
}
.edu-footer .edu-footer-widget .logo a img.logo-light {
  background: white;
  /* padding: 10px; */
  max-width: 100%;
  height: 78px;
  width: 126px;
  object-fit: contain;
  padding-top: 4px;
  padding-bottom: 5px;
}

#msform #delegateDetailsReview input,
#msform #delegateDetailsReview textarea,
#msform #delegateDetailsReview select {
  background: aliceblue;
  margin-top: 8px;
}
#msform #nominatedByReview input,
#msform #nominatedByReview textarea,
#msform #nominatedByReview select {
  background: aliceblue;
  margin-top: 8px;
}

/* div#main-wrapper {
  overflow-x: hidden;
} */
.main-thumb {
  position: relative;
}

.logo-overlay {
  position: absolute;
  top: 10px;
  /* Adjust as needed */
  left: 10px;
  /* Adjust as needed */
  z-index: 2;
  /* Make sure the logo appears on top of the main image */
}

.logo-overlay img {
  max-width: 200px;
  height: auto;
  background: white;
  padding-left: 6px;
  padding-right: 10px;
}

.admin-query {
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
}

.admin-query a {
  color: black;
  margin-left: 10px !important;
  font-size: 14px;
  font-weight: 600;
  color: green;
}

.sm_title_banner {
  font-size: 27px !important;
}

@media only screen and (max-width: 600px){
.lt-banner-rs {
  top: 0%;
  position: relative;
  /* background: #e3f8f8; */
  padding: 20px;
  padding-left: 5px;
  padding-right: 5px;
}
.cw47 {
  width: auto;
}
}
@media only screen and (max-width: 767px){
.popup-mobile-menu .mainmenu li a.active {
  color: #1fa9cb !important;
}
li.rating-drop.active a.rs-nav .toggle-icon {
  text-decoration: none;
  text-underline-offset: 0pc;
}
/* li.rating-drop.active a.rs-nav .menu-title-text {
  text-decoration: underline 1px;
  text-underline-offset: 11px;
}
li.rating-drop.active a.rs-nav .menu-title-text {
  text-decoration: underline 0px;
  text-underline-offset: 0px;
} */
li.rating-drop a.rs-nav .toggle-icon {
    /* text-align: right; */
    left: 90%;

    position: absolute;
    font-size: 21px;
    /* text-decoration: none !important; */

}
li.rating-drop a.rs-nav .toggle-icon  .svg-inline--fa {

  height: .93em;
  vertical-align: baseline;

}
.popup-mobile-menu .mainmenu .has-droupdown > a::after {

  display: none;
}
.net-zero-icn{
  /* pointer-events: none; */
}
.pt-all{
  pointer-events: all;
}
.popup-mobile-menu .mainmenu .rating-sys-menu.drop-m  .has-droupdown > a::after {

    display: block !important;

}
/* .net-zero-icn{

} */
.net-zero-icn a:hover {
 color: #000000 !important;
}
.net-zero-icn.open a:hover {
  color: #1ab69d !important;
 }
 .level-2-wrapper {
  width: 100%;
  margin-left: auto;
  padding-left: 0px;
  margin-right: auto;
}
.arrow-1-l {

  left: 38%;
  position: absolute;
  top: -48px;
  height: 48px !important;

}
.level-2-wrapper > li:not(:first-child) {
  margin-top: 30px;
}
.level-2-wrapper::after {
  display: none;
  content: "";
  position: absolute;
  left: -20px;
  bottom: -20px;
  width: calc(100% + 20px);
  height: 0px;
  background: var(--black);
}
.ol-main-last{
  padding-left: 0px;

}
.level-3-wrapper {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 14px;
  width: 100%;
  margin: 0 auto;
  padding-left: 0px;
}
.level-3-wrapper::before {
  content: "";
  position: absolute;
  top: -20px;
  left: calc(29% - 5px);
  width: calc(42% + 10px);
  height: 2px;
  background: var(--black);
}
.level-2::after {
  display: none;

}
.flowchart-ap h1, .flowchart-ap h2 {
  font-size: 14px;
  margin-bottom: 0px;
}
.arrow-1-l {
  left: 38%;
  position: absolute;
  top: -36px;
  height: 45px !important;
}
.level-3-wrapper {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 14px;
  width: 100%;
  margin: 0 auto;
  padding-left: 0px;
  margin-top: 4rem;
}
.faq-page-nav {
 margin-bottom: 20px !important;
}
.ap-main-sec.about-style-7 .about-image-gallery {

  padding: 0px 0 0 0px;

}
#exam-administraion .list-card.reg-card .sub-titlelist {
  /* margin-left: 4px; */
  color: green;
  margin-bottom: 0px;
  margin: auto;
  margin-bottom: 5px;
}

.h3.level-3.rectangle {
  min-height: 245px;

}
.features-area-5 {
  padding-top: 0px;
}
.rating-sys-graph .arrow-1-l {
  width: auto;
  height: 60px !important;
  /* left: 38.5%; */
  left: 40%;
  position: absolute;
  top: -48px;
  /* text-align: center;
  margin: auto; */
}
.cri-graph .arrow-1-l {
  width: auto;
  height: 53px !important;
  /* left: 38.5%; */
  left: 39.5%;
  position: absolute;
  top: -43px;
  text-align: center;
  margin: auto;
}
section.edu-section-gap {
padding-bottom: 0px !important;
}
.edu-cta-banner-area.home-one-cta-wrapper.bg-image {
  margin-top: 0px;
}
#igbc-rating-systems .features-area-5.feature-area-5-title.tech-bultn .mt40 {
  margin-top: 30px;
  margin-bottom: 0px;
  text-align: center;
}
.rating-sys-graph .sub-titlelist {
  margin-bottom: 18px !important;
}
.sml-my-1{
  margin-top: 10px !important;

}
.left-headings .title-with-line {
  text-align: left;
  margin-bottom: 10px;
}
.about-style-4 .about-image-gallery {

  text-align: center;
}
#igbc-membership .about-image-gallery img {
  /* border-radius: 10px; */
  max-height: 200px;

}
#igbc-membership .edu-section-gap.edu-about-area.about-style-4.pad-y-min .col-lg-6{
  margin-top: 10px;

}
#igbc-membership .edu-section-gap.edu-about-area.about-style-4.pad-y-min .col-lg-6.sal-animate{
  margin-top: 0px;

}
#igbc-membership .why-choose-area-1.grn-habitat.news-updates.membership-jn .row:nth-child(2){
margin-top: 0px !important;
}
.sm-mt-0{
  margin-top: 0px;
}

.about-style-4 .about-content .section-title p {
  margin-top: 15px;
}

/* div:nth-child(2) {
  background: red;
} */
#who-can-become-members .grn-habitat
    .why-choose-content
    .features-list
    .features-box.color-secondary-style
    .icon {
    margin-top: 4px;
}
.mt-sm0{
  margin-top: 0px;
}
.sm-my1{
  margin-top: 1rem !important;
  margin-bottom: 1rem  !important;
}
#igbc-membership .section-title p {
  margin-bottom: 14px;
  margin-top: 15px;
}
.my-5 {
  /* margin-top: 1rem !important; */
  margin-top: 3rem !important;
  margin-bottom: 2rem !important;
}



}

@media only screen and (min-width: 767px){
  .embed_jobs_with_style .rec-job-info a {
    color: #338cf0;
    text-decoration: none;
    font-weight: bold;
    font-size: 15px;
}
h2.rec-grp-heading {
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 10px;
}}
@media only screen and (min-width: 390px){
  h3.level-3.rectangle {
    min-height: 92%;
}
}

.login-box li {
  position: relative;
  display: inline-block;
  padding: 10px 20px;
  font-weight: bold;
  color: #fff;
  font-size: 16px;
  text-decoration: none;
  text-transform: uppercase;
  overflow: hidden;
  transition: .5s;
  margin-top: 40px;
  letter-spacing: 3px
}

.login-box li:hover {
  background: #fff;
  color: #272727;
  border-radius: 5px;
}

.login-box li a span {
  position: absolute;
  display: block;
}

.login-box li a span:nth-child(1) {
  top: 0;
  left: -100%;
  width: 100%;
  height: 2px;
  background: linear-gradient(90deg, transparent, #fff);
  animation: btn-anim1 1.5s linear infinite;
}

@keyframes btn-anim1 {
  0% {
    left: -100%;
  }

  50%,100% {
    left: 100%;
  }
}

.login-box a span:nth-child(2) {
  top: -100%;
  right: 0;
  width: 2px;
  height: 100%;
  background: linear-gradient(180deg, transparent, #fff);
  animation: btn-anim2 1.5s linear infinite;
  animation-delay: .375s
}

@keyframes btn-anim2 {
  0% {
    top: -100%;
  }

  50%,100% {
    top: 100%;
  }
}

.login-box a span:nth-child(3) {
  bottom: 0;
  right: -100%;
  width: 100%;
  height: 2px;
  background: linear-gradient(270deg, transparent, #fff);
  animation: btn-anim3 1.5s linear infinite;
  animation-delay: .75s
}

@keyframes btn-anim3 {
  0% {
    right: -100%;
  }

  50%,100% {
    right: 100%;
  }
}

.login-box a span:nth-child(4) {
  bottom: -100%;
  left: 0;
  width: 2px;
  height: 100%;
  background: linear-gradient(360deg, transparent, #fff);
  animation: btn-anim4 1.5s linear infinite;
  animation-delay: 1.125s
}

@keyframes btn-anim4 {
  0% {
    bottom: -100%;
  }

  50%,100% {
    bottom: 100%;
  }
}

.login-box p:last-child {
  color: #aaa;
  font-size: 14px;
}

.login-box a.a2 {
  color: #fff;
  text-decoration: none;
}

.login-box a.a2:hover {
  background: transparent;
  color: #aaa;
  border-radius: 5px;
}

.header-info li.log1 {

  background-image: linear-gradient(
  to right top,
  #0d8575,
  #028e6f,
  #189664,
  #329d55,
  #4ca343,
  #4ca343,
  #4ca343,
  #4ca343,
  #329d55,
  #189664,
  #028e6f,
  #0d8575
);
  background-image: linear-gradient(to left bottom, #319d06, #318815, #30741c, #2e601f, #2b4d20, #2c4c21, #2d4b22, #2e4a23, #345b25, #3a6c27, #417e27, #479027);
}

.header-info li.log1:hover {

  background-image: linear-gradient(
  to right top,
  #0d8575,
  #028e6f,
  #189664,
  #329d55,
  #4ca343,
  #4ca343,
  #4ca343,
  #4ca343,
  #329d55,
  #189664,
  #028e6f,
  #0d8575
) !important;
  background-image: linear-gradient(to left bottom, #319d06, #318815, #30741c, #2e601f, #2b4d20, #2c4c21, #2d4b22, #2e4a23, #345b25, #3a6c27, #417e27, #479027) !important;
}

.login-box:hover a span:nth-child(1),
.login-box:hover a span:nth-child(2),
.login-box:hover a span:nth-child(3),
.login-box:hover a span:nth-child(4) {
  animation-play-state: paused;
}

@media screen and (max-width: 767px) {

.grn-underline1 {
  text-underline-offset: 7px;
}

.blue-underline {
  text-underline-offset: 7px;
}
.edu-breadcrumb-area .edu-breadcrumb li.breadcrumb-item {

  font-size: 13px;

}
.edu-breadcrumb-area .edu-breadcrumb li.breadcrumb-item {
  margin-top: 0px !important;
  font-size: 13px;
  margin-bottom: 0px;
}
.tw60 {
  width: 100%;
}
}
@media only screen and (max-width: 768px){
.edu-breadcrumb-area .page-title .title {
    font-size: 21px;
}
.edu-breadcrumb-area {
  padding: 30px 0 20px;
}
.mob-mt0{
  margin-top: 0px !important;

}
.mob-mt5{
  margin-top: 5px;

}
.m-d-blk{
  display: inline-block !important;

}
#Green-Building-Congress-2023 a.edu-btn1.ev-btn1,  #Training a.edu-btn1.ev-btn1{
  margin-top: 10px;
}
ul.w-75{
width: 100% !important;

}
.obj-list .w-75 {
  width: 100% !important;
}
#fee-structure .black-underline {

  text-underline-offset: 7px !important;

}
.mob-inline-grid{
display: inline-grid;
}
ol.features-list.w-50 {
  width: 100% !important;
}

#advisory .table-emp .table tbody td:first-child,  #task .table-emp .table tbody td:first-child {
  border-bottom-left-radius: 10px;
  border-top-left-radius: 10px;
  display: flex;
  justify-content: inherit;
  align-items: center;
}
#task .table-emp .table tbody .tr-mid-head td:first-child {

  display: table-cell;

}
.gal-activities .edu-course.course-style-3 .content {
  padding: 20px 5px 30px;

}


.table-emp .name {
  vertical-align: inherit;
  /* top: -13px; */
  position: inherit;
}
.circle {
  display: inline-block;
  background-color: #00d53b;
  margin: 0px;
  border-radius: 22%;
  margin-right: 6px;
}
.circle-inner {
  color: white;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  text-decoration: none;
  /* min-height: 30px;
  min-width: 30px; */
  font-size: 16px;
}

 .circle {
  /* display: inline-block; */
  background-color: #00d53b;
  margin: 0px;
  border-radius: 17px !important;
  margin-right: 6px;
  width: 34px !important;
  height: 34px !important;
  text-align: center !important;
  align-items: center;
  vertical-align: middle !important;
  padding: 5px !IMPORTANT;
}

 .circle-inner {
  display: block;
  color: white;
  text-align: center;
  text-decoration: none;
  font-size: 16px;
  line-height: 24px !important;
  height: auto;
  width: auto;
}
/* .gal-container .col-md-12.col-lg-12 .edu-course1.course-style-3 {
   height: 287px;
} */

.edu-course.course-style-3:before {
display: none;
}
.col-md-12.col-lg-12.mob-mt0 {
  min-height: 250px;
  max-height: 260px;
}
.maxht211{
  max-height: 225px !important;

}
.mob-mx226{
  max-height: 226px !important;
}

.mob-mb0 {
  margin-bottom: 0px;
}
.mob-mt5{
  margin-top: 5px !important;

}
#individul-membership iframe {
  height: 500px !important;
  width: 100%;
}
#company-membership iframe{
  height: 600px !important;
  width: 100%;
}



}
@media only screen and (max-width: 600px){
.main-chair-cards .testimonial-grid.testimonial-style-3:first-child {
  /* text-align: center;
  margin-bottom: 0px;
  margin-top: 30px; */
}
#igbc-local-chapters section.edu-section-gap.gapp.course-details-area {
  padding-left: 0px !important;
  padding-right: 0px !important;
}
div#igbc-local-chapters-chairman .col-lg-12 {
  padding-left: 0px !important;
  padding-right: 0px !important;
}
.flowchart-ap .arrow-1-l {
  left: 42%;
  position: absolute;
  top: -36px;
  height: 45px !important;
}

 .edu-blog-widget.widget-latest-post .latest-post .thumbnail a img {
  border-radius: 5px;
  max-height: 95px;
  object-fit: cover;
  min-width: 134.11px;
  background: white;
}
.embed_jobs_with_style .rec-job-info a {

  font-size: 14px;
}
.embed_jobs_with_style .rec-group li span:first-child {
    padding-right: 8px;
    /* width: 50%; */
    display: table;
    color: #848484;
    color: #579504;
}
.embed_jobs_with_style .rec-job-info a {
  color: #338cf0;
  text-decoration: none;
  font-weight: bold;
  font-size: 15px;
}

}
@media only screen and (max-width: 376px){
.flowchart-ap .level-2.lb1::before {

  left: 49.5%;

}}
.link-event-thumbnail
{
color: #49210a;
font-weight: 500;
text-decoration: underline;
text-underline-offset: 4px;
}
.link-event-thumbnail-wu
{
color: #49210a;
font-weight: 500;
text-decoration: none;
}
.link-event-thumbnail-wu:hover
{
color: #49210a;

}
@media only screen and (max-width: 376px){
.gal-activities .inner-head {
  font-size: 18px;
  line-height: 1;
  padding-top: 10px;
  padding-bottom: 8px;
}}
@media only screen and (max-width: 390px){

  .col-md-12.col-lg-12.mob-mt0 {
    min-height: 211px;
    max-height: 250px;
  }

  }
@media only screen and (max-width: 376px){
.mob-mx226 {
  max-height: 234px !important;
  min-height: 239px !important;
}}
@media only screen and (min-width: 400px) and (max-width:600px){
.col-md-12.col-lg-12.mob-mt0 {
  min-height: 226px;
  max-height: 260px;
}}
@media only screen and (min-width: 400px)and (max-width:600px){
.left-headings .title-with-line h3 {
  margin-bottom: auto;
  font-size: 18px;
}}
@media only screen and (max-width: 365px){
.col-md-12.col-lg-12.mob-mt0 {
  min-height: 211px;
  max-height: 231px;
}
.mob-mx226 {
  max-height: 211px !important;
  min-height: 231px !important;
}

}
@media only screen and (max-width: 399px) and (min-width:391px){
.col-md-12.col-lg-12.mob-mt0 {
  min-height: 222px;
  max-height: 250px;
}
.maxht211 {
  max-height: 230px !important;
}}

.embed_jobs_with_style .rec-group li span:first-child {

  color: #579504 !important;
}
