

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
   
}


#page{
    overflow: hidden;
}
/* navbar css */




/* end navbar css  */
.our-ads{
    padding: 30px;
    box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);
}


.about-content{
    text-align: justify;
    padding: 10px;
}


.about-h1{
  
    font-weight: 800;
    font-size: 3rem;
    color: white;
   
    
}

.about-h2{
   
    font-weight: 800;
    font-size: 2.5rem;
    color: white;
    border-bottom: 4px solid wheat;
}

.product-call {
    font-weight: 800;
    font-size: 1.5rem; 
}
.about-h3{

    font-weight: 800;
    font-size: 1.5rem;
    color: white;
    border-bottom: 2px solid wheat;
}

.product-h2 {
 
    font-weight: 800;
    font-size: 2.5rem;
    color: white;
    
}


.my-para{
    line-height: 30px;
}

.img-modal{
    width:100%;
    height:100%;
  }



  /* form css  */

  .detail-box{text-align: left;
    background: url(img/border.jpg) left bottom no-repeat;
    padding: 5px 0;}
    
.detail-box h3{font-size: 20px;
      text-transform: uppercase;
      color: #fff;
      line-height: 32px;}
      
.detail-box p span{
color:#f3b301;
}
.detail-box p{font-size: 16px;
      text-transform: uppercase;
      color: #fff;}
.head-2 p{color:#fff;font-size:16px;margin:0;padding:0;}			 
.form1, .form2{width:100%;float:left;
background:#1a1d25;
color:#fff;padding:15px;
border: 3px solid #f3b301;
border-radius:10px;
}
form input,textarea{width:100%;margin:10px 0px;padding:10px;}




      

      .contact-submit{
	
        width:100%;
        float:left;
        text-align:center;
    }
    
  .btn-submit:focus{
	outline:none;
}
  .btn-submit:hover{
	background:#f3b301;
	color:#fff;
	transition:all ease-in 0.2s;
	
}

 
  .btn-submit{
	transition:all ease-in 0.2s;
	padding:10px 30px;
	margin-top:10px;
	border:2px solid #f3b301; 
	border-radius:20px !important;
	background:#181818;
	font-family:calibri; 
	font-weight:600; 
	font-size:2rem !important;
	color:#f3b301;
}

