:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: var(--primary-color);
  --secondary: #213364;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}


/* Start */
.w3l-main-slider li {
  list-style-type: none;
}

.w3l-main-slider .banner-info-bg ul li {
  display: inline-block;
  margin-right: 10px;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 20px;
  color: var(--para-color);
}

.w3l-main-slider .banner-info-bg h6 {
  font-size: 36px;
  margin-bottom: 14px;
  color: #fff;
}

.w3l-main-slider .banner-info-bg h5 {
  font-size: 56px;
  line-height: 66px;
  font-weight: 600;
  color: #fff;
}

.w3l-main-slider .banner-info-bg h5 span {
  font-weight: 300;
}

.w3l-main-slider .banner-info-bg p {
  color: #fff;
  font-weight: 600;
  font-size: 18px;
  max-width: 580px;
}

.w3l-main-slider .banner-info-bg ul {
  margin: 24px 0;
}

.w3l-main-slider .banner-info-bg {
  max-width: 650px;
  margin-top: 20px;
  margin-bottom: 30px;
}

.w3l-main-slider p.text-label {
  color: #fff;
  font-size: 20px;
  margin-bottom: 5px;
  text-transform: uppercase;
}

.w3l-banner-grids {
  z-index: 10;
  position: absolute;
  width: 80%;
  left: 0;
  right: 0;
  bottom: 40px;
  margin: 3em auto 0;
}

.w3l-banner-grids .bangrids-inn {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 40px;
}

.w3l-banner-grids .banhny-grid-1 {
  display: grid;
  grid-template-columns: 1fr 4fr;
  grid-gap: 10px;
}

.banhny-grid-icon {
  text-align: center;
}

.w3l-banner-grids .banhny-grid-1 span {
  font-size: 30px;
  color: #fff;
}

.w3l-banner-grids .banhny-grid-1 h6 a {
  font-size: 24px;
  font-weight: 600;
  display: block;
  color: #fff;
  text-transform: capitalize;
}

.w3l-banner-grids .banhny-grid-right-info p {
  color: #fff;
  opacity: 0.8;
  margin-top: 10px;
}


.w3l-main-slider .banner-slider {
  position: relative;
  z-index: 1;
}

.w3l-main-slider .slider-info a img {
  transition: 0.3s ease-in;
  -webkit-transition: 0.3s ease-in;
  -o-transition: 0.3s ease-in;
  -moz-transition: 0.3s ease-in;
  -ms-transition: 0.3s ease-in;
}

.w3l-main-slider .companies20-content {
  position: relative;
}

.w3l-main-slider .banner-view {
  background: url(../images/banner1.jpg) no-repeat center;
  background-size: cover;
  min-height: 100vh !important;
  position: relative;
  z-index: 0;
  display: grid;
  align-items: center;
  padding: 3em 0;
}

.w3l-main-slider .banner-top1 {
  background-size: cover;
    /* linear-gradient(to right, rgba(238, 219, 219, 0.7), rgba(192, 153, 153, 0.445)), */
    background-image: url(../img/banner4.jpg);
    background-repeat: no-repeat,
    no-repeat,
    no-repeat;
    background-position: center;
    background-attachment: fixed;
    min-height: 100vh !important;
    display: flex;
    align-items: center;
    overflow: hidden;
    padding-top: 25px;
}

.objective{
  background-size: cover;
    /* linear-gradient(to right, rgba(238, 219, 219, 0.7), rgba(192, 153, 153, 0.445)), */
    /* background-image:  url(../img/objectivebg.jpg); */
    background-repeat: no-repeat,
    no-repeat,
    no-repeat;
    background-position: center;
    background-attachment: fixed;
    min-height: 70vh !important;
    display: flex;
    align-items: center;
    overflow: hidden;
    /* padding-top: 25px; */
    color: white !important;
}

.w3l-main-slider .banner-top2 {
  background: url(../img/banner5.jpg) no-repeat center;
  background-size: cover;
}

.w3l-main-slider .banner-top3 {
  background: url(../images/banner4.jpg) no-repeat center;
  background-size: cover;
}

.w3l-main-slider .banner-view:before {
  content: "";
  background: rgb(8 8 8 / 64%);
  position: absolute;
  top: 0;
  min-height: 100vh;
  left: 0;
  right: 0;
  z-index: -1;
}
@media (max-width:1280px) {
  .w3l-banner-grids .banhny-grid-1 h6 a {
    font-size: 22px;
  }
}
@media (max-width:1080px) {
  .w3l-banner-grids .banhny-grid-1 h6 a {
    font-size: 20px;
  }
}
@media (max-width: 992px) {
  .w3l-main-slider .banner-view {
    min-height: 600px;
  }

  .w3l-main-slider .banner-info-bg h5 {
    font-size: 50px;
    line-height: 55px;
  }

  .w3l-main-slider .owl-nav {
    display: none;
  }
  .w3l-banner-grids {
    margin: 3em auto 0;
    display: none;
  }
}

@media (max-width: 768px) {
  .w3l-main-slider .banner-view {
    min-height: 500px;
  }

  .w3l-main-slider .banner-info-bg h5 {
    font-size: 40px;
    line-height: 45px;
  }

  .w3l-main-slider .banner-info-bg p {
    font-size: 16px;
  }
}

@media (max-width:600px) {
  .w3l-main-slider .banner-view {
    min-height: 480px;
  }

  .w3l-main-slider .banner-info-bg {
    margin-top: 40px;
  }

  .w3l-main-slider .arrow-downhny {
    position: absolute;
    bottom: 15px;
    left: -20px;
    right: 0px;
    margin: 0 auto;
    text-align: center;
  }
}

@media (max-width: 415px) {
  .w3l-main-slider .banner-info-bg h5 {
    font-size: 30px;
    line-height: 35px;
  }

}

.owl-nav {
  display: none;
}

@-webkit-keyframes ripple {
  0% {
    box-shadow: 0 0 0 0 rgba(254, 90, 14, 0.5), 0 0 0 10px rgba(254, 90, 14, 0.5), 0 0 0 20px rgba(254, 90, 14, 0.5);
  }

  100% {
    box-shadow: 0 0 0 10px rgba(0, 9, 0, 0.15), 0 0 0 20px rgba(254, 90, 14, 0.5), 0 0 0 30px rgba(50, 100, 245, 0);
  }
}

@keyframes ripple {
  0% {
    box-shadow: 0 0 0 0 rgba(254, 90, 14, 0.5), 0 0 0 10px rgba(254, 90, 14, 0.5), 0 0 0 20px rgba(254, 90, 14, 0.5);
  }

  100% {
    box-shadow: 0 0 0 10px rgba(254, 90, 14, 0.5), 0 0 0 20px rgba(254, 90, 14, 0.5), 0 0 0 30px rgba(50, 100, 245, 0);
  }
}

/* End  */


.partners .item{
  border: 1px solid black;
}


/* about page */

/* convention-inner-banner */
.convention-inner-banner {
  background: url(../img/advert.jpg) no-repeat center;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  -ms-background-size: cover;
  min-height: 300px;
  position: relative;
  z-index: 1;
}

.convention-inner-banner::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgb(0 0 0 / 35%);
  z-index: -1;
}


.w3l-breadcrumb {
  display: block;
  text-align: center;
  margin: 0 auto;
  z-index: 100;
  padding-top: 150px;
  z-index: 99;
}

.breadcrumbs-custom-path {
  text-align: center !important;
  display: inline-block;
}

.breadcrumbs-custom-path li {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
  line-height: 1.5;
  text-transform: capitalize;
  color: #d4d4d4;
}

.breadcrumbs-custom-path li span.fa {
  font-size: 12px;
}

.breadcrumbs-custom-path a,
.breadcrumbs-custom-path a:active,
.breadcrumbs-custom-path a:focus {
  color: #fff;
}

@media (max-width: 800px) {
  .convention-inner-banner {
    min-height: 260px;
  }

  .w3l-breadcrumb {
    padding-top: 120px;
  }

  .breadcrumbs-custom-path li {
    font-size: 16px;
  }
}

@media (max-width: 568px) {
  .convention-inner-banner {
    min-height: 200px;
  }

  .breadcrumbs-custom-path li {
    font-size: 15px;
  }

  .w3l-breadcrumb {
    padding-top: 100px;
  }
}

/* //convention-inner-banner */


/* inner-banner */
.inner-banner {
  background: url(../img/banner1.jpg) no-repeat center;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  -ms-background-size: cover;
  min-height: 300px;
  position: relative;
  z-index: 1;
}

.inner-banner::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgb(0 0 0 / 35%);
  z-index: -1;
}


.w3l-breadcrumb {
  display: block;
  text-align: center;
  margin: 0 auto;
  z-index: 100;
  padding-top: 150px;
  z-index: 99;
}

.breadcrumbs-custom-path {
  text-align: center !important;
  display: inline-block;
}

.breadcrumbs-custom-path li {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
  line-height: 1.5;
  text-transform: capitalize;
  color: #d4d4d4;
}

.breadcrumbs-custom-path li span.fa {
  font-size: 12px;
}

.breadcrumbs-custom-path a,
.breadcrumbs-custom-path a:active,
.breadcrumbs-custom-path a:focus {
  color: #fff;
}

@media (max-width: 800px) {
  .inner-banner {
    min-height: 260px;
  }

  .w3l-breadcrumb {
    padding-top: 120px;
  }

  .breadcrumbs-custom-path li {
    font-size: 16px;
  }
}

@media (max-width: 568px) {
  .inner-banner {
    min-height: 200px;
  }

  .breadcrumbs-custom-path li {
    font-size: 15px;
  }

  .w3l-breadcrumb {
    padding-top: 100px;
  }
}

/* //inner-banner */

/* about page */


.active {
  font-weight: bold !important;
  box-shadow: 2px solid purple;
}


.nav-fixed .navbar-expand-md .navbar-nav .nav-link {
  color: var(--dark) !important;
  opacity: 0.95;
}


.navbar-expand-md .navbar-nav .nav-link {
  color: var(--white) !important;
  opacity: 0.95;
}


.nav-fixed .navbar-expand-md .navbar-nav li.nav-item.active .nav-link {
  color: var(--primary-color);
}

.nav-fixed .navbar-expand-md .navbar-nav li.nav-item .nav-link:hover {
  color: var(--primary-color);
}

.nav-fixed .navbar-expand-md .navbar-brand span.fa {
  color: var(--primary-color);
}

.nav-fixed .navbar-expand-md .navbar-brand span.sub-logo {
  color: #272121;
}

/*  */
/* faq style */
.w3l-faq .transition,
.w3l-faq p,
.w3l-faq ul li i:before,
.w3l-faq ul li i:after {
  transition: all 0.25s ease-in-out;
}

.w3l-faq .flipIn,
.w3l-faq h1,
.w3l-faq ul li {
  -webkit-animation: flipdown 0.5s ease both;
  animation: flipdown 0.5s ease both;
}

.w3l-faq .no-select,
.w3l-faq h2 {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.w3l-faq h2 {
  font-size: 20px;
  line-height: 1;
  font-weight: normal;
  display: block;
  margin: 0;
  cursor: pointer;
  color: black;
}

.w3l-faq p {
  color: var(--text-color);
  font-size: 16px;
  line-height: 24.5px;
  position: relative;
  overflow: hidden;
  max-height: 800px;
  opacity: 1;
  transform: translate(0, 0);
  margin-top: 14px;
  z-index: 2;
}

.w3l-faq ul {
  list-style: none;
  padding: 0;
  max-width: 750px;
  margin: 0 auto;
}

.w3l-faq ul li {
  position: relative;
  padding: 24px 40px 24px 20px;
  border-bottom: 1px solid rgba(181, 227, 246, 0.452);
  border-radius: 4px;
}

.w3l-faq ul li:nth-of-type(1) {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

.w3l-faq ul li:nth-of-type(2) {
  -webkit-animation-delay: 0.75s;
  animation-delay: 0.75s;
}

.w3l-faq ul li:nth-of-type(3) {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.w3l-faq ul li:nth-of-type(4) {
  -webkit-animation-delay: 1.25s;
  animation-delay: 1.25s;
}

.w3l-faq ul li:nth-of-type(5) {
  -webkit-animation-delay: 1.50s;
  animation-delay: 1.50s;
}

.w3l-faq ul li:nth-of-type(6) {
  -webkit-animation-delay: 1.75s;
  animation-delay: 1.75s;
}

.w3l-faq ul li i {
  position: absolute;
  transform: translate(-6px, 0);
  margin-top: 14px;
  right: 25px;
  top: 16px;
}

.w3l-faq ul li i:before,
.w3l-faq ul li i:after {
  content: "";
  position: absolute;
  background-color: pink;
  width: 3px;
  height: 9px;
}

.w3l-faq ul li i:before {
  transform: translate(-2px, 0) rotate(45deg);
}

.w3l-faq ul li i:after {
  transform: translate(2px, 0) rotate(-45deg);
}

.w3l-faq ul li input[type=checkbox] {
  position: absolute;
  cursor: pointer;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0;
  top: 0;
  left: 0;
  appearance: none;
  -webkit-appearance: none;
}

.w3l-faq ul li input[type=checkbox]:checked~p {
  margin-top: 0;
  max-height: 0;
  opacity: 0;
  transform: translate(0, 50%);
}

.w3l-faq ul li input[type=checkbox]:checked~i:before {
  transform: translate(2px, 0) rotate(45deg);
}

.w3l-faq ul li input[type=checkbox]:checked~i:after {
  transform: translate(-2px, 0) rotate(-45deg);
}

/* //progress & faq section */

.btn {
  background-color: #008000 !important;
}

.program-inner h3{
  color: #008000;
}

.program-inner p{
  color: black;
}

.wrapper p{
  color: black;
}

.btn-link{
  padding: 12px !important;
  border: none !important;
  border-radius: 5px;
  color: black;
}

.feature-05-inner h3{
  color: black;
}

.feature-05-inner h6 a{
  color: #008000 !important;
}

.menu-link a{
    color: #008000 !important;
}

/* .contact-item a{
  color: #008000;
} */

.abt-bg{
  background: var(--blue);
}

.blog-content div a{
  color: black;
}

.info-txt a span{
  font-size: 16px;
  color: black;
}

.info-txt a i{
  /* color: var(--blue); */
  font-size: 18px;
}