@charset "UTF-8";
@import url(animate.css);
@import url(//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css);
@import url(//fonts.googleapis.com/css?family=Roboto:400,500,700);
/*========================================================
					  Main Styles
=========================================================*/



.fa {
  line-height: inherit;
}
.links{font-size: 18px;
 }

[class*='fa-']:before {
  font-weight: 100;
  font-family: "FontAwesome";
}

.lt-ie9 .page {
  min-width: 1200px;
}



.hr {
  border-bottom: 3px solid #62bfe6;
}

@media (max-width: 767px) {
  .mobile-center {
    text-align: center;
  }
}

.mg-add {
  margin-top: 5px;
}


/*==================     Banner    ======================*/
.banner_wr {
  position: relative;
  margin-top: -70px;
  min-height: 500px;

  width: 100%;
}

.banner {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
}
.banner:before, .banner:after {
  display: table;
  content: "";
  line-height: 0;
}
.banner:after {
  clear: both;
}
.banner li {
  position: relative;
  margin-top: 21px;
  width: 33.3%;
  margin-right: 0px;
  height: 400px;
  padding: 5px 29px 20px   ;
  float: left;
  color: #fff;
  background: #F8F7F6; /*banner 3*/
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  vertical-align: bottom;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
   border-style: solid ;
  border-top-color: #662D91;

}
.banner li:hover {
  margin-top: 0px;
  height: 388px;
  padding-bottom: 30px;
}
.banner li [class*="fa-"] {
  font-size: 62px;
  margin-top: 10px;
  line-height: 1;
  color: inherit;
}
.banner li a {
  position: absolute;
  bottom: 26px;
  right: 0px;
}
.banner li a:before {
  font-family: "FontAwesome";
  font-size: 14px;
  line-height: 1;
  color: inherit;
  content: "";
}
.banner li a:hover {
  opacity: 5;
}
.banner li:hover a {
  right: 30px;
}
.banner li:nth-child(1) {
  background: #F9F8F7;
}
.banner li:nth-child(2) {/*BANNER 1*/
  background: #F9F8F7;
  border-style: solid ;
  border-top-color: #F39200;
}
.banner li:nth-child(3) {/*banner 2*/
  background: #F9F8F7;
  border-style: solid ;
  border-top-color: #76B729;
}
.banner h3 {
  color: #fff;
}
.banner p {
  line-height: 28px;
  color: #fff;
}
.banner [class*="fa-"] + h3 {
  margin-top: 15px;
}
.banner h3 + p {
  margin-top: 13px;
}
@media (max-width: 1199px) {
  .banner {
    position: static;
  }
  .banner li {
    width: 50%;
    margin-top: 0;
  }
  .banner li a {
    right: 30px;
  }
  .banner li:hover {
    height: 358px;
    padding-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .banner li {
    text-align: center;
    width: 100%;
    height: auto;
    margin-top: 20px;
  }
  .banner li a {
    margin-top: 30px;
    display: inline-block;
    position: static;
  }
  .banner li:hover {
    height: auto;
    margin-top: 20px;
  }
}

  
