/*
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html

*/

.text-primary{color:var( --e-global-color-primary )!important;}
.text-secondary{color: #F3BC18;}
.position-relative{position:relative;}

.h-full{height:100%;}
.mt-20{margin-top: 20px !important;}
.mb-0{margin-bottom: 0px !important;}
.mx-auto{margin-left:auto;margin-right:auto;}
.pl-0{ padding-left:0px !important ; }
.pr-0{ padding-right:0px !important ; }
.py-2{padding:15px 0px;}
.px-0{ padding-right:0px !important ;padding-left:0px !important ; }
.py-50{padding: 50px 0px;}

.font-lg{font-size: 18px; font-weight: 600;}
.font-light{font-weight: 200 !important;}

.d-none{display:none !important;} 


.w-100{width:100%; }
.img-fluid{max-width:100%; height:auto;}


.row, .d-flex{display: flex;}

.col-lg-1 {flex: 0 0 auto;width: 8.33333333%;}
.col-lg-2 {flex: 0 0 auto;width: 16.66666667%;}
.col-lg-3 {flex: 0 0 auto;width: 25%;}
.col-lg-4 {flex: 0 0 auto;width: 33.33333333%;}
.col-lg-5 {flex: 0 0 auto;width: 41.66666667%;}
.col-lg-6 {flex: 0 0 auto;width: 50%;}
.col-lg-7 {flex: 0 0 auto;width: 58.33333333%;}
.col-lg-8 {flex: 0 0 auto;width: 66.66666667%;}
.col-lg-9 {flex: 0 0 auto;width: 75%;}
.col-lg-10 {flex: 0 0 auto;width: 83.33333333%;}
.col-lg-11 {flex: 0 0 auto;width: 91.66666667%;}
.col-lg-12 {flex: 0 0 auto;width: 100%;}

.col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {padding-right: 10px;padding-left: 10px;}
.fooabout a{color:#fff;}

.fooabout a:hover{color:var( --e-global-color-secondary );}

/* package tab css */
.elementor-heading-title {
    line-height: 1.3;
}

.service-box .elementor-image-box-img {
    background-color: #fff;
    padding: 10px 10px 5px 10px;
    border-radius: 50px;
    /* margin-bottom: -14px; */
}

.elementor-menu-toggle .e-font-icon-svg {
    fill: #33373d;
    height: 1em !important;
    width: 1em !important;
}

.animated-image {
    animation: moveUpDown 4s ease-in-out infinite;
}

@keyframes moveUpDown {
    0% {
        transform: translateY(0);
        /* Initial position */
    }

    50% {
        transform: translateY(-20px);
    }

    100% {
        transform: translateY(0);
        /* Back to the initial position */
    }
}

.left-right {
    animation: moveLeftRight 4s ease-in-out infinite;
}

@keyframes moveLeftRight {
    0% {
        transform: translateX(0);
        /* Initial position */
    }

    50% {
        transform: translateX(20px);
        /* Move 50px to the right */
    }

    100% {
        transform: translateX(0);
        /* Return to the initial position */
    }
}

/* Images key frames end */

svg.elementor-menu-toggle__icon--open.e-font-icon-svg.e-eicon-menu-bar {
    font-size: 20px !important;
}

.butact:hover span {
    color: #fff;
}

.service-box:hover h3,
.service-box:hover p {
    color: #fff;
    transition: 0.3s all ease-in-out;
}

.service-box {
    position: relative;
    text-decoration: none;
    border-radius: 0;
    background: #F0F0F0;
    overflow: hidden;
    z-index: 1;
    margin: 0 10px;
}

.service-box::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-image: linear-gradient(90deg, #007770, var( --e-global-color-primary ); 100%);
    z-index: -1;
    transform: scaleX(0);
    transform-origin: left bottom;
    transition: transform 0.3s ease;
}

.service-box:hover::before {
    transform: scaleX(1);
}

.elementor-nav-menu--toggle {
    --menu-height: 1;
}



h3.act-head {
    text-align: center;
    font-size: 24px;
    font-weight: 800;
    color: #111236;
}

.main-form1 p {
    display: flex;
    flex-direction: column;
}
/* .main-form {width:90%;margin: 0px auto;background: #ffffff1c;padding: 20px 30px;border-radius: 10px;} */
.main-form input.wpcf7-form-control{background: transparent !important;color: #2a2a2a;border: none !important;border-bottom: 1px solid #b5b5b5 !important;border-radius:0px;}
.main-form input.wpcf7-form-control{margin-bottom:10px !important;}

.main-form .iti input{padding-left: 46px !important;}
.main-form input.wpcf7-form-control.wpcf7-submit{width: 70% !important;background:var( --e-global-color-secondary ) !important;color:#000;margin: 20px auto 0px auto;display: block;}
.main-form .form-send{position:absolute;left: 90px;top: 10px;width: 25px;height: 27px;}

.elementor-price-table__feature-inner {
    display: flex !important;
    align-items: center;
}
.elementor-price-table__features-list {
    overflow-y: auto;
    height: 350px;
}

.elementor-price-table__features-list::-webkit-scrollbar {
    width: 3px;
    background-color: #e6e9ee;
}
.elementor-price-table__features-list::-webkit-scrollbar-thumb{
    background-color:#FFE500;
}
#lead-btn {
    width: 20%;
    height: 42px;
    line-height: 18px;
    /*     display: inline-block; */
    padding: 12px 24px;
    position: relative;
    text-decoration: none;
    font-size: 16px;
    font-weight: bold;
    color: #000;
    text-align: center;
    border-radius: 0;
    border: none !important;
    background: linear-gradient(90deg, #caa32d 0%, #f3bc18 100%);
    overflow: hidden;
    z-index: 1;
}

#lead-btn::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-image: linear-gradient(30deg, #004BA5 25%, #002F67 65%);
    z-index: -1;
    transform: scaleX(0);
    transform-origin: left center;
    transition: transform 0.3s ease;
}

#lead-btn:hover::before {
    transform: scaleX(1);
}

#lead-btn:hover {
    color: #fff;
}


#submit-BTN {
    width: 100%;
    padding: 12px 24px;
    position: relative;
    text-decoration: none;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    border-radius: 0;
    border: none !important;
    background: linear-gradient(90deg, #007770, var( --e-global-color-primary ) 100%);
    overflow: hidden;
    z-index: 1;
}

#submit-BTN::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-image: linear-gradient(90deg, #caa32d 0%, #f3bc18 100%);
    z-index: -1;
    transform: scaleX(0);
    transform-origin: left center;
    transition: transform 0.3s ease;
}

#submit-BTN:hover::before {
    transform: scaleX(1);
}

#submit-BTN:hover {
    color: #000;
}

#wpcf7-f9-p10-o1 .wpcf7-not-valid-tip,
#wpcf7-f9-p10-o1 .wpcf7-response-output {
    color: #ffffff;
    margin: 0 !important;
}

.audit-form p {
    display: flex;
    column-gap: 5px;
    margin: 0;
}

.audit-form span.wpcf7-form-control-wrap {
    width: 60%;
}

.audit-form #butact {
    width: 40%;
    height: 42px;
}

.main-form-form {
    display: flex;
    column-gap: 11px;
}

.field_wrapper {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    column-gap: 15px;
}

.sub-field {
    width: 100%;
}

.custom-tabs1 .elementor-tab-title {
    margin-bottom: 15px !important;
    /*     border-radius: 10px; */
}

.seo-form p {
    display: flex;
    flex-direction: column;
}

/* slider css  */
.slider-box {
    position: relative;
    width: 90%;
    margin: auto !important;
    padding: 30px 1rem 10px;
    box-shadow: 0 5px 18px 0 rgba(0, 0, 0, .17);
    border-style: solid;
    border-width: 3px;
    border-image: linear-gradient(45deg, #004BA5, #002F67) 1;
}

.slider-box:hover {
    border: inherit;
    background: var( --e-global-color-primary );
} 

.slider-box h3 {
    font-size: 16px;
    color: #000;
    font-family: "Oswald";
}

.slider-box:hover img,
.slider-box:hover h3 {
    filter: brightness(0) invert(1);
}

/* slider css end */
.elementor-flip-box__back .elementor-flip-box__layer__description {
    height: 150px;
    overflow-y: scroll;
    text-align: justify;
    padding: 0 10px;
}

.elementor-flip-box__layer__description::-webkit-scrollbar {
    width: 5px;
}

.elementor-flip-box__layer__description::-webkit-scrollbar-thumb {
    background-color: #66FB95;
    border-radius: 10px;
}

.elementor-flip-box__layer__description::-webkit-scrollbar-thumb:hover {
    background-color: #000;
}

.elementor-flip-box__layer__description::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 10px;
}

.gradient-heading {
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: #00000021;
    background-image: -webkit-linear-gradient(-2deg, #002f67, #004ba4 100%);
}

.main-form p {
    display: flex;
    column-gap: 6px;
}

.main-form span.wpcf7-spinner {
    position: absolute;
    right: 70px;
    top: 11px;
    margin: 0;
}

/*input,*/
/*select#lan-inpt {*/
/*    height: 50px;*/
/*    border-radius: 0 !important;*/
/*    border: 2px solid var( --e-global-color-primary ) !important;*/
/*}*/

.butact {
    padding: 0 !important;
}

#butact,
.butact {
    display: inline-block;
    padding: 10px 24px;
    width: 100%;
    position: relative;
    text-decoration: none;
    font-size: 16px;
    font-weight: bold;
    color: #000;
    text-align: center;
    border-radius: 0;
    border: none;
    background: linear-gradient(90deg, #caa32d 0%, #FFE500 100%);
    overflow: hidden;
    z-index: 1;
    transition: color 0.3s ease;
    cursor: pointer;
}

#butact::before,
.butact::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-image: linear-gradient(90deg, #258788 35%, #002f67 100%);
    z-index: -1;
    transform: scaleX(0);
    transform-origin: left center;
    transition: transform 0.3s ease;
}

#butact:hover::before,
.butact:hover::before {
    transform: scaleX(1);
}

#butact:hover {
    color: #fff;
}



#butact1,
.primary-btns {
    display: inline-block;
    padding: 12px 24px;
    width: 100%;
    position: relative;
    text-decoration: none;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    border-radius: 0;
    border: none;
    background-image: linear-gradient(90deg, #258788 35%, #079d58 100%);
    overflow: hidden;
    z-index: 1;
    transition: color 0.3s ease;
    cursor: pointer;
}

#butact1::before,
.primary-btns::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: linear-gradient(90deg, #caa32d 0%, #f3bc18 100%);
    z-index: -1;
    transform: scaleX(0);
    transform-origin: left center;
    transition: transform 0.3s ease;
}

#butact1:hover::before,
.primary-btns:hover::before {
    transform: scaleX(1);
}


#butact1:hover,
.primary-btns:hover {
    color: #000;
}

.elementor-field-group.elementor-field-type-submit {
    align-items: flex-start;
}

.elementor-form .elementor-button.elementor-size-md {
    min-height: 50px;
}

#butact2 {
    display: inline-block;
    padding: 12px 24px;
    width: 100%;
    position: relative;
    text-decoration: none;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    border-radius: 0;
    border: 1px solid #fff;
    background: transparent;
    /*       background: linear-gradient(90deg, #caa32d 0%, #f3bc18 100%); */
    overflow: hidden;
    z-index: 1;
    transition: color 0.3s ease;
    cursor: pointer;
}

#butact2::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-image: linear-gradient(90deg, #258788 35%, #079d58 100%);
    z-index: -1;
    transform: scaleX(0);
    transform-origin: left center;
    transition: transform 0.3s ease;
}

#butact2:hover::before {
    transform: scaleX(1);
}

#butact2:hover {
    color: #fff;
    border: 1px solid transparent;
}

.screenbg::after {
    content: " ";
    position: absolute;
    background: url(https://americaseoagency.com/wp-content/uploads/2025/01/computer.png) 0 0 / contain no-repeat;
    width: 585px;
    height: 485px;
    left: 0;
    top: -20px;
    right: 0;
    margin: auto;
}

.box {
    border-radius: 5px;
    transition: .7s ease-in-out;
    background-color: #fff;
    box-shadow: .174px .985px 8.73px .27px #00000026;
}

.box:hover {
    background-image: -webkit-linear-gradient(-2deg, #007770, var( --e-global-color-primary ) 100%);
}

.box:hover img {
    filter: brightness(0) invert(1);
}

.box:hover h3 {
    color: #fff;
}

/* Portfolio css  */
.logo .review-box,
.social .review-box {
    background-color: #fff;
    border-radius: 0;
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, .25);
    transition: background .4s;
    margin: 0 5px
}

.logo .review-box {
    height: 280px;
    overflow: hidden;
    position: relative;
    cursor: pointer;
    align-items: center;
    display: flex;
    justify-content: center
}

.logo .review-box img{
     max-width: 375px !important;
    object-fit: cover;
    transition: transform 5s;
}
.review-box1 img,
.review-box10 img,
.review-box11 img,
.review-box2 img,
.review-box3 img,
.review-box4 img,
.review-box5 img,
.review-box6 img,
.review-box7 img,
.review-box8 img,
.review-box9 img,
.social .review-box img {
    width:100% !important;
    max-width: 375px !important;
    object-fit: cover;
    transition: transform 5s
}

.scrollingbranding1 {
    animation: 20s linear infinite branding1
}

@keyframes branding1 {
    from {
        transform: translateX(0)
    }

    to {
        transform: translateX(calc(-100% - 1rem))
    }
}

.marquee-wrapper:hover .scrollingweb1,
.marquee-wrapper:hover .scrollingweb2 {
    animation-play-state: paused
}

.scrollingweb1 {
    animation: 30s linear infinite web1
}

@keyframes web1 {
    from {
        transform: translateX(0)
    }

    to {
        transform: translateX(calc(-100% - 1rem))
    }
}

.scrollingweb2 {
    animation: 40s linear infinite web2
}

@keyframes web2 {
    from {
        transform: translateX(calc(-100% - 1rem))
    }

    to {
        transform: translateX(0)
    }
}

.review-carousel-wrap3 {
    margin-bottom: 10px
}

.review-box,
.review-box1,
.review-box10,
.review-box11,
.review-box2,
.review-box3,
.review-box4,
.review-box5,
.review-box6,
.review-box7,
.review-box8,
.review-box9 {
    height: 300px;
    overflow: hidden;
    position: relative;
    background-color: #fff;
    border-radius: 0;
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, .25);
    margin-bottom: 30px;
    transition: background .4s;
    cursor: pointer
}

.review-box1:hover img {
    transform: translateY(-1250px)
}

.review-box2:hover img,
.review-box9:hover img {
    transform: translateY(-1300px)
}

.review-box3:hover img {
    transform: translateY(-970px)
}

.review-box4:hover img {
    transform: translateY(-1415px)
}

.review-box5:hover img {
    transform: translateY(-1565px)
}

.review-box6:hover img {
    transform: translateY(-1035px)
}

.review-box7:hover img {
    transform: translateY(-1180px)
}

.review-box8:hover img {
    transform: translateY(-1080px)
}

.review-box10:hover img {
    transform: translateY(-1050px)
}

.review-box11:hover img {
    transform: translateY(-770px)
}

.scrollinglogo1 {
    animation: 40s linear infinite logo1
}

@keyframes logo1 {
    from {
        transform: translateX(0)
    }

    to {
        transform: translateX(calc(-100% - 1rem))
    }
}

.scrollinglogo2 {
    animation: 50s linear infinite logo2
}

@keyframes logo2 {
    from {
        transform: translateX(calc(-100% - 1rem))
    }

    to {
        transform: translateX(0)
    }
}

.review-box img {
    width: 355px !important;
    object-fit: cover;
    transition: transform 5s
}

.marquee-wrapper,
.social .review-box {
    overflow: hidden;
    position: relative;
    display: flex
}

.scrollingX {
    animation: 100s linear infinite scroll
}

@keyframes scroll {
    from {
        transform: translateX(0)
    }

    to {
        transform: translateX(calc(-100% - 1rem))
    }
}

.marquee-wrapper {
    gap: 10px
}

.marquee-wrapper .marquee-content {
    position: relative;
    display: flex;
    align-items: center;
    flex-shrink: 0;
    gap: 10px;
    cursor: grab
}

@media (max-width:1024px) {
    .marquee-wrapper {
        overflow: auto
    }
}

.scrollingy {
    animation: 100s linear infinite scroll1
}

@keyframes scroll1 {
    from {
        transform: translateX(calc(-100% - 1rem))
    }

    to {
        transform: translateX(0)
    }
}

.social .review-box {
    height: 370px;
    cursor: pointer;
    align-items: center;
    justify-content: center
}

/* Portfolio css end */

@media (max-width:680px) {
    .logo .review-box{
        height: 115px;
    }
    .social .review-box{
    
            height: 140px;
    }
    .social .review-box img,
    .logo .review-box img{
        width:100%;
        max-width: 140px !important;
    }
    .popup-content {
        width: 100%
    }

    .main-form p,
    .main-form-form {
        flex-direction: column;
    }

    #lead-btn,
    #modal1 .modal-content1 {
        width: 100%;
    }

    .screenbg::after {
        width: 100%;
        height: 100%;
        top: -12;
    }

    .audit-form p {
        flex-direction: column;
    }

    .audit-form span.wpcf7-form-control-wrap {
        width: 100%;
    }

    .audit-form #butact {
        width: 100%;
    }

    .service-box {
        margin: 10px 0;
    }

    /*input,*/
    /*select#lan-inpt {*/
    /*    height: 40px;*/
    /*    border-radius: 0 !important;*/
    /*    border: 1px solid var( --e-global-color-primary ); !important;*/
    /*    padding: 0 10px !important;*/
    /*}*/

    .main-form p span {
        margin-bottom: -10px;
    }
}

@media (max-width:1000px) {
    .screenbg::after {
        width: 100%;
        height: 312px;
    }

    .service-box {
        margin-bottom: 10;
    }
}




#seoTabs .h3{color: var( --e-global-color-primary );font-weight: bold;font-size: 24px;margin-bottom: 10px;}
#seoTabs .elementor-tab-title{background: #f6f6f6;border-top: 1px solid #e2e2e2;border-left: 1px solid #e2e2e2;border-right: 1px solid #e2e2e2;padding: 10px 35px;text-align: center;color: #646464;border-radius: 10px 10px 0 0;text-transform: uppercase;letter-spacing: 1px;}
#seoTabs .elementor-tab-title .d-flex{align-items: center;}    
#seoTabs .elementor-tab-title img{margin-right:5px}
#seoTabs .elementor-tabs-wrapper{justify-content: space-between;display:flex;border-bottom:5px solid var( --e-global-color-primary );}
#seoTabs .elementor-tab-title.elementor-active{background: var( --e-global-color-primary );color: #fff;}
#seoTabs .elementor-tab-title.elementor-active img {
    filter: invert(98%) sepia(100%) saturate(0%) hue-rotate(255deg) brightness(300%) contrast(100%);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

#seoTabs .elementor-tab-content{padding: 40px;background: #fff;}

#seoTabs .seoList{margin-top: 20px;display: flex;flex-wrap: wrap;grid-gap: 12px;list-style: none;padding-left: 0px;}
#seoTabs .seoList li{    box-shadow: 0px 0px 10px rgb(14 46 103 / 10%);padding: 1rem;text-align: center;}
#seoTabs .seoList li a {display: block;}
#seoTabs .seoList li p{    font-weight: 600;margin: 10px 0 0;color: #333;}

#seoTabs .col-lg-7{padding-right: 60px;}
#seoTabs .col-lg-5{}
#seoTabs .col-lg-5 img{width:100%;}

#testimonialSlider svg{width: 30px;}
#testimonialSlider .elementor-swiper-button-prev,
#testimonialSlider .elementor-swiper-button-next{}
#testimonialSlider .elementor-swiper-button-prev{}

#longContent{overflow-y: scroll;height: 600px;}
#longContent h2{font-size: 30px;color:#000; font-weight: 600; margin-bottom: 20px;}
#longContent h3{font-size: 24px;color:#000; font-weight: 500; margin: 20px 0px;}

.marketingSlider{overflow: hidden;}

.processSlider{padding: 20px 30px;position: relative;}
.processSlider .phead {padding: 0 35px;position: relative;min-height: 84px;display: flex;align-items: center;color: #fff;box-sizing: border-box;margin-bottom: 20px;text-align: left;font-size: 18px;line-height: 22px;font-weight: 500;}
.processSlider .phead:after{ position: absolute;top: 0;right: 0;content: "";border-style: solid;border-width: 100px 42px 0 0;}

.processSlider .phead span{font-size: 16px; }
.processSlider .phead.blue span, .processSlider .phead.seaGreen span, .processSlider .phead.orange span, .processSlider .phead.perrot span, .processSlider .phead.pink span{position: absolute;left: 0;width: 50px;height: 50px;border-radius: 30px;line-height: 45px;text-align: center;margin-left: -25px;color: #fff;font-size: 28px;}
.processSlider .phead.blue span{background: #1e78cc;border: 3px solid #165da0;}
.processSlider .phead.seaGreen span{background: #198b9a;border: 3px solid #106a76;}
.processSlider .phead.orange span{background: #d05c15;border: 3px solid #d05c15;}
.processSlider .phead.perrot span{background: #54b916;border: 3px solid #3c8610;}
.processSlider .phead.pink span{background: #e81445;border: 3px solid #960e2e;}
.processSlider .phead.blue{background: #1e78cc;}
.processSlider .phead.seaGreen{background: #198b9a;}
.processSlider .phead.orange{background: #f2701d;}
.processSlider .phead.perrot{background: #54b916;}
.processSlider .phead.pink{background: #e81445;}
.processSlider .phead.blue:after, .processSlider .phead.seaGreen:after,.processSlider .phead.orange:after, .processSlider .phead.perrot:after, .processSlider .phead.pink:after {border-color: transparent #f6f6f6 transparent transparent}
.processSlider p{font-size: 16px;text-align: left;}


.seoPro svg{width: 30px;fill:var( --e-global-color-primary );}
.seoPro .swiper-wrapper{padding-bottom:30px;}
.seoPro .elementor-swiper-button-prev,
.seoPro .elementor-swiper-button-next{position: absolute;bottom: -1px;cursor:pointer;}
.seoPro .elementor-swiper-button-prev{    left: 45%;}
.seoPro .elementor-swiper-button-next{    right: 45%;}

.imgfilter{}

.imgfilter img{transition: filter 0.3s ease;}

.imgfilter:hover img{
   filter: brightness(0) invert(1);
}

/* .main-form input{height: 42px;} */


#adtabs .elementor-tab-title{
    border: none; 
    border-right: 1px solid #ffffff40 !important;padding: 10px;
}
#adtabs .elementor-tab-title.elementor-active{border-right: 3px solid var( --e-global-color-secondary )!important;}
#adtabs .elementor-tabs-content-wrapper{border:none !important;}

#adtabs .elementor-tab-title:before, #adtabs .elementor-tab-title:after{display:none !important;}

#adtabs .elementor-tab-content{padding-top:0px;}

#adtabs .elementor-tab-title span{border:1px solid var( --e-global-color-secondary );width:40px;height:40px;display: inline-flex;align-items: center;text-align: center;justify-content: center;border-radius: 50%;margin-right: 5px;}
#adtabs h2, #adtabs h3{color:#fff;}
#adtabs  h2 {
    font-size: 56px;
    font-weight: 800;
    margin: 0;
    font-style: italic;
    color: #fff;
    position: relative;
    margin-bottom: 40px;
    text-transform: uppercase;
}

#adtabs h2:after {
    content: '';
    position: absolute;
    background-color: var( --e-global-color-secondary );
    width: 170px;
    height: 2px;
    bottom: -15px;
    left: 0;
}

.responsive-table {
    width: 100%;
    overflow-x: auto;
    margin: 20px 0;
  }

  table {
    width: 100%;
    border-collapse: collapse;
    font-family: Arial, sans-serif;
    min-width: 600px; /* Ensures the table scrolls on small screens */
  }

  th, td {
    border: 1px solid #ccc;
    padding: 10px;
    text-align: left;
    white-space: nowrap;
  }

  thead {
    background-color: #f2f2f2;
  }
  .custom-table-wrapper {
    width: 80%;
  }

  .case-st th, .case-st td {
    color: white !important;
  }

  .table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(255, 255, 255, 0.05); /* light stripe effect */
  }


    .dropdown-wrapper {
      position: relative;
      display: inline-block;
    }

    #dropdownForm {
      display: none;
      position: absolute;
      top: 100%;
      left: 0;
      margin-top: 5px;
      padding: 15px;
      border: 1px solid #ccc;
      width: 250px;
      background-color: #f9f9f9;
      border-radius: 5px;
      z-index: 99;
      box-shadow: 0 4px 8px rgba(0,0,0,0.1);
    }
   #dropdownForm input{margin-bottom:10px; height:35px;
      width: 100%;
      box-sizing: border-box; border:1px solid #9E9E9E;}
 #dropdownForm .col-lg-6{padding-left:0px}
#dropdownForm input.wpcf7-submit{width:100% !important;height:40px;background:var( --e-global-color-primary );color:#fff !important;margin-bottom: 0px;}
    #toggleButton {
      padding: 9px 20px;
      background-color: #007bff;
      color: black;
      border: none;
      cursor: pointer;
      border-radius: 4px;
    }

    #toggleButton:hover {
      background-color: #0056b3; color:white;
    }
.wpcf7-spinner{position:absolute;top: 8px;right: 0;}
/* .callback-leadform {
    background-color: #ffffff47;
    margin: 0px auto 0px auto!important;
    padding: 20px 20px 20px 20px;
    width: 80%;
} */
.innerpage h2, .innerpage h3, .innerpage h4{color: var(--e-global-color-primary);}

.innerpage h2{font-size:30px; font-weight:600; margin-top:20px;}
.innerpage h3{font-size:24px; font-weight:600; margin-top:20px;}
.innerpage h4{font-size:21px; font-weight:500; margin-top:20px;}
.innerpage strong{color:#202020;}
.innerpage ul{margin:20px 0px;}
.innerpage ul li{margin-bottom:5px}
.innerpage {}

.callback-leadform .wpcf7-form-control-wrap{margin-right:10px !important;}
.callback-leadform .wpcf7-submit{    width: 40% !important;}

.overview-lead-form {} 
.elementor-counter-number-suffix{display:flex;}

.elementor-counter-number-suffix:after{content:"↑";color: green;font-size: 35px;margin-left: 7px;}

.videoSec .elementor-lightbox .elementor-video-container .elementor-video-square iframe, .videoSec .elementor-lightbox .elementor-video-container .elementor-video-square video {
    height: 90vh;
    width: 100%;
}

.videoSec .elementor-wrapper {
    width: 100%;
    object-fit: cover;
    height: 390px;
}

.videoSec .elementor-custom-embed-image-overlay img {
    aspect-ratio: 0.7111;
    display: block;
    -o-object-fit: cover;
    -o-object-position: center center;
    /* object-position: top center; */
    max-width: 100%;
    height: auto;
}

.phone-icon {
  font-size: 60px;
  display: inline-block;
  animation: ring 1s infinite;
  transform-origin: center center;
}

@keyframes ring {
  0% { transform: rotate(0); }
  10% { transform: rotate(15deg); }
  20% { transform: rotate(-15deg); }
  30% { transform: rotate(10deg); }
  40% { transform: rotate(-10deg); }
  50% { transform: rotate(5deg); }
  60% { transform: rotate(-5deg); }
  70% { transform: rotate(2deg); }
  80% { transform: rotate(-2deg); }
  100% { transform: rotate(0); }
}

 .circle-wrap { width: 50%;
  display: flex;
  align-items: center;
   font-weight: 600;
}


.circle { margin-right: 10px;
  width: 80px;
  height: 80px;
  background: conic-gradient(#004BA5 0% 0%, #eee 0% 100%);
  border-radius: 50%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.inner-circle {
  position: absolute;
  width: 70px;
  height: 70px;
  background-color: #fff;
  border-radius: 50%;
  line-height: 70px;
  text-align: center;
  font-weight: bold;
  color: #222;
  z-index: 1;
}


.postid-8725 .site-header, .postid-8725 .footer-width-fixer, .postid-9434  .site-header, .postid-9434 .footer-width-fixer, .postid-10780  .site-header, .postid-10780 .footer-width-fixer,
.postid-10871 .site-header, .postid-10871 .footer-width-fixer, .postid-10895 .site-header, .postid-10895 .footer-width-fixer .postid-10784  .site-header, .postid-10784 .footer-width-fixer,
.postid-11015  .site-header, .postid-11015 .footer-width-fixer{display:none;}


.lp-mfaqs .eael-advanced-accordion-icon-closed, .lp-mfaqs .eael-advanced-accordion-icon-opened{margin-right:0px !important;}
.lp-mfaqs .eael-advanced-accordion-icon-closed svg{margin-right:0px !important;}
.lp-mfaqs .eael-accordion-tab-title{margin-left:-15px !important;}
.lp-mfaqs p{border-left:1px solid #9E5ECE99; padding-left:30px;}

.areaBox .elementor-heading-title{transition: ease .3s;}
.areaBox:hover .elementor-heading-title{transform: scale(1.1); transition: ease .3s;}

.lm-testimonial .elementor-testimonial .elementor-testimonial__cite{padding-top:10px; border-top:2px solid #fff}
.lm-testimonial .elementor-testimonial__image{margin-top:-30px;}
.lm-testimonial .elementor-testimonial{background:#3f1b7f;margin-top: 50px;padding: 0px 20px 20px 20px;}
.lm-testimonial .swiper-slide-active .elementor-testimonial{background:#9e5ece;transform: scale(1.1); transition: all 0.3s ease;}

/*.highlight-heading img {*/
/*    position: absolute;*/
/*    bottom: -45%;*/
/*    width: 80%;*/
/*    left: 10%;*/
/*    stroke: #9e5ece;*/
/*    stroke-width: 10;*/
/*    filter: blur(10px);*/
/*}*/




      .highlight-heading {
    color: transparent; /* remove fill */
    -webkit-text-stroke: 2px #9e5ece; /* outline stroke */
    filter: blur(1px); /* blur effect */

      /* Neon stroke using CSS3 */
      -webkit-text-stroke: 1px #9e5ece;

      /* Neon glow */
      text-shadow:
        0 0 0px #0000009,
        0 0 10px #9e5ece,
        0 0 20px #9e5ece,
        0 0 0px #9e5ece;
    }
   .marquee-container {
    width: 100%;
    overflow: hidden;
    box-sizing: border-box;
    white-space: nowrap;
    font-size: 2em;
    color: #ba2953;
    font-weight: 600;
  }

  .marquee-content {
    display: inline-block;
    padding-left: 0;
    animation: marquee 15s linear infinite;
  }

  .marquee-content:hover {
    animation-play-state: paused;
  }
.marquee-content span{
    display: inline-flex;
}
   .marquee-content svg{margin: 0px 10px 0px 20px;width: 12px;}

  /* Animate from 0% to -50% since we have 2 copies */
  @keyframes marquee {
    0% {
      transform: translateX(0%);
    }
    100% {
      transform: translateX(-50%);
    }
  }
  
 .large-purple {
    font-size: clamp(28px, 6vw, 120px);
    color: #3f1b7f;
    margin-top:30px;
}

.exhitbat:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: linear-gradient(rgba(0, 0, 0, 1) 15%, transparent 50%, rgba(0, 0, 0, 1) 95%);
}

.more .elementor-icon{z-index:0;}
.more  .elementor-icon-box-content{z-index:1;}
.footer-leadform .wpcf7-form-control{border: 1px solid #000 !important;}
.footer-leadform .wpcf7-form-control.wpcf7-submit{border:none !important; width:60% !important; margin:20px auto 0px auto !important; display:block;}
  .footer-leadform .iti, .footer-leadform select, .Blogform input, .Blogform .iti, .contactform input, .contactform  .iti{ margin-bottom: 10px !important;}

.wpcf7 form.sent .wpcf7-response-output {background: #fff;}
.footerForm input{margin-bottom: 10px !important;}

.footerForm .primary-btns{width: 100% !important;}

@media (max-width: 575.98px) { 
    .row, .d-flex {display: block;}
    .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {width:100%;}
    
    .main-form input, .main-form-form input {margin-bottom: 10px;}
    #seoTabs .elementor-tab-content .row{display: unset;}
    #seoTabs .elementor-tabs-wrapper {display: none;}
    #seoTabs .elementor-tab-content {padding: 20px;}
    #seoTabs .seoList li {padding: 10px;width: 48%;}
    #seoTabs .seoList {width: 100%;}
    #seoTabs .col-lg-7 {padding-right: 0px;}
    .processSlider {padding: 0px 30px;}
    .processSlider .phead { min-height: 66px;}
    .seoPro .elementor-swiper-button-prev{    left: 40%;}
    .seoPro .elementor-swiper-button-next{right: 40%;}
    .screenbg::after {height: 350px; }
    #longContent h2{font-size: 24px;line-height: 30px;}
    #longContent h3 {font-size: 20px;}
     th, td {padding: 8px;font-size: 14px;}
     
     .main-form input, .iti{width:100% !important;}
     .main-form .wpcf7-form-control-wrap {margin-right: 0px;}
     .iti {margin-bottom:10px;}
     
     .rborder{border:none !important;}
     .footer-leadform .pl-0, .footer-leadform .pr-0{padding:0px;}
     
     
     
     #iherosec{
    background-size: cover;
    background-position: top left !important;
    background-repeat: no-repeat;
    }
    .iboost-rankingfrom form .row{margin-bottom:0px}
    .iboost-rankingfrom form .col-lg-6{margin-bottom: 10px;}
    .iboost-rankingfrom form .wpcf7-submit{width:100%}

}
@media (min-width: 768px) {
    .elementor-10734 .elementor-element.iboost-header.elementor-sticky--active {
        --width: 100%;
        margin-left: -2%;
    }
}



/*background:#002f670f !important;*/
#mega-menu-5583-0-0, #mega-menu-5583-0-1, #mega-menu-item-nav_menu-5, #mega-menu-item-nav_menu-6{border-radius:8px !important;} 

#mega-menu-5583-0-0 .mega-block-title, #mega-menu-5583-0-1  .mega-block-title, #mega-menu-item-nav_menu-5  .mega-block-title, #mega-menu-item-nav_menu-6  .mega-block-title{margin-bottom: 15px !important;display: flex !important;align-items: center;font-weight: 600 !important;}

#mega-menu-5583-0-0 .mega-block-title img, #mega-menu-5583-0-1 .mega-block-title img, #mega-menu-item-nav_menu-5  .mega-block-title img, #mega-menu-item-nav_menu-6  .mega-block-title img{width:35px;margin-right:10px;}

#mega-menu-5583-0-0 ul, #mega-menu-5583-0-1  ul, #mega-menu-item-nav_menu-5 ul, #mega-menu-item-nav_menu-6 ul{list-style:none;padding-left:10px;margin-right: 10px !important;}
#mega-menu-5583-0-0 ul li, #mega-menu-5583-0-1  ul li, #mega-menu-item-nav_menu-5 ul li, #mega-menu-item-nav_menu-6 ul li{padding:3px 0px;}
#mega-menu-5583-0-0 ul li a, #mega-menu-5583-0-1  ul li a, #mega-menu-item-nav_menu-5 ul li a, #mega-menu-item-nav_menu-6 ul li a{color:#000;}




.slide-button {
      display: flex;
      align-items: center;
      background-color: #dddddd;
      border: none;
      padding: 6px 12px;
      border-radius: 0px 40px 40px 0px;
      cursor: pointer;
      overflow: hidden;
      transition: width 0.3s ease;
      width: 70px; /* Start with icon only */
      height:70px;
      box-shadow: 0px 0px 10px #000000b8 !important;
    }

       .slide-button img {
  width: 60px;
  height: auto;
  flex-shrink: 0;
  transition: width 0.3s ease, height 0.3s ease;
}
.slide-button .treviewfixed strong{display:block;line-height: 15px;}
    .slide-button .treviewfixed {
      display:none;
      /* white-space: nowrap; */
      margin-left: 0;
      opacity: 0;
      transform: translateX(-10px);
      transition: opacity 0.3s ease, transform 0.3s ease;
    }

    .slide-button:hover {
      width: 180px; /* Expand on hover */
    }
.slide-button:hover img{width: 50px;}
    .slide-button:hover  .treviewfixed {display:block;
      opacity: 1;
      transform: translateX(0);
    }

.slide-button .tr_icons i{color: #dda500;font-size: 14px;}

.whatsapp-icon img{width: 60px;margin-top: 20px;}





.iboost-header.elementor-sticky--effects{width: 100% !important;/* margin-left: -25px; */border-radius: 0px;padding: 10px 50px;}



.iboost-work .work-box:hover {animation: bounce 2s ease infinite}
@keyframes bounce {
    0%,20%,53%,80%,to {
        animation-timing-function: cubic-bezier(.215,.61,.355,1);
        transform: translateZ(0)
    }

    40%,43% {
        transform: translate3d(0,-30px,0)
    }

    40%,43%,70% {
        animation-timing-function: cubic-bezier(.755,.05,.855,.06)
    }

    70% {
        transform: translate3d(0,-15px,0)
    }

    90% {
        transform: translate3d(0,-4px,0)
    }
}

.bounce {
    animation-name: bounce;
    transform-origin: center bottom
}

.iboost-work .work-box .elementor-image-box-img {
    width: 105px;
    height: 105px;
    border-radius: 53px;
    filter: drop-shadow(-3.286px 6.181px 17.5px rgba(18, 80, 157, .36));
    background-image: linear-gradient(47deg, #ffc1050f, #0f195b 1%, #3fbbfb 99%, #3fbbfb);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0px auto !important;
    }

.iboost-work .work-box:hover .iboost-work .work-box .elementor-image-box-img:before {
       transform: rotate(45deg);
    transition: border-top-color .15s linear, border-right-color .15s linear .1s, border-bottom-color .15s linear .2s;

    
    
}    
    
.iboost-work .work-box .elementor-image-box-wrapper{}
.iboost-work .work-box .elementor-image-box-img:before{
    background:#fff;
    width: 85px;
    height: 85px;
    border-radius: 43px;
    background-color: #fff;
    padding: 10px;
     content: "";
    position: absolute;
    z-index:1;
    }
.iboost-work .work-box .elementor-image-box-img img{ z-index:1;}



.iboost .pricing-box .pricingIcon .elementor-widget-container{
    width: 111px;
    height: 111px;
    border-radius: 56px;
    filter: drop-shadow(-3.286px 6.181px 9px rgba(18, 80, 157, .21));
}


.iboost .pricing-box .pricingIcon{
    background-color: #fff;
    display: flex
;
    align-items: center;
    justify-content: center;

    width: 138px;
    height: 138px;
    border-radius: 69px;
    filter: drop-shadow(-3.286px 6.181px 17.5px rgba(18, 80, 157, .36));
}

.iboost .pricing-box .price .elementor-heading-title span{border-bottom:2px solid #707a953b;font-size:60px}
.iboost .pricing-box .price sub{border:none}
.iboost .pricing-box .price, .iboost .pricing-box .price sub {-webkit-text-fill-color: transparent;
    background-clip: text;
    background-image: linear-gradient(52deg, #0f195bbf 35%, #3fbbfb 99%, #3fbbfb);
}


.iboost-rankingfrom form .wpcf7-form-control{margin-bottom: 0px;}

.iboost-rankingfrom form .wpcf7-submit{background:#fff !important; color:#000;}
.iboost-rankingfrom form .wpcf7-response-output {background:#fff !important;}

.iboost-rankingfrom form .wpcf7-submit:hover{    transform: scale(.8);
    transition-timing-function: cubic-bezier(0.47,2.02,0.31,-0.36);color: #FFFFFF;
    background: linear-gradient(180deg, #09429C 0%, #09429C 100%);
    box-shadow: -4px 6px 13px 0px rgba(0, 0, 0, 0.5);}


.home_seoblock_heading{background-image: linear-gradient(52deg, #0f195bbf 35%, #3fbbfb 50%, #3fbbfb);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;}
    
.imagebox-slider {
            margin: 20px 0;
        }

        .imagebox {
            padding: 15px 20px;
            text-align: center;
            background: #fff;
            box-shadow: 0 2px 5px rgba(0,0,0,0.05);
            border-right: 4px solid #707a952e;
            transition: all 0.3s ease-in-out;
        }

        .imagebox .imgThumb {
            width: 150px;
            height: 150px;
            background-image: url("/wp-content/uploads/2025/08/imagebg.webp");
            background-size: 100% 100%;
            background-position: 50%;
            background-repeat: no-repeat;
            display: flex;
            align-items: center;
            justify-content: center;
            margin: 0 auto 15px;
        }

        .imagebox img {
            max-width: 100%;
            height: auto;
            margin-bottom: 10px;
            border-radius: 4px;
            width: 50px !important;
        }

        .imagebox-slide:hover .imgThumb img {
            animation: toRightFromLeft .3s forwards;
            transition: .9s;
        }

        @keyframes toRightFromLeft {
            49% { transform: translate(100%) }
            50% { opacity: 0; transform: translate(-100%) }
            51% { opacity: 1 }
        }

        .imagebox h2 {
            font-size: 21px;
            line-height: 24px;
            color: #3fbbfb;
            font-weight: 700;
            margin: 0 0 10px;
            height: 50px;
            display: flex;
            justify-content: center;
            align-items: center;
        }

        .imagebox p {
            font-size: 18px;
            line-height: 28px;
            color: #707a95;
            font-weight: 400;
            text-align: center;
            height: 140px;
            overflow-y: scroll;
        }

        .imagebox p::-webkit-scrollbar, .iboost-testimonials .elementor-testimonial__text::-webkit-scrollbar{
            width: 5px;
        }

        .imagebox p::-webkit-scrollbar-track, .iboost-testimonials .elementor-testimonial__text::-webkit-scrollbar-track {
            border-radius: 10px;
        }

        .imagebox p::-webkit-scrollbar-thumb, .iboost-testimonials .elementor-testimonial__text::-webkit-scrollbar-thumb {
            background: #0f195b;
            border-radius: 10px;
        }

        .imagebox p::-webkit-scrollbar-thumb:hover {
            background: #0f195b;
        }    
    
.iboost-testimonials .elementor-testimonial__text{ height: 170px;overflow-y: scroll;
    padding-right: 5px} 
    
    .iboost-blogBox{ filter: drop-shadow(-4.225px 7.947px 10.5px rgba(3,120,181,.19))}
    
   
   
   
   
/*  .website-slide img {*/
/*    -o-object-fit: cover!important;*/
/*    object-fit: cover!important;*/
/*    height: 550px!important;*/
/*    border-radius: 30px!important;*/
/*    max-height: none!important;*/
/*    width: 100%*/
/*}*/
.website-slider .slick-track { display: flex !important; align-items: center; padding:50px 0px; justify-content:center;}
 .website-slide img{border-radius:25px;}

        .website-slide.is-left {
            transform: translateY(0) translateX(120px) perspective(700px) rotateY(30deg) scale(.8)!important;
          
            z-index: 1;
        }
        
        
        .website-slide.is-left .slide-title, .website-slide.is-right .slide-title{display:none}

        .website-slide.is-right {
            transform: translateY(0) translateX(-120px) perspective(700px) rotateY(-30deg) scale(.8)!important;
            
            z-index: 1;
        }

        .website-slide.is-left.nth-left {
            transform: translateY(0) translateX(310px) perspective(800px) rotateY(35deg) scale(.7)!important;
            z-index: 0;
        }
        
        .website-slide.is-right.nth-right {
            transform: translateY(0) translateX(-310px) perspective(800px) rotateY(-35deg) scale(.7)!important;
            z-index:-1;
            position: relative;
            
        }


        .website-slide.is-center {
           
            z-index: 8;
            display: block;
            position: relative;
            background:linear-gradient(0deg,#0f195b,#3fbbfb 99%,#3fbbfb);
            border-radius: 20px;
            overflow: hidden;
            padding: 20px;
            box-shadow: 0 15px 40px rgba(0, 0, 0, 0.25);
            width: 700px;
             transform: scale(1.05, 1.05);transition: all 0.4s ease-in-out;
        }


     

        .slide-title {
            margin-top: 15px;
            font-size: 18px;
            font-weight: 600;
            text-align: center;
            color: #fff;
        }

        @media (max-width: 768px) {
            
            .website-slide {
           
          margin:10px;
            background:linear-gradient(0deg,#0f195b,#3fbbfb 99%,#3fbbfb);
            border-radius: 20px;
            overflow: hidden;
            padding: 20px;
            box-shadow: 0 15px 40px rgba(0, 0, 0, 0.25);
             transition: all 0.4s ease-in-out;
        }
.website-slider .slick-track { display: flex !important; align-items: center; padding:0px; justify-content:center;}
 .website-slide img{border-radius:25px; max-width:100%; height:auto;}
            
        }

        @keyframes fadeInSlider {
            from { opacity: 0; transform: translateY(20px); }
            to { opacity: 1; transform: translateY(0); }
        } 






.carousel-slide.slick-slide img{display:inline !important;}

.home_businessblock_wrap{
    display: flex;
    align-items: center;
}
.home_businessblock_inner, .home_businessblock_num {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .2), 0 6px 20px 0 rgba(0, 0, 0, .19);
    border-radius: 50%;
    display: flex
;
    align-items: center;
    justify-content: center;
}

.home_businessblock_num {
    width: 100px;
    height: 100px;
    background-color: #fff;
    margin: 5px 10px 5px 0px;
}

    .home_businessblock_spin {
    border: 0;
    position: relative;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px;
    transform: rotate(45deg)
}

.home_businessblock_spin:after,.home_businessblock_spin:before {
    box-sizing: inherit;
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0
}
.home_businessblock_inner {
    width: 60px;
    height: 60px;
    transform: rotate(-45deg);
}

.home_businessblock_spin:before {
    border: 5px solid transparent;
    border-left-color: #152e70
}

.home_businessblock_spin:hover:before {
    border-color: #1658a2 #1658a2 #163c80 #152e70;
    transition: border-top-color .15s linear,border-right-color .15s linear .1s,border-bottom-color .15s linear .2s
}

.home_businessblock_spin:after {
    border: 0 solid transparent
}

.home_businessblock_spin:hover:after {
    border-top: 5px solid #1658a2;
    border-left-width: 5px;
    border-right-width: 5px;
    transform: rotate(270deg);
    transition: transform .4s linear 0s,border-left-width 0s linear .35s
}

.home_businessblock_circle {
    border-radius: 100%;
    box-shadow: none
}

.home_businessblock_circle:after,.home_businessblock_circle:before {
    border-radius: 100%
}

.home_businessblock_wrap:nth-child(2) .home_businessblock_spin:before {
    border-left-color: #152e70;
    border-bottom-color: #15377b
}

.home_businessblock_wrap:nth-child(3) .home_businessblock_spin:before {
    border-left-color: #152e70;
    border-bottom-color: #15377b;
    border-right-color: #205c9f
}

.home_businessblock_wrap:nth-child(4) .home_businessblock_spin:before {
    border-color: #286e8f #205c9f #15377b #152e70
}

.home_businessblock_num span {
    font-size: 27px;
    line-height: 19px;
    color: #324169;
    font-weight: 600
}
.home_businessblock_bottom:before {
    content: "";
    display: block;
    width: 37px;
    height: 359px;
    background-image: url('/wp-content/uploads/2025/08/linebar.webp');
    background-size: 100% 100%;
    background-position: 50%;
    background-repeat: no-repeat;
    position: absolute;
    top: 14px;
    left: 30px;
    z-index: -1;
}
.home_businessblock_content p {
    font-size: 20px;
    line-height: 23px;
    color: #707a95;
    font-weight: 600;
}





/* Make dots vertical */



#iheroslider .slick-dots {
    position: absolute;
   top: 10%;
    left: 20px;
    margin: 0;
    z-index: 9;
    width: 50px
}
#iheroslider ul.slick-dots li button:hover, #iheroslider ul.slick-dots li button:focus {background:#fff !important;}

#iheroslider ul.slick-dots li button {
    width: 11px;
    height: 11px;
    background-color: #fff;
    border-radius: 50%;
    float: left;
    margin-bottom: 5px
}

#iheroslider  .slick-dots li {
    display: block;
    list-style-type: none
}

#iheroslider  .slick-active button {
    height: 400%!important;
    border-radius: 10px!important
}

#iheroslider  button {
    display: block
}

#iheroslider .slick-dots li button:before {
    display: none
}
