
#contactSec {
	position: relative;
    padding-top: 100px;
    padding-bottom: 100px;
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: cover;
	overflow: hidden;
}
#contactSec:before {
    content: '';
    width: 100%;
    height: 100%;
    background: rgb(255 255 255 / 50%);
    background: var(--image-background-gradient);
    position: absolute;
    top: 0;
    left: 0;
}
#contactSec span.verticalTitle {
    font-size: 15px;
    color: var(--text-color);
	font-weight: 500;
    line-height: 20px;
	letter-spacing: 2px;
	text-transform: uppercase;
	white-space: nowrap;
	position: absolute;
    top: 50%;
    left: calc(var(--container-padding) / 2);
	z-index: 2;
	writing-mode: vertical-rl;
    transform: translateX(-50%) translateY(-50%) rotate(-180deg);
}
#contactSec .topContent {
	position: relative;
	width: 70%;
	margin: 0 auto 50px auto;
	text-align: center;
}
#contactSec .topContent h2 {
    margin: 0;
    font-size: 60px;
    color: var(--primary-color);
	font-weight: 300;
    line-height: 70px;
}
#contactSec .topContent h2 br {
	display: block;
}
#contactSec .topContent p {
    margin: 20px 0 0 0;
    font-size: 18px;
    color: var(--text-color);
    font-weight: 400;
    line-height: 28px;
}
#contactSec .contact {
	position: relative;
    display: block;
    width: 80%;
    margin: 0 auto;
}
#contactSec .contact form {
	display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
#contactSec .contact .form-group {
	width: 100%;
	margin-bottom: 40px;
}
#contactSec .contact .form-group:last-child {
	margin-bottom: 0;
}
#contactSec .contact .form-group.half {
    width: 48%;
}
#contactSec .contact .form-button {
	display: flex;
    justify-content: space-between;
    align-items: center;
    grid-gap: 40px;
}
#contactSec .contact label.checkbox {
    position: relative;
	margin: 0;
	padding-left: 40px;
	font-size: 14px;
    color: #080a19;
	font-weight: 400;
    line-height: 25px;
}
#contactSec .contact label input {
	appearance: none;
    width: 25px;
    height: 25px;
	outline: 0;
    border: 2px solid #080a19;
    background-color: transparent;
	border-radius: 100%;
    vertical-align: text-top;
	position: absolute;
	top: 0;
    left: 0;
}
#contactSec .contact label input:checked {
	background-image: url(../../../images/design-icons/checkbox-blue-icon.png);
	background-repeat: no-repeat;
	background-position: top 6px center;
	background-size: 14px;
}
#contactSec .contact label a {
	color: #080a19;
	text-decoration: underline;
	text-underline-offset: 3px;
}
#contactSec .contact label a:hover {
	color: #080a19;
	text-decoration: none;
}


/* #iPad Pro - Large Screens beyond 1024px
================================================== */
@media only screen and (min-width: 959px) and (max-width: 1180px) {

#contactSec span.verticalTitle				{ font-size: 13px; left: 4px; transform: translateX(0) translateY(-50%) rotate(-180deg); }
#contactSec .topContent h2					{ font-size: 50px; line-height: 60px; }
#contactSec .topContent p					{ font-size: 16px; line-height: 26px; }

}



/* #Tablet (Portrait)
================================================== */
/* Note: Design for a width of 768px */
@media only screen and (min-width: 768px) and (max-width: 959px) {

#contactSec									{ padding-top: 70px; padding-bottom: 70px; }
#contactSec span.verticalTitle				{ display: none; }
#contactSec .topContent						{ width: 100%; }
#contactSec .topContent h2					{ font-size: 40px; line-height: 50px; }
#contactSec .topContent p					{ font-size: 16px; line-height: 26px; }
#contactSec .contact						{ width: 100%; }
#contactSec .contact .form-control			{ height: 45px; font-size: 16px; }
#contactSec .contact textarea.form-control	{ height: auto; }

}



/*  #Mobile (Portrait)
================================================== */
/* Note: Design for a width of 320px */
@media only screen and (max-width: 767px) {

#contactSec									{ padding-top: 50px; padding-bottom: 50px; }
#contactSec span.verticalTitle				{ display: none; }
#contactSec .topContent						{ width: 100%; margin-bottom: 30px; }
#contactSec .topContent h2					{ font-size: 30px; line-height: 40px; }
#contactSec .topContent p					{ font-size: 16px; line-height: 26px; }
#contactSec .contact						{ width: 100%; }
#contactSec .contact .form-group			{ margin-bottom: 20px; }
#contactSec .contact .form-group.half		{ width: 100%; }
#contactSec .contact .form-control			{ height: 45px; font-size: 16px; }
#contactSec .contact textarea.form-control	{ height: auto; }
#contactSec .contact .form-button			{ flex-direction: column; grid-gap: 20px; }
#contactSec .contact .button				{ width: 100%; padding: 12px 30px; }


}
