/*
Custom Css
*/
body{ background-color: #E9EEF5;
	
}
.navbar{background-color:#EFEFEF ;
	opacity: 0.9;
	
	

}
.navabar_nav{ width: 100%}
.nav{font-size: 19px;
font-weight: 600}
.navbar-nav > li{
  padding-left:20px;
  padding-right:20px;
}


.nav { width: 100%;
   
}

	
.fas{color: orange}

.whatsapp_float {
          position: fixed;
          width: 60px;
          height: 60px;
          bottom: 40px;
          right: 40px;
          background-color: #25d366;
          color: #FFF;
          border-radius: 50px;
          text-align: center;
          font-size: 30px;
          box-shadow: 2px 2px 3px #999;
          z-index: 100;
      }

      .whatsapp-icon {
          margin-top: 13px;
		  
      }

      /* for mobile */
      @media screen and (max-width: 767px) {
          .whatsapp-icon {
              margin-top: 10px;
			  
          }

          .whatsapp_float {
              width: 40px;
              height: 40px;
              bottom: 20px;
              right: 10px;
              font-size: 22px;
          }
		  }
.rounded-pill{ background-color: #8D060D;
color:#FFFFFF;}
.card-img{ width : 100%;
height: 300px}
.rounded-circle{height: 300px}
.card-img-top{ height: 300px}
.p1{font-size: 18px;
font-weight: 600px}
.p2{font-size: 18px;
font-weight: 300}
.services-icon-wap{ background-color: #F9A01E;
}
.text-warning{color: #F9A01E}
.shadow-sm {background-color: #F9A01E;
color: #F9A01E}

.testimonial-card .card-up {
  height: 120px;
  overflow: hidden;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;

}
.testimonial-card .avatar {
  width: 250px;
  margin-top: -60px;
  overflow: hidden;
  border: 3px solid #fff;
  border-radius: 50%;
 height: 250px;
	
}
.animate{
position: relative;
  animation: mymove 5s 2;
	
animation-direction: alternate;
	
}
@keyframes mymove {
  from {left: 0px;}
  to {left: 200px;}
}
.h4 {
 font-family:'Roboto', sans-serif;
  font-size: 30px !important;
  font-weight: 600 !important;
	color: #A03439;
	letter-spacing: 5px;
	animation: myfirst 5s 2;
  animation-direction: alternate-reverse;
	

	
}
.h5 {
 font-family:'Roboto', sans-serif;
  font-size: 15px !important;
  font-weight: 600 !important;
	color: #000000;
	
	animation: myfirst 5s 2;
  animation-direction: alternate-reverse;
	

	
}
.rounded-circle{background-color: #A03439}
.img-thumbnail{color: gray}
.btn .btn-primary{background-color: #EC8509}




