/*********************
Consistent Font Sizes
*********************/
/*********************
Center Block
*********************/
/*********************
Clearfix
*********************/
/*********************
transition
*********************/
/*********************
Centering Items
*********************/
/*********************
BREAKPOINTS
*********************/
/*********************
Placeholders for input
*********************/
/*********************
Animations
*********************/
/*********************
Transition
*********************/
.header-top {
  background-color: var(--color-primary);
  padding: 10px 0;
}

.ht-inner {
  align-items: center;
  justify-content: space-between;
}
.ht-inner li {
  display: inline-block;
}

.hdr-contact {
  /* Large Devices, Wide Screens */
}
@media (max-width: 575px) {
  .hdr-contact {
    width: -moz-min-content;
    width: min-content;
  }
}
.hdr-contact li {
  font-size: 15px;
  position: relative;
  padding-left: 24px;
}
.hdr-contact li:not(:last-child) {
  margin-right: 1rem;
}
.hdr-contact li:last-child {
  /* Large Devices, Wide Screens */
}
@media (max-width: 991px) {
  .hdr-contact li:last-child {
    display: none;
  }
}
.hdr-contact li i, .hdr-contact li a {
  color: #fff;
}
.hdr-contact li i {
  position: absolute;
  top: 4px;
  left: 0;
}
.hdr-contact li:hover i, .hdr-contact li:hover a {
  color: var(--color-secondary);
}

.hdr-media li:not(:last-child) {
  margin-right: 10px;
  /* Large Devices, Wide Screens */
}
@media (max-width: 575px) {
  .hdr-media li:not(:last-child) {
    margin-right: 5px;
  }
}
.hdr-media li i {
  height: 32px;
  line-height: 32px;
  width: 32px;
  text-align: center;
  border: 1px solid #eee;
  color: #eee;
  border-radius: 50%;
}
.hdr-media li i:hover {
  background-color: #fff;
  color: var(--color-primary);
}
.hdr-media li i {
  /* Large Devices, Wide Screens */
}
@media (max-width: 575px) {
  .hdr-media li i {
    height: unset;
    width: unset;
    line-height: unset;
    background-color: unset;
    border: unset;
  }
}

.site-logo {
  padding: 10px 0;
}
.site-logo img {
  width: 240px;
  /* Large Devices, Wide Screens */
}
@media (max-width: 1199px) {
  .site-logo img {
    width: 200px;
  }
}
.site-logo img {
  /* Large Devices, Wide Screens */
}
@media (max-width: 575px) {
  .site-logo img {
    width: 140px;
  }
}

.header-btm {
  box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.2);
  background-color: #fff;
  transition: all 0.3s ease-in-out;
}
.header-btm.active {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 2;
}
.header-btm.active .site-logo img {
  width: 130px;
  /* Large Devices, Wide Screens */
}
@media (max-width: 575px) {
  .header-btm.active .site-logo img {
    width: 90px;
  }
}

.hb-inner {
  justify-content: space-between;
}

.hb-btn {
  /* Large Devices, Wide Screens */
}
@media (max-width: 991px) {
  .hb-btn {
    order: -1;
    margin-right: 10px;
  }
}
.hb-btn a {
  /* Large Devices, Wide Screens */
}
@media (max-width: 575px) {
  .hb-btn a {
    font-size: 15px;
    padding: 6px 12px;
  }
}

#mega-menu-wrap-menu-1 .mega-menu-toggle.mega-menu-open + #mega-menu-menu-1 {
  padding-top: 10px;
  width: 100%;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 600 !important;
  padding: 0 20px;
  transition: all 0.3s ease-in-out;
  /* Large Devices, Wide Screens */
}
@media (max-width: 1300px) {
  #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link {
    padding: 0 10px;
  }
}
#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link {
  /* Large Devices, Wide Screens */
}
@media (max-width: 1199px) {
  #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link {
    padding: 0 8px;
    font-size: 15px;
  }
}
#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link {
  /* Large Devices, Wide Screens */
}
@media (max-width: 991px) {
  #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link {
    padding: 0 20px;
    font-size: 16px;
  }
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link:hover, #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link:focus {
  font-weight: 600;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
  line-height: normal;
  padding: 10px;
  font-size: 16px;
  transition: all 0.3s ease-in-out;
}

.footer-top {
  background-color: #911439;
}
.footer-top .links li {
  margin-bottom: 8px;
  position: relative;
  padding-left: 18px;
}
.footer-top .links li::before {
  content: "\f0da";
  font-family: "Font Awesome 7 Free";
  font-weight: 900;
  position: absolute;
  top: 0;
  left: 0;
  color: var(--color-secondary);
}
.footer-top .links li {
  /* Large Devices, Wide Screens */
}
@media (max-width: 575px) {
  .footer-top .links li {
    margin-bottom: 4px;
  }
}
.footer-top .links li a {
  color: #eee;
}
.footer-top .links li a:hover {
  color: var(--color-secondary);
}

.ft-title {
  color: #fff;
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 1rem;
  /* Large Devices, Wide Screens */
}
@media (max-width: 575px) {
  .ft-title {
    font-size: 20px;
    margin-bottom: 8px;
  }
}

.media-title {
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 1rem;
  /* Large Devices, Wide Screens */
}
@media (max-width: 575px) {
  .media-title {
    font-size: 18px;
    margin-bottom: 8px;
  }
}

.contact-det li {
  position: relative;
  padding-left: 26px;
  margin-bottom: 8px;
}
.contact-det li i {
  color: var(--color-secondary);
  position: absolute;
  top: 4px;
  left: 0;
}
.contact-det li span {
  font-weight: 600;
  color: #fff;
}
.contact-det li a {
  color: #fff;
  display: block;
}
.contact-det li a:hover {
  color: var(--color-secondary);
}

.social-media li {
  display: inline-block;
}
.social-media li:not(:last-child) {
  margin-right: 10px;
}
.social-media li i {
  height: 38px;
  line-height: 38px;
  width: 38px;
  text-align: center;
  border: 1px solid #eee;
  color: #eee;
  border-radius: 50%;
}
.social-media li i:hover {
  background-color: #fff;
  color: var(--color-primary);
}

.contact-info {
  background-color: #911439;
  padding: 30px;
  color: #fff;
  border-radius: 16px;
  /* Large Devices, Wide Screens */
}
@media (max-width: 575px) {
  .contact-info {
    padding: 16px;
    border-radius: 10px;
  }
}

.facebook {
  position: relative;
  height: 290px;
  /* Large Devices, Wide Screens */
}
@media (max-width: 575px) {
  .facebook {
    height: 350px;
  }
}
.facebook iframe {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.footer-btm {
  background-color: #800a2d;
  color: #fff;
  padding: 16px 0;
}
.footer-btm p {
  margin: 8px 0;
}
.footer-btm p a {
  font-weight: 600;
  color: #fff;
}

.copyright {
  flex-wrap: wrap;
}

#scroll-top {
  position: fixed;
  bottom: 70px;
  right: 10px;
  z-index: 2;
}
#scroll-top i {
  height: 44px;
  line-height: 44px;
  width: 44px;
  text-align: center;
  border-radius: 50%;
  background-color: var(--color-secondary);
  color: #fff;
}

.heroSlider .swiper-button-next, .heroSlider .swiper-button-prev {
  height: 70px;
  line-height: 70px;
  width: 30px;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.6117647059);
  transition: all 0.3s ease-in-out;
  color: #fff;
  padding: 10px;
}

.hero-slide {
  display: flex;
  flex-wrap: wrap;
}

.hero-text {
  width: 50%;
  padding: 10% 5%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  z-index: 1;
}
.hero-text::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(237, 38, 124, 0.1882352941);
  z-index: -1;
}
.hero-text {
  /* Large Devices, Wide Screens */
}
@media (max-width: 767px) {
  .hero-text {
    width: 100%;
  }
}
.hero-text p {
  font-size: 20px;
  font-weight: 500;
  /* Large Devices, Wide Screens */
}
@media (max-width: 575px) {
  .hero-text p {
    font-size: 18px;
    margin-bottom: 10px;
  }
}

.hero-title {
  font-size: 60px;
  color: var(--color-primary);
  font-weight: bold;
  margin-bottom: 30px;
  /* Large Devices, Wide Screens */
}
@media (max-width: 1300px) {
  .hero-title {
    font-size: 50px;
  }
}
.hero-title {
  /* Large Devices, Wide Screens */
}
@media (max-width: 1199px) {
  .hero-title {
    font-size: 40px;
  }
}
.hero-title {
  /* Large Devices, Wide Screens */
}
@media (max-width: 991px) {
  .hero-title {
    font-size: 36px;
    margin-bottom: 24px;
  }
}
.hero-title {
  /* Large Devices, Wide Screens */
}
@media (max-width: 767px) {
  .hero-title {
    font-size: 30px;
    margin-bottom: 20px;
  }
}
.hero-title {
  /* Large Devices, Wide Screens */
}
@media (max-width: 575px) {
  .hero-title {
    font-size: 24px;
    margin-bottom: 16px;
  }
}

.hero-image {
  width: 50%;
  /* Large Devices, Wide Screens */
}
@media (max-width: 767px) {
  .hero-image {
    width: 100%;
  }
}
.hero-image img {
  width: 100%;
  height: 600px;
  /* Large Devices, Wide Screens */
}
@media (max-width: 1199px) {
  .hero-image img {
    height: 550px;
  }
}
.hero-image img {
  /* Large Devices, Wide Screens */
}
@media (max-width: 991px) {
  .hero-image img {
    height: 500px;
  }
}
.hero-image img {
  /* Large Devices, Wide Screens */
}
@media (max-width: 767px) {
  .hero-image img {
    height: 450px;
  }
}
.hero-image img {
  /* Large Devices, Wide Screens */
}
@media (max-width: 575px) {
  .hero-image img {
    height: 360px;
  }
}

.btns a:first-child {
  margin-right: 1rem;
}

.home-slider .swiper-button-next, .home-slider .swiper-button-prev {
  height: 70px;
  line-height: 70px;
  width: 30px;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.6117647059);
  transition: all 0.3s ease-in-out;
}

.about-img {
  position: relative;
  padding-left: 120px;
  height: 100%;
  /* Large Devices, Wide Screens */
}
@media (max-width: 1300px) {
  .about-img {
    padding-left: 120px;
  }
}
.about-img {
  /* Large Devices, Wide Screens */
}
@media (max-width: 991px) {
  .about-img {
    margin-bottom: 5%;
    height: auto;
  }
}
.about-img {
  /* Large Devices, Wide Screens */
}
@media (max-width: 767px) {
  .about-img {
    padding-left: 100px;
  }
}
.about-img {
  /* Large Devices, Wide Screens */
}
@media (max-width: 575px) {
  .about-img {
    padding-left: 65px;
  }
}
.about-img .txt h2 {
  font-family: var(--font-highlight);
  font-size: 60px;
  padding: 10px 20px;
  background-color: #f7cbd9;
  color: var(--color-primary);
  writing-mode: vertical-lr;
  position: absolute;
  margin: 0;
  left: 0;
  height: 100%;
  border-radius: 16px;
  /* Large Devices, Wide Screens */
}
@media (max-width: 1300px) {
  .about-img .txt h2 {
    font-size: 50px;
  }
}
.about-img .txt h2 {
  /* Large Devices, Wide Screens */
}
@media (max-width: 767px) {
  .about-img .txt h2 {
    font-size: 40px;
  }
}
.about-img .txt h2 {
  /* Large Devices, Wide Screens */
}
@media (max-width: 575px) {
  .about-img .txt h2 {
    font-size: 30px;
    padding: 10px;
    border-radius: 8px;
  }
}
.about-img .txt h3 {
  font-size: 30px;
  margin: 0;
  position: absolute;
  left: -20px;
  bottom: 30px;
  writing-mode: vertical-rl;
  font-weight: 600;
  text-transform: uppercase;
  /* Large Devices, Wide Screens */
}
@media (max-width: 1300px) {
  .about-img .txt h3 {
    font-size: 26px;
    left: -10px;
  }
}
.about-img .txt h3 {
  /* Large Devices, Wide Screens */
}
@media (max-width: 767px) {
  .about-img .txt h3 {
    font-size: 20px;
  }
}
.about-img .txt h3 {
  /* Large Devices, Wide Screens */
}
@media (max-width: 575px) {
  .about-img .txt h3 {
    font-size: 18px;
    bottom: 50px;
  }
}
.about-img img {
  height: 500px;
  border-radius: 16px;
  /* Large Devices, Wide Screens */
}
@media (max-width: 575px) {
  .about-img img {
    height: 300px;
    border-radius: 8px;
  }
}

.about-content p {
  text-align: justify;
}

.btm-nav .swiper-button-next, .btm-nav .swiper-button-prev {
  position: relative;
  left: unset !important;
  right: unset !important;
  top: unset !important;
  height: 50px;
  width: 50px;
  border-radius: 50%;
  background-color: var(--color-secondary);
  padding: 17px;
  color: #fff;
  margin: 1rem 8px 0 !important;
  transition: all 0.3s ease-in-out;
  /* Large Devices, Wide Screens */
}
@media (max-width: 575px) {
  .btm-nav .swiper-button-next, .btm-nav .swiper-button-prev {
    height: 40px;
    width: 40px;
    padding: 12px;
  }
}

.course-card {
  height: auto;
  width: 100%;
  background-color: #f7e1eb;
  border: 1px solid var(--color-secondary);
  padding: 30px;
  text-align: center;
  border-radius: 20px;
  transition: all 0.3s ease-in-out;
  /* Large Devices, Wide Screens */
}
@media (max-width: 575px) {
  .course-card {
    padding: 16px;
  }
}
.course-card .image {
  margin: 0 20px 20px;
  position: relative;
  /* Large Devices, Wide Screens */
}
@media (max-width: 575px) {
  .course-card .image {
    margin: 10px 10px 16px;
  }
}
.course-card .image .crs-image {
  width: 100%;
  height: 300px;
  border: 4px solid #fff;
  /* Large Devices, Wide Screens */
}
@media (max-width: 575px) {
  .course-card .image .crs-image {
    height: 250px;
  }
}
.course-card .image .float-icon {
  position: absolute;
  top: -20px;
  right: -20px;
  width: 65px;
  height: 65px;
  padding: 10px;
  background-color: #fff;
  border-radius: 50%;
  /* Large Devices, Wide Screens */
}
@media (max-width: 575px) {
  .course-card .image .float-icon {
    top: -10px;
    right: -10px;
    width: 55px;
    height: 55px;
  }
}
.course-card .text .course-title {
  color: var(--color-secondary);
  font-weight: bold;
  font-size: 24px;
  transition: all 0.3s ease-in-out;
  text-transform: uppercase;
  /* Large Devices, Wide Screens */
}
@media (max-width: 575px) {
  .course-card .text .course-title {
    font-size: 20px;
  }
}
.course-card .text p {
  color: #222;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  transition: all 0.3s ease-in-out;
}
.course-card:hover {
  background-color: var(--color-secondary);
}
.course-card:hover .course-title {
  color: #fff;
}
.course-card:hover p {
  color: #fff;
}
.course-card:hover .float-icon img {
  filter: brightness(0) saturate(100%) invert(24%) sepia(96%) saturate(5342%) hue-rotate(324deg) brightness(97%) contrast(88%);
}

.services {
  background-color: #f7eaf0;
}

.service-home {
  position: relative;
  z-index: 1;
}
.service-home::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(237, 38, 124, 0.1882352941);
  z-index: -1;
}

.ser-image {
  padding-right: 8%;
  /* Large Devices, Wide Screens */
}
@media (max-width: 991px) {
  .ser-image {
    margin-bottom: 5%;
    padding-right: 0;
  }
}
.ser-image img {
  height: 100%;
  border-radius: 16px;
  border: 2px solid #fff;
  border-bottom-width: 4px;
  /* Large Devices, Wide Screens */
}
@media (max-width: 575px) {
  .ser-image img {
    height: auto;
  }
}

.service-item {
  position: relative;
  padding-left: 76px;
  margin-bottom: 24px;
}
.service-item .icon {
  position: absolute;
  top: 0;
  left: 0;
  height: 60px;
  width: 60px;
  background-color: #fff;
  padding: 10px;
  border-radius: 10px;
}
.service-item .icon img {
  filter: brightness(0) saturate(100%) invert(24%) sepia(96%) saturate(5342%) hue-rotate(324deg) brightness(97%) contrast(88%);
}
.service-item .ser-title {
  font-size: 20px;
  font-weight: bold;
  color: #222;
  transition: all 0.3s ease-in-out;
  /* Large Devices, Wide Screens */
}
@media (max-width: 575px) {
  .service-item .ser-title {
    font-size: 18px;
  }
}
.service-item p {
  color: #444;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 2;
}
.service-item:hover .ser-title {
  color: var(--color-primary);
}
.service-item:hover img {
  filter: brightness(0) saturate(100%) invert(17%) sepia(38%) saturate(2161%) hue-rotate(304deg) brightness(89%) contrast(97%);
}

.service-page .service-item {
  background-color: #fff;
  padding: 16px 16px 16px 80px;
  border-radius: 16px;
  transition: all 0.3s ease-in-out;
}
.service-page .service-item .icon {
  height: 50px;
  width: 50px;
  top: 16px;
  left: 16px;
  padding: 0;
}
.service-page .service-item p {
  margin: 0;
}
.service-page .service-item:hover {
  transform: translateY(-10px);
}

.single-page .featured-icon img {
  width: 90px;
}

.test-card {
  border: 1px solid var(--color-primary);
  padding: 20px;
  height: auto;
  border-radius: 16px;
  border-bottom-width: 4px;
}
.test-card .rating {
  margin-bottom: 10px;
}
.test-card .rating i {
  color: #efb70a;
}
.test-card .image {
  margin-right: 16px;
}
.test-card .image img {
  height: 70px;
  width: 70px;
  max-width: 70px;
  border-radius: 50%;
  overflow: hidden;
  border: 4px solid #f7eaf0;
}
.test-card h3 {
  font-weight: bold;
  font-size: 22px;
  margin-bottom: 4px;
  color: var(--color-primary);
  /* Large Devices, Wide Screens */
}
@media (max-width: 575px) {
  .test-card h3 {
    font-size: 18px;
  }
}
.test-card span {
  font-weight: 600;
}
.test-card .review {
  margin-top: 1rem;
}
.test-card p {
  margin: 0;
  text-align: justify;
}

.blog-card {
  height: auto;
  background-color: #f7eaf0;
  border-radius: 16px;
  overflow: hidden;
}
.blog-card .image {
  overflow: hidden;
}
.blog-card .image img {
  width: 100%;
  height: 300px;
  /* Large Devices, Wide Screens */
}
@media (max-width: 575px) {
  .blog-card .image img {
    height: 240px;
  }
}
.blog-card .text {
  padding: 20px;
  /* Large Devices, Wide Screens */
}
@media (max-width: 575px) {
  .blog-card .text {
    padding: 1rem;
  }
}
.blog-card .text h2 {
  font-weight: bold;
  font-size: 22px;
  color: var(--color-primary);
  margin: 10px 0 10px;
  transition: all 0.3s ease-in-out;
  /* Large Devices, Wide Screens */
}
@media (max-width: 575px) {
  .blog-card .text h2 {
    font-size: 18px;
  }
}
.blog-card .text h2:hover {
  color: var(--color-secondary);
}
.blog-card .text p {
  color: #333;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 3;
}
.blog-card:hover img {
  transform: scale(1.1);
}

.publish {
  display: flex;
  flex-wrap: wrap;
}
.publish .date {
  margin-right: 16px;
}
.publish .date i {
  color: var(--color-secondary);
}
.publish i {
  color: #111;
}
.publish span {
  color: #333;
}

.lightSlider .swiper-button-next, .lightSlider .swiper-button-prev {
  height: 50px;
  width: 50px;
  border-radius: 50%;
  background-color: #fff;
  padding: 17px;
  color: #444;
  /* Large Devices, Wide Screens */
}
@media (max-width: 575px) {
  .lightSlider .swiper-button-next, .lightSlider .swiper-button-prev {
    height: 40px;
    width: 40px;
    padding: 12px;
  }
}

.gallerySlider .swiper-slide {
  height: auto;
}

.gal-image {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  height: 100%;
  z-index: 0;
}
.gal-image::before {
  content: "";
  position: absolute;
  left: 10px;
  bottom: 10px;
  height: 60px;
  width: 60px;
  border: 4px solid var(--color-secondary);
  border-top-color: transparent;
  border-right-color: transparent;
  z-index: 1;
  /* Large Devices, Wide Screens */
}
@media (max-width: 575px) {
  .gal-image::before {
    height: 40px;
    width: 40px;
    border-width: 2px;
  }
}
.gal-image img {
  height: 100%;
}
.gal-image i {
  position: absolute;
  top: 1rem;
  right: 1rem;
  height: 40px;
  line-height: 40px;
  width: 40px;
  border-radius: 50%;
  background-color: var(--color-third);
  border: 2px solid #fff;
  color: #fff;
  opacity: 0;
}
.gal-image:hover img {
  transform: scale(1.1);
}
.gal-image:hover i {
  opacity: 1;
}

.gal-row {
  /* Large Devices, Wide Screens */
}
@media (max-width: 575px) {
  .gal-row {
    margin: 0 -8px;
  }
}
.gal-row .gal-col {
  /* Large Devices, Wide Screens */
}
@media (max-width: 575px) {
  .gal-row .gal-col {
    padding: 0 8px;
  }
}

.page-id-124 .wp-block-column {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.page-id-124 img {
  border-radius: 10px;
}

:where(.wp-block-columns.is-layout-flex) {
  gap: 3em;
  /* Large Devices, Wide Screens */
}
@media (max-width: 575px) {
  :where(.wp-block-columns.is-layout-flex) {
    gap: 1rem;
  }
}

.team-card {
  text-align: center;
  background-color: #f7eaf0;
  overflow: hidden;
  border-radius: 10px;
  width: 100%;
}
.team-card .image img {
  width: 100%;
  height: 300px;
}
.team-card .text {
  padding: 1rem;
  border-top: 4px solid var(--color-secondary);
}
.team-card .text h2 {
  color: #222;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 4px;
  transition: all 0.3s ease-in-out;
}
.team-card .text h2:hover {
  color: var(--color-primary);
}
.team-card .text span {
  font-size: 18px;
  font-weight: 600;
  color: var(--color-secondary);
}

.mem-image {
  text-align: center;
}
.mem-image img {
  border-radius: 10px;
}
.mem-image h2 {
  color: #222;
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 4px;
  transition: all 0.3s ease-in-out;
  margin: 16px 0 4px;
}
.mem-image h2:hover {
  color: var(--color-primary);
}
.mem-image span {
  font-size: 18px;
  font-weight: 600;
  color: var(--color-secondary);
}

/* =====global css starts=====*/
html {
  scroll-behavior: smooth;
  counter-reset: section;
}

:root {
  --color-primary: #8c1c53;
  --color-secondary: #ed267c;
  --color-third: #ea191e;
  --font-primary: 'Marcellus', serif;
  --font-secondary: 'DM Sans', sans-serif;
  --font-highlight: "Great Vibes", cursive;
}

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  font-family: var(--font-secondary);
}

/* =====typography=====*/
a, i, button, img {
  transition: all 0.3s ease-in-out;
}

a, a:hover {
  text-decoration: none;
}

/* =====layout=====*/
img {
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.4s ease-in-out;
  max-width: 100%;
  height: auto;
}

.maincontainer {
  width: 86%;
  margin: 0 auto;
  max-width: 1600px;
}

#page {
  max-width: 2000px;
  margin: 0 auto;
}

.relative {
  position: relative;
}

.btn:focus, .btn-link, button:focus, .form-select:focus {
  box-shadow: none;
  outline: none;
  text-decoration: none;
}

button {
  background-color: unset;
  border: none;
}

.btn-link:hover {
  text-decoration: none;
}

.form-control:focus, button:focus, .slick-slide:focus, a:focus {
  box-shadow: none;
  outline: none;
}

.mt {
  margin-top: 24px;
  /* Large Devices, Wide Screens */
}
@media (max-width: 767px) {
  .mt {
    margin-top: 20px;
  }
}
.mt {
  /* Large Devices, Wide Screens */
}
@media (max-width: 575px) {
  .mt {
    margin-top: 16px;
  }
}

.mb {
  margin-bottom: 24px;
  /* Large Devices, Wide Screens */
}
@media (max-width: 767px) {
  .mb {
    margin-bottom: 20px;
  }
}
.mb {
  /* Large Devices, Wide Screens */
}
@media (max-width: 575px) {
  .mb {
    margin-bottom: 16px;
  }
}

.sp-tb {
  padding: 5% 0;
}

.sp-t {
  padding-top: 5%;
}

.sp-b {
  padding-bottom: 5%;
}

.btn-one {
  display: inline-block;
  padding: 10px 20px;
  background-color: var(--color-primary);
  color: #fff;
  font-weight: 500;
  font-family: var(--font-primary);
  transition: all 0.3s ease-in-out;
  border-radius: 4px;
}
.btn-one.lg {
  padding: 12px 24px;
  font-size: 18px;
  /* Large Devices, Wide Screens */
}
@media (max-width: 575px) {
  .btn-one.lg {
    font-size: 16px;
    padding: 8px 20px;
  }
}
.btn-one:hover {
  background-color: var(--color-secondary);
  color: #fff;
}
.btn-one.active {
  background-color: var(--color-secondary);
}
.btn-one.active:hover {
  background-color: var(--color-primary);
}

.entry-title {
  font-size: 32px;
  margin-bottom: 20px;
  font-weight: bold;
  border-left: 12px solid var(--color-secondary);
  padding-left: 10px;
  /* Large Devices, Wide Screens */
}
@media (max-width: 1300px) {
  .entry-title {
    font-size: 30px;
  }
}
.entry-title {
  /* Large Devices, Wide Screens */
}
@media (max-width: 991px) {
  .entry-title {
    font-size: 28px;
  }
}
.entry-title {
  /* Large Devices, Wide Screens */
}
@media (max-width: 767px) {
  .entry-title {
    font-size: 26px;
  }
}
.entry-title {
  /* Large Devices, Wide Screens */
}
@media (max-width: 575px) {
  .entry-title {
    margin-bottom: 16px;
    font-size: 22px;
  }
}

h1, h2, h3, h4, h5, h6 {
  font-family: var(--font-primary);
}

.entry-content {
  padding: 30px;
  border-radius: 20px;
  background-color: #f7eaf0;
  /* Large Devices, Wide Screens */
}
@media (max-width: 575px) {
  .entry-content {
    background-color: #fff;
    padding: 0;
  }
}
.entry-content h1, .entry-content h2:not(.entry-title), .entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6 {
  font-size: 22px;
  font-weight: 700;
  /* Large Devices, Wide Screens */
}
@media (max-width: 575px) {
  .entry-content h1, .entry-content h2:not(.entry-title), .entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6 {
    font-size: 18px;
  }
}
.entry-content p {
  text-align: justify;
}

.google-map {
  position: relative;
  width: 100%;
  height: 400px;
  margin-top: 5%;
  /* Large Devices, Wide Screens */
}
@media (max-width: 575px) {
  .google-map {
    height: 300px;
  }
}
.google-map iframe {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

form label {
  margin-bottom: 4px;
}
form input, form select {
  height: 44px !important;
}
form input, form select, form textarea {
  margin-bottom: 10px;
}
form textarea {
  height: 100px;
}
form input[type=submit] {
  display: inline-block;
  padding: 10px 20px;
  background-color: var(--color-primary);
  color: #fff;
  height: -moz-max-content;
  height: max-content;
  border: none;
  transition: all 0.3s ease-in-out;
}
form input[type=submit]:hover {
  background-color: var(--color-secondary);
  color: #fff;
}

section ul, header ul, footer ul {
  padding: 0;
  margin: 0;
}
section ul li, header ul li, footer ul li {
  list-style-type: none;
}

.section-heading span {
  font-family: var(--font-highlight);
  color: var(--color-secondary);
  font-size: 26px;
  /* Large Devices, Wide Screens */
}
@media (max-width: 1300px) {
  .section-heading span {
    font-size: 24px;
  }
}
.section-heading span {
  /* Large Devices, Wide Screens */
}
@media (max-width: 991px) {
  .section-heading span {
    font-size: 22px;
  }
}
.section-heading span {
  /* Large Devices, Wide Screens */
}
@media (max-width: 767px) {
  .section-heading span {
    font-size: 20px;
  }
}
.section-heading span {
  /* Large Devices, Wide Screens */
}
@media (max-width: 575px) {
  .section-heading span {
    font-size: 18px;
  }
}
.section-heading h2 {
  font-size: 36px;
  font-weight: bold;
  /* Large Devices, Wide Screens */
}
@media (max-width: 1300px) {
  .section-heading h2 {
    font-size: 32px;
  }
}
.section-heading h2 {
  /* Large Devices, Wide Screens */
}
@media (max-width: 991px) {
  .section-heading h2 {
    font-size: 28px;
  }
}
.section-heading h2 {
  /* Large Devices, Wide Screens */
}
@media (max-width: 767px) {
  .section-heading h2 {
    font-size: 26px;
  }
}
.section-heading h2 {
  /* Large Devices, Wide Screens */
}
@media (max-width: 575px) {
  .section-heading h2 {
    font-size: 22px;
  }
}/*# sourceMappingURL=main.css.map */