* {
    margin: 0;
    padding: 0;
    outline: 0;
}

body {
    overflow-x: hidden;
    margin: 0;
    padding: 0; 
    font-family:Roboto-Regular;   
}
@font-face{
	font-family:Roboto-Regular;
	src:url("../font/Roboto-Regular_0.ttf");
}
@font-face{
	font-family:Roboto-Medium;
	src:url("../font/Roboto-Medium.ttf");
}
.logo-3{
    float:right;
}
.nav-logo{
    padding-top: 10px;
    padding-bottom: 10px;
}
.mask{
    position: absolute;
    right: 0;
    z-index: -1;
}
.nav-color{
    background-color: #009343;
}
.navbar-collapse{
    justify-content: end;
    font-family:Roboto-Medium;
}
.mtb-100{
   margin-top: 100px;
   margin-bottom: 100px;
}
.ptb-100{
    padding-top: 100px;
    padding-bottom: 100px;
}
.slider{
  background-image: url('../img/slider.jpg');
  background-repeat: no-repeat;
  width: 100%;
  height: 928px;
}
.overly-black{
    color: #fff;
    background-color: #000;
    opacity: 0.5;
    position: absolute;
    background-color: rgba(0,0,0,0.7);
    width:100%;
    height:928px;
    padding-left: 0px;
    margin-left: -12px;
}
.slider-tex{
    color: #fff;
}
.overly-white{
    position: absolute;
    color: #fff;
    width: 100%;
    height: 928px;
}
.slider-tex h2{
    font-size: 70px;
    font-family:Roboto-Regular;   
}
.slider-tex p{
    font-size: 37px;
    font-family:Roboto-Regular;  
}
.btn{
    background-color: #009343;
    color:#fff;
    font-family:Roboto-Regular; 
}
.btn-1{
    background-color: #fff;
    color:#009343;
    font-family:Roboto-Regular; 
}
.btn:hover {
    color: #009343;
    background-color: #fff;
    transition: .5s;
}
.btn-1:hover {
    color: #fff;
    background-color: #009343;
    transition: .5s;
}
.about-text{
    font-family:Roboto-Medium;
    color:#009343;
}
.bg-color{
    background-color: #F6F6F6;
}
.sape-color{
    background-color: #009343;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-family:Roboto-Medium;
    font-size: 30px;
    margin: auto;
    z-index: 9;
    position: relative;
}
.sape-text{
    margin-top:25px;
}
.sape-text a{
    color: #666666;
}
.sape-text a:hover{
    color: #000;
}
.line{
    position: absolute;
    margin: auto;
    left:10px;
    margin-top: -100px;
    text-align: center;
}
.line img{
    margin-top: -900px;
    margin: auto;
    z-index: -1;
}
a{
    text-decoration: none;
}
.text-6{
    color: #009343;
    font-family:Roboto-Medium;
    text-align: center;
}
.nav-item a{
    color: #fff;
    font-family:Roboto-Medium;
}
.footr-color{
    background-color: #26262B;
    padding-top: 10px;
    padding-bottom: 10px;
}
.fa-bars{
    font-size:30px;
}
.navbar-toggler{
    margin: auto;
   float: right;
}
.navbar-nav .nav-link{
    text-align: right;
}
.phone-call{
    background-color:#fff;
    border-radius: 50%;
    width:40px;
    height:40px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.phone-call img{
    width:25px;
}
.call{
    position: absolute;
    display: flex;
}
.call-text{
    color: #fff;
}
.call-text{
    margin-left: 15px;
}
.call-text h6{
    margin-bottom: 0px;
}
.button{
    margin-top: 15px;
}
.mb-50{
    margin-bottom: 80px;
}
.needs-validation{
    width: 80%;
    margin: auto;
    justify-content: center;
}
.form-color{
    background-color: #EFEFEF;
}
.download p{
   font-size: 12px;
   margin-top: -10px;
}
.form-text p{
    margin-top: 10px;
}
a.active{
    color: #000 !important;
}
