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

/* Table of Contents
-----------------------------------------------------------------------------
	1. Clean Base
	2. Base Typography
	3. Images
	4. Links
	5. Forms
	6. Tables
	7. Framework 
*/

/* 1. Clean Base
------------------------------------------------------------------------------*/
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, 
legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, a, nav, section, summary, time, mark, audio, video 
{margin:0 auto; padding:0; border:0; outline:0; font-size:100%; vertical-align:baseline; background:transparent; text-decoration:none; list-style:none; outline:none; -webkit-font-smoothing: subpixel-antialiased; -webkit-tap-highlight-color:rgba(0,0,0,0);}
	
html,body { -webkit-text-size-adjust:none; -webkit-font-smoothing: antialiased; height: 100%;}
/* body{ overflow: hidden; } */
article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {display: block;}
img{border:none;}

input[type="text"], input[type="submit"], input[type="button"], input[type="password"], input[type="email"], input[type="tel"], input[type="search"], textarea {-webkit-appearance: none; outline: none;}
textarea:focus, input:focus, a, div, img { outline: none; }
 
.cf:before, .cf:after { content: ""; display: table; }
.cf:after { clear: both; }
.cf { zoom: 1; }
.clear { clear: both; }
.clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.clearfix { display: inline-block; }
* html .clearfix { height: 1%; }
.clearfix { display: block;}

/* 2. Base Typography
------------------------------------------------------------------------------*/
body{ color:#373d48; font-size:13px; font-family: "Roboto", sans-serif; font-weight:400; line-height:22px;}

h1, h2, h3, h4, h5, h6{ margin-bottom:20px; font-weight:normal; font-weight: bolder; text-transform: uppercase; letter-spacing: 3px; }
h1{ font-size: 42px; line-height: 46px; color: #a17f49; }
h2{ font-size: 42px; line-height: 46px; color: #a17f49; }
h3{ font-size: 30px; }
h4{ font-size: 16px; line-height: 20px; }
h5{ font-size: 15px; line-height: 18px; }
h6{ font-size: 14px; line-height: 16px; }

p{ color:#373d48; font-size:16px; font-weight:400; line-height:22px; margin-bottom:20px; font-family: "Roboto", sans-serif; font-weight:400; color: #fff; }

ul{ margin:20px 20px; padding:0;}
ul li{ font-size:16px; color:#a17f49; font-weight:400; line-height:22px; padding:0 0 0 0; list-style:outside none; position: relative; margin-bottom: 5px; padding-left: 10px; }
ul li:before{ content: ''; display: block; position: absolute; left: 0; top: 8px; width: 5px; height: 5px; border-radius: 50%; background: #a17f49; }
ul li a{ color:#a17f49; text-decoration: none; }
ul li a:hover{ color:#a17f49; }

ol{ margin:20px 20px; padding:0; }
ol li{ font-size:16px;  color:#a17f49; font-weight:400; line-height:22px; padding:0 0 5px 0; list-style: decimal; margin-left:20px; }

blockquote{ display:block; text-align:left; margin-bottom:20px; position:relative; background:#f3f3f3; padding:20px 20px 10px 20px; border-left:2px solid #1589cb;}
blockquote p{ font-size: 16px; font-weight:400; line-height: 22px; margin-bottom:15px; position:relative; }

hr{ border:0 #000 solid; border-top-width:1px; clear:both; height:0; }

/* 3. Images
------------------------------------------------------------------------------*/
img{ border:none; border-style: none; }

/* 4. Link
------------------------------------------------------------------------------*/
a{ color:#5772FF; transition: all 0.3s ease-in-out; }
a:hover{ color:#ffffff; text-decoration: underline; }
a:active, a.current{ color: #ffffff; }
a:focus{ outline: none; }

.book-btn{ background: #a17f49; border: 1px solid #FFFFFF; border-radius: 5px; box-sizing: border-box; color: #000; text-decoration: none; cursor: pointer; padding: 8px 10px; box-sizing: border-box; font-size: 18px; line-height: 22px; font-weight: 500; letter-spacing: 3px; display: inline-block; }
.book-btn:hover{ background: #fff; color: #000; text-decoration: none; }

.circle-btn{ display: inline-block; font-size: 14px; line-height: 20px; color: #000; background: #a17f49; padding: 12px 40px; box-sizing: border-box; border-radius: 50px; border: 1px solid #ffffff; }
.circle-btn:hover{ text-decoration: none; background: #fff; color: #000; }

/* 5. Forms
------------------------------------------------------------------------------*/
input[type="text"], input[type="password"], input[type="email"], input[type="tel"], input[type="search"]{ border: none; padding: 5px 15px; color:#000; background: #fff; font-size:16px; height:36px; width: 100%; box-sizing: border-box; }

textarea{ border: none; padding: 10px 15px; color:#000; background: #fff; font-size:16px; height: 100px; font-family: "Roboto", sans-serif; line-height: 24px; width: 100%; box-sizing: border-box; }

input[type="submit"], input[type="button"], input[type="reset"]{ background: #a17f49; border: 1px solid #FFFFFF; border-radius: 5px; box-sizing: border-box; color: #000; text-decoration: none; cursor: pointer; padding: 8px 10px; box-sizing: border-box; font-size: 18px; line-height: 22px; font-weight: 500; letter-spacing: 3px; display: inline-block; transition: all 0.3s ease-in-out; }
input[type="submit"]:hover, input[type="button"]:hover{ background: #fff; color: #000; text-decoration: none; }

::placeholder{ color: #000; opacity: 1; }
::-ms-input-placeholder{ color: #000; }

.contact-form{ display: block; width: 100%; }
.contact-form .field-cell{ display: block; width: 100%; margin-bottom: 10px; }

/* 6. Tables
------------------------------------------------------------------------------*/
table{ border-spacing: 0; border-collapse: collapse; }
td{ text-align: left; font-weight: normal; }

/* 7. Layout Framework
------------------------------------------------------------------------------*/
/* main container */
#wrapper{ width:100%; min-height:100%; min-height: 100%;height: auto !important; height: 100%; margin-top: 133px; }
.container{ max-width:1070px; width:100%; }

.footer, .push{ height: 22px; }

/* header */
header{ width:100%; height:auto; background: #000; padding: 15px 0; box-sizing: border-box; position: absolute; z-index: 5; top:0; }
header.sticky{ position: fixed; top: 0; left: 0; z-index: 99; width: 100%; box-shadow: 0 8px 20px 0 rgb(0 0 0 / 10%); -webkit-animation: headerSlideDown .95s ease forwards; animation: headerSlideDown .95s ease forwards; }

header .logo{ display: inline-block; max-width: 315px; }
header .logo figure{ display: block; width: 100%; }
header .logo figure img{ display: block; width: 100%; }


/* Header slide down Animation */
/*start*/
@-webkit-keyframes headerSlideDown {0% {margin-top: -100px; } to {margin-top: 0; } }
@keyframes headerSlideDown {0% {margin-top: -100px; } to {margin-top: 0; } } .logo img{ display: block; width: 100%; }
/*end*/

.right-push{ display: inline-block; float: right; margin-top: 20px; }
.right-push .rp-tp{ display: inline-block; width: 100%; margin-bottom: 20px; }

.right-push .book-btn{ float: right; }
.right-push .contact-text{ font-size: 40px; line-height: 44px; font-weight: bolder; color: #a17f49; text-decoration: underline; float: right; margin-right: 40px; }
.right-push .contact-text:hover{ color: #fff; }

/* nav */
nav{ width:auto; height:auto; }
nav ul{ display: inline-flex; margin: 0; }
nav ul li{ display: block; padding: 0; font-size: 15px; font-weight: bold; color: #fff; position: relative; margin: 0 20px; box-sizing: border-box; }
nav ul li:before{ display: none; }
nav > ul > li:after{ content: ''; display: block; position: absolute; bottom: -23px; left: 0; width: 100%; height: 25px; }
nav ul li > ul{ position: absolute; left: 50%; top: 20px; display: none; background: #000; width: 180px; padding: 15px 15px; box-sizing: border-box; text-align: right; transform: translate(-50%, 0%); }
nav ul li > ul > li{ margin: 0; margin-bottom: 10px; text-align: right; display: block; width: 100%; }
nav ul li:hover > ul{ display: block; }
nav ul li a{ color: #fff; }
nav .active{ color: #a17f49; text-decoration: none; }
nav ul li a:hover{ color: #5790ff; text-decoration: none; }
nav ul li:last-child{ margin-right: 0; }

/* footer */
footer{ width:100%; height:auto; background:#000; padding: 15px 0; box-sizing: border-box; overflow: hidden; }
footer .footer-logo{ display: inline-block; width: 350px; }
footer .footer-logo figure{ display: block; width: 100%; }
footer .footer-logo figure img{ display: block; width: 100%; }
footer p{ text-align: center; font-size: 13px; line-height: 20px; color: #fff; }
footer p a{ color: #fff; }
footer p a:hover{ color: #fff; }

.social-grp{ display: flex; align-items: center; flex-wrap: wrap; justify-content: center; margin-bottom: 15px; }
.social-grp a{ display: inline-block; margin: 0 8px; width: 39px; }
.social-grp a figure{ display: block; width: 100%; }
.social-grp a figure img{ display: block; width: 100%; }
.f-m{ display: inline-block; position: relative; margin-top: 20px; }
.f-m:after{ content: ''; display: block; position: absolute; right: -50px; top: 0; width: 1px; height: 100%; background: #fff; }
.f-m .contact-text{ margin-bottom: 15px; }
.contact-text{ font-size: 40px; line-height: 44px; font-weight: bolder; color: #a17f49; text-decoration: underline; float: right; }
.contact-text:hover{ color: #fff; }
.center-cell{ display: block; width: 100%; text-align: center; }
footer .container{ display: flex; flex-wrap: wrap; }
.f-r{ display: inline-block; margin-top: 20px; }

/*--------- home page ------------*/
.banner{ display: block; width: 100%; height: 500px; }

/*services section*/
/*start*/
.services-section{ display: block; width: 100%; padding: 30px 0; background: #000; }
.services-section .container{ max-width: 1280px; }
.services-section h1{ text-align: center; color: #a17f49; letter-spacing: 5px; margin-bottom: 40px; }
.services-grp{ display: block; width: 100%; }
.services-grp .services-cell{ display: inline-block; width: 23%; margin-right: 2%; text-align: center; float: left; }
.services-grp .services-cell:nth-child( 5n + 5 ){ margin-right: 0; }
.services-grp .services-cell .services-icon{ display: block; width: 130px; margin-bottom: 30px; height: 88px; }
.services-grp .services-cell .services-icon figure{ display: flex; width: 100%; height: 100%; align-items: center; justify-content: center; }
.services-grp .services-cell .services-icon figure img{ display: block; max-width: 100%; max-height: 100%; }
.services-grp .services-cell .services-icon svg [data-color="1"]{ fill: #7E93FC; }
.services-grp .services-cell h4{ margin-bottom: 20px;  min-height: 40px;}
.services-grp .services-cell h4 a:hover {text-decoration: none; }
/*end*/

/*about us section*/
/*start*/
.about-us-section{ display: block; width: 100%; height: 600px; }
.about-us-section .container{ display: flex; align-items: end; justify-content: center; height: 100%; }
.about-us-section .about-desc{ display: inline-block; background: rgba(0,0,0,0.8); padding: 10px 40px; box-sizing: border-box; text-align: center; max-width: 600px; margin-bottom: 30px; }
.about-us-section .about-desc h2{ text-transform: uppercase; letter-spacing: 3px;  }
/*end*/

/*request sec section*/
/*start*/
.request-sec{ display: block; width: 100%; height: 600px; }
.request-sec .container{ height: 100%; display: block; position: relative; }
.request-sec .request-desc{ display: inline-block; width: 100%; text-align: center; left: 50%; top: 50%;transform: translate(-50%, -50%); position: absolute; }
.request-sec .request-desc h2{ text-align: center; font-size: 60px; line-height: 70px; letter-spacing: 7px; text-transform: uppercase; margin-bottom: 10px; color: #ffffff; }
.request-sec .request-desc p{ color: #fff; text-shadow: rgba(0, 0, 0, 0.498039) -1px -1px 0px, rgba(0, 0, 0, 0.498039) -1px 1px 0px, rgba(0, 0, 0, 0.498039) 1px 1px 0px, rgba(0, 0, 0, 0.498039) 1px -1px 0px; max-width: 450px; }
/*end*/

/*our services section*/
/*start*/
.our-services{ display: block; width: 100%; background: #000; padding: 70px 0; }
.our-services h2{ margin-bottom: 30px; }
.our-services p{ color: #fff; }
.our-services-desc{ max-width: 800px; margin-left: 0; }
.our-services-desc p{ margin-bottom: 0; }
/*end*/

/*towing services section*/
/*start*/
.towing-services{ display: block; width: 100%; background: #000; }
.towing-services .container{ max-width: 95%; background: #A5A5A5; padding: 40px 0; box-sizing: border-box; }
.towing-services .container .towing-container{ max-width:1070px; }
.towing-grp{ display: flex; width: 100%; flex-wrap: wrap; }
.towing-grp .towing-cell{ display: inline-block; width: 24%; margin-right: 1%; margin-bottom: 15px; float: left;}
.towing-grp .towing-cell:nth-child( 4n + 4 ){ margin-right: 0; }
.towing-grp .towing-cell .towing-img{ display: inline-block; width: 100%; height: 300px; float: left; }
.towing-desc{ background: #000; padding: 20px 10px; box-sizing: border-box; float: left; margin-left: 20px; margin-top: -40px; min-height: 182px;}
.towing-desc h5{ color: #a17f49; text-transform: capitalize; font-weight: 400; letter-spacing: 1px; }
.towing-desc p{ font-weight: 400; font-size: 16px; line-height: 26px; margin-bottom: 0; }
/*end*/

.request-sec{ height: 400px; }
.request-info{ display: flex; background: rgba(0, 0, 0, 0.5); padding: 50px 30px; box-sizing: border-box; width: 100%; }
.request-cell{ display: inline-block; text-align: center; }
.request-cell h4{ text-transform: uppercase; color: #a17f49; margin-bottom: 10px; font-size: 22px; line-height: 26px; }
.request-cell p{ color: #fff; margin-bottom: 0; }
.request-cell p a{ color: #fff; text-decoration: none; }
.request-cell p a:hover{ text-decoration: underline; }
.info-area .container{ position: relative; display: flex; align-items: center; justify-content: center; }

/*inner banner*/
/*start*/
.inner-banner{ display: block; width: 100%; height: 100px; }
.inner-banner h1{ color: #a17f49; margin-bottom: 0; text-align: center; }
.inner-banner .container{ display: flex; align-items: center; justify-content: center; height: 100%; }
/*end*/

.big-img{ display: block; width: 100%; background: #000; padding-top: 80px; padding-bottom: 60px; }
.big-img-inner{ display: block; width: 100%; height: 400px; }
.two-side-section{ display: block; width: 100%; background: #000; padding: 0px 0 40px 0; box-sizing: border-box; }
.two-side-section .two-col{ display: flex; align-items: center; }
.two-side-section .two-col .col-left{ width: 340px; margin-left: 0; }
.two-side-section .two-col .col-left ul{ margin: 0; }
.two-side-section .two-col .col-left ul li{ display: flex; align-items: center; width: 100%; padding-bottom: 0; text-align: center; margin-bottom: 2px; padding-left: 0; }
.two-side-section .two-col .col-left ul li:before{ display: none; }
.two-side-section .two-col .col-left ul li a{ width: 100%; color: #a17f49; padding: 10px 13px; box-sizing: border-box; border: 1px solid #a17f49; border-radius: 5px; font-weight: 500; font-size: 18px; letter-spacing: 2px; position: relative; display: flex; flex-wrap: wrap; align-items: center; }
.two-side-section .two-col .col-left ul li a figure{ position: relative; left: inherit; width: 40px; top: inherit; height: 35px; display: inline-flex; align-items: center; justify-content: center; margin-left: 0; margin: 0; margin-right: 15px; }

.two-side-section .two-col .col-left ul li a figure img{ display: block; max-width: 100%; max-height: 100%; }
.two-side-section .two-col .col-left ul li a:hover{ text-decoration: none; color: #000; background: #a17f49; }
.two-side-section .two-col .col-right{ width: 700px; margin-right: 0; } 
.logo-area{ display: block; width: 100%; background: #000; padding-bottom: 100px; }
.two-side{ display: flex; align-items: flex-start; margin-bottom: 15px; }
.two-side .left-push{ width: 45%; }
.two-side .right-push{ width: 55%; margin-top: 0; }
.two-side .right-push ul{ width: 50%; margin: 0; float: left; }
.logo-area h4{ text-align: center; display: block; color: #a17f49; }
.logo-area h6{ text-align: center; display: block; color: #a17f49; margin-bottom: 0; letter-spacing: 1px; text-transform: capitalize; font-style: italic; }
.logo-grp{ display: flex; align-items: center; justify-content: space-between; }

.divider{ display: block; width: 100%; background: #000; padding: 0px 0 30px 0; box-sizing: b
 }
.divider .container{ display: block; width: 100%; text-align: center; }
.divider .container .center-diver{ height: 1px; width: 70%; background: #a17f49; margin: 0; display: inline-block; }
.contact-section{ display: block; width: 100%; background: #000; padding: 70px 0; }
.contact-section .two-col{ display: flex; }
.contact-section .two-col .col-left{ display: inline-block; width: 50%; margin-left: 0; }
.contact-section .two-col .col-right{ display: inline-block; width: 50%; margin-right: 0; padding-left: 30px; box-sizing: border-box; }
.contact-info{ display: block; width: 100%; height: 100%; border: 2px solid #a17f49; padding: 50px 30px; box-sizing: border-box; text-align: center; }
.contact-info .book-btn{ margin-bottom: 30px; }
.contact-info p{ line-height: 28px; }
.contact-info p a{ color: #fff; text-decoration: underline; }
.contact-info p a:hover{ color: #a17f49; text-decoration: none; }

/*mobile menu*/
/*start*/
#mobile-menu{ display: block; position: relative; z-index: 999999; }
.menu-trigger.open span{background-color: rgba(0,0,0,.0)}
.menu-trigger.open span:before{top: 0;transform: rotate(45deg);-webkit-transform: rotate(45deg);background: #E74A30; }
.menu-trigger.open span:after{top: 0;transform: rotate(-45deg);-webkit-transform: rotate(-45deg);background: #E74A30; }
#mobile-menu .navbar{ background: rgba(1, 7, 39, 0.8); position: fixed; top: -100vh; width: 320px; height: 100vh; right: 0; box-sizing: border-box; z-index: 99999; overflow-y: auto; -webkit-overflow-scrolling: touch; -webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; -o-transition: all 0.5s ease; transition: all 0.5s ease; padding: 0px 0;}
#mobile-menu .navbar.open{ top:0; }
#mobile-menu  ul ul{ display: none; background: transparent; margin-top: 10px; margin-bottom: 0; position: relative; width: 100%; text-align: left; left: 0; top: 0; transform: inherit; }
#mobile-menu  ul ul ul{background: transparent; margin-bottom: 0; }
#mobile-menu  ul ul ul ul{background:rgb(60, 60, 56)}
#mobile-menu  li{ border-bottom:2px solid #ffffff; list-style: none; position: relative; display: block;margin: 0; padding: 9px 0px 12px 15px; }
#mobile-menu  li:before{ display: none; }
#mobile-menu  li:last-child{ border-bottom-width: 0; }
#mobile-menu  em{display: block;position: absolute;top: 0;right: 0;width: 100%;height: 48px;-webkit-transition: all 0.5s ease;-moz-transition: all 0.5s ease;-o-transition: all 0.5s ease;transition: all 0.5s ease;}
#mobile-menu  em.toggled:after{transform: rotate(0);-moz-transform: rotate(0);-webkit-transform: rotate(0);}
#mobile-menu  em.level-two:before{content: '';position: absolute;width: 0;height: 0;border-style: solid;border-width: 6px 6px 0 6px;border-color: #fff transparent transparent transparent;background-color: transparent;left: 50%;top: 50%;transform: translate(-50% , -50%);-webkit-transform: translate(-50% , -50%);-moz-transform: translate(-50% , -50%);margin: 0;}
#mobile-menu  em.level-two:after{display: none;}
#mobile-menu  em.level-two.toggled{transform: rotate(-180deg);-moz-transform: rotate(-180deg);-webkit-transform: rotate(-180deg)}
#mobile-menu  li a{ color: #fff;padding: 0;display: inline-block; margin-right: 0; line-height: 15px; font-size: 13px; font-weight: 600;letter-spacing: 0.09em; position: relative; z-index: 1; font-weight: 500; cursor: pointer; text-transform: uppercase; }
#mobile-menu  li a:hover{ text-decoration: none; color: #FFBB23; }
#mobile-menu  li li{border-color: transparent; }
#mobile-menu  li li a{text-transform: none;padding-left: 0;}
#mobile-menu  li li li a{padding-left: 25px;margin-right: 0;}
#mobile-menu  li li li li a{padding-left: 30px;margin-right: 0; }
.scroll-hidden{overflow: hidden;height: 100%;}
#mobile-menu li > a{ margin-bottom: 0px; position: relative; }
#mobile-menu li > em:after{ content: ''; display: block; position: absolute; right: 17px; top: 17px; width: 12px; height: 7px; background: url(assets/images/dropdown-arrow.svg) no-repeat; background-size: cover; pointer-events: none; transition: all 0.3s ease-in-out; }
#mobile-menu li.hassub.up-arrow > em:after{ transform: rotate(180deg); }
#mobile-menu ul > li > ul > li > em:after{ top:16px; }
#mobile-menu  li li > a{ font-weight: 600; font-size: 13px; line-height: 15px; }
#mobile-menu ul > li{ padding-top: 14px; padding-right: 10px; }
.navbar ul{ margin: 0; }
#mobile-menu ul > li > ul > li{ padding: 9px 20px 8px 0px; text-align: left; }
#mobile-menu ul > li > ul > li > ul > li:before{ display: none; }
#mobile-menu ul > li > ul > li > ul > li{ padding: 9px 0px 8px 22px;  }
#mobile-menu ul > li > ul > li > ul > li> a{ padding: 0; font-weight: normal; }
.mobile-overlay{position: fixed;left: 0;top: 0;width: 100%;height: 100%;background: rgba(0,0,0,0.5);z-index: 99;-moz-transition: all 0.8s ease;-webkit-transition: all 0.8s ease;-o-transition: all 0.8s ease;transition: all 0.8s ease;opacity: 0;visibility: hidden;}
.mobile-overlay.open{opacity: 1;visibility: visible;}
#mobile-menu ul > li > ul > li > em{ height: 41px; }
#mobile-menu ul > li > ul > li.hassub a:after{ top: 5px;}
#mobile-menu ul > li a:after{ display: none; }
#mobile-menu ul > li.hassub > a:After{ display: inline-block; }
.contact-mb-info{ display: block;width: 100%;padding: 20px 10px;border-top: 2px solid #555555;margin-top: 17px; box-sizing: border-box; }
.contact-mb-info ul{ display: block; width: 100%; float: left; display: flex;flex-direction: row;flex-wrap: nowrap;justify-content: space-between;align-items: baseline;align-content: stretch;}
#mobile-menu .contact-mb-info ul li{ font-size: 16px; line-height: 18px; color:#fff; font-weight: normal; text-transform: none; border-bottom: 0; padding: 0px 5px; box-sizing: border-box; float: left; }
#mobile-menu .contact-mb-info ul li > a{ font-size: 13px; line-height: 15px; color:#fff; font-weight: normal; }
#mobile-menu .contact-mb-info ul li:before{ display: none; }
.menu-area-mb{ display: block; width: 100%; margin-top: 0; height: calc( 100vh - 80px ) }
.menu-area-mb ul{ display: block; }
#mobile-menu ul > li.active > a, #mobile-menu .current_page_item > a { color: #a17f49; }
.menu-area-mb ul li{ display: block; float: none; }
.menu-trigger { display: block; width: 42px; height: 42px; position: fixed; -ms-touch-action: manipulation; touch-action: manipulation; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; background-image: none; white-space: nowrap; z-index: 999999; right: 320px; top: -50px; transition: all 1s ease-in-out; }
#mobile-menu.open .menu-trigger{ top:7px; }
.menu-trigger span, .menu-trigger span:after, .menu-trigger span:before{ height: 3px; transition: all 0.5s ease-in-out; } 
.menu-trigger span {position: absolute; display: block; width: 30px; left: 50%; top: 50%; transform: translate(-50% , -50%); -webkit-transform: translate(-50% , -50%); -moz-transform: translate(-50% , -50%); }
.menu-trigger span:after, .menu-trigger span:before {border-radius: 25%; top: 0; transform: rotate(-45deg); -webkit-transform: rotate(-45deg); background: #ffffff; } 
.menu-trigger span:before {top: 0; transform: rotate(45deg); -webkit-transform: rotate(45deg); background: #ffffff; } .menu-trigger span:after, .menu-trigger span:before { content: ''; position: absolute; left: 0; width: 100%; border-radius: 25%; }
.menu-overlayer{ display: block; position: fixed; width: 0; height: 100vh; right: 0; bottom: 0; background: rgba(0,0,0,0.6); transition: all 0.3s ease-in-out; opacity: 0; }
.menu-overlayer.open { width: 100vw; height: 100vh; opacity: 1; top:0; }
.navbar ul.third-menu, .navbar ul.second-menu{ display: none; margin-top: 25px; border-top: 2px solid #555555; }
.second-menu li .new-post{ float: right; margin-top: 2px; margin-left: 0; margin-right: 0; position: absolute; right: 5px; top:12px; }
#mobile-menu .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{ background-color:  rgba(255, 187, 35, 0.75); }
#mobile-menu ul > li.active > a, #mobile-menu .current_page_item > a{ color: #a17f49; }
/* end */

.services-cell h4 a { color: #a17f49; }


/*mobile menu*/
/*start*/
.mb-toggled.mb-closed{ position: absolute; top: 11px; display: none; right: 3%; }
.mb-button { display: block; position: absolute; right: 9px;}
.mb-button span { display: block; margin: 4px 0px 6px 0px; height: 2px; background: #a17f49; width: 28px; float: none; border-radius: 24px; } 
.mb-button { display: block;right: 0; }
.pb-0{ padding-bottom: 0 !important; }
.sub-menu-toggle{ display: none; }
/*end*/

.forminator-custom-form .forminator-row { margin-bottom: 10px !important; }
.forminator-error-message { color: red; }
.big-img-inner img { width: 100%; height: 400px; }
.contact-phone { font-size: 40px; line-height: 44px; font-weight: bolder; color: #a17f49; text-decoration: underline; }

.banner-slider{ display: block; width: 100%; height: 100%; }
.banner-slider .slick-list{ height: 100%; }
.banner-slider .slick-track{ height: 100%; }
.banner-slider .slick-slide{ height: 100%; }
.banner-slider .slick-slide > div{ height: 100%; }
.banner-slider .item{ height: 100%; }
.banner-inner-cell{ display: block; width: 100%; position: relative; height: 100%; }
.banner-inner-cell:before{ content: ''; display: block; position: absolute; left: 0; top: 0; width: 100%; height: 100%; }
.banner-inner-cell .container{ display: flex; align-items: center; justify-content: center; height: 100%; position: relative; }
.banner-desc{ display: block; text-align: center; }
.banner-desc .center-cell{ display: block; width: 100%; text-align: center; }
.banner-desc .small-text{ display: inline-block; font-size: 30px; line-height: 40px; color: #fff; margin-bottom: 15px; }
.banner-desc .mid-text{ display: block; width: 100%; text-align: center; font-size: 50px; line-height: 60px; color: #a17f49; font-weight: bold; margin-bottom: 20px; }
.banner-slider .slick-arrow{ width: 18px; height: 31px; opacity: 1; }
.banner-slider .slick-arrow:before{ opacity: 1; }
.banner-slider .slick-prev{ left: 65px; z-index: 99; }
.banner-slider .slick-next{ right: 65px; z-index: 99; }
.banner-slider .slick-prev.slick-arrow:before{ content: ''; display: block; position: absolute; left: 0; top:0; width: 18px; height: 31px; background: url(assets/images/slider-left-arrow.png) no-repeat; background-size: cover; }
.banner-slider .slick-next.slick-arrow:before{ content: ''; display: block; position: absolute; left: 0; top:0; width: 18px; height: 31px; background: url(assets/images/slider-right-arrow.png) no-repeat; background-size: cover; }

/*review section*/
/*start*/
.review-section{ display: block; width: 100%; background: #000; padding: 50px 0 50px 0; }
.review-section .container{ max-width: 1860px; width: 100%; }
.review-section .two-col{ display: flex; }
.review-section .two-col .col-left{ display: inline-flex; width: 50%; margin-left: 0; align-items: center; justify-content: center; padding-right: 40px; box-sizing: border-box; }
.review-section .two-col .col-left .review-desc .google_review_link{ text-decoration: none; }
.review-section .two-col .col-right{ display: inline-flex; width: 50%; margin-right: 0; padding-left: 20px; box-sizing: border-box; }
.review-desc{ display: inline-block; text-align: center; width: 80%; }
.review-desc h3{ color: #a17f49; letter-spacing: 4px; }
.review-desc p{ color: #fff; text-align: left; }
.review-desc p em{ color: #a17f49; font-style: normal; }
.review-desc-grp{ display: block; width: 100%; padding-top: 30px; }
.review-desc-grp h4{ color: #a17f49; margin-bottom: 5px; }
.review-img{ display: inline-block; max-width: 274px; }
.review-img figure{ display: block; width: 100%; }
.review-img figure img{ display: block; width: 100%; }
.review-slider{ display: block; width: 100%; }
.review-slide{ display: block; width: 100%; height: 580px; }
/*end*/