/* Start custom CSS */.contact-main p{
     font-size: 14px;
    color: #4a4a4a;
}

.contact-main .contact-link{
    color: #031b95;
  text-decoration: none;
}
.contact-main .contact-link:hover{
      color: #ff7612;
}
.contact-main .contact-title{
     color: #111111;
    font-size: 24px;
    font-weight: 600;
     line-height: 30px;
}
.contact-main .contact-subheading{
     color: #111111;
    font-size:15px;
     font-weight: 600;
}
.contact-main .contact-subspace{
    margin-bottom:0px;
}
.contact-main textarea#input_12_5{
    border-radius: 4px !important;
    border: solid 1px #cfd0d1;
    background-color: #f6f7f8;
    /*height:40px;*/
     padding: 11px 12px 11px 12px;
    }
    .contact-main select#input_12_4{
    border-radius: 4px !important;
    border: solid 1px #cfd0d1;
    background-color: #f6f7f8;
    height:40px;
     padding: 11px 12px 11px 12px;
    }
    /*.contact-main #input_12_1_3::placeholder{*/
    /*    font-family:CircularStd !important;*/
    /*}*/
    .contact-main input[type='text']{
         border-radius: 4px;
    border: solid 1px #cfd0d1;
    background-color: #f6f7f8;
    height:40px;
     padding: 11px 12px 11px 12px !important;
    }
     .contact-main input[type=text]:focus,.contact-main select#input_12_4:focus,.contact-main textarea#input_12_5:focus{
  box-shadow: 0 0 0 4px #0095fe26 !important;
  border-color: #6cbbf7 !important;
}
    .contact-main #gform_submit_button_12{
        color: #ffffff;
    background: #031b95 ;
    border-radius: 4px ;
    font-weight: 500 ;
    font-size: 16px ;
    text-transform: capitalize ;
     border-style: none ; 
        
    }
     .contact-main #gform_submit_button_12:hover{
           background: #e8eaf6 ;
    color: #031b95 ;
     }
     .page-container{
	background: #ffffff !important;
	padding-top: 0px !important;
}
div#main-content{
	    width: 1240px;
    margin: 0 auto;
    background: #ffffff;
    padding-bottom:0px;
    padding: 30px 30px 0px 30px;
	float: none;
		/*margin-bottom:50px;*/
}
.contact-main .gform_body ul li{
    padding-bottom: 0px;
}
.contact-main span#input_12_1_3_container{
margin-right: 0px;
}
.contact-main ul#gform_fields_12 {
    /*width:80%;*/
    
}
#input_12_4:after{
    content: "\f107";
    font-family: FontAwesome;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 5px;
    display: inline-block;
    position: absolute;
    top: 45%;
    right: 10px;
    transform: translate(0px, -50%);
    font-weight: bold;
}
.contact-main select:hover,
.contact-main select:focus 
{
  text-decoration: none;
  cursor: pointer;
}
 @media screen and (max-width: 1024px) {

    div#main-content{
	    width:auto;
}}/* End custom CSS */