@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 
{ 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; }
figure{ margin: 0 auto; } 

.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:#22262a; font-size:18px; font-family: "Raleway", sans-serif; font-weight:400; line-height:26px; margin: 0; }

h1, h2, h3, h4, h5, h6{ margin-bottom:20px; font-weight:normal; font-family: "Titillium Web", sans-serif; }
h1, .h1{ font-size:40px; line-height: 48px; }
h2, .h2{ font-size:40px; line-height: 48px; }
h3, .h3{ font-size:32px; line-height: 40px; }
h4, .h4{ font-size:24px; line-height: 30px; font-weight: 600; }
h5, .h5{ font-size:22px; line-height: 28px; font-family: Titillium Web, Arial, Verdana, sans-serif; font-weight: 600; margin-top: 0; } 
h6, .h6{ font-size:20px; line-height: 26px; }

p{ color: #000000; font-size: 18px; font-weight: 500; line-height: 26px; margin-bottom: 20px; font-family: arial, helvetica, sans-serif; }

ul{ margin:20px 20px; padding:0; }
ul li{ font-size:18px; color:#000000; font-weight:400; line-height:26px; padding:0 0 5px 0; list-style:outside circle; font-family: arial, helvetica, sans-serif; }

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; font-family: arial, helvetica, sans-serif; }

#content-area ul li{ list-style: none; position: relative; }
#content-area ul li:before{ content: ''; display: block; position: absolute; left: -17px; top: 10px; width: 6px; height: 6px; background: #000; border-radius: 50%; }

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; }

/* 5. Forms
------------------------------------------------------------------------------*/
input[type="text"], input[type="password"], input[type="email"], input[type="tel"], input[type="search"]{ border:1px solid #dedede; padding:0 12px; color:#888888; font-size:15px; height:37px; box-sizing: border-box; border-radius: 4px; font-family: "Raleway", sans-serif; }
textarea{ border:1px solid #dedede; padding:5px 12px; color:#888888; font-size:15px; height:70px; resize:none; font-family: "Raleway", sans-serif; line-height:22px; box-sizing: border-box; border-radius: 4px; }
input[type="submit"], input[type="button"], input[type="reset"]{ display: inline-block; background: #0e2280; cursor: pointer; color: #fff; border: none; height: 39px; line-height: 28px; display: block; font-size: 15px; width: 65px; border-radius: 2px; }
input[type="submit"]:hover, input[type="button"]:hover{ background: #0e2280; color:#fff; opacity: 0.8; }

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

.half-cell{ display: flex; align-items: center; justify-content: space-between; width: 100%; }
.field-set{ display: block; }
.field-set input{ display: block; width: 100%; }
.field-set textarea{ display: block; width: 100%; }
.half-cell .field-set{ width: 48%; margin: 0; }
.field-cell{ margin-bottom: 20px; }
.q-half-cell{ display: flex; align-items: center; justify-content: space-between; width: 100%; }
.q-half-cell .field-set{ width: 68%; margin: 0; }
.q-half-cell .field-set + .field-set{ width:28%; margin: 0; }
.submit-btn-area{ display: flex; justify-content: flex-end; width: 100%; text-align: right; }

/* 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: 0 auto; }
.container{ max-width: 1250px; width:100%; margin: 0 auto; }
.footer, .push{ height: 22px; }

/* header */
header{ width:100%; height:auto; padding-top: 50px; padding-bottom: 40px; }
header .container{ max-width: 1370px; }
.logo{ display: inline-block; }
.logo figure{ display: block; width: 100%; margin: 0; }
.logo figure img{ display: block; width: 100%; }

/* nav */
nav{ width:100%; height:auto; }
nav ul{}
nav ul li{}
nav ul li a{}
nav ul li a:hover, nav .active{}

/* footer */
footer{ width:100%; height:auto; }
.footer-tp{ background: #f5f5f5; padding-top: 60px; padding-bottom: 60px; }
.footer-tp h3{ display: block; width: 100%; text-align: center; font-style: italic; font-weight: 500; margin-bottom: 80px; }
.footer-tp .tree-col{ display: flex; }
.footer-tp .tree-col .col-left{ display: inline-block; width: 35%; }
.footer-tp .tree-col .col-mid{ display: inline-block; width: 45%; }
.footer-tp .tree-col .col-right{ display: inline-block; width: 20%; }
.footer-btm{ background: #1a1a1a; padding: 25px 0; box-sizing: border-box; }
.footer-btm .two-col{ display: flex; }
.footer-btm .two-col .col-left{ display: inline-block; margin-left: 0; width: 50%; }
.footer-btm .two-col .col-right{ display: inline-flex; margin-right: 0; width: 50%; justify-content: end; }
.footer-btm .two-col .col-left span{ color: #c8c8c8; font-size: 14px; line-height: 18px; }
.logo-area{ display: block; width: 100%; }
.logo-area .full-cell{ display: block; width: 100%; margin-bottom: 50px; text-align: center; }
.logo-area .full-cell a{ display: inline-block; max-width: 150px; }
.logo-area .full-cell a figure{ display: block; width: 100%; }
.logo-area .full-cell a figure img{ display: block; width: 100%; }
.footer-tp .tree-col .col-left p{ text-align: center; font-size: 20px; line-height: 30px; color: #333333; }
.footer-tp .tree-col .col-left .center-box{ max-width: 283px; }
.foter-logo{ display: block; width: 100%; margin-bottom: 20px; }
.foter-logo figure{ display: block; width: 100%; }
.foter-logo figure img{ display: block; width: 100%; }
.footer-btm .two-col .col-right ul{ margin: 0; display: flex; align-items: center; column-gap: 20px; }
.footer-btm .two-col .col-right ul li{ display: inline-block; position: relative; font-size: 14px; line-height: 18px; color: #9f9e9e; padding: 0; margin: 0 0; }
.footer-btm .two-col .col-right ul li:after{ content: ''; display: block; position: absolute; right: -12px; top: 9px; width: 2px; height: 2px; background: #9f9e9e; }
.footer-btm .two-col .col-right ul li:last-child:after{ display: none; }
.footer-btm .two-col .col-right ul li a{ color: #9f9e9e; }
.footer-form{ display: block; width: 100%; }
.footer-form form{ display: block; width: 100%; border: 2px solid #d6cece; max-width: 468px; }
.footer-form .form-title{ display: block; width: 100%; padding: 18px 10px; box-sizing: border-box; text-align: center; background: #fff; font-size: 20px; color: #7e8c8d; font-weight: 500; }
.form-bottom{ display: block; width: 100%; background: #f2f2f2; padding: 20px 20px; box-sizing: border-box; }

/*--------- home page ------------*/
/* banner part */
/*start*/
.banner{ display: block; width: 100%; height: calc(100vh - 74px); }
.banner-slider{ display: block; width: 100%; height: calc(100vh - 74px); }
.banner-slider .item{ display: block; width: 100%; height: calc(100vh - 74px); }
.banner-slider-cell{ display: block; width: 100%; height: calc(100vh - 74px); }
.banner-slider .slick-dots li{ background: url(../images/bullet.png) no-repeat top left; width: 20px; height: 20px; background-position: 0px 0px; margin: 0 3px; }
.banner-slider .slick-dots li.slick-active{ background-position: 0px -20px; }
.banner-slider .slick-dots{ position: absolute; bottom: -45px; width: auto; left: inherit; right: 10px; }
.banner-slider .slick-dots li button{ display: none; }

.banner-slider .slick-arrow:before{ opacity: 1; }
.banner-slider .slick-prev{ left: 0px; }
.banner-slider .slick-next{ right: 0px; }
.banner-slider .slick-arrow{ width: 40px; height: 40px; background: rgba(255,255,255,0.5); z-index: 1; opacity: 0; transition: all 0.5s ease-in-out; }
.banner-slider:hover .slick-arrow{ opacity: 1; }
.banner-slider .slick-prev.slick-arrow:before{ content: ''; display: block; position: absolute; left: 14px; top:10px; width: 11px; height: 19px; background: url(../images/left-arrow.svg) no-repeat; background-size: cover; }
.banner-slider .slick-next.slick-arrow:before{ content: ''; display: block; position: absolute; left: 14px; top: 10px; width: 11px; height: 19px; background: url(../images/right-arrow.svg) no-repeat; background-size: cover; }
/*end*/

/* banner sec */
/*start*/
.gallery-sec{ display: block; width: 100%; padding-top: 100px; padding-bottom: 10px; box-sizing: border-box; }
.gallery-sec .sec-title{ display: block; width: 100%; text-align: center; padding-bottom: 40px; }
.gallery-sec .sec-title .center-text{ display: block; width: 100%; text-align: center; }
.gallery-sec .sec-title .center-text a{ text-decoration: underline; color: #000; font-size: 18px; font-weight: 500; font-style: italic; font-family: arial, helvetica, sans-serif; }
.gallery-sec .sec-title h1{ margin-bottom: 40px; }
/*end*/

/*gallery show sec*/
/*start*/
.gallery-show-sec{ display: block; width: 100%; padding-bottom: 10px; }
.gallery-show-sec .container{ max-width: 100%; }
.gallery-show-inn{ display: flex; width: 100%; grid-gap: 20px; }
.gallery-show-inn .gallery-cell{ width: 20%; height: 485px; position: relative; }
.gallery-show-inn .gallery-cell img{ display: block; width: 100%; height: 100%; object-fit: cover; }
.gallery-show-inn .gallery-cell:before{ content: ''; display: block; position: absolute; left: 0; top: 0; width: 100%; height: 100%; background: rgba(255,255,255,0.0); transition: all 0.3s ease-in-out; }
.gallery-show-inn .gallery-cell:hover:before{ background: rgba(255,255,255,0.7); }
.gallery-show-inn .gallery-cell:after{ content: ''; display: block; position: absolute; left: 50%; top: 50%; width: 19px; height: 19px; background: url(../images/link-icon.svg) no-repeat; background-size: cover; transform: translate(-50% , -50%); transition: all 0.3s ease-in-out; opacity: 0; }
.gallery-show-inn .gallery-cell:hover:after{ width: 38px; height: 38px; opacity: 1; }
/*end*/

/*services sec*/
/*start*/
.services-sec{ display: block; width: 100%; padding-top: 100px; padding-bottom: 100px; background-color: rgba(245, 245, 245, 1); }
.services-sec h2{ display: block; width: 100%; text-align: center; margin-bottom: 60px; }
.services-inn{ display: flex; flex-wrap: wrap; grid-gap: 20px; margin-bottom: 30px; }
.services-cell{ display: inline-block; background: #fff; width: 32%; text-align: center; padding: 25px 30px; box-sizing: border-box; }
.services-cell p{ margin-bottom: 0; }
.services-cell h4{ font-family: Titillium Web, Arial, Verdana, sans-serif; margin-bottom: 10px; }
.services-cell i{ font-size: 50px; margin-bottom: 15px; }
.services-sec .center-text{ display: block; width: 100%; text-align: center; }
.services-sec .center-text .text-link{ display: inline-block; font-size: 40px; line-height: 50px; text-decoration: underline; color: #000; font-weight: 500; font-family: arial, helvetica, sans-serif; }
/*end*/

/*info sec*/
/*start*/
.info-sec{ display: block; width: 100%; padding-top: 50px; padding-bottom: 80px; }
.center-text{ display: block; width: 100%; text-align: center; }
.center-div{ display: block; width: 100%; text-align: center; }
.info-sec .center-text p{ margin-bottom: 30px; }
.info-sec .center-div{ margin-bottom: 50px; }
.info-sec .center-text{ display: block; width: 100%; text-align: center; padding-top: 20px; }
.info-sec .center-text a{ text-decoration: underline; color: #000; font-size: 18px; font-weight: 500; font-style: italic; font-family: arial, helvetica, sans-serif; }
/*end*/

/*gallery slider sec*/
/*start*/
.gallery-slider-sec{ display: block; width: 100%; background-color: rgba(245, 245, 245, 1); padding-top: 60px; padding-bottom: 100px; }
.gallery-slider{ display: block; width: 100%; }
.gallery-slider .item{ padding: 0 10px; box-sizing: border-box; }
.gallery-slider .gallery-cell{ display: block; width: 100%; position: relative; cursor: pointer; }
.gallery-slider .gallery-cell img{ display: block; width: 100%; }
.gallery-slider .gallery-cell:before{ content: ''; display: block; position: absolute; left: 0; top: 0; width: 100%; height: 100%; background: rgba(255, 255, 255, 0.0); transition: all 0.3s ease-in-out; }
.gallery-slider .gallery-cell:hover:before{ background: rgba(255, 255, 255, 0.7); }
.gallery-slider .gallery-cell:after{ content: ''; display: block; position: absolute; left: 50%; top: 50%; width: 19px; height: 19px; background: url(../images/link-icon.svg) no-repeat; background-size: cover; transform: translate(-50% , -50%); transition: all 0.3s ease-in-out; opacity: 0; }
.gallery-slider .gallery-cell:hover:after{ width: 38px; height: 38px; opacity: 1; }
/*end*/

/*testimonial sec*/
/*start*/
.testimonial-sec{ display: block; width: 100%; padding: 60px 0 60px 0; box-sizing: border-box; }
.testimonial-sec .testimonial-slider{ display: block; width: 100%; }
.testimonial-sec .testimonial-slider .item{ padding: 0 10px; box-sizing: border-box; }
.testimonial-sec .testimonial-slider .testimonial-cell{ display: block; width: 100%; }
.testimonial-sec .testimonial-slider .testimonial-cell .testimonial-text{ box-shadow: 0 1px 1px rgba(0, 0, 0, 0.03), 0 2px 2px rgba(0, 0, 0, 0.04), 0 4px 4px rgba(0, 0, 0, 0.05), 0 4px 8px rgba(0, 0, 0, 0.05); background: #fff; padding: 40px; box-sizing: border-box; margin-bottom: 20px; }
.testimonial-sec .testimonial-slider .testimonial-cell h4{ font-size: 20px; line-height: 26px; color: #9f9e9e; text-transform: uppercase; font-family: Titillium Web, Arial, Verdana, sans-serif; font-weight: 600; }
.testimonial-sec .testimonial-slider .testimonial-cell p{ font-size: 16px; line-height: 32px; font-family: Raleway, Arial, Verdana, sans-serif; }
#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; }
#content-area .testimonial-slider .slick-dots li button{ width: 25px; height: 8px; background: #cbcbcb; padding: 0; transition: all 0.3s ease-in-out; }
#content-area .testimonial-slider .slick-dots li.slick-active{ width: 8px; }
#content-area .testimonial-slider .slick-dots li.slick-active button{ width: 8px; }
/*end*/

/*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: #2e3440; position: fixed; top: 0; width: 320px; height: 100vh; left: -400px; 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{ left: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: 1px solid rgba(221, 221, 221, 0.15); 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: #ddd; padding: 0; display: inline-block; margin-right: 0; line-height: 22px; font-size: 16px; 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; }
#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; }
/* end */

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

/*gallery sec*/
/*start*/
.content-area{ display: block; width: 100%; padding: 70px 0 50px 0; }
.content-area p a{ color: #000; text-decoration: underline; font-style: italic; }
.gallery-box{ display: flex; flex-wrap: wrap; grid-gap: 30px; margin-bottom: 50px; }
.gallery-box .gallery-cell{ display: block; width: 100%; max-width: 242px; margin: 0; }
.gallery-box .gallery-cell img{ display: block; width: 100%; }
.logo-area{ display: flex; flex-wrap: wrap; align-items: center; margin-bottom: 15px; }
.logo-area > a{ margin: 0; margin-right: 20px; display: inline-block; }
.mini-logo-cell{ display: block; padding-top: 25px; padding-bottom: 35px; }
.content-area p{ margin-bottom: 15px; }

/*grid-item*/
.grid:after{ content: ''; display: block; clear: both; }
.grid-item--width2{ width: 200px; }
.grid-item--height2{ height: 200px; }
.gallery-sec{ padding: 40px 0 40px 0; box-sizing: border-box; background: #f5f5f5; border-bottom: 5px solid #fff; }
.gallery-sec .grid-item img{ display: block; width: 100%; }
.gallery-sec .grid-item a{ cursor: pointer; }
.gallery-sec .grid-item{ margin-bottom: 10px; }
.gallery-sec .container{ max-width: 1255px; }
.gallery-sec-grid{ margin-bottom: 40px; }
/*end*/


