html { 
    overflow-x:hidden;
}









strong, bold { font-weight:700; }

.text-g1ActionBlue * {
    color:#0babe3 !important;
}
.fa-theme-g1LightToDark {
    --fa-primary-opacity: 1.0;
    --fa-secondary-opacity: 1.0;
    --fa-primary-color: #ffcc4e;
    --fa-secondary-color: #f15f68;
}

.fa-theme-g1DarkToLight {
    --fa-primary-opacity: 1.0;
    --fa-secondary-opacity: 1.0;
    --fa-primary-color: #f15f68;
    --fa-secondary-color: #ffcc4e;
}

.fa-theme-g1BlueToWhite {
    --fa-primary-opacity: 1.0;
    --fa-secondary-opacity: 1.0;
    --fa-primary-color: #0babe3;
    --fa-secondary-color: #ffffff;
}

.fa-theme-g1WhiteToBlue {
    --fa-primary-opacity: 1.0;
    --fa-secondary-opacity: 1.0;
    --fa-primary-color: #ffffff;
    --fa-secondary-color: #0babe3;
}


i:before { 
    font-style:normal;
} 
i.fa-duotone:before {
    font-family: "Font Awesome 6 Duotone" !important;
    font-size: 75px;
    font-weight: 900;
    letter-spacing: normal;
}
i.fa-duotone:after {
    font-family: "Font Awesome 6 Duotone" !important;
    font-size: 75px;
    font-weight: 900;
    letter-spacing: normal;
}
.fa-duotone, .fad, .fadl, .fadr, .fadt {
    position: relative;
    font-weight: 900;
    letter-spacing: normal;
    font-family: "Font Awesome 6 Duotone" !important;
}

.footer-outer i.fa-duotone:after, .footer-outer i.fa-duotone:before {
    font-size: 16px;
}
/* body:has(.body-container--service-inner)::-webkit-scrollbar {
    display: none;
} */
.justify-center .service-card-box-outer {
    justify-content:center;
}
.fa-brands, .fab {
    font-size: 75px;
    font-weight: 900;
    letter-spacing: normal;
    font-family: "Font Awesome 6 Brands" !important;
}

.content-outer { 
    height:100vh;
    display: table;
    table-layout: fixed;
    width:100%;
}

.section-bg-image {
    transition: transform 5s cubic-bezier(0.3, 0, 0.7, 1), opacity 1s ease;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100% !important;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 1;
    backface-visibility: hidden;
    overflow-x:hidden;
    object-fit:cover;
}

.fixed-bg .section-bg-image {
    position:fixed;
}
.outer-wrap {
    position: relative !important;
    height: 100%;
    opacity: 1;
    background: rgba(0, 0, 0, 0.8);
    overflow: hidden;
    backface-visibility: hidden;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
}
.wrap {
    align-items: center;
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
    padding: 120px calc(8% + 15px);
}

.toFirstSlide i.fa-duotone:after,.toFirstSlide  i.fa-duotone:before {
    font-size: 36px;
}

.toFirstSlide {
    cursor:pointer;
    text-align: center;
    margin-top: 120px;
}

.toFirstSlide h4.smallest {
    font-size: 18px;
    color: #0babe3 !important;
}

.more-info-card {
    text-align: center;
    width: 580px;
    margin: 160px auto 80px;
    padding: 20px;
    background-color: rgba(0, 0, 0, 0.4);
}

.more-info-card ul li {
    text-align: left;
}

.more-info-card ul li::marker {
    color:#f15f68;
}

.more-info-card ul li a {
    color: #0babe3;
}

.side { position: fixed; right: 0; top: 0; bottom: 0; height: 100%; z-index: 999; padding: 70px 4%; pointer-events: none; opacity: 1; transition: opacity .5s; transform: translate3d(0, 0, 0); } 
.navigation { display: table; height: 100%; } 
.navigation ul { display: table-cell; vertical-align: middle; } 
.navigation * { pointer-events: all; } 
.navigation li { fill: #fff; display: block; background: transparent; padding: 9px; margin: 0 -9px; cursor: pointer; position: relative; } 
.navigation li:after { content: ""; display: block; width: 15px; height: 15px; border-radius: 7px; opacity: .5; background: #fff; box-shadow: 0 0 1px #303030; transition: .25s; } 
.navigation li.selected:after { opacity: 1; } 
.navigation li:hover:after { opacity: 1; } 
.navigation li[data-name]:before { content: attr(data-name); position: absolute; right: 100%; top: 1px; background: rgba(0, 0, 0, 0.7); color: #fff; font-size: 14px; min-width: 50px; border-radius: 6px; padding: 7px 12px; font-weight: 500; display: inline-block; text-align: center; white-space: nowrap; box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.1); pointer-events: none; visibility: hidden; } 
.navigation li:hover:before { visibility: visible; } 


.pole .navigation.default li { margin: 0 1px 0 2px; padding: 2px 9px; text-align: right; font-size: 0 }
.pole .navigation.default li:after { height: 20px; width: 4px; display: inline-block; transition: .5s; text-align: right;
    background: #0babe3;border-radius: 1px; border: none }
.pole .navigation.default li:before { margin-top: -3px }
.pole .navigation.default li.selected:after { height: 60px }
.pole .navigation.default li.selected:before { margin-top: 19px }
.pole.medium .navigation.default li { margin: 0 2px; }
.pole.medium .navigation.default li:after { height: 15px; width: 3px; }
.pole.medium .navigation.default li:before { margin-top: -5px }
.pole.medium .navigation.default li.selected:after { height: 45px; }
.pole.medium .navigation.default li.selected:before { margin-top: 10px; }
.pole.small .navigation.default li { margin: 0 2px; }
.pole.small .navigation.default li:after { height: 10px; width: 3px; }
.pole.small .navigation.default li:before { margin-top: -7px; }
.pole.small .navigation.default li.selected:after { height: 30px; }
.pole.small .navigation.default li.selected:before { margin-top: 2px; }

.cardv2 .swiper-pagination-bullet:only-child { display:block !important; }
.body-container--privacy .inner-content-outer { max-width:780px; margin:0 auto; }
.inner-content.custom-width .inner-content-outer { max-width:580px; margin:0 auto; }
.body-container--privacy .inner-content-outer .cont-1 h2 { padding:40px 0 5px; }
/* Scroll To Next Section Animation CSS */
.scroll-to-next {
    text-align:center;
    cursor:pointer;
    margin-top:20px;
}
.scroll-to-next p { 
    padding-bottom:28px;
}
.scroll-to-next .arrows {
    width: 30px;
    height: 20px;
    position: absolute;
    left: 50%;
    margin-left: -15px;
}
.scroll-to-next .arrows path {
    stroke: #0babe3;
    fill: transparent;
    stroke-width: 1px;
    animation: arrow 2s infinite;
    -webkit-animation: arrow 2s infinite;
}
@keyframes arrow {
    0% {
        opacity: 0;
    }
    40% {
        opacity: 1;
    }
    80% {
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}
@-webkit-keyframes arrow {
    0% {
        opacity: 0;
    }
    40% {
        opacity: 1;
    }
    80% {
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}
.scroll-to-next .arrows path.a1 {
    animation-delay: -1s;
    -webkit-animation-delay: -1s;
}

.scroll-to-next .arrows path.a2 {
    animation-delay: -0.5s;
    -webkit-animation-delay: -0.5s;
}

.scroll-to-next .arrows path.a3 {
    animation-delay: 0s;
    -webkit-animation-delay: 0s;
}

/* Global Typo */
body .body-wrapper p.largest,body .body-wrapper .p.largest {
    font-size: 27px;
    letter-spacing: -0.02em;
}
@media (max-width: 1023px) {
   body .body-wrapper p.largest,body .body-wrapper .p.largest {
        font-size: 24px;
        letter-spacing: -0.019em;
    }
}
@media (max-width: 767px) {
    body .body-wrapper p.largest,body .body-wrapper .p.largest {
        font-size: 21px;
        letter-spacing: -0.0175em;
    }
}
@media (max-width: 435px) {
    body .body-wrapper p.largest,body .body-wrapper .p.largest {
        font-size: 19px;
        letter-spacing: -0.0155em;
    }
}


.swiper-pagination-bullet {
    background-color: #0babe3;
}


header { 
    z-index:999;
    width: 100%;
    position: fixed;
}

.blog-v2-outer, .blog-v2-outer-wrap, .text-with-button-outer, .text-with-button-wrap , .cardv2-outer , .cardv2-wrap, .bannerv1-wrap-outer, .bannerv1-wrap, .testimonial-slider-wrap, .testimonial-slider-outer {
    overflow: hidden;
}

/* Banner */

.bannerv1-outer * {
    margin-bottom:0px;
}
.bannerv1 { 
    position:relative;
}

.banner-list ul {
    display:flex;
    margin-left: -10px;
    margin-right: -10px;
    flex-wrap:wrap;
    padding:0;
    opacity:0.8;
}
.banner-list ul li {
    white-space: nowrap;
    list-style:none;
    padding-left: 10px;
    padding-right: 10px;
    width:25%;
}

.bannerv1-outer .banner-content {
    padding-top:24.5px;
}
.bannerv1-outer .banner-list {
    padding-top:21px;
}
.banner-bottom-image { 
    padding-top:20px;
}
.banner-top-image, .banner-bottom-image {
    padding-left: 2%;
    padding-right: 2%;
}
.bannerv1-outer {
    padding: 120px calc(8% + 15px);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height:100%;
}
.bannerv1-inner { 
    display:flex;
    max-width:1227.2px;
    margin:20px auto;
}

.bannerv1-outer .banner-left {
    width: 66.6666666667%;
    padding-left:2%;
    padding-right:2%;
}
.bannerv1-outer .banner-right {
    width: 33.3333333333%;
    padding-left:2%;
    padding-right:2%;
    padding-top:10px;
}

h5, h2 { margin:0; }
.no-scroll .scroll-to-next , .no-backtop .toFirstSlide {
    display:none
}
.cardv2 * { color:#fff; }
.child-theme .cardv2 {
    /*     overflow-x: hidden; */
    position:relative;
}
.child-theme .cardv2 .cardv2-box h5 , .child-theme .cardv2 .cardv2-box h6 { color:#202020;font-weight:700; }
.leader-card ul li { font-weight:400; }
.child-theme .cardv2-sub-title {
    padding-top:24.5px;
    max-width: 780px;
    margin: 0 auto;
}
.child-theme .cardv2-inner-icon, .cardv2-sub-title h5 {
    text-align: center;
}
.child-theme .cardv2-inner-icon i {
    font-size:60px;
}
.child-theme .cardv2-inner {
    width: 100%;
}

.child-theme .cardv2-inner .cardv2-title {
    text-align: center;
}
.child-theme .cardv2-box-outer {
    padding-top:60px;
}

.child-theme .cardv2-box  {
    border-radius: 6px
}
.child-theme .cardv2-box-outer .cardv2-box-title {
    text-align:center;
    padding: 20px !important;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}
.child-theme .cardv2-box-outer ul {
    margin:0;
    padding: 20px;
    list-style: none;
}
.child-theme .cardv2-box-outer ul li {
    font-size: 18px;
    letter-spacing: -0.014em;
    line-height:1.5;
    font-weight: 400;
}
.child-theme .cardv2-button .button-sec {
    padding-top: 40px;
    justify-content: center;
}
.child-theme .slide-pagination {
    padding-top:30px;
    text-align: center !important;
}
.child-theme .swiper-pagination-lock , .swiper-pagination-bullet:only-child {
    display:block !important;
    margin: 0 auto !important;
    text-align: center;
}
.child-theme .cardv2-box ul li a { 
    color:#0babe3 !important;
}
.child-theme .button-sec .btn-item a.custom.large-btn {
    font-weight:600;
    padding:16px 28px;
    font-size: 20px;
    line-height: 1.5;
}
.child-theme .cardv2 .scroll-to-next {
    margin-top:80px;
}
.child-theme .more-info-title {
    opacity:0.6;
}


.leader-box {
    display:flex;
    justify-content:space-between;
    gap:5px;
}
.button-sec .btn-item a.custom.small-btn {
    font-weight: 500;
    font-size: 16px;
    line-height: 1.5;
} 
.cardv2-box-image {
    height: 280px;
}
.overflow-visible {
    overflow:visible;
}
.cardv2-button a {
    text-align:center;
}
.cardv2-box-image img {
    height: 100% !important;
    object-fit: cover;
}
.leader-social-info {
    margin-top: 10px;
    margin-right: 10px;
}
.child-theme .cardv2.leader-card .cardv2-box-image img {
    height: 100% !important;
    object-fit: cover;
    width: 100%;
}
.child-theme .cardv2.leader-card .cardv2-box-outer .cardv2-box-title {
    padding:10px !important;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;

}
.leader-button.cardv2-button .button-sec {
    padding: 0 20px 30px;
}
.cardv2-box-outer .leader-box.cardv2-box-title { text-align:left; }
.leader-box .leader-bio h4, .leader-box .leader-bio p { color:#202020; }
.leader-social-info i:before, .leader-social-info i {
    color: #0babe3 !important;
    font-size:24px;
    font-weight: 400;
}

.testimonial-slider .scroll-to-next {
    margin-top:60px;
}
.testimonial-slider *{
    color:#fff !important;
}
.testimonial-slider p, .testimonial-slider h4 { margin:0; }
.testimonial-slider {
    position:relative;
}

.testimonial-slider-wrap {
    background: rgba(0, 0, 0, 0.8);
}
.testimonial-content-top {
    display:flex;
    flex-wrap:wrap;
    gap:10px;
}
.author-image img { 
    border-radius: 999px;
    width:75px;
    height:75px;
}
.testimonial-content-top h4 { letter-spacing: -0.015em; }

.testimonial-bottom {
    margin-top:10px;
}
.swiper-nav {
    display: flex;
    align-items: center;
    justify-content: center;
}
.swiper-122-next , .swiper-122-prev { 
    position: static;
    height: 36px;
    width: 36px;
    transition: 0.15s;
    cursor:pointer;
}
.overflow-hidden {
    overflow:hidden !important;
}
.testimonial-title {
    margin-bottom:20px;
}
.testimonial-slider-wrap .testimonial-title, .testimonial-slider-wrap .testimonial-sub-title {
    text-align:center;
}
.video-yiframe .close {
    position: absolute; right:15px; top:15px; background-color:grey;
    width:30px; height:30px; border-radius:50%; display:flex; align-items:center; justify-content:center;
}

.video-yiframe .embedVideo {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
}
.video-yiframe .embedVideo iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.popup-video.open {
    visibility: visible;
    opacity:1;
}
.popup-video {
    display: flex;
    background: hsla(0,0%,7%,.3);
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    color: #fff;
    z-index: 1000;
    transition: transform .5s, opacity .5s;
    overflow: hiddden;
    transform: translate3d(0, 0, 0);
}

.popup-video-inner {
    width:980px; margin:0 auto;
}
.thumbnail-image, .close {
    cursor:pointer;
}
.testimonial-video-content-slider {
    max-width:100%;
    width:100%;
    margin-top: 40px;
}
@media(min-width:992px){
    /* Ensure the container shows slides outside its bounds */
    .testimonial-video-content-slider {
        overflow: visible !important;
        position: relative;
        max-width:780px;
    }
}

.thumbnail-image {
    transition:all ease-in 0.3s;
    position:relative;
}
.thumbnail-image:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: url('https://46873851.fs1.hubspotusercontent-na1.net/hubfs/46873851/Group%20One/Images/video-icon.svg') no-repeat;
    background-position: center center;
    transition: .5s;
}
.thumbnail-image:hover {
    transform: scale(1.025);
}
.thumbnail-image img {
    border-radius:6px;
}
.swiper-slide {
    cursor:grab;
}
.quote-image {
    opacity:.3;
}
.quote-image img {
    width:35px;
}
.author-designation , .author-company-name {
    opacity:.8;
}

@media(max-width:400px){
    .quote-image {
        width: 100%;
    }
}





/* Blog */

.g1Yellow {
    background: #ffcc4e !important;
    color: #fff !important
}

.g1Yellow svg {
    fill: #fff !important
}

.text-g1Yellow {
    color: #ffcc4e !important
}

.text-g1Yellow.button svg {
    fill: #ffcc4e !important
}

.stroke.button.g1Yellow {
    color: #ffcc4e !important;
    border-color: #ffcc4e !important
}

.stroke.button.g1Yellow svg {
    fill: #ffcc4e !important
}

.g1Gradient2 {
    background: #fdbc52 !important;
    color: #fff !important
}

.g1Gradient2 svg {
    fill: #fff !important
}

.text-g1Gradient2 {
    color: #fdbc52 !important
}

.text-g1Gradient2.button svg {
    fill: #fdbc52 !important
}

.stroke.button.g1Gradient2 {
    color: #fdbc52 !important;
    border-color: #fdbc52 !important
}

.stroke.button.g1Gradient2 svg {
    fill: #fdbc52 !important
}

.g1Gradient3 {
    background: #faa358 !important;
    color: #fff !important
}

.g1Gradient3 svg {
    fill: #fff !important
}

.text-g1Gradient3 {
    color: #faa358 !important
}

.text-g1Gradient3.button svg {
    fill: #faa358 !important
}

.stroke.button.g1Gradient3 {
    color: #faa358 !important;
    border-color: #faa358 !important
}

.stroke.button.g1Gradient3 svg {
    fill: #faa358 !important
}

.g1Gradient4 {
    background: #f7885e !important;
    color: #fff !important
}

.g1Gradient4 svg {
    fill: #fff !important
}

.text-g1Gradient4 {
    color: #f7885e !important
}

.text-g1Gradient4.button svg {
    fill: #f7885e !important
}

.stroke.button.g1Gradient4 {
    color: #f7885e !important;
    border-color: #f7885e !important
}

.stroke.button.g1Gradient4 svg {
    fill: #f7885e !important
}

.g1Gradient5 {
    background: #f36f64 !important;
    color: #fff !important
}

.g1Gradient5 svg {
    fill: #fff !important
}

.text-g1Gradient5 {
    color: #f36f64 !important
}

.text-g1Gradient5.button svg {
    fill: #f36f64 !important
}

.stroke.button.g1Gradient5 {
    color: #f36f64 !important;
    border-color: #f36f64 !important
}

.stroke.button.g1Gradient5 svg {
    fill: #f36f64 !important
}

.g1Red {
    background: #f15f68 !important;
    color: #fff !important
}

.g1Red svg {
    fill: #fff !important
}

.text-g1Red {
    color: #f15f68 !important
}

.text-g1Red.button svg {
    fill: #f15f68 !important
}

.stroke.button.g1Red {
    color: #f15f68 !important;
    border-color: #f15f68 !important
}

.stroke.button.g1Red svg {
    fill: #f15f68 !important
}

/* Blog Author */
h1 { margin:0; }
.blog-authorv2 { position: relative; }
.blog-author-details p, .blog-author-details i { font-size: 14px !important; letter-spacing: -0.006em; }
.blog-author-bio-bottom { padding-top:20px; display:none; max-width: 1180px; }
.blog-list-heading { opacity:0.8; text-align: left; max-width: 1180px; width: 100%; padding-top:40px;}
.blog-authorv2 .blogv2-list-inner { padding-top:20px; max-width: 1180px; }
.blog_author-subtitle, .blog-author-details { opacity:0.6; }
.blog-authorv2 p {
    margin: 0 0 20px;
}
/* Blog Author End */

.blog-form {
    padding-top:5px;
}
.blog-form form label {
    display:none;
}
.blog-form form input::placeholder {
    opacity:0.6;
}
.blog-form form input {
    border-left: 0;
    border-right: 0;
    border-top: 0;
    font-size: 16px;
    line-height: 32px;
    min-height: auto;
    padding: 1px 2px;
}
.blog-form form .actions {
    margin:20px 0; 
}
.blog-form form .actions input {
    width: 100%;
    font-size: 18px;
    padding: 15px;
    line-height: 20px;
}
.blog-banner {
    max-width: 1227.2px;
    margin: 0 auto;
    align-items:flex-end;
}

.blog-banner-left img {
    width: 100%;
    border-radius:6px;
}
.blog-banner h1 {
    font-size: 51px;
    line-height: 1.25;
    letter-spacing: -0.022em;
}
.blog-banner-left {
    width:33.33%;
    padding: 0 2%;
}
.blog-banner-right {
    width:66.66%;
    padding: 0 2% 0 10px;
}
.blog_inner_author_details a {
    display: flex;
    align-items: center;
    gap: 15px;
}
.blog_inner_author_img img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
}
.blog_inner_author_img {
    width: 40px;
    height: 40px;
}
.blog_inner_author_details {
    display: flex;
    align-items: center;
    gap: 15px;
}
.blog_inner_author_details a * {
    color: rgba(11, 171, 227, 1) !important;!i;!;
}
time {
    font-size: 16px;
    opacity: 0.8;
}
.blog-v2 * {
    color:#fff;
}
.blog-v2 .scroll-to-next {
    margin-top:50px;
}
.blog-v2 {
    position:relative;
}
.blog-subscribe-form p {
    color:#fff; opacity:.8;
}

.blogv2-list-inner {
    display:flex;
    flex-wrap: wrap;
    gap:20px;
}

.blogv2-list-inner .blogv2-post {
    width:calc(25% - 15px);
}
.blogv2-post-content {
    background-color: rgba(12, 12, 12, 0.7);
    border-radius: 0 0 6px 0;
    padding: 20px;
}
.blogv2-feature-image img {
    height: 200px !important;
    object-fit: cover !important;
    width: 100%;
    border-radius: 6px 6px 0 0;
}
.post-author-image img {
    border-radius: 50%;
    width: 30px;
    height: 30px;
}

.blogv2-post-author {
    display: flex;
    gap: 30px;
    border-top: 1px solid #444444;
    padding-top: 20px;
    margin-top: 20px;
}

.blog-v2-outer h6 {
    color: #0babe3;
}

.blogv2-post-date p {
    color: #9d9d9d !important;
    opacity: 0.8;
    font-size: 16px !important;
}

.post-author-name p , .post-designation-company p {
    margin: 0;
    color: #fff !important;
}

.post-designation-company p {
    font-size: 12px !important;
}
.blogv2-list-inner { 
    padding-top:60px;
}
.blogv2-headings {
    text-align: center;
}

.blog-banner { display:flex; }
/* Blog Post */
.blog-post-content {
    max-width: 1180px;
    margin: 0 auto;
    padding-top: 60px;
    padding-bottom:40px;
}
.blog-post-content p {
    opacity: 0.8;
    letter-spacing: -0.0175em;
    margin-bottom: 1em;
    line-height: 1.25;
}
.blog-post-content h2 {
    padding-top: 80px;
    margin-bottom: 4.5px;
    letter-spacing: -0.021em;
    line-height: 1.25;
}
.blog-post-content h4 {
    margin: 0;
    opacity: 0.8;
}
.blog-post-content li {
    padding-bottom: 10px;
}
.blog-post-content .hs-button {
    border-radius: 99px;
}
.blog-post-content .hs-button {
    border-radius: 99px;
}
.blog-post {
    position:relative;
}
div:has(> .hs-button) {
    text-align:center;
    margin:40px 0 20px;
}
.blog-banner-left i {
    font-family: "Font Awesome 6 Pro" !important;
    font-size: 24px;
}
.blog-banner-left a {
    font-size: 24px;
    font-weight:700;

}
.blog-feature {
    margin-top:14.5px;
}



/* For One Blog */
.buttonImage ul li a i {
    font-size: 20px;
    line-height: 1.5;
}
.buttonImage img { width:100%; } 
.blog-icon-button.button-sec {justify-content:center;height: auto;margin-bottom: 15px;}
.buttonImage ul li a i.fa-solid {
    font-family: "Font Awesome 6 Pro" !important;!i;!;
}

.buttonImage ul li {
    list-style: none;
}

.buttonImage ul {
    padding:0;
    gap: 20px;
}

/********************* Inner Banner  *************************/
.inner-banner {
    position:relative;
}
.inner-banner-inner .banner-content p {
    margin-bottom:1em;
}
.inner-banner .inner-banner-outer .banner-content {
    padding-top:0;
}
.inner-banner-heading-top h1 {
    color: #fff;
    font-weight:700;
}

.inner-banner .inner-banner-heading-top {
    text-align: center;
    padding-bottom: 20px;
}
.inner-banner .banner-sub-title {
    padding-top:24.5px;
}
.inner-banner .banner-sub-title p {
    font-size:25px !important;
    font-weight:700;  
}
/******************** Responsive ***********************/
.responsive {
    position: relative;
}

.responsive .scroll-to-next {
    margin-top:50px;
}
.responsive-button {
    padding-top:120px;
}
.responsive-button .button-sec {
    justify-content:center;
}
.responsive p , .responsive h2 {
    color:#fff !important;
}
.responsive-card-inner {
    padding-top:50px;
    display:flex;
    flex-wrap:wrap;
    gap: 50px;
    justify-content: center;
}
.responsive-card-inner .responsive-card {
    width:calc(25% - 40px);
}
.responsive-headings {
    text-align: center;
}
.responsive-card {
    text-align: center;
}
.responsive-card-content p {
    margin:5px 0 10px;
}

/********************* Service ***********************/
h1, h2, h3, h4, h5, h6, p {
    margin:0;
    letter-spacing: -0.022em;
}
h4 { 
    font-weight:400;
}
.service-card {
    position:relative;
}
.service-card .outer-wrap {
    background: rgba(0, 0, 0, 0.7);
}
.service-card-inner {
    width: 100%;
}
.service-card-subtitle {
    padding-top:30px;
}
.service-card-subtitle h4 {
    text-align:center;
    opacity:.8;
    font-weight:400;
}
.service-card-inner .service-card-title {
    text-align: center;
}
.service-card-box-outer {
    padding:50px 0;
    display: flex;
    flex-wrap: wrap;
    gap: 48px 24px;
    max-width: calc(1080px + 4%);
    margin: 0 auto;
}

.service-card-box-title h4 {
    color: #0babe3;
    margin-top:10px;
}
.service-card-title h1 {
    font-weight:700;
}
.service-card-heading {
    padding-top:30px;
    max-width:780px;
    margin:0 auto;
}
.service-card-box {
    width: calc(33.33% - 16px);
    text-align: center;
}

/********************** Text With Button ***************************/
.text-with-button {
    position:relative;
}
[data-aos="zoom-out"] {
    transform-origin: center center !important;
}

.text-with-button-wrap {
    background: rgba(0, 0, 0, 0.7);
}
.text-button {
    padding-top:80px;
}
.text-button .button-sec {
    justify-content:center;
}
.text-content { 
    text-align:center;
}
.text-with-button .scroll-to-next {
    padding-top:80px;
}

/************************** Video ****************************/
.video-yiframe .close {
    position: absolute; right:15px; top:15px; background-color:grey;
    width:30px; height:30px; border-radius:50%; display:flex; align-items:center; justify-content:center;
}

.video-yiframe .embedVideo {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
}
.video-yiframe .embedVideo iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.popup-video.open {
    visibility: visible;
    opacity:1;
}
.popup-video {
    display: flex;
    background: hsla(0,0%,7%,.3);
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    color: #fff;
    z-index: 1000;
    transition: transform .5s, opacity .5s;
    overflow: hiddden;
    transform: translate3d(0, 0, 0);
}

.popup-video-inner {
    width:980px; margin:0 auto;
}
.video-section  .thumbnail-image, .close {
    cursor:pointer;
}
.video-section.testimonial-video-content-slider {
    max-width:580px;
    width:100%;
    margin: 40px auto;
    position:relative;
}

.video-section  .thumbnail-image {
    transition:all ease-in 0.3s;
    position:relative;
}
.video-section  .thumbnail-image:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: url('https://46873851.fs1.hubspotusercontent-na1.net/hubfs/46873851/Group%20One/Images/video-icon.svg') no-repeat;
    background-position: center center;
    transition: .5s;
}
.video-section  .thumbnail-image:hover {
    transform: scale(1.025);
}
.video-section  .thumbnail-image img {
    border-radius:6px;
}

/******************** Inner Breadcrumbs  ******************/
.service-breadcrumb .fa-classic,.service-breadcrumb .fa-light,.service-breadcrumb .fa-regular,.service-breadcrumb .fa-solid,.service-breadcrumb .fa-thin,.service-breadcrumb .fal,.service-breadcrumb .far,.service-breadcrumb .fas,.service-breadcrumb .fat {
    font-family: "Font Awesome 6 Pro" !important;
}
.d-none {
    display:none;
}
.service-breadcrumb {
    max-width:1227px;
    margin:0 auto;
    padding-left:2%;
    padding-right:2%;
}
.service-breadcrumb * {
    color: #0babe3 !important;
}
.service-breadcrumb { 
    padding-bottom:30px;
}
.breadcrumb-prev-next {
    padding-top:20px;
    opacity:0.8;
}
.breadcrumb-main-page h5 {
    font-weight:700;
}
.breadcrumb-prev-next h6 {
    font-weight:700;
}
.breadcrumb-next a,.breadcrumb-prev a,.breadcrumb-prev-next {
    align-items: center;
    display: flex;
    justify-content: space-between;
    width: 100%;
    gap:5px;
}
.breadcrumb-prev a i, .breadcrumb-next a i, .breadcrumb-next a i:before, .breadcrumb-next a i:after,
.breadcrumb-prev a i:before, .breadcrumb-prev a i:after {
    font-size:21px;
}
.service-breadcrumb {
    width: 100%;
}

/******************** Connect With Us ***********************/
.connectwithus {
    position:relative;
}
.connectwithus-inner form .hs-form-field input , .connectwithus-inner form .hs-form-field textarea {
    border-left: 0;
    border-right: 0;
    border-top: 0;
    padding: 1px 2px;
    line-height: 32px;
    font-size: 16px;
    min-height: auto;
}
input[name="phone"]::placeholder {
    color: #0babe3 !important;
}
.connectwithus-inner form 
.hs-error-msgs {
    position: absolute;
    bottom: -19px;
    font-size: 16px;
}
.actions input {
    width: 100%;
    font-size: 18px;
}
.hs-form-field {
    position:relative;
    padding: 22px 0;
}
.connectwithus-heading {
    text-align:center;
}
.connectwithus-heading h1 {
    margin-bottom: 20px !important;
}
h1.small, .h1.small {
    font-size: 30px;
    letter-spacing: -0.022em;
}
h4.small, .h4.small {
    font-size: 24px;
}
@media (min-width: 436px) {
    h1.small, .h1.small {
        font-size: 39px;
    }
}
@media (min-width: 1024px) {
    h1.small, .h1.small {
        font-size: 48px;
    }
}
@media (min-width: 1240px) {
    h1.small, .h1.small {
        font-size: 51px;
    }
}





.connectwithus-inner {
    max-width:680px; 
    margin:0 auto;
}
.connectwithus-form {
    padding:0 20px;
}
.headquarter-content i, .headquarter-content i:before, .headquarter-content i:after {
    font-size: 18px;
    margin-right:3px;
}

.connectwithus-headquarter {
    padding-top:120px;
}
.connectwithus-subtitle h4 {
    opacity:0.8;
    font-weight:400;
}
.headquarter-content * { opacity:0.8; }
.headquarter-iframe {
    padding-top:30px;
}
.headquarter-iframe .hs-responsive-embed-wrapper.hs-responsive-embed {
    max-width: 100% !important;
    max-height: 100% !important;
}

/* Error Page */
@font-face {
    font-family: 'vgaDosFont';
    src: url('https://46873851.fs1.hubspotusercontent-na1.net/hubfs/46873851/Group%20One/Fonts/Perfect%20DOS%20VGA%20437.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
.child-theme .error-home-page .button-sec  {
    justify-content:center;
}
.error-home-page a {
    font-family: Inter, sans-serif !important;
    font-style: normal;
    font-weight: 500;
    text-decoration: none;
    color: #202020;
    font-size: 15px;
    line-height: 21px;
    letter-spacing: 0px;
    text-transform: capitalize;
    border-radius: 100px;
    border: 1px solid rgba(11, 171, 227,1.0);
    background-color: rgba(11, 171, 227, 1.0);
    padding-left: 18px;
    padding-right: 18px;
    padding-top: 10px;
    padding-bottom: 10px;

}
.error-page p,.error-page span {
    font-family: 'vgaDosFont' !important;
    line-height: 1.5 !important;
}
.error-page {
    position:relative;
}
.error-page .wrap {
    justify-content:start;
}
.error-page .padding-right-1 {
    padding-right: 10px !important
}

.error-page .padding-left-2 {
    padding-left: 20px !important
}
.error-page .center {
    text-align:center;
}
.error-home-page {
    position: fixed;
    width: 100%;
    padding: 10px 30px;
    z-index: 200;
    text-align: center;
    bottom: 20px;
}




/* Media Query */
@media(max-width:1441px){
    /*   Bannner   */
    .banner-list ul li {
        width:33.33%;
    }
}

@media(max-width:1367px){
    /*   Bannner   */
    .bannerv1-outer .banner-right , .bannerv1-outer .banner-left {
        padding-left:0;
        padding-right:0;
    }
    .bannerv1-inner {
        gap: 4%;
    }
}



@media(max-width:1281px){
    h1 {
        font-size: 50px;
    }
    h2 {
        font-size: 37px;
    }
}

@media(max-width:1231px){
    .responsive-card-inner .responsive-card {
        width: calc(33.33% - 40px);
    }
}


@media(max-width:1081px){
    .blog-banner-left {
        width: 50%;
        padding: 0;
    }

    .blog-banner {
        flex-direction: column;
        align-items: flex-start;
    }

    .blog-banner-right {
        width: 100%;
        padding: 0;
    }

    .blog-banner h1 {
        font-size: 40px;
    }
}

@media(max-width:1023px){
    /*   Bannner   */
    .bannerv1-inner {
        flex-direction: column;
        gap: 40px;
    }

    .bannerv1-outer .banner-left, .bannerv1-outer .banner-right {
        width: 100%;
    }

    .bannerv1-outer .banner-right {
        display: flex;
        padding-top:0;
    }
    .banner-top-image {
        padding-left:0;
    }
    .banner-bottom-image {
        padding-top: 0;
        padding-right:0;
    }

    .blogv2-list-inner .blogv2-post {
        width:calc(50% - 10px);
    }


}
@media(max-width:992px){
    .content-outer { 
        height:auto;
    }
    /*   Bannner   */
    .banner-list ul li {
        width:50%;
    }
    h1 {
        font-size: 40px;
        letter-spacing: -0.022em;
        line-height: 1.25;
    }
    h2 {
        font-size: 35px;
        line-height: 1.25;
        letter-spacing: -0.022em;
    }
    h5 {
        line-height: 1.25;
        font-size:22px;
        line-height: 1.25;
    }
    .responsive-card-inner .responsive-card {
        width: calc(33.33% - 15px);
    }
    .responsive-card-inner {
        gap: 22px;
    }

}

@media(max-width:641px){
    .child-theme .slide-pagination {
        padding-top:15px;
    }
}


@media(max-width:768px){
    .blogv2-list-inner .blogv2-post {
        width:100%;
    }
    .blogv2-list-inner {
        padding-top: 30px;
    }
    .blog-post-content h2 {
        padding-top:30px;
    }
    .blog-banner h1 {
        font-size: 35px;
    }
    h1 {
        font-size: 35px;
    }
    h2 {
        font-size: 32px;
    }
    .blog-post-content {
        padding-top:30px;
    }
    .responsive-card-inner .responsive-card {
        width: calc(50% - 20px);
    }
    .responsive-card-inner {
        gap: 40px;
    }
    .service-card-subtitle {
        padding-top:15px;
    }
    .service-card-box {
        width: calc(50% - 15px);
    }
    .service-card-box-outer {
        padding:0 15px;
        display: flex;
        flex-wrap: wrap;
        gap: 30px;
    }
}

@media(max-width:575px){

    i.fa-duotone:after, i.fa-duotone:before, .fa-brands, .fab {
        font-size: 42px;
    }
    .wrap { 
        padding: 50px 30px !important;
    }
    .side {
        padding: 70px 2%;
    }
    .text-button {
        padding-top: 30px !important;
    }
    .button-sec .btn-item a.custom.large-btn {
        font-size: 16px !important;
        padding: 14px 24px !important;
    }
    .scroll-to-next {
        margin: 30px 0 !important;
        padding:0 !important;
    }
    /*   Bannner   */
    .banner-list ul li {
        width:100%;
    }
    /* CardV2 */
    .child-theme .cardv2-box-outer ul li {
        font-size: 15px;
        letter-spacing: -0.009em;
        
    }
    .child-theme .cardv2 .wrap {
        padding-top: 50px;
    }
    .blog-banner-left {
        width:100%;
    }
    .responsive-card-inner .responsive-card {
        width: 100%;
    }
    .responsive-button {
        padding-top: 40px;
    }


}
@media(max-width:480px){
    .button-sec { 
        display:flex !important
    }
    /*   Bannner   */
    .bannerv1-outer .banner-right {
        flex-direction: column;
        gap: 20px;
    }
    .banner-bottom-image {
        padding:0;
    }
    .banner-top-image {
        padding: 0;
    }
}