@font-face {
    font-family: "socialico";
    src: url("fonts/Socialico/Socialico.eot");
    src: url("fonts/Socialico/Socialico.eot?#iefix") format("embedded-opentype"), url("fonts/Socialico/Socialico.woff2") format("woff2"), url("fonts/Socialico/Socialico.woff") format("woff"), url("fonts/Socialico/Socialico.ttf") format("truetype"), url("fonts/Socialico/Socialico.svg") format("svg");
}

@font-face {
    font-family: 'Palanquin Dark';
    src: url('fonts/PalaquinDark/PalanquinDark-Regular.eot');
    src: url('fonts/PalaquinDark/PalanquinDark-Regular.eot?#iefix') format('embedded-opentype'),
        url('fonts/PalaquinDark/PalanquinDark-Regular.woff2') format('woff2'),
        url('fonts/PalaquinDark/PalanquinDark-Regular.woff') format('woff'),
        url('fonts/PalaquinDark/PalanquinDark-Regular.ttf') format('truetype'),
        url('fonts/PalaquinDark/PalanquinDark-Regular.svg#PalanquinDark-Regular') format('svg');
}


* { box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; }

.suspension-contain {max-height: 980px;overflow:hidden;position: relative;}
html.suspended {background: rgba(0,0,0,0.6);}
body {max-width: 100%;/*min-width: 1200px;*/margin: 0 auto;text-align: center;font-family: 'Montserrat', sans-serif;}
a {color:inherit;text-decoration: none}
a:hover {text-decoration: none;color:inherit;}
h1,h2,h3,h4,h5{ padding:0; margin:0; }
p { margin: 0 auto; }
.row {max-width: 1200px;margin: 0 auto}

/*display-inline*/
.inbM { display: inline-block; vertical-align: middle; -webkit-box-sizing: border-box; box-sizing: border-box; }
.inbT { display: inline-block; vertical-align: top; -webkit-box-sizing: border-box; box-sizing: border-box; }

/*flex*/

.flexS { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: start; -ms-flex-align: start; align-items: flex-start; -ms-flex-wrap: wrap; flex-wrap: wrap; }
.flexC { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: center; -ms-flex-align: center; align-items: center;  -ms-flex-wrap: wrap;  flex-wrap: wrap; }
.flexE { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: end; -ms-flex-align: end; align-items: flex-end;  -ms-flex-wrap: wrap;  flex-wrap: wrap; }


/*button*/
.btn { max-width: 241px; width: 100%; -webkit-box-sizing: border-box; box-sizing: border-box; position: relative; z-index: 1; display: inline-block; background: #F14E23; font-weight: 500; font-size: 16px; text-align: center; color: #FFFFFF; padding: 15px 0; box-sizing: border-box; font-family: 'Montserrat', sans-serif; border: none; }
.btn a { color: #FFFFFF!important; }
.btn:hover {color: #FFF !important; -webkit-box-shadow: 0px 10px 20px -10px #000; box-shadow: 0px 10px 20px -10px #000;  }
.btn::after {content: ""; background: #333333; -webkit-transition: all .3s linear; -o-transition: all .3s linear; transition: all .3s linear; -webkit-transform: scaleX(0); -ms-transform: scaleX(0); transform: scaleX(0); -webkit-transform-origin: left; -ms-transform-origin: left; transform-origin: left; position: absolute;  height: 100%; width: 100%;z-index: -1;left: 0; top: 0; }
.btn:hover::after {-webkit-transform: scaleX(1);-ms-transform: scaleX(1);transform: scaleX(1);}

/*floats*/
.fl {float:left;}
.fr {float:right;}

/*socials*/
.socials a { font-family: 'socialico'; font-size: 28px; color: #FFFFFF; display: inline-block; }
.socials a:last-of-type { margin-bottom: 0; }

/*typography*/
.text-primary{ color: #B11414; }
.text-bold{ font-weight: 700; }
.text-uppercase{ text-transform: uppercase }
.text-center{ text-align: center !important; }
.text-left{ text-align: left; }

/*clearings*/
.clear{ clear:both;}
.clearfix:after {content:"."; display:block; height:0; clear:both;visibility:hidden;font-size: 0;}
.clearfix {display:block;}

/*cookie*/
.cc-animate.cc-revoke.cc-bottom{font-size: 14px; padding: 5px 10px; position: fixed; display: block!important; -webkit-transform: none!important; -ms-transform: none!important; transform: none!important; bottom: 0!important; left: 20px!important;}

/*call to action*/
.destroy-on-load, .cta {display: none;}

/*contact form messages*/
form .messages p {display: none;font-family: Arial !important;font-weight: 400 !important;letter-spacing: 0 !important;font-size: 16px !important;}
form .loading {display: none;}
form .alert {padding: 15px;margin-bottom: 20px;border: 1px solid transparent;border-radius: 4px;}
form .alert-success {color: #3c763d;background-color: #dff0d8;border-color: #d6e9c6;}
form .alert-danger {color: #a94442;background-color: #f2dede;border-color: #ebccd1;}
form [type="submit"] {margin:20px auto}

/*contact form*/
.ctc-form {margin: 0 auto;text-align: center;}
.ctc-form input:not([type="checkbox"], [type="submit"]) {font-family:'Montserrat', sans-serif; font-size: 16px;color:#333333;height:63px;display: inline-block;width: 100%;border: none!important;border-radius: none!important;padding: 15px 20px;-webkit-box-sizing: border-box;box-sizing: border-box;margin: 0 6px 16px;; background: #EEEEEE; font-weight: 500; }
.ctc-form textarea {font-family:'Montserrat', sans-serif; font-size: 16px;color:#333333;height:134px;display: inline-block;width: 98.5%;border: none!important;border-radius: none!important;padding: 15px 20px;-webkit-box-sizing: border-box;box-sizing: border-box;margin: 0 auto 10px; background: #EEEEEE; font-weight: 500; }
.ctc-form button {display: block;}
.ctc-form .recap {display: inline-block;}
.ctc-form .g-recaptcha div {margin: 0 auto 10px;}
.ctc-form .ctc-hide {display: none;}
::-webkit-input-placeholder { /* Edge */ color: #333333; }
:-ms-input-placeholder { /* Internet Explorer 10-11 */ color: #333333; }
::-moz-placeholder { color: #333333; }
::-ms-input-placeholder { color: #333333; }
::placeholder { color: #333333; }

#appointment-form { background: #F14E23; padding: 20px; text-align: center; }
#appointment-form h1, #appointment-form p { color: #fff; }
#appointment-form p { font-size: 20px; margin-bottom: 30px; }
#appointment-form form { background: #000; padding: 40px 20px; color: #fff; }
form .flex { display: flex; gap: 10px; flex-wrap: wrap; margin-bottom: 10px; }
form .flex input { flex: 1 1 23%; box-sizing: border-box; }
#appointment-form form input[type="text"], #appointment-form form input[type="email"], #appointment-form form input[type="date"], #appointment-form form textarea { background: #fff; height: 55px; padding: 20px; }
#appointment-form form textarea { height: 150px; width: 100%; }
#appointment-form form input::placeholder, #appointment-form form textarea::placeholder { color: #888 }
form .file-upload { border: 2px dashed #888; border-radius: 10px; padding: 20px; text-align: center; transition: background 0.3s ease; margin: 10px 0; }
form .file-upload .wrapper { background: #F14E23; border: 1px solid #fff; padding: 20px; }
form .file-upload.dragging { background: #f0f8ff; border-color: #007bff; }
form .browse-label { display: inline-block; cursor: pointer; margin-top: 10px; color: #fff; }
form #file_uploads { display: none; }
form #file-list { list-style: none; margin-top: 15px; padding: 0; font-size: 0.95rem; text-align: left; }
form #file-list li { padding: 5px 0; border-bottom: 1px solid #eee; }
form .delete-file { float: right; color: red; cursor: pointer; font-weight: bold; margin-left: 10px; }

/*gallery*/
#content .gallery-container {text-align: center;}
#content .gallery {list-style-type: none;margin: 0;padding: 0;}
#content .gallery li {display: inline-block;}
#content .gallery li img {  width: 250px;  height: 250px;  -o-object-fit: cover;  object-fit: cover; }
#content .thumbnail {background-color: #fff;border: 1px solid #ddd;border-radius: 4px;display: block;line-height: .42857; margin-bottom: 20px;padding: 4px;-webkit-transition: border 0.5s ease-in-out 0s;-o-transition: border 0.5s ease-in-out 0s;transition: border 0.5s ease-in-out 0s;}
#content .thumbnail:hover {-webkit-transform: scale(1.02);-ms-transform: scale(1.02);transform: scale(1.02);}
#content .page_navigation {display: inline-block;}
#content .page_link,#content .previous_link,#content .next_link,#content  .first_link,#content  .last_link, #content .ellipse {background-color: #fff;border: 1px solid #ddd;color:  #0275d8;display: inline-block;line-height: 1.25;margin-left: -1px;padding: 0.5rem 0.75rem;position: relative;}
#content .page_navigation > a:hover , .page_navigation > a.active_page {background-color: #eceeef;border-color: #ddd;color: #014c8c;text-decoration: none;}

h1 {font-size: 100px;font-weight: 100;color:#000;}

/*HEADER*/

#header { position: relative;padding: 0}
#header .row { max-width: 100%; width: 100%; }
#header nav a#pull {display: none}
#header nav ul {margin: 0;padding: 0;}
#header nav ul li {display: inline-block;vertical-align: middle; position: relative; z-index: 1; padding: 47px 4% 33px; -webkit-box-sizing: border-box; box-sizing: border-box; margin: 0px auto; }
#header nav ul li a { font-weight: 500; font-size: 16px; color: #FFFFFF; letter-spacing: 0; line-height: 120%;}
#header nav ul li::after {content: ""; position: absolute; top: 0; left: 0; -webkit-transform: scaleY(0); -ms-transform: scaleY(0); transform: scaleY(0); z-index: -1; -webkit-transition: all .3s linear; -o-transition: all .3s linear; transition: all .3s linear; width: 100%; height: 100%; background: #F14E23; -webkit-transform-origin: top; -ms-transform-origin: top; transform-origin: top;}
#header nav ul li:hover::after, #header nav ul li.active-menu::after {-webkit-transform: scaleY(1);-ms-transform: scaleY(1);transform: scaleY(1);}
#header nav ul li.active-menu a, #header nav ul li a:hover {color:#fff;}
.header-top { background: #333333; padding: 3px 0; -webkit-box-sizing: border-box; box-sizing: border-box; }
.header-box { max-width: 1435px; margin: 0 auto; }
.header-box .socials { max-width: 202px; width: 100%; margin-left: auto; }
.header-left { width: 26.89%; }
.header-logo img { width: 100%; height: 100%; display: block; }
.header-right { width: 38.04%;  position: relative }
.header-right::before { content: ""; background: url(../images/common/phone-icon.jpg)no-repeat center left; max-width: 56px; width: 100%; height: 100%; position: absolute; top: 50%; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); left: 0; }
.header-mid { padding: 16px 0 18px; -webkit-box-sizing: border-box; box-sizing: border-box; }
.header-info { width: 87.36%; margin-left: auto; }
.header-info .info { font-weight: 700; font-size: 30px; color: #333333;  text-align: left; }
.header-info h5 { font-weight: 500; font-size: 16px; color: #333333; }
.header-col { max-width: 1200px; margin: 0 auto; border-bottom: 1px solid rgba(255,255,255,0.24); position: relative; z-index: 2; }
.header-nav { max-width: 1100px; margin: 0 auto; }

/*submenu*/
nav ul ul{background: #333; position: absolute;content: '';top: 100px;left: 0; right: 0;;display: none!important;}
nav ul ul li{padding: 15px 10px!important; display: block!important;}
label.drop-icon{ position: absolute; content: ''; width: 30px; height: 30px; top:0; right:15px; background: rgba(0,0,0,0.5); padding:6px; display: none; }
nav input[type="checkbox"]{ display: none; }
input[type="checkbox"]:checked + .sub-menu{ display: none; }
nav ul li:hover ul{ display: block!important; }

/*BANNER*/

#banner {position: relative; z-index: 1; margin: -100px 0 0;}
#banner .row { max-width: 100%; width: 100%; }
.banner-image { position: relative; }
.banner-image::before { content: ""; background: -webkit-gradient( linear, left top, left bottom, from(rgba(0, 0, 0, 0.53)), to(rgba(0, 0, 0, 0.53)) ); background: -o-linear-gradient( rgba(0, 0, 0, 0.53), rgba(0, 0, 0, 0.53) ); background: linear-gradient( rgba(0, 0, 0, 0.53), rgba(0, 0, 0, 0.53) ); max-width: 100%; width: 100%; height: 100%; position: absolute; top: 0; left: 0; right: 0; z-index: 2; }
.banner-image img { width: 100%; display: block; height: 100%; -o-object-fit: cover; object-fit: cover; position: relative; }
.banner-box { max-width: 1435px; margin: 0 auto; position: absolute; left: 0; right: 0; margin: 0 auto; top: 50%; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); z-index: 2; }
.banner-text { /*max-width: 1009px; margin-left: 0;*/ text-align: left; }
.banner-text h2 { font-family: 'Palanquin Dark', sans-serif; font-weight: 400; font-size: 96px; letter-spacing: -2px; line-height: 120%; color: #FFFFFF; }
.banner-text p { font-weight: 700; font-size: 23px; letter-spacing: 5px; line-height: 120%; color: #FFFFFF; padding: 10px 0 25px; -webkit-box-sizing: border-box; box-sizing: border-box; }

/*STEPS*/

#steps { background: #F14E23; padding: 0 0 100px; -webkit-box-sizing: border-box; box-sizing: border-box; }
#steps .row { max-width: 100%; width: 100%; margin: 0 auto; }
.steps-list { max-width: 1600px; width: 100%; margin: -153px auto 0;
    position: relative; z-index: 2; }
.steps-list dl { width: 33.33%; position: relative; margin: 0; }
.steps-list dl:first-of-type { margin-left: 0; }
.steps-list dl:last-of-type { margin-right: 0; }
.steps-list dl::before { content: ""; background: -webkit-gradient( linear, left top, left bottom, from(rgba(0, 0, 0, 0.53)), to(rgba(0, 0, 0, 0.53)) ); background: -o-linear-gradient( rgba(0, 0, 0, 0.53), rgba(0, 0, 0, 0.53) ); background: linear-gradient( rgba(0, 0, 0, 0.53), rgba(0, 0, 0, 0.53) ); max-width: 100%; width: 100%; height: 100%; position: absolute; top: 0; left: 0; right: 0; z-index: 1; }
.steps-list dl dt img { width: 100%; height: 524px; display: block; -o-object-fit: cover; object-fit: cover; }
.steps-list dl dd { margin: 0; padding: 0; font-family: 'Palanquin Dark', sans-serif; font-weight: 400; font-size: 42px; color: #FFFFFF; letter-spacing: -2px; line-height: 120%; text-align: left; position: absolute; z-index: 2; top: 0; left: 5%; }
.steps-list dl dd span { display: block; font-size: 96px; letter-spacing: 0; position: relative; line-height: 1; padding: 0 0 45px; -webkit-box-sizing: border-box; box-sizing: border-box; margin: 0 0 17px; }
.steps-list dl dd span::before { content: ""; background: rgba(255,255,255,0.30); max-width: 48px; width: 100%; height: 2px; position: absolute; bottom: 0; }
.steps-text { position: relative; padding: 80px 0 0; -webkit-box-sizing: border-box; box-sizing: border-box; }
.steps-text h2::before { content: ""; background: url(../images/content/angle-down.png)no-repeat center top; max-width: 18px; width: 100%; height: 12px; position: absolute; top: -5%; left: 0; right: 0; margin: 0 auto; }
.steps-text h2 { font-family: 'Palanquin Dark', sans-serif; font-weight: 400; font-size: 76px; color: #FFFFFF; letter-spacing: -2px; line-height: 120%; position: relative; }
.steps-text p { font-weight: 700; font-size: 25px; letter-spacing: 5px; line-height: 120%; color: #FFFFFF; padding: 15px 0 0; -webkit-box-sizing: border-box; box-sizing: border-box; }

/*ABOUT*/

#about { position: relative; padding: 80px 0 138px; -webkit-box-sizing: border-box; box-sizing: border-box; }
#about .row { max-width: 1435px; margin: 0 auto; }
.about-left { width: 38.32%; }
.about-text { text-align: left; }
.about-text h1 { font-family: 'Palanquin Dark', sans-serif; font-weight: 400; font-size: 96px; color: #333333; letter-spacing: -2px; line-height: 120%; position: relative; padding-bottom: 25px; }
.about-text h1::after { content: ""; background: #DDDDDD; max-width: 108px; width: 100%; height: 2px; position: absolute; bottom: 0; left: -8%; }
.about-text span { display: block; font-family: 'Montserrat', sans-serif; font-weight: 700; font-size: 24px; letter-spacing: 8px; line-height: 120%; color: #F14E23; padding: 10px 0 0; -webkit-box-sizing: border-box; box-sizing: border-box; }
.about-text p { font-weight: 500; font-size: 16px; color: #333333; line-height: 30px; padding: 30px 0 45px; -webkit-box-sizing: border-box; box-sizing: border-box; }
.about-btn { max-width: 503px; width: 100%; }
.about-btn .btn.alt { background: #333333; }
.about-btn .btn.alt::after { background: #F14E23; }
.about-right { width: 50.80%; }
.about-list {  }
.about-list dl { width: calc(31.27% - 3px); display: inline-block; vertical-align: top; margin: 0 1.5%; background: #FFFFFF; border: 2px solid #EEEEEE; padding: 30px 0 0; -webkit-box-sizing: border-box; box-sizing: border-box; }
.about-list dl:first-of-type { margin-left: 0; }
.about-list dl:last-of-type { margin-right: 0; }
.about-list dl dd { margin: 0; padding: 0; font-weight: 700; font-size: 20px; color: #333333; line-height: 120%; letter-spacing: 7px; padding: 20px 0 40px; -webkit-box-sizing: border-box; box-sizing: border-box; }
.about-list dl:nth-of-type(2) dd { padding: 25px 0 40px; -webkit-box-sizing: border-box; box-sizing: border-box; }
.about-license { padding: 50px 0 0; -webkit-box-sizing: border-box; box-sizing: border-box; }
.about-license h5 { font-weight: 700; font-size: 20px; color: #F14D22; line-height: 30px; }
.about-license p { font-weight: 400; font-size: 16px; color: #333333; line-height: 30px; }

/*TAG*/

#tag { background: -webkit-gradient( linear, left top, left bottom, from(rgba(0, 0, 0, 0.65)), to(rgba(0, 0, 0, 0.65)) ),url(../images/content/tag-bg.jpg)no-repeat center center; background: -o-linear-gradient( rgba(0, 0, 0, 0.65), rgba(0, 0, 0, 0.65) ),url(../images/content/tag-bg.jpg)no-repeat center center; background: linear-gradient( rgba(0, 0, 0, 0.65), rgba(0, 0, 0, 0.65) ),url(../images/content/tag-bg.jpg)no-repeat center center; background-size: cover; padding: 75px 0 70px; -webkit-box-sizing: border-box; box-sizing: border-box; }
#tag .row { max-width: 1125px; margin: 0 auto; }
.tag-content h2 { font-family: 'Palanquin Dark', sans-serif; font-weight: 400; font-size: 65px; letter-spacing: -2px; line-height: 120%; color: #FFFFFF; }
.tag-icon { max-width: 320px; margin: 0 auto; position: relative; padding: 20px 0; -webkit-box-sizing: border-box; box-sizing: border-box; }
.tag-icon::before { content: ""; background: rgba(255,255,255,0.36); max-width: 108px; width: 100%; height: 1px; position: absolute; top: 50%; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); left: 0; }
.tag-icon::after { content: ""; background: rgba(255,255,255,0.36); max-width: 108px; width: 100%; height: 1px; position: absolute; top: 50%; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); right: 0; }
.tag-link { font-weight: 700; font-size: 30px; color: #FFFFFF; line-height: 120%; }

/*SERVICES*/

#services { position: relative; }
#services .row { max-width: 100%; width: 100%; }
.services-left, .services-right { width: 50%; }
.services-left img { width: 100%; display: block; height: 588px; -o-object-fit: cover; object-fit: cover; }
.services-right { background: #F14E23; padding: 70px 0 0; -webkit-box-sizing: border-box; box-sizing: border-box; min-height: 588px; }
.services-box { max-width: 440px; width: 100%; text-align: left; margin-left: 127px; }
.services-box h2 { font-family: 'Palanquin Dark', sans-serif; font-weight: 400; font-size: 70px; color: #FFFFFF; position: relative; line-height: 1; padding-bottom: 15px; }
.services-box h2::after { content: ""; background: rgba(255,255,255,0.25); max-width: 108px; width: 100%; height: 2px; position: absolute; bottom: 0; left: -8%; }
.services-box ul { list-style-image: url(../images/content/check.png); margin: 20px 0 0; }
.services-box ul li { font-weight: 500; font-size: 16px; color: #FFFFFF; line-height: 47px; }

/*TIPS*/

#tips { position: relative; }
#tips .row { max-width: 100%; width: 100%; }
.tips-left, .tips-right { width: 50%; }
.tips-box { max-width: 590px; width: 100%; text-align: left; margin: 0 auto; }
.tips-box h2 { font-family: 'Palanquin Dark', sans-serif; font-weight: 400; font-size: 70px; color: #333333; position: relative; line-height: 1; padding-bottom: 25px; }
.tips-box h2::after { content: ""; background: #DDDDDD; max-width: 108px; width: 100%; height: 2px; position: absolute; bottom: 0; left: -8%; }
.tips-box ul { padding-left: 25px; }
.tips-box ul li { font-weight: 500; font-size: 16px; color: #F14D22; line-height: 30px; padding: 0 0 30px; -webkit-box-sizing: border-box; box-sizing: border-box; }
.tips-box li span { color: #333333; }
.tips-right img { width: 100%; display: block; height: 588px; -o-object-fit: cover; object-fit: cover; }

/*PROJECTS*/

#project { position: relative; background: #EEEEEE; padding: 65px 0 3px; -webkit-box-sizing: border-box; box-sizing: border-box; }
#project .row { max-width: 100%; width: 100%; }
.project-content h2 { font-family: 'Palanquin Dark', sans-serif; font-weight: 400; font-size: 65px; color: #333333; line-height: 120%; letter-spacing: -2px; }
.project-content span { color: #F14D22; }
.project-list { padding: 35px 0 0; -webkit-box-sizing: border-box; box-sizing: border-box; }
.project-list img { width: 19.84%; display: block; }

/*TAG ALT*/

#tag-alt { position: relative; background: #F14E23; padding: 60px 0 50px; -webkit-box-sizing: border-box; box-sizing: border-box;  }
#tag-alt .row { max-width: 1440px; margin: 0 auto; }
.tag-alt.left { width: 71.31%; text-align: left; }
.tag-alt.left p { font-family: 'Palanquin Dark', sans-serif; font-weight: 400; font-size: 34px; color: #FFFFFF; letter-spacing: -2px; line-height: 120%; }
.tag-alt.left span { display: block; }
.tag-alt.right { width: 16.73%; }
.tag-alt-btn .btn { background: transparent; border: 2px solid #FFFFFF; }

/*LOGO*/

#logo { position: relative; padding: 60px 0 85px; -webkit-box-sizing: border-box; box-sizing: border-box; }
#logo .row { max-width: 1452px; margin: 0 auto; }

/*CONTACT*/

#contact { position: relative; background: #EEEEEE; padding: 50px 0 0; -webkit-box-sizing: border-box; box-sizing: border-box; }
#contact .row { max-width: 1600px; margin: 0 auto; position: relative; z-index: 2; }
.contact-box { background: #FFFFFF; padding: 75px 0 89px; -webkit-box-sizing: border-box; box-sizing: border-box; }
.contact-box h2 { position: relative; font-family: 'Palanquin Dark', sans-serif; font-weight: 400; font-size: 65px; color: #333333; line-height: 120%; letter-spacing: -2px; padding-bottom: 20px;}
.contact-box h2::before { content: ""; background: url(../images/content/angle-down-alt.png)no-repeat center top; max-width: 30px; width: 100%; height: 20px; position: absolute; top: -30%; left: 0; right: 0; margin: 0 auto; }
.contact-box h2::after { content: ""; background: #DDDDDD; max-width: 108px; width: 100%; height: 2px; position: absolute; left: 0; right: 0; margin: 0 auto; bottom: 0; }
.contact-form { max-width: 1348px; margin: 0 auto; padding: 45px 0 0; -webkit-box-sizing: border-box; box-sizing: border-box; }
.contact-form .btn { max-width: 100%; padding: 25px 0; -webkit-box-sizing: border-box; box-sizing: border-box; }

/*FOOTER*/

#footer { background: -webkit-gradient( linear, left top, left bottom, from(rgba(0, 0, 0, 0.70)), to(rgba(0, 0, 0, 0.70)) ),url(../images/common/footer-bg.jpg)no-repeat center center; background: -o-linear-gradient( rgba(0, 0, 0, 0.70), rgba(0, 0, 0, 0.70) ),url(../images/common/footer-bg.jpg)no-repeat center center; background: linear-gradient( rgba(0, 0, 0, 0.70), rgba(0, 0, 0, 0.70) ),url(../images/common/footer-bg.jpg)no-repeat center center; background-size: cover; padding: 475px 0 110px; -webkit-box-sizing: border-box; box-sizing: border-box; position: relative; z-index: 1; margin: -417px auto 0; }
#footer .row { max-width: 100%; width: 100%; }
.footer-top { max-width: 1330px; margin: 0 auto; padding: 0 0 50px; -webkit-box-sizing: border-box; box-sizing: border-box; }
.footer-top .info { width: 33.33%; padding: 77px 0 0; -webkit-box-sizing: border-box; box-sizing: border-box; }

/*EMAIL*/

.info.email { position: relative; max-width: 260px; margin: 0 auto;  }
.info.email::before { content: ""; background: url(../images/common/email-icon.jpg)no-repeat center top; max-width: 56px; width: 100%; height: 56px; position: absolute; top: 0; left: 0; right: 0; margin: 0 auto; }
.info.email a { font-weight: 700; font-size: 25px; color: #FFFFFF; line-height: 120%; }

/*PHONE*/

.info.phone { position: relative;  }
.info.phone::before { content: ""; background: url(../images/common/phone-icon.jpg)no-repeat center top; max-width: 56px; width: 100%; height: 56px; position: absolute; top: 0; left: 0; right: 0; margin: 0 auto; }
.info.phone { font-weight: 700; font-size: 30px; color: #FFFFFF; line-height: 120%;  }

/*ADDRESS*/

.info.address { position: relative; max-width: 270px; margin: 0 auto; font-weight: 700; font-size: 25px; color: #FFFFFF; line-height: 120%;  }
.info.address::before { content: ""; background: url(../images/common/location-icon.jpg)no-repeat center top; max-width: 56px; width: 100%; height: 56px; position: absolute; top: 0; left: 0; right: 0; margin: 0 auto; }
.info.address span { display: block; }

.footer-bottom { border-top: 1px solid rgba(255,255,255,0.20); }
.footer-nav { max-width: 1100px; margin: 0 auto; padding: 33px 0 24px; -webkit-box-sizing: border-box; box-sizing: border-box; }
.footer-nav nav ul {margin: 0;padding: 0;}
.footer-nav nav ul li {padding: 10px 4%;display: inline-block;vertical-align: middle; position: relative; margin: 0px auto; }
.footer-nav nav ul li a { font-weight: 500; font-size: 16px; color: #FFFFFF; letter-spacing: 0; line-height: 120%;}
.footer-nav nav ul li.active-menu a, .footer-nav nav ul li a:hover {color:#F14E23;}
.footer-copy .copy, .footer-copy .silver { margin: 0 auto; -webkit-box-sizing: border-box; box-sizing: border-box; font-weight: 400; font-size: 16px; color: #FFFFFF; line-height: 120%; }  
.footer-copy .silver img {display: inline-block;vertical-align: middle;max-width: 50px}


/*subemenu*/
.footer-nav nav ul ul{top: unset;bottom: 100%;}

/*CONTENT*/

#content {background: #FFFFFF;padding: 40px 0; }


/*INNER PAGES*/

.inner .header-bottom { background: -webkit-gradient( linear, left top, left bottom, from(rgba(0, 0, 0, 0.70)), to(rgba(0, 0, 0, 0.70)) ),url(../images/common/banner.jpg)no-repeat center center; background: -o-linear-gradient( rgba(0, 0, 0, 0.70), rgba(0, 0, 0, 0.70) ),url(../images/common/banner.jpg)no-repeat center center; background: linear-gradient( rgba(0, 0, 0, 0.70), rgba(0, 0, 0, 0.70) ),url(../images/common/banner.jpg)no-repeat center center; background-size: cover; z-index: 1; padding-bottom: 5px;}
.inner #content {min-height: 600px;padding: 40px 0}
.inner #content h1 { padding-bottom: 20px; }
.inner #footer { margin: 0 auto; padding: 50px 0; -webkit-box-sizing: border-box; box-sizing: border-box; }

/*SERVICES PAGE*/

.inner-serv {  text-align: left; padding: 30px 0 0; -webkit-box-sizing: border-box; box-sizing: border-box;  }
.inner-container h5 { font-size: 25px; color: #F14E23;}
.inner-container ul li { line-height: 180%; }

/*REVIEWS PAGE*/

.inner .reviews-box { max-width: 1000px; margin: 30px auto; background: transparent; -webkit-box-shadow: 0 0 10px #000; box-shadow: 0 0 10px #000; padding: 20px; text-align: center; }
.inner .reviews-box .stars { font-size: 30px; color: #ffd633; line-height: 2; }
.inner .reviews-box p { font-size: 20px; color: #545454; margin: 0 auto; line-height: 2;} 
.inner .reviews-box strong { font-size: 20px; }

/*privacy policy*/

.inPrivacyBox { max-width: 900px; width: 100%; margin: 0 auto; text-align: left; }
.inPrivacyBox h2 { color: #F14E23; font-size: 23px; padding: 10px 0; }
.inPrivacyBox h3 { color: #F14E23; font-size: 18px; padding: 10px 0; }
.inPrivacyBox p { line-height: 180%; margin: 5px 0; }
.inPrivacyBox ul li { line-height: 180%; padding: 5px 0; }
.inPrivacyBox span, .inPrivacyBox a { color: #F14E23; }



/** Responsive
-------------------------------------------------------*/

@media screen and (max-width: 1600px){

  /*GLOBAL*/

  #header .row, #banner .row, #services .row, #tips .row { width: 100%!important; }
  .row {width: 97%!important;}

  /*HEADER*/

  .header-top, .header-mid { padding-left: 5px; padding-right: 5px; }
  
  /*BANNER*/

  .banner-text { padding-left: 10px; }

}

@media screen and (max-width: 1340px){

  /*GLOBAL*/

  .btn { max-width: 170px!important; }

  /*HEADER*/

  .header-right { width: 40.04%; }

  /*STEPS*/

  .steps-list {  margin: -100px auto 0; }

}

@media screen and (max-width: 1270px){

  /*HEADER*/

  .header-right { width: 46.04%; }

  /*ABOUT*/

 .about-text h1 { font-size: 70px; }

  /*SERVICES*/

 .services-box { margin-left: 10%; }

}

@media screen and (max-width: 1100px){

 /*HEADER*/

 .header-right { width: 49.04%; }

}

@media screen and (max-width: 1060px){

 /*HEADER*/

 .header-right { width: 53.04%; }

 /*BANNER*/

 .banner-text h2 { font-size: 75px; }
  
 /*STEPS*/

 #steps { padding: 30px 0 100px; -webkit-box-sizing: border-box; box-sizing: border-box; }
 .steps-list { margin: 0 auto!important; }

}


@media screen and (max-width: 960px){
    
  /*GLOBAL*/
   #header .row, #banner .row, #services .row, #tips .row { width: 100%!important; }
  .row {width: 95%!important;}
  body {min-width: 320px}
  .ctc-form input[type="text"] { width: 100%; }

  /*HEADER*/

  #header {padding: 0}
  #header, #header * { box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; }
  #header .row {width: 100%}
  #header nav {display:block; height: auto; width: 100%;}
  #header nav ul { width: 100%; display: none; height: auto;border-bottom:5px solid #000; padding: 0;}
  #header nav ul li { width: 100%;position: relative; margin: 0; }
  #header nav ul li a { display: block; float:none; padding: 10px 0;}
  #header nav a {text-align: left; width: 100%;}
  #header nav a strong {position: absolute; top: 50%; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); left: 15px;}
  #header nav a#pull {display: block; color: #fff; background-color: #000; height: 45px;padding: 10px 0; width: 100%; position: relative;}
  #header nav a#pull:after { content:""; background: url('../images/nav-icon.png') no-repeat; width: 20px; height: 20px; display: inline-block; position: absolute; right: 15px; top: 50%; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%);}
  #header nav a#pull img { width: 150px; padding-left: 10px; }
  #header nav ul li.active-menu { padding: 0; width: 100%; }
  #header nav ul li.active-menu a, #header nav ul li a:hover { width: 100%; background: #F14E23; padding: 10px 15px; }
  #header nav ul li { background: #111111; padding: 0; }
  #header nav ul li a { padding: 10px 15px; max-width: 100%; }
    
  .header-nav { max-width: 100%; }
  .header-mid { display: none; }
  .header-box .socials { margin: 0 auto; }

  form .flex input { flex: 1 1 48%; }

  /*submenu*/
  #header nav ul ul{top: 44px;}
  #header nav ul ul li{padding: 0 20px!important;}
  label.drop-icon{
    display: block;
  }
  #header input[type="checkbox"]:checked + .sub-menu{
    display: block;
  }
  #header li:hover > input[type="checkbox"]:checked + .sub-menu{
    display: block!important;
  }

  /*BANNER*/

  #banner { margin: 0 auto; }
  .banner-box { position: relative; background: #333333; padding: 30px 10px; -webkit-box-sizing: border-box; box-sizing: border-box; -webkit-transform: none; -ms-transform: none; transform: none; }
  .banner-text { padding-left: 0; text-align: center;}
  .banner-text h2 { font-size: 60px; }
  .banner-text p { font-size: 18px; }
    
  /*STEPS*/
  
  #steps { padding: 30px 0; -webkit-box-sizing: border-box; box-sizing: border-box; }
  .steps-list { margin: 0 auto; }
  .steps-list dl { width: 80%; position: relative; margin: 0 auto 30px!important; }
  .steps-text { padding: 0; }

  /*ABOUT*/

  #about { padding: 30px 0; -webkit-box-sizing: border-box; box-sizing: border-box; }
  .about-left, .about-right { width: 100%; }
  .about-text { text-align: center; }
  .about-text h1::after { left: 0; right: 0; margin: 0 auto; }
  .about-btn { max-width: 445px; width: 100%; margin: 0 auto; }
  .about-list { padding: 30px 0 0; -webkit-box-sizing: border-box; box-sizing: border-box; }
  .about-license { padding: 20px 0 0; -webkit-box-sizing: border-box; box-sizing: border-box; }

  /*SERVICES*/

  .services-left { display: none; }
  .services-right { width: 100%; background: -webkit-gradient( linear, left top, left bottom, from(rgba(241, 78, 35, 0.70)), to(rgba(241, 78, 35, 0.70)) ),url(../images/content/services-img.jpg)no-repeat center center; background: -o-linear-gradient( rgba(241, 78, 35, 0.70), rgba(241, 78, 35, 0.70) ),url(../images/content/services-img.jpg)no-repeat center center; background: linear-gradient( rgba(241, 78, 35, 0.70), rgba(241, 78, 35, 0.70) ),url(../images/content/services-img.jpg)no-repeat center center; background-size: cover; padding: 30px 10px; -webkit-box-sizing: border-box; box-sizing: border-box;  min-height: auto; }
  .services-box { max-width: 100%; margin: 0 auto; text-align: center; }
  .services-box h2::after, .tips-box h2::after { display: none; }
  .services-box ul { list-style-image: url(../images/content/check.png); max-width: 450px; text-align: left; margin: 0 auto; }

  /*TIPS*/
  
  .tips-left { width: 100%; background: -webkit-gradient( linear, left top, left bottom, from(rgba(255, 255, 255, 0.70)), to(rgba(255, 255, 255, 0.70)) ),url(../images/content/tips-img.jpg)no-repeat center center; background: -o-linear-gradient( rgba(255, 255, 255, 0.70), rgba(255, 255, 255, 0.70) ),url(../images/content/tips-img.jpg)no-repeat center center; background: linear-gradient( rgba(255, 255, 255, 0.70), rgba(255, 255, 255, 0.70) ),url(../images/content/tips-img.jpg)no-repeat center center; background-size: cover; padding: 30px 10px; -webkit-box-sizing: border-box; box-sizing: border-box;  min-height: auto; }
  .tips-right { display: none; }
  .tips-box { max-width: 100%; margin: 0 auto; text-align: center; }
  .tips-box ul { text-align: left; margin: 0 auto; }


  /*TAG*/

  #tag { padding: 30px 0; -webkit-box-sizing: border-box; box-sizing: border-box; }
  .tag-content h2 { font-size: 40px; }

  /*PROJECT*/

  #project { padding: 30px 0; -webkit-box-sizing: border-box; box-sizing: border-box; }
  .project-list img { width: 48.84%; display: block; margin: 5px auto!important; }

  /*TAG ALT*/

  #tag-alt { padding: 30px 0; -webkit-box-sizing: border-box; box-sizing: border-box; }
  .tag-alt.left { width: 100%; text-align: center; }
  .tag-alt.left p { font-size: 25px; letter-spacing: 0px; margin: 0 0 15px; }
  .tag-alt.right { width: 100%; }

  /*LOGO*/

  #logo { padding: 30px 0; -webkit-box-sizing: border-box; box-sizing: border-box; }
  .logo-list { display: block; }
  .logo-list > img { display: inline-table; margin: 2%; }

  /*CONTACT*/
    
  #contact { padding: 30px 0; -webkit-box-sizing: border-box; box-sizing: border-box; }
  .contact-box { padding: 30px 5px; -webkit-box-sizing: border-box; box-sizing: border-box; }
  .contact-box h2::before { display: none; }

  /*FOOTER*/

  #footer { padding: 30px 0; margin: 0 auto; text-align: center;}
  #footer nav ul li {display: block; width: 100%; margin: 0 auto; padding: 10px 0!important; }
  #footer nav ul li.active-menu a, #footer nav ul li a:hover { border: none; }
  .footer-top .info { width: 100%; max-width: 100%; }
  .info.phone { margin: 25px 0; }

  .cta{background: #F14E23 url("../images/common/phonecall.png") no-repeat center center;border-bottom-left-radius: 40px;border-top-left-radius: 40px;bottom: 1%;display: block;height: 80px;position: fixed;right: 0;text-decoration: none; text-indent: -9999em;width: 100px;z-index: 999; -webkit-box-shadow: 0 0 10px #000000; box-shadow: 0 0 10px #000000;}

   /*INNER PAGE*/

  .inner .header-bottom { background: none; }
  .inner #content { min-height: 400px; padding: 10px 0; -webkit-box-sizing: border-box; box-sizing: border-box; }
  .inner #content h1 { padding-bottom: 20px; font-size: 60px; }

  /*REVIEWS PAGE*/

  .inner .reviews-box { margin: 0 auto 20px; }
 
}

@media screen and (max-width: 660px){

  /*BANNER*/

  .banner-text h2 { font-size: 45px; letter-spacing: 0; }

  /*INNER PAGE*/

  .inner #content h1 { padding-bottom: 20px; font-size: 45px; }

}

@media screen and (max-width: 560px){
   
  /*GLOBAL*/

  p, li { font-size: 14px!important; }

  form .flex { flex-direction: column; }
	form .flex input { flex: 1 1 100%; }

  /*BANNER*/

  .banner-text h2 { font-size: 40px; letter-spacing: 0; }

  /*STEPS*/
  
  .steps-list dl { width: 90%; }
  .steps-list dl dt img { height: 100%; }
  .steps-text h2 { font-size: 60px; }

  /*ABOUT*/

  .about-text h1 { font-size: 60px; }
  .about-text span { font-size: 18px; }
  .about-list dl { width: 50%; margin: 10px auto!important; }

}

@media screen and (max-width: 495px){

  /*GLOBAL*/

  .btn { max-width: 150px!important; font-size: 14px; padding: 12px 0!important; -webkit-box-sizing: border-box; box-sizing: border-box; }
   
  
  /*BANNER*/

  .banner-text h2 { font-size: 35px; letter-spacing: 0; }

  /*STEPS*/
  
  .steps-list dl { width: 100%; }
  .steps-list dl dt img { height: 100%; }
  .steps-text h2 { font-size: 50px; }

  /*ABOUT*/

  .about-text h1 { font-size: 60px; }
  .about-text span { font-size: 16px; }
  .about-list dl { width: 60%; margin: 10px auto!important; }
  .about-btn { max-width: 320px; }

}

@media screen and (max-width: 425px){

 /*GLOBAL*/
 
 .ctc-form input[type="text"] { width: 100%; display: block; margin: 0 auto 10px; height: 45px; }
 .ctc-form textarea  { width: 100%; }
 .ctext { font-size: 14px; }

  p { font-size: 13px!important; }


 /*BANNER*/

 .banner-text h2 { font-size: 25px; }
 .banner-box { padding: 20px 5px; -webkit-box-sizing: border-box; box-sizing: border-box; }

 /*STEPS*/

 .steps-text h2 { font-size: 35px;letter-spacing: 0; }
 .steps-list dl dd span { font-size: 60px; padding: 0 0 25px; -webkit-box-sizing: border-box; box-sizing: border-box;     margin: 0 0 5px; }
 .steps-list dl dd { font-size: 30px; letter-spacing: 0; }

 /*ABOUT*/

 .about-text h1 {font-size: 50px; letter-spacing: 0; }
 .about-text p { padding: 20px 0; -webkit-box-sizing: border-box; box-sizing: border-box; }
 .about-list dl { width: 70%; }

 /*TAG*/

 .tag-content h2 { font-size: 35px; }
 .tag-link { font-size: 20px; }

 /*SERVICES*/

 .services-box h2, .tips-box h2 { font-size: 50px; }

 /*PROJECT*/

 .project-content h2 { font-size: 40px; }
 .project-list img { width: 100%; }
 .project-list { padding: 15px 0 0; -webkit-box-sizing: border-box; box-sizing: border-box; }

 /*TAG ALT*/

 .tag-alt.left p { font-size: 20px!important; }

 /*LOGO*/

 .logo-list > img { display: block; margin: 0 auto 20px; }

 /*CONTACT*/

 .contact-box h2 { font-size: 45px; }
 .contact-form { padding: 15px 0 0; -webkit-box-sizing: border-box; box-sizing: border-box; }

 /*FOOTER*/

 .info.email a, .info.phone, .info.address { font-size: 20px; }

}