/**
* Theme Name: Lebuild Child
* Description: This is a child theme of Lebuild, generated by Merlin WP.
* Author: <a href="https://themeforest.net/user/template_path">template_path</a>
* Template: lebuild
* Version: 2.0.0
*/





/* New style updates */

/* Home page */
.breadcrumb-area .title h2{letter-spacing: 6px;}
body,
.about-style3-content-box .inner-content ul li,
.eael-advance-tabs .eael-tabs-nav>ul li .eael-tab-title,
.sec-title h2 {
  font-family: 'Open Sans', sans-serif !important;
}
p{margin-bottom: 0;}
p:has(+ *) {margin-bottom: 20px;}
.sec-title h2 {
  font-weight: 600 !important;
}

.service-style2_top_box {
  align-items: center !important;
}

.single-service-style2:hover {
  box-shadow: 0px 15px 27px 3px #39318580 !important;
}

.about-style3-area.one {
  background-color: #F3F3F4;
}

.about-style3-content-box {
  padding-left: 15px !important;
}

.about-style3-content-box .inner-content ul {
  padding: 0 !important;
  background-color: transparent !important;
}

.why-choose-us-section h2 {
  text-transform: initial;
}

.why-choose-us-section .about-style3-content-box .inner-content ul li span {
  display: block;
}

.why-choose-us-section .about-style3-content-box .inner-content ul li {
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 15px;
  position: relative;
  padding-left: 30px;
  text-transform: inherit;
}

.why-choose-us-section .about-style3-content-box .inner-content ul li:after {
  content: '';
  width: 20px;
  height: 20px;
  background-image: url('/wp-content/themes/lebuild/assets/images/check-mark.png');
  background-position: center;
  background-size: 15px;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 0;
}

.single-service-style2 {
  height: 100%;
}

.why-choose-us-section {
  background-position: right center;
  background-repeat: no-repeat;
  padding: 0;
  background-size: contain;
}

.why-choose-us-section .about-style3-content-box .inner-content ul li {
  padding-left: 30px;
}

.partner-area .partner-box.partner-carousel {
  margin: 0;
}

.keyword-search .sidebar-content-box {
  max-width: inherit;
  margin: 0 !important;
}

.keyword-search {
  padding: 0;
}

.team-style1-area.three {
  margin-top: 0 !important;
}

.image-title-card h3 {
  color: #fff !important;
  font-size: 18px;
  line-height: 28px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
  margin: 0 auto;
  /* 	background-color:#393185c4 !important; */
  font-weight: 500 !important;
  letter-spacing: 0.05em;
  padding: 5px 0;
  transition: background-color 0.2s ease-in-out;
}

.image-title-card .elementor-image-box-wrapper:hover h3 {
  color: #fff !important;
}

.image-title-card .elementor-image-box-wrapper:hover h3 a,
.image-title-card h3 a:hover {
  color: #fff !important;
}

.image-title-card h3 a:hover {
  text-decoration: none;
}

.image-title-card figure {
  margin-bottom: 0 !important;
  width: 100% !important;
}

.image-title-card figure img {
  width: 100%;
}

.image-title-card .elementor-image-box-wrapper {
  position: relative;
}

.image-title-card .elementor-image-box-wrapper figure a {
  display: block;
}

.image-title-card .elementor-image-box-wrapper:hover {
  cursor: pointer;
}

.image-title-card .elementor-image-box-wrapper:after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  background: linear-gradient(to bottom, transparent 0%, #393185c4 100%);
}

.image-title-card .elementor-image-box-wrapper:before {
  content: '';
  display: block;
  width: 100%;
  height: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  background: linear-gradient(to bottom, transparent 0%, #e31e24d1 100%);
  transition: height 0.5s ease-out;
}

.image-title-card .elementor-image-box-wrapper:hover::after {
  display: none;
}

.image-title-card .elementor-image-box-wrapper:hover::before {
  height: 100%;
}

.qualification-listing-section .e-con-inner {
  padding: 0 15px 80px 15px;
}


.quick-link-right-bar ul {
  position: fixed;
  right: 0;
  top: 300px;
  z-index: 20;
}

.quick-link-right-bar ul li {
  display: flex;
  align-items: center;
  transition: transform 0.3s ease;
  transform: translateX(140px);
  padding-right: 10px;
  position: absolute;
  right: 0;
  white-space: nowrap;
  overflow: hidden;
  width: 180px;
  height: 40px;
}

.quick-link-right-bar ul li:hover {
  transform: translateX(0);
  z-index: 10;
  cursor: pointer;
  border-bottom: 1px solid #fff;
}

.quick-link-right-bar ul li {
  background-color: #fff;
  border: 1px solid #fff;
  border-bottom: 0;
  font-size: 14px !important;
  color: #E31E24 !important;
}

.quick-link-right-bar ul li span {
  color: #E31E24 !important;
}

.quick-link-right-bar ul li a {
  display: flex;
  height: 100%;
}

.quick-link-right-bar ul li:last-child {
  border-bottom: 1px solid #fff;
}

.quick-link-right-bar ul li span.elementor-icon-list-icon {
  padding: 5px 8px;
  height: 100%;
  justify-content: center;
  text-align: center;
  align-items: center;
  background: #E31E24;
  background: linear-gradient(219deg, rgba(227, 30, 36, 0.97) 0%, rgba(153, 20, 24, 0.87) 100%);

}

.quick-link-right-bar ul li span.elementor-icon-list-icon svg {
  margin: 0 !important;
  fill: #fff;
  width: 20px;
  height: 20px;
}

.mission-vision-section {
  padding: 0;
  min-height: 350px;
}

.mission-vision-section .elementor-widget-container {
  height: 85vh !important;
}

.mission-vision-section .e-con-inner {
  padding: 60px 15px;
}

.mission-vision-section .eael-advance-tabs .eael-tabs-nav>ul li {
  flex: initial;
  border-radius: 30px;
  justify-content: center;
  transition: all 0.2s ease-in-out;
}

.mission-vision-section .eael-advance-tabs.eael-tabs-vertical>.eael-tabs-nav>ul {
  height: 100%;
  justify-content: center;
  width: 70%;
  margin: 0 auto;
  gap: 20px;
}

.mission-vision-section .eael-advance-tabs .eael-tabs-nav>ul li.active:after {
  display: none;
}

.mission-vision-section .eael-tabs-nav {
  width: 35%;
}

.mission-vision-section .eael-tabs-content {
  padding: 40px;
}

.mission-vision-section .eael-tabs-content {
  background-color: #393185;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

.mission-vision-section .eael-tabs-content p,
.mission-vision-section .eael-tabs-content ul li {
  color: #fff;
}

.mission-vision-section .eael-tabs-content ul li {
  position: relative;
  padding-left: 25px;
  margin-bottom: 15px;
}

.mission-vision-section .eael-tabs-content ul li:after {
  content: '';
  width: 10px;
  height: 2px;
  display: block;
  border-bottom: 2px solid #fff;
  position: absolute;
  left: 0;
  top: 12px;
}

.mission-vision-section .elementor-widget-eael-adv-tabs,
.mission-vision-section .eael-advance-tabs.eael-tabs-vertical {
  height: 100%;
}

.mission-vision-section .eael-advance-tabs .eael-tabs-nav>ul li.active,
.mission-vision-section .eael-advance-tabs .eael-tabs-nav>ul li:hover {
  background-color: #393185 !important;
}

.service-style2_top_box .text_box .bottom p {
  text-align: justify;
}

.our-sectors-served .eael-image-accordion-hover.eael-image-accordion-item {
  z-index: 999;
}

.our-sectors p {
  width: 80%;
  margin: 0 auto;
  margin-bottom: 15px;
}

.about-style3-img-box {
  margin-right: -150px;
}

.reach-our-center {
  padding: 0 !important;
}

.reach-our-center .elementor-widget-container {
  display: flex;
  height: 350px !important;
  align-items: start;
  flex-direction: column;
  justify-content: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.reach-our-center .join-inner-block {
  height: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  background-image: linear-gradient(-45deg, rgb(173 173 220 / 61%) 0, rgb(16 22 110) 100%);
  width: 100%;
  gap: 40px;
}

.reach-our-center .join-inner-block h3 {
  position: relative;
  color: #fff;
  font-size: 22px;
  line-height: 32px;
}

.reach-our-center .join-inner-block a {
  position: relative;
  padding: 10px 50px;
  background-color: #fff;
  border-radius: 30px;
  color: #000;
  transition: all 0.2s ease-in-out;
}

.reach-our-center .join-inner-block a:hover {
  background-color: #E31E24;
  color: #fff !important;
  text-decoration: none;
}

.contact-details-section .single-info-box {
  display: block;
}

.contact-details-section .contact-info-area {
  padding-top: 0;
}

.breadcrumb-menu ul li {
  color: #fff !important;
}

.breadcrumb-menu ul li a:hover {
  color: #fff !important;
  text-decoration: none;
}

.btn-one {
  background-color: #393185;
}

.btn-one .txt i.arrow1::after {
  background-color: #fff !important;
}

.btn-one:before,
.btn-one.style2:before {
  background-color: #E31E24 !important;
}

.btn-one.style2:hover {
  text-decoration: none !important;
  color: #fff !important;
}

.btn-one.style2 span.txt i:after,
.btn-one span.txt i:after {
  display: none;
}

.btn-one.style2:hover span.txt,
.btn-one:hover span.txt,
.btn-one.style2:focus span.txt,
.btn-one:focus span.txt {
  color: #fff !important;
}


/* Search Section */

.single-sidebar_search_box h3,
.single-sidebar_search_box .sidebar-search-box {
  padding: 0;
}

/* Header style */

.header-left .logo img {
  width: 180px;
}

.sticky-header .logo img {
  width: 160px;
}

.header-contact-info-two {
  padding: 10px 0;
}

.header-contact-info-two ul {
  margin: 0;
}

.header-contact-info-two ul li {
  font-size: 12px;
}

.header-right {
  padding: 24px 0 24px;
}

.header-contact-info2 ul,
.main-menu .navigation {
  margin: 0;
}

.main-menu .navigation>li {
  margin-right: 25px !important;
}

.main-menu .navigation>li>a {
  font-size: 14px !important;
}

.main-menu .navigation>li.dropdown>a:hover,
.main-menu .navigation>li>a:hover,
.main-menu .navigation>li>ul>li>a:hover,
.main-menu .navigation>li.current>a {
  color: #E31E24 !important;
}

.main-menu .navigation>li>ul>li>a:before {
  background-color: #E31E24 !important;
  background: #E31E24 !important;
}

header .header-top-style3_right .header-social-link-1 {
  padding: 10px 0;
}

.main-menu .navigation>li:hover>a {
  color: #E31E24 !important;
}

header .header-top-style3_right .header-social-link-1 ul {
  margin: 0;
}

header .header-top-style3_right .header-social-link-1 ul li a {
  height: 24px;
  width: 24px;
  line-height: 22px;
}

header .header-top-style3_right .header-social-link-1 ul li a span {
  font-size: 12px;
}

header.fixed-header .main-menu .navigation>li>a {
  font-size: 12px;
}

header .header-bottom_right__btn_style2 a {
  background-color: #E31E24 !important;
  color: #fff !important;
  transition: all 0.2s ease-in-out;
}

header .header-bottom_right__btn_style2 a:hover {
  background-color: #fff !important;
  color: #E31E24 !important;
}

header .header-bottom_right__btn_style2 a span {
  display: none;
}

header.fixed-header .sticky-header .main-menu .navigation>li {
  margin-right: 25px;
}

.main-menu .navigation>li.current_page_ancestor>a,
.main-menu .navigation>li ul li.current-menu-item.active a {
  color: #E31E24 !important;
}

.main-menu .navigation>li:hover>a,
.outer-search-box-style1 .seach-toggle:hover {
  color: #E31E24 !important;
}

.header-top-style3,
.header-bottom {
  background: #393185 !important;
}

.header-contact-info-two ul li a:hover {
  color: #E31E24 !important;
}

.icon .clr1 {
  color: #E31E24 !important;
}

.main-header .header-top-style3 .social-link li a:before {
  background: #fff !important;
  background-color: #fff !important;
}

.main-header .header-top-style3 .social-link li:hover span {
  color: #E31E24 !important;
}

.main-header .header-contact-info2 ul li:hover .icon span:before {
  color: #393185 !important;
}

.outer-search-box-style1 .seach-toggle.active {
  color: #E31E24 !important;
}

.contact-form form .contact-address-area {
  height: 80px;
}

.main-menu .navigation>li.dropdown>a:before {
  top: 52%;
  transform: translateY(-50%);
}

.main-menu .navigation>li>ul.submenu>li>a {
  font-size: 12px !important;
}

.outer-search-box-style1 .search-box {
  display: none !important;
}


/* Contact */

.contact-form form select {
  position: relative;
  display: block;
  background: transparent;
  width: 100%;
  height: 45px;
  border: 1px solid #dcdcde;
  color: #777777;
  font-size: 13px;
  font-weight: 400;
  font-style: normal;
  padding-left: 15px;
  padding-right: 25px;
  transition: all 500ms ease;
  font-family: 'Open Sans', sans-serif;
   appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none; 
  box-shadow: none !important;
  background: url(/wp-content/uploads/2025/10/down-arrow-light.png) no-repeat;
  background-position: 97% center;
  background-size: 13px;
}

.contact-form form select option {
  box-shadow: none !important;
  background-color: white;
  color: black;
}

.contact-address-block {
  padding: 30px;
  background-color: #fff;
}

.contact-address-block p a {
  color: #525252;
}

.contact-address-block p a:hover {
  color: #393185;
}

/* About page*/
.about-section-one .sec-title h2 {
  text-transform: initial;
}

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

.about-section-one .about-style2-content-box .inner-content ul {
  background: #39318566 !important;
  background-color: #393185e8 !important;
}

.about-section-one .about-style2-content-box .inner-content ul li {
  color: #fff;
  font-weight: 600;
  font-size: 16px;
  font-family: 'Open Sans', sans-serif !important;
}

.about-section-one .about-style2-content-box .inner-content ul li span {
  font-weight: 800;
}

.about-section-two .service-style2-area {
  padding-top: 30px;
}

.blog-standard-area ul li {
  color: #525252 !important;
}

.blog-standard-area ul li a,
.blog-standard-area p a {
  font-weight: 600;
  color: #525252;
}

a:hover {
  text-decoration: none !important;
  color: #393185 !important;
}

.why-choose-us-about-page .about-style3-area.one {
  background-color: #fff;
}

/* Our team */

.our-team-section .single-team-item:hover .social-icon ul {
  background: #E31E24 !important;
  background: linear-gradient(219deg, rgba(227, 30, 36, 0.97) 0%, rgba(153, 20, 24, 0.87) 100%) !important;
}

.our-sectors-served .eael-image-accordion-hover.eael-image-accordion-item {
  z-index: 99 !important;
}

/* footer top accrediations slider */
.single-partner-logo-box:hover:before {
  opacity: 0 !important;
}

.single-partner-logo-box:hover .overlay,
.single-partner-logo-box:before {
  display: none !important;
}

.partner-box.partner-carousel .owl-item img {
  width: 80%;
  padding: 20px;
  margin: 0 auto;
}
.breadcrumb-area .title h2{margin: 0;}

/* Footer */
.footer-section .elementor-container {
  padding: 0 15px;
}
.footer-section .footer{padding: 70px 0 50px;}
.single-footer-widget .our-company-info .text-box p,.footer-widget-links1 li a{color: #fff;}
.footer-section,
.partner-area::after {
  background-color: #393185 !important;
}

.footer-section .footer-logo img {
  width: 150px;
}

.footer-bottom {
  background-color: #1a1454 !important;
}

.footer-area,
.footer-section .elementor-background-overlay,
.footer-section .footer-area,
.footer-section .elementor-widget-container {
  background: transparent !important;
}

.footer-bottom .copyright-text p {
  color: #fff;
}

.footer-widget-links1 li a:hover {
  color: #E31E24 !important;
}

.footer-social-links ul li a:hover {
  background: #E31E24 !important;
  background: linear-gradient(219deg, rgba(227, 30, 36, 0.97) 0%, rgba(153, 20, 24, 0.87) 100%) !important;
}
.single-footer-widget .title{margin-left: 0 !important;}
/* Mission vision*/

.mission-vision-section {
  display: none !important;
}

.visson-mission-style2-section .single-service-style1 {
  flex-direction: column;
}

.visson-mission-style2-section .single-service-style1 h3,
.visson-mission-style2-section .single-service-style1 p {
  text-align: center;
}

.visson-mission-style2-section .single-service-style1 .icon-holder {
  width: 100%;
  text-align: center;
  margin-bottom: 15px;
}

.visson-mission-style2-section .single-service-style1 .text-holder {
  padding-left: 0;
}

.visson-mission-style2-section .single-service-style1 .text-holder p {
  width: 100%;
  margin: 0 auto;
}

.visson-mission-style2-section .single-service-style1 .text-holder a.read-more {
  display: block;
  margin-top: 20px;
  font-weight: 600;
  color: #11161e;
}

.visson-mission-style2-section ul li {
  position: relative;
  padding-left: 25px;
  margin-bottom: 15px;
}

.visson-mission-style2-section ul li:after {
  content: '';
  width: 10px;
  height: 2px;
  display: block;
  border-bottom: 2px solid #fff;
  position: absolute;
  left: 0;
  top: 12px;
}

.common-page-section h3 {
  color: #212529;
  line-height: 40px !important;
}

.common-page-section p {
  color: #212529;
}

.common-page-section ul {
  display: flex;
  gap: 15px;
  flex-direction: column;
}

.common-page-section ul li {
  color: #212529;
  position: relative;
  padding-left: 35px;
}

.common-page-section ul li:after {
  position: absolute;
  content: '';
  width: 20px;
  height: 20px;
  top: 5px;
  left: 0;
  background-image: url(/wp-content/themes/lebuild/assets/images/check-mark.png);
  background-position: center;
  background-size: 15px;
  background-repeat: no-repeat;
  display: block;
}


/* Learners page */
.faq-right-style {
  display: none;
}

.faq-right-style .elementor-column-gap-default>.elementor-column>.elementor-element-populated {
  padding: 0 !important;
}

.faq-right-style .faq-style1-content p strong {
  display: block;
  margin-top: 15px;
}

.faq-right-style .faq-style1-area.pad120-0 {
  padding-bottom: 80px;
}

.certificates-data-slider .single-testimonial-style1 .text-holder h3 {
  font-size: 22px;
  line-height: 36px;
}

.certificates-data-slider .single-testimonial-style1 .text-holder {
  max-width: max-content;
  flex-direction: column-reverse;
  gap: 30px;
  display: flex;
}

.certificates-data-slider .owl-nav-style-one.owl-theme .owl-nav [class*="owl-"]:hover {
  border: 1px solid #e31e24;
  background-color: #e31e24;
}

.certificates-data-slider .testimonial-style1-content .quote-icon {
  display: none;
}


/* Employer page*/
.employer-section1 .service-details-area {
  padding: 100px 0 20px 0;
}

.employer-section2 .about-style2-area {
  padding-bottom: 80px !important;
}

.employer-section2 .about-style2-content-box .text-holder {
  padding-top: 80px;
}

.employer-section2 .about-style2-content-box .img-box .main_image {
  padding-top: 180px;
}

.employer-section2 .about-style2-content-box .sec-title {
  padding-bottom: 5px;
}

.employer-section2 .bgclr1 {
  display: none !important;
}

.employer-section2 .about-style2-content-box .img-box {
  max-width: 500px;
}

.employer-section2 .about-style2-content-box .text-holder {
  max-width: 500px;
}

.employer-section2 .about-style2-content-box .inner-content p a {
  color: #393185 !important;
  font-weight: 500;
}

.employer-section2 .about-style2-content-box .inner-content p a:hover {
  color: #e31e24 !important;
}

/* Counter section */

.web-counter-section .elementor-counter-number,
.web-counter-section h4.elementor-heading-title,
.web-counter-section .elementor-counter-number-suffix {
  color: #393185 !important;
  font-size: 48px !important;
  font-weight: 800 !important;
}

.web-counter-section h4.elementor-heading-title,
.web-counter-section .elementor-heading-title {
  text-align: center;
  margin: 0;
}

.web-counter-section p.elementor-heading-title {
  color: #5b6066;
  font-size: 19px;
  font-weight: 400;
  line-height: 2.5;
}

.web-counter-section .elementor-element.elementor-element-ee09bff {
  gap: 0;
}

/* custom image tab */
.custom-image-tabs {
  padding: 0 15px;
}

.custom-image-tabs .tab-nav {
  display: flex;
  gap: 30px;
  list-style: none;
  padding: 0;
  margin-bottom: 20px;
  width: 100%;
}

.custom-image-tabs .tab-link {
  position: relative;
  cursor: pointer;
  border: 1px solid #eee;
  border-radius: 6px;
  overflow: hidden;
  padding:15px 15px 0 15px;
}

.custom-image-tabs .tab-link img {
  width: 100%;
}

.custom-image-tabs .tab-link:before {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  display: block;
  content: '';
  width: 0;
  height: 0;
  background: rgb(29 28 28 / 52%);
  border-radius: 0%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0;
}

.custom-image-tabs .tab-link:hover::before {
  animation: circle 0.95s forwards;
}

.custom-image-tabs .tab-link.active::before {
  animation: circle 0.95s forwards;
  opacity: 1;
  width: 100%;
  height: 100%;
}
.custom-image-tabs .tab-link .tab-thumb{height: 100%;display: flex;flex-direction: column;}
.custom-image-tabs .tab-link .tab-thumb .tab-title{text-align: center;
    background-color: #fff;
    padding: 10px;
    margin: 0 auto;color: #11161f; 
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;}

.custom-image-tabs .tab-content {
  display: none;
}

.custom-image-tabs .tab-content.active {
  display: block;
  animation: fadeIn 0.3s ease;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.Images-tab-one {
  padding: 80px 0;
}

@keyframes circle {
  0% {
    width: 0;
    height: 0;
    opacity: 0.3;
  }

  100% {
    width: 200%;
    height: 200%;
    opacity: 1;
  }
}

.custom-image-tabs .tab-content ul li,
.custom-image-tabs .tab-content p {
  color: #525252;
  font-size: 14px;
}

.custom-image-tabs .tab-content ul {
  margin-top: 15px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.custom-image-tabs .tab-content ul + p {
  margin-top: 15px;
}
.custom-image-tabs .tab-content ul li {
  position: relative;
  padding-left: 30px;
}

.custom-image-tabs .tab-content ul li:after {
  content: '';
  width: 20px;
  height: 20px;
  background-image: url(/wp-content/themes/lebuild/assets/images/check-mark.png);
  background-position: center;
  background-size: 10px;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 2px;
}

.custom-image-tabs .tab-content {
  padding: 30px;
  border-radius: 15px;
  margin-top: 30px;
  border: 1px solid #d1d1d1;
}

.custom-image-tabs .tab-content ul li a,
.custom-image-tabs .tab-content h3 a {
  color: #393185;
}

.custom-image-tabs .tab-content ul li a:hover,
.custom-image-tabs .tab-content h3 a:hover {
  color: #e31e24 !important;
}
.custom-image-tabs .tab-content h4, .custom-image-tabs .tab-content h3{margin-bottom: 30px;}
.custom-image-tabs h2 {
  font-size: 28px;
  font-weight: 600;
  line-height: 40px;
  width: 100%;
  margin-bottom: 40px;
}

/* Custom popup block */

.custom-popup-blocks {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  padding: 80px 15px;
}

.custom-popup-blocks img {
  width: 100%;
}

.custom-popup-blocks img:hover {
  cursor: pointer;
}

.custom-popup-blocks .popup-item {
  position: relative;
  overflow: hidden;
  width: 25%;
}

.custom-popup-blocks .popup-item::before {
  content: 'Click to view';
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  width: 0;
  height: 0;
  background: rgba(29, 28, 28, 0.52);
  border-radius: 0%;
  transform: translate(-50%, -50%);
  opacity: 0;
  font-size: 18px;
  color: #fff;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition:
    width 0.3s ease,
    height 0.3s ease,
    opacity 0.3s ease,
    border-radius 0.3s ease;
  pointer-events: none;
  /* Prevent ::before from blocking hover */
}

.custom-popup-blocks .popup-item:hover::before {
  width: 100%;
  height: 100%;
  opacity: 1;
}



.custom-popup-box h4 {
  font-size: 1.7rem;
  line-height: 1.2;
  font-weight: 600;
  margin-bottom: 20px;
}

.custom-popup-box ul li {
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 15px;
  position: relative;
  padding-left: 30px;
  text-transform: inherit;
  color: #525252;
}

.custom-popup-box p {
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 15px;
  text-transform: inherit;
  color: #525252;
}

.custom-popup-box ul li::after {
  content: '';
  width: 20px;
  height: 20px;
  background-image: url(/wp-content/themes/lebuild/assets/images/check-mark.png);
  background-position: center;
  background-size: 15px;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 0;
}

.custom-popup-box {
  background-color: #fff;
  padding: 50px 30px 30px 30px;
  max-width: 600px;
  margin: 0 auto;
  border-radius: 8px;
  position: relative;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
  width: 100%;
}

.popup-close {
  transition: transform 0.2s ease-in-out;
  position: absolute;
  top: 10px;
  right: 15px;
  cursor: pointer;
  padding: 0;
  border: none;
  border-radius: 4px;
  color: #393185;
  font-size: 30px;
  line-height: 30px;
}

.popup-close:hover {
  transform: rotate(90deg);
}

.single-team-item .overlay-icon {
  display: none !important;
}


/* Centers page */
.our-centers-sec1 {
  padding-top: 80px;
}

.center-why-choose-us .faq-style1-area.pad120-0 {
  padding-top: 80px;
}

.center-why-choose-us .faq-style1-area.pad120-0 .sec-title h2 {
  font-size: 24px;
  line-height: 36px;
  text-align: justify;
}

.center-why-choose-us .faq-style1-content {
  margin-left: 0;
}

.center-sec2 {
  padding: 80px 0;
}

.center-sec2 h3 {
  font-size: 36px;
}

.centers-img-row img {
  width: 220px !important;
  object-fit: contain;
  transition: all 0.3s ease;
  height: 100px;
  image-rendering: auto;
}

.international-sec1 h3 {
  color: #212529;
  font-size: 36px;
  line-height: 42px;
}

.centers-img-row a {
  width: 80%;
  margin: 0 auto;
  background-color: #fff;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
  transition: all 0.3s ease;
  padding: 20px;
  border-radius: 10px;
}

.centers-img-row a:hover {
  box-shadow: 0 4px 12px rgba(57, 49, 133, 0.4);
}


ul.list-style {
  margin-top: 15px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

ul.list-style li {
  position: relative;
  padding-left: 30px;
  font-size: 16px;
  line-height: 26px;
}

ul.list-style li:after {
  content: '';
  width: 20px;
  height: 20px;
  background-image: url(/wp-content/themes/lebuild/assets/images/check-mark.png);
  background-position: center;
  background-size: 10px;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 2px;
}

/* International page */
.international-sec2 .faq-style1-content {
  padding: 0;
  margin: 0;
}

.international-sec2 .sec-title h2 {
  font-size: 20px;
  line-height: 32px;
  font-weight: 500;
}

.international-sec2 .faq-style1-area.pad120-0 {
  padding: 80px 0;
}

.partnership-opportunities {
  padding: 0 15px;
}

.partnership-opportunities p strong {
  color: #11161e !important;
  font-size: 20px;
  line-height: 32px;
  font-weight: 600;
}

.partnership-opportunities ul li {
  color: #525252;
}

.partnership-opportunities p a {
  font-weight: 600;
  color: #11161e;
}

.policy-list-block ul li a {
  display: block;
  margin: 10px 0;
  padding: 10px 20px;
  color: #525252;
  background-color: #fff;
  transition: box-shadow 0.3s ease;
  width: 80%;
}

.policy-list-block ul li a span {
  color: #525252 !important;
}

.policy-list-block ul li a:hover {
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  /* Light grey shadow */
}

.policies-block-right {
  padding-top: 58px;
}

.comon-section p strong {
  color: #212529 !important;
  font-size: 20px;
  line-height: 32px;
  font-weight: 600;
}

/* Sectors page */
.sectors-inner {
  padding: 80px 15px;
}

.sectors-inner h1 {
  font-size: 32px;
  line-height: 42px;
  color: #212529;
  font-weight: 600;
  margin-bottom: 30px;
}

.inner-page-template h2,
.inner-page-template h3,
.inner-page-template h4,
.inner-page-template h5 {
  font-size: 20px;
  font-weight: 600;
  line-height: 32px;
  color: #212529;
  margin-bottom: 30px;
}

.inner-page-template p+h2,
.inner-page-template p+h3,
.inner-page-template p+h4,
.inner-page-template p+h5 {
  margin-top: 30px;
}

.inner-page-template p {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8em;
  color: #525252;
  margin-bottom: 20px;
}

.inner-page-template p a {
  color: #525252;
}

.inner-page-template ul {
  margin-top: 15px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 30px;
}

.inner-page-template ul li {
  position: relative;
  padding-left: 30px;
  font-size: 16px;
  line-height: 26px;
  color: #525252;
}

.inner-page-template ul li:after {
  content: '';
  width: 20px;
  height: 20px;
  background-image: url(/wp-content/themes/lebuild/assets/images/check-mark.png);
  background-position: center;
  background-size: 10px;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 2px;
}

/* Sectors Page */

.sectors-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
  padding: 0 15px;
}

.sectors-grid .sector-item span {
  display: flex;
  font-size: 16px;
  line-height: 22px;
  font-weight: 500;
  text-align: center;
  background-color: #fff;
  padding: 10px;
  min-height: 64px;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in-out;
  position: relative;
  z-index: 1;
}

.sector-item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  text-align: center;
  transition: box-shadow 0.3s;
  height: 100%;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}

.sector-item a::before {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  display: block;
  content: '';
  width: 0;
  height: 0;
  background: rgb(29 28 28 / 52%);
  border-radius: 0%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0;
}

.sector-item a:hover::before {
  animation: circle 0.95s forwards;
}

.sector-item:hover {
  box-shadow: 0 4px 12px rgba(57, 49, 133, 0.4);
}

.sector-item:hover span {
  background-color: #393185;
  color: #fff;
}

.sector-item h4 {
  font-size: 16px;
  line-height: 26px;
  min-height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* New list style */
.key-points-block-style1 .service-style2-area {
  padding: 0 0 40px 0;background-color: #f5f5f5;
}

.key-points-block-style1 .icon-holder {
  display: none;
}

.key-points-block-style1 .col-md-6 {
  margin-bottom: 40px;
}

.key-points-block-style1 .service-style2_top_box {
  padding-bottom: 30px;
}

.key-points-block-style1 .sec-title h2 {
  color: #11161e !important;
  font-size: 20px;
  line-height: 32px;
  font-weight: 600;
}

.key-points-block-style1.key-points-block-style2 .col-md-6 {
  padding-left: 10px;
  padding-right: 10px;
}

.key-points-block-style1.key-points-block-style2 .single-service-style2 {
  padding: 50px 20px 43px;
}

.key-points-block-style1.key-points-block-style2 .single-service-style2 p {
  font-size: 14px;
}

.advanced-list-style h4 {
  color: #11161e !important;
  font-size: 20px;
  line-height: 32px;
  font-weight: 600 !important;
}

.advanced-list-style ul {
  margin-top: 30px !important;
}

.advanced-list-style ul li .eael-feature-list-icon-box span {
  padding: 10px !important;
  width: 30px !important;
  height: 30px !important;
}

.advanced-list-style ul li h2.eael-feature-list-title {
  font-size: 16px;
  color: #11161e !important;
}

.advanced-list-style ul li {
  padding: 30px 20px !important;
  border-radius: 20px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  margin-bottom: 30px;
  background-color: #fff;
}

.advanced-list-style ul li p {
  color: #525252 !important;
}

.about-style2-content-box ul.list-style {
  padding: 0;
  margin-top: 30px;
}

.about-style2-content-box ul.list-style li a {
  font-size: 16px;
  font-weight: 500;
  text-transform: capitalize;
  line-height: 24px;
  font-family: 'Open Sans', sans-serif;
  display: block;color: inherit;
}

.about-style2-content-box ul.list-style li {
  margin-bottom: 10px;
}

.employer-section2.key-sectors-covered h2 {
  text-transform: capitalize;
  font-size: 28px;
}

/* Search */

.is-search-clear-button {
  position: absolute;
  top: 22px;
  right: 70px;
  font-size: 12px;
}

.is-search-clear-button img {
  width: 14px !important;
  height: auto !important;
}

.is-form-style input.is-search-input {
  background-color: #393185;
  border: 0 !important;
}

.is-form-style {
  padding: 10px !important;
  background-color: #393185;
}

.is-form-style .is-search-icon {
  border: 0;
  background-color: transparent !important;
  display: flex !important;
  padding-top: 0 !important;
  align-items: center;
}

.is-search-icon svg path {
  fill: #48428f !important;
}

/* Search detail page */

.search-detail-page {
  padding: 30px;
  background-color: #393185;
  ;
}

.search-detail-page form {
  display: flex;
  justify-content: space-between;gap:5px;
}

.search-detail-page form {
  width: 100%;
}

.search-detail-page form input {
  height: 45px;
  padding: 0 20px;
  width: 80%;
  font-size: 14px;
  border: 1px solid #393185;
  border-radius: 0;
}

.search-detail-page form input:focus {
  border: 1px solid #393185;
}

.search-detail-page form button {
  width: 200px;
  padding: 0 20px;
  background-color: #E31E24;
  color: #fff;
  border: 1px solid #E31E24 !important;
  font-weight: 600;
}

.search-detail-page form button:hover {
  background-color: #fff;
  color: #E31E24;
}
.search-detail-page form #clearBtn{width: 60px;font-size: 14px;padding: 0 5px;}


.linked-post-search-results {
  padding: 80px 0;
  width: 100%;
}
.linked-post-search-results .pagination{margin-top: 30px;}
.linked-post-search-results form {
  width: 100%;
}

.linked-post-search-results .search-detail-page form input {
  width: 45%;
}

.linked-post-search-results .search-detail-page form select {
  padding: 0 20px;
  height:45px;
  background-color: #393185;
  color: #222922;
  border: 1px solid #393185 !important;
  background: url(/wp-content/uploads/2025/10/down-arrow-light.png) no-repeat #fff;
  background-position: 92% center;
  background-size: 13px;
  /* standard */
  -webkit-appearance: none;
  /* Safari/old Chrome */
  -moz-appearance: none;
  cursor: pointer;
  width:29%;
}

.linked-post-search-results .search-result {
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin-top: 30px;
}

.linked-post-search-results .search-result li {
  border-bottom: 1px solid #c2c2c2;
  padding-bottom: 10px;
  color: #52526e;
}

.linked-post-search-results .search-result li:last-child {
  border: 0;
}

.linked-post-search-results p {
  font-size: 20px;
  margin-top: 30px;
  color: #52526e;
}

.linked-post-search-results span.page-numbers.current {
  width: 35px;
  height: 35px;
  font-size: 12px !important;
  line-height: 35px !important;
}

.linked-post-search-results .pagination {
  gap: 25px;
  align-items: center;
}
.linked-post-search-results h2{margin-bottom: 30px;}

/* Linked qualififcations */

.linked-qualifications {
  width: 100%;
}

.qualification-listing-block {
  background-color: #f5f5f5;
  padding: 80px 0;
}

.qualification-listing-block h2 {
  font-weight: 600;
}

.linked-qualifications {
  padding: 0 10px;
}
.linked-qualifications h2{margin-bottom: 30px;}

.linked-qualifications ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: start;
  margin-top: 30px;
  gap: 20px;
  row-gap: 20px;

}

.linked-qualifications ul li {
  flex: 0 0 calc((100% - 3 * 20px) / 4);
  padding: 15px;
  background-color: #fff;
  overflow: hidden;
  position: relative;
  border-radius: 5px;
}

.linked-qualifications ul li h3 {
  font-size: 14px;
  line-height: 22px;
  min-height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 15px 0 0 0;
  color: #212529;
  text-align: center;
  padding: 0 10px;
}

.linked-qualifications ul li a:hover h3 {
  color: #393185;
}

.linked-qualifications ul li a::before {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  display: block;
  content: '';
  width: 0;
  height: 0;
  background: rgb(29 28 28 / 52%);
  border-radius: 0%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0;
}

.linked-qualifications ul li a:hover::before {
  animation: circle 0.95s forwards;
}

.linked-qualifications ul li:hover {
  box-shadow: 0 4px 12px rgba(57, 49, 133, 0.4);
}


/* Maps  */

.wpgmp_map_container.wpgmp-map-provider-google.wpgmp-map-1 {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  justify-content: space-between;
}

.wpgmp_map_container.wpgmp-map-provider-google.wpgmp-map-1 .wpgmp_filter_wrappers {
  width: 100%;
}

.wpgmp_map_container.wpgmp-map-provider-google.wpgmp-map-1 .wpgmp_map_parent,
.wpgmp_map_container.wpgmp-map-provider-google.wpgmp-map-1 .location_listing1 {
  width: 45% !important;
}


.wpgmp_map_container.wpgmp-map-provider-google.wpgmp-map-1 .wpgmp_listing_list .fc-item-default .wpgmp_locations {
  padding: 10px 0 !important;
  border-radius: 0;
  border-bottom: 1px solid #393185;
  box-shadow: none;
  margin-bottom: 0;
}

.wpgmp_map_container.wpgmp-map-provider-google.wpgmp-map-1 .wpgmp_listing_list .wpgmp_location_title a.place_title {
  color: #525252;
}

.wpgmp_map_container.wpgmp-map-provider-google.wpgmp-map-1 .wpgmp_listing_list .wpgmp_location_meta {
  display: none;
}

.wpgmp_map_container.wpgmp-map-provider-google.wpgmp-map-1 .wpgmp_pagination a:hover,
.wpgmp_map_container.wpgmp-map-provider-google.wpgmp-map-1 .wpgmp_pagination span.current {
  background-color: #fff !important;
  border: 1px solid #393185 !important;
  color: #393185 !important;
}

.interactive-map {
  padding: 40px 0;
}


/* Tab */

.sectors-inner .alignwide {
  margin: 0 auto;
}

.sectors-inner .inner-page-template ul.tabTitles li:after {
  display: none;
}

.inner-page-template ul {
  gap: 0;
}

.inner-page-template ul.tabTitles li {
  border-right: 1px solid #101828;
  border-bottom: 1px solid #101828;
}

.inner-page-template ul.tabTitles li:last-child {
  border-right: 0;
}

.sectors-inner .eb-advanced-tabs-wrapper {
  border: 1px solid #101828;
}


.reach-our-center.hide {
  display: none;
}

.main-menu .navigation>li {
  margin-right: 25px !important;
}

.policy-list-block.list-block-dark ul li a {
  background-color: #e9ebf5;
}

.header-top-style3_left ul li a:hover {
  color: #E31E24 !important;
}

.reach-our-center.hide {
  display: none;
}

.qualification-listing-section {
  display: none;
}

.custom-reach-our-center {
  padding: 0;
}

.custom-reach-our-center .block-left {
  background-image: url('/wp-content/uploads/2025/06/Become-a-Centre.jpg');
}

.custom-reach-our-center .block-right {
  background-image: url('/wp-content/uploads/2025/06/Find-a-Centre.jpg');
}

.custom-reach-our-center .reach-our-center {
  display: flex;
  gap: 0;
}

.custom-reach-our-center .reach-our-center .elementor-element {
  width: 50%;
}

.main-menu .navigation>li.current>a,
.main-menu .navigation>li:hover>a {
  color: #E31E24 !important;
}

.breadcrumb-menu {
  display: none;
}

.outer-search-box-style1 .seach-toggle:hover {
  color: #fff !important;
}

table tbody tr td {
  padding: 5px 10px;
  border: 1px solid;
}

table {
  width: 100%;
  margin-bottom: 40px;
  height: auto !important;
}

.quick-link-right-bar ul li a {
  display: flex;
  height: 100%;
}

.floating-menu ul.fm-bar {
  gap: 0;
}

.floating-menu .fm-item span {
  border: 1px solid #fff;
}

.floating-menu .fm-item span span {
  border: 0;
}

.floating-menu .fm-item span.fm-icon {
  border-bottom: 0;
}

.floating-menu .fm-item:last-child span.fm-icon {
  border: 1px solid #fff;
}

.single-team-item:hover .social-icon ul {
  background: #E31E24 !important;
}

.footer-social-links ul li i {
  width: 100%;
}

.breadcrumb-area .title {
  margin-left: 0;
}

.padding-left-right .e-con-inner {
  padding-left: 15px !important;
  padding-right: 15px !important;
}
/* Hide empty headings & paragraphs */
:where(h1,h2,h3,h4,h5,h6,p):empty {
  display: none;
}

/* Hide images with no real source (but don't break lazy-loading) */
img:not([src]):not([srcset]):not([data-src]):not([data-lazy-src]),
img[src=""]:not([data-src]):not([data-lazy-src]),
img[src="about:blank"]:not([data-src]):not([data-lazy-src]) {
  display: none;
}
.single-service-style2 .text-holder h3{font-size:18px;line-height:26px;}
.search-detail-page form button {
  font-weight: 600;
}
.breadcrumb-area .title h2{margin:0;}
.contact-style1_form .title h4 {font-size: 30px;line-height: 42px;}
.contact-style1_form .title{margin-left: 0;}

.click-here-nops a{margin-bottom: 30px; padding: 10px 50px; background-color: #393185;
  border-radius: 30px;color: #fff;transition: all 0.2s ease-in-out;}
 
.click-here-nops a:hover {background-color: #E31E24; text-decoration: none;color: #fff;}
.blog-standard-area{padding: 80px 0;}
.blog-standard-area ul{margin-bottom: 20px;}
.blog-standard-area ul li{margin-bottom: 15px;}


/* Media query */


@media only screen and (max-width: 1024px) {
  .nav-outer .mobile-nav-toggler {
    display: block !important;
  }
  .mobile-menu .nav-logo {
    width: 120px !important;
  }

  .header-bottom .container {
    max-width: 100%;
    padding: 0;
  }

  .nav-outer .mobile-nav-toggler .inner {
    margin-left: 20px;
  }
  .home-slider .main-slider.style3 .slide{padding:100px 0px 100px;}
  .single-service-style2 { padding: 30px 15px 23px;}
  .single-sidebar_search_box h3,
  .single-sidebar_search_box .sidebar-search-box {
    padding: 0;
  }

  .home-section-one .row .col-xl-4 {
    max-width: 100% !important;
    flex: 0 0 100%;
  }

  .visson-mission-style2-section .service-style1-area .col-xl-4 {
    width: 33.33% !important;
    flex: 0 0 33.33% !important
  }

  .visson-mission-style2-section .single-service-style1 .text-holder p {
    width: 100%;
    font-size: 12px;
  }

  .visson-mission-style2-section .service-style1-area {
    padding: 40px 0 !important;
  }

  .visson-mission-style2-section .single-service-style1 {
    margin-bottom: 0;
  }

  .navigation li.current-menu-ancestor a:before,
  .navigation li.current-menu-item.active a:before {
    content: '';
    border-left: 5px solid rgb(227, 30, 36);
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
  }

  .mobile-menu .navigation li.current-menu-ancestor a,
  .navigation li.current-menu-item.active a {
    background-color: rgb(227, 30, 36);
    color: #fff !important;
  }

  .mobile-menu .navigation li ul.submenu .current-menu-item.active a {
    color: rgb(227, 30, 36) !important;
  }

  .mobile-menu .navigation li ul.submenu a:before {
    display: none;
  }

  .mobile-menu .navigation li ul.submenu a {
    background-color: inherit !important;
  }

  .mobile-menu .navigation li.current-menu-ancestor>a {
    color: #fff !important;
  }

  .mobile-menu .navigation li>a:hover {
    color: rgb(227, 30, 36) !important;
  }

  .mobile-menu .social-links {
    text-align: left;
  }

  .web-counter-section p.elementor-heading-title,
  .elementor-counter .elementor-counter-title {
    font-size: 14px;
    line-height: 20px;
  }

  .contact-enquiry-block a {
    font-weight: 600;
    font-size: 18px;
    margin-right: 20px;
  }
  .wpgmp_map_container.wpgmp-map-provider-google.wpgmp-map-1 .wpgmp_map_parent, .wpgmp_map_container.wpgmp-map-provider-google.wpgmp-map-1 .location_listing1 {
    width: 100% !important;
  }
  .interactive-map{padding:0 15px 80px 15px;}
	.wpgmp_map {width:100% !important;}	
      
}


  @media only screen and (max-width: 991px) {
    .why-choose-us-section {
      background-image: none !important;
    }
  }

  @media (min-width: 768px) and (max-width: 1024px) {
    .service-style2-area .row:nth-child(2) {
      gap: 30px;
    }

    .why-choose-us-section {
      background-image: none !important;
    }

    .about-page-company-info .col-lg-6 {
      max-width: 100% !important;
      width: 100% !important;
      flex: 0 0 100%;
    }

    .sectors-grid {
      grid-template-columns: repeat(3, 1fr) !important;
    }
    .service-style2-area .col-md-6{flex:0 0 100%;max-width: 100%;}
     .elementor-1634 .elementor-element.elementor-element-6b7231a .eael-img-accordion {
      height: 1500px !important;flex-wrap: wrap;
        flex-direction: column;
    }
   .eael-img-accordion .overlay .overlay-inner{width: 60%;}
   .linked-post-search-results { padding: 80px 20px;}
   .header-contact-info-two ul li {margin-right: 30px; }
   .header-contact-info2 ul li .text p,.header-contact-info2 ul li .text h4{font-size: 14px;}
    .header-contact-info2 ul li .text p{margin-bottom: 0;}
   .header-contact-info2 ul li{margin-right: 20px;}
   .header-contact-info2 ul li .icon span:before{font-size: 30px;line-height: 30px;}
   .header-contact-info2 ul li{padding-left: 35px;}
   .header-left .logo img {width: 140px;}
   .header-right {padding: 22px 0 14px;}
  
   .international-sec1{padding: 0 20px;}
   .custom-image-tabs .tab-link .tab-thumb .tab-title{font-size: 14px;line-height: 18px;padding: 5px;}
   .custom-image-tabs .tab-nav{gap:10px;}
   .web-counter-section .elementor-element{width: 100%;}
   .web-counter-section .e-con-inner{flex-wrap: wrap !important;}
   .web-counter-section .e-con-inner .elementor-counter-number-wrapper{margin-bottom: 10px;}
   .mobile-menu .nav-logo {width: 180px !important; }
   .linked-qualifications ul li { flex: calc((100% - 20px) / 2);}
   .key-points-block-style1 .sec-title h2{text-align: center;}

  }

  @media (min-width: 768px) and (max-width: 800px) {

   
    .sectors-grid {
      grid-template-columns: repeat(2, 1fr) !important;
      gap: 10px !important;
    }

    .sectors-grid .sector-item {
      padding: 5px !important;
    }

    .sectors-grid .sector-item h4 {
      font-size: 14px;
      line-height: 18px;
      min-height: 32px;
    }
  }

  @media only screen and (max-width: 767px) {
   .flaticon-magnifiying-glass:before{font-size: 18px !important;}
   .mobile-nav-toggler .icon-bar {height: 2px !important;width: 24px !important;margin: 5px 3px !important;}
   .outer-search-box-style1 .seach-toggle {width: 50px;height: 50px;line-height: 48px; }
   .nav-outer.style1 .mobile-nav-toggler { padding: 9px 0 9px;}


   .main-slider.style3 .slide {
      padding: 100px 0px 104px !important;
    }

    .service-style2-area {
      padding: 50px 0 45px 0 !important;
    }

    .visson-mission-style2-section .service-style1-area .col-xl-4 {
      width: 100% !important;
      flex: 0 0 100% !important;
      margin-bottom: 15px;
    }

    .why-choose-us-section .about-style3-content-box .inner-content ul li {
      text-align: left;
    }

    .why-choose-us-section .about-style3-content-box .inner-content ul li:after {
      top: 4px;
    }

    .elementor-1634 .elementor-element.elementor-element-6b7231a .eael-img-accordion {
      height: 1500px !important;flex-wrap: wrap;
        flex-direction: column;
    }

    .custom-reach-our-center .reach-our-center {
      display: block;
    }

    .custom-reach-our-center .reach-our-center .elementor-element {
      width: 100%;
    }

    .navigation li.current-menu-ancestor a:before,
    .navigation li.current-menu-item.active a:before {
      content: '';
      border-left: 5px solid rgb(227, 30, 36);
      position: absolute;
      left: 0;
      top: 0;
      height: 100%;
    }

    .mobile-menu .navigation li.current-menu-ancestor a,
    .navigation li.current-menu-item.active a {
      background-color: rgb(227, 30, 36);
      color: #fff !important;
    }

    .mobile-menu .navigation li ul.submenu .current-menu-item.active a {
      color: rgb(227, 30, 36) !important;
    }

    .mobile-menu .navigation li ul.submenu a:before {
      display: none;
    }

    .mobile-menu .navigation li ul.submenu a {
      background-color: inherit !important;
    }

    .mobile-menu .navigation li.current-menu-ancestor>a {
      color: #fff !important;
    }

    .mobile-menu .navigation li>a:hover {
      color: rgb(227, 30, 36) !important;
    }

    .mobile-menu .social-links {
      text-align: left;
    }

    .about-image-grid .img-box {
      display: none;
    }

    .custom-image-tabs h2 {
      width: 100%;
    }


    .sectors-grid {
      grid-template-columns: repeat(2, 1fr) !important;
      gap: 10px !important;
    }

    .sectors-grid .sector-item {
      padding: 5px !important;
    }

    .sectors-grid .sector-item h4 {
      font-size: 14px;
      line-height: 18px;
      min-height: 32px;
    }

    .about-style2-content-box .img-box .main_image .inner {
      right: 0;
    }

    .employer-section2 .about-style2-content-box .img-box .main_image {
      padding-top: 0;
    }

    .main-slider.style3 .slide {
      padding: 100px 0px 104px !important;
    }

    .service-style2-area {
      padding: 50px 0 45px 0 !important;
    }

    .visson-mission-style2-section .service-style1-area .col-xl-4 {
      width: 100% !important;
      flex: 0 0 100% !important;
      margin-bottom: 15px;
    }

    .why-choose-us-section .about-style3-content-box .inner-content ul li {
      text-align: left;
    }

    .why-choose-us-section .about-style3-content-box .inner-content ul li:after {
      top: 4px;
    }

    .elementor-1634 .elementor-element.elementor-element-6b7231a .eael-img-accordion {
      height: 1500px !important;flex-wrap: wrap;
        flex-direction: column;
    }

    .custom-reach-our-center .reach-our-center {
      display: block;
    }

    .custom-reach-our-center .reach-our-center .elementor-element {
      width: 100%;
    }

    .navigation li.current-menu-ancestor a:before,
    .navigation li.current-menu-item.active a:before {
      content: '';
      border-left: 5px solid rgb(227, 30, 36);
      position: absolute;
      left: 0;
      top: 0;
      height: 100%;
    }

    .mobile-menu .navigation li.current-menu-ancestor a,
    .navigation li.current-menu-item.active a {
      background-color: rgb(227, 30, 36);
      color: #fff !important;
    }

    .mobile-menu .navigation li ul.submenu .current-menu-item.active a {
      color: rgb(227, 30, 36) !important;
    }

    .mobile-menu .navigation li ul.submenu a:before {
      display: none;
    }

    .mobile-menu .navigation li ul.submenu a {
      background-color: inherit !important;
    }

    .mobile-menu .navigation li.current-menu-ancestor>a {
      color: #fff !important;
    }

    .mobile-menu .navigation li>a:hover {
      color: rgb(227, 30, 36) !important;
    }

    .mobile-menu .social-links {
      text-align: left;
    }

    .about-image-grid .img-box {
      display: none;
    }

    .custom-image-tabs h2 {
      width: 100%;
    }

    .custom-image-tabs .tab-nav {
      flex-wrap: wrap;
    }

    .sectors-grid {
      grid-template-columns: repeat(2, 1fr) !important;
      gap: 10px !important;
    }

    .sectors-grid .sector-item {
      padding: 5px !important;
    }

    .sectors-grid .sector-item h4 {
      font-size: 14px;
      line-height: 18px;
      min-height: 32px;
    }

    .about-style2-content-box .img-box .main_image .inner {
      right: 0;
    }

    .employer-section2 .about-style2-content-box .img-box .main_image {
      padding-top: 0;
    }

    .custom-image-tabs .tab-content {
      padding: 15px;
    }

    .about-style2-content-box .inner-content ul {
      padding: 20px;
      max-width: 400px;
      margin: 20px auto 50px;
    }

    .about-style2-content-box ul.list-style li a {
      text-align: left;
    }

    .linked-qualifications ul li {
      flex: calc((100% - 20px) / 2);
      padding: 10px;
    }

    .linked-qualifications ul {
      gap: 15px;
    }

    .linked-qualifications ul li h3 {
      font-size: 12px;
      line-height: 18px;
      min-height: 55px;
    }

    .inner-page-template ul li {
      font-size: 14px;
    }

    .inner-page-template p {
      font-size: 14px;
      line-height: 22px
    }

    .sectors-inner h1,
    .sec-title h2 {
      font-size: 22px;
      line-height: 32px;
    }

    .centers-img-row .e-con-inner .e-con.e-child {
      width: 50%;
    }
    .breadcrumb-area .title h2 {
        font-size: 30px;
    }
    .centers-img-row a {
      width: 90%;
      padding: 10px;
    }

    .wpgmp_map_container.wpgmp-map-provider-google.wpgmp-map-1 .wpgmp_map_parent,
    .wpgmp_map_container.wpgmp-map-provider-google.wpgmp-map-1 .location_listing1 {
      width: 100% !important;
    }

    .interactive-map {
      padding: 0 15px 80px 15px;
    }

    .wpgmp_map {
      width: 100% !important;
    }

    .contact-enquiry-block a {
      display: block;
    }

    .policies-list .e-con-inner {
      gap: 0;
    }
    .policies-list .policy-list-block:nth-child(1){margin-top: 30px;}

    .service-style2-area .row:nth-child(2) {
      gap: 30px;
    }

    .linked-qualifications ul li {
        flex: calc((100% - 20px) / 2);
    }
    .about-style3-area {
        padding-top: 40px;
    }
    .about-style3-content-box {
        margin: 0 0 30px;
    }
    .e-con-inner{padding-top: 40px !important;padding-bottom: 40px !important;}
    .single-sidebar_search_box {padding: 15px 30px 20px;}
    .about-style2-area.pdt120-pdb0 {padding-top: 50px;}
    .about-page-company-info .service-style2_top_box{display: none;}
    .sectors-inner {padding: 40px 15px;}
    .employer-section1 .service-details-area {padding: 50px 0 0 0;}
    .service-style2_top_box { padding-bottom: 40px }
    .employer-section2 .about-style2-content-box .text-holder { padding-top: 0;}
    .employer-section2 .about-style2-area {padding-bottom: 0px !important;}
    .employer-section2 .e-con-inner{padding: 0 !important;}
    .employer-section2 .about-style2-content-box h2{margin-bottom: 30px;}
    
    .single-sidebar_search_box {
        padding: 0;
    }
    .search-detail-page form {flex-wrap: wrap;gap: 20px;}
    .search-detail-page form input {width: 100%;}
    .search-detail-page form button { width: 100%; padding: 5px 20px;}
    .search-detail-page {padding: 15px;}
    .our-centers-sec1 {padding-top: 10px;}
    .our-centers-sec1 .e-con-inner{padding-bottom: 0 !important;}
    .our-approved-centers.our-centers-sec1 .e-con-inner{padding-bottom: 30px !important;}
    .centers-img-row .e-con-inner{padding: 0 !important;}
    .interactive-map {padding: 0 15px 0px 15px;}
    .center-why-choose-us .faq-style1-area.pad120-0 { padding-top: 40px;}
    .faq-style1-area.pad120-0{padding-bottom: 40px;}
    .section.faq-style1-area.pad120-0.two {padding-top: 0;}
    .interactive-map { padding: 0 15px 0px 15px !important;}
    .center-sec2, .international-benefits .e-con-inner{padding: 0 !important;}
    .centers-policy-section .e-con-inner{padding: 0 !important;gap:0;}
	  .centers-policy-section{padding-bottom:40px;}
    .key-points-block-style1 .service-style2-area{padding: 0 0 20px 0 !important;}
    .key-points-block-style1 .col-md-6 {margin-bottom: 0;}
    .international-benefits{padding-top: 40px;}
    .key-points-block-style1{padding-bottom: 40px;}
    .policies-list .e-con-inner{padding-top: 0 !important;}
    .help-support-info-sec .e-con-inner,.web-counter-section .e-con-inner{padding-top: 0 !important;}
    .help-support-info-sec.first-block {padding-top: 40px;}
    .help-support-top-sec .text_box{display:none;}
    .elementor-heading-title { line-height: 1.5;}
    .help-support-info-sec .e-con-inner{gap:0;}
    .padding-bottom-none  .e-con-inner{padding-bottom: 0 !important;}
    .our-sectors p {width: 90%;}
    p, .about-style2-content-box ul.list-style li a, .about-style2-content-box ul.list-style li{font-size: 14px !important;line-height: 22px !important;}
    .single-sidebar_search_box h3.elementor-heading-title{font-size: 16px !important;line-height: 24px !important;margin-bottom: 0;}
    h2.elementor-heading-title,h3.elementor-heading-title,h4.elementor-heading-title,h5.elementor-heading-title,h6.elementor-heading-title, 
    .about-style3-content-box h2,.custom-image-tabs h2,.employer-section2.key-sectors-covered h2{font-size: 22px !important;line-height:32px !important;}
    .team-style1-area { padding: 40px 0 40px;}
    .employer-section2.key-sectors-covered .e-con-inner{padding-top:40px !important;}
    .employer-section2.key-sectors-covered .about-style2-content-box h2{margin-bottom: 0;}
    .employer-section2.key-sectors-covered .about-style2-content-box .inner-content ul{margin-top: 10px;margin-bottom: 0;}
    .single-team-item .title-holder h3{font-size: 18px;line-height: 26px;}
    .team-style1-area .sec-title{padding-bottom: 30px;}
    .single-team-item{margin-bottom: 20px;}
    .service-details-area{padding: 40px 0 40px;}
    .Images-tab-one {padding: 40px 0;}
    .Images-tab-one .e-con-inner{padding: 0 !important;}
    .Images-tab-one.padding-bottom-none{padding-bottom: 0;}
    .contact-details-section {padding-top: 40px !important;}
    section.contact-style1-area.two{padding-bottom: 0;}
    .footer-section .footer { padding: 30px 0 20px;}
    .single-footer-widget.marbtm {
        margin-bottom: 10px !important;
    }
    .footer-section .footer-area.three .footer { padding: 30px 0 20px;}
    .footer-area.one .footer {padding-bottom: 0;padding-top: 30px;}
    .elementor-384 .elementor-element.elementor-element-48f45dd > .elementor-widget-container{margin: 0;}
    .blog-standard-area{padding: 40px 0;}
    .center-sec2 .elementor-widget-heading{width: 100%;text-align: left;}
    .center-sec2 {padding-left: 15px !important;}
    .floating-menu.-sub-space{right: inherit;}
    .wpgmp_pagination{flex-wrap: wrap;}
    .international-sec1 {padding:0 15px;}
    .qualification-listing-block{padding: 40px 0;}
    .header-bottom_right .outer-search-box-style1 {
        display: block !important; 
    }
    .linked-post-search-results{padding: 40px 20px;}
    .header-bottom_right__btn_style2 a{padding: 0 15px;font-size: 12px;height: 50px;line-height: 50px;}
    .linked-post-search-results .search-detail-page form input, .linked-post-search-results .search-detail-page form select{width: 100%;}
    .team-style1-area .col-xl-3 {width: 50%;}
    .custom-image-tabs .tab-content h4, .custom-image-tabs .tab-content h3{font-size: 20px;line-height: 32px;}
    .inner-page-template h2, .inner-page-template h3, .inner-page-template h4, .inner-page-template h5{font-size: 18px;line-height: 30px;}
    .wp-style h1{font-size: 30px;line-height: 40px;}
    .mobile-menu .nav-logo { width: 170px !important;}
    .scroll-top { bottom: 95px; width: 40px; height: 40px;line-height:40px;box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);}
    .footer-bottom_content_box{justify-content: start;}
    .main-slider.style3 .content .btns-box a , .btn-one{padding-left: 15px;padding-right: 15px;height: 40px;line-height: 40px;font-size: 12px;}
    .btn-one .txt i.arrow1{font-size: 13px;}
    .reach-our-center .join-inner-block a{padding: 5px 30px;}
    .elementor-376 .elementor-element.elementor-element-89b719c { padding: 0px 0px 0px 0px;}
    .elementor-5241 .elementor-element.elementor-element-0a87cca > .elementor-widget-container{margin-bottom: 0;}
    .wpgmp_map_container.wpgmp-map-provider-google.wpgmp-map-1 .wpgmp_listing_list .wpgmp_location_title a.place_title{font-size: 16px;}
    .wpgmp_pagination a, .wpgmp_pagination span {padding: 5px 10px;font-size: 10px;}
    .wpgmp_pagination{margin: 0;}
    .center-why-choose-us .faq-style1-area.pad120-0 .sec-title h2 {font-size: 20px;line-height: 30px;}
    .accordion-box .accordion .accord-btn h4 {font-size: 14px;}
    .padding-left-right.smart-awards-policies .e-con-inner{padding-bottom: 0 !important;}
    ul.list-style li {font-size: 14px;line-height: 24px;}
    .key-points-block-style2{padding-top: 40px !important;}
    .key-points-block-style1 .service-style2_top_box{padding-bottom: 0;}
    .key-points-block-style1 .single-service-style2{margin-bottom: 0;}
    .breadcrumb-area { padding: 80px 0 60px;}
    .footer-bottom .copyright-text p {font-size: 11px !important;}
    .custom-image-tabs .tab-link{padding: 0;}
    .custom-image-tabs .tab-link .tab-thumb img{display: none;}
    .custom-image-tabs .tab-link .tab-thumb .tab-title{padding: 5px 10px;font-size: 12px;text-align: left;}
    .custom-image-tabs .tab-link.active span, .custom-image-tabs .tab-link:hover span {box-shadow: none !important;background-color: #393185 !important;color: #fff !important;}
    .custom-image-tabs .tab-nav{gap: 15px;}
    .custom-image-tabs .tab-link.active::before{display: none;}
    .sectors-inner.is-team-single .inner-page-template{display: flex;flex-direction: column-reverse;}
  }
  @media only screen and (max-width: 480px){
    .team-style1-area .col-xl-3 {
        width: 100%;
    }
  }