@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
* {
  font-family: "Poppins", sans-serif !important;
}

img {
  max-width: 100%;
}

.learn_more {
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  color: #11562f;
}

.btn-check:focus + .btn,
.btn:focus {
  outline: none;
  box-shadow: none;
}

a {
  text-decoration: none;
}

.all_title {
  color: #126936;
  font-weight: 600;
  font-size: 28px;
  text-align: center;
  margin: 40px;
}

.enquery_modal {
  padding: 10px;
}
.enquery_modal .modal_enqury_form {
  padding: 40px 120px;
}
.enquery_modal .modal_enqury_form form label {
  font-size: 14px;
  font-weight: 500;
  padding: 4px 0;
}
.enquery_modal .modal_enqury_form form .form-control {
  font-size: 12px;
  padding: 8px 16px;
  background: #ccc;
}
.enquery_modal .modal_enqury_form form .footer_btns {
  margin: 20px 0 0;
}
.enquery_modal .modal_enqury_form form .footer_btns .btn {
  color: #fff;
  font-weight: 600;
  font-size: 18px;
  border-radius: 0 16px 0 16px;
  border: none;
  padding: 4px 26px;
}
.enquery_modal .modal_enqury_form form .footer_btns .btn.send {
  background-color: #11562f;
}
.enquery_modal .modal_enqury_form form .footer_btns .btn.cancel {
  background-color: #80201c;
}
header .navbar-dark{
    background: #033018;
}
header .navbar-dark img{
    width: 64px;
    height: auto;
}
header .navbar-dark .navbar-nav .nav-link,
header .navbar-dark .navbar-nav .nav-link.active{
    text-decoration: none;
    color: #fff;
  }
  header #menuBtn {
    width: 50px;
    height: 50px;
    text-align: center;
    position: fixed;
    right: 30px;
    top: 10px;
    border-radius: 3px;
    z-index: 3;
    cursor: pointer;
  }
  header #menuBtn img {
    width: 20px;
    margin-top: 15px;
  }
  header .navbar-dark {
  position: absolute;
  z-index: 2;
  /* body {
    margin: 0;
  } */
}
.main_header .logo {
  width: 64px;
  position: fixed;
  top: 6px;
  left: 10%;
}
/* header .navbar-dark .logo {
  position: fixed;
} */
.main_header #sideNav {
  width: 100%;
  /* width: 250px; */
  height: 100vh;
  position: fixed;
  /* display: none; */
  /* right: -250px; */
  top: 0;
  background: #033018;
  z-index: 2;
  transition: 4s ease-out;
}
.main_header nav ul {
  text-align: center;
  margin: 100px auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  padding: 0;
}
.main_header nav ul li {
  list-style: none;
  margin: 20px auto;
  font-weight: 600;
  font-size: 18px;
}
.main_header nav ul li a {
  text-decoration: none;
  color: #fff;
}
.main_header #menuBtn {
  width: 50px;
  height: 50px;
  text-align: center;
  position: fixed;
  right: 30px;
  top: 10px;
  border-radius: 3px;
  z-index: 3;
  cursor: pointer;
}
.main_header #menuBtn img {
  width: 20px;
  margin-top: 15px;
}

header .navbar-dark {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  /* padding: 20px; */
  transition: all 0.4s ease;
}

header .navbar .sticky {
  padding: 34px 0;
  background: #11562f;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}

.our_services {
  background-color: #fef2f2;
  padding: 50px 0;
}
.our_services .container {
  overflow: hidden;
}
.our_services .services_list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}
@media only screen and (max-width: 1399px) {
  .our_services .services_list {
    gap: 20px;
  }
}
@media only screen and (max-width: 991px) {
  .our_services .services_list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 767px) {
  .our_services .services_list {
    grid-template-columns: repeat(1, 1fr);
  }
}
.our_services .services_list .single_service {
  border-radius: 0 28px 28px 0;
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
}
.our_services .services_list .single_service .image_section {
  border-radius: 0 28px 0px 0;
}
.our_services .services_list .single_service .image_section img {
  height: 200px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0 28px 0px 0;
}
@media only screen and (max-width: 1399px) {
  .our_services .services_list .single_service .image_section img {
    height: 179px;
  }
}
@media only screen and (max-width: 1199px) {
  .our_services .services_list .single_service .image_section img {
    height: 149px;
  }
}
@media only screen and (max-width: 992px) {
  .our_services .services_list .single_service .image_section img {
    height: 169px;
  }
}
@media only screen and (max-width: 767px) {
  .our_services .services_list .single_service .image_section img {
    max-height: 300px;
    min-height: 100px;
    height: auto;
  }
}
.our_services .services_list .single_service .service_description_section {
  background-color: #033018;
  padding: 20px;
  border-radius: 28px 28px 28px 0px;
  display: grid;
  grid-template-columns: 50px auto;
  gap: 20px;
  align-items: center;
  margin: -22px 0 0 0;
}
@media only screen and (max-width: 450px) {
  .our_services .services_list .single_service .service_description_section {
    grid-template-columns: 1fr;
    margin: 0px 0 0 0;
    border-radius: 0px 0px 28px 0px;
  }
}
.our_services .services_list .single_service .service_description_section .number {
  background-color: #fef2f2;
  border-radius: 50%;
  font-size: 28px;
  width: 50px;
  height: 50px;
  color: #126936;
  text-align: center;
  font-weight: 700;
  line-height: 50px;
}
.our_services .services_list .single_service .service_description_section .main_des {
  color: #fff;
}
.our_services .services_list .single_service .service_description_section .main_des a {
  color: #fff;
  text-decoration: none;
}
.our_services .services_list .single_service .service_description_section .main_des a .title {
  font-size: 18px;
  font-weight: 600;
}
.our_services .services_list .single_service .service_description_section .main_des .des {
  font-size: 12px;
  font-weight: 400;
  line-height: 22px;
}

.front_about_section {
  background-size: contain;
  background-repeat: no-repeat;
}
.front_about_section .about_section_devide {
  padding: 80px 20px;
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 120px;
  justify-content: space-between;
  overflow: hidden;
}
@media only screen and (max-width: 991px) {
  .front_about_section .about_section_devide {
    gap: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .front_about_section .about_section_devide {
    padding: 48px 20px;
    grid-template-columns: 1fr;
  }
}
.front_about_section .about_section_devide .left_image_section img {
  height: 200px;
  width: 200px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
}
.front_about_section .about_section_devide .right_description_section .title {
  color: #126936;
  font-weight: 600;
  font-size: 24px;
  margin: 0 0 10px 0;
}
.front_about_section .about_section_devide .right_description_section .sub_title {
  color: #108540;
  font-weight: 500;
  font-size: 18px;
  margin: 10px 0;
}
.front_about_section .about_section_devide .right_description_section .about_description {
  font-size: 14px;
  font-weight: 400;
  line-height: 28px;
  text-align: justify;
}

.front_retreat_section {
  background-image: url(../icons/retreat-bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  padding: 50px 0;
}
.front_retreat_section .retreat_devide {
  display: grid;
  grid-template-columns: 200px auto;
  gap: 40px;
  overflow: hidden;
}
@media only screen and (max-width: 991px) {
  .front_retreat_section .retreat_devide {
    grid-template-columns: 1fr;
  }
}
.front_retreat_section .retreat_devide .title_section {
  font-size: 40px;
  color: #11562f;
  font-weight: 500;
}
@media only screen and (max-width: 991px) {
  .front_retreat_section .retreat_devide .retreat_left img {
    position: absolute;
    left: 0;
  }
}
.front_retreat_section .retreat_devide .main_content_section .main_content_devide {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}
.front_retreat_section .retreat_devide .main_content_section .main_content_devide .single_content {
  display: grid;
  grid-template-columns: 300px auto;
  gap: 20px;
  padding: 10px;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .front_retreat_section .retreat_devide .main_content_section .main_content_devide .single_content {
    grid-template-columns: 1fr;
  }
}
.front_retreat_section .retreat_devide .main_content_section .main_content_devide .single_content .image_section img {
  width: 300px;
  height: 150px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0 28px 0 28px;
}
@media only screen and (max-width: 767px) {
  .front_retreat_section .retreat_devide .main_content_section .main_content_devide .single_content .image_section img {
    width: 100%;
    height: auto;
  }
}
.front_retreat_section .retreat_devide .main_content_section .main_content_devide .single_content .des_section .title {
  font-size: 20px;
  color: #11562f;
  font-weight: 500;
  margin: 0 0 10px 0;
}
.front_retreat_section .retreat_devide .main_content_section .main_content_devide .single_content .des_section .des {
  font-size: 16px;
  line-height: 30px;
  font-weight: 400px;
  color: #191919;
}

.banner_carousel .banner_carousel_devide {
  background-image: url(../icons/banner.png);
  background-size: cover;
  background-repeat: no-repeat;
  padding: 50px 0;
}
@media only screen and (max-width: 992px) {
  .banner_carousel .banner_carousel_devide {
    background-size: contain;
  }
}
.banner_carousel .banner_carousel_devide .single_baanner {
  display: grid;
  grid-template-columns: 1.5fr 1fr;
  gap: 100px;
  align-items: center;
}
@media only screen and (max-width: 991px) {
  .banner_carousel .banner_carousel_devide .single_baanner {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}
.banner_carousel .banner_carousel_devide .single_baanner .single_des .title {
  font-size: 40px;
  font-weight: 600;
  color: #126936;
  padding: 0 0 10px 0;
}
@media only screen and (max-width: 400px) {
  .banner_carousel .banner_carousel_devide .single_baanner .single_des .title {
    font-size: 30px;
  }
}
.banner_carousel .banner_carousel_devide .single_baanner .single_des .des {
  font-size: 14px;
  font-weight: 400;
  color: #191919;
  line-height: 30px;
}
.banner_carousel .banner_carousel_devide .single_baanner .single_image img {
  height: 400px;
  max-width: 400px;
  width: 400px;
  min-width: 100px;
  width: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
@media only screen and (max-width: 500px) {
  .banner_carousel .banner_carousel_devide .single_baanner .single_image img {
    width: 100%;
    height: auto;
  }
}
@media only screen and (max-width: 991px) {
  .banner_carousel .banner_carousel_devide .single_baanner .single_image {
    grid-template-columns: 1fr;
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 1;
    grid-row-end: 4;
  }
}

.front_page_event {
  background-image: url(../icons/event-banner.png);
  background-size: cover;
  background-repeat: no-repeat;
  padding: 50px 0;
}
@media only screen and (max-width: 767px) {
  .front_page_event {
    background-image: none;
  }
}
.front_page_event .front_page_event_devide {
  display: grid;
  grid-template-columns: 250px auto;
  gap: 40px;
  overflow: hidden;
}
@media only screen and (max-width: 991px) {
  .front_page_event .front_page_event_devide {
    grid-template-columns: 1fr;
  }
}
@media only screen and (max-width: 767px) {
  .front_page_event .front_page_event_devide {
    grid-template-columns: 1fr;
  }
}
.front_page_event .front_page_event_devide .main_title {
  font-size: 40px;
  color: #11562f;
  font-weight: 500;
}
.front_page_event .front_page_event_devide .content_section {
  display: grid;
  grid-template-columns: 1fr;
}
@media only screen and (max-width: 767px) {
  .front_page_event .front_page_event_devide .content_section {
    gap: 40px;
  }
}
.front_page_event .front_page_event_devide .content_section .single_content_section {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
@media only screen and (max-width: 767px) {
  .front_page_event .front_page_event_devide .content_section .single_content_section {
    grid-template-columns: 1fr;
    border-bottom: 1px solid #fef2f2;
  }
}
@media only screen and (max-width: 767px) {
  .front_page_event .front_page_event_devide .content_section .single_content_section:last-child {
    border-bottom: none;
  }
}
.front_page_event .front_page_event_devide .content_section .single_content_section .image_part:nth-child(odd) {
  text-align: right;
}
.front_page_event .front_page_event_devide .content_section .single_content_section .image_part img {
  height: 220px;
  width: 440px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (max-width: 1399px) {
  .front_page_event .front_page_event_devide .content_section .single_content_section .image_part img {
    height: 200px;
    width: 400px;
  }
}
@media only screen and (max-width: 1199px) {
  .front_page_event .front_page_event_devide .content_section .single_content_section .image_part img {
    height: 150px;
    width: 300px;
  }
}
@media only screen and (max-width: 767px) {
  .front_page_event .front_page_event_devide .content_section .single_content_section .image_part img {
    height: auto;
    width: 100%;
  }
}
.front_page_event .front_page_event_devide .content_section .single_content_section .content_part {
  padding: 10px 20px;
  text-align: left;
}
.front_page_event .front_page_event_devide .content_section .single_content_section .content_part:nth-child(odd) {
  text-align: right;
}
.front_page_event .front_page_event_devide .content_section .single_content_section .content_part .date {
  background: #126936;
  padding: 10px;
  font-weight: 800;
  font-size: 18px;
  width: 130px;
  border-radius: 4px;
  color: #fff;
  padding: 6px 24px;
}
.front_page_event .front_page_event_devide .content_section .single_content_section .content_part a {
  text-decoration: none;
}
.front_page_event .front_page_event_devide .content_section .single_content_section .content_part a .title {
  font-size: 20px;
  color: #126936;
  font-weight: 600;
  margin: 10px 0;
}
.front_page_event .front_page_event_devide .content_section .single_content_section .content_part .location {
  font-weight: 600;
}
.front_page_event .front_page_event_devide .content_section .single_content_section .content_part .description {
  font-size: 16px;
  line-height: 30px;
  font-weight: 400px;
  color: #191919;
}
.front_page_event .front_page_event_devide .content_section .single_content_section:nth-child(even) .date {
  margin-left: auto;
}

.our_front_popular_courses {
  background-image: url(../icons/event-banner.png);
  background-size: cover;
  background-repeat: no-repeat;
  padding: 50px 0;
}
@media only screen and (max-width: 767px) {
  .our_front_popular_courses {
    background-image: none;
  }
}
.our_front_popular_courses .container {
  overflow: hidden;
}
.our_front_popular_courses .popular_course_devide {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
  overflow: hidden;
}
@media only screen and (max-width: 1199px) {
  .our_front_popular_courses .popular_course_devide {
    grid-template-columns: repeat(2, 1fr);
    gap: 60px;
  }
}
@media only screen and (max-width: 992px) {
  .our_front_popular_courses .popular_course_devide {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 767px) {
  .our_front_popular_courses .popular_course_devide {
    grid-template-columns: repeat(1, 1fr);
    gap: 60px;
  }
}
.our_front_popular_courses .popular_course_devide .single_course:nth-child(even) {
  margin-top: 30px;
}
.our_front_popular_courses .popular_course_devide .single_course .image_part {
  position: relative;
}
.our_front_popular_courses .popular_course_devide .single_course .image_part a img {
  width: 100%;
  height: 147px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (max-width: 1399px) {
  .our_front_popular_courses .popular_course_devide .single_course .image_part a img {
    height: 124px;
  }
}
@media only screen and (max-width: 1199px) {
  .our_front_popular_courses .popular_course_devide .single_course .image_part a img {
    height: 218px;
  }
}
@media only screen and (max-width: 992px) {
  .our_front_popular_courses .popular_course_devide .single_course .image_part a img {
    height: 159px;
  }
}
@media only screen and (max-width: 767px) {
  .our_front_popular_courses .popular_course_devide .single_course .image_part a img {
    height: auto;
  }
}
.our_front_popular_courses .popular_course_devide .single_course .image_part .small_icons {
  width: 60px;
  height: 60px;
  background: #fff;
  border-radius: 50%;
  position: absolute;
  bottom: -38px;
  left: 0;
  right: 0;
  text-align: center;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.our_front_popular_courses .popular_course_devide .single_course .image_part .small_icons img {
  height: 40px;
  width: 40px;
  -o-object-fit: contain;
     object-fit: contain;
}
.our_front_popular_courses .popular_course_devide .single_course .content_section {
  text-align: center;
}
.our_front_popular_courses .popular_course_devide .single_course .content_section a {
  text-decoration: none;
}
.our_front_popular_courses .popular_course_devide .single_course .content_section a .title {
  font-size: 20px;
  color: #126936;
  font-weight: 600;
  margin: 40px 0 10px;
}
.our_front_popular_courses .popular_course_devide .single_course .content_section .description {
  font-size: 16px;
  line-height: 30px;
  font-weight: 400;
  color: #191919;
  text-align: justify;
}

.blog_wrapper {
  background: #033018;
  padding: 40px 0;
}
.blog_wrapper figure {
  margin: 0;
}
.blog_wrapper .section-inner {
  position: relative;
  width: 100%;
  /* max-width: 1140px; */
  margin: 0 auto;
  overflow: hidden;
}
.blog_wrapper .article-items {
  display: flex;
  flex: 1 0 auto;
}
.blog_wrapper .owl-carousel .owl-stage {
  display: flex;
}
.blog_wrapper .article-items {
  display: flex;
  flex: 1 0 auto;
  height: 100%;
}
.blog_wrapper .article-title {
  font-size: 32px;
  font-weight: 600;
  letter-spacing: 1.06px;
  color: #fff;
  padding-bottom: 60px;
  padding-top: 40px;
  text-align: center;
}
.blog_wrapper .aticle-box {
  position: relative;
  overflow: hidden;
  /* margin-bottom: 80px; */ /*This is optional*/
  display: flex;
  flex-direction: column;
  align-items: stretch;
  border-radius: 0px 20px 20px 0px;
}
.blog_wrapper .aticle-box img {
  width: 100%;
  height: 152px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (max-width: 1399px) {
  .blog_wrapper .aticle-box img {
    height: 129px;
  }
}
@media only screen and (max-width: 1199px) {
  .blog_wrapper .aticle-box img {
    height: 147px;
  }
}
@media only screen and (max-width: 992px) {
  .blog_wrapper .aticle-box img {
    height: 167px;
  }
}
@media only screen and (max-width: 767px) {
  .blog_wrapper .aticle-box img {
    height: 258px;
  }
}
@media only screen and (max-width: 600px) {
  .blog_wrapper .aticle-box img {
    height: auto;
  }
}
.blog_wrapper .box-img {
  display: block;
}
.blog_wrapper .box-title {
  font-size: 24px;
  font-weight: 600;
  color: #126936;
  padding-bottom: 8px;
}
.blog_wrapper .box-content {
  font-size: 16px;
  font-weight: 300;
  color: #191919;
  padding: 20px;
  flex: 1 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  background: #effef5;
}
.blog_wrapper .box-btn a {
  opacity: 0.2;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #000000;
  padding-top: 30px;
  line-height: 2.63;
  display: flex;
  justify-content: flex-end;
}
.blog_wrapper .box-btn {
  position: relative;
  padding: 10px;
}
.blog_wrapper .article-img {
  position: relative;
}

.front_testimonail {
  background-image: linear-gradient(to bottom, #f7f7ff, #f4f4fb, #f8f7fc, #fbfbfe, #ffffff);
  padding: 50px 0px;
  /* Responsive Ipad */
  /* Responsive Ipad */
}
@media only screen and (max-width: 981px) {
  .front_testimonail {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.front_testimonail .testimonial-wrap {
  padding: 40px 0;
}
.front_testimonail .front_testimonail-slide .front_testimonail-slide--inner {
  display: grid;
  grid-template-columns: 200px auto;
  align-items: center;
  -moz-column-gap: 50px;
       column-gap: 50px;
  position: relative;
  overflow-x: hidden;
}
@media only screen and (max-width: 991px) {
  .front_testimonail .front_testimonail-slide .front_testimonail-slide--inner {
    grid-template-columns: 100px auto;
  }
}
@media only screen and (max-width: 500px) {
  .front_testimonail .front_testimonail-slide .front_testimonail-slide--inner {
    text-align: center;
    justify-items: center;
    grid-template-columns: 1fr;
  }
}
.front_testimonail .front_testimonail-slide--inner .testimonial-detail p {
  margin: 0px;
  color: #191919;
  font-size: 16px;
  line-height: 30px;
  font-weight: 400;
  margin-bottom: 5px;
}
.front_testimonail .front_testimonail-slide--inner .testimonial-detail span {
  color: #11562f;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 20px;
  line-height: normal;
}
.front_testimonail .front_testimonail-slide--inner .slide-avatar img {
  height: 100px;
  width: 100px;
  border-radius: 50%;
  border: 4px solid #126936;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (max-width: 981px) {
  .front_testimonail .front_testimonail-slide .front_testimonail-slide--inner {
    padding-left: 0%;
    padding-right: 0%;
  }
}
@media only screen and (max-width: 460px) {
  .front_testimonail .testimonial-inner .testimonial-heading {
    font-size: 28px;
    font-weight: 600;
    text-align: center;
    color: #126936;
  }
  .front_testimonail .front_testimonail-slide .front_testimonail-slide--inner {
    flex-direction: column;
    text-align: center;
  }
}
.front_testimonail .testimonial-inner {
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
  background-repeat: no-repeat;
  background-size: cover;
}
.front_testimonail .testimonial-inner .testimonial-heading {
  text-align: center;
  max-width: 60%;
  margin: auto;
  font-size: 2.813rem;
  line-height: 3.125rem;
  letter-spacing: -1px;
  margin-top: 0px;
  margin-bottom: 50px;
}

.breadcrumb_banner {
  background: url(../images/banner.svg) 0 100% no-repeat;
  position: relative;
  z-index: 0;
  min-height: 200px;
  background-size: cover;
}
.breadcrumb_banner .paragraph-content {
  position: absolute;
  top: 90%;
  left: 50%;
  transform: translateX(-50%) translateY(-80%);
}
.breadcrumb_banner .paragraph-content ol li {
  font-size: 20px;
  font-weight: 600;
}
@media only screen and (max-width: 400px) {
    .breadcrumb_banner .paragraph-content ol li {
        font-size: 16px;

      }
}
.breadcrumb_banner .paragraph-content ol li.breadcrumb-item::before {
  content: ">>";
}
.breadcrumb_banner .paragraph-content ol li.breadcrumb-item:first-child::before {
  content: "";
}
.breadcrumb_banner .paragraph-content ol li.active {
  color: #108540;
}
.breadcrumb_banner .paragraph-content ol li a {
  color: #191919;
  text-decoration: none;
}

.our_courses {
  background-color: #fef4ee;
  padding: 40px 0;
}
.our_courses .course_lists {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}
@media only screen and (max-width: 991px) {
  .our_courses .course_lists {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 767px) {
  .our_courses .course_lists {
    grid-template-columns: repeat(1, 1fr);
  }
}
.our_courses .course_lists .single_course {
  background-color: #f6f7f8;
  border-radius: 0 28px 0 28px;
  overflow: hidden;
}
.our_courses .course_lists .single_course .single_course_main_img img {
  width: 100%;
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0 28px 0 0;
}
@media only screen and (max-width: 1399px) {
  .our_courses .course_lists .single_course .single_course_main_img img {
    height: 172px;
  }
}
@media only screen and (max-width: 1199px) {
  .our_courses .course_lists .single_course .single_course_main_img img {
    height: 142px;
  }
}
@media only screen and (max-width: 992px) {
  .our_courses .course_lists .single_course .single_course_main_img img {
    height: 164px;
  }
}
@media only screen and (max-width: 767px) {
  .our_courses .course_lists .single_course .single_course_main_img img {
    max-height: 300px;
    min-height: 100px;
    height: auto;
  }
}
.our_courses .course_lists .single_course .single_course_detail {
  padding: 20px;
}
.our_courses .course_lists .single_course .single_course_detail a {
  text-decoration: none;
}
.our_courses .course_lists .single_course .single_course_detail a h6 {
  color: #11562f;
  font-size: 20px;
  font-weight: 600;
}
.our_courses .course_lists .single_course .single_course_detail p {
  color: #191919;
  font-size: 14px;
  font-weight: 400;
  text-align: justify;
}
.our_courses .course_lists .single_course .single_course_detail .teacher_detail {
  display: flex;
  gap: 10px;
  align-items: center;
}
.our_courses .course_lists .single_course .single_course_detail .teacher_detail img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}
.our_courses .course_lists .single_course .single_course_detail .teacher_detail .teachers_name {
  color: #033018;
  font-size: 14px;
  font-weight: 600;
}
.our_courses .course_lists .single_course .single_course_detail .learn_more_div {
  text-align: right;
  padding: 10px 0;
}
.our_courses .course_lists .single_course .single_course_detail .learn_more_div a {
  font-size: 16px;
  color: #11562f;
  font-weight: 600;
}

.our_blogs {
  background-color: #fef4ee;
  padding: 40px 0;
}
.our_blogs .blog_lists {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  overflow: hidden;
}
@media only screen and (max-width: 991px) {
  .our_blogs .blog_lists {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 767px) {
  .our_blogs .blog_lists {
    grid-template-columns: repeat(1, 1fr);
  }
}
.our_blogs .blog_lists .single_blog {
  background-color: #f6f7f8;
  border-radius: 0 28px 0 28px;
  overflow: hidden;
}
.our_blogs .blog_lists .single_blog .single_blog_main_img img {
  width: 100%;
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0 28px 0 0;
}
@media only screen and (max-width: 1399px) {
  .our_blogs .blog_lists .single_blog .single_blog_main_img img {
    height: 172px;
  }
}
@media only screen and (max-width: 1199px) {
  .our_blogs .blog_lists .single_blog .single_blog_main_img img {
    height: 142px;
  }
}
@media only screen and (max-width: 992px) {
  .our_blogs .blog_lists .single_blog .single_blog_main_img img {
    height: 164px;
  }
}
@media only screen and (max-width: 767px) {
  .our_blogs .blog_lists .single_blog .single_blog_main_img img {
    max-height: 300px;
    min-height: 100px;
    height: auto;
  }
}
.our_blogs .blog_lists .single_blog .single_blog_detail {
  padding: 10px 20px 20px;
}
.our_blogs .blog_lists .single_blog .single_blog_detail a {
  text-decoration: none;
}
.our_blogs .blog_lists .single_blog .single_blog_detail a h6 {
  color: #11562f;
  font-size: 16px;
  font-weight: 600;
  padding: 0px 0 10px;
}
.our_blogs .blog_lists .single_blog .single_blog_detail .tags {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 4px;
  margin: 10px 0;
}
.our_blogs .blog_lists .single_blog .single_blog_detail .tags .single_tag {
  background-color: #410b09;
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  border-radius: 2px 12px 2px 12px;
  text-align: center;
  padding: 2px 8px;
  display: inline;
}
.our_blogs .blog_lists .single_blog .single_blog_detail .tags .single_tag a {
  color: #fff;
  font-size: 10px;
}
.our_blogs .blog_lists .single_blog .single_blog_detail .author_date {
  display: grid;
  grid-template-columns: auto auto;
  justify-content: space-between;
  gap: 10px;
  margin: 16px 0;
  font-size: 12px;
  color: #191919;
  font-weight: 600;
}
.our_blogs .blog_lists .single_blog .single_blog_detail .author_date a {
  color: #191919;
}
.our_blogs .blog_lists .single_blog .single_blog_detail .author_date svg {
  font-size: 18px;
}

.our_events {
  background-color: #fef4ee;
  padding: 40px 0;
}
.our_events .event_lists {
  display: grid;
  gap: 40px;
}
.our_events .event_lists .single_event {
  background-color: #f6f7f8;
  border-radius: 28px 0 28px 0;
  display: grid;
  grid-template-columns: 350px auto;
  gap: 20px;
}
@media only screen and (max-width: 991px) {
  .our_events .event_lists .single_event {
    grid-template-columns: 1fr;
  }
}
.our_events .event_lists .single_event .single_event_main_img img {
  width: 100%;
  height: 175px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 28px 0 0 0;
}
@media only screen and (max-width: 991px) {
  .our_events .event_lists .single_event .single_event_main_img img {
    max-height: 500px;
    min-height: 100px;
    height: auto;
  }
}
.our_events .event_lists .single_event .single_event_detail {
  padding: 20px 20px 20px 0;
}
@media only screen and (max-width: 991px) {
  .our_events .event_lists .single_event .single_event_detail {
    padding: 20px;
  }
}
.our_events .event_lists .single_event .single_event_detail .event_des_devide {
  display: grid;
  grid-template-columns: auto auto;
}
@media only screen and (max-width: 540px) {
  .our_events .event_lists .single_event .single_event_detail .event_des_devide {
    grid-template-columns: 1fr;
  }
}
.our_events .event_lists .single_event .single_event_detail .event_des_devide .event_des_main {
  border-right: 1px solid #fbc9ad;
  padding: 0 20px 0 0;
}
@media only screen and (max-width: 540px) {
  .our_events .event_lists .single_event .single_event_detail .event_des_devide .event_des_main {
    border-right: none;
    border-bottom: 1px solid #fbc9ad;
    padding: 0 0px 20px 0;
  }
}
.our_events .event_lists .single_event .single_event_detail .event_des_devide .small_main_div {
  padding: 0 0 0 20px;
  font-size: 14px;
  display: grid;
  gap: 10px;
}
@media only screen and (max-width: 540px) {
  .our_events .event_lists .single_event .single_event_detail .event_des_devide .small_main_div {
    padding: 20px 0 20px 0px;
    gap: 40px;
    grid-template-columns: 1fr 1fr;
  }
}
.our_events .event_lists .single_event .single_event_detail a {
  text-decoration: none;
}
.our_events .event_lists .single_event .single_event_detail a h6 {
  color: #11562f;
  font-size: 18px;
  font-weight: 600;
}
.our_events .event_lists .single_event .single_event_detail p {
  color: #191919;
  font-size: 12px;
  font-weight: 400;
  text-align: justify;
  margin: 4px 0 10px 0;
}
.our_events .event_lists .single_event .single_event_detail .price {
  font-size: 14px;
}

.contact_us {
  margin: 40px 0;
}
.contact_us .main_title {
  color: #0f5f53;
  font-size: 28px;
  font-weight: 600;
  text-align: center;
}
.contact_us .contact_us_devide {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  align-items: center;
  margin: 40px auto;
  overflow: hidden;
}
@media only screen and (max-width: 1399px) {
  .contact_us .contact_us_devide {
    grid-template-columns: 2fr 1fr;
  }
}
@media only screen and (max-width: 991px) {
  .contact_us .contact_us_devide {
    grid-template-columns: 1fr;
  }
}
.contact_us .contact_us_devide .contact_right_detail_section {
  background-color: #f6f7f8;
  padding: 40px;
  margin: 0 0 0 -64px;
  height: -moz-fit-content;
  height: fit-content;
  border-radius: 4px;
}
@media only screen and (max-width: 1199px) {
  .contact_us .contact_us_devide .contact_right_detail_section {
    padding: 20px;
  }
}
@media only screen and (max-width: 991px) {
  .contact_us .contact_us_devide .contact_right_detail_section {
    margin: auto;
  }
}
.contact_us .contact_us_devide .contact_right_detail_section ul li {
  list-style-type: none;
  padding: 0 0 14px;
}
.contact_us .contact_us_devide .contact_right_detail_section ul li p {
  margin: 0;
  padding: 0 0 5px 0;
}
.contact_us .contact_us_devide .contact_right_detail_section ul li .social_media_icons {
  display: flex;
  gap: 10px;
}
.contact_us .contact_us_devide .contact_right_detail_section ul li .social_media_icons a {
  text-decoration: none;
  color: #191919;
  font-size: 24px;
}
@media only screen and (max-width: 991px) {
  .contact_us .contact_us_devide .contact_left_image_section {
    display: none;
  }
}
.contact_us .contact_us_devide .contact_left_image_section img {
  width: 100%;
  max-height: 600px;
  min-height: 100px;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

.main .gallery {
  overflow: hidden;
  margin: 40px 0;
}
.main .gallery .container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 1rem;
  justify-content: center;
  align-items: center;
}
.main .gallery .card {
  background: #fff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 3px rgba(0, 0, 0, 0.24);
  color: #333333;
  border-radius: 20px 0 20px;
}
.main .gallery .card-image {
  background: #fff;
  display: block;
  padding-top: 70%;
  position: relative;
  width: 100%;
}
.main .gallery .card-image img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px 0 20px;
}

.thank_you {
  background-image: url(../icons/thank.png);
  background-size: contain;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 767px) {
  .thank_you {
    background-size: 300px;
  }
}
@media only screen and (max-width: 600px) {
  .thank_you {
    background-image: none;
  }
}
.thank_you .thank_message {
  padding: 80px 20px;
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 120px;
  justify-content: space-between;
  overflow: hidden;
}
@media only screen and (max-width: 991px) {
  .thank_you .thank_message {
    gap: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .thank_you .thank_message {
    padding: 0;
    grid-template-columns: 1fr 2fr;
    align-items: center;
    gap: 20px;
  }
}
@media only screen and (max-width: 600px) {
  .thank_you .thank_message {
    padding: 0;
    grid-template-columns: 1fr;
    align-items: center;
    gap: 20px;
    justify-items: center;
    text-align: center;
  }
}
.thank_you .thank_message .thanks_circular_image img {
  height: 200px;
  width: 200px;
  -o-object-fit: fill;
     object-fit: fill;
  border-radius: 50%;
}
@media only screen and (max-width: 767px) {
  .thank_you .thank_message .thanks_circular_image img {
    height: 150px;
    width: 150px;
  }
}
.thank_you .thank_message .thanks_text .title {
  color: #126936;
  font-weight: 600;
  font-size: 24px;
  margin: 0 0 10px 0;
}
.thank_you .thank_message .thanks_text .sub_title {
  color: #108540;
  font-weight: 500;
  font-size: 18px;
  margin: 10px 0;
}
.thank_you .thank_message .thanks_text .thanks_description {
  font-size: 14px;
  font-weight: 400;
  line-height: 34px;
  text-align: justify;
}

.course_detail {
  margin: 40px auto;
  overflow: hidden;
}
.course_detail .course_banner_image {
  margin: 40px 0;
}
.course_detail .course_banner_image img {
  width: 100%;
  max-height: 1000px;
  min-height: 100px;
  height: auto;
  border-radius: 28px 0px 28px 0px;
}
.course_detail .course_detail_devide {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 40px;
}
@media only screen and (max-width: 991px) {
  .course_detail .course_detail_devide {
    grid-template-columns: 1fr;
  }
}
.course_detail .course_detail_devide .course_detail_left {
  font-size: 14px;
  text-align: justify;
}
.course_detail .course_detail_devide .course_detail_left .main_description {
  font-size: 14px;
  line-height: 32px;
  letter-spacing: 1px;
}
.course_detail .course_detail_devide .course_detail_left .title {
  font-size: 20px;
  color: #11562f;
  font-weight: 600;
  margin: 0 0 20px 0;
}
.course_detail .course_detail_devide .course_detail_left .small_tent_devide {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  font-size: 14px;
  font-weight: 600;
}
@media only screen and (max-width: 500px) {
  .course_detail .course_detail_devide .course_detail_left .small_tent_devide {
    grid-template-columns: 1fr;
  }
}
.course_detail .course_detail_devide .course_detail_left .long_small_section {
  font-size: 14px;
  font-weight: 600;
  margin: 10px 0;
}
.course_detail .course_detail_devide .course_detail_left .main_description p {
  font-size: 14px;
  line-height: 34px;
}
.course_detail .course_detail_devide .course_detail_left .main_description h6 {
  font-weight: 600;
  font-size: 16px;
  color: #11562f;
}
.course_detail .course_detail_devide .course_detail_left .main_description ul li {
  padding: 8px 0;
}
.course_detail .course_detail_devide .course_detail_right .query_btn {
  background: linear-gradient(90deg, rgb(15, 95, 83) 1%, rgb(226, 53, 20) 100%);
  color: #fff;
  font-weight: 600;
  font-size: 18px;
  border-radius: 0 16px 0 16px;
  border: none;
  padding: 8px 32px;
}
.course_detail .course_detail_devide .course_detail_right .related_lists {
  margin: 20px 0;
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}
@media only screen and (max-width: 991px) {
  .course_detail .course_detail_devide .course_detail_right .related_lists {
    grid-template-columns: 1fr 1fr;
  }
}
@media only screen and (max-width: 767px) {
  .course_detail .course_detail_devide .course_detail_right .related_lists {
    grid-template-columns: 1fr;
  }
}
.course_detail .course_detail_devide .course_detail_right .related_lists .single_related {
  padding: 10px;
  border-radius: 0 16px 0 16px;
  box-shadow: 2px 3px 6px rgba(0, 0, 0, 0.16);
}
.course_detail .course_detail_devide .course_detail_right .related_lists .single_related .single_devide {
  display: grid;
  grid-template-columns: 140px auto;
  gap: 10px;
}
.course_detail .course_detail_devide .course_detail_right .related_lists .single_related .single_devide .left_image img {
  width: 140px;
  border-radius: 0 16px 0 16px;
  height: 70px;
  -o-object-fit: cover;
     object-fit: cover;
}
.course_detail .course_detail_devide .course_detail_right .related_lists .single_related .single_devide .right_des a {
  text-decoration: none;
}
.course_detail .course_detail_devide .course_detail_right .related_lists .single_related .single_devide .right_des a .title {
  font-size: 14px;
  color: #033018;
  font-weight: 600;
}
.course_detail .course_detail_devide .course_detail_right .related_lists .single_related .single_devide .right_des .date {
  font-size: 12px;
  padding: 10px 0;
}

.event_detail {
  margin: 40px auto;
}
.event_detail .event_banner_image {
  margin: 40px 0;
}
.event_detail .event_banner_image img {
  width: 100%;
  max-height: 400px;
  min-height: 100%;
  height: auto;
  border-radius: 0 16px 0 16px;
}
.event_detail .event_detail_devide {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 40px;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .event_detail .event_detail_devide {
    grid-template-columns: 1fr;
  }
}
.event_detail .event_detail_devide .event_detail_left {
  font-size: 14px;
  text-align: justify;
}
.event_detail .event_detail_devide .event_detail_left .title {
  font-size: 20px;
  color: #11562f;
  font-weight: 600;
  margin: 0 0 20px 0;
  text-align: left;
}
.event_detail .event_detail_devide .event_detail_left .small_tent_devide {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  font-size: 14px;
  font-weight: 600;
}
@media only screen and (max-width: 500px) {
  .event_detail .event_detail_devide .event_detail_left .small_tent_devide {
    grid-template-columns: 1fr;
  }
}
.event_detail .event_detail_devide .event_detail_left .main_description p {
  font-size: 14px;
  line-height: 34px;
}
.event_detail .event_detail_devide .event_detail_left .main_description h6 {
  font-weight: 600;
  font-size: 16px;
  color: #11562f;
}
.event_detail .event_detail_devide .event_detail_left .main_description ul li {
  padding: 8px 0;
}
@media only screen and (max-width: 767px) {
  .event_detail .event_detail_devide .event_detail_right {
    grid-template-columns: 1fr;
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 1;
    grid-row-end: 4;
  }
}
.event_detail .event_lists {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
@media only screen and (max-width: 991px) {
  .event_detail .event_lists {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 500px) {
  .event_detail .event_lists {
    grid-template-columns: repeat(1, 1fr);
  }
}
.event_detail .event_lists .single_event {
  background-color: #f6f7f8;
  border-radius: 0 28px 28px 0;
}
.event_detail .event_lists .single_event .single_event_main_img {
  border-radius: 0 28px 0 0;
}
.event_detail .event_lists .single_event .single_event_main_img img {
  width: 100%;
  height: 160px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0 28px 0 0;
}
@media only screen and (max-width: 767px) {
  .event_detail .event_lists .single_event .single_event_main_img img {
    max-height: 300px;
    min-height: 100px;
    height: auto;
  }
}
.event_detail .event_lists .single_event .single_event_detail {
  padding: 10px;
}
.event_detail .event_lists .single_event .single_event_detail a {
  text-decoration: none;
}
.event_detail .event_lists .single_event .single_event_detail a h6 {
  color: #11562f;
  font-size: 16px;
  font-weight: 600;
}
.event_detail .event_lists .single_event .single_event_detail .author_date {
  display: grid;
  grid-template-columns: auto auto;
  justify-content: space-between;
  gap: 10px;
  margin: 16px 0;
  font-size: 12px;
  color: #191919;
  font-weight: 600;
}
.event_detail .event_lists .single_event .single_event_detail .author_date a {
  color: #191919;
}
.event_detail .event_lists .single_event .single_event_detail .author_date svg {
  font-size: 18px;
}

.retreat_detail {
  margin: 40px auto;
}
.retreat_detail .retreat_banner_image {
  margin: 40px 0;
}
.retreat_detail .retreat_banner_image img {
  width: 100%;
  max-height: 400px;
  min-height: 100px;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0 16px 0 16px;
}
.retreat_detail .retreat_detail_devide {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 40px;
}
@media only screen and (max-width: 767px) {
  .retreat_detail .retreat_detail_devide {
    grid-template-columns: 1fr;
  }
}
.retreat_detail .retreat_detail_devide .retreat_detail_left {
  font-size: 14px;
  text-align: justify;
}
.retreat_detail .retreat_detail_devide .retreat_detail_left .title {
  font-size: 20px;
  color: #11562f;
  font-weight: 600;
  margin: 0 0 20px 0;
  text-align: left;
}
.retreat_detail .retreat_detail_devide .retreat_detail_left .small_tent_devide {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  font-size: 14px;
  font-weight: 600;
  margin: 20px 0;
}
@media only screen and (max-width: 500px) {
  .retreat_detail .retreat_detail_devide .retreat_detail_left .small_tent_devide {
    grid-template-columns: 1fr;
  }
}
.retreat_detail .retreat_detail_devide .retreat_detail_left .main_description .before_after {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
@media only screen and (max-width: 600px) {
  .retreat_detail .retreat_detail_devide .retreat_detail_left .main_description .before_after {
    grid-template-columns: 1fr;
  }
}
.retreat_detail .retreat_detail_devide .retreat_detail_left .main_description .before_after .before_trekking:first-child {
  border-right: 1px solid #fef2f2;
  padding: 0 20px 0 0;
}
@media only screen and (max-width: 600px) {
  .retreat_detail .retreat_detail_devide .retreat_detail_left .main_description .before_after .before_trekking:first-child {
    border-bottom: 1px solid #fef2f2;
    border-right: none;
    padding: 20px;
  }
}
@media only screen and (max-width: 600px) {
  .retreat_detail .retreat_detail_devide .retreat_detail_left .main_description .before_after .before_trekking:last-child {
    padding: 20px;
  }
}
.retreat_detail .retreat_detail_devide .retreat_detail_left .main_description .before_after .before_trekking .before_heading {
  color: #126936;
  font-weight: 600;
  font-size: 18px;
}
.retreat_detail .retreat_detail_devide .retreat_detail_left .main_description .before_after .before_trekking ul {
  padding: 0;
}
.retreat_detail .retreat_detail_devide .retreat_detail_left .main_description .before_after .before_trekking ul li {
  padding: 16px 0;
  list-style: circle;
}
.retreat_detail .retreat_detail_devide .retreat_detail_left .main_description p {
  font-size: 14px;
  line-height: 34px;
}
.retreat_detail .retreat_detail_devide .retreat_detail_left .main_description h6 {
  font-weight: 600;
  font-size: 16px;
  color: #11562f;
}
.retreat_detail .retreat_detail_devide .retreat_detail_left .main_description ul li {
  padding: 8px 0;
}
@media only screen and (max-width: 767px) {
  .retreat_detail .retreat_detail_devide .retreat_detail_right {
    grid-template-columns: 1fr;
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 1;
    grid-row-end: 4;
  }
}
.retreat_detail .retreat_lists {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
@media only screen and (max-width: 1199px) {
  .retreat_detail .retreat_lists {
    grid-template-columns: repeat(2, 1fr);
    gap: 60px;
  }
}
@media only screen and (max-width: 991px) {
  .retreat_detail .retreat_lists {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}
@media only screen and (max-width: 500px) {
  .retreat_detail .retreat_lists {
    grid-template-columns: repeat(1, 1fr);
  }
}
.retreat_detail .retreat_lists .single_retreat {
  background-color: #f6f7f8;
  border-radius: 0 28px 28px 0;
}
.retreat_detail .retreat_lists .single_retreat .single_retreat_main_img {
  border-radius: 0 28px 0 0;
}
.retreat_detail .retreat_lists .single_retreat .single_retreat_main_img img {
  width: 100%;
  height: 154px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0 28px 0 0;
}
@media only screen and (max-width: 1399px) {
  .retreat_detail .retreat_lists .single_retreat .single_retreat_main_img img {
    height: 132px;
  }
}
@media only screen and (max-width: 1199px) {
  .retreat_detail .retreat_lists .single_retreat .single_retreat_main_img img {
    height: 218px;
  }
}
@media only screen and (max-width: 991px) {
  .retreat_detail .retreat_lists .single_retreat .single_retreat_main_img img {
    height: 169px;
  }
}
@media only screen and (max-width: 767px) {
  .retreat_detail .retreat_lists .single_retreat .single_retreat_main_img img {
    max-height: 300px;
    min-height: 100px;
    height: auto;
  }
}
.retreat_detail .retreat_lists .single_retreat .single_retreat_detail {
  padding: 10px;
}
.retreat_detail .retreat_lists .single_retreat .single_retreat_detail a {
  text-decoration: none;
}
.retreat_detail .retreat_lists .single_retreat .single_retreat_detail a h6 {
  color: #11562f;
  font-size: 16px;
  font-weight: 600;
}
.retreat_detail .retreat_lists .single_retreat .single_retreat_detail .author_date {
  display: grid;
  grid-template-columns: auto auto;
  justify-content: space-between;
  gap: 10px;
  margin: 16px 0;
  font-size: 12px;
  color: #191919;
  font-weight: 600;
}
.retreat_detail .retreat_lists .single_retreat .single_retreat_detail .author_date a {
  color: #191919;
}
.retreat_detail .retreat_lists .single_retreat .single_retreat_detail .author_date svg {
  font-size: 18px;
}

.blog_detail {
  margin: 40px auto;
}
.blog_detail .blog_banner_image img {
  width: 100%;
  max-height: 400px;
  min-height: 100%;
  height: auto;
  border-radius: 0 28px;
}
.blog_detail .blog_detail_devide {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 40px;
  overflow: hidden;
}
@media only screen and (max-width: 991px) {
  .blog_detail .blog_detail_devide {
    grid-template-columns: 1fr;
  }
}
.blog_detail .blog_detail_devide .blog_detail_left {
  font-size: 14px;
  text-align: justify;
}
.blog_detail .blog_detail_devide .blog_detail_left .tags {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 4px;
  margin: 10px 0;
}
.blog_detail .blog_detail_devide .blog_detail_left .tags .single_tag {
  background-color: #410b09;
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  border-radius: 2px 12px 2px 12px;
  text-align: center;
  padding: 2px 8px;
  display: inline;
}
.blog_detail .blog_detail_devide .blog_detail_left .tags .single_tag a {
  color: #fff;
  font-size: 10px;
  text-decoration: none;
}
.blog_detail .blog_detail_devide .blog_detail_left .title {
  font-size: 20px;
  color: #11562f;
  font-weight: 600;
  margin: 20px 0 20px 0;
}
.blog_detail .blog_detail_devide .blog_detail_left .small_tent_devide {
  display: grid;
  grid-template-columns: auto auto;
  gap: 10px;
  font-size: 14px;
  font-weight: 600;
  align-items: center;
  justify-content: space-between;
}
@media only screen and (max-width: 500px) {
  .blog_detail .blog_detail_devide .blog_detail_left .small_tent_devide {
    grid-template-columns: 1fr;
  }
}
.blog_detail .blog_detail_devide .blog_detail_left .small_tent_devide .teacher_detail {
  display: flex;
  gap: 10px;
  align-items: center;
}
.blog_detail .blog_detail_devide .blog_detail_left .small_tent_devide .teacher_detail img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}
.blog_detail .blog_detail_devide .blog_detail_left .small_tent_devide .teacher_detail .teachers_name {
  color: #033018;
  font-size: 14px;
  font-weight: 600;
}
.blog_detail .blog_detail_devide .blog_detail_left .main_description {
  margin: 40px 0;
}
.blog_detail .blog_detail_devide .blog_detail_left .main_description p {
  font-size: 14px;
  line-height: 34px;
}
.blog_detail .blog_detail_devide .blog_detail_left .main_description h6 {
  font-weight: 600;
  font-size: 16px;
  color: #11562f;
}
.blog_detail .blog_detail_devide .blog_detail_left .main_description ul li {
  padding: 8px 0;
}
.blog_detail .blog_detail_devide .blog_detail_right .query_btn {
  background: linear-gradient(90deg, rgb(15, 95, 83) 1%, rgb(226, 53, 20) 100%);
  color: #fff;
  font-weight: 600;
  font-size: 18px;
  border-radius: 0 16px 0 16px;
  border: none;
  padding: 8px 32px;
}
.blog_detail .blog_detail_devide .blog_detail_right .related_lists_section .title {
  font-size: 18px;
  color: #126936;
  font-weight: 600;
}
.blog_detail .blog_detail_devide .blog_detail_right .related_lists_section .related_lists {
  margin: 20px 0;
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}
@media only screen and (max-width: 991px) {
  .blog_detail .blog_detail_devide .blog_detail_right .related_lists_section .related_lists {
    grid-template-columns: 1fr 1fr;
  }
}
@media only screen and (max-width: 767px) {
  .blog_detail .blog_detail_devide .blog_detail_right .related_lists_section .related_lists {
    grid-template-columns: 1fr;
  }
}
.blog_detail .blog_detail_devide .blog_detail_right .related_lists_section .related_lists .single_related {
  padding: 10px;
  border-radius: 0 16px 0 16px;
  box-shadow: 2px 3px 6px rgba(0, 0, 0, 0.16);
}
.blog_detail .blog_detail_devide .blog_detail_right .related_lists_section .related_lists .single_related .single_devide {
  display: grid;
  grid-template-columns: 160px auto;
  gap: 10px;
}
.blog_detail .blog_detail_devide .blog_detail_right .related_lists_section .related_lists .single_related .single_devide .left_image img {
  width: 160px;
  border-radius: 0 16px 0 16px;
  height: 80px;
  -o-object-fit: cover;
     object-fit: cover;
}
.blog_detail .blog_detail_devide .blog_detail_right .related_lists_section .related_lists .single_related .single_devide .right_des a {
  text-decoration: none;
}
.blog_detail .blog_detail_devide .blog_detail_right .related_lists_section .related_lists .single_related .single_devide .right_des a .title {
  font-size: 14px;
  color: #033018;
  font-weight: 600;
}
.blog_detail .blog_detail_devide .blog_detail_right .related_lists_section .related_lists .single_related .single_devide .right_des .date {
  font-size: 12px;
  padding: 10px 0;
}

.faq_page .faq_page_main_image {
  background-image: url(../icons/faq.png);
  background-size: contain;
  background-repeat: no-repeat;
  height: 360px;
}
.faq_page .faq_devide {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 40px;
  align-items: flex-start;
  padding: 40px 100px 0 0;
}
@media only screen and (max-width: 680px) {
  .faq_page .faq_devide {
    grid-template-columns: 1fr;
    padding: 40px;
  }
}
@media only screen and (max-width: 340px) {
  .faq_page .faq_devide {
    grid-template-columns: 1fr;
    padding: 20px;
  }
}
@media only screen and (max-width: 680px) {
  .faq_page .faq_devide .faq_page_main_image {
    display: none;
  }
}
.faq_page .faq_devide .image_section {
  padding: 50px;
}
@media only screen and (max-width: 896px) {
  .faq_page .faq_devide .image_section {
    padding: 24px 0 10px 30px;
  }
}
.faq_page .faq_devide .image_section img {
  height: 290px;
  -o-object-fit: contain;
     object-fit: contain;
}
.faq_page .faq_devide .question_section .accordion-item {
  border: 1px solid #fef2f2;
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}
.faq_page .faq_devide .question_section .accordion-item:first-child {
  border-top: 0 !important;
}
.faq_page .faq_devide .question_section .accordion-item .accordion-header button {
  color: #126936;
  font-weight: 600;
  font-size: 18px;
}
@media only screen and (max-width: 340px) {
  .faq_page .faq_devide .question_section .accordion-item .accordion-header button {
    font-size: 16px;
  }
}
.faq_page .faq_devide .question_section .accordion-item .accordion-header button.accordion-button:not(.collapsed) {
  background-color: #effef5;
  box-shadow: none;
}
.faq_page .faq_devide .question_section .accordion-item .accordion-header button.accordion-button:focus {
  border-color: #effef5;
  outline: 0;
  box-shadow: none;
}
.faq_page .faq_devide .question_section .accordion-item .accordion-body {
  font-size: 14px;
  line-height: 30px;
}

.contact_us_page .main_addresses {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 50px;
  margin: 40px auto;
}
@media only screen and (max-width: 991px) {
  .contact_us_page .main_addresses {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 767px) {
  .contact_us_page .main_addresses {
    grid-template-columns: repeat(1, 1fr);
  }
}
.contact_us_page .main_addresses .single_adress {
  text-align: center;
  background: #fee3e2;
  padding: 20px;
  border-radius: 9px;
  transition: 0.9s;
}
.contact_us_page .main_addresses .single_adress:hover {
  box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.3);
}
.contact_us_page .main_addresses .single_adress:hover img {
  transition: 0.9s;
  transform: rotate(360deg);
}
.contact_us_page .main_addresses .single_adress .icon img {
  width: 80px;
  height: 80px;
  -o-object-fit: contain;
     object-fit: contain;
}
.contact_us_page .main_addresses .single_adress .title {
  font-size: 24px;
  font-weight: 600;
  color: #126936;
  padding: 10px 0;
}
.contact_us_page .main_addresses .single_adress .des {
  font-size: 16px;
  font-weight: 400;
}
.contact_us_page .form {
  margin: 40px auto;
  border-radius: 16px;
  padding: 40px;
  border: 1px solid #e4e7e9;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}
.contact_us_page .form .submit_btn {
  background: #126936;
  padding: 6px 28px;
  color: #fff;
  font-weight: 600;
  font-size: 18px;
  border-radius: 2px 16px 2px 16px;
  border: 2px solid #126936;
}
.contact_us_page .form .submit_btn:hover {
  background-color: transparent;
  color: #126936;
}
.contact_us_page .form input,
.contact_us_page .form select,
.contact_us_page .form textarea {
  border: none;
  border-bottom: 1px solid #ced4da !important;
  border-radius: 0;
  margin-top: 10px;
  outline: none;
}
.contact_us_page .form input:focus,
.contact_us_page .form select:focus,
.contact_us_page .form textarea:focus {
  box-shadow: none;
  outline: none;
}

.front_album {
  background-color: #033018;
  padding: 40px 0;
}
.front_album .container {
  overflow: hidden;
}
.front_album .all_title {
  color: #fff;
  margin: 0 0 40px;
}
.front_album .general {
  position: relative;
  top: 30%;
  transform: translateY(-50%);
  cursor: pointer;
}
@media only screen and (max-width: 767px) {
  .front_album .general {
    top: 40%;
  }
}
.front_album .general:active .two {
  transform: rotate(-5deg) translateX(90px) scale(0.9);
}
.front_album .general:active .three {
  transform: rotate(5deg) translateX(-90px) scale(0.9);
}
.front_album .card {
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  width: 100%;
  height: 200px;
  font-size: 1.5em;
  margin: auto;
  border-radius: 10px;
}
@media only screen and (max-width: 767px) {
  .front_album .card {
    height: 300px;
  }
}
@media only screen and (max-width: 450px) {
  .front_album .card {
    height: 250px;
  }
}
.front_album .one {
  background: #effef5;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
}
.front_album .two {
  background: #b8fad2;
  position: absolute;
  right: 0;
  z-index: 2;
  transform: rotate(4deg) translate(1px, 4px);
}
.front_album .three {
  background: #126936;
  position: absolute;
  left: 0;
  z-index: 1;
  /* transform: rotate(10deg) translate(-5px, 7px); */
  transform: rotate(5deg) translate(5px, 2px);
}
.front_album .move {
  transition: all 0.5s cubic-bezier(0.5, 0.4, 0.1, 1);
}
.front_album img {
  height: 189px;
  width: 100%;
  border-radius: 20px;
  padding: 8px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (max-width: 1399px) {
  .front_album img {
    height: 159px;
  }
}
@media only screen and (max-width: 1199px) {
  .front_album img {
    height: 129px;
  }
}
@media only screen and (max-width: 992px) {
  .front_album img {
    height: 150px;
  }
}
@media only screen and (max-width: 767px) {
  .front_album img {
    height: auto;
    min-height: 100px;
    max-height: 300px;
  }
}
.front_album .cards_devide {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  overflow: hidden;
}
@media only screen and (max-width: 991px) {
  .front_album .cards_devide {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 767px) {
  .front_album .cards_devide {
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
  }
}
.front_album .cards_devide .single_album {
  background: #f2f7f4;
  padding: 30px 20px 20px 20px;
  border-radius: 20px;
}
.front_album .cards_devide .single_album a {
  text-decoration: none;
}
.front_album .cards_devide .single_album .album_des {
  padding: 10px;
}
@media only screen and (max-width: 550px) {
  .front_album .cards_devide .single_album .album_des {
    padding: 60px 0 20px;
  }
}
.front_album .cards_devide .single_album .album_des .title {
  color: #11562f;
  font-weight: 600;
  font-size: 18px;
  margin: 10px 0;
}
.front_album .cards_devide .single_album .album_des .number_of_image {
  display: flex;
  gap: 10px;
  align-items: center;
  color: #ba211b;
  font-size: 14px;
}
.front_album .cards_devide .single_album .album_des .number_of_image svg {
  color: #191919;
  font-size: 20px;
}
/* =============================
     trek section start
==============================*/
.trek_banner {
  /* background: #f8f9fa; */
  padding: 80px 0;
  position: relative;
  overflow: hidden;
}
.trek_banner .about-title {
  font-weight: 800;
  color: #14529d;
}
@media only screen and (max-width: 767px) {
  .trek_banner .about-title {
    font-size: 24px;
  }
}
.trek_banner .about-text {
  font-size: 18px;
  line-height: 1.8;
  color: #444;
  margin-top: 20px;
}
.trek_banner .more-btn {
  margin-top: 25px;
  font-weight: 600;
  color: #333;
  text-decoration: none;
}
.trek_banner .more-btn i {
  margin-left: 8px;
}
.trek_banner .mountain-img {
  position: absolute;
  bottom: 0;
  right: 0;
  max-width: 45%;
  opacity: 0.9;
}
@media (max-width: 768px) {
  .trek_banner .mountain-img {
    position: relative;
    max-width: 100%;
    margin-top: 40px;
  }
}

/* =============================
     trek section end
==============================*/
/* =============================
     experience_section start
==============================*/
.experience_section {
  margin: 40px 20px;
}
.experience_section .hero-section {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}
.experience_section .hero-section .experience_divide {
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
  text-align: left;
  margin: 40px 0;
}
@media (max-width: 500px) {
  .experience_section .hero-section .experience_divide {
    gap: 12px;
    margin: 20px 0;
  }
}
.experience_section .hero-section .experience_divide p {
  font-weight: 700;
  font-style: italic;
}
.experience_section .hero-section .experience_divide svg {
  height: 20px;
  width: 20px;
}
.experience_section {
  /* background image */
}
.experience_section .hero-img {
  width: 100%;
  height: 300px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: right;
     object-position: right;
}
@media (max-width: 500px) {
  .experience_section .hero-img {
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.experience_section {
  /* gradient overlay */
}
.experience_section .hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, #2d5f7a 60%, rgba(0, 0, 0, 0) 80%);
}
.experience_section {
  /* text content */
}
.experience_section .hero-content {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 60px;
  color: white;
  max-width: 520px;
}
@media (max-width: 500px) {
  .experience_section .hero-content {
    left: 20px;
  }
}
.experience_section .hero-content h1 {
  font-size: 38px;
  font-weight: 700;
  line-height: 1.4;
}
@media only screen and (max-width: 767px) {
  .experience_section .hero-content h1 {
    font-size: 24px;
  }
}
.experience_section .hero-small {
  font-size: 14px;
  letter-spacing: 1px;
  margin-bottom: 15px;
}
.experience_section {
  /* button */
}
.experience_section .hero-btn {
  margin-top: 25px;
}
@media only screen and (max-width: 767px) {
  .experience_section .hero-btn {
    margin-top: 12px;
  }
}
.experience_section .hero-btn svg {
  height: 20px;
  width: 20px;
}
.experience_section .hero-btn:hover {
  background: #14529d;
  color: #fff;
}

/* =============================
     experience_section end
==============================*/
.banner_slider_section {
  position: relative;
  height: 500px;
  margin-bottom: 40px;
}
.banner_slider_section .single-banner-slide {
  height: 500px;
}
@media only screen and (max-width: 767px) {
  .banner_slider_section .single-banner-slide {
    height: 400px;
  }
}
.banner_slider_section .single-banner-slide:hover img {
  transform: scale(1.04);
}
.banner_slider_section .single-banner-slide img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 4s ease;
}
.banner_slider_section .single-banner-slide .overlay {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #000000;
  opacity: 0.6;
  height: 100%;
  width: 100%;
}
.banner_slider_section .single-banner-slide h2 {
  color: #fff;
  position: absolute;
  bottom: 150px;
  font-size: 40px;
}
.banner_slider_section .owl-theme .custom-nav {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
}
.banner_slider_section .owl-theme .custom-nav .owl-prev,
.banner_slider_section .owl-theme .custom-nav .owl-next {
  position: absolute;
  height: 100px;
  color: inherit;
  background: none;
  border: none;
  z-index: 100;
  color: #fff;
}
.banner_slider_section .owl-theme .custom-nav .owl-prev {
  left: 0;
}
.banner_slider_section .owl-theme .custom-nav .owl-next {
  right: 0;
}
.categories-area {
  margin-top: -80px;
}

.categories-area .single-cat {
    border-radius: 32px 4px 4px 4px;
  border: 9px solid transparent;
  padding: 30px 22px;
  transition: all 0.4s ease-out 0s;
  position: relative;
  z-index: 1;
  background: white;
  box-shadow: 0px 8px 12px 0px rgba(205, 205, 205, 0.35);
}
@media (max-width: 991px) {
  .categories-area .single-cat {
    margin: 20px 0;
  }
}

@media (max-width: 575px) {
  .categories-area .single-cat {
    padding: 30px 22px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .categories-area .single-cat {
    padding: 30px 18px;
  }
}
.categories-area .single-cat::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 0;
  background: #14529d;
  transition: all 0.4s ease-out 0s;
  bottom: 0;
  left: 0;
  z-index: -1;
  border: 9px solid #fff;
}

.categories-area .single-cat .cat-icon svg {
  color: #14529d;
  height: 65px;
  width: 65px;
  margin-bottom: 30px;
  display: block;
  margin: auto;
}

.categories-area .single-cat .cat-cap h3 .categories-area .single-cat .cat-cap .h3 {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 21px;
  display: block;
  transition: all 0.2s ease-out 0s;
  font-family: "Sarabun", sans-serif;
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .categories-area .single-cat .cat-cap h5 > a,
  .categories-area .single-cat .cat-cap .h5 > a {
    font-size: 21px;
  }
}
@media (max-width: 575px) {
  .categories-area .single-cat .cat-cap h5 > a,
  .categories-area .single-cat .cat-cap .h5 > a {
    font-size: 23px;
  }
}
.categories-area .single-cat .cat-cap p {
  margin-bottom: 36px;
  color: #57667e;
  font-size: 16px;
  transition: all 0.2s ease-out 0s;
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .categories-area .single-cat .cat-cap p {
    font-size: 15px;
  }
}
.categories-area .single-cat .cat-cap a {
  color: #1c165c;
  font-size: 16px;
  font-weight: 600;
  transition: all 0.2s ease-out 0s;
}

.categories-area .single-cat:hover {
  border: 9px solid transparent;
}

.categories-area .single-cat:hover::before {
  height: 100%;
}

.categories-area .single-cat:hover .cat-icon svg {
  color: #fff;
}

.categories-area .single-cat:hover .cat-cap h3,
.categories-area .single-cat:hover .cat-cap .h3 {
  color: #fff;
}

.categories-area .single-cat:hover .cat-cap h5 a,
.categories-area .single-cat:hover .cat-cap .h5 a {
  color: #fff;
}

.categories-area .single-cat:hover .cat-cap p {
  color: #fff;
}

.categories-area .single-cat:hover .cat-cap a {
  color: #fff;
}
/*--------------------------------------------------------------
# teachers
--------------------------------------------------------------*/
.teachers-one {
  position: relative;
  background-color: var(--visanet-white, #ffffff);
}

.teachers-one__inner {
  position: relative;
  padding: 96px 10px 97px 115px;
  overflow: hidden;
  border-radius: 0px 0px 0px 200px;
  border: 1px solid var(--visanet-border-color, #dddddd);
}

@media (max-width: 1199px) {
  .teachers-one__inner {
    padding: 40px;
  }
}
@media (max-width: 991px) {
  .teachers-one__inner {
    border-radius: 0px 0px 0px 100px;
  }
}
@media (max-width: 575px) {
  .teachers-one__inner {
    padding: 30px;
  }
}
.teachers-one__inner::before {
  content: "";
  width: 401px;
  height: 398px;
  position: absolute;
  top: 0px;
  left: 0px;
  background-color: var(--visanet-base, #e50c37);
  clip-path: polygon(0 0, 61% 0, 100% 100%, 0 61%);
}

@media (max-width: 1199px) {
  .teachers-one__inner::before {
    width: 370px;
    height: 370px;
  }
}
@media (max-width: 575px) {
  .teachers-one__inner::before {
    width: 300px;
    height: 300px;
  }
}
@media (max-width: 430px) {
  .teachers-one__inner::before {
    width: 260px;
    height: 260px;
  }
}
@media (max-width: 375px) {
  .teachers-one__inner::before {
    width: 200px;
    height: 200px;
  }
}
.teachers-one__carousel {
  position: relative;
  z-index: 1;
}

@media (min-width: 1200px) {
  .teachers-one__carousel.owl-carousel .owl-nav {
    left: calc((100% - 168px) / 2);
    bottom: 18px;
    transform: translate(0%);
  }
}
@media (min-width: 1200px) {
  .teachers-one__carousel.owl-carousel .counter {
    margin: 0px !important;
    position: absolute;
    left: calc((100% - 64px) / 2);
    bottom: 5px;
  }
}
.teachers-one__item {
  display: grid;
  gap: 40px;
  align-items: start;
  grid-template-columns: 397px 1fr;
}

@media (max-width: 991px) {
  .teachers-one__item {
    grid-template-columns: 1fr;
  }
}
.teachers-one__image {
  position: relative;
  display: inline-block;
  border-radius: 0px 300px 300px 300px;
}

.teachers-one__image::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: -14px;
  left: -14px;
  border-radius: inherit;
  background-color: var(--visanet-white, #ffffff);
}

.teachers-one__image img {
  width: auto !important;
  display: inline-block !important;
  max-width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  border-radius: inherit;
}

.teachers-one__quote-icon {
  width: 94px;
  height: 94px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 47px;
  color: var(--visanet-base, #e50c37);
  position: absolute;
  left: 4px;
  bottom: 33px;
  z-index: 2;
  border-radius: 50%;
  background-color: var(--visanet-white, #ffffff);
  box-shadow: -1px 2px 4.7px rgba(0, 0, 0, 0.13);
}

@media (max-width: 575px) {
  .teachers-one__quote-icon {
    left: 0px;
    bottom: 0px;
  }
}
@media (max-width: 390px) {
  .teachers-one__quote-icon {
    width: 80px;
    height: 80px;
    font-size: 40px;
  }
}
.teachers-one__content {
  padding-right: 25px;
}

@media (max-width: 1199px) {
  .teachers-one__content {
    padding-right: 0px;
  }
}
.teachers-one__ratings {
  display: inline-flex;
  gap: 10px;
  align-items: center;
  padding: 6.5px 25px;
  margin-bottom: 20px;
  border-radius: 100px;
  background-color: var(--visanet-white2, #eef2f5);
}

@media (max-width: 375px) {
  .teachers-one__ratings {
    padding-top: 12px;
    flex-direction: column;
    align-items: flex-start;
    border-radius: 0px;
  }
}
.teachers-one_ratings_text {
  margin: 0px;
  font-size: 20px;
  font-weight: 500;
  color: var(--visanet-black2, #333333);
  text-transform: capitalize;
}

@media (max-width: 412px) {
  .teachers-one_ratings_text {
    font-size: 16px;
  }
}
.teachers-one_ratings_text span {
  color: var(--visanet-base, #e50c37);
}

.teachers-one__quote {
  padding-bottom: 26px;
  margin-bottom: 24px;
  position: relative;
  font-size: 22px;
  font-weight: 400;
  font-style: italic;
  line-height: 1.818;
}

@media (max-width: 767px) {
  .teachers-one__quote {
    font-size: 20px;
  }
}
@media (max-width: 440px) {
  .teachers-one__quote {
    font-size: 18px;
  }
}
.teachers-one__quote::after {
  content: "";
  width: calc(100% + 35px);
  height: 1px;
  position: absolute;
  left: 0px;
  bottom: 0px;
  background-color: var(--visanet-border-color, #dddddd);
}

@media (max-width: 1199px) {
  .teachers-one__quote::after {
    width: calc(100% + 40px);
  }
}
.teachers-one__name {
  margin-bottom: 8px;
  font-size: 22px;
  font-weight: 700;
  text-transform: capitalize;
  line-height: 1.318;
}

@media (max-width: 1199px) {
  .teachers-one__name {
    font-size: 20px;
  }
}
@media (max-width: 390px) {
  .teachers-one__name {
    margin-bottom: 10px;
  }
}
.teachers-one__designation {
  margin: 0px;
  font-size: 16px;
  color: var(--visanet-text, #636363);
  font-weight: 400;
  line-height: 1.25;
  text-transform: capitalize;
}

.teachers-one__thumb {
  width: 100%;
  max-width: 234px;
  display: grid;
  grid-gap: 10px;
  grid-template-columns: repeat(auto-fit, minmax(107px, 1fr));
  position: relative;
  padding-top: 10px;
  padding-left: 10px;
  margin-left: auto;
  position: absolute;
  right: 10px;
  bottom: 10px;
  z-index: 2;
}

@media (max-width: 1199px) {
  .teachers-one__thumb {
    display: none;
  }
}
.teachers-one__thumb::before {
  content: "";
  width: 1px;
  height: calc(100% + 10px);
  position: absolute;
  top: 0px;
  left: 0px;
  background-color: var(--visanet-border-color, #dddddd);
}

.teachers-one__thumb::after {
  content: "";
  width: calc(100% + 10px);
  height: 1px;
  position: absolute;
  top: 0px;
  left: 0px;
  background-color: var(--visanet-border-color, #dddddd);
}

.teachers-one_thumb_item {
  position: relative;
  width: 107px;
  height: 107px;
  z-index: 1;
  cursor: pointer;
  overflow: hidden;
  transition: all 500ms ease;
}

.teachers-one_thumbitem:hover .teachers-onethumb_overlay,
.teachers-one_thumbitem.owl-dot.active .teachers-onethumb_overlay {
  opacity: 1;
  transform: scale(1);
}

.teachers-one__thumb img {
  width: 100%;
  display: block;
  cursor: pointer;
  transition: all 500ms ease;
}

.teachers-one_thumb_overlay {
  width: calc(100% - 12px);
  height: calc(100% - 12px);
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  opacity: 0;
  transform: scale(2);
  transition: all 500ms ease;
  background-color: RGBA(var(--visanet-base-rgb, 229, 12, 55), 0.84);
}

.teachers-one_thumb_icon {
  display: inline-flex;
  font-size: 25px;
  color: var(--visanet-white, #ffffff);
}

.teachers {
  background-color: var(--visanet-white, #ffffff);
}

.teachers__item {
  position: relative;
  z-index: 1;
  padding: 15px;
  overflow: hidden;
  display: flex;
  gap: 15px;
  align-items: center;
  transition: all 500ms ease;
  border: 1px solid var(--visanet-border-color, #dddddd);
}

@media (max-width: 767px) {
  .teachers__item {
    align-items: flex-start;
    flex-direction: column-reverse;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .teachers__item {
    align-items: flex-start;
    flex-direction: column-reverse;
  }
}
.teachers__item::before {
  content: "";
  width: 0%;
  height: 100%;
  position: absolute;
  top: 0px;
  right: 0px;
  transition: all 500ms ease;
  background-color: var(--visanet-white2, #eef2f5);
}

.teachers__item:hover {
  border-color: var(--visanet-white2, #eef2f5);
}

.teachers__item:hover::before {
  width: 100%;
  left: 0px;
}

.teachers__image {
  width: 210px;
  position: relative;
  z-index: 1;
}

@media (max-width: 767px) {
  .teachers__image {
    width: 240px;
    padding: 0px 15px 15px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .teachers__image {
    width: 240px;
    padding: 0px 15px 15px;
  }
}
.teachers__image img {
  width: 100%;
  display: block;
  clip-path: polygon(100% 0, 100% 100%, 50% 83%, 0 100%, 0 0);
}

.teachers__icon-1 {
  width: 52px;
  height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 26px;
  color: var(--visanet-base, #e50c37);
  position: absolute;
  left: 50%;
  bottom: 14px;
  z-index: 1;
  transform: translateX(-50%);
  border-radius: 50%;
  background-color: var(--visanet-white, #ffffff);
  transition: all 500ms ease;
  box-shadow: -1px 2px 4.7px rgba(0, 0, 0, 0.13);
}

@media (max-width: 767px) {
  .teachers__icon-1 {
    bottom: 29px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .teachers__icon-1 {
    bottom: 29px;
  }
}
.teachers__icon-1 svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}

.teachers_item:hover .teachers_icon-1 {
  color: var(--visanet-white, #ffffff);
  background-color: var(--visanet-base, #e50c37);
}

.teachers__content {
  width: calc(100% - 210px);
  padding: 15px;
  position: relative;
  z-index: 1;
}

@media (max-width: 767px) {
  .teachers__content {
    width: 100%;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .teachers__content {
    width: 100%;
  }
}
.teachers__top {
  display: flex;
  gap: 20px;
  align-items: flex-start;
  justify-content: space-between;
}

@media (max-width: 375px) {
  .teachers__top {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
  }
}
.teachers .visanet-ratings {
  margin-bottom: 15px;
}

.teachers__name {
  margin-bottom: 7px;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.181;
  text-transform: capitalize;
}

@media (max-width: 375px) {
  .teachers__designation {
    margin: 0px;
  }
}
.teachers__icon-2 {
  display: inline-flex;
  font-size: 57px;
  color: RGBA(var(--visanet-base-rgb, 229, 12, 55), 0.11);
  transition: all 500ms ease;
}

@media (max-width: 375px) {
  .teachers__icon-2 {
    margin-bottom: 20px;
  }
}
.teachers__icon-2 svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}

.teachers_item:hover .teachers_icon-2 {
  color: var(--visanet-base, #e50c37);
  animation-name: flipInY;
  animation-duration: 1s;
  animation-timing-function: ease-in;
  animation-iteration-count: 1;
}

.teachers__quote {
  margin: 0px;
  padding-top: 13px;
  position: relative;
  font-family: var(--visanet-heading-font, "Roboto", sans-serif);
  font-style: italic;
  line-height: 1.875;
}

@media (max-width: 375px) {
  .teachers__quote {
    padding-top: 20px;
  }
}
.teachers__quote::before {
  content: "";
  width: calc(100% + 60px);
  height: 1px;
  position: absolute;
  top: 0px;
  left: 50%;
  transform: translateX(-50%);
  background-color: var(--visanet-border-color, #dddddd);
}

.teachers__quote span {
  color: var(--visanet-base, #e50c37);
}

.teachers-three {
  position: relative;
  background-color: var(--visanet-white, #ffffff);
}

.teachers-three__bg {
  width: 68.5%;
  height: calc(100% + 320px);
  position: absolute;
  top: 0px;
  right: 0px;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}

@media (max-width: 1199px) {
  .teachers-three__bg {
    width: 100%;
    height: calc(100% + 40px);
  }
}
.teachers-three .container {
  position: relative;
  z-index: 1;
}

.teachers-three__top {
  margin-bottom: 51px;
}

.teachers-three .sec-title {
  margin: 0px;
}

.teachers-three__image {
  display: inline-block;
  padding-left: 56px;
  position: relative;
}

.teachers-three_image_shape {
  width: 41px;
  height: calc(100% - 16px);
  position: relative;
  position: absolute;
  top: 0px;
  left: 0px;
}

.teachers-three_image_shape::before,
.teachers-three_image_shape::after {
  content: "";
  width: 13px;
  position: absolute;
  top: 0px;
  left: 0px;
  border-radius: 20px;
}

.teachers-three_image_shape::before {
  height: 159px;
  background-color: var(--visanet-black3, #1d253a);
}

.teachers-three_image_shape::after {
  height: 100%;
  left: 28px;
  background-color: var(--visanet-base, #e50c37);
}

.teachers-three_image_box {
  padding-right: 66px;
  overflow: hidden;
  background-color: var(--visanet-black3, #1d253a);
  border-radius: 0px 1000px 1000px 1000px;
}

.teachers-three__image img {
  width: auto !important;
  display: inline-block !important;
  max-width: 100%;
  height: auto;
}

.teachers-three__icon {
  width: 76px;
  height: 76px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 38px;
  color: var(--visanet-base, #e50c37);
  position: absolute;
  top: 13px;
  right: 19px;
  z-index: 1;
  border-radius: 50%;
  background-color: var(--visanet-white, #ffffff);
  transition: all 500ms ease;
  box-shadow: -1px 2px 6.1px rgba(0, 0, 0, 0.2);
}

@media (max-width: 412px) {
  .teachers-three__icon {
    width: 70px;
    height: 70px;
    top: 0px;
    right: 0px;
    font-size: 32px;
  }
}
.teachers-three__icon svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}

.teachers-three_item:hover .teachers-three_icon {
  color: var(--visanet-white, #ffffff);
  background-color: var(--visanet-base, #e50c37);
}

.teachers-three__rating {
  display: inline-flex;
  gap: 8px;
  align-items: center;
  padding: 8.5px 25px;
  margin-bottom: 19px;
  border-radius: 100px;
  border: 1px solid var(--visanet-border-color, #dddddd);
}

@media (max-width: 440px) {
  .teachers-three__rating {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.teachers-three_rating_text {
  margin: 0px;
  font-size: 20px;
  line-height: 1.3;
  font-weight: 500;
  color: var(--visanet-black2, #333333);
  text-transform: capitalize;
}

@media (max-width: 440px) {
  .teachers-three_rating_text {
    font-size: 18px;
  }
}
.teachers-three_rating_text span {
  color: var(--visanet-base, #e50c37);
}

.teachers-three .visanet-ratings__icon {
  font-size: 18px;
}

@media (max-width: 440px) {
  .teachers-three .visanet-ratings__icon {
    font-size: 16px;
  }
}
.teachers-three__quote {
  padding-bottom: 26px;
  margin-bottom: 25px;
  font-family: var(--visanet-heading-font, "Roboto", sans-serif);
  font-size: 22px;
  line-height: 1.818;
  font-style: italic;
  color: var(--visanet-text-gray, #444444);
  border-bottom: 1px solid var(--visanet-border-color, #dddddd);
}

@media (max-width: 767px) {
  .teachers-three__quote {
    font-size: 20px;
  }
}
@media (max-width: 440px) {
  .teachers-three__quote {
    font-size: 18px;
  }
}
.teachers-three__quote span {
  color: var(--visanet-base, #e50c37);
}

.teachers-three__name {
  margin-bottom: 7px;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.181;
  text-transform: capitalize;
}

.teachers-three__designation {
  margin: 0px;
}


.blog-one,
.blog-two,
.blog-three {
  background-color: var(--visanet-white, #ffffff);
}

.blog-three__image {
  position: relative;
  display: table;
}

.blog-three__image::before,
.blog-three__image::after {
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  z-index: 1;
  opacity: 0.8;
  background-color: var(--visanet-white, #ffffff);
  transition-duration: 1.3s;
}

.blog-three__image::before {
  left: 0;
  bottom: 0;
}

.blog-three__image::after {
  top: 0;
  right: 0;
}

.blog-three__image {
  border-radius: 30px;
  overflow: hidden;
}

@media (max-width: 1199px) {
  .blog-three__image {
    margin: 0px auto;
  }
}
.blog-three__image:hover::before,
.blog-three__image:hover::after {
  animation: shineFullHover 0.75s;
}

.blog-three__image img {
  max-width: 100%;
  height: auto;
  border-radius: 30px;
}

.blog-three_image_category {
  display: inline-block;
  position: absolute;
  top: 40px;
  left: 40px;
  z-index: 2;
  font-family: var(--visanet-heading-font, "Roboto", sans-serif);
  padding: 8px 29px;
  font-size: 16px;
  font-weight: 700;
  color: var(--visanet-black3, #1d253a);
  border-radius: 10px;
  text-transform: uppercase;
  background-color: var(--visanet-white, #ffffff);
}

@media (max-width: 767px) {
  .blog-three_image_category {
    top: 30px;
    left: 30px;
  }
}
.blog-three__card {
  position: relative;
}

@media (max-width: 575px) {
  .blog-three__card {
    padding: 30px;
    background-color: var(--visanet-white2, #eef2f5);
  }
}
.blog-three_card_bg {
  position: relative;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.blog-three_card_bg::after {
  content: "";
  width: calc(100% - 58px);
  height: 100%;
  position: absolute;
  top: 0px;
  right: 0px;
  transition: all 500ms ease;
  background-color: var(--visanet-white2, #eef2f5);
  clip-path: polygon(22% 0, 100% 0, 100% 100%, 22% 100%, 0 50%);
}

@media (max-width: 575px) {
  .blog-three_card_bg::after {
    width: 0%;
    clip-path: none;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .blog-three_card_bg::after {
    clip-path: polygon(16% 0, 100% 0, 100% 100%, 16% 100%, 0 50%);
  }
}
.blog-three_card:hover .blog-threecard_bg::after {
  width: calc(100% + 50px);
  background-color: var(--visanet-black3, #1d253a);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%, 25% 50%);
}

@media (max-width: 575px) {
  .blog-three_card:hover .blog-threecard_bg::after {
    width: 100%;
    clip-path: none;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .blog-three_card:hover .blog-threecard_bg::after {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%, 20% 50%);
  }
}
@media (min-width: 576px) and (max-width: 1199px) {
  .blog-three_card:hover .blog-threecard_bg::after {
    width: calc(100% + 30px);
  }
}
.blog-three_card_content {
  display: flex;
  gap: 30px 40px;
  align-items: center;
}

@media (max-width: 575px) {
  .blog-three_card_content {
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .blog-three_card_content {
    gap: 35px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .blog-three_card_content {
    gap: 30px;
  }
}
.blog-three_card_inner {
  flex-grow: 1;
  position: relative;
  z-index: 1;
  padding: 33px 61px 31px 0px;
}

@media (max-width: 575px) {
  .blog-three_card_inner {
    padding: 0px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .blog-three_card_inner {
    padding-right: 30px;
  }
}
.blog-three_card_date {
  width: 128px;
  height: 128px;
  flex-shrink: 0;
  position: relative;
  z-index: 1;
  text-align: center;
  overflow: hidden;
  border-radius: 50%;
  box-shadow: -2px -2px 8.3px -3px rgba(0, 0, 0, 0.19);
}

.blog-three_card_day {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 19px 10px;
  font-family: var(--visanet-heading-font, "Roboto", sans-serif);
  font-size: 50px;
  color: var(--visanet-white, #ffffff);
  font-weight: 700;
  line-height: 1;
  background-color: var(--visanet-base, #e50c37);
  transition: all 500ms ease;
}

.blog-three_card_year {
  padding: 14px 5px;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  color: var(--visanet-white, #ffffff);
  text-transform: uppercase;
  background-color: var(--visanet-black3, #1d253a);
  transition: all 500ms ease;
}

.blog-three_card:hover .blog-threecard_day {
  color: var(--visanet-black3, #1d253a);
  background-color: var(--visanet-white, #ffffff);
}

.blog-three_card:hover .blog-threecard_year {
  background-color: var(--visanet-base, #e50c37);
}

.blog-three_card_meta {
  display: flex;
  align-items: center;
  gap: 8px 18px;
  position: relative;
  margin-bottom: 15px;
  padding-bottom: 9px;
  border-bottom: 1px solid var(--visanet-border-color, #dddddd);
}

@media (max-width: 360px) {
  .blog-three_card_meta {
    margin-bottom: 20px;
    padding-bottom: 12px;
    flex-direction: column;
    align-items: flex-start;
  }
}
.blog-three_card_meta li {
  display: flex;
  align-items: center;
  gap: 6px;
  position: relative;
  font-size: 15px;
  font-weight: 400;
  color: var(--visanet-text, #636363);
  transition: all 500ms ease;
}

.blog-three_card_meta li a {
  color: inherit;
}

.blog-three_card_meta li a:hover {
  color: var(--visanet-base, #e50c37);
}

.blog-three_cardmeta_icon {
  display: inline-flex;
  position: relative;
  top: -1px;
  font-size: 15px;
  color: var(--visanet-base, #e50c37);
  transition: all 500ms ease;
}

.blog-three_cardmeta_icon svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}

.blog-three_card:hover .blog-threecard_meta {
  border-color: RGBA(var(--visanet-border-color-rgb, 221, 221, 221), 0.5);
}

.blog-three_card_title {
  margin: 0px;
  padding-right: 30px;
  font-size: 22px;
  font-weight: 700;
  color: var(--visanet-black, #222222);
  line-height: 1.318;
  text-transform: capitalize;
}

@media (max-width: 575px) {
  .blog-three_card_title {
    margin-bottom: 25px;
    padding-right: 0px;
  }
}
@media (max-width: 390px) {
  .blog-three_card_title {
    font-size: 20px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .blog-three_card_title {
    font-size: 20px;
    margin-bottom: 25px;
    padding-right: 0px;
  }
}
.blog-three_card_title a {
  color: inherit;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}

.blog-three_card_title a:hover {
  background-size: 100% 1px;
}

.blog-three_card:hover .blog-threecard_meta li,
.blog-three_card:hover .blog-threecard_title {
  color: var(--visanet-white, #ffffff);
}

.blog-three__card .visanet-btn-two {
  padding: 17px 25px;
  background-color: var(--visanet-black3, #1d253a);
}

.blog-three__card .visanet-btn-two::before,
.blog-three__card .visanet-btn-two::after {
  display: none;
}

@media (min-width: 576px) and (max-width: 991px) {
  .blog-three__card .visanet-btn-two {
    height: 100%;
    gap: 10px;
    justify-content: center;
    position: absolute;
    top: 0px;
    right: 0px;
    padding: 25px 20.5px;
    writing-mode: sideways-lr;
  }
}
@media (min-width: 1200px) {
  .blog-three__card .visanet-btn-two {
    height: 100%;
    gap: 10px;
    justify-content: center;
    position: absolute;
    top: 0px;
    right: 0px;
    padding: 25px 20.5px;
    writing-mode: sideways-lr;
  }
}
.blog-three__card:hover .visanet-btn-two {
  background-color: var(--visanet-base, #e50c37);
}

.blog-four {
  background-color: var(--visanet-black3, #1d253a);
}

.blog-five {
  position: relative;
}

.blog-five::before {
  content: "";
  width: 100%;
  height: calc(100% + 390px);
  position: absolute;
  left: 0px;
  bottom: 0px;
  background: linear-gradient(0deg, #eef2f5 6.15%, rgba(139, 141, 143, 0) 85.24%);
}

.blog-five .container {
  position: relative;
  z-index: 1;
}

.blog-page {
  background-color: var(--visanet-white, #ffffff);
}

.blog-page--two .blog-card-four {
  background-color: var(--visanet-white2, #eef2f5);
}

.blog-page .post-pagination {
  justify-content: center;
}

.blog-page--sidebar .post-pagination {
  justify-content: flex-start;
}

@media (max-width: 991px) {
  .blog-page--sidebar .post-pagination {
    justify-content: center;
  }
}
.visanet-btn--black {
  background-color: var(--visanet-black3, #1d253a);
}

/* button */
.visanet-btn {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  -webkit-appearance: none;
  border: none;
  outline: none;
  cursor: pointer;
  background-color: var(--visanet-base, #e50c37);
  padding: 14px 67px 14px 30px;
  transition: 500ms;
  border-radius: 100px;
}

.visanet-btn__icon-box {
  position: relative;
  position: absolute;
  top: 50%;
  right: 6px;
  z-index: 1;
  text-align: left;
  width: 42px;
  height: 42px;
  border-radius: 100px;
  transform: translateY(-50%);
  background-color: var(--visanet-white, #ffffff);
  transition: all 0.5s cubic-bezier(0.65, 0, 0.076, 1);
}

.visanet-btn__icon {
  width: 42px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 50%;
  background-color: transparent;
  transition: all 500ms ease;
}

.visanet-btn__icon span {
  display: inline-flex;
  font-size: 14px;
  color: var(--visanet-base, #e50c37);
  transition: all 500ms ease;
}

.visanet-btn__icon span svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}

.visanet-btn__text {
  position: relative;
  font-family: var(--visanet-font, "Red Hat Text", sans-serif);
  font-size: 16px;
  color: var(--visanet-white, #ffffff);
  font-weight: 500;
  line-height: 1.25;
  text-transform: uppercase;
  z-index: 11;
  transition: all 0.4s ease-in-out;
}

@media (max-width: 412px) {
  .visanet-btn__text {
    font-size: 14px;
  }
}
.visanet-btn:hover .visanet-btn__text {
  color: var(--visanet-base, #e50c37);
}

.visanet-btn:hover .visanet-btn__icon-box {
  width: calc(100% - 12px);
}

.visanet-btn:hover .visanet-btn__icon span {
  color: var(--visanet-base, #e50c37);
}

.visanet-btn--black {
  background-color: var(--visanet-black3, #1d253a);
}

.visanet-btn--black .visanet-btn__icon-box {
  background-color: var(--visanet-white, #ffffff);
}

.visanet-btn--black .visanet-btn__icon span {
  color: var(--visanet-base, #e50c37);
}

.visanet-btn--white {
  background-color: var(--visanet-white, #ffffff);
}

.visanet-btn--white .visanet-btn__text {
  color: var(--visanet-black2, #333333);
}

.visanet-btn--white:hover .visanet-btn__text {
  color: var(--visanet-white, #ffffff);
}

.visanet-btn--white .visanet-btn__icon-box {
  background-color: var(--visanet-base, #e50c37);
}

.visanet-btn--white .visanet-btn__icon span {
  color: var(--visanet-white, #ffffff);
}

.visanet-btn--white:hover .visanet-btn__icon span {
  color: var(--visanet-white, #ffffff);
}

.visanet-btn-two {
  display: inline-flex;
  gap: 12px;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
  -webkit-appearance: none;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 17px 30px;
  font-family: var(--visanet-font, "Red Hat Text", sans-serif);
  font-size: 16px;
  color: var(--visanet-white, #ffffff);
  text-align: center;
  font-weight: 500;
  line-height: 1.25;
  text-transform: uppercase;
  position: relative;
  z-index: 1;
  overflow: hidden;
  background-color: var(--visanet-base, #e50c37);
  transition: all 0.4s ease-in-out;
}

.visanet-btn-two::before,
.visanet-btn-two::after {
  content: "";
  height: calc(50% + 1px);
  width: 0%;
  position: absolute;
  z-index: -1;
  background-color: var(--visanet-black3, #1d253a);
  transition: 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

.visanet-btn-two::before {
  top: 0;
  left: 0;
  right: auto;
}

.visanet-btn-two::after {
  bottom: 0;
  right: 0;
  left: auto;
}

.visanet-btn-two:hover::before {
  width: 100%;
  right: 0;
  left: auto;
}

.visanet-btn-two:hover::after {
  width: 100%;
  left: 0;
  right: auto;
}

.visanet-btn-two__icon {
  flex-shrink: 0;
  display: inline-flex;
  font-size: 14px;
  transition: all 500ms ease;
}

.visanet-btn-two__icon svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}

/*--------------------------------------------------------------
# About Section
--------------------------------------------------------------*/
.about {
  position: relative;
  margin: 40px 0;
}

.about .about-content h2 {
  font-weight: 700;
  margin-bottom: 1.5rem;
  position: relative;
  color: #14529d;
}
@media only screen and (max-width: 767px) {
  .about .about-content h2 {
    font-size: 24px;
  }
}

.about .about-content h2:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -0.5rem;
  width: 80px;
  height: 4px;
  background-color: var(--accent-color);
}

.about .about-content .lead {
  font-size: 1.15rem;
  margin-bottom: 1.5rem;
  color: color-mix(in srgb, var(--heading-color), transparent 10%);
}

.about .about-content p {
  margin-bottom: 1rem;
  line-height: 1.7;
}

.about .achievement-boxes .achievement-box {
  background-color: var(--surface-color);
  border-left: 4px solid var(--accent-color);
  padding: 1.2rem;
  height: 100%;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
}

.about .achievement-boxes .achievement-box:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
}

.about .achievement-boxes .achievement-box h3 {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 0.3rem;
  color: var(--accent-color);
}

.about .achievement-boxes .achievement-box p {
  margin-bottom: 0;
  font-size: 0.9rem;
  font-weight: 500;
}

.about .certifications h5 {
  font-size: 1.1rem;
  margin-bottom: 1rem;
  font-weight: 600;
}

.about .certifications img {
  transition: transform 0.3s ease;
  filter: grayscale(100%);
  opacity: 0.7;
}

.about .certifications img:hover {
  filter: grayscale(0);
  opacity: 1;
  transform: scale(1.05);
}

.about .cta-container .btn-primary {
  background-color: #14529d;
  border-color: #14529d;
  color: #fff;
  padding: 0.75rem 1.5rem;
  font-weight: 500;
  border-radius: 4px;
  transition: all 0.3s ease;
}

.about .cta-container .btn-primary:hover {
  background-color: #fff;
  border-color: color-mix(in srgb, #14529d, #000 10%);
  transform: translateY(-3px);
  box-shadow: 0 5px 15px color-mix(in srgb, #14529d, transparent 70%);
  color: #14529d;
}

.about .about-image {
  position: relative;
}

.about .about-image .main-image {
  border-radius: 8px;
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
  width: 100%;
}

.about .about-image .image-overlay {
  position: absolute;
  bottom: -60px;
  right: -30px;
  width: 50%;
  z-index: 2;
  border-radius: 8px;
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
}

.about .about-image .image-overlay img {
  border: 5px solid var(--background-color);
}

.about .about-image .experience-badge {
  position: absolute;
  top: 30px;
  left: -30px;
  background-color: #14529d;
  color: #fff;
  padding: 1.5rem;
  border-radius: 50%;
  width: 130px;
  height: 130px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  box-shadow: 0 10px 25px color-mix(in srgb, var(--accent-color), transparent 60%);
}

.about .about-image .experience-badge span {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
}

.about .about-image .experience-badge p {
  font-size: 0.8rem;
  margin-bottom: 0;
  margin-top: 0.3rem;
}

@media (max-width: 991.98px) {
  .about .about-image {
    margin-top: 3rem;
  }
  .about .about-image .image-overlay {
    bottom: -40px;
    right: -20px;
  }
  .about .about-image .experience-badge {
    width: 100px;
    height: 100px;
    padding: 1rem;
    left: -20px;
  }
  .about .about-image .experience-badge span {
    font-size: 1.5rem;
  }
  .about .about-image .experience-badge p {
    font-size: 0.7rem;
  }
}
@media (max-width: 767.98px) {
  .about .achievement-boxes .achievement-box {
    padding: 1rem;
  }
  .about .achievement-boxes .achievement-box h3 {
    font-size: 1.8rem;
  }
  .about .achievement-boxes .achievement-box p {
    font-size: 0.8rem;
  }
  .about .about-image .image-overlay {
    bottom: -30px;
    right: 0;
    width: 40%;
  }
}
