html {
    padding: 0;
    margin: 0;
}

body {
    font-family: "lato", sans-serif;
    font-weight: 400;
    padding: 0;
    margin: 0;
    font-size: 15px;
    line-height: 1.6;
    color: #5c5c5c;
    background-color: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: antialiased;
    font-smoothing: antialiased;
}

.pageloader {
    padding: 0;
    margin: 0;
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    background: #0d1f30 url('../images/loading.gif') no-repeat center center;
    background-size: 250px 188px;
    z-index: 2000;
    overflow: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    padding: 0;
    margin: 0;
}

p {
    padding: 0;
    margin: 0;
}

ul,
ol {
    padding: 0;
    margin: 0;
    list-style: none;
}

dl,
dd,
dt {
    padding: 0;
    margin: 0;
}

a,
a:hover,
a:focus {
    outline: none;
    border: 0;
    text-decoration: none;
}

img {
    max-width: 100%;
    width: auto;
    height: auto;
    border: 0;
}

.col-center {
    margin: 0 auto;
    float: none;
}
.slick-list {
    overflow: hidden;
    height: 100%;
}
.slick-track {
    outline: none;
    position: relative;
}
.slick-slide {
    outline: none;
    float: left;
}

.container {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    position: relative;
}
/* header start */
.header {
    padding: 27px 0 18px;
    background-color: #fff;
    border-top: 8px solid;
    border-color: #cfcfcf;
}
.content-between{
	-ms-flex-pack: justify;
    justify-content: space-between;
}
.flex{
	display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
	display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
	display: -ms-flexbox;      /* TWEENER - IE 10 */
	display: -webkit-flex;     /* NEW - Chrome */
	display: flex;
}
.logo-wrap {
    display: block;
    margin-right: 53px;
}

.logo {
    display: block;
    text-align: center;
    width: 227px;
    margin: 0 auto;
}

.logo a {
    display: block;
}

.menu-toggle {
    float: left;
    width: 32px;
    height: 32px;
    display: none;
    cursor: pointer;
    background: url('../images/menu-toggle-icon.svg');
}
.menu-close{
	display: none;
	position: absolute;
	right: 5px;
	top: 5px;
	width: 32px;
	height: 32px;
	background: url('../images/menu-close-icon.svg');
	z-index: 100;
	cursor: pointer;
}
.menu {
    padding: 0;
    margin: 0;
}

.menu .nav {
    font-size: 0;
    padding: 0;
    margin: 0;
}

.menu .nav li {
    display: inline-block;
    vertical-align: top;
    font-size: 17px;
    color: #4f4f4f;
    font-weight: 400;
    text-transform: uppercase;
    position: relative;
    line-height: 1;
    padding: 0 16px;
}

.menu .nav li:before {
    content: '';
    font-size: 17px;
    color: #4f4f4f;
    font-weight: 400;
    width: 1px;
    height: 100%;
    background-color: #4f4f4f;
    position: absolute;
    left: 0;
    top: 0;
}
.menu .nav li:first-child {
    padding-left: 0px;
}
.menu .nav li:first-child:before {
    display: none;
}

.menu .nav li a {
    color: #4f4f4f;
    padding: 0px;
    display: inline-block;
    border-bottom: 1px solid transparent
}
.menu .nav li a:hover{
	color: #3570b8;
	border-bottom: 1px solid #3570b8;
}
.menu .nav li.current-menu-parent a{
	color: #3570b8;
	border-bottom: 1px solid #3570b8;
}
.menu .nav li.current-menu-item a{
	color: #3570b8;
	border-bottom: 1px solid #3570b8;
}
.menu .nav li .sub-menu{
	position: absolute;
	left: 0;
	top: 100%;
	width: 220px;
	background-color: #fff;
	border-radius: 0px;
	display: none;
	z-index: 1200;
}
.menu .nav li:hover .sub-menu{
	display: block;
}
.menu .nav li .sub-menu li{
	display: block;
	padding: 0;
}
.menu .nav li .sub-menu li:before{
	display: none;
}
.menu .nav li .sub-menu li a{
	 color: #4f4f4f;
	 padding: 10px 15px;
	 display: block;
	 border-bottom: 1px solid transparent;
	 text-align: left;
}
.menu .nav li .sub-menu li a:hover{
	color: #3570b8;
}
.menu .nav li .nav-link-toggle{
	padding: 0;
	position: absolute;
	right: 0px;
	top: 0;
	z-index: 10;
	width: 25px;
	height: 15px;
	display: none;
}
.menu .nav li .nav-link-toggle:after{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	width: 5px;
	height: 5px;
	margin: auto;
	border-top: 5px solid #4f4f4f;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
}
/* header close */
/* Magnettechnik start */
.home-slider .container{
	padding: 0px;
}
.magnettechnik-banner{
	position: relative;
	background: #dedede url(../images/loader.gif) no-repeat center center;
	width: 100%;
	padding: 0;
	margin: 0 0 2px 0;
}
.magnettechnik-banner.show{
	background-image: none;
}
.magnettechnik-banner:after{
	content: '';
	position: absolute;
	right: 0;
	bottom: 0;
	display: block;
	height: 100%;
	width: 40%;
	background: url('../images/first-pattern.png') no-repeat right bottom;
	background-size: cover;
}
.grey-slider{
	position: relative;
	z-index: 100;
}
.grey-slider .slide{
	position: relative;
	width: 100%;
	float: left;
	overflow: hidden;
}
.grey-slider .thumb{
	display: block;
	width: 100%;
	min-width: 1200px;
	text-align: right;
}
.grey-slider .text-wrap{
	background-color: #a6a6a6;
	position: absolute;
	left: -260px;
	top: 100px;
	margin: auto 105px auto 0;
	width: 840px;
	height: 230px;
	box-shadow: -1.414px 1.414px 0px 0px rgba(255, 255, 255, 0.75);
}
.grey-slider .text-wrap:after{
	content: '';
	position: absolute;
	right: -105px;
	top: 0;
	height: 100%;
	width: 105px;
	border-left:100px solid #a6a6a6;
	border-bottom: 230px solid transparent;
}
.grey-slider .text-wrap .thumb{
	display: block;
	width: 100%;
	text-align: left;
}
.grey-slider .text{
	position: absolute;
	right: 112px;
	top: 0;
	width: 375px;
	height: 100%;
	display: table;
}
.grey-slider .text .caption{
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}
.grey-slider .text .caption h2{
	display: block;
	color: #fff;
	font-size: 43px;
	text-transform: uppercase;
	font-weight: 300;
	line-height: 0.85;
	margin-bottom: 20px;
	word-wrap: break-word;
}
.grey-slider .text .caption p{
	display: block;
	color: #fff;
	font-size: 21px;
	font-weight: 600;
	line-height: 1.4;
	margin-bottom: 18px;
	letter-spacing: 0.05em;
}
.grey-slider .text .caption .btn{
	display: inline-block;
	padding: 0px 18px;
	height: 35px;
	background-color: #fff;
	line-height: 35px;
	font-size: 16px;
	font-weight: 700;
	color: #4c4c4c;
	border-radius: 0px;
	border: 0px;
}
.grey-slider .text .caption .btn:hover, .grey-slider .text .caption .btn:focus{
	background-color: #464242;
	color: #fff;
	outline: none;
	box-shadow: none;
}
/* Magnettechnik close */
/* Engineering start */
.engineering-banner{
	position: relative;
	background: #dedede url(../images/loader.gif) no-repeat center center;
	width: 100%;
	padding: 0;
	margin: 0 0 2px;
}
.engineering-banner.show{
	background-image: none;
}
.engineering-banner:after{
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	display: block;
	height: 100%;
	width: 40%;
	background: url('../images/second-pattern.png') no-repeat right bottom;
	background-size: cover;
}
.blue-slider{
	position: relative;
	z-index: 100;
}
.blue-slider .slide{
	position: relative;
	width: 100%;
	float: left;
	overflow: hidden;
}
.blue-slider .thumb{
	display: block;
	width: 100%;
	min-width: 1200px;
	text-align: left;
}
.blue-slider .text-wrap{
	background-color: #528cd4;
	position: absolute;
	right: -260px;
	top: 95px;
	margin: auto 0px auto 105px;
	width: 840px;
	height: 227px;
	box-shadow: 1px 1.732px 0px 0px rgba(255, 255, 255, 0.75);
}
.blue-slider .text-wrap:after{
	content: '';
	position: absolute;
	left: -99px;
	top: 0;
	height: 100%;
	width: 100px;
	border-right:100px solid #528cd4;
	border-top: 227px solid transparent;
	box-shadow: 0px 1.732px 0px 0px rgba(255, 255, 255, 0.75);
}
.blue-slider .text-wrap .thumb{
	display: block;
	width: 100%;
	text-align: right;
}
.blue-slider .text{
	position: absolute;
	left: 90px;
	top: 0;
	width: 445px;
	height: 100%;
	display: table;
}
.blue-slider .text .caption{
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}
.blue-slider .text .caption h2{
	display: block;
	color: #fff;
	font-size: 43px;
	text-transform: uppercase;
	font-weight: 300;
	line-height: 0.85;
	margin-bottom: 20px;
	word-wrap: break-word;
}
.blue-slider .text .caption p{
	display: block;
	color: #fff;
	font-size: 21px;
	font-weight: 600;
	line-height: 1.4;
	margin-bottom: 18px;
	letter-spacing: 0.05em;
}
.blue-slider .text .caption .btn{
	display: inline-block;
	padding: 0px 18px;
	height: 35px;
	background-color: #fff;
	line-height: 35px;
	font-size: 16px;
	font-weight: 700;
	color: #4c4c4c;
	border-radius: 0px;
	border: 0px;
}
.blue-slider .text .caption .btn:hover, .blue-slider .text .caption .btn:focus{
	background-color: #1d406b;
	color: #fff;
	outline: none;
	box-shadow: none;
}
/* Engineering close */
/* Footer start */
.footer{
	background-color: #a6a6a6;
	padding: 60px 0 40px;
	border-bottom: 1px solid #ccc5c5;
}
.footer .container{
	max-width: 1000px;
	width: 100%;
	margin: 0 auto;
}
.footer .address h3{
	font-size: 26px;
	color: #fff;
	font-weight: 400;
	display: block;
	margin-bottom: 5px;
}
.footer .address p{
	font-size: 20px;
	color: #fff;
	display: block;
	padding: 0;
	margin: 0;
	line-height: 1.5;
}
.footer .address a{
	color: #fff;
}
.footer .contact-us-form{
	padding: 0;
}
.footer .contact-us-form .row{
	margin: 0 -8px;
}
.footer .contact-us-form .row [class*="col-"], .footer .contact-us-form .row [class^="col-"]{
	padding: 0 8px;
}
.footer .contact-us-form h3{
	font-size: 26px;
	color: #fff;
	display: block;
	font-weight: 400;
	margin-bottom: 5px;
}
.footer .contact-us-form .wpcf7-form-control-wrap{
	display: block;
	width: 100%;
	position: relative;
	margin-bottom: 5px;
}
.footer .contact-us-form .wpcf7-form-control{
	display: block;
	width: 100%;
	border-radius: 0px;
	height: auto;
	padding: 6px 12px;
	border: 0px;
	font-size: 14px;
	color: #222222;
	border: 1px solid #a6a6a6;
	background-color: #fff;
}
.footer .contact-us-form .wpcf7-form-control.wpcf7-not-valid{
	border: 1px solid red;
}
.footer .contact-us-form .wpcf7-form-control::-webkit-input-placeholder {
  color: #222222;
  opacity: 1;
}
.footer .contact-us-form .wpcf7-form-control::-moz-placeholder{
  color: #222222;
  opacity: 1;
}
.footer .contact-us-form .wpcf7-form-control:-ms-input-placeholder {
  color: #222222;
  opacity: 1;
}
.footer .contact-us-form .wpcf7-form-control:-moz-placeholder {
  color: #222222;
  opacity: 1;
}
.footer .contact-us-form .wpcf7-form-control:focus{
	outline: none;
	box-shadow: none;
}
.footer .contact-us-form .wpcf7-form-control.wpcf7-textarea{
	height: 55px;
	resize: none;
}
.footer .contact-us-form .submit-btn{
	display: block;
	width: 100%;
	text-align: right;
	position: relative;
	padding: 0 8px;
}
.footer .contact-us-form .submit-btn .ajax-loader{
	position: absolute;
	left: 0;
}
.footer .contact-us-form .wpcf7-response-output{
	display: none !important;
}
.footer .contact-us-form .wpcf7-not-valid-tip{
	font-size: 12px;
	display: none;
}
.footer .wpcf7-form-control.wpcf7-submit{
	display: inline-block;
	width: 155px;
	height: 30px;
	line-height: 26px;
	background-color: #528cd5;
	border: 1px solid #528cd5;
	color: #fff;
	font-size: 14px;
	font-weight: 600;
	padding: 0;
	cursor: pointer;
}
.footer .wpcf7-form-control.wpcf7-submit:hover{
	background-color: #fff;
	color: #528cd5;
}
.copyright{
	background-color: #7a7a7a;
	color: #fff;
	font-size: 15px;
	line-height: 1.4;
	text-align: center;
	padding: 6px 0px;
	margin: 0px;
	height: 100px;
}
.copyright a{
	color: #fff;
}
/* Footer close */
/* inner banner start */
.inner-banner{
	padding: 0;
	margin: 0;
	position: relative;
	background: url(../images/loader.gif) no-repeat center center;
}
.inner-banner-slider{
	padding: 0;
	margin: 0;
}
.inner-banner-slider .slide{
	overflow: hidden;
}
.inner-banner-slider .thumb{
	position: relative;
}
.inner-banner-slider .thumb img{
	width: 100%;
}
.inner-banner-slider .color{
	position: relative;
}
.inner-banner-slider .color img{
	width: 100%;
}
.inner-banner-slider .text-wrap{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}
.inner-banner-slider .container{
	height: 100%;
}
.inner-banner-slider .text{
	position: absolute;
	left: -257px;
	bottom: 138px;
	height: 205px;
	width: 765px;
	margin: auto;
	background-color: #5a92d7;
	margin-right: 105px;
	box-shadow: 0px 1px 1px 0px rgba(255, 255, 255, 0.75);
}
.inner-banner-slider .text:after{
	content: '';
	position: absolute;
	right: -105px;
	top: 0;
	height: 100%;
	width: 105px;
	border-left:100px solid #5a92d7;
	border-bottom: 205px solid transparent;
}
.inner-banner-slider .text-area{
	width: 505px;
	padding: 0;
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	display: table;
}
.inner-banner-slider .caption {
	display: table-cell;
	vertical-align: middle;
	padding: 0 20px;
}
.inner-banner-slider .caption h2{
	display: block;
	font-size: 44px;
	color: #fff;
	line-height: 1;
	margin-bottom: 16px;
	font-weight: 300;
	text-transform: uppercase;
	word-wrap: break-word;
}
.inner-banner-slider .caption p{
	display: block;
	font-size: 21px;
	color: #fff;
	line-height: 1.2;
}
/* inner banner close */
/* practice area start */
.practice-areas{
	display: block;
	padding: 70px 0 24px;
}
.practice-areas .wrap{
	padding-left: 20px;
}
.practice-areas h2{
	display: block;
	font-size: 26px;
	color: #3570b8;
	margin-bottom: 23px;
	font-weight: 400;
	line-height: 1;
	position: relative;
}
.practice-areas h2:before{
	content: '';
	position: absolute;
	left: -20px;
	top: 5px;
	background: url('../images/arrow-icon.png') no-repeat;
	background-size: 17px 17px;
	width: 17px;
	height: 17px;
}
.practice-areas h3{
	display: block;
	font-size: 16px;
	color: #5c5c5c;
	font-weight: 400;
}
.practice-areas p{
	display: block;
	font-size: 15px;
	color: #5c5c5c;
	font-weight: 400;
	margin-bottom: 20px;
	line-height: normal;
}
.practice-areas p strong{
	font-weight: 700;
}
/* practice area close */
/* services start */
.services{
	background-color: #dedede;
	padding: 33px 0 30px;
	border-top: 1px solid;
	border-bottom: 1px solid;
	border-color: #ededed;
}
.services-slider{
	padding: 0;
	margin: 0;
	position: relative;
	opacity: 0;
	visibility: hidden;
}
.services-slider.show{
	opacity: 1;
	visibility: visible;
}
.services-slider .icon{
	display: block;
	margin-bottom: 15px;
	text-align: center;
}
.services-slider .icon img{
	height: 50px;
	width: auto;
}
.services-slider .text{
	margin: 0;
	text-align: center;
	padding: 0 20px;
}
.services-slider .text h2{
	display: block;
	font-size: 16px;
	color: #5c5c5c;
	font-weight: 700;
	margin-bottom: 15px;
	line-height: 1.3;
}
.services-slider .text p{
	display: block;
	font-size: 13px;
	color: #5c5c5c;
	font-weight: 400;
	line-height: 1.2;
}
.services-slider .slick-arrow{
	position: absolute;
	width: 30px;
	height: 98px;
	background: url('../images/services-arrow.png') no-repeat;
	border: 0;
	font-size: 0px;
	display: block;
	top: 0;
	bottom: 0;
	margin: auto;
	padding: 0px;
	cursor: pointer;
	z-index: 1000;
}
.services-slider .slick-arrow:focus{
	outline: none;
}
.services-slider .slick-arrow.slick-prev{
	left: -44px;
}
.services-slider .slick-arrow.slick-next{
	right: -44px;
	background-position: -31px 0;
}
.services-slider .slick-arrow.slick-disabled{
	display: none !important;
}
/* services close */
/* content start */
.content{
	padding: 55px 0;
	margin: 0;
	word-wrap: break-word;
}
.content .wrap{
	padding-left: 20px;
}
.content h2{
	display: block;
	font-size: 26px;
	color: #3570b8;
	margin-bottom: 23px;
	font-weight: 400;
	line-height: 1;
	position: relative;
	text-transform: uppercase;
}
.content h2:before{
	content: '';
	position: absolute;
	left: -20px;
	top: 5px;
	background: url('../images/arrow-icon.png') no-repeat;
	background-size: 17px 17px;
	width: 17px;
	height: 17px;
}
.content p{
	display: block;
	font-size: 15px;
	color: #5c5c5c;
	font-weight: 400;
	margin-bottom: 20px;
	line-height: normal;
}
.content ul{
	margin: 0 0 22px 37px;
}
.content li{
	list-style: disc;
	line-height: normal;
}
.content h1{
	color: #3570b8;
	margin-bottom: 23px;
	text-transform: uppercase;
}
.default-page-container{
	padding-bottom: 300px !important;
}
/* content close */



