@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:#8a8888; font-size:13px; font-family: 'Poppins', sans-serif; font-weight:400; line-height:22px;}

h1, h2, h3, h4, h5, h6{ margin-bottom:20px; font-weight:normal; color: #000000; font-weight: 500; }
h1{ font-size:36px; line-height: 40px; }
h2{ font-size:36px; line-height: 40px; }
h3{ font-size:30px; line-height: 36px; }
h4{ font-size:24px; line-height: 30px; color: #ff5d00; }
h5{ font-size:22px; line-height: 28px; }
h6{ font-size:18px; line-height: 24px; }

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

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

ol{ margin:20px 20px; padding:0;}
ol li{ font-size:16px; color:#000000; font-weight:400; line-height:20px; 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:13px; font-weight:400; line-height:17px; 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:#000000; transition: all 0.3s ease-in-out; }
a:hover{ color:#ff5d00; text-decoration: none; }
a:active, a.current { color: #e8941a; }
a:focus { outline: none; }
a.btn{ font-size: 14px; line-height: 14px; display: inline-block; padding: 10px 27px 10px 27px; color: #ff5d00; border: 3px solid #ff5d00; border-radius: 50px; text-transform: uppercase; box-sizing: border-box; font-weight: 500; position: relative; cursor: pointer; transition: all 0.3s ease-in-out; }
a.btn:hover{ background: #000000; color: #ff5d00; 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 15px; color:#666666; font-size:12px; height:36px; }
textarea{ border:1px solid #dedede; padding:5px 15px; color:#666666; font-size:12px; height:60px; resize:none; font-family: 'Poppins', sans-serif; line-height:16px; }

input[type="submit"], input[type="button"], input[type="reset"]{ background:#666; cursor:pointer; color:#fff; border:none; height:30px; line-height:28px; display:block; font-size:15px;}
input[type="submit"]:hover, input[type="button"]:hover{ background:#666; color:#fff;}

/* 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%; height: auto !important; height: 100%; background: #ffffff; }
.container{ max-width:1170px; width:100%; }

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

/* header */
header{ width: 300px; height: 100vh; background: #ffffff; position: fixed; left: 0; top: 0; border-right: 1px solid #f1f1f1; z-index: 10; box-shadow: 0px -2px 6px 0px; box-sizing: border-box;}
.left-push{ display: block; width: 100%; padding-top: 50px; }
.logo-cell{ display: block; width: 100%; text-align: center;}
.logo{ display: inline-block; width: 200px; }
.logo img{ display: block; width: 100%; }

/*side address*/
.side-address{ display: block; width: 100%; padding: 35px 30px; box-sizing: border-box; }
.side-address h6{ font-size: 15px; line-height: 15px; font-weight: bold; color: #ff5d00; text-transform: uppercase; letter-spacing: 6px; margin-bottom: 20px; }
.side-address ul{ display: block; margin: 0; }
.side-address ul li{ display: block; list-style: none; font-size: 14px; line-height: 16px; padding-bottom: 14px; }
.side-address ul li span{ font-weight: bold; color: #000000; margin-right: 7px; }
.side-address ul li a{ color: #8a8888; -webkit-transition: all 0.3s ease;-moz-transition: all 0.3s ease;-o-transition: all 0.3s ease;transition: all 0.3s ease; }
.side-address ul li a:hover{ text-decoration: none; color: #ff5d00; }
.copy-right{ display: block; font-size: 13px; line-height: 15px; font-weight: bold; color: #000; text-align: center; position: absolute; bottom: 10px; width: 100%; }

/* nav */
nav{ height:auto; display: inline-block; }
nav ul{ display: inline-block; margin: 0; }
nav ul li{ display: inline-block; width: 100%; font-size: 14px; line-height: 16px; font-weight: bold; color: #000000; padding: 10px 30px; border-bottom: 1px solid #f1f1f1; text-transform: uppercase; box-sizing: border-box; }
nav ul li:first-child{ border-top: 1px solid #f1f1f1; }
nav ul li a{ display: inline-block; color: #000000; -webkit-transition: all 0.5s ease;-moz-transition: all 0.5s ease;-o-transition: all 0.5s ease;transition: all 0.5s ease; }
nav ul li a:hover, nav .active{ color:#ff5d00; text-decoration: none; }
.side-menu{ display: block; width: 100%; padding-top: 45px; }

#content-area{ padding: 0 0 0 300px; }

/*mobile menu*/
.mobile-menu{ display: none; position: absolute; top:0; left: 0; width: 100%; z-index: 9; padding: 10px 2% 6px 2%; box-sizing: border-box; background: #ffffff; transition: all 0.4s ease-out; }
.mobile-menu.show{ opacity: 0; }
.mobile-menu.sticky-menu { position: fixed !important; opacity: 1; box-shadow: 0 3px 26px -12px rgba(0,0,0,0.9); }
.mobile-logo{ display: inline-block; width: 100px; }
.mobile-logo img{ display: block; width: 100%; }
.responsive-mb-icon { display:none; max-width: 45px; width: 100%; background-color: transparent; float: right; margin: 0; margin-top: 13px; }
.responsive-mb-icon a { display:block; padding:5px 8px; }
.responsive-mb-icon span { background-color: #ff5d00; height: 2px; margin: 7px auto; display: block; max-width: 100px; -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s; -ms-transition: all 0.3s ease 0s; -o-transition: all 0.3s ease 0s; transition: all 0.3s ease 0s; } 

/* footer */
footer{ display: block; width: 100%; padding: 50px 0px 45px 300px; background: #222326; box-sizing: border-box; }
.footer-logo{ display: inline-block; max-width: 200px; margin-bottom: 10px; }
.footer-logo figure{ display: block; width: 100%; }
.footer-logo figure img{ display: block; width: 100%; }
footer .col-4{ width: 33%; display: inline-block; margin: 0; float: left; }
footer .col-4 p{ color: #ffffff; margin-bottom: 0; }
footer .col-4 ul li{ color: #ffffff; padding-bottom: 27px; }
footer .col-4 ul li:last-child{ padding-bottom: 0; }
footer .col-4 ul li a{ color: #ffffff; }
footer .col-4 ul li a:hover{ color: #ff5d00; }
footer .col-4.col-left{ width: 47%; }
footer .col-4.col-mid{ width: 21%; padding-left: 50px; box-sizing: border-box; }
footer .col-4.col-right{ width: 32%; }
footer .col-4.col-mid ul{ margin:0; }
footer .footer-cell{ margin-bottom: 30px; position: relative; padding-left: 30px; }
.footer-cell .icon{ color: #ffffff; position: absolute; left: 0; top:0; }
.footer-cell span{ font-size: 16px; line-height: 20px; color: #ffffff; }
.footer-cell a{ font-size: 16px; line-height: 20px; color: #ffffff; }
.footer-cell a:hover{ color: #ff5d00; }
.icon-location{ font-size: 17px;  }
.icon-email{ font-size: 15px; }
.icon-mobile{ font-size: 23px; }
.footer-cell .icon.icon-mobile{ left: -3px; }


/*--------- home page ------------*/
/* banner part */
.banner-section{ display: block; width: 100%; height: 100vh; }
.hinros-slider{ display: block; width: 100%; height: 100vh; overflow: hidden; }
.hinros-slider .item{ display: block; width: 100%; height: 100vh; background-size: cover; background-position: center center; position: relative; }
.disc-cell{ display: inline-block; position: absolute; right: 41px; bottom: 15px;  }
.disc-cell h2{ font-weight: 700; color: #ffffff; opacity: 0.5; font-size: 5vw; line-height: 7vw; -webkit-transition: all 0.5s ease;-moz-transition: all 0.5s ease;-o-transition: all 0.5s ease;transition: all 0.5s ease; margin-bottom: 0; }
.disc-cell h2 a{ color: #ffffff; text-decoration: none; }
.disc-cell h2:hover{ color:#ffffff; opacity: 1; }
.slick-next{ right:0; z-index: 1; }
.slick-prev{ left:0; z-index: 1; }
.slick-slide{ position: relative; }
.slick-prev{  width: 45px; height: 45px; border: 2px solid rgba(0,0,0, 0.2); cursor: pointer; margin-left: 50px; }
.slick-next{  width: 45px; height: 45px; border: 2px solid rgba(0,0,0, 0.2); cursor: pointer; margin-right: 50px; }
.slick-prev, .slick-next{ border-color: #ff5d00; }
.slick-next:before { position: absolute; content: '→'; margin-left: 31px; font-size: 31px; line-height: inherit; color: #000000;left: -1px; top: 18px; }
.slick-prev:before { position: absolute; content: '←'; margin-right: 31px; font-size: 31px; line-height: inherit; color: #000000;  left: -18px; top: 18px; }
.slick-arrow:hover:before{ color:#ff5d00; }
.slick-dots li button:before{ font-size: 45px; color:#000000; }
.slick-dots li.slick-active button:before{ color:#000000; opacity: 1; }
.slick-dots li:before{ display: none; }
.slick-dots{ bottom: 10px; text-align: left; left: 25px; }
.slick-dotted.slick-slider{ margin-bottom: 0; }
.slick-dots li.slick-active button:before { color: #ff5d00; opacity: 1; }

.services-section{ display: block; width: 100%; background: #f4f4f4; }
.inside-container{ padding-left: 30px; width: 1024px; max-width: 92%; float: left; box-sizing: border-box; }
.inside-bg{ background: #ffffff; padding: 45px 35px 10px 35px; box-sizing: border-box; }
.title{ display: block; width: 100%; position: relative; margin-bottom: 45px; }
.center-align-border{ text-align: center; }
.title h1, .title h2{ color: #000000; font-weight: 700; }
.title:after{ content: ''; display: block; width: 70px; height: 2px; position: absolute; left: 0; bottom: -6px; background: #ff5d00; }
.services-area{ display: block; width: 100%; display: flex; flex-wrap: wrap; }
.services-cell{ display: inline-block; width: 49%; margin-bottom: 40px; }
.services-cell .service-img{ display: block; width: 100%; height: 250px;background-size: cover; background-position: center; margin-bottom: 25px; }
.services-cell h4{ margin-bottom: 10px; font-weight: 500; }
.services-cell h4 a{ color: #ff5d00; }
.services-cell h4 a:hover{ color: #000000; }
.services-area .services-cell:nth-child(odd){ margin-left: 0; } 
.services-area .services-cell:nth-child(even){ margin-right: 0; }
.side-cell img{ display: none; }


.success-area{ display: flex; width:100%; height:100vh; position: relative; background-size: cover; background-position: center center; flex-wrap: wrap;justify-content: center;align-items: center;}
.success-area:before{ content: ""; position: absolute; left: 0; width: 100%; height: 8px; background: url(../images/wave-img.png) top center; bottom: -1px; top: auto; height: 18px; z-index: 5; }
#scene{ display: block; position: relative; left: 0; top:0; width: 100%; height: 100%; z-index: 4; background: #ffffff; overflow: hidden;}
.back{ background-size: cover; background-position: center center; width: 100vw; height: 100%;display: flex !important; flex-wrap: wrap; justify-content: center;align-items: center; }
.back img{ display: block; width: 90%;  }
.main-move-bg{ display: block; position: absolute; width:100%; height: 100%; }
#scene:before{ content: ''; display: block; position: absolute; left: 0; top:0; width:100%; height: 100%; background: rgba(0,0,0,0.6); z-index: 4; }
.back{ z-index: 5;}
.bg-main{ display: block; position: absolute; left: 0; top: 0; width: 100%; height: 100%; background-size: cover; background-position: center center; width: 100vw;  height: 100%; }
.bg-main.bg1{ z-index: 3; }
.bg-main.bg2{ z-index: 2; }
.bg-main.bg3{ z-index: 0; }
.success-content{ display: inline-block; position: absolute; top: 20%; right: 20px; z-index: 5; width: 35vw; }
.success-content h2{ color: #e6e6e6; }
.success-content p{ color: #e6e6e6; font-size: 16px; line-height: 26px; }
.big-title { color: #e6e6e6; font-size: 11vw; line-height: 11vw; font-weight: 800; text-transform: uppercase; position: absolute; right: 25px; top: auto; bottom: 0; z-index: 4; }
.center-cell{ display: block; width: 100%; text-align: center; }
.get-in-touch{ position: relative; display: block; width: 100%; padding: 50px 0 50px 0; box-sizing: border-box; text-align: center;max-width: 800px; }
.center-align-border:after{ bottom: -10px; left: 50%; transform: translate(-50%, 0%); }


.inner-banner{ display: block; width: 100%; height: 450px; box-sizing: border-box; position: relative; background-size: cover; background-position: center; }
.inner-banner:after{ content: ""; position: absolute; left: 0; width: 100%; height: 8px; background: url(../images/wave-img.png) top center; bottom: -1px; top: auto; height: 18px; z-index: 5; }
.inner-banner .container { position: relative; display: flex; flex-wrap: wrap; height: 100%;justify-content: center; align-items: center; }
.inner-banner:before { content: ''; display: block; position: absolute; left: 0; top: 0; width: 100%;
    height: 100%; background: rgba(0,0,0,0.5); }
.inner-banner h1 { color: #ffffff; margin-bottom: 0; display: inline-block; }
.about-area{ display: block; padding: 70px 0 50px 0; }

.two-side{  display: block; width: 100%; padding: 70px 0; box-sizing: border-box; }
.side-view-cell{ display: block; margin-bottom: 50px; }
.side-cell{ display: block; width: 50%; }
.cell-left{ float: left; padding-right: 40px; padding-top: 40px; box-sizing: border-box; }
.cell-right{ float: right; position: relative; background-size: cover; background-position: center; min-height: 330px; }
.two-side .side-view-cell:nth-child(even) .cell-left{ float: right; padding-left: 40px; padding-right: 0; }
.two-side .side-view-cell:nth-child(even) .cell-right{ float: left; }
.top-area{ display: block; width: 100%; padding: 50px 0 0 0; box-sizing: border-box; }
.two-side .side-view-cell:last-child{ margin-bottom: 0;}

/*Contast us*/
.contact-address{ display: block; width: 100%; padding: 70px 0 50px 0; box-sizing: border-box; }
.contact-blog{ display: flex; width: 100%; position: relative; justify-content: space-between; align-content: space-between; box-sizing: border-box; flex-wrap: wrap; }
.contact-blog .left-cont{ width: 50%; padding: 25px 25px 25px 25px; box-sizing: border-box; background: #fff;  border: 2px solid #e4eaf0; }
.left-cont h4,.left-cont h6{ font-weight: 500; }
.left-cont h4{ margin-bottom: 40px; }
.contact-cell h6{ margin-bottom: 10px; color:#000; font-size: 20px; line-height: 26px; text-transform: uppercase; }
.contact-cell a{ font-size: 16px; position: relative; padding-left: 25px; color: #8a8888; }
.contact-cell span{ font-size: 16px; }
.contact-cell{ display: block; width: 100%; margin-bottom: 40px; }
.contact-cell .icon{ position: absolute; left: 0; top:0; color: #8a8888; transition: all 0.3s ease-in-out; }
.contact-cell .icon.icon-mobile{ left: -3px; }
.contact-cell .address{ position: relative; padding-left: 25px; }
.contact-cell .icon.icon-email{ top:3px; }
.contact-cell.last{ margin-bottom: 0; }
.contact-blog .right-cont{ width: 50%; border: 2px solid #e4eaf0; box-sizing: border-box; border-left: 0; }
.contact-cell a:hover .icon{ color: #ff5d00; }
.contact-cell a:hover{ color: #ff5d00; }
.contact-cell.call-cell span{ position: relative; display: block; width: 100%; float: left; margin-bottom: 10px;}
.contact-cell .address span{ display: flex; }
.contact-cell.call-cell span:last-child{ margin-bottom: 0; }
.contact-blog .per-name em{ display: block; font-style: normal; font-weight: 500; margin-bottom: 5px; }
.right-cont{ padding: 30px 30px; box-sizing: border-box; }
.right-cont form{ display: block; width: 100%; height: 100%; }
.right-cont form label{ display: block; width: 100%; }

.right-cont form textarea, .right-cont form input[type="text"], .right-cont form input[type="email"]{ display: block; width: 100%; border: 1px solid #000000; box-sizing: border-box; font-size: 14px; line-height: 16px; }
.right-cont form textarea { height: 120px; font-size: 14px; line-height: 16px; }
.right-cont .field-cell{ margin-bottom: 20px; }
.right-cont .field-cell label{ display: block; width: 100%; color: #000000; font-size: 16px; line-height: 18px; font-weight: 400; display: block; margin-bottom: 5px; font-weight: 600; text-transform: uppercase; }
.right-cont .field-cell .btn{ font-size: 14px; line-height: 14px; display: inline-block; padding: 10px 27px 10px 27px; color: #ff5d00; border: 3px solid #ff5d00; border-radius: 50px; text-transform: uppercase; box-sizing: border-box; font-weight: 600; position: relative; cursor: pointer;  transition: all 0.3s ease-in-out; height: 40px; background: #ffffff; } 
.right-cont .field-cell .btn:hover{ background: #000000; color: #ff5d00; }
.right-cont h4{ margin-bottom: 30px; }
.screen-reader-response{ display: none; }
.field-cell .wpcf7-not-valid-tip, .wpcf7-response-output{ color: red; }
form.sent .screen-reader-response, form.sent .wpcf7-response-output{ color: green; }

.overlayer{ visibility: hidden; opacity: 0; display: block; width: 100vw; height: 100vh; position: fixed; top:0; left: 0; background: rgba( 0,0,0, 0.5); transition: all 1s ease-in-out; }
.overlayer.open{ visibility: visible; opacity: 1; }
body.sticky{ overflow-y: hidden; }