/*
 Theme Name:   capstonemarketingchild
 Theme URI:    http://example.com/
 Description:  Child theme for Boyers Mechanical Service
 Author:       Your Name
 Author URI:   http://example.com
 Template:     capstonemarketing
 Version:      1.0.0
 Text Domain:  capstonemarketing
*/

@font-face {
    font-display: swap;
    font-family: 'Geist';
    font-style: normal;
    font-weight: 300;
    src: url('fonts/geist-v5-latin-300.woff2') format('woff2');
}
@font-face {
    font-display: swap;
    font-family: 'Geist';
    font-style: normal;
    font-weight: 400;
    src: url('fonts/geist-v5-latin-regular.woff2') format('woff2');
}
@font-face {
    font-display: swap;
    font-family: 'Geist';
    font-style: normal;
    font-weight: 500;
    src: url('fonts/geist-v5-latin-500.woff2') format('woff2');
}
@font-face {
    font-display: swap;
    font-family: 'Geist';
    font-style: normal;
    font-weight: 600;
    src: url('fonts/geist-v5-latin-600.woff2') format('woff2');
}
@font-face {
    font-display: swap;
    font-family: 'Geist';
    font-style: normal;
    font-weight: 700;
    src: url('fonts/geist-v5-latin-700.woff2') format('woff2');
}
@font-face {
    font-display: swap;
    font-family: 'Geist';
    font-style: normal;
    font-weight: 800;
    src: url('fonts/geist-v5-latin-800.woff2') format('woff2');
}
@font-face {
    font-display: swap;
    font-family: 'Geist';
    font-style: normal;
    font-weight: 900;
    src: url('fonts/geist-v5-latin-900.woff2') format('woff2');
}



:root {
    --blue: #1e90ff;
    --white: #ffffff;
    --placeholdercolor: currentColor;
}
* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    scroll-behavior: smooth;
}
body {
    margin: 0;
    padding: 0;
    font-family: 'Geist';
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.clear {
    clear: both;
}
.alignleft, .alignright, .aligncenter {
    margin-bottom: 10px;
}
.alignnone {
    margin-bottom: 10px;
}
.alignleft {
    float: left;
    margin-right: 15px;
    margin-top: 0;
}
.alignright {
    float: right;
    margin-left: 15px;
    margin-top: 0;
}
.aligncenter {
    display: block;
    margin: 0 auto 15px auto;
}
iframe, img {
    max-width: 100%;
    border: none;
    vertical-align: middle;
}
img {
    border: 0;
    height: auto;
}
a {
    font-family: inherit;
    font-size: inherit;
    color: inherit;
    text-decoration: none;
    transition: 0.5s;
}
a:focus{
    outline: none;
}
h1, h2, h3, h4, h5, h6 {
    font-family: 'Geist';
    margin: 0 0 20px 0;
    padding: 0;
    font-weight: normal;
}
p, li, ul, ol, blockquote {
    font-family: 'Geist';
    font-weight: normal;
    margin: 0 0 10px 0;
    padding: 0;
}
ul, li {
    list-style: none;
}
a:visited {
    color: inherit;
}
a:hover {
    text-decoration: none;
}
a, a:hover, input[type="submit"], button {
    outline: 0;
}
button, html [type="button"], [type="reset"], [type="submit"] {
    -webkit-appearance: none;
    border-radius: 0;
}
input::-webkit-input-placeholder {
    color: var(--placeholdercolor);
}
input::-moz-placeholder {
    color: var(--placeholdercolor);
}
input:-ms-input-placeholder {
    color: var(--placeholdercolor);
}
input:-moz-placeholder {
    color: var(--placeholdercolor);
}
html {
    scroll-behavior: smooth;
}
.post, .page{
    margin: 0;
}
ul,ol,li {
    list-style: none;
    margin:0;
    padding:0;
}
p:empty {display: none;}
.header-sticky.fixed-header {
    position: fixed;
    top: 0;
    width: 100%;
    padding: 10px 2%;
    background-color: #8eb886;
    z-index: 9999;
    border-bottom: 2px solid #114d54;
}

.container{max-width: 1500px; width: 100%; margin: 0px auto;}

.sicky-logo {
    width: 100%;
    max-width: 300px;
    padding: 0 15px;

}
.header-sticky {

    width: 100%;

    float: left;

    background: #c4c9b2;

    padding: 10px;

    display: none;

}

.header-sticky .sticky-cnt {

    width: 25%;

    float: left;

    text-align: center;

    font-size: 15px;

    color: #c4c9b2;

    padding: 0 8px;

}

.header-sticky .mobile_src_nav,

.header-sticky .showhide {

    display: block;

}

.header-sticky .mobile_src_nav {

    background: transparent;

}

.header-sticky .stickyshowhide .txt {

    width: 40px;

    height: 40px;

    text-align: center;

    float: none;

    padding: 0;

    position: relative;

    font-weight: normal;

}

.header-sticky .sticky-cnt>a, .header-sticky .sticky-cnt button {
    font-size: 17px;
    color: #fff;
    font-family: 'Montserrat-Regular';
    position: relative;
    padding: 45px 0 0;
    display: inline-block;
    text-align: center;
    width: 100%;
    cursor: pointer;
    border: 0;
    outline: 0;
    background: transparent;
}

.header-sticky .sticky-cnt a:before, .header-sticky .sticky-cnt button:before {
    width: 40px;
    height: 40px;
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 0;
    background: transparent;
    border-radius: 100%;
    border: 2px solid #ffffff;
}
.header-sticky .sticky-cnt button:before {
    background: url(images/header-sticky-menu.webp) no-repeat center;
}
.header-sticky .sticky-cnt a:before {
    background-image: url(images/header-sticky-call.webp);
    background-repeat: no-repeat;
    background-position: center;
}


.header-sticky .stickyshowhide .txt:before {

    display: block;

    width: 40px;

    height: 40px;

    line-height: 40px;

    text-align: center;

    margin: auto;

    font-size: 18px;

    border: 1px #fff solid;

    color: #f2f2f2;

    border-radius: 50%;

    -webkit-transition: all 0.2s ease-in-out;

    -moz-transition: all 0.2s ease-in-out;

    -ms-transition: all 0.2s ease-in-out;

    -o-transition: all 0.2s ease-in-out;

    transition: all 0.2s ease-in-out;

}

.sticky-mobinav ul li a.drop {
    font-size: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: max-content;
    height: 45px;
}

.sticky-mobinav ul li a.drop.open {

    width: 28px;

}

.sticky-mobinav ul li a.drop:after {

    content: "";

    background: url(images/sprite_icons.png) no-repeat left top;

    background-position: 0px 0px;

    width: 13px;

    height: 13px;

    position: absolute;

    right: 0;

    top: 9px;

}

.sticky-mobinav ul li a.drop.open:after {

    background-position: -28px 0px;

}
#floatingMenu {

    position: fixed;

    top: 0;

    left: 0;

    -webkit-transform: translateX(-100%);

    -moz-transform: translateX(-100%);

    -ms-transform: translateX(-100%);

    -o-transform: translateX(-100%);

    transform: translateX(-100%);

    -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;

    transition: all 0.3s ease-in-out 0s;

    text-align: left;

    display: flex;

    width: 100%;

    height: 100vh;

    z-index: 99999;

}

.floatingMenu-list {
    width: 400px;
    background: #114d54;
    overflow-y: auto;
    padding: 10px 10px;
    height: 100vh;
    position: relative;
}

#floatingMenu.openMenu {

    display: flex;

    -webkit-transform: translateX(0);

    -moz-transform: translateX(0);

    -ms-transform: translateX(0);

    -o-transform: translateX(0);

    transform: translateX(0);

}

#cloaseFloatingMenu {
    text-align: right;
    font-size: 37px;
    line-height: 1;
    font-weight: 700;
    display: block;
    background: transparent;
    clear: both;
    outline: 0;
    border: 0;
    padding: 0;
    color: #ffffff;
    float: right;
    position: relative;
    z-index: 999;
    cursor: pointer;
}

button#cloaseFloatingMenu2 {

    flex-grow: 1;

    width: calc(100% - 280px);

    height: 100%;

    font-size: 0px !important;
    background: transparent;
    border: 0;

}

.floatingMenuInner li {

    position: relative;

}
.floatingMenuInner a {

    color: #fff !important;

    letter-spacing: 0.4px;

    font-family: 'Asap', sans-serif;

    font-weight: 500;

    padding: 4px 0;

    font-size: 18px;

    display: block;

    line-height: 1;

    border-bottom: 1px solid #222222;

}

.floatingMenuInner .sub-menu {

    display: none;

}

.floatingMenuInner .menu-item-has-children>a:after {

    content: '';

    width: 10px;

    height: 2px;

    background-color: #fff;
    position: absolute;

    top: 15px;

    right: 6px;

    -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;

    transition: all 0.3s ease-in-out 0s;

}

.floatingMenuInner .menu-item-has-children>a:before {

    content: '';

    width: 2px;

    height: 10px;

    position: absolute;

    top: 11px;

    right: 10px;

    display: block;

    opacity: 1;

    background-color: #fff;

}

.floatingMenuInner li.openSubMenu.menu-item-has-children>a::before {
    opacity: 0;
}





.header-sticky.fixed-header .container {

    display: flex;

    padding: 0;

    align-items: center;

    justify-content: space-between;

}



.sicky-logo{
    max-width:350px;
    text-align: center;
}



.sticky-wrap{
    display: none;
}


header#site-header.f-nav{
    position: fixed;
    border-bottom: 2px solid #82581f;
    background-color: #080d26;
    padding: 10px 0;
}

.showhide {
    display: none;
    color: #fff;
    width: 110px;
    height: 28px;
    float: none;
    text-align: left;
    cursor: pointer;
    padding: 0px 0 0 33px;
    position: relative;
    outline: 0;
    border: 0;
    background-color: transparent;
}

.showhide b.txtl {
    text-align: right;
    font-size: 20px;
    line-height: 28px;
    font-weight: 600 !important;
    text-transform: uppercase;
    margin: 0 0px 0 0px;
    padding-top: 2px;
    letter-spacing: 0.5px;
    font-family: 'Manrope-SemiBold';
}

.showhide b.txtr {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    text-align: left;
    font-size: 37px;
    line-height: 27px;
    font-family: 'Manrope-Regular';
}

.mobinav {
    display: none;
    width: 100%;
    color: #fff;
    box-sizing: border-box;
    z-index: 99999995;
    float: left;
    background: #114d54;
    position: absolute;
    top: 38px;
    left: 0;
}

.mobinav ul {
    float: left;
    margin: 0px 0 0 0;
    padding: 5px 0px;
    width: 100%;
}

.mobinav ul li {
    float: left;
    margin: 0;
    width: 100%;
    list-style: none;
    padding: 0 20px;
    box-sizing: border-box;
    border: 0;
    margin: 0;
    padding: 0px;
    position: relative;
    font-family: "Poppins", sans-serif;
}

.mobinav a {
    width: 100%;
    float: left;
    padding: 6px 0;
    display: block;
    line-height: normal;
    color: #fff;
    font-size: 16px;
    letter-spacing: 0.5px;
    font-family: 'Manrope-Bold';
    border: 0;
    margin: 0;
    text-decoration: none;
}

.mobinav a:hover {
    color: #86d0f8;
}

.mobinav ul li ul {
    float: left;
    padding: 0 0 0 15px;
}

.mobinav ul li ul li a {
    text-transform: capitalize;
}

.mobile_src_nav {
    display: none;
    width: 100%;
    float: none;
    position: relative;
    padding: 10px 0;
}

.mobile_src_nav .container {
    position: relative;
}

.mobile_src_nav .search-form {
    width: 100%;
    float: left;
}


#main-navigation ul{
    margin:0
}
#main-navigation ul li{
    display: inline-block;
    padding: 0 0px 0;
    position: relative;
    margin: 0 15px;
}

#main-navigation ul li:first-child{
    padding-left:0
}
#main-navigation ul li:last-child{
    padding-right:0
}
#main-navigation ul li a{
    font-size: 18px;
    font-family: 'Instrument Sans';
    font-weight: 400;
    letter-spacing: 0.36px;
    line-height: 1;
    color: #ffffff;
    padding: 0 0 18px;
    display: block;
    min-width: inherit;
    border-bottom: 1px solid transparent;
}
#main-navigation ul > li.current-menu-item > a, #main-navigation ul > li > a:hover{
    color: #a7211f;
    border-bottom-color: #a7211f;
}
#main-navigation ul li ul.sub-menu{
    display:none;
    width:220px;
    position:absolute;
    color:#fff;
    top:100%;
    left:0;
    right:auto;
    background-color:#931917;
    padding:0px 0;
    z-index:999
}
#main-navigation ul li:hover ul.sub-menu{
    display:block
}
#main-navigation ul li:hover ul.sub-menu li{
    position:relative
}
#main-navigation ul li:hover ul.sub-menu li:hover > ul{
    display:block;
    top:0;
    left:100%
}
#main-navigation .sub-menu li.current-menu-item > a{
    background-color: #f5f1e9;
    color: #a7211f;
}
#main-navigation .sub-menu li a{
    width: 100%;
    padding: 8px 10px;
    color: #ffffff;
    display: block;
    text-align: left;
    text-transform: capitalize;
    font-weight: 500;
    letter-spacing: 0;
    border-bottom: 0;
    font-size: 16px;
}
#main-navigation .sub-menu li a:hover,
#main-navigation .sub-menu .current-menu-item > a{
    background-color: #f5f1e9;
    color: #a7211f;
}
#main-navigation .sub-menu li:after{
    display:none;
}
#main-navigation .sub-menu li{
    width:100%;
    margin:0;
    padding:0
}
#main-navigation .sub-menu li a:after{
    display:none
}
#main-navigation ul li ul.sub-menu li .sub-menu {
    display:none;
    width:100%;
    position:absolute;
    color:#fff;
    top:0;
    left:100%;
    padding:0px 0;
    z-index:999;
}

.site-header.is-sticky {
    top: 0;
    right: 0;
    left: 0;
    z-index: 999;
    position: fixed;
    background:#000f1e;
    animation: slideDown 0.35s ease-out;
    visibility: visible;
    padding-bottom: 15px;
    box-shadow: 0 0 15px rgb(4 136 217 / 60%);
    border-bottom: 1px solid #0182dacc;
}
@keyframes slideDown {
    from {
        transform: translateY(-100%);
    }
    to {
        transform: translateY(0);
    }
}
.is-fading-out {
    opacity: 0;
    visibility: hidden;
}

.mobilenav {
    width:280px;
    height: 100vh;
    background-color: #333;
    color: white;
    position: fixed;
    top: 0;
    left: -280px;
    transition: left 0.4s ease;
    z-index: 999;
}
.mobilenav.show {
    left: 0;
}
#mobilenav-toggle {
    display:none;
}
.mobilenav-toggle {
    position: absolute;
    top: 20px;
    right: 20px;
    background-color: blue;
    border: none;
    cursor: pointer;
    z-index: 1000;
    font-size: 0;
    line-height: 0px;
    width:36px;
    height: 36px;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url(images/open-mobilenav.webp);
}
.mobilenav-toggle.active {
    background-image: url(images/close-mobilenav.webp);
}
.close-mobilenav {
    font-size:0;
    line-height:0px;
    position: absolute;
    top: 15px;
    right: 15px;
    cursor: pointer;
    background-color: red;
    background-image: url(images/close-mobilenav.webp);
    background-position: center center;
    background-repeat: no-repeat;
    width:36px;
    height: 36px;
}


@media screen and (max-width:992px) {
    #mobilenav-toggle {
        display:block
    }
}

#mobile-navigation {
    overflow-y:scroll;
    height: 100%;
    width:100%;
    padding-top:45px;
}
#mobile-navigation ul{
    margin:0;
    padding:0
}
#mobile-navigation ul li{
    display:block;
    padding:0 0px;
    margin:0;
    position:relative
}
#mobile-navigation ul li a{
    font-size:15px;
    text-transform:uppercase;
    font-weight:bold;
    color:#000;
    padding:6px 10px;
    display:block;
    min-width:inherit
}
#mobile-navigation ul li.current-menu-item > a,#mobile-navigation ul li:hover > a{
    color:#fff
}
#mobile-navigation .sub-menu li a{
    width:100%;
    padding:6px;
    color:#ffffff;
    display:block;
    text-align:left
}

#mobile-navigation ul li .drop.close, #mobile-navigation ul li .drop.open {
    font-size: 0;
    position: absolute;
    right: 0px;
    top: 0;
    width: 20px;
    height: 20px;
    background-color: transparent !important;
    background-image: url(images/nav-open.webp);
    background-position: center center;
    background-repeat: no-repeat;
    padding: 0px 0px;
    cursor: pointer;
}
#mobile-navigation ul li .drop.open {
    width: 20px;
    background-image: url(images/nav-close.webp);
}
#mobile-navigation .sub-menu {
    padding-left: 15px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.8s ease;
}
#mobile-navigation .sub-menu.open {
    max-height: 900px;
    transition: max-height 0.8s ease;
}




/* Common Stylings */

.text-heading {
  font-family: "Geist";
  font-weight: 600;
  font-size: 80px;
  line-height: 1.1;
  letter-spacing: 0;
  color: #fff;
  margin: 0 0 10px;
  text-align: center;
}
.text-heading strong {
  color: #00a8ff;
  font-weight: 600;
}

a.cmn-btn {
    font-family: 'Geist';
    font-weight: 700;
    font-size: 20px;
    line-height: 1;
    letter-spacing: 0;
    display: inline-block;
    padding: 22px 48px;
    background: linear-gradient(90deg, rgb(15, 61, 159) 0%, rgb(0, 132, 220) 51%, rgb(15, 61, 159) 100%);
    color: #fff;
    text-transform: uppercase;
    border: 1px solid rgba(103 193 255 / 59%);
    position: relative;
    text-align: center;
    /* transition: 0.5s; */
}
a.cmn-btn:hover{
    /* border-width: 1px;
    border-style: solid;
    border-image-source: linear-gradient(90deg, #070f3f 0%, #089bff 45%, #070f3f 100%);
    border-image-slice: 1; */
    background: #000e1b;
    /* background: #032139; */

}




/* Header Section  */

.logo-section {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding: 0;
}

.site-header {
    background-color: transparent;
    transition: opacity 0.3s ease, visibility 0.3s ease;
    padding: 20px 0 0px;
    position: absolute;
    width: 100%;
    z-index: 99;
}

.site-header .container{
    max-width: 1700px;

}
.hdr-rite {
    display: flex;
    justify-content: end;
    align-items: center;
    gap: 10px;
}

.hdr-mail{
    margin-right: 20px;
}
.hdr-mail a{
    font-family: 'Geist';   
    font-size: 18px;
    font-weight: 300;
    line-height: 1;
    letter-spacing: 0;
    color: #ffffff;
    padding-left: 32px;
    position: relative;
    display: inline-block;
}
.hdr-mail a:hover{
    color: #00a8ff;
}
.hdr-mail a::before{
    content: "";
    width: 20px;
    height: 14px;
    background-image: url(images/hdr-mail-icon.webp);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;

}

.hdr-btn a.cmn-btn{
    padding: 22px 32px;
}
.hdr-btn.hdr-call a.cmn-btn{
    padding: 22px 45px 22px 85px;
    border-width: 1px;
    border-style: solid;
    border-image-source: linear-gradient(90deg, #070f3f 0%, #089bff 45%, #070f3f 100%);
    border-image-slice: 1;
    background: #000e1b;
}
.hdr-btn.hdr-call a.cmn-btn:hover{
    color: #00a8ff;
}

.hdr-btn.hdr-call a.cmn-btn::before{
    content: "";
    width: 26px;
    height: 26px;
    background-image: url(images/hdr-call-icon.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    position: absolute;
    left: 45px;
    top: 0;
    bottom: 0;
    margin: auto;
}




/* Home Banner Section */

.hm-bnr-sec{
    padding: 210px 0 0;
    background-color: #000e1c;
    background-image: url(images/bnr-bg-image.webp);
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: 1;
}
.hm-bnr-sec::before{
    content: "";
    width: 100%;
    height: 100%;
    background-image: url(images/bnr-bg-shade-image.webp);
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: -1;
    pointer-events: none;
}
.lng-bnr-blk {
    display: flex;
    justify-content: space-between;
    padding: 0 0 50px;
}
.lng-bnr-lft {
    width: 54%;
    padding: 10px 0 0;
}

.lng-bnr-sub-title{
    font-family: 'Geist';
    font-size: 16px;
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: 3.5px;
    color: #ffffff;
    margin: 0 0 5px;
    text-transform: uppercase;

}
.lng-bnr-lft h1{
    font-family: 'Geist';
    font-size: 100px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0;
    color: #00a8ff;
    margin: 0 0 10px;

}

.lng-bnr-lft h1 strong{
    display: block;
    color: #fff;
    font-weight: 600;

}
.lng-bnr-lft h1 strong b{
    font-weight: 600;
    padding: 0;
    position: relative;
    z-index: 1;

}
.lng-bnr-lft h1 strong b::before{
    content: "";
    width: 110%;
    height: 76%;
    background-color: #00a8ff;
    position: absolute;
    left: -3%;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: -1;

}
.lng-bnr-lft h1 small{
    font-size: 48px;
    font-weight: 400;
    line-height: 1.2;
    letter-spacing: 0;
    color: #00a8ff;
    display: block;
    margin: 10px 0 0 ;
}
.lng-bnr-lft p{
    font-family: 'Geist';
    font-size: 18px;
    font-weight: 300;
    line-height: 1.45;
    letter-spacing: 0;
    color: #fff;
    margin: 0 0 32px;
    width: 68%;
}

.lng-bnr-btn a{
    font-family: 'Geist';
    font-size: 20px;
    font-weight: 700;   
    line-height: 1;
    letter-spacing: 0.8px;
    color: #00a8ff;
    text-transform: uppercase;
    padding: 0 35px 0 68px;
    position: relative;
    display: inline-block;
}
.lng-bnr-btn a:hover{
    color: #fff;
}
.lng-bnr-btn a::before{
    content: "";
    width: 58px;
    height: 18px;
    background-image: url(images/bnr-btn-left-img.webp);
    background-position: left center;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
.lng-bnr-btn a::after{
    content: "";
    width: 20px;
    height: 19px;
    background-image: url(images/bnr-btn-arrow-img.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    transition: 0.4s;
}
.lng-bnr-btn a:hover::after{
    background-image: url(images/bnr-btn-arrow-img-light.webp);

}

.lng-bnr-list{
    display: flex;
    justify-content: start;
    gap: 4px;
    margin: 50px 0 0;
}
.lng-bnr-item{
    width: 20%;
    text-align: center;
    background-color: rgba(0, 170, 255, 0.1);
    padding: 10px 8px 15px;
}
.lng-bnr-item-img{
    width: 46px;
    margin: 0 auto 12px;
}
.lng-bnr-item h4{
    font-family: 'Geist';
    font-size: 18px;
    font-weight: 600;
    color: #ffffff;
    line-height: 1.1;
    letter-spacing: 0;
    margin: 0;

}

.lng-bnr-item:hover{
    background-color: rgba(0, 170, 255, 1);
}
.lng-bnr-rite {
    width: 40.3%;
    padding: 28px 40px 58px;
    position: relative;
}
.lng-bnr-rite::before{
    content: "";
    width: 100%;
    height: 100%;
    border-width: 1px;
    border-style: solid;
    border-image-source: linear-gradient(90deg, #070f3f 0%, #089bff 45%, #070f3f 100%);
    border-image-slice: 1;
    background: rgba(6, 21, 45,0.5);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index:-2;
    /* background-image: url(images/hm-form-bg.webp); */
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
    pointer-events: none;
}
.lng-bnr-rite .lng-bnr-form-title{
    font-family: 'Geist';
    font-size: 50px;
    font-weight: 600;
    line-height: 1.1;
    letter-spacing: 0;
    color: #00a8ff;
    margin: 0 0 18px;
    text-align: center;

}

.lng-bnr-form .gform_confirmation_message{
    text-align: center;
    font-family: "Geist";
    font-size: 16px;
    font-weight: 400;
    line-height: 1.3;
    letter-spacing: 0;
    color: #fff;
    margin: 0;
}
.lng-bnr-rite .lng-bnr-form-title strong{
    font-weight: 600;
    display: block;
    color: #ffffff;
}


.lng-award-sec .container{
    max-width: 100%;
}
.lng-awrd-item {
    width: 100%;
    border-width: 1px;
    border-style: solid;
    border-image-source: linear-gradient(90deg, #070f3f 0%, #089bff 45%, #070f3f 100%);
    border-image-slice: 1;
    background: #000e1c;
}





/* Our Work Section */
.lng-work-sec{
    padding: 0 0 95px;
    background-color: #000e1c;
}

.lng-work-sec .lng-work-title{
    font-family: "Geist";
    font-weight: 900;
    font-size: 200px;
    line-height: 0.9;
    letter-spacing: 0;
    text-transform: uppercase;
    -webkit-text-stroke: 2px #089bff;
    background: 0 0;
    -webkit-background-clip: text;
    background-clip: text;
    mask-image: linear-gradient(to bottom, #031b3a, #fff0 88%);
    color: transparent;
    margin: 0 0 -30px;
    text-align: center;
}

.lng-work-sec .container{
    max-width: 1700px;
}

.lngwork-blk .text-heading {
    width: fit-content;
    display: block;
    margin: 0;
    position: absolute;
    right: 7%;
    top: 25px;
    font-size: 63px;
    z-index: 3;
    font-weight: 700;
}
.lngwork-lst {
    position: relative;
    width: 100%;
    height: 620px;
    perspective: 1000px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    z-index: 2;
    margin: 0 0 0;
}
.lng-wrk-itm {
    width: 22.6%;
    position: absolute;
    transition: all 0.6s ease-in-out;
    top: 21%;
    z-index: 1;
}
.lng-wrk-itm .lng-wrk-img{

}
.lng-wrk-itm .lng-wrk-dsktp-img{
    display: none;
}
.lng-wrk-itm.active .lng-wrk-img{
    display: none;
}
.lng-wrk-itm.active .lng-wrk-dsktp-img{
    display: block;
}

.lng-wrk-itm.next-card {
    transform: translateX(60%);
    z-index: 3;
}
.lng-wrk-itm.last-card {
    transform: translateX(171%);
    z-index: 2;
}
.lng-wrk-itm.active {
    width: 49.5%;
    top: 0;
    transform: translateX(-51%) scale(1);
    z-index: 5;
}

.lng-wrk-dsktp-img{
    margin: 0 0 40px;
}
.lngwrk-cnt{
    display: none;
    text-align: center;
    opacity: 0;
    visibility: hidden;
    animation: showContent 0s 0.3s forwards;
}
@keyframes showContent {
    to {
        opacity: 1;
        visibility: visible;
    }
}
.lngwrk-cnt h4{
    font-family: 'Geist';
    font-size: 45px;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 0;
    color: #00a8ff;
    margin: 0 -180px 0 0;
}
.lngwrk-cnt h4 a{
    color: #00a8ff;
}
.lngwrk-cnt h4 a:hover{
    color: #fff;
}
.lngwrk-btn{
    margin: 0;
}
.lngwrk-btn a.cmn-btn {
    border-color: transparent;
    white-space: nowrap;
}
.lngwrk-btn a.cmn-btn:hover{
    border-color: rgba(103 193 255 / 59%);
}

.lng-wrk-itm.active .lngwrk-cnt{
    display: flex;
    align-items: center;
    gap: 20px;

}


.lngwork-blk{
    position: relative;
}
.lng-wrk-btns {
    width: 260px;
    position: absolute;
    padding: 0 70px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: max-content;
    right: 16%;
    bottom: 30%;
    z-index: 3;
}
.lng-wrk-btns::before,.lng-wrk-btns::after{
    content: "";
    width: 58px;
    height: 18px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
}
.lng-wrk-btns::before{
    left: 0;
    background-image: url(images/bnr-btn-left-img.webp);
}
.lng-wrk-btns::after{
    background-image: url(images/shade-right-img.webp);
    right: 0;
}
.lng-wrk-btns button{
    width: 40px;
    height: 20px;
    background-image: url(images/work-prev-arrow-light.webp);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    position: relative;
    background-color: transparent;
    border: 0;
    font-size: 0;
    cursor: pointer;

}
.lng-wrk-btns button:hover{
    background-image: url(images/work-prev-arrow-blue.webp);
}
.lng-wrk-btns button.next{
    background-image: url(images/work-next-arrow-light.webp);
}
.lng-wrk-btns button.next:hover{
    background-image: url(images/work-next-arrow-blue.webp);
}



.sub-heading {
  font-family: "Geist";
  font-weight: 600;
  font-size: 22px;
  line-height: 1.2;
  letter-spacing: 5.2px;
  color: #00a8ff;
  text-transform: uppercase;
  margin: 0 0 20px;
}
/* .lng-complimentary-sec */

.lng-complimentary-sec {
  padding: 120px 0 105px;
  background-color: #000f1f;
  background-image: url(images/complimentary-bg-image.webp);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}
.lng-complimentary-sec .container {
  max-width: 1700px;
}
.lng-complimentary-sec h4 {
  font-family: "Geist";
  font-weight: 600;
  font-size: 35px;
  line-height: 1;
  letter-spacing: 0;
  color: #fff;
  margin: 0 auto 0px;
  text-align: center;
  background-image: url("images/lng-best-offer-cnt-bg-img.webp");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: fit-content;
  padding: 9px 70px 22px;
}
.lng-complimentary-sec .text-heading {
  text-align: center;
}
.lng-complimentary-sec p {
  font-family: "Geist";
  font-weight: 300;
  font-size: 22px;
  line-height: 1;
  letter-spacing: 0;
  color: #fff;
  margin: 0 0 27px;
  text-align: center;
}
.lng-complimentary-list {
  display: flex;
  justify-content: space-between;
}
.lng-complimentary-item {
  width: 24.2%;
  padding: 33px 30px 32px;
  text-align: center;
  background-color: #000e1c;
  border-width: 1px;
  border-style: solid;
  border-image-source: linear-gradient(90deg, #070f3f 0, #089bff 45%, #070f3f 100%);
  border-image-slice: 1;
}
.lng-complimentary-img {
  width: 73px;
  margin: 0 auto 20px;
}
.lng-complimentary-img img {
  width: 100%;
  display: block;
}
.lng-complimentary-item h5 {
  font-family: "Geist";
  font-weight: 600;
  font-size: 25px;
  line-height: 1;
  letter-spacing: 0;
  color: #fff;
  margin: 0;
  text-transform: uppercase;
}
.lng-complimentary-item:hover {
  background: linear-gradient(150deg, #005c8b 0, #00192b 50%, #001d33 100%);
}
/* lng-our-services-sec */

.lng-our-services-sec {
  padding: 0px 0 220px;
  background-image: url(images/service-sec-bg.webp);
  background-position: bottom center;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 1;
  position: relative;
}
.lng-our-services-sec::before{
    content: "";
    width: 100%;
    height: 100%;
    background-image: url(images/service-sec-bg-bfr-img.webp);
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: cover;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    /* z-index: 1; */
    pointer-events: none;
}
.lng-our-services-cnt {
  font-family: "Geist";
  font-weight: 900;
  font-size: 200px;
  line-height: 1;
  letter-spacing: 0;
  text-transform: uppercase;
  -webkit-text-stroke: 2px #089bff;
  background: 0 0;
  -webkit-background-clip: text;
  background-clip: text;
  mask-image: linear-gradient(to bottom, #031b3a, #fff0 88%);
  color: transparent;
  margin: 0 -10px -18px;
  text-align: center;
}
.lng-our-services-sec .text-heading {
  margin: 0 0 42px;
}
.lng-our-servives-list {
  display: flex;
  justify-content: center;
  position: relative;
}
.lng-our-servives-list::before{
    content: "";
    width: 100%;
    height: 100%;
    border-width: 1px;
    border-style: solid;
    border-image-source: linear-gradient(90deg, #070f3f 0, #089bff 45%, #070f3f 100%);
    border-image-slice: 1;
    background-color: rgba(6, 21, 45, 1);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: -1;
    pointer-events: none;

}

.lng-our-services-item {
  width: 25%;
  padding: 98px 35px 105px;

  text-align: center;
  position: relative;
}
.lng-our-services-item::after {
  position: absolute;
  content: "";
  width: 1px;
  height: 87%;
  background-image: -webkit-linear-gradient(90deg, rgb(21, 67, 108) 0%, rgb(0, 168, 255) 50%, rgba(7, 22, 53, 0) 100%);
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.lng-our-services-item:last-child::after {
  display: none;
}
.lng-our-services-img {
  width: 47%;
  margin: 0 auto 57px;
}
.lng-our-services-img img {
  width: 100%;
  display: block;
}
.lng-our-services-item h4 {
  font-family: "Geist";
  font-weight: 700;
  font-size: 26px;
  line-height: 1.2;
  letter-spacing: 0;
  color: #fff;
  margin: 0 0 15px;
  text-transform: uppercase;
}
.lng-our-services-item p {
  font-family: "Geist";
  font-weight: 400;
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: 0;
  color: #aeaeae;
  margin: 0;
}
/* lng-marketing-audit-sec */

.lng-marketing-audit-sec {
  padding: 0px 0 100px;
  background-image: url(images/lng-marketing-bg.webp);
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: cover;
}
.lng-marketing-blk {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.lng-marketing-lft {
  width: 42.8%;
}
.lng-marketing-lft .text-heading {
  text-align: start;
}
.lng-marketing-lft p {
  font-family: "Geist";
  font-weight: 300;
  font-size: 22px;
  line-height: 1.35;
  letter-spacing: 0;
  color: #ffffff;
  margin: 0 0 38px;
}
.lng-marketing-rit {
  width: 52.2%;
  padding: 0;
}
.lng-marketing-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  border-width: 0 0 0 1px;
  border-style: solid;
  border-image-source: linear-gradient(0deg, #070f3f 0%, #089bff 45%, #070f3f 100%);
  border-image-slice: 1;
  position: relative;
}
.lng-marketing-list::before {
  content: "";
  width: 1px;
  height: 100%;
  background: linear-gradient(0deg, #070f3f 0%, #089bff 45%, #070f3f 100%);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.lng-marketing-item {
  width: 47%;
  padding: 40px 20px 33px 35px;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.lng-marketing-item:first-child,
.lng-marketing-item:nth-child(2) {
  border-width: 0 0 1px;
  border-style: solid;
  border-image-source: linear-gradient(90deg, #070f3f 0%, #089bff 45%, #070f3f 100%);
  border-image-slice: 1;
}
.lng-marketing-list-rit {
  width: 66%;
}
.lng-marketing-img {
  width: 24.3%;
}
.lng-marketing-img img {
  width: 100%;
  display: block;
}
.lng-marketing-item h4 {
  font-family: "Geist";
  font-weight: 600;
  font-size: 42px;
  line-height: 1;
  letter-spacing: 0;
  color: #ffffff;
  margin: 0 0 15px;
}
.lng-marketing-item p {
  font-family: "Geist";
  font-weight: 400;
  font-size: 20px;
  line-height: 1.5;
  letter-spacing: 0;
  color: #ffffff;
  margin: 0 0 0;
}

/* Case Studies Section */

.lng-case-testi-sec{
    background-image: url(images/case-testi-bg.webp);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
}
.lng-case-studies-sec {
  padding: 0px 0 65px;
}
.lng-case-studies-cnt {
  font-family: "Geist";
  font-weight: 900;
  font-size: 200px;
  line-height: 1;
  letter-spacing: 0;
  text-transform: uppercase;
  -webkit-text-stroke: 2px #089bff;
  background: 0 0;
  -webkit-background-clip: text;
  background-clip: text;
  mask-image: linear-gradient(to bottom, #031b3a, #fff0 88%);
  color: transparent;
  margin: 0 0px -80px;
  text-align: center;
}
.lng-case-studies-sec .text-heading {
  text-align: center;
  margin: 0 0 65px;
}
.lng-case-studies-blk {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 75px;
  margin: 0 0 55px;
}
.lng-case-studies-list {
  width: 29.7%;
}
.lng-case-studies-item {
  width: 100%;
  padding: 18px 33px;
  border: 1px solid #2a5a84;
  background: linear-gradient(180deg,
      #061b35 0%,
      #06234a 45%,
      #061d3c 100%);
}
.lng-case-studies-item:first-child{
  margin: 0 0 49px;
}
.lng-case-studies-mid {
  width: 25%;
}

.lng-case-study-img img{
    width: 100%;
    display: block;
    animation: moveUpDown 2.4s infinite ease-in-out;
}
@keyframes moveUpDown {
    0% {
        transform: translateY(0)
    }
    50% {
        transform: translateY(-12px)
    }
    to {
        transform: translateY(0)
    }
}

.lng-case-studies-item h6 {
  font-family: "Geist";
  font-weight: 400;
  font-size: 19px;
  line-height: 1;
  letter-spacing: 0;
  color: #ffffff;
  margin: 0 0 18px;
  text-transform: uppercase;
}
.lng-case-studies-item h4 {
  font-family: "Geist";
  font-weight: 700;
  font-size: 45px;
  line-height: 1;
  letter-spacing: 0;
  color: #00a8ff;
  margin: 0 0 20px;
  padding: 0 0 17px;
  border-bottom: 1px solid #00a8ff;
  text-transform: uppercase;
}
.lng-case-studies-item h5 {
  font-family: "Geist";
  font-weight: 400;
  font-size: 23px;
  line-height: 1;
  letter-spacing: 0;
  color: #ffffff;
  margin: 0;
}
.lng-case-studies-btn {
  text-align: center;
}
/* Testimonials Section */

.lng-tesimonials-sec {
  padding: 75px 0 128px;
}
.lng-tesimonials-sec .sub-heading {
    text-align: center;
    margin: 0 0 15px;
}

.lng-tesimonials-sec p {
  font-family: "Geist";
  font-weight: 300;
  font-size: 22px;
  line-height: 1.3;
  letter-spacing: 0;
  color: #ffffff;
  margin: 0 0 58px;
  text-align: center;
}
.lng-tesimonials-list {
  display: flex;
  justify-content: space-between;
}
.lng-tesimonials-item {
  width: 100%;
  padding: 95px 30px 67px 45px;
  position: relative;
}
.lng-tesimonials-item::after{
    content: "";
    width: 3px;
    height: 100%;
    background-color: #019aeb;
    position: absolute;
    left: 0;
    bottom: 0;
    top: 0;
    margin: auto;
}
.lng-tesimonials-list .owl-item.center .lng-tesimonials-item::after{
    width: 5px;
}

.lng-tesimonials-list .owl-item{
  opacity: 50%;
  padding: 36px 2px;

}
.lng-tesimonials-list .owl-item.center  {
  opacity: 1;
  padding: 0 ;
}
.lng-tesimonials-sec .lng-tesimonials-item p {
    margin: 0 0 30px;
    text-align: start;
    line-height: 1.4;
    font-size: 20px;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}


.lng-tesimonials-sec .owl-item.center .lng-tesimonials-item p{
    font-size: 22px;
  font-weight: 400;
      -webkit-line-clamp: 20;
    line-clamp: 20;


}
.lng-tesimonials-list.owl-carousel .owl-stage,
.lng-tesimonials-list.owl-carousel .owl-item {
  display: flex;
}


.lng-star-img {
  background-image: url("images/lng-star-img.webp");
  background-position: left;
  background-repeat: no-repeat;
  background-size: contain;
  width: 141px;
  height: 24px;
  margin: 0 0 35px;
}
.lng-tesimonials-item h5 {
  font-family: "Geist";
  font-weight: 500;
  font-size: 20px;
  line-height: 1;
  letter-spacing: 0;
  color: #ffffff;
  margin: 0;
  position: absolute;
  bottom: 45px;
}
.lng-tesimonials-sec .owl-item.center  .lng-tesimonials-item h5{
    font-size: 22px;
}
.lng-tesimonials-item::before {
  position: absolute;
  content: "";
  background-image: url("images/lng-quotes-img.webp");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top;
  width: 86px;
  height: 64px;
  top: 0;
  left: 45px;
  margin: auto;
}
.lng-tesimonials-list .owl-dots {
  display: flex !important;
  justify-content: center;
  align-items: center;
  gap: 5px;
  width: 100%;
  margin-top: 65px;
}
.lng-tesimonials-list .owl-dot {
  width: 26px;
  height: 5px;
  padding: 0 !important;
  margin: 0 !important;
  border: 0;
  border-radius: 1px;
  background: rgb(8 155 255 / 30%) !important;
    transition: 0.4s;
}
.lng-tesimonials-list .owl-dot.active {
  width: 53px;
  background: #089bff !important;
}
/* .lng-helping-sec */


.lng-helping-sec {
  padding: 0 0 95px;
}
.lng-helping-blk {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.lng-helping-lft {
  width: 32.7%;
}
.lng-helping-lft .text-heading {
    margin: 0;
    text-align: start;
    line-height: 1;
    color: #00a8ff;
}
.lng-helping-lft .text-heading strong {
    display: block;
    margin: 10px 0 0;
    font-size: 40px;
    color: #fff;
}
.lng-helping-rit {
  width: 62.4%;
  background-image: -webkit-linear-gradient(0deg, rgb(15, 61, 159) 0%, rgb(0, 132, 220) 51%, rgb(15, 61, 159) 100%);
  padding: 54px 40px 30px;
}
.lng-helping-rit-blk {
  display: flex;
  justify-content: space-between;
  margin: 0 0 12px;
  position: relative;
}
.lng-helping-rit-blk::after {
  position: absolute;
  content: "";
  width: 3px;
  height: 90%;
  background-color: rgba(255, 255, 255, 0.2);
  right: 3%;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.lng-heliping-list {
  display: flex;
  justify-content: space-between;
  width: 46.8%;
}
.lng-map-img {
  width: 43%;
  padding: 33px 0 0;
}
.lng-helping-list-rit {
  width: 50%;
}
.lng-map-img img {
  width: 100%;
  display: block;
}
.lng-helping-list-rit h4 {
  font-family: "Geist";
  font-weight: 700;
  font-size: 38px;
  line-height: 1;
  letter-spacing: 0;
  color: #ffffff;
  margin: 0 0 25px -35px;
}
.lng-helping-list-rit ul {
  font-size: 0;
}
.lng-helping-list-rit li {
  padding: 0 0 0 28px;
  margin: 0 0 18px;
  position: relative;
}
.lng-helping-list-rit li::before {
  position: absolute;
  content: "";
  background-image: url("images/lng-helping-lct-img.webp");
  background-position: left center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 16px;
  height: 22px;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.lng-helping-list-rit li a {
  font-family: "Geist";
  font-weight: 400;
  font-size: 22px;
  line-height: 1;
  letter-spacing: 0;
  color: #ffffff;
  margin: 0
}
.lng-helping-rit p {
  font-family: "Geist";
  font-weight: 700;
  font-size: 18px;
  line-height: 1.4;
  letter-spacing: 0;
  color: #ffffff;
  margin: 0;
  text-align: center;
}

/* Footer Section */

.lng-footer-sec{
    padding: 100px 0 0;
    background-color: #000e1c;
    position: relative;
    z-index: 1;
}
.lng-footer-sec::before{
    content: "";
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg , #09375b 0%,#09375b02 100%);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: -1;
    pointer-events: none;
}

.lng-ftr-logo {
    width: 46%;
    margin: 0 0 30px;
}

.lng-ftr-blk{
    display: flex;
    justify-content: space-between;

}
.lng-ftr-lft{
    width: 50%;
    border-width: 0 0 1px;
    border-style: solid;
    border-image-source: linear-gradient(90deg, rgba(8, 156, 255, 0.3) 0%, rgba(8, 156, 255, 0) 100%);
    border-image-slice: 1;
}

.lng-ftr-lft .text-heading {
    margin: 0 0 14px;
    text-align: left;
}
.lng-ftr-lft p{
    font-family: 'Geist';
    font-size: 26px;
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: 0;
    color: #ffffff;
    margin: 0 0 52px;
}

.lng-bnr-rite.lng-ftr-rite::before{
    z-index: -1;
    background-image: none;
    background: rgba(6, 21, 45,1);

}



.lng-ftr-call {
    margin: 0 0 52px;
}
.lng-ftr-call a{
    font-family: 'Geist';
    font-size: 35px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0;
    color: #fff;
    padding: 0 0 0 70px;
    position: relative;
    display: inline-block;
}
.lng-ftr-call a:hover{
    color: #019aeb;
}   
.lng-ftr-call a::before{
    content: "";
    width: 43px;
    height: 43px;
    background-image: url(images/ftr-call-icon.webp);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
.lng-ftr-mail {

}
.lng-ftr-mail a{
    font-family: 'Geist';
    font-size: 30px;
    font-weight: 300;
    line-height: 1;
    letter-spacing: 0;
    color: #ffffff;
    display: inline-block;
    padding: 0 0 0 70px;
    position: relative;
}
.lng-ftr-mail a:hover{
    color: #019aeb;
}   
.lng-ftr-mail a::before{
    content: "";
    width: 46px;
    height: 32px;
    background-image: url(images/ftr-mail-icon.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}


.cpy-inr-blk{
    text-align: center;
    padding: 55px 0;
}


.cpy-inr p.copy-para{
    font-family: 'Geist';
    font-size: 20px;
    font-weight: 400;
    line-height: 1.4;
    letter-spacing: 0.4px;
    color: #fff;
    margin: 0;
}
.cpy-inr p.copy-para a{
    color: #fff;
}   
.cpy-inr p.copy-para a:hover{
    color: #019aeb;
}   



/* Form Stylings */

.lng-bnr-rite .gfield label {
    display: none;
}
.lng-bnr-rite .gform_required_legend{
    display: none;
}
.lng-bnr-rite .gform_wrapper input::placeholder {
    color: #ffffff;
}
.lng-bnr-rite .gform_wrapper input:-ms-input-placeholder {
    color: #ffffff;
}
.lng-bnr-rite .gform_wrapper input::-ms-input-placeholder {
    color: #ffffff;
}
.lng-bnr-rite .gform_wrapper textarea::placeholder {
    color: #ffffff;
}
.lng-bnr-rite .gform_wrapper textarea:-ms-input-placeholder {
    color: #ffffff;
}
.lng-bnr-rite .gform_wrapper textarea::-ms-input-placeholder {
    color: #ffffff;
}
.lng-bnr-rite .gform_wrapper .gfield input, .lng-bnr-rite .gform_wrapper .gfield select, .lng-bnr-rite .gform_wrapper .gfield textarea {
    margin: 0px;
    width: 100% !important;
    color: #fff !important;
    outline: 0px;
    border: 1px solid #0064a5 !important;
    position: relative;
    border-radius: 0;
    font-family: 'Geist';
    font-weight: 300;
    line-height: 120% !important;
    font-size: 18px !important;
    padding: 18px 20px !important;
    transition: all 0.5s;
    display: block;
    text-align: left;
    height: auto !important;
    background-color: transparent;
    background: #0a274f;
}
.lng-bnr-rite .gform_wrapper .gfield input::placeholder ,.lng-bnr-rite .gform_wrapper .gfield textarea::placeholder{
    color: #fff !important;
    font-size: inherit;
}

.lng-bnr-rite .gform_wrapper .gform_fields {
    display: flex !important;
    flex-wrap: wrap;
    gap: 11px !important;
    justify-content: space-between;
    align-items:center;
}
.lng-bnr-rite .gform_wrapper .gfield {
    width: 100% !important;
    position: relative;
}
.lng-bnr-rite .gform_wrapper .gfield textarea {
    height: 145px !important;
    resize: none;
    margin: 0;
    padding-top: 20px !important;
    margin: 0px;
    min-block-size: 0px !important;
}
.lng-bnr-rite .gform_wrapper .gform_footer {
    padding: 0;
    text-align: center;
    margin: 30px 0 0;
    position: relative;
    max-width: 100%;
    justify-content: center;
}
.lng-bnr-rite .gform-footer {
    margin: 42px 0 0;
    position: relative;
}

.lng-bnr-rite .gform_wrapper .gform_footer input[type="submit"],.lng-bnr-rite .gform_wrapper .gform_footer button {
    display: inline-block !important;
    background: linear-gradient(90deg, rgb(15, 61, 159) 0%, rgb(0, 132, 220) 51%, rgb(15, 61, 159) 100%);
    outline: none !important;
    border: 1px solid rgb(103 193 255 / 59%) !important;
    border-radius: 0 !important;
    cursor: pointer !important;
    text-transform: uppercase !important;
    transition-duration: 0.5s !important;
    font-family: 'Geist' !important;
    font-weight: 700 !important;
    width: auto !important;
    color: #ffffff !important;
    font-size: 20px !important;
    padding: 22px 48px !important;
    line-height: 1 !important;
    letter-spacing: 0 !important;
    margin: 0;
    position: relative;
}
.lng-bnr-rite .gform_wrapper .gform_footer span{
    position: absolute;
    right: 0;
    bottom: -20px;
    margin: auto;

}

.lng-bnr-rite .gform_wrapper .gform_footer input:hover,.lng-bnr-rite .gform_wrapper .gform_footer button:hover {
    background: #000e1b !important;
}

.lng-bnr-rite .gform_validation_errors,.ftr-top-frm .gform_validation_errors{
    display: none !important;
}
.lng-bnr-rite .gfield_description,.ftr-top-frm .gfield_description{
    margin: 0px !important;
}

.lng-bnr-rite .gfield_description.validation_message,.ftr-top-frm .gfield_description.validation_message {
    position: absolute;
    bottom: 5px;
    right: 8px ;
    text-align: right;
    font-size: 13px;
    font-family: 'Geist';
    font-weight: 400;
    color: #ff0000;
    margin: 0 !important;
    pointer-events: none;
}
.lng-bnr-rite .gfield_description.instruction.validation_message,.ftr-top-frm .gfield_description.instruction.validation_message {
    top: 5px;
}




