/*!
Theme Name: DrivingSchool
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: drivingschool
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

DrivingSchool is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: #fff;
	 font-family: "Cairo", sans-serif;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

img {
	height: auto;
	max-width: 100%;
}

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/* Links
--------------------------------------------- */
a {
	color: #000;
    text-decoration: double;
}

a:visited {
	color: #000;
     text-decoration: double;
}

a:hover,
a:focus,
a:active {
	color: #191970;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
.main-navigation {
	display: block;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	display: block;
	left: auto;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {

	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: flex;
		justify-content: space-between;
	}
}

.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
	margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}

.post,
.page {
	margin: 0 0 0em;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}

/* ***********************************************Custom************************************************ */



input::-webkit-input-placeholder {color: #5b5d68; -webkit-transition: all 0.3s linear; transition: all 0.3s linear;}
input:-moz-placeholder {color: #5b5d68; -webkit-transition: all 0.3s linear; transition: all 0.3s linear;}
input::-moz-placeholder {color: #5b5d68; -webkit-transition: all 0.3s linear; transition: all 0.3s linear;}
input:-ms-input-placeholder {color: #5b5d68; -webkit-transition: all 0.3s linear; transition: all 0.3s linear;}
textarea::-webkit-input-placeholder {color: #5b5d68; -webkit-transition: all 0.3s linear; transition: all 0.3s linear;}
textarea:-moz-placeholder {color: #5b5d68; -webkit-transition: all 0.3s linear; transition: all 0.3s linear;}
textarea::-moz-placeholder {color: #5b5d68; -webkit-transition: all 0.3s linear; transition: all 0.3s linear;}
textarea:-ms-input-placeholder {color: #5b5d68; -webkit-transition: all 0.3s linear; transition: all 0.3s linear;}
input:focus::-webkit-input-placeholder {color:transparent;}
input:focus:-moz-placeholder {color: transparent;}
input:focus::-moz-placeholder {color: transparent;}
input:focus:-ms-input-placeholder {color: transparent;}
textarea:focus::-webkit-input-placeholder {color:transparent;}
textarea:focus:-moz-placeholder {color: transparent;}
textarea:focus::-moz-placeholder {color: transparent;}
textarea:focus:-ms-input-placeholder {color: transparent;}

input, a, button, select, textarea{
	outline: none;
	transition: 0.5s;
	text-decoration: none !important;
}
input:focus, a:focus, button:focus, select:focus, textarea:focus{
	outline: none;
	
}
.container {
    width: 100%;
    max-width: 1650px;
    margin: auto;
}
/* ****************************************************************************************** */
.site-hdr-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 26px 0;
}
/* .hdr-nav {
    width: 60%;
} */
 header#masthead {
    position: sticky;
    top: 0;
    width: 100%;
    z-index: 9;
    box-shadow: 0 0 5px #0e776e;
    background: #fff;
    transition: all 0.3s ease;
}
.hdr-btn {
    display: flex;
    align-items: center;
}
.main-navigation a {
    display: block;
    text-decoration: none;
    color: #000;
    font-size: 18px;
    font-weight: 700;
}
.hdr-num a {
    background: #114B81;
    color: #fff;
    padding: 10px;
    border-radius: 5px;
    font-size: 18px;
    font-weight: 700;
	display: inline-block;
}
.hdr-user a {
    color: #000;
    font-size: 26px;
    margin-left: 15px;
}
.main-navigation a:hover{
	color: #f7c400;
}
.hdr-num a:hover{
	background-color: #000;
}
footer#colophon {
    background: #000;
    color: #fff;
    padding: 60px 0 0px;
}
.ftr-sec h3 {
    font-size: 30px;
    font-weight: 400;
    line-height: 30px;
    color: #fff;
    margin: 0 0 50px;
    position: relative;
}
.ftr-sec h3::after {
    content: "";
    background-color: #fff;
    width: 45px;
    height: 2px;
    position: absolute;
    left: 0;
    bottom: -12px;
}
ol, ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.ftr-sec ul li, .ftr-sec ul li {
    position: relative;
    padding-left: 20px;
}
.ftr-sec ul li a, .ftr-sec p {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    line-height: 26px;
}
.ftr-sec ul li::before, .ftr-sec ul li::before {
    content: "\f105";
    font-weight: 900;
    font-size: 16px;
    position: absolute;
    font-family: "Font Awesome 6 Free";
    color: #fff;
    left: 0;
    top: 2px;
}
.copy-right {
    border-top: 1px solid #ffffff57;
    padding: 25px 0;
    margin: 30px 0 0;
}
.copy-right p {
    font-size: 16px;
    font-weight: 500;
    line-height: 26px;
    text-align: center;
    margin: 0;
    color: #fff;
}
.fotr-logo {
    margin: 0 0 35px;
}
.ftr-sec a:hover {
   color: #f7c400;
    padding-left: 2px;
}
.third-col ul li {
    padding-bottom: 20px;
}
.social-icons {
    display: flex;
    align-items: center;
    gap: 5px;
    margin: 8px 0 0;
}
.social-icons a {
    color: #ffff;
    border: 1px solid #fff;
    border-radius: 10px;
    font-size: 20px;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.copy-right p a {
    color: #f7c400;
}
.secound-col {
    padding-left: 45px;
}
.hero-caps {
    position: absolute;
    top: 50%;
    left: 0%;
    transform: translate(0, -50%);
    width: 100%;
	z-index: 2;
}
.large-title {
    font-size: 45px;
    font-weight: 600;
    line-height: 54px;
    color: #fff;
    margin: 0;
}
.small-title {
    font-size: 18px;
    font-weight: 600;
    line-height: 30px;
    color: #fff;
    margin: 20px 0;
}
.banner-button a {
    background: #114B81;
    color: #fff;
    padding: 10px 24px;
    border-radius: 5px;
    font-size: 22px;
    font-weight: 700;
    display: inline-block;
    box-shadow: rgba(255, 87, 34, 0.9) 0px 0px 25px;
}
.banner-button a:nth-child(1){
	background: #f7c400;
	color: #000;
}
.banner-button a:hover{
	background-color: #000;
	color: #fff;
}
.banner-button {
    display: flex;
    align-items: center;
    gap: 20px;
}
.banner-sec {
    position: relative;
}
.banner-sec .hero-bnr-item:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: #0000009c;
    z-index: 1;
    width: 100%;
    height: 100%;
}

.packages-section {
    margin: 60px 0;
}
.heading-best h2, .heading-best h3 {
    font-size: 40px;
    line-height: 50px;
    margin: 0 0 15px;
    font-weight: 700;
    text-transform: capitalize;
}
.heading-best p {
    font-size: 18px;
    font-weight: 500;
    line-height: 28.01px;
    line-height: 32px;
}
.heading-best {
    text-align: center;
	color: #000;
}
.excellent-section {
    background-size: cover;
    background-position: center;
    padding: 60px 0;
}
.excellent-section .heading-best {
    color: #ffff;
}
.excellent-box {
    background: #FDFDFD;
    text-align: center;
    border-radius: 20px;
    padding: 30px;
	height: 100%;
    transition: 0.6s;
}
.excellent-box h4 {
    font-size: 40px;
    line-height: 50px;
    margin: 10px 0;
    font-weight: 700;
    text-transform: capitalize;
    color: #000;
}
.excellent-box p {
    font-size: 18px;
    font-weight: 500;
    line-height: 26.01px;
    color: #000;
    margin: 0;
}
.about-section .heading-best {
    text-align: left;
}
.about-section {
    margin: 70px 0;
}
.students-section {
    background-size: cover;
    padding: 60px 0;
}
.students-section .heading-best {
    color: #fff;
    width: 50%;
	text-align: left;
}
.students-section li {
    background: #FFFFFF;
    padding: 15px 59px 10px 90px;
    margin: 0 0 15px;
    position: relative;
}
.students-section li::after{
	content: "";
	background: url("/wp-content/uploads/2026/01/2020-driving-school-images-4-1.png");
	width: 60px;
    height: 60px;
    position: absolute;
    left: 16px;
    top: 10px;
}
.students-section ul li:nth-child(odd) {
    margin-right: auto;
    border-radius: 0 0 40px;
}
.students-section ul li:nth-child(even) {
    margin-right: auto;
    border-radius: 0px 40px 0 0;
}
.students-section ul li h4 {
    font-size: 25px;
    line-height: 30px;
    font-weight: 700;
    color: #000;
}
.students-section ul li p {
    font-size: 18px;
    font-weight: 500;
    line-height: 28.01px;
	color: #000;
}
.our-button a {
    background: #114B81;
    color: #fff;
    padding: 10px 24px;
    border-radius: 5px;
    font-size: 20px;
    font-weight: 700;
    display: inline-block;
    box-shadow: #114b81 0px 0px 25px;
}
.our-button a:nth-child(2){
	background: #f7c400;
	color: #000;
}
.our-button a:hover{
	background-color: #000;
	color: #fff;
}
.our-button {
    display: flex;
    align-items: center;
    gap: 20px;
}
.virginia-section {
    margin: 70px 0;
	position: relative;
}
.virginia-section::before {
    content: "";
    background: #A5DCE7;
    position: absolute;
    left: 0;
    width: 25%;
    height: 116%;
    border-radius: 5% 98% 99% 1%;
    z-index: -1;
    top: -78px;
}
.virginia-row {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
}
.virginia-row .virginia-box {
    width: 18.5%;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    margin: 0 0 21px;
    text-align: center;
    padding: 19px;
    font-size: 22px;
    line-height: normal;
    font-weight: 700;
    color: #000;
	background: #fff;
    transition: 0.6s;
}
.virginia-row .virginia-box a{
	color: #000;
	display: block;
}
.virginia-box:hover {
    background: #114B81;
    color: #fff;
}
.virginia-box a:hover {
    background: #114B81;
    color: #fff;
}
.abut-image img {
    width: 100%;
    border-radius: 20px;
}
.Watch-section .heading-best {
    text-align: left;
}
.Watch-section .row {
    align-items: center;
}
.Watch-section {
    background-size: cover;
    padding: 60px 0;
}
.areas-section {
    margin: 70px 0;
}
.areas-section ul {
    column-count: 5;
    text-align: center;
}
.areas-section .heading-best {
    border-bottom: 1px solid #000000;
    margin: 0 0 30px;
}
.areas-section ul li a {
    font-size: 18px;
    font-weight: 500;
    line-height: 28.01px;
    color: #000;
    margin: 0 0 8px;
}
.areas-section ul li{
    text-align: left;
    padding: 1px 0 15px 40px;
    position: relative;
}
.areas-section ul li::before {
    content: "\f3c5";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 18px;
    color: #114B81;
    display: inline-block;
    margin-right: 8px;
}
.areas-section ul li a:hover {
   color: #114B81;
   padding-left: 2px;
}
.driving-section {
    background: #000;
    padding: 60px 0;
}
.driving-section .heading-best {
    color: #fff;
    text-align: left;
}
.driving-section .abut-image {
    position: relative;
    margin: 0 0 -126px;
}
.client-reviews {
    margin: 70px 0;
}

.strip-block {
    display: flex;
    justify-content: center;
    align-items: center;
    border-right: 1px solid #2470B7;
    padding: 12px;
}
.script-main {
    background: #114B81;
}
div#icon-script img {
    width: 143px;
}
.image-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.image-row .larg-image {
    width: 56%;
}
.image-row .smal-image img {
    background: #D9D9D9;
    margin: 7px 0;
}
.image-row img {
    width: 100%;
    object-fit: cover;
    border-radius: 20px;
}
.image-row .smal-image {
    width: 41%;
}
.smal-image .content {
    position: absolute;
    top: 9px;
    left: 10px;
}
.rigt-img {
    position: relative;
}
.rigt-img .content {
    position: absolute;
    top: 0;
    left: 0;
    padding: 20px;
}
.rigt-img .google-img {
    position: absolute;
   	top: 30%;
    left: 0;
    padding: 20px;
}
.rigt-img .content div {
    display: flex;
    align-items: center;
    gap: 8px;
}
.google-img div {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #fff;
}
.rigt-img .content h3 {
    color: #000;
}
.smal-image h3 {
    font-size: 20px;
    font-weight: 800;
}
.rigt-img .content p {
    color: #000;
    margin: -6px 0 0;
    line-height: 20px;
}
.select-section {
    background-size: cover;
    padding: 60px 0;
}
.script-icon .scritp-box {
    width: 23%;
    text-align: center;
    color: #fff;
}
.script-icon {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.select-section .heading-best {
    color: #fff;
}
.script-icon .scritp-box img {
    width: 67px;
    display: block;
    margin: 0 auto 20px;
    background: #fff;
    padding: 16px;
    border-radius: 100%;
}
.select-input {
    text-align: center;
    margin: 40px 0 108px;
}
.select-input input {
    width: 100%;
    max-width: 50%;
    padding: 15px;
    border-radius: 100px;
}
.mapp iframe {
    width: 100%;
    height: 400px;
    border-radius: 21px;
}
.content-section {
    margin: 70px 0;
}
.content-section .heading-best {
    text-align: left;
}
.contact-details ul li {
    position: relative;
    padding: 18px 0 18px 50px;
    border-top: 1px solid #114B81;
}
.contact-details ul li i {
    position: absolute;
    left: 0;
    color: #114B81;
    font-size: 30px;
    top: 20px;
}
.contact-details ul li address {
    font-size: 20px;
    color: #000;
    margin: 0 0 5px;
    line-height: 30px;
    font-weight: 600;
}
.contact-details ul li p, .contact-details ul li a {
    font-size: 16px;
    color: #4E4E4E;
    line-height: 30px;
    font-weight: 400;
    text-decoration: none;
    margin: 0;
}
.contect-form form input, .contect-form form select {
    width: 100%;
    height: 55px;
    border-radius: 10px;
    color: #000;
    font-size: 16px;
    line-height: normal;
    padding: 15px 13px;
}
.contect-form {
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    border-radius: 20px;
    background: #fff;
    padding: 39px;
}
.content-section .contect-form .heading-best {
    text-align: center;
}
.content-section >.row {
    padding: 0 60px 0;
    align-items: center;

}
.content-section .contect-form {
    margin-top: -60px;
}
.contect-form form .sm-buton input.wpcf7-submit {
    height: auto;
    background: #114B81;
    color: #fff;
    font-size: 22px;
    font-weight: 600;
    border-radius: 10px;
}
.our-services {
    background: #F8F6F7;
    padding: 60px;
}
.service-box img {
    width: 100%;
    border-radius: 10px;
}
.service-box {
    position: relative;
    margin: 0 0 25px;
}
.service-box .service-content {
    position: absolute;
    bottom: 0;
    padding: 17px;
}
.service-content p {
    font-size: 16px;
    line-height: 25px;
    margin: 0 0 15px;
    font-weight: 700;
    text-transform: capitalize;
    color: #fff;
}
.service-content h5 {
    font-size: 25px;
    line-height: 28px;
    font-weight: 700;
    text-transform: capitalize;
    color: #fff;
}
.virginia-box:hover, .excellent-box:hover, .our-button a:hover{
    -webkit-transform: translateY(-4%);
    transform: translateY(-4%);
}
.banner-sec img {
    -webkit-animation: zoom 3s;
    animation: zoom 3s;
    overflow: hidden;
    width: 100%;
}
.banner-sec img {
    -webkit-animation: zoom 3s;
    animation: zoom 3s;
    overflow: hidden;
}
.hero-bnr-item{
    overflow: hidden;
}
.service-box:hover {
    overflow: hidden;
    border-radius: 14px;
    filter: grayscale(80%);
}
.abut-image, .service-box{
    overflow: hidden;
}
.service-box img {
    -webkit-transition: all 0.5s linear;
    transition: all 0.5s linear;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    filter: brightness(0.5);
}
.service-box img:hover {
    transform: scale(1.20);
}
.heading-best ul {
    margin: 26px 0;
}
.heading-best ul li {
    font-size: 17px;
    font-weight: 500;
    line-height: 27.01px;
    list-style: disc;
    margin: 0 0 6px 26px;
}

.stafford-box h5 {
    font-size: 25px;
    line-height: 28px;
    font-weight: 700;
    text-transform: capitalize;
    color: #000;
    margin: 11px 0 0;
}
.stafford-box {
    background: #fff;
    transition: 0.6s;
    padding: 28px;
    border-radius: 20px;
    text-align: center;
}
.stafford-box img {
    width: 100%;
    border-radius: 20px;
}
.accordion-item {
    border-radius: 10px;
    transition: all 0.3s ease;
    margin: 0 0 26px;
    background: #ffffffc9;
    box-shadow: 0 0 34px 0 rgb(0 0 0 / .1),0 2px 0 0 #114B81;
    padding: 0 0 8px 22px
}

.accordion-item h2 {
    margin: 0
}
.accordion-item button.accordion-button {
    width: 100%;
    text-align: left;
    padding: 18px 0;
    position: relative;
    border-radius: 0;
    border: none;
    background: #fff0;
    color: #000;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: capitalize;;
    padding-right: 50px
}
.accordion-item button.accordion-button:after {
    content: "\f107";
    position: absolute;
    top: 50%;
    right: 25px;
    transform: translateY(-50%);
    display: block;
    font-family: "FontAwesome";
    font-weight: 100;
    font-size: 22px;
    color: #000
}
.accordion-item button[aria-expanded="true"]::after {
    content: "\f106";
    color: #114B81
}
.accordion-body h5 {
    color: #000;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
   
}
.accordion-body {
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin: 8px 0;
}
/* .heading-best strong {
    background: #0693E3E5;
    padding: 5px 30px;
    border-radius: 30px;
    color: #fff;
    margin: 0 0 35px;
} */
.our-services .heading-best h2 {
    margin: 25px 0;
}
.areas-row {
    display: flex;
    justify-content: center;
    gap: 25px;
    flex-wrap: wrap;
}
.areas-col img {
    width: 89px;
}
.areas-col {
    border-radius: 10px;
    background: #ffffffc9;
    box-shadow: 0px 0px 34px 0px rgba(0, 0, 0, 0.10), 0px 2px 0px 0px #0693E3E5;
    transition: 0.6s;
    padding: 20px;
    text-align: center;
    width: 23%;
    cursor: pointer;
}
.areas-col:hover {
    -webkit-transform: translateY(-4%);
    transform: translateY(-4%);
}
.areas-col h4 {
    font-size: 18px;
    line-height: 26px;
    margin: 0 0 15px;
    font-weight: 700;
    text-transform: capitalize;
    color: #000;
}
.areas-col p {
    font-size: 18px;
    line-height: 26px;
    font-weight: 700;
    text-transform: capitalize;
    color: #114B81;
    margin: 0;
}
.location-section {
    margin: 70px 0;
    padding: 60px 0;
}
.google-img a {
    color: #fff;
}
.students-section ul {
    column-count: 2;
}
.about-section:nth-child(even) .row {
    flex-direction: row-reverse;
}
.hero-caps .inr-content {
    width: 57%;
}
.excellent-section.readysec {
    background: #0a1f33;
}
.excellent-section.readysec .heading-best, .excellent-section.School-sec .heading-best{
    text-align: left;
}
.about-section .row {
    align-items: center;
}

.banner-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.banner-row .banner-form {
    width: 40%;
}
.contect-form form textarea {
    height: 70px;
    border-radius: 10px;
    color: #000;
    font-size: 16px;
    line-height: normal;
    padding: 15px 13px;
}
.banner-row .sm-buton span.wpcf7-spinner {
    display: none;
}
.banner-row .sm-buton p {
    margin: 0;
}



/* Floating CTA Box */
.floating-cta {
    position: fixed;
    right: 0px;
    top: 60%;
    transform: translateY(-50%);
    z-index: 9999;
    font-family: Arial, sans-serif;
}

/* Call Box */
.floating-cta .call-box {
    background: #114B81;
    color: #fff;
    padding: 15px 18px;
    border-radius: 12px 0 0 0;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
    font-size: 20px;
    font-weight: 600;
    text-align: center;
}

/* Phone icon animation */
.call-icon {
    display: inline-block;
    margin-right: 8px;
    animation: ring 1.2s infinite;
}

/* Ring animation */
@keyframes ring {
    0% { transform: rotate(0deg); }
    20% { transform: rotate(15deg); }
    40% { transform: rotate(-15deg); }
    60% { transform: rotate(10deg); }
    80% { transform: rotate(-10deg); }
    100% { transform: rotate(0deg); }
}

/* Contact Button */
.floating-cta .contact-btn {
    display: block;
    background: #f7c400;
    color: #0c1b2a;
    padding: 12px 18px;
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    border-radius: 0 0 0 12px;
    border: 1px solid #ddd;
}

.floating-cta .contact-btn:hover {
    background: #0c1b2a;
    color: #fff;
}

/* Mobile responsive */
@media(max-width:768px){
    .floating-cta{
        right:0px;
        top:auto;
        bottom:40px;
        transform:none;
    }
}

.excellent-section{
    position: relative;
}
.excellent-section::after{
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: #114b8187;
    z-index: 1;
    width: 100%;
    height: 100%;
}
.excellent-section .container {
    position: relative;
    z-index: 2;
}
.steps-section {
    background: #114B81;
    padding: 80px 0;
}
.steps-row {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.steps-col {
    width: 32%;
    border-right: 1px solid #fff;
    padding: 0 29px 0 0;
    text-align: center;
}
.steps-col h4 {
    color: #fff;
    font-size: 25px;
    line-height: 24px;
    margin: 0 0 20px;
    font-weight: 700;
    font-style: italic;
}
.steps-col p {
    font-size: 16px;
    font-weight: 500;
    line-height: 26.01px;
    color: #fff;
}
.steps-section .heading-best h3 {
    color: #fff;
}
.steps-section .heading-best p {
    color: #fff;
}
.steps-col:last-of-type{
	border: none;
}
.page-template-faq .abut-image img {
    height: 600px;
    margin: 0 0 45px;
    object-fit: cover;
}

.page-template-faq .about-section{
    padding: 0 10%;;
}
.page-template-contact .content-section .contect-form{
    margin: 0;
}

.blog-lft {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 80px 0
}

.blog-lft .blg-block {
    width: 32%
}

.blog-contn {
    background: #FFF;
    box-shadow: rgb(149 157 165 / .2) 0 8px 24px;
    padding: 25px;
    margin: 0% 0% 35px;
    z-index: 1;
    position: relative;
    border-radius: 0px 0px 20px 20px;
}

.collect-sect ul {
    display: flex;
    align-items: center
}

.collect-sect ul li {
    padding: 0 20px 0 0
}

.collect-sect ul li a {
    color: #848484;
    font-size: 16px;
    font-weight: 500;
    text-decoration: none
}

.collect-sect ul li i {
    color: #114B81;
    font-size: 18px;
    padding: 0 5px 0 0
}

.blog-contn h2 {
    color: #000;
    font-size: 22px;
    font-weight: 700;
    margin: 15px 0;
    line-height: 32px
}

.blog-contn p {
    color: #646464;
    font-size: 16px;
    font-weight: 400;
    line-height: 30px
}

.blog-contn a i {
    background: #114B81;
    color: #fff;
    border-radius: 100%;
    padding: 10px;
    margin: 0 7px 0 0
}

.blog-contn a {
    color: #000;
    font-size: 20px;
    font-weight: 700;
    line-height: normal;
    text-decoration: none
}
.blg-block img {
    width: 100%;
    border-radius: 20px 20px 0 0;
    min-height: 230px;
    object-fit: cover;
}
figure.wp-block-uagb-image__figure {
    display: none
}

.pagination {
    justify-content: center;
    width: 100%
}

.pagination a,.pagination span.page-numbers.current {
    color: #114B81;
    font-size: 20px;
    padding: 7px
}
.about-section.about-section-page .row {
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    padding: 30px;
    border-radius: 30px;
}

.areas-section.areas-served-page .virginia-row .virginia-box{
    width: 32.5%;
}
.areas-section.areas-served-page .virginia-row .virginia-box .our-button {
    text-align: center;
    display: inline-block;
}
.areas-section.areas-served-page .virginia-row .virginia-box a {
    color: #fff;
}
.Paymentsec ul li a, .Paymentsec ul li div {
    display: flex;
    justify-content: space-between;
    color: #fff;
}
.Paymentsec ul li br {
    display: none;
}
.Paymentsec ul li {
    list-style: none;
    position: relative;
    padding: 8px 0 10px;
}
.Paymentsec ul li::after {
    content: "";
    border: 1px dotted #ffff;
    display: block;
    width: 100%;
    margin-top: 15px;
}
.about-section.student-spotlight .row {
    align-items: baseline;
}

.about-section.student-spotlight .abut-image img {
    height: 400px;
    object-fit: cover;
}
.page-id-22848 .abut-image img {
    width: 44%;
    margin: auto;
    text-align: center;
    display: block;
}

/* =====================ofline-courese ========================= */
.ofline-courese {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 26px;
}
.ofline-courese .course-box {
    width: 32%;
    background: linear-gradient(123.72deg, #114B81 20.73%, #231d4f 81.83%);
    padding: 40px;
    border-radius: 20px;
    box-shadow: 10px 8px 20px 0px #00000040;
    box-shadow: 0 0 34px 0 rgb(0 0 0 / .1), 0 2px 0 0 #f4953b;
}
.course-price {
    font-size: 50px;
    font-weight: 700;
    line-height: normal;
}
.course-header {
    padding: 12px 30px;
    border: 1px solid #fff;
    border-radius: 20px;
}
.course-price {
    font-size: 45px;
    font-weight: 700;
    line-height: normal;
    color: #fff;
}
p.course-limited {
    margin: 0;
    color: #ffffffb5;
}
.course-list {
    padding: 40px 10px;
}
.course-list ul li {
    font-size: 18px;
    font-weight: 500;
    line-height: 26.01px;
    color: #fff;
    padding: 0 0 8px 30px;
    position: relative;
}
.course-list ul li::after {
    content: "";
    position: absolute;
    left: 0;
    top: 4px;
    background: url(/wp-content/uploads/2026/02/check-circle-1.png);
    width: 20px;
    height: 20px;
    display: inline-block;
}
.course-price span {
    font-size: 29px;
    vertical-align: super;
}
.packages-section .our-button a:nth-child(2) {
    background: transparent;
    color: #fff;
    border: 1px solid #fff;
}
.packages-section .our-button a:nth-child(2):hover{
    background: #231D4F;
}
h3.course-title {
    font-size: 20px;
    font-weight: 700;
    line-height: 40px;
    color: #fff;
    margin: 0 0 30px;
    text-align: center;
    border-bottom: 1px solid #114b81;
    border-radius: 17px;
    box-shadow: 10px 8px 20px 0px #00000040;
    padding: 15px;
    background: linear-gradient(99.72deg, #1e295d -3.27%, #114b81 96.83%);
    box-shadow: 0 0 34px 0 rgb(0 0 0 / .1), 0 2px 0 0 #f4953b;
}
.course-box p {
    font-size: 18px;
    font-weight: 500;
    line-height: 32px;
    color: #fff;
    margin: 0;
}
.my-courses-page ul li{
    font-size: 20px;
    font-weight: 700;
    line-height: 40px;
    color: #fff;
    margin: 0 0 30px;
    text-align: center;
    border-bottom: 1px solid #114b81;
    border-radius: 17px;
    box-shadow: 10px 8px 20px 0px #00000040;
    padding: 15px;
    background: linear-gradient(99.72deg, #1e295d -3.27%, #114b81 96.83%);
    box-shadow: 0 0 34px 0 rgb(0 0 0 / .1), 0 2px 0 0 #f4953b;
}

.my-courses-page ul li a{
    color: #fff;
}
.my-courses-page .row {
    align-items: baseline;
}
.my-courses-page .heading-best {
    text-align: center;
}
.post-thumbnail img {
    width: 100%;
    border-radius: 10px;
    height: 600px;
    object-fit: cover;
    margin: 20px 0
}

.single-post article a {
    color: #114B81;
    font-weight: 700;
    text-decoration: underline
}

.single-post article {
    margin: 60px 0
}

.entry-content p {
    color: #000;
    font-size: 16px;
    font-style: normal;
    line-height: 30px
}

.nav-links a {
    color: #114B81!important;
    font-size: 18px;
    font-style: italic;
    font-weight: 500;
    line-height: normal;
    text-decoration: none
}

div#comments p.form-submit input {
    width: auto;
    height: auto;
    border-radius: 5px;
    background: #114B81;
    color: #FFF;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-decoration: none;
    padding: 14px 20px;
    display: inline-block;
    transition: .6s;
    cursor: pointer
}

div#comments input {
    width: 100%;
    height: 50px
}

div#comments textarea {
    width: 100%;
    height: 100px
}

div#comments p.comment-form-cookies-consent input {
    width: auto;
    height: auto
}
p#breadcrumbs {
    margin: 20px 0;
    color: #000;
    font-weight: 700;
    font-size: 20px;
    text-transform: capitalize;
}
p#breadcrumbs span a {
    color: #114B81;
    padding: 0 7px 0px 0px;
    text-transform: capitalize;
}
.contact-details ul li a:hover {
    color: #114B81;
    padding-left: 2px;
}
.contect-form form .sm-buton input.wpcf7-submit:hover{
    background: #000;
}


/* ======================enroll-container============================== */
.select-input .enroll-container {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 77%;
    margin: auto;
}
.select-input .enroll-col.enroll-col-8 {
    width: 70%;
}
.select-input .enroll-col.enroll-col-4 {
    width: 30%;
}
.select-input .enroll-col.enroll-col-8 select {
    width: 100%;
    padding: 16px;
    font-size: 20px;
    font-weight: 700;
    line-height: normal;
    border-radius: 15px 0px 0px 15px;
    box-shadow: 0 0 34px 0 rgb(0 0 0 / .1), 0 2px 0 0 #f4953b;
}
.select-input .enroll-col.enroll-col-4 button.enroll-btn {
    font-weight: 900;
    line-height: 31px;
    color: #fff;
    border-radius: 0 15px 15px 0px;
    padding: 15px;
    background: linear-gradient(99.72deg, #1e295d -3.27%, #114b81 96.83%);
    width: 100%;
    font-size: 25px;
    border: 2px solid #f7c400;
    border-left: none;
}
.hdr-logo img {
    width: 200px;
}
.our-button.text-senterr {
    display: block;
    text-align: center;
    margin: 33px 0 0;
}
div#enroll-now .scritp-box {
    width: 100%;
}
div#excellent-sec img {
    width: 100px;
    margin: auto;
    height: 90px;
    object-fit: cover;
}
.inr-content ul {
    margin: 20px 0px;
}
.inr-content ul li {
    font-size: 16px;
    font-weight: 700;
    line-height: 26.01px;
    color: #fff;
    padding: 0 0 8px 40px;
    position: relative;
}
.inr-content ul li::after {
    content: "\f138";
    position: absolute;
    left: 0;
    top: 2px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 22px;
    color: #f7c400;
}
.banner-row .banner-form .contect-form{
    padding: 20px 24px 0;
}
.buttomtextt p {
    margin: 10px 0;
    text-align: center;
}
.our-button.text-senterr a:nth-child(2) {
    margin-left: 18px;
}
.excellent-section.School-sec p a {
    color: #f7c400;
}
.heading-best h1 {
    font-size: 40px;
    line-height: 50px;
    margin: 0 0 15px;
    font-weight: 700;
    text-transform: capitalize;
}












/******************************************************************************************/

@keyframes zoom {
   from {
        transform: scale(1.5);
   }
   to {
        transform: scale(1);
   }
}

/* **********************************************Responsive************************************************* */


@media (min-width: 1200px) and (max-width: 1800px) {
.container {width: 90%;}

}
@media (min-width: 1200px) and (max-width: 1500px) {
.hdr-num a{font-size: 16px;}
#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link{padding: 0px 5px;font-size: 15px;}
.large-title{font-size: 35px;    line-height: 45px;}
.heading-best h2, .heading-best h3{font-size: 33px;line-height: 44px;}
.ofline-courese .course-box{width: 31%;padding: 15px;}

}

@media (min-width: 991px) and (max-width: 1199px) {
.hdr-num a{font-size: 12px;}
#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link{font-size: 14px;padding: 0px 3px;}
.large-title{font-size: 34px;line-height: 46px;}
.banner-button a{font-size: 16px;}
.heading-best h2, .heading-best h3{font-size: 30px;line-height: 40px;}
.ofline-courese .course-box{width: 30%;padding: 15px;}
.banner-row .banner-form{display: none;}
.heading-best h1 {font-size: 25px;line-height: 30px;}
}




@media (min-width: 767px) and (max-width: 991px) {
html body div.wprm-wrapper{width: inherit!important;}
html body div#wprmenu_bar {top: 21px;z-index: 9; margin: 0; left: auto; right: 6px; background:transparent;width: 60px;position: fixed;}
#wprmenu_bar .menu_title, #wprmenu_bar .wprmenu_icon_menu, #wprmenu_bar .menu_title a {color: #a8886e; font-size: 0px;}
#wprmenu_bar div.hamburger {  margin-top: 0;}
body {position: inherit !important ;}
html.wprmenu-body-fixed body { position: relative !important;}
#mg-wprm-wrap.cbp-spmenu-left {top:90px !important;}
#mg-wprm-wrap.cbp-spmenu-left, .cbp-spmenu-vertical{max-width: 100%;width: 100%;height: 100%;}
html {padding-top: 0px !important;}
.wprmenu_bar .hamburger { float: inherit!important; }
#wprmenu_menu_ul{padding: 0 0 0px; height: auto;} 
#mg-wprm-wrap ul li {border-bottom: 1px solid #ffffff3d;padding: 6px 10px; margin: 0;}


.hdr-nav { display: none;}
.social-icon {display: none;}
.hdr-row{padding: 0px 0; padding-right: 60px;}
.hero-caps{max-width: 90%;}
.large-title{font-size: 25px;line-height: 35px;}
.hdr-num a {font-size: 0;}
.hdr-num a i {font-size: 17px;}
.site-hdr-row{padding-right: 58px;}
.hero-caps .inr-content {width: 100%;}
.banner-sec img {min-height: 400px;object-fit: cover;}
.banner-button a{padding: 10px 8px;font-size: 16px;}
.small-title{font-size: 15px;line-height: 22px;}
.heading-best h2, .heading-best h3{font-size: 25px;line-height: 35px;}
.heading-best p{line-height: 25px;font-size: 15px;}
.abut-image {margin-top: 30px;}

.smal-image h3{font-size: 11px;}
.rigt-img .content p{font-size: 11px;line-height: 15px;}
.ofline-courese .course-box{width: 48%;}
.our-button a{font-size: 15px;}
.students-section .heading-best{width: 90%;}
.areas-section ul{column-count: 3;}

.banner-row .banner-form{display: none;}
.service-content h5{font-size: 18px;}
.service-content p{font-size: 15px;line-height: 20px;}
.areas-col{width: 30%;}
.heading-best h1 {font-size: 25px;line-height: 30px;}

}








@media only screen and (max-width: 767px) {
html body div.wprm-wrapper{width: inherit!important;}
html body div#wprmenu_bar {top: 21px;z-index: 9; margin: 0; left: auto; right: 6px; background:transparent;width: 60px;position: fixed;}
#wprmenu_bar .menu_title, #wprmenu_bar .wprmenu_icon_menu, #wprmenu_bar .menu_title a {color: #a8886e; font-size: 0px;}
#wprmenu_bar div.hamburger {  margin-top: 0;}
body {position: inherit !important ;}
html.wprmenu-body-fixed body { position: relative !important;}
#mg-wprm-wrap.cbp-spmenu-left {top:90px !important;}
#mg-wprm-wrap.cbp-spmenu-left, .cbp-spmenu-vertical{max-width: 100%;width: 100%;height: 100%;}
html {padding-top: 0px !important;}
.wprmenu_bar .hamburger { float: inherit!important; }
#wprmenu_menu_ul{padding: 0 0 0px; height: auto;} 
#mg-wprm-wrap ul li {border-bottom: 1px solid #ffffff3d;padding: 6px 10px; margin: 0;}


.hdr-nav { display: none;}
.social-icon {display: none;}
.hdr-row{padding: 0px 0; padding-right: 60px;}
.hero-caps{max-width: 100%;}
.large-title{font-size: 25px;line-height: 35px;}
.hdr-num a {font-size: 0;}
.hdr-num a i {font-size: 17px;}
.site-hdr-row{padding-right: 58px;}
.hero-caps .inr-content {width: 100%;}
.banner-sec img {min-height: 450px;object-fit: cover;}
.banner-button a{padding: 10px 8px;font-size: 16px;}
.small-title{font-size: 15px;line-height: 22px;}
.heading-best h2, .heading-best h3{font-size: 25px;line-height: 35px;}
.heading-best p{line-height: 25px;font-size: 15px;}
.abut-image {margin-top: 30px;}

.floating-cta .call-box{font-size: 10px;}
.floating-cta .contact-btn{font-size: 12px;}
.our-button a{font-size: 15px;}
.image-row .smal-image {width: 100%;}
.image-row .larg-image {width: 100%;}
.ofline-courese .course-box{width: 100%;}
.excellent-section .col-md-3 {margin: 0 0 15px;}
.students-section .heading-best{width: 100%;}
.students-section ul {column-count: 1;}
.students-section ul li h4{font-size: 20px;}
.students-section ul li p{font-size: 16px; line-height: 24px;}
.virginia-row .virginia-box{width: 48.5%;font-size: 18px;}
.Watch-section .heading-best {margin: 0 0 20px;}
.areas-section ul {column-count: 2;}
.script-icon .scritp-box{width: 100%;}
.content-section >.row{padding: 0 2px 0;}
.content-section .contect-form {margin-top: 0;}
.contect-form form .sm-buton input.wpcf7-submit{font-size: 18px;}
.foter-logo {text-align: center;margin: 17px;}
.secound-col {padding-left: 18px;margin: 0 0 45px;}

.banner-row .banner-form{display: none;}
.areas-section.areas-served-page .virginia-row .virginia-box {width: 99.5%;}
.accordion-item button.accordion-button{font-size: 17px;}
.areas-col{width: 89%;}
.our-services {padding: 25px;}
.asked-sestion {margin: 30px 0 0;}
.Paymentsec ul li{margin: 0 0 6px 0px;}
.page-template-common-languages .banner-sec img {min-height: 571px;object-fit: cover; }
.steps-col{width: 100%;border: none;border-bottom: 1px solid #fff;}
.page-template-faq .about-section {padding: 0px 0%;}
.blog-lft .blg-block {width: 100%;}
.ofline-courese .course-box{padding: 26px 15px;}
.areas-section ul li{padding: 1px 0 15px 0;}

.select-input .enroll-container{width: 100%;}
.select-input .enroll-col.enroll-col-4 { width: 50%;}
.select-input .enroll-col.enroll-col-4 button.enroll-btn{font-size: 16px;}
.select-input .enroll-col.enroll-col-8 select{font-size: 16px;}


.rigt-img {display: none;}
.home .virginia-row .virginia-box{display: none;}
.virginia-row .virginia-box:nth-child(1) ,.virginia-row .virginia-box:nth-child(2),.virginia-row .virginia-box:nth-child(3),.virginia-row .virginia-box:nth-child(4){display: block;}
div#sb_youtube_sbyUCRMcnlsH1MC179ixV2DObzA3 {display: none;}
.home .areas-section ul li{display: none;}
.areas-section ul li:nth-child(1) ,.areas-section ul li:nth-child(2),.areas-section ul li:nth-child(3),.areas-section ul li:nth-child(4){display: block;}
.driving-section {display: none;}
.about-section {margin: 40px 0;}
.virginia-section{margin: 40px 0;}
.areas-section {margin: 40px 0;}
.client-reviews {margin: 40px 0;}
.select-input{    margin: 32px 0 30px;}
.mobile-content {
    height: 253px;
    overflow-y: overlay;
    padding: 20px;
    margin: 20px 0;
}
.mobile-content::-webkit-scrollbar {width: 6px;}

.mobile-content::-webkit-scrollbar-track {background: #f1f1f1;}

.mobile-content::-webkit-scrollbar-thumb {background: #114B81;border-radius: 10px;}

.mobile-content::-webkit-scrollbar-thumb:hover {background: #114B81;}


.inr-content ul {margin: 4px 0px;}
.inr-content ul li{font-size: 14px;padding: 0 0 6px 30px;}
.heading-best h1 {font-size: 25px;line-height: 30px;}



}