/*--------------------------------------------------------------
# contact-head Section
--------------------------------------------------------------*/
#contact-head {
width: 100%;
height: 400px;
background: url("../images/contact-head.jpg") top center;
background-size: cover;
margin-bottom: -200px;
}
#contact-head .container {
position: relative;
}
#contact-head h1 {
margin: 0;
font-size: 33px;
font-weight: 700;
line-height: 56px;
text-transform: uppercase;
color: var(--primary-base-color);
}
#contact-head h2 {
color: var(--primary-base-color);
margin: 10px 0 0 0;
font-size: 24px;
}
#contact-head .btn-get-started {
font-family: "Raleway", sans-serif;
text-transform: uppercase;
font-weight: 500;
font-size: 14px;
letter-spacing: 1px;
display: inline-block;
padding: 12px 35px;
margin-top: 30px;
border-radius: 50px;
transition: 0.5s;
color: #fff;
background: var(--primary-color);
}
#contact-head .btn-get-started:hover {
background: var(--secondary-color);
}
@media (min-width: 1024px) {
#contact-head {
background-attachment: fixed;
}
}
@media (max-width: 992px) {
#contact-head {
margin-bottom: 0;
height: 100vh;
}
#contact-head .container {
padding-bottom: 63px;
}
#contact-head h1 {
font-size: 28px;
line-height: 36px;
}
#contact-head h2 {
font-size: 18px;
line-height: 24px;
margin-bottom: 30px;
}
}
@media (max-height: 600px) {
#contact-head {
height: 110vh;
}
}
.bg-white {
background: #fff;
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
