
/*-----------------------------------------------------------------------------------

    Template Name: Driveon - Driving School HTML Template
    Template URI: http://hastech.company/
    Description: Bootstrap HTML Template
    Author: Hastech
    Author URI: http://hastech.company/
    Version: 1.0

-----------------------------------------------------------------------------------
    
    CSS INDEX
    ===================
	
    1.   Page Banner Title Area
    2.   Feature Area
	3.   Course Area
	4.   Video Area
	5.   Instructor Area
	6.   FAQ Area
	7.   Call To Action Area
	8.   Contact Area
	9.   Dark Version Style
	
	
-----------------------------------------------------------------------------------*/
/*-------------------------- 
	1. Page Banner Title Area
--------------------------*/

	--tw-ring-offset-color:#fff;
    --tw-ring-color:rgba(59,130,246,.5);
    --tw-ring-offset-shadow:0 0 #0000;
    --tw-ring-shadow:0 0 #0000;
    --tw-shadow:0 0 #0000;
    --tw-shadow-colored:0 0 #0000;

.page-banner-area {
  background-image: url("../img/page-banner.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover ;
  background-size: cover ;
  padding: 270px 0 150px;
}
.page-banner{}
.page-banner h1 {
  color: #fff;
  display: block;
  font-size: 36px;
  font-weight: 900;
  line-height: 30px;
  margin-bottom: 0;
  text-transform: uppercase;
}
.page-banner.text-left h1 {
  float: left;
}
.page-banner.text-right h1 {
  float: right;
}
.page-banner ul {
  display: inline-block;
  vertical-align: top;
  margin-top: 15px;
}
.page-banner.text-left ul {
  float: right;
}
.page-banner.text-right ul {
  float: left;
}
.sec-title1 h3 {color:#fff!important; margin-bottom:20px}
.page-banner ul li {
  display: block;
  float: left;
  padding: 0 6px;
  position: relative;
}
.page-banner ul li:first-child {
  padding-left: 0;
}
.page-banner ul li:last-child {
  padding-right: 0;
}
.page-banner ul li + li::before {
  color: #fff;
  content: "/";
  display: block;
  left: -3px;
  line-height: 9px;
  overflow: hidden;
  position: absolute;
  top: 0;
}
.page-banner ul li a, .page-banner ul li span {
  color: #fff;
  display: block;
  font-size: 12px;
  line-height: 9px;
  text-transform: uppercase;
}
.page-banner ul li a:hover {
  color: #dec839;
}
/*-------------------------- 
	2. Feature Area
--------------------------*/
.feature-wrapper {}
.feature-left{}
.feature-right{}
/* Feature Image */
.feature-image {
  z-index: 9;
}
/* Single Feature */
.single-feature {
  position: relative;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  z-index: 1;
}
.single-feature:nth-child(1) {
  padding: 15px 0 14px;
}
.single-feature:nth-child(2) {
  padding: 37px 0;
}
.single-feature:nth-child(3) {
  padding: 15px 0;
}
/* Single Feature Hover */
.single-feature:hover {
  background-color: #fff;
}
.single-feature::before {
  background-color: #fff;
  bottom: 0;
  content: "";
  opacity: 0;
  position: absolute;
  top: 0;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  width: 50%;
  z-index: -1;
}
.single-feature:hover::before {
  opacity: 1;
}
.feature-left .single-feature::before {
  left: 100%;
}
.feature-right .single-feature::before {
  Right: 100%;
}
/* Left Single Feature */
.feature-left .single-feature {
  margin-right: -7px;
}
.feature-left .single-feature:nth-child(2) {
  margin-left: -15px;
  padding-right: 24px;
}
/* Right Single Feature */
.feature-right .single-feature {
  margin-left: -7px;
}
.feature-right .single-feature:nth-child(2) {
  margin-right: -15px;
  padding-left: 24px;
}
/* Featue Icon */
.single-feature .icon {
  display: block;
  margin-top: 19px;
  min-width: 36px;
}
.feature-left .icon {
  float: right;
  margin-left: 29px;
  text-align: left;
}
.feature-right .icon {
  float: left;
  margin-right: 29px;
  text-align: right;
}
.single-feature .icon i {
  color: #dec839;
  font-size: 36px;
  display: block;
}
/* Feature Text */
.single-feature .text{}
.single-feature .text h4 {
  font-size: 18px;
  margin-bottom: 9px;
}
.single-feature .text p{}
/*-------------------------- 
	3. Course Area
--------------------------*/
.course-wrapper{}
.course-item {
  background: rgba(0, 0, 0, 0) url("img/shape/course/course-white.png") no-repeat scroll center center;
  -webkit-background-size: cover;
  background-size: cover;
  overflow: hidden;
  padding: 34px 25px 40px;
  position: relative;
  transition: all 1s ease 0s;
  z-index: 1;
  padding-top: 0px;
}
.course-item i {
  color: #fa0f0b;
  display: inline-block;
  font-size: 48px;
  margin-bottom: 18px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.icofont-rocket-alt-2:before {
    content: "\ea7d"!important;
}

.icofont-car-alt-4:before {
    content: "\f0c2"!important;
}

.course-item h4 {
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 19px;
  padding-bottom: 19px;
  position: relative;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.course-item h4::before {
  background-color: #fdc400;
  bottom: 0;
  content: "";
  height: 2px;
  left: 50%;
  margin-left: -25px;
  position: absolute;
  width: 50px;
}
.course-item p {
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
/* Course Hover */
.course-item:hover {
  background-image: url("img/shape/course/course-color.png");
  transform: rotate(360deg);
}
.course-item:hover i {
  color: #000;
}
.course-item:hover h4 {
  color: #000;
}
.course-item:hover h4::before {
  background-color: #000;
}
.course-item:hover p {
  color: #000;
}
/*--------------------------
	4. Video Area
--------------------------*/
.video-area {
  /*background: rgba(0, 0, 0, 0) url("../img/video_bg.jpg") repeat scroll 0 0;
  -webkit-background-size: cover;*/
	background: #222;
  background-size: cover; background-attachment: fixed;
  padding: 180px 0!important;
}
.video-content {}
.video-content a {
  color: #ffffff;
  display: inline-block;
}
.video-content a:hover {
  color: #dec839;
}
.video-content a i {
  display: block;
  font-size: 60px;
}
.video-content h3 {
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  line-height: 18px;
  margin: 30px 0 0;
  text-transform: uppercase;
}
/*--------------------------
	5. Instructor Area
--------------------------*/
.instructor-details{}
.instructor-name {
  font-size: 18px;
  font-weight: bold; color: #000;
  text-transform: uppercase;
}
.instructor-title {
  color: #000;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 20px;
}
.instructor-details p {
  margin-bottom: 17px; color: #4d4d4d;
}
.instructor-social{}
.instructor-social a {
  border: 1px solid #aaaaaa;
  color: #000;
  display: block;
  float: left;
  height: 35px;
  margin-right: 15px;
  text-align: center;
  width: 35px;
}
.instructor-social a i {
  display: block;
  font-size: 18px;
  line-height: 33px;
}
.instructor-social a:hover {
  background-color: #dec839;
  border-color: #dec839;
  color: #fff;
}
.instructor-image {
  margin-top: 74px;
}
.instructor-image img {
  width: 100%;border: 1px solid #e5e5e5;
    padding: 10px;
}
/* Instructor Tab List */
.instructor-tab-list {
  float: left;
  margin-top: -127px;
}
.instructor-tab-list li {
  display: block;
  float: left;
  margin-right: 30px;
  padding-bottom: 12px;
  width: 115px;
}
.instructor-tab-list li:last-child {
  margin-right: 0;
}
.instructor-tab-list li a {
  display: block;
  position: relative;
}
.instructor-tab-list li a::before {
  background-color: #000;
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.instructor-tab-list li a:hover::before, .instructor-tab-list li.active a::before {
  opacity: 0.5;
}
.instructor-tab-list li a::after {
  background-color: #dddddd;
  border-radius: 50%;
  bottom: -12px;
  content: "";
  height: 2px;
  left: 10px;
  opacity: 0;
  position: absolute;
  right: 10px;
}
.instructor-tab-list li a:hover::after, .instructor-tab-list li.active a::after {
  opacity: 1;
}
.instructor-tab-list li a img {
  width: 100%;
}
/*--------------------------
	6. FAQ Area
--------------------------*/
.faq-image {
  margin-top: 75px;
}
.faq-image img {
  width: 100%;
}
/*--------------------------
	7. Call To Action Area
--------------------------*/

.cta-area {
  background-color: #fdc400;
}
.call-to-action{}
.call-to-action h3 {
  color: #fff;
  display: block;
  float: left;
  font-weight: 600;
  line-height: 36px;
  margin: 0;
  text-transform: uppercase;
}
.call-to-action a {
  float: right;
}
/*--------------------------
	8. Contact Area
--------------------------*/
#contact-map {
  height: 530px;
}
.contact-info{}
.contact-info .single-info{}
.contact-info .single-info + .single-info {
  margin-top: 45px;
}
.contact-info .single-info .icon {
  background-color: #ff0000;
  border-radius: 2px;
  color: #fff;
  display: block;
  float: left;
  height: 44px;
  margin-left: 10px;
  margin-right: 40px;
  margin-top: 10px;
  text-align: center;
  transform: rotate(45deg);
  width: 44px;
}
.contact-info .single-info .icon i {
  display: block;
  font-size: 24px;
  line-height: 44px;
  transform: rotate(-45deg);
}
.contact-info .single-info .content{}
.contact-info .single-info .content h5 {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 11px;
  text-transform: uppercase;
}
.contact-info .single-info .content p{}
.contact-info .single-info .content p a {
  display: block;
}
.contact-info .single-info .content p a:hover {
  color: #dec839;
}
/*--------------------------
	9. Dark Version Style
--------------------------*/
.dark-wrapper .bg-white, .dark-wrapper.bg-white {
  background-color: #1e2127;
}
.dark-wrapper .bg-gray, .dark-wrapper.bg-gray {
  background-color: #252830;
}
.dark-wrapper .overlay-white::before, .dark-wrapper.overlay-white::before {
  background-color: #000;
}
.dark-wrapper p, .dark-wrapper span {
  color: #d0d0d0;
}
.dark-wrapper h1, .dark-wrapper h2, .dark-wrapper h3, .dark-wrapper h4,  .dark-wrapper h5, .dark-wrapper h6, .dark-wrapper a {
  color: #fff;
}
.dark-wrapper .section-title::before, .dark-wrapper .section-title::after {
  background-color: #444;
}
/* Course Form */
.dark-wrapper .find-course-form h5 span {
  color: #555555;
}
/* Feature */
.dark-wrapper .single-feature:hover {
  background-color: #1e2127;
}
.dark-wrapper .single-feature::before {
  background-color: #1e2127;
}
/* Funfact */
.dark-wrapper .single-facts i {
  color: #d0d0d0;
}
.dark-wrapper .single-facts h1::before {
  background-color: #d0d0d0;
}
/* Course */
.dark-wrapper .course-item {
  background-image: url("img/shape/course/course-dark.png");
}
/* Gallery */
.dark-wrapper .gallery-filter button::before, .dark-wrapper .gallery-filter button::after {
  background-color: #d0d0d0;
}
.dark-wrapper .gallery-filter button {
  color: #d0d0d0;
}
/* Testimonial */
.dark-wrapper .ts-arrows {
  color: #fff;
}
/* FAQ */
.dark-wrapper .panel-group .panel {
  background-color: #252830;
}
/* Blog */
.dark-wrapper .blog-item .meta p {
  color: #d0d0d0;
}
.dark-wrapper .blog-item .title a {
  color: #fff;
}
.dark-wrapper .category-sidebar ul li a {
  color: #fff;
}
/* Contact */
.dark-wrapper .form .input input[type="text"], .dark-wrapper .form .input input[type="email"], .dark-wrapper .form .input input[type="tel"], .dark-wrapper .form .input input[type="password"], .dark-wrapper .form .input input[type="search"], .dark-wrapper .form .input input[type="url"], .dark-wrapper .form .input textarea {
  color: #fff;
}
/* Other */
.dark-wrapper .pagination ul li a {
  color: #fff;
}

.about-style1-total-leaners {
    position: absolute;
    left: 40px;
    bottom: 85px;
    border-radius: 4px;
    background-color: #fff;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.12);
    padding: 30px 30px 23px;
    z-index: 3;
}.about-style1-img-link {
    position: relative;
    display: block;
}
.about-style1-img-link li {
    position: relative;
    display: block;
	float: left;}

.about-style1-img-link li .img-box {
    position: relative;
    display: block;
    overflow: hidden;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 2px solid #fff;
}

.about-style1-img-link li .img-box img {
	width: 100%;}


.elementor img {
    height: auto;
    max-width: 100%;
    border: none;
    border-radius: 0;
    box-shadow: none;
}

.about-style1-total-leaners .title {
    position: relative;
    display: block;
	padding-top: 12px;}

.about-style1-total-leaners .title h5 {
    color: #000;
    font-size: 16px;
    line-height: 26px;
	font-weight: 700;}

.about-style1-img-link li .btn-box {
    position: relative;
    display: block;
    line-height: 0;
}

.about-style1-img-link li .btn-box a {
    position: relative;
    display: flex
;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 2px solid #fff;
    background-color: #04bf61;
    color: #fff;
    font-size: 25px;
    transition: background-color 0.5s ease;
    transition: all 0.5s ease;
}
.btn-box a::after {
    content: "+";
}

    .facts {
        position: relative;
        margin-top: -75px;
        z-index: 1;
    }
.btn-lg-square {
    width: 48px;
    height: 48px;
    background: #FA0C08!important;
    color: #fff;
    font-size: 35px;
    border-radius: 10px;
}
.btn-lg-square {
    padding: 0;
    display: flex
;
    align-items: center;
    justify-content: center;
    font-weight: normal;
}
.ps-4 {
    padding-left: 1.5rem !important;
}
.fa, .fas {
    font-weight: 900;
}
@media (min-width: 992px) {
	.space{
	max-width: 100%;
        padding-right: calc(var(--bs-gutter-x) / 2);
        padding-left: calc(var(--bs-gutter-x) / 2);
        margin-top: var(--bs-gutter-y);
}
}
@media (max-width: 757px){
.space{margin-bottom:10px}
	
	.linkco{margin-left: 0px!important}
}

.ps-4 h5{font-weight:bold!important; color:#000!important}
#road{background-image:url("../img/road.png")}

.feature-area   {background: #fff}
.main-title {
    position: relative;
    z-index: -1;
}
.main-title h1 {
    font-size: 130px;
    margin-bottom: 0;
    letter-spacing: 3px;
    color: #dddddd;
    font-weight: 900;
    font-family: "Roboto";
    text-align: center;
	text-transform: capitalize;}

.section-title {
    text-align: center;
    margin-top: 23px;
}
.section-title .sub-title h2 {
    font-size: 60px;
    color: #0b5260;
    letter-spacing: 2px;
    font-weight: 900;
    font-family: "Roboto";
    text-align: center;
	text-transform: capitalize;}

.section-title .sub-title h2 span {
    color: #e29d12;
	margin-right: 30px;}

#whatsapp_widget{position: fixed;
    left: 30px;
    bottom: 30px;
    transition: 0.5s;
    z-index: 9999;
}

.wp-link::before {
    z-index: 9;
    content: "1";
    width: 16.8px;
    height: 16.8px;
    display: grid
;
    place-content: center;
    color: rgb(255, 255, 255);
    font-size: 13px;
    background-color: red;
    border-radius: 50%;
    font-family: sans-serif;
    position: relative;
    z-index: 9999;
    top: -58px;
    right: -31px;
	box-shadow: rgba(0, 0, 0, 0.5) 0px 1px 2px;}

#whatsapplink {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 50px;
    left: 15px;
    background-color: #25d366;
    color: #fff;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    z-index: 100;
    line-height: 60px;
    -webkit-animation-name: pulse;
    animation-name: pulse;
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

@-webkit-keyframes pulse {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgb(37 211 102 / .5);
        box-shadow: 0 0 0 0 rgb(37 211 102 / .5)
    }

    80% {
        -webkit-box-shadow: 0 0 0 14px #fff0;
        box-shadow: 0 0 0 14px #fff0
    }
}

@keyframes pulse {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgb(37 211 102 / .5);
        box-shadow: 0 0 0 0 rgb(37 211 102 / .5)
    }

    80% {
        -webkit-box-shadow: 0 0 0 14px #fff0;
        box-shadow: 0 0 0 14px #fff0
    }
}

/** newsletter-section **/

.newsletter-section{
	position: relative;
	padding: 57px 0px 120px 0px;
}

.newsletter-section .big-text{
	position: relative;
	display: block;
	font-size: 200px;
	line-height: 200px;
	font-family: 'Lexend', sans-serif;
	font-weight: 700;
	margin-bottom: 36px;
	text-transform: uppercase;
	color: rgba(255,255,255,1);
  text-shadow: -1px -1px 0 #f1f2f4, 1px -1px 0 #f1f2f4, -1px 1px 0 #f1f2f4, 1px 1px 0 #f1f2f4;
}

.newsletter-section .single-item{
	position: relative;
	display: block;
	padding-left: 240px;
}

.newsletter-section .single-item .image{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 240px;
}

.newsletter-section .single-item .content-box{
	position: relative;
	display: block;
	text-align: center;
	padding: 45px 30px;
}

.newsletter-section .single-item .content-box .icon-box{
	position: relative;
	display: inline-block;
	width: 52px;
	height: 52px;
	line-height: 58px;
	text-align: center;
	font-size: 26px;
	background: #000;
	border-radius: 50%;
	margin-bottom: 17px;
}

.newsletter-section .single-item .content-box h2{
	display: block;
	font-size: 30px;
	line-height: 40px;
	font-weight: 500;
	margin-bottom: 7px;
}

.newsletter-section .single-item .content-box p{
	color: #121113;
	margin-bottom: 24px;
}

.newsletter-section .single-item .content-box .download-box h6{
	position: relative;
	display: block;
	background: #fff;
	padding: 19px 60px 16px 20px;
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
	text-align: left;
}

.newsletter-section .single-item .content-box .download-box h6 button{
	position: absolute;
	top: 0px;
	right: 0px;
	width: 52px;
	height: 52px;
	line-height: 52px;
	font-size: 20px;
	color: #fff;
	background: #121113;
	text-align: center;
	cursor: pointer;
}

.newsletter-section .single-column:last-child .single-item{
	background: #121113;
}

.newsletter-section .single-column:last-child .single-item .content-box .icon-box{
	color: #121113;
}

.newsletter-section .single-column:last-child .single-item .content-box h2{
	color: #fff;
}

.newsletter-section .single-column:last-child .single-item .content-box p{
	color: #c3c4c8;
}

.newsletter-section .single-item .content-box .subscribe-form .form-group{
	position: relative;
	margin-bottom: 0px;
}

.newsletter-section .single-item .content-box .subscribe-form .form-group input[type='email']{
	position: relative;
	display: block;
	width: 100%;
	height: 52px;
	font-size: 16px;
	color: #7d7a78;
	background: #fff;
	padding: 10px 70px 10px 20px;
	border: 1px solid #fff;
	transition: all 500ms ease;
}

.newsletter-section .single-item .content-box .subscribe-form .form-group button{
	position: absolute;
	top: 0px;
	right: 0px;
	width: 52px;
	height: 52px;
	line-height: 58px;
	font-size: 24px;
	color: #121113;
	text-align: center;
	cursor: pointer;
	transition: all 500ms ease;
}

.newsletter-section .shape .shape-1{
	position: absolute;
	left: 100px;
	top: 0px;
	width: 226px;
	height: 76px;
	background-repeat: no-repeat;
}

.newsletter-section .shape .shape-2{
	position: absolute;
	left: 500px;
	top: 0px;
	width: 303px;
	height: 161px;
	background-repeat: no-repeat;
}

.newsletter-section .shape .shape-3{
	position: absolute;
	left: 50%;
	top: 0px;
	width: 183px;
	height: 21px;
	background-repeat: no-repeat;
}

.newsletter-section .shape .shape-4{
	position: absolute;
	top: 0px;
	right: 370px;
	width: 49px;
	height: 30px;
	background-repeat: no-repeat;
}

.newsletter-section .shape .shape-5{
	position: absolute;
	right: 0px;
	bottom: 87px;
	width: 713px;
	height: 579px;
	background-repeat: no-repeat;
}

.newsletter-section .shape .shape-6{
	position: absolute;
	right: 250px;
	bottom: 87px;
	width: 587px;
	height: 462px;
	background-repeat: no-repeat;
}

.newsletter-section .shape .shape-7{
	position: absolute;
	left: 280px;
	bottom: 83px;
	width: 49px;
	height: 30px;
	background-repeat: no-repeat;
}

.newsletter-section .shape .shape-8{
	position: absolute;
	left: 150px;
	bottom: 305px;
	width: 75px;
	height: 4px;
}

.newsletter-section .shape .shape-9{
	position: absolute;
	left: 100px;
	top: 220px;
	width: 178px;
	height: 20px;
	background-repeat: no-repeat;
}
.sec-title1 h2 {
    position: relative;
    display: block;
    font-size: 44px;
    line-height: 56px;
    font-weight: 600;
}
.highlights-style-two .sec-title1 {
    max-width: 550px;
}
.sec-title1.light h2 {
    color: #fff !important;
}
.highlights-style-two .sec-title1 p {
    color: #fff;
}

.img-tl-bl-clip {
    -webkit-clip-path: polygon(24% 0, 100% 0, 100% 73%, 76% 100%, 0 100%, 0 27%);
    clip-path: polygon(24% 0, 100% 0, 100% 73%, 76% 100%, 0 100%, 0 27%);
}

.why-choose-two {
  padding: 120px 0px 70px 0px;
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .why-choose-two {
    padding: 80px 0px 80px 0px;
  }
}
.why-choose-two__image {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: end;
  margin-right: -30px;
}

.why-choose-two__image img {
  max-width: 100%;
}

@media (max-width: 767px) {
  .why-choose-two__image {
    margin-right: 0px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .why-choose-two__image {
    justify-content: center;
    margin-right: 0px;
    margin-right: 0px;
  }
}
.why-choose-two__success {
left: 0px;
    max-width: 75%;
    position: relative;
    bottom: 57px;
    right: 30px;
    z-index: 1;
    display: flex
;
    justify-content: start;
    text-align: center;
    padding: 20px 40px;
    background: #ff0000;
       gap: 40px;
    clip-path: polygon(15% 0, 100% 0, 100% 0%, 90% 100%, 0 100%, 0 100%);
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px) {
  .why-choose-two__success {
    padding: 15px 20px;
    display: block;
  }
}
@media (max-width: 575px) {
  .why-choose-two__success {
   padding: 0px 4px 20px 0px;
        display: block;
        max-width: 100%;
        left: 0;
        right: 0;
        gap: 67px;
        text-align: center;
  }
}
.why-choose-two__success__icon {
  font-size: 45px;
  color: var(--drivschol-white, #fff);
}

@media (max-width: 575px) {
  .why-choose-two__success__icon {
    margin-bottom: 20px;
  }
}
.why-choose-two__success__content__title {
  color: var(--drivschol-white, #fff);
  font-size: 20px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  margin-bottom: 5px;
}

.why-choose-two__success__content__text {
  color: var(--drivschol-white, #fff);
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 164.286%;
  letter-spacing: 0.42px;
  margin-bottom: 0;
}

.why-choose-two__content {
  padding-left: 70px;
}

@media (max-width: 1199px) {
  .why-choose-two__content {
    padding-left: 30px;
  }
}
@media (max-width: 768px) {
  .why-choose-two__content {
    padding-left: 0px;
  }
}
.why-choose-two .sec-title {
  padding-bottom: 15px;
}

.why-choose-two__highlight {
  font-size: 24px;
  color: var(--drivschol-primary, #EC2526);
  font-style: normal;
  font-weight: 700;
  line-height: 195.833%;
  font-family: var(--drivschol-heading-font, "Urbanist", sans-serif);
  margin-bottom: 8px;
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .why-choose-two__highlight {
    line-height: 150.833%;
  }
}
.why-choose-two__text {
color: #4d4d4d;
    font-family: 'Lato';
    font-size: 14px;
    font-style: normal;
    font-weight: normal;
    line-height: 24px;
}

.why-choose-two__progress {
  margin-top: 30px;
  margin-bottom: 50px;
}

.why-choose-two__progress__title {
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 144.444%;
  margin-bottom: 15px;
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .why-choose-two__progress__title {
    margin-bottom: 10px;
  }
}
.why-choose-two__progress__bar {
  width: 100%;
  height: 10px;
  position: relative;
  background-color: var(--drivschol-gray2, #F5F5F5);
}

.why-choose-two__progress__inner {
  position: absolute;
  height: 10px;
  background-color: var(--drivschol-primary, #EC2526);
  transition: all 700ms linear;
  width: 0px;
}

.why-choose-two__progress__number {
  position: absolute;
  bottom: calc(100% + 5px);
  right: 0;
  margin-bottom: 8px;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 144.444%;
}

.why-choose-two .drivschol-btn {
  padding: 19px 39px;
}



.funfact-one {
  padding-top: 120px;
  padding-bottom: 120px;
  position: relative;
  position: relative;
    background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url(../img/funfact-bg-1-1.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed !important;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .funfact-one {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .funfact-one {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
.funfact-one__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  z-index: -2;
}

.funfact-one__bg::after {
  position: absolute;
  top: 0%;
  left: 0%;
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(var(--drivschol-black-rgb, 0, 0, 0), 0.7);
  z-index: -1;
}

.funfact-one__left__content__subtitle {
  color: var(--drivschol-primary, #EC2526);
  font-family: var(--drivschol-heading-font, "Urbanist", sans-serif);
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.funfact-one__left__content__subtitle img {
  max-width: 24px;
  margin-right: 8px;
}

@media (max-width: 575px) {
  .funfact-one__left__content__subtitle {
    font-size: 15px;
  }
}
.funfact-one__left__content__title {
  margin-top: 12px;
  color: var(--drivschol-white, #fff);
  font-size: 40px;
  font-style: normal;
  font-weight: 800;
  line-height: 125%;
  letter-spacing: -1.2px;
  margin-bottom: 39px;
  max-width: 382px;
}

@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .funfact-one__left__content__title {
    font-size: 28px;
  }
}
.funfact-one__left__content__link__btn {
  color: var(--drivschol-white, #fff);
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  padding: 16px 40.5px;
}

.funfact-one__left__content__link__btn::after {
  background-color: var(--drivschol-white, #fff);
}

.funfact-one__left__content__link__btn:hover {
  color: var(--drivschol-black2, #111117);
}

.funfact-one__list {
  display: flex;
  align-items: center;
  gap: 30px;
}

@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) {
  .funfact-one__list {
    flex-wrap: wrap;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .funfact-one__list {
    gap: 80px;
  }
}
.funfact-one__item {
  position: relative;
  padding-bottom: 30px;
  margin-top: 50px;
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.15);
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(20px);
  text-align: center;
  flex: 20%;
}

.funfact-one__item::after {
  content: "";
  width: 100%;
  height: 0%;
  position: absolute;
  top: 0%;
  left: 0%;
  bottom: auto;
  background: rgba(var(--drivschol-primary-rgb, 236, 37, 38), 0.7);
  z-index: -5;
  transition: all 0.4s ease-in-out;
}

.funfact-one__item:hover::after {
  height: 100%;
  top: auto;
  bottom: 0;
}

.funfact-one__item:hover .funfact-one__icon {
  background: transparent;
}

.funfact-one__item:hover .funfact-one__item__hover {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}

.funfact-one__icon {
  position: relative;
  margin-top: -44px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 16px;
  width: 118px;
  overflow: hidden;
  height: 118px;
  border-radius: 500px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 50px;
  color: var(--drivschol-primary, #EC2526);
  background-color: var(--drivschol-black2, #111117);
  transition: all 0.6s ease;
}

.funfact-one__icon .funfact-one__item__hover {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  visibility: hidden;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  transition: 500ms ease;
  transform: scale(1.2);
  z-index: -1;
}

.funfact-one__icon .funfact-one__item__hover::after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: rgba(var(--drivschol-black-rgb, 0, 0, 0), 0.7);
}

.funfact-one__count {
  color: var(--drivschol-white, #fff);
  font-size: 40px;
  font-style: normal;
  font-weight: 800;
  line-height: 150%;
  margin-bottom: 0;
}

@media screen and (min-width: 768px) {
  .funfact-one__count {
    font-size: 40px;
  }
}
.funfact-one__text {
  color: var(--drivschol-white, #fff);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 0;
}

.funfact-one__element {
  position: absolute;
  top: 0%;
  left: 0;
  z-index: -1;
}

/*--------------------------------------------------------------
# Testimonials
--------------------------------------------------------------*/
.testimonials-one {
  padding-top: 70px;
  padding-bottom: 160px;
  position: relative;
}

.testimonials-one .sec-title2__tagline , .testimonials-one .sec-title2__title{color:#fff;}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .testimonials-one {
    padding-top: 100px;
    padding-bottom: 140px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .testimonials-one {
    padding-top: 80px;
    padding-bottom: 120px;
  }
}
.testimonials-one__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-position: center center;
}

@media (max-width: 991px) {
  .testimonials-one {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
.testimonials-one .sec-title {
  text-align: center;
}

.testimonials-one .row {
  --bs-gutter-x: 15px;
}

.testimonials-one--page {
  padding-top: 100px;
}

@media screen and (min-width: 992px) {
  .testimonials-one__carousel .owl-nav {
    display: none;
  }
}
.testimonials-one__home .sec-title {
  text-align: left;
}

.testimonials-one__home__text {
  font-size: 15px;
  line-height: 30px;
  margin: 105px 0 0;
}

@media (min-width: 1200px) {
  .testimonials-one__home__text {
    margin-left: 105px;
  }
}
@media (max-width: 991px) {
  .testimonials-one__home__text {
    margin: -30px 0 45px;
  }
}
.testimonials-card {
  transition: all 500ms ease;
  padding-top: 30px;
}

.testimonials-card__inner {
  background-color: var(--drivschol-white, #fff);
  padding: 16px;
  position: relative;
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
  transition: all 0.4s ease-in-out;
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.08);
}

.testimonials-card__inner::after {
  content: "";
  position: absolute;
  bottom: -42px;
  right: 50px;
  width: 56px;
  height: 43px;
  background: var(--drivschol-white, #fff);
  clip-path: polygon(0 0, 100% 0, 100% 100%);
  z-index: 1;
}

.testimonials-card__inner:hover {
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.5);
}

.testimonials-card__top {
  margin-bottom: 33px;
}

.testimonials-card__top__icon {
  margin-top: -38px;
  margin-bottom: 15px;
  width: 83px;
  height: 83px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 500px;
  border: 4px solid var(--drivschol-white, #fff);
  background: var(--drivschol-black2, #111117);
  display: flex;
  justify-content: center;
  align-items: center;
}

.testimonials-card__top__icon i {
  color: var(--drivschol-white, #fff);
  font-size: 25px;
}

.testimonials-card__top__rating {
  display: flex;
  align-items: center;
  justify-content: center;
}

.testimonials-card__top__rating i {
  color: var(--drivschol-primary, #EC2526);
  font-size: 21px;
  margin-bottom: -2px;
  letter-spacing: 3px;
}

.testimonials-card__top__designation {
  margin-top: 20px;
  text-align: center;
  max-width: 305px;
  margin-left: auto;
  margin-right: auto;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 187.5%;
  letter-spacing: 0.8px;
}

.testimonials-card__author {
  background: var(--drivschol-gray2, #F5F5F5);
  padding: 10px 20px;
  display: flex;
  gap: 20px;
}

.testimonials-card__author__image {
  margin-top: -35px;
  width: 66px;
  height: 66px;
  border-radius: 500px;
  overflow: hidden;
  border: 5.33px solid var(--drivschol-white, #fff);
}

.testimonials-card__author__image img {
  object-fit: cover;
}

.testimonials-card__author__name {
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  margin-bottom: -4px;
}

.testimonials-card__author__name a {
  color: var(--drivschol-black2, #111117);
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}

.testimonials-card__author__name a:hover {
  background-size: 100% 1px;
}

.testimonials-card__author__name a:hover {
  color: var(--drivschol-primary, #EC2526);
}

.testimonials-card__author__degeneration {
  color: var(--drivschol-gray, #6D7076);
  font-family: var(--drivschol-font, "Manrope", sans-serif);
  font-size: 11.997px;
  font-style: normal;
  font-weight: 500;
  line-height: 208.333%;
  letter-spacing: 0.48px;
  text-transform: uppercase;
}

.testimonials-card__content {
  font-size: 15px;
  line-height: 30px;
  border-top: 1px solid var(--drivschol-border-color, #E6E6E6);
  margin-top: 30px;
  margin-bottom: -5px;
  padding-top: 20px;
  padding-right: 1px;
}


.service-sidebar__title {
    position: relative;
    color: var(--drivschol-white, #fff);
    font-size: 20px;
    font-weight: 700;
    margin: 0;
    text-transform: capitalize;
    font-weight: bold;
    padding: 23px 30px;
}

.background-black-2 {
    background-color: var(--drivschol-black2, #111117);
}

.service-sidebar__nav {
    border-top: 0;
    margin-bottom: 0;
    padding: 40px 30px;
    background: var(--drivschol-primary, #EC2526);
}

.service-sidebar__nav li a {
    position: relative;
    z-index: 1;
    font-size: 16px;
    color: var(--drivschol-text, #6D7076);
    background: var(--drivschol-white, #fff);
    display: flex
;
    justify-content: space-between;
    align-items: center;
    transition: all 500ms ease;
    padding: 15px 30px;
    font-weight: 600;
    margin-bottom: 10px;
}

.service-sidebar__nav li a::before {
    content: "";
    width: 0%;
    height: 100%;
    background-color: var(--drivschol-black2, #111117);
    position: absolute;
    top: 0;
    left: auto;
    right: 0;
    z-index: -1;
    transition: all 500ms ease-in-out;
}

.service-sidebar__nav li a::after {
    content: "\eb1b";
    font-family: "IcoFont" !important;
    font-weight: 900;
    transition: all 500ms ease;
    font-size: 14px;
    color: var(--drivschol-primary, #EC2526);
}

.service-sidebar__nav li.current a::before, .service-sidebar__nav li:hover a::before {
    width: 100%;
    left: 0;
    right: auto;
}

.service-sidebar__contact {
    position: relative;
    z-index: 1;
    padding: 33px 30px 180px 30px;
    background-color: var(--drivschol-black2, #111117);
}

.service-sidebar__contact-title {
    font-style: normal;
    font-weight: 700;
    line-height: 133.333%;
    margin: 0;
    color: var(--drivschol-white, #fff);
    max-width: 205px;
    font-size: 25px;
    margin-bottom: 52px;
}
.service-sidebar__contact-btn .drivschol-btn {
    font-size: 16px;
    font-weight: bold;
    z-index: 1;
    padding: 11.66px 28px;
}

.drivschol-btn::before {
    content: "";
    position: absolute;
    top: -50%;
    left: 50%;
    transform: translateX(-50%);
    width: 150%;
    height: 150%;
    border-top-left-radius: 50%;
    border-top-right-radius: 50%;
    background-color: var(--drivschol-black2, #111117);
    transition: 700ms cubic-bezier(0.52, 1.64, 0.37, 0.66);
    z-index: -1;
}

.service-sidebar__contact-image img {
    max-height: 320px;
    width: auto;
}

.service-sidebar__contact-image {
    right: 0;
    left: auto!important;
    z-index: -1;
}

.service-sidebar__contact-image{
    bottom: 0;
    left: 0;
    position: absolute;
    object-fit: cover;
    z-index: -1;
}

.service-sidebar__contact-angle {
    bottom: 0;
    left: 0;
    position: absolute;
    object-fit: cover;
    z-index: -2;
}


.drivschol-btn--base2::before {
    background-color: var(--drivschol-primary, #EC2526);
}

.service-sidebar__contact-btn .drivschol-btn--base2::after {
    background-color: var(--drivschol-white, #fff);
}
.service-sidebar__contact-angle {
    color: var(--drivschol-primary, #EC2526);
}
.service-sidebar__contact-angle svg {
    fill: currentColor;
}



.service-details__single-inner--base {
    flex-wrap: nowrap;
    padding-bottom: 20px;
}

.service-details__single-inner {
    display: flex
;
    align-items: center;
    gap: 30px;
    margin-top: 34px;
}

.service-details__single-inner .benefit__img {
    max-width: 270px;
    display: inline-block;
}

.service-details__benefit .service-details__title {
    margin-bottom: 7px;
}
.service-details__benefit .service-details__text {
    margin-bottom: 26px;
    letter-spacing: 0;
}

.service-details__benefit .sub_title {
    margin-bottom: 20px;
    color: var(--drivschol-primary, #EC2526);
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
}

.service-details__benefit .service-details__list {
    margin-bottom: 0;
}

.service-details__list li {
    padding-left: 0px;
}

.service-details__list li {
    position: relative;
    color: var(--drivschol-black2, #111117);
    font-size: 18px;
    font-style: normal!important;
    font-weight: 600;
    line-height: 261.111%;
    padding-left: 30px;
    margin-bottom: -10px;
}

.service-details__list li::before {
    transition: all 0.5s ease-in-out;
    content: "\f058";
    color: var(--drivschol-primary, #EC2526);
    margin-right: 7.9px;
    font-family: "Font Awesome 5 Free";
    font-size: 16px;
    font-weight: 900;
}

.driving_l {height:150px}

.size{font-size:40px; color:#ff0000}

.shadow1 { margin-bottom: 0px!important;padding: 15px 0px;
   }
.sec-titleca{    margin-top: 20px!important;
    font-size: 30px;
    font-weight: bold;
    padding: 30px 0px 0px 0px!important;

    font-size: 30px;
    font-weight: bold;

}

.unb {font-weight:normal!important}
.h3_t{ text-transform:uppercase; color:#FA0C08; margin-bottom:10px;}

.h3_t1{ text-transform: uppercase;
    margin-bottom: 15px!important;
    font-size: 17px;
    font-weight: bold;
}

.service-details__single-inner {
    display: flex
;
    align-items: center;
    gap: 30px;
    margin-top: 34px;
}

.service-details__inner-item .item-icon {
    padding: 35px 15px;
    background: var(--drivschol-primary, #EC2526);
}
.service-details__inner-item .item-icon i {
    font-size: 50px;
    color: var(--drivschol-white, #fff);
}
.service-details__inner-item .item-content {
    padding: 25px 30px 25px 30px;
    background: var(--drivschol-white, #fff);
    box-shadow: 0px 6px 30px 0px rgba(0, 0, 0, 0.08);
}
.service-details__inner-item .item-content .item__title {
    font-size: 24px;
    font-style: normal;
    font-weight: bold;
    line-height: normal;
    margin-bottom: 3px;
}

.service-details__inner-item .item-content .item__dec {
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 178.571%;
    letter-spacing: 0.42px;
    margin-bottom: -4px;
}



.service-details__inner-item {
    max-width: 370px;
    display: flex
;
}















.course-area::before{}