/* fonts */

@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");

html {
  scroll-padding-top: 100px; 
}

body {
  margin: 0;
  padding: 0;
  font-family: "Roboto", serif;
  font-size: 14px;
  color: #000;
  overflow-x: hidden !important;
}

* {
  box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
form,
figure {
  margin: 0;
  padding: 0;
}

a {
  color: #000;
  text-decoration: none;
}

.w-90 {
  width: 87% !important;
}

.custom-spacing{
  padding-top: 80px;
  padding-bottom: 80px;
}

/* banner */

#banner-section {
  overflow-x: hidden;
  position: relative;
  z-index: 0;
  height: 900px;
  top: 0;
  width: 100%;
  padding: 80px 0;
  display: flex;
  align-items: center;
}
.banner-item {
  position: relative;
  width: 100%;
  height: 100%;
}
.banner-img {
  position: relative;
  -webkit-animation: bubble 5s linear infinite;
  animation: bubble 5s linear infinite;
  background-image: linear-gradient(to top, #ffd92a 0%, #fff 100%);
  text-align: center;
}
.banner-img-main {
  border-radius: 0 0 50% 40%;
}
@-webkit-keyframes bubble {
  0%,
  100% {
    border-radius: 64% 46% 37% 73% / 55% 58% 42% 45%;
  }
  25% {
    border-radius: 43% 47% 47% 38% / 43% 46% 64% 27%;
  }
  50% {
    border-radius: 48% 72% 44% 56% / 49% 40% 60% 51%;
  }
  75% {
    border-radius: 40% 60% 70% 30% / 47% 62% 38% 53%;
  }
}

@keyframes bubble {
  0%,
  100% {
    border-radius: 64% 46% 37% 73% / 55% 58% 42% 45%;
  }
  25% {
    border-radius: 43% 47% 47% 38% / 43% 46% 64% 27%;
  }
  50% {
    border-radius: 48% 72% 44% 56% / 49% 40% 60% 51%;
  }
  75% {
    border-radius: 40% 60% 70% 30% / 47% 62% 38% 53%;
  }
}
/* .banner-img-main-bg {
  left: -120px;
  z-index: -1;
  bottom: -85px;
  -webkit-animation: rotation infinite 55s linear;
  animation: rotation infinite 55s linear;
  position: absolute;
} */
.banner-inner.row {
  align-items: center;
}

.img-bg-ani_1 {
  left: 5%;
  top: 70px;
  opacity: 0.65;
  -webkit-animation: float-bob-y infinite 5s linear;
  animation: float-bob-y infinite 5s linear;
}
.img-bg-ani {
  position: absolute;
  z-index: 1;
}
.img-bg-ani_2 {
  right: 10%;
  bottom: 50px;
  -webkit-animation: float-bob-y infinite 4s linear;
  animation: float-bob-y infinite 4s linear;
  width: 200px;
}
.img-bg-ani_3 {
  right: 38%;
  top: 120px;
  -webkit-animation: float-bob-y infinite 3s linear;
  animation: float-bob-y infinite 3s linear;
  width: 90px;
}

@keyframes float-bob-y {
  0% {
    -webkit-transform: translateY(-25px);
    transform: translateY(-25px);
  }

  50% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }

  100% {
    -webkit-transform: translateY(-25px);
    transform: translateY(-25px);
  }
}

/* Rotation frame*/
@-webkit-keyframes rotation {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotation {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.banner-content h1 {
  font-size: 50px;
  font-weight: 400;
  line-height: 70px;
  color: #00184b;
  margin-bottom: 30px;
  letter-spacing: -1.9px;
  text-transform: capitalize;
  text-align: left;
}
.banner-content h1 span.text {
  font-weight: 700;
  letter-spacing: 1px;
}

.banner-content h1 .text-image{
  display: inline-flex;
  flex-direction: column;
}

.banner-content h1 span.text {
  position: relative;
}
 

.banner-content {
  color: #444;
  font-weight: 400;
}
.banner-content p {
  font-size: 18px;
  line-height: 32px;
  font-weight: 500;
}

/* counter-wrap */
#counter-wrap {
  background: url(../img/counter-bg.png) !important;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 60px 0;
}
.icon-inner-wrap.count-section {
  display: flex;
  width: 100%;
}
.spl-item.count-sec.counter-count1 {
  width: 20%;
}
.spl-item-inner h3 {
  color: #fdc107;
  font-size: 70px;
  font-family: "Montserrat";
  font-weight: 800;
}

.spl-item-inner p {
  font-size: 18px;
  color: #fff;
  font-weight: 600;
}

.hm-banner-btn {
  margin-top: 50px;
}
.hm-banner-btn a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  background: #ffd92a;
  box-shadow: 0px 6px 24px 0px rgba(0, 0, 0, 0.2);
  overflow: hidden;
  cursor: pointer;
  border: none;
  font-size: 20px;
  width: 300px;
  font-weight: 600;
  letter-spacing: 1px;
  padding: 10px;
  z-index: 5;

}

.hm-banner-btn a:hover{
  color: #fff !important;
}

.hm-banner-btn a:after {
  content: " ";
  width: 0%;
  height: 100%;
  background: #00184b;
  position: absolute;
  transition: all 0.4s ease-in-out;
  right: 0;
  z-index: -1;
}

.hm-banner-btn a:hover::after {
  right: auto;
  left: 0;
  width: 100%;
}

.hm-banner-btn a span {
  text-align: center;
  text-decoration: none;
  padding: 18px 25px;
  color: #00184b;
  z-index: 20;
  transition: all 0.3s ease-in-out;
}

.hm-banner-btn a:hover span {
  color: #fff;
  animation: scaleUp 0.3s ease-in-out;
}

@keyframes scaleUp {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(0.95);
  }

  100% {
    transform: scale(1);
  }
}

.ani-shape.img-two {
  right: -15px;
  bottom: -26px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-animation: infinite 6s alternate;
  animation: float-bob-y infinite 6s alternate;
  width: 180px;
  border-radius: 50%;
}
.ani-shape {
  position: absolute;
  z-index: 1;
}
.ani-shape.img-three {
  left: -100px;
  top: 50%;
  width: 220px;
  -webkit-animation: float-bob-y infinite 4s alternate;
  animation: float-bob-y infinite 4s alternate;
  display: none;
}

@keyframes float-bob-y {
  0% {
    -webkit-transform: translateY(-25px);
    transform: translateY(-25px);
  }

  50% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }

  100% {
    -webkit-transform: translateY(-25px);
    transform: translateY(-25px);
  }
}

/* home-intro-wrap */

#home-abt-icon-wrap {
  position: relative;
}
.home-abt-icon-inner {
  padding: 50px 50px;
  /* background: linear-gradient(rgba(0, 24, 75, 0.04) 0%, rgba(241, 77, 93, 0.03) 100%); */
  /* background-color: #fcfcfc; */
  position: relative;
  margin: 0px 0 100px 0;
}
.abt-icon-item-icon {
  margin-bottom: 20px;
  width: 70px;
  height: 70px;
  background: #00184b;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  box-shadow: 0 0 16px #a2a1a1;
}
#home-abt-icon-wrap .icon {
  -webkit-mask-position: center;
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  width: 30px;
  height: 30px;
  display: flex;
  background-color: #fff;
  margin: 0 auto;
  transition: all 0.35s ease-in;
}
.abt-icon-item {
  text-align: start;
  border-radius: 5px;
  background: #00184b;
  -webkit-box-shadow: 5px 15px 30px rgba(27, 33, 47, 0.05);
  box-shadow: 5px 15px 30px rgba(27, 33, 47, 0.05);
  padding: 30px;
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  overflow: hidden;
}
.home-abt-icon-inner .sub-main-title {
  text-align: start;
} 
.abt-icon-item.icon-item-1 {
  background: rgba(242, 242, 242, 0.3490196078);
}
.abt-icon-item.icon-item-2 {
  background: #ebf1ff;
}
.abt-icon-item.icon-item-3,
.abt-icon-item.icon-item-5 {
  background-color: #ebf1ff;
}

/* .abt-icon-item.icon-item-1 .abt-icon-item-icon,
.abt-icon-item.icon-item-4 .abt-icon-item-icon {
  background: #ff723a;
}
.abt-icon-item.icon-item-2 .abt-icon-item-icon {
  background: #f14d5d;
}
.abt-icon-item.icon-item-3 .abt-icon-item-icon,
.abt-icon-item.icon-item-5 .abt-icon-item-icon {
  background: #8e66ff;
} */

.abt-icon-item:hover::after {
  width: 0%;
  height: 0%;
  right: 0;
  top: 0;
  border-radius: 50%;
}
.abt-icon-item p {
  font-size: 15px;
  margin-top: 12px;
  font-weight: 400;
  height: 65px;
  overflow: hidden;
}
.abt-icon-item h4 {
  font-size: 20px;
  margin-top: 10px; 
  text-transform: capitalize;
  color: #000;
}
.abt-icon-1 {
  -webkit-mask-image: url(../img/manager.png);
}
.abt-icon-2 {
  -webkit-mask-image: url(../img/puzzle.png);
}
.abt-icon-3 {
  -webkit-mask-image: url(../img/notepad.png);
}
.abt-icon-4 {
  -webkit-mask-image: url(../img/manager.png);
}
.abt-icon-5 {
  -webkit-mask-image: url(../img/puzzle.png);
}

.home-abt-icon-inner .swiper-pagination-bullet {
  width: 20px;
  height: 20px;
  background: #00184b;
  opacity: 1;
  border: 2px solid #00184b;
  padding: 2px;
}
.home-abt-icon-inner .swiper-pagination-bullet-active {
  background: #fff;
}
.main-title {
  text-align: center;
  margin-bottom: 50px;
  font-size: 40px;
  font-weight: 700;
  color: #00184b;
  position: relative;
  text-transform: capitalize;
}
.home-abt-icon-inner .main-title {
  text-align: start;
  margin-bottom: 20px;
  text-transform: capitalize;
}
.home-abt-icon-inner .main-title::after {
  left: 0;
  margin-left: 15px;
  bottom: -20px;
}
.home-abt-icon-inner .main-title::before {
  left: 0%;
  margin-left: 0px;
  bottom: -20px;
}
/* .main-title::before {
  background: #ffd92a none repeat scroll 0 0;
  bottom: -15px;
  content: "";
  height: 4px;
  left: 50%;
  margin-left: -25px;
  position: absolute;
  width: 10px;
}
.main-title::after {
  background: #ffd92a none repeat scroll 0 0;
  bottom: -15px;
  content: "";
  height: 4px;
  left: 50%;
  margin-left: -10px;
  position: absolute;
  width: 60px;
} */

#home-intro-wrap {
  margin-top: 80px;
}

#home-abt-icon-wrap .swiper-button-next,
#home-abt-icon-wrap .swiper-button-prev {
  top: auto;
  bottom: 0px;
  right: 0px;
  left: auto;
  width: 30px;
  height: 30px;
}
#home-abt-icon-wrap .swiper-button-next::after,
#home-abt-icon-wrap .swiper-button-prev::after {
  font-size: 20px;
  color: #00184b;
  background: #fdda45;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
  font-weight: 800;
}

#home-abt-icon-wrap .swiper {
  position: unset;
}

#home-abt-icon-wrap .swiper-button-next {
  left: 70px;
}

#home-abt-icon-wrap .swiper-button-prev {
  left: 20px;
}
.abt-title-left p {
  font-size: 18px;
  line-height: 30px;
}

/* home-what-look */
#home-what-look {
  position: relative;
  background: linear-gradient(rgba(255, 114, 58, 0.05) 0%, rgba(241, 77, 93, 0.03) 100%);
  padding: 80px 0;
  z-index: 1;
}

#home-what-look .section-title{
  text-align: center;
}

#home-what-look .main-title {
  margin-bottom: 60px;
  text-transform: capitalize;
}
.sub-main-title { 
  text-align: center;  
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  color: #00184b;
  padding: 5px 15px;
  background-color: #b5caf6;
  display: inline-block;
  border-radius: 50px;
  margin-bottom: 15px;
}
.abt-blur-one {
  width: 400px;
  height: 300px;
  background: #fbdb57;
  opacity: 0.1;
  filter: 50px;
  -webkit-filter: blur(50px);
  -moz-filter: blur(50px);
  position: absolute;
  left: 26%;
  z-index: -1;
  top: 0px;
}
.abt-blur-two {
  width: 400px;
  height: 300px;
  background: #b7c9f4;
  opacity: 0.1;
  filter: 50px;
  -webkit-filter: blur(50px);
  -moz-filter: blur(50px);
  position: absolute;
  right: 19%;
  z-index: -1;
  bottom: 0px;
}
.what-look-box {
  text-align: center;
  background-color: #ffffff;
  border-radius: 10px;
  padding: 50px 45px;
  transition: all 0.4s ease-in-out;
  height: 100%;
  box-shadow: 0px 2px 11px rgb(0 0 0 / 3%);
}
.what-look-box:hover .what-box-icon::before {
  left: 24px;
  transition: all 0.4s ease-in-out;
}
.what-box-icon {
  display: inline-block;
  position: relative;
  z-index: 1;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  margin-bottom: 10px;
}
.what-box-icon::before {
  position: absolute;
  content: "";
  width: 75px;
  height: 75px;
  background: rgba(0, 24, 75, 0.14);
  border-radius: 50%;
  left: -12px;
  bottom: 0;
  z-index: -1;
  transition: all 0.4s ease-in-out;
}
.what-look-box h3 {
  margin: 20px 0;
  font-size: 30px;
  font-weight: 600;
  color: #00184b;
}
.what-look-box p {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 20px;
  color: #565656;
  line-height: 30px;
}

.what-look-box a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  background: #ffd92a;
  box-shadow: 0px 6px 24px 0px rgba(0, 0, 0, 0.2);
  overflow: hidden;
  cursor: pointer;
  border: none;
  font-size: 18px;
  width: 200px;
  font-weight: 600;
  letter-spacing: 0px;
  margin: 30px auto 0 auto;
}

.what-look-box a:after {
  content: " ";
  width: 0%;
  height: 100%;
  background: #00184b;
  position: absolute;
  transition: all 0.4s ease-in-out;
  right: 0;
}

.what-look-box a:hover::after {
  right: auto;
  left: 0;
  width: 100%;
}

.what-look-box a span {
  text-align: center;
  text-decoration: none;
  padding: 15px 30px;
  color: #00184b;
  z-index: 20;
  transition: all 0.3s ease-in-out;
}

.what-look-box a:hover span {
  color: #fff;
  animation: scaleUp 0.3s ease-in-out;
}



/* why-choose-wrap */
#why-choose-wrap {
  background: rgba(242, 242, 242, 0.3490196078);
  padding: 100px 0 120px 0;
  position: relative; 
}
.circle-bg-why {
  left: 25px;
  z-index: -1;
  bottom: -33px;
  -webkit-animation: rotation infinite 55s linear;
  animation: rotation infinite 55s linear;
  position: absolute;
  z-index: -1;
}
.img-wrapper-left {
  position: relative;
  z-index: 1;
  text-align: center;
}
#why-choose-wrap .row {
  align-items: center;
}
#why-choose-wrap .sub-main-title {
  text-align: start;
}
#why-choose-wrap .main-title {
  text-align: start;
  margin-bottom: 20px;
  text-transform: capitalize;
}
.video-wrapper-why {
  position: absolute;
  z-index: 1;
  right: 0px;
  bottom: 120px;
}
.video-wrapper-why a {
  color: #fff;
  width: 90px;
  height: 90px;
  background: #00184b;
  -webkit-filter: drop-shadow(5px 15px 60px rgba(27, 33, 47, 0.1));
  filter: drop-shadow(5px 15px 60px rgba(27, 33, 47, 0.1));
  border-radius: 50%;
  font-size: 30px;
  display: inline-block;
  text-align: center;
  -webkit-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
  position: relative;
  z-index: 1;
  -webkit-animation: pulseBig infinite 5s linear;
  animation: pulseBig infinite 5s linear;
  line-height: 90px;
}

/* pulseBig */
@-webkit-keyframes pulseBig {
  0% {
    -webkit-box-shadow: 0 0 0 0 #16223b;
    box-shadow: 0 0 0 0 #d3d3d4;
  }
  50% {
    -webkit-box-shadow: 0 0 0 30px rgba(1, 93, 199, 0);
    box-shadow: 0 0 0 30px rgba(1, 93, 199, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(1, 93, 199, 0);
    box-shadow: 0 0 0 0 rgba(1, 93, 199, 0);
  }
}
#why-choose-wrap p {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 20px;
  color: #565656;
  line-height: 30px;
}
#why-choose-wrap ul li {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 10px;
  color: #565656;
  line-height: 30px;
  list-style: none;
}

#why-choose-wrap ul li b{
  font-size: 18px;
  line-height: 30px;
  color: #000;
}

#why-choose-wrap ul ul ul li b{
  font-size: 16px;
  line-height: 24px; 
  color: #565656;
}

#why-choose-wrap ul li i {
  margin-right: 10px;
}
#why-choose-wrap ul {
  padding: 0;
}
#why-choose-wrap ul ul ul{
  padding-left: 30px;
}
.why-choose-right a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  background: #ffd92a;
  box-shadow: 0px 6px 24px 0px rgba(0, 0, 0, 0.2);
  overflow: hidden;
  cursor: pointer;
  border: none;
  font-size: 18px;
  width: 200px;
  font-weight: 600;
  letter-spacing: 0px;
  margin: 50px 0 0 0;
}

.why-choose-right a:after {
  content: " ";
  width: 0%;
  height: 100%;
  background: #00184b;
  position: absolute;
  transition: all 0.4s ease-in-out;
  right: 0;
}

.why-choose-right a span {
  text-align: center;
  text-decoration: none;
  padding: 15px 30px;
  color: #00184b;
  z-index: 20;
  transition: all 0.3s ease-in-out;
}

.why-choose-right a:hover span {
  color: #fff;
  animation: scaleUp 0.3s ease-in-out;
}
.why-choose-right a:hover::after {
  right: auto;
  left: 0;
  width: 100%;
}
#why-choose-wrap ul li i {
  font-size:18px;
}

#why-choose-wrap .feature {
  top: 30px;
  left: -32px;
  font-weight: 600;
}
#why-choose-wrap .feature {
  border-radius: 20px;
  background: #ffffff;
  -webkit-box-shadow: 5px 15px 60px rgba(27, 33, 47, 0.1);
  box-shadow: 5px 15px 60px rgba(27, 33, 47, 0.1);
  font-size: 20px;
  color: #1b212f;
  font-weight: 600;
  display: inline-block;
  padding: 20px 30px 20px 20px;
  position: absolute;
  z-index: 1;
}
#why-choose-wrap .feature span {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: inline-block;
  text-align: center;
  line-height: 50px;
  background-color: #fdda45;
  margin-right: 15px;
}

#why-choose-wrap .feature span img{
  filter: invert();
}

.feature-one {
  left: 300px;
  bottom: -50px;
  font-weight: 600;
  border-radius: 20px;
  background: #ffffff;
  -webkit-box-shadow: 5px 15px 60px rgba(27, 33, 47, 0.1);
  box-shadow: 5px 15px 60px rgba(27, 33, 47, 0.1);
  font-size: 20px;
  color: #1b212f;
  font-weight: 600;
  display: inline-block;
  padding: 20px 30px 20px 20px;
  position: absolute;
  z-index: 1;
  width: max-content;
}

.feature-one span {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: inline-block;
  text-align: center;
  line-height: 50px;
  background-color: #fdda45;
  margin-right: 15px;
}
.img-wrapper-left .img-bg-ani_2 {
  right: 0%;
  top: 120px;
}

/* instructor-wrap */

#instructor-wrap .section-title{
  text-align: center;
}

#instructor-wrap {
  padding: 60px 0 80px 0;
  position: relative;
  background: #fff9fa;
}
#instructor-wrap .swiper-wrapper {
  padding-bottom: 80px;
}
#instructor-wrap .swiper-pagination-bullet {
  width: 15px;
  height: 15px;
  transition: all 0.6s ease-in-out;
  border-radius: 2px;
  background-color: #00184b !important;
}
#instructor-wrap .swiper-pagination-bullet-active {
  background: #00184b !important;
  width: 35px;
  transition: all 0.6s ease-in-out;
}
.instructed-item {
  text-align: center;
}
.instructed-item h4 {
  margin: 20px 0 10px 0;
}
#instructor-wrap .main-title {
  margin-bottom: 50px;
  text-transform: capitalize;
}
#client-wrap .main-title {
  margin-bottom: 50px;
}
/* blog-wrap  */
#blog-wrap {
  padding: 80px 0;
  position: relative;
}
#blog-wrap .swiper-wrapper {
  padding-bottom: 80px;
}
#blog-wrap .swiper-pagination-bullet {
  width: 15px;
  height: 15px;
  transition: all 0.6s ease-in-out;
  border-radius: 2px;
  background-color: #00184b !important;
}
#blog-wrap .swiper-pagination-bullet-active {
  background: #00184b !important;
  width: 35px;
  transition: all 0.6s ease-in-out;
}
#blog-wrap .course-fill-content {
  padding: 30px;
  background: #fff;
}
.row-gap {
  gap: 40px 0;
}
@media (max-width: 768px) {
  .row-gap {
    gap: 30px 0;
  }
}
@media (max-width: 576px) {
  .row-gap {
    gap: 20px 0;
  }
}


/* career wrap */
.career-wrap { 
  padding: 80px 0px;
}
.career-item.count-sec.counter-count1 {
  height: 100%;
  text-align: center;
  background: #ebf1ff;
  padding: 40px 10px;
}
.career-item h3 {
  color: #00184b;
  font-size: 50px;
  font-weight: 800;
  margin-bottom: 10px;
}
.career-item p {
  font-size: 18px;
  font-weight: 400;
  color: #00184b;
}
#client-wrap .swiper-wrapper{
  transition-timing-function: linear;
}
#client-wrap {
  padding: 60px 0 80px 0;
  background: #ebf1ff;
}

/* blog */
.blog-fill-item {
  background: #fff;
  box-shadow: 0px 0px 16px rgba(27, 33, 47, 0.1);
}
.blog-fill-img {
  overflow: hidden;
}
.blog-fill-img img {
  width: 100%;
}
.blog-fill-content {
  padding: 30px 20px;
}
.blog-fill-content h3 {
  font-size: 20px;
  height: 85px;
  color: #00184b;
}
.blog-fill-content p {
  font-size: 16px;
  height: 90px;
  overflow: hidden;
  margin-bottom: 30px;
  display: none;
}

.blog-fill-content a {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.5px;
  color: #ff723a;
}
.blog-fill-content a i {
  font-size: 16px;
  line-height: 24px;
  padding-left: 5px;
  transition: 0.35s ease-in-out;
}
.blog-fill-item:hover a {
  color: #00184b;
  transition: all 0.2s ease-in-out;
}
.blog-fill-item:hover a i {
  transform: translateX(8px);
  transition: 0.35s ease-in-out;
}

#blog-wrap .section-title{
  text-align: center;
}


@media (max-width: 992px){
  .banner-inner.row{
    flex-direction: column-reverse;
  }
  #banner-section{
    display: block;
    height: auto;
    padding: 60px 0px;
  }
  .banner-inner{
    gap: 40px 0px;
  }
  .hm-banner-btn{
    margin-top: 30px;
  }
  .img-bg-ani{
    display: none;
  }
  .banner-content h1{
    font-size: 46px;
    line-height: 54px;
  }
  .main-title{
    font-size: 36px;
    line-height: 44px;
    margin-bottom: 50px;
  }
  #home-abt-icon-wrap{
    padding: 0px 0px 60px;
  }
  #home-abt-icon-wrap .row{
    gap: 40px 0px;
  }
  .home-abt-icon-inner{
    padding: 0;
    margin: 0;
  }
  #home-what-look{
    padding: 60px 0px;
  }
  #home-what-look .main-title{
    margin-bottom: 50px;
  }
  .career-wrap{
    margin: 0;
    padding: 60px 0px 0px;
  }
  #why-choose-wrap{
    padding: 60px 0px;
  }
  #instructor-wrap{
    padding: 60px 0px;
  }
  #instructor-wrap .main-title{
    margin-bottom: 40px;
  }
  #client-wrap .main-title{
    margin-bottom: 40px;
  }
  #client-wrap{
    padding: 60px 0px;
  }
  #blog-wrap{
    padding: 60px 0px;
  }
}

@media (max-width: 768px){
  #banner-section{
    padding: 50px 0px;
  }
  .banner-content{
    padding-left: 0;
  }
  .banner-content h1{
    font-size: 42px;
    line-height: 54px;
  }
  .main-title{
    font-size: 32px;
    line-height: 40px;
    margin-bottom: 30px;
  }
  #home-abt-icon-wrap{
    padding: 0px 0px 50px;
  }
  #home-what-look{
    padding: 50px 0px;
  }
  #home-what-look .main-title{
    margin-bottom: 30px;
  }
  .what-look-box{
    padding: 30px;
  }
  .what-look-box h3{
    font-size: 26px;
    line-height: 34px;
    margin-bottom: 10px;
  }
  .career-wrap{
    padding: 50px 0px 0px;
  }
  .career-item h3{
    font-size: 40px;
    line-height: 52px;
  }
  .career-item.count-sec.counter-count1{
    padding: 30px;
  }
  
  #why-choose-wrap{
    padding: 50px 0px;
  }
  #instructor-wrap{
    padding: 50px 0px;
  }
  #instructor-wrap .main-title{
    margin-bottom: 30px;
  }
  #client-wrap{
    padding: 50px 0px;
  }
  #client-wrap .main-title{
    margin-bottom: 30px;
  }
  #blog-wrap{
    padding: 50px 0px;
  }
}

@media (max-width: 576px){
  #banner-section{
    padding: 30px 0px;
  }
  .banner-content h1{
    font-size: 36px;
    line-height: 44px;
  }
  .main-title{
    font-size: 28px;
    line-height: 40px;
    margin-bottom: 20px;
  }

  #home-abt-icon-wrap{
    padding: 0px 0px 30px;
  }
  .abt-title-left p{
    font-size: 16px;
    line-height: 24px;
  }
  #home-what-look{
    padding: 30px 0px;
  }
  .what-look-box h3{
    font-size: 24px;
    line-height: 32px;
  }
  .career-wrap{
    padding: 30px 0px;
  }
  .career-item.count-sec.counter-count1{
    padding: 20px;
  }
  .career-item h3{
    font-size: 36px;
    line-height: 48px;
  }
  #home-what-look .main-title{
    margin-bottom: 20px;
  }
  #why-choose-wrap{
    padding: 30px 0px;
  }
  #instructor-wrap{
    padding: 30px 0px;
  }
  #instructor-wrap .main-title{
    margin-bottom: 20px;
  }
  #client-wrap{
    padding: 30px 0px;
  }
  #client-wrap .main-title{
    margin-bottom: 20px;
  }
  #blog-wrap{
    padding: 30px 0px;
  }
  #blog-wrap .swiper-wrapper{
    padding-bottom: 60px;
  }
  #why-choose-wrap .feature, .feature-one{
    display: none;
  }
  html{
    overflow-x: hidden;
  }
}

.swipper-buttons{
  margin-top: 40px;
}

.page-template-template-placement-2025 .home-courses p{
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 20px;
  color: #565656;
  line-height: 30px;
}

.page-template-template-placement-2025 .home-courses h2{
  font-size: 40px;
  line-height: 52px;
  font-weight: 700;
  color: #00184b;
  position: relative;
  text-align: start;
    margin-bottom: 20px;
    text-transform: capitalize;
}

.page-template-template-placement-2025 .home-courses{
  background-color: rgba(242, 242, 242, 0.3490196078);
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .custom-spacing {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .text-center-xl {
    text-align: center;
  }
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .custom-spacing {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .text-center-lg {
    text-align: center;
  }
}
@media only screen and (min-width: 576px) and (max-width: 768px) {
  .custom-spacing {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .text-center-md {
    text-align: center;
  }
}
@media only screen and (max-width: 576px) {
  .custom-spacing {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}