@charset "utf-8";
/* CSS Document */
@import url('font-face.css');
ul, ol {
	margin: 0px;
	list-style: none;
}
*, *:before, *:after {
	margin: 0px;
	padding: 0px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
}
a, img {
	border: 0px;
	outline: 0px;
	text-decoration: none;
	vertical-align: middle;
}
p {
	display: block;
	margin-bottom: 15px;
}
.scrollup {
	position: fixed;
	bottom: 20px;
	right: 20px;
	width: 40px;
	height: 40px;
	background: #fff;
	color: #092789;
	border: 1px solid #092789;
	font-size: 20px;
	text-align: center;
	line-height: 40px;
	cursor: pointer;
	z-index: 99; 
	border-radius: 100%;
	display: none;
	transition: all .5s;
}
.scrollup:hover {
	box-shadow: 0px 0px 14px 0px rgba(0,0,0,0.3);
	transition: all .5s;
}
body {
	font-size: 14px;
	color: #333;
	line-height: 1.4;
	overflow-x: hidden;
	font-weight: 400;
	font-family: gotham ssm a,gotham ssm b,Arial,sans-serif;
	font-family: 'Cooper Hewitt','Source Sans Pro', sans-serif;
	position: relative;
}
input, select, textarea {
	font-family: gotham ssm a,gotham ssm b,Arial,sans-serif;
	font-family: 'Cooper Hewitt','Source Sans Pro', sans-serif;
}
h1, h2, h3, h4, h5, h6 {
	margin:0;	
}
.fullbody {
	width: 100%;
	float: left;
	position: relative;
}
.fullpage {
	max-width: 1140px;
	min-width: 240px;
	margin: 0px auto;
}
.menupage {
	max-width: 1300px;
}
.header {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99;
	background: #fff;
	transition: all .5s;
}
.header.fix {
	box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.3);
	transition: all .5s;
}
.logo {
	float: left;
	width: 20%;
	padding: 15px 0;
	position: relative;
	transition: all .5s;
}
.logo img {
	height: 50px;
	transition: all .5s;
}
.menu_nav {
	float: right;
	width: 80%;
}
.micon {
	display: none;
}
.mclose {
	display: none;
}
.search_bar {
	float: right;
	padding: 25px 0px; 
	width: 17%;
	margin-left: 30px;
}
.search_bar input {
	width: 100%;
	border: 0px;
	height: 30px;
	border-bottom: 1px solid #00a8ea;
	color: #333;
	padding-right: 35px;
}
.search_bar button {
	width: 30px;
	background: transparent;
	border: 0px;
	color: #00a8ea;
	position: absolute;
	top: 0;
	line-height: 30px;
	font-size: 30px;
	right: 0;
	cursor: pointer;
}
ul.menu {
	float: right;
	width: auto;
	font-family: 'Cooper Hewitt','Source Sans Pro', sans-serif;
	list-style-type: none;
	transition: all .5s;
}
ul.menu li {
	float: left;
	padding: 29px 0;
	position: relative;
	padding-left: 35px;
	transition: all .5s;
}
ul.menu li a {
	float: left;
	position: relative;
	color: #111;
	font-size: 16px;
	letter-spacing: 0.3px;
	text-transform: capitalize;
	transition: all .5s;
}
ul.menu li a img{
	width: 20px;
}
ul.menu li a:after {
	position: absolute;
	bottom: -5px;
	left: 0;
	width: 100%;
	height: 2px;
	background: #008641;
	content: '';
	display: none;
	transition: all .5s;
}
ul.menu > li:hover a, ul.menu li a.active {
    color: #000;
    transition: all .5s;
}
ul.menu > li:hover a:after, ul.menu li a.active:after {
    display: block;
    transition: all .5s;
}
ul.menu > li:hover li a:after {
	display: none;
	transition: all .5s;
}
ul.menu ul li a:hover:after {
	display: block;
}
ul.menu ul.level1, ul.menu ul.level2 {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 99;
	width: 240px;
	padding: 5px 0;
    background-color: #FFF;
	box-shadow: 0px 3px 5px 1px rgba(0,0,0,0.25);
	display: none;
	transition: all .3s;
}
ul.menu li:hover ul.level1, ul.menu li:hover ul.level2 {
	display: block;
	  -webkit-animation-duration: .3s;
          animation-duration: .3s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
	-webkit-animation-name: fadeInUp;
          animation-name: fadeInUp;
	transition: all .5s;
}
ul.menu ul li {
	width: 100%;
	float: left;
	padding: 0;
	position: relative;
}
ul.menu ul li a {
	width: 100%;
	float: left;
	padding: 8px 15px;
	font-size: 14px;
}
ul.menu > li:hover li a:after {
	display: none;
}
ul.menu > li:hover li a, ul.menu > li:hover ul li a {
	font-weight: 400;
}
ul.menu ul ul > li a:hover, ul.menu ul > li a:hover {
	font-weight: 400;
	background: #f0f0f0;
}
ul.level1 li a i {
	float: right;
	color: #EB1C24;
	line-height: 20px
}
ul.level2 li a i {
	float: right;
	color: #333;
	line-height: 20px
}
ul.menu ul ul.level11, ul.menu ul ul.level22, ul.level112, ul.level113 {
    position: absolute;
	top: -5px;
	left: 100%;
	width: 250px;
	padding: 5px 0;
	z-index: 99;
    background-color: #FFF;
	box-shadow: 0px 3px 5px 1px rgba(0,0,0,0.15);
	display: none;
	transition: all .3s;
}
ul.level112,ul.level113 {
	right: 100%;
	left:auto;
}
ul.menu ul li:hover ul.level11, ul.menu ul li:hover ul.level22 {
	display: block;
	  -webkit-animation-duration: .3s;
          animation-duration: .3s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
	-webkit-animation-name: fadeInUp;
          animation-name: fadeInUp;
	transition: all .5s;
}
ul.level11 li:hover ul.level112 {
	display: block;
	  -webkit-animation-duration: .3s;
          animation-duration: .3s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
	-webkit-animation-name: fadeInUp;
          animation-name: fadeInUp;
	transition: all .5s;
}
ul.level112 li:hover ul.level113 {
	display: block;
	  -webkit-animation-duration: .3s;
          animation-duration: .3s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
	-webkit-animation-name: fadeInUp;
          animation-name: fadeInUp;
	transition: all .5s;
}
/* ---- banner ---- */
.mtop{
	height: 80px;
	transition: all .5s;
}
.homebanner {
	width: 100%;
	float: left;
	padding: 0;
	background-color: rgba(0,0,0,1);
	position: relative;
	overflow: hidden;
}
.homebanner:before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: '';
	z-index: 1;
	background: rgba(0, 0, 0, 0.4);
}
.homebanner:after {
	position: absolute;
	top: 90%;
	left: 0;
	width: 100%;
	height: 100%;
	transform: skewY(-5deg);
	content: '';
	z-index: 2;
	background: rgba(0, 134, 65, 0.6) url(../images/overlay01.png) repeat
}
.home_banner img,  .item img {
	width: 100%;
}
/*start of fade*/
.carousel-fade .carousel-inner .item {
  -webkit-transition-property: opacity;
  transition-property: opacity;
}
.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  opacity: 0;
}
.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
/*end of fade*/
/*start of vertical*/
.vertical .carousel-inner {
  height: 100%;
}
.carousel.vertical .item {
  -webkit-transition: 0.6s ease-in-out top;
     -moz-transition: 0.6s ease-in-out top;
      -ms-transition: 0.6s ease-in-out top;
       -o-transition: 0.6s ease-in-out top;
          transition: 0.6s ease-in-out top;
}
.carousel.vertical .active {
  top: 0;
}
.carousel.vertical .next {
  top: 100%;
}
.carousel.vertical .prev {
  top: -100%;
}
.carousel.vertical .next.left,
.carousel.vertical .prev.right {
  top: 0;
}
.carousel.vertical .active.left {
  top: -100%;
}
.carousel.vertical .active.right {
  top: 100%;
}
.carousel.vertical .item {
    left: 0;
}
/*end of vertical*/
.carousel-indicators {
	width: 100%;
	height: auto;
	text-align: center;
	bottom: 150px;
}
.carousel-indicators li {
	display: inline-block;
    width: 60px;
    height: 10px;
    margin: 0;
    text-align: center;
    color: #333;
    text-indent: -9999px;
    background: #fff;
    border: 1px solid #555;
    border-radius: 0%;
    cursor: pointer;
    transition: all .5s;
}
.carousel-indicators li.active, .carousel-indicators li:hover {
    background: #052e86;
    border: 1px solid #052e86;
    transition: all .5s;
}
.carousel-control.left, .carousel-control.right {
    position: absolute;
    top: 50%;
    z-index: 5;
    left: 50px;
    width: 40px;
    border-radius: 50px;
    height: 40px;
    font-size: 20px;
    text-align: center;
    line-height: 40px;
    color: #fff;
    background: rgba(0,0,0,0.3);
    text-shadow: 0px 0px 5px #333;
}
.carousel-control.right {
	right: 50px;
	left: auto;
	transition: all .5s;
}
.carousel-control:hover {	
    background: #008641;
	transition: all .5s;
}
.item .banner_text {
	opacity: 0;
	transition: all .5s;
}
.item.active .banner_text {
	opacity: 1;
	top: 50%;
	transition: all .5s;
}
.banner_text {
	width:70%;
	z-index:9;
	left: 15%;
	position:absolute;
	text-align: center;
	top: 100%;
	transform: translateY(-50%);
	transition: all .5s;
}
.banner_text h3 {
	color: #fff;
	font-size: 46px;
	line-height: 1;
	font-weight: 600;
	display: block;
	margin-bottom: 25px;
}
.banner_text h3 span {
	color: #4eabe4;
}
.banner_text a {
	display: inline-block;
	color: #ed1c24;
	text-transform: uppercase;
	font-weight: 300;
	border: 1px solid #ed1c24;
	background: #fff;
	letter-spacing: -.5px;
	font-size: 14px;
    padding: 10px 20px;
    text-align: center;
    transition: all .25s;
}
.banner_text a:hover {
	background: #ed1c24;
	color: #fff;
	transition: all .5s;
}
/*home_products*/
.home_products {
	padding: 70px 0;
	position: relative;
	background-color: #fff;
	/*background-image: url(../images/solbg.png);*/
	background-size: cover;
	background-position: center;
}
.top_icon {
	position: absolute;
	top: -50px;
	left: 50%;
	padding: 20px;
	background: #fff;
	border-radius: 100%;
	width: 110px;
	height: 110px;
	z-index: 2;
	transform: translateX(-50%);
}
.top_icon img {
	width: 100%;
}
.title {
	text-align: center;
	color: #111;
	font-size: 46px;
	line-height: 1;
	font-weight: 700;
	padding-bottom: 20px;
	margin-bottom: 20px;
	position: relative;
}
/*.title:after {
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 50px;
	content: '';
	margin-left: -25px;
	height: 6px;
	border-top: 1px solid #4eace3;
	border-bottom: 1px solid #4eace3;
}*/
.sub-title {
    text-align: center;
    font-size: 24px;
    line-height: 1.2;
    color: #2b3739;
    font-weight: 300;
    margin-bottom: 10px;
}
.home_products ul {
	list-style: none;
}
.home_products ul li {
	width: 31.33%;
	float: left;
	margin-right: 3%;
	position: relative;
	overflow: hidden;
	margin-top: 40px;
}
.home_products ul li:last-child, .home_products ul li:nth-child(3n+3) {
	margin-right: 0;
}
.home_products ul li a {
	height: 300px;
	width: 100%;
	float: left;
	padding-right: 50px;
}
.home_products ul li img {
	width: 100%;
	height: 100%
}
.home_products ul li .hover_txt {
	position: absolute;
	width: 72%;
	right: 0;
	top: 100%;
	margin-top: -50px;
	text-align: center;
	transition: all .5s;
}
.home_products ul li:hover .hover_txt {
	top: 56%;
	background: rgba(223, 2, 36,1);
	transition: all .5s;
}
.home_products ul li .hover_txt h3 {
	color: #fff;
	padding: 15px;
	font-size: 22px;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 600;
	/*background: linear-gradient(170deg, #008641 50%, #008641 50%)*/
    background-color: #ed1c24;
}
.home_products ul li .hover_txt .icon {
    width: 50px;
    position: absolute;
    right: 0;
    top: -50px;
    height: 50px;
    padding: 5px;
    background-color: #008641;
}
.home_products ul li .hover_txt .icon img {
    max-width: 100%;
    width: auto;
}
.home_products ul li .hover_txt .txt {
	padding: 15px;
	color: #333;
	font-weight: 400;
	font-size: 13px;
	line-height: 18px;
	font-family: Open Sans;
	font-family: 'Cooper Hewitt','Source Sans Pro', sans-serif;
	background: #fff;
}
.home_products ul li .hover_txt .txt div {
	height: 76px;
	display: block;
	overflow: hidden;
}
.home_products ul li .hover_txt .txt span {
	color: #d7041e;
	display: inline-block;
	vertical-align: top;
	line-height: 16px;
	font-weight: 600;
	margin-top: 10px;
	font-size: 14px;
	position: relative;
	transition: all .5s;
}
.home_products ul li .hover_txt .txt span:hover {
	color: #27298e;
	transition: all .5s;
}
.home_products ul li .hover_txt .txt span:after {
	content: '\f105';
	margin-left: 5px;
	font-family: 'FontAwesome'; 
}
.hp_btn {
	text-align: center;
	margin-top: 40px;
}
.hp_btn a {
	display: inline-block;
	padding: 10px 30px;
	font-weight: 600;
	color: #fff;
	font-size: 16px;
	background: #4eace3;
	transition: all .5s;
}
.hp_btn a:hover {
	background: #111;
	transition: all .5s;
}
/*home_about
.home_about {
	padding: 70px 0;
	background: #e6e9ee;
	text-align: center;
}
.home_about .top_icon {
	background: #e6e9ee;
}
.home_about p {
	display: block;
	margin-bottom: 15px;
}
.home_about .title {
	font-weight: 700;
	text-transform: uppercase;
	font-size: 36px;
	color: #e20129;
}
.home_about .title:after {
	width: 100px;
	margin-left: -50px;
	border: 0px;
	height: 8px;
	background: #ddd;
}
.home_about .sub-title {
	font-size: 18px;
}
.home_about .txt {
	font-size: 14px;
	line-height: 20px;
}
.ha_links {
	list-style: none;
	margin-top: 20px;
}
.ha_links li {
	float: left;
	width: 25%;
}
.ha_links li img {
	height: 70px;
	float: left;
}
.ha_links li h4 {
	float: left;
	padding-left: 10px;
	font-size: 18px;
	font-weight: 700;
	color: #222;
	text-transform: uppercase;
	line-height: 70px;
}
.ha_links li a {
	opacity: 1;
	transition: all .5s;
}
.ha_links li a:hover {
	opacity: 0.7;
	transition: all .5s;
}*/
.home_about {
    background: #e6e9ee;
    padding: 60px 0;
}
.ha_left {
	width: 40%;
	float: left;
	font-size: 18px;
	font-weight: 400;
	line-height: 1.7;
}
.ha_left h1 {
	font-size: 36px;
	line-height: 1.2;
	color: #062f43;
	font-weight: 700;
	margin-bottom: 25px;
}
.ha_left a {
	float: left;
	margin-top: 10px;
	border-radius: 30px;
	padding: 5px 25px;
	color: #fff;
	font-size: 14px;
	background: #062f43; 
	transition: all .5s;
}
.ha_left a:hover {
	background: #008ec0; 
	transition: all .5s;
}
.ha_right {
    /*background-image: url(../images/circle_background-f61675aa.svg);*/
    background-repeat: no-repeat;
    width: 50%;
    float: right;
    background-position: right 0 center;
}
.ha_right .icon {
	position: relative;
	min-height: 225px;
	width: 48%;
	float: left;
	padding: 25px;
	background: #fff;
	border-radius: 10px;
	text-align: center;
	box-shadow: 0 0 24px 0 rgba(0,0,0,0.14);
}
.ha_right .icon h2 {
	display: block;
	margin-top: 20px;
	color: #000;
	font-size: 18px;
	font-weight: 400;
	margin-bottom: 50px;
}
.ha_right .card-icon {
	width: 100%;
	float: left;
	padding: 25px;
	margin: 20px 0;
}
.ha_right .card-icon img {
	width: 100%;
}
.ha_right .icon2 {
	margin-left: 4%;
}
.ha_right .icon3 {
	margin-top: -40px;
	margin-left: 80px;
}
/*.home_solutions {*/
.home_solutions {
	padding: 70px 0;
	position: relative;
	background-color: #e6e9ee;
}
.home_solutions .top_icon {
	background-color: #e6e9ee;
}
.home_solutions .title {
	margin: 30px 0;
	padding: 0;
}
.home_solutions .sub-title {
	margin-bottom: 30px;
}
.hs_gred li {
	float: left;
	width: 20%;
}
.hs_gred li a {
	height: 228px;
	width: 100%;
	float: left;
	padding: 50px 10px;
	text-align: center;
	position: relative;
	color: #111;
	transition: all .5s;
}
.hs_gred li a:hover {
	border-radius: 100%;
	background: #fe7d82;
	transition: all .5s;
}
.hs_gred li a img {
	height: 80px;
	display: inline-block;
}
.hs_gred li a h5 {
	width: 100%;
	float: left;
	font-size: 16px;
	font-weight: 500;
	margin-top: 20px;
}
/*home_clients*/
.home_clients {
	padding: 60px 0;
}
.our_clients {
	border-top: 4px solid #00a1de;
	padding: 40px;
	box-shadow: 0 2px 11px #b5b5b5;
}
.our_clients h3 {
	font-size: 40px;
	font-weight: 700;
	color: #222;
	display: block;
	margin-bottom: 30px;
}
.our_clients ul {
	border-top: 1px solid #eee;
	border-left: 1px solid #eee;
}
.our_clients li {
	float: left;
	width: 20%;
	padding: 30px;
	border-right: 1px solid #eee;
	border-bottom: 1px solid #eee;
	transition: all .5s;
}
.our_clients li img {
	width: 100%;
}
.our_clients li:hover {
	background: #f5f5f5;
	transition: all .5s;
}
/*footer*/
footer {
	background: #111;
	padding: 30px 0;
}
.subscribe {
	width: 70%;
	float: left;
	color: #fff;
}
.subscribe h3 {
	font-size: 23px;
	font-weight: 400;
	line-height: 1.3;
	display: block;
	margin-bottom: 30px;
}
.subscribe input {
	width: 29%;
	float: left;
	margin-right: 2%;
	height: 40px;
	color: #fff;
	padding: 0 15px;
	background: transparent;
	border-radius: 40px;
	border: 1px solid #999;
	transition: all .5s;
}
.subscribe input:hover, .subscribe input:focus {
	border: 1px solid #fff;
	transition: all .5s;
}
.subscribe button {
	border: 0px solid #fff;
	background: #ee1c24;
	color: #fff;
	width: 7%;
	height: 40px;
	cursor: pointer;
	font-size: 20px;
	border-radius: 40px;
	transition: all .5s;
}
.subscribe button:hover {
	background: #fff;
	color: #ee1c24;
	transition: all .5s;
}
.fsocail {
	width: 27%;
	float: right;
	border-left: 1px solid #ddd;
	padding-left: 40px;
	margin-top: 20px;
	padding-bottom: 20px;
}
.fsocail h3 {
	font-size: 26px;
	font-weight: 500;
	color: #fff;
	display: block;
	margin: 20px 0;
	padding-bottom: 20px;
	position: relative;
}
.fsocail h3:after {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 70%;
	height: 1px;
	content: '';
	background: #999;
}
.fsocail li {
	float: left;
	margin-right: 20px;
}
.fsocail li a {
	float: left;
	width: 36px;
	border-radius: 3px;
	text-align: center;
	line-height: 36px;
	height: 36px;
	background: #fff;
	color: #111;
	font-size: 22px;
	transition: all .5s;
}
.fsocail li a:hover {
	color: #fff;
	background: #ee1c24;
	transition: all .5s;
}
/*copyrights*/
.copyrights {
	margin-top: 40px;
	color: #fff;
	font-size: 14px;
}
.copyrights a  {
	color: #fff;
	float: left;
	margin-right: 15px;
	padding-right: 15px;
	border-right: 1px solid #999;
}
.copyrights a:hover  {
	color: #329fc6;
}


/*innerbanner*/
.innerbanner {
  min-height: 400px;
  position: relative;
  overflow: hidden;
}
.ib_img:after {
    position: absolute;
    top: 90%;
    left: 0;
    width: 100%;
    height: 100%;
    transform: skewY(-3deg);
    content: '';
    z-index: 2;
    background: rgba(0, 134, 65, 0.6) url(../images/overlay01.png) repeat;
}
.ib_img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: top center;
}
.ib_img:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
  background: rgba(0, 0, 0, 0.2);
}
.ib_txt {
  z-index: 2;
  margin: 100px 0;
  color: #fff;
  max-width: 50%;
  font-weight: 300; 
  font-size: 20px;
}
.ib_txt h1 {
  font-size: 40px;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 15px;
}
.breads {
  background: #fff;
  border-bottom: 1px solid #ddd;
  padding: 10px 0;
}
.breads li {
  float: left;
  margin-right: 15px;
  padding-right: 15px;
  position: relative;
}
.breads li:after {
  position: absolute;
  top: 2px;
  font-weight: 400;
  font-size: 12px;
  color: #999;
  right: 0;
  content: '/';
  /*font-family: 'FontAwesome';*/
}
.breads li:last-child:after {
  display: none;
}
.breads li a {
  float: left;
  color: #333;
  font-weight: 400;
  font-size: 14px;
}
.breads li a:hover,.breads li a.active, .breads li:last-child a {
  color: #ed1c24;
}
/*page*/
.page {
  padding: 30px 0;
  font-size: 18px;
  color: #222;
  line-height: 1.4;
  font-weight: 300;
  background-image: url(../images/bg-polygone.png);
  background-size: 100% auto;
  background-position: center;
  background-repeat: no-repeat;
}
.page p {
  display: block;
  margin-bottom: 15px;
}
.page p:last-child {
  margin-bottom: 0px;
}
.page h1 {
  font-size: 40px;
  font-weight: 300;
  color: #ed1c24;
  display: block;
  margin-bottom: 15px;
}
.page h2 {
  font-size: 36px;
  font-weight: 300;
  color: #008641;
  display: block;
  margin-bottom: 15px;
}
/*about_links*/
.about_links {
  margin-top: 40px;
}
.ab_links {
  border-bottom: 1px solid #ddd;
}
.ab_links li {
  float: left;
  padding: 20px;
  cursor: pointer;
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
  position: relative;
}
.ab_links li:hover , .ab_links li.active {
  color: #008641;
}
.ab_links li:hover:after , .ab_links li.active:after {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  content: '';
  background: #ed1c24;
  width: 100%;
}
.ab_text {
  padding-top: 30px;
  display: none; 
}
.page_ul ul , .page_ul ol {
  width: 100%;
  float: left;
  padding-left: 30px;
  margin-bottom: 15px;
}
.page_ul ul li {
  width: 100%;
  float: left;
  padding: 5px 0;
  list-style-type: square;
}
.page_ul ol li {
  list-style-type: decimal;
}
/*team_list*/
.team_list li {
  margin-top: 30px;
  float: left;
  width: 33.33%;
  line-height: 1.2;
}
.team_list li h3 {
  font-size: 22px;
  color: #555;
  font-weight: 600;
  display: block;
  margin-bottom: 10px;
}
.team_list li p {
  font-size: 20px;
  color: #555;
  display: block;
  margin-bottom: 0px;
}
/*page_links*/
.page_links {
  background: #f7f7f7;
  padding-top: 35px;
}
.page_links li {
  float: left;
  width: 32%;
  margin-top: 15px;
  margin-right: 2%;
}
.page_links li:nth-child(3n+3){
  margin-right: 0;
}
.page_links li a {
  float: left;
  width: 100%;
  font-weight: 400;
  font-size: 16px;
  border-bottom: 2px solid #ddd;
  color: #333;
  text-align: center;
  display: grid;
  justify-content: center;
  align-content: center;
  height: 70px;
  padding: 15px 0;
  align-items: center;
  transition: all .5s;
}
.page_links li a:hover, .page_links li a.active {
  border-bottom: 2px solid #008641;
  color: #008641;
  transition: all .5s;
}
/*gallery*/
.gallery {
	margin-top: -20px;
}
.gallery li {
    float:left;
    width: 23.5%;
	margin-right: 2%;
	margin-top: 20px;
}
.gallery li:nth-child(4n+4){
	margin-right:0px;
}
.gallery li a {
  float: left;
  width: 100%;
  height: 200px;
  background-position: center;
  background-size: cover;
  position:relative;
}
.gallery li a span {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	width: 100%;
	text-align: center;
	background: rgba(0,0,0,0.5);
}
/*contact_adr*/
.contact {
  font-weight: 400;
}
.contact_adr {
  float: left;
  width: 48%;
}
.mul_adr .contact_adr {
  float: left;
  width: 30%;
  background:#f7f7f7;
  padding:15px;
  border:1px solid #ddd;
  margin-top: 30px;
  margin-right:5%;
}
.mul_adr .contact_adr:last-child {
    margin-right:0px;
}
.contact_adr h3 {
  font-size: 30px;
  font-weight: 600;
  letter-spacing: 1px;
  color: #ed1c24;
  margin-bottom: 15px;
}
.contact_adr h4 {
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 1px;
  color: #999;
  margin-top: 20px;
  margin-bottom: 10px;
}
.contact_form {
  float: right;
  width: 48%;
}
.contact_form input, .contact_form textarea {
  width: 100%;
  float: left;
  height: 50px;
  border: 1px solid #ddd;
  padding: 0 15px;
  font-weight: 400;
  color: #111;
  font-size: 16px;
  margin-bottom: 20px;
}
.contact_form textarea {
  height: 100px;
  padding: 10px 15px;
}
.contact_form input.submit {
  border: 0px;
  background: #008641;
  color: #fff;
  font-size: 18px;
  line-height: 50px;
  cursor: pointer;
  margin-bottom: 0;
  appearance: none;
  -webkit-appearance: none;
  text-transform: uppercase;
  transition: all .5s;
}
.contact_form input.submit:hover {
  background: #111;
  transition: all .5s;
}
.contact_map {
  height: 400px;
  margin-top: 50px;
}
.contact_map iframe {
  width: 100%;
  height: 100%;
  border: 0px;
}
/*careers*/
.careers_posts {
	margin-top: 25px;
	padding-top: 20px;
	border-top: 1px solid #eee;
}
.careers_posts h2 {
    font-size: 30px;
    font-weight: 500;
    color: #04459d;
    margin: 0 0 10px 0;
    display: block;
} 
.careers_posts li {
    float: left;
    list-style: none;
    width: 33%;
    margin-top: 15px;
    position: relative;
	padding-left: 10px;
}
.careers_posts li:nth-child(3n) {
    float: left;
}
.careers_posts li a {
    width: 100%;
    float: left;
    position: relative;
    padding: 30px 25px;
    text-align: left;
	border: 1px solid #ddd;
    border-left: 5px solid rgb(47, 169, 179);
    background: #f7f7f7;
    transition: all .5s;
}
.careers_posts li a:hover {
	border: 1px solid rgb(4, 69, 157);
    border-left: 5px solid rgb(4, 69, 157);
    transition: all .5s;
}
.careers_posts li h4 {
    font-size: 22px;
    line-height: 22px;
    color: #465275;
    margin: 0;
    height: 50px;
    font-weight: 400;
    vertical-align: bottom;
}
.careers_posts li span {
    font-size: 14px;
    color: #999; 
    padding-left: 20px;
}
.careers_posts li span:before {
    position: absolute;
    top: 0;
    left: 0;
    content: '\f041';
    font-family: 'FontAwesome';
}
.j_desc {
    margin-bottom: 15px;
}
.j_desc h2, .j_desc h3 {
    font-size: 30px;
    color: #2361a8;
    font-weight: 500;
    text-align: left;
    margin-bottom: 10px;
}
.j_desc h3 {
    font-size: 20px;
}
.j_desc span {
    color: #555;
    font-weight: 400;
    font-size: 14px;
}
/*career_form*/
.career_form {
    margin-top: 10px;
    background: #f7f7f7;
    padding: 20px;
}
.halfspan {
    width: 49%;
    float: left;
}
.halfspan.right {
    float: right;
}
.career_form h2 {
    color: #00376F;
    margin: 0;
    margin-bottom: 10px;
    padding-bottom: 5px;
    display: block;
    font-size: 24px;
    font-weight: 400;
    border-bottom:1px solid #eee;
}
.career_form label {
    margin: 5px 0 0 0;
    display: block;
    font-weight: 400;
}
input.c-input, textarea.c-input {
    width: 100%;
    float: left;
    height: 40px;
    padding: 10px;
    color: #333;
    border: 1px solid #ccc;
    margin: 0 0 15px 0;
    font-size: 16px;
    transition: all .5s;
}
input.c-input[type=file] {
    padding: 0 10px;
}
input.c-input:hover, textarea.c-input:hover,
input.c-input:focus, textarea.c-input:focus {
    border: 1px solid #333;
    outline: 0px;
    transition: all .5s;
}
textarea.c-input {
    height: 80px;
}
input.c-btn {
    float: left;
    margin-top: 15px;
    padding: 10px 30px;
    background: #1979b5;
    color: #fff;
    font-size: 16px;
    cursor: pointer;
    border: 0px;
    transition: all .5s;
}
input.c-btn:hover, input.c-btn:focus {
    background: #002a5c;
    transition: all .5s;
}

@media screen and (max-width : 1279px) {
	.fullpage {
		max-width: 960px;
	}
}
@media screen and (max-width : 979px) {
	.fullpage {
		max-width: 750px;
	}
	.homebanner .item {
	    padding: 30px 0;
	}
	.banner_text h2 {
	    font-size: 22px;
	    line-height: 30px;
	}
	.banner_text h2 span {
	    font-size: 32px;
	    line-height: 34px;
	}
	.banner_text h3 {
	    font-size: 18px;
	    line-height: 26px;
	}
	.home_quote h2{
		padding: 30px;
		font-size: 30px;
		line-height: 32px;
	}
}
@media screen and (max-width : 767px) {
	.fullpage {
		max-width: 550px;
		padding: 0 10px;
	}
	.menu_nav {
		position: fixed;
		top: -100%;
		left: 0;
		width: 100%;
		height: 100%;
		background: #052e86;
		z-index: 999;
		padding: 15px;
		padding-bottom: 60px;
		overflow: hidden;
		transition: all .5s;
	}
	.menu_nav.open {
		top: 0;
		transition: all .5s;
	}
	body.open {
		overflow:hidden;
	}
	ul.menu {
		width: 100%;
		float: left;
		height: 100%;
		list-style: none;
		overflow-y: auto;
	}
	ul.menu li, ul.menu li a {
		width: 100%;
		float: left;
		margin: 0;
	}
	ul.menu li a {
		color: #fff;
		font-size: 18px;
		padding: 10px;
		border-bottom: 1px solid rgba(0,0,0,0.1);
	}
	ul.menu li a i {
		float: right;
	}
	ul.menu ul , ul.menu ul ul {
		display: none;
		width: 100%;
		float: left;
		background: rgba(0,0,0,0.1);
	}
	ul.menu ul {
		background: #0986e2;
	}
	.micon {
		float: right;
		display: block;
		color: #333;
		font-size: 30px;
		margin: 20px 10px 0 0;
		cursor: pointer;
	}
	.mclose {
		padding: 8px 25px;
		background: #fff;
		color: #333;
		font-size: 20px;
		cursor: pointer;
		width: 100%;
		float: left;
		display: block;
		margin-bottom: 10px;
	}
	.mclose i {
		float: right;
	}
}
@media screen and (max-width : 359px) {
	.fullpage {
		max-width: 320px;
	}
}