@charset "utf-8";
/*====CSS Document====*/
html{
	scroll-behavior: smooth;
	}
body{
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	padding: 0;
	background: #ffffff;
	color: #000000;
	text-align: center;
    font-family: 'Inter';
	font-weight: normal;
	}
div, ul, h1, h2, h3, h4, h5, li, p, img, form, input, textarea {margin: 0;padding: 0;}
header, section, footer, aside, nav, main, article, figure {display: block;}
table, tr, td {border: 0;}
a {outline: none;color: inherit;text-decoration: none;}
img {border: none; max-width: 100%; height: auto;}
li {list-style: none;}
* {box-sizing: border-box;}
.img-full {max-width: 100%;}
.clearall {
	clear: both;
	font-size: 1px;
	line-height: 1px;
	height: 1px;
	}
.fl{ float:left;}
.fr{ float:right;}

/*-----------------------
FONTS
------------------------*/
@font-face {
    font-family: 'Inter';
    src: url('Inter-Regular.woff2') format('woff2'),
	url('Inter-Regular.woff') format('woff');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
	}
	
@font-face {
    font-family: 'Inter';
	src: url('Inter-Medium.woff2') format('woff2'),
	url('Inter-Medium.woff') format('woff');
	font-weight: 500;
	font-style: normal;
	font-display: swap;
	}

@font-face {
    font-family: 'Inter';
	src: url('Inter-SemiBold.woff2') format('woff2'),
	url('Inter-SemiBold.woff') format('woff');
	font-weight: 600;
	font-style: normal;
	font-display: swap;
	}
	
@font-face {
    font-family: 'Inter';
    src: url('Inter-Bold.woff2') format('woff2'),
	url('Inter-Bold.woff') format('woff');
	font-weight: bold;
	font-style: normal;
	font-display: swap;
	}

@font-face {
    font-family: 'Instrument Sans';
    src: url('InstrumentSans-Bold.woff2') format('woff2'),
	url('InstrumentSans-Bold.woff') format('woff');
	font-weight: bold;
	font-style: normal;
	font-display: swap;
	}
	
/*-----------------------
MAIN CSS START
------------------------*/

.container{
	width:1170px;
	margin:0 auto;
	padding:0;
	position:relative;
	}

/*-----------------------
		BANNER
------------------------*/		
.banner{
	float:left;
	width:100%;
	background:url(../images/bnr-bg.webp)no-repeat center top #13223a;
	}
.top-fix-bar{
	float:left;
	width:100%;
	margin-bottom:80px;
	}
.header{
	float:left;
	width:100%;
	top:80px;
	padding:20px 0;
	position:relative;
	margin-top:-80px;
	}
.fixed-nav .header{
	position: fixed;
	z-index: 10;
	-webkit-transition: margin .3s ease-out;
	transition: margin .3s ease-out;
	background:#13223a;
	margin-top:0;
	top:0;
	}		
.fixed-nav .header{
	position: fixed;
	z-index: 10;
	-webkit-transition: margin .3s ease-out;
	transition: margin .3s ease-out;
	background:#13223a;
	margin-top:0;
	top:0;
	}		
.logo{
	float:left;
	width:188px;
	margin-top:3px;
	}	
ul.menu-list{
	display:inline-block;
	vertical-align:middle;
	margin:8px 0 0 0;
	}
ul.menu-list li{
	display:inline-block;
	vertical-align:middle;
	}	
ul.menu-list li a{
    color:#ffffff;
    font-size:14px;
    line-height:20px;
	letter-spacing:0.5px;
	font-weight:600;
	padding:0 18px;
	}	
a.header_button{
	float:right;
	width:165px;
	}
.header_button_inner{
	display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    justify-content: center;
	-webkit-align-items: center;
	align-items: center;
	border-radius:50px;	
	background:#00bf5a;
	padding:7px 0;
	}
.header_button_text{
	width:calc(100% - 41px);
	color:#ffffff;
    font-size:14px;
	line-height:14px;
	font-weight:bold;
	font-family: 'Instrument Sans';
	text-align:center;
	}
.header_button_arrow_box{
	width:27px;
	}
.header_button_arrow{
	display:inline-block;
	vertical-align:middle;
	width:27px;
	}
	
/*=========Menu=========*/
.mob-mnu-ic{
	cursor: pointer;
    position: absolute;
    right: 0;
    top: 10px;
    z-index: 16;
	}
.mob-mnu-ic button{
	outline: none;
    -webkit-appearance: none;
	background: none;
	padding:0;
    cursor: pointer;
	border: none;
	}
.mob-mnu-ic span{
	color:#000;
	display:inline-block;
	vertical-align:top;
	font-size:13px;
	margin-top:4px;
	margin-right:5px;
	}
.bar1, .bar2, .bar3{
	width: 30px;
	height: 3px;

	background-color: #737373;
	transition: 0.4s;
	-webkit-border-radius: 2px 2px 2px 2px;
	border-radius: 2px 2px 2px 2px;
	}
.bar2{margin: 6px 0;}

.dl-active .bar1 {
	-webkit-transform: rotate(-45deg) translate(-6px, 5px);
	transform: rotate(-45deg) translate(-6px, 5px);
	background:#737373;
	}
.dl-active .bar2 {opacity: 0;}
.dl-active .bar3 {
	-webkit-transform: rotate(45deg) translate(-7px, -7px);
	transform: rotate(45deg) translate(-7px, -7px);
	background:#737373;
	}	
.mobilemenu{
	left:0;
	position:fixed;
	top:65px;
	background:rgba(255,255,255,1);
	z-index:10;
	right:0;
	bottom:0;
	overflow:scroll;
	display:none;
	border-top:1px solid #ddd;
	}
.mobimenu-top{top:65px;}	
.mobilemenu li{
	float:left;
	width:100%;
	text-align:left;
	border-bottom:1px solid #ddd;
	}
.mobilemenu li a{
	float:left;
	width:100%;
	padding:17px 20px;
	font-size:17px;
	color:#000;
	}	
.mobilemenu li a:hover{color:#000;}	
	
/*-------Banner-Section---------*/	
.banner_content{
	float:left;
	width:100%;
	padding:55px 0 138px;
	}
.banner_title{
	display:inline-block;
	color:#ffffff;
	font-size:16px;
	line-height:16px;
	font-weight:600;
	background:#253e58;
	border-radius:5px;
	padding:8px 17px;
	}
.banner_heading{
	color:#ffffff;
	font-size:60px;
    line-height:70px;
    font-weight:bold;
	letter-spacing:-0.3px;
	margin-top:12px;
	}	
.banner_paragraph{
	color:#ffffff;
	font-size:18px;
	line-height:26px;
	letter-spacing:-0.3px;
	margin-top:22px;
	}	
	
/*========COMMON-CSS=========*/	
.common_heading{
	color:#2c3e50;
	font-size:52px;
	line-height:62px;
	font-weight:bold;
	}
.common_heading.white_text{color:#ffffff;}
.common_paragraph{
	color:#000000;
	font-size:16px;
	line-height:24px;
	margin-top:20px;
	}
.common_paragraph.white_text{color:#ffffff;}
.button_box{
	display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content:space-between;
    justify-content:space-between;	
	max-width:495px;	
	width:100%;
	margin:45px auto 0;
	}
.banner_content .button_box{margin:65px auto 0;}
.common_button{
	display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    justify-content: center;
	-webkit-align-items: center;
	align-items: center;
	width:49%;
	border-radius:50px;	
	background:#00bf5a;
	padding:3px 0;
	}
.common_button2{
	background:transparent;
	border:1px solid #000000;
	}
.banner_content .common_button2{border-color:#ffffff;}
.button_text{
	width:calc(100% - 50px);
	color:#ffffff;
    font-size:18px;
	line-height:18px;
	font-weight:bold;
	font-family: 'Instrument Sans';
	text-align:center;
	}
.banner_content .common_button2 .button_text{color:#ffffff;}
.common_button2 .button_text{color:#000000;}
.button_arrow_box{
	width:42px;
	}
.button_arrow{
	display:inline-block;
	vertical-align:middle;
	width:42px;
	}
.contact_button{
	width:100%;
    max-width:245px;
	padding:4px 0;
    margin:35px auto 0;
	}
	
/*=========================*/	
/*=======Section-1========*/
.section1{
	float:left;
	width:100%;
	padding:65px 0 30px;
	position:relative;
	}
.section1_row{
	display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
	width:100%;
	text-align:left;
	margin:50px auto 0;
	}
.section1_column_left{
	width:65.8%;
	}
.section1_column1{
	float:left;
	width:100%;
	background:#f5f7f9;
	border-radius:20px;
	padding:45px 35px 20px 55px;
	}
.section1_column1_top{
	float:left;
	width:86%;
	}
.section1_column_heading{
	color:#13223a;
	font-size:26px;
	line-height:34px;
	letter-spacing:-0.3px;
	font-weight:600;
	}
.section1_column_paragraph{
	color:#000000;
	font-size:16px;
	line-height:24px;
	margin-top:15px;
	}
.section1_column_image{
	float:right;	
	width:361px;
	margin-top:30px;
	}
.section1_column_right{
	width:32%;
	}
.section1_column2{
	float:left;
	width:100%;
	background:#1f324f;
	border-radius:20px;
	padding:25px 32px 30px;
	}
.section1_column2 .section1_column_heading{color:#ffffff;}
.section1_column_icon_box{
	display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    justify-content: center;
	align-items: center;
	-webkit-align-items: center;
	width:60px;
	height:60px;
	border-radius:50%;
	background:#bbe8ff;
	margin:0 0 15px;
	}
.section1_column_icon{
	display:block;
	margin:0 auto;
	width:28px;
	}
ul.section1_column_list{
	float:left;
	width:100%;
	padding-left:8px;
	margin-top:25px;
	}
ul.section1_column_list li{
	float:left;
	width:100%;
	color:#ffffff;
	font-size:18px;
	line-height:26px;
	font-weight:500;
	background:url(../images/tick.webp)no-repeat left 3px;
	background-size:20px;
	padding-left:35px;
	margin-top:15px;
	}

/*=======Section-2========*/
.section2{
	float:left;
	width:100%;
	padding:30px 0 70px;
	}	
.section2_content{
	display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
	width:100%;
	text-align:left;
	margin:40px auto 0;
	}
.section2_content_left{
	width:31.7%;
	background:#ebf2fc;
	border-radius:10px;
	padding:30px 41px 40px;
	}
.section2_column_image1{
	display:block;
	margin:0 auto 15px;	
	}
.section2_column_content{
	position:relative;
	z-index:1;
	}
.section2_column_heading{
	color:#000000;
	font-size:22px;
	line-height:30px;
	font-weight:600;
	}
.section2_column_paragraph{
	color:#383838;
	font-size:16px;
	line-height:22px;
	margin-top:10px;
	}
.section2_content_right{
	width:65.9%;
	}
.section2_content_row1{
	float:left;
	width:100%;
	background:#ffffff;
	border:1px solid #edf1f7;
	border-radius:10px;
	padding:80px 375px 35px 30px;	
	position:relative;
	overflow:hidden;
	}
.section2_column_image{
	position:absolute;
	top:0;
	right:0;
	}
.section2_column_image3{
	width:260px;
    top:-22px;
    right:-53px;
	}
.section2_column_image4{
	width:260px;
    top:-18px;
    right:-46px;
	}
.section2_content_row2{
	display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
	float:left;
	width:100%;
	text-align:left;
	margin:20px auto 0;
	}
.section2_content_column{
	width:49%;
	background:#ffffff;
	border:1px solid #edf1f7;
	border-radius:10px;
	padding:115px 15px 25px 30px; 
	position:relative;
	overflow:hidden;
	}
	
/*=======Section-3========*/
.section3{
	float:left;
	width:100%;
	background:#f3f7fc;
	padding:65px 0 70px;
	position:relative;
	overflow:hidden;
	}
.section3_row{
	display:flex;
	display:-webkit-flex;
	flex-wrap:wrap;
	justify-content:space-between;
	width:100%;
	margin:35px auto 0;
	position:relative;
	}
.section3_column{
	display: flex !important;
	display: -webkit-flex;
    flex-wrap: wrap;
    justify-content: space-between;
	width:1025px !important;
	border:2px solid #e1e1e1;
	border-radius:20px;
	background:#ffffff;
	overflow:hidden;
	}
.section3_column_content{
	width:50%;
	text-align:left;
	padding:50px 70px 50px 45px;
	}
.section3_column_title{
	display:inline-block;
	color:#2d2d2d;
	font-size:16px;
	line-height:16px;
	font-weight:600;
	background:#bdf0ff;
	border-radius:8px;
	padding:10px 17px;
	}
.section3_column_heading{
	color:#2d2d2d;
	font-size:36px;
	line-height:46px;
	font-weight:600;
	padding-bottom:15px;
	margin-top:110px;
	position:relative;
	}
.section3_column_heading:after{
	content:'';
	position:absolute;
	bottom:0;
	left:0;
	width:50px;
	height:2px;
	background:#5087b5;
	}
.section3_column_paragraph{
	color:#000000;
	font-size:16px;
	line-height:22px;
	margin-top:20px;
	}
.section3_column_image_box{
	width:50%;
	}
.section3_column_image{
	display:inline-block;
	vertical-align:middle;
	width:100%;	
	height:100%;
	}
	
/*=======Section-4========*/
.section4{
	float:left;
	width:100%;
	padding:65px 0 70px;
	}	
.section4_content{
	display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
	 -webkit-align-items:center;
	align-items:center;
	width:100%;
	text-align:left;
	margin:45px auto 0;
	}
.section4_content_left{
	width:46%;
	}
.section4_image{
	display:block;
	margin:0 auto;	
	border-radius:20px;
	}
.section4_content_right{
	width:49%;
	}	
.section4_box{
	float:left;
	width:100%;
	}
.section4_row{
	display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
	 -webkit-align-items:center;
	align-items:center;
	width:100%;
	border-top:1px solid #d7d7d7;
	padding:22px 0;
	}
.section4_row:last-child{border-bottom:1px solid #d7d7d7;}
.section4_row_number{
	width:41px;
	height:41px;
	background:#2c3e50;
	border-radius:50%;
	color:#ffffff;
	font-size:18px;
	line-height:41px;
	font-weight:500;
	text-align:center;
	}	
.section4_row_heading{
	width:25%;
	color:#000000;
	font-size:18px;
	line-height:22px;
	font-weight:600;
	}
.section4_row_paragraph{
	width:49%;
	color:#000000;
	font-size:16px;
	line-height:22px;
	}
	
/*=======Section-5========*/
.section5{
	float:left;
	width:100%;
	background:url(../images/s5-bg.webp)no-repeat center top;
	padding:55px 0 70px;
	}	
.company_link{
	display:inline-block;
	vertical-align:middle;
	color:#3e87f5;
	font-size:20px;
	line-height:28px;
	font-weight:bold;
	font-family: 'Instrument Sans';
	margin-top:35px;
	}
.company_link a{position:relative;}
.company_link a:before{
	content:'';
	position:absolute;
	bottom:0;
	left:0;
	right:0;	
	height:1px;
	background:#3e87f5;
	}
.mail_icon{
	display:inline-block;
	vertical-align:middle;
	margin:0 12px 0 0;
	width:27px;
	}
	
/*--------Footer--------*/	
.footer{
	float:left;
	width:100%;
	padding:40px 0;
	}
.footer_logo{
	display:block;
	margin:0 auto 40px;
	width:246px;
	}
.footer_text{
	color:#000000;
	font-size:16px;
	line-height:16px;
	font-weight:500;
	margin-top:10px;
	}
.footer_text a{
	padding:0 12px;
	position:relative;
	}
.footer_text a:after{
	content:'';
	position:absolute;
	top:6px;
	bottom:4px;
	right:0;
	border-right:1px solid #000000;
	}
.footer_text a:last-child:after{display:none;}
.footer_note_text{
	display:inline-block;
	color:#636363;
	font-size:14px;
	line-height:14px;
	border:1px solid #d7d7d7;
	padding:10px 33px;
	margin:15px 0 5px;
	}
	
/*-----------------------
MEDIA-QUERY
------------------------*/
.show-mob, .show-tab{display:none;}

@media only screen and (max-width:1200px){
.container{width:1004px;}
.hide-1200{display:none;}

.banner_left{width:60%;}
.banner_heading{font-size:50px; line-height:60px;}
.section1_column2{padding:25px 25px 30px;}
.section2_content_left{padding:30px 25px;}
.section2_content_row1{padding:35px 308px 35px 20px;}
.section2_column_image2{width:300px;}
.section2_column_image3{width:240px;}
.section2_column_image4{width:238px;}
.section3_column{width:985px !important;}
.section3_column_content{padding:40px 70px 40px 45px;}
.section4_content_right{width:49%;}
.section4_row{padding:18px 0;}
.section4_row_heading{width:29%;}
.section4_row_paragraph{width:56%;}

}

@media only screen and (max-width:1021px){	
.container{width:750px;}
.show-tab{display:block;}
.show-desk{display:none;}

.common_heading{font-size:36px; line-height:40px;}
.common_paragraph{margin-top:15px;}
.button_box{max-width:455px; margin:30px auto 0;}
.button_text{font-size:17px; line-height:17px;}
.banner_content .button_box{margin:30px auto 0;}

.banner{background-size:cover;}
.header{top:65px; margin-top:-65px; padding:12px 0;}
.logo{width:165px; margin-top:6px;}
ul.menu-list{display:none;}
a.header_button{margin:0 50px 0 0;}
.mobilemenu{top:65px;}
.mobimenu-top{top:65px;}

.banner_content{padding:40px 0 50px;}
.banner_title{font-size:14px; line-height:14px; padding:8px 15px;}
.banner_heading{font-size:38px; line-height:46px; margin-top:15px;}
.banner_paragraph{font-size:17px; line-height:25px;letter-spacing:0.3px; margin-top:15px;}

.section1{padding:40px 0 20px;}
.section1_row{margin:30px auto 0;}
.section1_column_left{width:55%;}
.section1_column1{padding:30px 25px;}
.section1_column1_top{width:100%;}
.section1_column_heading{font-size:24px; line-height:32px;}
.section1_column_image{width:225px; margin-top: 25px;}
.section1_column_right{width:42%;}
.section1_column_icon_box{width:55px; height:55px; margin:0 0 15px;}
ul.section1_column_list li{font-size:17px; line-height:25px;  background-size:18px;  padding-left:30px; margin-top:10px;}

.section2{padding:25px 0 45px;}
.section2_content{margin:30px auto 0;}
.section2_content_left{width:32%; padding:25px 15px 25px;}
.section2_column_heading{font-size:20px; line-height:26px;}
.section2_content_right{width:66%;}
.section2_content_row1{padding:25px 215px 25px 15px;}
.section2_column_image2{width:240px;}
.section2_column_image3{width:208px;}
.section2_column_image4{width:210px;}
.section2_content_column{padding:115px 15px 25px;}

.section3{padding:40px 0 45px;}
.section3_row{margin:30px auto 0;}
.section3_column{width:680px !important;}
.section3_column_content{padding:25px 25px;}
.section3_column_title{font-size:14px; line-height:14px; padding:10px 15px;}
.section3_column_heading{font-size:20px; line-height:26px; margin-top:15px;}

.section4{padding:40px 0 45px;}
.section4_content{-webkit-align-items:flex-start; align-items:flex-start; margin:30px auto 0;}
.section4_content_left{width:41%;}
.section4_content_right{width:56%;}
.section4_row{padding:12px 0;}
.section4_row_number{width:35px; height:35px; font-size:16px; line-height:35px;}
.section4_row_heading{width:34%; font-size:17px;}
.section4_row_paragraph{width:52%;}

.section5{background-size:cover; padding:40px 0 45px;}
.company_link{font-size:20px; line-height:28px; margin-top:25px;}
.contact_button{margin:30px auto 0;}

.footer{padding:35px 0;}
.footer_logo{margin:0 auto 25px; width:200px;}
.footer_text a{padding:0 10px;}
.footer_note_text{font-size:13px; line-height:13px;}

}

@media only screen and (max-width:767px){
.container{max-width:600px; width:100%; padding:0px 15px; box-sizing:border-box;}
.show-mob{display:block;}
.hide-mob{display:none;}

.common_heading{font-size:28px; line-height:34px;}
.button_box{max-width:270px; row-gap:10px; margin:25px auto 0;}
.common_button{width:100%; padding:4px 0;}
.button_text{font-size:18px; line-height:18px; letter-spacing:0.3px}
.banner_content .button_box{margin:20px auto 0;}

.top-fix-bar{margin-bottom:55px;}
.header{top:55px; margin-top:-55px; padding:15px 0;}
.logo{width:140px; margin-top:0;}
a.header_button{display:none;}
.mobilemenu{top:55px;}
.mobimenu-top{top:55px;}
.mob-mnu-ic{top:2px; right:15px;}

.banner_content{padding:20px 0 35px;}
.banner_title{font-size:13px; line-height:13px; padding:8px 9px;}
.banner_heading{font-size:32px; line-height:40px; letter-spacing:0; margin-top:10px;}
.banner_paragraph{font-size:16px; line-height:24px; letter-spacing:0;}

.section1{padding:25px 0 20px;}
.section1_row{max-width:345px; row-gap:15px; margin:25px auto 0;}
.section1_column_left{width:100%;}
.section1_column1{padding:25px 20px 20px;}
.section1_column_heading{font-size:20px; line-height:28px;}
.section1_column_image{width:200px; margin-top:20px;}
.section1_column_right{width:100%;}
.section1_column2{padding:25px 20px;}
.section1_column_icon_box{width:50px; height:50px; margin:0 0 10px;}
ul.section1_column_list{padding-left:0; margin-top:10px;}
ul.section1_column_list li{font-size:16px; line-height:24px;  background-size:18px;  padding-left:30px; margin-top:10px;}

.section2{padding:25px 0 30px;}
.section2_content{max-width:345px; margin:25px auto 0;}
.section2_content_left{width:100%; padding:0 0;}
.section2_content_right{width:100%; margin-top:10px;}
.section2_content_row1{padding:0 0;}
.section2_column_content{padding:0 20px 25px;}
.section2_column_image{position:static; display:block; margin:0 auto 15px; width:auto;}
.section2_column_image1{width:250px; margin-top:25px;}
.section2_column_image3{margin:-20px auto 0;}
.section2_column_image4{margin-bottom:0;}
.section2_content_row2{row-gap:15px; margin:15px auto 0;}
.section2_content_column{width:100%; padding:0 0;}

.section3{padding:30px 0 30px;}
.section3_row{margin:25px auto 0;}
.section3_column{width:320px !important; border-radius:15px;}
.section3_column_content{width:100%; padding:25px 18px 20px;}
.section3_column_title{padding:8px 12px;}
.section3_column_heading{line-height:24px; padding-bottom:13px;}
.section3_column_image_box{width:100%;}

.section4{padding:30px 0 35px;}
.section4_content{-webkit-align-items:flex-start; align-items:flex-start; margin:25px auto 0;}
.section4_content_left{width:100%;}
.section4_content_right{width:100%; margin-top:25px;}
.section4_box{padding:0 15px;}
.section4_row{-webkit-flex-wrap:wrap; flex-wrap:wrap; padding:20px 0;}
.section4_row_number{width:40px; height:40px; font-size:18px; line-height:40px;}
.section4_row_heading{width:calc(100% - 50px); font-size:18px;}
.section4_row_paragraph{width:100%; margin-top:10px;}

.section5{padding:30px 0 30px;}
.company_link{font-size:18px; line-height:26px; margin-top:20px;}
.mail_icon{margin:-4px 10px 0 0; width:24px;}
.contact_button{margin:25px auto 0;}

.footer{padding:25px 0;}
.footer_logo{margin:0 auto 20px; width:170px;}
.footer_text{font-size:13px; line-height:13px;}
.footer_text a{padding:0 8px;}
.footer_note_text{font-size:12px; line-height:18px; padding:10px 4px;}

}