p {
     font-size: 16px;
    line-height: 24px; 
    margin: 0 0 15px;
}
.pt-5 {
    padding-top: 5px;
}
.ttm-page-title-row {
    background: url(/images/services_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;
}
.our_service, .cta_section {
    padding: 80px 0;
}
.main_services {
    display: flex;
    list-style-type: none;
    flex-wrap: wrap;
    gap: 30px;
}
.main_services > li {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 30px;
}
.main_services > li > div {
    width: 50%;
}
.service-content span.sub-title {
    color: #c89b4b;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 3px;
    margin-bottom: 16px;
    font-weight: 500;
    text-transform: uppercase;
}
.service-content > h2 {
    font-size: 40px;
    line-height: 1.1;
    margin: 14px 0 20px;
    color: #1b1b1b;
}
.service-content p {
    font-size: 14px;
}
.service-content ul {
    margin-left: 20px;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    display: flex;
    flex-direction: column;
    gap: 6px;
}
.main_services > li:nth-child(even) {
    flex-direction: row-reverse;
}
.service-image img {
    width: 100%;
    height: 550px;
    object-fit: cover;
    transform: scale(1.0);
    transition: 0.5s ease-in-out;
}
.service-image {
    overflow: hidden;
}
.service-image:hover img {
    transform: scale(1.1);
}
.service-icon {
    min-width: 65px;
    width: 65px;
    height: 65px;
    border: 1px solid #d7c2a2;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 14px;
    transition: .35s;
    margin-bottom: 16px;
}
.service-icon svg {
    display: block;
}
.cta_section {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: fixed;
    background-color: #121F38;
    position: relative;
    color: #fff;
}
.cta_section::before {
    content: '';
    position: absolute;
    inset: 0;
    background-color: #121f38ba;
}
.cta_section .page_wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    position: relative;
}
.cta_section .golden_icon {
    max-width: 190px;
    height: auto;
    margin: 0 auto 20px;
}
.cta_section span {
    font-size: 17px;
    line-height: 26px;
    font-weight: 500;
    margin-bottom: 0;
    text-align: center;
    display: block;
    letter-spacing: 0.5px;
    text-transform: capitalize;
}
.cta_section h2 {
    font-size: 60px;
    line-height: 72px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 10px;
    text-transform: capitalize;
    color: #fff;
}
.cta_section p {
    font-size: 20px;
    line-height: 30px;
    text-align: center;
    max-width: 800px;
    margin: 0 auto;
}
.service-content > h2::after {
    content: '';
    width: 50px;
    height: 2px;
    display: block;
    background-color: #d7a95d;
    margin: 10px 0;
}





@media(max-width: 1439px) {
.page-title-heading h1 {
    font-size: 32px;
    line-height: 46px;
}
.service-content span.sub-title, .cta_section span { 
    font-size: 14px;
}
.service-content > h2 {
    font-size: 40px;
    margin: 10px 0 16px;
}
.cta_section .golden_icon {
    max-width: 160px;
}
.cta_section h2 {
    font-size: 40px;
    line-height: 50px;
}
.cta_section p {
    font-size: 16px;
    line-height: 26px;
    max-width: 600px;
}
}

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


@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, .our_service, .cta_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;
}
.cta_section p {
    font-size: 14px;
    line-height: 24px;
}
}

@media(max-width: 767px) { 
.main_services > li {
    flex-direction: column;
}
.main_services > li > div {
    width: 100%;
}
.service-image img {
    width: 100%;
    height: 100%;
}
.main_services > li:nth-child(even) {
    flex-direction: column;
}
}