
.new-case-study-hero {
    padding: 60px 0px;
    margin-top: 80px;
    text-align: center;
}

.new-case-study-hero h1 a {
    color: #fff !important;
    font-size: 80px;
    font-weight: 700;
}

.get_website {
    transition: .2s ease-in;
    height: 52px;
    border-radius: 7px;
    text-align: center;
    padding: 16px 35px;
    color: #000;
    position: relative;
    /* margin-top: 73px; */
    font-size: 20px;
    right: 0;
    top: 33px;
    background: linear-gradient(to right, #fff, #E1FF6A 60%);
}

.boder_bottom {
    border-bottom: 2px solid #E1FF6A;
    margin-top: 50px;
}

.new-solution_verticals {
    position: relative;
    padding: 60px 0px;
}

.new-solution_verticals h2 {
    color: #fff;
    font-weight: 600;
    font-size: 50px;
}

.new-solution_verticals h3 {
    color: #fff;
    font-weight: 600;
    font-size: 30px;
}

.new-solution_verticals p {
    font-size: 17px;
    line-height: 1.5;
    font-weight: 400;
    color: #fff ;
    position: relative;
    top:25px;
}

.images-wrappers {
    width: 100%;
}

.img-wrapper {
    width: 100%;
}

.new_case_listing li {
    color: #fff;
    /* --tcb-applied-color: #333; */
    /* --g-regular-weight: 300; */
    --g-bold-weight: 698;
    font-size: 17px;
    line-height: 1.6em;
    padding-bottom: 15px;
    margin-bottom: 0px;
    --tcb-typography-color: #fff;
    --tve-applied-color: #fff;
    --tcb-typography-font-size: 20px;
    --tcb-typography-line-height: 1.6em;
    font-weight: 400;
}

.new_seo_box {
 padding: 30px 25px !important;
 height: 315px;
 margin-right: 35px;
 margin-bottom: 35px;
 border:2px solid #fff;
 border-radius:15px;
}
.new_seo_box:hover{
-webkit-transform: scale(1.1) !important;
transform: scale(1.1) !important;

}
.keywords_heading {
    font-size: 30px;
    color: #fff !important;
}

.new_seo_box i {
    font-size: 40px;
    display: flex;
    color: #fff;
    justify-content: center;
}
.new_seo_box i:hover{
    color:#E1FF6A
}
.count-banner  {
    padding-top:30px;
}

@media only screen and (max-width: 768px) {
    .new_seo_box {
        margin:auto;
        position: relative;
    }
    .new_seo_box:hover{
        webkit-transform: scale(1.0) !important;
       transform: scale(1.0) !important;
        }
        .new-solution_verticals p{
            font-size: 16px !important;
            text-align: center;
        }
    .new-case-study-hero h1 a {
        font-size: 25px;
        margin-top: 50px;
    }
    .new_journey_img{
        margin-top: 20px !important;
        width: 350px !important;
    }
    .orgin-sreach-trafic{
      width: 350px !important;
    }
    .anniversaryContent .titlea i{
        font-size:34px !important
    }
    .new-solution_verticals h2{
        font-size:25px;
        text-align: center;
    }
    .new-solution_verticals h3{
        font-size:18px;
    }
    .new-solution_verticals{
        padding:30px 0px;
    }
    .count-banner{
        padding:30px 0px;
    }
    .seo-after-emeriosoft{
        width:350px !important;
        margin-top: 60px !important;
    }
     .new_seo_tcf{
        position: relative;
        top: 30px;
    } 
} 
.new-earth-listing li{
    color: #fff !important;
    line-height: 1.9;
}
.new-earth-listing li span{
    font-size: 18px;
    font-weight: 500;
}
.progress-sec {
    background: #000;
    padding: 60px 0px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.primary-hd {
    font-size: calc(1rem + 2.1vw);
    font-weight: 500;
    text-transform: capitalize;
}
.para {
    font-size: calc(.5rem + .733vw);
    line-height: 1.4;
}
.progress-area {
    display: flex;
    align-content: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
}
.block {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 180px;
    height: 180px;
    border-radius: 50%;
}
.progress-number {
    position: absolute;
    top: -82px;
    transform: translateY(35%);
    font-size: calc(1rem + 4vw);
    -webkit-text-fill-color: #fff;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #e9e9e975;
}
.progress-number span {
    color: #e9e9e9;
}
.proc-box {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: calc(100% - 50px);
    height: calc(100% - 50px);
    border-radius: 50%;
    background-color: transparent;
    box-shadow: 0 0 5px 3px transparent;
}
.proc-box:before {
    position: absolute;
    content: "";
    width: calc(100% + 28px);
    height: calc(100% + 28px);
    border-radius: 50%;
    border: 2px solid #E1FF6A;
}
.dots {
    display: block;
    position: absolute;
    z-index: 2;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    transition: 2s transform, 2s opacity ease;
}
.dots:after {
    position: absolute;
    content: "";
    width: 20px;
    height: 20px;
    top: 2px;
    left: 50%;
    border-radius: 50%;
    background-color: #fff;
    transform: translate(-50%);
}
.svg {
    position: absolute;
    width: 100%;
    height: 100%;
    fill: none;
    transform: rotate(-90deg);
}.circle {
    stroke: #000;
    stroke-width: 2px;
    stroke-dasharray: 0;
    stroke-dashoffset: 503;
    animation-duration: 2s;
    animation-timing-function: linear;
    animation-fill-mode: forwards;
    transition: 2s stroke-dashoffset;
}
.progress-number {
    position: absolute;
    transform: translateY(35%);
    font-size: calc(1rem + 4vw);
    background: linear-gradient(to right, #fff, #E1FF6A 60%);
    -webkit-background-clip:text;
    -webkit-text-fill-color:transparent;

}
body {
   
   
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    color: #fff;
}
.m-intro {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 600px;
    margin: 0 auto;
    min-width: 785px;
    overflow: hidden;
    position: relative;
}
.m-intro:before, .m-intro:after {
    display: block;
    content: " ";
    width: 2560px;
    height: 2560px;
    position: absolute;
    margin-top: -1280px;
    margin-left: -1280px;
    transform-origin: center;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 50;
    top: 50%;
    left: 50%;
}
.m-intro:before {
    background-image: url("/case-studies/assets/images/circle-inner.png");
    background-size: 100% auto;
    -webkit-animation: rotate 30s infinite linear;
    -moz-animation: rotate 30s infinite linear;
    -o-animation: rotate 30s infinite linear;
    animation: rotate 30s infinite linear;
}
.m-intro:after {
    background-image: url("/case-studies/assets/images/circle-outer.png");
    background-size: 100% auto;
    -webkit-animation: rotate 80s infinite linear;
    -moz-animation: rotate 80s infinite linear;
    -o-animation: rotate 80s infinite linear;
    animation: rotate 80s infinite linear;
}
.m-intro .e-text {
    width: 785px;
    position: relative;
    z-index: 100;
}
.m-intro .e-text h1 {
    color: transparent;
    margin: 0;
    text-transform: uppercase;
    font-size: 70px;
    line-height: 100px;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    margin: 30px 0;
    position: relative;
    -webkit-text-stroke-width: 3px;
    -webkit-text-stroke-color: white;
}

.m-intro .e-text .subtitle {
    font-weight: 600;
    text-transform: uppercase;
}
.m-intro .e-text .preamble {
    max-width: 80%;
    display: block;
    margin: 0 auto;
}
.e-particles-orange {
    position: absolute;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    z-index: 5;
    width: 1000px;
    height: 600px;
    opacity: 0.4;
    transform: translate(-50%, -50%);
}
.e-particles-blue {
    position: absolute;
    top: 0%;
    left: 0%;
    z-index: 5;
    width: 100%;
    height: 100%;
    opacity: 0.1;
}
@media only screen and (max-width: 768px) {

.progress-number{
    top: 0 !important;
}

    .m-intro:before {
       display: block !important;

}
.m-intro::after {
    display: none !important;

}
.m-intro{
    min-width: 100%;
    min-height: 100%;
}
.m-intro .e-text h1{
    font-size: 30px !important;
    line-height: 70px;
}
}
.about-casestydy{
    padding: 60px 0px;
}
.about-casestydy .right-col .generic--head {
    width: 30.9375em;
    margin: 6.8761em auto 0 auto;
}
.grid-layout{
    padding: 60px 0px;
}
.twocol-row {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}
.grid-layout .col-left {
    display: flex;
}
.col-60 {
    width: 60%;
}
.grid-layout .img-wrapper {
    transition: .5s;
    overflow: hidden;
}
.grid-layout .leftimg {
    width: 38.75em;
}
.grid-layout .midimg {
    width: 16.5em;
    padding-left: 1.875em;
}
.grid-layout .img-wrapper img {
    transition: .5s;
}
.grid-layout .col-right {
    display: flex;
}
.col-40 {
    width: 40%;
}
.grid-layout .rightimg {
    padding-left: 12.6875em;
}
.rightimg:hover img {
    transform: scale(1.1);
}
.leftimg:hover img {
    transform: scale(1.1);
}
.midimg:hover img {
    transform: scale(1.1);
}
.generic--head__sec-para{
    font-size: 17px;
    line-height: 1.5;
    font-weight: 400;
    color: #fff;
    position: relative;
    top: 25px;
}
.about-casestydy .right-col .generic--head {
    width: 30.9375em;
    margin: 6.8761em auto 0 auto;
}
.generic--head__sec-para {
    font-size: 17px;
    line-height: 1.5;
    font-weight: 400;
    color: #fff;
    position: relative;
    top: 25px;
}
@media only screen and (max-width: 768px) {
    .right-col{
        margin-top: 20px;
    }
    .grid-layout .col-left {
        width: 100%;
        margin-bottom: 0;
    }
    .grid-layout .midimg {
        width: inherit;
        padding-left: .875em;
    }
    .grid-layout .col-right {
        width: 100%;
    }
    .grid-layout{
        display: none !important;
    }
    .about-casestydy .right-col .generic--head{
        margin: 10px 0px;
    }
    .new-solution_verticals p{
        text-align: center;
    }
}
.our-brands {
    background: #e4e4e4;
    margin-bottom: 5.75em;
}
.twocol-row {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}
.col-40 {
    width: 40%;
}
.img-wrapper {
    width: 100%;
}
.col-60 {
    width: 60%;
}
