@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%;}
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:#000000; font-size:13px; font-family: 'Open Sans',Arial, Helvetica, sans-serif; font-weight:400; line-height:22px;}

h1, h2, h3, h4, h5, h6{ margin-bottom:20px; font-weight:normal;}
h1, .h1{ font-size:38px; line-height: 48px; font-family: "Playfair Display", serif; }
h2, .h2{ font-size:38px; line-height: 48px; font-family: "Playfair Display", serif; }
h3, .h3{ font-size:24px; line-height: 36px; font-family: "Playfair Display", serif; }
h4, .h4{ font-size:22px; }
h5, .h5{ font-size:20px; }
h6, .h6{ font-size:18px; font-weight: bold; font-style: italic; }

p{ color:#000000; font-size:18px; font-weight:400; line-height:26px; margin-bottom:20px;}

ul{ margin:20px 0px; padding:0;}
ul li{ font-size:18px; color:#000000; font-weight:400; line-height:26px; padding:0 0 0px 0; list-style: none; position: relative; padding-left: 10px; }
ul li:before{ content: ''; display: block; position: absolute; left: 0; top: 10px; width: 4px; height: 4px; background: #000000; border-radius: 50%; }

ol{ margin:20px 20px; padding:0;}
ol li{ font-size:18px;  color:#000000; font-weight:400; line-height:26px; 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:18px; font-weight:400; line-height:26px; 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; }

.align-right-img{ display: inline-block; max-width: 199px; float: right; margin: 0 0 30px 30px; }
.align-right-img img{ display: block; width: 100%; }

.align-left-img{ display: inline-block; max-width: 199px; float: left; margin: 0 30px 30px 0px !important; }
.align-left-img img{ display: block; width: 100%; }

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

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

.text-link{ display: inline-block; font-size: 16px; line-height: 22px; text-decoration: underline; color: #333399; font-style: italic; font-weight: 500; font-weight: 600; }
.text-link:hover{ color: #7c6e5c; }

.btn{ background: #7c6e5c; padding: 12px 16px; box-sizing: border-box; color: #fff; font-size: 16px; line-height: 22px; border-radius: 3px; display: inline-block; }
.btn:hover{ background: #594f41; color: #fff; text-decoration: none; }

/* 5. Forms
------------------------------------------------------------------------------*/
input[type="text"], input[type="password"], input[type="email"], input[type="tel"], input[type="search"]{ border:1px solid #dedede; padding:0 10px; color:#888888; font-size:16px; height:39px; width: 100%; box-sizing: border-box; border-radius: 3px; }
textarea{ border:1px solid #dedede; padding:10px 10px; color:#888888; font-size:16px; height:80px; resize:none;  font-family: 'Open Sans',Arial, Helvetica, sans-serif; line-height:16px; width: 100%; box-sizing: border-box; border-radius: 3px; }

input[type="submit"], input[type="button"], input[type="reset"]{ background:#0e2280; cursor:pointer; color:#fff; border:none; height:30px; line-height:28px; display:block; font-size: 15px; padding: 0px 15px; display: inline-block; height: 40px; transition: all 0.3s ease-in-out; }
input[type="submit"]:hover, input[type="button"]:hover{ background:#0e2280; color:#fff; opacity: 0.8; }

form{ padding: 20px; box-sizing: border-box; border: 1px solid #888; text-align: left; }
form label{ text-align: left; margin: 0; font-size: 15px; line-height: 20px; margin-bottom: 7px; display: block; }
footer .field-set{ text-align: left; margin-bottom: 20px; }
form label em{ color: red; }
.submit-btn-area{ display: block; width: 100%; margin-bottom: 20px; }

/* 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%; padding-top: 270px; position: relative; background: #fff; }
.container{ max-width: 1160px; width:100%; }

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

/* header */
header{ width:100%; height:auto; position: absolute; top:0; width: 100%; left: 0; }
.site-header.sticky .header-top{ padding-top: 10px; padding-bottom: 10px; }
.header-top{ display: block; width: 100%; background: #3d3d3d; padding-top: 55px; padding-bottom: 55px; box-sizing: border-box; text-align: center; }
.header-top .logo-cell{ display: inline-block; }
.header-top .logo-cell .big-text{ font-size: 55px; line-height: 58px; font-family: "Playfair Display", serif; color: #fff; margin-bottom: 0;     letter-spacing: 1px; }
.header-top .logo-cell .small-text{ font-size: 40px; line-height: 52px; color: #fff; font-family: serif !important; letter-spacing: 2px; }
.big-text a{ text-decoration: none; color: #fff; }
.header-btm{ display: block; text-align: center; background-image: linear-gradient(rgba(0, 0, 0, 0.03), rgba(0, 0, 0, 0.06));
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.4); }
.navigation{ display: inline-block; }

header.site-header{ position: absolute; z-index: 5; background: rgba( 255,255,255, 1); top:0; width: 100%; left: 0; }
header.site-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 slide down Animation */
/*start*/
@-webkit-keyframes headerSlideDown {0% {margin-top: -200px; } to {margin-top: 0; } }
@keyframes headerSlideDown {0% {margin-top: -200px; } to {margin-top: 0; } } 
/*end*/

/* nav */
nav{ width:auto; height:auto; }
nav ul{ margin: 0; display: inline-flex; }
nav ul li{ display: inline-block; padding: 0; font-size: 16px; line-height: 24px; color: #111111; text-transform: uppercase; letter-spacing: 2px; }
nav ul li:before{ display: none; }
nav ul li a{ display: inline-block; padding: 14px 18px 10px 18px; color: #111111; background: transparent; transition: all 0.3s ease-in-out; }
nav ul li a:hover, nav .active{ background: #fff; text-decoration: none; color: #111111; }

/* footer */
footer{ width:100%; height:auto; position: relative; z-index: 0; }
.footer-top{ background: #151412; padding-top: 80px; padding-bottom: 80px; box-sizing: border-box; color: #fff; text-align: center; }
.footer-top .two-col{ display: flex; }
.footer-top .two-col .col-left{ display: block; width: 50%; margin-left: 0; }
.footer-top .two-col .col-right{ display: block; width: 50%; margin-right: 0; }
.footer-top p{ color: #fff; font-weight: 400; }
.footer-btm{ display: block; width: 100%; padding-top: 20px; padding-bottom: 20px; background: #000; }
.footer-top .col-right{ padding: 0 0px 0 60px; box-sizing: border-box; }
.footer-top h4{ font-size: 24px; line-height:  30px; font-weight: bold; color: #fff; }
.footer-top h4 a{ color: #fff; text-decoration: none; }
.footer-top .btn{ margin-bottom: 30px; }
.f-info-box{ padding-top: 50px; }
.footer-top .two-col .col-right p{ font-size: 11px; color: #999; margin-bottom: 0; }
.footer-btm{ display: flex; align-items: center; justify-content: space-between; }
.footer-btm .container{ max-width: 1920px; padding: 0 30px; box-sizing: border-box; }
.footer-btm .two-col{ display: flex; justify-content: space-between; align-items: center; }
.footer-btm .col-left{ display: inline-block; margin-left: 0; }
.footer-btm .col-right{ display: inline-block; margin-right: 0; }
.footer-btm .col-left p{ font-size: 11px; line-height: 13px; color: #fff; margin-bottom: 0; opacity: 0.6; text-transform: uppercase; letter-spacing: 1px; }
.footer-btm .col-left p span{ color: #aaa; }
.footer-btm .col-right ul{ margin: 0; }
.footer-btm .col-right ul li{ display: inline-block; font-size: 15px; line-height: 20px; color: rgba(255,255,255,0.5); margin: 0 7px; position: relative; padding: 0; }
.footer-btm .col-right ul li:before{ display: none; }
.footer-btm .col-right ul li:after{ content: ''; display: block; position: absolute; right: -10px; top: 10px; width: 2px; height: 2px; border-radius: 50%; background: rgba(255, 255, 255, 0.5); }
.footer-btm .col-right ul li:last-child:after{ display: none; }
.footer-btm .col-right ul li a{ color: rgba(255,255,255,0.5); }
.footer-btm .col-right ul li a:hover{ color: rgba(255,255,255,1); text-decoration: none; }

/*--------- home page ------------*/
/*about sec*/
/*start*/
.about-sec{ padding-top: 80px; background: #fafafa; padding-bottom: 80px; }
.about-sec .two-col{ display: flex; }
.about-sec .two-col .col-left{ display: inline-block; width: 67%; margin-left: 0; padding-right: 50px; box-sizing: border-box; }
.about-sec .two-col .col-right{ display: inline-block; width: 33%; margin-right: 0; }
.about-sec .two-col .col-right figure{ display: block; width: 100%; }
.about-sec .two-col .col-right figure img{ display: block; width: 100%; }
.about-sec ul li{ font-style: italic; margin-bottom: 20px; }
.about-sec h1{ margin-bottom: 70px; }
/*end*/

/*expertise sec*/
/*start*/
.expertise-sec{ display: block; width: 100%; padding: 80px 0px; box-sizing: border-box; }
.expertise-sec .two-col{ display: flex; }
.expertise-sec .two-col .col-left{ width: 50%; margin-left: 0; }
.expertise-sec .two-col .col-left figure{ display: block; width: 100%; }
.expertise-sec .two-col .col-left figure img{ display: block; width: 100%; }
.expertise-sec .two-col .col-right{ width: 50%; margin-right: 0; padding-left: 100px; box-sizing: border-box; }
.expertise-sec ul li{ margin-bottom: 7px; }
/*end*/

/*services sec*/
/*start*/
.services-sec{ padding-top: 80px; background: #fafafa; padding-bottom: 80px; }
.services-grp{ display: flex; flex-wrap: wrap; }
.services-cell{ display: block; width: 50%; padding-right: 30px; box-sizing: border-box; }
.services-cell .two-col{ display: flex; align-items: center; }
.services-cell .two-col .col-left{ width: 70px; margin-left: 0; }
.services-cell h3{ margin-bottom: 5px; }
.services-cell .two-col .col-left figure{ display: block; width: 100%; }
.services-cell .two-col .col-left figure img{ display: block; width: 100%; }
.services-cell .two-col .col-right{ width: calc( 100% - 70px); padding-left: 25px; box-sizing: border-box; margin-right: 0; }
/*end*/

/*faq content sec*/
/*start*/
.faq-content-sec{ display: block; width: 100%; padding: 70px 0 80px 0; box-sizing: border-box; }
.faq-content-sec h2{ margin-bottom: 40px; }
.faq-box-grp{ display: block; width: 100%; }
.faq-box-grp h5{ font-weight: bold; margin-bottom: 5px; }
.center-cell{ display: block; width: 100%; text-align: center; }
/*end*/

/*testimonial sec*/
/*start*/
.testimonial-sec{ display: block; width: 100%; padding: 70px 0 70px 0; background: #fafafa; }
.testimonial-sec .two-col{ display: flex; max-width: 890px; }
.testimonial-sec .two-col .col-left{ display: inline-block; margin-left: 0; width: 250px; padding-top: 40px; }
.testimonial-sec .two-col .col-right{ display: inline-block; margin-right: 0; width: calc(100% - 300px); }
.testimonial-sec .two-col .col-left h3{ text-align: center; font-size: 32px; line-height: 40px; margin-bottom: 0; }
.star-grp{ display: block; padding-left: 15px; }
.star-grp ul{ margin: 0; display: flex; align-items: center; }
.star-grp ul li{ width: 14px; margin: 0; padding: 0; }
.star-grp ul li:before{ display: none; }
.star-grp ul li figure{ display: block; width: 100%; }
.star-grp ul li figure img{ display: block; width: 100%; }
.testimonial-slider{ display: block; width: 100%; margin-bottom: 0 !important; }
.testimonial-cell{ display: block; width: 100%; }
.testimonial-inner-cell{ display: block; width: 100%; padding: 25px; background: white; box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 20px 0px; border-radius: 4px; box-sizing: border-box; margin-bottom: 20px; position: relative; padding-top: 55px; }
.testimonial-inner-cell:before{ content: ''; display: block; position: absolute; left: 25px; top: 25px; background: url(../images/quote-icon.svg); width: 25px; height: 25px; background-size: cover; }
.testimonial-inner-cell p{ margin-bottom: 0; font-size: 15px; line-height: 26px; color: #4d4d4d; }
.testimonial-slider .item{ padding: 15px; box-sizing: border-box; }
#content-area .testimonial-slider .slick-dots li:before{ display: none; }
#content-area .testimonial-slider .slick-dots li button:before{ display: none; }
#content-area .testimonial-slider .slick-dots li{ width: 25px; height: 8px; transition: all 0.3s ease-in-out; margin: 0 3px; border-radius: 20px; }
#content-area .testimonial-slider .slick-dots li button{ width: 25px; height: 8px; background: #cbcbcb; padding: 0; transition: all 0.3s ease-in-out; border-radius: 20px; }
#content-area .testimonial-slider .slick-dots li.slick-active{ width: 8px; }
#content-area .testimonial-slider .slick-dots li.slick-active button{ width: 8px; background: #7c6e5c; }
#content-area .slick-dots{ bottom: 0; }
/*end*/

/*about page*/
/*start*/
.content-sec{ display: block; width: 100%; padding-top: 80px; padding-bottom: 50px; box-sizing: border-box; }
.content-sec .two-col{ display: flex; }
.content-sec .two-col .col-left{ display: inline-block; margin-left: 0; width: 75%; padding-right: 50px; box-sizing: border-box; position: relative; }
.content-sec .two-col .col-right{ display: inline-block; margin-right: 0; width: 25%; padding-left: 25px; box-sizing: border-box; text-align: center; position: relative; }
.content-sec h1{ font-family: arial, helvetica, sans-serif; font-size: 24px; font-style: italic; margin-bottom: 50px; }
.content-sec ul li{ margin-bottom: 15px; }
.content-sec h6{ margin-bottom: 10px; margin-top: 40px; }
.content-sec .two-col .col-left:after{ content: ''; display: block; position: absolute; right: 0; top: 0; width: 1px; height: 100%; background: #7c6e5c; opacity: 0.2; }
.img-cell{ display: block; width: 100%; }
.img-cell figure{ display: block; width: 100%; }
.img-cell figure img{ display: block; width: 100%; }
/*end*/

/*contact sec*/
/*start*/
.contact-sec{ display: block; width: 100%; padding: 80px 0 80px 0; box-sizing: border-box; }
.contact-info{ display: block; width: 100%; margin-bottom: 60px; }
.contact-info .two-col{ display: flex; }
.contact-info .two-col .col-left{ display: inline-block; margin-left: 0; width: 300px; }
.contact-info .two-col .col-right{ display: inline-block; margin-right: 0; width: calc(100% - 300px); padding-left: 30px; box-sizing: border-box; }
.contact-info p a{ color: #4d4d4d; }
.info-box{ max-width: 480px; margin-left: 0; text-align: center; }
.center-link{ text-align: center; }
.center-link a{ color: #000000; font-size: 18px; font-weight: bold; line-height: 26px; margin-bottom: 20px; }
.info-box p{ margin-bottom: 10px; }
.contact-form-info{ display: block; width: 100%; }
.contact-form-info .two-col{ display: flex; }
.contact-form-info .two-col .col-left{ display: inline-block; margin-left: 0; width: 45%; }
.contact-form-info .two-col .col-right{ display: inline-flex; align-items: center; justify-content: center; margin-right: 0; width: 55%; }
.contact-form-info .two-col .col-right figure{ width: auto; display: inline-block; width: 420px; }
.contact-form-info .two-col .col-right figure img{ display: block; width: 100%; }
.contact-form-info form{ background: #f2f2f2; border: 0; }
.contact-form-info form label{ color: #888888; }
.contact-form-info form .field-set{ margin-bottom: 20px; }
/*end*/

/*mobile menu*/
/*start*/
#mobile-menu{ display: block; position: relative; z-index: 0; }
.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: #222222; position: fixed; top: 0; width: 70%; height: 100vh; right: 0px; 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  ul ul{ display: none; background: transparent; margin-top: 10px;margin-bottom: 0; }
#mobile-menu  ul ul ul{background: transparent; margin-bottom: 0; }
#mobile-menu  ul ul ul ul{background:rgb(60, 60, 56)}
#mobile-menu  li{ list-style: none; position: relative; display: block;margin: 0; padding: 5px 0px 5px 15px; text-align: left; }
#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: #ddd; padding: 0; display: inline-block; margin-right: 0; line-height: 18px; font-size: 14px; letter-spacing: 0.09em; position: relative; z-index: 1; font-weight: 400; cursor: pointer; text-transform: capitalize; }
#mobile-menu  li a:hover{ text-decoration: none; color: #43999a; background: transparent; }
#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: 19px;width: 16px; height: 9px; background: url(assets/images/mobile-white-arrow-down.png) no-repeat;background-size: cover; pointer-events: none; }
#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 20px;  }
#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{ display: block; width: 100%; margin-top: 0; height: calc( 100vh - 80px ) }
.menu-area ul{ display: block; }
#mobile-menu ul > li.active > a, #mobile-menu .current_page_item > a { color: #43999a; }
.menu-area 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; left: 320px; top: -50px; transition: all 1s ease-in-out; }
#mobile-menu.open .menu-trigger{ top: 17px; }
.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.8); transition: all 0.6s 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: #00c7ca; }
#mobile-menu .center-text{ color: #ddd; line-height: 22px; font-size: 18px; border-bottom: 1px solid rgba(221, 221, 221, 0.15); padding: 12px 0px 12px 15px; text-align: center; box-sizing: border-box; text-transform: uppercase; }
#mobile-menu nav .active{ background: transparent; } 
/* end */

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

body.fix{ overflow: hidden; }

/*google review*/
/*start*/
body .about-sec .es-main-container > a{ display: none !important; margin-left: 0 !important; }
.BadgeContainer__Inner-sc-99450702-0{ margin-left: 0 !important; box-shadow: 0px 4px 4px 0px rgba(158, 158, 158, .4) !important; }
.iOHWjW{ margin-left: auto !important; }
.elfsight-app-15ac3552-2f7a-4d64-ada0-3690d9c2465c{ margin-bottom: 30px; display: none; }
.elfsight-app-15ac3552-2f7a-4d64-ada0-3690d9c2465c.open{ display: block;  }
/*end*/