@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Poppins", sans-serif;
}

:root {
  --themecolorone: #0062bd;
  --themecolortwo: #ff0000;
  --para: #565656;
  --gradient: linear-gradient(90deg, #0062bde3, #bd0000c7);
}
/* global css  */
.container {
  width: 100%;
  max-width: 1180px;
  margin: auto;
}
.mobile-ftr {
  display: none;
}
a {
  text-decoration: none;
}
ul li {
  list-style: none;
}
.glblbtn {
  background: var(--themecolorone);
  box-shadow: unset;

  box-shadow: unset;
  padding: 10px 22px;
  color: #fff;
  border-radius: 10px;
  margin-top: 20px;
  display: inline-block;
}

.m-top {
  margin-top: 60px;
}

/* For Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* For Firefox */
input[type="number"] {
  -moz-appearance: textfield;
}
/* section  */
section {
  padding: 60px 0px;
}

/* heading  */
.heading h2 {
  font-size: 45px;
  font-weight: 600;
  color: var(--themecolorone);
  margin-bottom: 25px;
  text-transform: capitalize;
  text-align: center;
}

.heading h2 span {
  color: var(--themecolortwo);
}
/* mainbanner  */
.mainbanner {
  height: 100vh;
  background: linear-gradient(90deg, #0062bde3, #bd0000c7),
    url(../img/banner.jpg);
  background-position: center;
  background-size: cover;
}
/* header  */
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 12px 0;
  z-index: 999;
    /*background: linear-gradient(90deg, #0062bde3, #bd0000c7), url(../img/banner.jpg);*/
  transition: background-color 0.6s ease, transform 0.6s ease;
  box-shadow: none; /* Initial state without box-shadow */
}

/* Default logo */
.logo .logo-default {
  display: block;
  transition: opacity 0.6s ease;
}

/* Scrolled logo */
.logo .logo-scrolled {
  display: none;
  transition: opacity 0.6s ease;
}

/* When scrolling down */
.header.scrolled .logo-default {
  display: none;
}

.header.scrolled .logo-scrolled {
  display: block;
  width: 185px;
}

.header.scrolled {
  background-color: #fff;
  padding-top: 20px;
  padding-bottom: 14px;
}

.header.scrolled .callrequest {
  background: linear-gradient(90deg, #0062bd, #0062bd);
  box-shadow: unset;
  padding: 10px 22px;
  box-shadow: unset;
  padding: 10px 22px;
}

.header.shrink {
  transform: translateY(-10px); /* Slightly move it up when scrolling down */
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.header .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header a.dail {
  color: #fff;
  transition: color 0.3s ease;
  font-size: 30px;
  text-transform: capitalize;
  font-weight: 600;
  animation: smoothBlink 1.5s ease-in-out infinite;
}
/* Keyframes for smooth blinking (fade in/out) */
@keyframes smoothBlink {
  0%,
  100% {
    opacity: 1;
  }
  50% {
    opacity: 0.2;
  }
}
.header.scrolled a {
  color: #bd0000;
}

.header .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

header .logo {
  width: 17%;
}
header .logo img {
  width: 100%;
}
header nav ul li {
  display: inline-block;
  margin-left: 28px;
}

.header .callrequest {
  padding: 10px 22px;
  border-radius: 5px;
  color: #000;
  text-transform: capitalize;
  border: 1px solid #ffffff21;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}
.header .callrequest a {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
}
/* bannertext  */
.bannercontant {
        background: linear-gradient(90deg, #0062bde3, #bd0000c7), url(../img/banner.jpg);
  height: 100%;
  position: relative;
  padding-top: 80px;
      height: 100vh;
}

.bannercontant .container {
  display: flex;
  align-items: center;
  height: 100%;

  justify-content: space-between;
}
.bannercontant .container .left {
  width: 65%;
}
.bannercontant .bannertext h1 {
  font-size: 42px;
  color: #fff;
  font-weight: 600;
  margin-bottom: 15px;
  text-transform: capitalize;
  width: 90%;
}

.bannercontant .bannertext h1 span {
  color: #ffcb14;
}

.bannercontant .bannertext ul li {
  list-style: none;
  display: inline-block;
  margin-right: 15px;
  color: #fff;
  font-size: 19px;
  font-weight: 500;
}
.bannercontant .bannertext ul li:nth-child(2) {
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
  padding: 0px 15px;
}

/* bannercontent  */

.demo {
  height: 500px;
}

.bannertext .trained {
  margin-top: 7px;
  display: flex;
  align-items: center;
}
.bannertext .trained img {
  width: 90px;
  margin-right: 10px;
}

.bannertext .trained h5 {
  color: #fff;
  font-size: 17px;
  font-weight: 400;
  text-transform: capitalize;
}

/* banner img  */
/* form  */
form {
  width: 100%;
  border: 1px solid #fff;
  background: #fff;
  border-radius: 8px;
  padding: 25px;
}
form .form-group label {
  display: block;
  color: #252525;
  font-size: 16px;
  font-weight: 600;
  text-transform: capitalize;
}

form .form-group {
  width: 100%;
  margin-bottom: 9px;
}

form .form-group input,
form .form-group select {
  width: 100%;
  height: 44px;
  border-radius: 5px;
  outline: unset;
  border: 1px solid #cfcfcf;
  padding: 0px 20px;
}

form .form-group div {
  display: flex;
  align-items: center;
  height: 32px;
}

form .form-group div span {
  padding-left: 8px;
}
form .form-group input[type="checkbox"] {
  width: 20px;
}

.right form input[type="submit"] {
  width: 100%;
  padding: 11px;
  text-transform: uppercase;
  background: #0062bd;
  border: unset;
  border-radius: 5px;
  color: #fff;
  margin-top: 15px;
  font-size: 16px;
}

.mainbanner .container .right {
  width: 33%;
}
.mainbanner .container .right h3 {
  background: #0062bd;
  padding: 12px 0px;
  color: #fff;
  text-align: center;
  text-transform: capitalize;
  border-top-right-radius: 8px;
  border-top-left-radius: 8px;
  text-transform: uppercase;
}

.sub-title {
  font-size: 1.5rem;
  color: #fff;
  height: 3rem;
  position: relative;
  overflow: hidden;
  font-size: 30px;
  font-weight: 500;
}

.sub-title span {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  opacity: 0;
  animation: fadeWords 8s linear infinite;
}

.sub-title span:nth-child(1) {
  animation-delay: 0s;
}

.sub-title span:nth-child(2) {
  animation-delay: 2s;
}

.sub-title span:nth-child(3) {
  animation-delay: 4s;
}

.sub-title span:nth-child(4) {
  animation-delay: 6s;
}

@keyframes fadeWords {
  0% {
    opacity: 0;
    transform: translateY(100%);
  }
  5% {
    opacity: 1;
    transform: translateY(0);
  }
  25% {
    opacity: 1;
    transform: translateY(0);
  }
  30% {
    opacity: 0;
    transform: translateY(-100%);
  }
  100% {
    opacity: 0;
  }
}

/* topheader  */
.marquee-container {
  width: 100%;
  overflow: hidden;
  padding: 5px 0px;
  border-bottom: 1px solid #fdfdfd59;
}

.marquee-track {
  display: flex;
  width: max-content;
  animation: scroll 25s linear infinite;
}

.marquee-track span {
  display: inline-block;
  padding: 0 2rem;
  white-space: nowrap;
  font-size: 15px;

  color: #fff;
}

@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

/* navigation  */
.navigation {
  padding: 20px 0px;
}
.navigation ul li {
  font-size: 16px;
  display: inline-block;
  margin-right: 21px;
}

.navigation ul li a {
  color: #333;
  font-size: 15px;
}

.navigation ul li a.active {
  color: #0062bd;
  font-size: 15px;
  font-weight: 600;
  border-bottom: 1px solid #0062bd;
  padding-bottom: 10px;
}

/* why us  */
.whyus {
  padding: 0px;
}

.whyus .whychoosebox {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.whyus .whychoosebox .box {
  display: flex;

  align-items: center;
  background: #fff;
  width: 49%;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  padding: 10px;
  border-radius: 10px;
  margin-bottom: 16px;
  background: var(--gradient);
}
.whyus .whychoosebox .box h3 {
  font-weight: 600;
  font-size: 17px;
  margin-left: 15px;
  color: #fff;
  text-transform: capitalize;
}

.whyus .whychoosebox .box .img {
  background: #fff;
  height: 54px;
  width: 54px;
  padding: 5px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.whyus .whychoosebox .box .img img {
  width: 32px;
}

/* what you will learn  */

.learn .boxbody {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.learn .boxbody .box {
  width: 33%;
}
.learn .boxbody .box h3 {
  color: #fff;
  font-weight: 500;
  padding-left: 12px;
  font-size: 15px;
  text-transform: capitalize;
}
.learn .boxbody .box {
  padding: 15px;
  background-color: var(--themecolorone);
  border-radius: 5px;
  margin: 3px 0px;
  display: flex;
  align-items: center;
}

.learn .boxbody .box:nth-child(odd) {
  background-color: var(--themecolortwo);
}

/* main-body  */
.main-body .container {
  display: flex;
  justify-content: space-between;
  margin-top: 60px;
}
.main-body .left {
  width: 72%;
}
.main-body .rightmain {
  width: 25%;
  position: sticky;
  top: 0;
}
.main-body .rightmain form {
  box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 50px;
  background-color: #fff;
  position: sticky;
  top: 150px;
}

.main-body .rightmain form input[type="submit"] {
  width: 100%;
  padding: 11px;
  text-transform: uppercase;
  background: #0062bd;
  border: unset;
  border-radius: 5px;
  color: #fff;
  margin-top: 15px;
  font-size: 16px;
}
/* cta */
.cta {
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  padding: 25px;
  margin: 70px 0px;
  border-radius: 5px;
}
.cta.cta2 {
  background-image: url(../img/hero_image.png);
  background-size: 28%;
  background-position: right bottom;
  background-repeat: no-repeat;
}

.cta.cta2 .text h2 {
  font-weight: 600;
  font-size: 25px;
  margin-bottom: 10px;
}
.cta.cta2 .text h2 span {
  color: var(--themecolortwo);
}

.cta .text {
  width: 65%;
}
.cta .text p {
  font-size: 14px;
  color: #767272;
}

.cta .text .glblbtn {
  background-color: var(--themecolortwo);
  text-transform: capitalize;
  font-weight: 500;
}

.cta .text h2 {
  font-weight: 600;
  font-size: 22px;
  margin-bottom: 10px;
}

/* clients  */
.ourclients {
  padding: 0px 0px;
}

.ourclients .container {
  margin-top: 25px;
}

.slider-track {
  overflow: hidden;
  width: 100%;
  /* box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px; */
  position: relative;
}

.slide {
  display: flex;
  animation: scroll 30s linear infinite;
}

.slide img {
  width: 185px;
  margin: 0 10px;
  object-fit: contain;
}

@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

/* testimonal  */
.testimonial {
  margin: 60px 0px;
}

/* tools  */
.tools {
  padding: 20px;
  background-color: #3333330a;
  border-radius: 5px;
  margin-top: 35px;
}
.tools .box img {
  width: 90px;
}

.tools .body {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.tools .body .box {
  font-weight: 500;
  font-size: 17px;
  margin-bottom: 15px;

  border-radius: 5px;
  margin-right: 15px;
  margin-bottom: 15px;
  background: #fff;
  border-radius: 5px;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  width: 18%;
}

.tools .box {
  border-radius: 5px;
  margin-right: 15px;
  margin-bottom: 15px;
}

.tools .box img {
  width: 100%;
}

/* who  */
.who .whobox .box {
  background-color: #fff;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
  margin: 10px 0px;
  padding: 10px 15px;
  border-radius: 10px;
  display: flex;
  align-items: center;
}
.who .whobox .box .img {
  width: 64px;
  height: 64px;
  background: #d8161626;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 15px;
}
.who .whobox .box img {
  width: 35px;
}

.who .whobox .box .contant {
  margin-left: 10px;
}
.who .whobox .box .contant h3 {
  font-weight: 600;
  font-variant: var(--themecolorone);
  font-size: 19px;
  margin-bottom: 2px;
  color: #000;
}

/* .who .whobox .box h3,
.who .whobox .box p {
  margin-left: 64px;
} */

/* program */
.program .box-body {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.program .box-body ul li img {
  width: 17px;
  margin-right: 5px;
}

.program .box-body ul li {
  list-style: none;
  margin-top: 10px;
  padding: 14px 20px;
  display: flex;
  align-items: center;
}

.program .box-body ul li:nth-child(odd) {
  background-color: #5656560d;
}

.program .box-body .box {
  width: 34%;
}
.program .box-body .box:nth-child(2) {
  border: 1px solid var(--themecolortwo);
  border-radius: 10px;
  padding: 30px 0px;
}
.program .box-body .box h3 {
  color: #2b2a2a;
  font-size: 20px;
  font-weight: 500;
  text-align: center;
}
.program .box-body .box:nth-child(2) h3 {
  color: var(--themecolortwo);
  font-weight: 600;
  font-size: 22px;
}
.program .box-body .box h4 {
  font-size: 14px;

  font-weight: 600;
  padding-left: 8px;
}

/* power  */
.power .box-body {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0px;
  box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px,
    rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
  border-radius: 10px;
}
.power .box-body .box {
  width: 24%;
  border-right: 1px solid #bdbdbda8;
  padding: 25px;
}
.power .box-body .box:last-child {
  border: unset;
}
.power .box-body .box span {
  color: var(--themecolortwo);
  font-size: 21px;
  font-weight: 500;
}

.power .box-body .box p {
  font-size: 15px;
  color: #333;
}

/* learnerworks */
.learnerworks {
  padding: 40px 0px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.learnerworks .left {
  width: 50%;
  background: linear-gradient(
    to right,
    rgba(255, 255, 255, 0.95),
    rgba(255, 255, 255, 0.7)
  );
  padding: 25px 0px;
  position: relative;
  z-index: 2; /* above images */
  background: #fff; /* match the section background */
}
.learnerworks .left::after {
  content: "";
  position: absolute;
  top: 0;
  right: -50px; /* adjust if needed */
  width: 100px;
  height: 100%;
  background: linear-gradient(to right, #fff 0%, rgba(255, 255, 255, 0) 100%);
  z-index: 2;
  pointer-events: none;
}

.learnerworks .left h3 {
  font-size: 17px;
  font-weight: 600;
}
.learnerworks .left p {
  font-size: 14px;
}

.learnerworks h3 {
  margin-bottom: 13px;
  font-size: 13px;
}

.sliders-section {
  display: flex;
  flex-direction: column;
  gap: 30px;
  overflow: hidden;
  background: #fff;
  padding: 40px 0;
}

.learnerworks .right {
  width: 50%;
}
.learnerworks .slider {
  overflow: hidden;
  white-space: nowrap;
}

.learnerworks .slider-track {
  display: inline-block;
  white-space: nowrap;
  animation: scroll-right 30s linear infinite;
}

.learnerworks .slider-left .slider-track {
  animation: scroll-left 30s linear infinite;
}

.learnerworks .slider-track img {
  width: 120px;
  height: auto;
  margin: 0 20px;
  vertical-align: middle;
}

/* Animations */
@keyframes scroll-right {
  0% {
    transform: translateX(-50%);
  }
  100% {
    transform: translateX(0);
  }
}

@keyframes scroll-left {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

.learnerworks .right {
  position: relative;
  overflow: hidden; /* important for fade masking */
}

.learnerworks .slider-fade-left {
  position: absolute;
  top: 0;
  left: 0;
  width: 50px; /* adjust this width based on blend smoothness */
  height: 100%;
  background: linear-gradient(to right, #fff 80%, rgba(255, 255, 255, 0));
  z-index: 5;
  pointer-events: none; /* allows clicks to pass through */
}

/* faculty  */
.faculitybox {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.faculitybox .box {
  width: 95%;
  box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px,
    rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
  padding: 10px;
  border-radius: 5px;
  margin: 10px auto;
}
.faculitybox .box p {
  font-size: 15px;
  color: #0062bd;
  font-weight: 500;
  margin-bottom: 10px;
  text-transform: capitalize;
  font-weight: 600;
  text-align: center;
  background: #0062bd;
  padding: 5px 0px;
  color: #fff;
  border-radius: 5px;
  font-weight: 500;
}
.faculitybox .box a {
  font-size: 14px;
  color: #4279cc;
  margin-top: 5px;
  font-weight: 500;
  text-decoration: underline;
  display: flex;
  align-items: center;
}
.faculitybox .box a img {
  width: 20px;
  object-fit: cover;
  padding-left: 5px;
}
.faculitybox .box h4 {
  font-weight: 600;
  margin: 10px 0px;
  text-transform: capitalize;
  font-size: 17px;
  text-align: center;
}
.faculitybox .box .img {
  background-color: #f2f2f2;
  border-radius: 10px;
  padding: 15px 0px;
}
.faculitybox .box .img img {
  height: 150px;
  width: 150px;
  border-radius: 100%;
  margin: auto;
  display: block;
}

#faculitybox {
  position: relative;
}

#faculitybox button.owl-prev,
#testimonial button.owl-prev {
  position: absolute;
  left: -20px;
  top: 32%;
  background-color: #000;
  height: 40px;
  width: 40px;
  z-index: 1;
  background: #0062bd;
  border-radius: 100%;
}
#faculitybox button.owl-next,
#testimonial button.owl-next {
  position: absolute;
  right: -20px;
  top: 32%;
  background-color: #000;
  height: 40px;
  width: 40px;
  z-index: 1;
  background: #0062bd;
  border-radius: 100%;
}
#faculitybox button.owl-prev span,
#faculitybox button.owl-next span,
#testimonial button.owl-prev span,
#testimonial button.owl-next span {
  color: #fff;
  font-size: 30px;
  line-height: 30px;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #0062bd !important;
}
/* certification  */
.certification {
  background-color: #3333330a;
  padding: 25px;
  border-radius: 5px;
}
.certification .container {
  display: block;
  margin-top: 0;
}
.certification .container .certification-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.certification .left {
  font-weight: 600;
  width: 45%;
}

.certification .box {
  display: flex;
  align-items: center;
  margin-bottom: 25px;
}

.certification .box .leftbox .img {
  width: 40px;
  height: 40px;
  background: #bd00001c;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
}
.certification .box .leftbox {
  margin-right: 15px;
}

.certification .box .rightbox p {
  font-size: 13px;
  color: #636161;
  font-weight: 500;
}

.certification .right {
  width: 50%;
}
.certification .right img {
  width: 100%;
}

.certification .rightbox h3 {
  font-weight: 600;
  text-transform: capitalize;
}

/* fee */
.fee .container {
  display: flex;
  justify-content: space-between;
  /* align-items: center; */
  box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px,
    rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
  padding: 15px;
  border-radius: 5px;
}
.fee .left {
  width: 48%;
}
.fee .left .box {
  background-color: #f6f4f4ba;
  padding: 25px;
  border-radius: 5px;
}

.fee .left .box h4 {
  font-size: 25px;
  font-weight: 600;
  margin: 5px 0px;
}
.fee .left .box h4 span {
  color: var(--themecolortwo);
}

.fee .left .box h5 {
  font-size: 18px;
  font-weight: 500;
}

.fee .left .glblbtn {
  border-radius: 5px;
  width: 200px;
  text-align: center;
}

.fee .right {
  width: 48%;
}
.fee .right ul li {
  background-image: url(../img/checked.png);
  background-repeat: no-repeat;
  padding-left: 30px;
  background-position: left;
  background-size: 14px;
  color: #333;
  font-size: 15px;
  line-height: 29px;
}

/* testimonial  */
.testimonial .box img {
  width: 75px;
  margin: auto;
}

.testimonial .box {
  border: 1px solid #d0c5c5;
  padding: 15px;
  border-radius: 5px;
  text-align: center;
  height: 315px;
}

.testimonial .box p {
  font-size: 14px;
  color: #554e4e;
  font-weight: 400;
  margin: 10px 0px;
}

.testimonial .box ul li {
  display: inline-block;
}

.testimonial .box ul li img {
  width: auto;
}

.testimonial .box h4 {
  color: #d50000;
  font-weight: 500;
  text-transform: capitalize;
}

.download {
  text-align: center;
  margin-top: 15px;
  text-transform: capitalize;
  font-weight: 600;
}
.download a {
  color: red;
}

/* footer  */
footer {
  background: linear-gradient(90deg, #0062bde3, #bd0000c7);
  padding: 60px 0px;
  margin-top: 50px;
}
footer .container {
  display: flex;
  justify-content: space-between;
}

footer a {
  color: #fff;
}

footer .container .right ul li {
  display: inline-block;
  margin-left: 8px;
}
footer .container .right ul li a {
  text-decoration: underline;
  text-transform: capitalize;
}

footer .left h2 {
  font-size: 35px;
  color: #fff;
}

/* inner-header  */
.inner-header {
  background: var(--gradient);
}

.inner-header .innertext {
  padding: 100px 0px;
}

.inner-header .innertext {
  font-size: 35px;
  text-align: center;
  color: #fff;
  text-transform: capitalize;
  letter-spacing: 1px;
}
.inner-header nav ul li a {
  display: none;
}

.inner-body p {
  font-size: 18px;
  color: #333;
  line-height: 30px;
}

.inner-body .box {
  padding: 15px 0px;
}
.inner-body .box ul li {
  line-height: 40px;
  color: #333;
  font-size: 18px;
}
.inner-body .box h3 {
  font-weight: 600;
  color: #0062bd;
  font-size: 22px;
  margin: 10px 0px;
}

.inner-body .box b {
  margin-bottom: 11px;
  display: inline-block;
  font-weight: 600;
  color: #353333;
  font-size: 17px;
}

.inner-body .container {
  width: 90%;
  background: #fff;
  box-shadow: rgba(17, 17, 26, 0.05) 0px 1px 0px,
    rgba(17, 17, 26, 0.1) 0px 0px 8px;
  padding: 25px;
  border-radius: 10px;
}

.whatsapp {
  position: fixed;
  right: 10px;
  bottom: 10px;
  z-index: 99999;
}

/* media query  */
@media (max-width: 575px) {
  footer {
    margin-top: 25px;
  }
  .cta {
    margin: 30px 0px;
  }
  .m-top {
    margin-top: 30px;
  }
  .main-body .container {
    margin-top: 20px;
  }

  section {
    padding: 20px 0px;
  }
  .container {
    padding: 0px 15px;
  }
  .bannercontant .container .left {
    width: 100%;
  }
  .mainbanner .container .right {
    width: 100%;
  }
  .bannercontant .container {
    flex-wrap: wrap;
  }
  .bannercontant .bannertext h1 {
    font-size: 21px;
    margin-bottom: 12px;
  }
  .bannercontant .bannertext h1 span {
    color: #ffcb14;
    font-size: 15px;
  }
  .sub-title {
    height: 20px;
    margin-top: 8px;
  }
  .bannercontant .bannertext ul li {
    margin-right: 0px;
    font-size: 14px;
  }
  .bannercontant .bannertext ul li:nth-child(2) {
    padding: 0px 5px;
  }
  .bannertext .trained img {
    width: 65px;
    margin-right: 10px;
  }
  .bannertext .trained h5 {
    font-size: 14px;
  }
  form {
    width: 95%;
    margin: 25px auto;
  }
  header .logo {
    width: 40%;
  }
  header .dail {
    display: none;
  }
  .header .callrequest a {
    font-size: 13px;
  }
  .header .callrequest {
    padding: 10px 10px !important;
  }
  .header.scrolled .logo-scrolled {
    display: block;
    width: 140px;
  }
  .mainbanner {
    height: auto;
  }
  .main-body .left {
    width: 100%;
  }
  .whyus .whychoosebox .box {
    width: 100%;
  }
  .heading h2 {
    font-size: 22px;
  }
  .whyus .whychoosebox .box h3 {
    font-weight: 600;
    font-size: 15px;
  }
  .learn .boxbody .box {
    width: 99%;
  }
  .tools {
    padding: 10px;
  }
  .tools .body .box {
    width: 28%;
  }

  /* who  */

  /* certification  */
  .certification .container .certification-box {
    flex-wrap: wrap;
  }
  .certification .rightbox h3 {
    font-weight: 600;
    font-size: 15px;
  }
  .certification .right {
    width: 100%;
    margin-top: 5%;
  }
  .cta .text {
    width: 100%;
  }
  .main-body .rightmain {
    width: 100%;
    padding-top: 20px;
  }
  .main-body .container {
    flex-wrap: wrap;
  }
  .whobox .box p {
    font-size: 12px;
    color: #333;
  }
  .who .whobox .box .contant h3 {
    font-weight: 600;
    font-size: 15px;
  }
  .who .whobox .box img {
    width: 25px;
  }
  .who .whobox .box .img {
    width: 85px;
    height: 45px;
    border-radius: 100%;
  }
  .mobile-ftr .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .mobile-ftr .left,
  .mobile-ftr .right {
    padding: 8px 15px;
    border-radius: 5px;
    width: 48%;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  }
  .mobile-ftr .left {
    background-color: var(--themecolortwo);
  }
  .mobile-ftr .left a {
    color: #fff;
    width: 100%;
    text-align: center;
    display: inline-block;
  }
  .mobile-ftr .right {
    background-color: var(--themecolorone);
  }
  .mobile-ftr .right a {
    color: #fff;
    font-size: 15px;
  }
  .mobile-ftr {
    display: block;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0px;
    z-index: 1;
    background-color: #fff;
    padding: 10px 0px;
    box-shadow: rgba(17, 17, 26, 0.05) 0px 1px 0px,
      rgba(17, 17, 26, 0.1) 0px 0px 8px;
  }
  footer .container {
    display: block;
  }
  footer .left h2 {
    font-size: 19px;
    color: #fff;
    margin-bottom: 10px;
  }
  footer {
    margin-top: 25px;
    padding-bottom: 80px;
  }

  .inner-header h2 {
    font-size: 30px;
  }
  .inner-header .innertext {
    font-size: 35px;
    padding-bottom: 45px;
  }

  .inner-body p {
    font-size: 15px;
    color: #333;
  }

  .inner-body .box h3 {
    font-size: 18px;
  }

  .inner-body .box ul li {
    line-height: 28px;

    font-size: 14px;
    margin: 8px 0px;
  }

  .whatsapp {
    position: fixed;
    right: 10px;
    bottom: 13%;
  }
  .whatsapp img {
    width: 55px;
  }
}

/* header  */
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 12px 0;
  z-index: 999;
  background-color: transparent;
  transition: background-color 0.6s ease, transform 0.6s ease;

  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}

/* Default logo */
.logo .logo-default {
  display: block;
  transition: opacity 0.6s ease;
}

/* Scrolled logo */
.logo .logo-scrolled {
  display: none;
  transition: opacity 0.6s ease;
}

/* When scrolling down */

.innerheader.header .logo-default {
  display: none;
}

.innerheader.header {
  display: block;
  width: 185px;
}
.header.innerheader .logo-scrolled {
  display: block;
  width: 185px;
}

.header.scrolled .logo-default {
  display: none;
}

.header.scrolled .logo-scrolled {
  display: block;
  width: 185px;
}

.header.scrolled {
  background-color: #fff;
  padding-top: 20px;
  padding-bottom: 14px;
}

.header.innerheader {
  background-color: #fff;
  padding-top: 20px;
  padding-bottom: 14px;
}
.header.innerheader .callrequest {
  background: linear-gradient(90deg, #0062bd, #0062bd);
  box-shadow: unset;
  padding: 10px 22px;
  box-shadow: unset;
  padding: 10px 22px;
}

.header.scrolled .callrequest {
  background: linear-gradient(90deg, #0062bd, #0062bd);
  box-shadow: unset;
  padding: 10px 22px;
  box-shadow: unset;
  padding: 10px 22px;
}
.header.innerheader {
  transform: translateY(-10px); /* Slightly move it up when scrolling down */
  width: 100%;
}
.header.shrink {
  transform: translateY(-10px); /* Slightly move it up when scrolling down */
  width: 100%;
}

.header .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header a {
  color: #fff;
  transition: color 0.3s ease;
  font-size: 18px;
  display: flex;
  animation: capitalize;
  align-items: center;
}
nav > ul > li > a img {
  filter: brightness(0) invert(1); /* makes image appear white */
}
header.header.innerheader.scrolled.shrink nav > ul > li > a img {
  filter: unset; /* makes image appear white */
}

.header.scrolled a {
  color: #000;
}
.header.innerheader a {
  color: #000;
  display: flex;
  align-items: center;
}

.header .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

header .logo {
  width: 15%;
}
header .logo img {
  width: 100%;
}
header nav > ul > li {
  display: inline-block;
  margin-left: 28px;
  position: relative;
  padding: 10px 0;
}

.header .callrequest {
  padding: 10px 22px;
  border-radius: 5px;
  color: #000;
  text-transform: capitalize;
  border: 1px solid #ffffff21;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}
.header .callrequest a {
  color: #fff;
  font-size: 16px;
}

/* Positioning the submenu */
nav ul li {
  position: relative;
}

.submenu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: white;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  border-radius: 12px;
  z-index: 99;
  padding: 15px 5px;
  min-width: 320px;
}
.submenu.second-level-menu.recourse {
  padding: 7px;
}
.submenu.second-level-menu.recourse img {
  width: 100%;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.submenu.second-level-menu.recourse p {
  color: #595959;
  font-size: 13px;
  font-weight: 400;
  margin: 8px 0;
}

.header .submenu.second-level-menu.recourse .submenu-body a {
  color: #0062bd;
  font-size: 14px;
  font-weight: 500;
}
.header .submenu.second-level-menu.recourse .submenu-body {
  width: 100%;
  padding: 10px;
  padding-top: 0;
}
nav ul li:hover .submenu {
  display: block;
}

.submenu.second-level-menu.recourse .submenu-body h4 {
  color: #000;
  font-size: 17px;
  font-weight: 600;
  margin: 3px 0;
}

/* Second level items styling */
.second-level-menu li {
  padding: 10px 20px;
  display: flex;
  align-items: center;
  padding-bottom: 3px;
  display: inline-block;

  width: 100%;
  margin-left: 0;
}

.second-level-menu li:last-child {
  border-bottom: none;
}

.second-level-menu li img {
  width: 20px;
  height: 20px;
  margin-right: 12px;
}

.second-level-menu li a {
  display: flex;
  align-items: center;
  color: #333;
  font-weight: 500;
  text-decoration: none;
  transition: background 0.3s;
  font-size: 16px;
  border-bottom: 1px solid #eee;
  padding-bottom: 6px;
}

.second-level-menu li:last-child a {
  border: unset;
}

.second-level-menu li:hover {
  background-color: #f9f9f9;
}

.submenu::before {
  content: "";
  position: absolute;
  top: -10px;
  left: 30px;
  border-width: 0 10px 10px 10px;
  border-style: solid;
  border-color: transparent transparent white transparent;
}

@media (max-width: 575px) {
    .bannercontant .container .bannertext {
        width: 100%;
        margin-top: 0% !important;
    }
    .bannercontant {
    height: auto;
}
    .mobile-ftr .right a {
        font-size: 14px !important;
    }
        .mobile-ftr .left, .mobile-ftr .right {
        padding: 8px 10px !important;
}


}.filter_loading{position:fixed;display:none;top:0;left:0;text-align:center;background:rgba(0,0,0,0.6);color:#FFF;width:100%;height:100%;z-index:999999999;}.filter_loading img{margin: 20% auto 0 auto;padding:5px;width:54px;}.overlay {background:#000000b3;position: fixed;z-index:2;width: 100%;height: 100%;left: 0;right: 0;margin: auto;top: 0;bottom: 0;display:none;}.over_inner {width: 100%;height: 100%;}.is-invalid {border-color: #df4841;}em.error {color: rgb(223, 72, 65);right: 0;font-size: 10px;margin: 0; font-weight: 700;}