p {
     font-size: 16px;
    line-height: 24px; 
    margin: 0 0 15px;
}
.pt-5 {
    padding-top: 5px;
}
.ttm-page-title-row {
    background: url(/images/cta_banner.webp);
    width: 100%;
    background-size: cover;
    background-position: center;
    position: relative;
    background-repeat: no-repeat;
}
.ttm-page-title-row-inner {
    width: 100%;
    padding: 170px 0 100px;
    text-align: center;
        background: linear-gradient(to right, rgba(15, 8, 4, .90) 35%, rgba(15, 8, 4, .45) 65%, rgba(15, 8, 4, .15) 100%);
}
.page-title-heading h1 {
    font-weight: 700;
    text-transform: capitalize;
    font-size: 50px;
    line-height: 56px;
    margin-bottom: 9px;
        color: #fff;
}
.breadcrumb-wrapper {
    display: flex;
    padding-top: 5px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
}
.breadcrumb-wrapper span {
    font-weight: 400;
    text-transform: capitalize;
    font-size: 16px;
    line-height: 25px;
    position: relative;
        color: #c89b4b;
}
.ttm-textcolor-skincolor {
    color: #c89b4b;
    text-decoration: none;
}
.breadcrumb-wrapper span:first-child a {
    color: #fff;
    text-decoration: none;
}
.contact-left .section-title .golden_icon {
    margin-left: 0;
}
.contact-left .section-title {
    text-align: left;
    margin-bottom: 24px;
}
.contact-section {
    padding: 80px 0;
}
.contact-section .page_wrapper { 
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 80px;
}
.contact-left{
    width:35%;
}
.contact-right{
    width:65%;
}
.contact-info {
    list-style:none;
    margin:0;
    padding:0;
}
.contact-info li {
    margin-bottom:45px;
}
.contact-info li a {
    display: flex;
    align-items: flex-start;
    gap: 25px;
    text-decoration: none;
}
.contact-info li:last-child{
    margin-bottom:0;
}
.form-box {
    border: 1px solid #ebebeb;
    padding: 35px 30px 40px;
}
.contact-info .icon{
    width: 80px;
    min-width: 80px;
    text-align:center;
    position:relative;
    padding-right:25px;
}
.contact-info .icon:after {
    content: "";
    right: 0;
    background: #e8d5c6;
    position: absolute;
    width: 2px;
    height: 60px;
    background-color: rgb(0, 0, 0, .20);
    right: 0;
    top: 7px;
}
.contact-info .icon:before {
    content: "";
    position: absolute;
    width: 2px;
    height: 17px;
    background-color: #c89b4b;
    right: 0px;
    top: 7px;
    transition: 0.2s ease-in-out;
}
.contact-info li:hover .icon:before {
    height: 60px;
}
.contact-info h4{
    font-size: 26px;
    line-height: 33px;
}
.contact-info .icon svg {
    display: block;
    margin: 0 auto;
}
.contact-info span{
    display:block;
    color:#7c8094;
    line-height:28px;
    font-size:16px;
}
.form-box > h3 {
    font-size: 26px;
    line-height: 33px;
    margin-bottom: 15px;
}
.contact-form{
    max-width:100%;
}
.contact-form .form-group{
    display:flex;
    gap:25px;
    margin-bottom:20px;
}
.form-group .field {
	width: 50%;
}
.form-group .field-inner {
	display:flex;
    gap:10px;
}
.required > label::after {
    content: '*';
	margin-left: 5px;
    color: red;
}
.contact-form input, .contact-form textarea {
    width: 100%;
    padding: 16px 20px;
    border: 1px solid #edf5f7;
    outline: none;
    background: #fff;
    color: #121F38;
    font-size: 15px;
    transition: .3s;
    border-radius: 4px;
    font-family: 'Open Sans';
}
.contact-form input{
    height:58px;
}
.contact-form textarea{
    height:170px;
    resize:none;
    padding-top:18px;
}
.contact-form input:focus,
.contact-form textarea:focus{
    border-color: #d7a95d;
}
.contact-form input::placeholder,
.contact-form textarea::placeholder{
    color:#8a8a8a;
}
.btn-submit{
    width: 100%;
    height: 49px;
    border: none;
    background: #d7a95d;
    color: #121F38;
    font-size: 16px;
    font-weight: 600;
    border-radius: 4px;
    cursor: pointer;
    transition: .3s;
    font-family: 'Open Sans';
    text-transform: uppercase;
}
.btn-submit:hover{
    background: #ddb56b;
}
input[type="date"] {
	position: relative;
}
input[type="date"]::-webkit-calendar-picker-indicator {
	background: transparent;
	color: transparent;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: auto;
	height: auto;
	cursor: pointer;
}
.message.error, .message.success {
    margin-top: 10px;
    font-size: 14px;
    line-height: 20px;
    text-transform: capitalize;
    padding: 10px 16px;
}
.message.error {
    background-color: #ffdede;
    color: red;
}
.message.success {
    background-color: #dcffdc;
    color: green;
}
#googleMap {
    width: 100%;
    min-height: 450px;
}


@media(max-width: 1439px) {
.page-title-heading h1 {
    font-size: 40px;
    line-height: 46px;
}
.btn-submit {
    font-size: 14px;
}
}

@media(max-width:1200px) {
.breadcrumb-wrapper span {
    font-size: 14px;
    line-height: 20px;
}
}


@media(max-width:991px) { 
p {
    font-size: 14px;
}
.ttm-row.about-section_1 .ttm_row {
    flex-direction: column;
}
.ttm-row.about-section_1 .ttm_row > .half_box {
    width: 100%;
}
.ttm-row.about-section_1, .about_content, .team_section {
    padding: 60px 0;
}
.page-title-heading h1 {
    font-size: 30px;
    line-height: 36px;
}
.pt-50 {
    padding-top: 30px;
}
.featured-imagebox-portfolio .featured-title h5 {
    font-size: 22px;
}
.contact-section{
    flex-direction: column;
    gap: 50px;
}
.contact-left,
.contact-right {
    width: 100%;
}
.contact-section .page_wrapper {
    gap: 20px;
}
.form-box {
    padding: 25px 20px 30px;
}
.contact-form .form-group {
    gap: 16px;
    margin-bottom: 16px;
}
.contact-form input, .contact-form textarea, .contact-info span {
    font-size: 14px;
}
.contact-section {
    padding: 60px 0;
}
}

@media(max-width:767px){
.contact-left h2{
    font-size:42px;
}
.contact-info h4{
    font-size:28px;
}
.contact-form .form-group {
    flex-direction: column;
    gap: 20px;
}
.contact-form input{
    height: 49px;
}
.contact-form textarea{
    height: 150px;
}
.contact-section .page_wrapper {
    gap: 40px;
    flex-direction: column;
}
.contact-info .icon {
    width: 70px;
    min-width: 70px;
    padding-right: 16px;
}
.form-group .field {
    width: 100%;
}
}