/* 

1. Add your custom Css styles below
2. Place the this code in your template: 

 <link href="css/custom.css" rel="stylesheet">

*/

.acorn-first{ display:block;}
.acorn-first h1{font-family: 'Open Sans',sans-serif; font-size:70px; font-weight:600; line-height:80px; margin-bottom:10px;}
.acorn-first h2{font-family: 'Open Sans',sans-serif; font-size:24px; font-weight:300; }

.logo-sec{ display:block; margin-bottom: 20px;}
.logo-sec img{ margin:0px auto;}

.contact-sec{ display:block; font-family: 'Manrope', sans-serif; }
.contact-sec h2{ font-family: 'Manrope', sans-serif;
    letter-spacing: -3px ;
    line-height: 60px;
    font-weight: 800;
    font-size: 50px;
    color: #221429 !important;
    margin-bottom: 20px;}
    
.address{/*border-left: 1px #dcd9d6 solid;*/ }
.address h3{font-family: 'Manrope', sans-serif !important; font-weight:800 !important;}
.address h4{font-family: 'Manrope', sans-serif;
    letter-spacing: 0px ;
   /* line-height: 60px;*/
    font-weight: 600;
    font-size: 18px;
    color: #221429 !important;
    margin-bottom: 4px; }
    
.contact-sec h3{font-weight:400; font-size:24px; line-height:36px; color:#221429; font-family: 'Manrope', sans-serif; letter-spacing:0px; margin-bottom: 10px;}
.contact-sec p{font-family: 'Manrope', sans-serif; font-size:16px; font-weight:400; line-height:26px; color:#1b1021; }

.form-control {
    border-radius: 0 !important;
    box-shadow: none;
    height: auto;
    line-height: 1.33333;
    padding: 16px 18px;
    border: 1px solid #dcd9d6;
	border-bottom:3px solid #dcd9d6;
    margin-bottom: 6px;
}

.btn-send{ margin-top:20px; border:2px #403487 solid; border-radius:30px; padding:16px 20px !important; background:none; color:#403487; text-transform:capitalize; font-size:14px;
    text-shadow: none !important; font-weight:800; letter-spacing: normal;}
.btn-send:hover{ background:#403487; color:#FFF; border:2px #403487 solid;}	

#section2 h2{font-family: 'Manrope', sans-serif;  letter-spacing: -3px; line-height: 60px;
    font-weight: 400;
    font-size: 50px;
    color: #221429 !important;
    margin-bottom: 20px; text-align:center;}
#section2 p{ margin-bottom:14px; text-align:center; 
	font-size: 22px;
    line-height: 36px; color: #221429 !important; font-family: 'Manrope', sans-serif;}	
	
.social { display:block; padding-top:40px;}	
.social ul{ padding:0px; margin:0px;}
.social ul li{    
	padding: 0px 18px;
    margin: 6px 0;
    list-style: none;
    text-align: left;
    display: inline-block; font-family: 'Manrope', sans-serif;   border-right: 1px #403487 solid;     line-height: 1;
    font-size: 30px; font-weight: 600;}
.social ul li:last-child{ border-right:0px;}	
.social ul li a:hover{ color:#403487; }