@font-face {
  font-family: proxima-nova-medium;
  src: url("../fonts/proxima-nova-medium.otf");
}
@font-face {
  font-family: proxima-nova-semibold;
  src: url("../fonts/proxima-nova-semibold.otf");
}
@font-face {
  font-family: proxima-nova-bold;
  src: url("../fonts/proxima-nova-bold.otf");
}

body{
  font-family: 'Inter', sans-serif !important;
  overflow-x: hidden;
  /* margin-top: 135px !important; */
  margin-bottom: 0px !important;
}

.text-orange{
  color: #e96920;
}
.text-navy{
  color: #0c374f;
}
.text-blue{
  color: #1870a2;
}
.text-sky{
  color: #2075bb;
}
.uppercase{
  text-transform: uppercase;
}
.capitalize{
  text-transform: capitalize;
}
.z-index-1{
  z-index: 1;
}
.centered_items{
  display: flex;
  align-items: center;
}
.sec-padd{
  padding: 80px 0px;
}
.sec-padd-small{
  padding: 40px 0px;
}
.btn-prim {
  background-color: #2075bb;
  padding: 10px 30px 10px 30px;
  border: 2px solid #2075bb;
  color: #fff;
  text-decoration: none;
  display: inline-block;
  border-radius: 50px;
  font-weight: bold;
}
.btn-prim:visited {
  color: #fff;
}
.btn-prim:hover {
  background-color: #fff;
  color: #2075bb;
}
.sec-padding{
  padding: 80px 0px;
}
/* 
**********************************
**********************************
******* Navbar Css ******** 
********************************** 
**********************************
*/
.fixed-top{
  background-color: #fff;
}
.nav-login{
  display: flex;
  align-items: center;
  margin-left: 20px;
  height: 50px;
}
.nav-login .btn-badge,
.nav-login .btn-login{
  display: flex;
  align-items: center;
  height: 100%;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  line-height: 1;
  white-space: nowrap;
  outline: 0;
  box-shadow: none;
}
.nav-login .btn-badge{
  position: relative;
  background-color: #48a15b;
  padding: 7px 15px 7px 25px;
  border: 2px solid #48a15b;
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
  overflow: hidden;
  z-index: 1;
  transition: 0.5s;
}
.nav-login .btn-login{
  position: relative;
  background-color: #2075bb;
  padding: 7px 25px 7px 15px;
  border: 2px solid #2075bb;
  border-left: 2px solid #1281a2;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
  overflow: hidden;
  z-index: 1;
  transition: 0.5s;
}

.nav-login .btn-badge .icon{
  width: 25px;
  margin-right: 5px;
}
.nav-login .btn-login .icon{
  width: 25px;
  margin-right: 8px;
}

.navbar-light .navbar-brand img {
  width: 140px;
}
/* Header Css End */

.main_banner img{
  width: 100%;
}

/***********************/
/**Video Section css End**/
/***********************/
.video_sec{
  /* padding: 60px 0px; */
}
.video_sec .video-container {
  position: relative;
  width: 100%;
/*   height: 100vh; */
	    height: 780px;
  overflow: hidden;
}
.video_sec video {
  position: absolute;
  /* top: 50%; */
  top: 60%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  transform: translate(-50%, -50%);
  z-index: -1;
  object-fit: cover;
}
.controls {
  position: absolute;
  bottom: 10px;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: rgba(0, 0, 0, 0.7);
  padding: 10px;
  border-radius: 5px;
}
.controls button, .controls input {
  background: none;
  border: none;
  color: white;
  font-size: 16px;
  cursor: pointer;
  margin: 0 5px;
}
.controls input[type="range"] {
  -webkit-appearance: none;
  appearance: none;
  background: #ddd;
  height: 5px;
  border-radius: 5px;
  cursor: pointer;
}
.controls input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 15px;
  height: 15px;
  background: #ff5722;
  border-radius: 50%;
}
.progress-container {
  flex: 1;
  margin: 0 10px;
}
.progress-container input[type="range"] {
  width: 100%;
}
.fullscreen {
  font-size: 20px;
}
/***********************/
/**Video Section css End**/
/***********************/

/**About Section Start**/
.about_sec .title{
  font-size: 44px;
  font-weight: bold;
  margin-bottom: 20px;
  color: #48a15b;
}
.about_sec .desc {
  font-size: 18px;
  margin-bottom: 20px;
}
.about_sec .img-box{
      text-align: center;
    box-shadow: 15px 15px 0px #48a15b;
    border-radius: 20px;
    width: 90%;
    margin: 0 auto;
    transition: 0.4s;
}
.about_sec .img-box img {
    width: 100%;
    border-radius: 20px;
    margin: 0 auto;
}
.about_sec .img-box:hover {
    box-shadow: -15px -15px 0px #48a15b;
}

/** Licence Sec Start **/
.licence_sec .slick-slide img {
  width: 180px;
}
.licence_sec .slick-track {
  display: flex;
  align-items: center;
}
.licence_sec .sec_desc {
  font-size: 22px;
  text-transform: uppercase;
  font-weight: bold;
  text-align: center;
  margin-bottom: 60px;
}
.licence_sec .slick-dots li button{
  background: #2075bb;
}
.licence_sec .slick-dots li.slick-active button {
  background: #48a15b;
}
.licence_sec .slick-dots{
  bottom: -40px !important;
}
.licence_slider {
  display: table;
  width: 100%;
  display: flex;
  align-items: center;
}
/** Licence Sec End **/

/** Student Cta Section **/
.cta_with_student_sec {
    padding: 80px 0px 0px;
    background: #ffffff;
}
.cta_with_student_sec .cta_content_box {
    text-align: center;
}
.cta_with_student_sec .cta_content_box .btn-prim {
    font-size: 30px;
    padding: 20px 60px;
}
.cta_with_student_sec .cta_content_box .cta_nuber {
    font-size: 20px;
    font-weight: bold;
    color: #404040;
    text-align: center;
    margin-top: 10px;
}
.cta_with_student_sec .cta_content_box .cta_nuber a {
    color: #4aa65b;
    text-decoration: none;
}
.cta_with_student_sec .cta_content_box .cta_nuber a:hover {
    color: #2075bb;
}
.cta_with_student_sec .cta_content_box .box_title {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 15px;
}
/** Reviews Section **/

.reviews-section {
  background: linear-gradient(90deg, #48a15b 0%, #2075bb 101.04%);
  padding: 80px 0px;
}
.reviews-section .reviews-slider{

  padding-top: 50px;

  margin-bottom: 40px;

}



.reviews-section .sec_title {

  font-size: 26px;

  font-family: lato-bold;

  color: #fff;

  line-height: 2;

  margin-bottom: 20px;

  text-transform: capitalize;

}

.reviews-section .sec_desc {

  margin-bottom: 0px;

  color: #fff;

  font-size: 16px;

}

.reviews-section .review-box {

  background: #FBFBFB;

  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.05);

  border-radius: 16px;

  padding: 80px 40px 40px 40px;

  text-align: center;

  position: relative;

  margin: 80px 15px 15px 15px;

  height: 370px;

}

.reviews-section .review-box .img_box {

  position: absolute;

  top: -50%;

  transform: translate(0px, 80%);

  left: 0;

  right: 0;

}

.reviews-section .review-box .title {

  color: #00BFC8;

  font-weight: 700;

  font-size: 20px;

  line-height: 24px;

  margin-top: 10px;


}

.reviews-section .review-box .desc {

  font-size: 18px;

  color: #8B8B92;

  line-height: 28px;

  font-family: lato-regular;

  display: -webkit-box;
  max-width: 100%;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;

}

.reviews-section .review-box .star_rating{

  margin-bottom: 5px;

}

.reviews-section .review-box .fa-star:before{

  color: #f48401;

  font-size: 20px;

}

.reviews-section button.slick-prev.slick-arrow {

  background-image: url(../images/icons/arrow-right.png);

  background-position: center;

  background-repeat: no-repeat;

  height: 30px;

  width: 50px;

  position: absolute;

  /* bottom: -88px; */

  bottom: -75px;

  left: 96%;

  background-color: transparent;

  border: none;

  color: transparent;

}

.reviews-section button.slick-next.slick-arrow {

  background-image: url(../images/icons/arrow-left.png);

  background-position: center;

  background-repeat: no-repeat;

  height: 30px;

  width: 50px;

  position: absolute;

  /* bottom: -88px; */

  bottom: -75px;

  left: 91%;

  z-index: 999;

  background-color: transparent;

  border: none;

  color: transparent;

}

.reviews-section .review-box .img_box img {

  width: 136px;

  height: 136px;

  object-fit: cover;

  border-radius: 50%;

  border: 2px solid #78dce0;

}
.reviews-section .title {
  color: #fff;
  font-size: 60px;
  font-weight: bold;
  text-align: center;
}

.reviews-section .slick-dots li button{
  background: #48a15b;
}
.reviews-section .slick-dots li.slick-active button{
  background: #fff;
}
.reviews-section .desc {
  display: -webkit-box;
  -webkit-line-clamp: 5; /* Limit to 5 lines */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.6; /* Adjust line height as needed */
  max-height: calc(1.6em * 5); /* Adjust to fit exactly 5 lines */
}
/* Start Footer Section */

.section-footer{
  position: relative;
  padding: 60px 0 80px;
  background-color: #d5dbe0;
}
.section-footer::before{
  content:"";
  background-image: -moz-linear-gradient(180deg, rgb(72 161 91) 0%, rgb(32 117 187) 72%);
  background-image: -webkit-linear-gradient(180deg, rgb(72 161 91) 0%, rgb(32 117 187) 72%);
  background-image: -ms-linear-gradient(180deg, rgb(72 161 91) 0%, rgb(32 117 187) 72%);
  position: absolute;
  left: 0px;
  top: 0;
  width: 100%;
  height: 6px;
}

.section-footer .first .footer-logo{
  display: block;
  margin-bottom: 45px;
  width: 160px;
}

.section-footer .first .footer-logo img{
  /* max-width: 230px; */
  width:100%;
}
.section-footer .first .address{
  font-weight: 600;
  font-size: 16px;
  color: #6f7478;
  line-height: 1.2;
  text-transform: uppercase;
}
.section-footer .footer-links{
  padding-left: 0;
  list-style-type: none;
  margin-bottom: 0;
}
.section-footer .footer-links li{
  margin-bottom: 30px;
  line-height: 1;
}
.section-footer .footer-links li:last-child{
  margin-bottom: 0;
}
.section-footer .footer-links li a{
  position: relative;
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  color: #6f7478;
  line-height: 1;
  text-transform: uppercase;
  text-decoration: none;
}
.section-footer .footer-links li a::after {
  display: block;
  content: '';
  position: absolute;
  left: 0;
  bottom: -5px;
  height: 3px;
  width: 100%;
  background: #2075bb;
  transform: scaleX(0);
  transition: transform 250ms ease-in-out;
}
.section-footer .footer-links li a:hover:after {
  transform: scaleX(1);
}
.section-footer .forth .contact-info{
  display: flex;
  align-items: flex-start;
  margin-bottom: 10px;
}
.section-footer .forth .contact-info .phone-numb{
  display: block;
  font-size: 24px;
  font-weight: 600;
  color: #6f7478;
  line-height: 1;
  text-transform: uppercase;
  text-decoration: none;
  margin-bottom: 5px;
}
.section-footer .forth .contact-info .timings{
  font-size: 16px;
  font-weight: 600;
  color: #6f7478;
  line-height: 1;
  text-transform: uppercase;
}
.section-footer .forth .email-info{
  display: flex;
  align-items: center;
  margin-bottom: 25px;
}
.section-footer .forth .email-info .email{
  display: block;
  font-size: 16px;
  font-weight: 600;
  color: #6f7478;
  line-height: 1;
  text-transform: uppercase;
  text-decoration: none;
}
.section-footer .forth .contact-info .icon,
.section-footer .forth .email-info .icon{
  display: flex;
  align-items: center;
  justify-content: center;
  height: 32px;
  min-width: 32px;
  line-height: 32px;
  background-color: transparent;
  color: #48a15b;
  border: 2px solid #48a15b;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  margin-right: 12px;
  cursor: pointer;
  transition: all 0.2s;
}
.section-footer .forth .contact-info:hover .icon,
.section-footer .forth .email-info:hover .icon,
.section-footer .forth .social-icons .item:hover{
  background-color: #2075bb;
  color: #fff;
  border: 2px solid #2075bb;
}
.section-footer .forth .social-icons{
  display: flex;
  align-items: center;
}
.section-footer .forth .social-icons .item{
  display: flex;
  align-items: center;
  justify-content: center;
  height: 32px;
  min-width: 32px;
  line-height: 32px;
  background-color: transparent;
  color: #48a15b;
  border: 2px solid #48a15b;
  border-radius:50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  margin-right: 10px;
  cursor: pointer;
  transition: all 0.2s;
}
/* End Footer Section */

.back-to-top{
  position: fixed;
  bottom: 20px;
  right: 20px;
  background-color: rgb(32 117 187);
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  height: 40px;
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  z-index: 999;
}
.back-to-top i{
  font-size: 20px;
  color: #fff;
}
/**Single Post**/
/* Ensure the featured image spans the full width */
.full-width-image {
  width: 100%;
  height: auto;
  object-fit: cover; /* Ensures the image covers the full area */
}

/* Optional styling for the content */
.post-content-section h1 {
  font-size: 36px;
  margin-bottom: 20px;
  font-weight: bold;
}

.post-content-section .post-description {
  font-size: 18px;
  line-height: 1.6;
}
.inner-banner{
  background-size: cover;
  background-position: center;
  height: 500px;
  background-attachment: fixed;
  display: flex;
  align-items: center;
  justify-content: center;
  background-blend-mode: overlay;
  background-color: #00000042;
}
.inner-banner .banner-title {
  text-align: center;
  width: 90%;
  margin: 0 auto;
  font-size: 40px;
  line-height: 54px;
  font-weight: bold;
  color: #fff;
  text-shadow: 0px 0px 15px #0000009c;
}
/** Blog Page Css */
.blog-banner {
  padding: 20px;
  text-align: center;
  color: white;
}

.post-box {
  background-color: white;
  transition: transform 0.3s;
	padding-bottom: 50px !important;
	    position: relative;
}

.post-box:hover {
  transform: translateY(-5px);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
}
.post-box .btn-prim {
  display: inline-block; /* Makes the button inline */
  margin-top: 15px; /* Adds space above the button */
  background-color: #2075bb;
  padding: 7px 30px 7px 30px;
  border: 2px solid #2075bb;
  border-left: 2px solid #1281a2;
  color: #fff;
	    border-radius: 0;
    position: absolute;
    right: 0;
    bottom: 0;
}

.post-box .btn-prim:hover {
  background-color: #48a15b; 
  color:#fff;
  border-color:#48a15b;
}
.post-image {
  background: #f4f4f4;
  height: 200px;
	overflow: hidden;
	transition: 0.4s;

}
.post-image img {
     width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.4s;
}
.post-image:hover img {
    transform: scale(1.5);
    transition: 0.4s;
}
 .post-box .post-box-content .post-desc {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
	    color: #777;
    font-size: 14px;
}
 .post-box .post-box-content .post-box-title{
	font-size: 20px; 
	margin: 15px 0; 
	color: #333;
	display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
 .post-box .post-box-content .post-box-title a{
	text-decoration: none; 
	color: #333;	
}

/**About */
.about-column img {
  width: 100%;
}
/** Contact Page Css Start **/
.contact_content_area .contact_box {
    box-shadow: 0px 0px 18px #dddddd45;
    padding: 50px;
    border-radius: 12px;
}
.contact_content_area .contact_box input, .contact_content_area .contact_box textarea {
  padding: 10px;
  width: 100%;
  border: 2px solid #ddd;
}
.contact_content_area .contact_box input.wpcf7-form-control.wpcf7-submit {
  padding: 15px;
  background: #2075bb;
  color: #ffffff;
  border: 2px solid #2075bb;
  font-size: 20px;
  margin-bottom: 0px;
  transition: 0.4s;
}
.contact_content_area .contact_box input.wpcf7-form-control.wpcf7-submit:hover {
  background: #48a15b;
  border-color: #48a15b;
}
.contact_content_area .contact_box span.wpcf7-spinner {
  position: absolute;
}
/** Contact Page Css End **/
/**Faqs Page**/
.home-faqs .title {
  font-size: 44px;
  font-weight: bold;
  margin-bottom: 20px;
  color: #48a15b;
  text-align: center;
}
.faq-accordion {
  border-radius: 4px;
  margin-top: 20px;
}
.faq-item {
  border: 1px solid #ddd;
  padding: 25px;
  display: block;
  margin-bottom: 15px;
  border-radius: 4px;
  box-shadow: 0px 0px 15px #dddddd61;
}
.faq-title {
  cursor: pointer;
  font-weight: bold;
  margin: 0;
  font-size: 24px;
}
.faq-title.active {
  color: #0073aa; /* Change color when active */
}
.faq-content {
  padding: 10px 0px;
  display: none; /* Default hidden */
}
.faq-content p {
  font-size: 18px;
}
.full_banners_sec .title{
  font-size: 44px;
  font-weight: bold;
  margin-bottom: 20px;
  color: #48a15b;
  text-align: center;
  margin-bottom: 40px;
}
/** Who We Are Start*/
.wwa-section .desc{
  font-size: 20px;
}
/** Who We Are End*/
figcaption#caption-attachment-139 {
  display: none;
}
footer.entry-footer {
  display: none;
}
.wp-caption{
  margin:0px;
}
.post, .page{
  margin:0px;
}
h1.entry-title {
  display: none;
}
.page-content, .entry-content, .entry-summary{
  margin:0px;
}
.back-to-top{
	display:none !important;
}
.tutor-wrap {
    padding: 60px 0;
}
.tutor-course-spotlight-wrapper {
    display: none;
}
.top__bar{
	padding:10px 0px;
	    background: #48a15b;
}
.top__bar .social-icons {
    display: flex;
}
.top__bar .social-icons .item a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 32px;
    min-width: 32px;
    line-height: 32px;
    background-color: transparent;
    color: #fff;
    border: 2px solid #fff;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    margin-right: 10px;
    cursor: pointer;
    transition: all 0.2s;
    float: left;
	text-decoration:none;
}
.custom_hijama_points ul {
    -moz-column-count: 4;
    -moz-column-gap: 20px;
    -webkit-column-count: 4;
    -webkit-column-gap: 20px;
    column-count: 4;
    column-gap: 20px;
    width: 1280px;
    position: absolute !important;
    left: -910px !important;
    padding: 15px !important;
}
.custom_hijama_points ul li a {
    font-size: 14px !important;
	        white-space: normal;
        word-wrap: break-word;
}