@charset "utf-8";
/* CSS Document */
@import url(font-awesome.css);
@import url(feather.css);
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css?family=Hind:400,500,600');
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800&display=swap');
@import url('https://fonts.googleapis.com/css?family=Dancing+Script:400,700');
body{ 
  margin: 0px;
  font-size: 15px;
  /* font-family: 'Montserrat', sans-serif;*/
  font-family: 'Open Sans', sans-serif;
  /*font-family: Montserrat,Hind,"sans-serif";*/
  /*font-family: Hind,Montserrat,"sans-serif";*/
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section{ display:block;}
a,a:focus,a:hover{color:#333; text-decoration:none !important;}
a:link{outline: 0;}
img{ 
  border:0px; 
  overflow: hidden;
}
h1, h2, h3, h4, h5, h6{
  font-family: Montserrat,Hind,"sans-serif";
}
.clr{
  clear:both;
}
.fLeft{
  float: left;
}
.fRight{
  float:right;
}
.color-white{
  color: #fff !important;
}
.color-dark{
  color: #718995 !important;
}
.imgResponsive{
  width: 100%;
}
.new-row{
  margin-left: 0px !important;
  margin-right: 0px !important;
}
.new-col{
  padding-left: 0px !important;
  padding-right: 0px !important;
}
.rowflex {
  display: flex;
  flex-wrap: wrap;
}
.stretch-card {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-justify-content: stretch;
  justify-content: stretch; }

.justify-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.items-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#main{
  width: 100%;
}
header{
  width: 100%;
  padding: 20px 0px;
}
.affix {
  background-color: #fff;
  position: fixed;
  padding: 20px 0px;
  left: 0px;
  top: 0px;
  z-index: 99;
  border-bottom: 1px solid #ddd;
  /*-webkit-box-shadow: 0 2px 5px #666;
  box-shadow: 0 2px 5px #666;*/
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}
.affix-top {
  position: static;
  top: -94px;
}

.navbar-brand {
  width: 177px;
  height: 40px;
  margin: 0px;
  background: url(../images/logo.png) no-repeat center center;
  background-size: cover;
}

.navbar-default .navbar-nav>.register>a{
  padding: 9px 15px;
  margin-right: 15px;
  border-radius: 6px;
}
.navbar-default .navbar-nav>.register>a{
  background-color: #fff;
  color:#015c96;  
  border: 2px solid #015c96;
}
.navbar-default .navbar-nav>.register>a i{
  font-size: 20px;
  margin-right: 5px;
}
.navbar-default .navbar-nav>.register>a:hover{
  background-color: #015c96;
  color:#fff;
}
.banner-main{
  width: 100%;
  padding: 50px 0;
  position: relative;
  display: block;
  z-index: 22;
  background-image: url(../images/banner/banner.jpg);
}
.banner-text{
  width: 100%;
  padding: 130px 0 0 0;
}
.banner-text h1{
  font-size: 40px;
  color: #fff;
  font-weight: 800;
  text-transform: uppercase;
  line-height: 50px;
  letter-spacing: 2px;
  margin: 0 0 40px 0;
}
.banner-image{
  width: 100%;
  text-align: center;
}
.banner-image img{
  width: 100%;
  max-width: 338px;
}
.bannerBtn{
  width: 200px;
  background-color: #fff;
  color: #015c96;
  padding: 13px 20px 11px 20px;
  margin: 0 5px;
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  border-radius: 30px;
  border:none;
  -webkit-animation-delay: 0.7s;
  animation-delay: 0.7s;
}
.bannerBtn:hover,
.bannerBtn:focus{
  background-color: #2b2b2b;
  color: #fff;
}

/*--- main content ---*/
.main-content{
  width: 100%;
  padding: 50px 0 30px 0;
  text-align: center;
}

.main-content h2{
  font-size: 34px;
  color: #015c96;
  font-weight: 800;
  text-transform: uppercase;
  margin: 0 0 20px 0;
}
.main-content p{
  font-size: 16px;
  color: #556172;
  line-height: 24px;
  padding: 0 100px;
  margin: 0 0 20px 0;
}

.service-content{
  width: 100%;
  padding: 50px 0;
  background-color: #eff5f5;
}
.service-content h2{
  font-size: 34px;
  color: #015c96;
  font-weight: 800;
  text-transform: uppercase;
  text-align: center;
  margin: 0 0 10px 0;
}
.service-content p{
  font-size: 16px;
  color: #556172;
  margin: 0;
}
.service-box{
  width: 100%;
  max-width: 240px;
  margin: 40px auto 0 auto;
  background-color: #fff;
  padding: 10px;
  border-radius: 14px;
  -webkit-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.1);
  -moz-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.1);
  box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.1);
      -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
.service-box-inner{
  width: 100%;
  min-height: 364px;
  background-color: #f2f4f9;
  padding: 35px 10px 10px 10px;
  position: relative;
  overflow: hidden;
  border-radius: 12px;
      -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
.service-box-inner:hover{
  background-color: #eff5f5;
}
.service-box:hover{
  -webkit-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.4);
  -moz-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.4);
  box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.4);
}
.service-box-inner:before{
  content: '';
  width: 120px;
  height: 30px;
  background-color: #fff;
  position: absolute;
  left: 50%;
  margin-left: -60px;
  top: -15px;
  border-radius: 12px;
}
.service-box-inner h3{
  font-size: 22px;
  font-weight: 800;
  text-transform: uppercase;
  margin: 0 0 10px 0;
}
.service-box-inner p{
  font-size: 13px;
}

.service-icon{
  width: 100%;
  max-width: 180px;
  position: absolute;
  left: -15px;
  bottom: 15px;
}
.service-icon img{
  width: 100%;
}

.why-us-bg{
  width: 100%;
  padding: 50px 0;
}

.why-us-bg h2{
  font-size: 34px;
  color: #015c96;
  font-weight: 800;
  text-transform: uppercase;
  text-align: center;
  margin: 0 0 30px 0;
}
.why-box{
  width: 100%;
  padding: 25px;
  text-align: center;
  border: 1px solid #f1f1f1;
  border-radius: 10px;
}
.why-box h4{
  font-size: 18px;
  font-weight: 800;
  line-height: 24px;
  margin: 0px;
  min-height: 48px;
}
.why-icon{
  width: 100%;
  max-width: 100px;
  margin: 0 auto 20px auto;
}
.why-icon img{
  width: 100%;
}

footer{
  width: 100%;
  padding: 50px 0 30px 0;
  /*background-color: #f5f8fa;*/
  background: #f5f8fa url(../images/message-shadow.png) top center no-repeat;
  color: #000;
}
footer h4{
  font-size: 15px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin: 5px 0 30px 0;
}
footer p{
  font-size: 14px;
  padding-right: 50px;
  margin: 20px 0 0 0;
}
.footer-logo{
  width: 100%;
  max-width: 160px;
  margin: 0 0 15px 0;
}
.footer-logo img{
  width: 100%;
}

.footer-link,
.footer-link ul{
  margin: 0px;
  padding: 0px;
}
.footer-link li{
  list-style: none;
  color: #000;
  font-size: 14px;
  margin: 0 0 10px 0;
}
.footer-link li a{
  color: #000;
  -webkit-transition: all .4s ease-in-out;
  -moz-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  -ms-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}
.footer-link li a:hover{
  color: #015c96;
}
.contact-li{
  margin: 0px;
  padding: 0px;
}
.contact-li ul{
  margin: 0px;
  padding: 0px;
}
.contact-li li{
  margin: 0px 0 12px 0;
  padding: 0px 0 0px 30px;
  list-style: none;
  color: #000;
  font-size: 14px;
  position: relative;
}
.contact-li li a{
  color: #000;
  text-decoration: none;
}
.contact-li li i{
  position: absolute;
  left: 0px;
  top: 3px;
  color: #015c96;
}
.social-link,
.social-link ul{
  margin: 0px;
  padding: 0px;
}
.social-link li{
  list-style: none;
  float: left;
  margin: 0 7px 0 0;
  width: 32px;
  height: 32px;
  text-align: center;
  line-height: 30px;
  font-size: 18px;
}
.social-link li a{
  color: #999;
  border: 1px solid #999;
  display: block;
  border-radius: 50%;
  -webkit-transition: all .4s ease-in-out;
  -moz-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  -ms-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}
.social-link li a:hover{
  background-color: #015c96;
  color: #fff;
  border-radius: 50%;
}
.footer-bottom{
  width: 100%;
  padding: 25px 0 20px 0;
  background-color: #f5f8fa;
  color: #000;
  font-size: 13px;
  line-height: 20px;
  letter-spacing: 0.5px;
  border-top: 1px solid #e5edf3;
}
.footer-bottom-left{
  text-align: left;
}
.footer-bottom-right{
  text-align: right;
}
.footer-bottom a{
  color: #ddd;
}
.footer-bottom a strong{
  color: #6f7d9a;
}
.footer-bottom a:hover,
.footer-bottom a strong:hover{
  color: #015c96;
}