@charset "utf-8";
/* CSS Document */


@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
@import url("https://use.typekit.net/yzw1iku.css");

/* 
font-family: oswald, sans-serif;
*/

/** BASIC CSS **/

* { 
	margin: 0; 
	padding: 0; 
	border:none; 
	outline:none;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	-o-box-sizing: border-box;
	box-sizing: border-box;	}
	

html, body{
	height:auto;
	max-width:100%;
	min-width:100%;
	background:#ffffff;
	font-family: 'Roboto', sans-serif;
	font-size:14px;
	line-height:18px; 
	color:#000;
	font-weight:normal;
	font-style:normal;
	overflow-x:hidden;}
	
p {
	font-size: 15px;
	color: #848484;
	line-height: 23px;
	font-weight: 400;}
	
h1,h2,h3,h4,h5,h6{
     margin:0;
	 color:#555;}
	 
ul, ol{
	list-style:none;
	margin:0;
	padding:0;}

a {
	text-decoration:none;
	outline: none;
	color: #4b5460;}
	
a:focus { 
	outline: none; }
	
a:focus {
	outline: none;}
	
a:hover, a:focus {
	color: #d00100;
	text-decoration: none;}
		
hr{
	border-top:1px solid #333;}
	
*, *:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;}
	
::selection {
	text-shadow: none;
	background: #d00100;
	color: #fff;}
	
::-moz-selection {
 text-shadow: none;
 background: #d00100;
 color:#fff;}
 
a, input, select, textarea, img {
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;}
		
.clearfix {
	clear: both;
	font-size: 0;
	line-height: 0;
	margin: 0;
	padding: 0;}
			
.hidden{ 
	display: none !important;}
	
.show{ 
	display: block !important;}
	
.floatl{ 
	float: left;}
	
.floatr{
	float: right;}
	
.nopad{
	padding:0 !important;}

.nopadl{
	padding-left:0;}
	
.nopadr{
	padding-right:0;}

.padl-5{
	padding-left:5px;}
	
.padr-5{
	padding-right:5px;}
	
.nomar{
	margin:0;}
	
.nomarl{
	margin-left:0;}
	
.nomarr{
	margin-right:0;}
	
.porel{
	position:relative;}

.for-desktop{
	display:block;
}

.for-mobile{
	display:none;
}
	
	
/** Basic css end here **/ 


.wrap{
	width:100%;
	display:flex;}
	
.left-bar{
	width:350px;
	min-height:100vh;
	background:#f3f3f3;
	padding:40px;}
	
.main-area{
	width:calc(100% - 350px);
	padding:15px;
	background: #f3f3f3;}


.left-bar h5{
	font-size:16px;
	font-weight:500;
	color:#000;
	padding:10px 10px;}
	
.left-bar h5::after{
	display:block;
	content:'';
	width:80px;
	height:4px;
	margin-top:4px;
	background: #D00100;}


.left-bar ul li{
	border-bottom:1px solid #ccc;}
	
.left-bar ul li a{
	display:block;
	padding:15px 10px;
	font-size:14px;
	color:#333;
	text-transform:uppercase;}

.tour-area-body{
	padding:15px;}
		
.tour-area{
	background:#fff;
	border-top:15px solid #00b8ff;}

.tour-area-head{
	text-align:center;
	padding:15px 0;}

.tour-area-head h1{
	font-family: oswald, sans-serif;
	font-size:25px;
	color: #000;
	font-weight:500;}

.tour-area-head p{
	margin-top:8px;
	font-weight: normal;
    font-size: 15px;
    color: #837E7E;}


.tour-bx{
	width:100%;
	height:auto;}
	
.tour-name{
	font-family: oswald, sans-serif;
	font-size:15px;
	color:#333;
	font-weight:600;
	padding:10px;
	text-align:center;
	border:1px solid #ccc;
	border-top:4px solid #fff;
	border-top-left-radius:4px;
	border-top-right-radius:4px;}

.tour-pic img{
	width:100%;
	height:200px;
	object-fit: cover;}
	
.tour-details{
	margin-top:10px;}

.tour-details-top{
	padding:10px;}
		
.tour-details-top h5{
	font-size:15px;
	color:#000;
	text-align:center;
	line-height:25px;}
	
.tour-details-top h5 i{
	margin-right:7px;}

.tour-details-bottom{
	padding:10px;}
		
.tour-details-bottom h4{
	font-size: 13px;
    font-weight: 500;
    color: #000;
    padding: 6px 0;
    line-height: 16px;
	text-align:center;
	margin-bottom:15px;}
	
.tour-details-bottom h4 a{
	margin-top:6px;
	display:inline-block;
	border:2px solid #fff;
	padding:6px 12px;
	width:150px;
	color:#fff;
	font-weight:500;
	border-radius:5px;}
	
	
.numberblock{
	background:#fff;
	padding:8px 10px;
	border-radius:4px;
	font-size:15px;
	text-align:center;
	margin-bottom:15px;}
	
.number-u{
	margin-right:7px;}
	
.number-u i{
	margin-right:5px;}

.sidebar{
	background:#fff;
	min-height: 100vh;
	border:1px solid #ccc;}
	
/***** Calander *****/

.main-box{
	width: 100%;
	padding:15px;
	background: #fff;
	margin:40px auto 0;
}

.box-logo{
	width: 300px;
	margin:auto;
	text-align: center;
}

.box-logo img{
	max-width: 100%;
}

.form-box{
	margin-top: 20px;
	display:none;
}

.selected-date{
	text-align: center;
}
.selected-date span{
	display:inline-block;
	font-size:20px;
	color:#00b8ff;
	font-weight: bold;
}

.choose-hours{
	margin-top: 30px;
}
.choose-hours h5{
	font-size:18px;
	color:#000;
	text-align: center;
}

.choose-hours ul {
	text-align: center;
	width:400px;
	margin:40px auto 0;
}
.choose-hours ul li{
	display:block;
	margin-bottom: 10px;
}
.choose-hours ul li a{
	font-family: oswald, sans-serif;
	display:block;
	padding:20px 0;
	font-size: 25px;
	color:#00b8ff;
	font-weight: bold;
	border: 2px solid #00b8ff;
}

.choose-hours ul li a:hover{
	background: #00b8ff;
	color:#000;
}

.change-date{
	margin-top: 40px;
	text-align: center;
}

.change-date .btn{
	border-width: 2px;
	font-size: 16px;
	font-weight: 600;
}
.change-date .btn i{
	margin-right:4px;
}

.event-container, .filler{
	display:none !important;
}

.custom-modal .close {
    color: #fff;
    position: absolute;
    width: 40px;
    height: 40px;
    left: -24px;
    top: -15px;
    background: red;
    opacity: 1;
    border-radius: 50%;
    margin: 0;
    padding: 0;
	outline:none !important;
	opacity: 1 !important;
}


.custom-modal  .modal-header{
	border:none;
	padding: 0;
}

.custom-modal  .modal-dialog {
    max-width: 500px;
    margin: 5.75rem auto;
}

.choose-types h5{
	font-family: oswald, sans-serif;
	font-size:20px;
	font-weight: 600;
	color: #000;
	text-align: center;
}
.choose-types a{
	padding: 30px 30px;
    display: block;
    margin-top: 15px;
    font-size: 25px;
    font-family: oswald, sans-serif;
    color: #333;
    text-transform: uppercase;
    line-height: normal;
    border: 2px solid #00b8ff;
    text-align: center;
}

.choose-types a:hover{
	background:#00b8ff;
	border-color: #00b8ff;
}

.main-form{
	width: 500px;
	margin:auto;
}

.main-form .form-control{
	border-width: 2px;
	height:40px !important;
}

.main-form h5{
	font-family: oswald, sans-serif;
    color: #000;
    text-transform: uppercase;
	font-size:25px;
	font-weight: 500;
	text-align: center;
	margin-bottom:20px;
}

.main-form h6{
	font-family: oswald, sans-serif;
    color: #000;
    text-transform: uppercase;
	font-size:18px;
	font-weight: 500;
	text-align: center;
	margin-bottom: 40px;
}

.main-form h6 span{
	color: #00b8ff;
}

.main-form label{
	display: block;
	font-size: 13px;
    font-weight: 600;
    color: #333;
}
.main-form .btn{
	padding: 8px 30px;
    border-width: 2px;
    font-size: 16px;
    font-weight: 600;
}

.forgot-pass{
	text-align: right;
}
.forgot-pass a{
	font-size: 13px;
    color: #000;
    font-weight: 600;
}

.iti{
	width: 100%;
}

.successful-box {
	margin-top: 50px;
	margin-bottom: 50px;
	padding-bottom: 50px;
}
.successful-box img{
	display:block;
	width: 150px;
	margin:auto;
}

.successful-box h1{
	font-family: oswald, sans-serif;
    font-size: 50px;
    color: #00b8ff;
    text-transform: uppercase;
	text-align: center;
	margin-top: 15px;
}

.calendar .day.today {
    background: #00b8ff;
    color: white;
}

.calendar .day:hover {
    border: 2px solid #00b8ff;
}

.box-text{
	text-align: center;

}

.box-text h1{
	font-family: oswald, sans-serif;
    font-size: 50px;
    color: #333;
    text-transform: uppercase;
}

.box-text h1 span{
	color: #00b8ff;
}

.box-text p {
    margin-top: 8px;
    font-weight: normal;
    font-size: 15px;
    color: #837E7E;
}

.calendar header .month .year{
	font-weight: bold;
	color: #FFF;
}

.calendar .day{
	font-size: 16px;
	font-weight: bold;
}

.calendar td:nth-child(6) .day, .calendar td:nth-child(7) .day, .has-event{
	color: #CBD1D2 !important;
}

.calendar header .simple-calendar-btn {
    color: #fff;
    border: 2px solid #fff;
}

.calendar header .simple-calendar-btn:hover {
    background: #d00100;
    color: #fff;
}

.calendar{
	border:2px solid #00b8ff;
}

.calendar header{
	background: #00b8ff;
	height: 65px;
	padding: 6px 0;
}

.month{
	color: #fff;
	font-size: 25px;
}

.calendar header .btn-prev {
    top: 17px;
    left: 31px;
}

.calendar header .btn-next {
    top: 17px;
    right: 31px;
}

.calendar table{
	margin:0;
}

.calendar table thead td{
	background: #000;
	color:#fff;

}
.calendar td {
    padding: 0.8em 0.1em;
    border: 1px solid #ebebeb;
}

.successful-box p{
	font-size: 17px;
	text-align: center;
	margin-top: 8px;
}

.main-wrap{
	width: 100%;
	height:auto;
	position: relative;
}


.main-wrap header.h-navbar{
	width: 100%;
	position:absolute;
	top: 0;
	left: 0;
	z-index: 9999;
}

.bottom-header{
	border-bottom: 1px solid rgba(255, 255, 255, .2);
}

.bottom-header .logo{
	height: 100px;
	line-height:100px
}

.bottom-header .logo img{
	max-width: 100%;
	max-height: 100%;
}
.bottom-header nav{
	width: 100%;
	height:100px;
}


.bottom-header nav ul{
	text-align: right;
	line-height:100px;
}
.bottom-header nav ul li{
	display:inline-block;
	margin-right: 20px;
}

.bottom-header nav ul li:last-child{
	margin-right: 0;
}

.bottom-header nav ul li a{
	font-family: oswald, sans-serif;
	display:inline-block;
	font-size:18px;
	font-weight: 400;
	text-transform: uppercase;
	color: #fff;
}
.bottom-header nav ul li a:hover{
	color: #00b8ff;
}


.top-header{
	padding:5px 0;
	border-bottom: 1px solid #eee;
}
.socail-link ul li{
	display:inline-block;
	margin-right: 15px;
}

.socail-link ul li:last-child{
	margin-right: 0;
}

.socail-link ul li a{
	font-size: 20px;
    color: #00b8ff;
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    border: 2px solid #00b8ff;
    text-align: center;
    border-bottom-right-radius: 10px;
}

.socail-link ul li a:hover{
	background:#00b8ff;
	color: #000;
}

.top-header .h-contact-details ul{
	padding: 6px 0;
}
.top-header .h-contact-details ul{
	text-align:right;
}

.top-header .h-contact-details ul li{
	display:inline-block;
	margin-right: 5px;
}

.top-header .h-contact-details ul li:last-child{
	margin-right: 0;
}

.top-header .h-contact-details ul li a{
	font-size: 12px;
	color: #878787;
}

.top-header .h-contact-details ul li a i{
	margin-right: 6px;
	color: #d00100;
}

footer{
	width: 100%;
	height: auto;
}

.top-footer{
	padding:30px 0;
	background:#222222;
	text-align: center;
}

.bottom-footer{
	padding:30px 0;
	background:#1B1B1B;
	text-align: center;

}

.bottom-footer h5{
	font-size:20px;
	color: #868686;
}

.bottom-footer h5 span{
	color: #fff;
}

.bottom-footer p{
	margin:8px 0 0 0;
	font-size:15px;
	color: #868686;
}

.bottom-footer p a{
	color: #00b8ff;
}

.top-footer .socail-link{
	margin-top: 20px;
}

/**** Home page ****/

.course-registartion{
	padding:50px 0;
}
.cmn-title {
	margin-bottom: 40px;
	text-align: center;
}
.cmn-title h2{
	font-family: oswald, sans-serif;
	font-size:50px;
	color: #333;
	text-transform: uppercase;
}

.cmn-title h2 span{
	color:#00b8ff;
}

.main-title{
	display:inline-block;
	position: relative;
	padding:0 50px;
}
.animation-box{
	width: 100%;
	height: 100%;
	background:#00b8ff;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
}

.cmn-title p{
	margin-top: 15px;
	font-size:15px;
	color: #848484;
}

.course-box{
	position: relative;
	margin-bottom: 10px;
	border-top-left-radius: 15px;
    border-bottom-right-radius: 15px;
    overflow: hidden;
}

.course-img img{
	width: 100%;
    height: 350px;
    object-fit: cover;
}

.course-details{
	position: absolute;
	padding:10px;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background:rgba(0, 0, 0, .5);
	text-align: center;
	padding-top: 30px;
}

.course-details h1{
	font-size:25px;
	color: #fff;
}

.course-details .btn{
	margin:10px 0;
	display: block;
	border-width: 2px;
	color: #fff;
	border-color: #fff;
	font-weight: 600;
	box-shadow: none !important;
}

.course-details .btn:hover, 
.course-details .btn:focus,
.course-details .btn:not(:disabled):not(.disabled):active,
.course-details .btn:active{
	background:#00b8ff;
	border-color: #00b8ff;
	color: #000;
}

.corsimoto-instructor{
	position: relative;
	padding:50px 0;
	background: #14181C;
	overflow: hidden;
}

.instructor-img{
	position: relative;
	overflow: hidden;
}
.instructor-img img{
	width: 100%;
}

.instructor-img-overlay{
	padding:50px;
	position: absolute;
	bottom: -100%;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .9);
	transition: all 0.5s;
}

.instructor-img:hover .instructor-img-overlay{
	bottom:0;
}

.instructor-details h2{
	font-family: oswald, sans-serif;
	font-size: 50px;
    color: #fff;
}

.instructor-details h2 span{
	color: #00b8ff;
}

.instructor-details p{
	font-size: 17px;
    margin-top: 30px;
    line-height: 40px;
    color: #fff;
}
.instructor-content h3{
	font-size: 30px;
	font-weight: 600;
	color: #fff;
	margin-top: 30px;
	text-align: center;
}

.instructor-content ul li a{
	font-size:17px;
	color: #fff;
}

.instructor-content ul {
	margin:30px auto 0;
}

.instructor-content ul li{
	display:inline-block;
	margin-right: 20px;
}

.instructor-content ul li a{
	font-size:20px;
	color: #fff;
	display:inline-block;
	width: 50px;
	height: 50px;
	line-height:50px;
	border: 2px solid #fff;
	text-align: center;
	border-bottom-right-radius: 10px;

}

.instructor-content ul li a:hover{
	background-color:#00b8ff;
	border-color: #00b8ff;
	color: #000;
}

.some-data{
	padding:50px 0;
}

.some-data-box{
	width: 100%;
    height: 300px;
    border-radius: 5px;
    padding: 15px;
    text-align: center;
    margin-bottom: 20px;
    border: 1px solid #00b8ff;
	border-bottom-right-radius: 30px;
}

.some-data-box i{
	font-size:40px;
	background: #00b8ff;
	color: #fff;
	width: 110px;
	height: 110px;
	line-height:110px;
	border-top-left-radius: 30px;
}

.some-data-box h4{
	font-family: oswald, sans-serif;
	font-size:30px;
	font-weight: bold;
	color: #000;
	margin:15px 0;
}

.some-data-box  h5{
	font-size:17px;
	color:#848484;
	font-weight: 400;
}

.driving-license-courses{
	padding:50px 0;
}

.driving-license-text h4{
	font-size:20px;
	font-weight: 600;
	color:#000;
	margin-bottom: 15px;
}

.driving-license-text p{
	font-size:14px;
}

.license-text-group{
	margin-bottom: 30px;
}


.dr-li-op-img{
	position: relative;
	border-top-left-radius: 30px;
	border-bottom-right-radius: 30px;
    overflow: hidden;
}
.dr-li-op-img img{
	width: 100%;
    height: 300px;
    object-fit: cover;
}

.dr-li-op-img-overlay{
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 60px;
    background: rgba(0, 0, 0, .8);
}

.dr-li-op-img-overlay:hover{
	background:#00b8ff;
}

.dr-li-op-img-overlay h1{
	font-family: oswald, sans-serif;
    font-size: 30px;
    color: #fff;
    text-align: center;
    margin-top: 0;
    line-height: 60px;
}

.dr-li-op-img-overlay:hover h1{
	color: #000;
}


.driving-lessons{
	padding:50px 0;
}

.driving-lessons-box {
	position: relative;
	/*
	-webkit-box-shadow: 0px 0px 17px 0px rgba(0,0,0,0.26);
-moz-box-shadow: 0px 0px 17px 0px rgba(0,0,0,0.26);
box-shadow: 0px 0px 17px 0px rgba(0,0,0,0.26);*/
}
.driving-lessons-box img{
	width: 100%;
	height: 250px;
	object-fit: cover;
	border-top-left-radius: 30px;
}

.driving-lessons-box-content{
	padding:15px;
    background: #fff;
	text-align: center;
}


.driving-lessons-box-content h4{
	font-family: oswald, sans-serif;
	font-size:30px;
	font-weight: bold;
	color: #333;
	margin-bottom: 15px;
}

.driving-lessons-box-content p{
	font-size:15px;
	color: #848484;
}

.driving-lessons-box-btns .btn{
	background: #fff;
	padding:10px 16px;
	border-color: #00b8ff;
	border-width: 2px;
	text-transform: uppercase;
	font-size:15px;
	font-weight: 600;
	color: #000;
	box-shadow: none !important;
}

.driving-lessons-box-btns .btn:hover, 
.driving-lessons-box-btns .btn:focus,
.driving-lessons-box-btns .btn:not(:disabled):not(.disabled):active,
.driving-lessons-box-btns .btn:active{
	background:#00b8ff;
}

.corsi-perfezionamento-text{
	background: #CE0000;
    padding: 30px 50px;
    text-align: center;
}

.corsi-perfezionamento-text h2{
	font-size: 30px;
    color: #fff;
}

.corsi-perfezionamento-text p{
	font-size: 15px;
    color: #fff;
	margin-top: 30px;
}

.corsi-perfezionamento-img {
	position:relative;
	overflow: hidden;
	border-top-left-radius: 15px;
    border-bottom-right-radius: 15px;
}
.corsi-perfezionamento-img img{
	width: 100%;
}

.corsi-perfezionamento-content{
	padding: 15px;
    width: 100%;
    transition: all 0.5s;
    text-align: center;
}


.corsi-perfezionamento-content h4{
	font-family: oswald, sans-serif;
	font-size:25px;
	font-weight: bold;
	color: #333;
	margin-bottom: 15px;
}

.corsi-perfezionamento-content p{
	font-size:14px;
	color: #848484;
}

.corsi-perfezionamento-btns a{
	background: #fff;
    padding: 8px 10px;
    border-color: #00b8ff;
    border-width: 2px;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
    color: #000;
    box-shadow: none !important;
}

.corsi-perfezionamento-btns .btn:hover, 
.corsi-perfezionamento-btns .btn:focus, 
.corsi-perfezionamento-btns .btn:not(:disabled):not(.disabled):active, 
.corsi-perfezionamento-btns .btn:active{
	background: #00b8ff;
	border-color: #00b8ff;
}

.corsi-perfezionamento-btns a:last-child{
	margin-right: 0;
}

.certifications-partner{
	padding:50px 0;
}

.partner-logo{
	text-align: center;
}

.partner-logo img{
	width: auto !important;
	max-width: 100%;
	margin: auto;
	/*
	-webkit-filter: grayscale(100%);
    filter: grayscale(100%);
	opacity: .5;
	*/
}

.item{
	position: relative;
}

.banner-overlay{
	position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.banner-overlay h5{
	font-size: 30px;
    color: #fff;
    font-family: oswald, sans-serif;
}

.banner-overlay h1{
	font-family: oswald, sans-serif;
	font-size:80px;
	color:#fff;
	font-weight: bold;
	color: #00b8ff;
}

.banner-text{
	margin-top: 400px;
}

.home-banner .owl-dots{
	position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;}
	
.home-banner .owl-dot{
	outline:none !important;}
	
.home-banner .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span{
	background:#ce0000 !important;}
	
.home-banner .owl-theme .owl-dots .owl-dot span{
	margin:5px !important;}

	.home-banner .owl-theme .owl-dots .owl-dot span {
	width: 25px;
	height: 10px;
	margin: 5px 7px;
	background: #fff;
	display: block;
	border-radius: 30px;
}

.full-width{
	width: 100%;
	min-height: 100vh;
}

.reg-step {
	margin: 20px 0 20px 0;
}
.reg-step ul{
	display:flex;
}
.reg-step ul li{
	font-family: oswald, sans-serif;
	font-size: 16px;
	font-weight: 400;
	display:block;
	width: calc(100% / 4);
	text-align: center;
}

.reg-step ul li span{
	font-family: oswald, sans-serif;
	display:block;
	width: 50px;
	height: 50px;
	line-height:50px;
	background:#fff;
	border: 2px solid #00b8ff;
	color: #000;
	margin:0 auto 10px;
	font-size: 20px;
	font-weight: bold;
	border-radius: 4px;
}

.active-step span{
	background: #00b8ff !important;
	color: #fff !important;
}

/*
.regis-box .tour-details{
	cursor: pointer;
}
*/
.regis-box  .tour-details-top {
    border-bottom: 1px solid #fff;
}

.regis-box .tour-details-top h5{
	font-weight: 400;
}

.regis-box .tour-details-bottom h4{
	margin-bottom: 5px;
}

.regis-box  .numberblock{
	margin-bottom: 0;
}

.corsi-perfezionamento-img img {
    object-fit: cover;
    width: 100%;
    height: 150px;
    object-position: center center;
}

.tab-box .tour-area{
	display:none;
}

.tab-box .active-tab{
	display:block;
}

.tab-form{
	width: 500px;
	margin:auto;
}

.tab-form .form-control{
	border-width: 2px;
    height: 40px !important;
    box-shadow: none !important;
}

.tab-form .form-control:focus {
    border-color: #00b8ff;
}

.tab-form label{
	font-size: 12px;
	font-weight: 600;
}

.tab-form p{
	font-size:14px;
	margin:0;
}

.tab-form p a{
	font-weight: bold;
	color:#00b8ff;
}

.tab-form .btn{
	padding:8px 30px;
	border-width: 2px;
    font-size: 16px;
    font-weight: 600;
}
.footer-btn {
	margin-top: 20px;
}
.footer-btn .btn{
	padding: 10px 40px;
	font-size:16px;
	border-color: #00b8ff;
	border-width: 2px;
	color: #000;
	font-weight: bold;
	box-shadow: none !important;
}

.footer-btn .btn:hover, 
.footer-btn .btn:focus, 
.footer-btn .btn:active,
.footer-btn .btn:not(:disabled):not(.disabled):active{
	background-color: #00b8ff;
    border-color: #00b8ff;
	color: #000;
}

.form-two {
	display:none;
}
.form-two form{
	margin-top: 25px;
}


.form-two form .form-control{
	border-width: 2px;
    height: 40px !important;
    box-shadow: none !important;
}

.form-two form label{
	font-size: 12px;
	font-weight: 600;
}

.tab-img img{
	width: 100%;
}

.switch-toggle{
	margin-top:5px}
	
.switch {
	position: relative;
    display: inline-block;
    width: 43px;
    height: auto;
    margin: 0;
    top:0;
}
	
.switch input { 
	opacity: 0;
	width: 0;
	height: 0;
}

.slider {
	position: absolute;
	cursor: pointer;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #ccc;
	-webkit-transition: .4s;
	transition: .4s;
	height: 18px;
    width: 43px;
}

.slider:before {
	position: absolute;
	content: "";
	height: 12px;
    width: 12px;
    left: 3px;
    bottom: 3px;
	background-color: white;
	-webkit-transition: .4s;
	transition: .4s;
}

.switch input:checked + .slider {
	background-color: #09a804;
}

.switch input:focus + .slider {
	box-shadow: 0 0 1px #09a804;
}

.switch input:checked + .slider:before {
	-webkit-transform: translateX(26px);
	-ms-transform: translateX(26px);
	transform: translateX(26px);
}


.d-license{
	display:none;
	background: #D1B9D7;
	padding: 0.375rem 0.75rem;

}

.d-license label{
	font-weight: 600;
}


/**** 29.08.2022 ****/


.pickup-box{
	width: 100%;
	height: auto;
	padding:30px;
	background:rgba(255, 255, 255, 10);
	margin-top: 200px;
	border-top-left-radius: 30px;
    border-bottom-right-radius: 30px;
}

.pickup-box h4{
	font-size:30px;
	color:#00b8ff;
	font-family: oswald, sans-serif;
	margin-bottom: 10px;
}

.booking-btn{
	display:block;
	width: 100%;
	height:50px;
	background:#000;
	border-color: #000;
	font-size: 20px;
	font-weight: 600;
}

.booking-btn:hover{
	background:#00b8ff;
	border-color: #00b8ff;
	color: #000;
}

.pickup-box .form-control{
	border-width: 2px;
	height:50px !important;
	box-shadow: none !important;
}

.form-control:focus{
	border-color:#00b8ff;
}


.video-info{
	position: relative;
	background: #fff;
	overflow: hidden;
	height:600px;
}

.video_hero {
    position: absolute;
    top: 50%;
    left: 50%;
    height: auto;
    width: auto;
    z-index: 9;
    transform: translateX(-50%) translateY(-50%);
    min-width: 100%;
    min-height: 100%;
}

.video-content{
	width: 100%;
	position: absolute;
	top: 50%;
	left: 0;
	z-index: 99;
	text-align: center;
	transform: translateY(-50%);
}

.video-content h1{
	font-size: 70px;
	color: #00b8ff;
	font-family: oswald, sans-serif;
	font-weight: bold;
}

.video-content h5{
	font-size: 20px;
	color: #fff;
	margin-top: 20px;
}

.video-content a{
	margin: 50px 5px 0 5px;
	padding: 12px 50px;
    border-width: 2px;
    font-weight: bold;
    font-size: 16px;
    color: #fff;
    border-color: #fff;
}

.video-content a:hover{
	background: #00b8ff;
	border-color: #00b8ff;
	color: #000;
}

.course-btns{
	margin-top: 150px;
}

.corsi-perfezionamento{
	padding:50px 0;
}

.inner-banner{
	width: 100%;
}
.inner-banner img{
	width: 100%;
	height: 250px;
	object-fit: cover;
}

.license-category .form-control,
.date-valid .form-control{
	border-width: 2px;
    height: 40px !important;
    box-shadow: none !important;
}


.our-testimonials{
	padding:50px 0 100px 0;
}

.testimonials{
	margin-top: 40px;
}
.testimonial-box h2{
	font-family: oswald, sans-serif;
    font-size: 25px;
    color: #000;
	font-weight: 600;
	text-align: center;
	margin-bottom: 10px;
}

.testimonial-box h5{
	font-family: oswald, sans-serif;
    font-size: 15px;
    color: #999;
    text-align: center;
    margin-bottom: 80px;
    font-weight: 400;
}

.testimonial-box p{
	position: relative;
	line-height: 27px;
}

.testimonial-box p::before {
    font-family: "FontAwesome";
    content: "\f10d ";
    display: inline-block;
    vertical-align: middle;
    font-weight: 400;
    font-size: 30px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -40px;
	color: #00b8ff;
}

.testimonials .owl-nav{
	margin:0 !important;}	 	

.testimonials .owl-prev{
	outline:none !important;
	background:none !important;
	width:30px!important;
	height:30px !important;
	line-height:30px !important;
	margin:auto !important;
	text-align:center;
	position:absolute;
	top:0;
	bottom:0;
	left:-100px;
	font-size:30px !important;
	color:#889195 !important;}
	
.testimonial-slider .owl-next{
	outline:none !important;
	background:none !important;
	width:30px!important;
	height:30px !important;
	line-height:30px !important;
	margin:auto !important;
	position:absolute;
	top:0;
	bottom:0;
	right:-100px;
	font-size:30px !important;
	color:#889195 !important;}	
	
.testimonials.owl-prev:hover, .testimonials .owl-next:hover{
	color:#00b8ff !important;}

.testimonials .owl-dots{
	position:absolute;
	left:0;
	right:0;
	margin:15px auto 0 !important;}
		
.testimonials .owl-theme .owl-dots .owl-dot{
	outline:none !important;}

.testimonials .owl-theme .owl-dots .owl-dot span{
	background:#d2d2d2 !important;}
		
.testimonials .owl-theme .owl-dots .owl-dot.active span, .testimonials .owl-theme .owl-dots .owl-dot:hover span{
	background:#00b8ff !important;}

#tab2 .avanti-btn{
	display:none;
}

.contact-us{
	padding:50px 0;
}

.contact-box{
	margin:50px auto;
	width:70%;
	background:#00b8ff;
	padding:50px;
}
.contact-box h3{
	font-size: 30px;
	font-weight: 600;
	color: #fff;
	margin-bottom: 40px;
	text-align: center;
}


.contact-box ul {
	text-align:center;
}
.contact-box ul li{
	display:inline-block;
	margin-right: 20px;
}

.contact-box ul li:last-child{
	margin-right: 0;
}

.contact-box ul li a{
	font-family: oswald, sans-serif;
	font-size:17px;
	color: #fff;

}

.contact-box ul li a i{
	font-size:20px;
	color: #fff;
	margin-right: 10px;
	display:inline-block;
	width: 50px;
	height: 50px;
	line-height:50px;
	border: 2px solid #fff;
	text-align: center;
}

.contact-box ul li a:hover i{
	border-color: #fff;
	background:#fff;
	color: #000;
}

.lesson-wrap{
	padding:40px 0;
}

.calander-change .btn{
	width: 100px;
	font-size:20px;
}

.btn-danger {
    color: #fff;
    background-color: #00b8ff !important;
    border-color: #00b8ff !important;
	box-shadow: none !important;
}

.calander-change .form-control{
	margin: 0 10px;
}

.lesson-box-main{
	margin-top: 30px;
}

.lesson-date{
	font-size: 18px;
	color: #000;
	font-weight: 600;
	margin-bottom: 8px;
}
.lesson-date i{
	color: #00b8ff;
	margin-right: 5px;
}

.lesson-box li{
	margin-bottom: 10px;
}

.lesson-box-hdng{
	background:#FF958B;
	padding:5px;
}

.lesson-hdng-text h5{
	font-size:16px;
	color: #fff;
	font-weight: bold;
	text-align: center;
}

.lesson-hdng-text h4{
	font-size:15px;
	color: #000;
	font-weight: 500;
	text-align: center;
}

.lesson-hdng-text{
	width: calc(100% - 40px);
}

.lesson-box-hdng a{
	display: block;
	font-size: 30px;
	color: #fff;
	width:35px;
	height: 35px;
	background:#e1786e;
	text-align: center;
	line-height:35px;
}

.lesson-box-content{
	display:none;
}

.lesson-box-content .table tr th,
.lesson-box-content .table tr td{
	vertical-align: middle !important;
}
.lesson-box-content .table tr td a{
	font-size: 15px;
	color: #00b8ff;
}

.bg-blue{
	background:#A7E9F9 !important;
}

.bg-blue a{
	background:#84ccdd!important;
}

.warning-msg{
	width: 600px;
	margin:30px auto 0;
	background:#f5f5f5;
	padding:20px;
	text-align: center;
	border-radius: 5px;
}

.warning-msg h2{
	font-size: 15px;
    color: #fd0000;
    line-height: 25px;
}

.warning-msg-btn{
	margin-top: 30px;
}


.warning-msg-btn .btn {
    padding: 6px 15px;
    font-weight: 600;
    font-size: 13px;
}

/*** New Css 21.11.2022 ***/


.bottom-header nav ul li{
	position: relative;
}

.bottom-header nav ul li a i{
	margin-left: 10px;
}
	
.dropdown{
	display:none;
	position:absolute;
	left:0;
	top:98%;
	width:250px;
	height:auto;
	background:#FFF;
	box-shadow:0 2px 6px rgba(0,0,0,0.2);  
	z-index:9999;
	text-align:left !important;
	line-height:normal !important;}
	
.dropdown li{
	display:block !important;
	margin:0 !important;
	padding:0 !important;}
	
.dropdown li a{
	font-size:15px !important;
	font-weight:400;
	display:block !important;
	padding:12px 0 12px 10px;
	color:#2c2c2c !important;}
	
.dropdown li a:hover{
	background:#00b8ff;
	color:#fff;}
	
nav ul li:hover .dropdown{
	display:block;}
	
.info-msg{
	padding: 10px;
    background: #ffefe6;
    border-radius: 5px;
    margin-bottom: 15px;
    font-size: 12px;
    color: #3a3a3a;
}

/** New css add for clander page new section **/


.corsi-sec{
	padding:50px 0;}
	
.corsi-blocks{
	width:100%;
	margin-top:50px;}
	
.corsi-tab{
	width:100%;
	height:auto;
	list-style:none;}

.corsi-tab li{
	display:block;
	margin-bottom:20px;}
	
.corsi-tab li a.corsi-hdng {
	font-family: oswald, sans-serif;
    font-size: 20px;
    color: #333;
    text-transform: uppercase;
	display: block;
    width: 100%;
    height: auto;
    padding: 20px 15px;
    background: #fff;
    color: #292929;
    border-radius: 4px;
	-webkit-box-shadow: 0px 0px 8px 4px rgba(0,0,0,0.10);
	-moz-box-shadow: 0px 0px 8px 4px rgba(0,0,0,0.10);
	box-shadow: 0px 0px 8px 4px rgba(0,0,0,0.10);}
	
.corsi-tab li a.corsi-hdng:hover{
	-webkit-box-shadow: 0px 0px 8px 5px rgba(0,0,0,0.15);
	-moz-box-shadow: 0px 0px 8px 5px rgba(0,0,0,0.15);
	box-shadow: 0px 0px 8px 5px rgba(0,0,0,0.15);}
	
		
.corsi-tab li a.corsi-hdng i {
	float: right;
    font-size: 30px;
    color: #00B8FF;
    margin-top: 8px;}
		
.corsi-tab li .corsi-content{
	border-top:1px solid #d4d4d4;
	background:#fff;
	display:none;
	padding:15px 10px;
	-webkit-box-shadow: 0px 4px 8px 4px rgba(0,0,0,0.10);
	-moz-box-shadow: 0px 4px 8px 4px rgba(0,0,0,0.10);
	box-shadow: 0px 4px 8px 4px rgba(0,0,0,0.10);}

.corsi-content h2{
	color: #000;
	font-family: oswald, sans-serif;
    font-size: 20px;
	margin-bottom: 20px;
}

.corsi-content h6{
	color: #000;
	font-size: 14px;
	margin-bottom: 5px;
}
.corsi-content p{
	font-size:14px;
	line-height:25px;
	color:#848484;
	margin-top:15px;}

.corsi-content ul{
	margin-left: 15px;
}
.corsi-content ul li{
	margin-bottom: 5px;
	color: #848484;
	font-size:14px;
}

.corsi-p-group{
	margin-bottom:20px;
}


/** New Css for slide 28.11.2022 **/

.slide-form{
	padding:15px;
	position:fixed;
	top:0;
	right:-100%;
	width:75%;
	height:100%;
	background:#fff;
	z-index:99999;
	transition:all .5s ease-in-out;
	-webkit-box-shadow: -10px 0px 8px 2px rgba(0,0,0,0.13);
	-moz-box-shadow: -10px 0px 8px 2px rgba(0,0,0,0.13);
	box-shadow: -10px 0px 8px 2px rgba(0,0,0,0.13);}
	
.slide-form-toggle{
	right:0 !important;}
			
.close-slide {
	position:relative;}
		
.close-slide a{
	position: absolute;
    left: -65px;
    display: inline-block;
    background: #f72222;
    width: 50px;
    height: 30px;
    line-height: 30px;
    font-size: 19px;
    color: #fff;
    padding-left: 15px;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;}	

.slide-form h2{
	font-size:16px;
	color:#353535;
	font-weight:600;}

.slide-banner{
	position: relative;
}
.slide-banner img{
	width: 100%;
	height: 100px;
	object-fit: cover;
}

.corsi-content-slider{
	margin-top: 30px;
}

.slide-banner-overlay{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100px;
	background: rgba(0,0,0,.6);
}

.slide-banner-overlay h1{
	font-size: 25px;
	color: #fff;
	line-height:100px;
	margin-left: 10px;
}

.moreinfo{
	font-size: 14px;
	text-transform: capitalize;
	color: #00B8FF;
	margin-top: 10px;
}

.corsi-content-slider {
    overflow-y: auto;
    height: 500px;
}

/** 30.11.2022 **/

.corsi-perfezionamento{
	background:#f7f7f7;
}

.our-testimonials{
	background:#f7f7f7;
}

.driving-license-courses{
	background:#EAEAEA;
}

.driving-lessons-box{
	border-top-left-radius: 30px;
	-webkit-box-shadow: 0px 0px 8px 4px rgba(0,0,0,0.10);
	-moz-box-shadow: 0px 0px 8px 4px rgba(0,0,0,0.10);
	box-shadow: 0px 0px 8px 4px rgba(0,0,0,0.10);
}

.driving-lessons-box-content{
	min-height: 300px;
}

.corsi-perfezionamento-box{
	border-top-left-radius: 30px;
	-webkit-box-shadow: 0px 0px 8px 4px rgba(0,0,0,0.10);
	-moz-box-shadow: 0px 0px 8px 4px rgba(0,0,0,0.10);
	box-shadow: 0px 0px 8px 4px rgba(0,0,0,0.10);
}
.corsi-perfezionamento-content{
	min-height: 210px;
}
.testimonial-box{
	background:#fff;
	padding:15px;
	border-top-left-radius: 30px;
    border-bottom-right-radius: 30px;
}

.testimonials .owl-dots {
    margin: 30px auto 0 !important;
}

.calender-section{
	padding: 20px 0 40px 0;
}

.calender-page{
	background:#f3f3f3;
}

.calender-section .reg-step ul {
    justify-content: center;
}
.calender-section .reg-step ul li{
	width: calc(100% / 3);
}

.calender-section  .box-text {
    margin-top: 20px;
}

.calendar-container{
	width: 800px;
	margin:0 auto;
}

.calender-section  .main-box{
	padding: 0;
}

.calender-section  .form-box{
	margin-top: 0;
	padding: 15px;
}

.lpe_explore_content, .gp1_explore_content{
	margin-bottom: 5px;
	color: #848484;
	font-size: 14px;
}

.corsi-content span {
	font-size: 14px;
	line-height: 25px;
	color: #848484;
	margin-top: 15px;
}

.login-pass-form p{
	font-size: 14px;
    margin: 0;
}

.login-pass-form p a {
    font-weight: bold;
    color: #00b8ff;
}

.back-to-btn .btn{
	padding: 8px 30px;
    border-width: 2px;
    font-size: 16px;
    font-weight: 600;
}

/**** 09.02.2023 ****/

.license-category label a, .date-valid label a{
	color: #00b8ff;
	display: none;
	font-size: 14px;
	cursor: pointer;
}


.custom-modal .modal-dialog{
	margin-top: 200px !important;
}

.info-image h5{
	font-size: 15px;
	margin: 20px 0 15px 0;
}
.info-image img{
	width: 100%;
}

.contact-box h4{
	color: #fff;
}

.contact-box h4 a{
	color: #fff;
	text-decoration: underline;
}

/*18-04-2023 css*/
.main-form h6 {
    font-family: oswald, sans-serif;
    color: #000;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 500;
    text-align: center;
    margin-bottom: 10px;
}

.main-form h6 span {
    color: #00b8ff;
}

.main-form h4 {
    font-family: oswald, sans-serif;
    color: #000;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 500;
    text-align: center;
    margin-bottom: 40px;
}

.main-form h4 span {
    color: #00b8ff;
}

