body,
p,
h1,
h2,
h3,
h4,
h5 {
    font-family: "Roboto", sans-serif;
    color: black;
}

a:hover {
    text-decoration: none;
}

ul li a {
    color: black;
}

a {
    color: black;
}

p {
    line-height: 1.4;
    color: black;
    font-size: 1.1em;
}

img {
    max-width: 100%;
}

h1 {
    font-size: 51px;
    color: #db6237;
    font-weight: 700;
    line-height: 1;
    padding-bottom: 15px;
}

h2 {
    font-size: 40px;
    color: #db6237;
    font-weight: 700;
    line-height: 1;
}

h3 {
    font-size: 24px;
    font-weight: 700;
    line-height: 1;
}

h4 {
    font-size: 20px;
    font-weight: 700;
    line-height: 1;
}

h5 {
    font-size: 18px;
    font-weight: 700;
    line-height: 1;
}

h6 {
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
}

@font-face {
    font-family: "Bebas Neue Pro Bold";
    src: url("../fonts/Bebas-Neue-Pro-Bold.woff");
}

@font-face {
    font-family: "Bebas Neue Pro Light";
    src: url("../fonts/Bebas-Neue-Pro-Light.woff");
}

@font-face {
    font-family: "Bebas Neue Pro Regular";
    src: url("../fonts/Bebas-Neue-Pro-Regular.woff");
}

@font-face {
    font-family: "Myriad Pro Regular";
    src: url("../fonts/Myriad-Pro-Regular.woff");
}

@font-face {
    font-family: "insigne Yorkten Slab Norm Regular";
    src: url("../fonts/insigne-Yorkten-Slab-Norm-Regular.woff");
}


/*back to top*/

#back-to-top {
    position: fixed;
    bottom: 2em;
    right: 0;
    z-index: 99999999;
    width: 50px;
    margin-right: 10px;
    height: 48px;
    animation: rotate 10.5s;
    text-align: center;
    line-height: 50px;
    background: #252522;
    color: #fff;
    cursor: pointer;
    border: 0;
    border-radius: 0;
    text-decoration: none;
    transition: all 0.5s linear;
    opacity: 0;
}

.show {
    display: block !important;
}

#back-to-top.show {
    opacity: 1;
    right: 0;
}


/*back to top*/


/*HEADER*/

header .menu-item a:hover {
    color: #a99260;
}

header .sub-menu .menu-item a:hover {
    color: #fff;
}

a.navbar-brand {
    position: relative;
    z-index: 99;
    margin-left: 22px;
}

div#navbarMobile {
    justify-content: flex-end;
}

.navbar_content a {
    color: white;
    margin: 0px 22px;
    font-size: 22px;
    text-transform: uppercase;
    display: inline-block;
    font-family: "Bebas Neue Pro Bold";
}

.header-home-image {
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
    max-width: 100%;
}

.navbar-light {
    background: #0a121f;
    transition: all 0.6s;
    padding: 10px 30px;
}

header.active .navbar-light {
    box-shadow: 0 0 31px -21px;
}

header.active .navbar-light {
    box-shadow: 0 0 31px -21px;
}

header .navbar-brand img {
    transition: all 0.6s;
}

header a.navbar-brand {
    transition: all 0.6s;
}

header.active a.navbar-brand {
    transform: scale(0.55) translateY(-74px);
}

.header-banner {
    background-size: cover;
    position: relative;
    background-repeat: no-repeat;
}

.banner-title h1 {
    font-size: 152px;
    color: #fff;
    font-family: 'Bebas Neue Pro Bold';
    text-transform: uppercase;
    margin-bottom: 0px;
    padding: 0px;
}


ul#menu-header-menu li {
    padding: 10px 0px;
}

ul#menu-header-menu .sub-menu li {
    border-bottom: 1px solid #a99260;
}

ul#menu-header-menu .sub-menu li:last-child {
    border: none;
}

ul#menu-header-menu>li.current-menu-item>a {
    color: #a99260;
}

ul.sub-menu {
    list-style: none;
    padding: 0px;
    position: absolute;
    display: none;
    background: #db6237;
    width: 242px;
    border-radius: 6px;
    box-shadow: 0px 29px 38px -50px #5f5f5f;
    transform: translateX(-31%);
}

ul.sub-menu:before {
    content: "";
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 9px solid #db6237;
    top: -9px;
    left: 47%;
    position: absolute;
}

.navbar_content .sub-menu a {
    padding-bottom: 0;
    display: block;
    color: #fff;
    font-size: 16px;
}

ul#menu-header-menu li:hover>ul.sub-menu {
    display: block;
}

.header-icon {
    text-align: center;
    transform: translateY(80px);
}

.banner-title {
    position: absolute;
    top: 40%;
    transform: translateY(-50%);
    left: 0px;
    right: 0px;
    text-align: center;
}

/*HEADER*/

.header-section {
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
}

.black-shadow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0px;
    right: 0px;
    text-align: center;
}

.header-first-title {
    font-size: 152px;
    color: #fff;
    text-transform: uppercase;
    font-family: 'Bebas Neue Pro Bold';
}

.header-second-title {
    font-size: 30px;
    color: #fff;
    font-family: 'insigne Yorkten Slab Norm Regular';
    text-transform: uppercase;
    margin-bottom: 4%;
}

.header-btn a {
    font-size: 30px;
    color: #fff;
    text-transform: uppercase;
    font-family: 'Bebas Neue Pro Bold';
    border: 2px solid #fff;
    padding: 8px 30px;
}

.homepage-section-1 {
    border-top: 1px solid #8ea9bc;
    border-bottom: 1px solid #8ea9bc;
    padding: 10% 0px;
    margin-bottom: 10%;
}

.homepage-section-1-description {
    padding: 6% 0px;
}

.homepage-section-1-title {
    font-size: 41px;
    color: #fff;
    text-transform: uppercase;
    font-family: 'Bebas Neue Pro Bold';
    padding-bottom: 5%;
}

.homepage-section-1-content p {
    color: #8ea9bc;
    font-size: 17px;
    font-family: 'insigne Yorkten Slab Norm Regular';
}

.homepage-section-2-color {
    background: #a99260;
    padding: 6% 0px;
}

.homepage-section-2-content p {
    color: #fff;
    font-size: 17px;
    font-family: 'insigne Yorkten Slab Norm Regular';
    padding-bottom: 15px;
}

.homepage-left-section {
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    padding: 15% 0px;
    margin-top: 30px;
    margin-right: 13%;
}

.homepage-section-3-color {
    background: #f0e4d4;
    padding: 50px 0px 40px;
}

.homepage-section-3-title {
    color: #000;
    font-size: 40px;
    text-transform: uppercase;
    font-family: 'Bebas Neue Pro Bold';
    padding-top: 20px;
}

.homepage-section-3-content p {
    font-size: 17px;
    color: #000;
    font-family: 'insigne Yorkten Slab Norm Regular';
    text-transform: capitalize;
    border-bottom: 2px solid #000;
    padding: 18px 0;
    font-weight: 600;
    font-style: italic;
}

.homepage-section-3-description a {
    font-size: 20px;
}

.homepage-section-3-description a:hover {
    outline: 0;
    color: #a99260;
}

.homepage-section-3-description a i.fab.fa-envelope {
    font-family: 'Font Awesome 5 Free';
    font-size: 20px;
}

h2.section-4-title {
    font-size: 40px;
    text-transform: uppercase;
    font-family: 'Bebas Neue Pro Bold';
    color: #a99260;
    padding-top: 16px;
}

.number-title {
    font-size: 38px;
    color: #a99260;
    font-family: 'insigne Yorkten Slab Norm Regular';
    padding-bottom: 20px;
    font-style: italic;
}

.section-4-repeater-title {
    color: #fff;
    font-size: 38px;
    text-transform: uppercase;
    font-family: 'Bebas Neue Pro Bold';
    line-height: 1.1;
}

.section-4-content p {
    font-size: 15px;
    color: #8ea9bc;
    font-family: 'insigne Yorkten Slab Norm Regular';
    padding-top: 20%;
}

.section-4-description {
    padding: 12% 0px;
}

.homepage-section-5-color {
    background: #f0e4d4;
    padding: 60px 0px 50px;
}

.section-5-slider-nav {
    display: flex;
    flex-wrap: wrap;
    padding-top: 5%;
    padding-left: 4%;
}

.section-5-content {
    border-top: 1px solid #bfab7f;
    border-bottom: 1px solid #bfab7f;
    padding: 25px 0px;
}

.section-5-content h3,
.section-5-content p {
    margin-bottom: 0px;
    font-size: 16px;
    font-family: 'insigne Yorkten Slab Norm Regular';
}

.section-5-content h3 {
    padding-top: 20px;
}

.slider__counter {
    font-size: 94px;
    font-family: 'insigne Yorkten Slab Norm Regular';
    color: #bfab7f;
    font-style: italic;
    padding-top: 35px;
}

.slider__counter img {
    margin: auto;
}

.section-5-content h2 {
    font-size: 18px;
    font-family: 'insigne Yorkten Slab Norm Regular';
    color: #bfab7f;
    text-transform: uppercase;
    padding-bottom: 5px;
}

.section-5-description {
    border-bottom: 2px solid #bfab7f;
    padding-bottom: 6%;
    position: relative;
}

.work-together p {
    padding-top: 50px;
    text-align: center;
    font-family: 'insigne Yorkten Slab Norm Regular';
    font-size: 45px;
    font-weight: 600;
}

.work-together p strong {
    border-bottom: 2px solid #000;
    padding-bottom: 5px;
}

.index-icon .header-icon {
    position: absolute;
    width: 100%;
    transform: translateY(-80px);
}

/* -------------------   DownArrow  --------------------- */
.link {
    display: inline-flex;
    align-items: center;
    padding: 5px;
    text-decoration: none;
    transform: rotate(-90deg) translate3d(-45px, 0, 0);
}

.link__arrow {
    display: inline-flex;
}

.link__arrow span {
    position: relative;
    width: 40px;
    height: 2px;
    border-radius: 2px;
    overflow: hidden;
    background: #fff;
    z-index: 2;
}

.link__arrow span:nth-child(1) {
    transform-origin: left bottom;
    transform: rotate(45deg) translate3d(46px, -47px, 0);
}

.link__arrow span:nth-child(2) {
    transform-origin: left bottom;
    transform: rotate(-45deg) translate3d(20px, 19px, 0);
}



.link__line {
    position: relative;
    margin-left: -14px;
    margin-right: 30px;
    width: 80px;
    height: 2px;
    background: #fff;
    overflow: hidden;
    /* z-index: 1; */
}

/* -------------------------------------------------------- */



/* about */

.about-right-section-1 {
    display: flex;
    align-items: center;
    padding: 30px 44px;
}

.about-left-image-section img {
    width: 95%;
}

.about-right-top-title-section {
    font-size: 17px;
    color: #a99260;
    text-transform: uppercase;
    font-family: 'insigne Yorkten Slab Norm Regular';
    padding-bottom: 20px;
}

.about-right-title-section {
    font-size: 40px;
    color: #fff;
    text-transform: uppercase;
    font-family: 'Bebas Neue Pro Bold';
    padding-bottom: 25px;
}

.about-right-content-section p {
    color: #8ea9bc;
    font-size: 17px;
    font-family: 'insigne Yorkten Slab Norm Regular';
    padding-bottom: 15px;
    line-height: 1.6;
}

.about-right-section {
    border-top: 1px solid #8ea9bc;
    border-bottom: 1px solid #8ea9bc;
    padding: 45px 0px;
}

.about-section-2-title {
    font-size: 14px;
    text-transform: uppercase;
    font-family: 'insigne Yorkten Slab Norm Regular';
    text-align: center;
    padding-bottom: 30px;
    font-weight: 700;
}

.about-section-2-content p {
    font-size: 50px;
    color: #fff;
    line-height: 1.1;
    text-align: center;
    padding: 0px 5%;
    font-family: questa, serif;
    font-weight: 500;
    font-style: normal;
    margin-bottom: 0px;
}

.about-section-2 {
    padding: 50px 0px;
}

.about-section-3-background-image {
    background: #0a121f;
    padding: 50px 0px;
}

.about-section-3-content p {
    color: #8ea9bc;
    font-size: 21px;
    line-height: 1.2;
    font-family: 'insigne Yorkten Slab Norm Regular';
    padding-top: 20%;
}

.about-section-3-description {
    padding-bottom: 50px;
    border-bottom: 1px solid #8ea9bc;
}

.about-right-section-4-image img {
    width: 100%;
}

.about-right-section-4-background-image {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.about-right-section-4-background-image img {
    width: 100%;
}

.about-right-section-4-bottom-content {
    padding: 30% 15%;
}

.about-right-section-4-bottom-content p {
    font-size: 26px;
    font-family: 'insigne Yorkten Slab Norm Regular';
    text-align: center;
}

.about-right-section-4-bottom-content strong {
    font-size: 18px;
    font-family: 'insigne Yorkten Slab Norm Regular';
    text-transform: uppercase;
}

.about-left-section-4 {
    background: #6b7c90;
    padding: 45px 0px;
    display: flex;
    align-items: center;
}

.about-left-section-4-description {
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    padding: 6% 0px;
    margin: 0px 8%;
}

.about-left-section-4-content h1 {
    color: #061c43;
    font-size: 40px;
    text-transform: uppercase;
    font-family: 'Bebas Neue Pro Bold';
    padding-bottom: 5%;
}

.about-left-section-4-content h2 {
    font-size: 38px;
    color: #061c43;
    font-family: 'insigne Yorkten Slab Norm Regular';
    text-transform: uppercase;
    padding-bottom: 20px;
}

.about-left-section-4-content p {
    font-size: 38px;
    color: #fff;
    text-transform: uppercase;
    font-family: 'Bebas Neue Pro Bold';
    line-height: 1.2;
    padding-bottom: 35px;
}

.about-left-section-4-content p span {
    font-size: 19px;
    color: #f0e4d4;
    font-family: 'insigne Yorkten Slab Norm Regular';
    text-transform: initial;
}

.about-right-section-4-image {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.homepage-section-3-description {
    padding: 20px 15px;
}

/* blog */

.blog-section {
    background: #f0e4d4;
    padding: 6% 0px;
}

.blog-single-post {
    border-bottom: 1px solid #000;
    padding-bottom: 6%;
    margin-bottom: 6%;
}

.blog-featured-title {
    font-size: 40px;
    text-transform: uppercase;
    font-family: 'Bebas Neue Pro Bold';
    color: #a99260;
    padding-bottom: 20px;
}

.blog-title-section {
    font-size: 14px;
    text-transform: uppercase;
    font-family: 'insigne Yorkten Slab Norm Regular';
    color: #000;
    margin-bottom: 20px;
}

.blog-card-title {
    font-size: 40px;
    font-family: 'insigne Yorkten Slab Norm Regular';
    padding-right: 10px;
    line-height: 1.2;
}

.blog-card-text {
    font-size: 17px;
    line-height: 1.2;
    font-family: 'insigne Yorkten Slab Norm Regular';
    margin-bottom: 25px;
}

.blog-btn a:hover,
.blog-content a:hover {
    color: #a99260;
}

.blog-btn a::after {
    content: "→";
}

.blog-btn a {
    font-size: 17px;
    text-transform: capitalize;
    font-family: 'insigne Yorkten Slab Norm Regular';
    font-weight: 700;
}

.blog-content-bottom {
    padding: 30px 0px;
    border-bottom: 1px solid #000;
}

.blog-card-title-bottom {
    font-size: 25px;
    font-family: 'insigne Yorkten Slab Norm Regular';
    padding-bottom: 10px;
}

/* blog post */

.single-blog-content-section {
    border-top: 1px solid #a99260;
    border-bottom: 1px solid #a99260;
    padding: 6% 0px;
    margin-top: 6%;
}

.single-content-section p {
    font-size: 17px;
    font-family: 'insigne Yorkten Slab Norm Regular';
    line-height: 1.3;
    padding-bottom: 10px;
}

.single-content-section h2 {
    font-size: 40px;
    text-transform: uppercase;
    font-family: 'Bebas Neue Pro Bold';
    color: #000;
    padding-bottom: 12px;
}

.blog-single-title-section {
    font-size: 17px;
    text-transform: uppercase;
    font-family: 'insigne Yorkten Slab Norm Regular';
    padding-bottom: 15px;
}

.blog-single-card-title {
    font-size: 48px;
    font-family: 'insigne Yorkten Slab Norm Regular';
    line-height: 1.2;
}

/* practice areas */

.practice-areas-right-section-1 {
    display: flex;
    align-items: center;
}

.practice-areas-section-1 {
    padding: 5% 0px;
}

.practice-areas-right-section {
    border-top: 1px solid #8ea9bc;
    border-bottom: 1px solid #8ea9bc;
    padding: 10% 12px 10%;
}

.practice-areas-right-title-section-1 {
    font-size: 40px;
    color: #fff;
    font-family: 'Bebas Neue Pro Bold';
    text-transform: uppercase;
    padding-bottom: 30px;
}

.practice-areas-right-content-section-1 p {
    color: #8ea9bc;
    font-size: 17px;
    font-family: 'insigne Yorkten Slab Norm Regular';
    padding-bottom: 10px;
}

.Practice-Background-image {
    position: relative;
    background-size: cover;
}

.practice.section {
    position: absolute;
    bottom: 15px;
    left: 30px;
}

.Practice-areas-repeater {
    padding: 2% 0px;
}

.Practice-areas-repeater-description {
    margin-bottom: 30px;
}

.practice-title {
    font-size: 25px;
    font-family: 'insigne Yorkten Slab Norm Regular';
    color: #a99260;
    font-style: italic;
}

.practice-areas-left-section-2 {
    padding: 0 5% 0 0;
}

.practice-heading {
    font-size: 42px;
    color: #fff;
    font-family: 'Bebas Neue Pro Bold';
    padding-right: 5%;
    text-transform: uppercase;
}


.practice-areas-section-2 {
    background: #f0e4d4;
    padding: 6% 0px;
}

.practice-areas-section-2-title {
    font-size: 70px;
    color: #a99260;
    text-transform: uppercase;
    font-family: 'Bebas Neue Pro Bold';
    line-height: 1;
    padding-bottom: 10px;
}

.practice-areas-section-2-content p {
    font-size: 17px;
    font-family: 'insigne Yorkten Slab Norm Regular';
    padding-bottom: 30px;
}

.practice-areas-section-2-second-title {
    font-size: 44px;
    color: #a99260;
    font-family: 'Bebas Neue Pro Bold';
    text-transform: uppercase;
    padding-bottom: 10px;
}

.practice-areas-section-4 {
    background: #0a121f;
}

.practice-areas-section-4-image img {
    width: 100%;
}

.practice-areas-right-section-4 {
    display: flex;
    align-items: center;
    padding: 0px 5%;
}

.practice-areas-section-4-content p {
    color: #fff;
    font-size: 18px;
    font-family: 'insigne Yorkten Slab Norm Regular';
    padding-bottom: 10px;
}

.about-left-image-section img {
    object-fit: cover;
    width: 100%;
    height: auto;
}

.practice-areas-section-3 {
    border-top: 1px solid #a99260;
    padding: 4% 0;
    border-bottom: 1px solid #a99260;
    margin-top: 3%;
}

.practice-areas-section-3 .left-part {
    border-right: 1px dashed #a0a0a07a;
}

.practice-areas-left-section-3 {
    text-align: end;
    padding-right: 5%;
}

.practice-areas-right-section-3 {
    padding-left: 5%;
}

.practice-areas-section-3-image img {
    width: 100%;
}

/* fatigue-driving */

.fd-section-2-title {
    font-size: 70px;
    font-family: 'Bebas Neue Pro Bold';
    color: #000;
    text-transform: uppercase;
    padding-bottom: 12px;
}

.fd-section-2-content p {
    font-size: 16px;
    font-family: 'insigne Yorkten Slab Norm Regular';
    font-weight: 600;
    line-height: 1.7;
    letter-spacing: 1px;
    padding-bottom: 22px;
}

.fd-section-2-content p span {
    padding-left: 6%;
}

.fatigue-driving-section-4 {
    background-color: #8ea9bc;
    padding: 6% 0px;
}

.fatigue-driving-section-4-title {
    font-size: 41px;
    font-family: 'Bebas Neue Pro Bold';
    text-transform: uppercase;
    color: #000;
    padding-bottom: 15px;
}

.fatigue-driving-section-4-content p {
    color: #fff;
    font-family: 'insigne Yorkten Slab Norm Regular';
    line-height: 1.6;
    padding-bottom: 20px;
    font-size: 17px;
}

.fatigue-driving-section-4-second-title {
    font-size: 18px;
    font-family: 'insigne Yorkten Slab Norm Regular';
    padding-bottom: 15px;
}

.fatigue-driving-left-section-4 {
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    padding-top: 4%;
}

.fatigue-driving-section-5-title {
    font-size: 17px;
    font-family: 'insigne Yorkten Slab Norm Regular';
    text-align: center;
    padding-bottom: 30px;
}

.fatigue-driving-section-5-content p {
    color: #fff;
    font-size: 20px;
    line-height: 1.8;
    letter-spacing: 1px;
    font-family: 'insigne Yorkten Slab Norm Regular';
}

.fatigue-driving-section-5-heading p {
    color: #fff;
    text-align: center;
    font-size: 57px;
    font-family: 'insigne Yorkten Slab Norm Regular';
    padding: 0px 15px;
    font-weight: 400;
}

.dwi-section-2-second-title {
    font-size: 28px;
    font-family: 'Bebas Neue Pro Bold';
    text-align: center;
    text-transform: uppercase;
}

.dwi-section-4 p {
    padding: 0px;
}

.dwi-section-5 {
    background-color: #f0e4d4;
    padding: 6% 0px;
}

.dwi-section-5-title {
    font-size: 40px;
    font-family: 'Bebas Neue Pro Bold';
    text-transform: uppercase;
    padding-bottom: 20px;
    color: #000;
}

.dwi-section-5-content p {
    font-size: 18px;
    font-family: 'insigne Yorkten Slab Norm Regular';
    padding-bottom: 20px;
}

.dwi-section-5-left {
    border-top: 1px solid #a8915f;
    border-bottom: 1px solid #a8915f;
    padding-top: 4%;
}

.distracted-driving-section-4 {
    background: #0d1829;
    padding: 4% 0px;
}

.dd-section-4-content p {
    color: #fff;
    font-family: 'insigne Yorkten Slab Norm Regular';
    font-weight: 400;
    line-height: 1.5;
    padding-bottom: 15px;
    font-size: 18px;
}

.dd-section-4-title {
    color: #a99260;
    font-size: 37px;
    font-family: 'Bebas Neue Pro Bold';
    text-transform: uppercase;
    line-height: 1.3;
}

.distracted-driving-section-4-description {
    border-bottom: 1px solid #a99260;
    padding-bottom: 30px;
}

.wheeler-section-6-second-image {
    margin-top: 10%;
}

.wheeler-left-section-6 {
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    padding-top: 5%;
}

.wheeler-section-5-title {
    font-family: 'Bebas Neue Pro Bold';
    text-transform: uppercase;
    font-size: 47px;
    color: #a99260;
    padding-bottom: 5%;
}

.auto-section-8 {
    background: #0a121f;
    padding: 5% 0px;
}

.auto-section-8-content p {
    color: #fff;
    font-size: 18px;
    padding-bottom: 20px;
    font-family: 'insigne Yorkten Slab Norm Regular';
}

.auto-section-8-title {
    font-size: 45px;
    font-family: 'Bebas Neue Pro Bold';
    text-transform: uppercase;
    text-align: center;
    color: #a99260;
    padding-bottom: 4%;
}

.auto-section-8-description {
    border-bottom: 1px solid #a99260;
}

.auto-section-9-title {
    color: #a99260;
}

.auto-section-7 {
    background: #f1e6d4;
    padding: 5% 0px;
}

.auto-section-7-title {
    font-size: 25px;
    font-family: 'Bebas Neue Pro Bold';
    color: #a99260;
    text-transform: uppercase;
    line-height: 1.4;
}

.auto-section-7-description p {
    font-size: 18px;
    font-family: 'insigne Yorkten Slab Norm Regular';
    line-height: 2;
    font-weight: 600;
    text-transform: capitalize;
}

.auto-section-7-description {
    border-top: 1px solid #000;
    padding-top: 8%;
}

.auto-section-6 {
    background: #0f1c30;
}

.auto-section-6-left img {
    width: 100%;
}

.auto-section-6-right-title {
    margin: 0px;
    font-size: 41px;
    color: #a99260;
    font-family: 'Bebas Neue Pro Bold';
    text-transform: uppercase;
    text-align: center;
    padding: 10% 0px;
}

.auto-section-6-right-description {
    padding: 8% 0px 0px 30px;
}

.auto-section-6-content p {
    color: #fff;
    font-size: 18px;
    font-family: 'insigne Yorkten Slab Norm Regular';
}

.auto-section-6-second-content p {
    color: #859ca3;
    font-size: 18px;
    font-family: 'insigne Yorkten Slab Norm Regular';
    line-height: 1.7;
}

.commercial-left-section-3-image-second {
    padding-top: 10%;
}

.commercial-section-2-content p {
    color: #a99260;
    font-size: 33px;
    font-family: 'Bebas Neue Pro Bold';
}

.commercial-section-2-content strong {
    color: #0d1829;
    font-family: 'insigne Yorkten Slab Norm Regular';
    font-size: 110px;
}

.commercial-right-bottom-content-section-3 p,
.commercial-right-title-section-3 {
    color: #ffffff;
    font-size: 37px;
    font-family: 'Bebas Neue Pro Bold';
    text-transform: uppercase;
    line-height: 1.3;
    padding-bottom: 20px;
}

.commercial-section-3-content p {
    color: #8ea9bc;
    font-size: 17px;
    font-family: 'insigne Yorkten Slab Norm Regular';
    padding-bottom: 10px;
}

.commercial-right-number-section-3 {
    color: #a99260;
    font-family: 'insigne Yorkten Slab Norm Regular';
    font-size: 120px;
}

.commercial-section-2-left-content p {
    font-size: 15px;
    font-family: 'insigne Yorkten Slab Norm Regular';
    font-weight: 600;
    line-height: 1.5;
    letter-spacing: 1px;
    padding-bottom: 22px;
}

.commercial-section-3-desc {
    text-align: center;
}


/* contact */

.contact-background-icon-image {
    padding: 50px;
}

.contact-section-color {
    background: #0a121f;
    padding: 30px;
}

.contact-left-image-section p {
    margin-bottom: 0px;
}

.contact-right-section {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.contact-right-title-section {
    font-size: 42px;
    font-family: 'Bebas Neue Pro Bold';
    color: #fff;
    border-bottom: 1px solid #a99260;
    display: inline-block;
    margin-bottom: 25px;
    padding: 30px 10% 15px 0px;
    text-transform: uppercase;
}

.contact-right-content-section {
    margin-bottom: 30px;
}

.contact-right-content-section p a,
.contact-right-content-section p {
    font-size: 31px;
    color: #fff;
    font-family: 'Bebas Neue Pro Bold';
    text-transform: uppercase;
}

.contact-right-content-section p a:hover {
    color: #a99260;
}

.contact-right-content-section p strong {
    font-size: 20px;
    color: #a99260;
    font-family: "insigne Yorkten Slab Norm Regular";
}

.social-site-icons {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 30px;
}

.social-icon-app {
    margin-bottom: 30px;
}

.social-site-icons .social-icon-app a i {
    background: #a99260;
    margin-right: 30px;
    padding: 8px 10px;
    font-size: 18px;
    width: 35px;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.social-site-icons .social-icon-app a:hover {
    color: #fff;
}

.contact-form-title {
    font-size: 42px;
    color: #fff;
    text-transform: uppercase;
    font-family: 'Bebas Neue Pro Bold';
    letter-spacing: 3px;
}

.contact-form-content p {
    font-size: 15px;
    color: #fff;
    font-family: 'insigne Yorkten Slab Norm Regular';
    padding-right: 9%;
}

.contact-form-section label {
    width: 100%;
}

.contact-form-section input {
    background: transparent;
    border: 2px solid #fff;
    height: 45px;
    width: 100%;
    color: #fff;
    padding-left: 15px;
    margin-top: 12px;
}

.contact-form-section input:focus-visible {
    outline: unset;
}

.contact-form-section p {
    color: #fff;
    font-size: 13px;
    font-family: 'insigne Yorkten Slab Norm Regular';
    text-transform: uppercase;
}

.contact-background-image {
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
}

.contact-section-1 {
    padding: 5% 0px;
}

.nav-pills .nav-link {
    background: #1c2b4c;
    color: #a99260;
    text-transform: uppercase;
    font-family: 'Bebas Neue Pro Bold';
    font-size: 28px;
    text-align: center;
    border-left: 1px solid #a99260;
    border-radius: unset;
}

.nav-pills .nav-link.active {
    color: #fff;
    background-color: #0a121f;
    text-decoration: underline;
}

.contact-left-image-section p {
    width: 90%;
    margin: auto;
}


/*FOOTER*/

footer {
    background-color: #0a121f;
    padding: 4% 0px 20px;
}

.footer-mobile-number {
    text-align: center;
}

.footer-mobile-number p,
.footer-mobile-number a {
    font-size: 62px;
    color: #a99260;
    font-family: 'insigne Yorkten Slab Norm Regular';
    letter-spacing: 3px;
    font-style: italic;
    text-transform: uppercase;
}

.footer-address {
    font-size: 22px;
    color: #ffffff;
    text-align: center;
    text-transform: uppercase;
    font-family: 'Bebas Neue Pro Bold';
    letter-spacing: 5px;
}

.footer-email-address {
    text-align: center;
    margin: 25px 0px;
}

.footer-email-address {
    border: 2px solid #fff;
    padding: 5px 10px;
    width: 40%;
    margin: 20px auto;
}

.footer-email-address a {
    font-size: 64px;
    color: #fff;
    text-transform: uppercase;
    font-family: 'Bebas Neue Pro Bold';
    line-height: 1.3;
}

.footer-section-address {
    font-size: 20px;
    font-family: 'Bebas Neue Pro Bold';
    text-transform: uppercase;
    color: #fff;
    padding-bottom: 15px;
}

.footer-address-number a {
    color: #fff;
    font-size: 15px;
    font-family: 'insigne Yorkten Slab Norm Regular';
    text-transform: uppercase;
}

.footer-bottom-section {
    padding-top: 20px;
}

.footer-bottom-right-section {
    text-align: right;
}

.footer-bottom-content {
    color: #fff;
    font-family: 'Bebas Neue Pro Bold';
    font-weight: 400;
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

/*FOOTER*/


/*  HOMEPAGE  */


/*  HOMEPAGE  */


/* testimonial-page */
.Testimonials-section-3 h1 {
    color: #fff;
    text-transform: uppercase;
    font-family: 'Bebas Neue Pro Bold';
    font-size: 150px;
}

.Testimonials-section-3 {
    text-align: center;
    padding: 40px 0;
}

.Testimonials-section-3 h4 {
    font-size: 17px;
    font-weight: 400;
    color: #fff;
    font-family: 'insigne Yorkten Slab Norm Regular';
    text-transform: uppercase;
}

.bk-color {
    background: #f0e4d4;
    padding: 55px 60px 70px;
}

.Testimonials-section2-title h1 {
    color: black;
    font-family: 'questa';
    text-transform: uppercase;
    font-weight: bolder;
}

.Testimonials-section2-title h4 {
    font-size: 17px;
    font-weight: 400;
    color: Black;
    font-family: 'insigne Yorkten Slab Norm Regular';
    padding-bottom: 25px;
}

.about-section-2-background-image.Testimonials-bk {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.Testimonials-section2-title img {
    width: 100%;
    object-fit: cover;
    padding: 22px 0px;
}

.col-md-12.Testimonials-section2-title {
    border-bottom: 1px solid #ae9767;
    padding-bottom: 40px;
}

/* --------------------------------- RESPONSIVENESS ---------------------------------------*/
@media screen and (max-width: 1366px) {

    .about-left-section-4-content p {
        font-size: 30px;
    }

    .about-left-section-4-content h2 {
        padding-bottom: 5px;
    }

    .about-right-section-4-bottom-content {
        padding: 20% 15%;
    }
}

@media screen and (max-width: 1280px) {
    .header-first-title {
        font-size: 98px;
    }

    iframe {
        height: 550px;
    }

    .about-right-title-section {
        padding-bottom: 10px;
    }

    .about-right-section {
        padding: 33px 0px 0% 0px;
    }

    .about-right-content-section p {
        font-size: 16px;
        line-height: 1.4;
    }

    .section-4-repeater-title {
        font-size: 35px;
    }

    .about-section-3-content p {
        font-size: 18px;
    }

    .about-left-section-4-description {
        padding: 6% 0 0;
        margin-bottom: 48px;
    }

    .about-right-section-4-bottom-content {
        padding: 32% 6%;
    }

    .about-left-section-4-content p {
        font-size: 25px;
    }

    .auto-section-6-content p,
    .auto-section-6-second-content p {
        font-size: 15px;
    }

    .about-right-section-4-bottom-content p {
        font-size: 20px;
        padding: 0 15%;
    }
}


@media screen and (max-width: 1024px) {
    .about-right-section-4-bottom-content {
        padding: 17% 0%;
    }

    .about-left-section-4-content h1 {
        font-size: 30px;
    }

    .about-left-section-4-content h2 {
        padding-bottom: 0px;
        font-size: 30px;
    }

    .about-left-section-4-content p {
        font-size: 25px;
        line-height: 1;
        padding-bottom: 30px;
    }


}

@media screen and (max-width: 991px) {
    .toggle-btn {
        z-index: 9999999999999;
        cursor: pointer;
        margin-bottom: 0px;
    }

    #toggle:checked~.toggle-btn {
        position: fixed;
        right: 20px;
    }

    #toggle:checked~.toggle-btn .cross-btn-image {
        position: relative;
        background: none;
        padding: 0px 10px;
    }

    .cross-btn-image {
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center;
        padding: 4px 10px;
    }

    #toggle:checked+label.toggle-btn .bar:nth-child(1) {
        -webkit-transform: translateY(-11px);
        transform: translateY(-11px);
        opacity: 0;
        transition: all 0.6s ease-in-out;
    }

    #toggle:checked~.toggle-btn .cross-btn-image>.bar {
        margin: 12px auto;
        width: 29px;
        height: 4px;
        background: rgb(255, 255, 255);
    }

    .toggle-btn .bar:nth-child(1) {
        transition: all 0.6s ease-in-out;
    }

    .toggle-btn .bar {
        width: 30px;
        height: 2px;
        opacity: 1;
        margin: 7px auto;
        background: rgb(255, 255, 255);
        -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }

    header #toggle:checked+label.toggle-btn .bar:nth-child(2) {
        -webkit-transform: translateY(0px) rotate(45deg);
        transform: translateY(0px) rotate(45deg);
    }

    #toggle:checked+label.toggle-btn .bar:nth-child(2) {
        -webkit-transform: translateY(-3px) rotate(-45deg);
        transform: translateY(-3px) rotate(-45deg);
    }

    #toggle:checked+label.toggle-btn .bar:nth-child(3) {
        -webkit-transform: translateY(-16px) rotate(-45deg);
        transform: translateY(-16px) rotate(-45deg);
    }

    #toggle:checked+label.toggle-btn .bar:nth-child(3) {
        transform: translateY(-16px) rotate(-45deg);
        -webkit-transform: translateY(-16px) rotate(-45deg);
    }

    .navbar-collapse {
        position: fixed;
        overflow: hidden;
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
        background: rgba(9, 9, 9, 0.9);
        transition: 0.3s;
        z-index: 999;
    }

    #navbarMobile {
        justify-content: flex-end;
        margin-bottom: auto;
        background: rgba(0, 0, 0, 0.9);
        width: 100%;
        top: 164px;
        display: block;
        opacity: 0;
        visibility: hidden;
    }

    #toggle:checked~#navbarMobile {
        opacity: 1;
        visibility: visible;
        z-index: 999999999;
    }

    div#navbarMobile {
        justify-content: space-around;
        margin-bottom: auto;
        margin-top: 15px;
    }

    .navbar_content {
        position: fixed;
        overflow: hidden;
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
        background: rgb(0, 0, 0);
        transition: 0.3s;
        z-index: 999;
        overflow-y: scroll;
    }

    .navbar ul {
        display: block;
        position: absolute;
        top: 100px;
        right: 15px;
        bottom: 15px;
        left: 15px;
        padding: 10px 0;
        background-color: rgb(0, 0, 0);
        padding: 15px;
        transition: 0.3s;
        text-align: center;
    }

    ul#menu-header-menu li {
        border-bottom: none;
        padding: 0px;
    }

    ul#menu-header-menu>li.current-menu-item>a {
        color: #A99260;
        border-bottom: 4px solid #A99260;
    }

    ul#menu-header-menu li a {
        margin: 0px 13px;
        display: block;
        padding: 12px;
        text-align: center;
    }

    ul#menu-header-menu li a:hover {
        color: #A99260;
    }

    ul.sub-menu {
        list-style: none;
        padding: 0px;
        position: relative;
        display: block;
        background: no-repeat;
        width: 90%;
        margin-left: 5%;
        border-radius: 6px;
        box-shadow: 0px 29px 38px -50px #5F5F5F;
        transform: translateX(0);
        border: 1px solid #505050;
    }

    ul.sub-menu:before {
        content: "";
        width: 0;
        height: 0;
        border-left: 7px solid transparent;
        border-right: 7px solid transparent;
        border-bottom: 9px solid #4C4C4C;
        top: -9px;
        left: 50%;
        position: absolute;
    }

    .banner-title h1 {
        font-size: 98px;
    }

    .blog-single-card-title {
        font-size: 27px;
    }

    .single-content-section p {
        font-size: 15px;
    }

    .single-content-section h2 {
        font-size: 30px;
    }

    .work-together p {
        font-size: 27px;
    }

    .footer-mobile-number p,
    .footer-mobile-number a {
        font-size: 40px;
    }

    .footer-address {
        font-size: 18px;
    }

    .footer-email-address a {
        font-size: 48px;
    }

    .footer-address-number {
        padding-bottom: 30px;
    }

    .blog-card-title {
        font-size: 23px;
        padding-right: 0px;
    }

    .blog-featured-title {
        font-size: 35px;
    }

    .blog-content-bottom {
        margin-bottom: 12%;
    }

    .blog-card-title-bottom {
        font-size: 22px;
    }

    .link__line {
        margin-right: 10px;
        width: 60px;
    }

    .header-first-title {
        font-size: 80px;
    }

    .header-second-title {
        font-size: 26px;
    }

    .homepage-section-1-title {
        font-size: 35px;
    }

    .homepage-section-2-content p {
        font-size: 15px;
    }

    .practice-heading {
        font-size: 32px;
    }

    .homepage-section-3-description {
        margin-bottom: 6%;
    }

    .header-icon img {
        width: 100px;
    }

    .header-icon {
        transform: translateY(48px);
    }

    .index-icon .header-icon {
        transform: translateY(-48px);
    }

    .practice-areas-right-title-section-1 {
        font-size: 32px;
    }

    .practice-areas-right-content-section-1 p {
        font-size: 14px;
    }

    .practice-areas-section-2-title {
        font-size: 45px;
    }

    .practice-areas-section-2-second-title {
        font-size: 30px;
    }

    .practice-areas-section-4-content p {
        font-size: 14px;
    }

    .about-section-2-content p {
        font-size: 30px;
    }

    .contact-right-title-section {
        font-size: 35px;
    }

    .contact-right-content-section p {
        font-size: 25px;
    }

    iframe {
        height: 500px;
    }

    .about-right-title-section {
        font-size: 35px;
        padding-bottom: 5px;
    }

    .about-right-top-title-section {
        font-size: 15px;
        padding-bottom: 10px;
    }

    .about-right-content-section p {
        font-size: 14px;
        padding-bottom: 0;
    }

    .about-right-section-1 {
        padding: 15px 25px;
    }

    .homepage-section-3-title {
        font-size: 30px;
    }

    .section-4-repeater-title {
        font-size: 25px;
    }

    .number-title {
        font-size: 35px;
    }

    .about-section-3-content p {
        font-size: 15px;
    }

    .about-left-section-4-content p {
        font-size: 20px;
        line-height: 1.2;
    }

    .about-left-section-4-content h1 {
        font-size: 25px;
    }

    .about-left-section-4-content h2 {
        font-size: 26px;
    }

    .about-left-section-4-content p span {
        font-size: 16px;
    }

    .fatigue-driving-section-5-heading p {
        font-size: 36px;
    }

    .auto-section-6-second-content p {
        padding: 20px 0px;
    }

    .auto-section-7-content {
        margin-bottom: 20px;
    }

    .dwi-section-5-title {
        font-size: 25px;
    }

    .dwi-section-5-content p {
        font-size: 14px;
        padding-bottom: 10px;
    }

    .auto-section-6-right-title {
        font-size: 28px;
    }

    .fatigue-driving-section-5-content p {
        font-size: 15px;
    }

    .fatigue-driving-section-4-title {
        font-size: 36px;
    }

    .fd-section-2-title {
        font-size: 40px;
    }

    .fatigue-driving-section-4-content p {
        line-height: 1.4;
        padding-bottom: 8px;
    }

    .wheeler-section-5-title {
        font-size: 26px;
    }

    .dwi-section-2-second-title {
        font-size: 22px;
    }

    .fd-section-2-content p {
        font-size: 14px;
    }

    .dd-section-4-title {
        font-size: 26px;
    }

    .dd-section-4-content p {
        font-size: 16px;
    }

    .commercial-right-bottom-content-section-3 p,
    .commercial-right-title-section-3 {
        font-size: 25px;
    }

    .commercial-section-3-content p {
        font-size: 14px;
    }

    .commercial-section-2-content strong,
    .commercial-right-number-section-3 {
        font-size: 70px;
    }

    .commercial-right-section-3 {
        padding-top: 6%;
    }

    .commercial-section-2-content p {
        font-size: 27px;
    }

    .footer-email-address {
        width: 60%;
        margin: 20px auto;
    }

    .Testimonials-section-3 h1 {
        font-size: 105px;
    }
}

@media screen and (max-width: 768px) {
    .header-banner img.banner-image {
        visibility: visible !important;
        height: 180px;
        object-fit: cover;
    }

    .work-together p {
        font-size: 20px;
    }

    .banner-title h1 {
        font-size: 68px;
    }

    .blog-content {
        padding-top: 30px;
    }

    .header-first-title {
        font-size: 65px;
    }

    .header-second-title {
        font-size: 22px;
    }

    .header-btn a {
        font-size: 25px;
    }

    .section-4-content p {
        padding-top: 5%;
    }

    .section-4-repeater {
        padding-top: 6%;
    }

    .homepage-section-3-content p {
        font-size: 15px;
    }

    .homepage-left-section {
        padding: 12% 0px;
        margin-right: 0%;
        margin-bottom: 15%;
    }

    .homepage-section-2-image {
        margin-bottom: 30px;
    }

    .homepage-right-section-1 {
        margin-top: 8%;
    }

    .practice-heading {
        font-size: 26px;
    }

    .practice-title {
        font-size: 20px;
    }

    .header-icon {
        transform: translateY(0px);
        position: absolute;
        width: 100%;
    }

    .index-icon .header-icon {
        transform: translateY(0px);
    }

    .practice-areas-right-section-1 {
        margin-top: 8%;
    }

    .practice-areas-right-section-4 {
        padding: 8% 5%;
    }

    .practice-areas-section-3 .left-part {
        border-right: none;
        border-bottom: 1px dashed #a0a0a07a;
        padding-bottom: 10%;
        margin-bottom: 8%;
    }

    .practice-areas-section-3 {
        padding: 8% 0;
        margin-top: 15%;
    }

    .contact-left-image-section {
        text-align: center;
        padding-top: 8%;
    }

    iframe {
        width: 90%;
        height: 400px;
    }

    .contact-right-section {
        padding: 5% 15px;
    }

    .about-left-image-section img {
        width: 70%;
    }

    .about-right-section {
        padding: 40px 0px 30px 0px;
    }

    .about-left-image-section {
        text-align: center;
        padding-top: 8%;
    }

    .about-section-3-background-image {
        padding-bottom: 10%;
    }

    .about-left-section-4 {
        padding: 8% 0px;
    }

    .about-right-section-1 {
        padding: 35px 20px;
    }

    .about-section-2-content p {
        font-size: 22px;
    }

    .about-section-3-content p {
        padding-top: 2%;
    }

    .number-title {
        padding-bottom: 5px;
    }

    .section-4-repeater {
        padding-bottom: 5%;
    }

    .about-right-section-4-bottom-content p {
        padding: 0px 20%;
    }

    .about-right-section-4-bottom-content {
        padding: 40% 0%;
    }

    .fatigue-driving-section-5-heading p {
        font-size: 24px;
    }

    .dwi-section-5-left,
    .wheeler-left-section-6 {
        margin-bottom: 10%;
    }

    .auto-section-8-content p {
        font-size: 15px;
    }

    .auto-section-8-title {
        font-size: 35px;
    }

    .about-section-2 {
        padding: 12% 15px;
    }

    .auto-section-6-right-description {
        padding: 8% 0px 0px 0px;
    }

    .auto-section-7 {
        padding: 10% 0px;
    }

    .auto-section-7-title {
        padding-bottom: 15px;
    }

    .dwi-section-2-second-title {
        padding-bottom: 5%;
    }

    .dd-section-4-title {
        padding-bottom: 4%;
    }

    .fatigue-driving-left-section-4 {
        margin-bottom: 6%;
    }

    .about-right-section-4-bottom-content p {
        font-size: 16px;
    }

    .footer-bottom-content {
        text-align: center;
        font-size: 15px;
    }

    .footer-bottom-right-section {
        padding-top: 10px;
    }

    .contact-left-image-section p {
        width: 100%;
    }

    .contact-section-color {
        padding: 0px 15px;
    }

    .about-section-3-description {
        padding-bottom: 10px;
    }
}

@media screen and (max-width: 576px) {
    .Testimonials-section-3 h1 {
        font-size: 75px;
    }

    .blog-single-card-title {
        font-size: 22px;
    }

    .fatigue-driving-section-4-title {
        font-size: 26px;
    }

    .blog-single-title-section {
        font-size: 15px;
    }

    .single-content-section h2 {
        font-size: 23px;
    }

    .footer-email-address a {
        font-size: 36px;
    }

    .footer-mobile-number p,
    .footer-mobile-number a {
        font-size: 24px;
    }

    .footer-address {
        font-size: 18px;
        padding-top: 10px;
    }

    .navbar-light {
        padding: 10px 15px;
    }

    .card-bg-1 {
        text-align: center;
    }

    .Practice-areas-repeater {
        padding: 2% 15px;
    }

    .homepage-section-3-description {
        text-align: center;
    }

    .header-first-title {
        font-size: 45px;
    }

    .header-second-title {
        font-size: 16px;
    }

    .header-btn a {
        font-size: 19px;
    }

    .practice-areas-left-section-2 {
        padding: 3% 15px;
    }

    .practice-areas-section-3 h2 {
        font-size: 98px;
    }

    .banner-title h1 {
        font-size: 53px;
    }

    iframe {
        width: 90%;
        height: 350px;
    }

    .contact-section-1 {
        padding: 8% 15px;
    }

    .wheeler-left-section-6,
    .fatigue-driving-left-section-4 {
        padding-left: 5% !important;
        padding-right: 5% !important;
    }

    .about-right-section-4-bottom-content {
        padding: 30% 0%;
    }

    .practice-areas-section-2-title {
        font-size: 35px;
    }

    .footer-email-address {
        width: 100%;
        margin: 10px auto;
    }

    .commercial-section-2-content strong,
    .commercial-right-number-section-3 {
        font-size: 42px;
    }

    .Testimonials-section-3 h4 {
        font-size: 13px;
    }
}

@media screen and (max-width: 480px) {

    .bk-color {
        padding: 24px 30px 30px;
    }
    .Testimonials-section-3 h1 {
        font-size: 50px;
    }

    .header-section.fill img {
        height: 350px;
        object-fit: cover;
    }

    .header-second-title {
        margin-bottom: 8%;
    }

    .link {
        transform: rotate(-90deg) translate3d(-48px, 0, 0);
    }

    .contact-form-title {
        font-size: 30px;
    }

    .contact-right-title-section {
        font-size: 30px;
    }

    .contact-right-content-section p {
        font-size: 18px;
    }

    .contact-right-section {
        padding-left: 0%;
    }

    .about-right-section-4-bottom-content p {
        padding: 26px 7%;
    }

    .fd-section-2-content p {
        line-height: 1.5;
        padding-bottom: 8px;
    }

    .fatigue-driving-section-5-content p {
        font-size: 15px;
        line-height: 1.3;
        padding-top: 3%;
    }

    .fatigue-driving-section-4-content p {
        line-height: 1.3;
        padding-bottom: 5px;
    }

    .dd-section-4-title {
        line-height: 1.1;
    }

    .fd-section-2-title {
        font-size: 30px;
    }

    .practice-areas-section-2-content p {
        padding-bottom: 5px;
    }

    .about-right-section-4-bottom-content {
        padding: 20% 0%;
    }
}

/*  RESPONSIVENESS  */
.active {
    color: red;
}