@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:#696687; font-size:18px; font-family: "Barlow", sans-serif; font-weight:400; line-height:1.6; }

h1, h2, h3, h4, h5, h6{ margin-bottom:20px; font-weight:700; font-family: "Barlow", sans-serif; color: #000000; }
h1{ font-size:40px; line-height: 56px; }
h2{ font-size:40px; line-height: 56px; }
h3{ font-size:24px; line-height: 30px; }
h4{ font-size:22px; line-height: 28px; }
h5{ font-size:20px; line-height: 24px; }
h6{ font-size:18px; line-height: 22px; }

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

ul{ margin:20px 20px; padding:0;}
ul li{ font-size:18px; color:#000000; font-weight:400; line-height:1.6; padding:0 0 0 0; list-style: none; }

ol{ margin:20px 20px; padding:0;}
ol li{ font-size:18px;  color:#000000; font-weight:400; line-height:1.6; padding:0 0 0 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:1.6; 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:#e87b29; transition: all 0.3s ease-in-out; }
a:hover{ color:#000000; text-decoration: underline; }
a:active, a.current{ color: #e8941a; }
a:focus{ outline: none; }

.btn-grp{ display:inline-flex; gap: 15px; align-items:center; }
.btn{ font-size: 16px; line-height: 1; text-align: center; position: relative; z-index: 1; overflow: hidden; display: inline-table; padding: 17px 35px; font-weight: 700; border-radius: 4px; background-color: #e87b29; color: #fff; margin: 0; }
.btn:hover{ text-decoration: none; background: #233d80; color: #ffffff; transform: translate3d(0px, -7px, 0.01px);  }
.btn-black{ background: #000000; color: #fff; }
.btn-black:hover{ background: #ffffff; color: #000; }


/* 5. Forms
------------------------------------------------------------------------------*/
input[type="text"], input[type="password"], input[type="email"], input[type="tel"], input[type="search"]{ border:0; padding:0 15px; color:#000000; font-size: 16px; height:45px; box-sizing: border-box; width: 100%; background: #ffffff; width:100%; font-family: "Barlow", sans-serif; }
textarea{ border: 0; padding:15px 15px; box-sizing: border-box; color:#000000; font-size: 16px; height:36px; height:150px; resize:none; line-height:16px; width: 100%; font-family: "Barlow", sans-serif; background: #ffffff }

input[type="submit"], input[type="button"], input[type="reset"]{ font-size: 16px; line-height: 1; text-align: center; position: relative; z-index: 1; overflow: hidden; display: inline-table; padding: 17px 35px; font-weight: 700; border-radius: 4px; background-color: #e87b29; color: #fff; margin: 0; transition: all 0.3s ease-in-out; border: 0; cursor: pointer; }
input[type="submit"]:hover, input[type="button"]:hover{ text-decoration: none; background: #233d80; color: #ffffff; transform: translate3d(0px, -7px, 0.01px); }
.fieldset{ display:block; width:100%; margin-bottom: 10px; }
.fieldset label{ font-size: 16px; line-height: 20px; color: #ffffff; display:block; margin-bottom:3px; }
.upload-box input[type="file"]{ display: none; }
.contact-form-form .fieldset .upload-btn{ font-size: 16px; line-height: 1; text-align: center; position: relative; z-index: 1; overflow: hidden; display: inline-table; padding: 17px 35px; font-weight: 700; border-radius: 4px; background-color: #e87b29; color: #fff; margin: 0; transition: all 0.3s ease-in-out; border: 0; cursor: pointer; width: auto; }
.upload-btn:hover{ text-decoration: none; background: #233d80; color: #ffffff; transform: translate3d(0px, -7px, 0.01px); }
.upload-box{ display: inline-block; margin:0;  }
.submit-area{ display: flex; align-items: center; gap: 20px; }
.fieldset input::placeholder, .fieldset textarea::placeholder{ color: #888; font-family: "Barlow", sans-serif; }


/* 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: 88px; }
.container{ max-width: 1170px; width:100%; }

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

.search-block.sticky{ position: fixed; top: 78px; left: 0; z-index: 99999999; }

/* 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; } } 
/*end*/

header .container{ display: flex; align-items: center; justify-content: space-between; }
.logo{ display:block; width: 260px; margin: 0; }
.logo figure{ display:block; width:100%; }
.logo figure img{ display:block; width:100%; }

/* nav */
.navigation{ display: inline-block; margin: 0; }
nav{ width:auto; height:auto; }
nav ul{ margin: 0; }
nav ul li{ display: inline-block; font-size: 18px; line-height: 18px; color: #000000; text-transform: capitalize; float: left; font-weight: 600; }
nav ul li:before{ display: none; }
nav ul li a{ color: #000000; padding: 35px 20px; box-sizing: border-box; position: relative; display: inline-block; transition: all 0.3s ease-in-out; }
nav ul li a:after{ content: ''; display: block; position: absolute; left: 0; bottom: 0; width: 100%; height: 0; background: #e87b29; transition: all 0.3s ease-in-out; }
nav ul li a:hover:after, nav ul li.active > a:after{ height: 4px; }
nav ul li a:hover, nav .active > a{ color: #e87b29; text-decoration: none; }

/* footer */ 
.footer {padding-top: 60px; } 
.footer-grid {display: grid; grid-template-columns: 1.5fr 1fr 1fr; gap: 40px; } 
footer .logo{width: 260px; margin-bottom: 20px; } 
footer .logo img{ display:block; width:100%; }
.info p {font-size: 16px; color: #000; margin-bottom: 15px; line-height: 1.6; font-weight: 500; display: inline-flex; width: 100%; justify-content: start; } 
.info p a{ color: #000; margin: 0; } 
.info p a:hover{ text-decoration: none; color: #e87b29; } 
.info p a+a{ margin-left:18px; }
.info i{ margin: 0; color: #e87b29; margin-right: 10px; } 
.footer-col h3{ font-size: 23px; margin-bottom: 20px; color: #000; } 
.mt {margin-top: 30px; } 
.footer-col ul{ list-style: none; margin-left: 0; margin-right:0; } 
.footer-col ul li{ margin-bottom: 12px; font-weight: 600; font-size: 16px; position: relative; padding-left: 15px; } 
.footer-col ul li:before{ content:''; display:block; position:absolute; left:0; top: 10px; width: 6px; height:6px; border-radius:50%; background:#e87b29; }
.footer-col ul li a{ text-decoration: none; color: #555; } 
.footer-col ul li a:hover{ color: #e87b29; box-sizing: border-box; } 
.social {margin-top: 20px; } 
.social a {display: inline-block; width: 38px; height: 38px; background: #e87b29; color: #fff; text-align: center; line-height: 38px; margin-right: 8px; border-radius: 4px; transition: 0.3s; } 
.social a:hover{ background: #000; text-decoration: none; } 
.certificates{ display: flex; flex-wrap: wrap; gap: 10px; align-items: start; } 
.certificates img{ width: 71px; margin: 0; margin-bottom: 10px; } 
.footer-bottom{ border-top: 1px solid #ddd; margin-top: 50px; text-align: center; padding: 20px 0; } 
.footer-bottom p{ font-size: 17px; color: #000000; font-weight: 600; margin-bottom: 0; } 
.info i{ color: #e87b29; margin-right: 10px; font-size: 18px; } 
.social i{ font-size: 16px; }
.cta{ background: #e87b29; padding: 80px 0; text-align: center; }
.cta h2{ font-size: 46px; font-weight: 700; color: #ffffff; margin-bottom: 40px; }
.cta-buttons{ display: flex; justify-content: center; gap: 20px; }
.divide-cell{ position: relative; }
.divide-cell:before{ content: ''; display: block; position: absolute; left: -9px; top: 7px; width: 1px; height: 14px; background: #000; }

/*--------- home page ------------*/
/* banner part */
.banner{ padding: 0 20px; box-sizing: border-box; display:block; width:100%; }
.banner-inner{ display: block; width: 100%; height: 470px; position: relative; border-radius: 10px; overflow: hidden; }
.banner .banner-inner:before{ content: ''; display: block; position: absolute; left: 0; top:0; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.6); z-index: 1; }
.banner-video{ display: block; width: 100%; position: relative; height: 100%; background-size: cover !important; background-position: center center !important; }
.video-cell{ display: block; width: 100%; height: 100%; object-fit: cover; }
.banner-desc{ display: inline-block; max-width: 650px; text-align: center; }
.banner .container{ position: absolute; top: 0; height: 100%; z-index: 2; width: 100%; max-width: 100%; display: flex; align-items: center; justify-content: center; }
.banner-desc h1{ margin-bottom: 40px; color: #ffffff; width: 600px; }
.banner-desc p{ font-size: 24px; line-height: 27px; color: #ffffff; font-weight: 400; text-transform: uppercase; }

/* why choose sec */
.why-choose-sec{ padding: 70px 0; box-sizing:border-box; }
.why-choose-sec .container .two-col{ display: flex; gap: 50px; align-items: center; width: 100%; }
.why-choose-sec .left{ display: grid; grid-template-columns: repeat(2, 1fr); gap: 30px; flex: 1; }
.box{ background: #fff; padding: 40px 20px; text-align: center; border-radius: 4px; box-shadow: 0 0 10px rgba(0, 0, 0, 0.05); width: 100%; box-sizing: border-box; }
.box h2{ color: #e87b29; font-size: 36px; margin-bottom: 10px; }
.box p{ font-size: 16px; color: #000; }
.why-choose-sec .right{ flex: 1; }
.why-choose-sec .right h1{ font-size: 42px; margin-bottom: 20px; color: #000; }
.why-choose-sec .right p{ font-size: 18px; line-height: 1.7; color: #444; }

/* services sec */
.services-sec{ padding: 70px 0; text-align: center; }
.section-title{ font-size: 48px; font-weight: 700; margin-bottom: 20px; color: #000; }
.services-grid{ display: grid; grid-template-columns: repeat(4, 1fr); gap: 40px; }
.service-box{ text-align: center; }
.icon-circle{ width: 120px; height: 120px; display: flex; align-items: center; justify-content: center; background: #fff; position: relative; z-index: 99; border-radius: 50%; }
.icon-circle img{ width: 50px; }
.service-box h3{ font-size: 24px; margin-bottom: 15px; color: #000; font-weight: 600; }
.service-box p{ font-size: 16px; line-height: 1.7; color: #444; margin-bottom: 20px; }
.service-box a{ text-decoration: none; color: #e87b29; font-weight: 600; font-size: 14px; letter-spacing: 1px; }
.service-box a:hover{ text-decoration: underline; }
.service-box i{ font-size: 55px; display: flex; color: #000; }
.ak-heartbeat-btn{ position: relative; width: 120px; height: 120px; border: 2px solid #e87b29; border-radius: 50%; margin-bottom: 30px; }
.ak-heartbeat-btn:before, .ak-heartbeat-btn:after{ content: ""; position: absolute; left: 50%; top: 50%; transform: translateX(-50%) translateY(-50%); display: block; width: 100%; height: 100%; border-radius: 50%; background-color: rgba(232, 123, 41, 0.7)
; }
.ak-heartbeat-btn:before{ z-index: 0; animation: pulse-border 1500ms ease-out infinite; }
.ak-heartbeat-btn.no-animation:before{ z-index: 0; animation: none; }
.ak-heartbeat-btn:after{ z-index: 1; transition: all 200ms; }
@keyframes pulse-border{
	0% {
	    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
	    opacity: 1;
	}
	100% {
	    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
	    opacity: 0;
	}
}

/*industries sec*/
.industries{ padding: 80px 0; text-align: center; } 
.industry-grid{ display: grid; grid-template-columns: repeat(5, 1fr); gap: 50px 30px; } 
.industry{ text-align: center; padding: 30px 15px; box-sizing: border-box; border-radius: 10px; transition: 0.3s; width: 100%; } 
.industry i{ font-size: 48px; color: #000; margin-bottom: 15px; display: block; } 
.industry p{ font-size: 18px; color: #000; font-weight: 500; } 
.industry:hover{ background: #fff; box-shadow: 0 5px 15px rgba(0,0,0,0.05); position: relative; text-decoration: none; } 
.industry:hover:after{ content: ""; position: absolute; bottom: 0; left: 0; width: 100%; height: 6px; background: #e87b29; border-radius: 0 0 10px 10px; } 
.industry:hover{ transform: translateY(-5px); }

/*video sec*/
.video-sec{ display:block; width:100%; padding: 50px 0; text-align:center; }
.video-wrapper{ position: relative; width: 100%; max-width: 900px; margin: 0 auto; aspect-ratio: 16 / 9; background: #000; border-radius: 6px; overflow: hidden; box-shadow: 0 10px 25px rgba(0,0,0,0.2); } .video-wrapper iframe {width: 100%; height: 100%; border: none; } 
.play-button {position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); width: 70px; height: 70px; background: red; border-radius: 50%; display: flex; align-items: center; justify-content: center; cursor: pointer; } 
.play-button::before{ content: ""; border-style: solid; border-width: 10px 0 10px 18px; border-color: transparent transparent transparent white; margin-left: 5px; }

/*client sec*/
.client-sec{ display:block; width: 100%; padding: 50px 0; box-sizing:border-box; text-align: center; }
.client-slider{ display:block; width:100%; }
.client-slider .item{ display:block; padding: 0 10px; box-sizing:border-box; }
.client-slider .item figure{ display:block; max-width: 100%; }
.client-slider .item figure img{ display:block; max-width: 100%; max-height: 180px; }
.client-slider .slick-track{ display:flex; align-items:center; justify-content:center; }
.bg-grey{ background-color: #f5f5f5; }

/*project plan sec*/
.project-plan-sec{ display:block; width: 100%; padding: 70px 0; text-align:center; }
.project-plan-sec h2{ margin-bottom: 60px; }
.steps{ display: flex; justify-content: space-between; align-items: flex-start; gap: 20px; }
.step{ position: relative; width: 22%; text-align: center; padding: 0 10px; box-sizing: border-box; }
.project-plan-sec .circle{ width: 50px; height: 50px; background: #e87b29; color: white; border-radius: 50%; display: flex; align-items: center; justify-content: center; margin: 0 auto 20px; font-weight: bold; }
.line{ position: absolute; top: 25px; left: 69%; width: 76%; height: 1px; background: #e87b29; z-index: -1; }
.step:last-child .line{ display: none; }
.project-plan-sec h3{ font-size: 22px; margin-bottom: 10px; }

/*about sec*/
.about-sec{ padding: 40px 40px; }
.about-sec .container{ margin: auto; display: flex; align-items: self-start; gap: 40px; } 
.about-image{ flex: 1; border-radius: 20px; overflow: hidden; } 
.about-image img{ width: 100%; border-radius: 20px; display: block; }
.about-content{ flex: 1; } 
.about-content h1 {font-size: 42px; margin-bottom: 20px; color: #000; } 
.about-content p{ font-size: 18px; line-height: 1.8; margin-bottom: 15px; }

/*center content sec*/
.center-content-sec{ display:block; width:100%; padding: 50px 0; text-align:center; }
.center-content-sec p{ margin-bottom:0; }

/*ml sec*/
.ml-section{ padding: 80px 40px; } 
.top-row{ display: flex; justify-content: space-between; gap: 60px; align-items: center; }
.ml-section .left{ flex: 1; } 
.quote{ margin-bottom: 10px; } 
.ml-section .right{ flex: 1; } 
.ml-section .right p{ font-size: 18px; line-height: 1.8; color: #6b7280; } 
.bottom-text{ margin-top: 60px; } 
.bottom-text p{ font-size: 18px; line-height: 1.8; color: #6b7280; }

/*solution sec*/
.solution-sec{ display:block; width:100%; padding: 70px 0 40px 0; box-sizing:border-box; text-align:center; }
.solution-sec .title-area{ display:block; width:100%; max-width: 750px; text-align:center; margin-bottom: 40px; }
.solution-sec .title-area p{ max-width: 600px; font-size: 20px; }
.solution-box-grp{ display:flex; flex-wrap: wrap; align-items: start; justify-content: space-between; width: 100%; }
.solution-box-grp .solution-box{ background-color: #f7f7f7; padding: 40px 30px 30px 30px; border-radius: 15px; min-height: 370px; width: 32%; margin:0; box-sizing:border-box; margin-right: 1%; margin-bottom: 30px; }
.solution-box-grp .solution-box:nth-child( 3n + 3){ margin-right:0; }

/*contact form sec*/
.contact-form-sec{ display:block; width: 100%; padding: 70px 0; background-color: #f5f5f5; }
.contact-form-sec h1{ display:block; text-align:center; }
.contact-form-sec form{ display:block; max-width: 900px; margin: 0 auto; }
.contact-form-form .half-field{ display: flex; justify-content: space-between; } 
.contact-form-form .half-field .fieldset{ width: 49%; margin: 0; } 
.contact-form-form .fieldset{ margin-bottom: 20px !important; }

/*mobile menu*/
/*start*/
#mobile-menu{ display: block; position: relative; z-index: 9999999999; }
.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: rgb(0 0 0 / 80%); 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; }
#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.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: capitalize; }
#mobile-menu  li a:hover{ text-decoration: none; color: #e87b29; }
#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: 25px; top: 16px; width: 2px; height: 13px; background: #ffffff; transition: all 0.3s ease-in-out; }
#mobile-menu li > em:before{ content: ''; display: block; position: absolute; right: 19px; top: 21px; width: 13px; height: 2px; background: #ffffff; transition: all 0.3s ease-in-out; }
.sub-menu.hassub.up-arrow em:after{ transform: rotate(90deg); }
#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; }
.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; 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: #e87b29; }
/*end*/

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

.about-content h4{ margin-bottom:0; }
.list-cell li{ position:relative; color:#696687; }
.list-cell li:before{ content: ''; display: block; position: absolute; line-height: 0; top: 12px; width: 5px; height: 5px; background: #000; border-radius: 100%; left: -15px; }
.about-content li{ position:relative; }
.about-content h6{ margin-bottom:15px; }
.about-content ul{ margin-top: 15px; }
.list-style-none{ margin-left:0; }
.list-style-none li{ list-style: none; place-content:0; }
.list-style-none li:before{ display:none; }
.reverse-order .container{ display: flex; flex-direction: row-reverse; }
.upload-box input[type="file"]{ display: none; }
.upload-btn{ font-size: 16px; line-height: 1; text-align: center; position: relative; z-index: 1; overflow: hidden; display: inline-table; padding: 17px 35px; font-weight: 700; border-radius: 4px; background-color: #e87b29; color: #fff; margin: 0; transition: all 0.3s ease-in-out; border: 0; cursor: pointer; }
.contact-form-form .fieldset .upload-btn:hover{ background: #233d80; }

/* custom select */
.custom-select{ display: inline-block; float: left; position: relative; width: 100%; }
.custom-select select{ display: none; }
.select-selected{ background: #F2F7F8; }
.select-selected:after{ position: absolute; content: ""; top: 22px; right: 20px; width: 14px; height: 8px; background: url(../images/down-arrow.svg); background-size: cover; }
.select-selected.select-arrow-active:after{ top: 20px; transform: rotate(180deg) }
.select-items div,.select-selected{ padding: 12px 15px; cursor: pointer; font-size: 16px; line-height: 28px; background: #ffffff; text-align: left; color: #888; font-family: "Barlow", sans-serif; }
.select-items{ position: absolute; background-color: #0087c4; top: 100%; left: 0; right: 0; z-index: 99; }
.select-items div{ color: #fff; border-bottom: 1px solid rgb(255 255 255 / 10%); background:#e87b29; }
.select-hide{ display: none; }
.select-items div:hover, .same-as-selected{ background-color: rgba(0, 0, 0, 0.1); }
.select-box label{ min-height: 16px; }
.select-selected:before{ content: ''; display: block; position: absolute; right: 1px; top: 1px; width: 55px; height: calc(100% - 2px); background: #F1F4F7; }
.border-title{ display:block; position:relative; padding-bottom:20px; }
.border-title:after{ content:''; display:block; position:absolute; left:0; bottom: 20px; width: 150px; height:4px; background: #000000; }
.center-line{ margin-bottom: 40px; }
.center-line:after{ left:50%; transform: translateX(-50%) translateY(0%); }
.services-grid.three-col{ grid-template-columns: repeat(3, 1fr); }
.why-choose-sec .center-line{ text-align:center; }
.about-sec .center-line{ text-align:center; }