/*
Theme Name:   Meridian Family Law
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: 'Montserrat';
    font-style: normal;
    font-weight: 100;
    src: url('./fonts/montserrat-v31-latin-100.woff2') format('woff2');
}
@font-face {
    font-display: swap;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 200;
    src: url('./fonts/montserrat-v31-latin-200.woff2') format('woff2');
}
@font-face {
    font-display: swap;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 300;
    src: url('./fonts/montserrat-v31-latin-300.woff2') format('woff2');
}
@font-face {
    font-display: swap;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    src: url('./fonts/montserrat-v31-latin-regular.woff2') format('woff2');
}
@font-face {
    font-display: swap;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    src: url('./fonts/montserrat-v31-latin-500.woff2') format('woff2');
}
@font-face {
    font-display: swap;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    src: url('./fonts/montserrat-v31-latin-600.woff2') format('woff2');
}
@font-face {
    font-display: swap;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    src: url('./fonts/montserrat-v31-latin-700.woff2') format('woff2');
}
@font-face {
    font-display: swap;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 800;
    src: url('./fonts/montserrat-v31-latin-800.woff2') format('woff2');
}
@font-face {
    font-display: swap;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 900;
    src: url('./fonts/montserrat-v31-latin-900.woff2') format('woff2');
}
@font-face {
    font-display: swap;
    font-family: 'Josefin Sans';
    font-style: normal;
    font-weight: 100;
    src: url('./fonts/josefin-sans-v34-latin-100.woff2') format('woff2');
}
@font-face {
    font-display: swap;
    font-family: 'Josefin Sans';
    font-style: normal;
    font-weight: 200;
    src: url('./fonts/josefin-sans-v34-latin-200.woff2') format('woff2');
}
@font-face {
    font-display: swap;
    font-family: 'Josefin Sans';
    font-style: normal;
    font-weight: 300;
    src: url('./fonts/josefin-sans-v34-latin-300.woff2') format('woff2');
}
@font-face {
    font-display: swap;
    font-family: 'Josefin Sans';
    font-style: normal;
    font-weight: 400;
    src: url('./fonts/josefin-sans-v34-latin-regular.woff2') format('woff2');
}
@font-face {
    font-display: swap;
    font-family: 'Josefin Sans';
    font-style: normal;
    font-weight: 500;
    src: url('./fonts/josefin-sans-v34-latin-500.woff2') format('woff2');
}
@font-face {
    font-display: swap;
    font-family: 'Josefin Sans';
    font-style: normal;
    font-weight: 600;
    src: url('./fonts/josefin-sans-v34-latin-600.woff2') format('woff2');
}
@font-face {
    font-display: swap;
    font-family: 'Josefin Sans';
    font-style: normal;
    font-weight: 700;
    src: url('./fonts/josefin-sans-v34-latin-700.woff2') format('woff2');
}
:root {
    --blue: #1e90ff;
    --white: #ffffff;
    --placeholdercolor: currentColor;
    --headingFont: 'Josefin Sans', sans-serif;
    --bodyFont: 'Montserrat', Helvetica, Arial, Lucida, sans-serif;
}
* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    scroll-behavior: smooth;
}
body {
    margin: 0;
    padding: 0;
    font-family: var(--bodyFont);
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.clear {
    clear: both;
}
.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: 1366px;
    width: 100%;
    margin: auto;
}
.page-template-Full-width-template .page_default .container{
    max-width: 900px;
    width: 100%;
    margin: auto;
}
@media screen and (max-width: 1600px) {
    .container {
        max-width: 1280px;
    }
}
@media screen and (max-width: 1440px) {
    .container {
        max-width: 1110px;
    }
}
@media screen and (max-width: 1240px) {
    .container {
        max-width: 1013px;
    }
}
@media screen and (max-width: 1140px) {
    .container {
        max-width: 880px;
    }
}
@media screen and (max-width:1024px) {
    .container {
        max-width: 720px;
    }
}
@media screen and (max-width:768px) {
    .container {
        max-width: 100%;
        padding:0 15px;
    }
}
/* Header Section Starts */
#masthead {
    /* position: sticky; */
    /* top: 0; */
    width: 100%;
    z-index: 12;
}
@media screen and (min-width: 981px) {
    #masthead {
        display: flex;
        flex-direction: column-reverse;
    }
}
/* #masthead.f-nav .header-notification-bar {
    display: none;
} */
.notification {
    padding: 12px 0;
    display: block;
    clear: both;
    a, & {
        font-family: 'Montserrat', Helvetica, Arial, Lucida, sans-serif;
        font-weight: 700;
        font-size: 18px;
        line-height: 1.5;
        text-align: center;
        text-decoration: none;
        color: #fff;
    }
    @media screen and (max-width: 1024px) {
        .container {
            max-width: 90%;
        }
    }
}
body:not(.home) #header-section {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 12;
}
body:not(.home) .header-height-fix {
    height: 84px;
}
.mobile-menu-buttom {
    width: 100%;
    max-width: 15%;
    background-color: #0B5F6A;
    height: 75px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    button {
        background: transparent;
        border: none;
        font-size: 30px;
        color: #fff;
        cursor: pointer;
        font-size: xx-large;
        padding: 0;
        width: 100%;
        height: 100%;
        cursor: pointer;
        & .bars {
            display: block;
        }
        & .times {
            display: none;
        }
        &.menu-toggle-open {
            & .bars {
                display: none;
            }
            & .times {
                display: block;
            }
        }
    }
}
.header-mobile-navigation {
    width: 100%;
    height: 100%;
    overflow: auto;
    padding-bottom: 132px !important;
    position: fixed;
    top: 75px !important;
    background-color: #0B5F6A;
    border-top: 3px solid #71BBAC;
    margin-top: 0;
    padding: 5%;
    z-index: -10;
    transition: all 0.5s ease-in-out;
    &.mobile-menu-open {
        margin-top: 10px;
        z-index: 10;
    }
}
@media screen and (min-width: 981px) {
    .header-mobile-navigation,
    .mobile-menu-buttom {
        display: none;
    }
}
@media screen and (max-width: 980px) {
    .header-sec {
        padding: 0 !important;
    }
    .logo {
        width: 100%;
        max-width: calc(100% - 15%);
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 0 auto;
        a {
            display: block;
            margin: 0 auto;
            max-width: 185px;
        }
    }
    .site-header .container {
        padding: 0;
    }
	#header-section {
        position: fixed !important;
        top: 0;
        width: 100%;
        z-index: 12;
    }
	.header-notification-bar {
    padding-top: 75px;
}
}
.primary-mobile-menu {
    li {
        margin: 0;
        display: block;
        position: relative;
    }
    a {
        display: block;
        font-family: 'Montserrat', Helvetica, Arial, Lucida, sans-serif;
        font-weight: 400;
        font-size: 14px;
        line-height: 1.4;
        text-transform: capitalize;
        text-align: left;
        color: #fff;
        border-bottom: 1px solid rgba(0, 0, 0, .03);
        padding: 10px 5%;
        .menu-item-has-children>& {
            font-weight: 700;
            background-color: rgba(0, 0, 0, .03);
        }
    }
    .drop {
        position: absolute;
        top: 0;
        right: 0;
        width: 40px;
        height: 40px;
        z-index: 5; 
        display: flex;
        align-items: center;
        justify-content: center;
        &::after,
        &::before {
            content: '';
            background-color: #fff;
            position: absolute;
            transition: transform 0.3s ease-in-out;
        }
        &::before {
            width: 20px;
            height: 2px;
            top: 19px;
        }
        &::after {
            width: 2px;
            height: 20px;
            left: 19px;
        }
        &.open {
            &::after,
            &::before {
                transform: rotate(45deg);
                transform-origin: center;
            }
        }
    }
	
}




.hdr-top-blk {
    text-align: center;
    padding: 12px 0;
    background-color: #114249;
}
.hdr-top-blk.btm {
    background-color: #0b5f6a;
}
.hdr-top-blk p {
    font-family: 'Montserrat';
    font-weight: 700;
    font-size: 18px;
    line-height: 1.5;
    color: #fff;
    margin: 0;
}
.hdr-top-blk p a:hover {
    color: #fff;
}
.header-sec {
    background-color: #e8f4f2;
    padding: 8px 0;
}
.header-sec.mbl {
    display: none;
}
.logo-container {
    display: flex;
    align-items: center;
    gap: 15px;
    justify-content: space-between;
}
.top-rit p {
    font-family: 'Montserrat';
    font-weight: 400;
    font-size: 16px;
    line-height: 1;
    color: #1f1f1f;
    text-transform: uppercase;
    margin: 0;
}
.top-rit p a {
    display: inline-block;
    font-weight: 700;
    font-size: 22px;
    color: #0b5f6a;
}
.top-rit p a:hover {
    color: #1F1F1F;
}
.top-menu ul {
    margin: 0 !important;
}
.top-menu ul li:last-child {
    margin: 0;
}
.top-menu ul li {
    display: inline-block;
    margin: 0 24px 0 0;
    position: relative;
}
.top-menu ul li a {
    position: relative;
    font-style: normal;
    text-transform: uppercase;
    display: block;
    outline: 0;
    border: 0;
    font-family: 'Montserrat';
    font-weight: 400;
    font-size: 13px;
    line-height: 1;
    color: #1F1F1F;
    padding: 0 0 8px;
}
.top-menu ul li.menu-item-has-children>a {
    padding-right: 20px;
    position: relative;
    background-image: url(images/menu-arw.webp);
    background-repeat: no-repeat;
    background-position: right top 4px;
}
.top-menu ul.primary-menu>li>a:before {
    position: absolute;
    content: "";
    width: 1%;
    border-bottom: 1px solid #71bbac;
    bottom: 0;
    left: 0;
    margin: auto;
    transition: all ease 0.5s;
    opacity: 0;
}
.top-menu ul.primary-menu>li.current-menu-item>a:before,
.top-menu ul.primary-menu>li:hover>a:before {
    width: 100%;
    opacity: 100%;
}
.top-menu ul.primary-menu>li.current-menu-item>a,
.top-menu ul.primary-menu>li:hover>a {
    color: #0b5f6a;
}
.top-menu ul li ul.sub-menu {
    display: none;
    width: 250px;
    position: absolute;
    top: 100%;
    left: 0;
    right: auto;
    background-color: #1F1F1F;
    padding: 0px 0;
    z-index: 999;
}
.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 .current-menu-item {
    background: #0b5f6a !important;
}
.top-menu .sub-menu li a {
    float: left;
    width: 100%;
    line-height: normal;
    padding: 9px 12px 8px;
    color: #fff !important;
    display: block;
}
.top-menu .sub-menu li a:hover {
    background-color: #0b5f6a;
    color: #fff !important;
}


/* Mobile Menu Starts */
@media screen and (min-width: 980px) {
    .logo-rit,
    .tab-call {
        display: none;
    }
    .logo {
        width: auto;
        max-width: max-content;
    }
}
.showhide {
    display: none;
    width: 110px;
    height: 28px;
    cursor: pointer;
    padding: 0;
    position: relative;
}
@media screen and (max-width:1440px) {
    .logo {
        width: 180px;
    }
    .top-rit p a {
        font-size: 19px;
    }
    .logo-container {
        gap: 13px;
    }
    .top-menu ul li {
        margin: 0 22px 0 0;
    }
    .top-menu ul {
        text-align: center;
    }
    .notification {
    a, & {
        font-size: 16px;
        line-height: 1.4;
    }
}
}
@media screen and (max-width:1240px) {
    .hdr-top-blk p {
        font-size: 17px;
        line-height: 1.4;
    }
    .top-menu ul li {
        margin: 0 15px 0 0;
    }

}
@media screen and (max-width: 1140px) {
    .notification {
        a, & {
            font-size: 14px;
            line-height: 1.4;
        }
    }
    .top-rit p {
    text-align: end;
}
}

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


.mobinav {
    width: 100%;
    color: #fff;
    box-sizing: border-box;
    z-index: 99999995;
    background: #021f46;
    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: 10px 0;
    display: block;
    line-height: normal;
    color: #fff;
    font-size: 18px;
    letter-spacing: 0.5px;
    font-family: var(--bodyFont);
    border: 0;
    margin: 0 0 0px 0;
    text-decoration: none;
}
.mobinav a:hover {
    color: #9b662a;
}
.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: 980) {
    .tab-call {
        display: block;
        margin-left: auto;
    }
}
/* Mobile Menu Ends */
/* Common Styling */
a.cmn-btn {
    display: inline-block;
    text-decoration: none;
    font-family: 'Montserrat';
    font-weight: 400;
    font-size: 16px;
    line-height: 1;
    letter-spacing: 1px;
    color: #1f1f1f;
    text-transform: uppercase;
    padding: 16px 36px;
    border: 2px solid #0b5f6a;
}
a.cmn-btn:hover {
    background-color: #0b5f6a;
    color: #fff;
}
.text-heading {
    font-family: var(--headingFont);
    font-weight: 600;
    font-size: 66px;
    color: #043340;
    line-height: 1.09;
    margin: 0 0 40px 0;
}
@media screen and (max-width:980px) {
    .header-sec .container {
        max-width: 100%;
    }
    .top-menu,
    .top-rit {
        display: none;
    }
    .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: #000;
        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: #ccc;
        padding: 10px 10px;
        width: 100%;
    }
    .header-sec.dsk {
        display: none;
    }
    .header-sec.mbl {
        display: block;
        position: inherit;
    } */
    /* .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: #ea4a16;
        line-height: 27px;
        font-size: 30px;
        text-align: center;
        color: #fff;
        cursor: pointer;
        padding: 0;
    }
    .head-sec.f-nav .logo {
        width: 100% !important;
    }
}
@media screen and (max-width: 768px) {
    .logo-rit,
    .tab-call {
        display: none;
    }
    .mobile-menu-button-container {
        background: #000;
        margin-top: 10px;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        border-bottom: 1px solid #fff;
    }
    .logo {
        justify-content: center !important;
    }
    .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;
    } */
    .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: var(--bodyFont);
        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 {
    background-image: linear-gradient(180deg, rgb(0 0 0 / 75%) 0%, rgb(0 0 0 / 72%) 100%), url(images/footer-bg-image.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
    color: #fff;
}
.ftr-top-sec {
    padding: 35px 0;
    background-color: #094148;
    text-align: center;
}
.ftr-top-sec h6 {
    font-family: 'Josefin Sans';
    font-weight: 300;
    font-size: 20px;
    line-height: 1.3;
    color: #fff;
    text-transform: uppercase;
    margin: 0;
}
.ftr-top-sec h6 a {
    display: inline-block;
    position: relative;
    color: #fff;
    padding: 0 0 2px;
}
.ftr-top-sec h6 a:after {
    content: '';
    position: absolute;
    width: 100%;
    transform: scaleX(1);
    height: 2px;
    bottom: 0;
    left: 0;
    background-color: #fff;
    transform-origin: bottom right;
    transition: transform 0.25s ease-out
}
.ftr-top-sec h6 a:hover:after,
.ftr-top-sec h6 a:focus:after {
    transform: scaleX(0);
    transform-origin: bottom left
}
.ftr-cnt-blk {
    padding: 100px 0 0;
}
.ftr-list {
    display: flex;
    justify-content: space-between;
}
.ftr-rit-cnt {
    width: 40%;
    text-align: center;
    padding: 0 0 100px;
}
.ftr-logo {
    width: 100%;
    margin: 0 auto 20px;
    max-width: 180px;
}
 
.ftr-logo a {
    display: inline-block;
}
.ftr-blk-itm {
    margin: 0 0 40px;
}
.ftr-blk-itm h3 {
    font-family: 'Josefin Sans';
    font-size: 20px;
    font-weight: 400;
    color: #fff;
    line-height: 1;
    text-transform: uppercase;
    margin: 0 0 20px 0;
    padding: 50px 0 0 0;
    position: relative;
}
.ftr-blk-itm h3::before {
    position: absolute;
    content: "";
    width: 32px;
    height: 32px;
    background-image: url(images/location-icon.webp);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top center;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
}
.ftr-blk-itm.phn h3::before {
    background-image: url(images/phone-icon.webp);
}
.ftr-blk-itm p {
    font-family: 'Montserrat';
    font-size: 18px;
    font-weight: 400;
    color: #fff;
    line-height: 1.5;
    margin: 0 0 15px;
}
.ftr-blk-itm p a {
    color: #fff;
    display: inline-block;
    position: relative;
}
.ftr-blk-itm p a::before {
    content: '';
    position: absolute;
    width: 100%;
    transform: scaleX(1);
    height: 2px;
    bottom: 0;
    left: 0;
    background-color: #fff;
    transform-origin: bottom right;
    transition: transform 0.25s ease-out;
}
.ftr-blk-itm p a:hover:before {
    transform: scaleX(0);
    transform-origin: bottom left;
}
.ftr-blk-btn a.cmn-btn {
    border-color: #fff;
    color: #fff;
}
.ftr-blk-btn a.cmn-btn:hover {
    border-color: #0b5f6a;
}
.ftr-blk-btn.reviw {
    margin: 10px 0 0;
}
.ftr-blk-btn.reviw a.cmn-btn {
    padding: 16px 83px;
}
.ftr-menu ul {
    padding: 15px 0;
    text-align: center;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    margin: 20px auto;
}
.ftr-menu ul li {
    margin: 0 50px 0 0;
    display: inline-block;
}
.ftr-menu ul li:last-child {
    margin: 0;
}
.ftr-menu ul li a {
    text-transform: uppercase;
    color: #fff;
    font-family: var(--bodyFont);
    font-size: 19px;
    line-height: 1;
    letter-spacing: 0.8px;
}
.copyrights {
    padding: 150px 0 50px;
    text-align: center;
    background-color: #EFF0EB !important;
}
.copyrightmenu ul {
    margin: 0;
}
.copyrightmenu ul li {
    display: inline-block;
    margin: 0;
}
.copyrights p,
.copyrightmenu ul {
    margin: 0 0 8px 0;
}
.copyrights p,
.copyrights a {
    font-family: 'Montserrat';
    font-size: 18px;
    font-weight: 400;
    line-height: 1.5;
    color: #1f1f1f;
    margin: 0;
}
.copyrightmenu ul li a {
    line-height: 1;
    border-right: 1px solid #fff;
}
.copyrightmenu ul li:last-child a {
    border: none;
}
.copyrights a {
    display: inline-block;
    padding: 0 2px;
    position: relative;
}
.copyrights p a::before {
    content: '';
    position: absolute;
    width: 100%;
    transform: scaleX(1);
    height: 2px;
    bottom: 0;
    left: 0;
    background-color: #3e8b83;
    transform-origin: bottom right;
    transition: transform 0.25s ease-out;
}
.copyrights p a:hover:before {
    transform: scaleX(0);
    transform-origin: bottom left;
}
.ftr-scl-icns-lst {
    display: flex;
    justify-content: center;
    margin: 0 0 30px;
}
.copyrights .ftr-scl-icns-lst a {
    display: inline-block;
    width: 46px;
    height: 46px;
    background-image: url(images/facebook-icon.webp);
    background-repeat: no-repeat;
    background-size: 20px 20px;
    background-position: center;
    font-size: 0;
    border: 2px solid #0B5F6A;
}
.ftr-scl-icns-lst a:hover {
    background-image: url(images/facebook-hvr-icon.webp);
    background-color: #0B5F6A;
}
.ftr-scl-icns-lst a:focus {
    outline: 1px dotted #000;
}


/* contact page footer styles */
.page-template-contact-page section.ftr-top-sec {
    display: none;
}
.page-template-contact-page section.ftr-top-sec.contact-pg {
    display: block;
    background-color: #0B5F6A !important;
}

.page-template-contact-page .copyrights {
    padding: 50px 0 50px;
}

.page-template-contact-page .hm-form-sec {
    display: none;
}

.page-template-contact-page .ftr-list {
    justify-content: center;
}
.page-template-contact-page .ftr-logo {
    width: 55%;
    text-align: center;
    margin: 0 auto 20px;
}
.page-template-contact-page .ftr-blk-btn a.cmn-btn {
    border-color: #71BBAC;
}

.page-template-contact-page .ftr-logo a {
    display: block;
}
.page-template-contact-page .ftr-logo a img {
    width: 100%;
}


.page-template-contact-page .page_bnr {
    background-image: url(../images/contact-pg-bnr-img.webp);
}


.ftr-fixed-btm-sec { display: none !important;}


@media screen and (max-width:1440px) {
    .ftr-top-sec h6 br {
        display: none;
    }
}
@media screen and (max-width:1240px) {
    .ftr-cnt-blk {
        padding: 90px 0 0;
    }
   .ftr-logo {
    margin: 0 auto 17px;
}
    .ftr-blk-itm h3 {
        font-size: 19px;
        margin: 0 0 16px 0;
        padding: 48px 0 0 0;
    }
    .ftr-blk-itm p {
        margin: 0 0 13px;
    }
    a.cmn-btn {
        font-size: 15px;
        letter-spacing: 0.6px;
        padding: 16px 35px;
    }
    .ftr-blk-btn.reviw a.cmn-btn {
        padding: 16px 78px;
    }
    .ftr-blk-btn.reviw {
        margin: 8px 0 0;
    }
    .ftr-rit-cnt {
        padding: 0 0 80px;
    }
    .copyrights {
        padding: 130px 0 40px;
    }
}
@media screen and (max-width:1140px) {
    .ftr-top-sec {
        padding: 30px 0;
    }
    .ftr-cnt-blk {
        padding: 80px 0 0;
    }
    .ftr-rit-cnt {
        padding: 0 0 75px;
        width: 35%;
    }
    .ftr-blk-itm h3::before {
        width: 30px;
        height: 30px;
    }
    .ftr-blk-itm h3 {
        font-size: 18px;
        margin: 0 0 13px 0;
        padding: 43px 0 0 0;
    }
    .ftr-blk-itm p {
        margin: 0 0 12px;
        font-size: 16px;
        line-height: 1.4;
    }
    .ftr-blk-itm {
        margin: 0 0 35px;
    }
    .ftr-blk-itm p a::before {
        height: 1px;
    }
    .copyrights {
        padding: 118px 0 40px;
    }
    .copyrights .ftr-scl-icns-lst a {
        width: 43px;
        height: 43px;
        background-size: 22px 21px;
    }
    .ftr-scl-icns-lst {
        margin: 0 0 25px;
    }
    .copyrights p,
    .copyrights a {
        font-size: 17px;
    }
    .ftr-blk-btn.reviw a.cmn-btn {
        padding: 16px 77px;
    }
}

@media screen and (max-width:980px) {
    .ftr-top-sec h6 {
        font-size: 18px;
    }
    .ftr-cnt-blk {
        padding: 50px 0 0;
    }
    .site-footer {
        background-image: initial;
        background-color: #1f1f1f;
    }
    .ftr-list {
        flex-direction: column;
        align-items: center;
    }
    .ftr-rit-cnt {
        padding: 0 0 50px;
        width: 100%;
    }
    .copyrights {
        padding: 50px 0 90px;
    }
	
.ftr-fixed-btm-sec { position: fixed; bottom: 0; width: 100%; display: block !important; z-index: 99;}
.ftr-fixed-btm-lst { display: flex; }
.ftr-fixed-mail, .ftr-fixed-call{padding: 20px 0;     text-align: center; font-size: 18px; line-height: 1; font-weight: 400;}
.ftr-fixed-call { width: 66.667% ; background-color: #e8f4f2; color: #1F1F1F; }
.ftr-fixed-mail { width: 33.333% ; background-color: #0B5F6A; color: #fff; }
.ftr-fixed-call:hover, .ftr-fixed-mail:hover{background-color: #71BBAC; color: #1F1F1F; }
.ftr-fixed-mail a, .ftr-fixed-call a{ position: relative; background-image: url(./images/ftr-fixed-call-icon.webp); background-repeat: no-repeat; background-position: center left; background-size: 17px 17px; padding-left: 25px; }
.ftr-fixed-mail a{ background-image: url(./images/ftr-fixed-mail-icon.webp); background-size: 20px 16px; }

}




