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

#content-container {
    padding-top: 80px;
}

.contact-container {
    background: white;
    float: left;
    width: 68%;
    margin-right: 2%;
    height: 1040px;
    -webkit-transition: all 200ms ease-in-out;
            transition: all 200ms ease-in-out;
}


.contact-container .contact-form div {
    margin-top: 30px;
}

.contact-container .contact-form div:first-child {
    margin-top: 0px;
}

.contact-container .contact-form div label {
    font-size: 15px;
    padding: 2px 0px;
    display: inline-block;
    color: #357EB2;
    text-transform: uppercase;
    font-weight: bold;
}

.contact-container .contact-form div input {
   display: block;
    width: 100%;
    padding: 9.5px;
    font-size: 14px;
    font-family: Roboto, Arial, sans-serif;
    border: none;
    color: #333333;
    background: #efefef;
}

.contact-container .contact-form div textarea {
    font-family: Roboto, Arial, sans-serif;
    color: #333333;
    font-size: 16px;
    padding: 15.5px;
    display: block;
    width: 100%;
    border: none;
    background: #efefef;
    height: 200px;
    max-width: 100%;
    resize: vertical;
}

.contact-container .contact-form div input::-webkit-input-placeholder {
    font-weight: lighter;
}

.contact-container .contact-form div textarea::-webkit-input-placeholder {
    font-weight: lighter;
}

#submit
{
	 padding: 0px 30px;
    text-transform: uppercase;
    color: white;
    font-weight: bold;
    background: #357EB2;
    line-height: 33px;
    font-size: 16px;
    border: none;
    font-family: Roboto, Arial, sans-serif;
    -webkit-transition: all 200ms ease-in-out;
            transition: all 200ms ease-in-out;
    border-radius: 3px;
    margin: 0 0 0 32px;
	
	}
	
#submit:hover
{
	 background: #3796D1;
   cursor: pointer;
	}



	

.info-container {
    font-size: 14px;
    width: 30%;
    float: left;
    color: #333333;
    -webkit-transition: all 200ms ease-in-out;
            transition: all 200ms ease-in-out;
}

.info-container .box-1 {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
    background: white;
    padding-bottom: 30px;
}

.info-container .box-2 {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
    background: white;
    padding-bottom: 30px;
    margin-top: 30px;
}


.info-container .map {
    height: 200px;
    width: 100%;
    background: #ccc;
}

.info-container .info h2 {
    font-weight: bold;
    text-transform: uppercase;
    padding: 10px 30px;
    margin-top: 10px;
}

.info-container .info h2:first-child {
    margin-top: 30px;
    padding-top: 0px;
}

.info-container .info p {
    font-weight: lighter;
    line-height: 1.4em;
    padding: 0px 30px;
}



.line p{
line-height: 18px;
    font-size: 14px;
    border: none;
    font-family: Roboto, Arial, sans-serif;
    margin: 18px 0 0 32px;
}




.linehead 
{
    padding: 6px 2px 0 0; */
    /* display: block; */
    font-size: 15px;
    color: #12171b;
    background: #ffffff;
    height: 84px;
    /* text-align: center; */
    transition: all 0.4s ease;
    font-weight: bold;
    margin: 0px 32px;
        line-height: 1.3em;
    
    }
    
    .linehead span {
    font-weight: lighter;
    font-size: 14px;
    }
    
   .linehead span a {
    color: #2b72a7;
    transition: all 100ms ease-in-out;

}




.box-title1
{
    
    background: #357EB2;
    color: white;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.3em;
    padding: 15.5px;
    text-align: center;
    
    }
    
    .head2  p
    {
               font-weight: 500;
    color: #12171b;
    line-height: 1.3em;
    padding: 13px 13px;
    font-weight: normal;
       
    font-size: 14px;
         border: 1px solid #080808;
        }

 .cover
 {
      padding: 18px 0 35px 0;
    margin: -17px 0px 0 0px;
  
   
 }  
    
    .cover img
    
    {
    
         height: 84px;
  
   
  
    }
    
    @media screen and (min-width: 1436px) {
    
   .cover img
    
    {
    
         height: 120px;
    margin: 0px 0 0 38px;
  
   
  
    }
    
}
    
    
@media screen and (max-width: 1150px) {
    
    .contact-container {
        width: 57%;
        margin-right: 3%;
    }
    
    .info-container {
        width: 40%;
    }
    
}







@media screen and (max-width: 880px) {
    
    .contact-container {
        width: 100%;
        margin-right: 0;
        height: auto;
    }
    
    .info-container {
        width: 100%;
        margin-top: 30px;
    }
    
}