body {
	font-weight:normal;
}
body.no-scroll {overflow: hidden;}

a:hover, a:focus{
	text-decoration:none;
} 

.container {max-width: 1135px; height: auto; margin: 0 auto; padding:0 15px;}
.container:after {content: ""; display: block; clear: both;}

/*new-line*/
.new-line{
	height:15px;
	width:100%;
	background:url('../images/new-line.png') center center no-repeat;
}

/* Slider */
.hero-slider {position: relative; width: 100%; height: auto; overflow: hidden;}

.hero-slider-item {position: relative;}
.hero-slider-image {width: 100%; height: 470px; background-repeat: no-repeat; background-position: center center; background-size: cover;}

.hero-text-wrapper {
	position: absolute;
	padding: 10px 0;
	margin-left: -567px;
	margin-top:-200px;
	left: 50%;
	top: 50%; 
	width: 100%; 
	max-width: 1135px;
	height: 400px; 
}
.hero-slider-text {
	float: right; width: 552px; height: 100%; visibility: hidden;
	padding: 70px 30px 40px 30px; 
	background: #004a6c; /* Old browsers */
	background: rgba(216, 1, 40, 0.87); /* Old browsers */
	background: -moz-linear-gradient(42deg, rgb(14, 44, 128) 0%, rgba(216, 1, 40, 0.65) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(42deg, rgb(14, 44, 128) 0%, rgba(216, 1, 40, 0.65) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(42deg, rgb(14, 44, 128) 0%, rgba(216, 1, 40, 0.65) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */	
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b90425', endColorstr='#0e2c80',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
.hero-slider-text h1 {
	font-family: 'Montserrat'; color: #FFFFFF; display: block; margin-bottom: 20px;
	font-size: 38px;
	/*text-shadow: 1px 2px 2px rgba(0, 0, 0, 0.42);*/
}
.hero-slider-text span {
	font-family: 'Montserrat';
	font-size: 18px;
	line-height: 22px;
	color: #FFFFFF;
	display: block;
	margin-bottom: 30px;
	/*text-shadow: 1px 2px 2px rgba(0, 0, 0, 0.42);*/
}

.hero-button { width:100%; text-align: right;}
.hero-more-button {position: relative; width: 161px; height: 37px; line-height: 32px; border: 2px solid  #FFFFFF; display: inline-block; text-align: center; -webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0;}
.hero-more-button i {position: relative; font-family: 'Montserrat'; font-size: 15px; color: #FFFFFF; font-style: normal; display: inline-block; -webkit-transition: all .4s ease; transition: all .4s ease;}
.hero-more-button i:after {content: ""; position: absolute; right: 0px; top: 50%; margin-top: -4px; width: 19px; height: 8px; opacity: 0; display: inline-block; vertical-align: middle; background: url('../images/button-arrow.png') center center no-repeat; background-size: 19px auto; -webkit-transition: all .4s ease; transition: all .4s ease;}
.hero-more-button:hover i {padding-right: 30px;}
.hero-more-button:hover i:after {right: 0; opacity: 1;}

.standart-arrow .slick-prev {
  left: -30px;
  border-top-right-radius: 1135px;
  border-bottom-right-radius: 1135px;
}
.standart-arrow .slick-next {
  right: -30px;
  border-top-left-radius: 1135px;
  border-bottom-left-radius: 1135px;
}
.standart-arrow .slick-prev, .standart-arrow .slick-next {
  position: absolute; width: 50px; height: 100px; top: 50%; background: rgba(0,0,0,0.2); z-index: 9; 
  -webkit-transition: all .2s;
  transition: all .2s;
}
.standart-arrow .slick-prev:before, .standart-arrow .slick-next:before {
    content: "";
    background-repeat: no-repeat;
    overflow: hidden;
    display: block;
    width: 47px;
	height: 47px;
    background: url('../images/standart-arrow.png') no-repeat;
    background-size: 120px auto;
    opacity: 1;
}
.standart-arrow .slick-prev:before {
    left: 0;
    background-position: -10px center;
}
.standart-arrow .slick-next:before {
    right: 0;
    background-position: -60px center;
}

.standart-arrow .slick-prev:hover, .standart-arrow .slick-prev:focus {left: 0; opacity: 1; background-color: rgba(0,0,0,0.5);}
.standart-arrow .slick-next:hover, .standart-arrow .slick-next:focus {right: 0; opacity: 1; background-color: rgba(0,0,0,0.5);}

.standart-arrow .slick-prev:hover:before, .standart-arrow .slick-prev:focus:before, .standart-arrow .slick-next:hover:before, .standart-arrow .slick-next:focus:before {}

.standart-arrow .slick-prev.slick-disabled, .standart-arrow .slick-next.slick-disabled {opacity: 0;}
.standart-arrow .slick-prev.slick-disabled:before, .standart-arrow .slick-next.slick-disabled:before {opacity: 0;}

.standart-arrow.slick-dotted.slick-slider {margin-bottom: 0; padding-bottom: 25px; background-color: #FFFFFF;}
.standart-arrow .slick-dots {
	top: 52px;
	bottom: inherit !important;
	margin-left: -577px !important;
	left: 50% !important;
	width: 100% !important;
	max-width: 1135px !important;
	text-align:right;
}
.standart-arrow .slick-dots li {
	width:auto;
	height: auto;
	display: inline-block;
	vertical-align: middle;
}
.standart-arrow .slick-dots li button {width: 44px; height: 8px; background-color: #e8e8e8; -webkit-border-radius:0; border-radius: 0;}
.standart-arrow .slick-dots li button:before {content: ""; width: 44px; height: 8px;}
.standart-arrow .slick-dots .slick-active button {background-color: #30384d; }

/** Subpage Hero **/
.subpage-hero {position: relative; width: 100%; height: auto; overflow: hidden;}

.subpage-hero-item {position: relative;}
.subpage-hero-image {width: 100%; height: 366px; background-repeat: no-repeat; background-position: center center; background-size: cover;}

.subpage-hero-text-wrapper {position: absolute; left: 50%; top: 0; width: 1135px; height: 100%; margin-left: -583px; padding: 10px 0;}
.subpage-hero-text {
	float: right;
	width: 453px;
	height: 100%;
}

.subpage-hero-text {padding: 60px 40px;}
.subpage-hero-text h1 {font-family: 'Montserrat'; font-size: 50px; color: #FFFFFF; display: block; margin-bottom: 20px;}
.products .subpage-hero-text h1 {font-size: 36px;}
.subpage-hero-text span {font-family: 'Montserrat'; font-size: 16px; line-height: 22px; color: #FFFFFF; display: block; margin-bottom: 20px;}

/** Breadcrumb **/
.breadcrumb {
    padding: 0;
    margin-bottom: 0;
    list-style: none;
    background-color:inherit;
    border-radius:0 ;
}
.breadcrumb-list {padding: 15px 0;}
.breadcrumb-list:after {content: ""; display: block; clear: both;}
.breadcrumb-item {position: relative; float: left; margin-right: 10px; padding: 5px 0;}
.breadcrumb-item.active a {color: #24337b;}
.breadcrumb-item a {font-family: 'Montserrat'; font-size: 14px; color: #30384D; display: inline-block; vertical-align: middle; padding-left: 10px;}
.breadcrumb-item:first-child a {padding-left: 0;}
.breadcrumb-item+.breadcrumb-item::before {
    content: attr(x);
    display: inline-block;
    padding: 5px 0;
    width: 10px;
    height: 10px;
    object-fit: contain;
    background: url(../images/breadcrumb-seperator.svg) no-repeat center center;
}


.head-bar {width: 100%; height: 25px; background: #e8e7e7;}
.head-link-list {float: right; margin-right:40px;}
.head-link-item {float: left; margin-left: 35px;}
.head-link-item a {font-family: 'Montserrat'; font-size: 14px; color: #30384D; line-height: 25px; display: block; -webkit-transition: all .5s; transition: all .5s;}
.head-link-item a:hover {color: #d80128;}

/* Header */
.header {position: relative;margin-bottom:10px; width: 100%; background: #FFFFFF; z-index: 999; -webkit-transition: all .4s; transition: all .4s;}
.head-bar {
	height:30px;
	padding-top:2px;
    background: #eee;
	margin-bottom:10px;
}
.header-box{
	position:absolute;
	height:100%;
	width:100%;
	overflow:hidden;
}
.header-box .left-box{
	position:absolute;
	color:#f00;
	width:40px;
	height:100%;
	width: 1470px;
    /*background-color: #ef1c26;*/ /*yellow-black*/
    transform: skew(35deg);
    left: 50%;
    margin-left: -1726px;
    justify-content: flex-end;
    padding-right: 3%;
}
.header-box .right-box-shadow{
	position:absolute;
    width: 2000px;
	height:100%;
    background-color: #fcc;
    transform: skew(35deg);
    right: 50%;
    margin-right: -1750px;
    backface-visibility: hidden;
}
.header-box .right-box{
	position:absolute;
    width: 2000px;
	height:100%;
    background-color: #24337b;
    transform: skew(35deg);
    right: 50%;
    margin-right: -1756px;
    backface-visibility: hidden;
}   
 
@-webkit-keyframes fadeInRightBox{
	0%{
		opacity:0;
		-webkit-transform:translateX(1756px);
		transform:translateX(1756px)
	}
	100%{
		opacity:1;
		-webkit-transform:skew(35deg);
		transform:skew(35deg)
	}
}
@keyframes fadeInRightBox{
	0%{
		opacity:0;
		-webkit-transform:translateX(1756px);
		-ms-transform:translateX(1756px);
		transform:translateX(1756px)
	}
	100%{
		opacity:1;
		-webkit-transform:skew(35deg);
		-ms-transform:skew(35deg);
		transform:skew(35deg)
	}
}
.fadeInRightBox{
	-webkit-animation-name:fadeInRightBox;
	animation-name:fadeInRightBox
}

 @-webkit-keyframes fadeInLeftBox{
	0%{
		opacity:0;
		-webkit-transform:translateX(-1726px);
		transform:translateX(-1726px)}
	100%{
		opacity:1;
		-webkit-transform:skew(35deg);
		transform:skew(35deg)
	}
}
@keyframes fadeInLeftBox{
	0%{
		opacity:0;
		-webkit-transform:translateX(-1726px);
		-ms-transform:translateX(-1726px);
		transform:translateX(-1726px)}
	100%{
		opacity:1;
		-webkit-transform:skew(35deg);
		-ms-transform:skew(35deg);
		transform:skew(35deg)
	}
}
.fadeInLeftBox{
	-webkit-animation-name:fadeInLeftBox;
	animation-name:fadeInLeftBox
}
.wow{
	visibility:hidden;/**/
}

.fr-view img.fr-dii.fr-fil { margin: 5px 20px 20px 0px;}
.slick-slide img{ cursor: pointer !important;}


/*head-language*/
.head-language{
	float:right;
}
.head-language li{
	float:left;
	margin-left:12px;
	margin-top:5px;
}
.head-language li a{
	display:inline-block;
	font-family: 'Montserrat';
	font-size: 12px;
	color: #30384D;
	-webkit-transition: all .5s;
	transition: all .5s;
}
.head-language li a:hover,
.head-language li a.active {color: #222931;}
.head-language li a img{
	float:left;
	width: 24px;
	height:24px;
    margin-top: -5px;
}
.head-language li a span{
	float:left;
	margin-left:4px;
}

@media screen and (min-width: 1025px) {
  .header-fixed .menu-fix {
      visibility: visible !important;
  }

  .header-fixed {
      position: fixed; top: 0; 
      -webkit-box-shadow: 0px 1px 7px 0px rgba(0,0,0,0.3); 
      -moz-box-shadow: 0px 1px 7px 0px rgba(0,0,0,0.3);
      box-shadow: 0px 1px 7px 0px rgba(0,0,0,0.3);
  }
  .header-fixed .header_inner {height: 50px;}
  .header-fixed .main-logo .logo-link {padding: 4px 0;}
  .header-fixed .nav-button {height: 50px; line-height: 50px;}
  .header-fixed .nav-item .nav-button:after {bottom: 20%;}

  .header-fixed .language-head {height: 30px;}
  .header-fixed .language-head .language-title {font-size: 12px; line-height: 30px;}

  .header-fixed .language-item {height: 30px;}
  .header-fixed .language-button {font-size: 12px; line-height: 30px;}
}

.header_inner {position: relative; height: 90px; -webkit-transition: all .4s; transition: all .4s;}

.main-logo {position: absolute; float: left; width: 225px; height: 100%; z-index: 100; -webkit-transition: all .4s; transition: all .4s;}
.main-logo .logo-link {height: 100%; padding: 0; display: block; position: absolute; left: 50%; -webkit-transform: translateX(-50%); transform: translateX(-50%); -webkit-transition: all .4s; transition: all .4s;}
.main-logo .logo-link img {width: auto; max-height: 100%; display: block; -webkit-transition: all .4s; transition: all .4s;}

.nav-overlay {display: none;}
.nav-overlay.open {display: none;}

.nav-white-bar {position: absolute; left: 0; top: 0; width: 100%; height: 100%; background-color: #FFFFFF; display: none;}

.nav { position:absolute; right:15px; height: 100%;  visibility: hidden; -webkit-transition: all .8s; transition: all .8s;}
.nav-list {}
.nav-list:after {content: ""; display: block; clear: both;}
.nav-item {
	position:relative;
	float: left;
	margin-left: 40px;
}
.nav-button {position: relative; line-height: 90px; font-family: 'Montserrat'; font-size: 16px; color: #fff; /*color: #464646;*/ display: block; letter-spacing: 0.5px; cursor: pointer; -webkit-transition: all .4s; transition: all .4s;}
.nav-button:hover{ color: #fff; /*color: #222931;*/ /*color: 23527c;*/}

.nav-item .nav-button:after {content: ""; position: absolute; right: 0; bottom: 25%; width: 0; height: 4px; background-color: #fff;  /* background-color: #222931; */
  -webkit-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  -moz-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.nav-button-desktop {display: block;}
.nav-button-mobile {display: none;}

.nav-fly {
	position: absolute;
	min-width: 265px;
	top: 100%;
	opacity: 0;
	visibility:hidden;
	z-index: 999;
	-webkit-transition: all .4s;
	transition: all .4s;
	-webkit-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.16);
	-moz-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.16);
	box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.16);
}

@media screen and (min-width: 1025px) {
  .nav-item:hover .nav-button:after {width: 100%; left: auto; left: 0px;}
  .nav-item:hover .nav-fly {opacity: 1; visibility: visible;}

  .nav-fly-item:hover .nav-fly-inner {z-index: 2; display: block;}
  .nav-fly-item:hover {background-color: #EDEDED;}

  .nav-fly-item.active {background-color: #EDEDED;}
  .nav-fly-item.active .nav-fly-inner {display: block;}
}

.nav-fly-list {position: relative; width: 265px; padding: 20px 0; background-color: #fff; z-index: 9999;}
.nav-fly-button {position: relative; font-family: 'Montserrat'; font-size: 16px; color: #4A4A4A; display: block; padding: 10px 20px; padding-right: 40px;}
.nav-fly-button:after {content: ""; position: absolute; right: 25px; top: 50%; margin-top: -4px; width: 8px; height: 8px; background-color: transparent; border-top: 2px solid #222931; border-right: 2px solid #222931; -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(45deg);}

.nav-fly-button:after {display: none;}
.dd-icon > .nav-fly-button:after {display: block;}

.nav-fly-inner {position: absolute; left: 100%; top: 0; width: 300px; min-height: 100%; padding: 20px; background: #FFFFFF; z-index: 1; display: none;}
.nav-fly-inner-item {padding: 10px 0;}
.nav-fly-inner-item a {font-family: 'Montserrat'; font-size: 16px; color: #4A4A4A; display: block;}

.big-nav-item{ display: block;}
.small-nav-item{ display: none;}

.mobile-head-link {position: relative; background-color: #222931; display: none;}
.nav-back-button {position: absolute; left: 0; top: 0; width: 50px; height: 100%; display: block; margin: 0; padding: 0; border: none; outline: none; background-color: #176dba;}
.nav-back-button:after {content: ""; position: absolute; left: 50%; top: 50%; margin-left: -5px; margin-top: -5px; width: 10px; height: 10px; background-color: transparent; border-bottom: 2px solid #FFFFFF; border-left: 2px solid #FFFFFF; -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(45deg);}
.mobile-head-link a {font-family: 'Montserrat'; font-size: 14px; color: #FFFFFF; text-align: center; padding: 15px 50px; display: block;}

.footer .nav-item .nav-button:after {background-color: #95989A;}
.copyright{
	font-family: 'Montserrat';
    font-size: 14px;
    color: #E5E5E5;
    display: block;
	margin-bottom:40px;
}


.language-wrap { display:none; position: absolute; right: 15px; top: 50%; -webkit-transform: translateY(-50%); transform: translateY(-50%);}
.language-wrap:hover .language-list {top: 100%; opacity: 1; visibility: visible;}
.language-wrap:focus .language-list {top: 100%; opacity: 1; visibility: visible;}


.language-head {width: 70px; height: 30px; border: 1px solid #24337b; text-align: center; cursor: pointer; visibility: hidden; -webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0; -webkit-transition: all .4s; transition: all .4s;}
.language-head .language-title {position: relative; padding-right: 20px; font-family: 'Montserrat'; font-size: 14px; line-height: 30px; color: #24337b;}
.language-head .language-title:after {content: ""; position: absolute; right: 0; top: 50%; width: 11px; height: 6px; margin-top: -3px; background: url('../images/lang-arrow.svg') center center no-repeat; background-size: 11px auto;}

.language-list {position: absolute; top: 120%; left: 0; text-align: center; opacity: 0; visibility: hidden; -webkit-transition: all .5s ease; transition: all .5s ease;}
.language-item {width: 70px; height: 30px; margin: 3px 0; border: 1px solid #24337b; background-color: #fff; -webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 200; -webkit-transition: all .4s; transition: all .4s;}

.language-button {font-family: 'Montserrat'; font-size: 14px; line-height: 30px; color: #24337b; text-align: center; display: inline-block; cursor: pointer; padding: 0px 25px;}


/* main-about */
.main-about {
	padding-top: 40px;
	padding-bottom: 40px;
	background-color: #fff;
	overflow: hidden;
	font-family: 'Montserrat'; 
	font-size: 18px;
	color: #30384D; 
}
.main-about-button{
	margin-top:20px;
	width: 100%;
    text-align:center;
}

/* default button */
.default-button {
    position: relative;
    width: 161px;
    height: 37px;
    line-height: 32px;
    border: 1px solid #24337b;
    display: inline-block;
    text-align: center;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
.default-button i {
    position: relative;
    font-family: 'Montserrat';
    font-size: 15px;
    color: #24337b;
    font-style: normal;
    display: inline-block;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}
.default-button i:after {
    content: "";
    position: absolute;
    right: 0px;
    top: 50%;
    margin-top: -4px;
    width: 19px;
    height: 8px;
    opacity: 0;
    display: inline-block;
    vertical-align: middle;
    background: url(../images/blue-arrow.svg) center center no-repeat;
    background-size: 19px auto;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}
.default-button:hover i {padding-right: 30px;}
.default-button:hover i:after {right: 0; opacity: 1;}

/* Main Services */
.main-services {padding-top: 30px; padding-bottom: 40px; background-color: #FFFFFF; overflow: hidden;}

.main-services-head {position: relative; z-index: 9; margin-bottom: 20px;}
.main-services-head:after {content: ""; display: block; clear: both;}
.main-services-title {float: left; font-family: 'Montserrat'; font-size: 48px; color: #666;}

.main-services-list {margin: 0 -6px;}
.main-services-list:after {content: ""; display: block; clear: both;}

.main-services-item {
	position: relative;
	float: left;
	width: 33.333333%;
	padding: 6px;
	visibility: hidden;
}

.main-services-link {position: relative; display: block;}
.main-services-link:before {content: ""; position: absolute; width: 100%; height: 100%; left: 0; top: 0; background-color: #000; opacity: 0.35; z-index: 1; -webkit-transition: all .4s; transition: all .4s;}

.main-services-link:after {content: ""; position: absolute; right: 0; bottom: 0; width: 0; height: 7px; background-color: #24337b; z-index: 2;
  -webkit-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  -moz-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

/*main-references*/
.main-references{
	padding: 55px 0 70px 0;
}
.main-references .multiple-slider{
	margin-left:30px;
	margin-right:30px;
}
.main-references .multiple-slider .slick-prev{
	left:-30px;
	width:17px;
	height:32px;
	background:url(../images/home/references/left.png) no-repeat;
}
.main-references .multiple-slider .slick-next{
	right:-30px;
	width:17px;
	height:32px;
	background:url(../images/home/references/right.png) no-repeat;
}
.main-references .multiple-slider .slick-prev:before,
.main-references .multiple-slider .slick-next:before{
	display:none;
}
.main-references .multiple-slider .item{
	margin-left:5px;
	margin-right:5px;
}

/*main-certifications*/
.main-certifications{
	padding:55px 0 100px 0;
	background-color: #F2F2F2;
}

/*main-ik*/
.main-ik{
	padding:55px 0 70px 0;
}
.main-ik .ik-slide-list .slick-slide {
	position:relative !important;
}
.main-ik .ik-slide-list .text-wrapper{
	position:absolute;
	max-width:545px;
	left:100px;
	top:45px;
}
.main-ik .ik-slide-list .text-wrapper h1{
	margin-bottom:32px;
	font-family: 'Montserrat';
	font-size:48px;
	font-weight:300;
	color:#004a6c;
}
.main-ik .ik-slide-list .text-wrapper .info{
	margin-bottom:54px;
	font-family: 'Montserrat';
	font-size:16px;
	font-weight:400;
	color:#30384D;
}
.main-ik .ik-slide-list .text-wrapper .ik-more-button{
	border-color:#004a6c !important;
}
.main-ik .ik-slide-list .text-wrapper .ik-more-button i{
	color:#004a6c !important;
}
.main-ik .ik-slide-list .text-wrapper .ik-more-button i::after{
	background: url(../images/darkblue-arrow.svg) center center no-repeat !important;
}
.ik-slide-list .slick-dots {
	bottom: 14px;
}
.ik-slide-list.slick-dotted.slick-slider {margin-bottom: -15px;}
.ik-slide-list .slick-dots li button {width: 19px; height: 19px;}
.ik-slide-list .slick-dots li button:before {content: ""; background:#004a6c; border:none; opacity: 1; -webkit-border-radius: 50%; -moz-border-radius: 50%; border-radius: 50%;}
.ik-slide-list .slick-dots li.slick-active button:before {background:#13a1d9; opacity: 1;}

/*main-map*/
.main-map{
	padding:35px 0 100px 0;
}
.maplist{
	margin-top:60px;
}
.maplist li{
	display:inline-block;
	width:100%;
}
.maplist li::before{
	content:" ";
	float:left;
	width:37px;
	height:37px;
}
.maplist li:nth-child(1)::before{
	background:#0ea3d9;
}
.maplist li:nth-child(2)::before{
	background:#104a64;
}
.maplist li a{
	float:left;
	margin:8px 0 0 10px;
	font-family: 'Montserrat';
	font-size: 18px;
	color: #666; 
}
.maplist li a:hover{
	color: #000; 
}


/*media*/
.media-wrapper{
	margin-top:40px;
}
.media-wrapper h3{
	margin-bottom:30px;
	font-family: 'Montserrat';
	font-size: 32px;
}
.media-item{
	margin-bottom:30px;
}
.media-item .title{
	margin-top:8px;
	text-align:left;
	font-family: 'Montserrat';
	font-size: 15px;
	color: #005171; 
}

@media screen and (min-width: 1025px) {
  .main-services-item.hover .main-services-link:before {opacity: 0.1;}
  .main-services-item.hover .main-services-link:after {width: 100%; left: auto; left: 0;}

  .main-services-link:hover:after {width: 100%; left: auto; left: 0;}
  .main-services-link:hover:before {opacity: 0.5;}
}

.main-services-image {
	width: 100%;
	height: 150px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

.main-services-text { display:none; position: absolute; left: 0; top: 50%; width: 100%; height: auto; padding: 10px; z-index: 2; -webkit-transform: translateY(-50%); transform: translateY(-50%);}
.main-services-text span {font-family: 'Montserrat'; font-size: 16px; color: #FFFFFF; text-align: center; display: block;}

.main-services-tabs {margin-bottom: 10px;}

.tabs-content {
	margin: 32px 0;
	display: none;
	border: 1px solid #e5e5e5;
    padding: 19px 18px;
}
.tabs-content.open {display: block;}

.tabs-pane {margin: 0 -6px; display: none;}
.tabs-pane:after {content: ""; display: block; clear: both;}
.tabs-pane.open {display: block;}

.tabs-pane-text {float: left; width: 50%; padding: 0 6px;}
.tabs-pane-text h3 {font-family: 'Montserrat'; font-size: 35px; line-height: 1.3; color: #24337b; display: block; margin-bottom: 20px;}

.tabs-textarea {width: 100%; margin-bottom: 15px; display: inline-block;}
.tabs-textarea .inside {font-family: 'Montserrat'; font-size: 18px; line-height: 1.5; color: #30384D; font-weight: 300; display: block;}
.tabs-textarea li {position: relative; padding-left: 25px; margin-bottom: 5px;}
.tabs-textarea li a { color: #30384D; font-family: 'Montserrat'; font-size: 16px;}
.tabs-textarea li:before {content: ""; position: absolute; left: 4px; top: 50%; width: 10px; height: 10px; margin-top: -5px; border: 2px solid #222931; display: inline-block; -webkit-border-radius: 50%; -moz-border-radius: 50%; border-radius: 50%;}

.tabs-pane-text .services-more-button {width: 130px; height: 40px;}
.tabs-pane-text .services-more-button i {font-family: 'Montserrat'; font-size: 14px; line-height: 40px;}

.tabs-pane-text .more-button {background-color: transparent; border: 1px solid #222931; width: 130px; height: 40px; line-height: 40px; font-family: 'Montserrat'; font-size: 14px; color: #222931;}
.tabs-pane-text .more-button:after {background: url('../images/blue-arrow.svg') center center no-repeat;}
.tabs-pane-text .more-button:hover:after {margin-left: 12px;}

.tabs-pane-image {float: left; width: 50%; padding: 0 6px;}
.tabs-pane-image img {width: 100%; height: auto; display: block; background:#eee;}

.other-services-button a {position: relative; float: right; font-family: 'Montserrat'; font-size: 14px; color: #222931;}
.other-services-button a:after {content: ""; position: absolute; right: 0; bottom: -1px; width: 0; height: 1px; background-color: #222931; 
  -webkit-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  -moz-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
.other-services-button a:hover:after {width: 100%; left: auto; left: 0px;}

/* Main company */
.main-company {
	padding-top: 40px;
	padding-bottom: 50px;
	background-color: #F2F2F2;
}

.main-company-head {position: relative; z-index: 9; margin-bottom: 30px;}
.main-company-head:after {content: ""; display: block; clear: both;}
.main-company-title {font-family: 'Montserrat'; font-size: 42px; font-weight:300; color: #24337b;}

.main-company-list:after {content: ""; display: block; clear: both;}
.main-company-item {float: left; width: 16.66666666666667%; margin-bottom:34px;}

.main-company-image {
	position: relative; 
	width: 163px; 
	height: 163px; 
	margin: 0 auto 20px; 
	-webkit-border-radius: 50%; 
	border-radius: 50%; 
	overflow: hidden; 
	visibility: hidden;
}

.main-company-img {position: absolute; width: 100%; height: 100%; left: 0; top: 0; background-repeat: no-repeat; background-position: center center; background-size: cover; -webkit-transform: scale(1); transform: scale(1); -webkit-transition: all .4s; transition: all .4s;}
.main-company-color {position: absolute; width: 100%; height: 100%; left: 0; top: 0; opacity: 0.7; -webkit-border-radius: 50%; border-radius: 50%; overflow: hidden; -webkit-transition: all .4s; transition: all .4s;}
.main-company-icon {position: absolute; left: 0; top: 0; width: 100%; height: 100%;}
.main-company-icon img {width: 100%; height: auto; display: block;}

.main-company-item:hover .main-company-img {-webkit-transform: scale(0.9); transform: scale(0.9);}
.main-company-item:hover .main-company-color {opacity: 0.5;}

.main-company-text {
	position: relative;
	width: 152px; 
	height:44px; 
	margin: 0 auto;
	text-align: center;
}
.main-company-text span {position: relative;  font-weight: 400; font-family: 'Montserrat'; font-size: 20px; color: #30384D; display: inline-block;}


.main-company-text span:after {content: ""; position: absolute; right: 0; bottom: -4px; width: 0; height: 2px; background-color: #30384D; 
  -webkit-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  -moz-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
.main-company-item:hover span:after {width: 100%; left: auto; left: 0px;}


/* Contact - Form */
.main-form {margin-top: 10px; padding-top: 50px;}

.contact-form {margin-left: -7px; margin-right: -7px;}
.contact-form:after {content: ""; display: block; clear: both;}
.main-form-box {}

.main-form-title {font-family: 'Montserrat'; font-size: 30px; color: #004A6C; display: block; margin-bottom: 30px;}

.input-line-wrap {float: left; width: 100%; height: auto;}
.input-wrap {float: left; width: 50%; height: auto; padding: 7px;}
.input-field {width: 100%; height: 46px; padding: 0 20px; border: 1px solid #C6C6C6; outline: none; font-family: 'Montserrat'; font-size: 14px; color: #95989A; display: block; -webkit-border-radius: 5px; border-radius: 5px;}

.input-field::-webkit-input-placeholder {color: #95989A;}
.input-field::-moz-placeholder {color: #95989A;}
.input-field:-ms-input-placeholder {color: #95989A;}
.input-field:-moz-placeholder {color: #95989A;}

.input-wrap label {font-family: 'Montserrat'; font-size: 14px; color: #FF0000; display: block; margin-top: 5px; padding: 0 5px;}

.input-message-wrap {width: 100%; margin-bottom: 20px;}
.input-message {height: 178px; padding: 15px; resize: none;}

.form-button-wrap {float: left; width: 100%;}
.send-button {position: relative; float: right; width: 150px; height: 40px; background-color: transparent; border: 1px solid #24337b; outline: none; cursor: pointer; margin:0 7px;}
.send-button i {position: relative; font-family: 'Montserrat'; font-size: 14px; line-height: 32px; color: #24337b; font-style: normal; -webkit-transition: all .4s ease-in-out; transition:         all .4s ease-in-out;}
.send-button i:after {content: ""; position: absolute; right: 0px; top: 50%; margin-top: -4px; width: 19px; height: 8px; opacity: 0; display: inline-block; vertical-align: middle; background: url('../images/blue-arrow.svg') center center no-repeat; background-size: 19px auto;
  -webkit-transition: all .4s ease; transition: all .4s ease;
}
.send-button:hover i {padding-right: 25px;}
.send-button:hover i:after {right: 0; opacity: 1;}

.form-succes {display: none;}
.form-error {display: none;}
.form-succes-text {font-family: 'Montserrat'; font-size: 16px; color: #222931; display: inline-block; vertical-align: middle;}
.form-error-text {font-family: 'Montserrat'; font-size: 16px; color: #FF0000; display: inline-block; vertical-align: middle;}

/* İK */
.ik-text-area p {font-family: 'Montserrat'; font-size: 16px; color: #30384D; display: block; padding-bottom: 20px;}

/* Footer */
.footer {width: 100%; padding-top: 55px; padding-bottom: 62px; background-color: #313d77;}

.footer-logo {
	width: 220px;
	margin-bottom: 10px;
}
.footer-logo img {width: 100%; height: auto; display: block;}

.footer-pane {width: 100%;}

.footer .col-4 {float: left; width: 33%}
.footer .col-8 {float: left; width: 66%}

.footer .col-4 .footer-pane {width: 100%;}
.footer .col-8 .footer-pane {float: left; width: 35%;}
.footer .col-8 .footer-pane:first-child {width: 35%;}
.footer .col-8 .footer-pane:last-child {width: 30%;}

.footer-nav-title {margin-bottom: 15px;}
.footer-nav-title, .footer-nav-title a { font-weight: 700; font-family: 'Montserrat'; font-size: 14px; color: #E5E5E5;}
.footer-nav-title a {display: block; -webkit-transition: all .3s; transition: all .3s;}
.footer-nav-title a:hover {color: #999;}

.footer-nav-item {margin-bottom: 10px;}
.footer-nav-item a {font-family: 'Montserrat'; font-size: 14px; color: #E5E5E5; display: block; -webkit-transition: all .3s; transition: all .3s;}
.footer-nav-item a:hover {color: #999;}

.footer-social {float: left;}
.footer-social h4 {font-family: 'Montserrat'; font-size: 14px; color: #E5E5E5; display: block; margin-bottom: 15px;}

.footer-social-list:after {content: ""; display: block; clear: both;}
.footer-social-item {float: left; margin-right: 8px;}

.footer-social-item a {position: relative; width: 38px; height: 38px; background-color: #fff; display: block; -webkit-border-radius: 0; border-radius: 0; -webkit-transition: all .4s; transition: all .4s;}
.footer-social-item a:hover {opacity: 0.6;}
.footer-social-item a img {position: absolute; left: 50%; top: 50%; -webkit-transform: translate(-50%,-50%); transform: translate(-50%,-50%);}

.footer-social-button {width: 39px; height: 38px; background-image: url('../images/footer-social.png'); background-repeat: no-repeat; background-position: left top; background-size: 133px auto; display: block; cursor: pointer;
  -webkit-transition: all .4s ease;
          transition:         all .4s ease;
}
.footer-social-button:hover {opacity: 0.8;}

.sub-footer {margin-bottom: 40px;}
.sub-footer .nav-button {color: #4E4F57;}
.sub-footer .footer-social-button {background-image: url('../images/footer-social2.png');}

.footer-social-google {background-position: 0 -1px;}
.footer-social-facebook {background-position: -47px 0;}
.footer-social-twitter {background-position: -94px 0;}

.footer-bar {width: 100%; height: 24px; background-color: #30384D;}

/* Subnav */
.subnav-wrap {float: left; width: 355px; margin-right: 20px; background: #222931; padding-top: 50px; padding-bottom: 45px;}

.main-subnav-item.active {background: #1264AD;}
.main-subnav-button {font-family: 'robotobold'; font-size: 18px; color: #FFFFFF; display: block; border-bottom: 1px solid rgba(255,255,255, 0.4); padding: 25px 25px 10px;}

.second-subnav-list {background: #1264AD; display: none;}
.second-subnav-item.active .second-subnav-button {background: rgba(22,115,198, 0.5);}
.second-subnav-item.icon .second-subnav-button {border: transparent;}
.second-subnav-item.icon .second-subnav-button:before {background-position: right center;}
.second-subnav-button {position: relative; font-family: 'robotoregular'; font-size: 16px; color: #FFFFFF; display: block; border-bottom: 1px solid rgba(255,255,255, 0.2); padding: 12px 40px;}
.second-subnav-button:before {content: ""; position: absolute; left: 25px; top: 50%; margin-top: -5px; width: 11px; height: 11px; display: inline-block; vertical-align: middle; background: url('../images/subnav-icon.png') left center no-repeat; background-size: 37px auto;}

.third-subnav-list {padding: 5px 20px 20px 40px; background: rgba(22,115,198, 0.5); display: none;}
.third-subnav-button {font-family: 'robotolight'; font-size: 13px; color: #FFFFFF; display: block; padding: 5px 0;}
.third-subnav-button:before {content: "-"; margin-right: 5px;}

/* Content */
.content {min-height: 400px; padding-top: 0; padding-bottom: 40px;}
.content:after {content: ""; display: block; clear: both;}

.content-item {padding: 25px 0; overflow: hidden;}
.content-item:last-child {padding-bottom: 50px;}
.content-item:after {content: ""; display: block; clear: both;}

.content-item:nth-child(odd) {background-color: #FFFFFF;}
.content-item:nth-child(odd) .content-item-box {float: right;}

.content-item:nth-child(even) {background-color: #F2F2F2;}
.content-item:nth-child(even) .content-item-box {float: left; padding-left: 0; padding-right: 130px;}
.content-item:nth-child(even) .content-item-image {float: right; margin-right: -165px;}
.content-item:nth-child(even) .content-item-content {float: left;}

.content-item-box {position: relative; width: 100%; padding-left: 130px; z-index: 9;}

.border-box {padding: 45px 35px; border: 2px solid #E5E5E5;}
.border-box:after {content: ""; display: block; clear: both;}

.content-item-image {float: left; width: 370px; margin-left: -165px; visibility: hidden; -webkit-transition: all .3s; transition: all .3s;}
.content-item-image img {width: 100%; height: auto; display: block;}

.content-item-content {float: right; width: 67%;}
.content-item-content:after {content: ""; display: block; clear: both;}

.content-item-title {font-family: 'Montserrat'; font-size: 30px; color: #24337b; display: block; margin-bottom: 20px;}
.content-item-textbox {margin-bottom: 25px;}
.content-item-text, .content-item-text a  {font-family: 'Montserrat'; font-size: 18px; line-height: 1.5; color: #30384D; font-weight: 300; display: block;}
.content-item-text h2 {font-family: 'proxima_novalight'; font-size: 24px; color: #000; display: block; margin-bottom: 12px;}
.content-item-text h3 {font-family: 'proxima_novalight'; font-size: 22px; color: #24337b; display: block; margin-bottom: 12px;}
.content-item-text strong, .content-item-text b { font-weight:bold; }
.project-text strong{ color: #222931; }
.project-text h3{ color: #004a6c !important; }

/* company */
.company-content {padding-bottom: 0;}

/* Services */
.services-content {padding-bottom: 0;}

.services-more-button {position: relative; width: 120px; height: 34px; border: 1px solid  #24337b; display: block; text-align: center; -webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0;}
.services-more-button i {position: relative; font-family: 'Montserrat'; font-size: 12px; line-height: 34px; color: #24337b; font-style: normal; display: inline-block; -webkit-transition: all .4s ease; transition: all .4s ease;}
.services-more-button i:after {content: ""; position: absolute; right: 0px; top: 50%; margin-top: -4px; width: 18px; height: 7px; opacity: 0; display: inline-block; vertical-align: middle; background: url('../images/blue-arrow.svg') center center no-repeat; background-size: 18px auto; -webkit-transition: all .4s ease; transition: all .4s ease;}
.services-more-button:hover i {padding-right: 25px;}
.services-more-button:hover i:after {right: 0; opacity: 1;}
.projects-more-button{ margin-top:40px; float: right;}

.bullet {position: relative; padding-left: 20px;}
.bullet:before {content: ""; position: absolute; left: 0; top: 5px; width: 7px; height: 11px; background: url('../images/arrow-icon.svg') center center; background-size: 7px 11px;}

/* Services Detail */
.sd-content {padding-bottom: 0;}

.sd-row {margin-bottom: 25px;}

.sd-headpane {}
.sd-headpane h2 {font-family: 'Montserrat'; font-size: 30px; color: #222931; text-align: center; display: block; margin-bottom: 40px;}
.sd-headpane p {font-family: 'Montserrat'; font-size: 16px; line-height: 24px; color: #30384D; display: block; margin-bottom: 20px;}

.sd-subpane {font-family: 'Montserrat'; font-size: 18px; line-height: 1.5; color: #30384D; font-weight: 300;}
.sd-subpane b {font-weight: 700; font-family: 'Montserrat'}
.sd-subpane h3 {font-family: 'Montserrat'; font-size: 30px; color: #30384D; display: block; margin: 20px 0;}
.sd-subpane h4 {font-family: 'Montserrat'; font-size: 24px; color: #30384D; display: block; margin: 20px 0;}
.sd-subpane p {font-family: 'Montserrat'; font-size: 18px; line-height: 1.5; color: #30384D; font-weight: 300; display: block;}
.sd-bullet p, .sd-subpane li {position: relative; padding-left: 45px;}
.sd-bullet p:before, .sd-subpane li:before {content: "•"; position: absolute; left: 20px; top: 0;}

.sd-subpane-small {font-family: 'Montserrat'; font-size: 18px; line-height: 1.5; color: #30384D; font-weight: 300;}
.sd-subpane-small b {font-weight: 700; font-family: 'Montserrat'}
.sd-subpane-small h3 {font-family: 'Montserrat'; font-size: 30px; color: #30384D; display: block; margin: 20px 0;}
.sd-subpane-small h4 {font-family: 'Montserrat'; font-size: 24px; color: #30384D; display: block; margin: 20px 0;}
.sd-subpane-small p {font-family: 'Montserrat'; font-size: 18px; line-height: 1.5; color: #30384D; font-weight: 300; display: block;}
.sd-bullet-small p, .sd-subpane-small li {position: relative; padding-left: 45px;}
.sd-bullet-small p:before, .sd-subpane-small li:before {content: "•"; position: absolute; left: 20px; top: 0;}

.sd-slidepane {width: 100%; padding: 25px 0; background-color: #F2F2F2;}

.sd-slide-item {outline: none;padding-right: 10px;}
.sd-slide-item img, .sd-slide-item video {max-width: 100%; height: auto; display: block; margin: 0 auto;}

.sd-slide-list.slick-dotted.slick-slider {margin-bottom: 15px;}
.sd-slide-list .slick-dots li {width: 11px; height: 11px;}
.sd-slide-list .slick-dots li button {width: 11px; height: 11px;}
.sd-slide-list .slick-dots li button:before {content: ""; width: 11px; height: 11px; border: 2px solid #222931; opacity: 1; -webkit-border-radius: 50%; -moz-border-radius: 50%; border-radius: 50%;}
.sd-slide-list .slick-dots li.slick-active button:before {background-color: #222931; opacity: 1;}

.sd-bottompane {width: 100%; padding: 35px 0; background-color: #F2F2F2;}
.sd-bottompane h3 {font-family: 'Montserrat'; font-size: 30px; color: #30384D; display: block; margin-bottom: 30px;}

.sd-box {margin-left: -6px; margin-right: -6px;}
.sd-box:after {content: ""; display: block; clear: both;}
.sd-box-item {float: left; width: 33.3%; padding: 6px;}
.sd-box-inner {width: 100%; height: 240px; padding: 10px; background-color: #24337b; display: table;}
.sd-box-inner a {font-family: 'Montserrat'; font-weight: 300; font-size: 24px; display: table-cell; vertical-align: middle; text-align: center;}

.sd-box-item:nth-child(odd) .sd-box-inner {background-color: #24337b;}
.sd-box-item:nth-child(odd) .sd-box-inner a {color: #FFFFFF;}

.sd-box-item:nth-child(even) .sd-box-inner {background-color: #FFFFFF;}
.sd-box-item:nth-child(even) .sd-box-inner a {color: #95989A;}


.services-detail-left {float: left; width: 50%;}

.services-detail-image {margin-bottom: 25px;}
.services-detail-image img {width: 100%; height: auto; display: block;}

.services-detail-title {font-family: 'Montserrat'; font-size: 30px; color: #222931; display: block; margin-bottom: 25px;}
.services-detail-text {font-family: 'Montserrat'; font-size: 16px; line-height: 24px; color: #30384D; display: block; margin-bottom: 35px;}

.services-detail-inner:after {content: ""; display: block; clear: both;}

.services-detail-inner-title {font-family: 'Montserrat'; font-size: 24px; line-height: 26px; color: #222931; display: block; margin-bottom: 25px;}
.services-detail-inner-text {font-family: 'Montserrat'; font-size: 16px; line-height: 24px; color: #30384D; display: block; margin-bottom: 15px;}

.services-detail-right {float: left; width: 50%; padding-left: 40px;}
.services-detail-info {border: 1px solid #222931;}
.services-detail-info-title {font-family: 'Montserrat'; font-size: 20px; color: #FFFFFF; display: block; padding: 20px; background-color: #222931;}
.services-detail-info-text-wrap {padding: 20px;}
.services-detail-info-text {font-family: 'Montserrat'; font-size: 16px; line-height: 24px; color: #30384D; display: block; margin-bottom: 15px;}

.services-detail-item {outline: none;}
.services-slide-image img {margin: 0 auto;}

.services-detail-slide.slick-dotted.slick-slider {margin-bottom: 60px;}
.services-detail-slide .slick-dots li {width: 11px; height: 11px;}
.services-detail-slide .slick-dots li button {width: 11px; height: 11px;}
.services-detail-slide .slick-dots li button:before {content: ""; width: 11px; height: 11px; border: 2px solid #222931; opacity: 1; -webkit-border-radius: 50%; -moz-border-radius: 50%; border-radius: 50%;}

.services-detail-slide .slick-dots li.slick-active button:before {background-color: #222931; opacity: 1;}

/* company */
.company-item-button {font-family: 'Montserrat'; font-weight: 300; font-size: 18px; line-height: 24px; color: #222931; display: inline-block;}

/* Reference Tags */
.reference-content {padding-top: 0; padding-bottom: 0;}

.tags {border-bottom: 1px solid rgba(149,152,154,0.2); padding: 18px 0; visibility: hidden;}
.tags-list {margin-left: -3px; margin-right: -3px;}
.tags-list:after {content: ""; display: block; clear: both;}
.tags-item {float: left; margin: 3px;}
.tags-item .tags-button {font-family: 'Montserrat'; font-size: 12px; color: #464646; display: block; padding: 12px 25px; border: 1px solid #95989A; cursor: pointer; -webkit-border-radius: 20px; -moz-border-radius: 20px; border-radius: 20px;
  -webkit-transition: all .2s ease; transition: all .2s ease;
}
.tags-item.active .tags-button {color: #222931; border: 1px solid #222931;}

.tags-item .tags-button:hover {color: #222931; border-color: #222931;}

/* Corporate */
.corporate-item {width: 100%; padding-left: 130px;}
.corporate-item:after {content: ""; display: block; clear: both;}
.corporate-item-box {float: right; border: 4px solid #E5E5E5; padding: 40px 25px;}

.corporate-item-image {float: left; width: 420px; margin-left: -155px; margin-right: 25px; margin-bottom: 25px;}
.corporate-item-image img {width: 100%; height: auto; display: block;}

.corporate-item-content {}
.corporate-item-title {font-family: 'Montserrat'; font-size: 20px; line-height: 26px; color: #222931; display: block; margin-bottom: 20px;}
.corporate-item-subtitle {font-family: 'Montserrat'; font-size: 18px; line-height: 26px; color: #30384D; display: block; margin-bottom: 25px;}

.corporate-item-textbox, .corporate-info {}
.corporate-item-text {font-family: 'Montserrat'; font-weight: 300; font-size: 18px; line-height: 24px; color: #30384D; display: block; margin-bottom: 20px;}
.corporate-info-text {font-family: 'Montserrat'; font-size: 18px; line-height: 24px; color: #222931; display: block;}

/* News */
.news-section {margin-top: -15px; margin-left: -15px; margin-right: -15px;}

.news-item {float: left; width: 50%; padding: 15px;}
.news-item:after {content: ""; display: block; clear: both;}

.news-item-box {position: relative; height: 302px; border: 1px solid #C7C7C7; overflow: hidden;}
.news-item-box:after {content: ""; display: block; clear: both;}

.news-video {position: absolute; top: 50%; left: 50%; z-index: 1; min-width: 100%; min-height: 100%; width: auto; height: auto; -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%);}

.news-video-pane {position: absolute; left: 0; top: 0; width: 100%; height: 100%; background-color: rgba(0,0,0,0.5); z-index: 2; -webkit-transition: all .5s; transition: all .5s;}
.news-video-pane:hover {background-color: rgba(0,0,0,0.4);}
.news-video-pane.close {opacity: 0; visibility: hidden;}
.news-video-button {position: absolute; left: 50%; top: 50%; width: 72px; height: auto; cursor: pointer; -webkit-transition: all .3s; transition: all .3s; -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%);}
.news-video-button img {width: 100%; height: auto; display: block;}
.news-video-button:hover {width: 80px;}

.news-video-title {position: absolute; left: 0; bottom: 25px; width: 100%; height: auto;}
.news-video-title h4 {font-family: 'Montserrat'; font-size: 16px; color: #FFFFFF; display: block; text-align: center; padding: 0px 10px;}

.news-item-image {position: absolute; width: 50%; height: 100%;}
.news-item-image img {width: 100%; height: 100%; display: block; object-fit: cover; object-position: 50% 50%; object-position: 0 0;}

.news-item-content {float: right; width: 50%; padding: 15px 20px;}
.news-item-content:after {content: ""; display: block; clear: both;}

.news-item-date {font-family: 'Montserrat'; font-size: 12px; color: #222931; display: block; margin-bottom: 12px;}
.news-item-title {font-family: 'Montserrat'; font-size: 16px; color: #222931; display: block; margin-bottom: 15px;}

.news-item-textbox {height: 82px; margin-bottom: 10px; display: -webkit-box; -webkit-line-clamp: 4; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis;}
.news-item-text {font-family: 'Montserrat'; font-weight: 300; font-size: 14px; line-height: 20px; color: #30384D; display: block;}

.news-more-button {position: relative; width: 120px; height: 34px; border: 1px solid #222931; display: block; text-align: center; -webkit-border-radius: 40px; -moz-border-radius: 40px; border-radius: 40px;}
.news-more-button i {position: relative; font-family: 'Montserrat'; font-size: 12px; line-height: 34px; color: #222931; font-style: normal; display: inline-block; -webkit-transition: all .4s ease; transition: all .4s ease;}
.news-more-button i:after {content: ""; position: absolute; right: 0px; top: 50%; margin-top: -4px; width: 18px; height: 7px; opacity: 0; display: inline-block; vertical-align: middle; background: url('../images/blue-arrow.svg') center center no-repeat; background-size: 18px auto; -webkit-transition: all .4s ease; transition: all .4s ease;}
.news-more-button:hover i {padding-right: 25px;}
.news-more-button:hover i:after {right: 0; opacity: 1;}

.news-social {margin-bottom: 12px;}
.news-social:after {content: ""; display: block; clear: both;}
.news-social-item {float: left; margin-right: 10px; visibility: hidden;}
.news-social-button {display: block; cursor: pointer;
  -webkit-transition: all .4s ease;
          transition:         all .4s ease;
}
.news-social-button:hover {opacity: 0.8;}

.news-getmore {float: left; width: 100%; margin-top: 30px; text-align: center;}
.news-getmore-button {width: 200px; height: 43px; line-height: 43px; font-family: 'Montserrat'; font-size: 14px; color: #222931; display: inline-block; cursor: pointer; border: 1px solid #222931; -webkit-border-radius: 40px; -moz-border-radius: 40px; border-radius: 40px;
  -webkit-transition: all .4s ease; transition: all .4s ease;
}
.news-getmore-button:hover {background-color: #222931; color: #FFFFFF;}

/* News Detail */
.news-detail-image {float: left; width: 445px; padding-right: 25px; padding-bottom: 20px;}
.news-detail-image img {width: 100%; height: auto; display: block;}

.news-detail-content {}

.news-detail-title {font-family: 'Montserrat'; font-size: 30px; color: #222931; display: block;}
.news-detail-date {font-family: 'Montserrat'; font-size: 12px; color: #222931; display: block; margin-bottom: 12px;}

.news-detail-content p, .news-content  {font-family: 'Montserrat'; font-size: 14px; line-height: 24px; color: #30384D; display: block; margin-bottom: 12px;}

.news-detail-content .news-social-item {display: inline-block; vertical-align: middle; float: none; margin-right: 2px;}
.news-detail-content .news-social:after {display: none;}

/* Contact */
.contact-content { /*margin-top:-60px;*/ }

.contact-content .content-item {padding: 40px 0;}

.contact-item-title {font-family: 'Montserrat'; font-size: 23px; color: #24337b; display: block; margin-bottom: 25px;}
.contact-item-text {font-family: 'Montserrat'; font-weight: 300; font-size: 18px; line-height: 26px; color: #30384D; display: block; margin-bottom: 10px;}

.contact-table {margin-bottom: 10px;}
.contact-table-title {font-family: 'Montserrat'; font-size: 18px; line-height: 24px; color: #30384D; display: inline-block; vertical-align: middle; margin-right: 10px;}
.contact-table-info {font-family: 'Montserrat'; font-weight: 300; font-size: 18px; line-height: 26px; color: #30384D; display: inline-block; vertical-align: middle;}

.contact-button {width: 200px; height: 40px; line-height: 40px; font-family: 'Montserrat'; font-size: 13px; color: #24337b; text-align: center; display: block; border: 1px solid #24337b; -webkit-border-radius: 40px; -moz-border-radius: 40px; border-radius: 40px;
  -webkit-transition: all .4s ease; transition: all .4s ease;
}

.contact-button:hover {background-color: #24337b; color: #FFFFFF;}

/* Mobile Nav Button */
.mobile-nav-button {position: relative; float: right; width: 85px; height: 96px; margin: 0; padding: 0; display: block; cursor: pointer; display: none;}

.mobile-nav-button:focus {
  outline: none;
}

.mobile-nav-button span {
  display: block;
  position: absolute;
  top: 44px;
  left: 18px;
  right: 18px;
  height: 6px;
  background: #24337b;
}

.mobile-nav-button span::before,
.mobile-nav-button span::after {
  position: absolute;
  display: block;
  left: 0;
  width: 100%;
  height: 6px;
  background-color: #24337b;
  content: "";
}

.mobile-nav-button span::before {
  top: -15px;
}

.mobile-nav-button span::after {
  bottom: -15px;
}

.mnav--htx span::before,
.mnav--htx span::after {
  transition-duration: 0.3s, 0.3s;
  transition-delay: 0.3s, 0s;
}

.mnav--htx span::before {
  transition-property: top, transform;
}

.mnav--htx span::after {
  transition-property: bottom, transform;
}

/* active state, i.e. menu open */
.mnav--htx.is-active span {
  background: none;
}

.mnav--htx.is-active span::before {
  top: 0;
  transform: rotate(45deg);
}

.mnav--htx.is-active span::after {
  bottom: 0;
  transform: rotate(-45deg);
}

.mnav--htx.is-active span::before,
.mnav--htx.is-active span::after {
  transition-delay: 0s, 0.3s;
}
.img-responsive{
    max-width: 100%;
    height: auto;
}

/* footer company info*/
.footer-company-info{
	background:#eee;
	text-align:center;
	padding: 10px 0 9px 0;
	font-family: 'Montserrat';
	font-size: 16px;
	color: #ebecec;
	font-weight:bold;
}
.footer-company-info a{
	font-family: 'Montserrat';
	font-size: 16px;
	color: #222931;
	font-weight:bold;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.footer-company-info a:hover{
	color: #666;
}


/*management*/
.management-content h3.content-item-title {
	margin-top:11px;
	margin-bottom:0;
    font-size: 30px;
    color: #004a6c;
}
.management-content h4.content-item-title {
	margin-top:11px;
	margin-bottom:0;
    font-size: 18px;
    color: #004a6c;
	font-weight:300;
}
.management-content p.content-item-text {
	margin-top:13px;
	margin-bottom:47px;
    /*color: #30384d;
	height:92px;
	overflow:hidden;*/
}


/*services*/
.new-page-style .general-content .content-item-text h1 {
    font-family: 'Montserrat';
	font-weight:400;
    font-size: 30px;
    color: #222931;
    text-align: center;
    display: block;
    margin-bottom: 40px;
}
.new-page-style .general-content .content-item-text iframe {
	text-align:center;
	display:block;
	margin:0 auto;
}
.new-page-style .general-content .content-item-text li {
    position: relative;
    margin-left: 45px;
	list-style:disc;
}
.new-page-style .sd-bottompane{
	margin-bottom:-40px;
}

/*main-howdowe*/
.main-howdowe {
    padding-top: 40px;
    padding-bottom: 50px;
    background-color: #F2F2F2;
}
.main-howdowe .main-company-item {
    width: 25%;
}
.main-howdowe .main-company-image {
    position: relative;
    width: 204px;
    height: 204px;
    margin: 0 auto 20px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    overflow: hidden;
    visibility: hidden;
} 




@media (min-width: 1025px) and (max-width: 1135px) {
	.nav-list {
		margin-right:30px;
	}
	.nav-list .nav-item {
		margin-left: 25px !important;
	}
	.nav-list .nav-button {
		font-size: 16px;
	}
	.hero-text-wrapper {
		margin-left: -497px;
		max-width: 995px;
	}
	.standart-arrow .slick-dots {
		margin-left:-504px !important;
		max-width: 995px !important;
	}
	.main-company-image {width: 140px; height: 140px;}
	.main-company-text {width: 140px;}
}

@media screen and (max-width: 1024px) {
	
	.nav-button{ color:#464646;}
	.nav-button:hover {color: #222931;}
	.header-box .right-box,
	.header-box .right-box-shadow,
	.header-box .left-box{
		display:none;
	}
	.header-box .right-box{
		display:none;
	}
  .big-nav-item{ display: none;}
  .small-nav-item{ display: block;}
  .wrapper {padding-top: 75px;}
  .container {max-width: 100%; padding: 0 15px;}
  .header {position: fixed; top: 0; -webkit-box-shadow: 0px 1px 7px 0px rgba(0,0,0,0.2); -moz-box-shadow: 0px 1px 7px 0px rgba(0,0,0,0.2); box-shadow: 0px 1px 7px 0px rgba(0,0,0,0.2);}
  .main-logo .logo-link {position: relative; padding: 8px 0; left: 0; -webkit-transform: none; transform: none;}

  .language-wrap {right: 100px; display:inherit !important;}

  .language-head {height: 35px;}
  .language-head .language-title {line-height: 34px;}

  .language-item {height: 35px;}
  .language-button {line-height: 34px;}

  .head-bar {display: none;}

  .breadcrumb {display: none;}

  .mobile-nav-button {width: 74px; height: 75px; display: block;}
  .mobile-nav-button span {height: 5px; top: 35px;}
  .mobile-nav-button span::before, .mobile-nav-button span::after {height: 5px;}
  .mobile-nav-button span::before {top: -10px;}
  .mobile-nav-button span::after {bottom: -10px;}

  .mobile-head-link {display: block;}

  .nav-overlay {position: absolute; left: 0; top: 0; height: 100vh; width: 100%; background-color: #000; opacity: .5; z-index: 998; display: none;}
  .nav-overlay.open {display: block;}

  .nav-white-bar {display: block;}

  .nav {position: absolute; right: -100%; top: 0; width: 438px; height: 100vh; padding-top: 75px; background-color: #EDEDED; overflow: hidden; overflow-y: auto; opacity: 0; visibility: hidden; z-index: -1;}
  .nav.is-active {right: 0; opacity: 1; visibility: visible;}
  .nav-list {margin: 0;}
  .nav-item {float: none; margin: 0;}
  .nav-button {height: auto; line-height: 1; padding: 15px 60px 15px 10px; border-bottom: 2px solid #fff;}

  .nav-button-desktop {display: none;}
  .nav-button-mobile {display: block;}

  .nav-item .nav-button:after {content: ""; position: absolute; right: 25px; top: 50%; margin-top: -4px; width: 8px; height: 8px; background-color: transparent; border-top: 2px solid #222931; border-right: 2px solid #222931; -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(45deg);}
  .nav-item:hover .nav-button:after {width: 8px; left: inherit;}
  .nav-item.active .nav-button:after {width: 8px; left: inherit;}

  .nav-item .nav-button:after {display: none;}
  .dd-icon > .nav-button:after {display: block;}

.header_inner {
    height: 75px;
}

  .nav-fly {width: 100%; right: inherit; left: 100%; top: 0; padding-top: 75px; -webkit-transition: all .6s; transition: all .6s;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }
  .nav-item.active .nav-fly {left: 0; opacity: 1; visibility: visible;}
  .nav-fly-list {width: 100%; padding: 10px 0; background-color: #EDEDED;}
  .nav-fly-button {border-bottom: 2px solid #fff;}

  .dd-icon .nav-fly-button:after {border-top: none; border-bottom: 2px solid #222931;}
  .dd-icon.open .nav-fly-button:after {border-right: none; border-bottom: none; border-top: 2px solid #222931; border-left: 2px solid #222931;}

  .dd-icon.open .nav-fly-button {border: none;}
  .nav-fly-item.active .nav-fly-inner {display: none;}
  .nav-fly-inner {position: relative; width: 100%; height: 0; left: 0; padding: 10px 20px; display: none; z-index: 999; -webkit-transition: all .6s; transition: all .6s;}

  .nav-fly-item.open .nav-fly-inner {height: auto; display: block;}

  .tabs-content.open {display: none;}
	.main-company-image {width: 140px; height: 140px;}
	.main-company-text {width: 140px;}
}

@media screen and (max-width: 1023px) {
  .container {padding: 0 15px;}

  .hero-slider-image {height: 370px;}

  .hero-text-wrapper {
		width: 100%; left: 0; margin-left: 0; padding: 10px;
		margin-top:0;
		top: 0;
		height: 100%;
  }
  .hero-slider-text {width: 100%;}
  /*
  .hero-more-button i {padding-right: 30px;}
  .hero-more-button i:after {right: 0; opacity: 1;}
  */
	.standart-arrow .slick-dots {
		top:24px;
		left: inherit !important;
		right: 24px;
		margin-left:inherit !important;
		max-width: inherit !important;
		text-align: right !important;
	}
	
	/* main-about */
	.main-about {
		padding-top: 20px;
    	padding-bottom: 30px;
		font-size: 16px;
	}

  .main-services {padding-top: 10px;}

  .main-company {padding-bottom: 40px;}
  .main-company-image, .main-howdowe .main-company-image  {width: 160px; height: 160px;}
  .main-company-text {width: 160px;}
  
	.main-company-item {
		width: 33.3333333333%;
	}

  /* Content Hero */
  .subpage-hero-image {height: 350px;}

  .subpage-hero-text-wrapper {width: 100%; left: 0; margin-left: 0; padding: 15px;}
  .subpage-hero-text {width: 100%;}
  /* Content Hero */

  .content-item-title {font-size: 22px; margin-bottom: 10px;}

  .content-item-textbox {margin-bottom: 15px;}
  .content-item-text {font-size: 16px; line-height: 22px;}

  .services-more-button i {padding-right: 25px;}
  .services-more-button i:after {right: 0; opacity: 1;}

  .hide {overflow: hidden;}

  .footer .nav {width: 100%; display: block;}
  .footer .nav-item {margin: 0; margin-right: 20px;}
  .footer .nav-item:first-child {margin-left: 0px;}
  .footer-social {float: left;}

  .footer-logo {width: 150px;}

  .contact-item-box {width: 100%; padding: 30px 20px;}
  .contact-item-image {width: 100%; margin: 0; margin-bottom: 25px;}
  .contact-item-content {width: 100%;}
  .contact-item-textbox {margin-bottom: 25px;}

  .contact-left .contact-item-box {padding: 30px 20px;}
  .contact-left .contact-item-image {margin: 0; margin-bottom: 25px;}
  .contact-left .contact-item-content {width: 100%;}

  .subnav-wrap {width: 100%; margin-right: 0; margin-bottom: 20px;}
  .content-item-box {width: 100%; padding: 0;}

  .border-box {padding: 20px;}

  .content-wrap-item-image {width: 100%; margin: 0; margin-bottom: 25px;}
  .content-item-content {width: 100%;}
  .services-more-button {float: left; margin-right: 0;}

  .content-item-image {width: 100%; margin: 0; margin-bottom: 20px;}

  .content-item:nth-child(even) .content-item-box {width: 100%; padding: 0;}
  .content-item:nth-child(even) .border-box {padding: 20px;}
  .content-item:nth-child(even) .content-item-image {width: 100%; margin: 0; margin-bottom: 25px;}

  .news-detail-image {width: 100%; padding-right: 0;}

}

@media screen and (max-width: 767px) {
  .wrapper {padding-top: 50px;}
  .header_inner {height: 50px;}
  .main-logo .logo-link {padding: 5px 0;}

  .nav {width: 100%; padding-top: 50px;}
  .nav-fly {padding-top: 50px;}

  .head-link-item {margin-left: 25px;}

  .mobile-nav-button {width: 25px; height: 50px; margin-left: 15px;}
  .mobile-nav-button span {height: 3px; top: 24px; left: 0; right: 0;}
  .mobile-nav-button span::before, .mobile-nav-button span::after {height: 3px;}
  .mobile-nav-button span::before {top: -7px;}
  .mobile-nav-button span::after {bottom: -7px;}

  .language-wrap {right: 60px;}

  .language-head {width: 50px; height: 25px;}
  .language-head .language-title {font-size: 12px; line-height: 24px; padding-right: 15px;}

  .language-item {width: 50px; height: 25px;}
  .language-button {font-size: 12px; line-height: 24px;padding: 0px 15px;}

  .hero-slider-text {padding: 40px 25px;}
  .hero-slider-text h1 {
	  font-size: 26px;
	  margin-bottom:18px;
  }
  .hero-slider-text span {
	  font-size: 14px;
	  line-height:18px;
	  margin-bottom: 20px;
  }
  /*.hero-button a {width: 140px; height: 45px; line-height: 45px; font-size: 16px;}*/

  .main-services-item {width: 50%;}

  .content {min-height: auto; padding-top: 20px; padding-bottom: 60px;}
  .company-content {padding-bottom: 0;}
  .services-content {padding-bottom: 0;}
  .reference-content {padding-top: 0; padding-bottom: 0;}

  .sd-content {padding-bottom: 0;}

  .sd-box {margin: 0;}
  .sd-box-item {width: 100%; padding: 0; margin-bottom: 10px;}
  .sd-box-inner {height: auto; padding: 50px 10px;}

   /* Content Hero */
  .subpage-hero-image {height: 300px;}

  .subpage-hero-text {padding: 40px 25px;}
  .subpage-hero-text h1 {font-size: 34px;}
  .subpage-hero-text span {font-size: 14px;}
  /* Content Hero */

  .tags {padding: 20px 0px;}
  .tags-item {width: 50%; margin: 0; padding: 3px;}
  .tags-item .tags-button {height: 40px; line-height: 40px; padding: 0 15px; text-align: center; text-overflow: ellipsis; white-space: nowrap; overflow: hidden;}

  .footer {padding-top: 40px; padding-bottom: 40px;}
  .footer .col-4, .footer .col-8 {width: 100%;}
  .footer-logo {width: 150px; margin-bottom: 40px;}
  .footer .col-8 .footer-pane {width: 100% !important; margin-bottom: 20px !important; }
  .footer .col-8 {}
  

  .main-services-head {margin-bottom: 10px;}

  .main-services-title {font-size: 28px; line-height: 34px;}
  .main-services-button {width: 140px; height: 40px; font-size: 14px; line-height: 40px;}

  .main-services-slide-icon {width: 25px; height: 25px; background-size: 25px auto;}

  .main-services-slide-title {font-size: 14px; margin-bottom: 10px;}
  .main-services-slide .slick-prev, .main-services-slide .slick-next {width: 23px; height: 50px;}
  .main-services-slide .slick-prev:before, .main-services-slide .slick-next:before {width: 23px; height: 50px; background-size: 23px auto;}

  .main-company-title {font-size: 28px; line-height: 34px;}
  .main-company-item, .main-howdowe .main-company-item {width: 50%; margin-bottom: 30px;}
  .main-company-image, .main-howdowe .main-company-image  {width: 130px; height: 130px; margin-bottom: 10px;}
  .main-company-text {width: 130px;}
  .main-company-text span {font-size: 16px;}
  
  .main-form {width: 100%;}
  .input-wrap {width: 100%;}

  .main-form-title {font-size: 24px; margin-bottom: 20px;}
  .input-field {font-size: 14px;}
  .input-message-wrap {margin-bottom: 30px;}

  .send-button {width: 100%; height: 50px;}
  .send-button i {font-size: 18px; line-height: 50px;}

  .send-button i {padding-right: 30px;}
  .send-button i:after {right: 0; opacity: 1;}

  .news-item {width: 100%;}
  .news-item-box {height: auto;}

  .news-item-image {position: relative; width: 100%; height: auto;}
  .news-item-content {width: 100%; padding: 20px;}
  .news-item-textbox {height: auto; margin-bottom: 20px;}

  .corporate-item {padding-left: 0;}
  .corporate-item-box {padding: 20px;}
  .corporate-item-image {width: 100%; margin-left: 0; margin-bottom: 25px; padding: 0;}

  .services-detail-left {width: 100%; margin-bottom: 20px;}
  .services-detail-right {width: 100%; padding-left: 0;}
  
  
	.main-ik .ik-slide-list .text-wrapper {
		max-width: 320px;
		left: 20px;
		top: 20px;
	}
	.main-ik .ik-slide-list .text-wrapper h1 {
		margin-bottom: 12px;
		font-size: 22px;
	}
	.main-ik .ik-slide-list .text-wrapper .info {
		margin-bottom: 14px;
		font-size: 14px;
	}
	.services-carousel .carousel-caption {
		top: 20px;
		right: 10%;
		left: 10%;
	}
	.services-carousel .carousel-indicators > li {
		width: 90px;
	}
	.services-carousel .carousel-indicators > li > div {
		margin-left: 10px !important;
		margin-right: 10px !important;
	}
	.services-carousel .carousel-indicators > li > div > h4 {
		margin-top: 20px;
		height: 26px;
		font-size: 12px;
	}
	.services-carousel .carousel-caption h3 {
		font-size: 34px;
	}
	.services-carousel .carousel-caption .info {
		margin-top: 20px;
		font-size: 18px;
	}
	.new-page-style .sd-bottompane {
		margin-bottom: -60px;
	}
}
@media screen and (max-width: 480px) {
	.main-services-item {width: 100%;}
	.main-ik .ik-slide-list .text-wrapper {
		width: 100%;
		max-width: 300px;
		top: 30%;
	}
	.main-ik .ik-slide-list .text-wrapper h1 {
		font-size: 28px;
		margin-bottom: 20px;
	}
	.main-ik .ik-slide-list .text-wrapper .info {
		display:none;
	}
	.main-ik .ik-slide-list .text-wrapper .ik-more-button {
		float:inherit;
		display:inline-block;
	}
	.maplist li a {
		font-size: 14px;
	}
	.services-carousel .carousel-indicators > li {
		width: 56px;
	}
	.services-carousel .carousel-indicators > li > div {
		margin-left: 5px !important;
		margin-right: 5px !important;
	}
	.services-carousel .carousel-indicators > li > div > h4 {
		display:none;
	}
	.services-carousel .carousel-caption h3 {
		font-size: 34px;
	}
	.services-carousel .carousel-caption .info {
		margin-top: 20px;
		font-size: 14px;
	}
}

/*products*/
/*products brand image*/
.products-brand-image{
	background:#f2f2f2;
	text-align:left;
	width:100%;
	max-width:360px;
	margin-top:20px;
}
.products-brand-image a {
	color:#24337b;
}
.products-brand-image a:hover {
	color:#30384D;
}
.products-brand-image img {
	width:100%;
	max-width:100px;
	display:inline-block;
}
.products-brand-image span{
	display:inline-block;
	padding-top:16px;
	font-size:16px;
	font-family: 'Montserrat';
}
/*products image*/
.products .products-image{
	padding-bottom:40px;
}
/*products info*/
.products .products-info{
	padding-bottom:40px;
}
/*products files*/
.products-files h4{
	margin-top:40px;
	padding-bottom:8px;
	border-bottom:1px solid #eee;
	font-family: 'Montserrat';
	color:#24337b;
}
.products-files ul{
	padding:0;
	margin:0;
	display:inline-block;
	width:100%;
	list-style:none;
}
.products-files ul > li{
	padding:0 0 8px 0;
	margin:8px 0 0 0;
	border-bottom:1px solid #f2f2f2;
}
.products-files ul > li:last-child{
	padding:0 0 8px 0;
	margin:8px 0 0 0;
	border-bottom:none;
}
.products-files ul > li img{
	height:30px;
}
.products-files ul > li a{
	font-family: 'Montserrat';
	color: #30384D;
}
.products-files ul > li a:hover{
	color: #24337b;
}