body {
  overflow-x: hidden;
}

.top-bar {
  background-color: #0083cb;
}

.top-bar a {
  color: #fff;
  padding: 0;
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.top-bar a i {
  color: #fff;
  font-size: 16px;
  padding-right: 10px;
}

.top-bar ul.social_nav {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
}

.top-bar .social_nav a {
  font-size: 14px;
  color: #fff;
  padding: 0;
  text-align: center;
  height: 24px;
  width: 24px;
  border-radius: 50%;
  margin-left: 10px;
}

.top-bar .social_nav a i {
  font-size: 14px;
}

.top-bar ul.social_nav a i {
  line-height: 24px;
}

.stuck {
  position: fixed !important;
  left: 0;
  top: 0;
  width: 100%;
  background: #fff !important;
  padding: 0px 15px;
  -webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.8s !important;
  transition: all 0.8s !important;
}

nav#ftco-navbar {
  background: #fff;
  position: absolute;
  left: 0;
  right: 0;
  z-index: 10000;
  -webkit-transition: 0.8s all;
  transition: 0.8s all;
  padding: 5px;
}

nav#ftco-navbar .navbar-toggler {
  border: none;
  color: #0083cb !important;
  cursor: pointer;
  padding-right: 0;
  text-transform: uppercase;
  font-size: 16px;
  letter-spacing: .1em;
}

nav#ftco-navbar ul.dropdown-menu.show {
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 0px;
  min-width: 190px;
  background: #fff;
  margin-top: 7px;
  -webkit-transition: 0.6s all;
  transition: 0.6s all;
}

nav#ftco-navbar ul.dropdown-menu.show li a {
  color: #fff;
  padding-left: 10px;
  line-height: 37px;
  text-decoration: none;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}

nav#ftco-navbar ul.dropdown-menu.show li a:hover {
  color: #0083cb;
}

nav#ftco-navbar .nav-item > .nav-link {
  font-size: 14px;
  padding-top: 0px;
  padding-bottom: 12px;
  padding-left: 15px;
  padding-right: 40px;
  color: #343434;
  font-weight: 500;
  font-family: 'Poppins', sans-serif;
  letter-spacing: 1px;
  text-transform: uppercase;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}

@media (max-width: 991.98px) {
  nav#ftco-navbar .nav-item > .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 0px;
    padding-right: 0px;
  }
}

nav#ftco-navbar .nav-item > .nav-link:hover {
  color: #0083cb;
}

#home-banner {
  font-family: 'Poppins', sans-serif;
}

#home-banner h1 {
 font-family: 'Poppins', sans-serif;
    letter-spacing: 2px;
    font-size: 70px;
    z-index: 102;
    /*left: 585px;*/
    /*bottom: 260px;*/
    /*position: absolute;*/
    color: #ffffff;
    text-align: center;
    font-weight: 600;
}


#home-banner h6 {
  font-size: 18px;
  color: #fff;
  letter-spacing: 1px;
  font-weight: 400;
  line-height: 28px;
  /*left: 780px;*/
  /*  bottom: 230px;*/
  /*  position: absolute;*/
}

#home-banner .caption-banner {
  position: absolute;
  width: 100%;
  z-index: 1;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  top: 35%;
}

@media (max-width: 1200px) {
  #home-banner .caption-banner {
    position: absolute;
    width: 100%;
    z-index: 1000;
    text-align: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    top: 30%;
  }
  #home-banner h1 {
    font-family: 'Poppins', sans-serif;
    letter-spacing: 2px;
    font-size: 40px;
    color: #fff;
    text-align: center;
    font-weight: 600;
  }
  #home-banner h6 {
    font-size: 16px !important;
    color: #fff;
    letter-spacing: 1px;
    font-weight: 400;
    line-height: 28px;
  }
}



#home-banner .slick-slide {
  width: 100%;
  outline: 0;
}

#home-banner a.btn.readmore {
  background-color: #0083cb;
  color: #fff;
  padding: 15px 30px;
  border-radius: 50px;
  font-size: 16px;
  margin-top: 10px;
  font-weight: 500;
  letter-spacing: 1px;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
   /*padding: 8px 23px;*/
   /* border-radius: 50px;*/
   /* font-size: 15px;*/
}

#home-banner a.btn.readmore:hover {
  background: transparent;
  border-color: #fff;
  color: #fff;
}

#home-banner a.btn.readmore1 {
  border: 1px solid #fff;
  color: #fff;
  padding: 15px 30px;
  border-radius: 50px;
  font-size: 16px;
  margin-top: 10px;
  font-weight: 500;
  letter-spacing: 1px;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}

#home-banner a.btn.readmore1:hover {
  background-color: #0083cb;
  border-color: #0083cb;
  color: #fff;
}

#about {
  position: relative;
  top: -80px;
  z-index: 1;
}

#about .intro-item {
  padding: 25px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  height: 280px;
  position: relative;
  z-index: 4;
}

#about .item-content {
  position: relative;
  z-index: 1;
}

#about h4 {
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  font-family: 'Poppins', sans-serif;
  line-height: 28px;
}

#about p {
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  color: #fff;
  padding-top: 5px;
}

#about .overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 0;
}

#about .overlay.bg-aqua {
  background-color: rgba(24, 191, 195, 0.85);
}

#about .overlay.bg-purple {
  background-color: #9064bfe0;
}

#about .overlay.bg-blue {
  background-color: #0083cbd9;
}

#about .overlay.bg-red {
  background-color: #9b0e0dd9;
}

#home-wisdom {
  font-family: 'Poppins', sans-serif;
}

#home-wisdom h5 {
  font-size: 18px;
  color: #18adb0;
  letter-spacing: 0.5px;
  padding-left: 40px;
  padding-top: 5px;
}

#home-wisdom h5:before {
  content: "";
  width: 30px;
  height: 2px;
  position: absolute;
  top: 16px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 15px;
  background-color: #18adb0;
}

#home-wisdom h2 {
  font-size: 30px;
  margin-top: 30px;
  font-weight: 700;
  color: #0083cb;
  margin-bottom: 20px;
}

#home-wisdom p {
  font-size: 14px;
  color: #6f6f6f;
  line-height: 24px;
}

#home-wisdom h4 {
  padding-top: 20px;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.5px;
  margin-bottom: 15px;
}

#home-wisdom a.btn.readmore {
  background-color: #0083cb;
  color: #fff;
  padding: 13px 30px;
  border-radius: 50px;
  font-size: 16px;
  margin-top: 10px;
  font-weight: 500;
  letter-spacing: 1px;
  -webkit-transition: background-color .3s ease-out;
  transition: background-color .3s ease-out;
  margin-bottom: 30px;
}

#home-wisdom a.btn.readmore:hover {
  background: transparent;
  border-color: #0083cb;
  color: #0083cb;
}

#home-wisdom .item-img {
  overflow: hidden;
  margin-bottom: 30px;
}

#home-wisdom img {
  width: 100%;
  border-radius: 5px;
  position: relative;
  transition: all 0.9s ease 0s;
  -webkit-transition: all 0.9s ease 0s;
  -moz-transition: all 0.9s ease 0s;
  -ms-transition: all 0.9s ease 0s;
  -o-transition: all 0.9s ease 0s;
}

#home-wisdom img:hover {
  border-radius: 5px;
  transform: scale(1.1);
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}

#home-videos {
  background: url(../images/bg-2.jpg) no-repeat center center;
  font-family: 'Poppins', sans-serif;
  background-size: cover;
  background-attachment: fixed;
}

#home-vid {
  background: url(../images/bgwisdom.jpg) no-repeat center center;
  font-family: 'Poppins', sans-serif;
  background-size: cover;
  background-attachment: fixed;
}

#home-videos h1 {
  font-size: 30px;
  color: #fff;
  font-weight: 700;
}

#home-videos .slick-slide {
  height: auto;
  outline: 0;
}

#home-videos h1:after {
  content: "";
  background-color: white;
  width: 50px;
  height: 3px;
  display: block;
  margin-top: 15px;
}

#home-videos h5 {
  text-align: center;
  padding-top: 24px;
  color: #fff;
  font-size: 16px;
  margin-bottom: 20px;
}

#home-videos .control {
  position: absolute;
  top: 70px;
  left: 0;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  right: 0;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#home-videos .prev.slick-arrow {
  left: auto;
  right: 50px;
}

#home-videos span.next.slick-arrow {
  position: absolute;
  top: 50%;
  right: -49px;
}

#home-videos span.prev.slick-arrow {
  position: absolute;
  top: 50%;
  left: -49px;
}

#home-videos .slick-arrow i {
  width: 40px;
  height: 40px;
  line-height: 36px;
  border-radius: 5px;
  border: 2px solid #aaaaaa;
  color: #fff;
  font-size: 18px;
  text-align: center;
  cursor: pointer;
  -webkit-transition: all 0.4s linear;
  transition: all 0.4s linear;
}

#home-videos .slick-arrow:hover i {
  border-color: #fff;
  background-color: #fff;
  color: #000;
}






#home-vid h1 {
  font-size: 30px;
  color: #fff;
  font-weight: 700;
}

#home-vid .slick-slide {
  height: auto;
  outline: 0;
}

#home-vid h1:after {
  content: "";
  background-color: white;
  width: 50px;
  height: 3px;
  display: block;
  margin-top: 15px;
}

#home-vid h5 {
  text-align: center;
  padding-top: 24px;
  color: #fff;
  font-size: 16px;
  /*margin-bottom: 20px;*/
}

#home-vid .control {
  position: absolute;
  top: 70px;
  left: 0;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  right: 0;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#home-vid .prev.slick-arrow {
  left: auto;
  right: 50px;
}

#home-vid span.next.slick-arrow {
  position: absolute;
  top: 50%;
  right: -49px;
}

#home-vid span.prev.slick-arrow {
  position: absolute;
  top: 50%;
  left: -49px;
}

#home-vid .slick-arrow i {
  width: 40px;
  height: 40px;
  line-height: 36px;
  border-radius: 5px;
  border: 2px solid #aaaaaa;
  color: #fff;
  font-size: 18px;
  text-align: center;
  cursor: pointer;
  -webkit-transition: all 0.4s linear;
  transition: all 0.4s linear;
}

#home-vid .slick-arrow:hover i {
  border-color: #fff;
  background-color: #fff;
  color: #000;
}




#home-teams {
  font-family: 'Poppins', sans-serif;
}

#home-teams h1 {
  font-size: 30px;
  color: #0083cb;
  font-weight: 700;
}

#home-teams h1:after {
  content: "";
  background-color: #0083cb;
  width: 50px;
  height: 3px;
  display: block;
  margin-top: 15px;
}

#home-teams .item-team {
  border: 1px solid #cac6c6;
}

#home-teams .slick-slide {
  height: auto;
  outline: 0;
}

#home-teams .prev.slick-arrow {
  left: auto;
  right: 70px;
}

#home-teams .slick-arrow i {
  width: 40px;
  height: 40px;
  line-height: 36px;
  border-radius: 5px;
  border: 2px solid #aaaaaa;
  font-size: 18px;
  text-align: center;
  cursor: pointer;
  -webkit-transition: all 0.4s linear;
  transition: all 0.4s linear;
}

#home-teams .slick-arrow {
  position: absolute;
  top: -55px;
  right: 14px;
}

#home-teams .slick-slide img {
  display: block;
  margin: 0 auto;
}

#home-publications {
  font-family: 'Poppins', sans-serif;
}

#home-publications h1 {
  font-size: 30px;
  color: #0083cb;
  font-weight: 700;
}

#home-publications h1:after {
  content: "";
  background-color: #0083cb;
  width: 50px;
  height: 3px;
  display: block;
  margin-top: 15px;
}

#home-publications .slick-slide {
  height: auto;
  outline: 0;
}

#home-publications .prev.slick-arrow {
  left: auto;
  right: 50px;
}

#home-publications span.next.slick-arrow {
  position: absolute;
  top: 50%;
  right: -49px;
}

#home-publications span.prev.slick-arrow {
  position: absolute;
  top: 50%;
  left: -49px;
}

#home-publications .slick-arrow i {
  width: 40px;
  height: 40px;
  line-height: 36px;
  border-radius: 5px;
  border: 2px solid #aaaaaa;
  color: #000;
  font-size: 18px;
  text-align: center;
  cursor: pointer;
  -webkit-transition: all 0.4s linear;
  transition: all 0.4s linear;
}

#home-publications .slick-arrow:hover i {
  border-color: #aaaaaa;
  background-color: #fff;
  color: #000;
}

#home-publications .item-team {
  border: 1px solid #cac6c6;
}

#home-journal {
  background: url(../images/bg-1.jpg) no-repeat center center;
  background-size: cover;
  padding-top: 70px;
  font-family: 'Poppins', sans-serif;
  background-attachment: fixed;
}

#home-journal h1 {
  font-size: 30px;
  color: #fff;
  font-weight: 700;
}

#home-journal .slick-slide {
  height: auto;
  outline: 0;
}

#home-journal h1:after {
  content: "";
  background-color: white;
  width: 50px;
  height: 3px;
  display: block;
  margin-top: 15px;
}

#home-journal .slick-slide {
  height: auto;
  outline: 0;
}

#home-journal .prev.slick-arrow {
  left: auto;
  right: 50px;
}

#home-journal span.next.slick-arrow {
  position: absolute;
  top: 50%;
  right: -49px;
}

#home-journal span.prev.slick-arrow {
  position: absolute;
  top: 50%;
  left: -49px;
}

#home-journal .slick-arrow i {
  width: 40px;
  height: 40px;
  line-height: 36px;
  border-radius: 5px;
  border: 2px solid #aaaaaa;
  color: #fff;
  font-size: 18px;
  text-align: center;
  cursor: pointer;
  -webkit-transition: all 0.4s linear;
  transition: all 0.4s linear;
}

#home-journal .slick-arrow:hover i {
  border-color: #aaaaaa;
  background-color: #fff;
  color: #000;
}

#home-journal .item-journal {
  background-color: #fff;
  margin-bottom: 25px;
}

#home-journal .item-content {
  padding: 15px;
  padding-top: 20px;
}

#home-journal .journal-img {
  position: relative;
  width: 70px;
  height: 70px;
  display: block;
  padding-left: 10px;
  margin-bottom: 5px;
}

#home-journal .journal-img img {
  border-radius: 50%;
  margin-top: -40px;
}

#home-journal h5 {
  color: #0083cb;
  font-size: 18px;
  padding-left: 10px;
  padding-top: 10px;
}

#home-journal span {
  color: #25b6b6;
  font-size: 16px;
  font-weight: 400;
  padding-left: 10px;
  padding-top: 10px;
}

#home-journal p {
  margin-left: 65px;
  margin-top: -40px;
  font-size: 13px;
}

#home-news {
  font-family: 'Poppins', sans-serif;
}

#home-news h1 {
  font-size: 30px;
  color: #0083cb;
  font-weight: 700;
}

#home-news h1:after {
  content: "";
  background-color: #0083cb;
  width: 50px;
  height: 3px;
  display: block;
  margin-top: 15px;
}

#home-news .item-img {
  position: relative;
  height: auto;
}

#home-news .item-img .date {
  color: #FFFFFF;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
  z-index: 1;
}

#home-news .news-content {
  padding-top: 10px;
}

#home-news h6 {
  color: #20b3b5;
  font-size: 19px;
  letter-spacing: 0.5px;
  margin-bottom: 15px;
}

#home-news p {
  color: #8a8a8a;
  font-size: 14px;
}

#home-news img {
  width: 100%;
}

#home-news p.event {
  color: #777676;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.5px;
  line-height: 10px;
}

#home-news .btn {
  padding: 7px 20px;
}

#home-news span.date-day {
  font-size: 3em;
  font-weight: 600;
  margin-bottom: 0px;
  line-height: 1;
  display: block;
}

#home-news span.date-month {
  font-size: 1.28571em;
  margin-bottom: 0;
  font-weight: 400;
  text-transform: capitalize;
  display: block;
}

#home-news .overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(39, 193, 217, 0.7);
  z-index: 0;
}

#home-news .overlay1 {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(146, 105, 192, 0.7);
  z-index: 0;
}

#home-news .overlay2 {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 131, 203, 0.7);
  z-index: 0;
}

#home-news .overlay3 {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(155, 14, 13, 0.7);
  z-index: 0;
}

#home-news h6.head1 {
  color: #9269b9 !important;
}

#home-news h6.head2 {
  color: #0083cb !important;
}

#home-news h6.head3 {
  color: #9b0e0d !important;
}

#home-news a.btn.lern {
  background-color: #9269b9;
  color: #fff;
}

#home-news a.btn.lern1 {
  background-color: #0083cb;
  color: #fff;
}

#home-news a.btn.lern2 {
  background-color: #9b0e0d;
  color: #fff;
}

#home-news .slick-slide {
  outline: 0;
}

#home-news a.btn.readmore {
  background-color: #0083cb;
  color: #fff;
  padding: 13px 30px;
  border-radius: 50px;
  font-size: 16px;
  margin-top: 10px;
  font-weight: 500;
  letter-spacing: 1px;
  -webkit-transition: background-color .3s ease-out;
  transition: background-color .3s ease-out;
  margin-bottom: 30px;
}

#home-news a.btn.readmore:hover {
  background: transparent;
  border-color: #0083cb;
  color: #0083cb;
}

#home-institution {
  background-color: #0baa83;
  font-family: 'Poppins', sans-serif;
}

#home-institution h1 {
  font-size: 30px;
  color: #fff;
  font-weight: 700;
}

#home-institution .slick-slide {
  height: auto;
  outline: 0;
}

#home-institution h1:after {
  content: "";
  background-color: white;
  width: 50px;
  height: 3px;
  display: block;
  margin-top: 15px;
}

#home-institution h5 {
  text-align: center;
  padding-top: 24px;
  color: #fff;
  margin-bottom: 20px;
}

#home-institution .prev.slick-arrow {
  left: auto;
  right: 50px;
}

#home-institution span.next.slick-arrow {
  position: absolute;
  top: 50%;
  right: -49px;
}

#home-institution span.prev.slick-arrow {
  position: absolute;
  top: 50%;
  left: -49px;
}

#home-institution .slick-arrow i {
  width: 40px;
  height: 40px;
  line-height: 36px;
  border-radius: 5px;
  border: 1px solid #fff;
  color: #fff;
  font-size: 18px;
  text-align: center;
  cursor: pointer;
  -webkit-transition: all 0.4s linear;
  transition: all 0.4s linear;
}

#home-institution .slick-arrow:hover i {
  border-color: #fff;
  background-color: #fff;
  color: #000;
}

#home-social {
  font-family: 'Poppins', sans-serif;
  padding-top: 70px;
}

#home-social h1 {
  font-size: 30px;
  color: #0083cb;
  font-weight: 700;
}

#home-social h1:after {
  content: "";
  background-color: #0083cb;
  width: 50px;
  height: 3px;
  display: block;
  margin-top: 15px;
}

#home-social .slick-slide {
  height: auto;
  outline: 0;
}

#footer {
  background: #262e3b url(../images/map-bg.png) no-repeat center center;
  font-family: 'Poppins', sans-serif;
  padding-top: 70px;
}

#footer ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

#footer .address-list li {
  color: #FFFFFF;
  font-size: 13px;
  line-height: 19px;
  margin-bottom: 20px;
  display: inline-block;
}

#footer .address-list i {
  float: left;
  width: 40px;
  height: 40px;
  line-height: 40px;
  background-color: #18bfc3;
  text-align: center;
  color: #FFFFFF;
  font-size: 1.14286em;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  margin-right: 20px;
}

#footer h2 {
  color: #fff;
  font-size: 24px;
  margin-bottom: 40px;
}

#footer a {
  margin-top: 8px;
  margin-bottom: 0;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  color: #fff;
}

#footer .quick_link {
  padding: 0;
  margin: 0;
}

#footer .quick_link li a {
  font: 400 14px/28px "Roboto", sans-serif;
  color: #fefefe;
  position: relative;
  padding-left: 30px;
  text-decoration: none;
}

#footer .quick_link li a i {
  font-size: 14px;
  padding-right: 20px;
  position: absolute;
  left: 0;
  bottom: 0;
  -webkit-transition: all 300ms linear 0s;
  transition: all 300ms linear 0s;
}

#footer .quick_link li a:hover {
  color: #0083cb;
}

#footer .posts-thumb {
  padding-right: 20px;
}

#footer .posts-thumb a {
  display: block;
  position: relative;
}

#footer .date {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  text-align: center;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 1;
}

#footer .entry-date span {
  font-size: 1.28571em;
  color: #FFFFFF;
  line-height: 1;
  text-transform: capitalize;
  font-weight: 600;
}

#footer .overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 0;
}

#footer .overlay.bg-blue {
  background-color: #18bfc3d9;
}

#footer .overlay.bg-red {
  background-color: #9b0e0dd9;
}

#footer h4.entry-title {
  color: #FFFFFF;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  font-size: 16px;
  padding-top: 25px;
  font-weight: 400;
}

#footer p {
  color: #fff;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0.5px;
}

#footer .links a {
  font-size: 14px;
}

#footer a.ds {
  color: #18bfc3 !important;
}

a.back-to-top {
  position: fixed;
  right: 20px;
  bottom: 20px;
  width: 40px;
  height: 40px;
  line-height: 35px;
  background-color: #0083cb;
  color: #fff;
  font-size: 28px;
  border-radius: 0px;
  z-index: 99;
  text-align: center;
  -webkit-transition: all 0.4s linear;
  transition: all 0.4s linear;
  display: none;
  padding-top: 5px;
}

#inner-page {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  height: 350px;
  overflow: hidden;
  font-family: 'Poppins', sans-serif;
}

#inner-page span.overlay-top-header {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 1;
  background: rgba(0, 0, 0, 0.32);
}

#inner-page .page-title-wrapper {
  position: relative;
  z-index: 3;
  right: 0;
  left: 0;
  border: 0;
  margin: auto;
  color: #fff;
  top: 50%;
}

#inner-page .inner_title {
  padding-top: 0px;
  color: #fff;
  letter-spacing: 1px;
  text-align: center;
}

#inner-page h4 {
  font-weight: 500;
  letter-spacing: 1px;
  font-size: 36px;
  text-transform: none;
}

#inner-page .paths {
  text-align: center;
  padding-top: 10px;
}

#inner-page ul.breadcrumbs-custom-path {
  margin-left: -55px;
  line-height: 1.33;
  letter-spacing: .1em;
  display: -webkit-inline-flex;
  list-style-type: none;
  font-size: 14px;
  color: #18bfc3;
  font-weight: 500;
}

#inner-page li.path {
  padding: 0px 20px;
}

#inner-page li.path:after {
  content: "/";
  display: inline-block;
  position: absolute;
  color: #fff;
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
  margin: 0 auto;
  margin-left: 8px;
  margin-top: 8px;
}

#inner-page a {
  color: #fff;
  text-decoration: none;
}

#inner-about {
  font-family: 'Poppins', sans-serif;
}

#inner-about p {
  font-size: 14px;
  line-height: 24px;
}

#inner-about h1 {
  font-size: 30px;
  color: #0083cb;
  font-weight: 700;
}

#inner-about h1:after {
  content: "";
  background-color: #0083cb;
  width: 50px;
  height: 3px;
  display: block;
  margin-top: 15px;
}

#inner-about .item-img {
  overflow: hidden;
  margin-bottom: 30px;
}

.h-36{
     height: 360px !important;
}

#inner-about img {
  width: 100%;
  position: relative;
  transition: all 0.9s ease 0s;
  -webkit-transition: all 0.9s ease 0s;
  -moz-transition: all 0.9s ease 0s;
  -ms-transition: all 0.9s ease 0s;
  -o-transition: all 0.9s ease 0s;
}

#inner-about img:hover {
  transform: scale(1.1);
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}

#inner-contact-us {
  font-family: 'Poppins', sans-serif;
}

#inner-contact-us .icon {
  font-size: 56px;
  margin-bottom: 10px;
}

#inner-contact-us h5 {
  font-size: 24px;
  font-weight: 600;
  padding-top: 15px;
}

#inner-contact-us h5:after {
  content: "";
  background-color: #fff;
  width: 30px;
  height: 3px;
  display: block;
  margin: 0 auto;
  margin-top: 15px;
}

#inner-contact-us form {
  margin-top: 40px;
}

#inner-contact-us .form-control {
  display: block;
  width: 100%;
  padding: .395rem .75rem;
  font-size: 0.9rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0rem;
  height: 50px;
  -webkit-transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
  transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
}

#inner-contact-us textarea, #inner-contact-us textarea.form-control {
  height: auto;
  min-height: 128px;
  padding-top: 10px;
}

#inner-contact-us .btn.btn-small {
  min-width: 150px;
}

#inner-contact-us .btn-maincolor {
  background-color: #18bfc3;
  border: 3px solid #18bfc3;
  -webkit-transition: all 0.3s ease-in-out !important;
  transition: all 0.3s ease-in-out !important;
  outline: 0;
  border-radius: 0px;
  color: #fff;
}

#inner-contact-us .btn-maincolor:hover {
  background-color: transparent;
  color: #18bfc3;
}

#inner-contact-us .map {
  border: 1px solid #d2d2d2;
}

#inner-contact-us .contact-list {
  margin-bottom: 45px;
  height: 285px;
    padding: 30px;
}

#inner-contact-us p {
  padding-top: 15px;
  font-size: 18px;
  line-height: 30px;
}

#inner-contact-us h2 {
  font-size: 38px;
  font-weight: 600;
  color: #464545;
  letter-spacing: 0.5px;
}

#inner-contact-us h2:after {
  content: "";
  background-color: #0083cb;
  width: 50px;
  height: 3px;
  display: block;
  margin-top: 15px;
}

#inner-programs {
  font-family: 'Poppins', sans-serif;
}

#inner-programs p {
  font-size: 14px;
  line-height: 24px;
  color: #676666;
}

#inner-programs .item-content {
  border: 1px solid #ccc;
  padding: 50px;
  background-color: #ffffff;
  -webkit-box-shadow: 0 10px 20px -10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 20px -10px rgba(0, 0, 0, 0.2);
}

#inner-programs h2 {
  margin-bottom: 20px;
  font-weight: 600;
  color: #3ac9cc;
}

#inner-gallery img {
  padding-bottom: 30px;
}

#home-downloads .item-list {
  border: 2px solid #0083cb;
  /* border-color: #0083cb; */
  text-align: center;
  padding-top: 30px;
  padding-bottom: 10px;
}

#home-downloads .con_btn {
  background: #0083cb;
  font-size: 14px;
  line-height: 26px;
  text-transform: uppercase;
  font-family: "Barlow Condensed", sans-serif;
  color: #ffffff;
  display: inline-block;
  padding: 10px 15px;
  font-weight: 500;
  cursor: pointer;
  text-decoration: none !important;
}

#home-downloads .btn_effect {
  position: relative;
  z-index: 1;
  overflow: hidden;
  -webkit-transition: background 0.4s linear, color 0.3s linear;
  transition: background 0.4s linear, color 0.3s linear;
}

#home-downloads .btn_effect:after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 120%;
  height: 50%;
  opacity: 0;
  z-index: -1;
  content: '';
  background: #2ebcc3;
  -webkit-transition: all 0.4s linear 0s;
  transition: all 0.4s linear 0s;
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
}

#home-downloads .btn_effect:hover {
  color: #fff;
}

#home-downloads .btn_effect:hover:after {
  height: 500%;
  opacity: 1;
}

#inner-articles {
  font-family: 'Poppins', sans-serif;
}

#inner-articles .articles-area {
  border: 1px solid #e4e4e4;
  margin-bottom: 30px;
}

#inner-articles .articles-content {
  padding-top: 40px;
  padding-left: 25px;
}

#inner-articles .articles-content h1 {
  font-size: 24px;
  text-transform: uppercase;
  margin-bottom: 15px;
}

#inner-articles .articles-content p {
  font-size: 14px;
  text-transform: capitalize;
  color: #3c3c3c;
  line-height: 26px;
  margin: 0;
}

#inner-articles .articles-content .post-meta {
  position: relative;
  padding: 0;
  margin-top: 25px;
  float: right;
}

#inner-articles .articles-content .post-meta li {
  position: relative;
  color: #1a224d;
  font-size: 12px;
  font-weight: 700;
  text-transform: capitalize;
  padding-right: 4px;
  margin-right: 20px;
  margin-bottom: 2px;
  display: inline-block;
  font-family: 'Muli', sans-serif;
}

#inner-articles a.btn.readmore {
  background-color: #0083cb;
  color: #fff;
  padding: 8px 15px;
  border-radius: 50px;
  font-size: 13px;
  margin-top: 10px;
  font-weight: 400;
  -webkit-transition: background-color .3s ease-out;
  transition: background-color .3s ease-out;
  margin-bottom: 10px;
}

#inner-articles a.btn.readmore:hover {
  background: transparent;
  border-color: #0083cb;
  color: #0083cb;
}

#inner-articles .item-img {
  overflow: hidden;
}

#inner-articles img {
  border-radius: 5px;
  position: relative;
  transition: all 0.9s ease 0s;
  -webkit-transition: all 0.9s ease 0s;
  -moz-transition: all 0.9s ease 0s;
  -ms-transition: all 0.9s ease 0s;
  -o-transition: all 0.9s ease 0s;
}

#inner-articles img:hover {
  border-radius: 5px;
  transform: scale(1.1);
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}
#inner-gallery img {
  padding-bottom: 30px;
}

#gallery .hovereffect {
  width: 100%;
  height: 100%;
  float: left;
  overflow: hidden;
  position: relative;
  text-align: center;
  cursor: default;
}

#gallery .hovereffect .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.6);
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: translate(460px, -100px) rotate(180deg);
  transform: translate(460px, -100px) rotate(180deg);
  -webkit-transition: all 0.2s 0.4s ease-in-out;
  transition: all 0.2s 0.4s ease-in-out;
}

#gallery .hovereffect img {
  display: block;
  position: relative;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

#gallery .hovereffect h2 {
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  position: relative;
  font-size: 17px;
  padding: 10px;
  background: rgba(0, 0, 0, 0.6);
}

#gallery .hovereffect a.info {
  display: inline-block;
  text-decoration: none;
  padding: 7px 14px;
  text-transform: uppercase;
  color: #fff;
  border: 1px solid #fff;
  margin: 50px 0 0 0;
  background-color: transparent;
  -webkit-transform: translateY(-200px);
  transform: translateY(-200px);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

#gallery .hovereffect a.info:hover {
  -webkit-box-shadow: 0 0 5px #fff;
  box-shadow: 0 0 5px #fff;
}

#gallery .hovereffect:hover .overlay {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  -webkit-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}

#gallery .hovereffect:hover h2 {
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}

#gallery .hovereffect:hover a.info {
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
/*# sourceMappingURL=main.css.map */

@media screen and (max-width: 768px) {
    #home-wisdom, #home-videos, #home-news, #home-vid {
    padding: 30px 0px !important;
}
    #home-banner {
    margin-top: 0px;
}
  ul.d-flex.list-unstyled.m-0.p-0.home-banner-ul.slick-initialized.slick-slider{
      height: 151px !important;
  }
/*  div#home-wisdom {*/
/*    margin-top: 20px !important;*/
/*}*/
div#inner-about{
    margin-top: 0px !important;
}
div#inner-programs{
    padding-top : 0px !important;
}
div#gallery{
    margin-top: 0px !important;
}
div#home-downloads{
      margin-top: 0px !important;
}
div#inner-contact-us{
    padding-top : 0px !important;
}
#inner-contact-us .contact-list {
    margin-bottom: 20px;
}
}

div#home-gallery {
    padding-top: 0px !important;
    margin-top: 0px !important;
}

.bg-blue{
    background: #19a2b8;
}

/*.dropdown:hover .dropdown-menu {*/
/*    display: block;*/
/*    margin-top: 0;*/
/* }*/
/* .dropdown-menu {*/
/*    position: absolute;*/
/*    top: 100%;*/
/*    left: 0;*/
/*    z-index: 1000;*/
/*    display: none;*/
/*    float: left;*/
/*    min-width: 15rem;*/
/*    padding: 0.5rem 0;*/
    /* margin: -27.875rem 0 0; */
/*    font-size: 1rem;*/
/*    color: #212529;*/
/*    text-align: left;*/
/*    list-style: none;*/
/*    background-color: #fff;*/
/*    background-clip: padding-box;*/
/*    border: 1px solid rgba(0,0,0,.15);*/
/*    border-radius: .25rem;*/
/*}*/

#cssmenu,
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a,
#cssmenu #head-mobile {
	border: 0;
	list-style: none;
	line-height: 1;
	display: block;
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#cssmenu:after,
#cssmenu>ul:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0
}

#cssmenu #head-mobile {
	display: none
}

#cssmenu {
	font-family: sans-serif;
	background: #fff;
}

#cssmenu>ul>li {
	float: left
}

#cssmenu>ul>li>a {
   padding: 15px 15px;
    margin: 0px;
    font-size: 14px;
    color: #343434;
    text-transform: uppercase;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
}

#cssmenu>ul>li:hover>a,
#cssmenu ul li.active a {
	/*color: #fff;*/
}

#cssmenu>ul>li:hover,
#cssmenu ul li.active:hover,
#cssmenu ul li.active,
#cssmenu ul li.has-sub.active:hover {
	/*background: #26247b!important;*/
	-webkit-transition: background .3s ease;
	-ms-transition: background .3s ease;
	transition: background .3s ease;
}

#cssmenu>ul>li.has-sub>a {
	padding-right: 30px
}

#cssmenu>ul>li.has-sub>a:after {
	position: absolute;
	top: 22px;
	right: 11px;
	width: 8px;
	height: 2px;
	display: block;
	background: #ddd;
	content: ''
}

#cssmenu>ul>li.has-sub>a:before {
	position: absolute;
	top: 19px;
	right: 14px;
	display: block;
	width: 2px;
	height: 8px;
	background: #ddd;
	content: '';
	-webkit-transition: all .25s ease;
	-ms-transition: all .25s ease;
	transition: all .25s ease
}

#cssmenu>ul>li.has-sub:hover>a:before {
	top: 23px;
	height: 0
}

#cssmenu ul ul {
	position: absolute;
	left: -9999px
}

#cssmenu ul ul li {
    height: 0;
    padding-bottom: 40px;
	-webkit-transition: all .25s ease;
	-ms-transition: all .25s ease;
	background: #fff;
	transition: all .25s ease;
	z-index: 9999;
}

#cssmenu ul ul li:hover {}

#cssmenu li:hover>ul {
	left: auto
}

#cssmenu li:hover>ul>li {
	height: 35px
}

#cssmenu ul ul ul {
	margin-left: 80%;
	top: 0
}

#cssmenu ul ul li a {
     border-bottom: 1px solid #e3e3e3;
 	padding: 6px 15px;
	width: 240px;
	height: 35px;
	font-size: 14px;
    color: #343434;
	text-decoration: none;
	font-weight: 500;
	font-family: 'Poppins', sans-serif;
}

#cssmenu ul ul li:last-child>a,
#cssmenu ul ul li.last-item>a {
	border-bottom: 0
}

#cssmenu ul ul li:hover>a,
#cssmenu ul ul li a:hover {
	/*color: #064e49;*/
}

#cssmenu ul ul li.has-sub>a:after {
	position: absolute;
	top: 16px;
	right: 11px;
	width: 8px;
	height: 2px;
	display: block;
	background: #ddd;
	content: ''
}

#cssmenu ul ul li.has-sub>a:before {
	position: absolute;
	top: 13px;
	right: 14px;
	display: block;
	width: 2px;
	height: 8px;
	background: #ddd;
	content: '';
	-webkit-transition: all .25s ease;
	-ms-transition: all .25s ease;
	transition: all .25s ease
}

#cssmenu ul ul>li.has-sub:hover>a:before {
	top: 17px;
	height: 0
}

#cssmenu ul ul li.has-sub:hover,
#cssmenu ul li.has-sub ul li.has-sub ul li:hover {
	background: #fff;
}

#cssmenu ul ul ul li.active a {
	border-left: 1px solid #333
}

#cssmenu>ul>li.has-sub>ul>li.active>a,
#cssmenu>ul ul>li.has-sub>ul>li.active>a {
	border-top: 1px solid #333
}

@media screen and (max-width: 768px) {
	/* .logo {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 46px;
		text-align: center;
		padding: 10px 0 0 0;
		float: none
	} */
	ul.pull-right.mt-3.open{
		margin-top: 1.8rem !important;
	}
	.logo {
		position: absolute;
		top: -10px;
		left: 10px;
		width: 75%;
		height: 46px;
		text-align: center;
		padding: 10px 0 0 0;
		float: none;
	}
	.logo2 {
		display: none
	}
	nav {
		width: 100%;
	}
	#cssmenu {
		width: 100%;
		top: 59px;
		/*margin-top: 60px;*/
	}
	#cssmenu ul {
		width: 100%;
		display: block;
        top: -15px;
        z-index: 11;
        position: absolute;
		background: #fff !important;
	}
	
	#cssmenu ul li {
		width: 100%;
		border-top: 1px solid #4444441f;
	}
	#cssmenu ul li:hover {
		background: none;
	}
	#cssmenu ul ul li,
	#cssmenu li:hover>ul>li {
		height: auto
	}
	#cssmenu ul li a,
	#cssmenu ul ul li a {
		width: 100%;
		border-bottom: 0
	}
	#cssmenu>ul>li {
		float: none
	}
	#cssmenu ul ul li a {
		padding-left: 25px
	}
	#cssmenu ul ul li {
		background: #333!important;
	}
	#cssmenu ul ul li:hover {
		background: #363636!important
	}
	#cssmenu ul ul ul li a {
		padding-left: 35px
	}
	#cssmenu ul ul li a {
		color: #ddd;
		background: none
	}
	#cssmenu ul ul li:hover>a,
	#cssmenu ul ul li.active>a {
		color: #fff
	}
	#cssmenu ul ul,
	#cssmenu ul ul ul {
		position: relative;
		left: 0;
		width: 100%;
		margin: 0;
		text-align: left
	}
	#cssmenu>ul>li.has-sub>a:after,
	#cssmenu>ul>li.has-sub>a:before,
	#cssmenu ul ul>li.has-sub>a:after,
	#cssmenu ul ul>li.has-sub>a:before {
		display: none
	}
	#cssmenu #head-mobile {
		display: block;
		/* padding: 40px; */
		color: #ddd;
		font-size: 12px;
		font-weight: 700
	}

	.button {
		width: 60px;
		height: 50px;
		position: absolute;
		right: 0px;
		top: -68px;
		cursor: pointer;
		z-index: 12399994;
		/*border: 2px solid #fff;*/
	}
	.button:after {
		position: absolute;
		top: 22px;
		right: 20px;
		display: block;
		height: 8px;
		width: 20px;
		border-top: 2px solid #000;
		border-bottom: 2px solid #000;
		content: ''
	}
	.button:before {
		-webkit-transition: all .3s ease;
		-ms-transition: all .3s ease;
		transition: all .3s ease;
		position: absolute;
		top: 16px;
		right: 20px;
		display: block;
		height: 2px;
		width: 20px;
		background: #000;
		content: ''
	}
	/* .button.menu-opened:after {
		-webkit-transition: all .3s ease;
		-ms-transition: all .3s ease;
		transition: all .3s ease;
		top: 23px;
		border: 0;
		height: 2px;
		width: 19px;
		background: #fff;
		-webkit-transform: rotate(45deg);
		-moz-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		-o-transform: rotate(45deg);
		transform: rotate(45deg)
	} */
	/* .button.menu-opened:before {
		top: 23px;
		background: #fff;
		width: 19px;
		-webkit-transform: rotate(-45deg);
		-moz-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		-o-transform: rotate(-45deg);
		transform: rotate(-45deg)
	} */
	#cssmenu .submenu-button {
		position: absolute;
		z-index: 99;
		right: 0;
		top: 0;
		display: block;
		/* border-left: 1px solid #444; */
		height: 46px;
		width: 46px;
		cursor: pointer
	}
	#cssmenu .submenu-button.submenu-opened {
		background: #0083cb;
	}
	#cssmenu ul ul .submenu-button {
		height: 34px;
		width: 34px
	}
	#cssmenu .submenu-button:after {
		position: absolute;
		top: 22px;
		right: 19px;
		width: 8px;
		height: 2px;
		display: block;
		background: #ddd;
		content: ''
	}
	#cssmenu ul ul .submenu-button:after {
		top: 15px;
		right: 13px
	}
	#cssmenu .submenu-button.submenu-opened:after {
		background: #fff
	}
	#cssmenu .submenu-button:before {
		position: absolute;
		top: 19px;
		right: 22px;
		display: block;
		width: 2px;
		height: 8px;
		background: #ddd;
		content: ''
	}
	#cssmenu ul ul .submenu-button:before {
		top: 12px;
		right: 16px
	}
	#cssmenu .submenu-button.submenu-opened:before {
		display: none
	}
	#cssmenu ul ul ul li.active a {
		border-left: none
	}
	#cssmenu>ul>li.has-sub>ul>li.active>a,
	#cssmenu>ul ul>li.has-sub>ul>li.active>a {
		border-top: none
	}
}

@media screen and (max-width: 768px){
    .sm-pad {
    padding-top: 50px;
}
.sm-padd {
    padding-top: 40px;
}
    .second-header {
    height: 60px;
    }
    #cssmenu ul ul li {
    background: #0083cb!important;
}
    .second-header {
    margin-bottom: 43px;
}
#cssmenu ul ul li, #cssmenu li:hover>ul>li {
     height: auto; 
     padding-bottom: 0px;
}
#cssmenu ul ul, #cssmenu ul ul ul {
    position: relative;
    left: 0;
    width: 100%;
    margin: 0;
    top:2px;
    overflow: scroll;
    height: 275px;
    padding-left: 0;
    text-align: left;
}
#cssmenu ul {
    width: 100%;
    display: block;
    top: -15px;
    z-index: 11;
    padding-left: 0px !important;
    position: absolute;
    background: #fff !important;
}
}

.second-header {
    position: sticky !important;
    top: 0px;
    z-index: 12;
    background: #fff;
}

#home-wisdom, #home-videos, #home-news, #home-vid{
    padding: 60px 0px;
}

#inner-about, #inner-contact-us {
    margin-top: 0px !important;
}
#gallery {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}