@charset "utf-8";

/* 
27BDBC 
orange f47825
#61CE70
#6EC1E4
#54595F
#7A7A7A
#61CE70
 */

@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;700;900&display=swap');


 



body { background: #ffffff none repeat scroll 0 0; color: #333333;    font-family: 'Roboto', sans-serif;     font-size: 16px;}

.color1 { color:#f47825;  }
h1{ color: #333333;    font-size: 40px; font-weight:bold;  }
h2{ font-size: 30px !important;font-weight:bold; }
h3{ font-size: 26px !important; font-weight:bold; }
h4{ font-size: 20px !important;font-weight:bold; }
.logo { width:150px; }
 
 .bg_top { background-image:url('../images/bg_top1.jpg'); background-repeat:no-repeat;   text-align:center; }
  .bg_top h1{ color:#f47825;  }
.bg1{ background-color: #f47825; }
 
.bg2{ background-color: #F7F7F7; }
 .bg3{ background-color: #333333; }
.nav-link{display: block;
    margin: 25px 10px;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    position: relative;
    color: #232323;
    font-size: 16px;
    font-weight: 400;}
.icon1{ height:100px;  }
.icon2{ height:100px;  }
.footer_menu{ list-style:none;   }
.footer_menu li { padding:10px 0px;  }
.footer_menu a:link{ color:#000; text-decoration:none;  }
.footer_menu a:hover{ color:#fff;  }
.footer_menu a:visited{ color:#000;  }
.navbar-dark .navbar-nav .nav-link {
    color: rgba(255,255,255,1) !important ;
}
