body
{
  padding:0;
  margin: 0;

}
.bg-dark1{
	background-color: transparent !important;
	
}
li a{
	color: #f4bc42 !important;
	text-align: center !important;
}
li a:hover{
	color: #fff !important;
	
}
.nav-link {

    padding-right: 0.5rem !important;
    padding-left: 5.5rem !important;

}
#header
{
	position: fixed;
  top: 0;
  width: 100%;z-index: 99;
	transition: all .5s ease-in;
}



.relat{
	position: relative !important;
}
.navbar-nav
{

  float: right;
  color: #ffffff!important;
}
.navbar-brand img{
  width: 60px;
  margin-left: 30px;
}
.navbar-toggler{
  border: none!important;
  outline: none;
}


.navbar-toggler .fa-bars{
  color: #ffbc00;
  font-size: 38px;
}

.welcome{
  padding: 50px 100px;
  margin-top: -130px;
  background-color: black;
  box-shadow: 0 0 20px 7px rgba(0, 0, 0, 0.2);
}
.welcome h1{
  color:#fff;
}
.welcome .btn-primary{
  margin-top: 10px;
  padding: 10px 30px;
  border-radius: 30px;
  color: black;
}
.text-center {
    text-align: center !important;
    color: white;
}
.welcome .btn:focus{
   box-shadow: none;

}


.img-fluid{
	  max-width: 100%;
    height: auto;
    margin-left: 5px !important;

} 

  
#ABOUT{
  padding-top: 100px;
  padding-bottom: 100px;
}

#ABOUT .col-md-6{
  padding: 20px 10px;
}
#ABOUT h3{
  margin: 20px auto;
}
#SERVICES{
  background-color: #efefef;
  padding-top: 80px;
  padding-bottom: 80px;
}
#SERVICES .col-md-4 h4{
  padding : 5px;
}
#SERVICES .col-md-4 img{
  padding : 50px;
}
#SERVICES .col-md-4 p{
  padding : 5px;
  text-align: justify;
}
#FEATURES{
  padding-top: 100px;
  padding-bottom: 100px;
  background: linear-gradient(rgba(0, 0, 0, 0.8),rgba(0, 0, 0, 0.8)),url(./img/backgroundimg2.jpg);
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
  color:#fff;
}
#FEATURES .col-md-6{
  padding: 20px;
}
.img-fluid {
    max-width: 100%;
    height: auto;
	margin-top:28px;
}	
.FEATURES-box{
   height: 120px;
}
.img-fluid1 {

    width: 60;
    height: auto;
    margin-left: 110px;
	

}
.FEATURES-box .FEATURES-left{
   height: 120px;
   width: 20%;
}
.FEATURES-box .FEATURES-left .fa{
   padding-top: 13px;
   font-size: 50px;
	float: left;
}

testimonials{

  padding-top: 100px;
  padding-bottom: 100px;
}
#testimonials .col-md-4{
  padding:10px 30px;


}
#testimonials img{
  width: 60px;
  height: 60px;
  border-radius: 50%;
  margin-left: -25px;
  margin-top: -40px;
  border: 5px solid #fff;
  margin-bottom: 30px;
}
.review {
  font-size: 16px;
  padding: 10px 10px 10px 10px;
  border-radius: 10px;
  box-shadow: 0px 0px 20px 1px rgba(0, 0, 0, 0.2);
}
.review .fa-twitter{
  color:#013f7e;
}
#testimonials span{
  color:#013f7e;
  font-weight: 600;
  font-size: 18px;
}
#testimonials h1{
   margin: 60px;
   margin-bottom: 20px;
   color: #013f7e;
}
#testimonials p{
  padding-bottom: 45px;
}
#testimonials .middle{
  margin-bottom: -30px;
  margin-top: -30px;
}
.subscribe{
  padding: 50px 20px;
  background-color: #013f7e;
  position: relative;
  box-shadow: 0 0 20px 7px rgba(0,0,0,0.2);
  margin-bottom: -80px;
}
.subscribe h3, .subscribe p{
  color: #fff;

}
.subscribe .input-group{
  border-radius: 30px;
  background: #fff;
  max-width: 500px;
  margin: 10px auto;
  padding: 5px;
}
.subscribe .form-control{
  border: none;

  background: transparent;
}
.subscribe .input-group-text{
  box-shadow: none;
  border-radius:30px;
}
#footer{
  margin-top: 80px;
  padding: 100px;
  background-color: #efefef;
  color: #013f7e;
}
.footer-logo{
  width: 60px;
  margin-top: 7px;
  margin-bottom: 15px;
}
#footer{
  font-size: 15px;
  text-align: left;
  margin-top: 25px;
  margin-bottom: 25px;
}
#footer h1{
  font-size: 1.5em;
}
#footer p{
  font-size: 12px;
  text-align: left;
}
#footer .city{
   margin-left: 37px;
}
#footer .fa{
  padding-right: 20px;
  font-size: 15px;
}
#footer  hr{
  margin-top: 10px;
}
#footer .fa-heartbeat {
  color: red;
  font-size: 17px;
  padding-right: 0px;

}
#footer .copyright {
  margin-bottom: -80px;
  text-align: center;
}
form-control:focus{
	border-color: red !important;
}
@media screen and
	(max-width:400px){
		.fa-envelope{
			margin-top: 10px;
		}
}
	