/* make changes in bgimage if you want to change background and remove lin no. 7 if you want to remove parallex effect*/

.bgimage{
    
    background-image: url("bg.jpg");
    background-size: 100% 100%;
    background-attachment: fixed;
    width: 100%;
    height: 660px;
}
.about-bgimage{
    background-size: 100% 100%;
    background-attachment: fixed;
    
}


.headerset{

padding-top: 230px;
box-sizing: border-box;


}

.ourservices{
  padding-top: 100px;
   
}
.ourservices h1
{
    font-weight: bold;
    font-size: 60px;
}

.card
{
    margin-top: 40px;
}

.footer{
    padding-top: 100px;
    height: 150px;
}

.footer h6{
    line-height: 150px;
}


/*Contact Form css starts*/
.form-a {
  background-color: black;
  width: 500px;
  border-radius: 25px;
  height: 400px;
  padding: 25px;
  font-family: Arial, Helvetica, sans-serif;
  box-sizing: border-box;
  margin: 50px auto 50px;

}

.form-a h1{
  color: white;
  text-align: center;
  font-size: 22px;
}

label{
  color: rgb(43, 134, 209);
  font-weight: bold;
  padding-bottom: 5px;
  padding-top: 15px;
  display: inline-block;
}

input,textarea{
  box-sizing: border-box;
  width: 450px;
  height: 30px;
  padding-left: 5px;
  font-family: Arial, Helvetica, sans-serif;
}

.area{
  height: 50px;
  margin-bottom: 10px;
}

#buttons-row{
  display: flex;
  justify-content: space-evenly;
}

.buttons{
  flex-grow: 1;
  width: 80px;
  margin: 10px; 
  border:none;
  border-radius: 15px;
  height: 35px;
  font-size: 20px;
}

button#send{
  background-color: rgb(211, 59, 59);
  color: white;
  border-radius: 5%;
  
}

button#reset{
  background-color: rgb(253, 253, 54);
  color: black;
  border-radius: 5%;
  
}


/*Contact Form css ends*/

  /* Social Media icons Edit From 53 To 136*/

.icons{

    position: absolute;
    margin-top: 100px;
    left: 50%;
    transform: translate(-50%,-50%);
    display: flex;
    
    
    }
    .icons li
{

list-style: none;
margin: 0 15px;


}
.icons li a 
{
width: 50px;
height: 50px;
background-color: #ffff;
text-align: center;
line-height: 40px;
font-size: 20px;
margin: 0 10px;
display: block;
border-radius: 50%;
position: relative;
overflow: hidden;
border: 3px solid #fff;
z-index: 1;


}
.icons li a .icon{
    position: relative;
    color: #262626;
    transition: .5s;
    z-index: 3;
    
    
    }
    .icons li a:hover .icon
    {
    color: #fff;
    transform: rotateY(360deg);
    
    
    }
    .icons li a:before{
        content: "";
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        height: 100%;
        background: #f00;
        transition: .5s;
        z-index: 3;
    }
    .icons li a:hover:before{
    
    top: 0;
    
    }
    .icons li:nth-child(1) a:before{
    
        background: #3b5999;
    }
    .icons li:nth-child(2) a:before{
    
        background: #55aacc;
    }
    .icons li:nth-child(3) a:before{
    
        background:linear-gradient(#f702ff,#ffa805);
    }
    .icons li:nth-child(4) a:before{
    
        background: #0077b5;
    }

/* Text Size Responsivenes Edit From Line 138  To Last extreme smallest fone device*/
@media (min-width: 420px) {  
    .headerset h2 {font-size:1.5rem;} 
    .headerset h1 {
        font-size: 30px;
        font-weight: bold;
    }
    .form-a {
        background-color: black;
        width: 250px;
        border-radius: 25px;
        height: 400px;
        padding: 25px;
        font-family: Arial, Helvetica, sans-serif;
        box-sizing: border-box;
        margin: 50px auto 50px;
      
      }
      input,textarea{
        box-sizing: border-box;
        width: 200px;
        height: 30px;
        padding-left: 5px;
        font-family: Arial, Helvetica, sans-serif;
      }
    
    
    /*1rem = 16px*/
}

 
/* Text Size Responsivenes Edit From Line 138  To Last smallest fone device*/
@media (min-width: 544px) {  
    .headerset h2 {font-size:1.5rem;} 
    .headerset h1 {
        font-size: 30px;
        font-weight: bold;
    }
    .form-a {
        background-color: black;
        width: 300px;
        border-radius: 25px;
        height: 400px;
        padding: 25px;
        font-family: Arial, Helvetica, sans-serif;
        box-sizing: border-box;
        margin: 50px auto 50px;
      
      }
      input,textarea{
        box-sizing: border-box;
        width: 250px;
        height: 30px;
        padding-left: 5px;
        font-family: Arial, Helvetica, sans-serif;
      }
      button{
        flex-grow: 1;
        width: 80px;
        margin: 25px; 
        border:none;
        border-radius: 15px;
        height: 35px;
        font-size: 20px;
      }
   
    
    /*1rem = 16px*/
}
 
/* Medium devices (tablets, 768px and up) The navbar toggle appears at this breakpoint */
@media (min-width: 768px) {  
    .headerset h2{font-size:2rem;} 
    .headerset h1 {
        font-size: 40px;
        font-weight: bold;
    }
    .form-a {
        background-color: black;
        width: 400px;
        border-radius: 25px;
        height: 400px;
        padding: 25px;
        font-family: Arial, Helvetica, sans-serif;
        box-sizing: border-box;
        margin: 50px auto 50px;
      
      }
      input,textarea{
        box-sizing: border-box;
        width: 300px;
        height: 30px;
        padding-left: 5px;
        font-family: Arial, Helvetica, sans-serif;
      }

      button{
        flex-grow: 1;
        width: 80px;
        margin: 25px; 
        border:none;
        border-radius: 15px;
        height: 35px;
        font-size: 20px;
      }
   
    
}
 
/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) { 
    .headerset h2  {font-size:2.5rem;}
    .headerset h1 {
        font-size: 50px;
        font-weight: bold;
    } 
    .form-a {
        background-color: black;
        width: 420px;
        border-radius: 25px;
        height: 400px;
        padding: 25px;
        font-family: Arial, Helvetica, sans-serif;
        box-sizing: border-box;
        margin: 50px auto 50px;
      
      }
      input,textarea{
        box-sizing: border-box;
        width: 350px;
        height: 30px;
        padding-left: 5px;
        font-family: Arial, Helvetica, sans-serif;
      }
      button{
        flex-grow: 1;
        width: 125px;
        margin: 25px; 
        border:none;
        border-radius: 15px;
        height: 35px;
        font-size: 20px;
      }

    
}
 
/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {  
    .headerset h2{font-size:3rem;}
    .headerset h1 {
        font-size: 70px;
        font-weight: bold;
    }
    .form-a {
        background-color: black;
        width: 500px;
        border-radius: 25px;
        height: 400px;
        padding: 25px;
        font-family: Arial, Helvetica, sans-serif;
        box-sizing: border-box;
        margin: 50px auto 50px;
      
      }
      input,textarea{
        box-sizing: border-box;
        width: 450px;
        height: 30px;
        padding-left: 5px;
        font-family: Arial, Helvetica, sans-serif;
      }


      button{
        flex-grow: 1;
        width: 125px;
        margin: 25px; 
        border:none;
        border-radius: 15px;
        height: 35px;
        font-size: 20px;
      }
  
}