/*--------------------------------------------------------------------------


===========================
CSS Index
===========================
1. header
2. Start Slider
3. Start Services
4. Start Featured Section
05. Start Popup Videos Section
06. Start Our Team Carousel
07 .Start Events Section
08. Start Testimonials Section
09. Start Blog Section
10. Start Footer
14. scroll-top
15. About Page
15.1 Start Featured-2 Section
15.2 Start Full Width Container
15.3 Start Contact And Countdown
15.4 Start Contact Section
16. Courses Page
17. Teacher Details
18. Gallery Page
19. Blog Style One
20. Apply Form Page
21. Notice page
22. Events Page
23. Results Page
24. Department Page
25. Blog Details
------------------------------------------------------------------------------*/
@import url("https://fonts.googleapis.com/css?family=Poppins:400,500,500i,600|Rubik:400,500,700&display=swap");
/**
* ============================
*  3.Media Query
* ============================
*/
.default_bg {
  background-color: #0d1028; }

.hover_bg {
  background-color: #03a84e; }

.hover_bg_2 {
  background-color: #03a84e; }

.semi_dark_bg {
  background-color: #f7f7f7; }

.dark_2_bg {
  background-color: #002147; }

.semi_black_bg {
  background-color: rgba(0, 33, 71, 0.65); }

.dark_3_bg {
  background-color: #f5f5f5; }

.black_bg {
  background-color: #0d1028; }

.black_2_bg {
  background-color: #151935; }

.bg_dark_9 {
  background-color: #f5f5f5; }

.height-800 {
  height: 800px; }

.height-600 {
  height: 600px; }

.height-700 {
  height: 700px; }

.section-ptb {
  padding-top: 130px;
  padding-bottom: 130px; }
  @media (min-width: 768px) and (max-width: 991px) {
    .section-ptb {
      padding-top: 80px;
      padding-bottom: 80px; } }
  @media (max-width: 768px) {
    .section-ptb {
      padding-top: 80px;
      padding-bottom: 80px; } }
  @media (max-width: 575px) {
    .section-ptb {
      padding-top: 50px;
      padding-bottom: 50px; } }

.section-ptb-2 {
  padding-top: 225px;
  padding-bottom: 130px; }
  @media (max-width: 768px) {
    .section-ptb-2 {
      padding-top: 100px;
      padding-bottom: 70px; } }
  @media (max-width: 575px) {
    .section-ptb-2 {
      padding-top: 80px;
      padding-bottom: 50px; } }

.section-ptb-3 {
  padding-top: 130px;
  padding-bottom: 30px; }
  @media (min-width: 768px) and (max-width: 991px) {
    .section-ptb-3 {
      padding-top: 80px;
      padding-bottom: 0; } }
  @media (max-width: 575px) {
    .section-ptb-3 {
      padding-top: 80px;
      padding-bottom: 0; } }
  @media (max-width: 768px) {
    .section-ptb-3 {
      padding-top: 100px;
      padding-bottom: 0; } }

.section-ptb-4 {
  padding-top: 130px;
  padding-bottom: 200px; }
  @media (max-width: 575px) {
    .section-ptb-4 {
      padding-top: 100px;
      padding-bottom: 90px; } }

.section-ptb-5 {
  padding-top: 130px;
  padding-bottom: 80px; }
  @media (max-width: 575px) {
    .section-ptb-5 {
      padding-top: 100px;
      padding-bottom: 60px; } }

.section-ptb-6 {
  padding-top: 130px;
  padding-bottom: 30px; }
  @media (max-width: 768px) {
    .section-ptb-6 {
      padding-top: 130px;
      padding-bottom: 0; } }
  @media (max-width: 575px) {
    .section-ptb-6 {
      padding-top: 130px;
      padding-bottom: 0; } }

.section-pb {
  padding-bottom: 130px; }
  @media (min-width: 768px) and (max-width: 991px) {
    .section-pb {
      padding-bottom: 80px; } }
  @media (max-width: 768px) {
    .section-pb {
      padding-bottom: 80px; } }
  @media (max-width: 575px) {
    .section-pb {
      padding-bottom: 50px; } }

.section-pt {
  padding-top: 130px; }

.pt-60 {
  padding-top: 60px; }

.mt-30 {
  margin-top: 30px; }

@media (max-width: 768px) {
  header .container {
    max-width: 96%; } }

@media (max-width: 575px) {
  header .container {
    max-width: 96%; } }

.translate_30 {
  transform: translateY(-30%); }
  @media (max-width: 768px) {
    .translate_30 {
      transform: translateY(0); } }
  @media (max-width: 575px) {
    .translate_30 {
      transform: translateY(0); } }

.translate_34 {
  transform: translateY(-34%); }
  @media (max-width: 768px) {
    .translate_34 {
      transform: translateY(0); } }
  @media (max-width: 575px) {
    .translate_34 {
      transform: translateY(0); } }

.button_one {
  display: inline-block;
  position: relative;
  background-color: #03a84e;
  border: 0;
  color: #fff;
  padding: 15px 25px;
  transition: all .4s linear 0s;
  text-transform: uppercase;
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  font-size: 14px; }
  .button_one:hover {
    text-decoration: none;
    background-color: rgba(255, 82, 2, 0.85);
    color: #fff; }

.special-button {
  display: inline-block;
  position: relative;
  background-color: #f90505;
  border: 0;
  color: #fff;
  padding: 16px 80px 16px 16px;
  transition: all .4s linear 0s;
  font-size: 15px;
  font-weight: 500;
  text-transform: uppercase; }
  @media (max-width: 768px) {
    .special-button {
      font-size: 12px; }
      .special-button > i {
        display: none; } }
  .special-button:hover {
    text-decoration: none;
    background-color: rgba(255, 82, 2, 0.85);
    color: #fff; }

.button_two {
  display: inline-block;
  position: relative;
  background-color: #03a84e;
  border: 0;
  color: #fff;
  padding: 8px 14px;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase; }
  .button_two:hover {
    text-decoration: none;
    background-color: #ab0303;
    color: #fff; }

.button_four {
  display: inline-block;
  position: relative;
  background-color: #fff;
  border: 2px solid #03a84e;
  color: #03a84e;
  padding: 10px 25px;
  transition: all .4s linear 0s;
  font-size: 15px;
  font-weight: 400;
  text-transform: uppercase;
  cursor: pointer; }
  .button_four.active {
    background-color: #03a84e;
    color: #fff; }
  @media (max-width: 575px) {
    .button_four {
      padding: 10px; } }
  .button_four:hover {
    text-decoration: none;
    background-color: #03a84e;
    color: #fff; }


.theme-list {
  display: inline-block; }
  .theme-list ul {
    margin: 0;
    padding: 0;
    list-style: none; }
    .theme-list ul li:last-child a {
      padding-bottom: 0; }
    .theme-list ul li a {
      display: inline-block;
      position: relative;
      padding: 5px;
      color: #002147;
      transition: all .4s linear 0s; }
      .theme-list ul li a:hover {
        text-decoration: none;
        color: #03a84e; }
      .theme-list ul li a:before {
        content: "\f058";
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        padding-right: 5px;
        color: #03a84e; }



.section-title {
  padding-bottom: 20px; }
  .section-title h4 {
    color: #03a84e;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 500; }
  .section-title h2 {
    color: #002147;
    font-size: 50px;
    font-family: "Poppins";
    font-weight: 600; }
    @media (max-width: 575px) {
      .section-title h2 {
        font-size: 35px; } }

.sub-title {
  font-family: "Poppins";
  font-weight: 500;
  font-size: 50px;
  color: #002147; }
  @media (max-width: 575px) {
    .sub-title {
      font-size: 35px; } }

.sm-sub-title {
  font-family: "Poppins";
  font-weight: 600;
  font-size: 30px;
  color: #002147; }

.section-title-2 {
  padding-bottom: 20px; }
  .section-title-2 h4 {
    color: #03a84e;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 500; }
  .section-title-2 h2 {
    color: #002147;
    font-size: 50px;
    font-family: "Poppins";
    font-weight: 600; }
    @media (max-width: 575px) {
      .section-title-2 h2 {
        font-size: 40px; } }

.single-section-title {
  margin-bottom: 50px; }
  .single-section-title h2 {
    display: inline-block;
    font-size: 50px;
    color: #002147;
    position: relative;
    font-family: "Poppins";
    font-weight: 600; }
    .single-section-title h2:after {
      content: "";
      position: absolute;
      left: 0;
      bottom: -15px;
      width: 100px;
      height: 3px;
      background-color: #03a84e; }


.section-heading {
  position: relative;
  font-size: 35px;
  color: #002147;
  font-family: "Poppins";
  font-weight: 600; }
  .section-heading:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 5px;
    top: 50%;
    left: 40%;
    background-color: #03a84e; }
    @media (max-width: 768px) {
      .section-heading:before {
        left: 48%; } }
    @media (min-width: 768px) and (max-width: 991px) {
      .section-heading:before {
        left: 40%; } }
    @media (max-width: 575px) {
      .section-heading:before {
        left: 50%;
        content: none; } }

.overlay {
  position: relative; }
  .overlay:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(34, 34, 34, 0.45); }

.overlay_2 {
  position: relative; }
  .overlay_2:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(0 0 0 / 80%); }

.overlay_3 {
  position: relative; }
  .overlay_3:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.8);
    padding: 25px;
    border-radius: 25px; }
    @media (min-width: 992px) {
      .overlay_3:before {
        display: none; } }



@media (min-width: 768px) and (max-width: 991px) {
  .mb-3d-5 {
    padding-bottom: 3rem; } }

@media (max-width: 768px) {
  .mb-3d-5 {
    padding-bottom: 3rem; } }

@media (max-width: 575px) {
  .mb-3d-5 {
    padding-bottom: 3rem; } }

@media (min-width: 768px) and (max-width: 991px) {
  .mt-3d-5 {
    padding-top: 3rem; } }

@media (max-width: 768px) {
  .mt-3d-5 {
    padding-top: 3rem; } }

@media (max-width: 575px) {
  .mt-3d-5 {
    padding-top: 3rem; } }

@media (max-width: 768px) {
  .mb-xs-5 {
    padding-bottom: 3rem; } }

@media (max-width: 575px) {
  .mb-xs-5 {
    padding-bottom: 3rem; } }

@media (max-width: 575px) {
  .mb-mob-5 {
    padding-bottom: 3rem; } }

@media (max-width: 768px) {
  .mb-xs-4 {
    padding-bottom: 2rem; } }

@media (max-width: 575px) {
  .mb-xs-4 {
    padding-bottom: 2rem; } }

@media (max-width: 768px) {
  .my-xs-5 {
    margin: 5rem 0; } }

@media (max-width: 575px) {
  .my-xs-5 {
    margin: 5rem 0; } }

@media (max-width: 768px) {
  .my-xs-4 {
    margin: 4rem 0; } }

@media (max-width: 575px) {
  .my-xs-4 {
    margin: 4rem 0; } }

@media (min-width: 768px) and (max-width: 991px) {
  .mb-bd-5 {
    padding-bottom: 3rem; } }

@media (max-width: 768px) {
  .mb-bd-5 {
    padding-bottom: 3rem; } }

@media (max-width: 575px) {
  .mb-bd-5 {
    padding-bottom: 3rem; } }

@media (max-width: 768px) {
  .mt-xs-5 {
    padding-top: 3rem; } }

@media (max-width: 575px) {
  .mt-xs-5 {
    padding-top: 3rem; } }

.shadow-theme-lg {
  box-shadow: 0 1rem 3rem 1rem rgba(20, 189, 238, 0.175) !important; }

.height-470 {
  height: 470px; }

@media (min-width: 992px) {
  .pr-120-lg {
    padding-right: 120px; } }




.link_btn {
  display: inline-block;
  color: #03a84e;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 14px;
  transition: all .4s linear 0s;
      background-color: #e1ffef;
    padding: 8px;
    border: 1px solid #03a84e; }
  .link_btn i {
    transition: all .4s linear 0s; }
  .link_btn:hover {
    text-decoration: none;
    color: #03a84e; }
    .link_btn:hover i {
      padding-left: 5px; }


@media (min-width: 768px) and (max-width: 991px) {
  .mb-xs-2 {
    margin-bottom: 2rem; } }

@media (max-width: 768px) {
  .mb-xs-2 {
    margin-bottom: 2rem; } }

@media (max-width: 575px) {
  .mb-xs-2 {
    margin-bottom: 2rem; } }

@media (min-width: 768px) and (max-width: 991px) {
  .mb-xs-3 {
    margin-bottom: 3rem; } }

@media (max-width: 768px) {
  .mb-xs-3 {
    margin-bottom: 3rem; } }

@media (max-width: 575px) {
  .mb-xs-3 {
    margin-bottom: 3rem; } }

@media (max-width: 575px) {
  .mb-mob-3 {
    margin-bottom: 3rem; } }

/**
* ============================
*  3.Media Query
* ============================
*/
/*****************************
   1. header
*********************************/
body {
  font-family: 'Rubik', sans-serif;
  color: #666;
  font-size: 16px; }

body p {
  line-height: 28px; }

.header-top {
  display: none;
  min-height: 45px; }
  @media (min-width: 992px) {
    .header-top {
      display: block; } }

.header-top-content {
  display: flex;
  justify-content: space-between; }
  .header-top-content .contact-info ul {
    margin: 0;
    padding: 0;
    list-style: none; }
    .header-top-content .contact-info ul li {
      display: inline-block;
      line-height: 45px;
      padding-right: 40px;
      color: #fff;
      font-size: 14px; }
      .header-top-content .contact-info ul li i {
        color: #03a84e;
        padding-right: 5px; }
      .header-top-content .contact-info ul li:last-child {
        padding-right: 0; }

.single_info {
  display: inline-flex;
  padding-left: 30px;
  justify-content: center;
  align-items: center;
  justify-content: center;
  align-items: end; }
  @media (max-width: 575px) {
    .single_info {
      padding-left: 10px; } }
  .single_info .info_data {
    display: inline-block; }
    .single_info .info_data h6 {
      font-weight: 500;
      color: #002147; }
    .single_info .info_data p {
      margin-bottom: 0;
      color: #666; }
      @media (max-width: 768px) {
        .single_info .info_data p {
          font-size: 14px; } }
      @media (max-width: 575px) {
        .single_info .info_data p {
          font-size: 14px; } }
  .single_info img {
    padding-right: 20px; }
    @media (max-width: 575px) {
      .single_info img {
        padding-right: 2px;
        width:20%; } 
      .single_info .info_data {
    display: inline-block;
    margin-top: 5%;
    margin-left: 2%;
}
.main-menu .collapse-bar {
  display: none;
  }
.slider-area-2 .slider-content-2 {
  left:0% !important;
  }
  .footer-bottom {
    display: flow-root !important;
  }
  .h4, h4 {
    font-size: 1rem;
}
}
  .single_info .button_icon {
    position: absolute;
    right: 0;
    top: 50%;
    width: 60px;
    height: 100%;
    background-color: rgba(34, 34, 34, 0.09);
    text-align: center;
    transform: translateY(-50%);
    line-height: 100%;
    display: flex;
    align-items: center;
    justify-content: center; }

.navbar-toggler:focus {
  outline-color: #03a84e; }

@media (max-width: 768px) {
  .main-menu-area.bg_dark_mobile {
    background-color: #0d1028; } }

@media (max-width: 575px) {
  .main-menu-area.bg_dark_mobile {
    background-color: #0d1028; } }

@media (min-width: 768px) and (max-width: 991px) {
  .header_top_area .site_logo {
    display: none; } }

@media (max-width: 768px) {
  .header_top_area .site_logo {
    display: none; } }

.header_top_area .site_info .single_info:first-child {
  padding-left: 0; }

@media (min-width: 768px) and (max-width: 991px) {
  .header_top_area .site_info {
    width: 100%; } }

@media (max-width: 768px) {
  .header_top_area .site_info {
    width: 100%; } }

@media (max-width: 575px) {
  .header_top_area .button_icon {
    display: none; } }

@media (max-width: 575px) {
  .header_top_area {
    display: none; } }

.main-menu ul li a {
  color: #fff;
  padding: 1rem 2rem !important;
  transition: all .4s linear 0s; }
  .main-menu ul li a:hover {
    background-color: #03a84e; }
  @media (min-width: 992px) {
    .main-menu ul li a {
      padding: 1rem 1.3rem !important; } }

.main-menu .dropdown-menu {
  background-color: #0d1028; }

.main-menu .navbar {
  padding: 0; }

.main-menu .navbar-brand i {
  color: #fff; }

.main-menu .dropdown-menu {
  transition: all .4s linear 0s;
  margin: 0;
  padding: 0;
  border-radius: 0;
  border: 0; }
  .main-menu .dropdown-menu .dropdown-item:hover {
    color: #fff; }

.main-menu .dropdown-toggle::after {
  content: "\f107";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  border-top: 0;
  vertical-align: baseline; }

.main-menu .nav-item.dropdown.show {
  background-color: #03a84e;
  color: #fff; }

@media (min-width: 992px) {
  .main-menu .dropdown {
    transition: all .4s linear 0s; }
    .main-menu .dropdown:hover {
      background-color: #03a84e; }
      .main-menu .dropdown:hover > .dropdown-menu {
        display: block; } }

.main-menu .collapse-bar {
  position: relative;
  right: 8%; 
width: 14%}

.main-menu .option-menu {
  position: absolute;
  right: 0;
  z-index: 5;
  margin-top: 8px; }
  .main-menu .option-menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
    background-color: #0d1028; }

.main-menu .navbar-brand {
  padding-right: .2rem; }

.main-menu .navbar i {
  color: #fff; }

@media (min-width: 768px) and (max-width: 991px) {
  .main-menu {
    padding: 15px 20px; }
    .main-menu .navbar-brand {
      display: none; } }

@media (max-width: 768px) {
  .main-menu {
    padding: 15px 0; }
    .main-menu .navbar-brand {
      display: none; } }

.main-menu-2 ul li:last-child a {
  padding-right: 0 !important; }

.main-menu-2 ul li a {
  color: #666;
  padding: 1rem !important;
  transition: all .4s linear 0s;
  font-weight: 500; }
  .main-menu-2 ul li a:hover {
    color: #03a84e; }

.main-menu-2 .navbar {
  padding: 0; }

.main-menu-2 .navbar-brand i {
  color: #fff; }

.main-menu-2 .dropdown-menu {
  transition: all .4s linear 0s;
  margin: 0;
  padding: 0;
  border-radius: 0; }

.main-menu-2 .dropdown-toggle::after {
  content: "\f107";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  border-top: 0;
  vertical-align: baseline; }

.main-menu-2 .nav-item.dropdown.show {
  background-color: #002147; }
  .main-menu-2 .nav-item.dropdown.show a {
    color: #fff; }
  .main-menu-2 .nav-item.dropdown.show .dropdown-item {
    background-color: #002147; }

@media (min-width: 992px) {
  .main-menu-2 .dropdown {
    transition: all .4s linear 0s; }
    .main-menu-2 .dropdown:hover > .dropdown-menu {
      display: block; } }

.main-menu-2 .navbar i {
  color: #666; }

.main-menu-3 ul li a {
  color: #989898;
  padding: 1rem 1rem !important;
  transition: all .4s linear 0s;
  font-weight: 500; }
  .main-menu-3 ul li a:hover {
    color: #fff;
    background-color: #91c73d; }
  .main-menu-3 ul li a.active {
    background-color: #91c73d;
    color: #fff; }
  @media (min-width: 1199px) {
    .main-menu-3 ul li a {
      padding: 1rem 1.5rem !important; } }

.main-menu-3 .navbar {
  padding: 0; }

.main-menu-3 .navbar-brand i {
  color: #fff; }

.main-menu-3 .dropdown-menu {
  transition: all .4s linear 0s;
  margin: 0;
  padding: 0;
  border-radius: 0;
  border: 0; }

.main-menu-3 .dropdown-toggle::after {
  content: "\f107";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  border-top: 0;
  vertical-align: baseline; }

.main-menu-3 .nav-item.dropdown.show {
  background-color: #03a84e;
  color: #666; }

@media (min-width: 992px) {
  .main-menu-3 .dropdown {
    transition: all .4s linear 0s; }
    .main-menu-3 .dropdown:hover > .dropdown-menu {
      display: block; } }

.main-menu-3 .navbar i {
  color: #666; }

@media (min-width: 768px) and (max-width: 991px) {
  .mobile_site_logo {
    display: inline-block !important; } }

@media (max-width: 768px) {
  .mobile_site_logo {
    display: inline-block !important; } }

@media (min-width: 992px) {
  .dropdown-menu .dropdown .dropdown-menu {
    left: 100%;
    top: 0%;
    margin: 0 20px;
    border-width: 0; }
  .dropdown-menu .dropdown .dropdown-menu {
    margin: 0;
    border-width: 1px; } }

/****************************
2. Start Slider
*****************************/
.slider-section {
  position: relative;
  overflow: hidden; }

.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
  width: auto;
  top: 50%;
  left: 90%;
  transform: translateY(-50%); }
  .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 20px 0;
    display: block;
    position: relative;
    width: 20px;
    height: 20px;
    background-color: #fff;
    opacity: 1; }
    .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet:before {
      content: "";
      position: absolute;
      left: -5px;
      top: -5px;
      width: 30px;
      height: 30px;
      border-radius: 50%;
      border: 2px solid #fff; }
    .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
      background-color: #03a84e; }
      .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active:before {
        content: "";
        position: absolute;
        left: -5px;
        top: -5px;
        width: 30px;
        height: 30px;
        border-radius: 50%;
        border: 2px solid #03a84e; }

.slider-area {
  position: relative;
  display: flex;
  align-items: center;
  background-size: cover;
  background-position: center center;
  width: 100%; }

.slider-area-2 {
  position: relative;
  display: flex;
  align-items: center;
  background-size: cover;
  background-position: right top;
  width: 100%; 
}
  .slider-area-2 .slider-content {
    position: relative;
    z-index: 9; }
    .slider-area-2 .slider-content h6 {
      position: relative;
      color: #03a84e;
      text-transform: uppercase;
      font-size: 20px; }
    .slider-area-2 .slider-content h2 {
      position: relative;
      color: #002147;
      font-weight: 700; }
      .slider-area-2 .slider-content h2 span {
        display: block;
        font-weight: 400; }
  .slider-area-2 .slider-content-2 {
    position: relative;
    z-index: 9; }
    .slider-area-2 .slider-content-2 h6 {
      position: relative;
      color: #03a84e;
      text-transform: uppercase;
      font-size: 20px; }
    .slider-area-2 .slider-content-2 h2 {
      position: relative;
      color: #002147;
      font-family: 'Poppins', sans-serif;
      font-weight: 600;
      font-size: 55px; }
      .slider-area-2 .slider-content-2 h2 span {
        display: block;
        font-weight: 400; }
    .slider-area-2 .slider-content-2 p {
      position: relative; }
    @media (min-width: 768px) and (max-width: 991px) {
      .slider-area-2 .slider-content-2 .display-3 {
        font-size: 3rem; } }
    @media (max-width: 768px) {
      .slider-area-2 .slider-content-2 .display-3 {
        font-size: 3rem; } }
    @media (max-width: 575px) {
      .slider-area-2 .slider-content-2 .display-3 {
        font-size: 2rem; } }



.swiper-button-next {
  right: 30px;
  background-color: #91c73d;
  color: #fff;
  padding: 25px;
  border-radius: 50%;
  background-size: 20px 30px;
  transition: all .4s linear 0s;
  background-image: none; }
  .swiper-button-next:before {
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    color: #fff;
    font-size: 25px;
    line-height: 25px;
    top: 50%;
    transform: translateY(-50%); }
  .swiper-button-next:focus {
    outline: 0;
    box-shadow: none; }
  @media (min-width: 768px) and (max-width: 991px) {
    .swiper-button-next {
      display: none; } }
  @media (max-width: 768px) {
    .swiper-button-next {
      display: none; } }
  @media (max-width: 575px) {
    .swiper-button-next {
      display: none; } }
  .swiper-button-next:hover {
    background-color: #adadad; }

.swiper-button-prev {
  right: 30px;
  background-color: #91c73d;
  color: #fff;
  padding: 25px;
  border-radius: 50%;
  background-size: 20px 30px;
  transition: all .4s linear 0s;
  background-image: none; }
  .swiper-button-prev:before {
    content: "\f104";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    color: #fff;
    font-size: 25px;
    line-height: 25px;
    top: 50%;
    transform: translateY(-50%); }
  .swiper-button-prev:focus {
    outline: 0;
    box-shadow: none; }
  @media (min-width: 768px) and (max-width: 991px) {
    .swiper-button-prev {
      display: none; } }
  @media (max-width: 768px) {
    .swiper-button-prev {
      display: none; } }
  @media (max-width: 575px) {
    .swiper-button-prev {
      display: none; } }
  .swiper-button-prev:hover {
    background-color: #adadad; }

.kindergarten .swiper-button-prev {
  background: #03a84e;
  padding: 24px; }
  .kindergarten .swiper-button-prev:hover {
    background: #03a84e; }

.kindergarten .swiper-button-next {
  background: #03a84e;
  padding: 24px; }
  .kindergarten .swiper-button-next:hover {
    background: #03a84e; }

@media (max-width: 575px) {
  .swiper-pagination {
    display: none !important; } }

.slider-content {
  position: relative;
  z-index: 10; }
  @media (max-width: 575px) {
    .slider-content {
      padding: 0 !important;
      margin: 0 !important; } }
  .slider-content p {
    margin-bottom: 0;
    font-size: 20px; }
  .slider-content h2 {
    font-weight: 500;
    font-family: "Poppins"; }
  @media (min-width: 768px) and (max-width: 991px) {
    .slider-content .display-3 {
      font-size: 3rem; } }
  @media (max-width: 768px) {
    .slider-content .display-3 {
      font-size: 3rem; } }
  @media (max-width: 575px) {
    .slider-content .display-3 {
      font-size: 2rem; } }

@media (max-width: 575px) {
  .slider-area.height-700 {
    height: 450px; } }

/************************************
3. Start Services
**********************************/
.services-section {
  position: relative;
  z-index: 5; }


.single-service-3 {
  transition: all .4s linear 0s; }
  .single-service-3.active {
    background-color: #03a84e; }
    .single-service-3.active h4 {
      color: #fff; }
    .single-service-3.active a {
      color: #fff;
      text-transform: uppercase;
      font-weight: 500; }
    .single-service-3.active:hover {
      background-color: #03a84e;
      color: #fff; }
      .single-service-3.active:hover a {
        color: #fff; }
      .single-service-3.active:hover h4 {
        color: #fff; }
      .single-service-3.active:hover .service-icon {
        padding: 15px;
        display: inline-block;
        background-color: #03a84e; }
  .single-service-3 .service-icon {
    padding: 15px; }
  .single-service-3 h4 {
    color: #002147; }
  .single-service-3 .service-icon {
    margin-bottom: 25px; }
  .single-service-3 a {
    color: #03a84e;
    transition: all .4s linear 0s; }
    .single-service-3 a i {
      transition: all .4s linear 0s; }
    .single-service-3 a:hover {
      text-decoration: none; }
      .single-service-3 a:hover i {
        padding-left: 5px; }
  .single-service-3:hover {
    background-color: #03a84e;
    color: #fff; }
    .single-service-3:hover a {
      color: #fff; }
    .single-service-3:hover h4 {
      color: #fff; }
    .single-service-3:hover .service-icon {
      display: inline-block;
      background-color: #fff;
      border-radius: 50%; }

/*********************************
4. Start Featured Section
**********************************/

.feature-image {
  position: relative; }
  .feature-image img {
    width: 100%; }


.single-featured-3 {
  transition: all .4s linear 0s; }
  .single-featured-3:hover .border-6 {
    border-color: #03a84e; }
  .single-featured-3 h3 {
    padding-top: 30px;
    font-weight: 600; }
  .single-featured-3 .featured-text-and-info {
    border-top-color: #03a84e;
    transition: all .4s linear .09s; }


.featured-text-and-info {
  position: relative; }

.feature-image {
  position: relative; }


/********************************
05. Start Popup Videos Section
**********************************/
@media (max-width: 768px) {
  .countdown-wrapper.translate_50 {
    transform: translateY(15%) !important; } }

@media (max-width: 575px) {
  .countdown-wrapper.translate_50 {
    transform: translateY(5%) !important; } }

.single-countdown {
  text-align: center;
  border-width: 6px;
  border-style: solid;
  border-image: url(assets/images/border.png) 5;
  border-image-outset: inherit;
  border-image-repeat: no-repeat;
  border-image-repeat: repeat; }
  .single-countdown p {
    color: #fff;
    font-weight: 600; }
  .single-countdown span {
    color: #03a84e;
    font-size: 60px;
    font-weight: 600; }
  @media (min-width: 768px) and (max-width: 991px) {
    .single-countdown {
      border-width: 5px; } }

.half_column_image {
  position: relative;
  transition: all .4s linear 0s; }
  .half_column_image .video-play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    text-align: center;
    transform: translate(-50%, -50%); }
    .half_column_image .video-play-btn i {
      font-size: 55px;
      color: #03a84e;
      background-color: #fff;
      border-radius: 50%;
      padding: 10px;
      transition: all .4s linear 0s; }
  .half_column_image:hover i {
    background-color: #03a84e;
    color: #fff; }
  @media (min-width: 768px) and (max-width: 991px) {
    .half_column_image img {
      width: 100%; } }
  @media (min-width: 992px) {
    .half_column_image img {
      object-fit: cover; } }
  .half_column_image .play-button-2 {
    display: inline-block;
    position: absolute;
    right: 0;
    bottom: 0;
    padding: 15px 25px;
    color: #fff;
    background-color: #91c73d;
    transition: all .4s linear 0s;
    font-weight: 500; }
    .half_column_image .play-button-2:hover {
      text-decoration: none;
      background-color: rgba(145, 199, 61, 0.8); }

.half_column_image img {
  object-fit: cover; }


.post-meta-info {
  display: inline-block;
  border: 2px solid #03a84e;
  width: 50%;
  padding: 1.5rem;
  background-color: #fff9f6;
  margin-top: 5px; }
  .post-meta-info ul {
    margin: 0;
    padding: 0;
    list-style: none; }
    .post-meta-info ul li {
      color: #03a84e;
      padding: 5px; }

@media (max-width: 768px) {
  .two-column-section.section-pt {
    padding: 50px 0; } }

@media (max-width: 575px) {
  .two-column-section.section-pt {
    padding: 50px 0; } }


/**********************
07 .Start Events Section 
*************************************/
.single-event {
  display: flex;
  justify-content: space-between; 
      border: 3px solid #e1ffef;
}
  .single-event .event-date {
    display: inline-block;
    padding: 5px 35px;
    background-color: #fff;
    text-align: center;
    margin-right: 30px;
    /*border: 4px solid #ddd;*/
    min-width: 160px;
    height: 160px; }
    .single-event .event-date span {
      font-size: 65px;
      color: #03a84e;
      font-weight: 600; }
    .single-event .event-date p {
      font-size: 24px;
      color: #56566a;
      font-weight: 500;
      margin-bottom: 0; }
  .single-event h5 {
    font-size: 20px;
    font-weight: 600; }
    .single-event h5 a {
      color: #002147;
          font-size: 16px;
      transition: all .4s linear 0s; }
      .single-event h5 a:hover {
        color: #03a84e;
        text-decoration: none; }
  .single-event .event-meta {
    display: flex; }
    .single-event .event-meta .single-meta {
      padding-left: 40px; }
      .single-event .event-meta .single-meta:first-child {
        padding-left: 0; }
      @media (min-width: 1199px) {
        .single-event .event-meta .single-meta p {
          font-size: 16px !important; 
          } }
           .single-event .event-meta .single-meta p a{
          font-size: 16px !important; 
          font-weight: 500;
          color: #ab0303;} }
      @media (min-width: 992px) {
        .single-event .event-meta .single-meta p {
          font-size: 12px; } }
      @media (max-width: 575px) {
        .single-event .event-meta .single-meta p {
          font-size: 12px; } }
  .single-event i {
    color: #03a84e; }

.event-content h2 {
  font-size: 24px;
  margin-bottom: 15px;
  font-family: "Poppins"; }
  .event-content h2 a {
    color: #002147;
    transition: all .4s linear 0s; }
    .event-content h2 a:hover {
      text-decoration: none;
      color: #03a84e; }



.single-blog .post-meta {
  position: absolute;
  bottom: 30px;
  padding: 15px 20px;
  width: 70%;
  left: 15%;
  border-radius: 30px;
  font-size: 14px;
  color: #56566a;
  text-align: center; }
  @media (max-width: 575px) {
    .single-blog .post-meta {
      width: 90%;
      left: 5%; } }
  .single-blog .post-meta i {
    color: #03a84e;
    font-size: 15px; }
  .single-blog .post-meta p {
    margin-bottom: 0; }
  .single-blog .post-meta .single-event-data {
    display: inline-block; }
    .single-blog .post-meta .single-event-data a {
      color: #03a84e; }
    .single-blog .post-meta .single-event-data p {
      padding: 0 5px;
      font-size: 14px;
      color: #666; }

.event-image {
  position: relative;
  overflow: hidden; }
  @media (min-width: 768px) and (max-width: 991px) {
    .event-image img {
      width: 100%; } }

/*****************************
08. Start Testimonials Section
********************************/

.single-testimonial-4 {
  position: relative;
  margin-top: 60px;
  padding-top: 30px; }
  .single-testimonial-4:before {
    content: "\f10d";
    position: absolute;
    left: 50%;
    top: -40px;
    transform: translateX(-50%);
    width: 50px;
    height: 50px;
    border-radius: 50%;
    line-height: 50px;
    background-color: #03a84e;
    color: #fff;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    text-align: center; }
  .single-testimonial-4 p {
    font-style: italic;
    font-size: 16px; }
  .single-testimonial-4 .testimonial-referance strong {
    display: block; }
  .single-testimonial-4 p {
    line-height: 28px; }


.testimonials-wrapper-4 .owl-dots {
  text-align: center;
  margin-top: 30px; }
  .testimonials-wrapper-4 .owl-dots button:focus {
    outline: 0;
    box-shadow: none; }
  .testimonials-wrapper-4 .owl-dots .owl-dot.active span {
    background-color: #03a84e;
    height: 30px; }
  .testimonials-wrapper-4 .owl-dots .owl-dot span {
    width: 10px;
    height: 20px;
    margin: 5px 7px;
    background: #fff;
    display: inline-block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px;
    transition: all .4s linear 0s; }

.has_bordered {
  position: relative; }
  .has_bordered h2 {
    display: inline-block;
    position: relative; }
    .has_bordered h2:before {
      content: "";
      position: absolute;
      left: 50%;
      bottom: -5px;
      width: 50%;
      height: 1px;
      background-color: #03a84e;
      transform: translateX(-50%); }

/*************************
09. Start Blog Section
****************************/
.blog-lists-wrapper .single-blog-wrapper {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px; }
  .blog-lists-wrapper .single-blog-wrapper .blog-thumb img {
    width: 200px;
    height: 150px;
    object-fit: cover; }
  .blog-lists-wrapper .single-blog-wrapper:last-child {
    margin-bottom: 0; }

.blog-lists-wrapper .blog-content-wrapper {
  position: relative; }
  .blog-lists-wrapper .blog-content-wrapper h4 {
    font-size: 16px;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
    line-height: 1.5rem; }
    .blog-lists-wrapper .blog-content-wrapper h4 a {
      color: #002147;
      transition: all .4s linear 0s;
      font-weight: 600;
      font-family: "Poppins"; }
      .blog-lists-wrapper .blog-content-wrapper h4 a:hover {
        text-decoration: none;
        color: #03a84e; }
  .blog-lists-wrapper .blog-content-wrapper p {
    margin-bottom: 5px; }



.post-meta span {
  font-size: 14px;
  font-style: italic; }

.big-blog-area .blog-meta span {
  color: #03a84e;
  font-size: 14px;
  font-weight: 500; }
  .big-blog-area .blog-meta span.seperator {
    font-size: 12px;
    color: #002147; }
  .big-blog-area .blog-meta span a {
    color: #03a84e; }

.big-blog-area .blog-meta-2 span {
  color: #03a84e;
  font-size: 14px; }
  .big-blog-area .blog-meta-2 span a {
    color: #03a84e; }

.big-blog-area .blog-text h3 {
  margin-bottom: 0;
  padding: 15px 0;
  text-transform: capitalize;
  font-weight: 600; }
  .big-blog-area .blog-text h3 a {
    color: #002147;
    transition: all .4s linear 0s;
    margin-top: 0;
    text-transform: capitalize;
    font-size: 20px;
    line-height: 1.8rem;
    font-weight: 600;
    font-family: "Poppins"; }
    .big-blog-area .blog-text h3 a:hover {
      text-decoration: none;
      color: #03a84e; }

.big-blog-area .blog-text a {
  display: inline-block;
  color: #03a84e;
  font-weight: 500;
  font-size: 15px;
  text-transform: uppercase;
  margin-top: 15px;
  transition: all .4s linear 0s; }
  .big-blog-area .blog-text a i {
    transition: all .4s linear 0s; }
  .big-blog-area .blog-text a:hover {
    text-decoration: none; }
    .big-blog-area .blog-text a:hover i {
      padding-left: 5px; }

.big-blog-area .blog-text-2 h3 {
  margin-bottom: 0;
  padding: 15px 0;
  text-transform: capitalize; }
  .big-blog-area .blog-text-2 h3 a {
    color: #002147;
    transition: all .4s linear 0s;
    margin-top: 0;
    text-transform: capitalize;
    font-size: 20px;
    line-height: 1.8rem;
    font-family: "Poppins";
    font-weight: 600; }
    .big-blog-area .blog-text-2 h3 a:hover {
      text-decoration: none;
      color: #03a84e; }

.big-blog-area .blog-text-2 a {
  display: inline-block;
  color: #03a84e;
  font-weight: 500;
  font-size: 15px;
  text-transform: uppercase;
  margin-top: 15px;
  transition: all .4s linear 0s; }
  .big-blog-area .blog-text-2 a i {
    transition: all .4s linear 0s; }
  .big-blog-area .blog-text-2 a:hover {
    text-decoration: none; }
    .big-blog-area .blog-text-2 a:hover i {
      padding-left: 5px; }

@media (min-width: 768px) and (max-width: 991px) {
  .big-blog-area .blog-thumb img {
    width: 100%; } }

@media (max-width: 768px) {
  .big-blog-area .blog-thumb img {
    width: 100%; } }

@media (max-width: 575px) {
  .big-blog-area .blog-thumb img {
    width: 100%; } }

/********************
10. Start Footer
**********************/
.footer-bottom-wrapper {
  border-color: rgba(255, 255, 255, 0.3) !important; }

.footer-area {
  color: #fff; }
  .footer-area .footer-logo {
    padding-bottom: 30px; }
    @media (max-width: 575px) {
      .footer-area .footer-logo {
        padding-top: 30px;
        padding-bottom: 20px; } }


.widget-list ul {
  margin: 0;
  padding: 0;
  list-style: none; }
  .widget-list ul li:first-child a {
    padding-top: 0; }
  .widget-list ul li a {
    display: inline-block;
    font-size: 16px;
    color: #fff;
    padding: 5px;
    text-transform: capitalize;
    transition: all .4s linear 0s; }
    .widget-list ul li a:hover {
      text-decoration: none;
      color: #03a84e; }


.social-accounts ul {
  margin: 0;
  padding: 0;
  list-style: none; }
  .social-accounts ul li {
    display: inline-block; }
    .social-accounts ul li:last-child a {
      margin-right: 0; }
    .social-accounts ul li a {
      display: inline-block;
      width: 40px;
      height: 40px;
      line-height: 40px;
      border: 1px solid #2b344e;
      background-color: #2b344e;
      transition: all .4s linear 0s;
      text-align: center;
      margin: 0 2px; }
      @media (max-width: 575px) {
        .social-accounts ul li a {
          width: 35px;
          height: 35px;
          line-height: 35px;
          margin: 0 2px; } }
      .social-accounts ul li a:hover {
        background-color: #03a84e;
        border-color: #03a84e; }
        .address-widget i:hover {
          color:#fff;
        }


.footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center; }
  .footer-bottom p {
    margin-bottom: 0; }

.address-widget p {
  line-height: 2rem; }

.single_widget h3 {
  margin-bottom: 0;
  padding-bottom: 25px;
  font-weight: 500; 
font-size: 20px;}

.address-widget span {
  font-size: 28px; }



/***********************
14. scroll-top
************************/
.scroll-top {
  position: fixed;
  width: 50px;
  height: 50px;
  background-color: #222222;
  bottom: 80px;
  right: 20px;
  z-index: 9999;
  cursor: pointer;
  transition: all .4s linear 0s;
  display: none;
  border-radius: 50%; }

.scroll-top .scroll-icon {
  color: #fff;
  font-size: 20px;
  line-height: 53px;
  text-align: center; }

.scroll-top:hover {
  background-color: #03a84e; }

.scroll-top.option-2 {
  background-color: #03a84e; }

.scroll-top.option-3 {
  background-color: #91c73d; }

/**********************************
15. About Page
***********************************/
.hero-section {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  overflow: hidden; }
  .hero-section h1 {
    font-weight: 500; }

.image-gallery .owl-item {
  position: relative;
  z-index: 1;
  margin-top: 25px; }
  .image-gallery .owl-item .single-gallery img {
    height: 250px;
    object-fit: cover; }
  .image-gallery .owl-item.active.center {
    position: relative;
    z-index: 999; }
    @media (min-width: 992px) {
      .image-gallery .owl-item.active.center {
        transform: scale(1.3); } }
    .image-gallery .owl-item.active.center .single-gallery img {
      object-position: center center; }
      @media (min-width: 992px) {
        .image-gallery .owl-item.active.center .single-gallery img {
          border: 2px solid #03a84e;
          margin: 12px 0; } }

.image-gallery .owl-dots {
  display: inline-block;
  position: absolute;
  text-align: center;
  margin-top: -50px;
  z-index: 9999;
  left: 44.5%;
  background-color: #03a84e;
  padding: 5px;
  border-radius: 50px; }
  .image-gallery .owl-dots .owl-dot {
    width: 10px;
    height: 10px;
    background-color: rgba(34, 34, 34, 0.3);
    border-radius: 50%;
    margin: 5px; }
    .image-gallery .owl-dots .owl-dot.active {
      background-color: #fff; }
    .image-gallery .owl-dots .owl-dot:focus {
      outline: 0; }

/************************************
15.1 Start Featured-2 Section
****************************************/
.featured-area {
  margin-bottom: -20px; }

.featured-2-icon {
  margin-right: 30px; }
  .featured-2-icon i {
    color: #03a84e;
    font-size: 25px;
    width: 60px;
    height: 60px;
    line-height: 55px;
    text-align: center;
    border-radius: 50%;
    border: 2px solid #03a84e; }

.single-featured-3:hover .featured-2-icon i {
  background: #03a84e;
  color: #fff;
  transition: all .4s linear 0s; }

.featured-2-text h5 {
  color: #002147;
  font-size: 20px;
  font-family: 'Poppins', sans-serif;
  font-weight: 600; }

.half-column-content h2 {
  font-size: 50px; }

/************************
15.2 Start Full Width Container
*************************/

.contact-form-wrapper h2 {
  font-size: 50px;
  margin-bottom: 30px; }

.contact-form-wrapper input {
  margin-bottom: 30px;
  border-radius: 0;
  background-color: transparent;
  border: 2px solid #032f62;
  border-radius: 40px;
  height: 50px;
  padding: 25px;
  color: #dddddd; }
  .contact-form-wrapper input:focus {
    background-color: transparent;
    color: #dddddd; }

.contact-form-wrapper textarea {
  border-radius: 0;
  background-color: transparent;
  margin-bottom: 30px;
  border-color: #032f62;
  border-radius: 40px;
  padding: 25px;
  color: #dddddd; }
  .contact-form-wrapper textarea:focus {
    background-color: transparent;
    color: #dddddd; }

.contact-form-wrapper ::-webkit-input-placeholder {
  color: #dddddd; }

.contact-form-wrapper ::-moz-placeholder {
  color: #dddddd; }

.contact-form-wrapper :-ms-input-placeholder {
  color: #dddddd; }

.contact-form-wrapper :-moz-placeholder {
  color: #dddddd; }

.equal-height {
  background-size: cover; }

/**************************
15.4 Start Contact Section
****************************/
.contact-from-wrapper-2 {
  overflow: hidden;
  padding-bottom: 30px; }
  .contact-from-wrapper-2 input {
    border-radius: 0;
    height: 50px;
    background-color: #f9f9ff;
    position: relative; }
    .contact-from-wrapper-2 input:focus {
      background-color: #ffc6ac;
      border-color: #03a84e;
      box-shadow: none;
      color: #03a84e;
      font-weight: 500; }
  .contact-from-wrapper-2 textarea {
    background-color: #f9f9ff;
    border-radius: 0;
    position: relative; }
    .contact-from-wrapper-2 textarea:focus {
      background-color: #ffc6ac;
      border-color: #03a84e;
      box-shadow: none;
      color: #03a84e;
      font-weight: 500; }
  .contact-from-wrapper-2 button[type="submit"] {
    padding: 15px 25px;
    background-color: #03a84e;
    color: #fff;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 500;
    cursor: pointer;
    border: 0; }
    .contact-from-wrapper-2 button[type="submit"]:focus {
      outline: 0; }

/**********************
16. Courses Page
**************************/
.portfolios-list-2 ul li {
  margin: 5px; }

/******************************
17. Teacher Details
********************************/


.half_column_content h3 {
  font-size: 35px;
  color: #002147;
  font-weight: 600;
  font-family: 'Poppins', sans-serif; }

.half_column_content h6 {
  font-size: 20px;
  color: #666;
  font-weight: 600; }

.half_column_content p {
  line-height: 28px; }

.secondary-content {
  display: inline-block;
  width: 50%;
  float: left; }
  .secondary-content h6 {
    font-size: 16px;
    color: #002147; }


.member-status {
  display: flex;
  justify-content: space-between; }
  .member-status p {
    font-size: 14px;
    color: #666; }
    .member-status p strong {
      color: #002147;
      font-weight: 500; }

.member-image {
  overflow: hidden; }
  .member-image img {
    transition: all .4s linear 0s; }

.single-member {
  transition: all .4s linear 0s; }
  .single-member:hover {
    box-shadow: 0 0.5rem 1rem rgba(34, 34, 34, 0.15) !important; }
    .single-member:hover .member-intro h3 a {
      color: #03a84e; }
    .single-member:hover .member-intro p {
      color: #03a84e; }
      .single-member:hover .member-intro p strong {
        color: #03a84e; }
    .single-member:hover .member-status p strong {
      color: #03a84e; }
    .single-member:hover .member-image img {
      transform: scale3d(1.1, 1.1, 1.1); }


.highlights-section ul {
  margin: 0;
  padding: 0;
  list-style: none;
  padding: 10px 0; }
  .highlights-section ul li {
    display: inline-block;
    padding: 5px; }
  .highlights-section ul h4 {
    line-height: 35px; }

.highlights-section .social-links ul li a {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.19);
  transition: all .4s linear 0s;
  text-align: center; }
  .highlights-section .social-links ul li a:hover {
    background-color: #fff;
    border-color: #fff;
    color: #03a84e; }

/*********************************
18. Gallery Page
***********************************/
.gallery-links {
  display: inline-block;
  padding-top: 15px;
  border-top: 2px solid #fff; }
  .gallery-links ul {
    margin: 0;
    padding: 0; }
    .gallery-links ul li {
      display: inline-block;
      margin: 5px; }
      .gallery-links ul li a {
        display: inline-block;
        width: 50px;
        height: 50px;
        text-align: center;
        line-height: 50px;
        background-color: rgba(255, 82, 2, 0.3);
        border-radius: 50%;
        border: 2px solid #fff;
        color: #fff;
        transition: all .4s linear 0s; }
        .gallery-links ul li a:hover {
          background-color: #fff;
          color: #03a84e;
          border-color: #fff; }

.gallery-content {
  text-align: center;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
  opacity: 0;
  visibility: hidden;
  transition: all .4s linear 0s; }
  .gallery-content h3 {
    font-size: 30px;
    color: #fff;
    margin-bottom: 20px;
    padding: 0 25px; }

.single-gallery {
  transition: all .4s linear 0s; }
  .single-gallery .gallery-image {
    position: relative; }
    .single-gallery .gallery-image:before {
      content: "";
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(255, 82, 2, 0.8);
      opacity: 0;
      visibility: hidden;
      transition: all .4s linear 0s; }
    .single-gallery .gallery-image:hover:before {
      opacity: 1;
      visibility: visible; }
    .single-gallery .gallery-image img {
      width: 100%; }
  .single-gallery:hover .gallery-content {
    opacity: 1;
    visibility: visible; }

/****************************
19. Blog Style One
****************************/


.search-widget form {
  position: relative; }
  .search-widget form input {
    border-radius: 0;
    height: 60px;
    background-color: #f7f7f7; }
    .search-widget form input.home2-opt:focus {
      border-color: #03a84e; }
    .search-widget form input:focus {
      outline: 0;
      box-shadow: none;
      border-color: #03a84e; }
  .search-widget form button[type="submit"] {
    position: absolute;
    top: 0;
    right: 0;
    background-color: #03a84e;
    color: #fff;
    width: 80px;
    height: 100%;
    font-size: 25px;
    color: #fff;
    border: 0; }
    .search-widget form button[type="submit"].home2-opt {
      background-color: #03a84e; }


.category-list ul {
  padding: 0;
  margin: 0;
  list-style: none; }
  .category-list ul li a {
    display: flex;
    justify-content: space-between;
    color: #666;
    padding: 10px 0;
    transition: all .4s linear 0s; }
    .category-list ul li a:hover {
      text-decoration: none;
      color: #03a84e; }
  .category-list ul li:last-child {
    padding-bottom: 0; }

.sidebar-wrapper .single-widget {
  margin-bottom: 45px; }
  .sidebar-wrapper .single-widget:last-child {
    margin-bottom: 0; }
  .sidebar-wrapper .single-widget h4 {
    font-size: 20px;
    color: #002147;
    text-align: center;
    font-weight: 600;
    font-family: 'Poppins', sans-serif; }

.tag-clouds ul {
  margin: 0;
  padding: 0;
  list-style: none; }
  .tag-clouds ul li {
    display: inline-block; }
    .tag-clouds ul li a {
      display: inline-block;
      color: #666;
      text-transform: uppercase;
      font-size: 15px;
      padding: 10px 15px;
      background-color: #f5f5f5;
      margin: 5px 3px;
      transition: all .4s linear 0s; }
      .tag-clouds ul li a:hover {
        text-decoration: none;
        color: #fff;
        background-color: #03a84e; }


.form-group label {
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  color: #002147; }


/*****************************
22. Events Page
******************************/
.single-blog .blog-meta {
  display: flex;
  justify-content: space-between;
  padding: 15px 0; }
  .single-blog .blog-meta p {
    margin-bottom: 0;
    color: #666;
    font-size: 14px; }
  .single-blog .blog-meta i {
    color: #03a84e; }

.single-blog .blog-text h4 a {
  color: #002147;
  font-size: 20px;
  transition: all .4s linear 0s; }
  .single-blog .blog-text h4 a:hover {
    text-decoration: none;
    color: #03a84e; }

.blog-image a img {
  width: 100%; }

/************************
23. Results Page
**************************/

.results-area h2 {
  font-size: 50px;
  color: #002147; }

.results-area .table {
  margin-bottom: 0; }

/*************************
24. Department Page
************************/
.single-item {
  padding: 3rem 1.5rem;
  border: 2px solid #ddd;
  text-align: center;
  transition: all .4s linear 0s; }
  .single-item h4 a {
    color: #002147;
    font-size: 18px;
    padding: 15px 0;
    transition: all .4s linear 0s; }
    .single-item h4 a:hover {
      text-decoration: none;
      color: #03a84e; }
  .single-item .item-icon {
    padding-bottom: 10px; }
    .single-item .item-icon img {
      width : 100px;
    }
  .single-item:hover {
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175);
    border-color: #03a84e; }

/****************************
25. Blog Details
*****************************/


.details-title h2 {
  font-size: 30px;
  color: #002147; }

.tags-and-share {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 30px 0;
  border-top: 2px solid #dee2e6;
  border-bottom: 2px solid #dee2e6;
  margin: 60px 0; }

.comments-count h2 {
  font-size: 20px;
  color: #002147;
  font-family: 'Poppins', sans-serif;
  font-weight: 600; }

.author-thumb {
  width: 260px;
  padding-right: 20px; }
  .author-thumb a {
    display: inline-block; }
  .author-thumb img {
    width: 100%;
    height: 100%;
    border-radius: 50%; }

.authors-info {
  display: flex; }

.single-comment {
  position: relative; }
  .single-comment .reply-btn {
    position: absolute;
    top: 0;
    right: 0;
    color: #03a84e;
    font-size: 16px;
    font-weight: 500; }
    .single-comment .reply-btn:hover {
      text-decoration: none; }

.comments-count {
  margin-bottom: 30px; }

.author-data a {
  color: #002147;
  font-size: 16px;
  font-weight: 600;
  transition: all .4s linear 0s;
  font-family: 'Poppins', sans-serif; }
  .author-data a:hover {
    text-decoration: none;
    color: #03a84e; }

.author-data p {
  margin-bottom: 5px;
  margin-bottom: 8px;
  margin-top: 8px;
  font-family: 'Poppins', sans-serif; }

.comment-form-wrapper h2 {
  font-size: 20px;
  color: #002147;
  margin-bottom: 35px; }

.comment-form-wrapper input {
  margin-bottom: 30px;
  border-radius: 0;
  background-color: #f5f5f5;
  height: 50px; }
  .comment-form-wrapper input:focus {
    outline: 0;
    box-shadow: none;
    border-color: #03a84e; }

.comment-form-wrapper textarea {
  border-radius: 0;
  background-color: #f5f5f5;
  outline: 0;
  box-shadow: none;
  margin-bottom: 30px; }
  .comment-form-wrapper textarea:focus {
    outline: 0;
    box-shadow: none;
    border-color: #03a84e; }



#search_modal .modal-content {
  border-radius: 0; }

.details-text p {
  line-height: 30px; }

.timeline-area p {
  font-weight: 500; }

/* Custom CSS */
.kindergarten .button_two {
  font-family: 'Poppins', sans-serif; }

.height-470 {
  height: 200px; }

@media (max-width: 575px) {
	.slider-area-2 .slider-content-2 p{display:none;}
	.subscribe-wrapper button[type="submit"]{
		width:120px; }
  .slider-area.height-700 {
    height: 300px; }
  .slider-area-2.height-600 {
    height: 300px; }
  .slider-area-3.height-600 {
    height: 300px; }
  /* Homepage blog & event section */
  .blog-lists-wrapper .single-blog-wrapper {
    display: block; }
    .blog-lists-wrapper .single-blog-wrapper .blog-thumb img {
      width: 100%;
      margin: 10px 0 15px; }
  .single-event {
    display: block !important; }
    .single-event .event-date {
      display: none; }
  .single-event-3 {
    display: block; }
    .single-event-3 .event-date, .single-event-2 .event-date {
      display: none; }
  .blog-lists-wrapper-2 .single-blog-wrapper {
    display: block; }
    .blog-lists-wrapper-2 .single-blog-wrapper .blog-thumb img {
      width: 100%;
      margin: 10px 0 15px; }
  .slider-area-3 .slider-content h6 {
    font-size: 15px; }
  .slider-content .display-3 {
    font-size: 1.8rem; } }



