/*
Theme Name: flatsome Child
Theme URI: http://flatsome.uxthemes.com
Description: Multi-Purpose Responsive WooCommerce Theme
Author: UX-Themes
Author URI: https://uxthemes.com
Template: flatsome
Version: 3.19.5

Text Domain: flatsome
*/

@font-face {
  font-family: "HK-NOVA";
  src: url("./fonts/HKNova-Regular.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}

body, p, h1, h2, h3, h4 {
  font-family: "HK-NOVA" !important; 
}



.m-0 { margin: 0; }
.m-1 { margin: 0.5rem; }
.m-2 { margin: 1rem; }
.mt-0 { margin-top: 0; }
.mb-0 { margin-bottom: 0; }
.mb-1 { margin-bottom: 12px; }

.mx-auto { margin-left: auto; margin-right: auto; }

.p-0 { padding: 0; }
.pl-0 { padding-left: 0 !important;}
.pr-0 { padding-right: 0 !important;}


.p-0-5 { padding: 0.5rem; }
.p-1 { padding: 1rem; }
.p-2 { padding: 2rem; }

.pt-0 { padding-top: 0; }
.pb-0 { padding-bottom: 0; }
.px-2 { padding-left: 1rem; padding-right: 1rem; }

.header-social-icons i{
  font-size: 16px;
}
#header-contact{
  margin-right: 40px;
}

.container, .container-width, .full-width .ubermenu-nav, .row {
  max-width: 1200px;
}


.header-contact span{
  padding-left: 5px;
  font-size: 14px;
  color: #58595b;
  text-transform: none !important;
}

/* .banner{ */
.section-banenr {
  padding: 0 36px !important;
}
.banner-main-custome {
  border-radius: 26px;
  overflow: hidden;
}
 .text-box-count h3{ 
  font-size: 20px;
  color: #000;
  font-weight: 700;
  line-height: 1.5
 }














 .c-story-success{
  padding: 20px 30px;
  margin-bottom: 1rem;
  border-radius: 12px;
  max-height: max-content;
  height: 322px;
 }
 .c-story-success2{
	 padding-block: 12px 0px;
  padding-inline: 12px;
  border-radius: 12px;
  max-height: max-content;
 }

/* .c-story-success2 .testimonial-meta {
	display: none;
} */

.c-story-success2 .testimonial-text p {
	margin-bottom: 0px
}
 /* .slider-story-success .c-story-success2 .col-inner {
  display: unset !important;
;
} */
 .slider-story-success{
  border-radius: 16px;
  height: 100%;
  background-color: white;
 }
 .slider-story-success .c-story-success .col-inner{
  height: 100%;
  display: flex;
  align-items: center;
 }
 .c-student-felling{
  padding: 12px 30px;
 }
 .c-student-felling .col-inner{
  padding: 12px 20px;
  box-shadow: 0 3px 6px -4px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  border-radius: 12px;
  height: 100%;
 }
 .text-testiomtional p{
  font-style: 14px;
  line-height: 22px;
 }
 .row-story-success {
  background-color:rgb(255,239,193);
  margin-left: none;
  padding-left: none;
 }
 .row-story-success-blue{
  background-color:rgb(213,236,255);
  margin-left: none;
  padding-left: none;
 }
 .text-testimotion p{
  font-style: 16px;
  line-height: 26px;
 }
 .row-parent-feedback{
    padding: 20px;
    background-color:rgba(255, 240, 193, 0.256);

 }
 .row-parent-feedback-color{
  padding: 20px;
  background-color:rgba(213, 236, 255, 0.36);

 }
 .post-title.is-large {
  color: var(--primary-color);
 }
 .from_the_blog_excerpt{
  font-style: 14px !important;
  line-height: 23px;
  text-transform: none;
 }
 #footer a{
  color: white;
 }
 .nav-dropdown{
  padding: 0 ;  
 }

@media screen and (max-width: 549px) {
  .image-map img{
    height: 300px;
    /* padding-top: 320px;   */
  }
  .image-map .img-inner{
    /* height: 300px; */
    padding-top: 270px !important;  
  }
  .banner-main-custome .row{
    padding-left: 50px;
  }
  .banner-main-custome .banner-layers .text-box{
    padding-left: 30px;
  }

  .banner-main-custome {
    border-radius: 0px;
    overflow: hidden;
  }
  .banner-main-custome h2{
    line-height: 34px !important;
    font-size: 22px;
  }
  .section-banenr {
    padding: 0  !important;
  }

  h2{
    font-size: 24px;
    line-height: 26px;
  }
  .no-pr{
    padding: 0 !important;
  }
}
.philosophy img{
	border-radius:16px;
}
#box-contactt {
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  padding: 30px;
  max-width: 600px;
  margin: 50px auto;
}

#box-contactt .col-inner {
  background-color: #fff;
}

#box-contactt .wpcf7-form-control {
  width: 100%;
  padding: 12px;
  border: 1px solid #ddd;
  border-radius: 5px;
  font-size: 16px;
  transition: border-color 0.3s ease;
}

#box-contactt .wpcf7-form-control:focus {
  border-color: #007bff;
  outline: none;
}

#box-contactt .wpcf7-submit {
  background-color: var(--primary-color);
  color: #fff;
  border: none;
  border-radius: 5px;
/*   padding: 0px 12px !important; */
  font-size: 16px;
  cursor: pointer;
  transition: background-color 0.3s ease;
  padding: 0px;
  margin: 0;
}

#box-contactt .wpcf7-submit:hover {
  background-color: #0056b3;
}

#box-contactt .sbm-btn-ct {
  text-align: center;
  padding-bottom: 0px;
}

#box-contactt .wpcf7-spinner {
  display: none;
}
.col-cus{
	padding: 20px ;
}
.
.col-cus > .col-inner {
    padding: 20px !important;
}
.col-cus>.col-inner {
    padding: 20px;
    border-radius: 14px;
	box-shadow: 0px 7px 3px rgba(0, 0, 0, 0.3);
}
.icon-box-cus{
	display: flex
;
    align-items: center;
}
.feel-academy img{
	    border-radius: 100px;
    height: 178px;
}

.blog-post-inner .is-divider {
	display: none;
}