/*
Theme Name:   Full Circle Estate Planning and Probate, LLC 
Theme URI:    https://underscores.me/
Description:  A child theme for the Underscores theme
Author:       GrowthLab Seo
Author URI:   https://growthlabseo.com/
Template:     underscores
Version:      1.0.0
*/

/* Fonts Starts */

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

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

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

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

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

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

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

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

/* Fonts Ends */

:root {
    --blue: #0b193d;
    --lightblue: #4c88b6;
    --placeholdercolor: currentColor;
    --headingFont: "Mona Sans", sans-serif;
    --bodyFont: "Mona Sans", sans-serif;
}

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

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

.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;
}
.leave-blank {
    display: none;
}
p{
    text-wrap: pretty;
}

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

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

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

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

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

}

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

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

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

a:focus {
    outline: 0 !important;
}

.widget {
    margin: 0;
}

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

html {
    margin-top: 0 !important;
}

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

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

p:empty {
    display: none;
}

ul,
li {
    list-style: none;
}

a:visited {
    color: inherit;
}

a:hover {
    text-decoration: none;
}

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

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

/* homepage common styling starts */

.text-heading {
    font-size: 70px;
    font-family: var(--headingFont);
    font-weight: 300;
    color: var(--blue);
    line-height: 1.12;
    letter-spacing: -1.4px;
    margin: 0 0 35px;
}

.text-heading strong {
    font-weight: inherit;
    color: var(--lightblue);
}

a.cmn-btn {
    font-size: 20px;
    font-family: var(--bodyFont);
    font-weight: 500;
    line-height: 1;
    color: #fff;
    text-decoration: none;
    display: inline-block;
    background-color: #1c2c56;
    border-radius: 50px;
    text-transform: uppercase;
    border: 1px solid #6299c4;
    position: relative;
    text-align: center;
    z-index: 0;
    overflow: hidden;
    letter-spacing: 0.4px;
    padding: 24px 50px;
}

a.cmn-btn::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    inset: 0 0 0 0;
    background-image: linear-gradient(to top, rgb(98 153 196 / 42%) 0%, rgba(98, 153, 196, 0) 100%);
    z-index: -1;
    pointer-events: none;
}

a.cmn-btn:hover {
    background-color: #5890bb;
    color: #fff;
}

a.cmn-btn:hover::before {
    display: none;
}

/* homepage common styling ends */


/* Header Section Starts */

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

.header-sec.f-nav {
    background-color: var(--lightblue);
    border-bottom: 2px solid var(--blue);
}

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

.logo {
    margin-left: -30px;
    width: 100%;
    max-width: 303px;
}

.logo {
    width: 100%;
    display: block;
}

.hdr-rht {
    display: flex;
    align-items: flex-end;
    flex-direction: column;
    gap: 19px;
    margin-right: -30px;
}

.hdr-call {
    font-size: 20px;
    font-family: var(--bodyFont);
    font-weight: 400;
    line-height: 1;
    color: #fff;
    text-transform: capitalize;
}

.hdr-call a {
    font-size: 40px;
    font-family: var(--bodyFont);
    font-weight: 400;
    line-height: 1;
    color: #fff;
    text-transform: uppercase;
    position: relative;
    background-image: url(./images/hdr-call-icon.webp);
    background-position: left center;
    background-repeat: no-repeat;
    vertical-align: middle;
    background-size: 55px;
    letter-spacing: -0.8px;
    margin: 0 0 0 5px;
    padding: 0px 0 0 68px;
}

.hdr-call a:hover {
    color: var(--blue);
}

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

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

.top-menu ul li:last-child a {
    padding-right: 16px;
    margin-right: -16px;
}

.top-menu ul li:first-child a {
    padding-left: 16px;
}

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

.top-menu ul li a {
    font-size: 20px;
    position: relative;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 1;
    color: #fff;
    font-family: var(--bodyFont);
    display: block;
    outline: 0;
    border: 0;
    letter-spacing: 0.4px;
    padding: 5px 24px;
}

.top-menu>div>ul>li>a:hover {
    background-image: linear-gradient(to right, transparent -8%, #ffffff3d 50%, transparent 104%);
}

.top-menu ul li.current-menu-item>a,
.top-menu ul li>a:hover {
    color: #fff;
    background-image: linear-gradient(to right, transparent -8%, #ffffff3d 50%, transparent 104%);
}

.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: #fff !important;
    display: block;
    text-transform: capitalize;
    background-color: var(--blue);
}

.top-menu .sub-menu li a:hover {
    background-color: var(--lightblue);
    color: #fff !important;
}


.top-menu ul li.menu-item-1998:hover ul.sub-menu {
    display: block;
    max-height: 270px;
    overflow-y: scroll !important;
    overflow-x: hidden !important;
}
.top-menu ul li.menu-item-1998:hover ul.sub-menu {
    scrollbar-width: thin;
    scrollbar-color: #0b193d #4c88b6;
    width: 220px;
}
.top-menu ul li:hover ul.sub-menu li:hover>ul {
    display: block;
    top: 0;
    left: 100%;
}




/* Mobile Menu Starts */

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

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

}

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

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

.mobinav {
    width: 100%;
    color: #fff;
    box-sizing: border-box;
    z-index: 99999995;
    background: var(--blue);
    width: 100%;
    max-width: 300px;
    height: 100%;
    min-height: 100vh;
    position: fixed;
    overflow: hidden;
    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;
}

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

.mobinav .hdr-call a {
    margin: 10px 0 0;
}

.mobinav .hdr-call {
    margin: 15px 0 0;
}

.mobinav .hdr-call {
    font-size: 15px;
}

.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 0;
    width: 100%;
}

.mobinav ul li {
    margin: 0;
    width: 100%;
    list-style: none;
    box-sizing: border-box;
    border: 0;
    margin: 0;
    padding: 0;
    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: .5px;
    font-family: var(--bodyFont);
    border: 0;
    margin: 0 0 0 0;
    text-decoration: none;
}

.mobinav a:hover {
    color: var(--lightblue);
}

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

.mobinav ul li ul li {
    margin: 0 0 10px;
}

.mobinav ul li ul li a {
    text-transform: capitalize;
    padding: 0px 20px 0px 0px;
}

.mobinav ul li .drop {
    position: absolute;
    top: 0;
    right: 0;
    width: 12%;
    height: 37px;
    z-index: 5;
    background: transparent !important;
    cursor: pointer;
}

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

.mobinav ul li .drop:hover {
    background: var(--lightblue);
}

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

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

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

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

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

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

/* Mobile Menu Ends */


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

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

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

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

    button.showhide {
        background: var(--blue);
        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;
    }

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

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


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

    .mobinav.open p.hdr-cal a:hover {
        color: var(--lightblue);
    }
}

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

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

    .mobile-menu-button-container {
        background: var(--blue);
        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;
        border: none !important;
    }

    .mobile-menu-button-container button.mobileMenuToggle {
        border: none;
        background: transparent;
        width: 50%;
        cursor: pointer;
        padding-bottom: 9px;
    }

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

/* Services Sec Starts */

.hm-services-sec {
    overflow: hidden;
    border-top: 1px solid #6299c4;
}

.hm-services-sec .container {
    max-width: 100%;
    width: 100%;
    padding: 0;
}

.hm-services-sec .services-main-list {
    background-color: #f8fafc;
}

.hm-services-sec .services-list:hover {
    animation-play-state: paused;
}

.hm-services-sec .services-list {
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 30px 0;
    gap: 40px;
    animation: scrollLoop 120s linear infinite;
    width: max-content;
    min-width: 100%;
}

.hm-services-sec .services-list .services-itm {
    font-family: 'Mona Sans';
    font-size: 25px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 1;
    text-transform: uppercase;
    color: #1c2c56;
    margin: 0;
    padding-left: 60px;
    position: relative;
}

.hm-services-sec .services-list .services-itm::before {
    position: absolute;
    content: "";
    background-image: url("./images/rhombus-img.webp");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 22px;
    height: 23px;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}

@keyframes scrollLoop {
    0% {
        transform: translateX(0%)
    }

    100% {
        transform: translateX(-100%)
    }
}

/* Services Sec Ends */

/* form section starts */

.hm-form-sec {
    position: relative;
    z-index: 1;
}

.hm-form-sec .container {
    max-width: 1710px;
    margin: 0 0 0 auto;
}

.hm-form-map {
    margin: 60px 0 0;
    position: relative;
    width: 48.9%;
    border: 1px solid #4c88b6;
    box-shadow: 0px 0px 30px 0px rgba(28, 44, 86, 0.15);
}

.hm-form-map p {
    margin: 0;
}

.ftr-map-icon {
    position: absolute;
    width: 20.2%;
    height: 35.4%;
    top: 10%;
    right: 36%;
}

.ftr-map-icon img {
    width: 100%;
    display: block;
}

.hm-form-blk {
    position: absolute;
    background-color: #1c2c56;
    top: 0;
    right: 0;
    width: 55%;
    z-index: 1;
    border-radius: 0 0 0 120px;
    padding: 45px 195px 60px 85px;
}

.hm-form-blk::before {
    position: absolute;
    content: "";
    background-image: url(./images/ftr-form-bg-img-v2.webp);
    background-repeat: no-repeat;
    /* background-position: center;
    background-size: cover; */
    background-position: top center;
    background-size: 100%;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 10%;
    pointer-events: none;
    z-index: -1;
    border-radius: 0 0 0 120px;
}

.hm-form-blk::before {
    position: absolute;
    content: "";
    background-image: url(./images/ftr-form-bg-img-v2.webp);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 100%;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 10%;
    pointer-events: none;
    z-index: -1;
    border-radius: 0 0 0 120px;
}

.hm-form-blk .text-heading {
    color: #fff;
    position: relative;
    margin: 0 0 35px;
    padding: 0 0 25px;
    font-size: 59px;
}

.hm-form-blk .text-heading::before {
    content: "";
    position: absolute;
    background-color: #4c88b6;
    bottom: 0;
    left: -205px;
    width: 477px;
    height: 3px;
}

.hm-form-list {
    display: flex;
    justify-content: flex-start;
}

p.gform_required_legend {
    display: none;
}

.hm-form-sec .gfield input.large,
.hm-form-sec .gfield textarea.large {
    font-family: var(--bodyFont);
    font-weight: 400 !important;
    font-size: 18px !important;
    color: #fff !important;
    letter-spacing: 0px !important;
    line-height: 1.2 !important;
    padding: 0px 20px 24px 0px !important;
    outline: 0;
    height: auto;
    border-radius: 0 !important;
    background-color: transparent !important;
    border: none !important;
    border-bottom: 1px solid rgb(255 255 255 / 50%) !important;
}

.gform_title {
    display: none;
}

.hm-form-sec .gchoice {
    text-align: left;
    width: fit-content;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 5px;
    margin: -42px auto 0 0;
}

.hm-form-sec .gfield textarea.large {
    height: 90px !important;
    resize: none;
    min-height: auto !important;
}

.hm-form-sec .gfield input::placeholder,
.hm-form-sec .gfield textarea::placeholder {
    color: #fff;
}

.gform_wrapper .gfield_error [aria-invalid=true] {
    border: none !important;
}


.hm-form-sec .form-links a,
.hm-form-sec .gfield-choice-input+label {
    font-size: 18px !important;
    font-family: var(--bodyFont) !important;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0px;
    color: #fff !important;
    cursor: pointer;
    max-width: 100% !important;
}
.hm-form-sec .gfield-choice-input+label {margin-left: 2px;}

.hm-form-sec .form-links {
    color: #fff;
    margin: -30px 0 0;
}

.hm-form-sec .form-links a {
    cursor: pointer;
    text-decoration: none;
}

.hm-form-sec .form-links a:hover {
    color: #8ca3b7 !important;
}

.hm-form-sec .gform_wrapper .top_label input[type="checkbox"] {
    margin: 2px 0 0 !important;
    width: 14px !important;
    height: 14px !important;
    min-width: auto !important;
    min-height: auto !important;
    border: none !important;
    outline: none !important;
    border-radius: 0;
}

.gform-theme--foundation {
    display: grid;
    --gf-form-gap-y: 15px;
    --gf-form-gap-y: 18px;
}

#field_submit,
.gform-theme--foundation .gform_footer {
    display: flex;
    justify-content: center;
}

.hm-form-sec .gform_footer {
    margin: -70px 0 0 !important;
    padding: 0 !important;
    display: flex;
    justify-content: flex-end !important;
}

.hm-form-sec .gform_footer input[type="submit"] {
    padding: 23px 59px !important;
    font-family: var(--bodyFont) !important;
    font-weight: 500 !important;
    font-size: 20px !important;
    border-radius: 55px !important;
    line-height: 1 !important;
    letter-spacing: 0.4px !important;
    text-transform: uppercase !important;
    background: #5890bb !important;
    color: #fff !important;
    border: none !important;
    outline: none !important;
    margin: 0 !important;
    position: relative !important;
    z-index: 1 !important;
    cursor: pointer !important;
    transition: 0.3s !important;
}

.hm-form-sec .gform_footer input[type="submit"]:hover {
    background: var(--blue) !important;
}

.leave-blank {
    display: none;
}

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

.popup {
    max-width: 60%;
}

div#popup-container {
    position: relative;
}

div#validation_message_6_12 {
    left: 80px;
    top: 7px;
}

.gform_wrapper .gform_validation_errors {
    display: none;
}
.hm-form-sec .gform-theme--framework .gform_validation_errors{display: none;}

.gform_wrapper .gfield {
    position: relative;
}

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

.gform_wrapper .gfield .validation_message.gfield_validation_message,
.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;
}

.gform_wrapper .gfield .instruction.validation_message {
    bottom: 8px;
    top: inherit !important;
}

fieldset .gfield_description.validation_message.gfield_validation_message {
    top: inherit !important;
    right: inherit !important;
    bottom: 0;
}

.popup {
    max-width: 100%;
}

.hm-form-sec .gform_fields {
    grid-column-gap: 40px !important;
    grid-row-gap: 45px !important;
}

#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;
    border: 1px solid rgb(22 80 41);
    background: #fff;
    font-family: var(--bodyFont);
    font-size: 14px;
    color: #000 !important;
    line-height: 1.5;
    max-width: 100%;
    padding: 10px;
    position: absolute;
    z-index: 5;
    display: none;
}

.gform_wrapper.gravity-theme .gform_footer {
    margin: 0;
    padding: 13px 0 0 0;
    justify-content: center;
}

.hm-form-map iframe {
    height: 560px;
}

/* form section reponsive */

@media screen and (max-width:1800px) {
    .hm-form-sec .container {
        max-width: 1610px;
    }

    .hm-form-map iframe { height: 520px; }
}

@media screen and (max-width:1680px) {
    .hm-form-sec .container {
        max-width: 1510px;
    }

    .text-heading {
        font-size: 64px;
        letter-spacing: -1.1px;
        margin: 0 0 31px;
    }

    .hm-form-map {
        margin: 52px 0 0;
    }

    .hm-form-blk {
        border-radius: 0 0 0 100px;
        padding: 36px 170px 50px 70px;
    }

    .hm-form-blk::before {
        border-radius: 0 0 0 100px;
    }

    .hm-form-blk .text-heading {
        font-size: 55px;
        margin: 0 0 30px;
        padding: 0 0 21px;
    }

    .hm-form-sec .gfield input.large,
    .hm-form-sec .gfield textarea.large {
        font-size: 17px !important;
        padding: 0px 20px 20px 0px !important;
    }

    .hm-form-sec .gfield textarea.large {
        height: 80px !important;
    }

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

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

    .hm-form-map iframe { height: 620px; }
    .hm-form-map iframe { height: 470px; } 

    .hm-form-blk .text-heading::before {
        left: -190px;
        width: 447px;
    }

    .gform_wrapper .gfield .validation_message.gfield_validation_message,
    .gform_wrapper .gfield .instruction.validation_message {
        top: -1px;
        font-size: 12px;
    }

    .ftr-map-icon {top: 10%;}



}

@media screen and (max-width:1550px) {
    .hm-form-sec .container {
        max-width: 1380px;
    }

    .text-heading {
        font-size: 57px;
        letter-spacing: -0.8px;
        margin: 0 0 27px;
    }

    .hm-form-map {
        margin: 48px 0 0;
    }

    /* .hm-form-map iframe { height: 555px; } */
    .hm-form-map iframe { height: 420px; }

    .hm-form-blk {
        border-radius: 0 0 0 90px;
        padding: 32px 150px 45px 65px;
    }

    .hm-form-blk::before {
        border-radius: 0 0 0 90px;
    }

    .hm-form-blk .text-heading {
        font-size: 52px;
        margin: 0 0 25px;
        padding: 0 0 19px;
    }

    .hm-form-blk .text-heading::before {
        left: -160px;
        width: 400px;
    }

    .hm-form-sec .gform_fields {
        grid-column-gap: 35px !important;
        grid-row-gap: 38px !important;
    }

    .hm-form-sec .gfield input.large,
    .hm-form-sec .gfield textarea.large {
        font-size: 16px !important;
        padding: 0px 20px 16px 0px !important;
    }

    .hm-form-sec .gfield textarea.large {
        height: 75px !important;
    }

    .hm-form-sec .form-links {
        margin: -26px 0 0;
    }

    .hm-form-sec .form-links a,
    .hm-form-sec .gfield-choice-input+label {
        font-size: 16px !important;
    }

    .hm-form-sec .gchoice {
        margin: -31px auto 0 0;
    }

    .hm-form-sec .gform_footer {
        margin: -55px 0 0 !important;
    }

    .hm-form-sec .gform_footer input[type="submit"] {
        font-size: 17px !important;
        letter-spacing: 0px !important;
        padding: 17px 45px !important;
    }
    .ftr-map-icon {width: 18%;}

}

@media screen and (max-width:1440px) {
    .hm-form-sec .container {
        max-width: 1280px;
    }

    .text-heading {
        font-size: 53px;
        letter-spacing: -0.4px;
        margin: 0 0 25px;
    }

    .hm-form-map {
        margin: 43px 0 0;
    }

    /* .hm-form-map iframe { height: 505px; } */
    .hm-form-map iframe { height: 385px; }

    .hm-form-blk {
        border-radius: 0 0 0 80px;
        padding: 29px 130px 45px 60px;
    }

    .hm-form-blk::before {
        border-radius: 0 0 0 80px;
    }

    .hm-form-blk .text-heading {
        font-size: 48px;
        margin: 0 0 21px;
        padding: 0 0 17px;
    }

    .hm-form-blk .text-heading::before {
        left: -150px;
        width: 370px;
        height: 2px;
    }

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

    .hm-form-sec .gform_fields {
        grid-column-gap: 32px !important;
        grid-row-gap: 32px !important;
    }

    .hm-form-sec .gfield textarea.large {
        height: 70px !important;
    }

    .hm-form-sec .form-links {
        margin: -22px 0 0;
    }

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

    .hm-form-sec .gchoice {
        margin: -25px auto 0 0;
    }

    .hm-form-sec .gform_footer {
        margin: -45px 0 0 !important;
    }

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

    fieldset .gfield_description.validation_message.gfield_validation_message {
        top: inherit !important;
        right: inherit !important;
        bottom: -5px;
    }

    .gform_wrapper .gfield .validation_message.gfield_validation_message,
    .gform_wrapper .gfield .instruction.validation_message {
        top: -1px;
        font-size: 10px;
    }

}

@media screen and (max-width:1366px) {
    .hm-form-sec .container {
        max-width: 1240px;
    }
        .hm-form-blk .text-heading {
        font-size: 45px;
        }

}

@media screen and (max-width:1280px) {
    .hm-form-sec .container {
        max-width: 1140px;
    }

    .text-heading {
        font-size: 46px;
        letter-spacing: 0;
        margin: 0 0 20px;
    }

    .hm-form-map {
        margin: 40px 0 0;
    }

    .hm-form-map iframe {
        height: 455px;
    }

    .hm-form-blk {
        border-radius: 0 0 0 80px;
        padding: 26px 120px 40px 55px;
    }

    .hm-form-blk::before {
        border-radius: 0 0 0 80px;
    }

    .hm-form-blk .text-heading {
        font-size: 40px;
        margin: 0 0 19px;
        padding: 0 0 15px;
    }

    .hm-form-blk .text-heading::before {
        left: -130px;
        width: 320px;
        height: 2px;
    }

    .hm-form-sec .gfield input.large,
    .hm-form-sec .gfield textarea.large {
        font-size: 14px !important;
        padding: 0px 15px 12px 0px !important;
    }

    .hm-form-sec .gform_fields {
        grid-column-gap: 30px !important;
        grid-row-gap: 28px !important;
    }

    .hm-form-sec .gfield textarea.large {
        height: 65px !important;
    }

    .hm-form-sec .form-links {
        margin: -19px 0 0;
    }

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

    .hm-form-sec .gchoice {
        margin: -21px auto 0 0;
    }

    .hm-form-sec .gform_footer {
        margin: -40px 0 0 !important;
    }

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

}

@media screen and (max-width:1180px) {
    .hm-form-sec .container {
        max-width: 990px;
    }

    .hm-form-map {
        margin: 35px 0 0;
        width: 46%;
    }

    /* .hm-form-map iframe { height: 430px; } */
    .hm-form-map iframe { height: 335px; }

    .hm-form-blk {
        border-radius: 0 0 0 70px;
        padding: 24px 85px 35px 45px;
    }

    .hm-form-blk::before {
        border-radius: 0 0 0 70px;
    }

    .hm-form-blk .text-heading {
        /* font-size: 42px; */
        font-size: 37px;
        margin: 0 0 17px;
        padding: 0 0 15px;
    }

    .hm-form-blk .text-heading::before {
        left: -100px;
        width: 270px;
        height: 2px;
    }

    .hm-form-sec .gfield input.large,
    .hm-form-sec .gfield textarea.large {
        font-size: 14px !important;
        padding: 0px 15px 12px 0px !important;
    }

    .hm-form-sec .gform_fields {
        grid-column-gap: 32px !important;
        grid-row-gap: 32px !important;
    }

    .hm-form-sec .gfield textarea.large {
        height: 60px !important;
    }

    .hm-form-sec .gform_footer {
        margin: -50px 0 0 !important;
    }

    .hm-form-sec .gchoice {
        margin: -27px auto 0 0;
    }


}

@media screen and (max-width:1024px) {
    .hm-form-sec .container {
        max-width: 720px;
        margin: 0 auto;
    }

    .hm-form-sec {
        position: relative;
        z-index: 1;
        padding: 50px 0 0;
    }

    .hm-form-list {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column-reverse;
        gap: 25px;
    }

    .hm-form-map {
        margin: 0;
        width: 100%;
        max-width: 550px;
    }

    .hm-form-map iframe {
        height: 350px;
    }

    .hm-form-blk {
        border-radius: 20px;
        padding: 25px;
        position: relative;
        width: 100%;
        max-width: 550px;
    }

    .hm-form-blk::before {
        border-radius: 20px;
    }

    .hm-form-blk .text-heading::before {
        display: none;
    }

    .hm-form-sec .gfield-choice-input+label {margin-left: 0;}
    .hm-form-sec .gform_wrapper .top_label input[type="checkbox"] {margin: 1px 0 0 !important;width: 11px !important;height: 11px !important;outline: none !important;}
    .hm-form-sec .gform_footer {margin: -48px 0 0 !important;}

    .hm-form-blk .text-heading {
        font-size: 33px;
        margin: 0 0 20px;
        padding: 0;
        text-align: center;
    }

    .ftr-map-icon {
        width: 100%;
        height: auto;
        max-width: 70px;
    }

}

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

    .hm-form-sec .container {
        max-width: 100%;
        padding: 0 10px;
    }

     fieldset .gfield_description.validation_message.gfield_validation_message {
        top: inherit !important;
        right: inherit !important;
        bottom: -8px;
    }
}

@media screen and (max-width:640px) {
    .hm-form-sec .gform_fields {
        grid-column-gap: 10px !important;
        grid-row-gap: 25px !important;
    }

    .hm-form-sec .gform_footer {
        margin: 15px 0 0 !important;
        justify-content: center !important;
    }

    .hm-form-sec .gchoice {
        margin: -18px auto 0 0;
    }

    .hm-form-map iframe {
        height: 320px;
    }

    .ftr-map-icon {
        max-width: 65px;
    }

}


@media screen and (max-width:480px) {
    .hm-form-blk {
        border-radius: 15px;
        padding: 20px;
    }

    .hm-form-blk::before {
        border-radius: 15px;
    }

    .hm-form-blk .text-heading {
        font-size: 27px;
        margin: 0 0 12px;
        padding: 0;
        text-align: center;
    }

    .hm-form-map iframe {
        height: 270px;
    }

    .ftr-map-icon {
        max-width: 50px;
        right: 32%;
    }

}

/* form section ends */

/* Footer Section Starts */

.ftr-main {
    background-color: #d0d4db;
}

.ftr-logo {
    text-align: center;
    border-left: 1px solid rgb(28 44 86 / 25%);
    border-right: 1px solid rgb(28 44 86 / 25%);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    width: 38%;
}

.ftr-logo img {
    display: block;
    width: 100%;
    max-width: 372px;
}

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

.ftr-menu ul {
    text-align: center;
    margin: 35px 0 30px;
}

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

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

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

.ftr-menu ul li a {
    font-size: 22px;
    font-weight: 500;
    text-transform: uppercase;
    color: #1c2c56;
    font-family: var(--bodyFont);
    line-height: 1;
}

.ftr-menu ul li a:hover {
    color: var(--lightblue);
}

.ftr-blocks {
    padding: 40px 0;
    border-top: 1px solid rgb(28 44 86 / 40%);
    border-bottom: 1px solid rgb(28 44 86 / 40%);
    display: flex;
    justify-content: center;
    gap: 55px;
}

.ftr-item {
    text-align: center;
    padding: 0 0 15px;
}

.ftr-item-title {
    font-size: 28px;
    font-weight: 600;
    text-transform: uppercase;
    color: #1c2c56;
    font-family: var(--headingFont);
    line-height: 1;
    position: relative;
    letter-spacing: -0.28px;
    padding: 60px 0 10px;
    margin: 0 0 7px;
}

.ftr-item-title::before {
    width: 37px;
    height: 51px;
    content: "";
    position: absolute;
    background-image: url(./images/ftr-location-icon.webp);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: contain;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.ftr-item.phone .ftr-item-title::before {
    background-image: url(./images/ftr-call-icon.webp);
    width: 45px;
    height: 47px;
}

.ftr-item-title::after {
    width: 121px;
    height: 3px;
    content: "";
    position: absolute;
    background-color: #5991bc;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto;
}

.ftr-item p {
    font-size: 21px;
    font-family: var(--bodyFont);
    color: #1c2c56;
    font-weight: 400;
    line-height: 1.52;
    margin: 0;
}

.ftr-item.location p a {
    margin: 5px 0 0;
    display: block;
    color: #5991bc;
    text-decoration: underline 7px solid #5991bc;
}

.ftr-item.location p a:hover {
    color: var(--blue);
    text-decoration-color: var(--blue);
}

.ftr-item.phone a {
    font-size: 38px;
    letter-spacing: -0.56px;
    line-height: 1;
    font-weight: 500;
    display: block;
    color: #1c2c56;
}

.ftr-item.phone a:hover {
    color: var(--lightblue);
}

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

.copyrightmenu ul {
    margin: 0;
}

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

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

.copyrights p,
.copyrights a {
    font-family: var(--bodyFont);
    font-size: 20px;
    color: #00113c;
    font-weight: 400;
    line-height: 1.7;
}

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

.copyrightmenu ul li a:hover {
    color: var(--lightblue);
}

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

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

.growthlab {
    width: 100%;
    max-width: 268px;
    margin: 0 auto;
}

.growthlab img {
    width: 100%;
    display: block;
}
.social-icons {
    width: max-content;
    padding: 0 10px;
    background-color: #d0d4db;
    margin: -30px auto 0;
}
.social-icons-list {
    display: flex;
    gap: 5px;
}
.social-icons-list a {
    text-decoration: none;
    display: inline-block;
    position: relative;
    font-size: 0;
    line-height: 1;
    border-radius: 50%;
    width: 55px;
    height: 55px;
    transition: 0.3s;
    background-color: #4c88b6;
}
.social-icons-list a:hover{
    background-color: #1c2c56;
}
.social-icons-list a::before {
    position: absolute;
    content: "";
    background-image: url(./images/ftr-fb-img.webp);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 26px;
    height: 26px;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
}
.social-icons-list a.insta::before {
    background-image: url(./images/ftr-insta-img.webp);
}
.social-icons-list a.linkedin::before {
    background-image: url(./images/ftr-linkdin-img.webp);
}
.social-icons-list a.youtube::before {
    background-image: url(./images/ftr-yt-img.webp);
}
/* Footer Section Ends */

/* Header Sec Responsive Starts */

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

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

    .logo {
        margin-left: -25px;
        max-width: 280px;
    }

    .hdr-rht {
        gap: 16px;
        margin-right: -25px;
    }

    .hdr-call {
        font-size: 18px;
    }

    .hdr-call a {
        font-size: 34px;
        background-size: 46px;
        padding: 0px 0 0 58px;
    }

    .top-menu ul li:last-child a {
        padding-right: 14px;
        margin-right: -14px;
    }

    .top-menu ul li:first-child a {
        padding-left: 12px;
    }

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

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

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

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

    /* footer responsive */

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

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

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

    .ftr-blocks {
        padding: 35px 0;
        gap: 53px;
    }

    .ftr-item-title::before {
        transform: scale(0.85);
        transform-origin: top center;
    }

    .ftr-item-title {
        font-size: 23px;
        letter-spacing: -0.18px;
        padding: 50px 0 9px;
        margin: 0 0 6px;
    }

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

    .ftr-item.location p a {
        margin: 3px 0 0;
        text-decoration: underline 5px solid #5991bc;
    }

    .ftr-item.phone a {
        font-size: 31px;
        letter-spacing: -0.36px;
    }

    .copyrights {
        padding: 22px 0 30px;
    }

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

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

    .ftr-logo img {
        max-width: 340px;
    }

    /* services responsive */

    .hm-services-sec .services-list {
        padding: 26px 0;
        gap: 35px;
    }

    .hm-services-sec .services-list .services-itm {
        font-size: 23px;
        padding-left: 50px;
    }

    .hm-services-sec .services-list .services-itm::before {
        width: 20px;
        height: 20px;
    }

}

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

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

    .logo {
        margin-left: -40px;
        max-width: 260px;
    }

    .logo-container {
        gap: 13px;
    }

    .hdr-call {
        font-size: 17px;
    }

    .hdr-call a {
        font-size: 31px;
        background-size: 43px;
        padding: 0px 0 0 53px;
    }

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

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

    .top-menu ul li:last-child a {
        padding-right: 12px;
        margin-right: -18px;
    }

    /* footer responsive */

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

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

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

    .ftr-blocks {
        padding: 32px 0;
        gap: 50px;
    }

    .ftr-item-title::before {
        transform: scale(0.8);
    }

    .ftr-item-title {
        font-size: 22px;
        letter-spacing: 0;
        padding: 46px 0 9px;
        margin: 0 0 6px;
    }

    .ftr-item-title::after {
        width: 101px;
        height: 3px;
    }

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

    .ftr-item.location p a {
        margin: 2px 0 0;
    }

    .ftr-item.phone a {
        font-size: 29px;
        letter-spacing: -0.26px;
    }

    .copyrights {
        padding: 20px 0 27px;
    }

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

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

    .ftr-logo img {
        max-width: 320px;
    }

    /* services responsive */

    .hm-services-sec .services-list {
        padding: 23px 0;
        gap: 32px;
    }

    .hm-services-sec .services-list .services-itm {
        font-size: 21px;
        padding-left: 46px;
    }

    .hm-services-sec .services-list .services-itm::before {
        width: 19px;
        height: 19px;
    }

}

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

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

    .hdr-rht {
        gap: 14px;
        margin-right: -20px;
    }

    .hdr-call {
        font-size: 16px;
    }

    .hdr-call a {
        font-size: 28px;
        background-size: 39px;
        padding: 0px 0 0 48px;
    }

    .top-menu ul li:first-child a {
        padding-left: 10px;
    }

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

    .top-menu ul li:last-child a {
        padding-right: 10px;
        margin-right: -15px;
    }

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

    .logo {
        margin-left: -35px;
        max-width: 240px;
    }

    .header-sec {
        padding: 10px 0 15px;
    }

    /* footer responsive */

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

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

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

    .ftr-item-title::before {
        transform: scale(0.75);
    }

    .ftr-item-title {
        font-size: 21px;
        letter-spacing: 0;
        padding: 44px 0 9px;
        margin: 0 0 6px;
    }

    .ftr-item {
        padding: 0 0 12px;
    }

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

    .ftr-item.phone a {
        font-size: 27px;
        letter-spacing: 0;
    }

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

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

    .growthlab {
        max-width: 240px;
    }

    .ftr-logo img {
        max-width: 290px;
    }

    /* services responsive */

    .hm-services-sec .services-list {
        padding: 21px 0;
        gap: 30px;
    }

    .hm-services-sec .services-list .services-itm {
        font-size: 20px;
        padding-left: 44px;
    }

}

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

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

    .logo-container {
        gap: 10px;
    }

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

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

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

    .hdr-call {
        font-size: 15px;
    }

    .hdr-call a {
        font-size: 25px;
        background-size: 36px;
        padding: 0px 0 0 43px;
    }

    .hdr-rht {
        gap: 13px;
        margin-right: -15px;
    }

    .logo {
        margin-left: -40px;
    }
    .social-icons-list a {
    width: 46px;
    height: 46px;
}
.social-icons-list a::before{
    transform: scale(0.8);
}
}

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

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

    .logo {
        margin-left: -10px;
        max-width: 220px;
    }

    .hdr-rht {
        margin-right: 5px;
    }

    .top-menu ul li:first-child a {
        padding-left: 7px;
    }
	.top-menu ul li.menu-item-1998:hover ul.sub-menu {
    width: 200px;
}

    .top-menu ul li:last-child a {
        padding-right: 8px;
        margin-right: -13px;
    }

    .top-menu ul li a {
        padding: 3px 13px;
    }

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

    .hdr-call {
        font-size: 14px;
    }

    .hdr-call a {
        font-size: 22px;
        background-size: 31px;
        padding: 0px 0 0 36px;
    }

    .header-sec {
        padding: 8px 0 15px;
    }

    /* footer responsive */

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

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

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

    .ftr-blocks {
        padding: 28px 0;
        gap: 45px;
    }

    .ftr-item-title::before {
        transform: scale(0.7);
    }

    .ftr-item-title {
        font-size: 21px;
        letter-spacing: 0;
        padding: 42px 0 9px;
        margin: 0 0 5px;
    }

    .ftr-item-title::after {
        width: 95px;
        height: 2px;
    }

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

    .ftr-item.location p a {
        margin: 2px 0 0;
        text-decoration: underline 4px solid #5991bc;
    }

    .ftr-item {
        padding: 0 0 10px;
    }

    .ftr-item.phone a {
        font-size: 26px;
    }

    .copyrights {
        padding: 18px 0 22px;
    }

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

    .growthlab {
        max-width: 220px;
    }

    .ftr-logo img {
        max-width: 290px;
    }

    /* services responsive */

    .hm-services-sec .services-list {
        padding: 19px 0;
        gap: 26px;
    }

    .hm-services-sec .services-list .services-itm {
        font-size: 18px;
        padding-left: 40px;
    }

    .hm-services-sec .services-list .services-itm::before {
        width: 17px;
        height: 17px;
    }

}

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

    .header-sec {
        padding: 8px 0 15px;
        background-color: var(--lightblue);
        border-bottom: 2px solid var(--blue);
    }

    .logo {
        margin-left: 0px;
        max-width: 100%;
    }

    .logo-container {
        gap: 0;
    }

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

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

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

    .ftr-menu ul li {
        padding: 0px 24px;
        margin: 9px 0;
    }

.ftr-blocks {
        padding: 25px 0;
        gap: 25px;
        flex-wrap: wrap-reverse;
        padding-bottom: 50px !important;
    }
    .social-icons {
    margin: -25px auto 0;
}

    .ftr-logo {
        order: 1;
        width: 100%;
        border: none;
        padding: 0;
        margin: 0 0 15px;
    }

    .ftr-item {
        padding: 20px;
        border: 1px solid var(--blue);
        border-radius: 15px;
        width: 100%;
        max-width: 300px;
    }

    .ftr-logo {
        order: 1;
        width: 100%;
        border: none;
        padding: 0;
    }

    .copyrights {
        padding: 20px 0;
    }
}

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

    .logo {
        margin: 0 0 15px;
    }

    /* services responsive */

    .hm-services-sec .services-list {
        padding: 16px 0;
        gap: 23px;
    }

    .hm-services-sec .services-list .services-itm {
        font-size: 17px;
        padding-left: 37px;
    }

    .ftr-menu ul li {margin: 0;}
    .ftr-menu ul {display: flex;flex-wrap: wrap;justify-content: center;align-items: center;gap: 17px 0;margin: 25px 0;}

}

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

    a.cmn-btn {
        font-size: 14px;
        padding: 11px 24px;
        line-height: 1.3;
    }

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

    .growthlab {
        max-width: 200px;
    }

    .ftr-blocks {
        padding: 20px 0;
        gap: 25px;
        flex-wrap: wrap-reverse;
    }

    .ftr-logo img {
        max-width: 250px;
    }

    .ftr-logo {
        margin: 0 0 5px;
    }

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

    /* services responsive */

    .hm-services-sec .services-list {
        padding: 14px 0;
        gap: 20px;
    }

    .hm-services-sec .services-list .services-itm {
        font-size: 15px;
        padding-left: 34px;
    }

    .hm-services-sec .services-list .services-itm::before {
        width: 16px;
        height: 16px;
    }

}