/**
 * Theme Name: Hm Trial
 * Template:   oceanwp
 * ...other header fields
 */


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

@font-face {
    font-display: swap;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    src: url('./fonts/inter-v20-latin-500.woff2') format('woff2');
}

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

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

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

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

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

@font-face {
    font-display: swap;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 100;
    src: url('./fonts/inter-v20-latin-100.woff2') format('woff2');
}

@font-face {
    font-family: 'Inter 24pt';
    src: url('./fonts/Inter24pt-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter 24pt';
    src: url('./fonts/Inter24pt-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter 24pt';
    src: url('./fonts/Inter24pt-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

:root {
    --blue: #1e90ff;
    --white: #ffffff;
    --placeholdercolor: currentColor;
    --headingFont: "Poppins", sans-serif;
    --bodyFont: "Poppins", 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: #0a0a23;
}

.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: 769px) {
    .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;
}

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%;
}

/* Common Styling */

a.cmn-btn {
    display: inline-block;
    font-size: 20px;
    font-weight: 700;
    font-family: 'Inter';
    line-height: 1;
    color: #fff;
    background-color: #cb5827;
    text-decoration: none;
    padding: 25px 66px;
    border-radius: 50px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    position: relative;
}

a.cmn-btn:hover::before {
    content: "";
    position: absolute;
    padding: 1px;
    background: linear-gradient(182deg, #cb5827 57%, #cb582700 100%);
    mask: linear-gradient(#0b0b26 0 0) content-box,
        linear-gradient(#0b0b26 0 0);
    mask-composite: exclude;
    height: 100%;
    width: 100%;
    border-radius: 50px;
    top: 0;
    left: 0;
}

a.cmn-btn:hover {
    background-color: #0b0b26;
    color: #fff;
}

.text-heading {
    font-family: 'Inter Tight';
    font-weight: 700;
    font-size: 74px;
    color: #fff;
    line-height: 1.1;
    letter-spacing: -0.9px;
    margin: 0 0 40px 0;
}

.text-heading strong {
    font-weight: 700;
    color: #cb5827;
    /* display: block; */
}

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

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

    a.cmn-btn {
        font-size: 19px;
        padding: 24px 58px;
    }


}

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

    a.cmn-btn {
        font-size: 18px;
        padding: 22px 50px;
    }

    .text-heading {
        font-size: 66px;
        letter-spacing: -0.82px;
    }
}

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

    a.cmn-btn {
        font-size: 17px;
        padding: 20px 44px;
    }

    .text-heading {
        font-size: 61px;
        letter-spacing: -0.7px;
        margin-bottom: 35px;
    }
}

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

    .container {
        max-width: 1126px;
    }

    a.cmn-btn {
        font-size: 16px;
        padding: 18px 38px;
    }

    .text-heading {
        font-size: 56px;
        letter-spacing: -0.6px;
    }

}

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

    a.cmn-btn {
        font-size: 15px;
        padding: 17px 35px;
    }

    .text-heading {
        font-size: 52px;
        letter-spacing: -0.5px;
    }
}

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

    a.cmn-btn {
        font-size: 14px;
        padding: 16px 31px;
    }

    .text-heading {
        font-size: 50px;
        letter-spacing: -0.3px;
        margin-bottom: 28px;
    }

}

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

    a.cmn-btn {
        font-size: 15px;
        padding: 16px 35px;
    }

    .text-heading {
        font-size: 42px;
        letter-spacing: -0.1px;
        margin-bottom: 20px;
    }

}

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

    a.cmn-btn {
        font-size: 14px;
        padding: 14px 30px;
    }

    .text-heading {
        font-size: 32px;
        letter-spacing: 0px;
    }
}

@media screen and (max-width:480px) {
    a.cmn-btn {
        font-size: 13px;
        padding: 12px 25px;
    }

    .text-heading {
        font-size: 24px;
    }
}

/* Header Section Starts */

.header-sec {
    background-color: transparent;
    padding: 23px 0;
    position: fixed;
    z-index: 999;
    width: 100%;
}

.header-sec.f-nav {
    border-bottom: 2px solid #cb5827;
    background-color: #0a0a23;
}

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

.logo-container .logo {
    width: 20.4%;
}

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

.header-rit {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.top-rit .widget {
    display: flex;
    justify-content: end;
    gap: 29px;
    align-items: center;
}

.top-rit .header-top-call a {
    font-family: 'Inter';
    font-weight: 700;
    font-size: 31px;
    letter-spacing: -0.6px;
    line-height: 1;
    display: inline-block;
    color: #ffffff;
    padding: 1px 0 4px 37px;
    position: relative;
}

.top-rit .header-top-call a:hover {
    color: #cb5827;
}

.top-rit .header-top-call a::before {
    position: absolute;
    content: "";
    background-image: url(images/hm-sprites.webp);
    height: 36px;
    width: 28px;
    background-position: -10px -10px;
    left: 0;
    top: 0;
}

.header-rit .header-avble {
    font-family: 'Inter';
    font-weight: 500;
    font-size: 26px;
    color: #ffffff;
    letter-spacing: 0;
    line-height: 1;
    margin-bottom: 0;
}

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

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

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

.top-menu ul li a {
    position: relative;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 18px;
    line-height: 1;
    color: #fff;
    letter-spacing: 0.36px;
    font-family: 'Inter';
    display: block;
    outline: 0;
    border: 0;
}

.top-menu ul li.current-menu-item>a,
.top-menu ul li:hover>a {
    color: #c05427;
}

.top-menu ul.sub-menu li:hover>a {
    background-color: #c05427;
    color: #fff;
}

.top-menu ul li ul.sub-menu {
    display: none;
    width: 200px;
    position: absolute;
    top: 100%;
    left: 0;
    right: auto;
    background-color: #fff;
    padding: 0px;
    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 !important;
    background-color: #c05427;
}

.current_page_ancestor a {
    color: #c05427;
}


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

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

.top-menu .sub-menu li:last-child {
    border-bottom: none;
}

.top-menu .sub-menu li a {
    float: left;
    font-size: 15px;
    font-family: 'Inter';
    font-weight: 600;
    width: 100%;
    line-height: 1;
    padding: 10px 14px;
    color: #0a0a23;
    display: block;
    text-transform: capitalize;
}

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

.header-lang img {
    display: none;
}

.header-lang {
    display: flex;
    background-color: rgb(255, 255, 255, 0.13);
    padding: 5px;
    border-radius: 50px;
    gap: 2px;
    margin-top: -6px;
}

.header-lang a {
    font-family: 'Inter';
    font-weight: 700 !important;
    font-size: 18px;
    letter-spacing: 0.3px;
    color: #fff;
    padding: 7px 19px;
    text-transform: uppercase;
    border-radius: 50px;
}

.header-lang a.gt-current-lang {
    background: #cb5827;
}

.header-lang.mobile,
.header-lang.tab {
    display: none;
}


/* 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: 768px) and (max-width: 1024px) {
    .showhide {
        display: block;
    }
}

.mobinav {
    width: 100%;
    color: #fff;
    box-sizing: border-box;
    z-index: 99999995;
    background: #0a0a23;
    width: 100%;
    max-width: 300px;
    height: 100%;
    min-height: 100vh;
    position: fixed;
    overflow-x: auto;
    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 strong {
    font-weight: inherit;
}

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

.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;
    cursor: pointer;
}

.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: 18px;
    height: 2px;
    top: 16px;
    right: 1px;
}

.mobinav ul li .drop.close::after {
    width: 2px;
    height: 18px;
    top: 8px;
    right: 9px;
}

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

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

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

/* Mobile Menu Ends */


/* Footer Section */
.ftr-sec {
    background-image: url(./images/ftr-bg.webp);
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: cover;
}

.site-footer {
    padding: 0;
    color: #fff;
}

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

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

.growthlab {
    display: block;
}

.ftr-menu ul {
    padding: 33px 0 0;
    text-align: center;
    border-top: 1px solid #232136;
    border-bottom: 1px solid #232136;
    margin: 0 0 45px;
}

.ftr-menu ul li {
    margin: 0 24px 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: 'Inter';
    font-size: 18px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0.6px;
    position: relative;
    padding: 0 27px 34px;
    display: inline-block;
}

.ftr-menu ul li a:hover::before,
.ftr-menu ul li.current-menu-item a::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 2px;
    background-color: #cb5827;
    bottom: 0;
    left: 0;
}

.ftr-blks {
    display: flex;
    justify-content: space-between;
    gap: 29px;
    max-width: 1135px;
    margin: auto;
    padding: 0 0 0 68px;
}

.ftr-map-cnt.sugar {
    width: 30%;
}

.ftr-map-cnt.katy {
    width: 27.4%;
}

.ftr-map-cnt.lincoln {
    width: 23.7%;
}

.ftr-map-cnt {
    width: 19.2%;
    padding: 0 0 0 42px;
    position: relative;
    display: flex;
    flex-direction: column;
}

.ftr-map-cnt::before {
    position: absolute;
    content: "";
    width: 25px;
    height: 35px;
    background-image: url(./images/hm-sprites.webp);
    background-position: -264px -88px;
    top: 0;
    left: 0;
}

.ftr-loc .ftr-cnt::before {
    position: absolute;
    content: "";
    width: 31px;
    height: 31px;
    background-image: url(./images/hm-sprites.webp);
    background-position: -604px -141px;
    bottom: 1px;
    left: 0;
}

.ftr-loc {
    margin-top: auto;
}

.ftr-menu ul li a:hover,
.ftr-menu ul li.current-menu-item a {
    color: #cb5827;
}

.ftr-cnt-title {
    text-transform: capitalize;
    color: #fff;
    font-family: 'Inter';
    font-size: 31px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: -1.6px;
    margin: 0 0 14px;
}

.ftr-map-cnt p {
    color: #fff;
    font-family: 'Inter';
    font-size: 19px;
    font-weight: 400;
    line-height: 1.7;
    letter-spacing: -0.4px;
    margin: 0 0 11px;
}

.loc-cnt {
    color: #cb5827 !important;
    text-transform: capitalize;
    text-decoration: underline;
    font-family: 'Inter';
    display: inline-block;
    font-size: 20px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: -0.3px;
    margin: 0 0 22px;
    text-underline-offset: 5px;
}

.loc-cnt:hover {
    color: #fff !important;
    text-decoration: underline;
}

.ftr-cnt {
    font-family: 'Inter';
    font-size: 27px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: -0.4px;
    margin: 0 0 10px;
}

.ftr-cnt:hover {
    color: #cb5827;
}

.copyrights {
    padding: 17px 0;
    text-align: center;
}

.copyrightmenu ul {
    margin: 0;
}

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

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

.ftrlink {
    display: inline-block;
}

.cpy-inr {
    display: inline-block;
}

.copyrights p,
.copyrights a {
    color: #fff;
    font-size: 17px;
    font-weight: 400;
    line-height: 1.7;
    font-family: "inter";
}

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

.copyrightmenu ul li a:hover {
    color: #cb5827;
}

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

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

.soc-icons-main {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-top: 43px;
    position: relative;
}

.soc-icons-main::before {
    position: absolute;
    content: "";
    width: 34.5%;
    height: 1px;
    background-color: #1d1a2e;
    bottom: 0;
    top: 0;
    left: 0;
    margin: auto;
    z-index: 0;
}

.soc-icons-main::after {
    position: absolute;
    content: "";
    width: 34.5%;
    height: 1px;
    background-color: #1d1a2e;
    bottom: 0;
    top: 0;
    right: 0;
    margin: auto;
    z-index: 0;
}

.soc-icons-main a {
    height: 55px;
    width: 55px;
    background-image: url(images/hm-nav-bg-icon.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 50%;
    display: inline-block;
    position: relative;
    font-size: 0;
}

.soc-icons-main a::before {
    content: "";
    position: absolute;
    background-image: url(images/hm-sprites.webp);
    background-position: -33px -203px;
    background-repeat: no-repeat;
    width: 12px;
    height: 23px;
    inset: 0 0 0 0;
    margin: auto;
}

.soc-icons-main a:hover {
    background-color: #cb5827;
    background-position: -13px -234px;
}

.soc-icons-main a.twitter::before {
    background-position: -72px -203px;
    width: 23px;
}

.soc-icons-main a.insta::before {
    background-position: -118px -202px;
    width: 23px;
}

.soc-icons-main a.lkdn::before {
    background-position: -164px -203px;
    width: 23px;
}

.soc-icons-main a.avvo::before {
    background-position: -201px -203px;
    width: 24px;
}

.soc-icons-main a.loc::before {
    background-position: -244px -204px;
    width: 21px;
    height: 21px;
}

.soc-icons-main a.youtube::before {
    background-position: -284px -206px;
    height: 18px;
    width: 26px;
}

.soc-icons-main a:hover::before {
    background-position: -33px -250px;
}

.soc-icons-main a.twitter:hover::before {
    background-position: -72px -250px;
}

.soc-icons-main a.insta:hover::before {
    background-position: -118px -250px;
}

.soc-icons-main a.lkdn:hover::before {
    background-position: -164px -250px;
}

.soc-icons-main a.avvo:hover::before {
    background-position: -201px -250px;
}

.soc-icons-main a.loc:hover::before {
    background-position: -244px -251px
}

.soc-icons-main a.youtube:hover::before {
    background-position: -284px -253px;
}

@media screen and (max-width:1680px) {
    .site-footer .container {
        max-width: 1314px;
    }

    .ftr-menu ul li a {
        font-size: 16px;
        padding: 0 20px 34px;
    }

    .ftr-cnt-title {
        font-size: 28px;
    }

    .ftr-blks {
        max-width: 1000px;
        padding: 0 0 0 50px;
    }

    .ftr-map-cnt p {
        font-size: 17px;
    }

    .loc-cnt {
        font-size: 18px;
    }

    .ftr-cnt {
        font-size: 24px;
    }

    .ftr-map-cnt {
        padding: 0 0 0 38px;
    }

    .ftr-map-cnt::before {
        transform: scale(0.9);
    }

    .soc-icons-main a {
        transform: scale(0.9);
    }

    .soc-icons-main::before {
        width: 32.5%;
    }

    .soc-icons-main::after {
        width: 32.5%;
    }

    .ftr-loc .ftr-cnt::before {
        bottom: 0px;
        left: -10px;
    }
}

@media screen and (max-width:1550px) {
    .site-footer .container {
        max-width: 1212px;
    }

    .ftr-menu ul li a {
        font-size: 15px;
        padding: 0 18px 34px;
    }

    .ftr-cnt-title {
        font-size: 26px;
    }

    .ftr-map-cnt p {
        font-size: 16px;
    }

    .loc-cnt {
        font-size: 16px;
        margin: 0 0 18px
    }

    .ftr-blks {
        max-width: 940px;
    }

    .ftr-cnt {
        font-size: 22px;
    }
}

@media screen and (max-width:1440px) {
    .site-footer .container {
        max-width: 1126px;
    }

    .ftr-menu ul li a {
        font-size: 14px;
        padding: 0 15px 30px;
    }

    .ftr-menu ul {
        padding: 30px 0 0;
    }

    .ftr-cnt-title {
        font-size: 24px;
    }

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

    .ftr-blks {
        max-width: 900px;
    }

    .ftr-cnt {
        font-size: 21px;
    }

    .soc-icons-main a {
        transform: scale(0.8);
    }

    .soc-icons-main {
        gap: 7px;
    }

    .soc-icons-main::before {
        width: 30.5%;
    }

    .soc-icons-main::after {
        width: 30.5%;
    }

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

@media screen and (max-width:1366px) {
    .site-footer .container {
        max-width: 1068px;
    }

    .ftr-menu ul li a {
        font-size: 13px;
        padding: 0 14px 25px;
    }

    .ftr-cnt-title {
        font-size: 23px;
    }

    .ftr-map-cnt p {
        font-size: 14px;
        margin: 0 0 10px;
    }

    .loc-cnt {
        font-size: 15px;
        margin: 0 0 10px;
    }

    .ftr-map-cnt::before {
        transform: scale(0.8);
    }

    .ftr-loc .ftr-cnt::before {
        transform: scale(0.9);
    }

    .ftr-loc .ftr-cnt::before {
        left: -3px;
        transform: scale(0.85);
        bottom: 3px;
    }

    .ftr-blks {
        max-width: 890px;
    }

    .ftr-cnt {
        font-size: 20px;
    }

    .soc-icons-main::before {
        width: 29%;
    }

    .soc-icons-main::after {
        width: 29%;
    }

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

}

@media screen and (max-width:1240px) {
    .site-footer .container {
        max-width: 1068px;
    }

    .ftr-blks {
        max-width: 870px;
    }

    .ftr-menu ul li a {
        padding: 0 12px 25px;
    }

    .ftr-cnt-title {
        font-size: 21px;
    }

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

    .copyrights {
        padding: 15px 0;
    }

    .growthlab img {
        max-width: 180px;
    }
}

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

    .ftr-blks {
        max-width: 100%;
        flex-direction: row;
        flex-wrap: wrap;
        gap: 20px;
        padding: 0;
    }

    .ftr-map-cnt {
        max-width: 330px;
        padding: 50px 30px 25px;
        width: 100% !important;
        margin: auto;
        border: 1px solid #cb5825;
        border-radius: 20px;
    }

    .ftr-map-cnt::before {
        left: 0;
        right: 0;
        margin: auto;
        top: 10px;
    }

    .ftr-map-cnt p {
        text-align: center;
        letter-spacing: 0;
    }

    .ftr-map-cnt p br {
        display: none;
    }

    .ftr-cnt-title {
        font-size: 20px;
        text-align: center;
        letter-spacing: 0;
    }

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

    .ftr-loc {
        text-align: center;
        max-width: max-content;
        padding: 0 0 0 40px;
        position: relative;
        margin: auto;
    }

    .ftr-loc .ftr-cnt::before {
        left: 0;
    }

    .soc-icons-main::before,
    .soc-icons-main::after {
        display: none;
    }

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

    .ftr-menu ul {
        border-bottom: 0;
        margin: 0 0 21px;
    }

    .ftr-loc .ftr-cnt::before {
        transform: scale(0.8);
    }

    .ftr-menu ul li a {
        font-size: 14px;
        padding: 0 12px 20px;
    }

    .soc-icons-main {
        margin-top: 32px;
    }
}

@media screen and (max-width:767px) {
    .ftr-menu ul li a {
        font-size: 14px;
        padding: 0 5px 8px;
        margin-bottom: 3px;
    }

    .ftr-map-cnt {
        padding: 50px 25px 25px;
    }

    .ftr-blks {
        gap: 23px;
    }

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

    .copyrightmenu ul li a {
        padding: 0 4px;
    }
}

@media screen and (max-width:480px) {
    .soc-icons-main {
        margin-top: 27px;
        flex-wrap: wrap;
        gap: 0;
    }

    .soc-icons-main a {
        height: 40px;
        width: 40px;
    }

    .soc-icons-main a::before {
        transform: scale(0.8);
    }

    .ftr-menu ul li a {
        margin-bottom: 8px;
    }
}



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

    .header-rit .header-avble {
        font-size: 25px;
    }

    .top-rit .header-top-call a {
        font-size: 29px;
        letter-spacing: -0.5px;
    }

    .top-rit .header-top-call a::before {
        transform: scale(0.94);
    }

    .top-menu ul li a {
        font-size: 17px;
        letter-spacing: 0.34px;
    }

    .header-lang a {
        font-size: 17px;
    }
}

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

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

    .header-rit .header-avble {
        font-size: 23px;
    }

    .top-rit .header-top-call a {
        font-size: 27px;
        letter-spacing: -0.4px;
    }

    .top-rit .header-top-call a::before {
        transform: scale(0.87);
    }

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

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

    .header-rit {
        gap: 21px;
    }

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

    .header-lang a {
        font-size: 16px;
        padding: 6px 17px;
        letter-spacing: 0.2px;
    }
}

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

    .header-rit .header-avble {
        font-size: 21px;
    }

    .top-rit .header-top-call a {
        font-size: 25px;
        letter-spacing: -0.3px;
        padding: 1px 0 4px 34px;
    }

    .top-rit .header-top-call a::before {
        transform: scale(0.82);
        top: -2px;
    }

    .header-rit {
        gap: 18px;
    }

    .top-menu ul li a {
        font-size: 15px;
        letter-spacing: 0.3px;
    }

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

    .header-sec {
        padding: 21px 0;
    }

    .top-menu .sub-menu li a {
        font-size: 13px;
        padding: 9px 12px;
    }

    .header-lang a {
        padding: 5px 15px;
    }

    .header-lang {
        margin-top: -4px;
    }

}

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

    .top-rit .header-top-call a {
        font-size: 24px;
        letter-spacing: -0.2px;
    }

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

    .header-rit .header-avble {
        font-size: 20px;
    }

    .top-rit .header-top-call a::before {
        transform: scale(0.75);
        top: -3px;
    }

    .top-menu ul li a {
        font-size: 14px;
        letter-spacing: 0.28px;
    }

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

    .header-lang a {
        font-size: 15px;
    }
}

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

    .top-rit .header-top-call a {
        font-size: 22px;
        letter-spacing: -0.1px;
        padding: 1px 0 3px 30px;
    }

    .top-rit .header-top-call a::before {
        transform: scale(0.73);
        top: -4px;
    }

    .header-rit .header-avble {
        font-size: 19px;
    }

    .header-rit {
        gap: 13px;
    }

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

    .header-sec {
        padding: 18px 0;
    }

}

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

    .top-rit .header-top-call a {
        font-size: 21px;
        letter-spacing: 0px;
    }

    .top-rit .header-top-call a::before {
        transform: scale(0.7);
        top: -5px;
    }

    .header-rit .header-avble {
        font-size: 18px;
    }

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

    .top-menu ul li a {
        font-size: 13px;
        letter-spacing: 0.2px;
    }

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

    .top-menu .sub-menu li a {
        font-size: 12px;
    }

    .top-menu ul li ul.sub-menu {
        width: 160px;
    }

    .logo-container .logo {
        width: 21.4%;
    }

    .header-lang a {
        font-size: 14px;
    }
}

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

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

    .mobinav .top-rit {
        display: block;
    }

    .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: 'Inter';
        display: inline-block;
    }

    button.showhide {
        background: #cb5827;
        border: none;
        width: 41px;
        height: 38px;
        padding: 0px 8px;
        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: #0a0a23;
        padding: 13px 25px;
        width: 100%;
        border-bottom: 2px solid #cb5827;
    }

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

    .logo img {
        max-width: 300px;
    }

    .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: #cb5827;
        line-height: 27px;
        font-size: 30px;
        text-align: center;
        color: #fff;
        cursor: pointer;
        padding: 0;
    }

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

    .tab-call {
        display: block;
        margin-left: auto;
    }

    .mobinav .header-top-call a {
        font-size: 20px;
    }

    .mobinav .header-avble {
        margin-bottom: 0;
        width: 100%;
        font-size: 20px;
    }

    .top-rit .widget {
        gap: 8px;
        flex-direction: column;
    }

    .header-top-call {
        width: 100%;
    }

    .mobinav .header-top-call a {
        font-size: 21px;
        padding: 2px 0 0 30px;
    }

    .header-lang.tab {
        display: block;
    }

    .header-lang.dk {
        display: none;
    }

    .header-right-tab {
        display: flex;
        gap: 15px;
        align-items: center;
    }

}

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

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

    .mobile-menu-button-container {
        background: #cb5827;
        margin-top: 10px;
        display: flex;
        justify-content: flex-start;
        align-items: center;

    }

    .header-lang.mobile {
        display: block;
    }

    .header-lang.tab {
        display: none;
    }

    .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: 10px 0 0 0 !important;
        border-bottom: 2px solid #fff !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;
    }

    .logo img {
        max-width: 100%;
        width: 100%;
    }

    .logo-container .logo {
        width: 100% !important;
        max-width: 250px;
        margin: 0 auto;
        flex-direction: column;
        gap: 0;
    }

    .logo img {
        margin-bottom: 15px;
    }

    .header-lang a {
        font-size: 13px;
    }
}


/* HomePage Form Section Starts */

.ftr-sec {
    background-image: url(./images/ftr-bg.webp);
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: 100% 100%;
    position: relative;
    z-index: 3;
}


.footer-top-sec {
    padding: 100px 0 69px;
    position: relative;
    z-index: 2;
}

.footer-top-sec::before {
    content: "";
    position: absolute;
    background-image: url(images/ftr-top-grad-img.webp);
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 66.2%;
    height: 1.9%;
    top: -1.9%;
    right: 0;
    left: 0;
    margin: 0 auto;
    z-index: 2;
}

.ftr-top-list {
    display: flex;
    justify-content: space-between;
    width: 93.4%;
    margin: 0 0 0 auto;
}

.tab-cont-hdg {
    font-size: 150px;
    letter-spacing: -3.6px;
    color: transparent;
    font-weight: 800;
    font-family: 'Inter';
    text-transform: uppercase;
    line-height: 1;
    /*     text-align: center;
    -webkit-text-stroke: 1px #c05427;
    background: linear-gradient(to bottom, transparent 70%, transparent 75%);
    background-clip: text;
    mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 1) 28.5%, rgba(0, 0, 0, 0) 99%) */

    mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 1) 28.5%, rgba(0, 0, 0, 0) 99%);
    position: relative;
    text-align: center;
    background: linear-gradient(180deg, rgb(203, 88, 39, 1) 100%, rgb(203, 88, 39, 0) 100%);
    background-clip: text;
    -webkit-text-stroke: 2px transparent;
    color: #0a0a23;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.map-icon img {
    width: 100%;
    max-width: 99px;
    margin: 0 auto 30px;
    display: block;
}

.ftr-top-list .get-direction {
    text-align: center;
    padding-bottom: 20px;
}

.tab-cont-img {
    position: absolute;
    width: 100%;
    height: 100%;
    inset: 0 0 0 0;
    z-index: -1;
    opacity: 60%;
}

.tab-cont-img img {
    width: 100%;
    display: block;
}

.tab-pane {
    display: none;
}

.tab-pane.tab-pane-active {
    display: block;
}

.tab-btn-group {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    position: relative;
    padding: 0 !important;
    margin: 0 0 75px;
    gap: 22px;
}

.tab-btn a {
    width: 312px;
    padding: 25px 20px;
    text-align: center;
    cursor: pointer;
}

.tab-btn-group::before {
    content: "";
    position: absolute;
    background-image: url(images/hm-map-icon.webp);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: contain;
    width: 14.1%;
    height: 32.4%;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    display: none;
}

.hm-ftr-map-blk {
    width: 50.2%;
    z-index: 2;
}

.form-blck {
    padding: 65px 40px;
    width: 49.8%;
    margin: 0 0 0 -141px;
    background-image: url(./images/hm-form-bg.webp);
    background-size: cover;
    position: relative;
    border: 1px solid rgb(253 247 245 / 28%);
    background-color: #0b0b26;
    border-radius: 40px;
    z-index: 2;
}

.form-blck p {
    text-align: center;
    font-family: 'inter';
    font-weight: 400;
    font-size: 18px;
    line-height: 1;
    letter-spacing: 0;
    color: #fff;
    margin-bottom: 31px;
}

.form-blck p strong {
    color: #cb5827;
    font-weight: inherit;
}

.form-blck .gform_title,
.form-blck .gform_required_legend {
    display: none;
}

.form-blck .text-heading {
    text-align: center;
    font-family: 'Inter';
    font-weight: 600;
    font-size: 65px;
    color: #fff;
    line-height: 1;
    letter-spacing: -1.95px;
    margin: 0 0 17px;
}

.gfield {
    position: relative !important;
}

.form-blck .gfield input.large,
.form-blck .gfield textarea.large {
    font-size: 18px !important;
    border-radius: 0px;
    font-family: 'Inter';
    font-weight: 400;
    line-height: 1.2 !important;
    color: #fff !important;
    border: 0;
    letter-spacing: 0px;
    outline: 0;
    height: auto;
    background-color: rgb(255 255 255 / 5%);
    padding: 22px 30px 22px !important;
    text-align: start;
}

.form-blck .gfield-choice-input+label,
.form-blck button {
    margin-left: 0px !important;
}

.form-blck .gfield input.large::placeholder,
.form-blck .gfield textarea.large::placeholder {
    color: #fff;
}

.form-blck .gfield textarea.large {
    height: 170px !important;
    min-height: auto !important;
    resize: none;
    margin: 0 0 14px;
}

.form-blck .gform-theme--foundation .gfield textarea.large {
    min-block-size: auto;
    min-height: auto;
}

.form-blck form {
    position: relative;
}

.form-blck .form-links {
    color: #fff;
    display: flex;
    align-items: center;
    line-height: 1 !important;
    gap: 5px;
    margin-top: -16px;
}

.form-blck .form-links a,
.form-blck .gfield-choice-input+label,
.form-blck button {
    font-family: 'inter';
    font-size: 18px !important;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0;
    border: none !important;
    outline: none !important;
    box-shadow: none;
    color: #fff !important;
    background: none !important;
    cursor: pointer;
    padding: 0 !important;
}

.form-blck .form-links a:hover,
.form-blck .form-links button:hover {
    color: #cb5827 !important;
}

.form-blck .gchoice {
    margin: -3px 0 0 0;
    justify-content: end;
}

.form-blck .gform_wrapper .top_label input[type="checkbox"] {
    margin: 2px 5px 0px 0 !important;
    width: 15px !important;
    height: 15px !important;
    outline: 2px solid #cb5827;
    outline-offset: -1px;
}

.form-blck .gform_fields {
    display: grid;
    grid-column-gap: 12px !important;
    grid-row-gap: 12px !important;
}

.form-blck .gform_footer {
    margin: -54px 0 0;
    padding: 0;
    justify-content: center;
    position: relative;
}

.gfield {
    position: relative;
}

.gfield.gfield--width-half.gfield_html.gfield_html_formatted.gfield_no_follows_desc.field_sublabel_below.field_description_below.gfield_visibility_visible {
    position: static !important;
}

.form-blck .gform_footer input[type="submit"] {
    padding: 25px 98px !important;
    font-family: 'Inter' !important;
    font-weight: 700 !important;
    font-size: 20px !important;
    line-height: 1 !important;
    border-radius: 55px !important;
    letter-spacing: 0.4px !important;
    text-transform: uppercase !important;
    background-color: #cb5827 !important;
    border: 1px solid transparent !important;
    color: #fff !important;
    margin: 0 !important;
    position: relative !important;
    z-index: 1 !important;
    cursor: pointer !important;
    transition: 0.3s !important;
}

.form-blck .gform_footer input[type="submit"]:focus {
    outline: none !important;
}

.form-blck .gform_footer input[type="submit"]:hover {
    border-color: #cb5827 !important;
    color: #fff !important;
    background-color: #0b0b26 !important;
}

.form-blck .gchoice.gchoice_1_12_1 input {
    width: 15px;
    height: 15px;
}

.form-blck .popup {
    max-width: 60%;
}

.form-blck div#popup-container {
    position: relative;
}

.form-blck div#validation_message_6_12 {
    left: 80px;
    top: 7px;
}

.form-blck .gform_wrapper .gform_validation_errors {
    display: none;
}

.gf_browser_chrome.gform_wrapper.gravity-theme {
    position: relative;
}

#myPopup.show {
    display: block;
    visibility: visible;
    z-index: 99;
    -webkit-animation: fadeIn 1s;
    animation: fadeIn 1s;
}

.form-blck .gform_wrapper .gfield .validation_message.gfield_validation_message,
.form-blck .gform_wrapper .gfield .instruction.validation_message {
    position: absolute;
    top: 7px;
    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;
}

.form-blck .gfield .ginput_container_phone .instruction.validation_message {
    top: inherit;
    bottom: 7px;
}

.form-blck .gform_wrapper .gfield.chk .gfield_description {
    top: 28px;
}

.form-blck .gform_wrapper .field_description_below .gfield_description {
    padding-top: 0
}

.form-blck .popup {
    max-width: 100%;
}

.form-blck .gform_wrapper.gravity-theme .gform_fields {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
}

#myPopup.show {
    position: absolute;
    z-index: 5;
    padding: 10px;
    display: none;
    margin: 0;
}

.formpopuptext {
    transition: transform .15s ease-out .15s;
    pointer-events: none;
    text-align: center;
    background: #fff;
    font-size: 14px;
    font-family: 'inter';
    color: #000 !important;
    line-height: 1.5;
    width: 100%;
    position: absolute;
    padding: 12px;
    z-index: 5;
    bottom: 12px;
    left: 0;
    display: none;
}

.form-blck .gform_wrapper.gravity-theme .gform_footer {
    margin: 30px 0 0;
    padding: 0;
    display: flex;
    justify-content: center;
}

.form-blck .gfield-choice-input+label,
.form-blck button {
    margin-left: 0 !important;
    width: max-content;
}

/* hm form responsive */
@media screen and (max-width: 1800px) {

    .form-blck .form-links a,
    .form-blck .gfield-choice-input+label,
    .form-blck button {
        font-size: 17px !important;
    }

}

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

    .footer-top-sec {
        padding: 86px 0 60px;
    }

    .tab-cont-hdg {
        font-size: 130px;
        letter-spacing: -3.2px;
    }

    .tab-btn-group {
        padding: 240px 0 0;
        margin: 0 0 60px;
        gap: 19px;
    }

    .tab-btn a {
        width: 275px;
        padding: 18px 20px;
    }

    .form-blck {
        padding: 55px 32px;
        border-radius: 40px;
    }

    .form-blck .text-heading {
        font-size: 60px;
        letter-spacing: -1.65px;
        margin: 0 0 15px;
    }

    .form-blck p {
        font-size: 16px;
        margin-bottom: 26px;
    }

    .form-blck .gform_wrapper.gravity-theme .gform_fields {
        grid-column-gap: 10px;
        grid-row-gap: 10px;
    }

    .form-blck .gfield input.large,
    .form-blck .gfield textarea.large {
        font-size: 16px !important;
        padding: 18px 25px 18px !important;
    }

    .form-blck .gfield textarea.large {
        height: 180px !important;
        margin: 0 0 13px;
    }

    .form-blck .form-links a,
    .form-blck .gfield-choice-input+label,
    .form-blck button {
        font-size: 15px !important;
    }

    .form-blck .gform_wrapper .top_label input[type="checkbox"] {
        width: 14px !important;
        height: 14px !important;
        min-width: auto;
    }

    .form-blck .gchoice {
        margin: -6px 0 0 0;

    }

    .form-blck .gform_wrapper.gravity-theme .gform_footer {
        margin: 26px 0 0;
    }


    .form-blck .gform_footer input[type="submit"] {
        font-size: 18px !important;
        padding: 20px 80px !important;
        letter-spacing: 0.2px !important;
    }

    .formpopuptext {
        bottom: -22px;
    }

}

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

    .footer-top-sec {
        padding: 72px 0 55px;
    }

    .tab-cont-hdg {
        font-size: 120px;
        letter-spacing: -2.8px;
    }

    .tab-btn-group {
        padding: 230px 0 0;
        margin: 0 0 55px;
        gap: 17px;
    }

    .tab-btn a {
        width: 255px;
        padding: 17px 20px;
    }

    .form-blck {
        padding: 50px 28px;
        border-radius: 30px;
    }

    .form-blck .text-heading {
        font-size: 54px;
        letter-spacing: -1.35px;
        margin: 0 0 14px;
    }

    .form-blck p {
        font-size: 15px;
        margin-bottom: 23px;
    }

    .form-blck .gfield input.large,
    .form-blck .gfield textarea.large {
        font-size: 15px !important;
        padding: 16px 22px 16px !important;
    }

    .form-blck .gfield textarea.large {
        height: 160px !important;
        margin: 0 0 12px;
    }

    .form-blck .form-links a,
    .form-blck .gfield-choice-input+label,
    .form-blck button {
        font-size: 14px !important;
    }

    .form-blck .gform_wrapper .top_label input[type="checkbox"] {
        margin: 1px 4px 0px 0 !important;
        width: 13px !important;
        height: 13px !important;
    }

    .form-blck .gform_wrapper.gravity-theme .gform_footer {
        margin: 23px 0 0;
    }

    .form-blck .gform_wrapper .gfield .validation_message.gfield_validation_message,
    .form-blck .gform_wrapper .gfield .instruction.validation_message {
        font-size: 12px;
        top: 6px;
        right: 8px;
    }

    .form-blck .gfield .ginput_container_phone .instruction.validation_message {
        top: inherit;
        bottom: 5px;
    }

    .form-blck .gform_wrapper .gfield.chk .gfield_description {
        top: 23px;
    }

    .formpopuptext {
        bottom: -31px;
    }

    .form-blck .gform_footer input[type="submit"] {
        font-size: 17px !important;
        padding: 18px 74px !important;
        letter-spacing: 0.1px !important;
    }

    .tab-btn-group {
        padding: 230px 0 0;
        margin: 0 0 55px;
        gap: 19px;
    }

    .tab-btn a {
        width: 255px;
        padding: 16px 20px;
    }

}

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

    .footer-top-sec {
        padding: 64px 0 45px;
    }

    .tab-cont-hdg {
        font-size: 112px;
        letter-spacing: -2.4px;
    }

    .tab-btn-group {
        padding: 200px 0 0;
        margin: 0 0 50px;
        gap: 15px;
    }

    .map-icon img {
        max-width: 79px;
        margin: 0 auto 20px;
    }

    .tab-btn a {
        width: 240px;
        padding: 16px 15px;
    }

    .form-blck {
        padding: 45px 27px;
    }

    .form-blck .text-heading {
        font-size: 49px;
        letter-spacing: -1.15px;
        margin: 0 0 13px;
    }

    .form-blck p {
        font-size: 14px;
        margin-bottom: 22px;
    }

    .form-blck .gfield input.large,
    .form-blck .gfield textarea.large {
        font-size: 14px !important;
        padding: 15px 20px 15px !important;
    }

    .form-blck .gform_wrapper.gravity-theme .gform_fields {
        grid-column-gap: 9px;
        grid-row-gap: 9px;
    }

    .form-blck .gfield textarea.large {
        height: 145px !important;
        margin: 0 0 11px;
    }

    .form-blck .gform_wrapper.gravity-theme .gform_fields {
        grid-column-gap: 9px;
        grid-row-gap: 9px;
    }

    .form-blck .form-links a,
    .form-blck .gfield-choice-input+label,
    .form-blck button {
        font-size: 13px !important;
    }


    .form-blck .gform_wrapper.gravity-theme .gform_footer {
        margin: 21px 0 0;
    }

    .form-blck .gform_footer input[type="submit"] {
        font-size: 16px !important;
        padding: 16px 68px !important;
        letter-spacing: 0px !important;
    }

    .formpopuptext {
        bottom: -34px;
        font-size: 13px;
    }
}

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

    .tab-btn a {
        width: 230px;
        padding: 16px 15px;
    }

    .form-blck .form-links a,
    .form-blck .gfield-choice-input+label,
    .form-blck button {
        font-size: 13px !important;
    }

    .form-blck .gform_wrapper .top_label input[type="checkbox"] {
        width: 12px !important;
        height: 12px !important;
    }

}

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

    .footer-top-sec {
        padding: 55px 0 45px;
    }

    .tab-cont-hdg {
        font-size: 100px;
        letter-spacing: -2px;
    }

    .tab-btn-group {
        padding: 175px 0 0;
        margin: 0 0 45px;
        gap: 13px;
    }

    .tab-btn-group {
        padding: 175px 0 0;
        margin: 0 0 45px;
        gap: 13px;
    }

    .tab-btn a {
        width: 205px;
        padding: 14px 10px;
    }

    .form-blck {
        padding: 40px 24px;
        border-radius: 25px;
    }

    .form-blck .text-heading {
        font-size: 44px;
        letter-spacing: -0.85px;
        margin: 0 0 12px;
    }

    .form-blck p {
        font-size: 14px;
        margin-bottom: 20px;
    }

    .form-blck .gform_wrapper.gravity-theme .gform_fields {
        grid-column-gap: 8px;
        grid-row-gap: 8px;
    }

    .form-blck .gfield input.large,
    .form-blck .gfield textarea.large {
        font-size: 13px !important;
        padding: 13px 18px 13px !important;
    }

    .form-blck .gfield textarea.large {
        height: 125px !important;
        margin: 0 0 10px;
    }

    .form-blck .form-links a,
    .form-blck .gfield-choice-input+label,
    .form-blck button {
        font-size: 11px !important;
    }

    .form-blck .gform_wrapper.gravity-theme .gform_footer {
        margin: 19px 0 0;
    }

    .form-blck .gform_wrapper .gfield .validation_message.gfield_validation_message,
    .form-blck .gform_wrapper .gfield .instruction.validation_message {
        font-size: 11px;
    }

    .formpopuptext {
        font-size: 12px;
        line-height: 1.4;
        bottom: -29px;
    }

    .form-blck .gform_footer input[type="submit"] {
        font-size: 15px !important;
        padding: 13px 58px !important;
        letter-spacing: 0px !important;
    }

    .ftr-top-list {
        margin: 0 auto;
    }
}

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

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

    .map-icon img {
        max-width: 59px;
        margin: 0 auto 10px;
    }

    .ftr-top-list {
        justify-content: center;
        width: 100%;
        margin: auto;
        flex-direction: column;
        gap: 25px;
    }

    .hm-ftr-map-blk {
        width: 100%;
        z-index: 2;
    }

    .ftr-logo {
        width: 100%;
        max-width: 320px;
        margin: 0 auto;
    }

    .tab-btn-group {
        padding: 175px 0 0;
        margin: 0 0 30px;
        gap: 15px;
    }

    .form-blck {
        width: 100%;
        max-width: 470px;
        padding: 20px;
        border-radius: 20px;
        margin: 0 auto;
    }
}

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

    .tab-cont-hdg {
        font-size: 80px;
        letter-spacing: -1.5px;
    }

    .tab-btn-group {
        padding: 160px 0 0;
        margin: 0 0 30px;
        gap: 15px;
    }

    .ftr-sec {
        border-top: 2px solid #bf5327;
        background: #09081f;
    }

    .form-blck {
        width: 100%;
        max-width: 470px;
        padding: 20px;
        border-radius: 20px;
        margin: 0 auto;
    }

    .form-blck .gfield textarea.large {
        height: 100px !important;
    }

    .formpopuptext {
        bottom: -29px;
    }

}

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

    .form-blck .text-heading {
        font-size: 35px;
        letter-spacing: 0;
    }

    .tab-cont-img img {
        width: 100%;
        display: block;
        min-height: 330px;
        object-fit: cover;
        object-position: center;
    }

    .form-blck .gform_wrapper.gravity-theme .gform_footer {
        margin: 15px 0 0;
    }

    .formpopuptext {
        bottom: -29px;
    }

    .form-blck .form-links a,
    .form-blck .gfield-choice-input+label,
    .form-blck button {
        font-size: 12px !important;
    }

    .form-blck .gchoice {
        margin: -2px 0 0 0;
    }

    .form-blck .gform_wrapper .top_label input[type="checkbox"] {
        margin: 0px 4px 0px 0 !important;
    }
}

@media screen and (max-width: 639px) {
    .form-blck .gchoice {
        margin: -14px 0 0 0;
        justify-content: start;
    }

    .form-blck .gform_wrapper .top_label input[type="checkbox"] {
        margin: -1px 4px 0px 0 !important;
    }

    .form-blck .gform_wrapper .gfield.chk .gfield_description {
        top: 3px;
        right: inherit;
    }

    .formpopuptext {
        bottom: -7px;
    }
}

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

    .footer-top-sec {
        padding: 30px 0 30px;
    }

    .tab-cont-hdg {
        font-size: 62px;
        letter-spacing: -1px;
    }

    .tab-btn-group {
        padding: 130px 0 0;
        margin: 0 0 25px;
        gap: 15px;
    }

    .ftr-logo {
        width: 100%;
        max-width: 270px;
    }

    .form-blck {
        padding: 15px;
        width: 100%;
    }


    .form-blck .text-heading {
        font-size: 27px;
        letter-spacing: 0;
        margin: 0 0 12px;
    }

    .form-blck p {
        font-size: 13px;
        margin-bottom: 18px;
    }

    .form-blck .gform_footer input[type="submit"] {
        font-size: 14px !important;
        padding: 12px 50px !important;
    }

    .formpopuptext {
        bottom: -47px;
        font-size: 11px;
        letter-spacing: 0.1px;
    }
}

/* HomePage Form Section Ends */


.translated-ltr .top-menu ul li a {
    font-size: 17px;
}

.translated-ltr .header-rit .header-avble {
    font-size: 24px;
}

.translated-ltr .top-menu ul li {
    margin: 0 43px 0 0;
}

.translated-ltr .top-menu ul li:last-child {
    margin: 0 !important;
}



.translated-ltr .banner-left h1 {
    font-size: 66px;
}

.translated-ltr .banner-bot-right h4 {
    font-size: 34px;
}

.translated-ltr .banner-right .form-blck h3 {
    font-size: 36px;
}

.translated-ltr #field_1_8,
.translated-ltr #field_1_7,
.translated-ltr #field_2_8,
.translated-ltr #field_2_7 {
    grid-column: span 12;
    text-align: start;
}

.translated-ltr .form-blck .gfield-choice-input+label,
.translated-ltr .form-blck button {
    margin-left: 0 !important;
}

.translated-ltr .form-blck .gchoice {
    text-align: start;
}

.translated-ltr .formpopuptext {
    bottom: 41px !important;
}

.translated-ltr #validation_message_5_8 {
    left: 0;
}

.translated-ltr .testi-blk .owl-nav {
    width: 31.5% !important;
}

.translated-ltr .about-call-btn {
    width: 49%;
}

.translated-ltr .about-call-btn p {
    line-height: 1.2;
}

.translated-ltr .about-call-btn a::before {
    margin: auto;
}

.translated-ltr .pract-cnt {
    padding: 0 14px;
    min-height: 70px;
}

.translated-ltr .pract-title {
    font-size: 31px;
    letter-spacing: 0.2px;
}

.translated-ltr .firm-experience-title h6 {
    max-width: 410px;
}

.translated-ltr .firm-experience-title h6 br {
    display: none;
}

.translated-ltr .pract-title br {
    display: none;
}

.translated-ltr .hm-blog-item .blog-title a {
    font-size: 21px;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    overflow: hidden;
    display: -webkit-box;
}

.translated-ltr .hm-blog-item p {
    font-size: 17px;
    letter-spacing: 0px;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    line-clamp: 5;
    overflow: hidden;
    display: -webkit-box;
}

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

.translated-ltr .form-blck .gchoice {
    justify-content: start !important;
}

.translated-ltr #validation_message_2_8 {
    left: 0;
    top: 16px;
}

.translated-ltr .hm-exper-lft p {
    font-size: 18px;
}

@media screen and (max-width: 1800px) {
    .translated-ltr .header-rit .header-avble {
        font-size: 22px;
    }

    .translated-ltr .top-rit .widget {
        gap: 20px;
    }

    .translated-ltr .top-menu ul li {
        margin: 0 46px 0 0;
    }

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

    .translated-ltr .top-menu {
        text-align: end;
    }

    .translated-ltr .banner-left h1 {
        font-size: 61px;
    }

    .translated-ltr .banner-bot-right h4 {
        font-size: 32px;
    }

    .translated-ltr .banner-right .form-blck h3 {
        font-size: 35px;
    }

    .translated-ltr .testi-blk .owl-nav {
        width: 33.5% !important;
    }

    .translated-ltr .hm-exper-lft p {
        font-size: 16px;
    }
}

@media screen and (max-width: 1680px) {
    .translated-ltr .top-menu ul li a {
        font-size: 15px;
    }

    .translated-ltr .header-rit .header-avble {
        font-size: 21px;
    }

    .translated-ltr .formpopuptext {
        bottom: -2px !important;
    }

    .translated-ltr .banner-left h1 {
        font-size: 57px;
    }

    .translated-ltr .banner-bot-right h4 {
        font-size: 30px;
    }

    .translated-ltr .banner-right .form-blck h3 {
        font-size: 32px;
    }

    .translated-ltr .pract-title {
        font-size: 27px;
        letter-spacing: 0.1px;
    }

    .translated-ltr .firm-experience-title h6 {
        max-width: 390px;
        padding: 27px 99px 136px;
    }

    .translated-ltr .pract-cnt {
        min-height: 60px;
    }

    .translated-ltr .ftr-top-list .formpopuptext {
        bottom: 22px !important;
    }

    .translated-ltr .blog-cnt {
        padding: 40px 15px 40px 0;
        width: 48%;
    }

    .translated-ltr .hm-blog-item .blog-title a {
        font-size: 19px;
    }

    .translated-ltr .hm-blog-item p {
        font-size: 15px;
        letter-spacing: 0px;
    }

    .translated-ltr .hm-exper-lft p {
        font-size: 15px;
        margin: 0px 0 17px;
    }

    .translated-ltr .tab-btn-group a.cmn-btn {
        font-size: 17px;
    }
}

@media screen and (max-width: 1550px) {
    .translated-ltr .header-rit .header-avble {
        font-size: 20px;
    }

    .translated-ltr .top-rit .widget {
        gap: 13px;
    }

    .translated-ltr .top-menu ul li {
        margin: 0 36px 0 0;
    }

    .translated-ltr .top-menu ul li a {
        font-size: 14px;
    }

    .translated-ltr .banner-left h1 {
        font-size: 53px;
    }

    .translated-ltr .banner-bot-right h4 {
        font-size: 27px;
    }

    .translated-ltr .banner-right .form-blck h3 {
        font-size: 30px;
    }

    .translated-ltr .testi-blk .owl-nav {
        width: 35.5% !important;
    }

    .translated-ltr .firm-experience-title h6 {
        max-width: 340px;
        padding: 27px 81px 126px;
    }

    .translated-ltr .pract-title {
        font-size: 24px;
    }

    .translated-ltr .pract-cnt {
        min-height: 53px;
    }

    .translated-ltr .ftr-top-list .formpopuptext {
        bottom: -6px !important;
    }

    .translated-ltr .hm-exper-lft p {
        font-size: 14px;
    }

    .translated-ltr .tab-btn-group a.cmn-btn {
        font-size: 16px;
    }
}

@media screen and (max-width: 1440px) {
    .translated-ltr .header-rit .header-avble {
        font-size: 18px;
    }

    .translated-ltr .top-menu ul li {
        margin: 0 21px 0 0;
    }

    .translated-ltr .formpopuptext {
        bottom: -6px !important;
    }

    .translated-ltr .formpopuptext {
        bottom: -3px !important;
    }

    .translated-ltr .banner-left h1 {
        font-size: 48px;
    }

    .translated-ltr .banner-bot-right h4 {
        font-size: 25px;
    }

    .translated-ltr .banner-right .form-blck h3 {
        font-size: 27px;
    }

    .translated-ltr .firm-experience-title h6 {
        max-width: 320px;
        padding: 24px 76px 116px;
    }

    .translated-ltr .pract-title {
        font-size: 22px;
    }

    .translated-ltr .pract-cnt {
        min-height: 48px;
    }

    .translated-ltr .hm-blog-item p {
        font-size: 14px;
    }

    .translated-ltr .about-main {
        padding-bottom: 28px;
    }

    .translated-ltr .hm-exper-lft p {
        font-size: 13px;
    }

    .translated-ltr .tab-btn-group a.cmn-btn {
        font-size: 15px;
    }
}

@media screen and (max-width: 1366px) {
    .translated-ltr .header-rit .header-avble {
        font-size: 17px;
    }

    .translated-ltr .top-menu ul li {
        margin: 0 12px 0 0;
    }

    .translated-ltr .banner-left h1 {
        font-size: 46px;
    }

    .translated-ltr .banner-bot-right h4 {
        font-size: 24px;
    }

    .translated-ltr .pract-title {
        font-size: 21px;
    }

    .translated-ltr .hm-blog-item .blog-title a {
        font-size: 17px;
    }

    .translated-ltr .hm-blog-item p {
        line-height: 1.7;
        margin: 0 0 18px;
    }

    .translated-ltr .hm-exper-lft p {
        font-size: 12px;
    }

    .translated-ltr .hm-exper-main-blk {
        padding: 13px 0 50px 50px;
    }
}

@media screen and (max-width: 1280px) {
    .translated-ltr .header-rit .header-avble {
        font-size: 14px;
    }

    .translated-ltr .top-rit .header-top-call a {
        font-size: 19px;
    }

    .translated-ltr .header-lang a {
        font-size: 12px;
    }

    .translated-ltr .top-menu ul li a {
        font-size: 12px;
    }

    .translated-ltr .top-menu ul li {
        margin: 0 8px 0 0;
    }

    .translated-ltr .top-rit .widget {
        gap: 7px;
    }

    .translated-ltr .banner-left h1 {
        font-size: 40px;
    }

    .translated-ltr .banner-bot-right h4 {
        font-size: 22px;
    }

    .translated-ltr .banner-right .form-blck h3 {
        font-size: 23px;
    }

    .translated-ltr .firm-experience-title h6 {
        max-width: 300px;
        padding: 24px 67px 102px;
    }

    .translated-ltr .pract-title {
        font-size: 20px;
    }

    .translated-ltr .pract-cnt {
        min-height: 43px;
    }

    .translated-ltr .blog-cnt {
        padding: 30px 10px 30px 0;
    }

    .translated-ltr .formpopuptext {
        bottom: -15px !important;
    }

    .translated-ltr .hm-free-btn a.cmn-btn {
        padding: 13px 12px;
    }

    .translated-ltr .hm-exper-lft p {
        font-size: 12px;
    }

    .translated-ltr .tab-btn-group a.cmn-btn {
        font-size: 13px;
    }

    .translated-ltr .hm-exper-main-blk {
        padding: 12px 0 45px 34px;
    }

    .translated-ltr .hm-exper-lft p {
        margin: 0px 0 10px;
    }

    .translated-ltr .hm-exper-btns {
        bottom: 17px;
    }
}

@media screen and (max-width: 1180px) {
    .translated-ltr .testi-blk .owl-nav {
        width: 40% !important;
    }

    .translated-ltr .hm-exper-main-blk {
        padding: 12px 0 38px 25px;
    }

    .translated-ltr .hm-exper-lft p {
        font-size: 11px;
    }

    .translated-ltr .hm-exper-btns {
        bottom: 10px;
    }
}

@media screen and (max-width: 1024px) {
    .translated-ltr .header-lang a {
        font-size: 13px;
    }

    .translated-ltr .mobinav .header-avble {
        font-size: 17px;
    }

    .translated-ltr .formpopuptext {
        bottom: -6px !important;
    }

    .translated-ltr .banner-left h1 {
        font-size: 38px;
    }

    .translated-ltr .pract-title {
        font-size: 22px;
    }

    .translated-ltr .blog-cnt {
        padding: 20px;
        width: 100%;
    }

    .translated-ltr .about-main {
        padding-bottom: 0;
    }

    .translated-ltr .hm-exper-btns {
        bottom: 0;
    }

    .translated-ltr .hm-exper-main-blk {
        padding: 15px;
    }

    .translated-ltr .hm-exper-lft p {
        font-size: 12px;
        letter-spacing: 0;
    }

}

@media screen and (max-width: 767px) {
    .translated-ltr .banner-left h1 {
        font-size: 30px;
    }

    .translated-ltr .firm-experience-title h6 {
        max-width: 286px;
    }

    .translated-ltr .firm-experience-title h6 {
        max-width: 272px;
        padding: 25px 56px 94px;
    }

    .translated-ltr .about-call-btn {
        width: 100%;
        max-width: 230px;
    }

    .btn-blck {
        flex-direction: column-reverse;
    }
}

@media screen and (max-width: 480px) {
    .translated-ltr .formpopuptext {
        bottom: -36px !important;
    }

    .translated-ltr .form-blck .form-links a,
    .translated-ltr .form-blck .gfield-choice-input+label,
    .translated-ltr .form-blck button {
        font-size: 10px !important;
    }

    .translated-ltr .banner-left h1 {
        font-size: 22px;
    }

    .translated-ltr .banner-bot-right h4 {
        font-size: 18px;
    }

    .translated-ltr .banner-right .form-blck h3 {
        font-size: 19px;
    }

    .translated-ltr .pract-title {
        font-size: 21px;
    }

    .translated-ltr .ftr-top-list .formpopuptext {
        bottom: -35px !important;
    }

    .translated-ltr .firm-experience-title h6 {
        max-width: 220px;
        padding: 20px 46px 79px;
    }

}