/**
 * Theme Name: kgk Family Law
 * Template:   oceanwp
 * ...other header fields
 */

 @font-face {
    font-display: swap;
    font-family: 'Geist';
    font-style: normal;
    font-weight: 200;
    src: url('./fonts/geist-v1-latin-200.woff2') format('woff2'); 
  }
  @font-face {
    font-display: swap;
    font-family: 'Geist';
    font-style: normal;
    font-weight: 300;
    src: url('./fonts/geist-v1-latin-300.woff2') format('woff2'); 
  }
  @font-face {
    font-display: swap;
    font-family: 'Geist';
    font-style: normal;
    font-weight: 400;
    src: url('./fonts/geist-v1-latin-regular.woff2') format('woff2'); 
  }
  @font-face {
    font-display: swap;
    font-family: 'Geist';
    font-style: normal;
    font-weight: 500;
    src: url('./fonts/geist-v1-latin-500.woff2') format('woff2'); 
  }
  @font-face {
    font-display: swap;
    font-family: 'Geist';
    font-style: normal;
    font-weight: 600;
    src: url('./fonts/geist-v1-latin-600.woff2') format('woff2'); 
  }
  @font-face {
    font-display: swap;
    font-family: 'Geist';
    font-style: normal;
    font-weight: 700;
    src: url('./fonts/geist-v1-latin-700.woff2') format('woff2'); 
  }
  @font-face {
    font-display: swap;
    font-family: 'Geist';
    font-style: normal;
    font-weight: 800;
    src: url('./fonts/geist-v1-latin-800.woff2') format('woff2'); 
  }
  @font-face {
    font-display: swap;
    font-family: 'Geist';
    font-style: normal;
    font-weight: 900;
    src: url('./fonts/geist-v1-latin-900.woff2') format('woff2'); 
  }



:root {
    --blue: #1e90ff;
    --white: #ffffff;
    --placeholdercolor: currentColor;
    --headingFont: 'Geist';
    --bodyFont: 'Geist';
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    scroll-behavior: smooth;
    /* will-change: auto; */
}
body {
    margin: 0;
    padding: 0;
    font-family: 'Geist';
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.clear {
    clear: both;
}

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

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;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
}
a:focus {
    outline: 0 !important;
}
html {
    margin-top: 0 !important;
}
a#scroll-to-top {
    display: none;
}


.widget {
    margin: 0;
}

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: 1500px;
    width: 100%;
    margin: auto;
}

@media screen and (max-width:1700px) {
    .container {
        max-width: 1440px;
    }
}
@media screen and (max-width:1500px) {
    .container {
        max-width: 1200px;
    }
}
@media screen and (max-width:1240px) {
    .container {
        max-width: 990px;
        padding: 0 10px;
    }
}
@media screen and (max-width:991px) {
    .container {
        max-width: 720px;
        padding: 0;
    }
}
@media screen and (max-width:767px) {
    .container {
        max-width: 100%;
        padding: 0 10px;
    }
}


/* Header Section Starts */

.header-sec {
    background-color: #19466f;
    padding: 10px 0px;
    position: relative;
    z-index: 999;
    width: 100%;
}
.header-sec.f-nav {
    position: fixed;
    padding: 10px 0;
    border-bottom: 2px solid #b5801f;
}
.hdr-num a strong {
    display: block;
    font-size: 19px;
    text-align: center;
}

.header-sec.f-nav .top-rit {
    margin-bottom: 10px !important;
}
.header-sec.f-nav .logo img {
    max-width: 300px;
    height: auto !important;
}

.header-sec .container {
    width: 100%;
    max-width: 1700px;
    margin: auto;
}
.header-sec .logo img {
    width: 100%;
    max-width: 403px;
    height: auto !important;
    transition: max-width .3s ease-in-out;
}
.logo-container {
    display: flex;
    align-items: center;
    gap: 15px;
    justify-content: space-between;
}
.header-top-right-sec {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 25px;
}
.top-rit {
    margin-bottom: 15px !important;
}
.top-rit .hdr-num a {
    font-family: 'Geist';
    font-size: 35px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 1;
    color: #fff;
    display: inline-block;
    position: relative;
    padding-left: 40px;
}
.top-rit .hdr-num a:hover {
color: #f5cb52;
}
.top-rit .hdr-num a:before {
    position: absolute;
    content: "";
    left: 0;
    bottom: 2px;
    height: 32px;
    width: 32px;
    background-image: url(./images/hm-spirites.webp);
    background-position: -11px -14px;
    margin: auto;
}

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

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

.top-menu ul li {display: inline-block; margin: 0 25px 0 0; position: relative;}
.top-menu ul li:before {
    right: -18px;
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    height: 12px;
    width: 1px;
    background-color: #fff;
    margin: auto;
}
.top-menu ul li:last-child:before{display: none;}
.top-menu ul li a {
    position: relative;
    font-weight: 600;
    font-style: normal;
    text-transform: none;
    font-size: 22px;
    line-height: 1;
    color: #fff;
    font-family: 'Geist';
    display: block;
    outline: 0;
    border: 0;
    letter-spacing: 0;
    padding: 10px 12px;
}

.top-menu ul li.current-menu-item>a, .top-menu ul li:hover>a {
    background-image: -webkit-linear-gradient(0deg, rgb(164, 110, 19) 0%, rgb(249, 201, 81) 50%, rgb(164, 110, 19) 100%);
    color: #000;
}

.top-menu ul li ul.sub-menu {
    display: none;
    width: 200px;
    position: absolute;
    top: 100%;
    left: 0;
    right: auto;
    background-color: #2f4163;
    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 li a {
    float: left;
    font-size: 15px;
    width: 100%;
    line-height: normal;
    padding: 9px 12px 8px;
    color: #000;
    display: block;
    text-transform: capitalize;
    background-color: #fff;
}
.top-menu .sub-menu li a:hover {
    background-color: #21355a;
    color: #fff;
}

/* Common Styling */

a.cmn-btn {
    font-family: 'Geist';
    font-weight: 600;
    font-size: 20px;
    line-height: 1;
    letter-spacing: 0;
    color: #000;
    text-align: center;
    text-decoration: none;
    text-transform: capitalize;
    margin: 0;
    padding: 22px 50px;
    border-radius: 50px;
    display: inline-block;
    background-image: -webkit-linear-gradient( 0deg, rgb(164,110,19) 0%, rgb(249,201,81) 50%, rgb(164,110,19) 100%);
}

a.cmn-btn:hover {
    background-image: none;
    background-color: #135ea3;
    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;
}



/* Mobile Menu Starts */

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

    .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: 991px) {
    .showhide {
        display: block;
    }
}
.mobinav {
    width: 100%;
    color: #fff;
    box-sizing: border-box;
    z-index: 99999995;
    background: #19466f;
    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 30px 10px 10px;
    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: #b68120;
}
.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: 20px;
    right: 1px;
}
.mobinav ul li .drop.close::after {
    width: 2px;
    height: 20px;
    top: 11px;
    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: 991px) {
    .tab-call {
        display: block;
        margin-left: auto;
    }
}
/* Mobile Menu Ends */
@media screen and (max-width: 768px) {

    .logo-rit, .tab-call {
        display: none;
    }
    .mobile-menu-button-container {
        background: #c8942d;
        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: #c8942d;
        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(--headingFont);
        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;
    }
}

@media screen and (max-width: 768px) {
    .header-sec {
        padding: 10px 0 0 0 !important;
    }

}

/* Footer Section */
.site-footer {
    background-image: -webkit-linear-gradient( 157deg, rgb(209,227,245) 0%, rgb(229,240,250) 19%, rgb(249,252,255) 50%, rgb(237,244,252) 81%, rgb(225,236,248) 100%);
    padding: 43px 0 30px;
    color: #fff;
}
.ftr-logo a {
    display: inline-block;
}
.ftr-menu ul {
    padding: 0px 0 40px;
    text-align: center;
    border-bottom: 1px solid #b6902d;
    margin: 0px auto;
}

.ftr-menu ul li {
    margin: 0 50px 0 0;
    display: inline-block;
    padding-right: 50px;
    border-right: 2px solid #19466f;
    position: relative;
    line-height: 1;
}

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

.ftr-menu ul li a {
    font-family: 'Geist';
    font-weight: 600;
    font-size: 20px;
    line-height: 1;
    letter-spacing: normal;
    color: #19466f;
    text-align: left;
    text-decoration: none;
    text-transform: capitalize;
    margin: 0px;
    display: inline-block;
}

.ftr-menu ul li a:hover{
    color: #b6902d;
}


.ftr-main-blocks{
    display: flex;
    justify-content: center;
    padding-top: 48px;
    gap: 40px;
    align-items: center;
}

.ftr-blocks-cont {
    display: flex;
    justify-content: space-between;
    width: 100%;
    max-width: 100% !important;
    margin: 0 0 0 auto;
    padding-top: 0px;
}

.ftr-logo img {
    width: 100%;
    display: block;
    max-width: 327px;
    height: auto !important;
}



.ftr-block h6{
    font-family: 'Geist';
    font-weight: 600;
    font-size: 22px;
    line-height: 1.2;
    letter-spacing: normal;
    color: #b6902d;
    text-align: left;
    text-decoration: none;
    text-transform: capitalize;
    margin: 0 0 25px;
    padding: 0;
    border-bottom: 1px solid #b6902d;
    display: inline-block;
}

.ftr-block p{
    font-family: 'Geist';
    font-weight: 600;
    font-size: 18px;
    line-height: 1.4;
    letter-spacing: normal;
    color: #19466f;
    text-align: left;
    text-decoration: none;
    margin: 0 ;
    position: relative;
    padding-left: 40px;
}
.ftr-block a {
    font-family: 'Geist';
    font-weight: 400;
    font-size: 42px;
    line-height: 1;
    letter-spacing: -0.6px;
    color: #143859;
    text-align: left;
    text-decoration: none;
    margin: 0 0 0px;
    display: inline-block;
}
.ftr-block a:hover{
    color: #b6902d;
}
.ftr-block p a::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 4px;
    height: 32px;
    width: 32px;
    background-image: url(./images/hm-spirites.webp);
    background-repeat: no-repeat;
    background-position: -11px -14px;
}
.ftr-block.loc a strong {
    text-align: center;
    display: block;
    font-size: 19px;
}

.soc-icons-main {
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 5px;
    padding-top: 25px;
}
.ftr-block.scn-icns a{
    font-size: 0;
    background-image: url(./images/hm-spirites.webp);
    background-repeat: no-repeat;
    height: 45px;
    width: 45px;
    background-color: #fff;
    border-radius: 50px;
    background-position: -360px -55px;
}
.ftr-block.scn-icns a.twt {
    background-position: -396px -57px;
}
.ftr-block.scn-icns a.link {
    background-position: -431px -58px
}


.ftr-block.scn-icns a:hover{
    background-position: -360px -90px;
    background-color: #19466f;
}
.ftr-block.scn-icns a.twt:hover {
    background-position: -396px -92px;
}
.ftr-block.scn-icns a.link:hover{
    background-position: -431px -93px
}

.copyrights {
    background: #19466f;
    padding: 25px 0;
    text-align: center;
}

.cpy-inr {
    display: flex;
    justify-content: center;
    align-items: 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: 'Geist';
    font-weight: 400;
    font-size: 18px;
    line-height: 1.7;
    letter-spacing: normal;
    color: #fff  ;
    text-align: left;
    text-decoration: none;
}

.copyrightmenu ul li a{
    line-height: 1;
    border-right: 1px solid #fff;
}
.copyrightmenu ul li a:hover{
    color: #d9a73a;
}
.copyrightmenu ul li:last-child a{ border: none;}

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


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

    .header-sec .container{max-width: 1600px;}
    .header-sec .logo img {width: 100%;max-width: 350px;height: 156px;}
    .top-menu ul li a {font-size: 21px;padding: 8px 11px;}
    .header-sec {padding: 10px 0;}

    .ftrlink {
        padding: 0;
    }

}

@media screen and (max-width:1700px) {
    .header-sec .container{max-width: 1440px;}
    .header-sec .logo img {width: 100%;max-width: 300px;;}
    .header-sec.f-nav .logo img {
        max-width: 250px;
    }
    .top-menu ul li a {font-size: 20px;padding: 8px 11px;}
    a.cmn-btn {font-size: 18px;padding: 20px 40px;}
    .top-menu ul li {margin: 0 20px 0 0;}
    .top-rit .hdr-num a {font-size: 32px;padding-left: 45px;}
    .top-rit .hdr-num a:before{ transform: scale(0.9);}
    .header-top-right-sec span.hdr-num {padding: 10px 0 0 0;}
    .top-rit {margin-bottom: 15px;}
    .header-sec.f-nav .top-rit {margin-bottom: 15px;}
    .top-menu ul li:before {right: -12px;}
    .ftr-menu ul li {margin: 0 40px 0 0;padding-right: 40px;}


    .copyrights {padding: 20px 0;}
}
@media screen and (max-width:1500px) {
    .header-sec .container{max-width: 1200px;}
    .header-sec.f-nav .logo img {max-width: 220px;}
    .header-sec .logo img {width: 100%;max-width: 240px;}
    .top-menu ul li a {font-size: 18px;padding: 7px 9px;}
    .top-menu ul li {margin: 0 10px 0 0;}
    .top-menu ul li:before { right: -7px; }
    .ftr-menu ul li {
        margin: 0 30px 0 0;
        padding-right: 30px;
    }


    .ftr-menu ul li a {font-size: 19px;}
    .ftr-menu ul li {
        margin: 0 30px 0 0;
        padding-right: 30px;
    }
    .ftr-menu ul {padding: 0px 0 20px;}
    .ftr-logo img {max-width: 260px;height: 116px;}
    .ftr-blocks-cont {max-width: 540px;padding-top: 0;}
    .ftr-block h6 {font-size: 20px;margin: 0 0 17px;}
    .soc-icons-main {padding-top: 15px;}
    .ftr-block a {font-size: 35px;}
    .copyrights {padding: 15px 0;}
    .copyrights p, .copyrights a {font-size: 17px;}
    .copyrights p, .copyrightmenu ul {margin: 0 0 5px 0;}
}
@media screen and (max-width:1240px) {

    a.cmn-btn {font-size: 17px;padding: 15px 30px;}
    .top-menu ul li a {font-size: 15px;padding: 6px;}
    .top-menu ul li {margin: 0 7px 0 0;}
    .top-menu ul li:before {right: -7px;}
    .top-rit .hdr-num a {font-size: 26px;padding-left: 41px;}
    .top-rit .hdr-num a:before {transform: scale(0.8);bottom:0px;}
    .header-sec .logo img {width: 100%;max-width: 210px;}
    .header-sec.f-nav .logo img {max-width: 190px;}
    .header-sec.f-nav .top-rit {margin-bottom: 10px;}
    .top-rit {margin-bottom: 10px;}

    .site-footer {padding: 30px 0;}
    .ftr-menu ul li a {font-size: 17px;}
    .ftr-menu ul li {margin: 0 20px 0 0;padding-right: 20px;}
    .ftr-main-blocks {padding-top: 30px;}
    .ftr-logo img {max-width: 210px;height: 94px;}
    .ftr-block h6 {font-size: 18px;margin: 0 0 13px;}
    .ftr-block p {font-size: 17px;}
    .soc-icons-main {padding-top: 9px;}
    .ftr-block.scn-icns {width: 39.4%;}

}


@media screen and (max-width:991px) {
    .header-sec .container {
        max-width: 100%;
        padding: 0;
    }
    .logo-container{ display: block;}
     .top-menu, .top-rit{
        display: none;
    }
    .header-sec.f-nav {
        padding: 10px;
        border-bottom: 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: #b68120;
        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: relative;
        background-color: #19466f;
        padding: 10px 10px;
        width: 100%;
    }
    .logo {
        max-width: 100%;
        justify-content: space-between;
        align-items: center;
        display: flex;
        width: 100% !important;
        gap: 20px;
        padding: 0 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: #b68120;
        line-height: 27px;
        font-size: 30px;
        text-align: center;
        color: #fff;
        cursor: pointer;
        padding: 0;
    }
    .head-sec.f-nav .logo {
        width: 100% !important;
    }
    .header-call a.cmn-btn {
        color: #000;
        padding: 13px 30px;
        font-size: 16px;
    }
    .header-call a.cmn-btn:hover{ color: #fff;}

    .hdr-num a {
        font-family: 'Geist';
        font-size: 26px !important;
        font-weight: 600 !important;
        letter-spacing: 0;
        line-height: 1 !important;
        color: #fff;
        display: inline-block;
        position: relative;
        padding-left: 35px !important;
    }
    .hdr-num a:before {
        position: absolute;
        content: "";
        left: -5px;
        bottom: 10px;
        height: 32px;
        width: 32px;
        background-image: url(./images/hm-spirites.webp);
        background-position: -11px -14px;
        margin: auto;
        transform: scale(0.8);
    }

    .header-top-right-sec {
        align-items: flex-start;
        justify-content: flex-start;
        gap: 10px;
        flex-direction: column;
    }

    .ftr-menu ul li {
        margin: 0 15px 0 0;
        padding-right: 15px;
    }
    .ftr-menu ul li a {
        font-size: 17px;
    }
    .ftr-main-blocks {
        flex-direction: column;
        align-items: center;
        gap: 15px;
    }
    .ftr-logo {
        width: 100%;
        text-align: center;
    }
    .ftr-logo img {
        max-width: 250px;
        height: 112px;
    }
    .ftr-blocks {
        width: 100%;
    }
    .ftr-blocks-cont {
        max-width: 500px;
        padding-top: 0;
        margin: 0 auto 0;
        justify-content: center;
    }
    .header-sec.f-nav .logo img, .header-sec .logo img {
        max-width: 180px;
        height: auto;
    }
    .ftr-block p a::before{ transform: scale(0.9);}
}

@media screen and (max-width:767px) {
    .header-sec .logo img, .header-sec.f-nav .logo img {
        width: 100%;
        max-width: 150px;
        height: auto;
    }
    .site-footer {
        padding: 25px 0;
    }
    .ftr-main-blocks {
        padding-top: 20px;
    }
    .ftr-menu ul {
        padding: 0px 0 15px;
    }
    .ftr-logo img {
        max-width: 220px;
        height: 98px;
    }
    .cpy-inr {
        flex-direction: column;
    }
    .ftr-blocks-cont {
        gap: 15px;
    }
    .ftr-block a {
        font-size: 31px;
    }
    .copyrights p, .copyrightmenu ul {
        margin: 0 0 4px 0;
        line-height: 1.2;
        font-size: 16px;
    }
}

@media screen and (max-width: 480px) {
    .ftr-menu ul li a {
        font-size: 15px;
    }
    .ftr-menu ul li {
        margin: 0 5px 0 0;
        padding-right: 5px;
    }
    .ftr-blocks-cont {
        flex-direction: column;
        align-items: center;
        gap: 10px;
    }
    .ftr-block,.ftr-block.scn-icns{
        width: 100%;
        max-width: 240px;
    }
    .copyrights p, .copyrightmenu ul {
        margin: 0 0 4px 0;
        font-size: 15px;
        letter-spacing: -0.3px;
    }
    .copyrights p, .copyrights a {
        font-size: 15px;
    }
    p.copy-para {
        max-width: 230px;
        text-align: center;
        line-height: 1.3;
    }
}




/* Home Our Team Section */
 


.hm-team-section .meet-cnt-img.display-cnt {
    width: 100%;
    margin: auto;
    max-width: 800px;
    padding-left: 200px
}
.hm-team-section .team-tab-itm.tab-btn.display-cnt.tab-btn-active {
    display: none;
}
.hm-team-section .team-tab-itm.tab-btn.display-cnt {
    display: none;
}
.meet-our-main-cont.tab-pane.tab-pane-active.display-cnt::after {
    background-image: url(./images/team-att-kgk-img.webp);
    width: 617px;
    height: 249px;
    transform: scale(1);
    left: 14%;
    bottom: 0;
    top: -130px;
    right: 0;

}
.hm-team-section .meet-cnt-img.display-cnt .attr-img img{
    display: block;
    width: 100%;
}

.hm-team-section {
    background-image: url(./images/our-team-bg.webp);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 80px 0 128px;
}
.hm-team-section .meet-our {font-family: 'Geist'; font-weight: 600; font-size: 60px; line-height: 0.9; letter-spacing: normal; color: #fff; text-align: center; text-decoration: none; text-transform: uppercase; margin: 0 0 50px; }
.meet-our-main-cont.tab-pane.tab-pane-active {
    display: flex;
    position: relative;
    align-items: start;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 100px;
    z-index: 1;
}
.meet-our-main-cont.tab-pane.tab-pane-active::before {position: absolute; content: ""; bottom: 0; right: 0px; left: 0px; margin: auto; width: 73%; height: 3px; background-color: #fff; }
.meet-our-main-cont.tab-pane.tab-pane-active::after {
    position: absolute;
    content: "";
    top: -60px;
    right: 107px;
    margin: auto;
    width: 902px;
    height: 576px;
    background-image: url(./images/team-att-bg.webp);
    background-repeat: no-repeat;
    z-index: -1;
    transform: scale(0.7);
}
.meet-lft-cont {
    width: 37%;
    padding-top: 0px !important;
}
.attr-img {padding-top: 0px !important; }
.meet-lft-cont .attroney {
    font-family: 'Geist';
    font-weight: 500;
    font-size: 50px;
    line-height: 1;
    letter-spacing: 0;
    color: #fff;
    text-align: left;
    text-decoration: none;
    text-transform: uppercase;
    margin: 0 0 8px;
}
.meet-lft-cont .desigination {
    font-family: 'Geist';
    font-weight: 400;
    font-size: 22px;
    line-height: 1;
    letter-spacing: 0;
    color: #b6902d;
    text-align: left;
    text-decoration: none;
    text-transform: capitalize;
    border-bottom: 2px solid #b6902d;
    display: inline-block;
    margin: 0 0 25px;
}
.meet-lft-cont .att-bio {
    font-family: 'Geist';
    font-weight: 400;
    font-size: 19px;
    line-height: 1.7;
    letter-spacing: 0;
    color: #fff;
    text-align: left;
    text-decoration: none;
    text-transform: none;
    margin: 0 0 20px;
    padding-left: 20px;
    border-left: 2px solid #fff;
}
.meet-cnt-cont{width: 30%; }
.meet-cnt-img {
    width: 25%;
}
.attr-btn {
    margin-bottom: -120px;
    text-align: center;
    padding-top: 55px;
}
.meet-rit-cont {width: 24%; padding-top: 0px !important; }
.meet-rit-cont.scnd {
    padding-top: 195px !important;
}
.att-awd-img{margin-bottom: 10px; }
.meet-rit-cont .experience{font-family: 'Geist'; font-weight: 500; font-size: 28px; line-height: 1.2; letter-spacing: -0.68px; color: #fff; text-align: right; text-decoration: none; text-transform: capitalize; margin: 0 0 25px; border-bottom: 1px solid #fff; display: inline-block; }
.team-btn{text-align: right; }
.team-btn a.cmn-btn{padding: 25px 58px; }
.tab-btn-group {display: flex; justify-content: space-between; padding: 0 25px; position: relative; z-index: 0; cursor: pointer; }
.team-tab-itm.tab-btn.tab-btn-active .team-tab-img{background-color: #af791b; }
.team-tab-itm.tab-btn.tab-btn-active .team-tab-img img{opacity: 60%; }
.team-tab-itm .team-tab-img {
    border-radius: 100%;
    outline: 2px solid #fff;
    outline-offset: 5px;
    height: 110px;
    width: 110px;
}
.team-tab-img img{border-radius: 100%; }
.hm-team-section .tab-btn-group {
    margin: 0;
    position: relative;
    z-index: 1;
    display: block;
    width: 58%;
    margin: auto;
}
.team-tab-itm.tab-btn.two, .team-tab-itm.tab-btn.one {
    position: absolute;
    bottom: -60px;
}

.team-tab-itm.tab-btn.two{
    right: 0;
}
.team-tab-itm.tab-btn.one {
    left: 22.5%;
}


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

    .meet-our-main-cont.tab-pane.tab-pane-active::after{ transform: scale(0.7);}
    .meet-our-main-cont.tab-pane.tab-pane-active::before {bottom: 0;}
    .attr-btn {margin-bottom: -110px;}
    .hm-team-section {padding: 70px 0 120px;}
    .hm-team-section .meet-our {font-size: 60px;margin: 0 0 30px;}
    .meet-lft-cont .attroney {font-size: 55px;}
    .meet-lft-cont .desigination {font-size: 23px;margin: 0 0 25px;}
    .meet-rit-cont .experience {font-size: 27px;}
    .team-btn a.cmn-btn {padding: 22px 48px;}
    .meet-lft-cont .att-bio {font-size: 18px;line-height: 1.6;}
    .meet-rit-cont.scnd {
        padding-top: 186px !important;
    }
}

@media screen and (max-width: 1500px) {
    .hm-team-section {
        padding: 60px 0 110px;
    }
    .hm-team-section .meet-our {
        font-size: 55px;
        margin:0 0 15px 0;
    }
    .meet-lft-cont .attroney {
        font-size: 40px;
    }
    .meet-lft-cont .desigination {
        font-size: 20px;
        margin: 0 0 15px;
    }
    .meet-lft-cont .att-bio {
        font-size: 16px;
    }
    .meet-rit-cont{ padding-top: 25px !important;}
    .meet-rit-cont .experience {
        font-size: 22px;
    }
    .team-btn a.cmn-btn {
        padding: 19px 38px;
    }
    .meet-our-main-cont.tab-pane.tab-pane-active::before {
        bottom: 0;
    }
    .attr-btn {
    margin-bottom: -105px;}
    .meet-cnt-img {
        width: 30%;
    }
    .meet-our-main-cont.tab-pane.tab-pane-active::after {
        transform: scale(0.6);
        top: -90px;
        right: -3px;
    }
    .meet-rit-cont.scnd {
        padding-top: 182px !important;
    }
    .meet-our-main-cont.tab-pane.tab-pane-active.display-cnt::after {transform: scale(0.7);top: -80px;}
    .hm-team-section .meet-cnt-img.display-cnt {max-width: 600px;padding-left: 150px;}
}

@media screen and (max-width: 1240px) {
    .hm-team-section {
        padding: 50px 0 110px;
    }
    .hm-team-section .meet-our {
        font-size: 50px;
        margin: 0 0 25px 0;
    }
    .meet-rit-cont .experience {
        font-size: 18px;
    }
    .meet-lft-cont .att-bio {
        font-size: 14px;
        line-height: 1.5;
    }
    .meet-lft-cont .attroney {
        font-size: 35px;
    }
    .team-btn a.cmn-btn {
        padding: 15px 24px;
    }
    .team-tab-itm .team-tab-img {
        height: 80px;
        width: 80px;
    }

    .meet-our-main-cont.tab-pane.tab-pane-active::after {
        transform: scale(0.5);
        top: -140px;
        right: -63px;
    }
    .meet-rit-cont.scnd {
        padding-top: 154px !important;
    }
    .hm-team-section .tab-btn-group {
        width: 65%;
        margin: auto;
    }
    .team-tab-itm.tab-btn.one {
        left: 19.5%;
    }
    .team-tab-itm.tab-btn.two, .team-tab-itm.tab-btn.one {
        position: absolute;
        bottom: -60px;
    }
    .attr-btn {
        margin-bottom: -90px;
        text-align: center;
        padding-top: 40px;
    }
    .meet-our-main-cont.tab-pane.tab-pane-active {
        margin-bottom: 60px;
    }
}

@media screen and (max-width: 991px) {
    .hm-team-section {
        padding: 50px 0;
    }
    .hm-team-section .meet-our {
        font-size: 42px;
        margin: 0 0 15px 0;
    }
    .meet-our-main-cont.tab-pane.tab-pane-active::before, .meet-our-main-cont.tab-pane.tab-pane-active::after{ display: none;}
    .meet-our-main-cont.tab-pane.tab-pane-active {
        flex-direction: column;
        align-items: center;
        margin-bottom: 35px;
    }
    .meet-lft-cont {
        padding-top: 25px;
        width: 100%;
        text-align: center;
    }
    .meet-lft-cont .attroney {
        font-size: 34px;
        text-align: center;
    }
    .meet-lft-cont .att-bio {
        font-size: 16px;
        line-height: 1.6;
        padding: 0;
        border: none;
        text-align: center;
    }
    .meet-lft-cont .att-bio:last-child{ margin: 0;}
    .attr-img {
        padding-top: 0;
    }
    .meet-cnt-img {
        width: 100%;
        max-width: 300px;
    }
    .hm-team-section .meet-cnt-img.display-cnt {max-width: 450px;padding-left: 0;}
    .meet-cnt-img img {
        border-bottom: 2px solid #fff;
        padding: 0 10px;
    }
    .attr-btn {
        margin-bottom: 0;
    }
    .hm-team-section .tab-btn-group {
        margin: 0;
        padding: 0 10px;
    }
    .meet-rit-cont {
        padding-top: 0 !important;
        width: 100%;
        max-width: 280px;
        text-align: center;
    }
    .team-btn {
        text-align: center;
    }
    .hm-team-section .tab-btn-group {
        justify-content: center;
        gap: 30px;
        display: flex;
        width: 100%;
    }
    .team-tab-itm.tab-btn.two, .team-tab-itm.tab-btn.one {
        position: relative;
        bottom: 0;
        left: 0;
    }
    .hm-team-section {
        background-image: url(./images/our-team-mbl-bg.webp);
    }    
    .meet-rit-cont.scnd {
        padding-top: 0 !important;
    }
}

@media screen and (max-width: 767px) {
    .hm-team-section {
        padding: 40px 0;
    }
    .meet-lft-cont {
        padding-top: 0;
    }
    .hm-team-section .meet-cnt-img.display-cnt {max-width: 350px;}
}

@media screen and (max-width: 480px) {
    .hm-team-section {
        padding: 30px 0;
    }
    .hm-team-section .meet-our {
        font-size: 33px;
        margin: 0 0 15px 0;
    }
    .meet-lft-cont .attroney {
        font-size: 26px;
        text-align: center;
    }
    .meet-lft-cont .desigination {
        font-size: 17px;
        margin: 0 0 15px;
    }
    .meet-lft-cont .att-bio {
        font-size: 15px;
    }
    .meet-rit-cont .experience {
        font-size: 19px;
    }
    .meet-rit-cont {
        padding-top: 0;
        width: 100%;
        max-width: 240px;
    }
    .team-btn a.cmn-btn {
        padding: 15px 28px;
    }
    .team-tab-itm .team-tab-img {
        height: 70px;
        width: 70px;
    }
}




 
/*Home Gallery Section*/
 
.hm-gallery-sec-main {
    background-image: url(./images/gallery-sec-main-bgv2.webp);
    background-repeat: no-repeat;
    background-size: contain;
    padding: 85px 0 150px;
    padding-bottom: 0 !important;
    position: relative;
}
.hm-gallery-sec-main::before{
    position: absolute;
    content: "";
    margin: auto;
    left: 0;
    right: 0;
    top: 0;
    background-image: url(./images/gallery-bfr-img.webp);
    background-repeat: no-repeat;
    width: 100%;
    height: 1378px;
    pointer-events: none;
}
.gallery-sec {
    padding: 0 !important;
    position: relative;
}
.gallery-sec .container {
    max-width: 1700px;
    padding: 0 200px;
}
.hm-gall-cont {display: flex; justify-content: center; align-items: center; gap: 20px; margin-bottom: 20px; }
.hm-gall-cont .kgk{font-family: 'Geist'; font-weight: 600; font-size: 70px; line-height: 0.9; letter-spacing: normal; color: #b6902d; text-align: center; text-decoration: none; text-transform: uppercase; margin: 0 0 15px; }
.gallery-img-main {position: relative; margin-bottom: 25px; }
.gallery-img-cont {position: absolute; bottom: 172px; right: 0; left: 0; width: 100%; max-width: 471px; margin: auto; }
.gallery-img-cont .your{font-family: 'Geist'; font-weight: 600; font-size: 54px; line-height: 1.3; letter-spacing: 1.24px; color: #fff; text-align: center; text-decoration: none; text-transform: uppercase; margin: 0 0px; }
.gallery-bnts {display: flex; justify-content: center; align-items: center; gap: 20px; }
.gallery-bnts a.cmn-btn.g-cal {
    padding-left: 75px;
    position: relative;
}
.gallery-bnts a.cmn-btn.g-cal::before {position: absolute; content: ""; left: 30px; background-image: url(./images/phone-call-icon-hover-img.webp); background-repeat: no-repeat;width: 30px; height: 30px; top: 0; bottom: 0; margin: auto; }
.gallery-bnts a.cmn-btn.g-cal:hover:before {background-image: url(./images/phone-call-icon-img.webp); }
.gallery-mb-list{ display: none !important;}


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

    .hm-gallery-sec-main {
        padding: 100px 0;
    }
    .gallery-sec {
        padding: 0 0 70px;
    }
    .gallery-sec .container{ max-width: 1600px;}
    
}

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

    .gallery-sec .container{ max-width: 1440px;padding: 0 170px;}

    .hm-gallery-sec-main {
        padding: 80px 0;
    }
    .gallery-sec {
        padding: 0 0 60px;
    }
    .hm-gall-cont .kgk {
        font-size: 60px;
        margin: 0 0 10px 0;
    }
    .kgk-img img {
        width: 100%;
        display: block;
        max-width: 160px;
    }
    .gallery-img-cont .your {
        font-size: 44px;
    }
    .gallery-bnts a.cmn-btn.g-cal::before{ transform: scale(0.9);}

    .gallery-img-cont {
        bottom: 146px;
        max-width: 381px;
    }
    .gallery-img-main {
        margin-bottom: 20px;
    }
    


}

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

    .gallery-sec .container{ max-width: 1200px;padding: 0 150px;}
    .hm-gallery-sec-main {
        padding: 70px 0;
    }
    .gallery-sec {
        padding: 0 0 50px;
    }
    .gallery-img-cont {
        bottom: 108px;
        width: 100%;
        max-width: 348px;
    }
    .gallery-img-cont .your {
        font-size: 36px;
    }
    .gallery-bnts a.cmn-btn.g-cal {
        padding-left: 65px;
    }
    .hm-gall-cont .kgk {
        font-size: 53px;
        margin: 0 0 10px 0;
    }
    .kgk-img img {
        max-width: 120px;
    }
}

@media screen and (max-width: 1240px) {
    .gallery-sec .container{ max-width: 990px; padding: 0 10px;}
    .hm-gallery-sec-main {
        padding: 60px 0;
    }
    .gallery-sec {
        padding: 0 0 50px;
    }
    .gallery-img-cont {
        bottom: 148px;
        width: 100%;
        max-width: 300px;
    }
    .gallery-img-cont .your {
        font-size: 35px;
    }
    .gallery-bnts a.cmn-btn.g-cal {
        padding-left: 60px;
    }
    .hm-gall-cont .kgk {
        font-size: 50px;
        margin: 0 0 10px 0;
    }
    .kgk-img img {
        max-width: 120px;
    }
    .gallery-bnts a.cmn-btn.g-cal::before {
        transform: scale(0.85);
        left: 20px;
    }
}

@media screen and (max-width: 991px) {
    .gallery-sec .container{ max-width: 720px; padding: 0px;}
    .gallery-img-cont .your {
        font-size: 25px;
    }
    .gallery-img-cont {
        bottom: 108px;
        max-width: 273px;
    }
    .gallery-bnts {
        gap: 10px;
    }
    .gallery-sec {
        padding: 50px 0 !important;
    }
    .hm-gall-cont .kgk {
        font-size: 40px;
        margin: 0 0 10px 0;
    }
    .hm-gallery-sec-main {
        padding: 0 !important;
    }
    .hm-gallery-sec-main::before{display: none;}
}

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

    .gallery-sec .container{ max-width: 100%; padding:0 10px;}
    .hm-gallery-sec-main {
        padding: 0;
        background-image: none;
    }
    .gallery-sec {
        padding: 40px 0;
        background-image: url(./images/hm-gallery-bg.webp);
        background-repeat: no-repeat;
        background-size: cover;
        position: relative;
    }
    .gallery-sec::before{
       position: absolute;
       content: " ";
       width: 100%;
       height: 100%;
       left: 0;
       right: 0;
       top: 0;
       bottom: 0;
       margin: auto;
       background-color: #19466f;
       opacity: 90%;
       pointer-events: none;
    }
    .hm-gall-cont, .gallery-bnts{ position: relative;}
    .gallery-img-cont .your {
        font-size: 32px;
    }
    .gallery-img-cont .your br {
        display: none;
    }
    .gallery-img-cont {
        max-width: 473px;
        position: relative;
        bottom: 0;
    }
    .gallery-mb-list {
        margin: 0 0 20px 0;
    }
    .gallery-img{ display: none;}

    .gallery-mb-list {
        position: relative;
    }
    .gallery-mb-list .gallery-itm {
        max-width: 350px;
        margin: auto;
        border: 1px solid #c8942d;
    }
    .gallery-mb-list{ display: block !important;}
    .gallery-img-main {
        margin-bottom: 20px;
    }
    .hm-gall-cont {
        flex-direction: column;
        gap: 10px;
    }

}

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

    .hm-gall-cont .kgk {
        font-size: 34px;
        margin: 0;
    }

    .gallery-bnts{ flex-direction: column; gap: 10px;}
    .gallery-bnts br{ display: none;}

    .gallery-img-cont .your {
        font-size: 26px;
    }
    h3.your br {
        display: none;
    }

}
 



 
/* Home Testimonials Section */

.hm-testimonials .container{ max-width: 100%; padding: 0 !important;}
.hm-testimonials{
    padding: 80px 0;
    padding-top: 0 !important;
    position: relative;
}

.testi-top-img img{ 
    width: 100%;
    display: block;
}
.testi-top-img:before {
    position: absolute;
    content: " ";
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 100%;
    height: 60%;
    background-image: linear-gradient(rgb(255 255 255 / 0%), #fff);
 
}
 
.testi-top-img{
    position: relative;
}
.testi-btm-cnt {
    max-width: 1500px;
    margin: -265px auto 0;
}
.hm-testimonials .text-heading{
    font-family: 'Geist';
    font-weight: 600;
    font-size: 60px;
    line-height: 1;
    letter-spacing: -0.6px;
    color: #000;
    /* color: #282828; */
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    margin: 0 0 30px;
    position: relative;
}
.hm-testimonials .hm-testi-item {
    background-color: transparent;
    position: relative;
    padding: 40px 30px;
    margin-right: 20px;
    border: 5px solid #d9a73a;
    height: 463px;
}
.hm-testimonials .testi-blk {
    padding: 0px;
    margin-bottom: 30px;
}
.hm-testimonials .star-rat {
    background-image: url(./images/hm-spirites.webp);
    background-repeat: no-repeat;
    background-position: -248px -21px;
    width: 186px;
    height: 25px;
    margin: 0 auto 20px;
}
.hm-testimonials .hm-testi-item p {
    font-family: 'Geist';
    font-weight: 400;
    font-size: 26px;
    line-height: 1.7;
    letter-spacing: normal;
    color: #000;
    text-align: center;
    text-decoration: none;
    margin: 0 0 25px;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    line-clamp: 6;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.hm-testimonials .hm-testi-item .author{
    font-family: 'Geist';
    font-weight: 500;
    font-size: 38px;
    line-height: 1;
    letter-spacing: -0.76px;
    color: #07355a;
    text-align: center;
    text-decoration: none;
    margin: 0px;
}
.hm-testimonials .testi-btn{
    padding: 20px 0 0;
    text-align: center;
    position: relative;
}
.testi-btn a.cmn-btn {
    font-size: 22px;
}
.hm-testimonials .testi-blk .owl-nav {
    position: absolute;
    bottom: -96px;
    left: 0;
    right: 0;
    margin: auto;
    max-width: 440px;
}
.hm-testimonials .testi-blk .owl-nav span{ font-size: 0;}
.hm-testimonials .testi-blk button.owl-next {
    position: absolute;
    right: 0;
}
.hm-testimonials .testi-blk button.owl-prev{
    background-image: url(./images/hm-spirites.webp) !important;
    background-position: -186px -61px !important;
    width: 16px;
    height: 27px;
}
.hm-testimonials .testi-blk button.owl-next {
    background-image: url(./images/hm-spirites.webp) !important;
    background-position: -216px -61px !important;
    width: 16px;
    height: 27px;
}
@media screen and (max-width: 1800px) {
    .container, .testi-btm-cnt{max-width: 1600px;}
    
}
@media screen and (max-width: 1700px) {
    .container, .testi-btm-cnt{max-width: 1440px;}
    .testi-btm-cnt { 
        margin: -190px auto 0;
    }    

    .hm-testimonials .text-heading {font-size: 55px;margin: 0 0 20px;}
    .hm-testimonials .hm-testi-item{ padding: 20px; height: 383px;}
    .hm-testimonials .hm-testi-item p {font-size: 24px;line-height: 1.6;margin: 0 0 20px;}
    .hm-testimonials .hm-testi-item .author {font-size: 33px;}
    .testi-blk {padding: 0px;margin-bottom: 20px;}
    .hm-testimonials .testi-btn {padding: 10px 0 0;text-align: center;}
    .testi-btn a.cmn-btn {
        font-size: 20px;
    }

    .hm-testimonials .testi-blk .owl-nav {
        bottom: -83px;
        max-width: 400px;
    }

}

@media screen and (max-width: 1500px) {
    .container, .testi-btm-cnt{max-width: 1200px;}
    .hm-testimonials .text-heading {
        font-size: 48px;
    }
    .hm-testimonials .star-rat{ transform: scale(0.9);}
    .hm-testimonials .hm-testi-item p {
        font-size: 22px;
        line-height: 1.5;
        margin: 0 0 20px;
    }
    .hm-testimonials .hm-testi-item .author {
        font-size: 28px;
    }
    a.cmn-btn, .testi-btn a.cmn-btn{
        font-size: 18px;
        padding: 17px 40px;
    }
    .testi-btm-cnt {
        margin: -161px auto 0;
    }
    .hm-testimonials { padding: 60px 0;}

    .hm-testimonials .hm-testi-item{ padding: 20px; height: 343px;}
    .hm-testimonials .testi-blk .owl-nav {
        bottom: -80px;
        max-width: 400px;
    }
}

@media screen and (max-width: 1240px) {
    .container, .testi-btm-cnt{max-width: 990px;padding: 0 10px;}
    .hm-testimonials .text-heading {
        font-size: 40px;
    }
    .hm-testimonials .star-rat {
        transform: scale(0.8);
        margin: 0 auto 10px;
    }
    .hm-testimonials .hm-testi-item p {
        font-size: 20px;
        line-height: 1.4;
        margin: 0 0 15px;
    }
    .hm-testimonials .hm-testi-item .author {
        font-size: 25px;
    }
    .hm-testimonials .hm-testi-item {
        padding: 20px;
        height: 293px;
    }
    .hm-testimonials .testi-blk .owl-nav {
        bottom: -80px;
        max-width: 360px;
    }
}


@media screen and (max-width:991px) {
    .container, .testi-btm-cnt{max-width: 720px;}

    .hm-testimonials .hm-testi-item{ margin: 0;}
    .hm-testimonials .testi-blk {margin-bottom: 20px;}
    .hm-testimonials .text-heading {
        font-size: 38px;
        max-width: 364px;
        margin: 0 auto 15px;
    }
    .hm-testimonials .hm-testi-item p {
        -webkit-line-clamp: 5;
        line-clamp: 5;
    }
    .hm-testimonials {
        padding: 60px 0;
        padding-bottom: 0 !important;
    }

    .testi-btm-cnt {
        margin: -96px auto 0;
    }
    .hm-testimonials .hm-testi-item {
        padding: 20px;
        height: auto;
    }
    .hm-testimonials .owl-dots {
        text-align: center;
        padding: 10px 0 0;
    }
    .hm-testimonials button.owl-dot {
        background-color: #d9a73a !important;
        width: 10px;
        height: 10px;
        margin: 0 5px;
        border-radius: 100%;
    }
    .hm-testimonials button.owl-dot.active {
        background-color: #19466f !important;
    }
    .hm-testimonials .testi-btn {
        padding: 0;
    }
}

@media screen and (max-width: 767px) {
    .hm-testimonials .text-heading {
        font-size: 33px; 
    }
    .hm-testimonials .hm-testi-item p {
        font-size: 19px;
    }
    .hm-testimonials .hm-testi-item .author {
        font-size: 23px;
    }
    .hm-testimonials {
        padding: 40px 0;
        /* background-image: -webkit-linear-gradient(157deg, rgb(209, 227, 245) 0%, rgb(229, 240, 250) 19%, rgb(249, 252, 255) 50%, rgb(237, 244, 252) 81%, rgb(225, 236, 248) 100%); */
    }
    .testi-btm-cnt {
        margin: -60px auto 0;
    }
}
@media screen and (max-width: 480px) {
    .hm-testimonials .text-heading {
        font-size: 28px;
    }
    .hm-testimonials .hm-testi-item p {
        font-size: 17px;
    }
    .hm-testimonials .hm-testi-item .author {
        font-size: 21px;
    }
    .testi-btm-cnt {
        margin: -12px auto 0;
    }
    .hm-testimonials .hm-testi-item {
        padding: 15px;
    }
}



 
/* Home Location Section*/
.hm-location-sec {
    padding: 50px 0 0;
    background-image: url(./images/location-sec-bg.webp);
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
.hm-location-sec .container{
    width: 100%;
    max-width: 100%;
    margin: auto;
}
.map-logo-img {
    padding-left: 30px;
    max-width: 450px;
    margin: 0 0 20px;
}
.map-logo-img img {
    opacity: 80%;
}
.map-main-cont{
    display: flex;
    align-items: end;
}
.location-cont {
    display: flex;
    justify-content: end;
    position: relative;
    margin-bottom: 20px;
}
.map-lft-sec{
    width: 50%;
}
.map-rit-cont {
    width: 50%;
    max-width: 732px;
    margin: 0 auto 65px;
}
.tab-pane {
    display: none;
}
.tab-pane.tab-pane-active {
    display: block;
}
.location-cont .tab-btn.tab-btn-active {
    position: relative;
    background-color: #19466f;
    border: 4px solid #d9a73a;
}
.location-cont .tab-btn.tab-btn-active .loc,
.location-cont .tab-btn.tab-btn-active .loco-para{
    color: #ffffff;
}
.location-cont .tab-btn {
    padding: 30px 14px 30px 14px !important;
    cursor: pointer;
    width: 50%;
    border: 4px solid #fff;
}
.location-cont{
    width: 93%;
    margin-left: auto;
}
.location-cont .tab-btn-group {
    display: flex;
    justify-content: space-between;
    padding: 0 25px;
    position: relative;
    z-index: 1;
    cursor: pointer;
}
.location-cont .tab-btn-group {
    display: flex;
    justify-content: space-between;
    padding: 0 25px;
    position: relative;
    z-index: 1;
    cursor: pointer;
    width: 93%;
    margin-left: auto;
}
.location-cont .tab-btn .loc{
    font-family: 'Geist';
    font-weight: 800;
    font-size: 18px;
    line-height: 1;
    letter-spacing: normal;
    color: #19466f;
    text-align: left;
    text-decoration: none;
    text-transform: capitalize;
    margin: 0 0 10px;
    padding-left: 45px;
    position: relative;
	display:block;
}
.location-cont .tab-btn .loc::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 40px;
    width: 27px;
    background-image: url(./images/hm-spirites.webp);
    background-repeat: no-repeat;
    background-position: -248px -61px;
}
.location-cont .tab-btn .loco-para{
    font-family: 'Geist';
    font-weight: 500;
    font-size: 18px;
    line-height: 1.5;
    letter-spacing: normal;
    color: #19466f;
    text-align: left;
    text-decoration: none;
    text-transform: none;
    margin: 0 0 0px;
    padding-left: 45px;
}
.map-lft-sec .tab-content-inner{
    position: relative;
    padding-right: 20px;
}
.map-lft-sec .tab-content-inner::before {
    position: absolute;
    content: "";
    top: 0;
    right: 0px;
    margin: auto;
    width: 5px;
    height: 320px;
    background-image: -webkit-linear-gradient( 90deg, rgb(164,110,19) 0%, rgb(249,201,81) 50%, rgb(164,110,19) 100%);
}
.map-rit-cont .let {
	display:block;
    font-family: 'Geist';
    font-weight: 600;
    font-size: 80px;
    line-height: 1;
    letter-spacing: normal;
    color: #19466f;
    text-align: left;
    text-decoration: none;
    text-transform: uppercase;
    margin: 0 0 30px;
}
.btn.formBtn {
    text-align: center;
}


#footerForm {
    max-width: 800px;
    margin: auto;
    background-color: #19466f;
    padding: 50px;
    position: relative;
}
#footerForm .gform_wrapper.gravity-theme .gfield input.large, #footerForm .gform_wrapper.gravity-theme .gfield textarea.large {
    background-color: #fff !important;
    padding: 15px !important;
    border-radius: 0 !important;
    color: #000 !important; font-weight: 500 !important; 
    font-family: 'Geist' !important; 
    letter-spacing: 0 !important;
    line-height: 1 !important;
}
button.close-btn.mfp-close {
    background-color: #fff;
    border-radius: 100%;
    opacity: 1;
    width: 30px;
    height: 30px;
    line-height: 30px;
    right: 10px;
    top: 10px;
}

#footerForm input::placeholder, #footerForm textarea::placeholder{ color: #000 !important; font-weight: 500 !important;     font-family: 'Geist' !important;}

#footerForm .gform_wrapper.gravity-theme .gfield textarea.large {
    height: 100px !important;
}

#footerForm .paoc-popup-sheading {
    text-align: center;
    color: #fff;
    font-size: 15px;
    line-height: 1;
    margin: 0 0 20px;
}
#myPopup.show {
    position: absolute;
    z-index: 5;
    padding: 10px;
    display: block;
    margin: 0;
}
.popuptext {
    transition: transform .15s ease-out .15s;
    pointer-events: none;
    text-align: center;
    border: 1px solid rgb(22 80 41);
    background: #fff;
    font-size: 14px;
    color: #000 !important;
    line-height: 1.5;
    max-width: 650px;
    padding: 10px;
    position: absolute;
    z-index: 5;
    display: none;
}
#footerForm label, #footerForm  .form-links a {
    color: #fff;
    font-size: 15px;
    cursor: pointer;
}
#footerForm .gchoice {
    margin: -16px 0 0;
}
#footerForm input[type="submit"] {
    padding: 16px 45px !important;
    color: #000;
    font-size: 17px !important;
    display: inline-block;
    background-image: -webkit-linear-gradient(0deg, rgb(164, 110, 19) 0%, rgb(249, 201, 81) 50%, rgb(164, 110, 19) 100%) !important;
    border-radius: 50px !important;
    font-weight: 700 !important;
    border: none !important;
}
#footerForm input[type="submit"]:hover{ background-image: none !important;     background-color: #135ea3 !important; color: #fff;}
#footerForm .gform-footer.gform_footer.top_label {
    margin: 0 !important;
    justify-content: flex-end;
    padding: 0 !important;
    position: absolute;
    right: 50px;
    bottom: 40px;
}
#footerForm input[type=checkbox]{
    margin: -3px 5px 0 0;
}
#footerForm .form-links {
    color: #fff !important;
}
#footerForm .form-links a:hover{
    color:#b6902d;
}
#footerForm div#validation_message_6_12 {
    left: 80px;
    top: 7px;
}
#footerForm .gform_wrapper .gform_validation_errors {
    display: none;
}
#footerForm .gform_wrapper .gfield {
    position: relative;
}
#footerForm .gform_wrapper .gfield .validation_message.gfield_validation_message,
#footerForm .gform_wrapper .gfield .instruction.validation_message {
    position: absolute;
    top: 4px;
    background: none;
    padding: 0px;
    line-height: 1;
    color: #ff0000;
    font-size: 13px;
    right: 10px;
    font-weight: 500;
    width: auto;
    border: none;
    pointer-events: none;
    margin: 0;
}
#footerForm .gform_wrapper .gfield .instruction.validation_message {
    top: 37px;
}
#footerForm .gform_wrapper .field_description_below .gfield_description {
    padding-top: 0
}


@media screen and (max-width:1800px) {
    .location-cont {width: 100%;}  
}
@media screen and (max-width:1700px) {
    .map-lft-sec .tab-content-inner iframe {
        height: 480px;
    }
    .map-rit-cont {
        max-width: 622px;
        margin: 0 auto 92px;
    }
    .map-rit-cont .let {
        font-size: 75px;
    }
    .location-cont .tab-btn {
        padding: 20px !important;
    }
    .map-lft-sec {
        width: 51%;
    }
    .location-cont .tab-btn .loco-para{font-size: 17px;}
}

@media screen and (max-width:1500px) {
    .map-rit-cont .let {
        font-size: 70px;
    }
    .map-logo-img {
        padding-left: 30px;
        max-width: 350px;
        margin: 0 0 20px;
    }
    .location-cont .tab-btn{ padding: 20px;}
    .map-lft-sec .tab-content-inner iframe {
        height: 420px;
    }
    .map-rit-cont {
        max-width: 622px;
        margin: 0 auto 72px;
        padding-left: 30px;
        width: 43%;
    }
    .map-lft-sec {
        width: 55%;
    }
    .location-cont .tab-btn .loco-para {
        font-size: 15px;
        padding-left: 35px;
    }
    .location-cont .tab-btn .loc {
        font-size: 17px;
        padding-left: 35px;
    }
    .location-cont .tab-btn .loc::before{ transform: scale(0.9);}
}


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

    .hm-location-sec {padding: 35px 0 0;}
    .map-rit-cont .let {
        font-size: 60px;
    }
    .map-rit-cont {
        max-width: 100%;
        margin: 0 auto 40px;
        padding-left: 20px;
        width: 41%;
    }
    .map-logo-img {
        padding-left: 30px;
        max-width: 320px;
        margin: 0 0 20px;
    }
    .map-lft-sec .tab-content-inner iframe {
        height: 380px;
    }
    .map-lft-sec {
        width: 59%;
    }
    .map-lft-sec .tab-btn-group {
        padding: 0;
    }
    .location-cont .tab-btn .loco-para {
        font-size: 14px;
    }
    .location-cont .tab-btn {
        padding: 19px !important;
    }
    
}

@media screen and (max-width: 991px) {
    .hm-location-sec .container{ max-width: 720px; padding: 0;}
    .hm-location-sec{ padding: 50px 0 0;background-image: url(./images/location-sec-mbl-bg.webp);}
    .map-logo-img img {
        opacity: 100%;
        max-width: 320px;
        width: 100%;
        margin: 0px auto 20px;
    }
    .map-main-cont {
        align-items: center;
        flex-direction: column-reverse;
    }
    .map-lft-sec {
        width: 100%;
    }
    .map-rit-cont {
        max-width: 100%;
        margin: 0;
        padding: 0px 0 30px;
        width: 100%;
        text-align: center;
    }
    .map-rit-cont .let {
        font-size: 47px;
        text-align: center;
        max-width: 480px;
        margin: 0 auto 20px;
    }
    .location-cont .tab-btn .loco-para {
        font-size: 15px;
    }
    .location-cont .tab-btn .loc::before {
        transform: scale(0.9);
        top: -10px;
    }
    .map-lft-sec .tab-content-inner iframe { height: 350px; }

    .map-logo-img {
        margin: auto;
        padding: 0;
        max-width: 300px;
    }
    .map-rit-cont .let br{ display: none;}


    #footerForm {max-width: 650px;padding: 20px;  margin: 20px auto 20px;}

    #footerForm .mfp-container{ padding: 15px !important;}

    #footerForm .gform-footer.gform_footer.top_label {
        margin: 0 !important;
        justify-content: center;
        position: relative;
        right: 0;
        bottom: 0;
        padding: 20px 0 0 !important;
    }

    #footerForm input[type="submit"] {
        padding: 17px 45px !important;
        font-size: 16px !important;
        line-height: 1 !important;
    }

    
}
@media screen and (max-width: 767px) {
    .hm-location-sec .container{ max-width: 100%; padding: 0 10px;}
    .hm-location-sec {
        padding: 40px 0 0;
    }
    .map-lft-sec .tab-btn-group {
        padding: 0;
        flex-direction: column;
        align-items: center;
        gap: 10px;
    }
    .location-cont::before{ display: none;}
    .location-cont .tab-btn {
        width: 100%;
        max-width: 320px;
        border: 2px solid #c5912b;
        padding: 15px;
    }
    .map-lft-sec .tab-content-inner iframe {
        height: 320px;
    }
    .map-rit-cont .let {
        font-size: 40px;
        text-align: center;
        max-width: 420px;
        margin: 0 auto 15px;
    }
    .location-cont .tab-btn .loc::before {
        transform: scale(0.9);
        top: -5px;
    }

}

@media screen and (max-width: 480px) {
    .location-cont .tab-btn .loco-para {
        font-size: 14px;
    }
    .map-rit-cont .let {
        font-size: 31px;
        max-width: 400px;
    }
    a.cmn-btn {
        font-size: 16px;
        padding: 14px 28px;
    }
    .location-cont .tab-btn {
        padding: 18px !important;
    }

    button.close-btn.mfp-close {
        right: 0px;
        top: 0;
    }
    #footerForm .paoc-popup-sheading { 
        font-size: 14px;
    }
}