/* CSS Document */

@font-face {
    font-family: 'roboto_slabbold';
    src: url('../fonts/robot/robotoslab-bold-webfont.woff2') format('woff2'),
         url('../fonts/robot/robotoslab-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'sansskin';
    src: url('../fonts/sans/sinkinsans-400regular-webfont.woff2') format('woff2'),
         url('../fonts/sans/sinkinsans-400regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

html, body{
  	font-family: roboto_slabbold;
    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;
	
}

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;
}*/


/*=================text heading=====================*/

.text-heading{
    display: block;
    border-left: 3px solid #ad0000;
    padding: 2px 5px 2px 15px;
}

.text-heading span{
    display: block;
    text-align: left;
    color: #ad0000;
    font-size: 15px;
}

.text-heading h3{
    text-align: left;
    text-transform: uppercase;
    font-size: 16px;
    color: #346ac0;
    font-weight: 900;
}


/*=================header=====================*/

header{
    width: 100%;
    overflow: visible;
    position: fixed;
    z-index: 999;
}

.header{
    width: 100%;
    background: rgba(73, 153, 255, 0.67);
    border-bottom: 2px solid rgba(255, 255, 255, 0.1);
}

.header .logo-col{
    display: block;
    float: left;
    padding: 15px 15px;
    position: relative;
    margin-bottom: -10px;
    background: #FFF;
}

.header .name{
    height: 50px;
    display: inline-block;
}

.call{
    display: block;
    position: absolute;
    width: 100%;
    bottom: -29px;
    left: 0;
}

.call .call-col{
	display:inline-block;
    vertical-align: top;
    margin-right: 5px;
}

.call .call-col i{
    font-size: 15px;
    background: #ffffff;
    color: #7bb4fb;
    padding: 9px 11px;
    border-radius: 2px;
    vertical-align: top;
    border: 1px solid #c45e62;
	
	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: 5px 9px;
}

.call .call-col i.fa-twitter{
	padding: 5px 6px;
}

.call .call-col i.fa-linkedin{
	padding: 5px 7px;
}

.call .call-col i.fa-instagram{
	padding: 5px 7px;
}

.call .call-col:hover i{
    background: #b71f1f;
    border: 2px solid #b71f1f;
    color: #ffffff;
}

.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;
}

/*================menu=================*/

.menu{
    text-align: right;
    display: block;
    float: right;
}

.menu i{
    position: absolute;
    right: 10px;
    cursor: pointer;
    top: -33px;
    padding: 10px 10px;
    background: #ad0000;
    color: #FFF;
    display: none;
}

.menu ul{
	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: 26px 9px;
    color: #ab1c1c;
    font-weight: bold;
    text-decoration: none;
    text-transform: uppercase;
}

.menu ul li:hover > a{
    color: #ffffff;
    background: rgb(128, 141, 165);
}

.menu ul .menu_active > a{
    color: #ffffff;
    background: rgba(135, 124, 124, 0.68);
}

.menu ul ul{
    min-width: 200px;
    position: absolute;
    z-index: 30;
    visibility: hidden;
    opacity: 0;
    border-top: 3px solid #ad0000;
	
	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;
	
	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 ul li a{
    padding: 10px;
    display: block;
    line-height: 18px;
    color: #70757d;
    text-align: left;
    background: rgb(255, 255, 255);		
}

.menu ul ul li:hover > a{
    background: #293192;
    color: #ffffff;
}

.menu ul ul .menu_active > a{
    background: #293192;
    color: #ffffff;
}


/*=================section1=================*/

.section1{
    display: block;
    position: relative;
    background: rgba(255, 255, 255, 0.9);
	padding:0px 0px 30px;
}

.section1 .section1-col{
    width: 25%;
    float: left;
}

.section1 .section1-col .section1-col-inner{
    padding: 30px 25px 40px;
}

.section1 .section1-col:hover .section1-col-inner{
    background:#eaeaea;
}

.section1 .section1-col .content{
    display: block;
    vertical-align: top;
}

.section1 .section1-col .content a{
    text-decoration: none;
    cursor: pointer;
}

.section1 .section1-col:hover .content h3{
	color: #ad0000;
}

.section1 .section1-col .content p{
    font-family: sansskin;
    font-size: 12px;
    color: #636363;
    line-height: 22px;
    padding: 17px 0px;
    text-align: left;
}

.section1 .section1-col .content .readmore{
    display: table;
    margin-top: 5px;
    color: #1b549e;
    font-size: 12px;
    text-transform: uppercase;
}

.section1 .section1-col .content .readmore i{
    margin-top: 5px;
    font-size: 13px;
    padding: 2px 6px;
    border: 1px solid #ad0000;
    color: #ad0000;
    font-weight: 900;
    margin-right: 10px;
}

.section1 .section1-col .content .readmore:hover{
	color: #ad0000;
}

.section1 .section1-col .content .readmore:hover i{
    border: 1px solid #484848;
	color:#484848;
}


/*=================section2=================*/

.section2{ 
    display: block;
    position: relative;
    background: #e4e4e4;
}

.section2 .section2-col{
    width: 68%;
    float: left;
    overflow: hidden;
}

.section2 .section2-col-inner{
    padding: 25px 20px;
}

.section2 .section2-col h2{
    display: block;
    text-align: left;
    padding: 5px 0px;
    text-transform: uppercase;
    font-size: 21px;
    color: #1a757b;
}

.section2 .section2-col h3{
    display: block;
    padding: 5px 8px;
    color: #ad0000;
}

.section2 .section2-col p{
    font-family: sansskin;
    font-size: 12px;
    text-align: left;
    line-height: 24px;
    padding: 22px 0px 12px;
    color: #333;
}

.section2 .section2-col ul{
    list-style: outside;
    list-style-type: square;
    margin-left: 25px;
}

.section2 .section2-col ul li{
    text-align: left;
    color: #333333;
    font-size: 13px;
    line-height: 18px;
    padding: 5px 0px;
}

.section2 .section2-col2{
    width: 32%;
    float: left;
    background: #85baff82;
    background-size: cover;
    background-position: -85px -1px;
}

.section2 .section2-col2 h2{
    display: block;
    padding: 0 10px 5px;
    color: #ad0000;
    font-size: 23px;
    font-weight: 900;
    border-bottom: 3px solid #ad0000;
}

.section2 .section2-col2 ul{
	display:block;
}

.section2 .section2-col2 ul li{
    display: block;
    padding: 5px 5px 5px 20px;
    border-left: 3px solid #ad0000;
    margin-top: 7px;
    background: rgba(255, 255, 255, 0.25);
    text-align: left;
    font-size: 14px;
    color: #2768bd;
}

.section2 .section2-col2 ul li:hover{
	background: rgba(255, 255, 255, 0.8);
}

.section2 .section2-col2 ul li p{
    text-align: left;
    font-size: 13px;
    color: #0c0c0c;
    padding: 2px 2px 0px;
}


/*=================section3=================*/

.section3{
	width:100%;
	background:#fff;
	padding:40px 0px;
}

.section3 .section3-col{
	width:68%;
	float:right;
}

.section3 .section3-col1-inner{
    margin: 10px 10px;
    padding: 20px 10px;
    background: #e6e6e6;
}


.section3 .section3-col1{
    width: 50%;
    float: left;
}

.section3 .section3-col1 .img{
    display: table-cell;
    vertical-align: top;
}

.section3 .section3-col1 .img img{
    width: 100px;
    height: auto;
}

.section3 .section3-col1 .content{
    display: table-cell;
    padding: 10px;
    vertical-align: top;
}

.section3 .section3-col1 .content a{
    text-decoration: none;
    cursor: pointer;
}

.section3 .section3-col1 .content h3{
    display: block;
    text-align: left;
    color: #4477ba;
    font-size: 15px;
    text-transform: uppercase;
}

.section3 .section3-col1:hover .content h3{
	color: #ad0000;
}

.section3 .section3-col1 .content p{
	font-family: sansskin;
    font-size: 12px;
    color: #5d5d5d;
    line-height: 18px;
    padding: 5px 0px;
    text-align: left;
}

.section3 .section3-col1 .content .readmore{
    display: table;
    margin-top: 5px;
    color: #141d94;
    font-size: 13px;
}

.section3 .section3-col1 .content .readmore:hover{
	color: #484848;
}

.section3 .section3-col2{
	width:32%;
	float:left;
}



.section3 .section3-col2 .message{
    background: rgba(204, 204, 204, 0.68);
    padding: 20px 45px 12px;
	margin-top:10px;
}

.message h1{
    text-align: left;
    font-size: 24px;
    padding: 5px 0px;
    color: #74a5e7;
    margin-bottom: 20px;
}

.message .message-col{
    display: block;
    margin-bottom: 15px;
	position:relative;
}

.message .message-col input{
    display: block;
    width: 100%;
    height: 35px;
    box-sizing: border-box;
	padding:0 5px 0 35px;
}

.message .message-col.name:before{
    font-family: 'FontAwesome';
    display: block;
    position: absolute;
    content: "\f007";
    font-size: 19px;
    color: #1b5fb6;
    top: 8px;
    left: 12px;
}

.message .message-col.phone:before{
    font-family: 'FontAwesome';
    display: block;
    position: absolute;
    content: "\f095";
    font-size: 19px;
    color: #1b5fb6;
    top: 8px;
    left: 12px;
}

.message .message-col.email:before{
    font-family: 'FontAwesome';
    display: block;
    position: absolute;
    content: "\f0e0";
    font-size: 16px;
    color: #1b5fb6;
    top: 8px;
    left: 12px;
}

.message .message-col.date:before{
    font-family: 'FontAwesome';
    display: block;
    position: absolute;
    content: "\f073";
    font-size: 16px;
    color: #1b5fb6;
    top: 8px;
    left: 12px;
}

.message .message-col.textarea:before{
    font-family: 'FontAwesome';
    display: block;
    position: absolute;
    content: "\f040";
    font-size: 19px;
    color: #1b5fb6;
    top: 8px;
    left: 12px;
}

.message .message-col textarea{
    display: block;
    width: 100%;
    height: 80px;
    box-sizing: border-box;
	padding:8px 5px 8px 35px;
}

.message .message-col input[type="submit"]{
    display: block;
    width: auto;
    height: 35px;
    box-sizing: border-box;
    padding: 0 28px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    background: #9e0000;
    color: #FFF;
    border-width: 0;
	cursor:pointer;
}

.message .message-col input[type="submit"]:hover{
    background: #FFF;
    color: #ad0000;
}

.career input{
	padding: 0 10px 0 10px !important;
}

.career textarea{
	padding: 8px 10px 8px 10px !important;
}

/*=================section2=================*/

.section-matter{ 
    display: block;
    position: relative;
}

.section-matter .section-matter-col{
    width: 50%;
    float: left;
    overflow: hidden;
}

.section-matter .section-matter-col .section-matter-col-inner{
    padding: 25px 20px;
}

.section-matter .section-matter-col h2{
    display: block;
    text-align: left;
    padding: 5px 0px;
    text-transform: uppercase;
    font-size: 21px;
    color: #ad0000;
}

.section-matter .section-matter-col h3{
    display: block;
    text-align: left;
    padding: 5px 8px;
    text-transform: uppercase;
    font-size: 15px;
    color: #464646;
	margin-top:20px;
}

.section-matter .section-matter-col p{
    font-size: 13px;
    text-align: left;
    line-height: 22px;
    padding: 12px 0px;
    color: #333;
}

.section-matter .section-matter-col strong{
	color: #141d94;
}

.section-matter .section-matter-col ul{
    list-style: outside;
    list-style-type: square;
    margin-left: 25px;
}

.section-matter .section-matter-col ul li{
    text-align: left;
    color: #333333;
    font-size: 13px;
    line-height: 18px;
    padding: 5px 0px;
}

.section-matter .section-matter-col img{
    max-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;
}

.section-matter:hover .section-matter-col img{
	transform:scale(1.1);
	-webkit-transform:scale(1.1);
	-moz-transform:scale(1.1);
	-o-transform:scale(1.1);
	-ms-transform:scale(1.1);
}

/*=================banner-header=================*/

.banner-header{
	width:100%;
	padding:150px 0 45px;
	background:#5f5f5f url(../images/all-banner.png) top no-repeat;
	background-size:cover;
}

.banner-header ul{
    display: block;
}

.banner-header ul li{
    display: inline-block;
	font-family: sansskin;
	font-size:13px;
    color: #e6e6e6;
}

.banner-header ul li i{
	margin: 0 8px;
	color:#FFF;
	font-size:15px;
}

.banner-header ul li a{
	font-family: sansskin;
	font-size:13px;
    color: #e6e6e6;
}

.banner-header ul li a:hover{
	text-decoration:underline;
}

.banner-header h1{
    font-family: sansskin;
    display: block;
    font-size: 30px;
    color: #d8d8d8;
    text-align: center;
    padding: 13px 0 0 21px;
}

/*=================team=================*/

.team{
    width: 25%;
    float: left;	
}

.team .team-inner{
    margin: 0 20px 20px;
    border: 1px solid #ccc;
}

.team img{
    max-width: 100%;
    height: 160px;
}

.team a{
	text-decoration:none;	
}

.team h3{
    display: block;
    padding: 5px;
    color: #1a757b;
    text-transform: uppercase;
    font-size: 15px;
    line-height: 23px;
}

.team h3:hover{
	color:#000;	
}

.team h3 span{
    display: block;
    font-size: 13px;
}

.team p{
    font-family: sansskin;
    display: block;
    text-align: center;
    padding: 0px 10px 10px 10px;
    font-size: 12px;
    line-height: 18px;
    color: #333;
}

.team ul{
    display: block;
}

.team ul li{
    display: block;
    text-align: left;
    padding: 10px 10px 10px 40px;
    font-size: 13px;
    line-height: 18px;
    color: #333;
}

.team ul li i{
    position: absolute;
    margin-left: -24px;
    margin-top: 4px;
    font-size: 13px;
    color: #000;
}


/*====================== 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: 25%;
    float: left;
	margin-bottom: 12px;
}

.work .work-col .img{
	display: block;
    position: relative;
	overflow:hidden;
    max-height: 240px;
}

.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-us{
    display: block;
    background: #efefef;
    padding: 30px 0px;
}

.contact-us .contact-us-inner{
    margin: 10px;
    padding: 20px;
    background: #FFF;
}

.contact-us .contact-us-col{
    float: left;
    width: 50%;
}

.contact-us .contact-us-col h3{
    padding: 5px 5px 5px 20px;
    text-align: left;
    text-transform: uppercase;
    font-size: 18px;
    color: #ad0000;
    border-left: 3px solid #ad0000;
    margin-bottom: 25px;
}

.contact-us .contact-us-col ul{
    display: block;
}

.contact-us .contact-us-col ul li{
    display: block;
    margin-bottom: 5px;
    padding: 10px 0px 10px 30px;
    text-align: left;
    font-size: 13px;
}

.contact-us .contact-us-col ul li i{
    position: absolute;
    margin-left: -30px;
    background: #2f6bb8;
    color: #CCC;
    padding: 4px 5px;
    font-size: 13px;
}

.contact-us .contact-us-col ul li a{
    color: #1d1d1d;
    margin-left: 3px;
}

.contact-us .contact-us-col ul li a:hover{
    color: #b10b0b;
}

/*=================footer=================*/

.footer{
	width:100%;
	background:#4e6e97;		
}

.footer .up{
    display: block;
}

.footer .up .up-col{
	width:25%;
	float:left;
}

.footer .up .up-col-inner{
    margin: 30px 20px 15px;
}

.footer .up h2{
    display: block;
    text-align: left;
    font-size: 20px;
    color: #fff;
    padding: 5px 0px 5px 15px;
    margin-bottom: 25px;
    border-left: 3px solid #b3b3b3;
}

.footer .up p{
    font-family: sansskin;
    text-align: left;
    color: #d6d6d6;
    font-size: 13px;
    line-height: 22px;
}

.footer .up .readmore{
    display: table;
    margin-top: 8px;
    color: #dedede;
}

.footer .up .readmore:hover{
    color: #fff;
}

.footer .up .category{
	display:block;	
}

.footer .up .category li{
    display: block;
}

.footer .up .category li a{
    font-family: sansskin;
    display: block;
    text-align: left;
	font-size:12px;
    padding: 9px 10px;
    color: #d6d6d6;
    border-bottom: 1px solid #3d7879;
}

.footer .up .category li a:hover{
    color: #FFF;
    border-left: 3px solid #d2d2d2;
	border-bottom: 1px solid #d2d2d2;
}

.footer .up .ft-contact{
	display:block;
}

.footer .up .ft-contact li{
    display: block;
    font-family: sansskin;
    text-align: left;
    color: #d6d6d6;
    font-size: 13px;
    line-height: 22px;
    padding: 0px 0px 10px 30px;
}

.footer .up .ft-contact li i{
    font-size: 16px;
    position: absolute;
    margin-left: -28px;
    margin-top: 3px;
}

.footer .down{
    width: 100%;
    padding: 12px 0;
    background: #204678;
}

.footer .down .term{
	float:left;
	font-size:13px;
	line-height:20px;
	color:#d1ebec;
	text-align:left;
}

.footer .down .powered{
	float:right;
	font-size:12px;
	line-height:20px;
	color:#d1ebec;
	text-align:right;
	margin-right:10px;
}

.footer .down .powered a{
	font-size:12px;
	line-height:20px;
	color:#d4d4d4;
	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;
    border-radius: 50%;
}

.top1:hover{
	background: #1d1d1d;	
}

.top1 img{
	width:50px;
	height:50px;	
}


@media screen and (max-width: 980px)
{
	.header .logo-col{	
		display: block;
		float: none;
		padding: 0;
		text-align: left;
    	background: rgba(255, 255, 255, 0.54);
	}
	
	.menu{
		position: relative;
		float: none;
	}

	.menu i{
    	display: table;
	}
	
	.menu > ul{
    	display: none;
		position: absolute;
		width: 100%;
    	background: #ececec;
    	margin-top: 10px;
		z-index:9999;
	}
	
	.menu ul li{
    	display: block;
	}
	
	.menu ul li a{
    	padding: 11px 13px;
	}
	
	.menu ul ul{
		display:none;
		position:relative;
	}
	
	.menu ul li:hover > ul{
		display:block;
	}
	
	.section1 .section1-col{
		width:100%;
		float:none;	
	}
	
	.section1 .section1-col{
		width:100%;
		float:none;	
	}
	
	.section2 .section2-col{
		width:100%;
		float:none;
	}
	
	.section2 .section2-col2{
		width:100%;
		float:none;
	}
	
	.section3 .section3-col2{
		width:100%;
		float:none;
	}
	
	.section3 .section3-col{
		width:100%;
		float:none;
	}
	
	.section3 .section3-col1{
		width:100%;
		float:none;
	}
	
	.section-matter .section-matter-col{
		width:100%;
		float:none;	
	}
	
	.work .work-col{
		width:50%;	
	}
	
	.team{
		width:100%;
		float:none;	
	}
	
	.contact-us .contact-us-col{
		width:100%;
		float:none;
	}
	
	.footer .up{
		padding:30px 0px 0px 0px;	
	}
	
	.footer .up .up-col{
		width:100%;
		float:none;
	}
	
	.footer .down .term{
		float:none;
		text-align:center;
	}
	
	.footer .down .powered{
		float:none;
		text-align:center;
	}
}
