
@font-face { font-family: TRY Vesterbro; font-style: italic; font-weight: 400; src: url("../font/TRY Vesterbro/TRYVesterbro-Regular.otf"); }
@font-face { font-family: TRY Vesterbro; font-style: normal; font-weight: 800; src: url("../font/TRY Vesterbro/TRYVesterbro-Extrabold.otf"); }
@font-face { font-family: TRY Vesterbro; font-style: normal; font-weight: 300; src: url("../font/TRY Vesterbro/TRYVesterbro-Poster.otf"); }
@font-face { font-family: TRY Vesterbro; font-style: italic; font-weight: 600; src: url("../font/TRY Vesterbro/TRYVesterbro-Light.otf"); }
@font-face { font-family: TRY Vesterbro; font-style: italic; font-weight: 500; src: url("../font/TRY Vesterbro/TRYVesterbro-Medium.otf"); }
@font-face { font-family: TRY Vesterbro; font-style: italic; font-weight: 700; src: url("../font/TRY Vesterbro/TRYVesterbro-Bold.otf"); }
html {
    margin: 0px !important;
    padding: 0px !important;
}

body {font-size: 17px;font-family: Plus Jakarta Sans;font-weight: 500;overflow-x: hidden!important;line-height: 29px;color: #010205;}
a {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    text-decoration: none;
}
ul {
    margin: 0;
    padding: 0;
}
html {
    font-size: 16px
}
.logo img {
}

a { text-decoration:none; color: inherit;}
a:hover { text-decoration:none; color: inherit;}
img { max-width:100%;}
.container {max-width: 1280px!important;margin:0 auto;position:relative}


.menu-icon{
    display: none;
}

.close-icon{
    display: none;
}

.navBar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 0px;
}

#myNav ul li {
    display: inline-block;
    position: relative;
    padding: 15px 0px;
    color: #010205;
}


#myNav ul li a {
    font-size: 16px;
    padding: 9px 22px;
    border-radius: 33px;
}

.header {
    padding-top: 0px;
    transition: 2s linear ease-in-out;
    position: absolute;
    width: 100%;
    z-index: 9;
}

.header .main_nav {
    /* background: #fff; */
}

.header .main_nav .navigation {
    display: flex;
    justify-content: space-between;
    /* width: 72%; */
    align-items: center;
}

.navBar .logo img {
}

.header .main_nav .ecomm-links ul li img {
    height: 21px;
}

.header .main_nav .ecomm-links ul li {
    padding: 5px!important;
}

ul li.last a {
    border: 1px solid #131212;
    padding: 12px 22px;
    border-radius: 50px;
    font-size: 15px;
    background: #7C3AED;
    color:#fff;
    border: 1px solid #7C3AED;
}


section.mainBanner{
    background: url(../img/banner.png);
    background-size: cover;
    background-position: top;
    background-color: #fff;
    /* height: 104vh; */
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

section.mainBanner:after {
    content: "";
    position: absolute;
    background: #ffffff8c;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
}

section.mainBanner .bannerflex {
    z-index: 2;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-top: 120px;
}

section.mainBanner .bannerflex .bannerContent {
    width: 51%;
}

section.mainBanner .bannerflex .bannerContent .titile span {
    font-weight: 600;
}

section.mainBanner .bannerflex .bannerContent .titile {
    font-size: 20px;
    font-family: Plus Jakarta Sans;
    line-height: 41px;
    font-weight: 500;
    letter-spacing: 0.2px;
}

section.mainBanner .bannerflex .bannerContent .mainTitle {
    position: relative;
    font-family: TRY Vesterbro;
    font-size: 72px;
    font-weight: 700;
    line-height: 88px;
    letter-spacing: -0.02em;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    padding-top: 11px;
    padding-bottom: 25px;
}

section.mainBanner .bannerflex .bannerContent .mainTitle .shadeimg1 {position: absolute;bottom: 30%;z-index: -1;}

section.mainBanner .bannerflex .banner-form {
    width: 38%;
}

section.mainBanner .bannerflex .banner-form .formArea {
    background: url(../img/form-Mask.png);
    background-size: cover;
    background-position: bottom;
    padding: 27px 38px;
    border-radius: 12px;
    text-align: center;
    color: #fff;
}

section.mainBanner .bannerflex .banner-form .formArea .formTitle {
    font-family: TRY Vesterbro;
    font-size: 27px;
    font-weight: 700;
    line-height: 36px;
    padding-bottom: 22px;
}

section.mainBanner .bannerflex .banner-form .formArea .form-control {
    background: #0c0b0b36;
    color: #fff;
    padding: 14px 14px 14px 38px;
    font-size: 14px;
    border: 1px solid #ffffff85;
}

section.mainBanner .bannerflex .banner-form .formArea .form-group {
    padding-bottom: 15px;
}

section.mainBanner .bannerflex .banner-form .formArea .form-control::placeholder {
    color: #fff;
}

.glb-btn button, .glb-btn input {
    background: #e7dbf9;
    width: 100%;
    padding: 12px;
    font-weight: 600;
    border-radius: 42px;
    border: none;
}

.callOption {
    padding-top: 17px;
    font-size: 16px;
}

section.brands {
    text-align: center;
    position: relative;
    padding: 60px 0px;
}

.heading {
    padding-bottom: 12px;
}

.heading .headingTitle {
    font-family: auto;
    font-size: 38px;
    line-height: 45px;
}

.heading .headingTitle span {display: block;font-weight: 700;font-family: 'TRY Vesterbro';}

section.brands .btands-list ul {
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

section.brands .btands-list ul li {
    width: 14%;
    margin: 1%;
}

section.brands .btands-list ul li .brand-img .img {
    width: 100%;
    height: 118px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #dbdbdb;
    padding: 10px;
}

section.brands .btands-list ul li .brand-img .img img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    filter: grayscale(1);
}

section.brands .btands-list ul li:hover .brand-img .img img {
    filter: grayscale(0);
}

.businessRequiresArea{
    background: url(../img/bussiness-mask.png);
    background-size: cover;
    background-position: left;
    padding: 64px 60px 40px 60px;
    text-align: center;
    border-radius: 14px;
   
}

section.business-requires {
    padding: 60px 0px;
}

section.scroll.business-requires.howMake {
    padding: 30px 0px;
}

section.business-requires .letstalk-flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

section.business-requires .letstalk-flex .content p {
    margin: 0px;
}

section.business-requires .letstalk-flex .content p span {
    font-weight: 600;
    display: block;
    text-align: left;
}

.businessRequiresArea .heading, .businessRequiresArea .txt {
    margin: 0px auto;
    width: 78%;
}

section.business-requires .borderLine {
    width: 46%;
    border-bottom: 1px dashed;
    margin: 48px auto;
    position: relative;
}

section.business-requires .borderLine:before, section.business-requires .borderLine:after {
    content: "";
    width: 7px;
    height: 7px;
    background: #3f3c3c;
    display: inline-block;
    border-radius: 50%;
    position: absolute;
    left: 0px;
    top: -3px;
}

section.business-requires .borderLine:before {
    left: auto;
    right: 0px;
}

section.business-requires .letstalk-flex .lets-btn a {
    background: #010205;
    color: #fff;
    padding: 12px 32px;
    border-radius: 30px;
    font-size: 16px;
}

section.business-requires .letstalk-flex .lets-btn a i {
    padding-left: 12px;
}

.bulbImg {
    position: absolute;
    width: 100%;
    top: -50px;
    left: 0px;
}

.bulbImg .img {
    width: 100px;
    height: 100px;
    margin: 0px auto;
    background: #fff;
    border-radius: 50%;
    animation: zoom 30s infinite;
    -webkit-animation: zoom 2s infinite;
}

.bulbImg .img img {
    width: auto;
    height: auto;
    max-height: 100%;
}

 @keyframes zoom {
        0% {
          width: 80px;
            height:80px;
        }
        50% {
          width: 100px;
            height:100px;
        }
        100% {
         width: 80px;
            height:80px;
        }
      } 

section.newProject {}

section.newProject .sectionNew {
    width: 100%;
    margin: 0px auto;
    padding: 27px 38px;
    background: #b491f1;
    margin-top: -132px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    border-radius: 12px;
}

section.newProject .sectionNew .contnet {
    width: 42%;
}

section.newProject .sectionNew .projectPoint {
    width: 44%;
}

section.newProject .sectionNew .projectPoint .list ul li {
    list-style: none;
}

section.newProject .sectionNew .projectPoint .list ul li .pro-point {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 22px 0px;
}

section.newProject .sectionNew .projectPoint .list ul li .pro-point img {
    width: 66px;
}

section.newProject .sectionNew .projectPoint .list ul li .pro-point .txt {
    width: calc(100% - 86px);
}

section.newProject .sectionNew .heading {
    padding: 0px;
}

section.services {
    padding: 60px 0px;
    position: relative;
    text-align: center;
}

section.services .servivceList ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    text-align: left;
    padding-top: 32px;
}

section.services .servivceList ul > li {
    width: 31.33%;
    margin: 1%;
    list-style: none;
    justify-content: center;
    background: #FFFFFF;
    padding: 30px;
    border-radius: 10px;
    border: 1px solid #E5E7EB;
}

section.services .servivceList ul li .serviceImg img {
    width: 59px;
}

section.services .servivceList ul li .serviceTitle {
    /* font-family: TRY Vesterbro; */
    font-size: 18px;
    font-weight: 700;
    line-height: 30px;
    margin: 0px 0px 28px 0px;
    width: calc(100% - 100px);
}

section.happyClient {
    padding: 30px 0px;
    text-align: center;
    position: relative;
    color: #fff;
}

section.happyClient:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 60%;
    top: 0px;
    left: 0px;
    z-index: -1;
    background: #010205;
}

section.happyClient .txt, .heading p {
    width: 75%;
    margin: 0px auto;
}

section.happyClient .clientVideo {
    position: relative;
    margin-top: 32px;
    width: 62%;
    margin: 60px auto 0px auto;
}

section.happyClient .clientVideo .quoteIcon {
    position: absolute;
    left: -45px;
    top: -45px;
    width: 90px;
    height: 90px;
    background: #000;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 40px;
    box-shadow: 0px 0px 10px #403e3e;
}


section.testimonials .owl-stage {
    display: flex;
}

section.testimonials .owl-stage .owl-item {
    /* border: 1px solid #0102051A; */
    box-shadow: 0px 8.15px 6.52px 0px #dbd8df;
    padding: 24px;
    position: relative;
    overflow: auto;
    background: #F5F3FF;
    margin: 10px!important;!importan;!importa;!import;!impor;!import;!importa;!importan;!importany;!importanyt;!importanyty;!importanyt;!importany;!importan;!importa;!import;!impor;!impo;!imp;!im;!i;!;
}

section.testimonials .owl-stage .owl-item .quoteIcon {
    font-size: 28px;
    color: #7C3AED;
}

.owl-carousel .owl-stage-outer {
}

section.testimonials .owl-stage .owl-item .starts i {
    color: #f8d254;
    margin: 10px 1px;
    font-size: 17px;
}

section.testimonials .owl-stage .owl-item .name span {
    font-weight: 700;
    display: block;
    color: #000;
    line-height: 22px;
}

section.testimonials .owl-stage .owl-item .name {
    font-size: 15px;
    color: #554f4f;
    margin-top: 26px;
}

.owl-theme .owl-dots .owl-dot span {
    margin: 0px!important;!importan;!importa;!import;!impor;!impo;!imp;!im;!i;!;
    width: 29px!important;!importan;!importa;!import;!impor;!impo;!imp;!im;!i;!;
    height: 13px!important;!importan;!importa;!import;!impor;!impo;!imp;!im;!i;!;
    background: #06060630 !important;!importan;!importa;!import;!impor;!impo;!imp;!im;!i;!;
}

.owl-nav {
    display: none;
}

.owl-dots {
    margin-top: 21px;
}


section.ourClient, section.ourPortfolio{
    background: url(../img/bussiness-mask.png);
    background-size: cover;
    background-position: top;
    padding: 40px 0px 60px 0px;
    position: relative;
    margin-top: 60px;
}


section.business-requires.howMake .businessRequiresArea {
    background: #fff;
    padding: 0px;
    margin: 0px  auto;
    width: 86%;
}

section.tabsSection {
    padding: 30px 0px 40px 0px;
    text-align: center;
    background: #eae2f5;
}

section.tabsSection ul.nav.nav-pills {
    display: flex;
    justify-content: center;
}

section.tabsSection ul.nav.nav-pills a.nav-link.active {
    background-color: #ffffff00;
    color: #000;
}

section.tabsSection ul.nav.nav-pills a.nav-link .tabImg img {
    width: 106px;
}

section.tabsSection ul.nav.nav-pills li.nav-item {
    width: 12%;
}

section.tabsSection ul.nav.nav-pills a.nav-link h3 {
    font-size: 16px;
    margin: 14px 0px 10px 0px;
    color: #000;
    line-height: 23px;
}

section.tabsSection ul.nav.nav-pills a.nav-link.active h3 {
    font-weight: 600;
    /* color: #c453e8; */
}

.tabContent {
    margin: 0px auto;
    width: 92%;
    margin-top: -19px;
    background: #fff;
    border: 1px solid #E5E7EB;
    padding: 44px 44px 44px 44px;
    border-radius: 16px;
}

.tabContent h3 {
    margin-bottom: 15px;
    font-weight: 600;
}

.tabContent .tag {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 10px;
}


section.tabsSection ul.nav.nav-pills li.nav-item a.active .activeArrow {
    display: block;
    /* display: none; */
}

section.tabsSection ul.nav.nav-pills li.nav-item a .activeArrow {
    display: none;
}

footer {
    background: url(../img/bussiness-mask.png);
    background-size: cover;
    background-position: top;
    padding: 60px 0px 0px 0px;
    font-size: 15px;
}

footer .footerflex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    position: relative;
    z-index: 1;
}

footer .footerflex .addArea {
    width: 38%;
    color: #fff;
    border-radius: 13px;
    padding: 32px;
    z-index: 1;
    background: url(../img/add-Mask.png);
    background-size: cover;
    background-position: bottom;
    padding: 32px 44px;
    border-radius: 12px;
    background-repeat: no-repeat;
}

footer .footerflex .addArea .formSec {
    width: 34%;
}

footer .footerflex .formSec {
    width: 62%;
    z-index: 1;
    padding: 44px;
}

footer .footerflex:after {
    content: :: ;
}

.copyright {
    text-align: center;
    padding-top: 10px;
        font-size: 15px;
}

.rating img {
    padding-right: 12px;
}

footer .footerflex .addArea .addlist ul li {
    width: 100%;
    list-style: none;
    margin: 14px 0px;
}

footer .footerflex .addArea .addlist ul li .addArea {
    width: 100%;
    padding: 0px;
    display: flex;
    justify-content: space-between;
    background: none;
}

footer .footerflex:after {
    content: "";
    position: absolute;
    width: 78%;
    background: #fff;
    height: 100%;
    right: 0px;
    z-index: 0;
    border-radius: 16px;
}

footer .footerflex .formSec .form-control {
    border: none;
    border-bottom: 1px solid #434040;
    border-radius: 0px;
    padding: 10px 10px 10px 22px;
    font-size: 13px;
}

footer .footerflex .formSec .form-group {
    margin-bottom: 22px;
}

footer .footerflex .formSec .glb-btn {
    width: 58%;
    margin: 0px auto;
}

footer .footerflex .addArea .headingTitle {
    font-family: TRY Vesterbro;
    font-size: 30px;
    font-weight: 700;
    line-height: 44px;
    letter-spacing: -0.02em;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    text-align: center;
    margin-bottom: 12px;
}

footer .footerflex .addArea .txt {
    text-align: center;
}

footer .footerflex .addArea .addlist ul li .addArea .txt {
    width: calc(100% - 44px);
    text-align: left;
}

footer .footerflex .addlist {
    margin-top: 45px;
}

footer .socialMedia {
    margin-top: 36px;
}

footer .socialMedia ul {
    display: flex;
    list-style: none;
}

footer .socialMedia ul li {
    font-size: 21px;
    background: #f6d63f;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 4px;
    color: #000;
    font-size: 17px;
}

footer .footerflex .formSec label {
    font-size: 14px;
}

section.ourClient .heading {
    text-align: center;
}

section.ourClient .txt {
    text-align: center;
    width: 72%;
    margin: 0px auto;
}

section.ourClient .clientArea {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
}

section.ourClient .clientArea .clinet-content {
    width: 42%;
    text-align: left;
    /* color: #fff; */
    font-size: 16px;
    line-height: 27px;
}

section.ourClient .clientArea .clinet-content .txt {
    text-align: left;
    width: 100%;
}

section.ourClient .clientArea .web-img {
    width: 50%;
}

section.ourClient .ClientSlider:after {
    content: "";
    background: #ffffff;
    position: absolute;
    bottom: 0px;
    left: 0pc;
    width: 69%;
    height: 100%;
    left: -15%;
}

section.ourClient .clientArea .clinet-content .c-logo img {
    width: auto;
    margin-bottom: 22px;
    height: 56px;
}

section.ourClient .clientArea .clinet-content .tags {
    
    color: #7C3AED;
    display: none;
}

section.ourClient .clientArea .clinet-content .link {
    margin-top: 32px;
}

section.ourClient .clientArea .clinet-content .link {
    background: #7C3AED;
    width: max-content;
    padding: 10px 31px;
    border-radius: 28px;
    color: #000;
    font-size: 15px;
}

section.ourClient .clientArea .clinet-content .link i {
    padding-left: 10px;
}

section.ourClient .owl-dots {
    text-align: left;
    display: flex;
    margin-top: 42px;
    z-index: 9;
    position: relative;
}

section.ourClient .owl-dots span {
    margin: 0px!important;!importan;!importa;!import;!impor;!impo;!imp;!im;!i;!;
    width: 14px!important;!importan;!importa;!import;!impor;!impo;!imp;!im;!i;!;
    height: 14px!important;!importan;!importa;!import;!impor;!impo;!imp;!im;!i;!;
}

#myNav ul li a:hover{
    color: #000000;
    font-weight: 600;
}
#myNav ul li a:before {
    content: '';
    width: 10px;
    height: 10px;
    background: #000000;
    display: inline-block;
    position: absolute;
    bottom: 4px;
    left: 50%;
    margin-left: -5px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -moz-transform: scale(0, 0);
    -ms-transform: scale(0, 0);
    -webkit-transform: scale(0, 0);
    transform: scale(0, 0);
    -moz-transition: -moz-transform .3s cubic-bezier(0.61, 0, 0.405, 1.63);
    -o-transition: -o-transform .3s cubic-bezier(0.61, 0, 0.405, 1.63);
    -webkit-transition: -webkit-transform .3s cubic-bezier(0.61, 0, 0.405, 1.63);
    transition: transform .3s cubic-bezier(0.61, 0, 0.405, 1.63)
}
#myNav ul li:hover a:after, #myNav ul li.active a:after {
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1)
}

section.business-requires .letstalk-flex .lets-btn a:hover {
    background: #ffffff;
    color: #010205;
}

ul li.last:hover a:after {
    display: none;
}

ul li.last:hover a {
    background: #6D28D9;
    color: #fff;
    /* border: 1px solid #7317b6; */
}

.shadeimg2 {
    position: absolute;
    right: 25%;
    width: 40%;
    bottom: 1px;
    z-index: -1;
}

.glb-btn button:hover {
    background: #ffffff;
    color: #000;
}

section.services .servivceList ul li .txt {
    font-size: 16px;
}

section.services .servivceList ul li:nth-child(2) {
    /* background: linear-gradient(45deg, #eaffea, #c0ffb8a1); */
}

section.services .servivceList ul li:nth-child(3) {
    /* background: linear-gradient(45deg, #d4d7ff, #d0f9ff); */
}

section.services .servivceList ul li:nth-child(4) {/* background: linear-gradient(45deg, #fff7d3, #fff8bb); */}

section.services .servivceList ul li:nth-child(5) {
    /* background: linear-gradient(45deg, #e0fffe, #b4f4f8); */
}

section.testimonials .owl-stage .owl-item .txt {
    font-size: 16px;
    line-height: 25px;
    margin-top: 7px;
    height: 166px;
    overflow: hidden;
}

.web-technology {
    width: 100%;
    background-color: #fff;
    text-align: center;
    padding: 40px 0px;
    /* background: linear-gradient(45deg, #dab1d8, #f5dfb873); */
    /* background: url(../img/banner.png); */
    background-size: cover;
    background-position: top;
    /* padding: 30px 0px; */
    position: relative;
    background-color: #ffffff;
}
.webTech {
    display: flex;
    flex-wrap: wrap;
    justify-content: center
}
.webTech li {
    /* flex-basis: 11%; */
    /* margin: 1rem; */
}
.webTech li img {
    width: 50%
}
.webTech li {
    border: 1px solid #c1c1c1;
    border-radius: 50%;
    width: 142px;
    height: 142px;
    justify-content: center;
    align-items: center;
    display: flex;
    flex-direction: column;
    color: #5B6987;
    font-size: 16px;
    transition: .5s ease-in-out;
    background: #fff;
    margin: 1%;
/*    box-shadow: 0px 0px 10px #e5dddd;*/
}
.webTech li:hover {
    transform: scale(1.09);
}

.web-technology .txt {
    width: 78%;
    margin: 0px auto;
    font-size: 17px;
}

section.mainBanner .bannerflex .bannerContent .btands-list ul {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

section.mainBanner .bannerflex .bannerContent .btands-list ul li {
    width: 18%;
    margin: 1%;
    border: 1px solid #c4c4c4;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px;
    height: 89px;
    border-radius: 3px;
        background: #fff;
}

section.mainBanner .bannerflex .bannerContent .btands-list h2.headingTitleh2 {
    margin: 42px 0px 11px 0px;
}

section.mainBanner .bannerflex .bannerContent .btands-list h2.headingTitleh2 {
    font-weight: 700;
    display: block;
    font-size: 24px;
    line-height: 42px;
}

.footerflex .glb-btn button:hover {
    background: #010205;
    color: #ffffff;
}

.owl-theme .owl-dots .owl-dot.active span {
    background: #1c1c1b !important;
}

.header.fixed {
    position: fixed;
    width: 100%;
    background: #ffffff;
    box-shadow: 0px 0px 10px #d4d4d4;
        top: 0px;
}

footer .socialMedia ul li:hover {
    background: #fff;
}

.screnshort ul li:before {
    content: "\2714";
    padding-right: 10px;
}

.screnshort ul li {
    padding: 0px 0px 4px 0px;
        list-style: none;
}

[id] {
    scroll-margin-top: calc(4.5rem + 1.5rem)
}

html {
  scroll-behavior: smooth;
}

ul li.last.active a, ul li.last:hover a {
    background: #7C3AED;
    color: #fff;
    border: 1px solid #E5E7EB;
}
ul li.last a:after{
    display: none;
}

section.happyClient .clientVideo .clientImg {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

section.happyClient .clientVideo .palyIcon {
    position: absolute;
    cursor: pointer;
}

button.btn-close {
    position: absolute;
    top: 0px;
    background-color: #ffe606;
    opacity: 1;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    font-size: 11px;
    right: 0px;
    z-index: 9;
    border: 2px solid #ffe606;
}

.modal-header {
    padding: 0px;
}

section.tabsSection ul.nav.nav-pills li.nav-item a.nav-link {
    text-align: center;
    display: block;
    /* display: flex; */
    padding: 0px;
}

section.tabsSection ul.nav.nav-pills li.nav-item a.nav-link img.active {
    display: none;
}

section.tabsSection ul.nav.nav-pills li.nav-item a.nav-link.active img.active {
    display: block;
}

section.tabsSection ul.nav.nav-pills li.nav-item a.nav-link.active img.notActive {
    display: none;
}

section.tabsSection ul.nav.nav-pills li.nav-item a.nav-link .tabImg {
    display: flex;
    justify-content: center;
}

section.ourClient .ClientSlider {
    padding: 60px 0px;
    position: relative;
    margin-top: 60px;
}

section.ourClient .clientArea .clinet-content .link:hover {
    color: #fff;
    background: #000;
}

.palyIcon img:hover {
    -webkit-animation: zoom 2s infinite;
}

section.ourClient .vectorImg {
    position: absolute;
    bottom: 60px;
    z-index: 4;
    left: 27%;
}


.owl-stage-outer {
    z-index: 2;
}

ul.nav-list li {
    list-style: none;
}

section.services .servivceList ul li .service-content {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

section.services .servivceList ul li .service-content .serviceImg {
    width: 100px;
    margin-bottom: 28px;
}

button.btn-close:hover {
    opacity: 1;
}

section.scroll.testimonials {
    padding-left: 8%;
}

*:focus {
    outline: none;
    box-shadow: none;
}

input:focus {
 outline: none;
}

.form-control:focus {
    box-shadow: none;
}

.tabContent .tag span {
    display: block;
    width: fit-content;
    font-size: 14px;
    background: #ffffffc7;
    margin: 5px;
    padding: 7px 20px;
    border: 1px solid #ffffff;
    border-radius: 7px;
    text-transform: capitalize;
}


section.tabsSection ul.nav.nav-pills li.nav-item a.active .activeArrow img {
    width: 25px;
}

br {
    display: none;
}

.buttonLink {
    background: #7C3AED;
    padding: 6px 22px;
    font-size: 15px;
    border-radius: 10px;
    margin-top: 10px;
    width: fit-content;
        color: #fff;
}

.buttonLink i {
    padding-left: 7px;
}

section.newProject .sectionNew {
    position: relative;
}

section.newProject .sectionNew .vector {
    position: absolute;
    bottom: 0px;
    right: 0px;
}

section.about-us {
    width: 100%;
    padding: 60px 0px 30px 0px;
}

section.about-us .about-flex {
    display: flex;
    align-items: center;
    width: 100%;
    flex-wrap: wrap;
    padding: 22px 0px;
}

.about-flex {}

section.about-us .about-flex .fl {width: 50%;position: relative;}

section.about-us .about-flex .fr {
    width: 49%;
    padding: 32px 0px;
}

section.about-us .about-flex:after {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    background: #7C3AED;
    width: 30%;
    height: 100%;
    z-index: -1;
}

section.about-us .about-flex .fl .about-img img {
    width: 82%;
    z-index: 1;
    position: relative;
    margin-left: 20px;
}


.heading h3 {
    font-size: 21px;
    padding-top: 10px;
    color: #cfbaf9;
}

section.scroll.testimonials .heading {
    text-align: center;
}

.form-group {
    position: relative;
}

section.mainBanner .bannerflex .banner-form .formArea .form-group i {
    position: absolute;
    left: 14px;
    top: 18px;
}

footer .footerflex .formSec .form-group i {
    position: absolute;
    top: 44px;
    font-size: 15px;
}

.buttonLink i {
    display: none;
}

section.happyClient .clientVideo .clientImg .img img {
    border: 4px solid #cfbaf9;
}

section.happyClient .clientVideo .clientImg .palyIcon .img img {
    border: none;
}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px #000000 inset !important;
    -webkit-text-fill-color: #ffffff !important;
    transition: background-color 5000s ease-in-out 0s;
}

.footer input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px #ffffff inset !important;
    -webkit-text-fill-color: #000000 !important;
    transition: background-color 5000s ease-in-out 0s;
}

div#captcha, div#captcha2 {
    text-align: left;
    font-size: 14px;
    line-height: 21px;
    padding-top: 9px;
    color: #f6d63f;
}

div#captcha2 {
     color: red; 
}

span#typing-text {
    display: block;
    height: 189px;
}


section.about-us.new .about-flex {
    align-items: normal;
    justify-content: space-between;
}

section.about-us.new .about-flex .fr {
    padding: 0px;
}

section.about-us.new .about-flex {
    padding: 0px;
}

section.about-us.new .about-flex:after {
    display: none;
}


section.about-us.new .about-contnet {
    position: sticky;
    top: 110px;
    /* height: 100%; */
}

section.about-us.new {
    padding: 60px 0px;
    color: #fff;
}

section.about-us.new .about-flex .fl {
    width: 21%;
}

section.about-us.new .about-flex .fl ul li img {
    display: none;
}

section.about-us.new .about-flex .fl ul li {
    list-style: none;
    padding: 10px 0px 40px 0px;
}

section.about-us.new .about-flex .fl ul li h3, section.about-us.new .heading .headingTitle {
    -webkit-text-fill-color: transparent;
    background-image: linear-gradient(175deg, #F8D254 0%, #EB6A8C 100%);
    -webkit-background-clip: text;
    background-clip: text;
    font-size: 58px;
    font-weight: 800;
    line-height: 73px;
    font-family: 'Plus Jakarta Sans';
}

section.about-us.new .about-flex .fl ul li h4 {
    /* -webkit-text-fill-color: transparent; */
    /* background-image: linear-gradient(180deg, #f8d254 0%, #ff1212 100%); */
    /* -webkit-background-clip: text; */
    /* background-clip: text; */
    font-size: 17px;
    /* font-weight: 800; */
    text-transform: uppercase;
}

section.about-us.new br {
    display: block;
}

section.services .heading {
    color: #fff;
}

section.services .heading h2.headingTitle {
    color: #fff;
}


section.mainBanner .bannerflex .bannerContent .btands-list ul li:nth-child(2) {
    order: 5;
}

section.mainBanner .bannerflex .bannerContent .btands-list ul li:nth-child(5) {
    order: 2;
}

section.mainBanner .bannerflex .bannerContent .btands-list ul li:nth-child(1) {
    order: 1;
}

section.mainBanner .bannerflex .bannerContent .btands-list ul li:nth-child(3) {
    order: 3;
}

section.mainBanner .bannerflex .bannerContent .btands-list ul li:nth-child(4) {
    order: 4;
}

/*new---------------------------------------------*/

section.case_stydy {
    padding: 170px 0px 60px 0px;
    background: red;
}

section.case_stydy .ourWork {
    padding-bottom: 30px;
    text-transform: uppercase;
    font-weight: 600;
    display: none;
}

section.case_stydy .ourWork img {
    width: 45px;
    margin-right: 10px;
}

section.case_stydy .caseSection {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

section.case_stydy .caseSection .Stocks {
    width: 30%;
}

section.case_stydy .caseSection .case-txt {
    width: 52%;
}

section.overview {
    padding: 60px 0px 0px 0px;
    /* text-align: center; */
}

section.overview .heading .headingTitle {font-size: 54px;font-weight: 600;}

section.overview .overview-flex {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
}

section.overview .overview-flex .heading {
    width: 26%;
}

section.overview .overview-flex .overview-txt {
    width: 72%;
}

section.chnageList {
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

section.chnageList .chnageImg {
    width: 100%;
}

section.chnageList .listFlex {
    width: 100%;
    position: absolute;
}

section.chnageList .listFlex .listing {
    width: 100%;
    display: flex;
    justify-content: end;
}

section.chnageList .listFlex .listing ul {
    width: 44%;
    list-style: none;
}

section.chnageList .listFlex .listing ul li {
    display: flex;
    align-items: center;
    margin: 42px 0px;
}

section.chnageList .listFlex .listing ul li img {
    width: 77px;
    margin-right: 10px;
}

section.chnageList .listFlex .listing ul li:nth-child(3), section.chnageList .listFlex .listing ul li:nth-child(2) {
    padding-left: 50px;
}

section.approch {
    width: 100%;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    background: #093094;
}

section.approch .app-img, section.approch .app-img img {
    width: 100%;
}

section.approch .approchcontent {
    width: 100%;
    /* position: absolute; */
}

section.approch .approchcontent .approch-txt {
    width: 82%;
    text-align: center;
    /* background: #fff; */
    padding: 60px 0px;
    border-radius: 10px;
    position: relative;
    margin: 0px auto;
}

section.approch .heading .headingTitle {
    font-weight: 600;
}

section.approch .approchcontent .approch-txt:after {
    content: "\f004";
    font-family: 'FontAwesome';
    position: absolute;
    top: -50px;
    left: 0px;
    color: red;
    width: 100px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    border-radius: 50%;
    right: 0px;
    margin: 0px auto;
    font-size: 31px;
    display: none;
}

section.process {
    /* background: #010205; */
    /* color: #fff; */
    padding: 60px 0px;
    text-align: center;
}

section.results {
    padding: 60px 0px;
    text-align: center;
    background: linear-gradient(-87deg, #ff0000, transparent);
}

section.results .resultList {
    width: 100%;
}

section.results .resultList ul {
    display: flex;
    /* align-items: center; */
    list-style: none;
    flex-wrap: wrap;
}

section.results .resultList ul li {
    width: 31.33%;
    margin: 1%;
    border-left: 1px solid #01020545;
    padding: 32px;
    text-align: left;
}

section.results .resultList ul li .count-no h3 {
    font-size: 48px;
    color: #F8D254;
    position: relative;
}

section.results .resultList ul li .points-flex {
    /* display: flex; */
}

section.results .resultList ul li .count-no {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    align-items: center;
}

section.results .resultList ul li .count-no img {
    width: 46px;
}

section.results .resultList ul li .titles {
    margin-top: 21px;
}

section.results .resultList ul li .count-no h3 sub {
    position: absolute;
    bottom: -11px;
    font-size: 20px;
    right: 0px;
}

.process-list {
    position: relative;
    margin-top: 60px;
}

.process-list .wave {
    position: absolute;
    top: 0px;
        width: 100%;
}

.process-list .wave img{
        width: 100%;
}

.process-list ul {
    display: flex;
    flex-wrap: wrap;
}

.process-list ul li.main {
    width: 27.33%;
    z-index: 2;
    margin: 2%;
    font-size: 15px;
    list-style: none;
}

.process-list ul li.main img {
    width: 94px;
}

.process-list ul li.main ol li {list-style: none;}

.process-list ul li.main ol li:before {content: "";width: 5px;height: 5px;background: #ffffff;display: inline-block;border-radius: 50%;margin-right: 6px;}

.process-list ul li.main .process-title {
    color: #f8d254;
    font-size: 19px;
    padding: 12px 0px;
}

.process-list ul li.main:nth-child(1) {
    margin-left: 26%;
}

.process-list ul li.main:nth-child(3), .process-list ul li.main:nth-child(4), .process-list ul li.main:nth-child(5) {
    margin-top: 15%;
}

.process-list ul li.main:nth-child(6), .process-list ul li.main:nth-child(7), .process-list ul li.main:nth-child(8) {
    margin-top: 15%;
}

section.cloudServices .service-list .ServiceMain {padding: 32px 0px;}



section.cloudServices .service-list .ServiceMain .flex-service {

    display: flex;

    flex-wrap: wrap;

    justify-content: space-between;

    align-items: center;

}



section.cloudServices .service-list .ServiceMain .flex-service .fl {

    width: 48%;

}



section.cloudServices .service-list .ServiceMain .flex-service .fr {

    width: 46%;

}



section.cloudServices .service-list .ServiceMain:nth-child(even) .flex-service {

    flex-direction: row-reverse;

}


section.cloudServices .service-list .ServiceMain .flex-service .fr .title .headLine {font-size: 36px;padding-bottom: 12px;}

section.cloudServices.partners .service-list .ServiceMain:nth-child(odd) {

    background: #F3F5FF;

    padding: 40px 0px;

}


section.cloudServices.casestideisList {
    padding:60px 0px;
}


section.cloudServices .service-list .ServiceMain .flex-service .fr .link a {color: #0b0b0a;font-size: 17px;display: flex;align-items: center;background: red;width: fit-content;padding: 9px 32px;border-radius: 28px;}



section.cloudServices .service-list .ServiceMain .flex-service .fr .link a:after {

    content: "\2192";

    font-size: 34px;

    padding-left: 9px;

}


section.cloudServices .service-list .ServiceMain .flex-service .fl img {
     border: 1px solid #e8e7e7;
}

section.cloudServices .service-list .ServiceMain:nth-child(even) .flex-service .img {
    text-align: right;
}

section.services.process  .heading h2.headingTitle {
    color: #000;
}

section.services.process {
    color: #000;
}

section.services.process .servivceList {
    color: #000;
}

section.services.process .heading {
    color: #423d3d;
}

/*-----------------------------------------------------*/

section.scroll.ourPortfolio.seoPage.caseStudy {
    position: relative;
    padding: 4px;
}

section.scroll.ourPortfolio.seoPage.caseStudy:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 49%;
    top: 0px;
    left: 0pc;
    background: #093094;
    z-index: 0;
}

.portfolioSeo {
    z-index: 1;
    position: relative;
}

section.scroll.ourPortfolio.seoPage.caseStudy .Seoranks {
    margin: 0px;
}

section.result-show {
    padding: 30px 0px;
}

section.case_stydy_Challnges {
    padding: 30px 0px;
}

section.case_stydy_Challnges ul.chnagelist {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: flex-start;
}

section.case_stydy_Challnges ul.chnagelist li.mains {
    width: 31.33%;
    background: #fff;
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
    list-style: none;
    text-align: center;
    padding: 36px 44px;
    border-radius: 14px;
}

section.case_stydy_Challnges ul.chnagelist li.mains:nth-child(2) {
    margin-top: 44px;
}

section.case_stydy_Challnges ul.chnagelist li.mains .title {
    font-weight: 600;
    font-size: 19px;
    margin-bottom: 16px;
}

section.case_stydy_Challnges ul.chnagelist li.mains p, section.case_stydy_Challnges ul.chnagelist li.mains li {
    font-size: 16px;
}

section.case_stydy_Challnges ul.chnagelist li.mains ul li {
    text-align: left;
}


section.how-we-got {
    text-align: center;
    padding: 60px 0px;
    position: relative;
}

section.how-we-got .heading {
    position: relative;
    width: 74%;
    margin: 0px auto;
}

section.how-we-got .heading .headingTitle {font-weight: 700;font-family: 'Plus Jakarta Sans';line-height: 56px;}

.got-flex {
    display: flex;
    flex-wrap: wrap;
    /* justify-content: space-between; */
    align-items: center;
    margin-top: 59px;
    position: relative;
    flex-direction: column-reverse;
}

.got-flex .got-pro-img {
    width: 100%;
    background: #fff;
    padding: 15px;
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
    position: relative;
    z-index: 2;
    border: 1px solid #cec2c2;
}

.got-flex .got-content {
    width: 100%;
    text-align: left;
    font-size: 16px;
    position: relative;
    z-index: 2;
    background: #fff;
    /* padding: 34px 48px; */
    text-align: center;
    width: 74%;
    margin: 0px auto;
}

.got-flex .got-content h3 {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 15px;
}

section.how-we-got .got-flex:after {
    content: "";
    content: "";
    position: absolute;
    width: 100%;
    height: 91%;
    top: auto;
    left: 0pc;
    /* background: #f8d254; */
    z-index: 0;
    /* background: #f2f2f2; */
}

.got-flex .got-content p b span {
    font-size: 28px;
    font-weight: 700;
    color: #f5d053;
    /* margin-bottom: 12px; */
    -webkit-text-fill-color: transparent;
    background-image: linear-gradient(175deg, #ffc400 0%, #cb3e63 100%);
    -webkit-background-clip: text;
    /* height: 39px; */
    padding-right: 9px;
}

section.result-show img {
    border: 1px solid #eaeaea;
    padding: 22px;
    border-radius: 31px;
}

/*----------------------------------07-08-25-------------------------------------*/

section.ourClient .mobile-app-list ul li .appSection {
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-align: left;
    flex-wrap: wrap;
}

section.ourClient .mobile-app-list ul li .appSection .app-screen {
    width: 40%;
}

section.ourClient .mobile-app-list ul li {
    list-style: none;
    padding: 44px 0px;
}

section.ourClient .mobile-app-list ul li .appSection .app-desc {
    width: 46%;
}

section.ourClient .mobile-app-list ul li:nth-child(even) .appSection {
    flex-direction: row-reverse;
}

section.ourClient .mobile-app-list ul li .appSection .txt {
    width: 100%;
    text-align: left;
    font-size: 16px;
}

section.ourClient .mobile-app-list ul li .appSection .maobile-app-name {
    font-size: 34px;
    font-family: 'TRY Vesterbro';
    font-weight: 600;
    padding-bottom: 22px;
}

.play-stotre-lisnk .link a {
    /*display: block;
    width: fit-content;
    background: linear-gradient(45deg, #f9da71, #e90000);
    padding: 6px 46px;
    text-transform: uppercase;
    font-size: 17px;
    border-radius: 37px;
    color: #fff;
    border: 2px solid #ffffff;*/
}

.play-stotre-lisnk .link a img {
    width: 40px;
    margin-top: 14px;
    margin-right: 15px;
}

section.case_stydy .caseSection.portfolioSec {
    display: block;
    width: 72%;
    margin: 0px auto;
    text-align: center;
}

section.case_stydy .caseSection.portfolioSec .case-txt {
    width: 100%;
}

section.scroll.ourClient.port-sec {
    background: #fff;
    margin: 0px;
}


.utl-tabing ul {
    display: flex;
    justify-content: center;
        padding-bottom: 32px;
}

.utl-tabing ul li {
    list-style: none;
    margin: 0px 5px;
}

.utl-tabing ul li a {
    background: #093094;
    padding: 8px 26px;
    border-radius: 50px;
    font-size: 15px;
    background: #fff;
    border: 2px solid #f7d154;
    display: block;
    min-width: 119px;
    text-align: center;
}

.utl-tabing ul li a.active, .utl-tabing ul li a:hover {
    background: #f8d254;
}

section.ourClient.port-sec .clientArea .clinet-content .c-logo img {
    border: 2px solid #7C3AED;
}

section.ourClient.port-sec .web-name span {
    background: #7C3AED;
    color:#fff;
}

.dropdown-menu {
    width: 347px;
    background: #c5aaf3;
    border: none;
    top: 100%;
    padding: 18px 24px!important;
    display: none;
}

#myNav ul li .dropdown-menu ul li {
    width: 100%;
    padding: 2px;
}

#myNav ul li .dropdown-menu ul li a {
    font-size: 15px;
    padding: 0px 7px;
}

#myNav ul li.dropdown > a:after {
    content: "\f107";
    font-family: 'FontAwesome';
    padding-left: 7px;
}

.dropdown-menu:after {
    content: '';
    border-right: 10px solid transparent;
    border-bottom: 10px solid #7C3AED;
    border-left: 10px solid transparent;
    position: absolute;
    left: 14%;
    top: -9px;
}

li.dropdown:hover .dropdown-menu {
    display: block;
}

.footer-links-sec {
    margin-top: 60px;
    background: #202123;
    color: #fff;
    padding: 42px 0px;
}

.footer-links-sec .footer-links {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: space-between;
}

.footer-links-sec .footer-links .links {
    width: auto;
    min-width: 10%;
    max-width: 21%;
}

.footer-links-sec .footer-links .links .title {
    font-size: 21px;
    color: #d5bdf7;
    font-weight: 700;
    padding-bottom: 12px;
}

.footer-links-sec .footer-links .links ul li {
    list-style: none;
    font-size: 15px;
    padding: 2px 0px;
}

.footer-links-sec .footer-links .links ul li .addArea {
    display: flex;
    padding-bottom: 7px;
}

.footer-links-sec .footer-links .links ul li .addArea .img {
    width: 26px;
    margin-right: 16px;
}

.footer-links-sec .footer-links .links ul li .addArea .txt {
    width: calc(100% - 50px);
}

.footer-logo {
    padding-bottom: 16px;
}

  .fixed-btns {
    position: fixed;
    right: 15px;
    bottom: 15px;
    z-index: 99999;
}

.fixed-btns .whatsapp img {
    width: 218px;
}

.footer-links-sec .footer-links .links ul.social {
    display: flex;
}

.footer-links-sec .footer-links .links ul.social li a {
    display: flex;
    width: 34px;
    height: 34px;
    background: #d8081b;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    margin-right: 7px;
}

.footer-links-sec .footer-links .links ul.social li:nth-child(2) a {
    background: linear-gradient(45deg, #b864f1, #FD1D1D, #FCAF45, #d6b24f);
}

.footer-links-sec .footer-links .links ul.social li:nth-child(1) a {
    background: #0866FF;
}

.footer-links-sec .footer-links .links ul.social li:nth-child(3) a {
    background: #0A66C2;
}

.footer-links-sec .footer-links .links ul li a:hover {
    color: #e7dafe;
}


.linksa {
    display: none;
}

.menu-icon{
    display: none;
}

.fix_foo {
    display: none;
}

.submenu-indicator{
    display: none;
}


section.how-we-got .buttonLink {margin: 22px auto 0px auto;}

section.mainBanner .bannerflex .bannerContent .text p{
    font-size: 16px;
}


section.seo-content {
    padding: 30px 0px;
}

section.seo-content h2, section.seo-content h3 {
    font-weight: 600;
    font-size: 27px;
    padding-bottom: 12px;
    padding-top: 22px;
}

section.seo-content .buttonLink {
    margin-bottom: 22px;
}

section.seo-content .buttonLink:hover {
    background: #6D28D9;
    color: #fff;
}

section.mainBanner .bannerflex .bannerContent .mainTitle.h1 {
    font-size: 44px;
    line-height: 58px;
    padding: 0px;
}


section.seo-content li, section.mainBanner .bannerflex .bannerContent .text ul li {
    list-style: none;
    padding: 7px 0px;
    padding-left: 22px;
    position: relative;
}

section.seo-content li:before, section.mainBanner .bannerflex .bannerContent .text ul li:before {
    content: "\2714";
    position: absolute;
    left: 0px;
    color: #0ba95d;
     /* color: f8d254; */
}

section.keywords-table {
    padding: 30px 0px 0px 0px;
}

section.keywords-table .table-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

section.keywords-table .table-list .table-sec {
    width: 49%;
    background: #68c196;
     /* background: #f8d2546e; */
    padding: 27px 34px;
    margin: 1% 0px;
}

section.keywords-table .table-list .table-sec table {
    width: 100%;
}

section.keywords-table .table-list .table-sec .name-logo {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 32px;
    flex-wrap: wrap;
}

section.keywords-table .table-list .table-sec .name-logo .brand-logo img {
    height: 42px;
}

section.keywords-table .table-list .table-sec .name-logo .name {
    font-size: 27px;
    font-weight: 700;
}

section.keywords-table .table-list .table-sec tr:nth-child(even) {
    background: #ffffff;
}

section.keywords-table .table-list .table-sec tr, section.keywords-table .table-list .table-sec tr td, section.keywords-table .table-list .table-sec tr th {
    border: none;
    padding: 7px 15px;
    font-size: 16px;
}


section.reginal-wise-list {
    /* font-family: 'Plus Jakarta Sans'; */
    padding: 30px 0px;
}

section.reginal-wise-list .heading .headingTitle {
    font-family: 'Plus Jakarta Sans';
    font-weight: 600;
}

section.reginal-wise-list ul {
    padding: 7px 15px;
}

section.reginal-wise-list ul li {
    padding: 3px 0px;
}

section.services .servivceList ul > li .serviceTitles {
    font-size: 19px;
    font-weight: 600;
    padding-bottom: 12px;
}


section.scroll.ourPortfolio.seoPage {
    padding: 60px 0px;
    text-align: center;
    margin: 0px;
    background: #fff;
}

section.scroll.ourPortfolio.seoPage .Seoranks {
    background: #ffffff;
    /* padding: 44px; */
    border-radius: 44px;
    margin-top: 26px;
    position: relative;
    border: 1px solid #e5dede;
}

section.scroll.ourPortfolio.seoPage .Seoranks .flex-rank {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

section.scroll.ourPortfolio.seoPage .Seoranks .flex-rank .project-brief {
    width: 52%;
    text-align: left;
    padding: 44px;
    font-size: 16px;
}

section.scroll.ourPortfolio.seoPage .Seoranks .flex-rank .project-img {
    width: 48%;
}

section.scroll.ourPortfolio.seoPage .Seoranks .flex-rank .project-brief .pro-logo .img img {
    height: 52px;
    width: auto;
/*    margin-bottom: 16px;*/
    font-size: 15px;
}
.logo-button {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 22px;
}

.logo-button .caseStudy-cta a {
    display: block;
    width: fit-content;
    padding: 8px 22px;
    border-radius: 50px;
    font-size: 15px;
    background: #1bd239;
    border: 2px solid #fff;
}

section.scroll.ourPortfolio.seoPage .Seoranks .seo-staks {
    position: absolute;
    background: #ffffff;
    width: 54%;
    bottom: 6%;
    box-shadow: 0px 0px 10px #c4c4c4;
    padding: 22px;
    border-radius: 27px;
    left: 3%;
}

section.scroll.ourPortfolio.seoPage .Seoranks .seo-staks ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

section.scroll.ourPortfolio.seoPage .Seoranks .seo-staks ul li {
    width: 25%;
    list-style: none;
}

section.scroll.ourPortfolio.seoPage .Seoranks .flex-rank .project-img img {
    border-top-right-radius: 44px;
    border-bottom-right-radius: 44px;
    /* height: 501px; */
    object-fit: cover;
        border: 1px solid #dcdcdc;
}

section.scroll.ourPortfolio.seoPage .Seoranks .seo-staks .title {
    font-size: 21px;
    padding-bottom: 14px;
    text-transform: uppercase;
    color: #575353;
}

section.scroll.ourPortfolio.seoPage .Seoranks .seo-staks ul li .innumber {
    font-size: 36px;
    font-weight: 700;
    color: #f5d053;
    /* margin-bottom: 12px; */
    -webkit-text-fill-color: transparent;
    background-image: linear-gradient(175deg, #ffc400 0%, #cb3e63 100%);
    -webkit-background-clip: text;
    height: 39px;
}

section.scroll.ourPortfolio.seoPage .Seoranks .seo-staks ul li .brief-summery {
    font-size: 13px;
    line-height: 20px;
}

section.scroll.ourPortfolio.seoPage .Seoranks .seo-staks ul li .brief-summery span {
    display: block;
    /* font-size: 12px; */
    /* display: none; */
}

section.scroll.ourPortfolio.seoPage .more-links {
    margin-top: 32px;
    display: flex;
    justify-content: center;
}

section.scroll.ourPortfolio.seoPage .more-links a {
    display: block;
    width: fit-content;
    padding: 10px 31px;
    border-radius: 50px;
    font-size: 17px;
    background: #279439;
    border: 2px solid #fff;
    text-transform: uppercase;
}


section.blogs.blogpage .blogs-section-flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    flex-wrap: wrap;
}

section.blogs.blogpage .blogs-section-flex .left {
    width: 100%;
}

section.blogs.blogpage .blogs-section-flex .right {
    width: 29%;
    display: none;
}

section.blogs.blogpage .blogs-section-flex .left .blogList {
     display: flex; 
    flex-wrap: wrap;
    /* justify-content: space-between; */
}

section.blogs.blogpage .blogs-section-flex .left .blogList .blogArea {
    width: 31.33%;
    background: #f9f9f9;
    margin: 1%;
    border: 1px solid #dfdfdf;
}

section.blogs.blogpage .blogs-section-flex .left .blogList .blogArea .content {
    padding: 15px 15px 0px 15px;
    font-size: 12px;
}

section.blogs.blogpage .blogs-section-flex .left .blogList .blogArea .content .blogTitle h3,
section.blogs.blogpage .blogs-section-flex .left .blogList .blogArea .content .blogTitle .service-name,
section.blogs.blogpage .blogs-section-flex .left .blogList .blogArea .content .blogTitle .blog-title {
    font-size: 18px;
    line-height: 32px;
    text-align: left;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}

section.blogs.blogpage .blogs-section-flex .left .blogList .blogArea .content .blogTitle .service-name{
    text-align: center;

}
section.blogs.blogpage .blogs-section-flex .right .right-cart {
    padding: 16px;
    background: #fff;
    box-shadow: 0 0 5px rgb(0 0 0 / 0.2);
    border-radius: 3px;
    margin-bottom: 32px;
}

section.blogs.blogpage .blogs-section-flex .right h2.headline {
    font-size: 23px;
    line-height: 38px;
}

section.blogs.blogpage .blogs-section-flex .right .heading {
    padding-bottom: 12px;
}


section.blogs.blogpage .blogs-section-flex .right .right-cart .postLists ul li {
    /* display: flex; */
    list-style: none;
    padding: 8px 0px;
}

section.blogs.blogpage .blogs-section-flex .right .right-cart .postLists ul li .blogArea {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    background: #fdf5d7;
    padding-bottom: 10px;
}

section.blogs.blogpage .blogs-section-flex .right .right-cart .postLists ul li .blogArea .blogImg {
    width: 1005;
}

section.blogs.blogpage .blogs-section-flex .right .right-cart .postLists ul li .blogArea .content {
    width: 100%;
    font-size: 12px;
    text-align: center;
}

section.blogs.blogpage .blogs-section-flex .right .right-cart .postLists ul li .blogArea .content h3 {
    font-size: 15px;
    margin-top: 14px;
    line-height: 22px;
        padding: 0px 6px;
}

section.blogs.blogpage .blogs-section-flex .right .right-cart .postLists ul li .blogArea .content .date {
    display: none;
}

section.blogs.blogpage .blogs-section-flex .right .right-cart .postLists ul li:not(:last-child) {
    /* border-bottom: 1px solid #dadada; */
}

section.blogs.blogpage .blogs-section-flex .right .right-cart .postLists ul li:nth-child(1) {
    padding-top: 0px;
}

section.blogs.blogpage .blogs-section-flex .right .right-cart p {
    margin-bottom: 10px;
}

.blogs-footer {
    /* border-top: 1px solid #e2dbdb; */
    padding: 15px 15px 15px 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.blogs-footer .em-blog-icon {
    display: flex;
    align-items: center;
    font-size: 16px;
    line-height: 10px;
}

.blogs-footer .em-blog-icon h6,
.blogs-footer .em-blog-icon .name {
    font-size: 14px;
    padding-left: 10px;
    padding-top: 5px;
}

.blog-button {
    float: right;
    font-size: 15px;
    display: none;
}

.blogs-footer i {
    color: #08873a;
}

section.blogs.blogpage .blogs-section-flex .left .blogList .blogArea .date i {
    padding-right: 6px;
}


.blogs-footer .em-blog-icon {
    display: flex;
    align-items: center;
    font-size: 16px;
    line-height: 10px;
}

.em-blog-thumb img {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    border: 1px solid #c59c15;
    background: #ffffff;
    padding: 2px;
}

section.blogs.blogpage.mainblog-page {
    padding: 30px 0px;
}

section.blogs.blogpage.singleblog {
    text-align: left;
    padding: 30px 0px;
    font-size: 16px;
}

section.blogs.blogpage.singleblog .blogs-section-flex .left {
    width: 69%;
}

section.blogs.blogpage.singleblog .blogs-section-flex .right {
    display: block;
}

section.blogs.blogpage.singleblog .blogs-section-flex .left .blogList h2, section.blogs.blogpage.singleblog .blogs-section-flex .left .blogList h3 {
    font-size: 23px;
    padding: 14px 0px 7px 0px;
    font-weight: 600;
}

.author-content {
    border-top: none;
    margin: 0px;
    padding: 32px 0px;
}

.author-content {
    border-top: 1px solid #ddd4d4;
    margin: 32px 0px;
    padding: 32px 0px;
}

.author-panel__name {
    display: flex;
    align-items: center;
    margin-top: 32px;
    font-size: 21px;
    margin-bottom: 21px;
    position: relative;
}

.author-panel__name .img img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
}

.author-panel__name .linkedin-link {
      position: absolute;
    bottom: 0px;
    left: 75px;
    background: #3964de;
    width: 30px;
    height: 30px;
    display: flex
;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #fff;
    font-size: 13px;
}

.profile-pic {
    margin-right: 12px;
}

textarea.form-control {
    height: 100px!important;
}

section.blogs.blogpage.singleblog ul {margin-left: 15px;padding-bottom: 1rem;}

.form-control {
    font-size: 14px;
}

input.wpcf7-form-control.wpcf7-submit.has-spinner {
    width: 100%;
    background: #F6D63F;
    width: 100%;
    padding: 8px;
    font-weight: 600;
    border-radius: 42px;
    border: none;
    margin-top: 10px;
}

section.blogs.blogpage .blogs-section-flex .right .heading {
    padding: 0px;
    text-align: center;
}

ol.breadcrumb li.active {
    color: #070707;
    font-weight: 600;
}
ol.breadcrumb {
    font-size: 13px;
}


section.other-feature .heading {
    text-align: center;
}

section.scroll.testimonials.mainpage {
    padding: 60px 0px;
}

section.scroll.testimonials.mainpage .items {
    box-shadow: 0px 8.15px 6.52px 0px #3131310A;
    padding: 24px;
    position: relative;
    overflow: auto;
    background: #f8d25433;
    /* background: f8d25433; */
    margin: 1%;
    width: 31.33%;
    font-size: 16px;
}

section.scroll.testimonials.mainpage .testimonialsSliders {
    display: flex;
    flex-wrap: wrap;
}


section.scroll.testimonials.mainpage .testimonialsSliders .starts i {
    color: #7C3AED;
    margin: 15px 1px;
    font-size: 17px;
}

section.scroll.testimonials.mainpage .testimonialsSliders .quoteIcon {
    font-size: 28px;
    color: #7C3AED;
}

section.scroll.testimonials.mainpage .testimonialsSliders .name span {
    font-weight: 700;
    display: block;
    color: #000;
    line-height: 22px;
}

section.scroll.testimonials.mainpage .testimonialsSliders .name {
    font-size: 15px;
    color: #554f4f;
    margin-top: 26px;
}


section.what-we-do {
    padding: 30px 0;
    background: #1a8dd6;
    /* background: #f8d2542b; */
}

section.what-we-do .do-flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding: 30px 0
}

section.what-we-do .do-flex .fl {
    width: 44%
}

section.what-we-do .do-flex .fr {
    width: 50%
}

section.what-we-do .do-flex:nth-child(even) {
    flex-direction: row-reverse;
    margin-bottom: 44px
}

section.what-we-do .what-img img {
    border-radius: 13px
}

section.leadership-content {
    padding: 60px 0 60px 0;
    text-align: center;
    background: #fff
}

section.mission.about {
    padding: 60px 0;
    text-align: center;
}

section.mission .mission-value {
    position: relative
}

section.mission .valueList {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    bottom: 17px
}

section.mission .valueList .valueArea {
    width: 31.33%;
    background: #fff;
    text-align: left;
    margin: 1%;
    padding: 32px;
    border-radius: 11px;
    border: 2px solid #7C3AED;
    box-shadow: 3px 3px 1px #f3f3f3;
}

section.mission .missin-img img {
    border-radius: 20px
}

section.mission .valueList .valueArea .title {
    margin-bottom: 16px;
    font-size: 23px;
    font-weight: 600;
}

section.what-we-do .do-flex ul li {
    padding: 4px 0px;
    position: relative;
    list-style: none;
    padding-left: 22px;
}

section.what-we-do .do-flex ul li:before {
    content: "\2714";
    position: absolute;
    left: 0px;
}

section.what-we-do .do-flex ul {
    padding-bottom: 12px;
}


section.blogs.blogpage .blogs-section-flex .right .right-cart.our-services ul li a {
    list-style: none;
    background: #7a5622;
   /* background: f8d2543b; */
    margin: 10px 0px;
    padding: 5px 12px;
    font-size: 15px;
    display: block;
}

section.blogs.blogpage .blogs-section-flex .right .right-cart.our-services ul li {
    list-style: none;
}

section.blogs.blogpage .blogs-section-flex .right .right-cart ul {
    padding: 0px;
    margin: 0px;
}

section.seo-packages {
    padding: 60px 0px;
}

section.seo-packages tr, section.seo-packages td, section.seo-packages th {
    border: 1px solid #c5c5c5;
    font-size: 15px;
    padding: 7px 15px;
}

section.seo-packages tr:nth-child(even) {
    background: #1b3b8d;
   
    /* background: #f8d2542e; */
}


section.seo-packages th {
    background: #ffe691;
}


section.seo-packages tr .more-links a {background: #f8d254;display: block;padding: 6px 32px;border-radius: 32px;}

section.seo-packages tr td:not(:first-child), section.seo-packages tr th:not(:first-child) {
    text-align: center;
}

section.seo-packages tr .more-links {
    display: flex;
    justify-content: center;
}


section.mission {
    text-align: center;
    padding: 0 0 60px 0
}

section.mission .missin-img {
    text-align: right;
    margin-top: 22px
}

section.mission .heading .headline span {
    display: block
}

section.mission .mission-value {
    position: relative
}

section.mission .valueList {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 92%;
    position: absolute;
    bottom: 17px;
    bottom: 0px;
}

section.mission .valueList .valueArea {
    width: 31.33%;
    background: #fff;
    text-align: left;
    margin: 1%;
    padding: 22px;
    border-radius: 11px;
    /* border: 2px solid #fffdfd; */
    box-shadow: 3px 3px 1px #f3f3f3;
}

section.mission .missin-img img {
    border-radius: 20px
}

section.mission .valueList .valueArea .title {
    color: #010101;
    margin-bottom: 16px;
    font-size: 23px
}

section.experts {
    text-align: center;
    padding: 60px 0
}

section.experts .experts-list ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    list-style: none;
    padding-top: 22px;
    width: 87%;
    margin: 0 auto
}

section.experts .experts-list ul li {
    position: relative;
    width: 48%;
    cursor: pointer;
    2px:;2px:
    unset;2px:
    unset;2px:
    s;2px:
    so;2px:
    sol;2px:
    soli;2px:
    solid;2px:
    solid;2px:
    solid;2px:
    soli;2px:
    sol;2px:
    so;2px:
    unset;2px:
    unset;2px:
    s
    }

section.experts .experts-list ul li .expeet-detils {
    border-top: 5px solid #7C3AED;
    width: 89%;
    margin: 0 auto;
    margin-top: -43px;
    z-index: 2;
    position: relative;
    background: #fff;
    padding: 14px 14px 23px 14px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap
}

section.experts .experts-list ul li .expeet-detils .designation {
    color: #4d434388;
    font-size: 15px;
    width: 1p00%
}

section.experts .experts-list ul li .expeet-detils .name {
    font-weight: 700;
    width: 100%
}


p, li {
    font-size: 16px;
        line-height: 28px;
}

section.about-us .about-flex.row-reverse {
    flex-direction: row-reverse;
    justify-content: space-between;
}

section.about-us .about-flex.row-reverse .fl {
    text-align: right;
}

section.about-us .about-flex.row-reverse .fl .about-img img {
    margin-left: 0px;
    margin-right: 15px;
}

section.about-us .about-flex.row-reverse::after {
    right: 0px;
    left: auto;
}

section.whatwe-do {
    text-align: center;
    padding: 60px 0px 30px 0px;
}

section.contact-txt {
    padding: 60px 0px;
    text-align: center;
}

section.whatwe-do ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-bottom: 22px;
}

section.whatwe-do ul li {
    width: 49%;
    background: #e0d2f7;
    margin: 7px 0px;
    padding: 10px 17px;
    text-align: left;
    list-style: none;
}

section.whatwe-do ul li:before {
    content: "\2714";
    padding-right: 8px;
}


section.reginal-wise-list {
    text-align: center;
}

section.reginal-wise-list .presence-slider {
    padding-top: 12px;
}

section.reginal-wise-list .presenceList {
    padding: 10px;
    text-align: center;
}


section.reginal-wise-list .img img {
    border-radius: 8px;
}

section.reginal-wise-list .presenceList .title {
    padding: 16px;
    font-size: 18px;
}

section.reginal-wise-list .presence-slider .owl-dots {
    margin: 0px;
}

section.blogs.blogpage.singleblog .txt a {
    color: #f8d254;
    font-weight: 600;
}

section.blogs.blogpage .blogs-section-flex .left .blogList .custom-toc {
    border: 1px solid #f8d254;
    padding: 22px;
    margin: 16px 0px;
}

section.blogs.blogpage .blogs-section-flex .left .blogList .custom-toc a {
    font-weight: 300;
    color: #000;
}

section.blogs.blogpage .blogs-section-flex .left .blogList .custom-toc ul {
    padding-top: 12px;
}

section.blogs.blogpage .blogs-section-flex .left .blogList .custom-toc a:hover {
    color: #f8d254;
}

section.seo-content li b {display: block;}

section.seo-content h3 {
    font-size: 21px;
}


.webTech.indu li {
    border: none;
    height: auto;
    text-align: center;
    justify-content: center;
    display: flex;
    line-height: 25px;
}

.webTech.indu li img {
    width: auto;
    height: 106px;
}


section.scroll.ourClient.port-sec.ourWebdesign {
    
    margin-top: 60px;
    padding: 60px 0px;
    box-shadow: 0px 8.15px 6.52px 0px #dbd8df;
    background: linear-gradient(180deg,#FFFFFF 0%,#F8FAFC 100%);
    border: 1px solid #e0cef9;
}

section.scroll.ourClient.port-sec.ourWebdesign .clientArea .clinet-content {
    width: 100%;
    padding: 3px;
}

section.scroll.ourClient.port-sec.ourWebdesign .clientArea .clinet-content .c-logo img {
    height: auto;
}

section.scroll.ourClient.port-sec.ourWebdesign .clientArea .clinet-content .web-name {
    text-align: center;
}

section.scroll.ourClient.port-sec.ourWebdesign .clientArea .clinet-content .web-name span {
    display: block;
    width: fit-content;
    /* display: none; */
    /* background: none; */
    /* color: #625117; */
    padding: 6px 31px;
    border-radius: 18px;
    font-size: 15px;
    margin-top: 14px;
}

section.scroll.ourClient.port-sec.ourWebdesign .clientArea .clinet-content .web-name {
    display: flex;
    justify-content: center;
}


section.scroll.ourClient.port-sec.ourWebdesign .fl {
    margin-top: 17px;
}

section.scroll.ourClient.port-sec.ourWebdesign .owl-dots {
    display: flex;
    justify-content: center;
}

section.mainBanner .bannerflex .bannerContent .btands-list.social ul li {
    width: 31%;
}

:root{
    --ink:#161513;
    --ink-soft:#3a3833;
    --Purple:#7C3AED;
    --orange:#75248c;
    --cream:#eabdf2;
    --cream-line:#efafea;
    --paper:#e3c2f4;
    --muted-bg:#f1def5;
    --muted-line:#E4E2DB;
    --muted-text:#7C7A72;
    --no:#C0564B;
    --maxw:1080px;
    --radius:18px;
  }
  *{box-sizing:border-box;}
  .ttvs{
    background:var(--paper);
    color:var(--ink);
    /*font-family:'Inter',system-ui,sans-serif;*/
    padding: 60px 0px;
    -webkit-font-smoothing:antialiased;
  }
  .ttvs__inner{/* max-width:var(--maxw); */margin:0 auto;}

  /* ---------- header ---------- */
  .ttvs__head{/* max-width:680px; */margin:0 0 46px;}
  .ttvs__eyebrow{
    display:inline-flex;
    align-items:center;
    gap:9px;
    font-weight:600;
    font-size:13px;
    letter-spacing:.14em;
    text-transform:uppercase;
    color:var(--orange);
    margin:0 0 18px;
  }
  .ttvs__eyebrow::before{
    content:"";width:30px;height:2px;background:var(--orange);display:inline-block;
  }
  .ttvs__title{
    font-weight:800;
    font-size: 38px;
    line-height:1.02;
    letter-spacing:-.02em;
    margin:0 0 18px;
    color:var(--ink);
  }
  .ttvs__title .hl{
    position:relative;white-space:nowrap;
  }
  .ttvs__title .hl::after{
    content:"";position:absolute;left:-2px;right:-2px;bottom:.08em;height:.34em;
    background:var(--yellow);z-index:-1;border-radius:3px;transform:rotate(-.6deg);
  }
  .ttvs__sub{font-size:17px;line-height:1.6;color:var(--ink-soft);margin:0;max-width:600px;}

  /* ---------- ledger ---------- */
  .ttvs__ledger{
    display:grid;grid-template-columns:0.95fr 1.35fr 1.35fr;
    border:1px solid var(--muted-line);border-radius:var(--radius);
    overflow:hidden;background:var(--paper);
    box-shadow:0 24px 60px -34px rgba(22,21,19,.4);
  }
  /* header band */
  .cap{padding:20px 22px;}
  .cap--criteria{background:var(--ink);}
  .cap--ours{
    background:var(--ink);position:relative;
    border-left:3px solid var(--yellow);border-right:3px solid var(--yellow);
  }
  .cap--ours::before{
    content:"Recommended";position:absolute;top:14px;right:18px;
    font-size:10.5px;font-weight:600;letter-spacing:.12em;text-transform:uppercase;
    color:var(--ink);background:var(--yellow);padding:3px 9px;border-radius:20px;
  }
  .cap--theirs{background:#23211d;}
  .cap__label{
    font-size:11px;font-weight:600;letter-spacing:.16em;text-transform:uppercase;
    color:#9c988c;margin:0 0 4px;
  }
  .cap--ours .cap__name{color:var(--yellow);}
  .cap__name{
    font-weight:700;font-size:22px;
    color:#fff;margin:0;line-height:1.1;
  }

  /* body cells */
  .cell{
    padding:22px;border-top:1px solid var(--muted-line);
    display:flex;flex-direction:column;justify-content:center;
  }
  .cell--criteria{
    background:#fff;
  }
  .cell--criteria .crit{
    font-weight:700;
    font-size:16px;color:var(--ink);margin:0;
  }
  .cell--ours{
    background:var(--cream);border-left:3px solid var(--yellow);border-right:3px solid var(--yellow);
    border-top:1px solid var(--cream-line);
  }
  .cell--theirs{background:var(--muted-bg);}

  .line{display:flex;gap:11px;align-items:flex-start;font-size:15px;line-height:1.45;}
  .cell--ours .line{color:var(--ink);font-weight:500;}
  .cell--theirs .line{color:var(--muted-text);}

  .mark{flex:0 0 auto;width:21px;height:21px;border-radius:50%;
    display:inline-flex;align-items:center;justify-content:center;margin-top:1px;}
  .mark--yes{background: var(--purple);}
  .mark--no{background:#e8d9d6;}
  .mark svg{width:12px;height:12px;display:block;}
  .mark--yes svg{stroke:#fff;}
  .mark--no svg{stroke:var(--no);}

  .who{display:none;}

  /* hover lift on a full row via shared class */
  .row-h:hover .cell--ours{background:#FFF1D6;transition:background .18s ease;}

  /* ---------- footer cta ---------- */
  .ttvs__foot{
    margin-top:38px;display:flex;flex-wrap:wrap;align-items:center;gap:18px 26px;
    justify-content:space-between;
  }
  .ttvs__note{font-size:14.5px;color:var(--muted-text);margin:0;max-width:440px;line-height:1.5;}
  .ttvs__cta{
    display:inline-flex;
    align-items:center;
    gap:10px;
    font-weight:700;
    font-size:16px;
    padding:16px 28px;
    border-radius:50px;
    transition:transform .16s ease,background .16s ease;
    background: #000;
    color: #f2e9fd;
  }
  .ttvs__cta:hover{transform:translateY(-2px);background:#000;color: #f2e9fd;}
  .ttvs__cta:focus-visible{outline:3px solid var(--Violet);outline-offset:3px;}
  .ttvs__cta svg{width:17px;height:17px;stroke:var(--red);}

  /* ---------- mobile ---------- */
  @media (max-width:760px){
    .ttvs{padding:60px 16px 70px;}
    .ttvs__ledger{grid-template-columns:1fr;box-shadow:0 18px 40px -30px rgba(22,21,19,.45);}
    .cap{display:none;}
    .cell{border-top:1px solid var(--muted-line);}
    .cell--criteria{background:var(--ink);}
    .cell--criteria .crit{color:#fff;font-size:13px;letter-spacing:.04em;}
    .cell--criteria{padding:14px 18px;}
    .cell--ours{border-left:0;border-right:0;border-top:0;}
    .cell--theirs{border-top:1px solid var(--muted-line);}
    .who{
      display:block;font-size:11px;font-weight:600;letter-spacing:.12em;text-transform:uppercase;
      margin:0 0 8px 32px;
    }
    .cell--ours .who{color:var(--orange);}
    .cell--theirs .who{color:var(--muted-text);}
    /* round the very top and bottom of the stacked ledger */
    .ttvs__ledger > .cell:first-child{border-top:0;}
  }

  @media (prefers-reduced-motion:reduce){
    .ttvs__cta,.row-h:hover .cell--ours{transition:none;}
  }


  section.keywords-table.seopage {
    padding: 60px 0px;
}


section.seo-tools {
    text-align: center;
    padding: 60px 0px 32px 0px;
}

section.seo-tools .headingTitle {
    font-weight: 700;
    padding-bottom: 22px;
    font-family: 'TRY Vesterbro';
}

section.seo-tools .tools-list ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

section.seo-tools .tools-list ul li {
    list-style: none;
    width: 13%;
    margin: 0.5%;
}

section.seo-tools .tools-list ul li .img {
    background: #fff;
    box-shadow: 0px 0px 10px #dbd6d6;
    padding: 15px;
}

section.mainBanner .bannerflex .bannerContent .btands-list ul li:before {
    display: none;
}


.btands-list {
    display: none;
}
