
.bg-contactus{
    background-color: #2b3991 !important;
}

.contactussubtext{
    font-size: 15px;
    color: aliceblue;
}


  
  .service-item:hover {
    background: #222429;
  }
  
  .service-item h4 {
    transition: .5s;
  }
  
  .service-item:hover h4 {
    color: #F4F5F8;
  }

  
.s1 {
    height: 200px;
    background: #F4F5F8;
    transition: .5s;
  }

  .s2{
    height: 200px;
    background: #F4F5F8;
    transition: .5s;
  }
  .s3{


        height: 220px;
        background: #F4F5F8;
        transition: .5s;
 
  }
  .s4{


    height: 250px;
    background: #F4F5F8;
    transition: .5s;

}


  
  form {
    margin-top: 50px;
  }
  
  label {
    display: block;
    margin-bottom: 5px;
  }
  
  input[type="text"], input[type="email"], textarea {
    display: block;
    width: 100%;
    padding: 15px;
    margin-bottom: 10px;
    border: 1px solid #ccc;
    box-sizing: border-box;
    font-size: 14px;
  }
  
  input[type="submit"] {
    background-color: #4CAF50;
    color: white;
    padding: 10px 20px;
  border: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 14px;
  }
  
  input[type="submit"]:hover {
    background-color: #3e8e41;
  }
  
  .cb{
    background-color: #ffc600;
    color: #F4F5F8;
    
  }
