/* 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;
    background: #2f875d;
    height: 100%;
}

.text-heading h3{
    text-align: center;
    text-transform: uppercase;
    font-size: 16px;
    padding: 10px;
    color: #FFF;
    font-weight: 900;
    word-break: break-all;
    word-wrap: break-word;
}


/*=================header=====================*/

header{
    width: 100%;
    overflow: visible;
	
}

.header{
    width: 100%;
   
    border-bottom: 2px solid rgba(255, 255, 255, 0.1);
}

.header .logo-col{
    display: block;
    float: left;
    padding: 7px 15px 2px 0;
    position: relative;
}

.header .name{
    height: 70px;
    display: inline-block;
}

.header .header-right{
	float:right;
    margin-top: 7px;
}

.header .header-right .address{
	display:block;
    padding: 7px 14px 0;
    margin-top: 16px;
    float: left;
    background: rgb(230, 230, 230);
}

.header .header-right .address span{
    display: block;
    text-align: left;
    font-size: 14px;
    letter-spacing: 0.6px;
    margin-bottom: 7px;
}

.header .header-right .address span a{
    color: #396a6f;
    font-size: 16px;
}

.header .header-right .address span i{
    padding: 6px 6px;
    background: #396a6f;
    color: #FFF;
    border-radius: 50%;
    font-size: 12px;
    margin: 0;
    margin-right: 9px;
}

.call{
    display: block;
    float: left;
    margin-top: 19px;
    margin-left: 20px;
}

.call .call-col{
	display:inline-block;
    vertical-align: top;
    margin-right: 5px;
}

.call .call-col i{
    font-size: 15px;
    background: #ffffff;
    color: #396a6f;
    padding: 9px 11px;
    border-radius: 2px;
    vertical-align: top;
    border: 2px solid #396a6f;
	
	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: #396a6f;
    border: 2px solid #396a6f;
    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{
    display: block;
    background: #2f875d;
}

.menu i{
    position: absolute;
    right: 10px;
    cursor: pointer;
    top: -53px;
    padding: 10px 10px;
    background: #02407d;
    color: #FFF;
    display: none;
}

.menu ul{
	margin:0px 0px;
	padding:0px;
	display:block;	
}

.menu ul li{
	display: inline-block;
}

.menu ul > li:hover > a{
	color:#FFF;	
}
.menu ul li.current {
    background: #00001b;
}
.menu ul li a{
    display: block;
    font-size: 13px;
    padding: 13px 16px;
    color: #e4e4e4;
    font-weight: bold;
    text-decoration: none;
    text-transform: uppercase;
	letter-spacing:0.1px;
}

.menu ul li:hover > a{
    color: #ffffff;
    background: rgb(35, 35, 35);
}

.menu ul .menu_active > a{
    color: #ffffff;
    background: rgba(74, 74, 74, 0.68);
}

.menu ul ul{
    min-width: 200px;
    position: absolute;
    z-index: 30;
    visibility: hidden;
    opacity: 0;
    border-top: 3px solid #232323;
	
	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: #232323;
    text-align: left;
    background: rgb(255, 255, 255);		
}

.menu ul ul li:hover > a{
   	background: rgba(47, 135, 93, 0.5);
    color: #fff;
}

.menu ul ul .menu_active > a{
    background: rgba(255, 255, 255, 0.33);
    color: #fff;
}


/*=================section1=================*/

.section1{
    display: block;
    position: relative;
    background: rgba(255, 255, 255, 0.9);
	padding:0px 0px 0px;
}

.section1 .section1-col{
    width: 33.33%;
    float: left;
}
.section1 .boxone{
	
}
.section1 .boxtwo{
	
}
.section1 .boxthree{
	
}
.section1 .sectionleftnews-col{
    width: 15%;
    float: left;
	color:#fff;
}
.topwrapper
{
	padding-top:10px;
}
.section1 .sectionleftnews-col .laytestews{
	background:url(../images/arrownews.png) no-repeat top center;
	line-height: 35px;
    height: 39px;
	    margin-left: 26px;
}
.contentwrapper
{
	padding:10px 0px;
	background:#F9F9F9;
}

.section1 .sectionfull-col{
    width: 85%;
    float: left;
}

.section1 .section1-col .section1-col-inner{
    padding: 30px 25px 40px;
}

.section1 .section1-col:hover .section1-col-inner{
    background:#fff;
}

.section1 .section1-col .content{
    display: block;
    vertical-align: top;
    position: relative;
    overflow: hidden;
    min-height: 260px;
}

.section1 .section1-col .content a{
    text-decoration: none;
    cursor: pointer;
}

.section1 .section1-col .content p{
    font-family: sansskin;
    font-size: 12px;
    color: #000000;
    line-height: 22px;
    padding: 11px 0px 11px 55px;
    text-align: left;
}

.section1 .section1-col .content p i{
    font-size: 22px;
    display: block;
    margin-bottom: 11px;
    color: #396a6f;
}
.section1 .section1-col .content i {
    font-size: 22px;
    display: block;
    margin-bottom: 11px;
    color: #ffffff;
    float: left;
    margin-left: 20px;
    margin-top: 10px;
}

.section1 .section1-col .content .readmore{
    display: table;
    margin-top: 5px;
    color: #293192;
    font-size: 12px;
    text-transform: uppercase;
    margin-left: 40px;
}

.section1 .section1-col .content .readmore i{
    margin-top: 5px;
    font-size: 13px;
    padding: 2px 6px;
    border: 1px solid #293192;
    color: #29319f;
    font-weight: 900;
    margin-right: 10px;
}

.section1 .section1-col .content .readmore:hover{
	color: #000000;
}

.section1 .section1-col .content .readmore:hover i{
    border: 1px solid #000000;
	color:#000000;
}

.section1 .section1-col.scndbox{
	background: url(../images/icon/19-64.png) no-repeat bottom right #396a6f !important;
}
.scndbox .text-heading {
    background: #fff;
}
.scndbox .text-heading h3 {
    color: #396a6f;
}
.section1 .section1-col.scndbox .content p {
    color: #fff;
}
.section1 .section1-col.scndbox .content .readmore {
    color: #f4f4f4;
}
.section1 .section1-col.scndbox .content p i {
    color: #f4f4f4;
}
/*=================section2=================*/

.section2{ 
    display: block;
    position: relative;
    background: #e4e4e4;
}

.section2 .section2-col{
    width: 68%;
    float: left;
    overflow: hidden;
}

.section2 .section2-col-inner{
    padding: 25px 20px;
	position:relative;
}

.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: 15px 11px;
    color: #2f875d;
}

.section2 .section2-col p{
    font-family: sansskin;
    font-size: 12px;
    text-align: left;
    line-height: 24px;
    padding: 22px 0px 12px 60px;
    color:#313131;
}

.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: #e4e4e4;
}

.section2 .section2-col2 h2{
    display: block;
    padding: 0 10px 5px;
    color: #396a6f;
    font-size: 23px;
    font-weight: 900;
    border-bottom: 3px solid #396a6f;
}

.section2 .section2-col2 ul{
	display:block;
}

.section2 .section2-col2 ul li{
    display: block;
    padding: 5px 5px 5px 20px;
    border-left: 3px solid #396a6f;
    margin-top: 7px;
    background: rgba(255, 255, 255, 0.25);
    text-align: left;
    font-size: 14px;
    color: #191919;
}

.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:left;
}

.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: #396a6f;
    font-size: 15px;
    text-transform: uppercase;
}

.section3 .section3-col1:hover .content h3{
	color: #000;
}

.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: #396a6f;
    font-size: 13px;
}

.section3 .section3-col1 .content .readmore:hover{
	color: #484848;
}

.section3 .section3-col2{
	width:32%;
	float:right;
}



.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: #396a6f;
    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: #396a6f;
    top: 8px;
    left: 12px;
}

.message .message-col.phone:before{
    font-family: 'FontAwesome';
    display: block;
    position: absolute;
    content: "\f095";
    font-size: 19px;
    color: #396a6f;
    top: 8px;
    left: 12px;
}

.message .message-col.email:before{
    font-family: 'FontAwesome';
    display: block;
    position: absolute;
    content: "\f0e0";
    font-size: 16px;
    color: #396a6f;
    top: 8px;
    left: 12px;
}

.message .message-col.date:before{
    font-family: 'FontAwesome';
    display: block;
    position: absolute;
    content: "\f073";
    font-size: 16px;
    color: #396a6f;
    top: 8px;
    left: 12px;
}

.message .message-col.textarea:before{
    font-family: 'FontAwesome';
    display: block;
    position: absolute;
    content: "\f040";
    font-size: 19px;
    color: #396a6f;
    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: #396a6f;
    color: #FFF;
    border-width: 0;
	cursor:pointer;
}

.message .message-col input[type="submit"]:hover{
    background: #FFF;
    color: #396a6f;
}

.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: #083d71;
}

.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: #396a6f;
}

.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 .section-matter-col h2{
  
}

.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);
}

/*.section-matter:hover .section-matter-col img lower part style*/















/*=================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: #083d71;
    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.html) 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: #083d71;
    border-left: 3px solid #083d71;
    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: #213092;
    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: rgb(32, 103, 69) top left repeat;		
}

.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: #396a6f;
    padding: 5px 0px 5px 15px;
    margin-bottom: 25px;
    border-left: 3px solid #2b6268;
    background: rgba(246, 246, 246, 0.84);
}

.footer .up p{
    font-family: sansskin;
    text-align: left;
    color: #eaeaea;
    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;
    margin-bottom: 6px;
}

.footer .up .category li a{
    font-family: sansskin;
    display: block;
    text-align: left;
	font-size:12px;
    padding: 9px 10px;
    color: #f3eeee;
    background: rgba(204, 204, 204, 0.28);
}

.footer .up .category li a:hover{
    color: #FFF;
	background:rgba(0, 0, 0, 0.53);
}

.footer .up .ft-contact{
	display:block;
}

.footer .up .ft-contact li{
    display: block;
    font-family: sansskin;
    text-align: left;
    color: #eaeaea;
    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: #2f875d;
}

.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 .header-right, .header .header-right .address, .call{
		float:none;	
	}
	.header .header-right{
		background:#d8d8d8;	
    	padding-bottom: 9px;
	}
	.header .header-right .address span{
		text-align:center;
		display:inline-block;	
	}
	.call{		
    	margin-top: 9px;
    	padding-top: 7px;	
	}
	.header .logo-col{	
		display: block;
		float: none;
		padding: 0;
		text-align: left;
    	background: rgba(255, 255, 255, 0.54);
	}
	
	.header .name{
    	height: 48px;
		padding: 5px 0;
	}
	
	.menu{
		position: relative;
		float: none;
	}

	.menu i{
    	display: table;
	}
	
	.menu .container > ul{
    	display: none;
		position: absolute;
		width: 100%;
    	background: #02407d;
    	margin-top: 0px;
		z-index:9999;
		left:0;
	}
	
	.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 .sectionleftnews-col .laytestews{
		display: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;
	}
}
