@media only screen and (max-width: 1100px) {
    .header .main_nav .navigation {
        display: flex;
        justify-content: space-between;
        width: 82%;
        max-width: 400px;
        align-items: center;
        display: none;
        position: fixed;
        background: #c5aaf3;
        top: 0px;
        height: 100vh;
        z-index: 999;
        right: 0px;
        padding: 46px 0px;
        box-shadow: 0px 0px 10px #b9acac;
    }

    .menu-icon{
        display: block;
    }


    .dropdown-menu {
    position: relative;
    width: 100%;
    left: 0px;
    padding: 0px!important;
    background: none;
}

.dropdown-menu ul li {
    border: none!important;
}

#myNav ul li .dropdown-menu ul li a {
    padding: 0px;
}

.dropdown-menu ul li {
    padding: 0px 16px!important;
}

.dropdown-menu ul li a {
    font-size: 14px!important;
}



    .close-icon {
        display: block;
        position: absolute;
        right: 4px;
        top: 4px;
        background: #ffffff;
        width: 30px;
        height: 30px;
        border-radius: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
    }


    .menu-icon{
        /* display: none; */
        font-size: 20px;
    }

    .close-icon{
        /* display: none; */
        position: absolute;
        right: 4px;
        top: 4px;
        background: #ffffff;
        width: 30px;
        height: 30px;
        border-radius: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .navBar {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 12px 0px;
    }

    #myNav ul li {
        display: inline-block;
        position: relative;
        padding: 3px 0px;
        color: #010205;
        width: 100%;
    }


    #myNav ul li.dropdown > a:after {
    display: none;
}

.submenu-indicator{
    display: block;
}


 .submenu-indicator {
        position: absolute;
        width: 30px;
        height: 20px;
        background: #c5aaf3;
        right: 0px;
        top: 0px;
        z-index: 1;
        cursor: pointer;
    }
    .submenu-indicator:after {
        content: "\f107";
        font-family: 'FontAwesome';
        color: #050505;
    }


    #myNav ul li a {
        font-size: 15px;
        padding: 0px 16px;
        /* border-radius: 33px; */
        /* display: block; */
    }

    .header {
        padding-top: 0px;
        transition: 2s linear ease-in-out;
        position: absolute;
        width: 100%;
        z-index: 9;
    }

    .header .main_nav {
        /* background: #fff; */
    }


    .navBar .logo img {height: 62px;}

    .header .main_nav .ecomm-links ul li img {
        height: 21px;
    }

    .header .main_nav .ecomm-links ul li {
        padding: 5px!important;
    }


section.business-requires .letstalk-flex .lets-btn a:hover {
    background: #ffffff;
    color: #010205;
}

ul li.last:hover a:after {
    display: none;
}

section.mainBanner .bannerflex .bannerContent .mainTitle {
    font-size: 62px;
    line-height: 72px;
}

section.mainBanner .bannerflex .banner-form {
    width: 45%;
}

.heading .headingTitle {
    font-size: 32px;
}

section.tabsSection ul.nav.nav-pills li.nav-item {
    width: 14%;
}

section.happyClient .txt, .heading p {
    width: 100%;
    margin: 0px 0px 12px 0px;
}

section.mainBanner .bannerflex {
    padding-top: 106px;
}

}


@media only screen and (max-width: 800px) {

    section.mainBanner{
        background: url(../../assets/img/banner.png);
        background-size: cover;
        background-position: top;
        background-color: #fff;
        /* height: 104vh; */
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
        padding-top: 64px;
    }

    section.mainBanner:after {
        content: "";
        position: absolute;
        background: #ffffff8c;
        width: 100%;
        height: 100%;
        left: 0px;
        top: 0px;
    }

    section.mainBanner .bannerflex {
        z-index: 2;
        display: flex;
        align-items: center;
        padding-top: 34px;
        justify-content: center;
    }

    section.mainBanner .bannerflex .bannerContent {
        width: 100%;
        text-align: center;
    }

    section.mainBanner .bannerflex .bannerContent .titile span {
        font-weight: 600;
    }

    section.mainBanner .bannerflex .bannerContent .titile {
        font-size: 15px;
    }

    section.mainBanner .bannerflex .bannerContent .mainTitle {
        font-size: 58px;
        line-height: 69px;
        text-align: center;
        padding-top: 0px;
    }

    section.mainBanner .bannerflex .bannerContent .mainTitle .shadeimg1 {position: absolute;bottom: 16%;z-index: -1;width: 84%;margin: 0px auto;l;: 0;left: 0;right: 0;}

    section.mainBanner .bannerflex .banner-form {
        width: 68%;
    }

    section.mainBanner .bannerflex .banner-form .formArea {
        background: url(../../assets/img/form-Mask.png);
        background-size: cover;
        background-position: bottom;
        padding: 17px 18px;
        border-radius: 12px;
        text-align: center;
        color: #fff;
        margin-top: 22px;
    }

    section.mainBanner .bannerflex .banner-form .formArea .formTitle {
/*    font-family: TRY Vesterbro;*/
font-size: 19px;
font-weight: 700;
line-height: 29px;
padding-bottom: 22px;
}

section.mainBanner .bannerflex .banner-form .formArea .form-control {
    padding: 12px 12px 12px 41px;
    font-size: 13px;
}

section.mainBanner .bannerflex .banner-form .formArea .form-group {
    padding-bottom: 12px;
}

section.mainBanner .bannerflex .banner-form .formArea .form-control::placeholder {
    color: #fff;
}

.glb-btn button {
    background: #7C3AED;
    width: 100%;
    padding: 9px;
    font-weight: 600;
    border-radius: 42px;
    font-size: 13px;
}

.callOption {
    padding-top: 12px;
    font-size: 16px;
}

section.brands {
    text-align: center;
    position: relative;
    padding: 60px 0px;
}

.heading {
    padding-bottom: 4px;
}

.heading .headingTitle {
    font-size: 26px;
    line-height: 39px;
    text-align: center;
}

.heading .headingTitle span {display: block;font-weight: 600;/* 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(../../assets/img/bussiness-mask.png);
    background-size: cover;
    background-position: left;
    padding: 22px 15px 22px 15px;
    text-align: center;
    border-radius: 14px;
    
}

section.business-requires {
    padding: 22px 0px;
}

section.scroll.business-requires.howMake {
    padding: 30px 0px;
}

section.business-requires .letstalk-flex {
    /* display: flex; */
    align-items: center;
    justify-content: space-between;
    text-align: center;
}

section.business-requires .letstalk-flex .content p {
    margin: 0px;
    text-align: center;
}

section.business-requires .letstalk-flex .content p span {
    font-weight: 600;
    display: block;
    text-align: center;
}

.businessRequiresArea .heading, .businessRequiresArea .txt {
    margin: 0px auto;
    width: 100%;
}

section.business-requires .borderLine {
    width: 86%;
    border-bottom: 1px dashed;
    margin: 27px 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: 6px 32px;
    border-radius: 30px;
    font-size: 14px;
    display: block;
    margin-top: 11px;
    width: fit-content;
}

section.business-requires .letstalk-flex .lets-btn a i {
    padding-left: 12px;
}

.bulbImg {
    position: absolute;
    width: 100%;
    top: -50px;
    left: 0px;
    display: none;
}

.bulbImg .img {
    width: 86px;
    height: 86px;
    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: 74px;
      height: 74px;
  }
  50% {
      width: 86px;
      height: 86px;
  }
  100% {
   width: 74px;
   height: 74px;
}
} 


section.newProject .sectionNew .contnet {
    width: 100%;
}

section.newProject .sectionNew .projectPoint {
    width: 100%;
}

section.newProject .sectionNew .projectPoint .list ul li {
    list-style: none;
    padding: 0px 4px;
}

section.newProject .sectionNew .projectPoint .list ul li .pro-point {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 15px 0px;
}

section.newProject .sectionNew .projectPoint .list ul li .pro-point img {
    width: 48px;
}

section.newProject .sectionNew .projectPoint .list ul li .pro-point .txt {
    width: calc(100% - 60px);
}

section.newProject .sectionNew .heading {
    padding: 0px;
    font-weight: 600;
}

section.services {
    padding: 0px 0px 22px 0px;
    position: relative;
}

section.services .servivceList ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

section.services .servivceList ul li {
    width: 48%;
    margin: 1%;
    list-style: none;
    justify-content: center;
   background: #FFFFFF;
border: 1px solid #E5E7EB;
    padding: 21px;
    border-radius: 10px;
}

section.services .servivceList ul li .serviceImg img {
    width: 52px;
}

section.services .servivceList ul li .serviceTitle {
    /* font-family: TRY Vesterbro; */
    font-size: 17px;
    font-weight: 700;
    line-height: 25px;
    margin: 0px 0px 11px 0px;
    width: calc(100% - 75px);
}

section.happyClient {
    padding: 22px 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 {
    width: 100%;
    margin: 0px auto;
}

section.happyClient .clientVideo {
    position: relative;
    margin-top: 32px;
    width: 100%;
    margin: 27px auto 0px auto;
}

section.happyClient .clientVideo .quoteIcon {
    position: absolute;
    left: -5px;
    top: -24px;
    width: 48px;
    height: 48px;
    background: #000;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    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: 21px;
    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: 15px;
}

.owl-theme .owl-dots .owl-dot span {
    margin: 0px!important;!importan;!importa;!import;!impor;!impo;!imp;!im;!i;!;
    width: 20px!important;!importan;!importa;!import;!impor;!impo;!imp;!im;!i;!;
    height: 7px!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: 0px;
}


section.ourClient{
    background: url(../../assets/img/bussiness-mask.png);
    background-size: cover;
    background-position: top;
    padding: 22px 0px 22px 0px;
    position: relative;
    margin-top: 22px;
}


section.business-requires.howMake .businessRequiresArea {
    background: #fff;
    padding: 0px;
    margin: 0px  auto;
    width: 100%;
}

section.tabsSection {
    padding: 10px 0px 22px 0px;
    text-align: center;
    background: #eae2f5;
}

section.tabsSection ul.nav.nav-pills {
    display: flex;
    justify-content: flex-start;
    flex-wrap: nowrap;
    overflow-x: scroll;
}

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: 66px;
}

section.tabsSection ul.nav.nav-pills li.nav-item {
    margin: 8px;
    display: block;
}

section.tabsSection ul.nav.nav-pills a.nav-link h3 {
    font-size: 12px;
    margin: 2px 0px 0px 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: 100%;
    background: #fff;
    padding: 22px 15px;
    border-radius: 0px;
}

.tabContent h3 {
    margin-bottom: 12px;
    font-weight: 600;
    font-size: 19px;
}

.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(../../assets/img/bussiness-mask.png);
    background-size: cover;
    background-position: top;
    padding: 22px 0px 44px 0px;
    background: #010205;
}

footer .footerflex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    position: relative;
    z-index: 1;
    flex-direction: column-reverse;
}

footer .footerflex .addArea {
    width: 100%;
    color: #fff;
    border-radius: 13px;
    padding: 32px;
    z-index: 1;
    background: url(../../assets/img/add-Mask.png);
    background-size: cover;
    background-position: left;
    padding: 0px;
    border-radius: 12px;
    background-repeat: no-repeat;
}

footer .footerflex .addArea .formSec {
    width: 34%;
}

footer .footerflex .formSec {
    width: 100%;
    z-index: 1;
    padding: 0px 0px 22px 0px;
    color: #fff;
}

footer .footerflex:after {
    content: :: ;
}

.copyright {
    text-align: center;
    padding-bottom: 0px;
    color: #ffffff;
    padding-top: 10px;
    width: 70%;
    margin: 0px auto;
    font-size: 14px;
    line-height: 21px;
}

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: 84%;
    right: 0px;
    z-index: 0;
    border-radius: 16px;
    display: none;
}

footer .footerflex .formSec .form-control {
    border: none;
    border-bottom: 1px solid #434040;
    border-radius: 0px;
    padding: 10px;
    font-size: 13px;
    border-radius: 3px;
    background: #ffffff;
    appearance: auto;
}

footer .footerflex .formSec .form-group {
    margin-bottom: 13px;
}

footer .footerflex .formSec .glb-btn {
    width: 58%;
    margin: 0px auto;
}

footer .footerflex .headingTitle {
    /* font-family: TRY Vesterbro; */
    font-size: 21px;
    font-weight: 700;
    line-height: 32px;
    letter-spacing: -0.02em;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    text-align: center;
    margin-bottom: 6px;
}

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: 23px;
}

footer .socialMedia {
    margin-top: 17px;
}

footer .socialMedia ul {
    display: flex;
    list-style: none;
    justify-content: center;
}

footer .socialMedia ul li {
    font-size: 21px;
    background: #7C3AED;
    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;
    z-index: 2;
    position: relative;
}

section.ourClient .txt {
    text-align: center;
    width: 100%;
    margin: 0px auto;
    z-index: 2;
    position: relative;
}

section.ourClient .clientArea {
    display: flex;
    /* align-items: center; */
    flex-wrap: wrap;
    justify-content: space-between;
    flex-direction: column-reverse;
}

section.ourClient .clientArea .clinet-content {
    width: 100%;
    text-align: center;
    /* color: #fff; */
    /* font-size: 15px; */
    /* line-height: 25px; */
    margin-top: 12px;
}

section.ourClient .clientArea .clinet-content .txt {
    text-align: center;
    width: 100%;
}

section.ourClient .clientArea .web-img {
    width: 100%;
    /* margin-top: 32px; */
}

section.ourClient .ClientSlider:after {
    content: "";
    background: #ffffff;
    position: absolute;
    bottom: 0px;
    left: 0pc;
    width: 69%;
    height: 100%;
    left: -15%;
    display: none;
}

section.ourClient .clientArea .clinet-content .c-logo img {
    width: 112px;
    margin-bottom: 15px;
}

section.ourClient .clientArea .clinet-content .tags {
    
    color: #7C3AED;
    display: none;
}

section.ourClient .clientArea .clinet-content .link {
    margin-top: 23px;
    display: flex;
    justify-content: center;
}

section.ourClient .clientArea .clinet-content .link a {
    background: #ffffff;
    width: max-content;
    padding: 7px 22px;
    border-radius: 28px;
    color: #000;
    font-size: 13px;
    display: block;
}

section.ourClient .clientArea .clinet-content .link i {
    padding-left: 10px;
}

section.ourClient .owl-dots {
    text-align: left;
    display: flex;
    margin-top: 17px;
    z-index: 9;
    position: relative;
    justify-content: center;
}

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;!;
}

[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 #f9da71; */
}
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;
    width: 82px;
}

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: 0px;
    position: relative;
    margin-top: 26px;
}

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%;
    display: none;
}


.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: 74px;
    margin-bottom: 11px;
}

button.btn-close:hover {
    opacity: 1;
}

section.scroll.testimonials {
    padding-left: 0px;
}

*: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: 12px;
    background: #ffffffc7;
    margin: 2px;
    padding: 1px 7px;
    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;
}
ul.nav-list {
    /* display: none; */
}

section.mainBanner .bannerflex .bannerContent .btands-list ul li {
    width: 18%;
}

.lets-btn {
    display: flex;
    justify-content: center;
}

section.happyClient .clientVideo .palyIcon img {
    width: 48px;
}

.testimonialsList {
    padding: 0px 15px;
}

.c-logo {
    text-align: center;
    display: flex;
    justify-content: center;
}

.buttonLink {
    background: #f8d254;
    padding: 4px 14px;
    font-size: 13px;
    border-radius: 10px;
    margin-top: 0px;
    display: none;
}

.buttonLink i {
    padding-left: 7px;
}

a{
    cursor: pointer;
}

section.newProject .sectionNew {
    position: relative;
}

section.newProject .sectionNew .vector {
    position: absolute;
    bottom: 0px;
    right: 0px;
}

section.newProject .sectionNew .vector {
    display: none;
}

section.ourClient:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 45%;
    background: #fff;
    top: 0px;
}
.fix_foo {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 100000
}
.fix_foo ul {
    margin: 0;
    padding: 0
}
.fix_foo ul li {
    background: hsl(142.41deg 70.16% 48.63%);
    color: #fff;
    width: 50%;
    float: left;
    text-align: center;
    font-size: 13px;
    padding: 6px 0;
    list-style: none;
}
.fix_foo ul li a {
    color: #fff
}

.fix_foo ul li:nth-child(2) {
    background: #7C3AED;
    color: #fff;
}

.fix_foo ul li:nth-child(2) a {
    color: #fff;
}

ul.nav-list-simgle {
    list-style: none;
    display: flex;
    overflow-x: auto;
}

ul.nav-list-simgle li {
    white-space: nowrap;
    padding: 16px 14px;
    font-size: 15px;
}

ul.nav-list-simgle {
    display: none;
}

.header.fixed .navBar {
    display: none;
}

.header.fixed ul.nav-list-simgle {
    display: flex;
    /* display: none; */
}

ul.nav-list-simgle li.last {
    display: none;
}

ul.nav-list-simgle li.active a {
    font-weight: 600;
}

.linksa {
    font-size: 11px;
    background: #7C3AED;
    padding: 4px 14px;
    border-radius: 15px;
    white-space: nowrap;
    margin: 2px;
}

section.about-us {
    width: 100%;
    padding: 22px 0px;
}

section.about-us .about-flex {
    display: flex;
    align-items: center;
    width: 100%;
    flex-wrap: wrap;
    padding: 0px;
}

.about-flex {}

section.about-us .about-flex .fl {width: 100%;position: relative;display: none;}

section.about-us .about-flex .fr {
    width: 100%;
    padding: 0px;
}

section.about-us .about-flex:after {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    background: #f8d254;
    width: 30%;
    height: 100%;
    z-index: -1;
    display: none;
}

section.about-us .about-flex .fl .about-img img {
    width: 82%;
    z-index: 1;
    position: relative;
    margin-left: 30px;
}


.fix_foo ul li a i {
    font-size: 16px;
    padding-right: 3px;
}

div#captcha, div#captcha2 {
    text-align: left;
    font-size: 13px;
    line-height: 21px;
    padding-top: 9px;
    color: #7C3AED;
}



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;
}


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: #f8d254;
    z-index: 0;
}

.portfolioSeo {
    z-index: 1;
    position: relative;
}

section.scroll.ourPortfolio.seoPage.caseStudy .Seoranks {
    margin: 0px;
}

section.result-show {
    padding: 14px 0px;
}

section.case_stydy_Challnges {
    padding: 22px 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: 100%;
    background: #fff;
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
    list-style: none;
    text-align: center;
    padding: 18px 22px;
    border-radius: 14px;
    margin-bottom: 22px;
}

section.case_stydy_Challnges ul.chnagelist li.mains:nth-child(2) {
    margin-top: 20px;
}

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: 15px;
}

section.case_stydy_Challnges ul.chnagelist li.mains ul li {
    text-align: left;
}


section.how-we-got {
    text-align: center;
    padding: 0px 0px;
    position: relative;
}

section.how-we-got .heading {
    position: relative;
    width: 100%;
    margin: 0px auto;
}

section.how-we-got .heading .headingTitle {font-weight: 700;font-family: 'Plus Jakarta Sans';line-height: 35px;}

.got-flex {
    display: flex;
    flex-wrap: wrap;
    /* justify-content: space-between; */
    align-items: center;
    margin-top: 15px;
    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: 100%;
    margin: 22px auto;
}

.got-flex .got-content h3 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 12px;
}

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: 23px;
    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 {
}


section.case_stydy {
    padding: 82px 0px 10px 0px;
    background: #f8d254;
}

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;
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
}

section.case_stydy .caseSection .Stocks {
    width: 65%;
}

section.case_stydy .caseSection .case-txt {
    width: 100%;
}

section.case_stydy_Challnges ul.chnagelist li.mains ul {
    padding-left: 15px;
}

section.mainBanner .bannerflex .bannerContent .btands-list h2.headingTitleh2 {
    margin: 22px 0px 11px 0px;
}

footer .footerflex .formSec {
    width: 100%;
}

footer .footerflex:after {
    width: 100%;
}

footer .footerflex .addArea {
    padding-top: 32px;
}

.web-technology .txt {
    width: 100%;
}

.webTech li {
    width: 100px;
    height: 100px;
    font-size: 12px;
}

.footer-links-sec {
    padding: 32px 0px;
    margin-top: 0px;
    background: #010205;
}

.footer-links-sec .footer-links .links {
    min-width: 25%;
    max-width: 50%;
}

.footer-links-sec .footer-links .links .title {
    padding-top: 22px;
}
}

@media only screen and (max-width: 500px) {
body{
    font-size: 15px;
}
    .menu-icon{
        /* display: none; */
        font-size: 20px;
    }

    .close-icon{
        /* display: none; */
        position: absolute;
        right: 4px;
        top: 4px;
        background: #ffffff;
        width: 30px;
        height: 30px;
        border-radius: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .navBar {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 12px 0px;
    }

    #myNav ul li {
        display: inline-block;
        position: relative;
        padding: 4px 0px;
        color: #010205;
        width: 100%;
        border-bottom: 1px solid #4a474738;
    }


    #myNav ul li a {
        font-size: 15px;
        padding: 0px 16px;
        /* border-radius: 33px; */
        /* display: block; */
    }

    .header {
        padding-top: 0px;
        transition: 2s linear ease-in-out;
        position: absolute;
        width: 100%;
        z-index: 9;
    }

    .header .main_nav {
        /* background: #fff; */
    }

   

    .navBar .logo img {height: 42px;}

    .header .main_nav .ecomm-links ul li img {
        height: 21px;
    }

    .header .main_nav .ecomm-links ul li {
        padding: 5px!important;
    }




    section.mainBanner{
        background: url(../../assets/img/banner.png);
        background-size: cover;
        background-position: top;
        background-color: #fff;
        /* height: 104vh; */
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
        padding-top: 64px;
    }

    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: 10px;
    }

    section.mainBanner .bannerflex .bannerContent {
        width: 100%;
        text-align: center;
    }

    section.mainBanner .bannerflex .bannerContent .titile span {
        font-weight: 600;
    }

    section.mainBanner .bannerflex .bannerContent .titile {
        font-size: 15px;
    }

    section.mainBanner .bannerflex .bannerContent .mainTitle {
        position: relative;
        font-family: TRY Vesterbro;
        font-size: 38px;
        font-weight: 700;
        line-height: 47px;
        letter-spacing: -0.02em;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
        padding-top: 4px;
        /* padding-bottom: 9px; */
    }

    section.mainBanner .bannerflex .bannerContent .mainTitle .shadeimg1 {position: absolute;bottom: 16%;z-index: -1;width: 84%;margin: 0px auto;l;: 0;left: 0;right: 0;}

    section.mainBanner .bannerflex .banner-form {
        width: 100%;
    }

    section.mainBanner .bannerflex .banner-form .formArea {
        background: url(../../assets/img/form-Mask.png);
        background-size: cover;
        background-position: bottom;
        padding: 17px 18px;
        border-radius: 12px;
        text-align: center;
        color: #fff;
        margin-top: 22px;
    }

    section.mainBanner .bannerflex .banner-form .formArea .formTitle {
/*    font-family: TRY Vesterbro;*/
font-size: 19px;
font-weight: 700;
line-height: 29px;
padding-bottom: 22px;
}

section.mainBanner .bannerflex .banner-form .formArea .form-control {
    background: #0c0b0b36;
    color: #fff;
    padding: 12px 12px 12px 37px;
    font-size: 13px;
    border: 1px solid #ffffff85;
}

section.mainBanner .bannerflex .banner-form .formArea .form-group {
    padding-bottom: 12px;
}

section.mainBanner .bannerflex .banner-form .formArea .form-control::placeholder {
    color: #fff;
}

.glb-btn button {
    background: #7C3AED;
    width: 100%;
    padding: 9px;
    font-weight: 600;
    border-radius: 42px;
    font-size: 13px;
}

.callOption {
    padding-top: 12px;
    font-size: 16px;
}

section.brands {
    text-align: center;
    position: relative;
    padding: 60px 0px;
}

.heading {
    padding-bottom: 4px;
}

.heading .headingTitle {
    /* font-family: auto; */
    font-size: 19px;
    line-height: 29px;
    /* font-weight: 700; */
    text-align: center;
}

.heading .headingTitle span {display: block;font-weight: 600;/* 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(../../assets/img/bussiness-mask.png);
    background-size: cover;
    background-position: left;
    padding: 22px 15px 22px 15px;
    text-align: center;
    border-radius: 14px;
    
}

section.business-requires {
    padding: 22px 0px;
}

section.scroll.business-requires.howMake {
    padding: 30px 0px;
}

section.business-requires .letstalk-flex {
    display: block;
    align-items: center;
    justify-content: space-between;
    text-align: center;
}

section.business-requires .letstalk-flex .content p {
    margin: 0px;
    text-align: center;
}

section.business-requires .letstalk-flex .content p span {
    font-weight: 600;
    display: block;
    text-align: center;
}

.businessRequiresArea .heading, .businessRequiresArea .txt {
    margin: 0px auto;
    width: 100%;
}

section.business-requires .borderLine {
    width: 86%;
    border-bottom: 1px dashed;
    margin: 14px 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: 6px 32px;
    border-radius: 30px;
    font-size: 14px;
    display: block;
    margin-top: 11px;
    width: fit-content;
}

section.business-requires .letstalk-flex .lets-btn a i {
    padding-left: 12px;
}

.bulbImg {
    position: absolute;
    width: 100%;
    top: -50px;
    left: 0px;
    display: none;
}

.bulbImg .img {
    width: 86px;
    height: 86px;
    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: 74px;
      height: 74px;
  }
  50% {
      width: 86px;
      height: 86px;
  }
  100% {
   width: 74px;
   height: 74px;
}
} 

section.newProject {}

section.newProject .sectionNew {
    width: 100%;
    margin: 0px auto;
    padding: 0px;
    background: #b491f1;
    /* display: flex; */
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    border-radius: 12px;
    margin-top: 17px;
}

section.newProject .sectionNew .contnet {
    width: 100%;
}

section.newProject .sectionNew .projectPoint {
    width: 100%;
}

section.newProject .sectionNew .projectPoint .list ul li {
    list-style: none;
    padding: 0px 4px;
}

section.newProject .sectionNew .projectPoint .list ul li .pro-point {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 15px 0px;
}

section.newProject .sectionNew .projectPoint .list ul li .pro-point img {
    width: 48px;
}

section.newProject .sectionNew .projectPoint .list ul li .pro-point .txt {
    width: calc(100% - 60px);
}

section.newProject .sectionNew .heading {
    padding: 0px;
    font-weight: 600;
}

section.services {
    padding: 0px 0px 22px 0px;
    position: relative;
}

section.services .servivceList ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
            padding: 0px;
}

section.services .servivceList ul li {
    width: 100%;
    margin: 2% 0px;
    list-style: none;
    justify-content: center;
   background: #FFFFFF;
border: 1px solid #E5E7EB;
    padding: 21px;
    border-radius: 10px;
}

section.services .servivceList ul li .serviceImg img {
    width: 52px;
}

section.services .servivceList ul li .serviceTitle {
    /* font-family: TRY Vesterbro; */
    font-size: 17px;
    font-weight: 700;
    line-height: 25px;
    margin: 0px 0px 11px 0px;
    width: calc(100% - 75px);
}

section.happyClient {
    padding: 22px 0px;
    text-align: center;
    position: relative;
    color: #fff;
}

section.happyClient:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 72%;
    top: 0px;
    left: 0px;
    z-index: -1;
    background: #010205;
}

section.happyClient .txt {
    width: 100%;
    margin: 0px auto;
}

section.happyClient .clientVideo {
    position: relative;
    margin-top: 32px;
    width: 100%;
    margin: 27px auto 0px auto;
}

section.happyClient .clientVideo .quoteIcon {
    position: absolute;
    left: -5px;
    top: -24px;
    width: 48px;
    height: 48px;
    background: #000;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    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: 21px;
    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: 15px;
}

.owl-theme .owl-dots .owl-dot span {
    margin: 0px!important;!importan;!importa;!import;!impor;!impo;!imp;!im;!i;!;
    width: 20px!important;!importan;!importa;!import;!impor;!impo;!imp;!im;!i;!;
    height: 7px!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: 0px;
}


section.ourClient{
    background: url(../../assets/img/bussiness-mask.png);
    background-size: cover;
    background-position: top;
    padding: 22px 0px 22px 0px;
    position: relative;
    margin-top: 22px;
}


section.business-requires.howMake .businessRequiresArea {
    background: #fff;
    padding: 0px;
    margin: 0px  auto;
    width: 100%;
}

section.tabsSection {
    padding: 10px 0px 22px 0px;
    text-align: center;
    background: #eae2f5;
}

section.tabsSection ul.nav.nav-pills {
    display: flex;
    justify-content: flex-start;
    flex-wrap: nowrap;
    overflow-x: scroll;
}

section.tabsSection ul.nav.nav-pills a.nav-link.active {
    
    color: #000;
}

section.tabsSection ul.nav.nav-pills a.nav-link .tabImg img {
    width: 66px;
}

section.tabsSection ul.nav.nav-pills li.nav-item {
    margin: 8px;
    display: block;
    width: 17%;
}

section.tabsSection ul.nav.nav-pills a.nav-link h3 {
    font-size: 12px;
    margin: 2px 0px 0px 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: 100%;
    background: #fff;
    padding: 22px 15px;
    border-radius: 0px;
}

.tabContent h3 {
    margin-bottom: 12px;
    font-weight: 600;
    font-size: 19px;
}

.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(../../assets/img/bussiness-mask.png);
    background-size: cover;
    background-position: top;
    padding: 22px 0px 44px 0px;
    background: #010205;
}

footer .footerflex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    position: relative;
    z-index: 1;
    flex-direction: column-reverse;
}

footer .footerflex .addArea {
    width: 100%;
    display: none;
}

footer .footerflex .addArea .formSec {
    width: 34%;
}

footer .footerflex .formSec {
    width: 100%;
    z-index: 1;
    padding: 0px 0px 22px 0px;
    color: #fff;
}

footer .footerflex:after {
    content: :: ;
}

.copyright {
    text-align: center;
    color: #ffffff;
    padding-top: 22px;
    width: 70%;
    margin: 0px auto;
    font-size: 14px;
    line-height: 21px;
}

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: 84%;
    right: 0px;
    z-index: 0;
    border-radius: 16px;
    display: none;
}

footer .footerflex .formSec .form-control {
    border: none;
    border-bottom: 1px solid #434040;
    border-radius: 0px;
    padding: 10px;
    font-size: 13px;
    border-radius: 3px;
    background: #ffffff;
    appearance: auto;
}

footer .footerflex .formSec .form-group {
    margin-bottom: 13px;
}

footer .footerflex .formSec .glb-btn {
    width: 58%;
    margin: 0px auto;
}

footer .footerflex .addArea .headingTitle {
    font-family: TRY Vesterbro;
    font-size: 21px;
    font-weight: 700;
    line-height: 32px;
    letter-spacing: -0.02em;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    text-align: center;
    margin-bottom: 6px;
}

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: 23px;
}

footer .socialMedia {
    margin-top: 17px;
}

footer .socialMedia ul {
    display: flex;
    list-style: none;
    justify-content: center;
}

footer .socialMedia ul li {
    font-size: 21px;
    background: #7C3AED;
    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;
    z-index: 2;
    position: relative;
}

section.ourClient .txt {
    text-align: center;
    width: 100%;
    margin: 0px auto;
    z-index: 2;
    position: relative;
}

section.ourClient .clientArea {
    display: flex;
    /* align-items: center; */
    flex-wrap: wrap;
    justify-content: space-between;
    flex-direction: column-reverse;
}

section.ourClient .clientArea .clinet-content {
    width: 100%;
    text-align: center;
    /* color: #fff; */
    /* font-size: 15px; */
    /* line-height: 25px; */
    margin-top: 12px;
}

section.ourClient .clientArea .clinet-content .txt {
    text-align: center;
    width: 100%;
    font-size: 15px;
}

section.ourClient .clientArea .web-img {
    width: 100%;
    /* margin-top: 32px; */
}

section.ourClient .ClientSlider:after {
    content: "";
    background: #ffffff;
    position: absolute;
    bottom: 0px;
    left: 0pc;
    width: 69%;
    height: 100%;
    left: -15%;
    display: none;
}

section.ourClient .clientArea .clinet-content .c-logo img {
    width: 112px;
    margin-bottom: 15px;
}

section.ourClient .clientArea .clinet-content .tags {
    
    color: #7C3AED;
    display: none;
}

section.ourClient .clientArea .clinet-content .link {
    margin-top: 0px;
    display: flex;
    justify-content: center;
    width: 100%;
}

section.ourClient .clientArea .clinet-content .link a {
    background: #ffffff;
    width: max-content;
    padding: 7px 22px;
    border-radius: 28px;
    color: #000;
    font-size: 13px;
    display: block;
}

section.ourClient .clientArea .clinet-content .link i {
    padding-left: 10px;
}

section.ourClient .owl-dots {
    text-align: left;
    display: flex;
    margin-top: 17px;
    z-index: 9;
    position: relative;
    justify-content: center;
}

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, #myNav ul li.active a {
    /* color: #000000; */
    /* font-weight: 600; */
}
#myNav ul li a:after {
    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);
    display: none;
}
#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: #751ab5; */
    /* 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 p {
    font-size: 15px;
    margin: 0px;
}

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 {
    line-height: 25px;
    margin-top: 7px;
    /* height: 154px; */
    overflow: hidden;
}

.web-technology {
    width: 100%;
    background-color: #fff;
    text-align: center;
    padding: 22px 0px;
    /* background: linear-gradient(45deg, #dab1d8, #f5dfb873); */
    /* background: url(../../assets/img/banner.png); */
    background-size: cover;
    background-position: top;
    /* padding: 30px 0px; */
    position: relative;
    background-color: #7C3AED;
}
.webTech {
    display: flex;
    flex-wrap: wrap;
    justify-content: center
}
.webTech li {
    /* flex-basis: 11%; */
    /* margin: 1rem; */
}
.webTech li img {
    width: 28px;
}
.webTech li {
    border: 1px solid #c1c1c1;
    border-radius: 50%;
    width: 70px;
    height: 70px;
    justify-content: center;
    align-items: center;
    display: flex;
    flex-direction: column;
    color: #5B6987;
    font-size: 11px;
    transition: .5s ease-in-out;
    background: #fff;
    margin: 5px;
/*    box-shadow: 0px 0px 10px #e5dddd;*/
}
.webTech li:hover {
    transform: scale(1.09);
}

.web-technology .txt {
    width: 100%;
    margin: 0px auto;
    font-size: 15px;
    line-height: 28px;
}

section.mainBanner .bannerflex .bannerContent .btands-list ul {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

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: 62px;
    border-radius: 3px;
    background: #fff;
}

section.mainBanner .bannerflex .bannerContent .btands-list h2.headingTitleh2 {
    margin: 10px 0px 3px 0px;
}

section.mainBanner .bannerflex .bannerContent .btands-list h2.headingTitleh2 {
    font-weight: 700;
    display: block;
    font-size: 21px;
    line-height: 29px;
}

.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;
}

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 #f9da71; */
}
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;
    width: 82px;
}

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: 0px;
    position: relative;
    margin-top: 26px;
}

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%;
    display: none;
}


.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: 74px;
    margin-bottom: 11px;
}

button.btn-close:hover {
    opacity: 1;
}

section.scroll.testimonials {
    padding-left: 0px;
}

*: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: 12px;
    background: #ffffffc7;
    margin: 2px;
    padding: 1px 7px;
    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;
}
ul.nav-list {
    /* display: none; */
}

section.mainBanner .bannerflex .bannerContent .btands-list ul li {
    width: 30%;
}

.lets-btn {
    display: flex;
    justify-content: center;
}

section.happyClient .clientVideo .palyIcon img {
    width: 48px;
}

.testimonialsList {
    padding: 0px 15px;
}

.c-logo {
    text-align: center;
    display: flex;
    justify-content: center;
}

.buttonLink {
    background: #f8d254;
    padding: 4px 14px;
    font-size: 13px;
    border-radius: 10px;
    margin-top: 0px;
    display: none;
}

.buttonLink i {
    padding-left: 7px;
}

a{
    cursor: pointer;
}

section.scroll.ourClient.port-sec.ourWebdesign {
    margin-top: 22px;
    padding: 22px 0px;
}

section.scroll.ourClient.port-sec.ourWebdesign .fl {
    margin: 0px;
}

section.scroll.ourClient.port-sec.ourWebdesign .item.items {
    width: 100%;
}

section.scroll.ourClient.port-sec.ourWebdesign .clientArea .clinet-content {
    margin: 0px;
}

section.scroll.ourClient.port-sec.ourWebdesign .clientArea .clinet-content .web-name span {
    padding: 5px 27px;
    border-radius: 18px;
    font-size: 14px;
    margin-top: 7px;
}

section.newProject .sectionNew {
    position: relative;
}

section.newProject .sectionNew .vector {
    position: absolute;
    bottom: 0px;
    right: 0px;
}

section.newProject .sectionNew .vector {
    display: none;
}

section.ourClient:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 45%;
    background: #fff;
    top: 0px;
}
.fix_foo {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 100000
}
.fix_foo ul {
    margin: 0;
    padding: 0
}
.fix_foo ul li {
    background: hsl(142.41deg 70.16% 48.63%);
    color: #fff;
    width: 50%;
    float: left;
    text-align: center;
    font-size: 13px;
    padding: 6px 0;
    list-style: none;
}
.fix_foo ul li a {
    color: #fff
}

.fix_foo ul li:nth-child(2) {
    background: #7C3AED;
    color: #fff;
}

.fix_foo ul li:nth-child(2) a {
    color: #fff;
}

ul.nav-list-simgle {
    list-style: none;
    display: flex;
    overflow-x: auto;
}

ul.nav-list-simgle li {
    white-space: nowrap;
    padding: 16px 14px;
    font-size: 15px;
}

ul.nav-list-simgle {
    display: none;
}

.header.fixed .navBar {
    display: none;
}

.header.fixed ul.nav-list-simgle {
    display: flex;
    /* display: none; */
}

ul.nav-list-simgle li.last {
    display: none;
}

ul.nav-list-simgle li.active a {
    font-weight: 600;
}

.linksa {
    font-size: 11px;
    background: #7C3AED;
    padding: 4px 14px;
    border-radius: 15px;
    white-space: nowrap;
    margin: 2px;
}

section.about-us {
    width: 100%;
    padding: 22px 0px;
    text-align: center;
}

section.about-us .about-flex {
    display: flex;
    align-items: center;
    width: 100%;
    flex-wrap: wrap;
    padding: 0px;
}

.about-flex {}

section.about-us .about-flex .fl {width: 100%;position: relative;display: none;}

section.about-us .about-flex .fr {
    width: 100%;
    padding: 0px;
}

section.about-us .about-flex:after {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    background: #f8d254;
    width: 30%;
    height: 100%;
    z-index: -1;
    display: none;
}

section.about-us .about-flex .fl .about-img img {
    width: 82%;
    z-index: 1;
    position: relative;
    margin-left: 30px;
}


.fix_foo ul li a i {
    font-size: 16px;
    padding-right: 3px;
}

div#captcha, div#captcha2 {
    text-align: left;
    font-size: 13px;
    line-height: 21px;
    padding-top: 9px;
    color: #7C3AED;
}



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;
}


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: #f8d254;
    z-index: 0;
}

.portfolioSeo {
    z-index: 1;
    position: relative;
}

section.scroll.ourPortfolio.seoPage.caseStudy .Seoranks {
    margin: 0px;
}

section.result-show {
    padding: 14px 0px;
}

section.case_stydy_Challnges {
    padding: 22px 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: 100%;
    background: #fff;
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
    list-style: none;
    text-align: center;
    padding: 18px 22px;
    border-radius: 14px;
    margin-bottom: 22px;
}

section.case_stydy_Challnges ul.chnagelist li.mains:nth-child(2) {
    margin-top: 20px;
}

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: 15px;
}

section.case_stydy_Challnges ul.chnagelist li.mains ul li {
    text-align: left;
}


section.how-we-got {
    text-align: center;
    padding: 0px 0px;
    position: relative;
}

section.how-we-got .heading {
    position: relative;
    width: 100%;
    margin: 0px auto;
}

section.how-we-got .heading .headingTitle {font-weight: 700;font-family: 'Plus Jakarta Sans';line-height: 35px;}

.got-flex {
    display: flex;
    flex-wrap: wrap;
    /* justify-content: space-between; */
    align-items: center;
    margin-top: 15px;
    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: 100%;
    margin: 22px auto;
}

.got-flex .got-content h3 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 12px;
}

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: 23px;
    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-radius: 5px;
}


section.case_stydy {
    padding: 82px 0px 10px 0px;
    background: #f8d254;
}

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;
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
}

section.case_stydy .caseSection .Stocks {
    width: 65%;
}

section.case_stydy .caseSection .case-txt {
    width: 100%;
}

section.case_stydy_Challnges ul.chnagelist li.mains ul {
    padding-left: 15px;
}

.footer-links-sec {
    margin-top: 0px;
    padding: 0px 0px 22px 0px;
}

.footer-links-sec .footer-links .links {
    width: 100%;
    max-width: 100%;
    font-size: 14px;
}

.footer-links-sec .footer-links .links ul li {
    font-size: 15px;
    padding: 0px;
}

.footer-links-sec .footer-links .links .title {
    font-size: 18px;
    padding-bottom: 2px;
}

.whatsapp {
    display: none;
}

ul li.last a {
    font-size: 11px;
    background: #7C3AED;
    padding: 10px 14px;
    border-radius: 15px;
    white-space: nowrap;
    margin: 2px;
}

.footer-links-sec {
    background: #010205;
}

.fix_foo {
    display: block;
}

section.scroll.ourPortfolio.seoPage {
    padding: 30px 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;
    flex-direction: column-reverse;
}

section.scroll.ourPortfolio.seoPage .Seoranks .flex-rank .project-brief {
    width: 100%;
    text-align: left;
    padding: 16px;
    font-size: 15px;
}

section.scroll.ourPortfolio.seoPage .Seoranks .flex-rank .project-img {
    width: 100%;
}

section.scroll.ourPortfolio.seoPage .Seoranks .flex-rank .project-brief .pro-logo .img img {
    height: 30px;
    width: auto;
    /* margin-bottom: 6px; */
    font-size: 15px;
}

section.scroll.ourPortfolio.seoPage .Seoranks .seo-staks {
    position: relative;
    width: 100%;
    /* bottom: 6%; */
    box-shadow: none;
    padding: 0px;
    /* border-radius: 27px; */
    left: 0px;
}

section.scroll.ourPortfolio.seoPage .Seoranks .seo-staks ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    left: 0px;
}

section.scroll.ourPortfolio.seoPage .Seoranks .seo-staks ul li {
    width: 32.33%;
    list-style: none;
    border: 1px solid #e0d3d3;
    padding: 7px;
}

section.scroll.ourPortfolio.seoPage .Seoranks .flex-rank .project-img img {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    /* height: 501px; */
    object-fit: cover;
    border: 1px solid #dcdcdc;
}

section.scroll.ourPortfolio.seoPage .Seoranks .seo-staks .title {
    font-size: 18px;
    padding-bottom: 14px;
    text-transform: uppercase;
    color: #575353;
}

section.scroll.ourPortfolio.seoPage .Seoranks .seo-staks ul li .innumber {
    font-size: 22px;
    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: 11px;
    line-height: 17px;
}

section.scroll.ourPortfolio.seoPage .Seoranks .seo-staks ul li .brief-summery span {
    /* display: block; */
    /* font-size: 12px; */
    /* display: none; */
}

    .logo-button .caseStudy-cta a {
        display: block;
        width: fit-content;
        padding: 5px 12px;
        border-radius: 50px;
        font-size: 13px;
        background: #f8d254;
        border: 2px solid #fff;
    }

        section.scroll.ourPortfolio.seoPage .more-links a {
        display: block;
        width: fit-content;
        padding: 6px 31px;
        border-radius: 50px;
        font-size: 13px;
        background: #f8d254;
        border: 2px solid #fff;
    }

    section.blogs.blogpage .blogs-section-flex .left .blogList .blogArea {
    width: 100%;
}

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: 16px;
    line-height: 27px;
    padding: 0px;
    margin: 0px;
}

section.blogs.blogpage.singleblog .blogs-section-flex .left, section.blogs.blogpage.singleblog .blogs-section-flex .right {
    width: 100%;
    font-size: 15px;
}

section.blogs.blogpage.singleblog .blogs-section-flex .left .blogList h2, section.blogs.blogpage.singleblog .blogs-section-flex .left .blogList h3 {
    font-size: 19px;
}


ol.breadcrumb {
    display: none;
}


section.ourClient.port-sec:after {
    display: none;
}

section.ourClient.port-sec {
    padding: 0px 0px 22px 0px;
}

section.ourClient.port-sec .pro-flex .list .items {
    width: 48%;
    margin: 2% 1%;
}

section.ourClient.port-sec .web-name span {
    display: none;
}

section.ourClient.port-sec .clientArea .clinet-content .c-logo img {
    width: 100%;
}

section.ourClient.port-sec .clientArea .clinet-content .c-logo img {
    width: 100%;
}

section.case_stydy .caseSection.portfolioSec {
    width: 100%;
}

.web-name {
    font-size: 14px;
}

section.scroll.testimonials.mainpage {
    padding: 22px 0px;
}

section.scroll.testimonials.mainpage .items {
    width: 100%;
    margin: 8px 0px;
    font-size: 15px;
    line-height: 26px;
}

section.cloudServices .service-list .ServiceMain .flex-service .fl, section.cloudServices .service-list .ServiceMain .flex-service .fr {
    width: 100%;
}

section.cloudServices.casestideisList {
    padding: 22px 0px;
}

section.cloudServices .service-list .ServiceMain {
    padding: 0px 0px 12px 0px;
    text-align: center;
}

section.cloudServices .service-list .ServiceMain .flex-service .fr .title .headLine {
    font-size: 21px;
    padding: 0px;
    margin-top: 12px;
}

section.cloudServices .service-list .ServiceMain .flex-service .fr .link a {
    font-size: 14px;
    padding: 5px 17px;
}

section.cloudServices .service-list .ServiceMain .flex-service .fr .link {
    justify-content: center;
    display: flex;
    margin-bottom: 22px;
}

section.whatwe-do ul li {
    width: 100%;
    font-size: 15px;
    margin: 3px 0px;
    padding: 7px 17px;
}

section.experts {
    padding: 0px;
}

section.experts .experts-list ul li {
    width: 100%;
}

section.mission .valueList {
    position: relative;
    width: 100%;
}

section.mission .missin-img {
    display: none;
}

section.mission .valueList .valueArea {
    width: 100%;
    margin-bottom: 12px;
    font-size: 15px;
}

section.mission .valueList .valueArea .title {
    font-size: 19px;
    margin-bottom: 5px;
}

section.mission {
    padding: 0px 0px 30px 0px;
}
section.about-us {
    color: #000;
}

section.about-us .about-flex .fr {
    color: #000;
}

section.case_stydy + section.about-us .about-flex .fl {
    display: none;
}


section.about-us .about-flex .fl .about-img img {
    width: 100%;
}

section.whatwe-do {
    padding: 30px 0px;
}

}
