/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
.about-one {
  position: relative;
	padding-top: 50px!important;
  padding: 120px 0;
	padding-bottom: 70px; box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
  background-color: var(--drivschol-white, #fff);
}
@media (max-width: 767px) {
  .about-one {
    padding: 80px 0;
  }
	
	.about-one__item__head{text-align: left;
	}
}
.about-one__item__head .sec-title {
  padding-bottom: 15px;
}
.about-one__item__text {
  font-size: 14px;
  font-style: normal;
  
  line-height: 187.5%;
  letter-spacing: 0.48px; color:#4d4d4d;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .about-one__item__left {
    margin-right: 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px) {
  .about-one__item__left {
    margin-right: 30px;
    margin-bottom: 30px;
  }
}
@media (max-width: 575px) {
  .about-one__item__left {
    margin-right: 0px;
    margin-bottom: 30px;
  }
}
.about-one__item__left__img {
  position: relative;
  width: 100%;
  max-width: 470px;
  height: 580px;
}
.about-one__item__left__img img {
  width: 100%;
  object-fit: cover;
  height: 100%;
}
@media (max-height: 992px) {
  .about-one__item__left__img {
    height: auto;
  }
}
.about-one__item__left__img__sub_img {
  position: absolute;
  z-index: 1;
  bottom: -70px;
  right: -30px;
  max-width: 205px;
}
.about-one__item__left__img__sub_img svg {
  position: absolute;
  top: -32px;
  left: -32px;
  max-width: 207px;
  max-height: 168px;
}
@media (max-width: 575px) {
  .about-one__item__left__img__sub_img {
    right: 0px;
    bottom: -40px;
    max-width: 175px;
  }
}
.about-one__item__left__img__shape {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  mix-blend-mode: screen;
}
.about-one__item__left__img__shape img {
  width: 100%;
}
.about-one__item__left__contact {
  position: relative;
  z-index: 1;
}
.about-one__item__left__contact__link {
  background: var(--drivschol-black2, #111117);
  display: inline-flex;
  align-items: center;
  gap: 15px;
  padding: 10px 40px 10px 42px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .about-one__item__left__contact__link {
    display: inline-block;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-one__item__left__contact__link {
    padding: 15px 25px;
  }
}
@media (max-width: 425px) {
  .about-one__item__left__contact__link {
    margin-top: 10px;
    display: inline-block;
    padding: 8px 10px;
    border-radius: 6px;
  }
}
.about-one__item__left__contact__link__icon i {
  font-size: 36px;
  color: var(--drivschol-primary, #EC2526);
}
.about-one__item__left__contact__link__subtext {
  font-family: var(--drivschol-font, "Manrope", sans-serif);
  color: var(--drivschol-text, #6D7076);
  margin-bottom: 5px;
  font-size: 13px;
  font-weight: 400;
  line-height: 176.923%;
}
.about-one__item__left__contact__link__text {
  color: var(--drivschol-white, #fff);
  font-size: 18px;
  margin-top: -4px;
  font-weight: 600;
  line-height: 166.667%;
  margin-bottom: 0;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}
.about-one__item__left__contact__link__text:hover {
  background-size: 100% 1px;
}
.about-one__item__left__contact__link__text:hover {
  color: var(--drivschol-primary, #EC2526);
}
.about-one__item__left__contact__link:hover .text__icon {
  animation: top-bottom 0.4s ease-in-out;
}
.about-one__item__block-contents {
  margin-top: 25px;
  padding: 30px 40px;
  margin-bottom: 30px;
  background: var(--drivschol-gray2, #F5F5F5);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-one__item__block-contents {
    padding: 20px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .about-one__item__block-contents {
    padding: 20px 30px;
  }
}
.about-one__item__block-contents__text {
  margin-bottom: 0;
  font-weight: 800;
  font-size: 20px;
}
.about-one__item__elememt__single {
  display: flex;
  gap: 20px;
  margin: 25px 0px;
  align-items: center;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-one__item__elememt__single {
    gap: 10px;
  }
}
.about-one__item__elememt__single__icon .icon {
  overflow: hidden;
  width: 55px;
  height: 55px;
  border-radius: 500px;
  background-color: var(--drivschol-primary, #000);
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  transition: all 0.3s ease-in-out;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-one__item__elememt__single__icon .icon {
    width: 50px;
    height: 50px;
  }
}
.about-one__item__elememt__single__icon .icon i {
  font-size: 30px;
  color: var(--drivschol-white, #fff);
}
.about-one__item__elememt__single__icon .icon::after {
  content: "";
  position: absolute;
  height: 0;
  width: 0;
  top: 50%;
  left: 50%;
  border-radius: 500px;
  background: var(--drivschol-black2, #fdc400);
  transition: all 0.4s ease-in-out;
  z-index: -1;
}
.about-one__item__elememt__single__text {
  margin-bottom: 0;
  
  font-size: 20px;
  max-width: 125px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-one__item__elememt__single__text {
    font-size: 17px;
  }
}
.about-one__item__elememt__single:hover .icon {
  background-color: transparent;
}
.about-one__item__elememt__single:hover .icon::after {
  height: 100%;
  width: 100%;
  top: 0%;
  left: 0%;
}
.about-one__progress {
  margin-top: 0px;
  margin-bottom: 40px;
}
.about-one__progress__title {
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  font-family: var(--drivschol-font, "Manrope", sans-serif);
  text-shadow: 0 0 1px currentColor;
}
.about-one__progress__bar {
  width: 100%;
  height: 10px;
  position: relative;
  background-color: var(--drivschol-gray2, #F5F5F5);
}
.about-one__progress__inner {
  position: absolute;
  height: 10px;
  background-color: var(--drivschol-primary, #EC2526);
  transition: all 700ms linear;
  width: 0px;
}
.about-one__progress__number {
  position: absolute;
  bottom: calc(100% + 5px);
  right: 0;
  margin-bottom: 8px;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 144.444%;
}
.about-one__item__one {
  padding-left: 70px;
}
@media (max-width: 1200px) {
  .about-one__item__one {
    padding-left: 0px;
  }
}
.about-one .drivschol-btn {
  padding: 11px 30px;
  position: relative;
  margin-top: 40px;
  border-radius: 0px;
}
.about-one__element {
  position: absolute;
  left: 0;
  bottom: -51%;
  z-index: 1;
}
.about-one__element img {
  animation: topbottom 2s ease-in-out infinite;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .about-one__element {
    display: none;
  }
}
.about-one::after {
  content: "";
  clear: both;
  width: 100%;
  height: 1px;
  background: var(--drivschol-border-color, #E6E6E6);
  position: absolute;
  bottom: 0;
  left: 0;
}

.about-two {
  position: relative;
  padding: 0 0 120px;
}
@media (max-width: 767px) {
  .about-two {
    padding: 0 0 80px;
  }
}
.about-two__left__item {
  position: relative;
  padding-right: 40px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .about-two__left__item {
    padding-right: 0px;
  }
}
.about-two__left__item__img__one {
  position: relative;
}
.about-two__left__item__img__two {
  position: relative;
  margin-top: -190px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .about-two__left__item__img__two {
    max-width: 200px;
    margin-top: -100px;
  }
}
@media (max-width: 575px) {
  .about-two__left__item__img__two {
    max-width: 200px;
    margin-top: -50px;
  }
  .about-two__left__item__img__two img {
    max-width: 200px;
    object-fit: cover;
  }
}
.about-two__left__item__img__shape {
  position: relative;
  margin-top: -100px;
  right: 0px;
}
.about-two__left__item__img__shape svg {
  animation: topbottom 4s ease-in-out infinite;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), (max-width: 575px) {
  .about-two__left__item__img__shape svg {
    max-width: 100px;
  }
}
@media (max-width: 575px) {
  .about-two__left__item__img__shape {
    margin-top: -150px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .about-two__left {
    margin-bottom: 30px;
  }
}
.about-two__right__head__title .sec-title {
  padding-bottom: 20px;
}
.about-two__right__head__text {
  margin-bottom: -10px;
}
.about-two__right__award__item {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  padding: 35px 0px 28px 0px;
}
.about-two__right__award__item + .about-two__right__award__item {
  border-top: 1px solid var(--drivschol-border-color, #E6E6E6);
}
.about-two__right__item__icon i {
  transition: all 0.4s ease-in-out;
  color: var(--drivschol-primary, #EC2526);
  font-size: 80px;
}
.about-two__right__item__content__title {
  font-size: 20px;
  font-weight: 800;
  line-height: normal;
  margin-bottom: 10px;
}
.about-two__right__item__content__text {
  font-size: 16px;
  font-weight: 500;
  line-height: 187.5%;
  letter-spacing: 0.48px;
  margin-bottom: 0;
}
.about-two__right__author {
  padding-top: 17px;
  display: flex;
  gap: 40px;
}
.about-two__right__author__item {
  display: flex;
  align-items: center;
  gap: 14px;
}
.about-two__right__author__item__img {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 58px;
  height: 58px;
  width: 100%;
  padding: 5px;
  border-radius: 500px;
  border: 1px solid var(--drivschol-primary, #EC2526);
  overflow: hidden;
}
.about-two__right__author__item__img img {
  height: 48px;
  width: 48px;
  max-width: 100%;
  border-radius: 500px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .about-two__right__author {
    gap: 20px;
  }
}
@media (max-width: 575px) {
  .about-two__right__author {
    display: block;
  }
}
@media (max-width: 575px) {
  .about-two__right__link {
    margin-bottom: 30px;
  }
}
.about-two__right__link__btn {
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  padding: 17px 36px;
}
.about-two .about-two__right__award__item:hover .about-two__right__item__icon i {
  color: var(--drivschol-black2, #111117);
}

.about-three {
  position: relative;
  margin-bottom: 120px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .about-three {
    margin-bottom: 100px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .about-three {
    margin-bottom: 80px;
  }
}
.about-three__content {
  margin-right: 40px;
}
.about-three__content__head .sec-title {
  padding-bottom: 22px;
}
.about-three__content__text {
  margin-bottom: 28px;
  font-size: 16px;
  padding-right: 10px;
}
.about-three__content__list {
  margin-left: 0;
  padding-left: 0;
}
.about-three__content__list__item {
  font-family: var(--drivschol-heading-font, "Urbanist", sans-serif);
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 20px;
  color: #0B2038;
}
.about-three__content__list__item::before {
  content: "\f058";
  color: var(--drivschol-primary, #EC2526);
  margin-right: 17px;
  font-family: "Font Awesome 5 Free";
  font-size: 18px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .about-three__content__list__item {
    font-size: 18px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .about-three__content__list__item {
    margin-bottom: 10px;
    font-size: 18px;
  }
}
.about-three__content__link {
  margin-top: 56px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .about-three__content__link {
    margin-top: 25px;
  }
}
.about-three__content__link__btn {
  padding: 20px 37px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .about-three__content {
    margin-bottom: 30px;
  }
}
.about-three__thumb {
  position: relative;
  display: inline-block;
}
.about-three__thumb__img {
  position: relative;
}
.about-three__thumb__img img {
  max-width: 100%;
}
.about-three__thumb__sub {
  position: absolute;
  right: 17px;
  margin-top: -120px;
  z-index: 1;
}
.about-three__thumb__sub img {
  width: 300px;
  height: 240px;
  object-fit: cover;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .about-three__thumb__sub img {
    width: 200px;
    height: 140px;
  }
}
@media screen and (max-width: 400px) {
  .about-three__thumb__sub {
    margin-top: 20px;
    position: relative;
  }
}
.about-three__thumb__logo {
  position: absolute;
  top: -10px;
  right: -30px;
  animation: scale 4s ease-in-out infinite;
}
@media (max-width: 575px) {
  .about-three__thumb__logo {
    top: 0px;
    right: 0px;
  }
}
.about-three__thumb__content {
  margin-top: -60px;
  max-width: 204px;
  height: 198px;
  padding: 27px 20px;
  border: 15px solid var(--drivschol-white, #fff);
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  margin-left: -57px;
  display: inline-block;
  background: var(--drivschol-black2, #111117);
  box-shadow: 0px 5.20295px 20.81181px 0px rgba(0, 0, 0, 0.06);
}
@media (max-width: 575px) {
  .about-three__thumb__content {
    margin-left: 0px;
  }
}
.about-three__thumb__content__number {
  text-align: center;
  color: var(--drivschol-primary, #EC2526);
  font-size: 40px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  margin-bottom: 0;
}
.about-three__thumb__content__text {
  display: block;
  color: var(--drivschol-white, #fff);
  text-align: center;
  font-family: var(--drivschol-heading-font, "Urbanist", sans-serif);
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
@media screen and (max-width: 400px) {
  .about-three__thumb__content {
    margin-top: 0px;
  }
}
.about-three__thumb::after {
  content: "";
  width: 383px;
  height: 259px;
  position: absolute;
  bottom: 20%;
  z-index: -1;
  right: -20px;
  background: var(--drivschol-primary, #EC2526);
  animation: left 3s ease-in-out infinite;
}
@media (max-width: 575px) {
  .about-three__thumb::after {
    right: 20px;
    width: 283px;
    height: 200px;
    bottom: 10%;
  }
}
@media screen and (max-width: 400px) {
  .about-three__thumb::after {
    display: none;
  }
}

.sec-title__tagline {
    position: relative;
    display: inline-block;
    color: #fff;
    font-size: 14px;
    line-height: 24px;
    font-weight: 700;
    text-transform: uppercase;
    border-radius: 4px;
    background-color: #fa0c08;
    padding: 3px 15px 3px;
    z-index: 1;
    margin-bottom: 15px;
}
.drivschol-btn {
    display: inline-block;
    vertical-align: middle;
    -webkit-appearance: none;
    border: none;
    outline: none;
    background-color: var(--drivschol-black2, #fdc400);
    color: var(--drivschol-white, #fff);
    font-size: 16px;
    font-weight: 700;
    font-family: var(--drivschol-font, "Manrope", sans-serif);
    padding: 20px 48px;
    line-height: 100%;
    transition: 500ms;
    text-transform: capitalize;
    background-color: var(--drivschol-black2, #fdc400);
    color: var(--drivschol-white, #fff);
    position: relative;
    overflow: hidden;
    text-align: center;
    z-index: 1;
}


.testi-setion-area {
  padding: 80px 0 80px;
  background: url(assets/images/bg-img.jpg);
  background-position: center;
  background-size: cover;
	background-repeat: no-repeat;}
.cta-area .cta-one__thumb__one__thumb {
    max-width: 435px;
    height: auto !important;
}

.cta-area .cta-one__thumb__one__thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    animation: left 4s ease-in-out infinite;
}
.cta-one__thumb{
position: absolute;
    right: 0px;
top: 0px;}
.heading{text-transform: uppercase; margin-top: 85px;}
.heading1{text-transform: uppercase; margin-top: 35px;}
.heading0{text-transform: uppercase;}
.sec-title1{margin:40px 0px;}
.fm{    width: 45px;
    height: 45px;
    border-radius: 35px;
    position: relative; 
    bottom: 2px;}

@keyframes left {
  0% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
  70% {
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
}
  
.shadow-card {
    --tw-shadow: 0px 12px 28px 0px rgba(36, 7, 70, .06);
    --tw-shadow-colored: 0px 12px 28px 0px var(--tw-shadow-color);
}