﻿@import url(effect.css);

/* Fonts */
@import url('https://fonts.googleapis.com/css2?family=Forum&family=Inter:wght@400;600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap');
/* Fonts */

html { margin: 0; padding:0; overflow-x:hidden;}
body{
font-family: 'Roboto', sans-serif; font-weight:normal; padding:0; color:#666; font-weight:400; padding-right:0!important; overflow-x:hidden;
font-size:15px;
line-height:1.4;
}

/*	--------------------------------------------------
Global Reset & Standards
-------------------------------------------------- */

img{border:0;}

*{ box-sizing:border-box;
}
*:hover{
}

a{color:var(--brown); text-decoration:none;
-webkit-transition:all .2s ease-in-out;
-moz-transition:all .2s ease-in-out;
-ms-transition:all .2s ease-in-out;
-o-transition:all .2s ease-in-out;
transition:all .2s ease-in-out;
}
a:hover{text-decoration:none; color:var(--blue);}

h1, h2, h3, h4, h5{margin:0 0 15px; padding:0; font-weight:normal;}

:root{--blue:#3264ad; --red:#ae8875; --dark:#353535; --shade:linear-gradient(45deg, #2e3192 0%, #00a651 100%);}

@keyframes wiggle {
0%{transform:rotate(0deg);}
80%{transform:rotate(0deg);}
85%{transform:rotate(5deg);}
95%{transform:rotate(-5deg);}
100%{transform:rotate(0deg);}
}


.container{width:1280px; max-width:95%;}



.popupBox{display:block; position:fixed; top:0; bottom:0; left:0; right:0; z-index:9999; background:rgba(0,0,0,0.7);}
.popupBox > div{width:600px; max-width:90%; position:absolute; top:50%; left:50%; transform:translate(-50%,-50%); background:#fff; color:#222; padding:25px; text-align:center; font-size:18px;}
.popupBox > div > span{position:absolute; right:-15px; top:-15px; font-size:24px; cursor:pointer; color:red;
background: #000;
	width: 40px;
	height: 40px;
	line-height: 40px;
	border-radius: 50%;
}
.popupBox > div a{color:#fff!important;}


#navbar{background:#fff; position:relative;}
#navbar:before{position:absolute; left:-100%; right:60%; top:0; bottom:0; content:''; display:block; background:#3264ad; transform:skew(-45deg);}
#navbar > div{position:relative; z-index:5;}
#navbarmain {padding: 30px 0px; text-align:right;}
#navbarmain ul{float:right; width:100%; list-style-type:none; margin:0; padding:0;}
#navbarmain ul li{display:inline-block;}
#navbarmain li a {
  font-weight: 600;
  padding: 10px 20px;
  color: #222;
  font-family: "Exo", sans-serif;
  text-transform: capitalize;
  font-size: 15px;
  transition: all .25s ease;
}
#navbarmain li a:hover{color:var(--red);}

.dropdown-toggle::after {
  display: none;
}

.navbar-brand {
  margin-top: 0;
}
.navbar-brand > img{min-height:68px;}

.dropdown .dropdown-menu {
  position: absolute;
  display: block;
  background: #fff;
  min-width: 240px;
  top: 130%;
  left: 0;
  right: 0px;
  opacity: 0;
  padding: 0px;
  visibility: hidden;
  transition: all 0.3s ease-out 0s;
  border: 0px;
  border-top: 5px solidvar(--red);
  border-radius: 0px;
}

.dropdown:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
  top: 115%;
}

.dropdown .dropdown-item {
  padding: 13px 20px;
  border-bottom: 1px solid #eee;
  background: transparent;
  font-weight: 400;
  color: #555;
}

.dropdown .dropdown-item:hover {
  color:var(--red);
}

.header-top-bar {
  background: #2a3984;
  font-size: 14px;
  padding: 10px 0px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  color: #fff;
}


.top-bar-info li a {
  color: #fff;
  margin-right: 20px;
}

.top-right-bar a span {
  color: #fff;
  font-weight: 600;
  letter-spacing: 1px;
}

.top-right-bar a i {
  color: #fff;
  margin-right: 10px;
}


@media (max-width: 767px) {
  .text-lg {
    font-size: 28px;
  }
  
  .header-top-bar [class^="col-"]:first-child{display:none;}
  
  #navbar{background:#fff;}
  .navbar-brand{width:100%; text-align: center;}
  .navbar-brand > img{height:65px!important; min-height:50px;}
  .navbar-toggler{padding:0; font-size:22px;}
  #navbarmain{padding:0;}
  #navbarmain ul{text-align:center;}
  #navbarmain ul li{display:block; clear:both; overflow:hidden; border-top:1px #666 dotted;}
  #navbarmain ul li a{ padding:10px 0; display:block; overflow:hidden;}
}









/* Header */
.header-area{position:static; display:block; float:left; width:100%; margin-top:0.5px; left:0; right:0; top:0; z-index:100; padding:0 15px; background:var(--blue);}

#myHeader{margin:0; position:relative; z-index:100; float:left; width:100%; clear:both; z-index:9999; margin-top:0;}
.logo{position:relative; display:block; text-align:center;}
/*.logo:before{ position:absolute; left:-30%; right:0; top:0; bottom:-25px; background:#fff; content:''; display:block; z-index:-1; border-bottom-right-radius:50px; transform: skew(-15deg);
-webkit-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.2);
-moz-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.2);
box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.2);
}*/
.logo img{height:68px; transition:all .2s ease-in-out; padding:15px 0;}
#myHeader.sticky{position:fixed; left:0; right:0; top:0; margin-top:0; padding:0 2%; width:100%; background:var(--blue);
-webkit-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.2);
-moz-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.2);
box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.2);
}
#myHeader.sticky .logo img{height:70px;}

.callBox{ position:relative; padding-left:50px; color:#fff;}
.callBox i{position:absolute; left:0; font-size:42px; color:var(--blue);}
.callBox a{display:block;  font-weight:700; margin-bottom:0; line-height:1.1; color:#fff;}

ul.topBox{ margin:0; padding:0; list-style-type:none; background:var(--red); padding:10px 20px; margin-bottom:30px; float:right; border-bottom-left-radius:20px; border-bottom-right-radius:20px;}
ul.topBox li{display:inline-block; margin-right:20px;}
ul.topBox li a{padding:0 5px; color:#fff; font-weight:600;}
ul.topBox li i{color:#fff;}
ul.topBox li a:hover{color:var(--dark);}

.project-slider{position:relative; float:left; clear:both; width:100%;}
.project-slider > svg{position:absolute; fill:#182e5d; z-index:5; bottom:-20px; width:100%;}
.project-slider img{width:100%; object-fit:cover;}
.project-slider h2{position:absolute; left:50%; top:80%; transform:translate(-50%,-50%); display:block; z-index:100;color:#fff; font-size:42px; text-align:center; text-transform:uppercase; font-weight:600; text-shadow: 1px 1px 1px #222, 3px 3px 5px var(--blue);}

.project-slider .carousel-control-prev, .project-slider .carousel-control-next{padding:10px; width:auto; color:#fff; font-size:36px; opacity:1;}



.welcomeArea{display:block; overflow:hidden; clear:both; padding:60px 0; position:relative; color:#fff; background:#182e5d; }
.welcomeArea h2{ font-size:36px; font-weight:400; color:#fff;}
.welcomeArea h2 strong{display:block; overflow:hidden; font-size:42px; color:#ae8875;}
.welcomeArea p{margin:0 auto 25px; font-size:16px; line-height:1.7;}
.welcomeArea a{display:inline-block; padding:8px 40px; background:var(--blue); color:#fff; border-radius:5px; font-size:16px; text-transform:uppercase;}
.welcomeArea a:hover{background:var(--red); color:#fff;}


.projectsArea{padding:150px 0 50px; background:rgba(255,255,255,0.2) no-repeat fixed url('../images/parallax-img-01.jpg') center center; background-blend-mode:soft-light; color:#fff; display:block; overflow:hidden; clear:both; z-index:100; position:relative;}
.projectsArea svg{position:absolute; top:0px; left:0; right:0; fill:#fff; transform: scaleY(-1);}
.projectsArea h1{font-size:42px; text-align:center; margin-bottom:40px;}
.projectsArea .item > div{background:rgba(0,0,0,0.4); padding:20px; backdrop-filter: saturate(180%) blur(5px);}
.projectsArea .item a{color:#fff; font-weight:700; border-top:2px #fff solid; display:block; overflow:hidden; clear:both; padding-top:10px;}
.projectsArea .item a:hover{color:var(--dark);}
.projectsArea .item h4{margin-bottom:10px; font-size:18px; text-transform:uppercase;}
.projectsArea .item small{display:block;margin-bottom:10px;}
.projectsArea .item img{width:100%; margin-bottom:15px;}
.projectsArea .owl-nav{margin-top:30px!important;}
.projectsArea .owl-carousel .owl-nav button.owl-next, .projectsArea .owl-carousel .owl-nav button.owl-prev{padding:10px 16px!important; border-radius:50%; background:var(--red);color:#fff;}
.projectsArea .owl-carousel .owl-nav button.owl-next:hover, .projectsArea .owl-carousel .owl-nav button.owl-prev:hover{color:var(--dark)!important;}



.scheduleLesson{background:var(--red); padding:50px 0; color:#222; position:relative;}
.scheduleLesson > img{position:absolute; left:50%; top:50%; transform:translate(-50%,-50%); z-index:6;}
.scheduleLesson:before{position:absolute; z-index:1; content:''; display:block; transform: skew(-30deg, 0); left:-30%;right:50%;top:0; bottom:0; background:var(--blue);}
.scheduleLesson .row{z-index:5; position:relative;}
.scheduleLesson .row [class^="col-"]:first-child{padding-right:100px;}
.scheduleLesson .row [class^="col-"]:last-child{padding-left:100px;}
.scheduleLesson h3{color:#fff;font-size:36px; margin-bottom:0; text-align:right; font-weight:600;}
.scheduleLesson h4{font-size:24px; color:#fff; font-weight:600; margin-bottom:5px;}
.scheduleLesson a{display:block; overflow:hidden;font-size:30px; font-weight:600; color:#fff;}


.flip{transform: scaleX(-1);}

/*.serviceArea{text-align:center; display:block; overflow:hidden; padding:60px 0; position:relative;}*/
.serviceArea{text-align:center; display:block; overflow:hidden; padding:60px 0 0; position:relative; z-index: 100; margin-bottom: -100px}
.serviceArea img{height:150px;}
.serviceArea h2{font-size:28px; color:var(--blue); font-weight: 600;}
.serviceArea h2 + p{font-size:18px; width:800px; max-width:100%; margin:0 auto 30px;}
.serviceArea h4{padding:15px 0; margin:0; font-weight:600; font-size:18px; text-transform:uppercase;}
.serviceArea a{display:inline-block; overflow:hidden; clear:both; background:var(--blue); color:#fff; padding:8px 25px; text-transform:uppercase; font-size:12px;}
.serviceArea [class^="col-"] > div{padding:25px 25px 10px; background:var(--red); color:#fff;}
.serviceArea [class^="col-"] > div p{line-height:1.7;}
.serviceArea i{font-size:48px;}



.ourServices{}
.ourServices .row [class^="col-"] a{display:block;overflow:hidden; position:relative; text-align:center; background:#182e5d; /*border:1px #fff solid;*/ outline:1px #fff solid; outline-offset:0px;}
.ourServices .row [class^="col-"] a > img{width:100%; opacity:0.1;}
.ourServices .row [class^="col-"] a > div{position:absolute; z-index:5; top:50%; left:50%;transform:translate(-50%,-50%); width:80%;color:#fff;}
.ourServices .row [class^="col-"] a > div img{margin-bottom:10px; filter: drop-shadow(0px 0px 3px #222);}
.ourServices .row [class^="col-"] a:hover > img{opacity:0.7;}
.ourServices .row [class^="col-"] a:hover{outline-offset:-25px; outline:1px #fff solid;}



.testimonialsArea{ background:#333 url('../images/bgt-min.jpg') no-repeat center center fixed; background-size:cover; background-blend-mode:luminosity; color:#fff; padding:120px 0 120px; text-align:center; position:relative;}
/*.testimonialsArea svg{position:absolute; top:0px; left:0; right:0; fill:#fff; transform: scaleY(-1);}*/
.testimonialsArea h3{font-size:60px; font-weight:700; line-height:1.2; margin-bottom:30px;}
.testimonialsArea h3 + img{margin-bottom:-63px; position:relative;z-index:10;}
.testimonialsArea .carousel-item{border:2px var(--red) solid; padding:30px 50px;}
.testimonialsArea .carousel-item h5{text-transform:uppercase; font-weight:700; font-size:20px;}
.testimonialsArea .carousel-item p{margin-bottom:15px; font-size:20px; line-height:1.6;}
.testimonialsArea .carousel-indicators{bottom:-80px;}
.testimonialsArea .carousel-indicators li{background-color:#fff; height:5px; border-radius:5px;}
.testimonialsArea .carousel-indicators .active{background-color:var(--red);}

.testimonialsArea .star1, .testimonialsArea .star2, .testimonialsArea .star3, .testimonialsArea .star4, .testimonialsArea .star5{display:block; margin:0 auto; width:117px; height:19px; margin-bottom:15px; background:transparent url('../images/1star.png') no-repeat center center;}
.testimonialsArea .star2{background-image:url('../images/2star.png');}
.testimonialsArea .star3{background-image:url('../images/3star.png');}
.testimonialsArea .star4{background-image:url('../images/4star.png');}
.testimonialsArea .star5{background-image:url('../images/5star.png');}



.highlightArea{background:var(--red);clear:both; overflow:hidden; padding:80px 0;color:#fff; text-align:center; position:relative;}
.highlightArea > div{position:relative; z-index:10;}
.highlightArea h4{font-weight:300; font-size:30px;}
.highlightArea h4 strong{display:block; clear:both; font-weight:700; font-size:48px; padding:20px 0;}
.highlightArea a{display:inline-block; border:2px #fff solid; padding:10px 40px; border-radius:5px; color:#fff;text-transform:uppercase;}
.highlightArea a:hover{background:var(--blue);}
.highlightArea > svg{position:absolute; bottom:-1px; left:0;right:0; width:100%; fill:var(--blue); z-index:5;}



.footer{display:block; clear:both; overflow:hidden; background:#3264ad; background-size:cover; padding:0; color:#fff;}
.footer .contactDetails{display:block; overflow:hidden; padding:50px 30px 30px;}
.footer .contactDetails h2{letter-spacing:0; text-transform:uppercase; font-size:42px; color:#fff; margin-bottom:30px;}
.footer .contactDetails h2 strong{-webkit-text-fill-color: transparent; -webkit-text-stroke:1.5px #fff;}
.footer .contactDetails p{margin-bottom:5px;}

.footer > .row > [class^="col-"]{position:relative;}
.footer > .row > [class^="col-"] iframe{position:absolute; top:0; bottom:0; left:0; right:0; width:100%; height:100%;}
.footer > .row > [class^="col-"] > img{position:absolute; left:0; top:0; bottom:0; right:0;}

.quickLinks{padding:0px 0 20px; font-size:14px; display:block; overflow:hidden;}
.quickLinks ul{list-style-type:none; padding:0; margin:0;}
.quickLinks ul li{width:100%; float:left; margin-bottom:5px;}
.quickLinks h5{}
.footer a{color:#fff;}
.footer a:hover{color:#ffcc53;}

.contactDetails .socialArea span{border-top:2px #fff solid; border-top:2px #fff solid; padding:14px 0 0; margin-bottom:0px; text-align:center!important; display:block; overflow:hidden; width:100%;}
.social-icons{display:inline-block; list-style-type:none; margin:10px 0 0; padding:0;}
.social-icons li{display:inline-block; font-size:24px; margin-right:5px;}
.social-icons li a{color:#fff;}





#scroll-icon {
    position:fixed;
    right:10px;
    bottom:10px;
    cursor:pointer;
    width:30px;
    height:30px;
    background-color:var(--blue);
    text-indent:-9999px;
    display:none;
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
    border-radius:5px;
    z-index:99999;
}
#scroll-icon span {
    position:absolute;
    top:50%;
    left:50%;
    margin-left:-8px;
    margin-top:-12px;
    height:0;
    width:0;
    border:7px solid transparent;
    border-bottom-color:#ffffff
}
#scroll-icon:hover {
    background-color:var(--brown);
    opacity:1;
    filter:"alpha(opacity=100)";
    -ms-filter:"alpha(opacity=100)";
}




.matter1 a strong:hover{color:#fff;}
.matter1 a:hover{color:#fff;}


.galleryArea{ padding:50px 0 0; text-align:center;}
.galleryArea h2{text-align:center; font-weight:600; margin-bottom:30px; color:var(--blue);}
.galleryArea a{background:#fff; display:block; overflow:hidden; padding:0.5px; position:relative; margin-bottom:30px;}
.galleryArea a img{width:100%;}
.galleryArea a:before{position:absolute; left:25%; right:25%; top:25%; bottom:25%; content:''; display:block; z-index:5; background:rgba(0,0,0,0.7); opacity:0; transition:all .2s ease-in-out;}
.galleryArea a:hover:before{opacity:1; left:0.5px; right:0.5px; top:0.5px; bottom:0.5px;}
.galleryArea a span{position: absolute; transition:all .5s ease-in-out; opacity:0; text-align: center; z-index: 100; color: #fff; text-shadow: 0px 0px 3px #000000; font-size: 24px; top: 20%; left: 50%; transform: translate(-50%,-50%);}
.galleryArea a:hover span{opacity:1;top: 50%;}


.videoArea{display:block; padding:0; text-align:center; background:#fff; position:relative;clear: both;  overflow: hidden;}
.videoArea > img{position:absolute; left:0; height:100%; width:42%; object-fit:cover;}
.videoArea h3{margin-bottom:20px; line-height:1.2; font-size:24px; padding:10px 0;}


.formBox{position:relative; display:block; text-align:left; padding:40px 30px 20px;}
.formBox:before{background:var(--dark); display:block; content:''; position:absolute; left:0; right:0; top:0; bottom:-150px; z-index:-1;}
.formBox h4{color:#fff;}
.formBox input, .formBox textarea, .formBox select{width:100%; margin-bottom:15px; padding:0 10px; height:45px; border:1px #ddd solid; background:#fff;}
.formBox textarea{padding:10px; height:85px;}
.formBox input[type="submit"]{background:var(--blue); border:2px var(--blue) solid; color:#fff; text-transform:uppercase;font-weight:700; font-size:17px;}
.formBox input[type="submit"]:hover{ background:#fff; color:var(--dark);}

div.wpforms-container-full .wpforms-form textarea.wpforms-field-large {
  height: 120px!important;
}

div.wpforms-container-full .wpforms-form button[type="submit"]{	
background-color: var(--blue)!important;
border: 2px solid var(--blue)!important;
cursor: pointer;
color: #fff!important;
font-size: 1em;
padding: 10px 15px;
width: 100%;	
	text-transform: uppercase;
}


div.wpforms-container-full .wpforms-form button[type="submit"]:hover{	
background-color: #fff!important;
border: 2px solid var(--blue)!important;
cursor: pointer;
color: #333!important;
font-size: 1em;
padding: 10px 15px;
width: 100%;	
}


.nextServices{ display: block; }
.nextServices [class^="col-"]{ display: inline-block;}



/*--------------------next---------------------------*/




.nxtaboutArea{ padding:50px 0; display:block; margin:0 auto;  background:#0e75bb; }
.nxtaboutArea h2{ color:var(--blue); }



.nxtbanner-area{ display:block; overflow:hidden; position:relative; /*background:#444;*/ }
.nxtbanner-area:before{position:absolute; display:block; width:100%; height:100%; content:''; left:0; top:0; right:0; bottom:0;  z-index:0!important; padding:30px; color:#fff; text-align:center;
background: rgba(0, 0, 0, 0.5);}

.nxtbanner-area .inner-header{ text-align:center!important; color:#fff; position:absolute; bottom:25%; left:50%; transform: translate(-50%, -50%); display: block; margin: 0 auto }
.nxtbanner-area .inner-header h1{ font-size:60px; color:#fff; font-family: "Playfair Display", serif;}
.nxtbanner-area .inner-header ul.breadcrumb-list { display:block; padding:0!important; margin:0!important; list-style-type:none!important;}
.nxtbanner-area .inner-header ul.breadcrumb-list li{ display:inline-block!important; padding:0 10px 0 0!important; margin:0!important; font-size:14px!important; color:#fff; position:relative; }
.nxtbanner-area .inner-header ul.breadcrumb-list li:before{ content:'/'!important; position:absolute!important; top:0!important; left:-8px!important;}
.nxtbanner-area .inner-header ul.breadcrumb-list li a{ color:#fff; background:none!important; font-weight:400!important;}
.nxtbanner-area .inner-header ul.breadcrumb-list li a:hover{ color:#ffe87d;}
.nxtbanner-area .inner-header ul.breadcrumb-list li:first-child:before{ display:none; padding:0; }

.inner-boxes-area{position: relative; top:0; left:0; display:block!important; background:#fff; padding:55px 0 30px!important; margin:0 auto; z-index:1; 
-webkit-box-shadow:0px 2px 1px -1px rgba(0,0,0,0.5) !important;
-moz-box-shadow:0px 2px 1px -1px rgba(0,0,0,0.5) ;
box-shadow:0px 2px 1px -1px rgba(0,0,0,0.5);}


.inner-boxes-area h2{ font-size: 30px; color: #000; border-bottom: 1px dotted #111; padding-bottom: 10px; font-family: "Playfair Display", serif;}
.inner-boxes-area h3{ font-size:20px; font-weight:700; color:#2b2e7d; display:block; padding:10px 0;}
.inner-boxes-area ol{ padding:0; margin:0; }
.inner-boxes-area ol li{ font-size:15px; padding-bottom:10px; margin-left:18px;}

.inner-boxes-area ul{ padding:0; margin:0; }
.inner-boxes-area ul li{ font-size:15px; padding-bottom:10px; margin-left:18px;}


.inner-contact-area{position: relative; top:0; left:0; display:block!important; background:#fff;  margin:0 auto; z-index:1; 
-webkit-box-shadow:0px 2px 1px -1px rgba(0,0,0,0.5) !important;
-moz-box-shadow:0px 2px 1px -1px rgba(0,0,0,0.5) ;
box-shadow:0px 2px 1px -1px rgba(0,0,0,0.5);}


.matter1{ padding: 20px; margin-top: 0!important; color:#fff!important; margin-bottom: 20px; border: 1px dashed #111; background: #2a3984;;}
.matter1 strong{color:#ffcc53;}
.matter1 h3{ color: #fff!important}

.contact-info {
  /*margin-bottom: 20px;*/
  text-align: center!important; background: #03386a; padding:70px 0; color: #fff; }

.contact-infoboder [class^="col-"] {border-left: 1px dotted #fff; border-bottom: none; border-top:none;}
.contact-infoboder [class^="col-"]:first-child {border-left:none; border-bottom: none; border-top:none;}

.contact-info i {
  font-size: 48px;
  display: inline-block;
  margin-bottom: 10px;
  color: #fff;
}

 .contact-info address,
 .contact-info p {
  margin-bottom: 0; font-size: 15px!important;
  color: #fff; text-align: center!important;
}

.contact-info h3 {
  font-size: 18px;
  margin-bottom: 15px;
  font-weight: bold;
  text-transform: uppercase;
  color:var(--skyblue);
  text-align: center!important;
}

.contact-info a {
  color: #ffcc53; text-align: center!important; border:1px solid #ffcc53; padding:5px 10px; border-radius:20px;
}

 .contact-info a:hover {
  color: #fff;
}

.sub-menu-toggle{ display:none}


.from-area{ display:block; background:#f3f3f3; margin-top:50px;  padding:20px; box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.34);
-webkit-box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.34);
-moz-box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.34); }

.from-area h3{ padding-top:10px!important; padding-bottom:20px!important; text-transform:uppercase; font-size:18px!important; font-weight:700; display:block; text-align:center }

.from-area .no-gutters [class^="col-"]{ margin-bottom:10px; display:block; overflow:hidden; padding:5px;}
.from-area .form-control{border-radius:0; border:none; background:#fff; margin-bottom:10px; border:1px solid #ddd; font-size:14px; height:30px; color:#333!important;}
.from-area .form-control::placeholder{color:#333!important;}
.from-area textarea.form-control { background:#fff; border:1px solid #ddd; width:100%; color:var(--blue)!important; font-size:14px!important; height:80px!important;  margin-bottom:10px!important;  display:block; clear:both }
.from-area .btn{border-radius:0; border:none; background:#ec2024!important; text-transform:uppercase; font-size:14px; font-weight:600; color:#fff; padding:8px; margin-bottom:0;}

.heading-5 {
    text-align: center; padding:0 0 10px 0;font-family:'Fortestyle'; color:#222; display:block;  line-height:1!important; font-weight:normal!important; font-size:40px!important;
}

.text-center {
    text-align: center!important;
}

.boxPricing {
    display: block;
    padding: 0 0 20px;
    font-size: 32px;
    line-height: 1.5;
    text-align: center;
    font-weight: 700;
}

.boxPricing span {
    display: block;
    overflow: hidden;
    margin: 2px 0;
    color: #ed1c24;
}

.boxPricing small{
    overflow: hidden;
    margin: 2px 0;
    color: #111;
}

.button-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 40px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border: 2px solid #000;
    border-radius: 8px;
    background-color: #ffa840;
    box-shadow: 1px 1px 7px 1px rgb(0 0 0 / 50%);
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    color: #000;
    font-weight: 700;
}

.w-button {
    display:block;
    padding: 5px 15px;
    background-color: #ec2024!important;
    color: white;
    border: 0;
    line-height: inherit;
    text-decoration: none;
    cursor: pointer;
    border-radius: 0;
	text-align:center;
	margin-bottom:10px;
}

.w-button:hover {
    display:block;
    padding: 5px 15px;
    background-color: #2b2e7d!important;
    color: white;
    border: 0;
    line-height: inherit;
    text-decoration: none;
    cursor: pointer;
    border-radius: 0;
	text-align:center;
	margin-bottom:10px;
}

/*.slide {
    margin-right: auto;
    margin-left: auto;
    padding-right: 10px;
    padding-left: 10px;
    background-color: transparent;
}*/



.w-slide {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 100%;
    height: 100%;
    white-space: normal;
    text-align: left;
}


.div-block-8 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    margin-right: 0px;
    margin-left: 0px;
    padding: 40px 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border: 5px solid #111;
    background-color: #fff;
}



/*-------------Faq------------------*/

.w-dropdown-toggle .collapsed .w-icon-dropdown-toggle:before {
    content: "\f0dd";
    font-family: 'Font Awesome 5 Free';
    top: -3px;
}

.w-dropdown-toggle .w-icon-dropdown-toggle:before {
    content: "\f0de";
    font-family: 'Font Awesome 5 Free';
    top: -3px;
}






/*.div-block-82 {
    position: absolute;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    height: 5px;
    background-color: #ffa840;
}*/


.div-block-81 {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    background-image: url("../asset/driving-lesson-illustration-background.jpg");
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
    opacity: 0.12;
    -webkit-filter: saturate(41%) hue-rotate(359deg);
    filter: saturate(41%) hue-rotate(359deg);
	z-index:1;
}

.section-3 {
    height: auto;
}

.dropdown {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 70px;
    margin-bottom: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    background-color: #fff;
    box-shadow: 2px 2px 6px 0 rgba(0, 0, 0, 0.25);
	
}


.accordion > div{
    width: 100%;
    background-color: #fff;
    box-shadow: 2px 2px 6px 0 rgba(0, 0, 0, 0.25);
    margin-bottom: 10px;
    }



/*.div-block-82 {
    position: absolute;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    height: 5px;
    background-color: #ffa840;
}*/

.accordion > div:nth-child(odd) .div-block-82 {
    background-color: #ed1c24;
}

.accordion > div:nth-child(3n + 3) .div-block-82 {
    background-color: #000;
}


.div-block-83 {
    overflow: hidden;
    width: 90%;
    height: auto;
    max-width: 1200px;
    margin-right: auto;
    margin-left: auto;
    padding: 0px;
    background-color: #fff;
}

.div-block-84 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    max-width: 1200px;
    margin-right: auto;
    margin-left: auto;
    padding-left: 20px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
	padding-top:10px;
	padding-bottom:10px;
	
	border-bottom:2px solid #ff3f3a;
	line-break:1;
	cursor: pointer;
}

.faq-questions {
    color: #000;
    font-size: 18px;
    font-weight: 600;
}

.icon {
    position: static;
    margin-right:10px;
    margin-left: 0px;
    font-size: 20px;
    font-weight: 800;
	margin-top:0;
}



.dropdown-toggle::after { display:none}

.collapsed{ padding-top:10px!important; font-size:15px!important;}


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





.testi div{ border:1px solid #ddd; border-radius:5px; display:block; padding:0 25px 15px 0;  margin:0 auto 40px; position:relative; text-align: justify }
.testi div:before{ position:absolute; content:''; left:5px; top:10px; display:block;  background:transparent url('../images/instagram.png') no-repeat top left; width:163px; height:144px;}
.testi div p{ display:inline-block; padding-left:140px}
.testi div h2{ display:inline-block; padding-left:0; font-size:16px; font-weight:bold;}
.testi div strong{ font-size:15px; color:#000; }



.service3box1 a h3{font-family:'Fortestyle'; color:#222; display:block; font-size:48px!important; padding-top:10px; font-weight:normal; font-size:32px;}

.gallerysp { margin:0 auto; padding: 50px; display: block;  overflow: hidden; background: var(--skyblue);}
.gallerysp [class^="col-"]{ height: 250px;  width: 100%;  }
.gallerysp [class^="col-"] img{ width: 100%; height: 100%;  object-fit: cover; border: 2px solid #fff;}


/*--------------------------------*/
ul.areaListing {
    display: block;
    overflow: hidden;
    margin: 25px 0 0;
    padding: 0;
    list-style-type: none;
}

ul.areaListing li {
    width: 31.33%;
    float: left;
    border: 2px #2b2e7d solid;
    
    margin: 0 2% 15px 0;
}

ul.areaListing li a {
    display: block;
    overflow: hidden;
    padding: 8px 10px;
    font-weight: 600;
    color: #2b2e7d;
}

ul.areaListing li a:hover {    
    color: #111;
}

.nxtformArea{ text-align:left; display:block; margin-top:50px; padding:25px; background: var(--blue); border: 10px solid var(--yellow);}
.nxtformArea h4{ text-align: center!important; background:#000; padding:6px 0; font-weight:600; color:#fff; }
.map{ text-align:left; display:block; margin-top:50px; margin-bottom: 0; padding:0; /*background: var(--yellow);*/ }

.nxtgalleryArea{ padding:50px 0 0; text-align:center;}
.nxtgalleryArea > [class^="col-"] > div{display:block; overflow:hidden; clear:both; overflow:hidden; /*height:300px;*/ background:#fff; padding:10px 10px; margin:10px 0; position:relative; /*border:1px #d7efea solid;*/ -webkit-box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.17);
-moz-box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.17);
box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.17); }
.nxtgalleryArea h2{text-align:center; font-weight:600; margin-bottom:30px; color:var(--main);}
.nxtgalleryArea a{background:#fff; display:block; overflow:hidden; padding:0.5px; position:relative; height: 100%;}
.nxtgalleryArea a img{width:100%; height:auto}
.nxtgalleryArea a:before{position:absolute; left:25%; right:25%; top:25%; bottom:25%; content:''; display:block; z-index:5; background:rgba(0,0,0,0.7); opacity:0; transition:all .2s ease-in-out;}
.nxtgalleryArea a:hover:before{opacity:1; left:0.5px; right:0.5px; top:0.5px; bottom:0.5px;}
.nxtgalleryArea a span{position: absolute; transition:all .5s ease-in-out; opacity:0; text-align: center; z-index: 100; color: #fff; text-shadow: 0px 0px 3px #000000; font-size: 24px; top: 20%; left: 50%; transform: translate(-50%,-50%);}
.nxtgalleryArea a:hover span{opacity:1;top: 50%;}

.nxtgalleryArea h4{ font-size:13px; font-weight:600; color:#111; line-height:1.3; padding-top:10px; margin-bottom:0; padding-bottom:0}


div.wpforms-container-full .wpforms-form textarea.wpforms-field-large {
    height: 120px!important;}

div.wpforms-container-full .wpforms-form button[type="submit"]{
  background-color: var(--blue)!important;
  border: 1px solid var(--blue)!important;
  color: #fff!important; width:100%!important;
  font-size: 1em;
  padding: 10px 15px;
}


.service_section{background:#fff url('../images/construction01.png') no-repeat left bottom;}
.service_section .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #ffffff;
  padding: 30px;
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
  margin-top: 45px;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.service_section .box img { margin-bottom:15px; display:block;}

.service_section .box:hover {
  background-color: var(--yellow);
  color: #303030;
  
}

.service_section .detail-box {
  margin-left: 0;
}
.service_section .detail-box p{font-size:14px;}

.service_section .detail-box h6 {
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.service_section .detail-box a {
  display: inline-block;
  padding: 5px 30px;
  background-color: var(--blue);
  color: #ffffff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: 1px solid transparent;
  margin-top: 10px;
}

.service_section .detail-box a:hover {
  background-color: transparent;
  border-color: var(--blue);
  color:  var(--blue);
}



#google_translate_element .skiptranslate.goog-te-gadget > span{display:none!important;}
.translater{ display:block;margin-top:20px; }
.goog-te-gadget .goog-te-combo{margin: 0!important; background:var(--dark); color: #fff; border: 1px #ddd solid; padding: 8px; border-radius: 5px;width: 100%;}

.skiptranslate.goog-te-gadget > div{position: relative;  top: 15px;  z-index: 100;  margin-top: -15px;}
.next-banner-area{ position:relative; display:block; overflow:hidden}
.next-banner-area:before{position:absolute; display:block; width:100%; height:100%; content:''; left:0; top:0; right:0; bottom:0;  z-index:5; padding:30px; color:#fff; text-align:center;
background: rgba(0, 0, 0, 0.5);
box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
backdrop-filter: blur(1px);
-webkit-backdrop-filter: blur(1px);
border: 1px solid rgba(255, 255, 255, 0.3);}


.glsr-default .glsr-review {
  display: flex;
  flex-wrap: wrap;
  gap: var(--glsr-gap-md);
  border-bottom: 1px solid #ddd;
  padding-bottom: 20px;
  border-left: 10px solid #000;
  padding-left: 20px;
  display: block;
  margin-bottom: 20px;
}


.servicesp [class^="col-"] div{ border: 1px solid var(--red); padding: 25px; color:#fff; margin-bottom:20px; display: block; min-height: 130px; background:var(--red); }
.servicesp [class^="col-"] div h2{color:#fff!important; border-bottom:1px dotted #fff!important;}

/*------------------------------------*\
    Media Queries
\*------------------------------------*/

@media screen and (max-width: 1920px) and (min-width: 1600px){}


@media (max-width: 991px){

	#navbar:before{position:absolute; left:0; right:0; top:0; bottom:0; content:''; display:block; background:#3264ad; transform:skew(180deg);}
	
.logo img{height:68px; margin-bottom:0; max-width:100%; transition:.5s ease-in-out;}
ul.topBox{padding:10px; border-radius:10px; text-align:center; margin-bottom:-10px; position:relative; z-index:100;}
ul.topBox li:first-child{display:none;}
ul.topBox li{margin:0 5px!important;}
.header-area{margin:0; padding:0 0px;}
#myHeader.sticky{position:fixed; background: #fff}
#myHeader.sticky .logo img{height:100px;}

#myHeader, .topBox{width:100%;}
.project-slider:after, .project-slider:before, .project-slider > a:hover{display:none;}
.project-slider .carousel-control-prev, .project-slider .carousel-control-next {height: 50px; top: 40%;}


#main-nav{ background:var(--blue); padding: 0;}

.footerArea:before{top:50%; left:0%; }
.footerArea [class^="col-"] > div{display:block; overflow:hidden;}


.scheduleLesson h3{text-align:center; font-size:30px; margin-bottom:60px;}
.scheduleLesson .row [class^="col-"]:first-child{padding-right:15px;}
.scheduleLesson:before{bottom:50%; right:0;}
.scheduleLesson .row [class^="col-"]:last-child{padding-left: 15px; padding-top:80px; text-align:center;}
.scheduleLesson > img{top: 45%;}

.welcomeArea h2 {font-size: 36px;}

.serviceArea h2{font-size:28px;}
.serviceArea ul li{display:inline-block; margin:10px 5px;}

.contact-infoboder [class^="col-"] {border-left:none; border-bottom: 1px dotted #fff; border-top:none; padding: 20px 0; }
.contact-infoboder [class^="col-"]:first-child {border-left:none; border-bottom: 1px dotted #fff; border-top:none;}	
	.contact-infoboder [class^="col-"]:last-child {border-bottom:none; }	
}

@media (max-width: 767px){
#myHeader{margin-top:0.5px;}

.project-slider img{height:300px;}
.project-slider > svg{bottom:-2px;}
.project-slider h2{font-size:20px; width:80%;}
.project-slider .carousel-control-prev, .project-slider .carousel-control-next{padding:10px; width:auto; color:#fff; font-size:36px; opacity:1;}


.welcomeArea{padding:30px 0;}
.welcomeArea h2 strong{font-size:30px;}
.welcomeArea [class^="col-"] > div{width:100%;}
.welcomeArea .col-md-6{margin-bottom:30px;}
.welcomeArea [class^="col-"]:last-child, .welcomeArea [class^="col-"]:last-child p{text-align:left;}
.welcomeArea .form-control{margin-bottom:15px;}


.serviceArea h2 img{ display:none;}
.serviceArea [class^="col-"]{margin-bottom:25px;}
.serviceArea [class^="col-"] > div h4{font-size:22px;}
.serviceArea .row{margin-bottom:20px;}
.serviceArea .row:last-child{margin-bottom:0;}

.testimonialsArea h3{font-size:32px;}
.testimonialsArea .carousel-item{padding:30px;}
.testimonialsArea .carousel-item p{font-size:16px;}

.runnignCarArea{padding:0px 0 30px}
.runnignCarArea:before{top:30%; bottom:-50px;}
.carBox{transform: translate(-22%,25%) scale(0.45);}

.headerCall > ul{display:none;}
.headerCall .mobileCallArea{display:block; margin-bottom:0px; border-top:2px var(--brown) solid; width:100%; text-align:left;}
.headerCall .mobileCallArea li{ width:auto; margin-right:15px;}

.highlightArea h4, .highlightArea h4 strong{font-size: 20px; line-height:1.2; padding:5px 0 20px}

	.videoArea > img{position:absolute; display: none; left:0; height:100%; width:100%; object-fit:cover;}

.footer-nav li{width:100%;}
.footer-nav li{border:none; margin-bottom:8px;}
	.next-banner-area img{ height:180px;}	

}

@media (max-width: 500px){
}

@media (max-width: 360px){
}


