.usp {
	color:#ff6506;
	font-size:22px;
	margin-top:50px;
	padding-top:50px;

}

.lgtxt {
	color:#ff6501;
}

.cpyright {
	background-color: #000;
	padding: 10px 35px 10px 35px;
}
.neram {
	color:#ff6600;
}
.ftr {
	padding:30px 0px 30px 0px;
}

.ftrlg {
	padding:20px 0px 20px 0px;
}


.ftrhd {
	color: #FFF;
	font-size: 180%;
	text-transform: uppercase;	
}

.ftrtxt {
	color: #FFF;
	font-size:14px;
	letter-spacing:0px;
	line-height:1.8;
	
}





body {
      font-family: 'Roboto', sans-serif;
      line-height: 1.8;
      color: #818181;
  }
  
container-fluid {
	padding: 20px 20px;
}

  
  h2 {
      font-size: 24px;
      text-transform: uppercase;
      color: #303030;
      font-weight: 600;
      margin-bottom: 10px;
	  margin-top: 10px;
  }
  h4 {
      font-size: 19px;
      line-height: 1.375em;
      color: #303030;
      font-weight: 400;
      margin-bottom: 30px;
  }  
   h3 {
      font-size: 25px;
      line-height: 1.5em;
      color: #303030;
      font-weight: 400;
      margin-bottom: 30px;
  }  


  .bg-grey {
      background-color: #f6f6f6;
  }


  .bg-white {
      background-color:#FFF;
  }


  .navbar {
      margin-bottom: 0;
      background-color: #ffffff;
      z-index: 9999;
      border: 0;
      font-size: 12px !important;
      line-height: 1.42857143 !important;
      letter-spacing: 2px;
      border-radius: 0;
      font-family: 'Roboto', sans-serif;
  }
  .navbarfooter {
      margin-bottom: 0;
      background-color: #ff6501;
      z-index: 9999;
      border: 0;
      font-size: 12px !important;
      line-height: 1.42857143 !important;
      letter-spacing: 2px;
      border-radius: 0;
      font-family: 'Roboto', sans-serif;
  }
  .navbar li a, .navbar .navbar-brand {
      color: #ff6501 !important;
  }
  .navbar-nav li a:hover, .navbar-nav li.active a {
      color: #ffffff !important;
      background-color: #f4511e !important;
  }
  .navbar-default .navbar-toggle {
      border-color: transparent;
      color: #fff !important;
  }

  .slideanim {visibility:visible;}
  .slide {
      animation-name: slide;
      -webkit-animation-name: slide;	
      animation-duration: 2s;	
      -webkit-animation-duration: 2s;
      visibility: visible;			
  }
  
  /* about us */
  
.bc {
	padding:8px 0px 8px 0px;
}

  
  
  
  @keyframes slide {
    0% {
      opacity: 0;
      -webkit-transform: translateY(70%);
    } 
    100% {
      opacity: 1;
      -webkit-transform: translateY(0%);
    }	
  }
  @-webkit-keyframes slide {
    0% {
      opacity: 0;
      -webkit-transform: translateY(70%);
    } 
    100% {
      opacity: 1;
      -webkit-transform: translateY(0%);
    }
  }
  @media screen and (max-width: 768px) {
    .col-sm-4 {
      text-align: center;
      margin: 25px 0;
    }
    .btn-lg {
        width: 100%;
        margin-bottom: 35px;
    }
  }
 
 
