/* Default Style */
html {

    scroll-behavior: smooth;
}

body {
    margin: 0;
    font-family: 'Libre Baskerville', serif;
    font-weight: 400;
    line-height: 1.5;
    color: #313131;
    background-color: #fff;
    font-size: 16px;
}

h1,
h2,
h3,
h4 h5,
h6 {
    font-family: 'Libre Baskerville', serif;
    font-weight: 700;
}

img {
    max-width: 100%;
}

*,
::after,
::before {
    box-sizing: border-box;
}

.container {
    margin-left: auto;
    margin-right: auto;
    width: 1170px;
}

.row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(var(--bs-gutter-y) * -1);
    margin-right: calc(var(--bs-gutter-x)/ -2);
    margin-left: calc(var(--bs-gutter-x)/ -2);
}

a {
    text-decoration: none;
}

.row::after,
section::after,
header::after,
footer::after {
    content: '';
    display: block;
    clear: both;
}

.col-4,
.col-2,
.col-6,
.col-8,
.col-12 {
    padding: 5px 15px;
}
.col-6 {
    width: 50%;
}

.col-2 {
    width: 50%;
}

.col-4 {
    width: 33.33%;
}

.col-8 {
    width: 66.66%;
}
.col-5 {
    width: 40%;
}

.col-7 {
    width: 60%;
}

.col-12 {
    width: 100%;
}

.py-0 {
    padding-top: 0;
    padding-bottom: 0;
}

.text-center {
    text-align: center;
}

.text-right {
    text-align: right;
}

.d-inline {
    display: inline;
}

.d-block {
    display: block;
}

.btn {
    display: block;
    border-style: none;
    width: 294px;
    height: 50px;
    max-width: 100%;
    font-size: 16px;
    line-height: 50px;
    font-weight: 500;
    text-decoration: none;
    font-style: normal;
    text-align: center;
    background-repeat: no-repeat;
    text-transform: uppercase;
    border-radius: 20px;
    color: #fff;
}

.btn-default {
    background: #CA2323;
    box-shadow: none;
    text-shadow: none;
}

.btn-default:hover {
    background-color: #C01B1B;
}

.btn-havy {
    background: #8B0F0F;
    box-shadow: none;
    text-shadow: none;
}

.btn-havy:hover {
    background-color: #840B0B;
}

section {
    padding: 30px 0;
}

.center-align {
    align-items: center;
}

.text-uppercase {
    text-transform: uppercase;
}

h2 {
    font-size: 36px;
}

.section-title {
    padding-bottom: 30px;
}
.practice-areas .col-4 img {
    width: 100%;
}
.practice-areas h2,
h3 {
    color: #313131;
    font-weight: 700;
}
.practice-areas  
h3 {
    
    margin: 2px 0;
}

.practice-areas h3 {
    font-size: 18px;
}

.practice-areas p {
    font-size: 16px;
    font-weight: 400;

}

.t-color {
    font-size: 20px;
}

/* Default Style End */
/* Header Style */
header {
    padding: 30px 0;
}

.header_action btn {
    outline: none;
}

.header_action {
    text-align: center;
    max-width: 290px;
    float: right;
}

.promotion {
    display: flex;
    background: #122e3f;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0px;
    border-radius: 0px;
    width: 100%;
    min-height: 50px;
    color: #fff;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    font-weight: 700;
}

.call-to-action {
    padding: 30px;
    color: #fff;
    background: #2D3E50;
}

.call-to-action h2 {
    font-size: 36px;
    margin: 0 auto;
    line-height: 1.3;
}

/* Hero Banner */

.hero_banner {
    display: block;
    background: rgba(0, 0, 0, 0.65);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    width: 100%;
    min-height: 564px;
    position: relative;
    color: #fff;
    padding: 20px 0;
}

.colored-overlay::before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
}

.hero_text {
    position: relative;
    width: 620px;
    z-index: 1;
    max-width: 100%;
}

.hero_text h1 {
    font-size: 54px;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 0;
    margin-top: 0;
}

.hero_text p {
    font-size: 16px;
}

.request-consultation .form-header {
    color: #313131;
    display: block;
    max-width: 379px;
    min-height: 10px;
    max-width: 100%;
    text-align: center;
}


.request-consultation .form-header p {
    margin: 0;
}

.request-consultation {
    display: block;
    background: white;
    max-width: 379px;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

label,
input {
    display: block;
    color: #313131;
}

.request-consultation .form-header,
.request-consultation .form-body {
    padding: 25px;
    padding-bottom: 10px;
    font-family: arial;
}

.request-consultation label {
    font-size: 12px;
}

.request-consultation .text {
    background-color: #ededed;
    color: #122e3f;
    height: 41px;
    font-size: 12px;
    line-height: 13px;
    padding-left: 13px;
    padding-right: 13px;
    flex: 1;
    width: 100%;
    border-style: solid;
    border-width: 1px;
    border-color: #a19999;

}

textarea {
    background-color: #FAFAFA;
    border-style: solid;
    border-width: 1px;
    border-color: #d8d8d8;
    width: 100%;
}

.request-consultation .form-group {
    margin-bottom: 20px;
}

.request-consultation .btn-default {
    width: 100%;
    background-color: #8B0F0F;
}

.request-consultation .btn-default:hover {
    background-color: #840B0B;
}

.request-consultation .form-title {
    font-size: 18px;
    font-weight: 400;
    color: #313131;
}

.about-us p {
    font-size: 16px;
}

/* Service Section */

.services {
    padding: 20px 0;
    display: block;
    color: #fff;
    background: #2D3E50;
}

.services h3 {
    color: #fff;
    font-size: 16px;
}

.services p {
    font-size: 14px;
}

.service-box {
    display: block;
    max-width: 100%;
    margin: auto;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}

.service-box.bordered {
    border: 1px solid #e2e2e2;
    padding: 25px;
    max-width: 400px;
    width: 100%;
}

.service-box.box-border {
    border: 1px solid #e2e2e2;
    border-radius: 5px;
    padding: 25px;
    max-width: 370px;
    min-height: 300px;
}

.service-box.box-border p {
    font-size: 16px;
}

.service-box.bordered .img {
    background: rgba(87, 119, 156, 1);
    border-radius: 25px;
    z-index: 77;
    width: 50px;
    height: 50px;
    margin-left: auto;
    margin-right: auto;
    justify-content: center;
    line-height: 50px;
    padding-top: 9px;
}

/* Testimonials */
.testimonials {
    text-align: center;
    vertical-align: top;
}

.section-title h2 {
    margin: 0;
}

.testimonial {
    vertical-align: top;
    display: inline-block;
    background: rgba(255, 255, 255, 1);
    border-style: solid;
    border-width: 1px;
    border-color: #e2e2e2;
    border-radius: 0px;
    z-index: 38;
    width: 568px;
    min-height: 284px;
    max-width: 45%;
    padding: 30px;
    margin: 15px;
}

.testimonial_author {
    padding-top: 20px;
}

.testimonial_text {
    font-style: italic;
    font-weight: normal;
    font-size: 16px;
}

/* map */
.map iframe {
    width: 100%;
    height: 500px;
    margin: 0;
    margin-bottom: -10px;
}

/* Footer */

.footer-top {
    padding: 50px 0;
    background-color: #2D3E50;
    color: #fff;
}

.info-box {
    padding: 20px;
}

.footer-top .info-box {
    max-width: 450px;
    width: 95%;
    margin-left: auto;
    margin-right: auto;
    border: 2px solid #FFF;
}

.copyright {
    padding: 30px 0;
    background-color: #2D3E50;
    color: #fff;
}

.copyright a {
    color: #fff;
    text-decoration: underline;
    text-decoration-color: #2323A3;
}

.copyright.Privacy {
    font-size: 12px;
    background-color: #01385E;
    color: #fff;

}

.button-group {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;

}

.sticky-call-to-action {
    background-color: #313131;
    padding: 15px;
    color: #fff;
    position: sticky;
    bottom: 0;
    z-index: 10;
}

.button-group>div {
    margin: 5px 20px;
}

@media all and (min-width: 991px) {
    .hero_banner .col-8 {
        display: flex;
        align-items: center;
    }
}

@media all and (max-width: 1200px) {
    .container {
        max-width: 90%;
    }

    body,
    .btn {
        font-size: 16px;
    }
}

@media all and (max-width: 991px) {
    header {
        padding: 15px 0; 
    }
    html,
    body {
        overflow-x: hidden;
        max-width: 100%;
    }

    .col-4,
    .col-8 {
        width: 100%;
        margin-bottom: 15px;
        margin-top: 15px;
    }

    .hero_text {
        width: 100%;
        text-align: center;
    }

    .hero_text h1 {
        font-size: 35px;
    }

    .call-to-action h2 {
        font-size: 28px;
    }
    h2 {
        font-size: 28px;
    }
    .map iframe {
        height: 350px;
    }

    .request-consultation {
        margin-left: auto;
        margin-right: auto;
    }

    .promotion {
        font-size: 18px;
    }

    section {
        padding: 50px 0;
    }

    .sticky-call-to-action .btn {
        width: 220px;
    }
}

@media all and (max-width: 767px) {
    .testimonial {
        max-width: 90%;
    }

    footer .col-6 {
        width: 100%;
    }

    .copyright {
        text-align: center;
    }

    .call-to-action {
        padding: 50px 15px;
    }

    .copyright .text-right {
        text-align: center;
    }

    .sticky-call-to-action .or {
        display: none;
    }
}

@media all and (max-width: 650px) {
    .col-6 {
        width: 100%;
    }

    .header_action {
        float: none;
        margin: auto;
    }

 
    header .logo {
        text-align: center;
    }
}

@media all and (max-width: 550px) {

    .col-5, 
    .col-7{
        width: 100%;
    }
    .request-consultation .form-header,
    .request-consultation .form-body {
        padding: 15px;
    }

    .promotion {
        font-size: 14px;
    }

}

@media all and (max-width: 350px) {

    .hero_text h1 {
        font-size: 30px;
    }

    .hero_text p {
        font-size: 18px;
    }

    h2 {
        font-size: 26px;
    }
}