body{font-family:Open Sans,sans-serif;font-size:18px;color:#474747}nav{left:0;right:0}section{margin-bottom:2.5rem}#f_nav{padding:.6rem;background:#00447e}#f_nav .f_txt{color:#fff;font-size:.8rem;text-align:center}#f_nav .f_txt img{height:28px;margin:0 .4em}#f_nav .ftr_btn{background:#fff;color:#474747;padding:.2rem 1rem;border-radius:30px;font-size:.9rem}#logo img{height:60px}#main_nav{background:#fff;padding:.7rem 0;font-size:.85em}#main_nav .nav-link{color:#000;padding:0 1em}#main_nav .nav-item{display:flex;align-items:center}#main_nav .nav-item.active{font-weight:700}#main_nav .nav-item.active .nav-link{color:#00447e}#main_nav #contact_us{background:#ff8001;padding:.8em;border-radius:25px;margin-left:1em}#main_nav #contact_us .nav-link{color:#fff}.main_head{font-size:2rem;font-weight:600;margin-bottom:1.5em}#home .home_img{width:100%}#home .home_a{padding:4em 0}#home .main_sub{line-height:2;font-size:.95em}#home .arrow{position:absolute;right:-11%}#home .arrow img{height:40px}#services .card{border:1px solid hsla(0,4%,85%,.125)}#services .s_text{background:#f3f3f3;text-align:center;font-size:.7em;padding:.7em 0;font-weight:700}#why_us{padding:2em 0}#why_us .dot{color:#00447e;font-size:4em;line-height:0;margin-right:.2em}#why_us .why_u{font-size:.9em;margin-bottom:.5em}#brands img{width:130px}#brands .row{align-items:center}#brands .row img{margin:0 auto;display:block}.container{width:74%;margin:0 auto}footer{background:#f3f3f3;font-size:.85rem}footer .logo{width:200px}footer .social img{height:40px;margin-right:1em}footer li{margin-bottom:.4rem}footer .list-inline{width:max-content}#footer_sub{background:#00447e;color:#fff;padding:.4rem}#footer_sub .nav-link{color:#fff;margin-left:2em}#phone_email{text-align:right}#about_us{padding:0 0 2em}#about_txt{font-size:.8em;line-height:1.8}#tstm_1{text-align:center}#tstm_1 .txt1{margin-top:1em;font-weight:700}#tstmn .tst_1{width:80%;margin:0 auto}#tstmn .tst_2{font-weight:700}#tstmn .tst_2 i{color:#00447e;font-weight:400}#contact_us .c_text{font-size:.85em}.owl-nav{position:absolute;top:-22%;left:0;right:0;margin:0 auto;width:100%;opacity:.4;font-size:5em}.owl-nav .owl-prev{left:-4%;position:absolute}.owl-nav .owl-next{right:-4%;position:absolute}@media only screen and (min-device-width:768px) and (max-device-width:1024px){.container{width:100%}}@media (max-width:576px){.main_head{font-size:1.5em}#m_nav .container{padding:10px 0!important}#home .home_a{padding:2em 0}#f_nav{padding:0}#f_nav .container{width:100%;padding:0}#f_nav .f_txt{margin:0 auto;padding:.2em 0}section{margin-bottom:1.4rem}.container{width:95%;margin:0 auto}#main_nav .nav-link{padding:.5em}#main_nav #contact_us{padding:0;margin:0;background:none}#main_nav #contact_us .nav-link{color:#000}#main_nav .collapse{margin-top:1em}#services .card{margin-bottom:1em}.main_head{margin-bottom:.5em}#why_us .dot{font-size:3em;margin-right:0}#brands img{margin-bottom:1rem!important}footer .logo{margin:0 auto;display:block}#address_left,#phone_email{margin:0 auto;text-align:center}.owl-nav{top:15%}}

.fa {
    padding:7px 20px;
    font-size: 30px;
    width: 50px;
    text-align: center;
    text-decoration: none;
    margin: 5px 2px;
  }
  
  .fa:hover {
      opacity: 0.7;
  }
.fa-facebook {
    background: #3B5998;
    color: white;
  }
  
  .fa-twitter {
    background: #55ACEE;
    color: white;
  }
  
  
  
  
  
  .fa-youtube {
    background: #bb0000;
    color: white;
  }
  
  .fa-instagram {
    background: #125688;
    color: white;
  }


  #mybutton {
    position: fixed;
    bottom: 70px;
    right: 30px;
    z-index: 999;
}