﻿@import url(effect.css);

@import url('https://fonts.googleapis.com/css2?family=Karla:wght@400;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@400;600&family=Jost:wght@300;400;600&display=swap');
/* Fonts */

html { margin: 0; padding:0; overflow-x:hidden; width:100vw;}
body{
font-family: 'Jost', sans-serif; font-weight:normal; padding:0; color:#00131d; font-weight:normal; padding-right:0!important;
font-size:15px;
line-height:1.5;
 overflow-x:hidden; width:100vw;
}
/*	--------------------------------------------------
Global Reset & Standards
-------------------------------------------------- */

:root{--green:#000; --dark:#152644; --red:#bba14f;}

img{border:0;}

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

a{color:var(--main); 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(--dark);}

h1, h2, h3, h4, h5{margin:0 0 15px; padding:0; font-family:'Barlow Condensed'; font-weight:600;}


::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #666;
  opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #666;
}

::-ms-input-placeholder { /* Microsoft Edge */
  color: #666;
}


.fullArea{width:1280px; max-width:92%; margin:0 auto;}


/* Header */

.headerArea{display:block; position:absolute; top:0.5px; z-index:100; background:rgba(0,0,0,0.6); left:0; right:0; clear:both; padding:10px 0; font-size:16px;}
.logo{display:block;}
.logo img{max-width:100%; max-height:80px;}

.dual-button-wrapper{position: relative; display: inline-block; width:100%;}
.dual-button-wrapper a{
  display:inline-block;
  font-size: 16px;
  font-weight: 600;
  background: var(--red); color:var(--green);
  box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
  text-align: center;
  padding:12px; width:100%; max-width:275px;
  border-radius:10px;
  color:#222!important;
}
.dual-button-wrapper a:hover{background:#fff; color:var(--green)!important;}

.navArea{float:left; width:100%; clear:both; position:relative; background:var(--green); z-index:150;}
.navArea [class^="col-"]:first-child{position:relative;}
.navArea [class^="col-"]:first-child:before{display:block; content:''; position:absolute; left:-5%; right:-100%; bottom:0; top:0; background:var(--green);}
.navArea [class^="col-"]:first-child > a{position:relative; z-index:5; color:#fff; font-size:16px; padding:7px 15px; font-weight:800; text-transform:uppercase; text-align:right; display:block;}
.navArea [class^="col-"]:first-child a:hover{color: var(--dark);}

.callNum{display:block; clear:both; font-size:32px; font-weight:700; color:var(--red);}
.callNum:hover{color:#fff;}

.sticky{position: fixed; left: 0; right: 0; top: 0; z-index: 100; background:#000; filter: drop-shadow(0px 0px 5px #000);}



.project-slider{position:relative; display:block; width:100%; overflow:hidden; height:100vh; display:block; overflow:hidden; border-bottom-left-radius:100px;}
.project-slider .sliderContent{position:absolute; width:55%; left:50%; top:55%; transform:translate(-50%,-50%); z-index:5; padding:30px; color:#fff; text-align:center;
background: rgba(255, 255, 255, 0.2);
border-radius: 16px;
box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
backdrop-filter: blur(5px);
-webkit-backdrop-filter: blur(5px);
border: 1px solid rgba(255, 255, 255, 0.3);
}
.project-slider .sliderContent h2{font-weight:600; font-size:42px; margin-bottom:15px; text-shadow: 0 0 8px #000000;}
.project-slider .sliderContent a{display:inline-block; display:inline-block; text-transform:uppercase; padding:10px 30px; border-radius:10px; background:#000;}
.project-slider .sliderContent a:hover{background:var(--red); color:#fff;}

/* ============================================================
  DEMO 4 - FULL SCREEN BACKGROUND VIDEO
============================================================ */
#cmn-video-demo4__video2 {
  position:absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  max-width: 105%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  /*-webkit-filter: grayscale(100%); filter: grayscale(100%);*/
}


.formAreaOuter{display:block; background-size:100%; padding:0 0 80px; position: relative; z-index: 99;}
.formArea{padding: 0px 40px; line-height: 1.2; width:100%; position: relative; background:#fff;}
.formArea:before{position: absolute; content: ''; display: block; top: -80px; bottom: 20px; left: 0; right: 0; background: #fff; z-index: -1; box-shadow: 0 0 25px rgba(0, 0, 0, 0.25); border-radius: 10px 10px 300px 300px;}
.formArea label{display:inline-block; overflow:hidden; margin-bottom:7px; vertical-align:middle; width:100%;}
.formArea label input, .formArea label textarea{width:100%; padding:10px; margin-bottom: 10px; display:block; font-size:15px; border:none; background:#fff; border: 1px #ddd solid;}
.formArea label.big{width:100%;}
.formArea label textarea{height:80px;}
.formArea label input[type="submit"]{background-color: var(--green); color:#fff; font-size:20px; font-weight:600; padding:15px 15px; text-transform:uppercase;}
.formArea label input[type="submit"]:hover{background:var(--red);}
.formArea > h3{ display:block; margin-bottom:20px; font-size:30px; text-transform:uppercase; text-align:left;}

.formAreaOuter [class^="col-"]{ font-size: 18px;}
.formAreaOuter [class^="col-"] h2{font-size: 48px;}
.formAreaOuter [class^="col-"] img{height:120px; margin-bottom:20px;}
.formAreaOuter [class^="col-"] big{font-size:26px; font-weight:300; line-height:1.3; margin-bottom:10px; display: block;}
.formAreaOuter [class^="col-"] a{font-size:24px; font-weight:600; color:var(--green); border-bottom:2px var(--green) solid; letter-spacing:1px; margin-bottom:15px;}


.aboutArea{display:block; padding:50px 0; clear:both; position:relative; z-index:10; font-size: 17px; background: var(--red); color: #fff; text-align:center; border-top-left-radius:100px;}
.aboutArea h2{display:block; font-weight:600; margin-bottom:10px; font-size: 48px;}
.aboutArea > div > p{margin-bottom: 40px;font-size: 24px; font-weight: 300;}
.aboutArea > div > a{display: inline-block; padding: 15px 20px; text-transform: uppercase; background: var(--green); margin:8px; font-weight: 600; min-width: 250px; color:#fff;}
.aboutArea > div > a:hover{background:#fff; color:var(--green);}
.aboutArea .row{margin-bottom:50px; text-align:left;}
.aboutArea .row h3{font-size:36px;}
.aboutArea .row p{margin-bottom:30px;}
.aboutArea .row a{display:inline-block; padding:8px 25px; background:#000; color:var(--red); border-radius:5px; text-transform:uppercase; font-size:14px;}
.aboutArea .row a:hover{background:#fff; color:#000;}
.aboutArea .row:nth-child(even) > [class^="col-"]:first-child{ position:relative; right:-50%;}
.aboutArea .row:nth-child(even) > [class^="col-"]:last-child{ position:relative; left:-50%;}


.gallery{width: 100%;}
.gallery img{ width: 100%; height:220px; object-fit:cover;}
.gallery a{display: block; overflow: hidden; padding: 2px 1px; height:220px;}


.testimonials-area{display:block; padding:80px 0; font-size:18px; position:relative; text-align: center; background:#fff url('../images/map-dotted.png') no-repeat center center fixed; background-size:cover;}
.testimonials-area h2{font-size:2rem; color:#0c0c0c; font-weight:700; margin-bottom:10px;}
.testimonials-area h2 span{color:#ff8c00;}

.testimonials-area .carousel-item img{border:4px #fff solid; margin:5px 0 15px; width:100px;}
.testimonials-area .carousel-item h3{text-transform:uppercase; font-weight:700; font-size:18px; color:#333333;}
.testimonials-area .carousel-item p{margin-bottom:15px;}
.testimonials-area .carousel-indicators{bottom:-50px;}
.testimonials-area .carousel-indicators li{background-color:var(--dark); height:5px; border-radius:5px;}
.testimonials-area .carousel-indicators .active{background-color:var(--green);}

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


.heighlighArea{display:block; padding:60px 0 80px; font-size:16px; position:relative; text-align: center; background:#222 url('../images/paralaxBg.jpg') no-repeat center center fixed; background-size:cover; background-blend-mode:soft-light;  border-bottom-left-radius:100px;}
.heighlighArea h2{font-weight: 600; margin-bottom:15px; color:#fff; font-size:42px;}
.heighlighArea h2 + p{margin-bottom:100px; color:#fff; font-size:20px;}
.heighlighArea h3{font-weight:600; margin-bottom:10px; font-size:22px; color: var(--red);}
.heighlighArea [class^="col-"] div{ padding:20px 20px 10px; display:block; background:#fff;box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.3); border-radius:15px;}
.heighlighArea p{text-align:center;}
.heighlighArea img{width: 100px; margin-bottom:0; background:var(--red); padding:10px; position:relative; top:-60px; margin-bottom:-40px; border:2px #fff solid; border-radius:15px;
box-shadow: 0 4px 5px rgba(0, 0, 0, 0.2);
}

.quickCallArea{text-align:center; padding:50px 0; background:var(--dark); color:#fff; font-size:26px;}
.quickCallArea h3{font-size:30px; font-weight:700;}
.quickCallArea a{color:#fff;}
.quickCallArea a:hover{color:var(--green);}
.quickCallArea span{display:block; overflow:hidden; clear:both; margin-bottom:30px;}
.quickCallArea span i{color:var(--green); font-size:22px; margin:0 10px 0 20px;}
.quickCallArea > div > a{display:inline-block; clear:both; background:var(--green); padding:15px 45px; font-size:20px; text-transform:uppercase; font-weight:700;}
.quickCallArea > div > a:hover{background:#fff;}


.footer{display:block; clear:both; overflow:hidden; background:var(--green); 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:10px;}
.quickLinks h5{text-transform:uppercase;}
.footer a{color:#fff;}
.footer a:hover{color:var(--red);}

.contactDetails .socialArea{border-top:2px #fff solid; border-bottom:2px #fff solid; padding:14px 0; margin-bottom:20px;}
.social-icons{display:inline-block; list-style-type:none; margin:0; padding:0;}
.social-icons li{display:inline-block; font-size:24px; margin-right:5px;}
.social-icons li a{color:#fff;}

.footerBtn ul{ list-style-type:none; margin:0; padding:0;}
.footerBtn li{display:block; margin-bottom:10px;}
.footerBtn li a{display:block; overflow:hidden; padding:12px 15px; background:#fff; color:#222; border-radius:5px; font-weight:600; text-transform:uppercase;}
.footerBtn li a i{float:right; font-size:22px;}
.footerBtn li:nth-child(2) a{background:var(--red); color:#222;}
.footerBtn li:hover a{ background:var(--red); color:#fff;}



#scroll-icon {
    position:fixed;
    right:10px;
    bottom:60px;
    cursor:pointer;
    width:35px;
    height:35px;
    text-indent:-9999px;
    display:none;
    z-index:99999;
}
#scroll-icon span {
	position:absolute; left:0; top:0;
    height:35px;
    width:35px;
    background:transparent url('../images/arrowup.png') no-repeat center center;
}
#scroll-icon:hover {
    opacity:1;
    filter:"alpha(opacity=100)";
    -ms-filter:"alpha(opacity=100)";
}
#scroll-icon:hover span{ background-image:url('../images/arrowupsolid.png');}

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

.sub-menu-toggle{ display:none!important;}

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


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

.nxtaboutArea{ padding:50px 0; display:block; margin:0 auto; text-align:center; 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:left; color:#fff; position:absolute; bottom:25%; }
.nxtbanner-area .inner-header h1{ font-size:60px; color:#fff}
.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!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;}
.inner-boxes-area h3{ font-size:22px; 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;}

.contact-info {
  margin-bottom: 20px;
  text-align: center!important;
}

.contact-info i {
  font-size: 48px;
  display: inline-block;
  margin-bottom: 10px;
  color: var(--red);
}

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

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

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

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

.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 50px; padding: 50px; display: block;  overflow: hidden;}
.gallerysp [class^="col-"]{ height: 250px;  width: 100%;  }
.gallerysp [class^="col-"] img{ width: 100%; height: 100%;  object-fit: cover; }


/*--------------------------------*/
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(--dark); }
.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: 260px}
.nxtgalleryArea a img{width:100%; height:100%; object-fit: cover;}
.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(--red)!important;
  border: 1px solid var(--red)!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);}

.threearea-box [class^="col-"] div{ background:var(--red); border:1px solid #ddd; text-align:center; padding:40px;}
.glsr-reviews-wrap{ padding:50px!important; border:5px solid #333!important; margin:0 0 50px!important; display:block!important}

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

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

@media (max-width: 991px){
.headerArea{padding:10px; display:block; text-align:center; position:relative; background:#000;}
.logo img{width:auto; height:120px; margin-bottom:15px;}
.callNum{display:none;}
.navArea [class^="col-"]:first-child:before{right:0%; left:-500%;}
.navArea [class^="col-"]:first-child > a{text-align: left;}
.headerArea > div > .row > [class^="col-"]:last-child{height:0;}

.aboutArea .row [class^="col-"]{text-align:center;}
.aboutArea .row:nth-child(even) > [class^="col-"]:first-child{ position:relative; right:0%;}
.aboutArea .row:nth-child(even) > [class^="col-"]:last-child{ position:relative; left:0%;}
}

@media (max-width: 767px){

	.nxtbanner-area .inner-header{ text-align:left; color:#fff; position:absolute; bottom:0; }
.nxtbanner-area .inner-header h1{ font-size:30px; color:#fff}
	.inner-boxes-area h2 { font-size:25px;}
	
	
.contact-info i {
  font-size:28px;
  display:block;
  margin-bottom: 5px;
  color: var(--red);
	margin-top:20px!important;
}
	
.project-slider{height:300px; margin-bottom:20px;}
.project-slider img{object-fit:cover; height:300px; width:100%;}
.project-slider .sliderContent{width:70%; padding:15px;}
.project-slider .sliderContent h2{font-size:25px;}
.project-slider .sliderContent p{ display:none;}

	.next-banner-area img{ height:180px;}
	.nxt-matter-area{ padding:10px 0;}
	.nxt-matter-area h1{ width:auto; }
	.breadcrumb-list li{ margin-top:10px;}
	.nxt-matter-area h2{ font-size:18px; font-weight:600; line-height:1; text-align: center!important;}
	.inner-boxes-area{ padding:10px!important}
	
.formArea{padding: 15px}
.formArea:before{ display: none;}
.formArea label{width:100%!important;}

.serviceArea{padding-bottom:0;}
.serviceArea [class^="col-"]{margin-bottom:60px;}
	
#cmn-video-demo4__video2 {
  top: 0%;
  -webkit-transform: translate(-50%, 0%);
  -moz-transform: translate(-50%, 0%);
  -ms-transform: translate(-50%, 0%);
  -o-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
  max-width: 155%;
}


.quickCallArea{padding:30px 0;font-size:20px;}
.quickCallArea h3{font-size:24px;}
	
	.serviceArea h3{font-size:26px;}

.footer, .formAreaOuter{ text-align:center;}
.footer [class^="col"]{margin:10px 0;}

.footerBottom{text-align:center;}
.footerBottom ul{ text-align:center; display:block; float:none; padding-top:10px;}

.heighlighArea{padding:50px 0 0;}
.heighlighArea .row [class^="col-"]{margin-bottom:50px;}
}

@media (max-width: 500px){

}

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


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

@media screen and (-webkit-min-device-pixel-ratio:0)
and (min-resolution:.001dpcm) {
.collectionArea .fullArea:before{display:none; opacity:0;}
}
