/*
 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-v4-latin-300.woff2') format('woff2'); 
}

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

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

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

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

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

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



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

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

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

@font-face {
  font-display: swap;
  font-family: 'Google Sans';
  font-style: normal;
  font-weight: 700;
  src: url('./fonts/google-sans-v67-latin-700.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;
}
a:focus{
    outline: none !important;
}
.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;
}
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 {
    hm-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: 'Inter Tight';
    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: 25px;
}
.sticky-mobinav ul li a.drop.open {
    width: 25px;
}
.sticky-mobinav ul li a.drop:after {
    content: "";
    background: url(images/sprite_icons.webp) no-repeat left top;
    background-position: 0px 0px;
    width: 15px;
    height: 15px;
    position: absolute;
    right: 0;
    top: 5px;
}
.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: #03213d;
    overflow-y: auto;
    padding: 10px 10px;
    height: 100vh;
    position: relative;
}

.floatingMenu-list::-webkit-scrollbar-track { -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3); background: #0084d633; }
.floatingMenu-list::-webkit-scrollbar { width: 3px; background: #0084d633; }
.floatingMenu-list::-webkit-scrollbar-thumb { background: linear-gradient( 0deg, rgb(0,132,220) 0%, rgb(15,61,159) 51%, rgb(0,132,220) 100%) ; border-radius: 8px; }

#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: 36px;
    line-height: 1;
    font-weight: 500;
    display: block;
    background: transparent;
    clear: both;
    outline: 0;
    border: 0;
    padding: 0;
    color: #ffffff;
    float: right;
    position: relative;
    z-index: 999;
    cursor: pointer;
    font-family: 'Inter Tight';
}
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: 'Inter Tight';
    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: 0 0 0 30px;
    position: relative;
    outline: 0;
    border: 0;
    background-color: transparent;
}
.showhide b.txtl {
    text-align: right;
    font-size: 18px;
    line-height: 28px;
    font-weight: 500 ;
    text-transform: uppercase;
    margin: 0;
    padding-top: 2px;
    letter-spacing: 0.5px;
    font-family: 'Inter Tight';
}
.showhide b.txtr {
    position: absolute;
    top: -1px;
    bottom: 0;
    left: 0;
    margin: auto;
    text-align: left;
    font-size: 37px;
    line-height: 27px;
    font-family: 'Inter Tight';
    font-weight: 600;
}
.mobinav {
    display: none;
    width: 100%;
    color: #fff;
    box-sizing: border-box;
    z-index: 99999995;
    float: left;
    background: transparent;
    position: absolute;
    top: 44px;
    left: 0;
    padding: 12px;
}
.mobinav .container{padding: 0;max-width: 100%;}
.mobinav ul {
    float: left;
    margin: 0px 0 0 0;
    padding: 5px 0px;
    width: 100%;
}
.mobinav ul li {
    float: left;
    width: 100%;
    list-style: none;
    box-sizing: border-box;
    border: 0;
    margin: 0;
    padding: 0px;
    position: relative;
    font-family: 'Inter Tight';
    line-height: 0;
}
.mobinav li a {
    width: 100%;
    float: left;
    padding: 0;
    display: block;
    color: #fff;
    font-size: 17px;
    letter-spacing: 0.5px;
    font-family: 'Inter Tight';
    font-weight: 400;
    border: 0;
    margin: 0 0 14px;
    text-decoration: none;
    line-height: 1.2;
}
.mobinav ul li ul a {
    font-size: 15px;
}
.mobinav li a:hover,.mobinav li.current-menu-item > a {
    color: #00a8ff;
}
.mobinav ul li ul {
    float: left;
    padding: 0 0 0 15px;
}
.mobile_src_nav {
    display: none;
    width: 100%;
    float: none;
    position: relative;
    padding: 10px 0;
    background-color: #03213d;
}
.mobile_src_nav .container {
    position: relative;
}
.mobile_src_nav .search-form {
    width: 100%;
    float: left;
}

/* Common Stylings */
.text-heading{
   font-family: 'Geist';
   font-weight: 500; 
   font-size: 87px;
   line-height: 1.01;
   letter-spacing: 0;
   color: #fff;
   margin: 0 0 30px;
}
.text-heading strong{
    font-weight: 500;
    color: #00a8ff;
}
a.cmn-btn {
    font-family: 'Geist';
    font-weight: 700;
    font-size: 22px;
    line-height: 1;
    letter-spacing: 0;
    display: inline-block;
    padding: 22px 45px;
    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;
}

a.cmn-btn:hover {
    /* background:linear-gradient(90deg, rgb(0, 132, 220) 0%, rgb(15, 61, 159) 51%, rgb(0, 132, 220) 100%); */
    background: #032139;
    color: #fff;
}   

/* Header Section */

.logo-section {
    display: flex;
    justify-content: space-between;
}
.site-header .container {
    max-width: 1700px;
}
.top-rite {
    /* display: flex; */
    /* justify-content: space-between; */
    /* gap: 0; */
    /* width: 73.4%; */
}
.top-cal{
    text-align: center;
}
.hdr-top-btn {
    margin: 0 0 11px;
}
.hdr-top-btn a.cmn-btn{
    text-transform: none;
    padding: 23px 33px 23px 66px;
}
.hdr-top-btn a.cmn-btn::before{
    content: "";
    width: 30px;
    height: 30px;
    background-image: url(images/hdr-call-btn-icon.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 23px;
    margin: auto;
}
.hdr-contact-btn a{
    font-family: 'Geist';
    font-size: 24px;
    font-weight: 300;
    line-height: 1;
    letter-spacing: 0;
    color: #00a8ff;
    text-transform: uppercase;
    border-bottom: 1px solid #00a8ff;

}
.hdr-contact-btn a:hover{
    color: #fff;
    border-color: #fff;
}


#main-navigation ul {
    margin: 0;
    padding: 25px 35px 0;
    background-color: rgb(9 64 107 / 30%);
    border: 1px solid rgb(1 130 218 / 23%);
}
#main-navigation ul li {
    display: inline-block;
    padding: 0 0px 0;
    position: relative;
    /*margin: 0 17px;*/
    margin: 0 10px;
}

#main-navigation ul li:first-child{
    margin-left:0
}
#main-navigation ul li:last-child{
    margin-right:0
}
#main-navigation ul li a{
    font-size: 18px;
    font-family: 'Geist';
    font-weight: 500;
    letter-spacing: -0.36px;
    line-height: 1;
    color: #ffffff;
    padding: 0 0 23px;
    position: relative;
    display: inline-block;
}

#main-navigation ul li a:before{
    position: absolute;
    content: "";
    background-image: url(images/top-nav-star-icn.webp);
    background-repeat: no-repeat;
    background-size: contain;
    width: 23px;
    height: 24px;
    bottom: -12px;
    left: 0;
    right: 0;
    margin: auto;
    pointer-events: none;
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
}
#main-navigation ul li.menu-item-has-children a:hover::before{
    opacity: 0;

}


#main-navigation ul > li.current-menu-item > a:before, #main-navigation ul > li > a:hover:before{
    opacity: 1;

}

#main-navigation ul li ul.sub-menu{
    width:220px;
    position:absolute;
    color:#fff;
    top:100%;
    left:0;
    right:auto;
    background-color:#00a8ff;
    padding:0px 0;
    z-index:999;
    transform: rotateX(90deg);
    transform-origin: top;
    transition: all 0.5s ease-in-out 0s;
    border: none;
    background: linear-gradient(90deg, rgb(15, 61, 159) 0%, rgb(0, 132, 220) 51%, rgb(15, 61, 159) 100%);

}
#main-navigation ul li li a:before{
    display:none !important;
}
#main-navigation ul li:hover ul.sub-menu{
    transform: rotateX(0deg);
}
#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 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: 15px;
    line-height: 1.1;
}
#main-navigation .sub-menu li a:hover,
#main-navigation .sub-menu .current-menu-item > a{
    background-color: #f5f1e9;
    color: #00a8ff;
}
#main-navigation .sub-menu li:after{
    display:none;
}
#main-navigation .sub-menu li{
    width:100%;
    margin:0;
    padding:0;
    display: block;
}
#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 {
    background: transparent;
    transition: opacity 0.3s ease, visibility 0.3s ease;
    width: 100%;
    padding: 20px 0 0;
    position: absolute;
    z-index: 99;

}
.site-header.is-sticky {
    top: 0;
    right: 0;
    left: 0;
    z-index: 999;
    position: fixed;
    background: #000e1c;
    animation: slideDown 0.35s ease-out;
    visibility: visible;
    padding-bottom: 12px;
    border-bottom: 1px solid #0182dacc;
    box-shadow: 0 0 15px rgb(4 136 217 / 60%);
}
@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;
}



/* Banner Section */

.hm-banner-sec {
    padding: 191px 0 12px;
    background-image: url(images/hm-bnr-bg-image.webp);
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
    position: relative;
    z-index: 1;
    overflow: hidden;

}

.hm-banner-sec:before {
    position: absolute;
    content: "";
    background-image: url(images/bnr-gradnt-bfr.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center bottom;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    pointer-events: none;

}

.hm-banner-sec h1 {
    font-family: 'Geist';
    font-weight: 500;
    font-size: 90px;
    line-height: 1;
    letter-spacing: 0;
    color: #00a8ff;
    margin: 0 0 8px;
    
}

.hm-banner-sec h1 small {
    font-size: 18px;
    letter-spacing: 0.36px;
    color: #fff;
    display: block;
    text-transform: uppercase;
    line-height: 1;
    margin: 0 0 10px;
}
.hm-banner-sec h1 strong{
    color: #fff;
    line-height: 1;
    display: block;
    font-size: 80px;
    font-weight: 300;
}
.hm-banner-sec p{
    font-family: 'Geist';
    font-weight: 300;
    font-size: 20px;
    line-height: 1.5;
    letter-spacing: 0;
    color: #d1d1d1;
    margin: 0;
}
.hm-banner-sec .hm-bnr-img img{
    width: 100%;
    display: block;
}


.hm-bnr-img{
    position: relative;
    padding: 0 0 180px;
}
.hm-bnr-img::after{
    content: "";
    width: 1500px;
    height: 1px;
    background-color: #003e61;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
.hm-bnr-blk{
    position: relative;
}
.hm-bnr-img:before {
    position: absolute;
    content: "";
    background-image: url(images/cuboid-img.webp);
    background-repeat: no-repeat;
    background-size: contain;
    width: 132px;
    height: 123px;
    top: 2%;
    right: 9%;
    animation: moveUpDown 2.4s infinite ease-in-out;
}

.hm-bnr-cnt{
    position: relative;
}

.hm-bnr-cnt:before {
    position: absolute;
    content: "";
    background-image: url(images/triangle-bfr-img.webp);
    background-repeat: no-repeat;
    background-size: contain;
    width: 117px;
    height: 123px;
    bottom: 0;
    left: -20px;
    top: 0;
    margin: auto;
    animation: moveUpDown 2.4s infinite ease-in-out;
}
@keyframes moveUpDown {
0% {
    transform: translateY(0);
}
50% {
    transform: translateY(-12px);
}
100% {
    transform: translateY(0);
}
}
.hm-bnr-btm-cnt {
    font-family: 'Geist';
    font-weight: 700;
    font-size: 18px;
    line-height: 1.55;
    letter-spacing: 3.6px;
    color: #fff;
    position: absolute;
    bottom: 140px;
    left: 0;
    right: 0;
    text-transform: uppercase;
    margin: auto;
}

.hm-bnr-btm-cnt strong{
    display: block;
    color: #00a8ff;

}
.hm-bnr-btm-start{
    font-size: 0;
}
.hm-bnr-btm-start::before, .hm-bnr-btm-start::after {
    position: absolute;
    content: "";
    background-image: url(images/star-img.webp);
    background-position: center;
    background-size: contain;
    width: 23px;
    height: 24px;
    bottom: -11px;
    margin: auto;
    z-index: 1;
}
.hm-bnr-btm-start::before {
    right: 72px;
}
.hm-bnr-btm-start::after {
    left: 72px;
}
.hm-bnr-image-blk .container{
    max-width: 1700px;
}
.hm-bnr-animate-blk{
    display: flex;
    justify-content: space-between;
    align-items: start;
    position: relative;
    margin: 28px 0 0;
}
.hm-bnr-animate-lft-image {
    width: 801px;
    margin: -28px 0px 0 -48px;
    position: relative;
    z-index: 2;
}
.hm-bnr-animate-lft-image::before {
    content: "";
    width: 140px;
    height: 140px;
    background-image: url(images/hm-bnr-right-finger-light.webp);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    right: -63px;
    bottom: 0;
    top: 20px;
    margin: auto;
    opacity: 0;
    animation: showAfterDelay 0.5s ease forwards;
    animation-delay: 3.8s;
}
@keyframes showAfterDelay {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
.hm-bnr-animate-lft-image img{
    display: block;
    width: 100%;
}
.hm-bnr-animate-cm-image {
    width: 347px;
    margin: auto;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 42px;
    animation: cmmoveUpDown 1.7s ease-in-out 2 forwards;

    height: fit-content;
    z-index: 1;
}

@keyframes cmmoveUpDown {
0% {
    transform: translateY(0);
}
50% {
    transform: translateY(-10px);
}
100% {
    transform: translateY(0);
}
}
.hm-bnr-animate-cm-image img{
    display: block;
    width: 100%;
}
.hm-bnr-animate-right-image {
    width: 730px;
    margin: 159px 10px 0 0px;
    position: relative;
}
.hm-bnr-animate-right-image::before {
    content: "";
    width: 84px;
    height: 84px;
    background-image: url(images/hm-bnr-right-hand-light.webp);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    left: -27px;
    bottom: 0;
    top: -66px;
    margin: auto;
    opacity: 0;
    animation: showAfterDelay 0.5s ease forwards;
    animation-delay: 3.8s;
}
.hm-bnr-animate-right-image img{
    display: block;
    width: 100%;
}




@keyframes fadeInLeft {
    from {
        /* opacity:0; */
        -webkit-transform: translatex(-100%);
        -moz-transform: translatex(-100%);
        -o-transform: translatex(-100%);
        transform: translatex(-100%);
    }
    to {
        /* opacity:1; */
        -webkit-transform: translatex(0);
        -moz-transform: translatex(0);
        -o-transform: translatex(0);
        transform: translatex(0);
    }
}
.bnr-left-fade {
    -webkit-animation-name: fadeInLeft;
    -moz-animation-name: fadeInLeft;
    -o-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-duration: 3s;
    -moz-animation-duration: 3s;
    -o-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-delay: 1s;
    -moz-animation-delay: 1s;
    -o-animation-duration:1s;
    animation-delay: 1s;
    opacity: 0;
}

.bnr-left-fade.show {
    opacity: 1;
    transform: translatex(0);
}

@keyframes fadeInRight {
    from {
        /* opacity:0; */
        -webkit-transform: translatex(100%);
        -moz-transform: translatex(100%);
        -o-transform: translatex(100%);
        transform: translatex(100%);
    }
    to {
        /* opacity:1; */
        -webkit-transform: translatex(0);
        -moz-transform: translatex(0);
        -o-transform: translatex(0);
        transform: translatex(0);
    }
}
.bnr-right-fade {
    -webkit-animation-name: fadeInRight;
    -moz-animation-name: fadeInRight;
    -o-animation-name: fadeInRight;
    animation-name: fadeInRight;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-duration: 3s;
    -moz-animation-duration: 3s;
    -o-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-delay: 1s;
    -moz-animation-delay: 1s;
    -o-animation-duration:1s;
    animation-delay: 1s;
    opacity: 0;
}

.bnr-right-fade.show {
    opacity: 1;
    transform: translatex(0);
}


.hm-bnr-animate-lft-image img.bnr-mbl-hand-image,.hm-bnr-animate-right-image img.bnr-mbl-hand-image{
    display: none;
}
.hm-bnr-animate-lft-image br,.hm-bnr-animate-right-image br{
    display: none;
}




/* .hm-banner-sec h1 small{
    opacity: 0;
    animation: bannercontshade 1s ease forwards;
    animation-delay: 1.6s;
}
.hm-banner-sec h1{
    opacity: 0;
    animation: bannercontshade 1s ease forwards;
    animation-delay: 1.9s;
}
.hm-banner-sec h1 strong{
    opacity: 0;
    animation: bannercontshade 1s ease forwards;
    animation-delay: 2.2s;
}

.hm-banner-sec p{

    opacity: 0;
    animation: bannercontshade 1s ease forwards;
    animation-delay: 2.6s;
}

@keyframes bannercontshade {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
} */


.site-header.is-sticky .hdr-contact-btn{
    display: none;
}

/*  Scroll Section  */

.hm-scroll-sec {
    background: transparent;
    margin: 0px;
    position: absolute;
    bottom: 45px;
    left: 0;
    right: 0;
    z-index: 1;
}

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

.hm-scroll-container {
    display: flex;
    width: 100%;
    overflow: hidden;
    position: relative;
    padding: 0;
}
 
.hm-scroll-list {
  display: flex;
  align-items: center;
  list-style: none;
  padding: 0;
  margin: 0;
animation: scrollLoop 30s linear infinite;
}
.hm-scroll-list:hover {
    animation-play-state: paused;
}
@keyframes scrollLoop {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%);
    }
}

.hm-scroll-list .hm-scroll-itm{    display: flex;
    gap: 40px;
    align-items: center;
    margin-right: 50px;
}

.hm-scroll-itm-img {
    width: 41px;
}

.hm-scroll-list .hm-scroll-itm h5{
    font-family: 'Geist';
    font-weight: 600;
    font-size: 28px;
    white-space: nowrap;
    color: #fff;
    line-height: 1;
    letter-spacing: 0;
    text-transform: uppercase;
    margin: 0;    
}
.hm-scroll-list .hm-scroll-itm h5 a{
    color: #fff;
}
.hm-scroll-list .hm-scroll-itm h5 a:hover{
    color:#00a8ff;
}



/* Home Choose Section */

.hm-choose-sec {
    background-image: url(images/choose-sec-background-img.webp);
    background-repeat: no-repeat;
    background-position:  center;
    background-size: cover;
    padding: 120px 0 120px;
}
.hm-choose-blk {
    display: flex;
    justify-content: space-between;
    margin: 0 0 52px;
}
.hm-choose-lft h6 {
    font-family: 'Geist';
    font-weight: 600;
    font-size: 24px;
    line-height: 1;
    letter-spacing: 2.4px;
    color: #00a8ff;
    text-transform: uppercase;
    margin: 0 0 4px;
    position: relative;
    padding: 0 0 0 60px;
}
.hm-choose-lft h6::after {
    position: absolute;
    content: "";
    background-image: url(images/capstone-text-img.webp);
    background-repeat: no-repeat;
    background-size: contain;
    width: 58px;
    background-position: left center;
    height: 18px;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
.hm-choose-sec .text-heading{
  color: #fff;
  margin: 0;
}
.hm-choose-rit p {
    font-family: 'Geist';
    font-weight: 400;
    font-size: 20px;
    line-height: 1.7;
    letter-spacing: 0;
    color: #aeaeae;
    margin: 5px 0 0;
}


.hm-choose-rit {
    width: 33%;
  
}
.hm-choose-lft {
    width: 57%;
}
.hm-choose-list{
  display: flex;
  justify-content: space-between;
}
.hm-choose-itm {
    width: 32%;
    padding: 25px 42px 50px 55px;
    border-width: 1px;
    border-style: solid;
    border-image-source: linear-gradient(
   90deg, #070f3f 0%, #089bff 45%, #070f3f 100%);
    border-image-slice: 1;
}
.hm-choose-itm:hover{
  background-image: url(images/precision-hvr-img.webp);
  background-repeat: no-repeat;
  background-size: cover;
  
}
.hm-choose-img{
  margin: 0 0 15px;
  width: 113px;
  transition: 0.5s;
}
.hm-choose-itm h4{
    font-family: 'Geist';
   font-weight: 600;
   font-size: 56px;
   line-height: 1;
   letter-spacing: 0;
   color: #fff;
   margin: 0 0 15px;
}
.hm-choose-itm p{
    font-family: 'Geist';
   font-weight: 400;
   font-size: 18px;
   line-height: 1.55;
   letter-spacing: 0;
   color: #aeaeae;
   margin: 0;
}
.hm-choose-itm:hover .hm-choose-img{
    scale: 1.08;
}


/* Home Results Section  */


.hm-results-sec{
    background-color: #e6ecf0;
    padding: 70px 0 95px;
    position: relative;
    z-index: 1;
    
}

.hm-results-sec::after {
    position: absolute;
    content: "";
    background-image: url(images/results-sec-background-img.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right top;
    width: 41.3%;
    left: 0;
    height: 100%;
    top: 0;
    z-index: -1;
}
.hm-results-list::before {
    position: absolute;
    content: "";
    background-image: url(images/results-bfr-img.webp);
    background-repeat: no-repeat;
    background-size: contain;
    width: 169px;
    height: 163px;
    right: -50px;
    bottom: -10px;
    animation: moveUpDown 2.4s infinite ease-in-out;
}
.hm-results-sec .container{
    max-width: 1700px;
    width: 100%;
    margin: auto;
}

.hm-results-sec .text-heading{color: #000e1b;}

.hm-results-list {
    display: flex;
    justify-content: space-between;
    padding: 0 7.9% 0 0;
    position: relative;
}
.hm-results-lft {
    width: 39.2%;
    padding: 35px 0 0;
}
.hm-results-img {
    margin: 0 0 14px;
}
.hm-results-img img{
    width: 100%;
    display: block;
}
.hm-results-logo {
    width: 453px;
    margin: 0 auto 28px;
}
.hm-results-logo img{
    width: 100%;
    display: block;
}
.hm-results-rit {
    width: 48%;
}

.hm-results-rit p{
   font-family: 'Geist';
   font-weight: 400; 
   font-size: 20px;
   line-height: 1.7;
   letter-spacing: 0;
   color: #000;
   margin: 0 0 32px;
}
.hm-results-call-btn p{
   font-family: 'Geist';
   font-weight: 700;
   font-size: 18px;
   line-height: 1.3;
   letter-spacing: 3.6px;
   color: #0085d5;
   text-transform: uppercase;
   text-align: center;
   display: block;
   margin: 0;
}
.hm-results-call-btn p a {
    font-size: 32px;
    display: block;
    color: #000;
    text-decoration: none;
    max-width: fit-content;
    margin: auto;
    letter-spacing: 6.4px;
}
.hm-results-call-btn p a:hover{
  color: #0085d5;
}
.hm-results-btn {
    margin: 40px 0 0;
}



/* our services section */
 
.hm-our-services-sec {
    padding: 34px 0 95px;
    background-color: #000e1c;
}
.hm-our-services-sec .container{
    max-width: 100%;
}
 
.hm-services-top-title {
    font-family: 'Geist';
    font-weight: 900;
    font-size: 200px;
    text-transform: uppercase;
    line-height: 1;
    letter-spacing: 0;
    -webkit-text-stroke: 2px #089bff;
    background: transparent;
    -webkit-background-clip: text;
    background-clip: text;
    mask-image: linear-gradient(to bottom, #031b3a, #fff0 87%);
    color: transparent;
    margin: 0 0px -14px;
    text-align: center;
}
.hm-our-service-lst {
    display: flex;
    justify-content: center;
        margin: 0 0 60px;
}
.hm-our-service-itm h4 {
    font-family: 'Geist';
    font-weight: 600;
    font-size: 40px;
    line-height: 1.15;
    letter-spacing: 0;
    color: #ffffff;
    margin: 0 0 20px;
    min-height: 92px;
    display: flex;
    align-items: center;
}
 
.hm-our-services-sec .text-heading {
    margin: 0 0 23px;
    text-align: center;
}
.hm-our-service-itm p {
    font-family: 'Geist';
    font-weight: 400;
    font-size: 18px;
    line-height: 1.5;
    letter-spacing: 0;
    color: #aeaeae;
    margin: 0;
}
.hm-our-service-itm-img img {
    width: 100%;
    display: block;
}
.hm-our-service-itm-img {
    width: 56.6%;
    margin: 0 0 20px;
}
.our-service-cnt .container {
    max-width: 100%;
}
.hm-our-service-itm {
    width: 21%;
    padding: 30px 39px 60px;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    margin: 0 -1px;
    min-height: 621px;
    border-width: 1px;
    border-style: solid;
    border-image-source: linear-gradient(90deg, #070f3f 0%, #089bff 45%, #070f3f 100%);
    border-image-slice: 1;
}
.hm-our-service-itm::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    background: linear-gradient(180deg, rgba(0, 45, 71, 0.6) 0%, rgba(0, 45, 71, 0.15) 50%, rgba(0, 45, 71, 0.02) 100%);
    background-repeat: no-repeat;
    background-size: cover;
    pointer-events: none;
}
 
.hm-our-service-itm.hover .hm-our-service-itm-img {
    width: 40.6%;
    margin: 0 auto 6px;
}
.hm-our-service-itm.hover {
    width: 37.2%;
    background-image: url(images/hm-our-services-itm-bg.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    border-width: 1px;
    border-style: solid;
    border-image-source: linear-gradient(150deg, rgba(0, 168, 255, 1) 0%, rgba(0, 168, 255, 1) 51%, rgba(0, 168, 255, 0) 100%);
    border-image-slice: 1;
    z-index: 1;
}
.hm-our-service-itm.hover:before{
    background-image: url(images/hm-our-services-itm-bg-shade.webp);
 
}
.hm-our-services-btn {
    text-align: center;
}
 
.hm-our-service-itm:after {
    position: absolute;
    content: "";
    top: 35px;
    right: 35px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    width: 81px;
    height: 74px;

}
.hm-our-service-itm.hm-serv-search:after {
    background-image: url(images/hm-svr-search-icon.webp);
}
.hm-our-service-itm.hm-serv-website::after{
    background-image: url(images/hm-svr-website-icon.webp);
}
.hm-our-service-itm.hm-serv-google::after{
    background-image: url(images/hm-svr-google-profile-icon.webp);
}
.hm-our-service-itm.hm-serv-social::after{
    background-image: url(images/hm-svr-social-icon.webp);
}
.hm-our-service-itm.hover p {
    width: 84%;
}

/*  Home Build Section  */

.hm-bulid-sec {
    background-color: #000e1c;
}
 
.hm-bulid-sec .container {
    width: 100%;
    max-width: 1700px;
    margin: auto;
}
 
.hm-bulid-sec .hm-capstone-img {
    margin: 0 auto 44px;
    width: 100%;
    max-width: 1230px;
}
 
.hm-capstone-img img {
    width: 100%;
    display: block;
    height: auto;
}
 
.hm-build-rit-img img {
    width: 100%;
    display: block;
}
 
.hm-build-list {
    background-image: url(images/build-blk-bg-img.webp);
    background-position: right center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 20px 0 62px;
    position: relative;
}
 
.hm-build-list::before{
    content: "";
    width: 1500px;
    height: 1px;
    background-color: #003e61;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin:auto;
}
.hm-bulid-sec .hm-build-blk {
    width: 75.3%;
    margin: auto;
    display: flex;
    justify-content: space-between;
    padding: 0 50px 0 0;
}
.hm-build-blk::before, .hm-build-blk::after {
    position: absolute;
    content: "";
    background-image: url(images/star-img.webp);
    background-position: center;
    background-size: contain;
    width: 23px;
    height: 24px;
    bottom: -11px;
    margin: auto;
    z-index: 1;
}
 
.hm-build-blk::before {
    right: 60px;
}
.hm-build-blk::after {
    left: 60px;
}
 



.hm-build-blk .hm-build-lft {
    width: 52%;
}
 
.hm-build-blk .hm-build-rit {
    width: 33.85%;
}
.hm-build-rit-img{
    animation: moveUpDown 2.4s infinite ease-in-out;
}


 
.hm-build-blk .text-heading {
    color: #fff;
    padding: 0 0 35px;
    margin: 0 0 40px;
    border-bottom: 1px solid #089afe;
    line-height: 0.97;
}
 
.hm-build-blk .text-heading strong {
    font-weight: 500;
    font-size: 120px;
    color: #0488d9;
    display: block;
}
 
.hm-build-services-list {
    display: flex;
    justify-content: space-between;
    padding: 0 0px 45px 0;
    border-bottom: 1px solid #003e61;
    position: relative;
    align-items: end;
    width: 90%;
    margin: auto;
}
.hm-build-service-item {
    width: 16%;
}

.hm-build-services-list h6 {
    font-family: 'Geist';
    font-weight: 500;
    font-size: 26px;
    line-height: 1;
    letter-spacing: 0;
    color: #fff;
    text-transform: uppercase;
    margin: -10px 0 0;
    text-align: center;
}
 
.hm-build-services-list::before,
.hm-build-services-list::after {
    position: absolute;
    content: "";
    background-image: url(images/star-img.webp);
    background-position: center;
    background-size: contain;
    width: 23px;
    height: 24px;
    bottom: -10px;
    margin: auto;
    z-index: 1;
}
 
.hm-build-services-list::before {
    right: -38px;
}
 
.hm-build-services-list::after {
    left: -38px;
}
 
.hm-build-service-img img {
    max-width: 122px;
    width: 100%;
    display: block;

    
}
 
.hm-build-service-img {
    padding: 24px 15px;
    width: 160px;
    height: 160px;
    margin: auto;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}
 
.hm-build-service-img::before {
    position: absolute;
    content: "";
    background-image: -webkit-linear-gradient(-90deg, rgb(0, 133, 200, 21%) 0%, rgba(0, 133, 200, 0%) 100%);
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: auto;
    border-radius: 50%;
    pointer-events: none;
}
 
 
.hm-build-services-list .hm-service-item {
    width: 22%;
}
 
.hm-build-service-item:hover .hm-build-service-img, .hm-build-service-item.hover .hm-build-service-img {
    width: 206px;
    height: 206px;
}
 
.hm-build-service-item:hover .hm-build-service-img:before, .hm-build-service-item.hover .hm-build-service-img:before {
  background-image: -webkit-linear-gradient(-90deg, rgb(0, 133, 200, 40%) 0%, rgba(0, 133, 200, 0%) 100%);
}
.hm-build-service-item:hover .hm-build-service-img:before, .hm-build-service-item.hover .hm-build-service-img:before {
    animation: serviceCircleScale 0.5s ease-in;
}
@keyframes serviceCircleScale {
0% {
    transform: scale(70%);
}
100% {
    transform: scale(100%);
}
}
 
 
.hm-build-service-item:hover h6,.hm-build-service-item.hover h6 {
    color: #00a8ff;
    margin: -20px 0 0;
}

/*  Our Work Section  */

.hmwork-sec {
    background-color: #000e1c;
    padding: 50px 0 0;
}

.hmwork-sec .container{
    max-width: 1700px;
}

.hm-work-top-title {
    font-family: 'Geist';
    font-weight: 900;
    font-size: 200px;
    text-transform: uppercase;
    line-height: 1;
    letter-spacing: 0;
    -webkit-text-stroke: 2px #089bff;
    background: transparent;
    -webkit-background-clip: text;
    background-clip: text;
    mask-image: linear-gradient(to bottom, #031b3a, #fff0 87%);
    color: transparent;
    margin: 0 0 -18px;
    text-align: center;
}
.hm-our-wrk-top {
    text-align: center;
}
.hm-our-wrk-top .text-heading{
    margin: 0 0 75px;
}

.hm-wrk-dsktp-img{display: none;}

.hm-wrk-itm.active .hm-wrk-dsktp-img{display: block;}

.hm-wrk-itm.active .hm-wrk-img{display: none;}

.hmwork-wrapper {
    perspective: 1000px;
    text-align: center;
}

.hmwork-lst {
    position: relative;
    width: 100%;
    height: 605px;
    perspective: 1000px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    z-index: 5;
    margin: 0 0 50px;
}
.hm-wrk-itm {
    width: 22.6%;
    position: absolute;
    transition: all 0.6s ease-in-out;
    top: 20%;
    z-index: 1;
}

.hm-wrk-itm.active {
    width: 49.5%;
    top: 0;
    transform: translateX(0) scale(1);
    z-index: 5;
}
.hm-wrk-itm.prev-card {
    transform: translateX(-171%);
    z-index: 2;
}
 
.hm-wrk-itm.next-card {
    transform: translateX(171%);
    z-index: 2;
}

.hmwrk-cnt{display: none;}

.hm-wrk-itm.active .hmwrk-cnt {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 30px 0 0;
    padding: 0 42px;
}
.hmwrk-btn a.cmn-btn{
    padding: 19px 45px;
}
.hm-our-wrk-main-sec .carousel-dots span.dot {
    width: 30px;
    display: inline-block;
    height: 6px;
    background-color: rgb(4 136 217 / 20%);
    border-radius: 6px;
    cursor: pointer;
}

.hm-our-wrk-main-sec .carousel-dots span.dot.active{
    background-color: #0488d9;
    width: 60px;
}

.hm-our-wrk-main-sec .carousel-dots {
    /* display: flex; */
    justify-content: center;
    gap: 10px;
    padding: 20px 0;
    display: none;
}


.hm-wrk-btns {
    /* display: none; */
    padding: 20px 0 13px;
    display: flex;
    justify-content: center;
    gap: 60px;
}

.hm-wrk-btns button.hm-wrk-btn.prev, .hm-wrk-btns button.hm-wrk-btn.next {
    font-size: 0;
    background-image: url(images/slide-left-arrow-hover.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    display: inline-block;
    width: 47px;
    height: 23px;
    margin: 0px;
    border: none;
    padding: 0;
    background-color: transparent;
    cursor: pointer;
}
.hm-wrk-btns button.hm-wrk-btn.next {
    background-image: url(images/slide-right-arrow-hover.webp);
}
.hm-wrk-btns button.hm-wrk-btn.prev:hover {
    background-image: url(images/slide-left-arrow.webp);
}
.hm-wrk-btns button.hm-wrk-btn.next:hover {
    background-image: url(images/slide-right-arrow.webp);
}




.hm-our-wrk-main-sec {
    position: relative;
}

.hm-our-wrk-main-sec:before,.hm-our-wrk-main-sec:after{
    position: absolute;
    content: "";
    background-size: contain;
    background-repeat: no-repeat;
    width: 647px;
    height: 70px;
    bottom: 16px;
}
.hm-our-wrk-main-sec:before{
    background-image: url(images/our-wrk-btm-bfr.webp);
    background-position: right bottom;
    left: 5%;
}

.hm-our-wrk-main-sec:after{
    background-image: url(images/our-wrk-btm-aftr.webp);
    background-position: left bottom;
    right: 5%;
}

.hm-wrk-itm h4 {
    font-family: 'Geist';
    font-weight: 500;
    font-size: 35px;
    line-height: 1;
    letter-spacing: 0;
    color: #fff;
    margin: 0;
}
.hm-website-sec {
    background-color: #000e1c;
    padding: 45px 0 0;
}
.hm-website-sec .container{max-width: 100%;}
.hm-website-list{
  display: flex;
  justify-content: space-between;
  gap: 10px;
}
.hm-website-itm{
  width: 100%;
    border-width: 2px;
    border-style: solid;
    border-image-source: linear-gradient(90deg, #070f3f 0%, #089bff 45%, #070f3f 100%);
    border-image-slice: 1;
}
.hm-website-img img{
  width: 100%;
  display: block;
}
 .hm-website-list .owl-stage {
    display: flex;
    transition-timing-function: linear !important;
}

/* Home Spend Section */


.hm-spend-sec{
    background-image: url(images/hm-spend-sec-bg.webp);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 100px 0 0;
}
.hm-spend-sec .container{
    max-width: 1280px;
}
.hm-spend-total-sec{
    position: relative;
    z-index: 1;
}
.hm-spend-total-sec::before{
    content: "";
    width: calc(100% + 220px);
    height: 1px;
    background-color: #0085c8;
    position: absolute;
    bottom: 0;
    left: -110px;
    right: 0;
    margin: auto;
    opacity: 40%;

}
.hm-spend-head {
    text-align: center;
    margin: 0 0 35px;
}
.hm-spend-head h6{
    font-family: 'Geist';
    font-size: 18px;
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: 0.36px;
    color: #ffffff;
    text-transform: uppercase;
    margin: 0 0 10px;
}
.hm-spend-head h2{
    font-family: 'Geist';
    font-weight: 500;
    font-size: 90px;
    line-height: 1;
    letter-spacing: 0;
    color: #00a8ff;
    margin: 0 0 24px;
}
.hm-spend-head h2 strong{
    font-size: 80px;
    font-weight: 300;
    color: #ffffff;
    display: block;
}
.hm-spend-head ul{
    display: inline-block;
    margin: 0 0 12px;
}
.hm-spend-head ul li{
    display: inline-block;
    margin: 0;
    padding: 0 42px;
    font-family: 'Geist';
    font-size: 18px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.36px;
    text-transform: uppercase;
    color: #00a8ff;
    border-right: 2px solid #00a8ff;
}

.hm-spend-head ul li:first-child{
    padding-left: 0;
}

.hm-spend-head ul li:last-child{
    padding-right: 0;
    border: 0;
}
.hm-spend-head p{
    font-family: 'Geist';
    font-size: 20px;
    font-weight: 300;
    line-height: 1.4;
    letter-spacing: 0;
    color: #d1d1d1;
    margin: 0;
}

.hm-spend-tabs{
    display: flex;
    justify-content: center;
    gap: 15px;
    margin: 0;
    padding: 0 0 20px;
    border-bottom: 1px solid #00a8ff;
}
.hm-spend-tabs li {
    width: 20.6%;
    font-family: 'Geist';
    font-size: 22px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0;
    color: #ffffff;
    text-transform: uppercase;
    text-align: center;
    margin: 0;
    border: 1px solid rgba(1, 131, 218, 0.23);
    padding: 18px 10px 19px;
    background-color: rgba(9, 65, 107, 0.3);
    cursor: pointer;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}
.hm-spend-tabs li a{
    color: #fff;
}
.hm-spend-tabs li:hover,.hm-spend-tabs li.selected{
    border-color: rgba(103, 194, 255, 0.59);
    background: linear-gradient(90deg,#0f3d9f 0%,#0084dc 51%,#0f3d9f 100%);
}
.hm-spend-tabs li::before{
    content: "";
    width: 15px;
    height: 8px;
    background-color: #00a8ff;
    position: absolute;
    bottom: -22px;
    left: 0;
    right: 0;
    margin: auto;
    clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
    display: none;
}
.hm-spend-tabs li.selected::before{
    display: block;
}

.hm-spend-tab-cont-main{
    padding: 30px 0 0;
}

.hm-spend-tab-cont-blk{
    display: flex;
    justify-content: space-between;
}
.hm-spend-tab-cont-lft{
    width: 48.6%;
}

.hm-spend-tab-cont-head {
    margin: 0 0 40px;
}

.hm-spend-tab-cont-lft h3{
    font-family: 'Geist';
    font-size: 30px;
    font-weight: 500;
    line-height: 1.2;
    letter-spacing:0;
    color: #ffffff;
    margin: 0 0 5px;
}
.hm-spend-tab-cont-lft p{
    font-family: 'Geist';
    font-size: 18px;
    font-weight: 500;
    line-height: 1.33;
    letter-spacing: 0;
    color: #d1d1d1;
    margin: 0;
}
.hm-spend-tab-cont-lft h5{
    font-family: 'Geist';
    font-size: 18px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.36px;
    color: #00a8ff;
    text-transform: uppercase;
    padding: 0 0 8px;
    margin: 0 0 15px;
    border-bottom: 1px solid #00a8ff;
}
.hm-spend-thre-fields,.hm-spend-two-fields,.hm-spend-four-fields{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 0 0 30px;

}
.hm-spend-two-fields {
    gap: 16px 0;
}


.hm-spend-tab-lft-top .hm-spend-four-fields{
    margin: 0 0 10px;
    border-bottom: 1px solid rgb(0 168 255 / 40%);
    padding: 0 0 10px;
    align-items: center;

}
.hm-spend-four-fields .hm-spend-field.first-field{
    width: 20%;
}
.hm-spend-four-fields .hm-spend-field.fourth-field{
    width: 11%;
}
.hm-spend-four-fields .hm-spend-field{
    width: 32%;
}


.hm-spend-four-fields .hm-spend-field span{
    font-family: 'Geist';
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0px;
    color: #ffffff;
    margin: 0px;
}
.hm-spend-four-fields .hm-spend-field.fourth-field span{
    color: #00a8ff;
    font-size: 20px;

}
.hm-spend-field{
    width: 49.2%;
}
.hm-spend-thre-fields .hm-spend-field{
    width: 32.3%;
}
.hm-spend-field-range-label{
    display: flex;
    justify-content: space-between;
}

.slidecontainer {
  width: 100%;
}



.hm-spend-field label ,.hm-spend-field-range-label span{
    font-family: 'Geist';
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0px;
    color: #ffffff;
    margin: 0 0 7px;
    display: block;
}
.hm-spend-field select, .hm-spend-field input {
    font-family: 'Geist';
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0px;
    color: rgba(255, 255, 255, 0.5) !important;
    padding: 16px 13px;
    background: linear-gradient(90deg, rgba(0, 132, 214, 0.2) 0%, rgba(0, 132, 214, 0) 100%);
    border: 2px solid rgba(0, 132, 214, 0.6);
    border-radius: 0;
    width: 100%;
    outline: none;
    background-color: #000e1c;
}
.hm-spend-field input[type="range"]{
    padding: 0;
    border-width: 1px;
}
.hm-spend-field input[type="range"] {
  -webkit-appearance: none;
  width: 100%;
  height: 2px;
  background: transparent;
  outline: none;
  opacity: 1;
}
.hm-spend-field input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 16px;
  height: 16px;
  background: #00a8ff;
  cursor: pointer;
  border-radius: 100%;
  opacity: 1;
}
.hm-spend-field-range-label span{
    color: #00a8ff;
}

.hm-spend-field-sybol {
    position: relative;
}

.hm-spend-field-dollar{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 10px;
    margin: auto;
    height: fit-content;
    font-family: 'Geist';
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0px;
    color: rgba(255, 255, 255, 0.5);
    display: none;
}

.hm-spend-tab-cont-rite{
    width: 32.8%;
    border: 1px solid rgba(1, 131, 218, 0.23);
    background-color: rgba(9, 65, 107, 0.3);
    padding: 22px 15px 35px;
}
.hm-spend-tab-rite-cont-blk{
    padding: 0 15px;
}
.hm-spend-tab-cont-rite h4{
    font-family: 'Geist';
    font-size: 24px;
    font-weight: 500;
    line-height: 1.1;
    letter-spacing: 0;
    color: #ffffff;
    padding: 0 0 20px;
    margin: 0 0 30px;
    border-bottom: 1px solid #00a8ff;
    text-align: center;
}

.hm-spend-tab-results-blk {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 38px 0;
}
.hm-spend-tab-results-item{
    width: 45%;
}
.hm-spend-tab-results-item p {
    font-family: 'Geist';
    font-size: 14px;
    font-weight: 300;
    line-height: 1.2;
    letter-spacing: 0;
    color: #d1d1d1;
    margin: 0 0 10px;
}
.hm-spend-tab-results-item p:last-child{
    margin: 0;
}
.hm-spend-tab-results-item h5{
    font-family: 'Geist';
    font-size: 27px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0;
    color: #00a8ff;
    margin: 0 0 8px;
}
.hm-spend-tab-results-item h5:last-child{
    margin: 0;
}
.hm-spend-tab-results-item:nth-child(2) h5{
    color: #00ff2a;
}
.hm-spend-tab-results-item:nth-child(3) h5{
    color: #b6ec24;
}
.hm-spend-tab-results-item:nth-child(4) h5{
    color: #ffffff;
}
.hm-spend-tab-results-item:nth-child(5) h5{
    color: #c104ff;
}
.hm-spend-tab-results-item:nth-child(6) h5{
    color: #ffffff;
}


.hm-spend-tab-rite-chart{
    display: flex;
    justify-content: space-between;
    align-items: end;
    padding: 25px 10px 18px;
    background-color: #00172a;
    margin-top: 30px;
}

.hm-spend-tab-chart-item {
    width: 20.5%;
    text-align: center;
}
.hm-spend-tab-chart-item p{
    font-family: 'Geist';
    font-size: 12px;
    font-weight: 300;
    line-height: 1.2;
    letter-spacing: 0;
    color: #d1d1d1;
    margin: 0;
}
.hm-spend-tab-chart-item p:first-child{
    margin: 0 0 4px;
    color: #4285f4;
}

.hm-spend-tab-chart-item:nth-child(2) p:first-child{
    color: #0065e2;
}

.hm-spend-tab-chart-item:nth-child(3) p:first-child{
    color: #2b8fd4;
}

.hm-spend-tab-chart-item:nth-child(4) p:first-child{
    color: #f5a623;
}

.hm-spend-tab-chart {
    margin: 0 0 5px;
}
.hm-spend-hint{
    padding: 0 0 0 43px;
    position: relative;
    margin: 0 -90px 0 0;
}
.hm-spend-hint::before {
    content: "";
    width: 32px;
    height: 32px;
    background-image: url(images/hm-spend-hint-bulb-image.webp);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    top: 12px;
    margin: auto;
}
.hm-spend-tab-cont-lft .hm-spend-hint p{
    font-family: 'Geist';
    font-size: 18px;
    font-weight: 500;
    line-height: 1.33;
    letter-spacing: 0;
    color: #d1d1d1;
    margin: 0;
}
.hm-spend-tab-cont-lft .hm-spend-hint p strong{
    color: #4285f4;
    font-weight: 500;

}

.hm-spend-tab-cont-lft {
    width: 48.6%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 10px;
}


.hm-spend-cta-box {
    padding: 35px 0 45px;
    text-align: center;
    margin: 55px 0 20px;
    border: 1px solid transparent;
    background: linear-gradient(to right, transparent, #0898fc, transparent) top / 100% 1px no-repeat, linear-gradient(to right, transparent, #0898fc, transparent) bottom / 100% 1px no-repeat, linear-gradient(to bottom, rgba(8, 152, 252, 8.6%), rgba(8, 152, 252, 8.6%)) left / 1px 100% no-repeat, linear-gradient(to bottom, rgba(8, 152, 252, 8.6%), rgba(8, 152, 252, 8.6%)) right / 1px 100% no-repeat;
}
.hm-spend-cta-box h4{
    font-family: 'Geist';
    font-size: 30px;
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: 0;
    color: #ffffff;
    margin: 0 0 10px;
}

.hm-spend-cta-box p{
    font-family: 'Geist';
    font-size: 18px;
    font-weight: 500;
    line-height: 1.33;
    letter-spacing: 0;
    color: #d1d1d1;
    margin: 0 0 10px;   
}

.hm-spend-cta-btn a.cmn-btn{
    padding: 18px 38px;
}
.hm-spend-cta-btm-cont {
    text-align: center;
    padding: 0 0 40px;
}
.hm-spend-cta-btm-cont::before,.hm-spend-cta-btm-cont::after{
    position: absolute;
    content: "";
    background-image: url(images/star-img.webp);
    background-position: center;
    background-size: contain;
    width: 23px;
    height: 24px;
    bottom: -12px;
    margin: auto;
    z-index: 1;
}
.hm-spend-cta-btm-cont::before {
    right: -150px;
}
.hm-spend-cta-btm-cont::after {
    left: -150px;
}
.hm-spend-cta-btm-cont p{
    font-family: 'Geist';
    font-size: 18px;
    font-weight: 500;
    line-height: 1.33;
    letter-spacing: 0;
    color: #d1d1d1;
    margin: 0 0 0px;  
}

/*  Home Marketing Section  */

.hm-marketing-sec {
    padding: 410px 0 155px;
    background-image: url(images/hm-marketing-sec-bg.webp);
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
    text-align: center;
    position: relative;
    margin: -220px 0 0;
}
 
.hm-marketing-blk {
    position: relative;
}
 
.hm-marketing-sec h6 {
    font-family: 'Geist';
    font-weight: 500;
    font-size: 20px;
    line-height: 1;
    letter-spacing: 0;
    color: #fff;
    text-transform: uppercase;
    margin: 0 0 5px;
}
 
.hm-marketing-sec .text-heading {
    font-size: 70px;
    color: #fff;
    margin: 0 0 15px;
}
 
.hm-marketing-sec .text-heading strong {
    font-weight: 500;
    font-size: 110px;
    color: #00a8ff;
    display: block;
}
 
.hm-marketing-img img {
    width: 100%;
    display: block;
    height: auto;
}

.hm-marketing-img {
    width: 32%;
    margin: 0 auto 5px;
    position: relative;
    z-index: 1;
}
.hm-marketing-img::before{
    content: "";
    width: 100%;
    height: 100%;
    background-image: url(images/marketing-cm-img-bg-circle.webp);
    background-position: center;
    background-size: 100% 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: -1;
    animation: circlerotation 40s infinite linear;
    position: 90%;
}

@keyframes circlerotation {
  from {
    transform: rotate(-360deg);
  }
  to {
    transform: rotate(360deg);
  }
}
 
.hm-marketing-sec p {
    font-family: 'Geist';
    font-weight: 500;
    font-size: 40px;
    line-height: 1.2;
    letter-spacing: 0;
    color: #fff;
    margin: 0 auto 25px;
    width: 80%;
}
 
.hm-marketing-sec::before, .hm-marketing-sec::after {
    position: absolute;
    content: "";
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 38.7%;
    height: 55%;
    bottom: 10.5%;
    margin: auto;
    pointer-events: none;
}
 
.hm-marketing-sec::before {
    background-image: url(images/marketing-lft-img.webp);
    left: 0;
}
 
.hm-marketing-sec::after {
    background-image: url(images/marketing-rit-img.webp);
    right: 0;
}
 
.hm-marketing-blk::before {
    position: absolute;
    content: "";
    background-image: url(images/hm-marketing-before-cubic-image.webp);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    top: 35px;
    left: -50px;
    width: 145px;
    height: 135px;
    margin: auto;
    z-index: 1;
    animation: moveUpDown 2.4s infinite ease-in-out;
}

.hm-marketing-blk::after {
    position: absolute;
    content: "";
    background-image: url(images/hm-marketing-before-triangle-image.webp);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    right: 0;
    bottom: 0;
    width: 135px;
    height: 140px;
    margin: auto;
    z-index: 1;
    animation: moveUpDown 2.4s infinite ease-in-out;
}
 
/*  FAQs Section  */

.hm-faq-sec {
    background-image: url(images/faq-bg-img.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 95px 0 120px;
    position: relative;
}
 
.hm-faq-sec .text-heading {
    font-weight: 600;
    color: #000000;
}
 
.hm-faq-sec .text-heading strong {
    font-weight: 600;
    color: #00a8ff;
    display: block;
 
}
 
.hm-faq-blck {
    display: flex;
    justify-content: space-between;
    padding: 0 74px 0 0;
}
 
.hm-faq-lft {
    width: 55%;
}
 
.hm-faq-rit {
    width: 31.5%;
    padding: 42px 0 0;
}

.hm-faq-rit img {
    width: 100%;
    display: block;
}
.hm-faq-accordion{
    counter-reset: myCounter 0;

}
 .hm-faq-accordion .accordion-section {
    max-height: max-content !important;
    border-bottom: 1px solid #b9d8eb;
    counter-increment: myCounter;
}
 .hm-faq-accordion .accordion-section:last-child {
    border-bottom: none;
}
.hm-faq-accordion .accordion-section h3{
    margin: 0;
}
.hm-faq-accordion .accordion-section-title::before{
    font-family: 'Geist';
    font-weight: 600;
    font-size: 50px;
    line-height: 1.1;
    letter-spacing: 0;
    margin: 0;
    background: #000;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    position: absolute;
    content: counter(myCounter, decimal-leading-zero);
    left: 0;
    top: 10px;
    font-variant-numeric: lining-nums;
}
 .hm-faq-accordion .accordion-section-title {
    font-family: 'Geist';
    font-weight: 500;
    font-size: 24px;
    line-height: 1.12;
    letter-spacing: 0;
    color: #000000;
    margin: 0;
    padding: 22px 90px 22px 97px;
    cursor: pointer;
    width: 100%;
    background-image: url(images/plus-img.webp);
    background-repeat: no-repeat;
    background-size: 18px;
    background-position: top 26px right 25px;
    position: relative;
    display: block;
}
  .hm-faq-accordion .accordion-section-content p{
    font-family: 'Geist';
    font-weight: 400;
    font-size: 18px;
    line-height: 1.55;
    letter-spacing: 0;
    color: #000000;
    margin: 0 0 10px;
}
.hm-faq-accordion .accordion-section-content p:last-child{
    margin-bottom: 0;
}
 .hm-faq-accordion .accordion-section-title.active{
    background-image: url(images/minus-img.webp);
    padding-bottom: 0;
}
.hm-faq-accordion .accordion-section-title.active::before {
    background-color: #00a8ff;
}
.hm-faq-accordion .accordion-section-content{
    padding: 10px 90px 20px 97px;
    display: none;
}
 .hm-faq-accordion .accordion-section-content.open{
    display: block;
}



/* Home Awards Section */
 
.hm-awards-sec {
    background-color: #000e1c;
    padding: 100px 0 65px;
}
.hm-awards-sec .text-heading{color: #fff;text-align: center;}
.hm-awards-cmn-logo-img img {
    width: 100%;
    display: block;
    opacity: 5%;
}
.hm-awards-cmn-logo-img {
    width: 82.6%;
    margin: 0 auto -40px;
}

.hmawards-blck {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 0;
}
.hmawards-itm-img img {
    width: 100%;
    display: block;
}
.hmawards-itm-img {
    width: 18.7%;
    padding: 40px 30px;
}
 
.hmawards-itm-img {
    width: 18.7%;
    padding: 38px 30px;
    border: 1px solid transparent;
    background: linear-gradient(to right, transparent, #0898fc, transparent) top / 100% 1px no-repeat, linear-gradient(to right, transparent, #0898fc, transparent) bottom / 100% 1px no-repeat, linear-gradient(to bottom, rgba(8, 152, 252, 8.6%), rgba(8, 152, 252, 8.6%)) left / 1px 100% no-repeat, linear-gradient(to bottom, rgba(8, 152, 252, 8.6%), rgba(8, 152, 252, 8.6%)) right / 1px 100% no-repeat;
}
 
/* blog section */
.hm-blog-sec {
    padding: 74px 0 0px;
    background-color: #000e1c;
}
.hm-blog-title-lft h6 {
    font-family: 'Geist';
    font-weight: 600;
    font-size: 24px;
    line-height: 1;
    color: #00a8ff;
    letter-spacing: 2.4px;
    text-transform: uppercase;
    position: relative;
    padding: 0 0 0 65px;
    margin: 0 0 6px;
}
.hm-blog-title-lft h6::before{
    position: absolute;
    content: "";
    width: 58px;
    height: 18px;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background-image: url(images/blog-title-lft-line.webp);
    background-repeat: no-repeat;
    background-size: contain;
}
.hm-blog-title-lft .text-heading {
    margin: 0;
}
.hm-blog-title-lft {
    width: 68%;
}
.hm-blog-btn {
    padding: 30px 0 0;
    width: 28%;
    text-align: right;
}
.hm-blog-btn.hm-blog-btm-btn{display: none;}

.hm-blog-btn a.cmn-btn{
    padding: 23px 39px;
}

.hm-blog-title-sec {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 0 58px;
}
 
.hm-blog-itm {
    width: 100%;
    position: relative;
    color: #fff;
    padding: 59px 40px 61px 53px;
    border-width: 1px;
    border-style: solid;
    border-image-source: linear-gradient(90deg, #070f3f 0%, #089bff 45%, #070f3f 100%);
    border-image-slice: 1;
}
.hmblg-date {
    font-family: 'Geist';
    font-weight: 600;
    font-size: 20px;
    line-height: 1;
    letter-spacing: 0;
    color: #ffffff;
    background-color: #333e49;
    display: inline-block;
    width: 40.9%;
    padding: 13px 15px;
    text-align: center;
    text-transform: uppercase;
    position: absolute;
    top: -23px;
    left: 55px;
}
.hm-blog-cnt h3 {
    font-family: 'Geist';
    font-weight: 500;
    font-size: 38px;
    line-height: 1.18;
    letter-spacing: 0;
    color: #aeaeae;
    margin: 0 0 35px;
    position: relative;
}
.hm-blog-cnt h3 a{
        color: #aeaeae;
}
.hm-blog-read-more {
    position: absolute;
    bottom: 40px;
    line-height: 0;
}
.hm-blog-read-more a {
    font-family: 'Geist';
    font-weight: 600;
    font-size: 22px;
    line-height: 1;
    color: #0085d6;
    text-transform: uppercase;
    letter-spacing: 4.4px;
}
.home-posts-list.owl-carousel .owl-stage {
    display: flex;
    padding: 24px 0 0;
}
.home-posts-list.owl-carousel .owl-stage-outer .owl-item{
    display: flex;
}
.home-posts-list.owl-carousel .owl-item.center .hm-blog-itm, .home-posts-list.owl-carousel .hm-blog-itm:hover {
    background: linear-gradient(150deg, rgba(0, 92, 139, 1) 0%, rgba(0, 25, 43, 1) 50%, rgba(0, 29, 51, 1) 100%);
    background-repeat: no-repeat;
    background-size: cover;
}
.home-posts-list.owl-carousel .owl-item.center .hm-blog-itm .hmblg-date, .home-posts-list.owl-carousel .hm-blog-itm:hover .hmblg-date {
    background: linear-gradient(90deg, rgba(15, 61, 159, 1) 0%, rgba(0, 132, 220, 1) 50%, rgba(15, 61, 159, 1) 100%);
}
 
.home-posts-list.owl-carousel .owl-item.center .hm-blog-itm .hm-blog-cnt h3 a, .home-posts-list.owl-carousel .hm-blog-itm:hover .hm-blog-cnt h3 a {color: #fff;}
 
.home-posts-list.owl-carousel .owl-dots {
    display: flex !important;
    align-items: center;
    justify-content: center;
    gap: 6px;
    margin: 35px auto 0;
}
.home-posts-list.owl-carousel .owl-dots button.owl-dot {
    width: 30px;
    height: 6px;
    background-color: #012642;
    border-radius: 3px;
}
.home-posts-list.owl-carousel .owl-dots button.owl-dot.active {
    background-color: #0488d9;
    width: 60px;
}
 
 
/* our patners section */

 .hm-partners-form-sec{
    background-image: url(images/hm-partenrs-form-sec-bg.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
 }
.hm-our-partners-sec .container {
    max-width: 1700px;
}
.hm-our-partners-sec {
    padding: 100px 0 82px;
    margin: -40px 0 0;
}
.hm-capstone-title {
    font-family: 'Geist';
    font-weight: 900;
    font-size: 310px;
    text-transform: uppercase;
    line-height: 1;
    letter-spacing: 0;
    -webkit-text-stroke: 2px #089bff;
    background: transparent;
    -webkit-background-clip: text;
    background-clip: text;
    mask-image: linear-gradient(to bottom, #031b3a, #fff0 87%);
    color: transparent;
    display: inline-block;
}
 
 
.hm-our-partners-itm {
    width: 28.25%;
}
.hm-our-partners-itm-mid img {
    width: 100%;
    display: block;
    animation: moveUpDown 2.4s infinite ease-in-out;

}
.hm-our-partners-itm-mid {
    width: 26.4%;
}
.hm-our-partners-lst {
    display: flex;
    justify-content: space-between;
    width: 75.3%;
    margin: auto;
        align-items: center;
}
.hm-our-partners-itm-img img {
    width: 100%;
    display: block;
}
.hm-our-partners-itm-img {
    width: 100%;
    padding: 22px 30px;
    opacity: 70%;
    border: 1px solid transparent;
    margin: 0 0 37px;
}
.hm-our-partners-itm-img:last-child{
    margin-bottom: 0;
}
 
.hm-our-partners-itm-img:hover {
    opacity: 100%;
    background: linear-gradient(to right, transparent, #0898fc, transparent) top / 100% 1px no-repeat, linear-gradient(to right, transparent, #0898fc, transparent) bottom / 100% 1px no-repeat, linear-gradient(to bottom, rgba(8, 152, 252, 8.6%), rgba(8, 152, 252, 8.6%)) left / 1px 100% no-repeat, linear-gradient(to bottom, rgba(8, 152, 252, 8.6%), rgba(8, 152, 252, 8.6%)) right / 1px 100% no-repeat;
}
.hm-our-partners-sec-cnt {
    position: relative;
}
.hm-our-partners-sec-cnt::before {
    position: absolute;
    content: "";
    top: 213px;
    left: 100px;
    background-image: url(images/hm-our-partners-lft-img.webp);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    width: 84px;
    height: 94px;
    animation: moveUpDown 2.4s infinite ease-in-out;
}
.hm-our-partners-sec-cnt::after {
    position: absolute;
    content: "";
    bottom: 0;
    right: 0;
    background-image: url(images/hm-our-partners-rit-img.webp);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    width: 157px;
    height: 176px;
    animation: moveUpDown 2.4s infinite ease-in-out;
}
.hm-our-partners-title-sec .text-heading {
    position: relative;
    z-index: 1;
    margin: -115px 0 0;
}
.hm-our-partners-title-sec {
    margin: 0 0 52px;
    text-align: center;
}
 

/* Footer Form Section */
.frm-logo-img {
    margin: 0 0 30px;
    width: 74.8%;
}
.ftr-frm-blk {
    padding: 98px 120px;
    background-color: #03213d;
    display: flex;
    justify-content: space-between;
    margin: 0 0 -140px;
    position: relative;
    z-index: 1;
}

.ftr-frm-blk p {
    font-family: 'Geist';
    font-weight: 400;
    font-size: 18px;
    line-height: 1.66;
    letter-spacing: 0.36px;
    color: #b1c8da;
    margin: 0 0 36px;
}

.ftr-frm-blk h2 {
    font-family: 'Geist';
    font-weight: 500;
    font-size: 66px;
    line-height: 1;
    letter-spacing: 0;
    color: #fff;
    margin: 0 0 38px;
}


.ftr-frm-blk h3 {
    font-family: 'Geist';
    font-weight: 500;
    font-size: 56px;
    line-height: 1.08;
    letter-spacing: 0;
    color: #ffffff;
    margin: 0 0 15px;
    padding: 28px 0 0;
    border-top: 2px solid #00a8ff;
}
.ftr-frm-blk h3 strong{
    color: #00a8ff;
    font-weight: 500;

}
.frm-lft {
    width: 43.6%;
}
.frm-lft h5 {
    font-family: 'Geist';
    font-size: 28px;
    font-weight: 600;
    line-height: 1.1;
    letter-spacing: 0;
    color: #00a8ff;
    margin: 0 0 18px;
    padding: 0 0 13px;
    position: relative;
}
.frm-lft h5::before {
    position: absolute;
    content: "";
    width: 182px;
    height: 2px;
    background-color: #fff;
    left: 0;
    bottom: 0;
    margin: auto;
}
.frm-lft .ftr-form-lft-hours p{
    font-family: 'Geist';
    font-size: 22px;
    font-weight: 400;
    line-height: 1.45;
    letter-spacing: 0;
    color: #ffffff;
    margin: 0px;
}




.frm-rite {
    width: 51.6%;
}
.ftr-frm-blk .gfield label {
    display: none;
}
.ftr-frm-blk .gform_required_legend{
    display: none;
}
.ftr-frm-blk .gform_wrapper input::placeholder {
    color: #ffffff;
}
.ftr-frm-blk .gform_wrapper input:-ms-input-placeholder {
    color: #ffffff;
}
.ftr-frm-blk .gform_wrapper input::-ms-input-placeholder {
    color: #ffffff;
}
.ftr-frm-blk .gform_wrapper textarea::placeholder {
    color: #ffffff;
}
.ftr-frm-blk .gform_wrapper textarea:-ms-input-placeholder {
    color: #ffffff;
}
.ftr-frm-blk .gform_wrapper textarea::-ms-input-placeholder {
    color: #ffffff;
}
.ftr-frm-blk .gform_wrapper .gfield input, .ftr-frm-blk .gform_wrapper .gfield select, .ftr-frm-blk .gform_wrapper .gfield textarea {
    margin: 0px;
    width: 100% !important;
    color: #fff !important;
    outline: 0px;
    border: 2px solid rgb(0 133 214 / 60%) !important;
    position: relative;
    border-radius: 0;
    font-family: 'Geist';
    font-weight: 400;
    line-height: 120% !important;
    font-size: 20px !important;
    padding: 19px 45px !important;
    transition: all 0.5s;
    display: block;
    text-align: left;
    height: auto !important;
    background-color: transparent;
    background: linear-gradient(-90deg, rgb(0, 133, 214, 20%) 0%, rgba(0, 133, 214, 0) 100%);
}

.ftr-frm-blk .gform_wrapper .gform_fields {
    display: flex !important;
    flex-wrap: wrap;
    gap: 15px !important;
    justify-content: space-between;
    align-items:center;
}
.ftr-frm-blk .gform_wrapper .gfield {
    width: 100% !important;
    position: relative;
}
.ftr-frm-blk .gform_wrapper .gfield textarea {
    height: 145px !important;
    resize: none;
    margin: 0;
    padding-top: 20px !important;
    margin: 0px;
    min-block-size: 0px !important;
}
.ftr-frm-blk .gform_wrapper .gform_footer {
    padding: 0;
    text-align: center;
    margin: 38px 0 0;
    position: relative;
    max-width: 100%;
}
.ftr-frm-blk .gform-footer {
    margin: 42px 0 0;
    position: relative;
}

.ftr-frm-blk .gform_wrapper .gform_footer input[type="submit"] {
    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: 100% !important;
    color: #ffffff !important;
    font-size: 22px !important;
    padding: 18px 40px !important;
    line-height: 1 !important;
    letter-spacing: 0 !important;
    margin: 0;
    position: relative;
}
.ftr-frm-blk .gform_wrapper .gform_footer span{
    position: absolute;
    right: 0;
    bottom: -20px;
    margin: auto;

}

.ftr-frm-blk .gform_wrapper .gform_footer input:hover {
    background: #032139 !important;
}

.ftr-frm-blk .gform_validation_errors,.ftr-top-frm .gform_validation_errors{
    display: none !important;
}
.ftr-frm-blk .gfield_description,.ftr-top-frm .gfield_description{
    margin: 0px !important;
}

.ftr-frm-blk .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: 'Inter Tight';
    font-weight: 400;
    color: #ff0000;
    margin: 0 !important;
    pointer-events: none;
}
.ftr-frm-blk .gfield_description.instruction.validation_message,.ftr-top-frm .gfield_description.instruction.validation_message {
    top: 5px;
}


.ftr-frm-blk .ftr-lft-form .gform_wrapper .gfield input {
    padding: 27px 30px !important;
    color: #246798 !important;
}
.ftr-frm-blk .ftr-lft-form .gform_wrapper .gfield input::placeholder{
    color: #246798;
}
.ftr-frm-blk .ftr-lft-form .gform_wrapper .gform_footer{
    margin: 20px 0 0;
}



















/*  Footer Section  */

.site-footer{
    background-image: url(images/footer-bg.webp);
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 75px 0 0;

}
.page-template-template-contact .site-footer , .home .site-footer{
    padding: 220px 0 0;
}

.ftr-block-sec {
    position: relative;
}



.ftr-block-sec .container,.ftr-copyrights-sec .container{
    max-width: 1280px;
}

.ftr-itm{
    padding-left: 52px;
    position: relative;
}

.ftr-itm.ftr-loca {
    padding-left: 48px;
}
.ftr-itm.ftr-loca:after {
    position: absolute;
    content: "";
    background-color: rgb(255 255 255 / 30%);
    width: 1px;
    height: 41px;
    top: 0;
    left: -19%;
    bottom: 0;
    margin: auto;
}


.ftr-itm:before{
    position: absolute;
    content: "";
    background-image: url(images/ftr-cal-icn.webp);
    background-repeat: no-repeat;
    background-size: contain;
    width: 26px;
    height: 26px;
    top: 0;
    left: 0;
}

.ftr-itm.ftr-cal::before, .ftr-itm.ftr-mail:before{
    top: 0;
    bottom: 0;
    margin: auto;
}
.ftr-itm.ftr-mail:before{
    background-image: url(images/ftr-mail-icn.webp);
    width: 30px;
    height: 21px;
}
.ftr-itm.ftr-loca:before{
    background-image: url(images/ftr-loca-icn.webp);
    width: 22px;
    height: 33px;
}
.ftr-itm.ftr-cal a{
    font-family: 'Geist';
    font-weight: 600;
    font-size: 32px;
    line-height: 1;
    letter-spacing: 0px;
    display: inline-block;
    color: #fff;
}


.ftr-itm.ftr-mail a{
    font-family: 'Geist';
    font-weight: 400;
    font-size: 16px;
    line-height: 1;
    letter-spacing: 0px;
    display: inline-block;
    color: #fff;
}

.ftr-itm.ftr-cal a:hover, .ftr-itm.ftr-mail a:hover{color:#00a8ff; }

.ftr-itm h5{
    font-family: 'Geist';
    font-weight: 600;
    font-size:22px;
    line-height: 1;
    letter-spacing: 0px;
    color: #fff;    
    margin: 0 0 5px;
    text-transform: uppercase;
}

.ftr-itm p{
    font-family: 'Geist';
    font-weight: 400;
    font-size:18px;
    line-height: 1.44;
    letter-spacing: 0px;
    color: #fff;    
    margin: 0 0 0px;
}
.ftr-top-sec p {
    font-family: 'Geist';
    font-weight: 400;
    font-size: 19px;
    line-height: 1.78;
    letter-spacing: 0;
    color: #ffffff;
    margin: 0 0 25px;
}
.ftr-top-frm .gform_wrapper {
    position: relative;
    border: 2px solid #00a8ff;
    padding: 0 160px 0 0;
    background-color: #062d4b ;
}
.ftr-top-frm .gform_wrapper::before{
    content: "";
    width: 20px;
    height: 20px;
    background-color: #00a8ff;
    clip-path: polygon(0 0, 0% 100%, 100% 100%);
    position: absolute;
    bottom: 3px;
    left: 3px;
    margin: auto;
    z-index: 1;
}
.ftr-top-frm .gform_wrapper .gfield .gfield_label {
    display: none;
}
.ftr-top-frm .gform_wrapper .gfield{
    position: relative;
}
.ftr-top-frm .gform_wrapper .gfield input{
    margin: 0px;
    width: 100% !important;
    color: rgba(255, 255, 255, 0.5) !important;
    outline: 0px;
    border: 0 !important;
    position: relative;
    border-radius: 0;
    font-family: 'Geist';
    font-weight: 400;
    line-height: 120% !important;
    font-size: 20px !important;
    padding: 25px 0px 25px 33px !important;
    transition: all 0.5s;
    display: block;
    text-align: left;
    height: auto !important;
    background-color: transparent;
}
.ftr-top-frm .gform_wrapper .gfield input::placeholder{
    color: rgba(255, 255, 255, 0.5);

}
 

.ftr-top-frm .gform_wrapper .gform-footer {
    position: absolute;
    top: 6px;
    bottom: 6px;
    right: 6px;
    margin: auto;
}

.ftr-top-frm .gform_wrapper .gform-footer input[type="submit"] {
    font-family: 'Google Sans' !important;
    font-size: 20px !important;
    font-weight: 700 !important;
    line-height: 1 !important;
    letter-spacing: 0 !important;
    color: #ffffff !important;
    text-transform: uppercase !important;
    text-align: center !important;
    padding: 10px 20px !important;
    background: linear-gradient(90deg, #0f3d9f 0%, #0084dc 51%, #0f3d9f 100%);
    position: relative;
    display: inline-block !important;
    border-radius: 0 !important;
    border: 0 !important;
    outline: none !important;
}
.ftr-top-frm .gform_wrapper .gform-footer input[type="submit"]:hover{
    background: #032139 !important;
}
.ftr-block-sec h4{
    font-family: 'Geist';
    font-weight: 500;
    font-size: 40px;
    line-height: 1;
    letter-spacing: 0px;
    color: #fff;
    border-bottom: 2px solid #00a8ff ;
    max-width: max-content;
    padding: 0 0 15px;
    margin: 0 0 20px;
}

.ftr-menu ul {
margin:0 ;


}
.ftr-menu ul li {
    padding: 0;
    position: relative;
    margin: 0 0 18px;
}
.ftr-menu ul li:last-child{
    margin: 0;
}
.ftr-menu ul li a {
    font-size:20px;
    letter-spacing: 0px;
    color: #fff;
    padding: 0;
    min-width: inherit;
    font-family: 'Geist';
    font-weight: 400;
    border: 0;
    line-height: 1;
    display: inline-block;
}

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

.ftr-menu #footer-navigation ul{
    display: flex;
flex-wrap: wrap;
}

.ftr-menu #footer-navigation ul li {
    width: 50%;
}

.ftr-menu #footer-navigation ul li a {
    font-weight: 500;
}

.scil-icns {
    display: flex;
    margin: 15px 0 0;
    gap: 6px;
}
.scil-icns a{
    font-size: 0;
    display: inline-block;
    width: 60px;
    height: 50px;
    /* background-image: url(images/fbscil-icn.webp); */
    /* background-size: contain; */
    position: relative;
    /* background-position: center; */
    /* background-repeat: no-repeat; */
    z-index: 1;
    overflow: hidden;
}
.scil-icns a::before{
    content: "";
    width: 100%;
    height: 100%;
    background-image: url(images/fbscil-icn.webp);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 0;

}

.scil-icns a.inst-icn::before{background-image: url(images/insta-scil-icn.webp);}
.scil-icns a.lnkd-icn::before{background-image: url(images/lnkd-scil-icn.webp);}
.scil-icns a.yt-icn::before{background-image: url(images/utube-scil-icn.webp);}

.scil-icns a::after{
    background: linear-gradient(90deg,rgba(11, 24, 103, 1) 0%, rgba(8, 155, 255, 1) 51%, rgba(11, 24, 103, 1) 100%);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    content: "";
    scale: 0;
    z-index: -1;
    transition: 0.6s;
    border-radius: 50%;
}
.scil-icns a:hover::after{
    scale: 1.2;
    border-radius: 20%;
}
/* .scil-icns a:hover{background-image: url(images/fbscil-hvr-icn.webp);}
.scil-icns a.inst-icn:hover{background-image: url(images/insta-scil-hvr-icn.webp);}
.scil-icns a.lnkd-icn:hover{background-image: url(images/lnkd-scil-hvr-icn.webp);}
.scil-icns a.yt-icn:hover{background-image: url(images/utube-scil-hvr-icn.webp);} */


.ftr-top-sec {
    display: flex;
    justify-content: space-between;
    margin: 0 0 60px;
}

.ftr-top-lftcnt {
    width: 42%;
}

.ftr-menu {
    width: 21%;
}

.ftr-block-list {
    display: flex;
    justify-content: space-between;
    padding: 50px 50px;
    background-color: #000e1b;
    border: 1px solid #00a8ff;
    align-items: center;
    position: relative;
    border-width: 1px;
    border-style: solid;
    border-image-source: linear-gradient(170deg, rgba(0, 168, 255, 1) 0%, rgba(0, 168, 255, 1) 51%, rgba(0, 168, 255, 0) 100%);
    border-image-slice: 1;
}
.ftr-block-list:before {
    position: absolute;
    content: "";
    background-image: url(images/ftr-triangle-img.webp);
    background-repeat: no-repeat;
    background-size: contain;
    width: 121px;
    height: 136px;
    left: -220px;
    top: -100px;
    margin: auto;
    animation: moveUpDown 2.4s infinite ease-in-out;
}
.ftr-logo-sec {
    width: 27.3%;
}

.ftr-blk-itm {
    width: 29%;
}

.ftr-itm.ftr-cal {
    margin: 0 0 10px;
}

.ftr-logo-sec img{
    width: 100%;
    display: block;
}

.ftr-copyrights-sec {
    padding: 34px 0px;
    text-align: center;
}
.ftr-copyrights-sec p,.ftr-copyrights-sec p a{
    font-family: 'Geist';
    font-weight: 400;
    font-size: 20px;
    line-height: 1.4;
    letter-spacing: 0.4px;
    color: #fff;
    margin: 0;
}
.ftr-copyrights-sec p a:hover{
    color: #00a8ff;
}


/* Animation Code */


.rotation{
    animation: rotation 30s infinite linear;
}
@keyframes rotation {
  from {
    transform: rotate(-360deg);
  }
  to {
    transform: rotate(360deg);
  }
}

/* .fade-up {
    opacity: 0;
    transform: translateY(200px);
    transition: all 0.8s ease;

    
}
.fade-up.show {
    opacity: 1;
    transform: translateY(0);
} */

/* 

@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
} */



.hm-our-partners-itm-img {
    transition: transform 0.4s cubic-bezier(0.03, 0.98, 0.52, 0.99);
}

.hm-our-partners-itm-img:hover {
    transform: rotateX(5deg) rotateY(-5deg) translateZ(10px);
}

.hm-calc-sec{
    overflow: hidden !important;
}
