#b1{
  font-size: 15px;
  float:left;
 margin-top:4px;
 margin-left:8px;
  color:white;
  padding:7px;

 }
 #b2{
  font-size: 15px;
  float:right;
 margin-bottom: 12px;
 margin-left:8px;
  color:black;
  padding: 9px;

 }
.nav-item,.nav-link a{
  padding: 9px;
  color:black;
  font-size: 18px;
  margin-top: 8px;
  
 }
a:hover{
  background-color:rgb(233, 227, 227);
  height:40px;
  border-radius: 22px;
  width:80px;
  text-align: center;

}
.carousel-item,img{
    height:500px;
}
.card{
  position: relative;
  z-index:2; 
  top:50%;
  text-align: center;
  margin-left:23px;
  background-color: rgba(9,43,30,0.9);
 }
.card-body{
     font-size:14px;
 }
 .card,.card-header,.card-body{
	width: 400px;
	background-color: rgba(97,116,118,0.90);
}
.im1{
  position: relative;
  bottom:100%;
  text-align: center;
  width:400px;
  font-size: 12px;
  margin-left:45%;
  
}
.text2{font-size: 18px; line-height: 34px;
z-index: 1;}
.bann2{
    margin-top:405px;
    background:url(../images/s5.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    padding: 50px 0;
    text-align: center;
    position: relative;
    height: 350px;
   
  }
  .inner2{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #000000;
    }
    .head2{
        font-size: 22px;
        color: #FFF;
        text-transform: uppercase;
        margin-bottom: 15px;
        position:relative;
        text-align: center;
      }
      .head2 span{
        width: 52px;
        height: 5px;
        border-radius: 20px;
        background:#d52b1e;
        display: block;
        margin:12px auto 0 auto;
      }
      .span1{
        width: 52px;
        height: 5px;
        border-radius: 20px;
        background:#d52b1e;
        display: block;
        margin:12px auto 0 auto;
      }
      .para{
        color: #FFF;
        text-transform:capitalize;
        margin-bottom: 15px;
        position:relative;
        line-height: 34px;
        text-align: center;
      }
      .services{
        margin-top: 30px;
        background:url(../images/s5.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        background-attachment: fixed;
        padding: 50px 0;
        text-align: center;
        position: relative;
        height: 350px;
        
      }
      .bann1{
        margin-top:50px;
        background:url(../images/s5.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        background-attachment: fixed;
        padding: 50px 0;
        text-align: center;
        position: relative;
        height:100%;
        
      }
      .overlayRed{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	background-color: #000000;
      }
      @media screen and (max-width:600px) {
        .card {
          margin-top:44px;
          margin-bottom:44px;
          margin-left: 0px;
          }
      }
      ul,li{
       font-size:16px;
      }
      input[type=text], textarea {
        width: 100%;
        padding: 12px 20px;
        margin: 8px 0;
        display: inline-block;
        border: 1px solid #ccc;
        border-radius: 4px;
        box-sizing: border-box;
        }
      
      input[type=submit] {
        width: 100%;
        background-color: #4CAF50;
        color: white;
        padding: 14px 20px;
        margin: 8px 0;
        border: none;
        border-radius: 4px;
        cursor: pointer;
      }
      
      input[type=submit]:hover {
        background-color: #45a049;
      }
     
      
