﻿body {
    background: linear-gradient(
      rgba(228, 228, 228, 0.95), 
	  rgba(228, 228, 228, 0.95)
    ), url(../img/dome.jpg) no-repeat center;
    background-size: cover;
    background-attachment: fixed;
}

.about-wrapper .content {
    margin-top: 20px;
}

.about-wrapper .content .box {
    background: white;
    padding-bottom: 25px;
    margin-top: 30px;
    
}

.about-wrapper .content .box .box-title {
    
    text-align: left;
    padding-left: 25px;
    padding-right: 25px;

}

.box-title {

    background: #357EB2;
    color: white;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.3em;
    padding: 15.5px;
    text-align: left;
}

.about-wrapper .content .box p {
    font-weight: normal;
    color: #333333;
    line-height: 1.3em;
    padding: 0px 25px;
}

.about-wrapper .content .colomn div label {
    font-size: 16px;
    padding: 10px 0px;
    display: inline-block;
    color: #357EB2;
    text-transform: uppercase;
    font-weight: bold;
}

.about-wrapper .content .colomn div input {
    display: block;
    width: 92%;
    padding: 15.5px;
    font-size: 16px;
    font-family: Roboto, Arial, sans-serif;
    border: none;
    color: #333333;
    background: #efefef;
}

.about-wrapper .content .box1 .column:nth-child(2) {
    margin-right: 0px;
}	

.about-wrapper .content .box1

{
	
	margin-top: 30px;
	background: white;
padding-bottom: 370px;

	}
	
	.box1 .column
	
	{
		width: 48%;
margin-right: 2%;
float: left;
-webkit-transition: all 200ms ease-in-out;
transition: all 200ms ease-in-out;
		
		}
		
.box1 .column .contact-form
		{
			
			padding: 30px;
			}
			
.box1 .column .contact-form div label
{
	
font-size: 14px;
padding: 6px 0px;
display: inline-block;
color: #357EB2;
text-transform: uppercase;
	
	}
	
	
	.box1 .column .contact-form div input
	{
		
width: 95%;
padding: 6.5px;
font-size: 14px;
font-family: Roboto, Arial, sans-serif;
border: none;
color: #333333;
background: #efefef;
		
		
		
		}


#btnreply{
    	    padding: 0px 8px;
    text-transform: uppercase;
    color: white;
   
    background: #357eb2;
    line-height: 32px;
    font-size: 13px;
    border: none;
    font-family: Roboto, Arial, sans-serif;
    -webkit-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
    border-radius: 3px;
    float: right;
   
    width: 84px;
    margin: 8px 30px;
    
}
    #drpyear
    {
       
   
    padding: 6.5px;
    font-size: 14px;
    font-family: Roboto, Arial, sans-serif;
    border: none;
    color: #757575;
    background: #efefef;
        
        
        }
		
		
		.heading
		{
		    padding:6px 0px;
		    
		    }
		    
		    
