@font-face {
    font-family: 'Gill Sans MT';
    src: url('../fonts/GillSansMT.woff2') format('woff2'),
        url('../fonts/GillSansMT.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Gill Sans MT';
    src: url('../fonts/GillSansMT-Bold.woff2') format('woff2'),
        url('../fonts/GillSansMT-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}


@font-face {
	font-family: 'Avenir';
	src: url('../fonts/Avenir-Roman.eot');
	src: url('../fonts/Avenir-Roman.eot?#iefix') format('embedded-opentype'),
		url('../fonts/Avenir-Roman.woff') format('woff'),
		url('../fonts/Avenir-Roman.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Avenir';
	src: url('../fonts/Avenir-Medium.eot');
	src: url('../fonts/Avenir-Medium.eot?#iefix') format('embedded-opentype'),
		url('../fonts/Avenir-Medium.woff') format('woff'),
		url('../fonts/Avenir-Medium.ttf') format('truetype');
	font-weight: 500;
	font-style: normal;
}

@font-face {
	font-family: 'Avenir';
	src: url('../fonts/Avenir-Black.eot');
	src: url('../fonts/Avenir-Black.eot?#iefix') format('embedded-opentype'),
		url('../fonts/Avenir-Black.woff') format('woff'),
		url('../fonts/Avenir-Black.ttf') format('truetype');
	font-weight: 900;
	font-style: normal;
}


*{
	padding:0;
	margin:0;
}
body{
	opacity:0;
	background:#fff;
}
a {
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
ul{
	padding:0;
	margin:0;
	list-style:none;
}
ul li{
	padding:0;
	margin:0;
}
a:hover{
	text-decoration:none!important;
	outline:none!important;
	color:#5da2d9!important;
	opacity:0.7;
}
a:focus{
	outline:none!important;
}
body{
    font-family: 'Avenir';
	font-weight:400;
	font-size:16px;
	color:#525252;
	line-height:22px;
}
.top_section{
	float:left;
	width:100%;
	color:#2b3f7c;
	background:#e4e6ea;
	min-height:34px;
	font-size:16px;
}
.top_div {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
    transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    -webkit-transition: all 0.2s ease-in-out 0s;
}
.top_section ul li{
	float:left;
	padding:0 8px 0 14px;
	background:url(../img/white_border.png) no-repeat left center;
	background-size:6px 9px;
}
.top_section ul li:first-child{
	background:none;
	padding-left:0;
}
.top_section ul{
	margin:3px 0 0;
}
.top_section ul li a{
	color:#2b3f7c;
	letter-spacing:1px;
	line-height:normal;
	font-weight: 500;
	font-family: 'Avenir';
}
.top_section ul li i{
	float:left;
	margin:5px 8px 0 0;
}
.facebook_top{
	float:right;
}
.facebook_top span{
	font-style:italic;
	float:left;
	margin-top:7px;
}
.facebook_top a{
	background:#1a375b;
	color:#fff;
	width:24px;
	height:24px;
	border-radius:100%;
	text-align:center;
	line-height:24px;
	font-size:14px;
	float:left;
	margin: 4px 0 0 5px;
}
.facebook_top a:hover,
.facebook_top a:focus{
	background:#fff;
	color:#1a375b;
	opacity:1;
}
.header{
	float:left;
	width:100%;
	background:#fff;
	min-height:81px;
	webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.sticky .logo {
    margin: 6px 0 0;
}
.sticky .header {
    min-height: 51px;
}
.sticky  #cssmenu {
    float: right;
    margin:17px 0 0;
}
.logo{
	float:left;
	margin:15px 0 0;
	webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.logo a:hover,
.logo a:focus{
	opacity:1;
}
#mo_menu{
	display:none;
}
#cssmenu{
	float:right;
	margin:34px 0 0;
	webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.navbar-default{
	background:none;
	border:none;
	min-height:inherit;
	margin:0;
}
.navbar-collapse{
	padding:0;
}
.navbar-nav > li{
	padding:0 0 0 35px;
}
.navbar-nav > li:first-child{
	padding-left:0;
}
.navbar-nav > li > a{
	padding:0 5px 18px 5px;
	font-size:12px;
	color:#fff!important;
	text-transform:uppercase;
	font-weight:800;
	border-bottom:4px solid transparent;
}
.navbar-nav > li > a:hover,
.navbar-nav > li > a:focus{
	border-bottom:4px solid #fff;
	opacity:1;
}
.navbar-nav li.active a:hover{
	border-bottom:4px solid #fff;
	opacity:1;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover{
	background:none;
	color:#fff;
	opacity:1;
	border-bottom:4px solid #fff;
}
.dropdown-menu{
	background:#113158;
	border-radius:0px;
	border:1px solid #213872;
	padding:0;
}
.dropdown-menu li{
	float:left;
	width:100%;
}
.dropdown-menu li a{
	float:left;
	width:100%;
	font-size:12px;
	text-transform:uppercase;
	color:#fff;
	font-weight:800;
	padding:10px 15px;
	min-width: 200px;
}
.dropdown-menu li a:hover,
.dropdown-menu li a:focus{
	opacity:1;
	background:#213872;
	color:#fff!important;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover{
	background:none;
	color:#fff;
	border-color:#fff;
}
.banner_sec{
	float:left;
	width:100%;
}
.banner_sec .slick-arrow{
	display:none!important;
}
.caption_div{
	float:left;
	width:100%;
	position:absolute;
	top:0;
	height:100%;
	left:0;
	z-index:9;
}
.caption_div .container{
	height:100%;
}
.cap_box{
	float:left;
	width:100%;
	max-width:375px;
	color:#fff;
	display:table;
	height:100%;
	padding:0 0;
}
.center-middle {
    vertical-align: middle;
    display: table-cell;
}

h2 {
    float: left;
    width: 100%;
    font-size: 26px;
    line-height: 30px;
    margin: 0 0 22px;
    font-family: 'Avenir';
    font-weight: 900;
    font-style: normal;
    color: #3f5187;
}

/*
h2{
	float:left;
	width:100%;
	font-size:34px;
	line-height:42px;
	margin:0 0 22px;
	font-family: 'Avenir';
	font-weight: 500;
	font-style: normal;
}
*/
h2 span{
	font-size:34px;
	font-weight: 900;
	color:#485687;
}

.cap_box p{
	font-size:34px;
	line-height:30px;
	margin:0 0 22px;
	font-family: 'Avenir';
	font-weight: normal;
	font-style: normal;
}
.two_btn{
	float:right;
	clear:both;
}
.more_btn{
	color:#31457e;
	padding:0;
	background:none;
	font-size:16px;
	font-weight:900;
	display:inline-block;
	font-family: 'Avenir';
}
.more_btn:hover{
	opacity:1;
	color:#7989b7!important;
	
}
.white_btn{
	height:42px;
	line-height:40px;
	color:#fff;
	padding:0 27px;
	font-size:14px;
	font-weight:bold;
	background:none;
	display:inline-block;
	border:2px solid #ffffff;
}
.white_btn:hover,
.white_btn:focus{
	background:#fff;
	opacity:1;
	color:#31648c;
}
.padding_none{
	padding:0!important;
	background:#D3D3D3;
}

.main_content{
	float:left;
	padding-top: 99px;
	width:100%;
	position:relative;
}
.home_content{
	margin:0 auto;
	width:100%;
	float:none;
	text-align:center;
}
.home_content{
	padding:70px 0;
	display:table;
}
h3{
	float:left;
	width:100%;
	margin:0 0 20px;
	font-size:36px;
	color:#113158;
	font-weight:600;
	text-transform:uppercase;
}
.home_content em{
	float:none;
	width:100%;
	font-size:14px;
	color:#7b7c7c;
	font-weight:300;
	font-style:italic;
	margin:0 auto 40px;
	display:table;
	max-width:475px;
	line-height:24px;
}
.home_content img{
	margin-bottom:50px;
}
.width_60 {
    margin: 0 auto;
    display: table;
    width:69%;
}
.width_60  p{
	font-size:16px;
	line-height:28px;
	letter-spacing:1px;
	color:#616161;
}
.helfo{
	float:left;
	width:100%;
	background:#fff;
	padding:58px 0;
}
.helfo .container{
	max-width:975px;
}

.helfo_logo {
    float: left;
	max-width:280px;
	margin: 50px 0 0;
}
.helfo_logo img{
	width:100%;
}
.helfo_info {
    float: right;
    max-width: 659px;
    background: url(../img/helfo_bg.png) no-repeat 0 0;
    height: 187px;
    padding: 0px 65px 0 190px;
    display: table;
}
.helfo_info p {
    margin: 0;
    font-size: 14px;
    line-height: 22px;
    font-style: italic;
    color: #fff;
    display: table-cell;
    vertical-align: middle;
}
.footer{
	float:left;
	width:100%;
	background:url(../img/footer-bg.jpg) no-repeat 0 0;
	background-size:cover;
	padding:60px 0 50px;
	color:#fff;
	position:relative;
}
.over-footer{
	background:rgba(20, 24, 37, 0.7);
	position:absolute;
	top:0;
	left:0;
	height:100%;
	width:100%;
}
h5{
	float:left;
	width:100%;
	letter-spacing:2px;
	margin:0 0 15px;
	color:#fff;
	font-weight:600;
	font-size:18px;
}
.footer_logo{
	float:left;
	width:100%;
	text-align:center;
}
.footer_logo img{
	margin-bottom:30px;
	max-width:197px;
}
.footer_logo ul{
	padding:0;
	margin:5px 0 0;
	float:left;
	width:100%;
}
.footer_logo ul li{
	float:left;
	width:100%;
	display:inline-block;
	padding-bottom:5px;
	font-family: 'Gill Sans MT';
	font-weight:normal;
	margin:0 5px;
}
.footer_logo ul li a{
	color:#b6b6b6;
	font-size:14px;
	font-family: 'Gill Sans MT';
	font-weight:normal;
	letter-spacing:0.8px;
}
.footer_logo ul li a .fa{
	margin:0px 5px 0 0;
	position:relative;
	top:1px;
}
.footer_logo ul li a .fa.fa-phone-square{
	top:0px;
}
.select_wrapper {
    padding: 0 5px 12px;
    float: left;
}
.footer_form {
	float:left;
	width:100%;
	padding:0 30px;
}
.footer_form form{
	margin:0 -5px;
}
.select_wrapper ::-moz-placeholder{
	opacity:0.8;
	text-transform:uppercase;
	font-size:11px;
	letter-spacing:1px;
}
.select_wrapper ::-webkit-input-placeholder{
	opacity:0.8;
	text-transform:uppercase;
	font-size:11px;
	letter-spacing:1px;
}
.select_wrapper input[type="text"],
.select_wrapper input[type="email"],
.select_wrapper input[type="tel"]{
	border:none;
	background:#fff;
	border-radius:0px;
	float:left;
	width:100%;
	margin:0;
	height:35px;
	line-height:normal;
	color:#000;
	font-size:13px;
	padding:0 10px;
}
.select_wrapper textarea{
	border:none;
	background:#fff;
	border-radius:0px;
	float:left;
	width:100%;
	margin:0;
	height:70px;
	line-height:normal;
	color:#000;
	font-size:13px;
	padding:10px 10px;
}
input.white_btn{
	border:1px solid #fff;
	font-weight:normal;
	font-size:13px;
	text-transform:uppercase;
	letter-spacing:1px;
	height:37px;
	line-height:normal;
	padding:0 17px;
	-webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
	border-radius:0px;
}
.map{
	float:left;
	width:100%;
}
.map iframe{
	float:left;
	width:100%;
	height:208px;
	border:none;
}
.copyright{
	float:left;
	width:100%;
	font-size:13px;
	color:#b6b6b6;
	text-align:center;
	letter-spacing:0.8px;
	padding:10px 0 0;
	font-family: 'Gill Sans MT';
	font-weight:normal;
}
.copyright a{
	color:#b6b6b6;
}
.img_content{
	float:left;
	width:100%;
	padding:70 0;
	background:#fff;
}
.img_content_box{
	float:left;
	width:100%;
}
.box_img img{
	width:100%;
}
.box_info{
	padding: 0px 80px;
	display:table;
	width:100%;
}
h4{
	float:left;
	width:100%;
	margin:0 0 20px;
	font-size:20px;
	font-weight:700;
	text-transform:uppercase;
	color:#333;
	line-height:24px;
}
p{
	clear:both;
	margin-bottom:20px;
}
.box_info p {
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    letter-spacing: 1px;
}

.img_content .container div.img_content_box:nth-child(2) div.col-md-6:first-child{
	float:right;
}
.img_content .container{
	width:100%;
	padding:0;
}
.middle_align{
	display:table-cell;
	vertical-align:middle;
}
.slick-dots{
	margin:0 auto;
	display:table;
	max-width:1170px;
	text-align:center;
	width:100%;
	padding:0 15px;
	position:absolute;
	z-index:9;
	left:0;
	right:0;
	bottom:25px;
}
.slick-dots li{
	display:inline-block;
	padding-left:8px;
}
.slick-dots li button{
	width:10px;
	height:10px;
	background:#bdd6dc;
	border:none;
	border-radius:100%;
	font-size:0px;
}

.slick-dots li.slick-active button{
	background:#485687;
	border:none;
}
.inner_div {
    padding: 30px 15% 20px;
}
#rightbox_img{
	float:right;
}
.slider-over{
	background:url(../img/slider-over.jpg) no-repeat 0 0;
	height:100%;
	float:left;
	position:absolute;
	top:0;
	left:0;
	background-size:cover;
	width:100%;
	z-index: 1;
	opacity: 0.6;
}
.slider-img{
	width:100%;
	position:relative;
	float:left;	
}

/* added 29.11.2017 */
.sub_content{
	margin:0 auto;
	width:100%;
	float:none;
	text-align:left;
}
.sub_content{
	padding:50px 0 50px 0;
}
.sub_content h1{
	float:left;
	width:100%;
	margin:0 0 20px;
	font-size:36px;
	color:#113158;
	font-weight:600;
	text-align:center;
	/*text-transform:uppercase;*/
}
.sub_content em{
	float:none;
	width:100%;
	font-size:14px;
	color:#7b7c7c;
	font-weight:300;
	font-style:italic;
	margin:0 auto 40px;
	display:table;
	max-width:475px;
	line-height:24px;
}
.sub_content img{
	margin-bottom:50px;
}
.sub_content ul{
	padding: 0 0 0 18px;
}
.sub_content ul li {
    list-style: outside circle;
	padding: 0 0 5px;
	margin-left:15px;
}
.employee_row	{
	
	
}
.employee img	{
	
}

.employee { 
	float:left;
	width:100%;
	background: #f5faff;
	padding: 15px;
	font-size: 14px;
	height:300px;
}


/*11-12-17 ==================================*/

.logo img{
	max-width:222px;
	webkit-transition: all 0.3s ease-out;
-moz-transition: all 0.3s ease-out;
-o-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;
}
.sticky .logo img{
	max-width:160px;
}
.footer_logo img{
	margin-bottom:20px;
	max-width:197px;
}

.contact_section .col-md-6.col-sm-6{
	padding:0;
}
.contact_section .col_two .employee{
	background:#efefef;
}
.contact_section .col_three .employee{
	background:#7689b5;
}
.contact_section .col_four .employee{
	background:#aedcdc;
}
.contact_section .col_five .employee{
	background:#443b4e;
}
.contact_section .col_six .employee{
	background:#373448;
}
.employee_img {
	width: 250px;
	display: table-cell;
	vertical-align: middle;
}
.employee_img img{
	margin-bottom:0;
}
.employee_info {
    display: table-cell;
    vertical-align: middle;
    padding: 0 20px;
	font-size:16px;
}
.employee_wrapper {
	display: table;
	width: 100%;
	max-width: 606px;
	margin: 0 auto;
	height:100%;
}
.employee_info strong{
	font-size:26px;
}
.white_text .employee_info, .white_text .employee_info, .white_text .employee_info a{
	color:#fff;
}
.white_text .employee_info a:hover{
	color:#fff!important;
}


/*Kontact Css=========================*/

.quad-one{
	background:#f5faff;
}
.quad-two{
	background:#efefef;
}
.quad-three{
	background:#7689b5;
}
.quad-three h3, .quad-three a, .quad-four h3, .quad-four a, .quad-four p{
	color:#fff;
}
.quad-three a:hover{
	color:#fff!important;
}
.quad-four{
	background:#aedcdc;
}
.contact_section .col-md-6 {
    height: 250px;
    display: table;
}
.mid_div{
	max-width:330px;
	width:100%;
	margin:0 auto;
}
.inner_wrapper {
    margin: 0 auto;
    display: table-cell;
    vertical-align: middle;
}
.inner_wrapper h3{
	text-transform:capitalize;
}
.contact_section .col-md-6{
	height:250px;
}
.align-items-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
}
.over-img {
    position: relative;
    width: 100%;
    float: left;
}
.rim-section {
    position: absolute;
    top: 0;
    width: 100%;
    left: 0;
    height: 100%;
}
.itam-one {
    float: left;
    width: 50%;
    height: 100%;
    display: table;
    text-align: center;
	cursor:pointer;
	-webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.rim-section a{
	height: 100%;
	width: 100%;
	display: table;
}
.itam-one:hover{
	background: rgba(19, 19, 35, 0.8);
	
}
.service-one{
	width:37%;
	float:left;
}
.service-two{
	width:26%;
}
.over-left{
	border-right:8px solid #fff;
}
.over-right{
	border-left:8px solid #fff;
}
.service-one img{
	width:100%;
}
.rim-section h1{
	font-family: 'Gill Sans MT';
	text-transform:uppercase;
	font-weight:bold;
	font-size:18px;
	color:#fff;
	margin:0;
	letter-spacing:0.5px;
}
.service-two h2{
	font-family: 'Gill Sans MT';
	text-transform:uppercase;
	font-weight:bold;
	font-size:18px;
	color:#aeaeb0;
	text-align:center;
	margin:0;
	letter-spacing:0.5px;
}
.service-two{
	display:table;
}
.service-two h3{
	font-family: 'Gill Sans MT';
	text-transform:uppercase;
	font-weight:bold;
	font-size:20px;
	color:#293250;
	text-align:center;
	margin:0;
	letter-spacing:0.5px;
}
.logo-center {
    background: url(../img/line.png) no-repeat center top;
    float: left;
    text-align: center;
    width: 100%;
    margin-top: 15px;
padding-top: 70px;
}
.about-short{
	max-width:725px;
	float:none;
	width:100%;
	padding-top:35px;
	display:table;
	margin:0 auto 0;
	text-align: center;
}
.gray_section {
    background: #efefef;
    padding: 80px 0;
    width: 100%;
    float: left;
	clear:both;
	position:relative;
}
.gray_section h1{
	color:#3f5187;
	font-size:26px;
	line-height:30px;
	font-family: 'Avenir';
	font-weight:900;
	text-transform:uppercase;	
	text-align:center;
	margin:0 0 10px;
	
}
.gray_section p{
	color:#525252;
	font-size:22px;
	line-height:24px;
	font-family: 'Avenir';
	font-weight:normal;
	text-align:center;
	margin:0;
}
.new-opening {
	background:url(../img/line-2.png) repeat-y right 0; 
	padding-top: 10px;
	padding-bottom: 10px;
}
.new-customer{
	padding-top: 10px;
	padding-bottom: 10px;
}
.tow_boxes {
    float: left;
    width: 100%;
    clear: both;
    padding-bottom: 60px;
}
.down-arrow {
    width: 100%;
    position: absolute;
    top: 0;
    text-align: center;
    left: 0;
   
}
.down-arrow-two{
	width: 100%;
    position: absolute;
    top: 0;
    text-align: center;
    left: 0;
}
.down-arrow a {
    display: inline-block;
    color: #fff;
	background:url(../img/arrow_bg.png) no-repeat 0 0;
	width:62px;
	height:30px;
	font-size: 36px;
	line-height: inherit;
}
.down-arrow-two a {
    display: inline-block;
    color: #293250;
	background:url(../img/arrow_bg_2.png) no-repeat 0 0;
	width:62px;
	height:30px;
	font-size: 36px;
	line-height: inherit;
}
.down-arrow a .fa, .down-arrow-two a, .down-arrow-two a .fa, .down-arrow-two a{
	line-height: inherit;
}
.down-arrow a:hover{
	opacity:1!important;
	color:#fff!important;
}
.down-arrow-two a:hover{
	opacity:1!important;
	color:#293250!important;
}
h4{
    font-family: 'Gill Sans MT';
    text-transform: uppercase;
    font-weight: bold;
    font-size: 18px;
    color: #aeaeb0;
    text-align: center;
    margin: 0;
    letter-spacing: 0.8px;
}
h5{
    font-family: 'Gill Sans MT';
    text-transform: uppercase;
    font-weight: bold;
    font-size: 20px;
    color: #293250;
    text-align: center;
    margin: 0;
    letter-spacing: 0.8px;
}
.special_rim {
    float: left;
    width: 100%;
    padding: 70px 0 100px;
    clear: both;
}
.line {
    background: url(../img/line-3.png) no-repeat center top;
    width: 100%;
    height: 5px;
    float: left;
    margin: 20px 0;
}
.special_rim .slick-slide {
	transform: scale(0.8);
	//opacity: .5;
	transition: .3s ease-in-out all;
}
.special_rim .slick-slide.slick-center {
	opacity: 1;
	transform: scale(1.09);
}

.slider-two .slick-dots{
	bottom: -40px;
}
.slider-two .slick-prev.slick-arrow, .slider-two .slick-next.slick-arrow{
	opacity: 0;
}
.top_section #top_right ul {
   float:right;
   margin-top: 5px;
}
.footer_logo ul.top_social li {
    width: auto;
    float: none;
    display: inline-block;
    margin: 0;
}
.footer_logo ul.top_social {
    width: 100%;
    margin: 20px 0 0;
    text-align: center;
    display: table;
}
.footer h3 {
    color: #3f5187;
    font-size: 16px;
    line-height: 20px;
    font-family: 'Gill Sans MT';
    font-weight: bold;
    text-transform: uppercase;
    margin: 0 0 10px;
}
.footer p{
	font-size:14px;
	color:#b6b6b6;
}
.footer ul li{
	font-size:14px;
	color:#b6b6b6;
}
.slider-two .slick-dots li button {
    width: 6px;
    height: 6px;
}	
.map_btn{
	color: #3f5187;
	margin-top: 10px;
	float: left;
}
.map_btn:hover{
	color: #fff!important;
}
.col-md-3.col-sm-3.footer-box:nth-child(4) p{
	margin-bottom:0;
}


h1 {
    font-size: 26px;
    color: #3f5187;
    line-height: 30px;
    font-family: 'Avenir';
    font-weight: 900;
    text-transform: uppercase;
    margin: 0 0 10px;
}
#top_right li{
	list-style:none;
}
#top_right ul{
	padding:0;
}
.article ul{
	padding-left:20px;
	margin-bottom:20px;
}
.article ul li{
	list-style: initial;
}

/*5-10-18===============================*/
.sub_main_content{
	padding:60px 0 0;
}
.sub_header{
	background:#efefef;
	padding:50px 0;
	text-align:center;
}
.align-items-center {
    -ms-flex-align: center !important;
    align-items: center !important;
}
.d-flex {
    display: -ms-flexbox !important;
    display: flex !important;
}
.sub_header h1 {
    color: #3f5187;
    font-size: 26px;
    line-height: 30px;
    font-family: 'Avenir';
    font-weight: 900;
    text-transform: uppercase;
    text-align: center;
	width:100%;
    margin: 0 0 20px;
}
.sub_header p{
	max-width:720px;
	width:100%;
	margin:0 auto;
}
.product_logo{
	text-align:center;
}
.product_logo img{
	max-width:300px;
	width:100%;
	margin:0 auto;
}
.product_tire{
	text-align:center;
	padding: 20px 0;
}
.product_info h6{
    float: left;
    text-align: center;
    width: 100%;
	font-size:16px;
	line-height:normal;
	margin:0;
}
.product_info h5{
	font-size:18px;
	margin-bottom:15px;
}
.product_info h6 span{
	display:inline-block;
	padding:0 20px 12px;
	margin:0 0 12px;
	border-bottom:1px solid #f2f2f2;
}
.sub_name{
	font-size:20px;
	color:#3f5187;
	font-weight:600;
	width:100%;
	text-align:center;
	clear:both;
	display:inline-block;
	width:100%;
	margin:0 0 20px;
}
.client_logo{
	float:left;
	width:100%;
	background:#f4f4f4;
	margin:40px 0 0;
}
.logo_slider {
    padding: 30px 0;
}
.client_logo img{
	width:100%;
}
.logo_slider .slick-slide{
	padding:0 10px;
}


