body{
	margin:0;
	padding:0;
	font-family: 'Montserrat';
}
a{
	text-decoration:none !important;
}
img{
	max-width: 100%;
    height: auto;
}
a:focus {
	outline: none;
	outline: 0px auto -webkit-focus-ring-color;
	outline-offset: 0px;
}
.btn.active.focus, .btn.active:focus, .btn.focus, .btn.focus:active, .btn:active:focus, .btn:focus {
	outline: none;
	outline-offset: 0px;
}
a:focus, a:hover {
	text-decoration: none !important;
}


@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-Regular.eot');
    src: url('../fonts/Montserrat-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Montserrat-Regular.woff2') format('woff2'),
        url('../fonts/Montserrat-Regular.woff') format('woff'),
        url('../fonts/Montserrat-Regular.ttf') format('truetype'),
        url('../fonts/Montserrat-Regular.svg#Montserrat-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-ExtraBold.eot');
    src: url('../fonts/Montserrat-ExtraBold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Montserrat-ExtraBold.woff2') format('woff2'),
        url('../fonts/Montserrat-ExtraBold.woff') format('woff'),
        url('../fonts/Montserrat-ExtraBold.ttf') format('truetype'),
        url('../fonts/Montserrat-ExtraBold.svg#Montserrat-ExtraBold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-Bold.eot');
    src: url('../fonts/Montserrat-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Montserrat-Bold.woff2') format('woff2'),
        url('../fonts/Montserrat-Bold.woff') format('woff'),
        url('../fonts/Montserrat-Bold.ttf') format('truetype'),
        url('../fonts/Montserrat-Bold.svg#Montserrat-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-Medium.eot');
    src: url('../fonts/Montserrat-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Montserrat-Medium.woff2') format('woff2'),
        url('../fonts/Montserrat-Medium.woff') format('woff'),
        url('../fonts/Montserrat-Medium.ttf') format('truetype'),
        url('../fonts/Montserrat-Medium.svg#Montserrat-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Raleway';
    src: url('../fonts/Raleway-ExtraBold.eot');
    src: url('../fonts/Raleway-ExtraBold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Raleway-ExtraBold.woff2') format('woff2'),
        url('../fonts/Raleway-ExtraBold.woff') format('woff'),
        url('Raleway-ExtraBold.ttf') format('truetype'),
        url('../fonts/Raleway-ExtraBold.svg#Raleway-ExtraBold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Raleway';
    src: url('../fonts/Raleway-Medium.eot');
    src: url('../fonts/Raleway-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Raleway-Medium.woff2') format('woff2'),
        url('../fonts/Raleway-Medium.woff') format('woff'),
        url('../fonts/Raleway-Medium.ttf') format('truetype'),
        url('../fonts/Raleway-Medium.svg#Raleway-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}


.header{
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	z-index: 999;
}
.fixed-header {
    top: 0; 
    box-shadow: 0 0 5px #b8b8b8;    
    z-index: 999;
}
.fixed-header .top-header{
	height: 0;
	padding-top: 0;
	transition: ease all 0.5s;
}
.top-header{
	height: 62px;
	background: #000;
	padding-top: 19px;
	overflow: hidden;
	transition: ease all 0.5s;
}
.adress1{
	color: #fff;
}
.adress1 span{
	padding-right: 20px;
}
.adress1 span img{
	margin-top: -2px;
    margin-right: 3px;
}
.adress1 span a{
	color: #fff;
}
.social{
	text-align: right;
}
.social a{
	margin-left: 5px;
}
.header-right{
	text-align: right;
}
.menu-part {
    background: #fff;
    padding: 14px 0;
}
.menu{
	display: inline-block;
	vertical-align: middle;
}
.menu ul{
	margin: 0;
	padding: 0;
}
.menu ul li{
	list-style: none;
}
.menu ul li a{
	font-size: 15px;
	font-weight: 500;
	color: #000000;
	text-transform: uppercase;
	padding: 30px 6px;
	transition: ease all 0.5s;
}
.menu ul li a.active, .menu ul li a:hover{
	color: #ed1c24;
	transition: ease all 0.5s;
}
.call-part{
	display: inline-block;
	vertical-align: middle;
	padding-left: 58px;
    margin-left: 15px;	
	position: relative;
}
.icon{
	width: 54px;
	height: 54px;
	border-radius: 50%;
	background: #efeaea;
	text-align: center;
    padding: 15px 0px;
    position: absolute;
    top: 0;
    left: 0;
}
.icon-text{
	font-size: 16px;
	color: #000000;
	text-align: left;
	line-height: 1.3;
}
.icon-text span{
	display: block;
	font-size: 28px;
	font-weight: bold;
	color: #ed1c24;
}
.icon-text span a{
	color: #ed1c24;
	transition: ease all 0.5s;
}
.icon-text span a:hover {
    color: #121212;
    transition: ease all 0.5s;
}
.banner{
	position: relative;
	margin-top: 173px;
}
.benner-content{
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 215px;
}
.banner-box{
	max-width:505px;
	padding-left: 9%;
}
.banner-title{
	font-family: 'Raleway';
	font-size: 41px;
	font-weight: bold;
	color: #fff;
    line-height: 1.2;	
	text-shadow: 0 3px 3px #202020;
}
.banner-text{
	font-family: 'Raleway';
	font-size: 30px;
	font-weight: 500;
	color: #fff;
	line-height: 1.1;	
	text-shadow: 0 3px 3px #202020;
	padding-top: 12px;
}
.driving-part{
	margin-top: -195px;
    position: relative;
}
.box1-top-sec{
   	box-shadow: 0 0 9px #7d7d7d;
   	padding: 0 12px;
}
.box1-top{
	padding: 0;
}
.box1{
	background: #fff;
	text-align: center;
	padding: 45px 20px 64px;
    height: 100%;
    transition: ease all 0.5s;
}
.box1:hover{
	background: #000;
	transition: ease all 0.5s;
}
.icon2{
	width: 114px;
	height: 114px;
	background: #efeaea;
	border-radius: 50%;
    margin: 0 auto;
    padding: 16px 0;
    transition: ease all 0.5s;    	
}
.box1:hover .icon2{
	background: #fff;
	transition: ease all 0.5s;
}
.box1-title{
	font-size: 18px;
	font-weight: bold;
	color: #ed1c24;
	text-transform: uppercase;
    padding: 30px 0 0;	
    transition: ease all 0.5s;
}
.box1:hover .box1-title{
	color: #fff;
	transition: ease all 0.5s;
}
.box1-text{
	font-size: 16px;
	color: #000;
	padding: 10px 0 0;
	transition: ease all 0.5s;
}
.box1:hover .box1-text{
	color: #fff;
	transition: ease all 0.5s;
}
.about-sec{
	padding: 85px 0 145px;
}
.left-part{
	position: relative;
}
.about2{
	position: absolute;
    bottom: -54px;
    left: -72px;
}
.about-title{
	font-size: 16px;
	color: #000;
	text-transform: uppercase;
	position: relative;
	padding-bottom: 15px;
}
.about-title:after{
	background: url(../images/shape1.png) no-repeat;
	width: 64px;
	height: 3px;
	position: absolute;
	bottom: 0;
	left: 0;
	content: "";
}
.about-heading{
	font-size: 32px;
	font-weight: bold;
	color: #000;
	line-height: 1.2;
    padding-top: 12px;
}
.about-text{
	font-size: 16px;
	color: #000;
	padding-top: 20px;
}
.ab-bottom{
	padding-top: 40px;
}
.call-part.dup{
	display: block;
	margin-left: 0;
}
.help-sec{
	background: #000;
	height: 625px;
	padding: 75px 0 0;
	margin-bottom: 145px;
}
.about-title.dup{
	color: #fff;
    padding-bottom: 24px;	
}
.about-title.dup:after{
	background: url(../images/shape2.png) no-repeat;
    width: 56px;
    height: 3px;
}
.about-heading.dup{
	color: #fff;
}
.help-tight{
	color: #fff;
    padding: 79px 0 0 93px;	
}
.row-top{
	padding-top: 72px;
}
.box2{
	background: #fff;
	text-align: center;
	box-shadow: 0 0 10px #727272;
	height: 100%;
	padding: 0 0 20px;
}
.box2 img{
	width:100%;
}
.box2-content{
	padding: 30px 25px 0;
}
.box2-title{
	font-size: 20px;
    font-weight: bold;
    color: #676767;
    padding-bottom: 5px;
    border-bottom: 3px dotted #676767;
    line-height: 1.3;
    text-transform: uppercase;
}
.box2-text{
	font-size: 16px;
	color: #676767;
	padding-top: 10px;
}
.box2-btn{
	font-size: 24px;
    color: #fff;
    background: #ed1c24;
    display: inline-block;
    padding: 3px 30px;
    font-weight: 500;
    line-height: 1.1;
    margin-top: 25px;
}
.help-client{
	background: url("../images/bg1.jpg") no-repeat center top;
	padding: 72px 0;
	background-size: cover;
    background-attachment: fixed;	
	margin-top: 194px;
}
.help-title{
	text-align: center;
	font-size: 39px;
	font-weight: bold;
	color: #000;
	padding: 0 16%;
	line-height: 1.2;
}
.help-text{
	text-align: center;
	font-size: 16px;
	color: #676767;
	text-transform: uppercase;
	font-weight: 500;
    padding-top: 25px;
}
.tecnology-sec{
	padding: 70px 0 30px;
}
.tec-left{
	background: url("../images/tec-bg.jpg") no-repeat;
	min-height: 660px;
	background-size: cover;
}
.tec-right{
	padding: 8% 12% 0 2%;
}
.learn{
	margin: 20px 0 0;
	padding: 0;
}
.learn li{
	list-style: none;
	padding-left: 92px;
	margin-top: 56px;
	font-size: 15px;
	position: relative;
}
.icon3{
	position: absolute;
	top:3px;
	left: 0;
}
.learn li strong{
	display: block;
	font-size: 18px;
    color: #000;
    margin-bottom: 7px;
}
.form-sec{
	background: #000;
    padding: 95px 0 40px;	
}
.about-text.dup{
	color: #fff;
	padding-right: 123px;
}
.list-name{
	margin: 30px 0 0;
	padding: 0;
}
.list-name li{
	list-style: none;
    font-size: 16px;
    color: #fff;
    background: url(../images/right-arw.png) no-repeat;
    padding-left: 25px;
    background-position: 0 7px;
    margin-top: 8px;
}
.form-right{
	background: #ed1c24;
	padding: 25px 25px 50px;
	margin-top: 30px;
	position:relative;
}
.form-title{
	font-size: 30px;
	color: #fff;
	font-weight: bold;
}
.form-part{
	padding-top: 20px;
}
.book-sec{
    padding: 80px 0 50px;
}
.box3{
	text-align: center;
}
.box3-title{
	font-size: 18px;
	font-weight: bold;
	color: #ed1c24;
	padding-top: 12px;
	text-transform: uppercase;
}
.box3-text{
	font-size: 16px;
	color: #000;
	padding: 14px 33px 0;
}
.testi-bg{
	background: url(../images/testi-bg.jpg) no-repeat;
    padding: 50px 0 94px;
    background-size: cover;
}
.testimonial-sec{
	text-align: center;
}
.testi-title{
	font-size: 24px;
	color: #fff;
}
.testi-title span{
	display: block;
	font-size: 36px;
	font-weight: bold;
	text-transform: uppercase;
}
.quote{
	margin-top: 20px;
}
.testimonial-part{
	padding-top: 40px;
}
#sp-testimonial-free-wrapper-28 .sp-testimonial-free-section .tfree-client-testimonial {
    color: #ffffff !important;
}
#sp-testimonial-free-wrapper-28 .sp-testimonial-free-section .tfree-client-name {
    color: #ffffff !important;
}
.sp-testimonial-free-section .tfree-client-name{
	font-size:20px !important;
}
.footer{
	background: #000;
}
.foot_left{
	padding: 8% 0 0 15%;
}
.foot-title{
	font-size: 35px;
	font-weight: bold;
	color: #fff;
	text-transform: uppercase;
}
.foot1{
	margin: 0;
	padding: 0;
}
.foot1 li{
	list-style: none;
	position: relative;
	color: #fff;
	font-size: 16px;
	margin-top: 10px
}
.foot1 li a{
	color: #fff;
}
.foot1 li a:hover {
    color: #ed1c24;
}
.foot_social{
	padding-top: 14px;
}
.foot_social a{
	margin-right: 5px;
}
.map{
	padding-right: 0;
}
.map iframe{
	height: 385px;
	margin-bottom: 0;
}
.copyright{
	text-align: center;
	font-size: 20px;
	color: #000;
	background: #ed1c24;
	padding: 20px 0;
}
.copyright a{
	color: #000;
}
#back2Top {
    width: 40px;
    height: 40px;
    line-height: 22px;
    overflow: hidden;
    z-index: 999;
    padding-top: 5px;
    cursor: pointer;
    transform: rotate(0deg);
    position: fixed;
    bottom: 12px;
    right: 2%;
    color: #fff;
    background: #000;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    opacity: 0;
    transition: all 0.5s;
}
#back2Top.show {
    opacity: 1;
}
.site-content, .site-main .widecolumn {
   margin-left: 0px !important;
}
.page .entry-header, .blog_page_header {
   background: url(../images/banner.jpg) no-repeat;
   background-size: cover !important;
   max-width: 100% !important;
   padding: 130px 0 130px !important;
   margin: 164px 0 50px !important;
   position: relative;
   overflow: hidden;
   text-align: center;
}
.page .entry-header:before, .blog_page_header:before {
   background: rgba(255, 255, 255, 0.5);
   position: absolute;
   content: "";
   top:0;
   bottom: 0;
   left: 0;
   right: 0;
}
.page .entry-content {
   max-width:100% !important;
   padding:0px !important;
}
.content-area, .content-sidebar {
   padding-top: 0px !important;
}
.page .entry-title, .blog_page_title {
   text-align: center;
   color: #000;
   width: 100%;
   font-size: 30px;
   font-weight: bold;
   text-transform: uppercase;
   position: relative;
   z-index: 99;
   margin-bottom: 0;
}
.frm_fld input, .frm_fld textarea {
    width: 100% !important;
    background: #fff !important;
    border: none !important;
    margin-top: 22px;
    padding: 11px 10px;
	border-radius:0;
}
.frm_fld textarea {
    height: 100px !important;
    resize: none;
}
.send_btn input {
    background: #000 !important;
    color: #fff !important;
    font-size: 14px !important;
    text-align: center;
    margin: 35px auto 0;
    font-weight: 600 !important;
    padding: 12px 38px !important;
}
.wpcf7 .ajax-loader{
	position: absolute !important;
    left: 50%;
    bottom: 7%;
}
.lesson_page_box {
    margin-top: 30px;
	text-align: center;
}
.lesson_page_box_inner {
    box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.1);
    min-height: 100%;
    padding: 30px 0 10px;
    border: 1px solid #eee;
}
.lesson_page_box_price {
    background: #ed1c24;
    width: 100px;
    height: 100px;
    margin: 0 auto;
    color: #fff;
    font-weight: bold;
    font-size: 30px;
    border-radius: 50%;
    padding-top: 26px;
}
.lesson_page_box_price strong {
    font-weight: normal;
    font-size: 20px;
}
.lesson_page_box_subprice {
    margin-top: 10px;
}
.lesson_page_box_heading {
    background: #ed1c24;
    color: #fff;
    font-weight: 600;
    font-size: 18px;
    padding: 10px;
    margin-top: 25px;
}
.lesson_page_box_list ul {
    padding: 0 10px;
    margin: 10px 0 0;
}
.lesson_page_box_list ul li {
    list-style: none;
    color: #666;
    font-size: 15px;
    border-bottom: 1px solid #ddd;
    padding: 10px 0;
}
.lesson_page_box_list ul li:last-child {
    border-bottom: none;
}
.abt_list ul {
	padding: 0;
	margin: 15px 0 0;
}
.abt_list ul li {
	list-style: none;
	padding-left: 25px;
	margin-top: 3px;
	position: relative;
}
.abt_list ul li:before {
	background: url(../images/check.png) no-repeat;
	background-size: 100%;
	position: absolute;
	content: "";
	top: 2px;
	left: 0;
	width: 18px;
	height: 18px;
}
.testi_page_box_inner {
	background: url(../images/quote_icon.png) no-repeat;
	background-size: 50px;
	background-position: 20px 25px;
    box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.1);
    min-height: 100%;
    padding: 95px 20px 25px;
    border: 1px solid #eee;
}
.testi_page_box_neme {
    color: #ed1c24;
    font-weight: bold;
    margin-top: 20px;
    font-size: 18px;
}
.testi_page_box {
    margin-bottom: 25px;
}
.omsc-toggle-title {
	font-weight: 500;
	border-top: 1px solid #e1e1e1;
}
.omsc-toggle-title::after {
	color: #ed1c24;
}
.omsc-accordion {
    border: none !important;
}
.omsc-accordion .omsc-toggle {
    margin: 10px 0 0 !important;
}
.abt_page_img img{
	width:100%;
}
.footer_fixed_buttons {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    z-index: 99;
}
.footer_btn1 {
    width: 50%;
    float: left;
    background: #acacac;
    color: #000 !important;
    padding: 10px 0;
    font-weight: bold;
}
.footer_btn2 {
    background: #ed1c24;
    position: absolute;
    top: 0;
    left: 44%;
    padding: 9px 12px;
    border-radius: 50%;
    width: 44px;
    height: 44px;
}
.footer_btn3 {
    width: 50%;
    float: left;
    background: #000;
    color: #fff !important;
    padding: 10px 0;
    font-weight: bold;
}
.thankyou-text {
    font-size: 20px;
    font-weight: 500;
}
.back-btn a {
    background: #ed1c24;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    border-radius: 5px;
    padding: 10px 15px;
    text-transform: uppercase;
    display: inline-block;
	margin-top:20px;
}
.error_container {
    align-items: center;
    padding: 30px 0;
    text-align: center;
}
.booking_form input {
	width: 100%;
	min-height: 48px;
	border: 1px solid #ccc !important;
	margin-top: 15px;
	border-radius: 0;
}
.booking_form select {
	background: url(../images/dropdown.png) no-repeat center right 10px;
    width: 100%;
    min-height: 48px;
    border: 1px solid #ccc !important;
    margin-top: 15px;
    border-radius: 0;
    padding: 14px 30px 13px 10px;
    -webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
.booking_form textarea {
	height: 150px;
	border: 1px solid #ccc !important;
	margin-top: 15px;
	border-radius: 0;
	resize: none;
}
.booking_form_box_heading {
    color: #ed1c24;
    font-weight: bold;
    font-size: 26px;
    text-align: center;
}
.booking_form_box {
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
    padding: 40px 30px;
}
.booking_form .contact_btn input {
    width: 100%;
    min-height: 48px;
    border: none !important;
    margin-top: 15px;
    border-radius: 0;
    background: #ed1c24 !important;
    font-size: 15px;
}
.booking_form {
	margin-top: 10px;
}
.lesson_page_box_btn {
    display: inline-block;
    background: #000;
    color: #fff !important;
    padding: 9px 18px;
    margin-top: 15px;
}
.ms-slide-info {
    position: absolute !important;
    top: 46%;
}
.location-sec{
	padding:30px 0;
}
.loc{
	margin:0;
	padding:0;
}
.loc li{
	display:inline-block;
	background: url(../images/contact_loc.png) no-repeat;
    font-size: 17px;
    font-weight: 500;
    width: 24%;
    background-size: 20px;
    background-position: 0 4px;
    padding-left: 22px;
    margin-top: 4px;
    color: #000;
}
.loc li a{
	color: #000;
}
.loc-title{
	text-align: center;
    font-size: 28px;
    font-weight: bold;
    color: #000;
    margin-bottom: 30px;
}

/*Responsive*/
@media only screen and (max-width : 320px) {
	.top-header{
		display:none;
	}
	.call-part{
		display:none;
	}
	.logo img{
		width:136px;
	}	
	.menu-toggle{
		background-color: transparent !important;
		top: 18px !important;
	}
	.menu-toggle::before{
		color: #ed1c24 !important;
	}
	.primary-navigation{
		padding-top: 0 !important;
	}
	.primary-navigation.toggled-on .nav-menu{
		margin-top: 10px !important;
	}
	.primary-navigation.toggled-on{
		padding: 0 0 5px !important;
	}
	.header-right {
		text-align: left;
	}
	.menu{
		display: block;
	}
	.menu ul li a{
		padding: 10px 10px;
	}	
	.banner{
		margin-top: 79px;
	}
	.benner-content{
		bottom: 25px;
	}
	.banner-title{
		font-size: 20px;
	}
	.banner-text{
		font-size: 16px;
		line-height: 1.3;
		padding-top: 6px;
	}	
	.driving-part{
		margin-top: 30px;
	}
	.box1-top {
		padding: 15px;
	}
	.box1{
		background: #eaeaea;
		padding: 15px 20px 28px;
	}
	.about-sec {
		padding: 35px 0 30px;
	}
	.about2 {
		bottom: -34px;
		left: -6px;
	}
	.right-part{
		padding-top:68px;
	}
	.about-heading{
		font-size: 21px;
	}
	.about-text {
		font-size: 14px;
		padding-top: 16px;
	}
	.ab-bottom {
		padding-top: 18px;
	}
	.call-part.dup{
		margin-top: 20px;
		padding-left: 65px;
	}
	.icon-text{
		font-size: 15px;
	}
	.icon-text span{
		font-size: 21px;
	}
	.help-sec {
		height: auto;
		padding: 36px 0;
		margin-bottom: 0;
	}
	.help-tight{
		padding: 16px 0 0 0;
	}
	.row-top {
		padding-top: 0;
	}
	.box2-top{
		margin-top:30px;
	}
	.box2-content{
		padding: 30px 18px;
	}
	.box2-title{
		font-size: 17px;
	}
	.help-client{
		margin-top: 34px;
		padding: 36px 0;
	}
	.help-title{
		font-size: 22px;
		padding: 0;
	}
	.help-text{
		padding-top: 17px;
	}
	.tecnology-sec {
		padding: 30px 0 30px;
	}
	.tec-left{
		min-height: 329px;
		background-size: 100%;
	}
	.tec-right {
		padding: 2% 0 0 4%;
	}
	.learn li{
		padding-left: 66px;
		margin-top: 34px;
		font-size: 14px;
	}
	.icon3 img{
		width:50px;
	}
	.learn li strong{
		font-size: 16px;
	}
	.form-sec{
		padding: 36px 0 35px;
	}
	.about-text.dup{
		padding-right: 0;
	}
	.form-right{
		padding: 25px 25px 28px;
	}
	.form-title{
		font-size: 18px;
	}
	.form-part {
		padding-top: 0;
	}
	.frm_fld input, .frm_fld textarea{
		margin-top: 14px;
	}
	.send_btn input{
		margin: 20px auto 0;
	}
	.book-sec {
		padding: 16px 0 32px;
	}
	.box3-top{
		margin-top:30px;
	}
	.testi-bg{
		padding: 30px 0 28px;
	}
	.testi-title{
		font-size: 18px;
	}
	.testi-title span{
		font-size: 20px;
	}
	.quote img{
		width:50px;
	}
	.testimonial-part {
		padding-top: 22px;
	}
	.foot_left {
		padding: 8% 0 0 3%;
	}
	.foot-title{
		font-size: 22px;
	}
	.foot1 li{
		font-size: 15px;
	}
	.foot1 li img{
		margin-right:5px;
	}
	.map {
		padding-right: 15px;
		margin-top: 20px;
	}
	.footer{
		padding: 0 0 30px;
	}
	.copyright{
		font-size: 15px;
		padding: 15px 0 58px;
	}
	#back2Top{
		bottom: 47px;
	}
	.page .entry-header, .blog_page_header{
		margin: 79px 0 30px !important;
		padding: 70px 0 70px !important;
	}
	.page .entry-title, .blog_page_title{
		font-size: 25px;
	}
	.abt_page_img{
		margin-top:20px;
	}
	.lesson_page_box{
		margin-top: 20px;
	}
	
	.banner-box {
		max-width: 298px;
		padding-left: 6%;
	}
	.ms-slide-info{
		top: 25%;
	}
	.location-sec {
		padding: 20px 0;
	}
	.loc-title{
		font-size: 22px;
		margin-bottom: 20px;
	}
	.loc li{
		font-size: 12px;
		width: 49%;
		background-size: 13px;
		background-position: 0 2px;
		padding-left: 18px;
	}
}

@media only screen and (min-width : 321px) and (max-width : 480px) {
	.top-header{
		display:none;
	}
	.call-part{
		display:none;
	}
	.logo img{
		width:136px;
	}	
	.menu-toggle{
		background-color: transparent !important;
		top: 18px !important;
	}
	.menu-toggle::before{
		color: #ed1c24 !important;
	}
	.primary-navigation{
		padding-top: 0 !important;
	}
	.primary-navigation.toggled-on .nav-menu{
		margin-top: 10px !important;
	}
	.primary-navigation.toggled-on{
		padding: 0 0 5px !important;
	}
	.header-right {
		text-align: left;
	}
	.menu{
		display: block;
	}
	.menu ul li a{
		padding: 10px 10px;
	}	
	.banner{
		margin-top: 79px;
	}
	.benner-content{
		bottom: 25px;
	}
	.banner-title{
		font-size: 20px;
	}
	.banner-text{
		font-size: 16px;
		line-height: 1.3;
		padding-top: 6px;
	}	
	.driving-part{
		margin-top: 30px;
	}
	.box1-top {
		padding: 15px;
	}
	.box1{
		background: #eaeaea;
		padding: 15px 20px 28px;
	}
	.about-sec {
		padding: 35px 0 30px;
	}
	.about2 {
		bottom: -34px;
		left: -6px;
	}
	.right-part{
		padding-top:68px;
	}
	.about-heading{
		font-size: 21px;
	}
	.about-text {
		font-size: 14px;
		padding-top: 16px;
	}
	.ab-bottom {
		padding-top: 18px;
	}
	.call-part.dup{
		margin-top: 20px;
		padding-left: 65px;
	}
	.icon-text{
		font-size: 15px;
	}
	.icon-text span{
		font-size: 21px;
	}
	.help-sec {
		height: auto;
		padding: 36px 0;
		margin-bottom: 0;
	}
	.help-tight{
		padding: 16px 0 0 0;
	}
	.row-top {
		padding-top: 0;
	}
	.box2-top{
		margin-top:30px;
	}
	.box2-content{
		padding: 30px 18px;
	}
	.box2-title{
		font-size: 17px;
	}
	.help-client{
		margin-top: 34px;
		padding: 36px 0;
	}
	.help-title{
		font-size: 22px;
		padding: 0;
	}
	.help-text{
		padding-top: 17px;
	}
	.tecnology-sec {
		padding: 30px 0 30px;
	}
	.tec-left{
		min-height: 329px;
		background-size: 100%;
	}
	.tec-right {
		padding: 4% 0 0 5%;
	}
	.learn li{
		padding-left: 66px;
		margin-top: 34px;
		font-size: 14px;
	}
	.icon3 img{
		width:50px;
	}
	.learn li strong{
		font-size: 16px;
	}
	.form-sec{
		padding: 36px 0 35px;
	}
	.about-text.dup{
		padding-right: 0;
	}
	.form-right{
		padding: 25px 25px 28px;
	}
	.form-title{
		font-size: 18px;
	}
	.form-part {
		padding-top: 0;
	}
	.frm_fld input, .frm_fld textarea{
		margin-top: 14px;
	}
	.send_btn input{
		margin: 20px auto 0;
	}
	.book-sec {
		padding: 16px 0 32px;
	}
	.box3-top{
		margin-top:30px;
	}
	.testi-bg{
		padding: 30px 0 28px;
	}
	.testi-title{
		font-size: 18px;
	}
	.testi-title span{
		font-size: 20px;
	}
	.quote img{
		width:50px;
	}
	.testimonial-part {
		padding-top: 22px;
	}
	.foot_left {
		padding: 8% 0 0 3%;
	}
	.foot-title{
		font-size: 22px;
	}
	.foot1 li{
		font-size: 15px;
	}
	.foot1 li img{
		margin-right:5px;
	}
	.map {
		padding-right: 15px;
		margin-top: 20px;
	}
	.footer{
		padding: 0 0 30px;
	}
	.copyright{
		font-size: 15px;
		padding: 15px 0 58px;
	}
	#back2Top{
		bottom: 47px;
	}
	.page .entry-header, .blog_page_header{
		margin: 79px 0 30px !important;
		padding: 70px 0 70px !important;
	}
	.page .entry-title, .blog_page_title{
		font-size: 25px;
	}
	.abt_page_img{
		margin-top:20px;
	}
	.lesson_page_box{
		margin-top: 20px;
	}
	.banner-box {
		max-width: 298px;
		padding-left: 6%;
	}
	.ms-slide-info{
		top: 25%;
	}
	.location-sec {
		padding: 20px 0;
	}
	.loc-title{
		font-size: 22px;
		margin-bottom: 20px;
	}
	.loc li{
		font-size: 12px;
		width: 49%;
		background-size: 13px;
		background-position: 0 2px;
		padding-left: 18px;
	}
}

@media only screen and (min-width : 481px) and (max-width : 767px) {
	.top-header{
		display:none;
	}
	.call-part{
		display:none;
	}
	.logo img{
		width:136px;
	}	
	.menu-toggle{
		background-color: transparent !important;
		top: 18px !important;
	}
	.menu-toggle::before{
		color: #ed1c24 !important;
	}
	.primary-navigation{
		padding-top: 0 !important;
	}
	.primary-navigation.toggled-on .nav-menu{
		margin-top: 10px !important;
	}
	.primary-navigation.toggled-on{
		padding: 0 0 5px !important;
	}
	#primary-menu{
		max-height:180px !important;
		overflow-y:auto !important;
	}
	.header-right {
		text-align: left;
	}
	.menu{
		display: block;
	}
	.menu ul li a{
		padding: 10px 10px;
	}	
	.banner{
		margin-top: 79px;
	}
	.benner-content{
		bottom: 42px;
	}
	.banner-title{
		font-size: 30px;
	}
	.banner-text{
		font-size: 20px;
		line-height: 1.3;
	}	
	.driving-part{
		margin-top: 30px;
	}
	.box1-top {
		padding: 15px;
	}
	.box1{
		background: #eaeaea;
		padding: 15px 20px 28px;
	}
	.about-sec {
		padding: 35px 0 30px;
	}
	.about2 {
		bottom: -34px;
		left: -6px;
	}
	.right-part{
		padding-top:68px;
	}
	.about-heading{
		font-size: 21px;
	}
	.about-text {
		font-size: 14px;
		padding-top: 16px;
	}
	.ab-bottom {
		padding-top: 18px;
	}
	.call-part.dup{
		margin-top: 20px;
		padding-left: 65px;
	}
	.icon-text{
		font-size: 15px;
	}
	.icon-text span{
		font-size: 21px;
	}
	.help-sec {
		height: auto;
		padding: 36px 0;
		margin-bottom: 0;
	}
	.help-tight{
		padding: 16px 0 0 0;
	}
	.row-top {
		padding-top: 0;
	}
	.box2-top{
		margin-top:30px;
	}
	.box2-content{
		padding: 30px 18px;
	}
	.box2-title{
		font-size: 17px;
	}
	.help-client{
		margin-top: 34px;
		padding: 36px 0;
	}
	.help-title{
		font-size: 22px;
		padding: 0;
	}
	.help-text{
		padding-top: 17px;
	}
	.tecnology-sec {
		padding: 30px 0 30px;
	}
	.tec-left{
		min-height: 650px;
		background-size: 100%;
	}
	.tec-right {
		padding: 4% 0 0 5%;
	}
	.learn li{
		padding-left: 66px;
		margin-top: 34px;
		font-size: 14px;
	}
	.icon3 img{
		width:50px;
	}
	.learn li strong{
		font-size: 16px;
	}
	.form-sec{
		padding: 36px 0 35px;
	}
	.about-text.dup{
		padding-right: 0;
	}
	.form-right{
		padding: 25px 25px 28px;
	}
	.form-title{
		font-size: 18px;
	}
	.form-part {
		padding-top: 0;
	}
	.frm_fld input, .frm_fld textarea{
		margin-top: 14px;
	}
	.send_btn input{
		margin: 20px auto 0;
	}
	.book-sec {
		padding: 16px 0 32px;
	}
	.box3-top{
		margin-top:30px;
	}
	.testi-bg{
		padding: 30px 0 28px;
	}
	.testi-title{
		font-size: 18px;
	}
	.testi-title span{
		font-size: 20px;
	}
	.quote img{
		width:50px;
	}
	.testimonial-part {
		padding-top: 22px;
	}
	.foot_left {
		padding: 8% 0 0 3%;
	}
	.foot-title{
		font-size: 22px;
	}
	.foot1 li{
		font-size: 15px;
	}
	.foot1 li img{
		margin-right:5px;
	}
	.map {
		padding-right: 15px;
		margin-top: 20px;
	}
	.footer{
		padding: 0 0 30px;
	}
	.copyright{
		font-size: 15px;
		padding: 15px 0 58px;
	}
	#back2Top{
		bottom: 47px;
	}
	.page .entry-header, .blog_page_header{
		margin: 79px 0 30px !important;
		padding: 70px 0 70px !important;
	}
	.page .entry-title, .blog_page_title{
		font-size: 25px;
	}
	.abt_page_img{
		margin-top:20px;
	}
	.lesson_page_box{
		margin-top: 20px;
	}
	.footer_btn2{
		left: 46%;
	}
	.banner-box {
		max-width: 365px;
		padding-left: 3%;
	}
	.ms-slide-info{
		top: 25%;
	}
	.location-sec {
		padding: 20px 0;
	}
	.loc-title{
		font-size: 22px;
		margin-bottom: 20px;
	}
	.loc li{
		font-size: 16px;
		width: 49%;
		background-size: 18px;
		background-position: 0 3px;
		padding-left: 24px;
	}
}

@media only screen and (min-width : 768px) and (max-width : 1024px) and (orientation : portrait) {
	.top-header{
		display:none;
	}
	.call-part{
		position: fixed;
		top: 10px;
		right: 58px;
	}
	.logo img{
		width:136px;
	}	
	.menu-toggle{
		background-color: transparent !important;
		top: 18px !important;
	}
	.menu-toggle::before{
		color: #ed1c24 !important;
	}
	.primary-navigation{
		padding-top: 0 !important;
	}
	.primary-navigation.toggled-on .nav-menu{
		margin-top: 10px !important;
	}
	.primary-navigation.toggled-on{
		padding: 0 0 5px !important;
	}
	.header-right {
		text-align: left;
	}
	.menu{
		display: block;
	}
	.menu ul li a{
		padding: 10px 10px;
	}	
	.banner{
		margin-top: 79px;
	}
	.benner-content{
		bottom: 111px;
	}
	.banner-title{
		font-size: 32px;
	}
	.banner-text{
		font-size: 20px;
		line-height: 1.3;
	}	
	.driving-part{
		margin-top: -40px;
	}
	.box1{
		padding: 15px 5px 28px;
	}
	.icon2{
		width: 100px;
		height: 100px;
		padding: 25px 0;
	}
	.icon2 img{
		width:50px;
	}
	.box1-title{
		padding: 20px 0 0;
		font-size: 13px;
	}
	.box1-text{
		font-size: 12px;
	}
	.about-sec {
		padding: 35px 0 30px;
	}
	.about2 {
		bottom: -34px;
		left: -20px;
	}
	.about-heading{
		font-size: 21px;
	}
	.about-text {
		font-size: 14px;
		padding-top: 16px;
	}
	.ab-bottom {
		padding-top: 18px;
	}
	.title{
		font-size:15px;
	}
	.call-part.dup{
		margin-top: 20px;
		padding-left: 65px;
	}
	.icon-text{
		font-size: 15px;
	}
	.icon-text span{
		font-size: 21px;
	}
	.help-sec {
		height: 470px;
		padding: 36px 0;
		margin-bottom: 176px;
	}
	.help-tight{
		padding: 9px 0 0 0;
		font-size: 14px;
	}
	.row-top {
		padding-top: 0;
	}
	.box2-top{
		margin-top:30px;
	}
	.box2-content{
		padding: 30px 10px;
	}
	.box2-title{
		font-size: 13px;
	}
	.help-client{
		margin-top: 34px;
		padding: 36px 0;
	}
	.help-title{
		font-size: 22px;
		padding: 0;
	}
	.help-text{
		padding-top: 17px;
	}
	.tecnology-sec {
		padding: 30px 0 30px;
	}
	.tec-left{
		min-height: 400px;
		background-size: 100%;
	}
	.tec-right {
		padding: 4% 0 0 5%;
	}
	.learn li{
		padding-left: 66px;
		margin-top: 34px;
		font-size: 14px;
	}
	.icon3 img{
		width:50px;
	}
	.learn li strong{
		font-size: 16px;
	}
	.form-sec{
		padding: 36px 0 35px;
	}
	.about-text.dup{
		padding-right: 0;
	}
	.form-right{
		
	}
	.form-title{
		font-size: 18px;
	}
	.form-part {
		padding-top: 0;
	}
	.frm_fld input, .frm_fld textarea{
		margin-top: 14px;
	}
	.send_btn input{
		margin: 20px auto 0;
	}
	.book-sec {
		padding: 16px 0 32px;
	}
	.box3-top{
		margin-top:30px;
	}
	.box3-text {
		font-size: 15px;
		padding: 14px 15px 0;
	}
	.testi-bg{
		padding: 30px 0 28px;
	}
	.testi-title{
		font-size: 18px;
	}
	.testi-title span{
		font-size: 20px;
	}
	.quote img{
		width:50px;
	}
	.testimonial-part {
		padding-top: 22px;
	}
	.map iframe{
		height: 250px;
	}
	.foot_left {
		padding: 8% 0 0 3%;
	}
	.foot-title{
		font-size: 22px;
	}
	.foot1 li{
		font-size: 15px;
	}
	.foot1 li img{
		margin-right:5px;
	}
	.map {
		padding-right: 15px;
		margin-top: 20px;
	}
	.footer{
		padding: 0 0 30px;
	}
	.copyright{
		font-size: 15px;
	}
	#back2Top{
		bottom: 47px;
	}
	.page .entry-header, .blog_page_header{
		margin: 79px 0 30px !important;
		padding: 70px 0 70px !important;
	}
	.page .entry-title, .blog_page_title{
		font-size: 25px;
	}
	.lesson_page_box{
		margin:20px auto 0;
	}
	.banner-box {
		max-width: 431px;
		padding-left: 7%;
	}
	.ms-slide-info{
		top: 25%;
	}
	.loc-title{
		font-size: 22px;
		margin-bottom: 20px;
	}
	.loc li{
		font-size: 16px;
		width: 32%;
		background-size: 18px;
		background-position: 0 3px;
		padding-left: 24px;
	}	
}

@media only screen and (min-width : 768px) and (max-width : 1024px) and (orientation : landscape) {
	.ms-slide-info{
		top: 30%;
	}
	.help-sec{
		margin-bottom: 162px;
	}
	.adress1 span{
		font-size: 15px;
	}
	.menu ul li a{
		font-size: 12px;
		padding: 30px 7px;
	}
	.icon-text{
		font-size: 14px;
	}
	.icon-text span{
		font-size: 20px;
	}
	.banner{
		margin-top: 171px;
	}
	.banner-title{
		font-size: 37px;
	}
	.banner-text{
		font-size: 28px;
	}
	.box1-title{
		font-size: 16px;
	}
	.about-sec {
		padding: 85px 0 90px;
	}
	.box2-title{
		font-size: 16px;
	}
	.help-client{
		margin-top: 143px;
	}
	.help-title{
		font-size: 37px;
		padding: 0 14%;
	}
	.tec-left{
		min-height: 518px;
		background-size: 100%;
	}
	.lesson_page_box_heading{
		font-size: 16px;
	}
}

/* iPad Pro 12.9 inch */
@media only screen and (min-device-width: 1024px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
	.top-header {
		display: block;
	}
	.call-part {
		position: relative;
		top: 0;
		right: 0;
	}
	.adress1 span{
		font-size: 15px;
	}
	.header-right {
		text-align: right;
	}
	.logo img {
		width: auto;
	}
	.menu {
		display: inline-block;
	}
	.menu ul li a{
		font-size: 12px;
		padding: 30px 7px;
	}
	.icon2 {
		width: 114px;
		height: 114px;
		padding: 16px 0;
	}
	.icon2 img {
		width: auto;
	}
	.icon-text{
		font-size: 13px;
	}
	.icon-text span{
		font-size: 20px;
	}
	.banner{
		margin-top: 171px;
	}
	.banner-title{
		font-size: 37px;
	}
	.banner-text{
		font-size: 28px;
	}
	.box1-title{
		font-size: 16px;
	}
	.about-sec {
		padding: 85px 0 90px;
	}
	.box2-title{
		font-size: 16px;
	}
	.help-client{
		margin-top: 143px;
	}
	.help-title{
		font-size: 37px;
		padding: 0 14%;
	}
	.tec-left{
		min-height: 518px;
		background-size: 100%;
	}
	.lesson_page_box_heading{
		font-size: 16px;
	}
	.call-part.dup {
		margin-top: 0;
		padding-left: 65px;
	}
	.help-tight {
		padding: 57px 0 0 70px;
		font-size: 14px;
	}
	.foot1 li {
		font-size: 16px;
	}
	.copyright {
		font-size: 20px;
	}
	.page .entry-header, .blog_page_header{
		padding: 130px 0 130px !important;
		margin: 164px 0 50px !important;
	}
	.help-sec{
		margin-bottom: 212px;
	}
	.banner-box {
		max-width: 505px;
		padding-left: 5%;
	}
	.ms-slide-info {
		top: 44%;
	}
	.loc li {
		font-size: 17px;
		width: 24%;
		background-size: 20px;
		background-position: 0 2px;
		padding-left: 22px;
	}
	.loc-title {
		font-size: 28px;
		margin-bottom: 24px;
	}
}

@media screen and (min-width: 1424px) {
	.tec-left{
		background-size: contain;
	}
}

@media screen and (min-width: 1624px) {
	.tec-left{
		background-size: contain;
	}
	.tec-right {
		padding: 8% 17% 0 2%;
	}
}

@media screen and (min-width: 1920px) {
	.tec-left{
		background-size: contain;
	}
	.tec-right {
		padding: 8% 31% 0 2%;
	}
}

@media screen and (min-width: 2048px) {
	.tec-right {
		padding: 8% 36% 0 2%;
	}
}

@media screen and (min-width: 2550px) {
	.tec-right {
		padding: 8% 48% 0 2%;
	}
}    





