/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  font-family: "Open Sans", sans-serif;
  color: #555555;
}

html,
body {
  overflow-x: hidden;
}

a {
  text-decoration: none;
  color: #7cc576;
}

a:hover {
  color: #9ed49a;
  text-decoration: none;
}

p {
  font-size: 16px !important;
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background: #7cc576;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  transition: all 0.4s;
}

.back-to-top i {
  font-size: 28px;
  color: #fff;
  line-height: 0;
}

.back-to-top:hover {
  background: #97d193;
  color: #fff;
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

/*--------------------------------------------------------------
# Disable AOS delay on mobile
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }

  /* .speak_row {
    display: block !important;
  } */
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  height: 90px;
  transition: all 0.5s;
  padding: 2%;
  z-index: 997;
  transition: all 0.5s;
  background: #72A146;
  box-shadow: 0 4px 10px -3px hsla(0, 0%, 75%, 0.5);
}

#header .container {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
}

#header .logo h1 a,
#header .logo h1 a:hover {
  color: #fff;
  text-decoration: none;
}

#header .logo img {
  padding: 0;
  margin: 0;
  max-height: 40px;
}

@media (max-width: 992px) {
  #header {
    height: 70px;
  }
}

.scrolled-offset {
  margin-top: 90px;
}

@media (max-width: 992px) {
  .scrolled-offset {
    margin-top: 90px;
  }
}

.language {
  color: #fff;
  border: solid 2px #fff;
  border-radius: 10px;
  background: #72A146;
}

.language:hover {
  color: #72A146;
  border: solid 2px #72A146;
  border-radius: 10px;
  background: #fff;
  transition: all 0.5s;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation
*/
.navbar {
  padding: 0;
}

.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
  font-weight: 200;
}

.navbar li {
  position: relative;
}

.navbar a,
.navbar a:focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 5px 0 5px 30px;
  font-size: 20px;
  color: #fff;
  white-space: nowrap;
  transition: 0.3s;
}

.navbar a i,
.navbar a:focus i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}

.navbar a:hover,
.navbar .active,
.navbar .active:focus,
.navbar li:hover>a {
  color: #fff;
  font-weight: bold;
  text-decoration: underline;
}

.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 14px;
  top: calc(100% + 30px);
  margin: 0;
  padding: 10px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
}

.navbar .dropdown ul li {
  min-width: 200px;
}

.navbar .dropdown ul a {
  padding: 10px 20px;
  font-size: 15px;
  text-transform: none;
  font-weight: 600;
  color: #7cc576;
}

.navbar .dropdown ul a i {
  font-size: 12px;
}

.navbar .dropdown ul a:hover,
.navbar .dropdown ul .active:hover,
.navbar .dropdown ul li:hover>a {
  color: #7cc576;
}

.navbar .dropdown:hover>ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}

.navbar .dropdown .dropdown:hover>ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}

@media (max-width: 1640px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }

  .navbar .dropdown .dropdown:hover>ul {
    left: -100%;
  }
}

/**
* Mobile Navigation
*/
.mobile-nav-toggle {
  color: #fff;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
  margin-left: 34vh;
}

.mobile-nav-toggle.bi-x {
  color: #fff;
}

@media (max-width: 991px) {
  .mobile-nav-toggle {
    display: block;
  }

  .navbar ul {
    display: none;
  }
}

.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: #72A146;
  transition: 0.3s;
  z-index: 999;
}

.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
}

.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  padding: 10px 0;
  background: #72A146;
  overflow-y: auto;
  transition: 0.3s;
}

.navbar-mobile a,
.navbar-mobile a:focus {
  padding: 10px 20px;
  font-size: 15px;
  color: #fff;
}

.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover>a {
  font-weight: bold;
  color: #fff;
}

.navbar-mobile .getstarted,
.navbar-mobile .getstarted:focus {
  margin: 15px;
}

.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}

.navbar-mobile .dropdown ul li {
  min-width: 200px;
}

.navbar-mobile .dropdown ul a {
  padding: 10px 20px;
}

.navbar-mobile .dropdown ul a i {
  font-size: 12px;
}

.navbar-mobile .dropdown ul a:hover,
.navbar-mobile .dropdown ul .active:hover,
.navbar-mobile .dropdown ul li:hover>a {
  color: #7cc576;
}

.navbar-mobile .dropdown>.dropdown-active {
  display: block;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  width: 100%;
  height: 46em;
  background: url("../img/homebg.png");
  background-position: 0% 98%;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

#hero .hero-container {
  position: absolute;
  bottom: 0;
  top: 3%;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  flex-direction: column;
  text-align: center;
  padding: 0 15px;
}

#hero .hero-container .hero2 {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-bottom: 3%;
}

.hero-logo img {
  margin: 0 5%;
}

#hero h1 {
  margin: 0 0 30px 0;
  font-size: 38px;
  line-height: 60px;
  color: #fff;
  font-family: "Open Sans", sans-serif;
}

#hero h2 {
  color: #fff;
  margin-bottom: 20px;
  font-size: 32px;
  font-family: "Open Sans", sans-serif;
}

#hero h3 {
  color: #fff;
  margin: 2% 0;
  font-family: "Open Sans", sans-serif;
  text-shadow: 2px 2px #2f2f2f;
}

#counter-stats .container {
  max-width: 90%;
  display: flex;
  flex-direction: row;
}

#counter-stats .container {
  margin-bottom: 12em;
}

#counter-stats .container .stats {
  color: #fff;
  padding-right: 45px;
  display: flex;
  flex-direction: row;
}

#counter-stats .container .stats img {
  height: 70%;
}

#counter-stats .container .stats .stat1 {
  padding-right: 45px;
}

#counter-stats .container .stats .stat1 h1 {
  font-family: "Open Sans", sans-serif;
  font-size: 54px;
  margin-bottom: 3%;
}

#counter-stats .container .stats .stat1 h6 {
  font-family: "Open Sans", sans-serif;
  font-size: 12px;
}

@media (max-width: 1250px) {
  #hero {
    height: 50em;
  }

}

@media (max-width: 380px) {
  #hero {
    height: 20em;
  }

}

@media (max-width: 756px) {

  #hero {
    height: 32em;
  }

  #hero h1 {
    font-size: 18px;
    line-height: 26px;
  }

  #hero h2 {
    font-size: 16px;
    line-height: 12px;
  }

  .hero-logo img {
    height: 100%;
    width: 100%;
  }

  #hero h3 {
    margin-top: 5%;
    font-size: 15px;
    text-shadow: 2px 2px #2f2f2f;
  }

  #hero h3 img {
    height: 20px;
    width: 20px;
  }

  #counter-stats {
    margin-top: 12%;
  }


  #counter-stats .container .stats {
    padding-right: 25px;
  }

  #counter-stats .container .stats .stat1 {
    padding-right: 20px;
  }

  #counter-stats .container .stats .stat1 h1 {
    font-size: 20px;
    margin-bottom: 10%;
  }
  #counter-stats .container .stats .stat1 h6 {
    font-size: 7px;
  }

  #counter-stats .container .stats img {
    height: 50%;
  }  
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 60px 0;
  overflow: hidden;
}

.section-bg {
  background-color: whitesmoke;
}

/*--------------------------------------------------------------
# About Us
--------------------------------------------------------------*/
.about p {
  text-align: justify !important;
}

.about .message {
  background: url("../img/msg.png");
  background-position: center center;
  background-repeat: no-repeat;
  object-fit: cover;
  padding: 4% 0% 2% 0%;
  border-radius: 10px;
  color: #fff;
  max-width: 78em;
}

.img-moving-anim1 {
  position: relative;
  -webkit-animation: glide1 3s linear infinite alternate;
  animation: glide1 3s linear infinite alternate;
}

.about .message .col-lg-4 {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-left: 9%;
}

.about .content {
  padding-right: 10%;
}


.about .message p {
  font-size: 20px;
}

.about .messagelast {
  display: flex;
  flex-direction: row;
  justify-content: space-between;

}

.about .msg {
  margin-top: 5%;
  display: flex;
  flex-direction: row;
  align-items: center;
  max-width: 100%;
  background: url("../img/forummain.png");
  background-position: center center;
  background-repeat: no-repeat;
  object-fit: cover;
  padding: 5%;
  background-color: #72A146;
}

.about .msg .row {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  color: #fff;
}

.about .msg .row .col {
  margin: 0 2%;
  padding: 4% 3%;
  border-radius: 10px;
}

.msg .read {
  text-align: center !important;

}

.msg .read a {
  border: solid 2px #fff;
  padding: 1%;
}

.about .msg .row .col1 {
  background: url("../img/right.png");
  background-position: 2% 98%;
  background-color: #3778A4;
}

.about .msg .row .col2 {
  background-image: url("../img/left.png");
  background-color: #3778A4;
  background-position: 4% 90%;
}

.about .msg .row .col a {
  color: #fff;
}

.about .msg .row .col h3 {
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
}

.about .msg .row .col p {
  font-family: "Open Sans", sans-serif;
}

@media (max-width: 994px) {
  .about .message {
    max-width: 100em;
  }

  .about .messagelast {
    display: flex;
    flex-direction: column;
    padding: 4% 0;

  }

  .about .content {
    text-align: center;
    padding: 0 2%;

  }

  .about .message {
    background-image: linear-gradient(to right, #1E5D92, #60A42D);
  }

  .about .msg {
    background: #60A42D;
  }

}

@media (max-width: 635px) {
  .about .message {
    background: url("../img/messagebgverti.png");
    border-radius: 0px;
    background-position: center center;
    background-repeat: no-repeat;
    object-fit: cover;
  }

  .about .msg {
    background: url("../img/forummain\ -\ Copy.png");
    border-radius: 0px;
    background-position: center center;
    background-repeat: no-repeat;
    object-fit: cover;
  }

}

@media (max-width: 768px) {
  .about .message {
    max-width: 100em;
  }

  section {
    padding: 0% 0%;
    overflow: hidden;
  }

  .about .message .row {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

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

  .about .message p {
    font-size: 18px;
  }

  .messagelast p {
    text-align: center !important;
  }

  .about .message .col-lg-4 img {
    height: 80%;
    width: 50%;
  }

  .about .messagelast {
    display: flex;
    flex-direction: column;
    padding: 4% 0;

  }

  .about .content {
    text-align: center;
    padding: 0 3%;

  }

  /* .about .msg{
    background: url("../img/forummain\ -\ Copy.png");
    border-radius: 0px;
    background-position: center center;
    background-repeat: no-repeat;
    object-fit: cover;
  } */

  .about .msg .row {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 95%;
  }

  .about .msg .row .col {
    margin: 3% 0%;
    border-radius: 10px;
    text-align: center;
  }

  .about .msg .row .col h2 {
    font-size: 23px;
  }

  .about .msg .row .col p {
    font-size: 18px;
  }

  .about .msg .row .col {
    padding: 6%;
  }

}

@media (max-width: 410px) {

  .about .msg .row .col h2 {
    font-size: 1.3rem !important;
  }

  .about .msg .row .col p {
    font-size: 1rem !important;
  }

  .about .msg {
    padding: 3% !important;
  }
}

/* @media (max-width:560px){
  .about .msg .row {
    flex-direction: row;
  }
} */

/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.services {
  padding: 0px 0px !important;
}

.slide1 {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.slide1 h2 {
  font-family: "Open Sans", sans-serif;
  text-transform: none;
  text-align: center;
  color: #3778A4;
  margin-bottom: 2px !important;
}

.slide-container {
  max-width: 100%;
  width: 100%;
  padding: 40px 0;
}

.slide-content {
  margin: 0 50px;
  overflow: hidden;

}

.card {
  border-radius: 10px;
  background-color: #FFF;
  border: solid 1px #72A146;
}

.image-content,
.card-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 10px 14px;
  background-color: #72A146;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  max-height: 100%;
}

.services .card img {
  cursor: pointer;
}


.card-image {
  position: relative;
  height: 100%;
  width: 100%;
}

.card-image .card-img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.name {
  color: #fff;
}

.card-content p {
  color: #fff;
}


.swiper-navBtn {
  color: #fff;
  transition: color 0.3s ease;
  background-color: #72A146;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  text-align: center;
}

.swiper-navBtn:hover {
  color: #72A146;
  background-color: #fff;
}

.swiper-navBtn::before,
.swiper-navBtn::after {
  font-size: 15px;
}

.swiper-button-next {
  right: 0;
}

.swiper-button-prev {
  left: 0;
}

.swiper-pagination-bullet {
  background-color: #72A146;
  opacity: 1;
}

.swiper-pagination-bullet-active {
  background-color: #72A146;
}

.modal-header h5 {
  font-weight: bolder;
}

.modal-body p {
  text-align: justify !important;
}

.modal-body {
  padding: 1% 2%;
}

@media screen and (max-width: 768px) {
  #services {
    margin-top: 10%;
  }

  .slide-content {
    margin: 0 10px;
  }

  .swiper-navBtn {
    display: none;
  }
}


/*--------------------------------------------------------------
# Featured
--------------------------------------------------------------*/
.featured {
  padding: 40px 0 0 0;
  background: white;
}

@keyframes slide-down {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}


.youth {
  max-width: 100%;
  background: url("../img/youthsession.png");
  background-position: 23% 0%;
  display: flex;
  flex-direction: row;
  background-repeat: no-repeat;
  align-items: center;
  background-position: center;
}

.youth::before {
  content: '';
  background: #1B5F8C;
  position: absolute;
  opacity: 0.8;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: -1;
}


.youth .row1 {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin: 1% -6%;
}

.youth .row {
  text-align: center;
}

.date {
  border-right: solid 3px #fff;
}

.date h3 {
  text-align: right;
}

.time h3 {
  text-align: left;
}

.btn button {
  margin: 3% 0;
  background: #6A883A;
  border: 0;
  padding: 6px 50px;
  color: #fff;
  transition: 0.4s;
  border-radius: 14px;
  font-size: 25px;
}

.forum {
  max-width: 100%;
  background-image: url('../img/main.png');
  background-position: 0 98%;
  padding: 4% 13%;
}

.forum::after {
  content: '';

  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.youth::before {
  content: '';
  background: #1B5F8C;

}

.forum1 {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  color: #fff;
}

.forum1 div {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 3%;
}

.forum1 h1 {
  text-align: center;
  color: #fff;
}

.forum .col {
  margin: 0 1%;
  padding: 5%;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.forum .col11 {
  background-image: url('../img/2.png');
  background-repeat: round;
}

.forum .col22 {
  background-image: url('../img/3.png');
  background-repeat: round;

}

.forum1 h2 {
  text-decoration: underline;
  margin-bottom: 5%;
}

.forum1 h3 {
  margin-bottom: 5%;
}

.youth2 .container {
  border-radius: 10px;
  padding: 2em;
  color: #fff;
  background-color: #60A42D;
  background-image: url("../img/cover.png");
  background-position: 40% 78%;

}

.youth2 .container h3 {
  font-weight: bold;
  margin-bottom: 2%;
}

.youth2 .container h4 {
  margin-bottom: 2%;
}

.youth2 .container h5 {
  margin: 2% 0%;
  text-align: center;
  font-weight: bold;
  text-decoration: underline;
}

.youth2 .container h5 {
  margin: 1% 0% !important;
}

.youth2 .container p {
  margin: 1% 0% !important;
}

.youth2 .container .row {
  display: flex;
  flex-direction: row;
  align-items: center;
}


@media screen and (max-width: 768px) {
  .youth p {
    font-size: 22px;
  }

  .youth h3 {
    font-size: 12px !important;
  }

  .date {
    border-right: solid 1px #fff;
  }

  .forum1 {
    flex-direction: column;
  }

  .forum {
    padding: 4% 5%;
  }

  .forum1 .col {
    margin: 4% 0%;
  }

  .btn button {
    padding: 6px 50px;
    color: #fff;
    transition: 0.4s;
    border-radius: 14px;
    font-size: 15px;
  }

  .youth2 .container .row {
    display: flex;
    flex-direction: column;

  }

}

/*--------------------------------------------------------------
# Why Us
--------------------------------------------------------------*/
.why-us {
  background: whitesmoke;
  padding: 0;
}

.why-us .container-fluid {
  margin-top: 1%;
  max-width: 100%;
}

.why-us .container-fluid .row {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.why-us .container-fluid .row .shell {
  background-image: url("../img/shell.png");
  background-position: center center;
  background-repeat: no-repeat;
  object-fit: cover;
  margin-right: 8px;
  display: flex;
  flex-direction: row;
}


.why-us .container-fluid .row .opal {
  background-image: url("../img/opal.png");
  background-position: center center;
  background-repeat: no-repeat;
  object-fit: cover;
  margin-right: 8px;
}

.why-us .video-box {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  min-height: 500px;
  position: relative;
}

.why-us .play-btn {
  width: 94px;
  height: 94px;
  background: radial-gradient(#7cc576 50%, rgba(124, 197, 118, 0.4) 52%);
  border-radius: 50%;
  display: block;
  position: absolute;
  left: calc(50% - 47px);
  top: calc(50% - 47px);
  overflow: hidden;
}

.why-us .play-btn::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 100;
  transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.why-us .play-btn::before {
  content: "";
  position: absolute;
  width: 120px;
  height: 120px;
  animation-delay: 0s;
  animation: pulsate-btn 2s;
  animation-direction: forwards;
  animation-iteration-count: infinite;
  animation-timing-function: steps;
  opacity: 1;
  border-radius: 50%;
  border: 5px solid rgba(124, 197, 118, 0.7);
  top: -15%;
  left: -15%;
  background: rgba(198, 16, 0, 0);
}

.why-us .play-btn:hover::after {
  border-left: 15px solid #7cc576;
  transform: scale(20);
}

.why-us .play-btn:hover::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border: none;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 200;
  animation: none;
  border-radius: 0;
}

.sponsor .col-md-6,
.col-md-4 {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.sponsor1 {
  padding: 0 12%;
}

@media screen and (max-width: 768px) {
  .why-us .container-fluid .row {
    flex-direction: column;
  }

  .why-us .container-fluid .row .col {
    margin: 2% 0%;
  }
}

@keyframes pulsate-btn {
  0% {
    transform: scale(0.6, 0.6);
    opacity: 1;
  }

  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}

/*--------------------------------------------------------------
# Portfolio
--------------------------------------------------------------*/
.portfolio {
  text-align: center;
}

.portfolio h2 {
  color: #3778A4;
}

.portfolio p {
  font-weight: bold;
  color: #000;
}

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact .container {
  max-width: 100%;
}

.contact .container .roww {
  margin: 0% 1%;
}

.conn {
  color: #fff;
  padding: 3% 3% 0% 3%;
  border-radius: 10px;
  background-image: url('../img/contact.png');
  /* background-position: 0 42%; */
  background-repeat: round;
}

.conn h4 {
  font-size: 28px;
  font-family: "Open Sans", sans-serif;
}

.conn h5 {
  font-family: "Open Sans", sans-serif;
  font-size: 24px;
}

.conn .col-md-3 {
  width: 9%;
}

.conn .row {
  padding-top: 3%;
  border: solid 1px #fff;
  margin: 4% 0 4% 0;
}

.conn p {
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
}

.social {
  border: none !important;
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  margin-top: 10% !important;
}

.social .col-md-2 img {
  background-color: #fff;
  border-radius: 50%;
  padding: 12%;
}

.social .col-md-2:nth-child(5) img {
  padding: 16%;
}

.roww .col-lg-8 {
  background: none !important;
}

.contact iframe {
  height: 100%;
  width: 100%;
  border-radius: 10px;
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@media screen and (max-width: 768px) {
  .social {
    justify-content: center !important;
  }

  .social .col-md-2 img {
    padding: 10%;
  }

  .twitter {
    padding: 0%;
  }
}

@media screen and (max-width: 450px) {
  .social img {
    width: 35px;
    height: 35px;
  }
}

@media screen and (max-width: 400px) {
  .conn .row {
    margin: 12% 13px 13% 2px;
  }

  .twitter {
    padding: 0%;
  }

  .social {
    flex-wrap: nowrap;
  }
}

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  padding: 40px 0;
}

.breadcrumbs h2 {
  font-size: 26px;
  font-weight: 300;
}

.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 15px;
}

.breadcrumbs ol li+li {
  padding-left: 10px;
}

.breadcrumbs ol li+li::before {
  display: inline-block;
  padding-right: 10px;
  color: #2f2f2f;
  content: "/";
}

@media (max-width: 768px) {
  .breadcrumbs .d-flex {
    display: block !important;
  }

  .breadcrumbs ol {
    display: block;
  }

  .breadcrumbs ol li {
    display: inline-block;
  }
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  background: #3778A4;
  color: #fff;
  font-size: 14px;
  position: relative;
  bottom: 0;
  left: 0;
}


#footer .footer-top {
  position: relative;
  z-index: 2;
  text-align: center;
  padding: 40px 0;
}

#footer .footer-top p {
  margin: 3px 0 0 0;
  padding: 0;
  font-size: 16px;
  font-family: "Open Sans", sans-serif;
}

.footer-top .col {
  background: none;
}

#footer .copyright {
  text-align: center;
}

.forms {
  position: fixed;
  top: -105%;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(225, 225, 225, .9);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: justify;
  z-index: 1000;
  opacity: 0;
}

.signin-form-container.active {
  top: 0;
  opacity: 1;
}

.forms form {
  padding: 2rem;
  margin: 2rem;
  border-radius: .5rem;
  box-shadow: var(--box-shadow);
  background: #fff;
  border: var(--border);
  text-align: left;
  width: 40rem;
}

.forms form .buttons {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.forms form .btn {
  display: block;
  width: 100%;
  margin: 5% 0 2% 0%;
  background-color: #60A42D;
  color: white;
  border-radius: 1rem;
  font-size: medium;
}

.forms form .h3 {
  color: black;
  font-size: 2.5rem;
  padding-bottom: 1rem;
}

.forms form span {
  margin: 3% 0%;
}

.forms form button,
input,
optgroup,
select,
textarea {
  margin: 1% 0% 3% 0%;
  font-family: "Open Sans", sans-serif;
  font-size: inherit;
  line-height: inherit;
  width: 100%;
}

.forms form p {
  padding: 1rem 0;
  font-size: 1.5rem;
  color: gray;
}


.forms #close-signin-form {
  position: absolute;
  top: 1.5rem;
  right: 2.5rem;
  font-size: 5rem;
  color: gray;
  cursor: pointer;
}

.input-radio {
  box-shadow: 0px 0px 0px 1px #6d6d6d;
  font-size: 3em;
  width: 12px;
  height: 12px;
  margin: 0px 12px 0px 20px;
  border: 4px solid #fff;
  background-clip: border-box;
  border-radius: 50%;
  appearance: none;
  transition: background-color 0.3s, box-shadow 0.3s;

}

.form label {
  display: flex;
  margin: 10px 15px;
}

.input-radio.on:checked {
  box-shadow: 0px 0px 0px 4px #00eb27;
  background-color: #51ff6e;
}

.input-radio.off:checked {
  box-shadow: 0px 0px 0px 4px #00eb27;
  background-color: #51ff6e;
}

.mydiv {
  display: none;
  margin-top: 3%;
}


#fade {
  display: none;
  position: fixed;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 100%;
  background-color: black;
  z-index: 1001;
  -moz-opacity: 0.8;
  opacity: .80;
  filter: alpha(opacity=80);
}

#light {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  max-width: 100%;
  max-height: 100%;
  margin-left: -300px;
  margin-top: -180px;
  /* border: 2px solid #FFF; */
  /* background: #FFF; */
  z-index: 1002;
  overflow: visible;
}

#boxclose {
  float: right;
  cursor: pointer;
  border: 1px solid #AEAEAE;
  border-radius: 3px;
  background: #222222;
  font-size: 31px;
  font-weight: bold;
  display: inline-block;
  line-height: 0px;
  padding: 11px 3px;
  position: absolute;
  right: 2px;
  top: 2px;
  z-index: 1002;
  opacity: 0.9;
}

.boxclose:before {
  content: "×";
}

#fade:hover~#boxclose {
  display: none;
}

.test:hover~.test2 {
  display: none;
}


#fade2 {
  display: none;
  position: fixed;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 100%;
  background-color: black;
  z-index: 1001;
  -moz-opacity: 0.8;
  opacity: .80;
  filter: alpha(opacity=80);
}

#light2 {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  max-width: 100%;
  max-height: 100%;
  margin-left: -300px;
  margin-top: -180px;
  border: 2px solid #FFF;
  background: #FFF;
  z-index: 1002;
  overflow: visible;
}

#fade2:hover~#boxclose {
  display: none;
}

.btn-check:checked+.btn,
.btn.active,
.btn.show,
.btn:first-child:active,
:not(.btn-check)+.btn:active {
  border-color: transparent !important;
}

.about-forum {
  margin: 2% 0%;
}

.about-forum .container {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 3% 5%;
  background-color: #60A42D;
  color: #fff;
  border-radius: 10px;
  background-image: url("../img/cover.png");
  background-repeat: no-repeat;
  object-fit: cover;
  background-position: 40% 90%;
}

.about-forum .container h2,
h5 {
  text-align: center;
  margin-bottom: 3%;
  font-weight: bold
}

.about-forum .container p {
  text-align: center;
  margin-bottom: 3%;
}

.about-forum .container ul li {
  margin-bottom: 1%;
}

.about-forum .container .event {
  margin-top: 5%;
}

.about-forum .container .event .square {
  border: solid 2px #fefefe;
  height: 100%;
  width: 100%;
  padding: 1rem;
}

.about-forum .container .event .square:hover {
  background-color: #fefefe;
  color: #60A42D;
  transition: all 0.5s;
}


@media (max-width: 766px) {
  .about-forum .container .row {
    display: flex;
    flex-direction: column;
    align-items: center;
  }


  .about-forum .container .event .square {
    margin: 3% 0%;

  }

}

.env-pro .container {
  padding: 2%;
  text-align: justify;
}

.env-pro .container h1 {
  text-align: center;
}

.env-pro .container p {
  margin: 2% 0%;
}

.env-pro .container ol li {
  margin: 1% 0%;
}

.env-pro .container .boxx {
  background-color: #3778A4;
  color: #fff;
  height: 100%;
  width: 100%;
  padding: 2rem;
  text-align: center;
  font-weight: bold;
  margin: 5% 0%;
}

.env-pro .container .boxx:hover {
  background-color: #fff;
  color: #3778A4;
  border: solid 2px #3778A4;
  transition: all 0.5s;
}

.vid {
  position: relative;
  padding-bottom: 40.25%;
  height: 0;
  overflow: hidden;
  margin: 5% 0%;
}

.vid iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media(max-width:768px) {
  .env-pro .container .row {
    flex-direction: column;
  }
}

.speak_img {
  object-fit: cover;
  border-radius: 50%;
  height: 150px;
  width: 150px;
  border: solid 2px #6EC1E4;
  transform: scale(0.9);
}

.speak_col {
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
  padding: 0;
  cursor: pointer;
}

.speak_content {
  width: 100% !important;
}

#speakers .h2_box {
  margin-bottom: 4%;
  text-align: center;
}

.speak_name {
  font-size: 13px;
}
