/*
Theme Name:   Raval Trial Law, LLP
Theme URI:    https://underscores.me/
Description:  A child theme for the Underscores theme
Author:       GrowthLab Seo
Author URI:   https://growthlabseo.com/
Template:     underscores
Version:      1.0.0
*/


@font-face {
    font-display: swap;
    font-family: 'Mona Sans';
    font-style: normal;
    font-weight: 400;
    src: url('./fonts/mona-sans-v4-latin-regular.woff2') format('woff2');
}

@font-face {
    font-display: swap;
    font-family: 'Mona Sans';
    font-style: normal;
    font-weight: 500;
    src: url('./fonts/mona-sans-v4-latin-500.woff2') format('woff2');
}

@font-face {
    font-display: swap;
    font-family: 'Mona Sans';
    font-style: normal;
    font-weight: 600;
    src: url('./fonts/mona-sans-v4-latin-600.woff2') format('woff2');
}

@font-face {
    font-display: swap;
    font-family: 'Mona Sans';
    font-style: normal;
    font-weight: 700;
    src: url('./fonts/mona-sans-v4-latin-700.woff2') format('woff2');
}

@font-face {
    font-display: swap;
    font-family: 'Onest';
    font-style: normal;
    font-weight: 400;
    src: url('./fonts/onest-v9-latin-regular.woff2') format('woff2');
}

@font-face {
    font-display: swap;
    font-family: 'Onest';
    font-style: normal;
    font-weight: 700;
    src: url('./fonts/onest-v9-latin-700.woff2') format('woff2');
}

@font-face {
    font-display: swap;
    font-family: 'Onest';
    font-style: normal;
    font-weight: 800;
    src: url('./fonts/onest-v9-latin-800.woff2') format('woff2');
}

@font-face {
    font-display: swap;
    font-family: 'Onest';
    font-style: normal;
    font-weight: 900;
    src: url('./fonts/onest-v9-latin-900.woff2') format('woff2');
}

@font-face {
    font-display: swap;
    font-family: 'Cormorant';
    font-style: normal;
    font-weight: 400;
    src: url('./fonts/cormorant-v24-latin-regular.woff2') format('woff2');
}

@font-face {
    font-display: swap;
    font-family: 'Cormorant';
    font-style: normal;
    font-weight: 600;
    src: url('./fonts/cormorant-v24-latin-600.woff2') format('woff2');
}


:root {
    --red: #ba0a30;
    --white: #ffffff;
    --placeholdercolor: currentColor;
    --headingFont: "Cormorant", sans-serif;
    --bodyFont: "Mona Sans", sans-serif;
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    scroll-behavior: smooth;
    /* will-change: auto; */
}

body {
    margin: 0;
    padding: 0;
    font-family: var(--bodyFont);
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background-color: #010101;
}

.clear {
    clear: both;
}

body.layout-full {
    background-color: #fff;
}

.alignleft,
.alignright,
.aligncenter,
.alignnone {
    margin-bottom: 10px;
}

.alignleft,
.alignright,
.aligncenter {
    display: block;
    margin: 0 auto 20px auto;
}

@media screen and (min-width: 1025px) {
    .alignleft {
        float: left;
        margin-right: 20px;
    }

    .alignright {
        float: right;
        margin-left: 20px;
    }

    .alignleft,
    .alignright {
        max-width: 50%;
        margin-top: 0;
    }
}

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

    .alignright,
    .alignleft {
        width: 100%;
        max-width: 600px;
        float: none;
        margin: 20px auto;
    }

}

iframe,
img {
    max-width: 100%;
    border: none;
    vertical-align: middle;
}

img {
    border: 0;
    height: auto;
    font-size: 0;
    display: block;
}

a {
    font-family: inherit;
    font-size: inherit;
    line-height: normal;
    color: inherit;
    text-decoration: none;
    transition: 0.5s;
}

a:focus {
    outline: 0 !important;
}

.widget {
    margin: 0;
}

.post,
.page {
    margin: 0 !important;
}

html {
    margin-top: 0 !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--headingFont);
    margin: 0 0 20px 0;
    padding: 0;
    font-weight: normal;
}

p,
li,
ul,
ol,
blockquote {
    font-family: var(--bodyFont);
    font-weight: normal;
    margin: 0 0 10px 0;
    padding: 0;
}

p:empty {
    display: none;
}

ul,
li {
    list-style: none;
}

a:visited {
    color: inherit;
}

a:hover {
    text-decoration: none;
}

.w100p,
.wrapper {
    width: 100%;
}

.container {
    max-width: 1280px;
    width: 100%;
    margin: auto;
}

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

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

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

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

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

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

@media screen and (max-width:1024px) {
    .container {
        max-width: 720px;
    }
}

@media screen and (max-width:768px) {
    .container {
        max-width: 100%;
        padding: 0 10px;
    }
}


/* Header Section Starts */

.header-sec {
    padding: 10px 0;
    position: fixed;
    z-index: 999;
    width: 100%;
    border-bottom: 2px solid transparent;
}

.header-sec.f-nav {
    background-color: #020202;
    box-shadow: rgb(124 0 26 / 14%) 0px 10px 36px 0px, rgb(125 0 27 / 15%) 0px 0px 0px 1px;
    border-color: #a8072a;
}

.header-sec .container {
    width: 100%;
    max-width: 1700px;
    margin: auto;
}

.logo-container {
    display: flex;
    align-items: center;
    gap: 15px;
    justify-content: space-between;
}

.hdr-lft {
    text-align: left;
    padding: 10px 0 0;
    width: 34.2%;
}

.hdr-rit {
    text-align: right;
    width: 35.2%;
}

.hdr-site-name {
    font-family: 'Mona Sans';
    font-weight: 600;
    font-size: 21px;
    line-height: 1;
    color: #fff;
    letter-spacing: 4.2px;
    text-transform: uppercase;
    margin: 0 0 23px;
}

.hdr-cal a {
    font-family: 'Mona Sans';
    font-weight: 400;
    font-size: 45px;
    line-height: 1;
    color: #fff;
    padding: 0 0 0 56px;
    position: relative;
    margin: -6px 0 0;
    display: inline-block;
}

.hdr-cal {
    margin: 0 !important;
}

.hdr-cal a:before {
    position: absolute;
    content: "";
    width: 40px;
    height: 50px;
    background-image: url(images/hm-sprites.webp);
    background-repeat: no-repeat;
    background-position: -11px -9px;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.hdr-cal a:hover {
    color: #a8072a;
}

.hdr-cal.toll-free a {
    font-size: 30px;
    text-transform: uppercase;
}

.top-rit .widget {
    display: flex;
    gap: 30px;
    justify-content: flex-end;
    margin-bottom: 15px;
    align-items: center;
}

.hdr-cal.toll-free.first a:before {
    top: -20px !important;
}

.hdr-cal.toll-free {
    display: flex;
    flex-direction: column;
    align-items: start;
}

.hdr-cal.toll-free small {
    font-size: 15px;
    font-family: 'Mona Sans';
    font-weight: 400;
    line-height: 1;
    color: #fff;
    margin-bottom: 10px;
    padding-left: 59px;
}

.hdr-cal.toll-free.first {
    padding-right: 30px;
    border-right: 1px solid #64091c;
}


.top-menu {
    padding: 18px 0 0;
    border-top: 1px solid rgb(191 11 50 / 50%);
}

.top-menu ul {
    margin: 0 !important;
    overflow: visible !important;
}

.top-menu ul li:last-child {
    margin: 0;
}

.top-menu ul li {
    display: inline-block;
    margin: 0 55px 0 0;
    position: relative;
}

.top-menu ul li a {
    display: block;
    outline: 0;
    border: 0;
    font-family: 'Mona Sans';
    font-weight: 400;
    font-size: 20px;
    line-height: 1;
    color: #fff;
    text-transform: capitalize;
    padding: 0 0 35px;
    position: relative;
}

.top-menu>div>ul>li>a:before {
    position: absolute;
    content: "";
    width: 17px;
    height: 17px;
    background-image: url(images/menu-icon.webp);
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: contain;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    display: none;
}

.top-menu>div>ul>li.current-menu-item>a:before,
.top-menu>div>ul>li:hover>a:before {
    display: block;
}

.top-menu ul li ul.sub-menu {
    display: none;
    width: 200px;
    position: absolute;
    top: 100%;
    left: 0;
    right: auto;
    background-color: #a8072a;
    padding: 0px 0;
    z-index: 999;
    text-align: left;
}

.top-menu .menu-main-menu-right-container ul ul {
    max-height: 240px !important;
    overflow-y: auto !important;
    overflow-x: visible !important;
}


.top-menu .menu-main-menu-right-container ul ul::-webkit-scrollbar {
    width: 6px !important;
}

.top-menu .menu-main-menu-right-container ul ul::-webkit-scrollbar-thumb {
    background: transparent !important;
}

.top-menu .menu-main-menu-right-container ul li:hover ul.sub-menu::-webkit-scrollbar {
    width: 10px
}

.top-menu .menu-main-menu-right-container ul li:hover ul.sub-menu {
    scrollbar-width: thin;
    scrollbar-color: #fff #a8072a;
    /* width: auto; */
}

.top-menu ul li:hover ul.sub-menu {
    display: block;
}

.top-menu ul li:hover ul.sub-menu ul {
    display: none;
}

.top-menu ul li:hover ul.sub-menu li {
    position: relative;
}

.top-menu ul li:hover ul.sub-menu li:hover>ul {
    display: block;
    top: 0;
    left: 100%;
}

.top-menu .sub-menu li.current-menu-item a {
    color: #fff;
}

.top-menu .sub-menu li a:after {
    display: none;
}

.top-menu .sub-menu li {
    width: 100%;
    float: left;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    margin: 0;
    padding: 0;
}

.top-menu .sub-menu li a {
    float: left;
    font-size: 15px;
    width: 100%;
    line-height: normal;
    padding: 9px 12px 8px;
    color: #fff !important;
    display: block;
    text-transform: capitalize;
}

.top-menu .sub-menu li a:hover {
    background-color: #fff;
    color: #a8072a !important;
}



/* Mobile Menu Starts */

@media screen and (min-width: 1025px) {

    .logo-rit,
    .tab-call {
        display: none;
    }

}

.showhide {
    display: none;
    width: 110px;
    height: 28px;
    cursor: pointer;
    padding: 0;
    position: relative;
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
    .showhide {
        display: block;
    }
}

.mobinav {
    width: 100%;
    color: #fff;
    box-sizing: border-box;
    z-index: 99999995;
    background: #020202;
    width: 100%;
    max-width: 300px;
    height: 100%;
    min-height: 100vh;
    position: fixed;
    overflow: scroll;
    padding: 15px;
    transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    display: flex;
    flex-direction: column;
}

.menu-top-menu-container {
    display: block;
    width: 100%;
}

.mobinav.open {
    transform: translateX(0);
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
}

.mobinav ul {
    margin: 0 0 0 0;
    padding: 5px 0px;
    width: 100%;
}

.mobinav ul li {
    margin: 0;
    width: 100%;
    list-style: none;
    box-sizing: border-box;
    border: 0;
    margin: 0;
    padding: 0px;
    position: relative;
    font-family: var(--bodyFont);
}

.mobinav a {
    width: 100%;
    padding: 0;
    display: block;
    line-height: normal;
    color: #fff;
    font-family: 'Mona Sans';
    font-weight: 400;
    font-size: 18px;
    letter-spacing: 0.5px;
    border: 0;
    margin: 0 0 15px 0;
    text-decoration: none;
}

.mobinav a:hover {
    color: #b70a2f;
}

.mobinav ul li ul {
    padding: 0 0 0 15px;
}

.mobinav ul li ul li a {
    text-transform: capitalize;
}

.mobinav ul li .drop {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 37px;
    z-index: 5;
}

.mobinav ul li .drop.open {
    width: 20px;
}

.mobinav ul li .drop::before,
.mobinav ul li .drop.close::after {
    content: '';
    background-color: #fff;
    position: absolute;
}

.mobinav ul li .drop::before {
    width: 20px;
    height: 2px;
    top: 16px;
    right: 1px;
}

.mobinav ul li .drop.close::after {
    width: 2px;
    height: 20px;
    top: 7px;
    right: 10px;
}

.mobile-menu-button-container {
    display: block;
}

@media screen and (min-width: 769px) {
    .mobile-menu-button-container {
        display: none;
    }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
    .tab-call {
        display: block;
        margin-left: auto;
    }
}

/* Mobile Menu Ends */

/* Common Styling */

a.cmn-btn {
    display: inline-block;
    font-family: 'Mona Sans';
    font-weight: 600;
    font-size: 20px;
    line-height: 1;
    color: #fff;
    text-decoration: none;
    padding: 26px 40px 23px;
    text-transform: uppercase;
    text-align: center;
    position: relative;
    background: linear-gradient(to right, rgba(184, 10, 47, 1) 0%, rgba(176, 9, 45, 1) 7%, rgba(134, 2, 30, 1) 32%, rgba(125, 0, 27, 1) 42%, rgba(124, 0, 26, 1) 49%, rgba(134, 1, 31, 1) 63%, rgba(173, 8, 44, 1) 87%, rgba(189, 11, 49, 1) 100%);
    clip-path: polygon(7% 0, 100% 0, 100% 70%, 94% 100%, 0 100%, 0 30%);
    min-width: 240px;
}

a.cmn-btn:before,
a.cmn-btn:after {
    position: absolute;
    content: "";
    width: 32%;
    height: 1px;
    background: #ffffff;
    transition: all ease 0.5s;
}

a.cmn-btn:before {
    top: 0;
    left: 0;
}

a.cmn-btn:after {
    bottom: 1px;
    right: 0;
}

a.cmn-btn:hover:before,
a.cmn-btn:hover:after {
    width: 100%;
    /*     transition: all ease 0.5s; */
}

.text-heading {
    font-size: 80px;
    font-family: 'Cormorant';
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
    line-height: 1;
    letter-spacing: 0;
    margin: 0 0 10px;
    text-align: center;
}

@media screen and (max-width:1800px) {
    .header-sec .container {
        max-width: 1560px;
    }

    .top-menu ul li {
        margin: 0 48px 0 0;
    }

    .top-menu ul li a {
        font-size: 19px;
    }

    .hdr-cal a {
        font-size: 43px;
    }

    .hdr-site-name {
        font-size: 19px;
        letter-spacing: 3.7px;
    }

    .hdr-cal.toll-free a {
/*         font-size: 28px; */
		font-size: 27px;
    }

}

@media screen and (max-width: 1680px) {
    .header-sec .container {
        max-width: 1480px;
    }

    .top-menu ul li a {
        font-size: 17px;
        padding: 0 0 30px;
    }

    .top-menu ul li {
        margin: 0 48px 0 0;
    }

    .top-menu ul li a:before {
        width: 15px;
        height: 15px;
    }

    .hdr-site-name {
        font-size: 18px;
        letter-spacing: 3.4px;
        margin: 0 0 20px;
    }

    .hdr-cal.toll-free small {
        padding-left: 53px;
    }

    .hdr-cal a {
        font-size: 39px;
        padding: 0 0 0 53px;
    }

    .hdr-cal a:before {
        left: -1px;
        top: 11px;
        transform: scale(0.9);
    }

    .hdr-cal.toll-free a {
/*         font-size: 26px; */
		font-size: 25px;
    }

    .hdr-cal.toll-free a:before {
        top: 0 !important;
    }

}

@media screen and (max-width: 1550px) {
    .header-sec .container {
        max-width: 1375px;
    }

    .top-menu ul li a {
        font-size: 16px;
    }

    .logo {
        width: 177px;
    }

    .hdr-site-name {
        font-size: 17px;
        letter-spacing: 3.3px;
        margin: 0 0 18px;
    }

    .hdr-cal a {
        font-size: 37px;
    }

    .hdr-cal.toll-free a {
/*         font-size: 26px; */
		font-size: 24px;
    }

    .hdr-rit {
        width: 37.3%;
    }

}

@media screen and (max-width: 1440px) {
    .header-sec .container {
        max-width: 1276px;
    }

    .logo {
        width: 164px;
    }

    .top-menu ul li a {
        font-size: 16px;
        padding: 0 0 26px;
    }

    .top-menu ul li a:before {
        width: 13px;
        height: 13px;
    }

    .top-menu ul li {
        margin: 0 40px 0 0;
    }

    .hdr-site-name {
        font-size: 15px;
        letter-spacing: 3.2px;
        margin: 0 0 16px;
    }

    .top-menu {
        padding: 16px 0 0;
    }

    .hdr-cal a:before {
        left: -3px;
        top: 8px;
        transform: scale(0.8);
    }

    .hdr-cal a {
        font-size: 35px;
        padding: 0 0 0 48px;
    }

    .hdr-cal.toll-free a {
        font-size: 22px;
/* 		font-size: 23px; */
    }

}

@media screen and (max-width: 1366px) {
    .header-sec .container {
        max-width: 1200px;
    }

    .logo {
        width: 155px;
    }

    .top-menu ul li a {
        font-size: 15px;
        padding: 0 0 23px;
    }

    .hdr-site-name {
        font-size: 14px;
        letter-spacing: 3.2px;
        margin: 0 0 15px;
    }

    .hdr-cal a:before {
        left: -5px;
        top: 8px;
        transform: scale(0.75);
    }

    .hdr-cal a {
        font-size: 33px;
        padding: 0 0 0 43px;
    }

    .top-menu ul li {
        margin: 0 35px 0 0;
    }

    .hdr-cal.toll-free a {
        font-size: 21px;
    }

    .top-rit .widget {
        gap: 15px;
    }

    .hdr-cal.toll-free small {
        padding-left: 44px;
        font-size: 14px;
    }

    .hdr-cal.toll-free.first {
        padding-right: 15px;
    }

}

@media screen and (max-width:1280px) {
    .header-sec .container {
        max-width: 1100px;
    }

    .logo {
        width: 146px;
    }

    .top-menu ul li a {
        font-size: 14px;
        padding: 0 0 22px;
    }

    .top-menu .sub-menu li a {
        font-size: 14px;
        padding: 7px 10px;
    }

    .top-menu ul li {
        margin: 0 32px 0 0;
    }

    .top-menu ul li a:before {
        width: 12px;
        height: 11px;
    }

    .hdr-cal a {
        font-size: 30px;
        padding: 0 0 0 43px;
    }

    .hdr-site-name {
        letter-spacing: 2.6px;
        margin: 0 0 14px;
    }

    .hdr-cal.toll-free a {
        font-size: 19px;
    }

}

@media screen and (max-width: 1180px) {
    .header-sec .container {
        max-width: 960px;
    }

    .logo {
        width: 117px;
    }

    .top-menu ul li a {
        padding: 0 0 20px;
        font-size: 13px;
    }

    .top-menu ul li {
        margin: 0 26px 0 0;
    }

    .top-menu {
        padding: 10px 0 0;
    }

    .hdr-site-name {
        letter-spacing: 1.8px;
        margin: 0 0 12px;
        font-size: 13px;
    }

    .hdr-cal a:before {
        left: -6px;
        top: 6px;
        transform: scale(0.7);
    }

    .hdr-cal a {
        font-size: 25px;
        padding: 0 0 0 39px;
    }

    .hdr-cal.toll-free a {
        /* font-size: 19px; */
        font-size: 17px;
    }

}


@media screen and (max-width:1024px) {
    .header-sec .container {
        max-width: 720px;
    }

    .top-menu,
    .top-rit {
        display: none;
    }

    .hdr-cal.toll-free small {
        padding-left: 39px;
        font-size: 14px;
        margin-bottom: 1px;
    }


    .tab-call svg {
        width: 23px;
        height: 23px;
        margin: -2px 0;
    }

    .tab-call span.text {
        color: #fff;
        font-size: 23px;
        letter-spacing: 0.5px;
        font-family: var(--headingFont);
        display: inline-block;
    }

    button.showhide {
        background: #a8072a;
        border: none;
        width: 45px;
        height: 40px;
        padding: 0px 10px;
        border-radius: 5px;
    }

    span.menuBar.menuBar-3 {
        margin: 0;
    }

    button.showhide span {
        width: 100%;
        height: 3px;
        background-color: #fff;
        display: block;
        margin-bottom: 5px;
    }

    .header-sec {
        position: fixed;
        background-color: #020202;
        padding: 15px;
        width: 100%;
        border-bottom: 2px solid #b50a2f;
    }

    .logo {
        max-width: 100%;
        justify-content: space-between;
        align-items: center;
        display: flex;
        width: 100% !important;
        gap: 20px;
    }

    .head-sec .container {
        max-width: 100%;
        width: 100%;
        padding: 0px;
    }

    .mobinav button.menuClose {
        margin-left: auto;
        margin-bottom: 30px;
        width: 30px;
        height: 30px;
        border: none;
        background: #b70a2f;
        line-height: 25px;
        font-size: 30px;
        text-align: center;
        color: #fff;
        cursor: pointer;
        padding: 0;
        display: flex;
        justify-content: center;
        align-items: flex-start;
        padding: 0px 0 10px;
    }

    .head-sec.f-nav .logo {
        width: 100% !important;
    }

    .logo-menu .hdr-lft {
        display: none;
    }

    .logo a img {
        width: 170px;
    }

    .menu-mobile-menu-container {
        margin: 0 0 18px;
    }

    mobinav.open p.hdr-cal a {
        font-family: 'Mona Sans';
        font-weight: 400;
        font-size: 25px;
        line-height: 1;
        color: #fff;
        padding: 0 0 0 40px;
        position: relative;
        margin: -6px 0 0;
        display: inline-block;
    }

    .mobinav.open .hdr-site-name {
        font-size: 16px;
        margin: 0 0 25px;
    }

    .mobinav.open p.hdr-cal a:before {
        position: absolute;
        content: "";
        width: 40px;
        height: 50px;
        background-image: url(images/hm-sprites.webp);
        background-repeat: no-repeat;
        background-position: -11px -9px;
        left: -5px;
        top: 5px;
        bottom: 0;
        margin: auto;
        transform: scale(0.7);
    }

    .mobinav.open p.hdr-cal a:hover {
        color: #b70a2f;
    }

    .hdr-rit {
        width: auto;
    }

}

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

    .logo-rit,
    .tab-call {
        display: none;
    }

    .mobile-menu-button-container {
        background: #b40c31;
        margin-top: 10px;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        border-bottom: 1px solid #fff;
    }

    .logo {
        justify-content: center !important;
        margin: 0 0 10px
    }

    .mobile-menu-button-container a.mobi-call {
        width: 50%;
        justify-content: center;
        padding: 6px 8px;
        border-left: 1px solid #fff;
        display: flex;
        align-items: center;
        gap: 10px;
    }

    .header-sec {
        padding: 20px 0 0 0 !important;
        border-bottom: 0;
    }

    .mobile-menu-button-container button.mobileMenuToggle {
        border: none;
        background: transparent;
        width: 50%;
    }

    .mobile-menu-button-container button.mobileMenuToggle svg {
        width: 22px;
        height: 15px;
    }

    .mobile-menu-button-container a.mobi-call span.button-text,
    .mobile-menu-button-container span.menu-text {
        font-family: "Mona Sans", sans-serif;
        font-weight: 500;
        font-size: 22px;
        line-height: 1;
        letter-spacing: -0.8px;
        color: #fff;
    }

    .mobile-menu-button-container span.svg-icon svg {
        width: 25px;
    }

    button.showhide {
        display: none;
    }
}


/* Footer Section */

.site-footer {
    padding: 76px 0 40px;
    color: #fff;
    background-image: url(images/ftr-bg-image.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top left;
}

.ftr-main .container {
    max-width: 1700px;
}

.ftr-main {
    padding: 0 0 50px;
}

.ftr-list {
    display: flex;
    justify-content: flex-end;
    margin: 0 0 40px;
}

.ftr-lft-cnt {
    width: 31%;
    text-align: center;
    margin: 0 -56px 0 0;
    padding: 35px 0 0;
}

.ftr-logo {
    text-align: center;
}

.ftr-logo a {
    display: inline-block;
}

.ftr-blocks {
    padding: 20px 0 0;
}

.ftr-blocks p {
    font-size: 16px;
    font-family: 'Mona Sans';
    font-weight: 400;
    color: #bdbdbd;
    line-height: 1.56;
    letter-spacing: 0;
    text-align: center;
    margin-bottom: 25px;
}

.ftr-scl-icns {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    margin: 0 0 80px;
}

.ftr-scl-icns a {
    width: 56px;
    height: 70px;
    display: inline-block;
    font-size: 0;
    background-image: url(images/scl-icn-bg-img.webp);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    position: relative;
}

.ftr-scl-icns a:hover {
    background-image: url(images/scl-icn-bg-hvr-img.webp);
}

.ftr-scl-icns a::before {
    position: absolute;
    content: "";
    margin: auto;
    background: url(./images/hm-sprites.webp);
    background-position: -9px -171px;
    background-repeat: no-repeat;
    width: 25px;
    height: 21px;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.ftr-scl-icns a.instagram::before {
    background-position: -37px -173px;
}

.ftr-scl-icns a.linkedin::before {
    background-position: -69px -173px;
}

.ftr-scl-icns a.youtube::before {
    background-position: -103px -173px;
}

.ftr-itm-list {
    display: flex;
    justify-content: center;
    gap: 30px;
}

.ftr-blocks .ftr-itm p {
    font-size: 20px;
    letter-spacing: 0;
    text-transform: capitalize;
    text-align: center;
    margin: 0;
}

.ftr-itm {
    width: 46%;
}

.ftr-itm-hdng {
    font-family: 'Cormorant';
    font-style: normal;
    font-weight: 600;
    font-size: 30px;
    letter-spacing: 0px;
    line-height: 1;
    color: #fff;
    text-transform: uppercase;
    margin: 0px 0px 10px;
    text-align: center;
    padding: 93px 0 0;
    position: relative;
}

.ftr-itm-hdng:before {
    position: absolute;
    content: "";
    background-image: url(./images/hm-sprites.webp);
    background-position: -75px -80px;
    background-repeat: no-repeat;
    width: 56px;
    height: 70px;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.ftr-itm.phn .ftr-itm-hdng:before {
    background-position: -11px -80px;
}

.ftr-blocks .ftr-itm.phn p a,
.ftr-blocks .ftr-itm.toll .ftr-cal a {
    font-size: 30px;
    display: block;
    line-height: 1;
    color: #ffffff;
    text-transform: initial;
}

.ftr-itm.toll {
    width: fit-content;
    margin: 45px auto 0;
}

.ftr-blocks .ftr-itm.toll .ftr-cal {
    text-align: left;
    position: relative;
    padding: 0 0 0 75px;
}

.ftr-blocks .ftr-itm.toll .ftr-cal a:before {
    content: "";
    position: absolute;
    background-image: url(./images/hm-sprites.webp);
    background-position: -75px -80px;
    background-repeat: no-repeat;
    width: 56px;
    height: 70px;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto;
}

.ftr-blocks .ftr-itm p a:hover,
.ftr-blocks .ftr-itm.toll .ftr-cal a:hover {
    color: #840925;
}

.ftr-menu ul {
    padding: 0;
    text-align: center;
    margin: 0 auto;
    font-size: 0;
}

.ftr-menu ul li {
    margin: 0 28px 0;
    display: inline-block;
}

.ftr-menu ul li:first-child {
    margin-left: 0;
}

.ftr-menu ul li:last-child {
    margin-right: 0;
}

.ftr-menu ul li a {
    text-align: center;
    text-decoration: none;
    font-size: 20px;
    color: #fff;
    line-height: 1;
    letter-spacing: 0;
    font-family: 'Mona Sans';
    font-weight: 400;
    display: inline-block;
    text-transform: capitalize;
}

.ftr-menu ul li a:hover,
.copyrights a:hover {
    color: #ab082b;
}

.copyrights {
    text-align: center;
}

.cpy-rit-txt {
    padding: 50px 0 0;
    border-top: 1px solid #3d3d3d;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.copyrightmenu ul {
    margin: 0;
}

.copyrightmenu ul li {
    display: inline-block;
    margin: 0;
}

.copyrights p,
.copyrightmenu ul {
    margin: 0;
}

.copyrights p,
.copyrights a {
    font-family: 'Mona Sans';
    font-weight: 400;
    font-size: 19px;
    line-height: 1.7;
    letter-spacing: 0;
    text-transform: capitalize;
    color: #fff;
    margin: 0;
}

.copyrightmenu ul li a {
    line-height: 1;
    border-right: 1px solid #fff;
    display: inline-block;
}

.copyrightmenu ul li:last-child a {
    border: none;
}

.copyrights a {
    display: inline-block;
    padding: 0 8px;
}

.copyrights .growthlab {
    width: 100%;
    display: flex;
    justify-content: center;
    margin: 15px 0 0;
}

@media screen and (max-width:1800px) {
    .ftr-main .container {
        max-width: 1594px;
    }

    .ftr-logo {
        width: 252px;
        margin: 0 auto;
    }

    .ftr-blocks p {
        margin-bottom: 22px;
    }

    .ftr-itm-hdng {
        font-size: 28px;
    }

    .ftr-blocks .ftr-itm.phn p a,
    .ftr-blocks .ftr-itm.toll .ftr-cal a {
        font-size: 28px;
    }

    .ftr-itm-list {
        gap: 25px;
    }

    .ftr-menu ul li a {
        font-size: 19px;
    }

    .ftr-menu ul li {
        margin: 0 25px 0;
    }

    .ftr-main {
        padding: 0 0 45px;
    }

    .cpy-rit-txt {
        padding: 40px 0 0;
    }

}

@media screen and (max-width: 1680px) {
    .ftr-main .container {
        max-width: 1488px;
    }

    .site-footer {
        padding: 70px 0 36px;
    }

    .ftr-logo {
        width: 235px;
    }

    .ftr-blocks p {
        font-size: 15px;
    }

    .ftr-blocks {
        padding: 15px 0 0;
    }

    .ftr-scl-icns a {
        width: 51px;
        height: 62px;
    }

    .ftr-scl-icns a::before {
        transform: scale(0.9);
    }

    .ftr-itm-hdng:before {
        transform: scale(0.9);
        top: -3px;
    }

    .ftr-blocks .ftr-itm.toll .ftr-cal a:before {
        transform: scale(0.9);
        transform-origin: left center;
    }

    .ftr-blocks .ftr-itm.toll .ftr-cal {
        padding: 0 0 0 65px;
    }

    .ftr-itm-hdng {
        font-size: 26px;
        padding: 80px 0 0;
    }

    .ftr-blocks .ftr-itm p {
        font-size: 18px;
    }

    .ftr-blocks .ftr-itm.phn p a,
    .ftr-blocks .ftr-itm.toll .ftr-cal a {
        font-size: 24px;
    }

    .ftr-lft-cnt {
        margin: 0 -32px 0 0;
    }

    .ftr-main {
        padding: 0 0 40px;
    }

    .ftr-menu ul li a {
        font-size: 18px;
    }

    .ftr-menu ul li {
        margin: 0 22px 0;
    }

    .cpy-rit-txt {
        padding: 35px 0 0;
    }

    .copyrights p,
    .copyrights a {
        font-size: 18px;
    }

}

@media screen and (max-width: 1550px) {
    .ftr-main .container {
        max-width: 1365px;
    }

    .site-footer {
        padding: 60px 0 32px;
    }

    .ftr-logo {
        width: 217px;
    }

    .ftr-scl-icns a {
        width: 45px;
        height: 58px;
    }

    .ftr-scl-icns a::before {
        transform: scale(0.85);
    }

    .ftr-itm-hdng:before {
        transform: scale(0.85);
        top: -5px;
    }

    .ftr-blocks .ftr-itm.toll .ftr-cal a:before {
        transform: scale(0.85);
    }

    .ftr-blocks .ftr-itm.toll .ftr-cal {
        padding: 0 0 0 60px;
    }

    .ftr-itm-hdng {
        font-size: 24px;
        padding: 74px 0 0;
    }

    .ftr-blocks .ftr-itm p {
        font-size: 16px;
    }

    .ftr-blocks .ftr-itm.toll .ftr-cal a {
        font-size: 23px;
    }

    .ftr-lft-cnt {
        margin: 0 -20px 0 0;
        padding: 28px 0 0;
    }

    .ftr-scl-icns {
        gap: 8px;
        margin: 0 0 62px;
    }

    .ftr-list {
        margin: 0 0 35px;
    }

    .ftr-main {
        padding: 0 0 34px;
    }

    .ftr-menu ul li a {
        font-size: 17px;
    }

    .ftr-menu ul li {
        margin: 0 19px 0;
    }

    .cpy-rit-txt {
        padding: 30px 0 0;
    }

    .copyrights p,
    .copyrights a {
        font-size: 17px;
    }

    .copyrights .growthlab {
        margin: 13px 0 0;
    }

}

@media screen and (max-width:1440px) {
    .ftr-main .container {
        max-width: 1276px;
    }

    .ftr-logo {
        width: 200px;
    }

    .site-footer {
        padding: 55px 0 30px;
    }

    .ftr-blocks .ftr-itm.phn p a,
    .ftr-blocks .ftr-itm.toll .ftr-cal a {
        font-size: 22px;
    }

    .ftr-lft-cnt {
        padding: 26px 0 0;
    }

    .ftr-menu ul li {
        margin: 0 18px 0;
    }

    .ftr-itm-list {
        gap: 20px;
    }

    .ftr-main {
        padding: 0 0 30px;
    }

    .cpy-rit-txt {
        padding: 28px 0 0;
    }

    .copyrights p,
    .copyrights a {
        font-size: 16px;
    }

}

@media screen and (max-width:1366px) {
    .ftr-main .container {
        max-width: 1210px;
    }

    .site-footer {
        padding: 50px 0 30px;
    }

    .ftr-logo {
        width: 190px;
    }

    .ftr-blocks p {
        margin-bottom: 20px;
        font-size: 14px;
    }

    .ftr-scl-icns a {
        width: 42px;
        height: 52px;
    }

    .ftr-itm-hdng:before {
        transform: scale(0.75);
        top: -8px;
    }

    .ftr-blocks .ftr-itm.toll .ftr-cal a:before {
        transform: scale(0.75);
    }

    .ftr-blocks .ftr-itm.toll .ftr-cal {
        padding: 0 0 0 55px;
    }

    .ftr-blocks .ftr-itm.phn p a,
    .ftr-blocks .ftr-itm.toll .ftr-cal a {
        font-size: 21px;
    }

    .ftr-menu ul li {
        margin: 0 17px 0;
    }

    .ftr-itm.toll {
        margin: 35px auto 0;
    }

}

@media screen and (max-width: 1280px) {
    .ftr-main .container {
        max-width: 1134px;
    }

    .ftr-logo {
        width: 178px;
    }

    .ftr-blocks p {
        margin-bottom: 18px;
        font-size: 13px;
    }

    .ftr-itm-hdng:before {
        transform: scale(0.7);
        top: -10px;
    }

    .ftr-blocks .ftr-itm.toll .ftr-cal a:before {
        transform: scale(0.7);
    }

    .ftr-blocks .ftr-itm.toll .ftr-cal {
        padding: 0 0 0 50px;
    }

    .ftr-itm-hdng {
        font-size: 23px;
        padding: 64px 0 0;
    }

    .ftr-blocks .ftr-itm p {
        font-size: 15px;
    }

    .ftr-blocks .ftr-itm.phn p a,
    .ftr-blocks .ftr-itm.toll .ftr-cal a {
        font-size: 20px;
    }

    .ftr-menu ul li a {
        font-size: 16px;
    }

    .ftr-menu ul li {
        margin: 0 14px 0;
    }

    .ftr-main {
        padding: 0 0 25px;
    }

    .cpy-rit-txt {
        padding: 26px 0 0;
    }

    .copyrights p,
    .copyrights a {
        font-size: 15px;
    }

    .copyrights .growthlab img {
        max-width: 180px;
        margin: 0 auto;
    }

}

@media screen and (max-width:1160px) {
    .ftr-main .container {
        max-width: 960px;
    }

    .ftr-logo {
        width: 150px;
    }

    .ftr-blocks {
        padding: 13px 0 0;
    }

    .ftr-blocks p br {
        display: none;
    }

    .ftr-scl-icns a {
        width: 38px;
        height: 48px;
    }

    .ftr-scl-icns a::before {
        transform: scale(0.7);
    }

    .ftr-lft-cnt {
        padding: 23px 0 0;
        width: 33%;
        margin: 0 -4px 0 0;
    }

    .ftr-itm-hdng:before {
        transform: scale(0.68);
        top: -11px;
    }

    .ftr-blocks .ftr-itm.toll .ftr-cal a:before {
        transform: scale(0.68);
    }

    .ftr-itm-hdng {
        font-size: 22px;
        padding: 60px 0 0;
    }

    .ftr-blocks .ftr-itm p {
        font-size: 14px;
        line-height: 1.46;
    }

    .ftr-blocks .ftr-itm.phn p a,
    .ftr-blocks .ftr-itm.toll .ftr-cal a {
        font-size: 18px;
    }

    .ftr-menu ul li a {
        font-size: 15px;
    }

    .ftr-list {
        margin: 0 0 30px;
    }

    .ftr-menu ul li {
        margin: 0 16px 0;
    }

    .cpy-rit-txt {
        padding: 24px 0 0;
    }

    .copyrights p,
    .copyrights a {
        font-size: 14px;
    }

    .ftr-blocks .ftr-itm p br {
        display: block;
    }

}

@media screen and (max-width:1024px) {
    .ftr-main .container {
        max-width: 720px;
    }

    .ftr-list {
        margin: 0 0 25px;
        flex-direction: column-reverse;
        justify-content: center;
        gap: 30px;
        align-items: center;
    }

    .ftr-lft-cnt {
        padding: 0;
        width: 100%;
        margin: 0;
    }

    .ftr-logo {
        width: 190px;
    }

    .ftr-blocks p {
        font-size: 15px;
        line-height: 1.46;
        width: 100%;
        max-width: 480px;
        margin: 0 auto 18px;
    }

    .ftr-scl-icns {
        margin: 0 0 25px;
    }

    .ftr-blocks .ftr-itm.phn p a,
    .ftr-blocks .ftr-itm.toll .ftr-cal a {
        font-size: 21px;
    }

    .ftr-itm {
        width: 100%;
        max-width: 250px;
        padding: 15px;
        border: 1px solid #ffffff33;
    }

    .ftr-itm.toll {
        width: 100%;
        margin: 12px auto 0;
    }

    .ftr-itm-list {
        gap: 12px;
        flex-wrap: wrap;
    }

    .ftr-menu ul li {
        margin: 0 13px 20px;
    }

    .ftr-main {
        padding: 0 0 14px;
    }

    .cpy-rit-txt {
        padding: 20px 0 0;
    }

    .site-footer {
        padding: 40px 0 30px;
    }

}

@media screen and (max-width: 768px) {
    .ftr-main .container {
        max-width: 100%;
    }

    .site-footer {
        padding: 35px 0 30px;
    }

    .cpy-inr {
        margin: 0 0 7px;
        width: 100%;
    }

    .copyrights .growthlab {
        margin: 9px 0 0;
    }

}

@media screen and (max-width:480px) {
    .copyrights p.copy-para {
        max-width: 250px;
        margin: 0 auto;
    }
}