.getintouchformbg{
    background-color: var(--theme-color-1);
}
.contact-form-inner {
    padding: 0% 15% 0% 20%;
}
.getintouchformbg p{
    font-size: 14px;
    font-weight: 200;
    line-height: 1.625em;
    letter-spacing: .02em;
    color: var(--text-color-2);
    font-family: var(--bs-font-Catamaran);
}
.getintouchformbg p:first-child{
    font-size: 11px;
    font-family: var(--bs-font-Catamaran);
    text-transform: uppercase;
    letter-spacing: .15em;
    transition: color .2s ease-out;
    font-weight: 200;
    line-height: 1.625em;
}
.getintouchformbg p:last-child{
    margin: 27px 0 0;
}
.getintouchformbg h3{
    font-family: var(--bs-font-Cormorant);
    margin: 0 0 21px;
    font-size: 42px;
    line-height: 1.1667em;
    letter-spacing: .01em;
    font-weight: 600;
    color: var(--text-color-1);
}
.aboutformimg{
    width: 100%;
    overflow: hidden;
    display: flex;
    justify-content: center;
}
.aboutformimg img{
    height: 711px;
    width: auto;
}
.getintouchformbg form input,.getintouchformbg form textarea{
    border: none;
    outline: none;
    background-color: transparent;
    color: var(--text-color-1);
    border-bottom: 1px solid var(--text-color-1);
    font-family: var(--bs-font-Catamaran);
    font-size: 16px;
    padding: 11px 9px;
    width: 100%;
    margin-bottom: 11px;
    resize: none;
    font-weight: 300;
    height: 50px;
}
/* button effect  */
.contact-btn-link .sc_contact_button{
    margin-top: 26px;
    padding: 11px 45px;
    color: var(--text-color-1);
    background-color: transparent;
    border: 1px solid rgba(54,54,54,.55);
    position: relative;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: .15em;
    font-weight: 300;
    transition: color .2s ease-out,background-color .2s ease-out,border-color .2s ease-out;
    cursor: pointer;
    font-family: var(--bs-font-Catamaran);
    display: inline-block;
}

.contact-btn-link .border_top_left::after, 
.contact-btn-link .border_top_left::before {
	content: '';
	position: absolute;
	top: -1px;
	left: -1px;
	display: block;
	width: calc(100% + 1px);
	height: 1px;
	background-color: currentColor;
	transition: transform .38s cubic-bezier(.57,.01,.29,.99);
	will-change: transform;
}
.contact-btn-link .border_top_left::after {
	width: 1px;
	height: calc(100% + 2px);
	transform: scaleY(0);
	transform-origin: top;
}
.contact-btn-link .border_top_left::before {
    transform: scaleX(0);
    transform-origin: left;
}
.contact-btn-link:hover .border_top_left::before {
  transform: scaleX(1);
}
.contact-btn-link:hover .border_top_left::after {
  transform: scaleY(1);
}

.contact-btn-link .border_bottom_right::after, 
.contact-btn-link .border_bottom_right::before {
  content: '';
  position: absolute;
  bottom: -1px;
  right: -1px;
  display: block;
  width: calc(100% + 1px);
  height: 1px;
  background-color: currentColor;
  transition: transform .38s cubic-bezier(.57,.01,.29,.99);
  will-change: transform;
}
.contact-btn-link .border_bottom_right::before {
  transform: scaleX(0);
  transform-origin: right;
}
.contact-btn-link .border_bottom_right::after {
  width: 1px;
  height: calc(100% + 2px);
  transform: scaleY(0);
  transform-origin: bottom;
}
.contact-btn-link:hover .border_bottom_right::before {
  transform: scaleX(1);
}
.contact-btn-link:hover .border_bottom_right::after {
  transform: scaleY(1);
}
.getintouchformbg .termsConditionstext{
  font-weight: 400;
  color: var(--text-color-1);
  font-size: 13px;
}
.getintouchformbg .termsConditionstext a{
  text-decoration: none;
  font-style: italic;
}
.getintouchformbg .termsConditions{
  height: 15px;
  width: 15px;
  margin-right: 10px;
  margin-bottom: 0px;
}

@media (min-width: 0px) and (max-width: 992px) {
    .aboutformimg img{
        width: 100%;
        height: auto;
    }
}