﻿@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Mulish:ital,wght@0,200..1000;1,200..1000&family=Oswald:wght@200..700&display=swap');

body{ font-size:16px; font-family: 'Mulish', sans-serif !important; color:#000;}

::selection{ background:#000; color:#fff; -webkit-background-clip: unset; -webkit-text-fill-color:#fff;}
::-moz-selection{ background:#000; color:#fff; -webkit-background-clip: unset; -webkit-text-fill-color:#fff;}
h1, h2, h3, h4, h5, h6, span.h2{ font-family: 'Oswald', sans-serif; font-weight:500; text-transform:uppercase; margin-top:0px;}
a{ color:#1e3e71; font-weight:700; transition: all .3s ease-in-out;}
a:hover, a:focus{ color:#000;}
p, li{ color:#000; font-size:17px; line-height:1.5; font-weight:400;}
p{ margin-bottom:10px;}
p strong{ font-weight:700;}
strong{ font-weight:700;}
.container-max{}
.container-fluid{ padding:0 60px;}
.container-fluid.container0{ padding:0px;}
.row{ margin:0 -20px;}
.row [class*="col-"]{ padding:0 20px;}
.row.row0{ margin:0px;}
.row.row0 > [class*="col-"]{ padding:0;}
.row.row01{ margin-left:-1px; margin-right:-1px;}
.row.row01 > [class*="col-"]{ padding:0 1px;}
.row.row05{ margin-left:-5px; margin-right:-5px;}
.row.row05 > [class*="col-"]{ padding:0 5px;}
.row.row10{ margin-left:-10px; margin-right:-10px;}
.row.row10 > [class*="col-"]{ padding:0 10px;}
.row.row15{ margin-left:-15px; margin-right:-15px;}
.row.row15 > [class*="col-"]{ padding:0 15px;}
.row.row40{ margin-left:-40px; margin-right:-40px;}
.row.row40 > [class*="col-"]{ padding:0 40px;}
.row.row30{ margin-left:-30px; margin-right:-30px;}
.row.row30 > [class*="col-"]{ padding:0 30px;}
.row.row60{ margin-left:-60px; margin-right:-60px;}
.row.row60 > [class*="col-"]{ padding:0 60px;}
.row.flex{ display:-webkit-box; display:-ms-flexbox; display:flex; -ms-flex-wrap:wrap; flex-wrap:wrap;}
.row.flex > [class*="col-"]{ display:-webkit-box; display:-ms-flexbox; display:flex; }
.row.flex:before, .row.flex:after{ content:none;}
.row.center{ align-items: center;}
.row.bottom{ align-items: end;}
.row.flex [class*="col-"].pull-right{ order:2;}
.mt0{ margin-top:0px !important;}
.countup{ display:inline; font-size:inherit; font-weight:inherit; margin:0px; white-space:normal; color:inherit;}
.countup > *{ float:left; font-size:inherit; font-weight:inherit;}
.text-right{ text-align:right;}
hr{ max-width:100%; margin:20px auto;}
hr.site{ width:100%; max-width:100%; height:1px; margin:0px; border:0px; background:#e1e1e1;}

input[type=text], input[type=email], input[type=password], input[type=search], input[type=file], input[type=tel], select, textarea{ font-family:'Mulish', sans-serif; height:45px; float:left; font-size:17px; font-weight:400; background:#f7f7f7; border-radius:5px; -webkit-appearance: none; -moz-appearance: none; appearance: none; border:1px solid #b9b9b9;}
input[type=file]{ width:100%; height:auto; padding:12px 20px; font-size:14px;}
select{ width:100%; padding:10px; border:1px solid #b9b9b9; color:#000; -webkit-appearance:none;}
textarea{ -webkit-appearance: none; -moz-appearance: none; appearance: none;}
.form-group > label{ font-size:15px; text-align:left; font-weight:400; color:#000; position:relative; z-index:10;}
.form-group > label span{ color:#1e3e71; font-size:16px; line-height:24px; float:right; margin-left:5px;}

.chosen-container{ border-radius:5px; font-size:15px; background:#f7f7f7; border-color:#b9b9b9;}
.chosen-container-single .chosen-single{ height:43px; line-height:43px;}
.chosen-container-single .chosen-single span{ font-size:17px; font-weight:400; margin-right:35px;}
.chosen-container .chosen-drop{ border-radius:0px; border-color:#b9b9b9;}
.chosen-container .chosen-results{ border-radius:0px; padding:10px;}
.chosen-container .chosen-results li{ font-size:17px; line-height:30px; font-weight:400; border-radius:0px; color:#000;}
.chosen-container .chosen-results li:hover{ background:#1e3e71; color:#fff; border-radius:5px;}
.chosen-container-single .chosen-single div:after{ line-height:43px; font-size:15px;}
.widget .chosen-single{ font-weight:300; background:#f7f7f7;}
.widget .chosen-drop{ background:#f7f7f7;}

textarea{ height:110px;}
input[type="submit"].btn{ height:50px;}
.form-group{ margin-bottom:25px;}

.btn{ font-family: 'Oswald', sans-serif; font-size:18px; height:auto; padding:15px 25px; line-height:20px; font-weight:500; text-transform:none; text-transform:uppercase; border-radius:10px; vertical-align:middle;}
.btn.btn-input{ height:50px;}
.btn.btn-default{ background:#63c7f2; border:1px solid #63c7f2; color:#fff;}
.btn.btn-default:hover, .btn.btn-default:focus{ background:#1e3e71; border-color:#1e3e71; color:#fff;}
.btn.btn-primary{ background:#1e3e71; border:1px solid #1e3e71;}
.btn.btn-primary:hover, .btn.btn-primary:focus{ background:#63c7f2; border-color:#63c7f2; color:#fff;}

a.readmore{ display:inline-block; font-size:16px; line-height:20px; position:relative; font-weight:700; padding-right:15px; color:#1e3e71; text-transform:none;}
a.readmore span{ position:relative;}
a.readmore span:before{ content:""; width:0px; height:1px; position:absolute; right:0px; bottom:-5px; background:#1e3e71; -webkit-transition: all .5s ease-in-out; -moz-transition: all .5s ease-in-out; -o-transition: all .5s ease-in-out; transition: all .5s ease-in-out;}
a.readmore:after{ content:"\f111"; font-family: 'FontAwesome'; position:absolute; top:1px; right:0px; text-align:right; color:#1e3e71; font-size:6px; }
a.readmore:hover span:before{ width:100%;}
a.readmore.white{ color:#fff;}
a.readmore.white span:before{ background:#fff;}
a.readmore.white:after{ color:#fff;}

a.backpage{ display:inline-block; font-size:16px; line-height:20px; position:relative; font-weight:300; padding-left:15px; color:#000; text-transform:none;}
a.backpage span{ position:relative;}
a.backpage span:before{ content:""; width:0px; height:1px; position:absolute; right:0px; bottom:-5px; background:#000; -webkit-transition: all .5s ease-in-out; -moz-transition: all .5s ease-in-out; -o-transition: all .5s ease-in-out; transition: all .5s ease-in-out;}
a.backpage:after{ content:"\f111"; font-family: 'FontAwesome'; position:absolute; top:1px; left:0px; text-align:left; font-size:11px; }
a.backpage:hover span:before{ width:100%;}

.content .form .row{ margin:0 -15px;}
.content .form .row + .row{ margin-top:0px;}
.content .form .row [class*="col-"]{ padding:0 15px;}

.check{ width:100%; float:left;}
.check input[type=checkbox] {display: none;}
.check label{float:left; width:100%; position:relative; font-weight:300; color:#5c5c5c; vertical-align:top;}
.check label:before{ width:24px; height:24px; left:0px; background:#f7f7f7; border:1px solid #b9b9b9; content:""; position:absolute; margin-right:10px; cursor:pointer; border-radius:3px;}
.check input[type=checkbox]:checked + label:before { font-family: 'FontAwesome'; content:"\f00c"; text-align:center; line-height:24px; font-size:14px; color:#000;}
.check label span{ display:inline-block; padding-left:34px; font-size:14px; text-align:left; color:#000; line-height:24px; float:left;}
.check label span a{ font-weight:700;}
.check + .check{ margin-top:5px;}

.navbar-toggle{ width:50px; height:50px; background:none; line-height:50px; position:absolute; right:25px; top:25px; background-color:#1e3e71; border-radius:50%;}
.navbar-toggle i{ font-size:16px; color:#fff; line-height:50px;}
.navbar-toggle:hover{ background:#000;}
.navbar-toggle:hover i{ color:#fff;}

.check + input[type="submit"]{ margin-top:20px;}

ul.pagination{text-align:center;}
ul.pagination li{ margin:0 5px; }
ul.pagination li a{ width:40px; height:40px; font-size:18px; line-height:40px; border:0px; border-radius:50%; font-weight:300; background:#f7f7f7;}
ul.pagination li a:hover, ul.pagination li a:focus{ background:#1e3e71; color:#fff;}
ul.pagination li.active a, ul.pagination li.active a:hover,  ul.pagination li.active a:focus{ background:#1e3e71; color:#fff;}
ul.pagination li a.prev{ width:40px; height:40px; border-radius:50%; background:#f7f7f7; background-image:url(../images/icon-prev.png); background-size:16px auto; background-position:center center; background-repeat:no-repeat}
ul.pagination li a.prev:hover{ background-color:#1e3e71;}
ul.pagination li.disabled a.prev:hover{ background-color:#f7f7f7;}
ul.pagination li.disabled a.next:hover{ background-color:#f7f7f7;}
ul.pagination li a.next{ width:40px; height:40px; border-radius:50%; background-color:#f7f7f7; background-image:url(../images/icon-next.png); background-size:16px auto; background-position:center center; background-repeat:no-repeat;}
ul.pagination li a.next:hover{ background-color:#1e3e71;}

.parallax-mirror{ z-index:1 !important;}

/* header */

.header{ width:100%; position:relative; background:#fff; border-bottom:1px solid #fff; -webkit-transition: all .3s ease-in-out; -moz-transition: all .3s ease-in-out; -o-transition: all .3s ease-in-out; transition: all .3s ease-in-out;}
.header .navbar{ position:relative; text-align:center; padding:0px;}
.header .navbar .logo{ width:100%; height:100px; display:flex; flex-wrap:nowrap; align-items:center; justify-content:center;}
.header a.navbar-brand{ width:auto; text-align:center; float:left; font-size:0px; letter-spacing:0px;}
.header a.navbar-brand img{ height:65px; margin:0px; display:block;}
.header .navbar-collapse{ width:100%; background:#1e3e71; float:left; margin:0px;}
.header .navbar .navbar-nav{ width:100%; margin:0px; display:flex; flex-wrap:nowrap; justify-content:center;}
.header .navbar .navbar-nav > li{ float:left; padding:0px;}
.header .navbar .navbar-nav > li:after{ content:""; width:1px; height:30px; position:absolute; top:15px; right:0px; background:rgba(255,255,255,0.5);}
.header .navbar .navbar-nav > li:last-child:after{ display:none;}
.header .navbar .navbar-nav > li > a{ font-family: 'Oswald', sans-serif; text-transform:uppercase; font-size:20px; color:#fff; font-weight:400; padding:20px 10px; margin:0 10px; border:0px; line-height:20px;}
.header .navbar .navbar-nav > li > a span:before{ content:""; width:0px; height:5px; position:absolute; right:0px; bottom:0px; background:#ff0000; transition: all .3s ease-in-out;}
.header .navbar .navbar-nav > li > a:hover{ background:rgba(255,255,255,0.25); color:#fff;}
.header .navbar .navbar-nav > li > a:hover span:before{ width:100%;}
.header .navbar .navbar-nav > li.active > a span:before{ width:100%;}

/* lingue */

.header .languages { float:right; position:absolute; right:40px; top:35px;}
.header .languages ul{ margin: 0px; padding: 0px; float: left; position: relative;}
.header .languages li{ width:auto; float:left; margin:0 10px 0 0;}
.header .languages li:last-child{ margin:0px;}
.header .languages li a{ width:30px; height:30px; float:left; text-indent:-9999px; background-size:100% auto; border-radius:50%; background-repeat: no-repeat; background-position:top center;  filter:grayscale(1);-webkit-transition: all .3s ease-in-out; -moz-transition: all .3s ease-in-out; -o-transition: all .3s ease-in-out; transition: all .3s ease-in-out;}
.header .languages li.it a{ background-image:url(../images/flag-it.png);}
.header .languages li.en a{ background-image:url(../images/flag-en.png);}
.header .languages li.active{ border-color:#ccd417;}
.header .languages li a:hover, .header .languages li.active a{ filter:grayscale(0);}


.is-sticky{ z-index:99999;}
.is-sticky .header{ background:#fff; box-shadow:0px 0px 20px rgba(0,0,0,0.1);}
.is-sticky .header .navbar .logo{ height:70px;}
.is-sticky .header a.navbar-brand img{ max-height:45px;}
.is-sticky .header .navbar .navbar-nav > li:after{ height:25px; top:12.5px;}
.is-sticky .header .navbar .navbar-nav > li > a{ font-size:18px; padding:15px 7px; margin:0 7px; border:0px;}
.is-sticky .header .languages{ top:22.5px;}
.is-sticky .header .languages li{ margin-right:5px;}
.is-sticky .header .languages li a{ width:25px; height:25px;}

.wrapper{ width:100%; float:left; overflow:unset;}
.content{ overflow:hidden; }
.content .row + .row{ margin-top:60px;}

/* titolo pagina */

.title{ padding:180px 0 60px 0; position:relative; text-align:center; overflow:hidden; background-repeat:no-repeat; background-position:center center; background-size:cover; overflow:hidden;}
.title:before{ content:""; width:100%; height:100%; position:absolute; left:0px; top:0px; background: rgb(225,225,225); background: linear-gradient(0deg, rgba(255,255,255,0.3) 0%, rgba(255,255,255,1) 100%); z-index:2;}
.title .text h1, .title .text h2{ font-family: "Mulish", serif; color:#1e3e71; font-size:60px; line-height:1.2; font-weight:700; position:relative; z-index:2; margin-bottom:0px;}
.title .breadcrumb{ width:auto; display:inline-block; min-height:18px; position:relative; z-index:2; text-transform:none; margin-top:0px;}
.title .breadcrumb .box{ width:auto; display:inline-block;}
.title .breadcrumb ul{ float:left; margin:0px; padding:0px;}
.title .breadcrumb li{ width:auto; float:left; display:inline-block; position:relative; font-size:14px; line-height:18px; padding:0px;}
.title .breadcrumb a{ color:#000; float:left; line-height:18px; position:relative;}
.title .breadcrumb a:hover{ color:#1e3e71;}
.title .breadcrumb li:after{ float:right; margin:0 10px; content:"|"; margin-top:0; font-size:14px; font-weight:200; color:#999;}
.title .breadcrumb li:last-child:after{ display:none;}

/* blocchi generale */

.block{ padding:80px 0; position:relative; background-color:#fff; z-index:20;}
.block.small{ padding:40px 0;}
.block.gray{ background:#bfbfbf;}
.block.lightgray{ background: rgb(255,255,255); background: linear-gradient(45deg, rgba(255,255,255,1) 0%, rgba(227,227,227,1) 100%);}
.block.lightblue{ background: rgb(255,255,255); background: linear-gradient(45deg, rgba(255,255,255,1) 0%, rgba(43,53,121,0.15) 100%);}
.block.pt0{ padding-top:0px !important;}
.block.pb0{ padding-bottom:0px;}
.block h1, .block h2{ font-size:40px; line-height:1; color:#1e3e71; margin-bottom:0px; font-weight:500;}
.block h1:last-child, .block h2:last-child, .block span.h2:last-child{ margin-bottom:0px;}
.block h3{ font-size:26px; line-height:1.4; color:#000; margin-bottom:15px; text-transform:none; font-weight:300;}
.block h3:last-child{ margin-bottom:0px;}
.block ul, .block ol{ margin:0px; padding:0px; margin-bottom:25px;}
.block ul:last-child, .block ol:last-child{ margin-bottom:0px;}
.block ul li{ position:relative; margin-bottom:0px; padding-left:20px;}
.block ul li:last-child{ margin-bottom:0px;}
.block ul li:before{ content:"\f111"; font-family:FontAwesome;; position:absolute; left:0px; top:8px; font-size:6px; color:#1e3e71;}
.block h3 + a.readmore{ margin-top:30px;}

.block.presentation h2{ margin-bottom:0px;}
.block.presentation h3{ margin-bottom:0px;}
.block.presentation h2 + h3{ margin-top:20px;}
.block.presentation h2 + p, .block.presentation span.h2 + p{ margin-top:15px;}
.block.presentation h3 + p{ margin-top:15px;}
.block.presentation h3 + ul{ margin-top:15px;}
.block.presentation h3 + .btn{ margin-top:30px;}
.block.presentation h3 + h2{ margin-top:30px;}
.block.presentation h3 + h3{ margin-top:10px;}
.block.presentation p{ }
.block.presentation h2 + ul{ margin-top:20px;}
.block.presentation p + h2, .block.presentation p + span.h2{ margin-top:20px;}
.block.presentation p + h3{ margin-top:15px;}
.block.presentation p + .readmore{ margin-top:20px;}
.block.presentation p + .btn{ margin-top:20px;}
.block.presentation .btn + p{ margin-top:20px;}

/* intro video */

.block.intro-video{ padding:0px;}
.block.intro-video .video video{ width:100%; float:left; height:auto;}

/* pages */

.block.pages .item{ text-align:center;}
.block.pages .item .image{ margin-bottom:40px;}

/* home intro  */

.block.home-intro .box{ margin-top:30px;}
.block.home-intro .box .item{ margin-top:10px;}
.block.home-intro .box .item h4{ background:#1e3e71;}

/* testate */

.block.heading{ width:100%; height:500px; margin-top:-50px; background:none; padding:0px; background-size:cover; background-position:center center; overflow:hidden;}

/* company */

.block.company .image{ width:100%; border-radius:5px; overflow:hidden;}
.block.company .image img{ width:100%; height:auto;}
.block.company .certifications-wrap{ display:flex; flex-wrap:nowrap;}
.block.company .certifications-wrap .certification img{ height:120px;}

/* servizi */

.block.services .image{ width:100%; border-radius:5px; overflow:hidden;}
.block.services .image img{ width:100%; height:auto;}

/* contatti */

.block.where .item{ width:100%; float:left; text-align:center; padding:40px 20px; border-radius:10px; border:1px solid #e1e1e1;}
.block.where .item h3{ font-family: 'Oswald', sans-serif; text-transform:uppercase; font-size:30px; font-weight:500; color:#1e3e71; margin:0px; margin-bottom:10px;}
.block.where .item a{ font-weight:700; color:#1e3e71;}

/* mappa */

.block.map{ padding:0px;}
.block.map .iframe-wrap{}
.block.map .iframe{ width:100%; height:450px;}
.block.map .iframe .map-content{ padding:15px; text-align:center;}
.block.map .iframe .map-content h2{ font-family: 'Oswald', sans-serif; font-size:30px; line-height:1; color:#1e3e71; font-weight:500; text-transform:uppercase; margin-bottom:5px;}
.block.map .iframe .map-content p{ font-family: 'Mulish', sans-serif; font-size:16px; line-height:24px; margin:0px; margin-bottom:0px;}

/* contatti */

.block.contacts{ position:relative;}
.block.contacts .module{ width:100%; display:inline-block; padding:40px; display:inline-block; background:#f7f7f7; border-radius:10px;}
.block.contacts .module .intro{ text-align:left;}
.block.contacts .module .intro .icon{ display:inline-block; height:100px; padding:0px; margin-bottom:20px;}
.block.contacts .module .form{ margin-top:60px;}
.block.contacts .module .form .form-group{ position:relative;}
.block.contacts .module .form .form-group > label{ position:absolute; top:0px; margin:0px; margin-top:-12px; background:#f7f7f7; padding:0 10px 0 0; z-index:2;}
.block.contacts .module .form input[type="submit"]{ float:left;}
.block.contacts .module .outro{ margin-top:20px; text-align:left;}
.block.contacts .module .outro p{ font-size:13px; line-height:1.3;}


/* quickform */

.block.quickform{ position:relative;}
.block.quickform .module{ width:100%; display:inline-block; padding:40px; display:inline-block; background:#f7f7f7; border-radius:10px;}
.block.quickform .module .form{ margin-top:60px;}
.block.quickform .module .form .form-group{ position:relative;}
.block.quickform .module .form .form-group > label{ position:absolute; top:0px; margin:0px; margin-top:-12px; background:#f7f7f7; padding:0 10px 0 0; z-index:2;}
.block.quickform .module .form input[type="submit"]{ float:left;}


/* links */

.block.links .item-wrap{ display:flex; flex-wrap:nowrap; justify-content:center;}
.block.links .item-wrap .item{ width:20%; text-align:center;}
.block.links .item-wrap .item a{ width:100%; float:left;}
.block.links .item-wrap .item span.image{ display:inline-block; margin-bottom:0px;}
.block.links .item-wrap .item span.text{ width:100%; float:left; font-family: 'Oswald', sans-serif; font-size:18px; line-height:1; color:#1e3e71; font-weight:500; text-transform:uppercase; margin-bottom:5px;}
.block.links .item-wrap .item a:hover span.image{ opacity:0.5;}

/* faq */

.block.faq .box [class*="col-"]:first-child h4{ border-top:0px solid #f7f7f7; margin-top:0px;}
.block.faq .box [class*="col-"] h4{ background:#1e3e71; margin-top:10px;}
.block.faq .box [class*="col-"]:nth-child(odd) h4{ }
.block.faq .box h4{ position:relative; text-align:left; font-size:22px; line-height:1; padding:15px 30px 15px 30px; padding-left:50px; border:0px; margin:0px; text-transform:none; color:#fff; font-weight:500;  border-radius:0px; border-top-right-radius:5px; border-top-left-radius:5px; -webkit-transition: all .2s ease-in-out; -moz-transition: all .2s ease-in-out; -o-transition: all .2s ease-in-out;}
.block.faq .box h4:before{ content:"\f067"; font-family:FontAwesome; position:absolute; left:20px; top:18px; font-size:18px; line-height:1; font-weight:300; transform: rotate(45deg); -webkit-tra.box nsition: all .4s ease-in-out; -moz-transition: all .4s ease-in-out; -o-transition: all .4s ease-in-out; transition: all .4s ease-in-out; color:#fff;}
.block.faq .box h4.collapsed{ background:#f7f7f7; color:#222; border-radius:5px !important;}
.block.faq .box h4.collapsed:before{ transform: rotate(0deg); color:#1e3e71;}
.block.faq .box .panel-body{ padding:0px 60px 0px 50px; background:#f7f7f7; text-align:left; -webkit-transition: all .2s ease-in-out; -moz-transition: all .2s ease-in-out; -o-transition: all .2s ease-in-out;}
.block.faq .box .panel-body p, .block.faq .box .panel-body li{ color:#fff;}
.block.faq .box .panel-body ul:last-child{ margin-bottom:30px;}
.block.faq .box .panel-body li:before{ color:#fff;}
.block.faq .box .panel-body p:last-child{ margin-bottom:30px;}
.block.faq .box .panel-body a{ color:#fff; text-decoration:underline; font-weight:700;}
.block.faq .box .panel-body{ background:#1e3e71; border-bottom-right-radius:5px; border-bottom-left-radius:5px; }

.block.faq.home-intro .image{ border-radius:5px; overflow:hidden;}


/* valori */

.block.values .row.list{ margin-top:40px;}
.block.values .row.list [class*="col-"]{ border-right:1px solid #e1e1e1;}
.block.values .row.list [class*="col-"]:first-child{ border-left:1px solid #e1e1e1;}


/* numeri dell'azienda */

.block.numbers{}
.block.numbers [class*="col-"] .item{ border-right:1px solid #e1e1e1;}
.block.numbers [class*="col-"]:first-child .item{ border-left:1px solid #e1e1e1;}
.block.numbers .item{ width:100%; display:table; text-align:center;}
.block.numbers .item .wrap{ padding:20px 25px; display:table-cell; vertical-align:middle;}
.block.numbers .item .wrap img{ display:inline-block; margin-bottom:10px;}
.block.numbers .item h2{ margin-top:0px; display:flex; justify-content:center; align-items:center; color:#fff;}
.block.numbers .item h2 span{ display:inline-block; color:#63c7f2; line-height:24px;}
.block.numbers .item p{ margin-bottom:0px;}
.block.numbers .item.normal h2{ font-size:50px; line-height:1; margin-bottom:15px;}
.block.numbers .item.normal h2 span.countup-sign{ font-size:30px;}
.block.numbers .item.normal p{ font-family:'Oswald', sans-serif; font-size:20px; line-height:1.2; color:#1e3e71;}
.block.numbers .item.normal p span{ font-size:40px; line-height:26px; font-weight:400; color:#000;}

/* footer */

.footer{ width:100%; position:relative; display:inline-block; font-family: 'Mulish', sans-serif; width:100%; float:left; background:none; overflow:hidden; border-top:1px solid #e1e1e1;}
.footer .footer-row{ padding:40px 0; background:#fff; text-align:center; position:relative; z-index:20;}
.footer .footer-row .row > [class*="col-"] .widget{ }
.footer .footer-row .row > [class*="col-"]:first-child .widget{ }
.footer .footer-row .widget{ position:relative; z-index:10; text-align:center;}
.footer .footer-row .widget img{ display:inline-block;}
.footer .footer-extra{ background:#63c7f2; padding:15px 0;}
.footer .footer-extra .row{ padding:0px;}
.footer .footer-extra .copy{ float:left;}
.footer .footer-extra .copy span{ margin:0 3px;}
.footer .footer-extra .copy p{ font-size:13px; line-height:20px;}
.footer .footer-extra .links{ float:right;}
.footer .footer-extra .links span{ margin:0 3px;}
.footer .footer-extra .links p{ font-size:13px; line-height:20px;}
.footer .footer-extra .links a{ color:#000; font-weight:400;}
.footer .footer-row .container{ max-width:1200px;}


/* modal */

body.modal-open .header{ filter: blur(4px);}
body.modal-open .wrapper{ filter: blur(4px);}
body.modal-open .footer{ filter: blur(4px);}

.modal{ z-index:999999; border-radius:0px; display:none !important;}
.modal.in { display:flex !important; align-items:center; flex-direction: column; justify-content:center;}
.modal-open .modal{ overflow:auto;}
.modal-backdrop{ z-index:99999; background:#f7f7f7;}
.modal-backdrop.in{ opacity:0.75;}
.modal .modal-dialog{ width:100%; max-width:1000px; margin:0px; overflow:auto !important; box-shadow:0px 0px 100px rgba(0,0,0,0.2);}
.modal.in .modal-dialog{ top:auto; transform:none;}
.modal-body{ padding:30px;}
.modal .modal-content{ border-radius:0px; border:0px;}
.modal .close{ width:40px; height:40px; position:absolute; background-color:#fff; background-image:url(../images/icon-close.png); background-size:30px 30px; background-repeat:no-repeat; background-position:center center; top:0px; right:0px; opacity:1; z-index:9999;}
.modal .modal-body{ border-radius:0px; padding:0px;}
.modal .modal-body .image{ width:100%; background-size:cover; background-position:center center;}
.modal .modal-body .image img{ display:none;}
.modal .modal-body .text{ padding:60px 40px;}
.modal .modal-body .text h3{ font-size:22px; line-height:28px; color:#000; font-weight:300; margin-bottom:10px;}
.modal .modal-body .text h2{ font-size:34px; line-height:34px; color:#000; margin-bottom:10px;}
.modal .modal-body .text h3 + h2{ margin-top:0px;}
.modal .modal-body .text p + .btn{ margin-top:20px;}
.modal .modal-body .text .btn{ width:100%; padding:15px 20px; font-size:20px;}

#scrolltop{ width:48px; height:48px; position:fixed; z-index:999; right:20px; bottom:20px; opacity:0; visibility:hidden; -webkit-transition: all .3s ease-in-out; -moz-transition: all .3s ease-in-out; -o-transition: all .3s ease-in-out; transition: all .3s ease-in-out;}
#scrolltop.show{ opacity:1; visibility:visible;}
#scrolltop a{ width:48px; height:48px; float:left; background:#1e3e71; border-radius:50%; text-align:center;}
#scrolltop a:before{ content:"\f106"; width:50px; height:50px; font-family:FontAwesome; font-size:16px; color:#fff; line-height:50px;}
#scrolltop a:hover{ background:#000;}

.carousel-prev a, .carousel-next a{ width:60px; height:60px; position:absolute; top:50%; margin-top:-30px; background-size:100% auto; z-index:10; cursor:pointer;}
.carousel-prev a{ background-image:url(../images/icon-prev.png); left:-60px;}
.carousel-next a{ background-image:url(../images/icon-next.png); right:-60px;}

.captchaField > div {	margin-bottom: 20px;}

@media (min-width: 1300px) {
	
	.container{ width:1300px;}

}

@media (max-width: 1299px) {
	
	.row.row40{ margin-left:-30px; margin-right:-30px;}
	.row.row40 > [class*="col-"]{ padding:0 30px;}
	
	.container{ width:1170px;}
	
}

@media (max-width: 1199px){
	
	p, li{ font-size:16px;}
	.btn{ font-size:16px; padding:10px 20px;}
	
	.row{ margin-left:-15px; margin-right:-15px;}
	.row > [class*="col-"]{ padding:0 15px;}
	
	.row.row40{ margin-left:-20px; margin-right:-20px;}
	.row.row40 > [class*="col-"]{ padding:0 20px;}
	
	.content .form .row{ margin:0 -10px;}
	.content .form .row [class*="col-"]{ padding:0 10px;}

	.container{ width:970px;}
	
	.block{ padding:60px 0;}
	
	.block.heading{ height:450px;}
	
	.footer .footer-row{ padding:30px 0;}
	.footer .footer-extra .row > [class*="col-"]{ width:100%;}
	.footer .footer-extra .copy{ width:100%; text-align:center;}
	.footer .footer-extra .links{ width:100%; display:flex; flex-wrap:nowrap; justify-content:center; float:none;}
	
	.block.links .item-wrap .item span.image img{ width:60px;}
	
	.block.map .iframe{ height:400px;}
	
	.header .navbar .navbar-nav > li > a{ font-size:19px; padding:15px 10px;}
	.header .navbar .navbar-nav > li:after{ top:11px;}
	.is-sticky .header .navbar .navbar-nav > li > a{ font-size:17px; padding:12px 7px;}
	.header .navbar .navbar-nav > li:after{ top:9.5px;}
	
	.block.faq .box h4:before{ top:12px; left:15px; font-size:16px;}
	
	.block.where .item{ padding:30px 20px;}
	.block.contacts .module{ padding:30px;}
	.block.quickform .module{ padding:30px;}
	
	.block.numbers .item.normal h2{ font-size:40px;}
	.block h1, .block h2{ font-size:36px;}
	.block h3{ font-size:24px;}
	.block.where .item h3{ font-size:26px;}
	.block.faq .box h4{ font-size:20px; padding:10px 15px; padding-left:40px;}
	.block.links .item-wrap .item span.text{ font-size:16px;}
	
	.block.faq .box .panel-body{ padding:0 40px; padding-right:20px;}
	
}

@media (max-width: 1008px) {
	
	
		
}

@media (min-width: 992px) {
	
	.header .navbar-collapse{ display:block;}

}

@media (max-width: 992px) {
	
	.navbar-nav{ padding-bottom:0px;}	
	.footer-row [class*=col-]{ float:left; margin:0px;}
	
}

@media (max-width: 991px) {
	
	.navbar-toggle{ display:block;}

	.container{ width:750px;}
	
	.header{ border-bottom:1px solid #e1e1e1;}
	.header .navbar{ position:relative;}
	.header .navbar a.navbar-brand{ position:relative; z-index:10; line-height:100px;}
	.header .navbar a.navbar-brand img{ height:55px;}
	.header .navbar .menu-wrap{ width:100%; display:block; flex-wrap:unset; float:left; margin:0px;}
	.header .navbar-collapse{ background:#fff; padding:0px; padding:20px 25px; padding-top:10px; float:none !important; clear: both; width: 100%; margin: 0 !important;}
	.header .navbar-collapse.in{ }
	.header .navbar .navbar-nav{ width:100%; float:left;padding-bottom:0px; display:inherit; vertical-align:inherit; margin-bottom:0px; padding-bottom:0px; overflow:hidden;}
	.header .navbar .navbar-nav + .navbar-nav{ padding-top:0px;}
	.header .navbar .navbar-nav > li{ clear:both; width:100%; padding:0px; border-bottom:1px solid #e1e1e1;}
	.header .navbar .navbar-nav > li:after{ display:none;}
	.header .navbar .navbar-nav > li > a:after{ display:none;}
	.header .navbar .navbar-nav > li > a{ line-height:1 !important; font-size:16px; color:#000; padding:7px 0; border-left:0px !important; margin:0px; border:0px;}
	.header .navbar .navbar-nav > li > a span:before, .header .navbar-nav > li.active > a span:before{ display:none;}
	.header .navbar .navbar-nav > li.active > a{ color:#1e3e71; border:0px;}
	.header .navbar .navbar-nav > li > a:hover{ color:#1e3e71; border:0px;}
	.header .navbar .navbar-nav > li > a:before{ opacity:0.5;}
	
	.header .navbar .navbar-nav > li:last-child{ border:0px;}
	.header .navbar .navbar-nav > li > a,
	.is-sticky .header .navbar .navbar-nav > li > a{ padding:7px 0; font-size:19px;}

	.is-sticky .navbar-toggle{ top:10px;}
	.is-sticky .header .languages{ right:80px;}

	.header .languages{ right:90px;}
	.header .languages li{ margin-right:5px;}
	
	.block.values{ padding-bottom:40px;}
	.block.values .row.list [class*="col-"]:first-child{ border:0px;}
	.block.values .row.list [class*="col-"]{ border:0px; margin-bottom:20px;}
	
	.block.services .image{ margin-bottom:20px;}
	.block.services .text{ width:100%; float:left;}
	.block.faq.home-intro .image{ margin-bottom:20px;}
	.block.company .image{ margin-bottom:20px;}
	
	.block.numbers{ padding-bottom:20px;}
	.block.numbers [class*="col-"]:first-child .item{ border:0px;}
	.block.numbers [class*="col-"] .item{ border:0px;}
	.block.numbers .item{ margin-bottom:40px;}
	.block.numbers .item .wrap{ padding:0px;}
	
	.block.links{ padding-bottom:40px;}
	.block.links .item-wrap{ flex-wrap:wrap;}
	.block.links .item-wrap .item{ width:33.33%; margin-bottom:20px;}
	
	.block.contacts .module{ width:100%; max-width:100%;}
	
	.block.where{ padding-bottom:40px;}
	.block.where .item{ padding:30px; margin-bottom:20px;}
	

		
	
}


@media (max-width: 768px){
	
	.chosen-container{ display:none;}
	select{ display:block !important;}
	
	.content .row + .row{ margin-top:20px;}
		
	.container{ width:100%; padding:0 25px;}
	
	.header .navbar .logo{ height:80px; justify-content:left; padding:0 25px;}
	.is-sticky .header .navbar .logo{ height:80px;}
	.header .navbar a.navbar-brand{ position:static; float:left;}
	.header .navbar a.navbar-brand img,
	.is-sticky .header .navbar a.navbar-brand img{ height:35px;}
	
	.navbar-toggle,
	.is-sticky .navbar-toggle{ top:15px;}
	
	.header .languages li a,
	.is-sticky .header .languages li a{ width:25px; height:25px;}
	
	.header .languages,
	.is-sticky .header .languages{ top:30px; right:80px;}
	
	.header .languages li,
	.is-sticky .header .languages li{ margin-right:5px;}
	
	.header .languages li:last-child,
	.is-sticky .header .languages li:last-child{ margin-right:5px;}
	
	.block{ padding:40px 0;}
	
	.block.heading{ height:300px;}
	.block.map .iframe{ height:300px;}
	
	.block.where{ padding-bottom:20px;}
	.block.where .item{ padding:20px;}
	.block.quickform .module{ padding:20px;}
	.block.contacts .module{ padding:20px;}
	
	.block.links .item-wrap .item{ width:50%;}
	
	.block.company .certifications-wrap .certification img{ height:100px;}
	
	.block.contacts .module .intro .icon{ height:80px;}
	
	.footer-row [class*=col-]{ width:100%; border:0px;}
	.footer .footer-row .row > [class*="col-"]:first-child .widget{ border:0px;}
	.footer .footer-row .row > [class*="col-"] .widget{ border:0px;}
	.footer .footer-row .widget img{ max-width:300px;}
	
	.block.numbers .item.normal h2{ font-size:36px;}
	.block h1, .block h2{ font-size:32px;}
	.block h3{ font-size:22px;}
	
	.block.numbers [class*="col-"]:first-child .item{ margin-bottom:20px;}
}

@media (max-width: 640px){
	
	
}

@media (max-width: 479px) {
	
	[class*=col-xs-]{ text-align:inherit;}	
	.footer [class*=col-]{ text-align:inherit;}	

}