
body {
	font-family: Roboto Slab, sans-serif !important;
	font-size: 14px !important;
}
.sticky_top.sticky {
	position: fixed !important;
	background-color: #fff !important;
	z-index: 999;
	border-bottom: 3px solid #a12a28;
	box-shadow: rgba(0,0,0,.35) 0 5px 15px;
	transition: 1s;
	width: 100%;
  left: 0 !important;
  top: 0;
  padding: 20px !important;
}
.step_process .h-75 {
	height: 70% !important;
}
.sticky_top.sticky .logo {display: block !important;}
.sticky_top.sticky .logo img{
  width: 50%!important;}
.service_text  p{margin-bottom: 0 !important;}
/*---------------------------------
# Header Top
-----------------------------------*/
.top-bar {background: #051225;color: #ffffff;font-size: 14px;padding: 8px 0;}
.top-bar a {color: #ffffff;text-decoration: none;}
.i-clr{color: #A12A28  !important;}
.btn {font-weight: 600;transition: .5s;}
.text-clr{color: #A12A28;}
.top_bar.py-4.row {
	border-bottom: 1px solid #eee;
}.navbar .nav-link {
	padding: 5px 10px !important;
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	color: #222222 !important;
	font-style: normal;
	letter-spacing: 1px;
	text-transform: uppercase;
	font-family: 'Oswald';
	border-radius: 10px;
	border: 1px solid #eee;
	margin: 0 4px;
}.btn:hover {
	color: var(--bs-btn-hover-color);
	background-color: indianred !important;
	border-color: var(--bs-btn-hover-border-color);
}
.social-icons{padding-left:0 !important}
.social-icons .i-clr {
	color: white !important;
	font-size: 16px;
}
.nav-link.active {
	background: #a12a28;
   color:white !important
}
.location_selct{width: inherit;font-weight:bold;}

/*Google fonts */
body {
	font-family: Roboto Slab, sans-serif !important;
	font-size: 14px !important;
}
.heading_title h1::after {
	background-color: #c50000;
	content: '';
	display: block;
	position: absolute;
	right: 0;
	bottom: -13px;
	height: 3px;
	width: 75px;
}.heading_title h1::before {
	background-color: #c50000;
	content: '';
	display: block;
	height: 3px;
	width: 75px;
    left:0;
    position: absolute;
	margin-bottom: 5px;
    top:-13px;
}.heading_title h1 {
	font-size: 26px;
	font-weight: 700;
	letter-spacing: 1px;
	text-transform: uppercase;
	width: max-content;
	position: relative;
}
a{text-decoration:none !important;color:#000 !important}
    .btn {
	display: inline-block;
	padding: 12px 24px;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	background: linear-gradient(135deg, #7b1113, #000000);
	border: none;
	border-radius: 8px;
	text-decoration: none;
	transition: background 0.3s ease, transform 0.2s ease;
	box-shadow: 0 4px 14px rgba(0, 0, 0, 0.2);
    width: max-content !important;
}
    .section#main_banner {
	z-index: 0;
	position: relative;
}.carousel-caption.banner_title.mb-5 {
	text-align: left;
	top: 36%;
	padding-left: 2rem;
}
.main_button {
	display: flex;
	align-items: center;
	width: fit-content;
}.banner_button.with_margin {
	margin-right: 20px;
}a.banner_button, button.banner_button {
	color: #fff;
	background-color: #a12a28;
	border-radius: 30px;
	text-decoration: none;
	width: fit-content;
	width: 112px !important;
	text-align: center;
}
.areas_banner b {
	color: #a12a28 ;
	font-size: 18px;

}button.carousel-control-next, button.carousel-control-prev {
	width: 50px !important;
	height: 50px !important;
	top: 50%;
	margin: 0 30px;
	padding: 10px;
	background-color: #a12a28a1 !important;
	border-radius: 26px;
	border: 0 !important;
	font-size: 23px;
}  .banner_title h2 {
    animation:fadeInLeft 0.9s ease forwards
  }
  .banner_title p {
    animation:fadeInRight 0.9s ease forwards
  }
  .banner_title .main_button a {
    animation:fadeInRight .9 ease forwards
  }
  @keyframes fadeInLeft {
    0% {
      opacity:0;
      transform:translateX(-50px)
    }
    100% {
      opacity:1;
      transform:translateX(0)
    }
  }
  @keyframes fadeInRight {
    0% {
      opacity:0;
      transform:translateX(50px)
    }
    100% {
      opacity:1;
      transform:translateX(0)
    }
  }
/* step_sec */
.p-30 {
	padding: 30px !important;
}
.step_info{
    color:#000; font-size:20px; font-weight:normal;
}
/* services */
.bg_red {
	background-image: linear-gradient(170deg, #7b1113fa, #000000e5);
}
.arrow_left::after, .arrow_right::after {
	top: 50%;
	height: 0;
	width: 0;
	pointer-events: none;
	margin-top: -20px;
	content: "";
	position: absolute;
    z-index: 5;
}.arrow_left::after {
	right: 100%;
	border: 20px solid transparent;
    border-image: linear-gradient(135deg, #7b1113, #000);
    background: linear-gradient(135deg, #7b1113, #000000);
  clip-path: polygon(100% 0, 0 50%, 100% 100%);}
.arrow_right::after {
	left: 100%;
	border: 20px solid transparent;
    border-image: linear-gradient(135deg, #7b1113, #000);
  background: linear-gradient(135deg, #7b1113, #000000);
  clip-path: polygon(0 0, 100% 50%, 0 100%);
}.inner_service_div {
	width: 100%;
	height: 100%;
	align-items: center;
	display: flex;
}.service_text {
	width: 62%;
	margin: auto;
	padding: 2rem 0;
}
.arrow_left{
	position: relative;
}
.arrow_right{
	position: relative;
}
 
.service_text {color:white;}
.service_text h5{color:white;font-weight:bold}
.service_text p{color:white;}

/* register_from */
.home-input {
	background: #716e6ebd !important;
	color: #fff !important;
	line-height: 40px;
	height: 48px;
	border: none;
	font-size: 14px;
	width: 100%;
}
.home-input-icon {
	position: absolute;
	left: 16px;
	top: 12px;
	font-size: 16px;
}
.home-inputdiv select {
	appearance: none;
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='white' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e") !important;
	background-repeat: no-repeat !important;
	background-position: right 1rem center !important;
	background-size: 1em !important;
	}
.btn-rounded {
	border-radius: 2em !important;
}.home-inputdiv {
	position: relative;
}.p-l-40 {
	padding-left: 40px !important;
}.p-r-40 {
	padding-right: 40px !important;
}.m-b-20 {
	margin-bottom: 20px !important;
}
.register_icon {
	width: 60px;
	height: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: linear-gradient(183deg, #7b1113, #000);
	border-radius: 50px;
	margin-right: 18px;
	font-size: 24px;
	color: white;
}
.register_card {
	border-radius: 14px;
	border: 2px dashed #ddd;
    height:100%
}
.register_card p {
	font-size: 16px;
	letter-spacing: 1px;
	line-height: 25px;
  margin-bottom: 0;
}
#quickLocationForm h4 {
	color: white;
	font-size: 34px;
	text-align: center;
	margin-bottom: 30px;
}
form#quickLocationForm  .btn {
	background: white;
	margin: 0 auto;
	display: flex;
	margin-top: 21px;
}

/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/


.about-one__item__head .sec-title {
  padding-bottom: 15px;
}
.about-one__item__text {
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 187.5%;
  letter-spacing: 0.48px;
}
@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%;
  height: 500px;
}
.about-one__item__left__img img {
  width: 100%;
  object-fit: cover;
  height: 100%;
}
@media (max-height: 992px) {
 
}
.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: -49px;
    display: inline-block;
    padding: 15px 25px;
  }
}
.about-one__item__left__contact__link__icon i {
  font-size: 36px;
  color: #a12a28;
}
.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:#a12a28;
}
.about-one__item__left__contact__link:hover .text__icon {
  animation: top-bottom 0.4s ease-in-out;
}
.about-one__item__block-contents {
	margin-top: 14px;
	padding: 21px 25px;
	margin-bottom: 18px;
	background: #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-size: 20px;
	line-height: 30px;
}
.about-one__item__elememt__single {
  display: flex;
  gap: 20px;
  margin-bottom: 25px;
  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: 70px;
  height: 70px;
  border-radius: 500px;
  background-color: #a12a28;
  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, #111117);
  transition: all 0.4s ease-in-out;
  z-index: -1;
}
.about-one__item__elememt__single__text {
  margin-bottom: 0;
  font-weight: 800;
  font-size: 20px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-one__item__elememt__single__text {
    font-size: 17px;
  }
}
.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: #a12a28;
  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: 19px 39px;
}
.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-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:#a12a28;
  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:#a12a28;
  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:#a12a28;
  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: #a12a28;
  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: #a12a28;
  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;
  }
}
.theme_btn {
	background: black;
	font-weight: bold;
	font-size: 16px;
	padding: 14px 30px !important;
	border-radius: 10px;
}
.blog_img a {height:320px;display:block}
.blog_img a img{height:100%;width: 100%;}
.icon_step{width: 50px;height:50px}
.icon_step {
	width: 50px;
	height: 50px;
	background: #a12a28;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 7px;
	position: relative;
	margin-right: 32px !important;
} .icon_step::after {
	top: 50%;
	height: 0;
	width: 0;
	pointer-events: none;
	margin-top: -22px;
	content: "";
	position: absolute;
	left: 96%;
	border: 23px solid transparent;
	border-left-color: transparent;
	border-left-color: #a12a28;
}
/*---------------------------------
# Banner Slider Section
-----------------------------------*/
.carousel-control-prev {
	position: absolute !important;
	left: 15px !important;
	top: 45% !important;
	height: 55px;
	width: 55px !important;
	background: transparent !important;
	opacity: 1 !important;
	border-radius: 0px;
	line-height: 32px;
	transition: all .3s ease !important;
	border: 1px solid aliceblue !important;
}
.carousel-control-next {
	position: absolute !important;
	right: 15px !important;
	top: 45% !important;
	height: 55px;
	width: 55px !important;
	background: transparent !important;
	opacity: 1 !important;
	border-radius: 0px;
	line-height: 32px;
	transition: all .3s ease !important;
	border: 1px solid aliceblue !important;
}
.banner_sec .carousel-item {height: 700px;}
.font-cls{font-family: "Poetsen One", sans-serif !important;font-weight: 400 !important;font-style: normal !important;}
.banner_sec{background-image: url(https://media.istockphoto.com/id/1125088002/photo/student-driver-sign-on-top-of-car-at-stoplight.webp?s=1024x1024&w=is&k=20&c=tTW7gKAkqdl6HjHvGhH23jJwKqYDq0bQNZL7pBf172A=);height: 100%;background-size: 100% 100%;overflow:hidden;}
.bg_fxd{background: rgba(9, 30, 62, .7);height: 100%;}
.banner_info{padding-top: 14%;}
.banner_sec.baner_img_two {
	background-image: url(https://media.istockphoto.com/id/1286477482/photo/driving-instructor-asking-students-about-the-traffic-sign.jpg?s=612x612&w=0&k=20&c=VxUScqNQpSBtiHmiG4MLEHIXjdlWma3zCoxCdur9XKA=);
}
.banner_sec.baner_img_thre {
	background-image: url(https://www.allstardriving.ca/uploads/17115079048245_89564.jpg);
}
.banner_btn{background:#a12a28 !important;border:1px solid #a12a28 !important;border-radius:0px !important;}

/*Admition form*/
.Adm-form {
    position: relative;
}
.adm-bg-1 {
    background-image: url(https://img.freepik.com/free-photo/man-driving-car-from-rear-view_1359-494.jpg?semt=ais_hybrid&w=740);
}
.bg-f {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #ddd;
}
.ptb-100 {
    padding-top: 100px;
    padding-bottom: 100px;
}
.op-8 {
    opacity: 0.8;
}
.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}
.bg-downriver {
    background-color: #091851;
}
.style2 .content-title {
    text-align: center;
    border: 1px solid rgba(255, 255, 255, 0.25);
    padding: 45px 45px 55px;
}
 .content-title {
    position: relative;
}
.style2 .content-title h2 {
    color: #fff;
    font-family: "Poetsen One", sans-serif;
  font-weight: 400;
  font-style: normal;
  margin-bottom: 0;
  margin-top: 0;
  font-size: 50px;
  line-height: 1.3380952381;
 
}
.section-title h2, .content-title h2 {
    font-size: 40px;
    margin: 0;
}
.style2 .content-title p {
    color: rgba(255, 255, 255, 0.7);
    max-width: 60%;
    margin: 25px auto 30px;
    padding: 0;
}
.f-btn {
    background-color:#FF8F1F;
    display: inline-block;
    font-weight: 600;
    text-align: center;
    position: relative;
    z-index: 1;
    border: none;
padding: 16px 35px 16px;
    border-radius: 0;
    color: #fff;
    overflow: hidden;
    white-space: nowrap;
}
/*---------------------------------
# Contact
-----------------------------------*/



/*---------------------------------
# FOOTER
-----------------------------------*/
.footer-back {
    position: relative;
    z-index: 1;
    background-color: #232323;
}
.pt-100 {
    padding-top: 100px;
}
.pb-75 {
    padding-bottom: 75px;
}

.footer-widget .comp-desc {
    color: rgba(255, 255, 255, 0.7);
    margin: 35px 0 25px;
    padding-right: 10px;
}
.list-style {
    margin: 0;
    padding: 0;
    list-style: none;
}
.social-profile li {
    display: inline-block;
    margin: 0 4px;
}
.social-profile li:first-child {
    margin-left: 0;
}
 .social-profile li a {
    background-color: #2F3B6B;
}
.social-profile li a i {
    color: #FF8F1F;
    position: relative;
    top: 1px;
    font-size: 14px;
}
.style1 li a {
    background: #fff;
    border-radius: 50%;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);

}
.social-icons {
    margin-bottom: 0;
    display: inline-block;
    padding-left: 10px;
    list-style: none;
}
.social-icons li {
    vertical-align: middle;
    display: inline-block;
    margin-right: 10px;
}
#testimonial .para {
	color: #000;
	font-family: Hind;
	font-weight: 100;
	font-size: 16px;
	line-height: 31px;
	letter-spacing: 1px;
}
.author_name{font-weight:bold;font-size: 18px;}
.social-icons li a {
    display: inline-block;
    font-size: 15px;
    text-align: center;
    background: linear-gradient(183deg, #7b1113, #000);
    height: 40px;
    line-height: 40px;
    width: 40px;
    border-radius: 50%;
}
 .footer-widget .footer-widget-title::after {
    position: absolute;
    bottom: 0;
    left: 0;
    content: "";
    width: 55px;
    height: 2px;
    background-color: #a12a28;
}
.footer-widget .footer-menu li {
    margin-bottom: 15px;
}
 .footer-widget .footer-widget-title {
    font-size: 22px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 25px;
    padding-bottom: 15px;
    position: relative;
}
 .newsletter-form p {
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 25px;
}
 .newsletter-form .form-group {
    position: relative;
}
 .newsletter-form .form-group input::placeholder {
    color: #fff;
    opacity: 0.7;
}
 .newsletter-form .form-group input {
    width: 100%;
    height: 56px;
    background: #2F3B6B;
    padding: 13px 70px 10px 20px;
    color: #fff;
    border: none;
}
 .newsletter-form .form-group button {
    position: absolute;
    top: 0;
    right: 0;
    background: #a12a28;
    height: 100%;
    border: none;
    padding: 10px 20px;
}
.newsletter-form .form-group button i {
    color: #fff;
    font-size: 20px;
    line-height: 0.8;
    position: relative;
    top: 2px;
}
 .footer-menu li a {
    color: #fff !important;
    position: relative;
    padding-left: 0;
}

 .footer-menu li i {
   padding-right: 3px;
  font-size: 13px;
  line-height: 0;
  color: #a12a28;
}



 .contact-info li {
    position: relative;
    padding-left: 60px;
    margin-bottom: 15px;
}
.contact-info li span {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    position: absolute;
    background: #2F3B6B;
    top: 2px;
    left: 0;
}
.contact-info li span i {
   font-size: 16px;
  line-height: 1;
  color: #FF8F1F;
  margin:
0 auto;
  position: relative;
  top: 12px;

  justify-content: center;

  display: flex;
}
 .contact-info li h6 {
    color: #fff;
    font-weight: 600;
}
.contact-info li p, .contact-info li a {
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 0;
    display: block;
    transition: 0.3s;
}
.content_heading {
	color: white;
	font-weight: bold;
	font-size: 19px;
	text-transform: uppercase;
	margin-bottom: 7px;
}
.copyright-text {
    padding: 25px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    background: #151515;
}
.copyright-text p {
    text-align: center;
    color: rgba(255, 255, 255, 0.7);
    text-align: center;
    margin: 0;
}
.copyright-text p i {
    position: relative;
    top: 0px;
    margin-right: 2px;
}
.copyright-text p a {
    font-weight: 600;
    color: #a12a28;
}
.logo_clr {
	color: #fff !important;
	font-size: 40px;
}

.page-header {
	background: linear-gradient(rgba(9, 30, 62, .7), rgba(9, 30, 62, .7)), url(../images/page_header_banner.jpg) center center no-repeat;
	background-size: cover;
	height: 100%;
}

/* responsive */

@media screen and (min-width:1200px) and   (max-width:1399.98px) {
  .main_menu  .logo img {
    width: 70% !important;
  }
  .navbar .nav-link {
    padding: 3px 5px !important;
    font-size: 15px; }
    .about-one__item__left__img__sub_img {
      right: 1px;
    }
    .service_text {
      width: 86%;
      padding: 1rem 0;
    }
}
@media screen and (min-width:992px) and   (max-width:1199.98px) {
  .main_menu  .logo img {
    width: 70% !important;
  }
  .navbar .nav-link {
    padding: 3px 5px !important;
    font-size: 12px; }
    .banner_sec .carousel-item {
      height: 600px;
    }
    .p-30 {
      padding: 10px !important;
    }
    .icon_step {
      width: 44px;
      height: 44px;
    }
    .icon_step  svg {
      width: 20px;
    }
    .icon_step::after {
      left: 90%;
      border: 22px solid transparent;
    }
    .step_info {
      font-size: 16px;
    }
    .about-one__item__text {
      font-size: 13px;}
      .service_text {
        width: 80%;
        padding: 12px 0;
      }
      .service_text p {
        font-size: 12px;
      }
}
@media screen  and (min-width:768px) and (max-width:991.98px) {
  .top_bar.d-flex.justify-content-end {
    justify-content: space-between !important;
  }
  .sticky_top .logo img {
    width: 60% !important;
  }
  .banner_sec .carousel-item {
    height: 470px;
  }
  .about-one__item__elememt__single__icon .icon i {
    font-size: 20px;
  }
  .blog_img h3 {
    font-size: 16px;
  }
  .blog_img a {
    height: 200px;
  }
}
@media screen and (min-width:576px) and (max-width:767.98px) {
  .location_selct {width: auto;  }
  .font_sm_12{font-size:12px}
  .form-label.me-2.mb-0.location_selct {margin-bottom: 3px !important;width: 100%}
 .top_bar  select {
    height: 28px;
    display: flex;
    align-items: center;
    padding: 0px 10px;
  }.top_bar {
    border-bottom: 1px solid #eee;
    padding-bottom: .5rem !important;
  }
  .sticky_top .logo img{width: 60%!important;}
  .location_drop {
    width: 68% !important;
    display: block !important;
  }  .main_menu  .container{padding: 0 !important;}
  .main_menu  .p_sm_0{padding: 0 !important;}
.sticky_top .container-fluid {position: relative;}
.sticky_top .container-fluid .logo{padding-left: 10px;}
.sticky_top .container-fluid .navbar-toggler{margin-right: 10px;}
.top_bar {padding: 0 10px;}
#navbarCollapse.navbar-collapse.collapse{
	background: white;
	z-index: 3;
	width: 100%;
	border: 1px solid #eeee;
  padding-bottom: 0 !important;
  margin-top: 10px;
}
#navbarCollapse.navbar-collapse.collapse ul{
  padding: 10px;
  padding-bottom: 0 !important
}
.arrow_right::after {
	display: none;}
.navbar .nav-link {
	margin-bottom: 10px;
}
.banner_sec .carousel-item {
	height: 350px;
}
.banner_info {
	padding-top: 19%;
	padding-bottom: 18%;
}.display-1 {
	font-size: 40px !important;
	padding: 0 29px;
}
button.carousel-control-next, button.carousel-control-prev {
	width: 35px !important;
	height: 35px !important;
	margin: 0 -7px;
}
.service_text {
	width: 90%;}
  .register_card p {    font-size: 14px;    line-height: 20px;  }
  .style2 .content-title {  padding: 20px 20px 20px;
  }
  .ptb-100 {
    padding-top: 14px;
    padding-bottom: 14px;
  }
  .style2 .content-title h2 {
    font-size: 36px;
  }
  .style2 .content-title p {
    max-width: 83%;
    margin: 10px auto 10px;
  }
  .theme_btn {
    font-size: 14px;
    padding: 10px 29px !important;
  }
  .blog_img a {
    height: 155px;
  }
  .blog_img .shadow-sm.rounded.border.bg-white {
    margin-bottom: 18px ;
  }
  .footer-widget.logo_sec {
    text-align: center;
    margin-bottom: 10px;
  }
  .footer-widget .footer-widget-title {
    margin-bottom: 14px;
  }
  .about-one__item__left__img {
    height: auto;
  }
  .about-one__item__left__contact__link {
    padding: 8px 16px;
  }
  .about-one__item__left__contact__link__icon {
    display: none;
  }
  .about-one__item__text {
    font-size: 14px; }
    .about-one__item__block-contents {
      padding: 12px 21px;
    }
    .about-one__item__block-contents__text {
      font-size: 14px;
      line-height: 22px;
    }
    .about-one__item__elememt__single__icon .icon i {
      font-size: 20px;
    }
    .about-one__item__elememt__single__icon .icon {
      width: 50px;
      height: 50px;
     }
     .about-one__item__elememt__single {
      margin-bottom: 10px;
    }
    .step_process .h-75 {
      height: auto !important;
    }
    .footer-menu li a {
      font-size: 12px;
    }
    .top_bar.d-flex.justify-content-end {
      justify-content: space-between !important;
    }
    .service_text {
      padding: 1rem 0;
    }
   .blog_img h3 {
      font-size: 16px;
    }
}
@media screen and (min-width:320px) and (max-width:575.98px) {
  .font_sm_12{font-size:12px}
  .form-label.me-2.mb-0.location_selct {margin-bottom: 3px !important;width: 100%}
 .top_bar  select {
    height: 28px;
    display: flex;
    align-items: center;
    padding: 0px 10px;
  }.top_bar {
    border-bottom: 1px solid #eee;
    padding-bottom: .5rem !important;
  }
  .sticky_top .logo img{width: 60%!important;}
  .top_bar.d-flex.justify-content-end {
    justify-content: space-between !important;
  }
  .location_drop {width: 60% !important;
    display: block !important;
  }  .main_menu  .container{padding: 0 !important;}
  .main_menu  .p_sm_0{padding: 0 !important;}
.sticky_top .container-fluid {position: relative;}
.sticky_top .container-fluid .logo{padding-left: 10px;}
.sticky_top .container-fluid .navbar-toggler{margin-right: 10px;}
.top_bar {padding: 0 10px;}
#navbarCollapse.navbar-collapse.collapse{
	background: white;
	z-index: 3;
	width: 100%;
	border: 1px solid #eeee;
  padding-bottom: 0 !important;
  margin-top: 10px;
}
#navbarCollapse.navbar-collapse.collapse ul{
  padding: 10px;
  padding-bottom: 0 !important
}
.arrow_right::after {
	display: none;}
.navbar .nav-link {
	margin-bottom: 10px;
}
.banner_sec .carousel-item {
	height: 350px;
}
.banner_info {
	padding-top: 25%;
	padding-bottom: 25%;
}.display-1 {
	font-size: 30px !important;
	padding: 0 29px;
}
button.carousel-control-next, button.carousel-control-prev {
	width: 35px !important;
	height: 35px !important;
	margin: 0 -7px;
}
.service_text {
	width: 90%;}
  .register_card p {    font-size: 14px;    line-height: 20px;  }
  .style2 .content-title {  padding: 20px 20px 20px;
  }
  .ptb-100 {
    padding-top: 14px;
    padding-bottom: 14px;
  }
  .style2 .content-title h2 {
    font-size: 36px;
  }
  .style2 .content-title p {
    max-width: 83%;
    margin: 10px auto 10px;
  }
  .theme_btn {
    font-size: 14px;
    padding: 10px 29px !important;
  }
  .blog_img a {
    height: auto;
  }
  .blog_img .shadow-sm.rounded.border.bg-white {
    margin-bottom: 18px ;
  }
  .footer-widget.logo_sec {
    text-align: center;
    margin-bottom: 10px;
  }
  .footer-widget .footer-widget-title {
    margin-bottom: 14px;
  }
  .about-one__item__left__img {
    height: auto;
  }
  .about-one__item__left__contact__link {
    padding: 8px 16px;
  }
  .about-one__item__left__contact__link__icon {
    display: none;
  }
  .about-one__item__text {
    font-size: 14px; }
    .about-one__item__block-contents {
      padding: 12px 21px;
    }
    .about-one__item__block-contents__text {
      font-size: 14px;
      line-height: 22px;
    }
    .about-one__item__elememt__single__icon .icon i {
      font-size: 20px;
    }
    .about-one__item__elememt__single__icon .icon {
      width: 50px;
      height: 50px;
     }
     .about-one__item__elememt__single {
      margin-bottom: 10px;
    }
    .step_process .h-75 {
      height: auto !important;
    }
    .footer-menu li a {
      font-size: 12px;
    }
}
