
@import url('https://fonts.googleapis.com/css2?family=Abril+Fatface&family=Nunito+Sans:opsz,wght@6..12,400;6..12,600&display=swap');
@font-face {
    font-family: 'Abril Fatface';
    src: url('fonts/AbrilFatface-Regular.eot');
    src: url('fonts/AbrilFatface-Regular.eot?#iefix') format('embedded-opentype'),
         url('fonts/AbrilFatface-Regular.woff2') format('woff2'),
         url('fonts/AbrilFatface-Regular.woff') format('woff'),
         url('fonts/AbrilFatface-Regular.ttf')  format('truetype'),
         url('fonts/AbrilFatface-Regular.svg#Abril Fatface') format('svg');
}
html, body {overflow-x: -moz-hidden-unscrollable;}

body {background: #fff; font-family: 'Nunito Sans', sans-serif; font-size: 16px; color: #111419; margin: 0; padding: 0; overflow-x:hidden;}
.no_padding {padding-left:0; padding-right: 0;}

.logo {
  text-align: center;
  padding: 30px 0;
}   
.logo img {
  width: 270px;
}
.hm_banner {
  background: #e6eaf0;
}
.bnr_imag img {
  width: 100%;	
}
.bnr_txt {
  padding: 0 0 0 90px;
}    
.bnr_txt h2 {
   font-family: 'Abril Fatface';
  color: #214673;
  font-size: 70px;
}
.bnr_txt h3 {
  font-size: 23px;
  font-weight: 600;
  margin: 0px 0 15px;
}
.bnr_txt p {
  font-size: 16px;
  line-height: 17px;
  max-width: 400px;
  margin: 0 0 20px;
}
.btn {
  background: #214673;
  color: #fff;
  font-size: 16px;
  display: inline-block;
  padding: 9px 24px;
  transition: all ease 0.5s;
  border: 2px solid #214673;
  border-radius: 0;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
}
.btn:hover {
  color: #214673;
  background: #fff;
}
.hm_prdcts, .hm_about {
  margin: 90px 0 0;
}
.prdcts_txt {
  padding: 0 0 0 30px;
}
.prdcts_txt h3, .hm_about h3 {
  font-weight: 600;
  max-width: 310px;
  line-height: 36px;
  font-size: 30px;
  position: relative;
  padding: 0 0 14px 0;
  color: #091e40;
  margin: 0 0 20px;
}
.prdcts_txt h3::after, .hm_about h3:after {
  position: absolute;
  bottom: 0;
  width: 50px;
  height: 3px;
  background: #214673;
  content: "";
  left: 1px;
}
.prdcts_txt p, .hm_about p  {
  color: #7a7a7a;
}
.productses.owl-carousel .owl-nav {
  margin: 15px 0 0;
}
.owl-theme .owl-nav [class*="owl-"] {
  margin: 0 70px;	
}
.productses.owl-carousel .owl-nav [class*="owl-"]:hover {
  background: transparent;
}
footer {
  background: #214673;
  text-align: center;
  padding: 10px 0;
  margin: 40px 0 0;
}
footer p {
  margin: 0;	
  font-size: 15px;
  color: #fff;
}


@media screen and (max-width: 1199px) {
.bnr_txt {
  padding: 0 0 0 20px;
  max-width: 350px;
}
.bnr_txt h2 {
  font-size: 36px;
}
.bnr_txt h3 {
  font-size: 19px;
}
.bnr_txt p {
  font-size: 13px;
}
.prdcts_txt {
  padding: 0 0 0 15px;
}
.prdcts_txt h3, .hm_about h3 {
 line-height: 28px;
  font-size: 21px;	
}
.prdcts_txt p, .hm_about p {
  font-size: 13px;
  margin-bottom: 10px;
}


}

@media screen and (max-width: 767px) {
.aos-animate {
    transition-property: none !important;
    transform: none !important;
    animation: none !important;
}

.bnr_txt {
  padding: 10px 15px 20px 15px;
  max-width: 100%;
}
.bnr_txt h2 {
  font-size: 31px;
}
.btn {
  padding: 4px 13px;
  font-size: 13px;
}
.hm_prdcts, .hm_about {
  margin: 40px 0 0;
}
.prdcts_txt {
  padding: 0;
}
.owl-carousel .owl-item {
  margin: 30px 0 0;
}
.owl-theme .owl-nav [class*="owl-"] {
  margin: 0 30px;
}

}