/* CSS Document */
html, body{
  	font-family: 'Open Sans', sans-serif;
    font-size: 100%;
	transition: background-color 0.5s ease;
  	background: #fff;
	margin:0px;
	padding:0px;
	text-align:center;
	transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;
}

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

body a{
	font-size:12px;
	text-decoration:none;
	transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;
	
}

a:hover{
	text-decoration:underline;
	
}

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

ol{
	margin:0px;
	padding:0px;
}

img{
	border-width:0px;
}

.full{
	width:100%;
	transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;
}

.container{
	width:92%;
	margin:0 3%;
}

.clear{
	clear:both;
}

::-webkit-scrollbar {
  width: 6px; 
   background-color:#CCCCCC;
  -webkit-border-radius: 80px;
}
::-webkit-scrollbar:hover {
  background-color: rgba(0,0,0,0.61);
}

::-webkit-scrollbar-thumb:vertical {
  background: #CC9933;
  -webkit-border-radius: 80px;
}
/*::-webkit-scrollbar-thumb:vertical:active {
  background: rgba(0,0,0,0.61);
  -webkit-border-radius: 80px;
}*/


/*=================header=====================*/

header{
	width:100%;	
}

.header{
	width:100%;	
	background:rgb(188, 199, 230);
	padding:5px 0px;
}

.header .logo{
	height:86px;
	float:left;	
}

.header .name{
     height: 70px;
    float: left;
    margin-left: 57px;
    margin-top: 24px;
}

.header .right{	
	float:right;
}

.call{
	display:block;
	padding: 6px 20px 5px;
}

.call .call-col{
	display:inline-block;
    vertical-align: top;
    margin-right: 5px;
}

.call .call-col i{
	font-size: 15px;
    background: #d24a20;
    color: #f9f9f9;
    padding: 9px 11px;
    border-radius: 50%;
    vertical-align: top;
    border: 2px solid #9a9a96;
	
	transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;
}

.call .call-col i.fa-facebook{
	padding: 9px 13px;
}

.call .call-col i.fa-twitter{
	padding: 9px 10px;
}

.call .call-col i.fa-linkedin{
	padding: 9px 11px;
}

.call .call-col i.fa-instagram{
	padding: 9px 11px;
}

.call .call-col:hover i{
	background: #edc039;
	border: 2px solid #edc039;
	color:#a95c27;
}

.call .call-col p{	
    text-align: left;
    padding: 0px 5px;
    text-transform: uppercase;
    font-weight: bold;
    color: #5f5f5f;
    margin: 4px 0 0 6px;
    font-size: 16px;
    letter-spacing: 0.5px;
}

/*================top-link=================*/

.top-link{
	background: #d24a20;
    padding: 3px 0px;
    margin-top: 4px;
}

.top-link li{
	display: inline-block;
    border-right: 1px solid #5f5f5f;
    padding: 6px 13px 5px 13px;
}

.top-link li:last-child{
    border-right: 0px solid #edbf3b;
}

.top-link li i{
	margin-right: 10px;
    color: #ffffff;
    font-size: 14px;
}

.top-link li a{
	color: #ffffff;
    text-decoration: none;
    font-weight: bold;
    font-size: 12px;
    letter-spacing: 0.5px;
}

.top-link li a:hover{
	color: #333333;
}

/*================menu=================*/

.menu{
	position:relative;
	width: 100%;
    text-align: center;
    background: #778cc7;
	z-index:999;
}

.menu i{
    color: #8c3b04;
    padding: 7px 10px;
    font-size: 21px;
    cursor: pointer;
	display:none;
	visibility:hidden;	
}

.menu ul{
	display:block;
	margin:0px 0px;
	padding:0px;	
}

.menu ul li{
	display: inline-block;;
}

.menu ul > li:hover > a{
	color:#FFF;	
}

.menu ul li a{
	display:block;
	font-size:13px;
	padding:13px 16px;
	color:#fff;
	text-decoration:none;
	text-transform:uppercase;
}

.menu ul li:hover > a{
    color: #FFF;
    background: #734011;
}

.menu ul .menu_active > a{
	color:#FFF;	
	background:#6d6461;
}

.menu ul ul{
	min-width:200px;
	padding:5px;
	background:#495e98;
	position:absolute;
	z-index:30;
	visibility:hidden;
	opacity:0;
	
	transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;
	
}



.menu ul li:hover ul{
	visibility:visible;
	opacity:1;
}

.menu ul ul li{
	display:block;	
}

.menu ul ul li a{
	padding:10px;
	display:block;	
	line-height:18px;
	color:#FFF;
	text-align: left;		
}

.menu ul ul li:hover > a{
	background: #5d514d;
}

/*==================== section2 ==================*/

.section2{
	width: 100%;
    padding: 30px 0;
    background: #fff;
	background-size:cover;
}

.section2 .section2-col1{
	width: 75%;
    float: left;
}

.section2 .section2-col1 .welcome-col{
	width:60%;
	float:left;
}

.section2 .section2-col1 .welcome-col .welcome-col-inner{
	margin: 0 15px;
}

.section2 .section2-col1 .welcome-col h1{
    text-align: left;
    padding: 13px 0;
    font-size: 18px;
    line-height: 25px;
    color: #445fab;
    text-transform: uppercase;
}

.section2 .section2-col1 .welcome-col p{
	text-align: justify;
    padding: 5px 0;
    font-size: 14px;
    line-height: 25px;
    color: #000000;
}

.section2 .section2-col1 .welcome-col .readmore{
    display: inline-block;
    padding: 10px 20px;
    font-size: 14px;
    text-decoration: none;
    color: #ffffff;
    background: #444;
    margin-top: 10px;
}

.section2 .section2-col1 .welcome-col .readmore:hover{
	background: #ffbf00;
    color: #000;
}

.section2 .section2-col1 .welcome-col-right{
	width:40%;
	float:left;
}

.section2 .section2-col1 .welcome-col-right img{
	width:100%;
	height:auto;
}

.section2 .section2-col2{
	width: 25%;
    float: left;
}

.section2 .latest-news{
	display: block;
    background: #ececec;
    padding: 17px 0px;
}

.section2 .latest-news .latest-news-inner{
	margin: 0 10px;
}

.section2 .latest-news h1{
    text-align: left;
    font-size: 22px;
    padding: 0px 0 14px;
    margin-bottom: 7px;
    color: #445fab;
    border-bottom: 1px solid #445fab;
}

.section2 .latest-news ul{
    display: block;
}

.section2 .latest-news ul li{	
    padding: 10px 0px;
    border-bottom: 1px solid #e8e8e8;
}

.section2 .latest-news ul li .square{
    display: table-cell;
    padding: 3px 6px;
    background: #ecb205;
}

.section2 .latest-news ul li .square .day{	
    width: 50px;
    display: block;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    color: #2a6100;
    border-bottom: 1px solid #000;
    padding: 3px 0;
}

.section2 .latest-news ul li .square .month{
    display: block;
    text-align: center;
    font-size: 12px;
    font-weight: bold;
    color: #860000;
    padding: 6px 0;
}

.section2 .latest-news ul li .content{
    display: table-cell;
    padding: 0 2px 0 10px;
    vertical-align: top;
}

.section2 .latest-news ul li .content a{
    display: table;
    font-size: 14px;
    font-weight: bold;
    text-align: left;
    text-decoration: none;
    padding-bottom: 5px;
    color: #860000;
}

.section2 .latest-news ul li:hover .content a{
	color: #445fab;
}

.section2 .latest-news ul li .content p{
    display: block;
    font-size: 14px;
    line-height: 18px;
    text-align: left;
    color: #000;
}

/*====================section1===================*/

.section3{
	display: block;
    padding: 50px 0px;
	position:relative;
	background:url(../images/bg.jpg) center fixed;
	background-size:cover;
	
    z-index: 0;
}

.section3 h1{
    background: #2a56d0;
    display: block;
    padding: 20px 10px;
    border-bottom: 1px solid #e4dfd9;
}

.section3 .left{
    float: left;
    font-size: 20px;
    color: #d6d6d0;
}

.section3 .right{
    float: right;
    font-size: 15px;
    margin-top: 2px;
    color:#efebeb;
}

.section3 .section3-col{
	width: 25%;
    float: left;
    background: #6585de;
}

.section3 .section3-col:hover{
	background:#FFF;	
}

.section3 .section3-col .section3-col-inner{
    display: block;
    padding: 45px 10px 60px;
    border-right: 1px solid #e2e1dc;
}

.section3 .section3-col .icon{
    display: block;
}

.section3 .section3-col .icon i{
    font-size: 44px;
    margin: 10px 0 20px 0;
    color: #FFF;
}

.section3 .section3-col:hover .icon i{
    color: #ecb205;
}

.section3 .section3-col .line-wt{
    display: inline-block;
    width: 60%;
    height: 5px;
    background: #FFF;
    margin-bottom: 10px;
	opacity:1;
}

.section3 .section3-col:hover .line-wt{
	opacity:0;
	height:0;
}

.section3 .section3-col h2{
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.section3 .section3-col:hover h2{
	color: #ecb205;
}

.section3 .section3-col .line-clr{
    display: inline-block;
    width: 60%;
    height: 5px;
    background: #ecb205;
    margin-bottom: 10px;
	opacity:0;
}

.section3 .section3-col:hover .line-clr{
	opacity:1;
}

.section3 .section3-col .readmore{
    display: block;
    text-align: center;
    font-size: 12px;
    text-transform: uppercase;
    color: #ecb205;
	opacity:0;
}

.section3 .section3-col:hover .readmore{
	opacity:1;
	color:#000;
}

/*====================section4============*/

.section4{
	display:block;
	background:#fff;
	padding:50px 0px;
}

.section4 .section4-col{
	width:25%;
	float:left;
}

.section4 .section4-col .section4-col-inner{
    margin: 0 10px;
}

.section4 .section4-col .img{
    display: block;
}

.section4 .section4-col .img img{
    width: 100%;
    height: auto;
}

.section4 .section4-col:hover .img img{
	opacity:0.7;	
}

.section4 .section4-col h2{
    display: block;
    padding: 10px 2px;
    text-align: left;
    text-transform: uppercase;
    font-size: 16px;
    color: #bf502d;
}

.section4 .section4-col:hover h2{
	color: #000;
}

.section4 .section4-col p{
    display: block;
    font-size: 13px;
    text-align: left;
    padding: 0 2px 17px;
    line-height: 18px;
}

.section4 .section4-col .readmore{
    display: table;
    margin-left: 2px;
    color: #bf502d;
    text-decoration: none;
}

.section4 .section4-col:hover .readmore{
	color:#000;	
}

/*====================mid_col2============*/


.mid-col2{
	width:100%;	
	padding:30px 0 30px 0;
	background:#fff;
}

.mid-col2 .left{
	width:22%;
	float:left;
	text-align:left;
}

.mid-col2 .mid-col2-inner{
	
	
}


.mid-col2 .side-heading{
	display: inline-block;
    border: 1px solid #CCC;
    padding: 30px 15px;
	text-align:center;
}

.mid-col2 .side-heading .word{
	display: inline-block;
    word-break: break-all;
    font-size: 18px;
    font-weight: 900;
    width: 18px;
    margin-bottom: 20px;
    color: #378804;
	text-transform:uppercase;
}

.mid-col2 .side-heading .vertical-line{
	display: inline-block;
    width: 2px;
    height: 105px;
    background: #cec806;
}

.mid-col2 .side-heading .img-logo{
	display:block;
	text-align:center;
}

.mid-col2 .side-heading .img-logo img{
	width: 80px;
    height: auto;
    margin-top: 20px;
}

.mid-col2 .right{
	width:78%;
	float:left;
}

.mid-col2 .right h1{
	text-align: left;
    font-size: 20px;
    color: #d24a20;
    line-height: 25px;
    padding: 20px 0px;
}

.mid-col2 .right h2{
	text-align: left;
    font-size: 16px;
    color: #2d2d2d;
	font-weight:600;
    line-height: 24px;
    padding: 10px 0px;
}

.mid-col2 .right p{
	text-align: justify;
    font-size: 14px;
    color: #333333;
    line-height: 24px;
    padding: 5px 0px;
}

.mid-col2 .right p img{
	width: 40%;
    height: auto;
    float: right;
    margin: 0 0 5px 10px;
    border-radius: 8px;
}

.mid-col2 .right ul{
	list-style:outside;
	list-style-type:circle;
	margin-left:30px;
}

.mid-col2 .right ul li{
	text-align: left;
    font-size: 14px;
    color: #000000;
    line-height: 24px;
    padding: 5px 0px;
}

.mid-col2 .right ul li a{
	text-align: left;
    font-size: 14px;
    color: #8e8a03;
    line-height: 24px;
}

.mid-col2 .right ul li a:hover{
	color:#999;
}

.mid-col2 .right table{
	width:100%;
	
}

.mid-col2 .right table tr{
	color:#666;
	font-size:12px;
	text-align:left;
}

.mid-col2 .right table tr td a{
	color:#090;	
}

.mid-col2 .right table tr td a:hover{
	color:#CCC;	
}

.mid-col2 .right table tr:first-child{
	/*background-color:#424241;*/
	color:#FFF;
	font-size:13px;
}


/*================other================*/

.other{
	width:100%;
	padding:30px 0px;
	background:rgba(255,255,255,0.9);
	text-align:left;	
}

.other img{
	width:40%;
	height:auto;
	display:inline-block;
	vertical-align:bottom;
	margin-right:3%
}

.other .other_col{
	width:23%;
	display:inline-block;
	vertical-align:top;	
	margin-right:6%
}

.other .other_col:last-child{
	margin-right:0px;	
}

.other .other_col h1{
	width:100%;
	color:#333;
	font-size:22px;
	line-height:40px;
	margin-bottom:20px;	
}

.other .other_col ul{
	list-style:outside;
	list-style-type:circle;
	margin-left:20px;
}

.other .other_col ul li{
	font-size:13px;
	line-height:22px;
	color:#333;
	text-align:left;
	padding-left:5px;
}

.other .other_col ul li a{
	font-size:13px;
	line-height:22px;
	color:#333;
	text-align:left;
}

.other .other_col ul li a:hover{
	color:#999;
}


/*====================== Gallery ========================*/


.work{
	width: 100%;
    background: #900 url(../images/service.png) top no-repeat;
    background-size: 100%;
    padding: 20px 0px;
    position: relative;
	overflow:hidden;
}

.work h1{
	display: block;
    text-align: left;
    font-size: 32px;
    text-transform: uppercase;
    line-height: 50px;
    color: #FFF;
    font-weight: bold;
    margin-bottom: 30px;
	margin-left: 10px;	
}

.work .work-inner{
	margin: 10px;
}

.work .work-col{
	width: 33.33%;
    float: left;
	margin-bottom: 12px;
}

.work .work-col .img{
	display: block;
    position: relative;
	overflow:hidden;
    max-height: 150px;
}

.work .work-col .img img{
	width: 100%;
    height: auto;
	
	transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;
}

.work .work-col .bottom-box{
	position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.54);
	overflow:hidden;
}

.work .work-col .bottom-box p{
	display: block;
    vertical-align: middle;
    padding: 15px 50px 15px 10px;
    text-align: left;
    color: #FFF;
    margin: 0;
	font-size: 15px;
}

.work .work-col .bottom-box .readmore{
	position: absolute;
    width: 50px;
    height: 100%;
    right: 0;
    bottom: 0;
    vertical-align: middle;
	top:100%;
	
	transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;
}

.work .work-col:hover .bottom-box .readmore{
	top:0;	
}

.work .work-col .bottom-box .readmore a{
	width: 100%;
    height: 100%;
    display: block;
    vertical-align: middle;
    background: #911d1d;
}

.work .work-col .bottom-box .readmore a:hover{
	background:#FFF;	
}

.work .work-col .bottom-box .readmore a i{
	margin: 0;
    vertical-align: middle;
    font-size: 40px;
    color: #FFF;
    margin-top: 11%;
}

.work .work-col .bottom-box .readmore a:hover i{
	color:#911d1d;
}



.gallery{
	background:none;
}

.gallery .zoom{
	position:absolute;
	display:block;
	vertical-align:middle;
	text-align:center;
	width:100%;	
	height:101%;
	left:0;
	top:0;
	background:rgba(148, 147, 147, 0.62);
	visibility:hidden;
}

.gallery .work-col:hover .zoom{
	visibility:visible;
}

.gallery .zoom i{
	font-size: 40px;
    margin-top: 26%;
    color: #9e2020;
}

.gallery .work-col:hover .img img{	
	transform:scale(1.5,1.5);
}


/*================== Contact us ====================*/

.contact{
	width:100%;
	padding:30px 0;	
}

.contact .contact-col:nth-child(1){
	width:55%;
	float:left;
}

.contact .contact-col:nth-child(2){
	width:45%;
	float:left;
}

.contact .contact-col h1{
	text-align: left;
    font-size: 19px;
    line-height: 28px;
    color: #22429a;
    font-weight: bold;
}

.feedback{
	padding: 43px 0px 20px;
}

.feedback .feedback-col{
	display: block;
    padding: 10px 0px;
}

.feedback .feedback-col .text-left{
	width: 48%;
    float: left;
}

.feedback .feedback-col .text-right{
	width: 48%; 
    float: right;
}

.feedback .feedback-col:after{
	content:"";
	display:block;
	clear:both;	
}

.feedback .feedback-col label{
	display: block;
    text-transform: uppercase;
    text-align: left;
    font-size: 13px;
    color: #4e4e4e;
    margin-bottom: 5px;
    font-weight: bold;
}

.feedback .feedback-col .text{
	display: block;
    width: 100%;
    height: 45px;
    border-radius: 5px;
    border: 1px solid #ccc;
    color: #464646;
	background: #f7f7f7;
    box-sizing: border-box;
}

.feedback .feedback-col textarea{
	display: block;
    width: 100%;
    height: 135px;
    border-radius: 5px;
    border: 1px solid #ccc;
    color: #464646;
	background: #f7f7f7;
    box-sizing: border-box;
}

.feedback .feedback-col .button{
	font-family: 'bio';
    display: table;
	background: #495e98;
    color: #FFF;
    font-size: 17px;
    padding: 10px 42px 10px 15px;
    margin-top: 30px;
    text-decoration: none;
	border: 0px;
    box-sizing: border-box;
}

.feedback .feedback-col .button:hover{
    background: #edc039;
	color:#000;
}

.feedback .feedback-col .button i{
	font-size: 20px;
    position: absolute;
    margin-top: -22px;
    margin-left: 63px;
    border-radius: 50%;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}

.feedback .feedback-col .button:hover i{
	-ms-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.contact .contact-col:nth-child(2) .contact-col-inner{
	margin-left:70px;	
    background: #495e98;
	padding:20px 0;
}

.contact .contact-col h2{
	text-align: center;
    font-size: 22px;
    text-transform: uppercase;
    font-weight: 900;
    color: #fff;
    padding: 5px 5px 20px;
}

.contact .contact-col h4{
	display: block;
    padding: 13px 15px;
    text-align: left;
    font-size: 14px;
    background: rgb(45, 47, 44);
    color: #ffffff;
    font-weight: bold;
}

.contact .contact-col p{
	display: block;
    padding: 13px 16px 14px;
    text-align: left;
    font-size: 14px;
    line-height: 20px;
    color: #fff;
}

.contact .contact-col p a{
	font-size: 14px;
	text-decoration:none;
	color: #fff;
}

.contact .contact-col p a:hover{
	color: rgb(55, 136, 4);
}


/*================footer================*/

.footer{
	width:100%;	
}

.footer .up{
	width:100%;	
	padding:40px 0px;	
	transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;
	background:rgb(73, 94, 152);
}

.footer .up .col{
	width:25%;
	float:left;
}

.footer .up .col .col-inner{
	margin:0 15px;	
}

.footer .up .col p{
	width: 100%;
    text-align: left;
    font-size: 13px;
    line-height: 22px;
    color: #f1eeee;
    letter-spacing: 0.4px;
}

.footer .up .col h1{
	width:100%;
	text-align:left;
	font-size:15px;
	line-height:30px;
	color:#FFF;	
    text-transform: uppercase;
    margin-bottom: 12px;
}

.footer .up .col ul{
	margin:0px;
	padding:12px 0px 0px 0px;
	display:grid;
	text-align:left;	
}

.footer .up .col ul li{    
	display: inline-block;
	text-align:left;
	background: #5f5f5f;
    margin-bottom: 10px;
    margin-right: 5px;
}

.footer .up .col ul li a{
	display:block;
	padding:5px 12px;
	color:#CCC;
	text-decoration:none;
	font-size:13px;
	line-height:18px;
	text-align:left;
	background: #606c90;	
}

.footer .up .col ul li:hover a{
	color:#000;
}

.footer .down{
	width:100%;	
	padding:15px 0;	
	background: #22366f;
}

.footer .down .term{
	float:left;
	font-size:13px;
	line-height:20px;
	color:#efe2e2;
	text-align:left;
}

.footer .down .powered{
	float:right;
	font-size:12px;
	line-height:20px;
	color:#e2d9d9;
	text-align:right;
	margin-right:10px;
}

.footer .down .powered a{
	font-size:12px;
	line-height:20px;
	color:#e2d9d9;
	margin-left:10px;
	text-decoration:none;
}

.footer .down .powered a:hover{
	text-decoration:none;
	color:#fff;	
}

/*=================scroll top=================*/

.top1{
	width:auto;	
	transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;
	position:fixed;
	cursor:pointer;
	right:5px;
	bottom:40px;
	z-index:10;
}

.top1:hover{
	background: #663fb9;	
}

.top1 img{
	width:50px;
	height:50px;	
}







@media (max-width: 979px){
	
	.header .name{
		width:100%;
		float:right;	
		margin-left: 0px;
	}
	
	.header .right{
		float:left;
		width:100%;	
	}

	.menu i{
		display:block;
		visibility:visible;	
		cursor:pointer;
	}
	
	.menu{
		text-align: right;
		margin-top: 0px;
		float: none;
		cursor:pointer;
		overflow:visible;
	}
	
	.menu > .container > ul{
		display:none;
		position:absolute;
		width:90%;
		background:rgba(56, 56, 56, 0.81);
		z-index:999;
	}
	
	.menu ul li{
		display: block;
		border-right-width: 0;
		height: auto;
		border-bottom: 1px solid #aaaaaa;
	}
	
	.menu ul li a{
		display: block;
		margin: 0;
		border-radius: 0px;
		padding: 15px 20px;
		text-align: left;
		color: #ffffff;
	}
	
	.section2 .section2-col1{
		width:100%;
		margin-bottom:20px;	
	}
	
	.section2 .section2-col2{
		width:100%;
	}
	
	.section2 .section2-col1 .welcome-col, .section2 .section2-col1 .welcome-col-right{
		width:100%;
	}
	
	.section3 .left{
		width:100%;
		text-align:center;	
	}
	
	.section3 .right{
		width:100%;
		text-align:center;	
	}
	
	.section3 .section3-col{
		width:100%;
		margin-bottom:20px;	
	}
	
	.section4 .section4-col{
		width: 100%;
		float: left;
		margin-top:20px;
	}
	
	.mid-col2 .left{
		width:100%;
			
	}
	
	.mid-col2 .side-heading{
		display:block;	
	}
	
	.mid-col2 .side-heading .word{
		display:block;
		width:auto;
		margin-bottom:0;	
	}
	
	.mid-col2 .side-heading .vertical-line{
		display:none;	
	}
	
	.mid-col2 .side-heading .img-logo{
		display:none;	
	}
	.mid-col2 .right p img{
		width:100%;	
	}
	
	.mid-col2 .right{
		width:100%;	
	}
	
	.work .work-col{
		width:100%;	
	}
	
	.contact .contact-col:nth-child(1){
		width:100%;	
	}
	
	.contact .contact-col:nth-child(2){
		width:100%;	
	}
	
	.contact .contact-col:nth-child(2) .contact-col-inner{
		margin-left:0;	
	}
	
	.footer .up .col {
		width: 100%;
		float: left;
		margin-top:20px;
	}
	
	.footer .down .term{
		width:100%;	
		text-align:center;
	}
	
	.footer .down .powered{
		width:100%;	
		text-align:center;
	}
	
}
#customers {
  font-family: Arial, Helvetica, sans-serif;
  border-collapse: collapse;
  width: 100%;
}

#customers td {
  border: 1px solid #ddd;
  padding: 8px;
  color: #000;
}

#customers tr:nth-child(even){background-color: #fff !important; color: #000;}

#customers tr:hover {background-color: #ddd;}

