h1,
h2,
h3,
h4,
h5,
h6,
body,
p,
a,
span {
  font-family: "Nunito Sans", sans-serif !important;
}

.mtb-10 {
  margin-top: 10px;
  margin-bottom: 10px;
}

.mb-10 {
  margin-bottom: 10px !important;
}

.mb-15 {
  margin-bottom: 15px !important;
}

.mb-20 {
  margin-bottom: 20px !important;
}

.mb-25 {
  margin-bottom: 25px !important;
}

.mb-35 {
  margin-bottom: 35px !important;
}

.pt-20 {
  padding-top: 20px !important;
}

.mr-0 {
  margin-right: 0;
}

.d-flex-dir-col {
  display: flex;
  flex-direction: column;
}

.d-flex-dir-col-justify-center {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.d-flex-justify-align-center {
  display: flex;
  justify-content: center;
  align-items: center;
}

.d-flex-flex-dir-col-justify-center {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.d-flex-dir-col-justify-center {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.d-flex-dir-col-justify-align-center {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.flex-dir-row-reverse {
  flex-direction: row-reverse;
}

.text-underlinee {
  text-decoration: underline;
}

.section_light_bg {
  background: #f7f7f7;
}

.section_medium_padding {
  padding: 40px 0px;
}

/* ****************************************************************************************************** */

.sub-title {
  font-size: 14px;
  margin-bottom: 10px;
  line-height: 1;
  letter-spacing: 2px;
}

.title-area .sec-title {
  font-size: 35px;
  margin-bottom: 0px;
  line-height: 1;
  letter-spacing: 1px;
}

.custom__h2__title {
  font-size: 32px;
  margin-bottom: 0px;
  line-height: 1;
  letter-spacing: 1px;
  font-weight: 700;
  text-transform: capitalize;
}

.custom__h3__title {
  font-size: 28px;
  margin-bottom: 0px;
  line-height: 1;
  letter-spacing: 1px;
  font-weight: 600;
  text-transform: capitalize;
}

.custom__h4__title {
  font-size: 24px;
  margin-bottom: 0px;
  line-height: 1;
  letter-spacing: 1px;
  font-weight: 600;
  text-transform: capitalize;
}

.custom__h5__title {
  font-size: 20px;
  margin-bottom: 0px;
  line-height: 1;
  letter-spacing: 1px;
  font-weight: 600;
  text-transform: capitalize;
}

/* ********************************************************************************************************************************* */

.custom_numbered_list .numbered__list {
  padding-left: 15px;
  margin: 0px;
}

.custom_numbered_list .numbered__list li {
  font-size: 16px;
  color: #333;
  margin-bottom: 10px;
}

.custom_numbered_list .numbered__list li:last-child {
  margin: 0px;
}

.custom_numbered_list .numbered__list li::marker {
  color: #1b1f4d;
  font-size: 16px;
}

.custom_numbered_list .numbered__list li .numbered_list_title {
  font-size: 16px;
  font-weight: 600;
  display: inline;
  color: #1b1f4d;
}

/* ********************************************************************************************************************************* */

.header-top {
  background: #1b1f4d;
  /* background: url(../img/homepage/header-top-bg-1.png) center center/cover no-repeat; */
}

.header-top-row {
  justify-content: space-between;
}

.header-logo {
  padding: 5px 0;
}

.header-logo a img {
  width: 85px;
}

.main-header .logo-bg {
  width: 200px;
}

.main-header .header-top {
  padding: 10px 0;
}

.main-header .main-menu {
  margin-left: 0;
  margin-right: 20px;
}

.header-right-col-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  /* gap: 12px; */
  padding: 5px 7px;
  background: #e7e7e7;
  border-radius: 5px;
  box-shadow: 0 2px 5px #00000063;
  cursor: pointer;
}

.header-right-col-btn-content h5 {
  font-size: 16px;
  margin-bottom: 0;
  padding-right: 10px;
}

.header-right-col-btn-img a img {
  width: 25px;
}

.blink-whatsapp {
  animation: blink-whatsapp 2.5s linear infinite both;
}

@keyframes blink-whatsapp {

  0%,
  50%,
  100% {
    opacity: 1;
  }

  25%,
  75% {
    opacity: 0;
  }
}

/*.main-header .logo-bg:before {
  background-color: #fafafa;
  background-image: repeating-linear-gradient(
    -45deg,
    #414897 0,
    #414897 10px,
    rgba(255, 255, 255, 0.07) 10px,
    rgba(255, 255, 255, 0.07) 11px
  );
}*/
.main-header .header-links li>i {
  color: #f07822;
}

.main-header .header-top a:hover {
  color: rgb(255, 201, 172);
}

.nav-menu-bar-div {
  justify-content: space-between;
}

.main-menu>ul>li>a {
  padding: 20px 5px;
  font-size: 18px;
  text-transform: capitalize;
  letter-spacing: 0.5px;
  font-weight: 700;
}

.main-menu>ul>li {
  margin: 0 6px;
}

.th-menu-wrapper .mobile-logo {
  padding: 50px 0;
  text-align: left;
  background-color: #faf3ef;
}

.th-mobile-menu {
  margin-top: 0;
  /* margin-top: 10px; */
}

.th-menu-wrapper .th-menu-toggle {
  right: 5px;
  top: 5px;
  width: 30px;
  height: 30px;
  line-height: 32px;
  font-size: 17px;
}

.th-mobile-menu>ul {
  padding: 0 20px;
}

.header-links li {
  font-size: 16px;
}

.header-links ul li:not(:last-child):after {
  content: none;
}

.header-links li:not(:last-child) {
  margin: 0px 11px 0 0;
  padding-right: 11px;
  border-right: 1px solid #ffd5bd;
}

/* .header-links li {
  border-right: 1px solid #ffd5bd;
  padding-right: 20px;
} */
.appoitment-form1 .form-row .form-btn .th-btn {
  width: 100%;
  padding: 10px 13px;
}

/* ********************************************************************************************************************** */

.banner-content {
  padding: 225px 0;
}

.banner-content .sub-title {
  font-size: 18px;
  margin-bottom: 20px;
  text-transform: uppercase;
  color: #f0bc97;
  letter-spacing: 5px;
}

.banner-content .hero-title3 {
  font-size: 47px;
  letter-spacing: 5px;
}

.img-box-about-us .since-block-about-us {
  padding: 10px 40px;
  border-radius: 3px;
  bottom: 0;
  right: 0;
  background-color: #f7f8ff;
  box-shadow: 0px 0px 10px 0px #414897;
}

.since-block-about-us .year-counter_text {
  line-height: 1;
}

.since-block-about-us .year-counter_number {
  line-height: 1;
}

.first-letter-about-us {
  font-size: 35px;
  color: #414897;
  line-height: 1.1;
}

.home-services-nav-btns {
  margin-bottom: 20px;
  text-align: right;
}

.title-row-home-services {
  margin-bottom: 5px;
}

.services-offered-homepage {
  padding: 70px 0 160px;
  background-image: url("/assets/images/services-bg.png");
  background-position: bottom center;
}

.service-feature-card {
  padding: 20px;
}

.form-below-banner {
  margin-top: 0 !important;
  position: sticky;
  bottom: 0;
  z-index: 999;
}

.driving-form-container {
  /* background: url("/assets/images/footer-form-bg.jpg");
  background-position: left left;
  background-repeat: no-repeat;
  background-size: cover; */
  background: linear-gradient(-20deg, #3e8286 0%, #6bb1b4 100%);
  max-width: 100%;
  padding: 12px 15px;
  border-radius: 0px;
}

.homepage-about-core-values {
  display: flex;
  gap: 15px;
  margin-bottom: 0;
}

.our-core-values-home {
  font-size: 20px;
}

.homepage-about-core-values .about-feature {
  background-color: #4148971a;
  gap: 10px;
  padding: 10px;
  border-radius: 10px;
  box-shadow: inset #414897 0px 0px 65px -40px;
}

.homepage-about-core-values .about-feature .media-body {
  display: flex;
  align-items: center;
}

.homepage-about-core-values .about-feature .media-body h3 {
  margin: 0;
  padding: 0;
  line-height: 1;
  text-transform: uppercase;
  font-size: 18px;
  letter-spacing: 1px;
}

.homepage-about-core-values .about-feature .about-feature_icon img {
  width: 50px;
}

.d-flex-align-item-center {
  display: flex;
  align-items: center;
}

.f-dir-col {
  flex-direction: column;
}

.services-homepage-icon-box {
  margin-bottom: 15px;
}

.services-homepage-icon-box::before {
  background-color: #41489717;
}

.service-feature-card {
  background-image: url("/assets/images//feature_card_bg.png");
}

.service-feature-card .box-title2 {
  margin-top: 0;
  margin-bottom: 0;
  line-height: 1.3;
}

.service-feature-card .services-homepage-icon-box img {
  width: 50px;
}

.service-feature-card:hover .line-icon:before {
  background-color: #414897;
}

.guideline-icon-container {
  position: relative;
}

.guideline-icon-container .guide-feature_icon::before {
  position: absolute;
  content: "";
  top: 0px;
  left: -10px;
  background: #f0782242;
  width: 40px;
  height: 40px;
  border-radius: 50%;
}

.guideline-icon-container .guide-feature_icon::after {
  position: absolute;
  content: "";
  bottom: -10px;
  right: -10px;
  background: #0000002e;
  width: 40px;
  height: 40px;
  border-radius: 50%;
}

.clients-carousel .brand-box {
  filter: none;
}

.clients-carousel {
  margin-top: 30px;
}

.clients-carousel .brand-box img {
  width: 200px;
}

.our-testimonials {
  padding: 70px 0;
}

.homepage-testimonials-card {
  padding: 20px 30px 20px 30px;
}

.main-footer .widget-area {
  padding: 50px 0 30px;
}

.contact-us-footer-links ul {
  padding-left: 0;
}

.contact-us-footer-links ul li {
  list-style: none;
  display: block;
  margin-bottom: 15px;
}

.contact-us-footer-links ul li i {
  padding-right: 10px;
}

.contact-us-footer-links ul li {
  list-style: none;
  display: block;
  margin-bottom: 15px;
  line-height: 1.5;
}

.contact-us-footer-links ul li a {
  color: #bdbdbd;
  /* line-height: 1.313; */
  line-height: 1;
}

.main-footer .contact-us-footer-links {
  color: #f29d61;
}

.contact-us-footer-links ul li a:hover {
  color: #f29d61;
}

.footer-strip img {
  border-radius: 5px;
  padding: 0;
}

.footer-copyright {
  padding: 7px 0px;
  /* padding: 34px 10px; */
}

/* ********************************************************************************* */

.breadcumb-wrapper {
  background: url("/assets/images//inner-pages-banner-img.webp");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 70px 0;
  margin-top: 0;
}

.breadcrumb-container {
  position: relative;
}

.breadcrumb-overlay::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: #0000003e;
  top: 0;
}

.breadcumb-title {
  position: relative;
}

.breadcrumb-current-page-list {
  position: relative;
}

.breadcrumb-container .breadcumb-wrappe .breadcumb-content .breadcrumb-title {
  position: relative;
}

.about-us-page-counter {
  background-image: url("/assets/images/counter-bg.webp");
}

[data-overlay="title"]:before {
  background-color: #000000a8;
}

.about-us-why-choose-us {
  background: url("/assets/images//why_bg_2.jpg") center center/cover no-repeat;
}

.about-us-our-benefits {
  padding: 70px 0;
}

.about-us-our-benefits.feature-sec1 {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.about-us-our-benefits-card {
  background-image: url("/assets/images/feature_card_bg.png");
  padding: 20px;
}

.about-us-our-benefits-card .line-icon {
  margin-bottom: 15px;
}

.about-us-our-benefits-card .line-icon:before {
  background-color: #41489714;
}

/* ********************************************************************************************************* */

.services-page-image-container .product-img:before {
  background: transparent;
}

.services-page-image-container .product-img {
  margin: 0;
}

.service-popup-content {
  padding-left: 0;
  padding-right: 50px;
}

.courses-page-course-card .course-card_content .box-title {
  font-size: 24px;
  line-height: 1;
}

/* ********************************************************************************************************* */

.contact-feature_icon img {
  width: 40px;
}

.contact-page-form-group {
  margin-bottom: 13px;
}

.contact-us-form-section .rounded-20 {
  border-radius: 0;
}

.contact-page-left-side-img-col {
  display: flex;
  justify-content: center;
  align-items: center;
}

.contact-info-section {
  padding: 40px 0;
}

.contact-feature .box-title a:hover {
  color: #f07822 !important;
}

/* *********************************************************************************************************** */

.why-us-page-section {
  padding: 50px 0;
}

.why-us-title {
  font-size: 35px !important;
}

.sec-title.why-us-other-title {
  font-size: 22px;
}

.why-us-page-section-2 {
  background: #eef0ff;
}

.why-us-page-checklists li {
  display: block;
}

/* ****************************************************************************************************** */

.footer-form-title {
  font-size: 22px;
  margin-bottom: 5px;
}

.footer-form .form-row .form-group .form-control {
  height: 35px;
  background-color: #31387c;
  border: 1px solid #ffffff38;
}

.footer-form .form-row .form-group select {
  height: 35px;
  background-color: #31387c;
  border: 1px solid #ffffff6e;
}

.footer-widget {
  margin-bottom: 25px;
}

/* ****************************************************************************************************** */

.driving-signs-section {
  background-color: #1b1f4d14;
}

/* ****************************************************************************************************** */
/* ****************************************************************************************************** */
/* ****************************************************************************************************** */

.title-area .sec-title.st-main-title {
  font-size: 35px;
}

.why-us-other-title.special-trainings-title {
  font-size: 30px;
}

.special-trainings-course-title span {
  color: #f07822;
}

.special-trainings-course-title {
  color: #31387c;
  font-size: 24px;
}

.highlight-stc-title {
  color: #f07822;
}

.st-sub-headings {
  font-size: 20px;
  color: #4d4e53;
  padding: 10px;
  background: aliceblue;
  display: inline-block;
  border-radius: 7px;
  margin-bottom: 0px;
}

.title-area.st-section-heading-container {
  display: inline-block;
  padding: 10px;
  width: max-content;
  margin-bottom: 30px;
  background: #fff9f4;
  border-radius: 6px;
}

/* ****************************************************************************************************** */
/* ****************************************************************************************************** */
/* ****************************************************************************************************** */
/* ****************************************************************************************************** */
/* ****************************************************************************************************** */
/* ****************************************************************************************************** */

#fixed-form-container {
  position: fixed;
  bottom: 0px;
  left: 0;
  width: 100%;
  text-align: center;
  margin: 0;
  z-index: 999999;
}

#fixed-form-container .button:before {
  content: "+ ";
  padding-right: 7px;
}

#fixed-form-container .expanded:before {
  content: "- ";
  padding-right: 7px;
}

#fixed-form-container .button {
  font-size: 17px;
  letter-spacing: 2px;
  text-transform: uppercase;
  cursor: pointer;
  border: none;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px 5px 0px 0px;
  padding: 5px 10px 5px 10px;
  background: linear-gradient(#5f6f9d, 50%, #34338f);
  color: #fff;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  -webkit-box-shadow: 4px 0px 5px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 4px 0px 5px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 4px 0px 5px 0px rgba(0, 0, 0, 0.3);
}

#fixed-form-container .body {
  background-color: #fff;
  border-radius: 5px;
  border: none;
  margin-bottom: 0px;
  padding: 10px;
  -webkit-box-shadow: 4px 4px 5px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 4px 4px 5px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 4px 4px 5px 0px rgba(0, 0, 0, 0.3);
}

/* ****************************************************************************************************** */
/* ****************************************************************************************************** */
/* ****************************************************************************************************** */

.course-duration-details {
  display: flex;
  flex-direction: row;
  gap: 10px;
}

.cdd-box {
  width: max-content;
  height: auto;
  background: aliceblue;
  border-radius: 7px;
  padding: 2px 6px;
  box-shadow: inset 0 0 28px #dae3e8;
}

.cdd-box span {
  color: #515151;
  font-weight: 500;
}

.cdd-box.total-days {
  background: #596383;
  box-shadow: inset 0 0 31px #4a54c0;
}

.cdd-box.total-days span {
  color: #fff;
}

.dc-cc-p {
  margin-bottom: 13px;
}

/* ****************************************************************************************************** */

.homepage-banner-overlay {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  height: 75vh;
  width: 100%;
  background: #0000008a;
}

#background-video {
  width: 100vw;
  height: 75vh;
  /* height: 100vh; */
  object-fit: cover;
  position: relative;
  /* position: fixed; */
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
}

.video-banner-content {
  position: absolute;
  top: 0;
  left: 0;
}

.video-banner-content .container .banner-content {
  padding: 0;
  height: 75vh;
  width: 100vw;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

/* ****************************************************************************************************** */
/* ****************************************************************************************************** */

.classroom-video-bg-section {
  position: relative;
  background: linear-gradient(#5f6f9d, 50%, #34338f);
}

.classroom-video-bg-section .bg-layer {
  position: absolute;
  top: 0px;
  right: 0px;
  background: aliceblue;
  height: 100%;
  width: 100%;
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 53% 100%, 53% 0%);
}

.classroom-video-bg-section .single-item {
  position: relative;
  display: block;
  background: #fff;
  padding: 10px 15px;
  margin-bottom: 20px;
}

.classroom-video-bg-section .single-column:last-child .single-item {
  margin-bottom: 0;
}

.classroom-video-bg-section .single-item .inner {
  position: relative;
  padding-left: 25px;
}

.classroom-video-bg-section .single-item .inner .icon-list {
  position: absolute;
  left: 0px;
  top: -3px;
  padding: 0;
  margin: 0;
}

.classroom-video-bg-section .single-item .inner .icon-list svg {
  width: 20px;
  height: 20px;
}

.classroom-video-bg-section .single-item .inner .icon-list svg path {
  fill: #3e8286;
}

.classroom-video-bg-section .single-item .inner h4 {
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
  margin-bottom: 0px;
  color: #d67631;
  text-transform: capitalize;
  letter-spacing: 1px;
}

.classroom-video-bg-section .single-item .inner p {
  margin: 0;
  font-size: 15px;
  font-weight: 600;
}

.classroom-video-bg-section-left-col {
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.hgt-classes-video-container {
  position: relative;
  height: 100%;
  width: 100%;
}

.hgt-classes-video-container .vid-box {
  width: 100%;
  height: 100%;
}

.hgt-classes-video-container .vid-box video {
  width: 100%;
  height: 100%;
}

.img-box-about-us {
  border: 10px groove #d3d3d3;
  border-radius: 4px;
}

.about-page-img-2 {
  border: 1px solid #1b1f4d3d;
  border-radius: 10px;
  box-shadow: 0 0 5px #1b1f4d42;
  width: 275px;
}

.main-footer {
  background: url("/assets/images/footer-bg.webp") center center/cover no-repeat;
  /* background: url("/assets/images/inner-pages-banner-img.webp") center center/cover no-repeat; */
}

/* ****************************************************************************************************** */

.course-card.style2.courses-inner-page-card {
  background-color: #ffffff;
  box-shadow: none;
  padding: 20px;
  gap: 20px;
}

.course-card.style2.courses-inner-page-card .course-card_content .box-title {
  font-size: 24px;
  line-height: 1;
  color: #1b1f4d;
}

.th-btn.main__btn {
  padding: 10px 13px;
}

.hmv-section-1 .checklist li {
  color: #505050;
  font-size: 16px;
}

.hmv-section-1 .checklist.style2 li>i {
  font-size: 17px;
  color: #31387c;
}

.title-area .sec-title.courses-inner-page-title {
  font-size: 35px;
  margin-bottom: 10px;
  line-height: 1;
  letter-spacing: 1px;
}

.courses-page-section-2 {
  background: url("/assets/images/pattern-bg.webp");
}

.courses-page-section-2 .process-card-wrap {
  grid-template-columns: repeat(2, 1fr);
}

.process-card-wrap.grid__1 {
  grid-template-columns: repeat(1, 1fr);
}

.custom_card_design.process-card {
  padding: 25px;
  box-shadow: 0px 0px 20px #1b1f4d1a;
  border-radius: 3px;
}

.custom_card_design.process-card .process-card_img>img {
  width: 70px;
}

.custom_card_design.process-card:hover .process-card_img>img {
  opacity: 0.07;
}

.courses-page-section-2 .process-card-wrap .process-card {
  padding: 20px;
}

.courses-page-section-2 .process-card-wrap .process-card .process-card_icon {
  top: 15px;
  right: 15px;
  width: 64px;
  height: auto;
}

.courses-page-section-2 .process-card-wrap .process-card .process-card_img {
  width: 80px;
}

.courses-page-section-2 .process-card-wrap .process-card .box-title {
  font-size: 19px;
}

.th-mobile-menu ul .th-item-has-children>a:after {
  content: none !important;
}

/* ****************************************************************************************************** */

.special-training-breadcrumb {
  position: absolute;
  top: 0;
}

.special-training-breadcrumb.oil-truck-left-img {
  left: 0;
}

.special-training-breadcrumb.oil-truck-right-img {
  right: 0;
}

.special-training-breadcrumb img {
  width: 320px;
}

/* ****************************************************************************************************** */

.img-box1.about-section-1-imgbox:before {
  content: none;
}

/* ****************************************************************************************************** */
/* ****************************************************************************************************** */
/* ****************************************************************************************************** */
/* ****************************************************************************************************** */

@media only screen and (min-width: 768px) {
  #fixed-form-container .button {
    margin: 0;
  }

  #fixed-form-container {
    /* left: 0px;
    width: 100%; */
    left: 5px;
    width: 99%;
    text-align: left;
  }

  #fixed-form-container .body {
    padding: 0px;
    border-radius: 0;
  }
}

/* ****************************************************************************************************** */
/* ****************************************************************************************************** */
/* ****************************************************************************************************** */
/* ****************************************************************************************************** */

@media (max-width: 1200px) {
  .mbm_15 {
    margin-bottom: 15px !important;
  }

  .mbm_30 {
    margin-bottom: 30px !important;
  }
}

@media (max-width: 1200px) and (min-width: 991px) {
  .main-menu a {
    font-size: 16px;
  }

  .about-feature {
    max-width: 100%;
    flex-direction: column;
    padding: 13px 25px !important;
  }
}

@media (min-width: 991px) {
  .mobile-nav-btn {
    display: none;
  }

  .main-menu ul.sub-menu li:hover a:hover {
    background: aliceblue;
  }
}

@media (max-width: 991px) {
  .banner-content {
    padding: 70px 0;
  }

  .main-header .logo-bg {
    width: max-content;
  }

  .form-below-banner {
    position: initial !important;
  }

  .newsletter-widget {
    max-width: 100%;
    margin-bottom: 10px;
  }

  .main-footer .widget-area {
    padding: 40px 0 15px !important;
  }

  .title-area.st-section-heading-container {
    width: 100% !important;
  }

  .mobile-mb-30 {
    margin-bottom: 30px !important;
  }

  .course-duration-details {
    flex-direction: column !important;
  }

  .special-training-breadcrumb {
    display: none;
  }

  .about-page-img-2 {
    display: none;
  }

  .img-box1 .img1 {
    width: 100%;
  }

  .img-box1 {
    padding-bottom: 30px !important;
  }

  .classroom-video-bg-section {
    padding: 30px 0;
  }
}

@media (max-width: 747px) {
  .homepage-about-core-values {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }

  .home-client-logo-container {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0px;
  }

  .home-client-logo-col {
    padding: 0 7px 0 0;
  }

  .our-testimonials {
    padding: 30px 0;
  }

  .service-feature-card .box-title2 {
    font-size: 14px;
  }

  .header-layout9 .header-logo img {
    max-width: 100%;
    width: 80px;
  }

  .th-menu-toggle {
    width: 45px;
    height: 45px;
    font-size: 24px;
  }

  .homepage-banner-overlay {
    height: 80vh !important;
  }

  #background-video {
    height: 80vh !important;
  }

  .video-banner-content .container .banner-content {
    height: 80vh !important;
  }

  .banner-content .sub-title {
    font-size: 15px;
    letter-spacing: 4px;
  }

  .banner-content .hero-title3 {
    font-size: 35px;
    letter-spacing: 3px;
  }

  .video-banner-content .container {
    padding: 0;
  }

  .title-area .sec-title {
    font-size: 28px !important;
    margin-bottom: 10px;
    line-height: 1.2;
    letter-spacing: 1px;
  }

  .home-services-nav-btns {
    display: none;
  }

  .sub-title:has(img) {
    margin-bottom: 5px;
  }

  .counter-card.style2 .counter-card_text {
    font-weight: 500;
    font-size: 20px;
    margin-top: 12px;
  }

  .why-us-page-section-2 .title-area .sec-title {
    font-size: 20px !important;
    text-align: left !important;
  }

  .courses-page-section-2 .process-card-wrap {
    grid-template-columns: repeat(1, 1fr);
  }

  .courses-page-section-2 .process-card-wrap .process-card .process-card_icon {
    position: static;
    margin-bottom: 20px;
  }
}

@media (max-width: 1200px) {
  .course-card.courses-page-course-card {
    flex-direction: column;
  }

  .course-card.courses-page-course-card .course-card_img {
    max-height: 100%;
  }
}

/* ****************************************************************************************************** */
/* ****************************************************************************************************** */
/* ****************************************************************************************************** */


img.header-logo-img {
  height: 50px;
}

.row.clients-carousel.home-client-logo-container {
  justify-content: center;
}

.footer-widget.widget_nav_menu a:before {
  content: "" !important;
}