@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"); }

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: #f8d254;
    border: 2px solid #fff;
}


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;
}

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 {
    background: #F6D63F;
    width: 100%;
    padding: 12px;
    font-weight: 600;
    border-radius: 42px;
}

.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;
    background: #F8D254;
}

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: #F8D254;
    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: #fcefc0db;
    padding: 30px;
    border-radius: 10px;
    border: 1px solid #fff;
}

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 #3131310A;
    padding: 24px;
    position: relative;
    overflow: auto;
    background: #f8d25433;
    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: #f8d254;
}

.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: #f8d25429;
}

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: #f8d254;
    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: 40px 0px;
}

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: 30px;
        font-size: 15px;
}

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: red;
    color: #F6D63F;
    display: none;
}

section.ourClient .clientArea .clinet-content .link {
    margin-top: 32px;
}

section.ourClient .clientArea .clinet-content .link {
    background: #f9db75;
    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, #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)
}
#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 {
    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: 154px;
    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;
}

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: #f9da71;
    color: #000000;
    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;
}

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: #f8d254;
    padding: 6px 22px;
    font-size: 15px;
    border-radius: 10px;
    margin-top: 10px;
}

.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: #f8d254;
    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: #f8d254;
}

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 #f8d254;
}

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: #f8d254;
}


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: #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;
}

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: #f8d254;
}

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, #fef4d6, 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: 32%;

}



section.cloudServices .service-list .ServiceMain .flex-service .fr {

    width: 62%;

}



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: #f8d254;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 {
    width: 72%;
}

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: #f8d254;
    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: #f8d254;
    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 #f8d254;
}

section.ourClient.port-sec .web-name span {
    background: #f8d254;
}