 body {
    background: #f7f9fb;
}
 .context {
    width: 100%;
    position: absolute;
    top:50vh;

}

.context h1{
    text-align: center;
    color: #fff;
    font-size: 50px;
}


.area{
    background: #F1592A;
    background: -webkit-linear-gradient(to left, #8f94fb, #4e54c8);
    width: 100%;
    height:80vh;
}

.circles{
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.circles li{
    position: absolute;
    display: block;
    list-style: none;
    width: 20px;
    height: 20px;
    background: rgba(255, 255, 255, 0.2);
    animation: animate 25s linear infinite;
    bottom: -150px;

}

.circles li:nth-child(1){
    left: 25%;
    width: 80px;
    height: 80px;
    animation-delay: 0s;
}


.circles li:nth-child(2){
    left: 10%;
    width: 20px;
    height: 20px;
    animation-delay: 2s;
    animation-duration: 12s;
}

.circles li:nth-child(3){
    left: 70%;
    width: 20px;
    height: 20px;
    animation-delay: 4s;
}

.circles li:nth-child(4){
    left: 40%;
    width: 60px;
    height: 60px;
    animation-delay: 0s;
    animation-duration: 18s;
}

.circles li:nth-child(5){
    left: 65%;
    width: 20px;
    height: 20px;
    animation-delay: 0s;
}

.circles li:nth-child(6){
    left: 75%;
    width: 160px;
    height: 160px;
    animation-delay: 3s;
}

.circles li:nth-child(7){
    left: 35%;
    width: 225px;
    height: 225px;
    animation-delay: 7s;
}

.circles li:nth-child(8){
    left: 50%;
    width: 40px;
    height: 40px;
    animation-delay: 15s;
    animation-duration: 45s;
}

.circles li:nth-child(9){
    left: 20%;
    width: 30px;
    height: 30px;
    animation-delay: 2s;
    animation-duration: 35s;
}

.circles li:nth-child(10){
    left: 85%;
    width: 250px;
    height: 250px;
    animation-delay: 0s;
    animation-duration: 11s;
}



@keyframes animate {

    0%{
        transform: translateY(0) rotate(0deg);
        opacity: 1;
        border-radius: 0;
    }

    100%{
        transform: translateY(-1000px) rotate(720deg);
        opacity: 0;
        border-radius: 50%;
    }

}
#servicesSection{
    height: 170px;
}
#servicesSection .herosection-padding{
    padding-top: 0px;
    padding-bottom: 0px;
}
#servicesSection .container{
    background-color: #fff;
    padding: 10px;
    position: relative;
    top:-328px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    border-radius: 4px;
}

.txt24{
    font-size: 24px;
    font-weight: 400;
    color: #767676;
    line-height: 1.5;
    /* text-align: justify; */
}

/* .changeColor{
    color: #fff !important;
} */
.tm-navigation .tm-navigation-dropdown ul{
    border-top: 4px solid #444444 !important;
}
.tm-navigation .tm-navigation-megamenu > ul{
    border-top: 4px solid #444444 !important;
}
.funfact-area{
    padding-top: 45px !important;
    padding-bottom: 45px !important;
    margin-top: 70px;
}
/* .services-area .container{
    margin-left: 0;
    background-color: #111b51;
    padding: 100px 88px 252px 120px;
    padding-bottom: 20px;
    max-width: 91.2%;
} */
.services-area{
    color: #fff;
}
.services-area h1{
    color: #fff;
}
.tm-service{
    background: unset;
}
.services-area h5 a{
    color: #fff;
}
.mt-30-reverse{
    /* width: 90%; */
    margin: auto;
    text-align: left;
}
.tm-service:hover {
    background: unset;
    -ms-transform: translateY(-2px);
    transform: unset;
    -webkit-box-shadow: unset;
    box-shadow: unset;
}
.serviceHover:hover{
    background: #005cff;
}
.tm-service-icon {
    color: #005cff;
}

/* #services .tm-service {
    border-radius: unset;
    -webkit-box-shadow: unset;
    box-shadow: unset;
    min-height: 400px;
  } */

.mt-30-reverse .col-lg-3 {
    /*border-right: 1px solid transparent;
    border-top: 1px solid transparent;*/
    /* border: 1px solid transparent;
    border-image: linear-gradient( to bottom right,#b827fc 0%,#2c90fc 25%,#b8fd33 50%,#fec837 75%,#fd1892 100% );
      border-image-slice: 100%;
    border-image-slice: 1;
    transition: all .3s ease;
    padding: 0; */

  }
  .mt-30-reverse .mt-30{
    margin-top: 0px;
  }


  .tm-readmore {
    color: #fff !important;
    position: absolute;
    bottom: 32px;
    left: 32px;
    background-color: #ff5a2c;
    border: 1px solid #fff;
    padding: 4px 16px;
    border-radius: 4px;
    text-decoration: none;
    font-size: 16px;
    font-weight: 400;
    line-height: 37px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: all .3s ease;

}
  .tm-readmore i{
    font-size: 30px !important;
    position: relative;
    top: 3px;
  }
.tm-readmore:hover{
    background-color: #111b51;
  }
  .serviceHover:hover .tm-readmore {
    background-color: #ff5a2c;
    border-color: #ff5a2c;
    color: #fff;
}
/* .tech-area .container{
    margin-right: 0;
    background-color: #111b51;
    padding-top: 20px;
    padding-bottom: 20px;
    max-width: 1400px;
} */
.tech-section{
    /* padding-top: 0px; */
}
.tech-section .tm-service {
    border-radius: unset;
    -webkit-box-shadow: unset;
    box-shadow: unset;
    min-height: 200;
  }

.tech-area{
    color: #fff;
}
.tech-area h1{
    color: #fff;
}
.tech-area{
    background: unset;
}
.tech-area h5 a{
    color: #fff;
}

.tech-section .tm-service-icon{
    margin: 40px auto;
}

.tm-portfolio-buttons li{
    padding: 12px;
    text-decoration: none;
    list-style: none;
}
.tm-portfolio-buttons li button{
    font-size: 17px;
}
.tm-portfolio-buttons li .is-active{
    background-color: #F1592A;
    color:#fff;
    /* padding: 15px; */
}
.hide{
    display: none;
}

/************/
.tm-readmore .arrow-right {
    font-style: normal;
    font-size: 24px;
    line-height: 24px;
    margin-left: 16px;
}
.container {
    width: 100%;
    max-width: 1630px;
    padding-left: 15px;
    padding-right: 15px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}
.tm-portfolio-buttons li button {

    display: flex;
    align-items: center;
    padding: 24px;
    font-weight: 400;
    cursor: pointer;
    transition: all .3s;
    border-radius: 4px;
    width: 100%;
    font-size: 20px;
}
.tm-portfolio-buttons li button:hover{
    background-color: #F1592A;
    color:#fff;
}
.tm-portfolio-buttons li button{
    background-color: #000;
    color:#fff;
}
.tm-portfolio-buttons li{
    padding: 0;
    margin-bottom: 16px;
}

h2{
    font-size: 48px;
    font-weight: 700;
    line-height: 64px;
    margin-bottom: 24px;
    text-transform: capitalize;
}
.tm-portfolio-buttons button{
    margin: 0;
}

.tm-section-title h3 {
    font-size: 24px;
}
.tm-about-content h1{
    font-size: 54px;

}
.hero-banner-left .tm-about-content {
    padding: 64px 120px 64px 64px;
}
.tm-readmore:hover {
    opacity: 1 !important;
    background-color: #111b51 !important;
    border-color: #111b51 !important;
}
.header-mobilemenu .mean-container a.meanmenu-reveal {
    color: #ffffff;
}

.sticky-active .mean-container a.meanmenu-reveal{
    color: #292828;
}



.tech-section .serviceHover:nth-child(1), .tech-section .serviceHover:nth-child(2), .tech-section .serviceHover:nth-child(3), .tech-section .serviceHover:nth-child(4), .tech-section .serviceHover:nth-child(5), .tech-section .serviceHover:nth-child(6) {
    border-top: 0;
}

.tech-section .serviceHover {
    transition: all .3s ease;
    border-right: 1px solid transparent;
    border-top: 1px solid transparent;
    border-image: linear-gradient(to bottom right, #b827fc 0%, #2c90fc 25%, #b8fd33 50%, #fec837 75%, #fd1892 100%);
    border-image-slice: 1;
}
.slick-dots, .slick-next, .slick-prev {
    position: static;

}
.tech-section .serviceHover:nth-child(6n) {
    border-right: 0;
}
.serviceHover{
    padding: 0;
}

.tech-section .serviceHover {
    width: 16.66667%;
    align-items: center;
    justify-content: center;
}
.service-demand-icons ul li span{
    margin-left: 15px;
}
.service-demand-icons ul li i{
    font-size: 20px;
}
/* .tech-area .container{
    max-width: 92%;
} */

.heroTitle h3 {
    margin-top: 32px;
    font-family: 'Karla';
}
.service-demand-icons ul li .fa-mobile{
    font-size: 26px;
}
.header-mobilemenu .mean-container .mean-nav > ul {
    max-height: 300px;

}
.widget-info-logo img{
    width: 120px;
}


/* #services .serviceHover:nth-child(1), #services .serviceHover:nth-child(2), #services .serviceHover:nth-child(3), #services .serviceHover:nth-child(4), #services .serviceHover:nth-child(5), #services .serviceHover:nth-child(6) {
    border-top: 0;
} */
.portfolios-section .tm-portfolio-image img {
    height: 300px;
}
.portfolios-section .tm-portfolio-item {
    margin-bottom: 20px;
}

.artificial-section .tm-section-title {
    margin-bottom: 0;
    margin-top: 0;
}

.artificial-section{
    background-color: #f7f9fb;
    padding-top: 16px;
}
.artificial-info{
    background-color: #fff;
    padding: 64px 120px;
}

.artificial-section h2 {
    font-size: 42px;
    font-weight: 500;
    /* font-family: arial,sans-serif; */
    /* line-height: 44px; */
    margin-bottom: 24px;
}
.innovative-box:hover {
    background-color: #ff5a2c;
}
.innovative-box:hover h4, .innovative-box:hover p, .innovative-box:hover .innovative-icon i{
    color: #fff;
}
.artificial-section p {
    font-family: Arial;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    color: #444;
    letter-spacing: 1px;
}
.artificial-info{
    margin-bottom: 100px;
}
.artificial-text{
    margin-bottom: 64px;
}
.artificial-text:last-child {
    margin-bottom: 0;
}
.integration-section{
    background-color: #111b51;
    position: relative;
}
.integration-section, .client-section{
    padding: 100px 0;
}
.custom-container{
    width: 100%;
    max-width: 1360px;
    margin: auto;
}
.integration-list{
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    margin-left: -16px;
    margin-right: -16px;
    margin-bottom: -16px;
    margin-top: 64px;
}

.integration-list-box{
    background-color: #fff;
    padding: 40px;
    height: 100%;
    border-radius: 4px;
    box-shadow: 0 0 16px rgba(0, 0, 0, 8%);
}
.integration-list-box h2 {
    margin-bottom: 16px;
    font-size: 20px;
    /* font-weight: 700; */
    line-height: 24px;
    text-transform: capitalize;
}
.integration-list-box p {
    color: #444444;
}
.integration-list ul li {
    padding: 0;
    width: auto;
    margin-bottom: 12px;
    list-style: disc;
}
.integration-list-icon{
    color: #005cff;
    display: inline-block;
    font-size: 52px;
    margin-bottom: 24px;
}
.integration-section:before {
    display: block;
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 284px;
    background-color: #f7f9fb;
}
.custom-dev-box{
    background-color: #fff;
    padding: 30px;
    height: 100%;
    border-radius: 4px;
    /* box-shadow: 0 0 16px rgba(0, 0, 0, 8%); */
}
.custom-dev-icon {
    color: #005cff;
    display: inline-block;
    font-size: 52px;
    margin-bottom: 24px;
}
.custom-dev-box h4{
    /* font-family: Arial; */
    font-size: 20px;
    font-weight: 500;
    line-height: 28px;
}
.custom-dev-section {
    padding-bottom: 100px;
}

.app-dev-section{
    /* margin-top: -180px; */
    position: relative;
}
.app-dev-section:before {
    background-color: #111b51;
}
.app-dev-section:before {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    right: 0;
}
.app-dev-inner{
    background-color: #111b51;
    padding-top: 100px;
    padding-bottom: 426px;
}
.app-dev-list{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 64px;
}


.app-dev-list .app-dev-box:nth-child(1), .app-dev-list .app-dev-box:nth-child(2), .app-dev-list .app-dev-box:nth-child(3) {
    border-top: 0;
}
.app-dev-list .app-dev-box:nth-child(3n) {
    border-right: 0;
}
.app-dev-list .app-dev-box:nth-child(1), .app-dev-list .app-dev-box:nth-child(2), .app-dev-list .app-dev-box:nth-child(3) {
    border-top: 0;
}
.app-dev-list .app-dev-box {
    width: 33.33%;
    border-right: 1px solid transparent;
    border-top: 1px solid transparent;
    border-image: linear-gradient(to bottom right, #b827fc 0%, #2c90fc 25%, #b8fd33 50%, #fec837 75%, #fd1892 100%);
    border-image-slice: 1;
}
.app-dev-box {
    padding: 30px;
    height: 100%;
}
.app-dev-icon i{
    color: #005cff;
    display: inline-block;
    font-size: 52px;
    margin-bottom: 24px;
}
.app-dev-box h3{
    font-size: 20px;
    /* font-weight: 700; */
    line-height: 24px;
    text-transform: capitalize;
}

.app-dev-box:hover {
    background-color: #005cff;
}
.app-dev-box:hover .app-dev-icon i {
    color: #fff;
}
.innovative-section{
    padding-bottom: 100px;
    margin-top: -326px;
}
.innovative-box{
    background-color: #fff;
    padding: 32px;
    height: 100%;
    transition: all ease .3s;
}
.innovative-icon i{
    color: #005cff;
    display: inline-block;
    font-size: 52px;
    margin-bottom: 24px;
}
.innovative-box h4 {
    /* font-family: Arial; */
    font-size: 20px;
    font-weight: 500;
    line-height: 28px;
}
.text-orange{
    color: #F1592A !important;
}
.industry-section{
    background-color: #fff;
    padding-top: 100px;
    padding-bottom: 100px;
}
.industry-section h4{
    font-family: arial, sans-serif;
}
.industry-box i{
    font-size: 44px;
    color: #005cff;
}
.industry-box span{
    border-left: 1px solid #ccc;
    padding-left: 16px;
    margin-left: 16px;
    display: inline-flex;
    flex-wrap: wrap;
    align-items: center;
    font-size: 18px;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 0;
    font-family: arial, sans-serif;
}
.industry-box a{
    background: #f5f4f6;
    border-radius: 2px;
    padding: 16px;
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    color: #000;
    min-height: 80px;
    transition: all ease .3s;
}
.industry-box a:hover{
    background-color: #ff5a2c;
    color: #fff;
}
.industry-box a:hover i{
    color: #fff;
}
.industry-box{
    border: 1px solid #e9e9e9;
    padding: 8px;
    margin: 6px;
}
.client-section{
    padding: 100px 0;
}
.client-box{
    padding: 32px;
    min-height: 350px;
    background-color: #fff;
    border-radius: 4px;
    margin: 12px
}
.client-info img{
    width: 48px;
    height: 48px;
}
.client-img{
    width: 48px;
    height: 48px;
    border-radius: 50%;
    overflow: hidden;
}
.client-name{
    padding-left: 16px;
}
.client-name h5{
    font-size: 20px;
    font-weight: 400;
    line-height: 24px;
    margin: 0;
    color: #000;
}
.client-head{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.client-name p{
    color: #f1592a;
}
.slick-dots {
    bottom: -75px;
}
.slick-dots{
    padding-bottom: 20px;
}
.slick-dots li button:before {
    font-size: 16px;
    line-height: 24px;
    position: absolute;
    top: 0;
    left: 0;
    width: 22px;
    height: 22px;
    content: '•';
    text-align: center;
    opacity: .25;
    color: #000;
}
.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 22px;
    border-radius: 50%;
    height: 22px;
    padding: 5px;
    cursor: pointer;
    color: #bebebe;
    border: 1px solid;
    outline: 1px;
    background: 0 0;
}
.slick-dots li.slick-active button:before {
    opacity: 1;
    color: #f1592a;
    border-color: #f1592a;
    border: 1px solid;
    border-radius: 50%;
    line-height: 22px;
}
.our-client-head{
    padding: 50px;
}
.our-client-section{
    padding-bottom: 100px;
}
.client-logo{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: stretch;
    margin: 0;
    padding: 0;

}

.client-logo li:nth-child(3n+1) {
    border-left: 0;
}
.client-logo li:nth-child(4n+1) {
    border-left: 1px solid #efefef;
}
.client-logo li {
    width: 33.33%;
    height: 128px;
    padding: 0 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-top: 1px solid #efefef;
    border-right: 1px solid #efefef;
}
.our-client-box{
    background-color: #fff;
    border-radius: 2px;
}
.client-logo img {
    display: block;
    width: auto;
    height: auto;
    max-width: 100%;
}
/* //////////hero-section//////////// */

.circles {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.area{
    min-height: 600px;
    padding: 0;
    overflow: hidden;
    position: relative;
    height: auto;
}
.hero-banner-section{
    margin-top: -470px;
    padding: 0;
    text-transform: capitalize;
    background: #f7f9fb;
}
.hero-banner-box{
    justify-content: space-between;
    align-items: center;
    background-color: #fff;
    min-height: 420px;
    border-radius: 4px;
}

.hero-banner-box .row{
    align-items: center;
}
.hero-banner-box .hero-banner-left img{
    border-radius:4px 0 0 4px;
}
.hero-banner-left .tm-about-content{
    margin-top: 0 !important;
}
.hero-section-heading{
    min-height: 178px;
}
.hero-section-heading h1{
    color: #fff;
    margin-bottom: 64px;
    margin-left: auto;
    margin-right: auto;
    text-transform: uppercase;
    max-width: 1380px;
    letter-spacing: 1.5px;
    font-size: 54px;
    font-weight: 700;
    line-height: 64px;
    font-family: Arial, sans-serif;

}

.hero-section-heading span {
    display: block;
    color: #fff;
    font-size: 32px;
    line-height: 40px;
    max-width: 800px;
    margin: auto;
    text-transform: capitalize;
}
.hero-section-home {
    text-align: center;
    overflow: hidden !important;
    height: 800px !important;
}
.achieve-box{
    background-color: #fff;
    align-items: stretch;
    min-height: 475px;
}
.achievetext {
    border-right: 1px solid #efefef;
    padding: 52px 65px 52px 120px;
}
.achievetext h3 {
    font-size: 48px;
    font-weight: 700;
    line-height: 64px;
    margin-bottom: 24px;
    text-transform: capitalize;
    font-family: Arial, sans-serif;
}
.achievetext p{
    font-size: 24px;
    font-weight: 400;
    line-height: 32px;
}
.achieve-list-1{
    border-bottom: 1px solid #efefef;
    width: 100%;
    align-items: stretch;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 0;
    padding: 0;

}
.achieve-list-1 li{
    width: 50%;
    padding: 50px 15px;
    border-right: 1px solid #efefef;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.achieve-list-1 li:last-child {
    border: 0;
}
.achieve-list-2{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    align-items: stretch;
    margin-bottom: 0;
    padding: 0;
}
.achieve-list-2 li{
    width: 33.33%;
    border-right: 1px solid #efefef;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 40px 0;
}
.achieve-list-3 {
    width: 100%;
    padding: 0px;
    border-top: 1px solid #efefef;

}
.achieve-list-3 ul{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: stretch;
    padding: 0;
    margin-bottom: 0;
}
.achieve-list-3 li:first-child {
    padding-left: 0;
}
.achieve-list-3 li {
    width: 25%;
    padding: 52px 32px;
    border-right: 1px solid #efefef;
}
.achieve-list-3 li {
    display: inline-flex;
    align-items: center;
    justify-content: center;

}
.achieve-list-3 h4{
    font-size: 48px;
    font-weight: 700;
    line-height: 55px;
    color: #ff5a2c;
    margin-bottom: 0;
    font-family: arial, sans-serif;
}
.achieve-list-1 li img{
    width: 220px;

}
.achieve-list-3 span {
    font-size: 20px;
    letter-spacing: 0;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0;
}
.achieve-count{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
}
.achieve-count img {
    margin-right: 32px;
}
.achieve-list-3 li:last-child {
    border: 0;
    padding-right: 0;
}
.dev-services{
    padding-top: 100px;
    padding-bottom: 0 !important;

}
.dev-services-box{
    background-color: #111b51;
    padding: 100px 88px 252px 120px;
    position: relative;
}
.dev-services-box:before {
    display: block;
    content: "";
    background-color:#111b51;
    position: absolute;
    right: 100%;
    top: 0;
    bottom: 0;
    width: 200%;
}
.dev-services-list:nth-child(1), .dev-services-list:nth-child(2), .dev-services-list:nth-child(3), .dev-services-list:nth-child(4) {
    border-top: 0;
}
.dev-services-list {
    width: 25%;
    border-right: 1px solid transparent;
    border-top: 1px solid transparent;
    border-image: linear-gradient(to bottom right, #b827fc 0%, #2c90fc 25%, #b8fd33 50%, #fec837 75%, #fd1892 100%);
    border-image-slice: 1;
}
.dev-services-list:nth-child(4n) {
    border-right: 0;
}
.dev-services-list .tm-service{
    padding: 32px;
    padding-bottom: 82px;
    position: relative;
    height: 100%;
    transition: all .3s ease;
    box-shadow: none;

}
.trusted-section{
    padding-top: 0;
    margin-top: -150px;
    overflow: hidden;
    padding-bottom: 100px;
    position: relative;
}
.trusted-box {
    background-color: #fff;
    position: relative;
    padding: 100px 120px;
    padding-bottom: 490px;
}
.trusted-box:before {
    display: block;
    content: "";
    background-color: #fff;
    position: absolute;
    left: 100%;
    top: 0;
    bottom: 0;
    width: 200%;
}

.trusted-inner {
    position: relative;
    padding: 0px 20px 0px 20px;
}
.trusted-img{
    display: block;
    margin-bottom: 32px;
}
.trusted-slider-text{
    font-size: 24px;
    font-weight: 400;
    line-height: 32px;
}
.trusted-slide {
    padding-bottom: 0px;
    position: relative;
    min-height: 500px;
    text-transform: capitalize;
}
.trusted-slide a {
    color: #005cff;
    padding: 0;
    border: 0;
    font-weight: 700;
    margin-top: 16px;
    background-color: initial;
    border: 1px solid #fff;
    padding: 8px 0;
    border-radius: 4px;
    text-decoration: none;
    line-height: 24px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: all .3s ease;
}
.link-btn-1{
    font-size: 32px;
    font-weight: 400;
    line-height: 24px;
    color: #ff5a2c;
    transition: all ease .3s;
    /* position: relative;
    top: -20px; */
    display: inline-block;
}
.trusted-slide2 {
   position: relative;
    height: 100%;
    /* background-color: #fff; */
    padding-right: 30px;
}
.trusted-text2{
    padding: 32px;
    padding-bottom: 32px;
    background-color: #fff;
    min-height: 200px;
}
.trusted-text2 h3 {
    text-transform: capitalize;
    margin-bottom: 10px;
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
    font-family: Arial, sans-serif;
}
.trusted-section2{
    padding: 0;
    margin-top: -500px;
    overflow: hidden;
}
.trusted-box2{
    position: relative;
    padding: 100px 120px;
}
.tech-section-box .tm-service-icon {
    margin: 40px auto;
    height: 64px;
    width: 64px;
    background-color: #fff;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.tech-section-box{
    background-color: #111b51;
    padding: 100px 88px 252px 120px;
    position: relative;
}
.tech-section-box:before {
    right: auto;
    left: 100%;
}
.tech-section-box:before {
    display: block;
    content: "";
    background-color: #111b51;
    position: absolute;
    right: 100%;
    top: 0;
    bottom: 0;
    width: 200%;
}
.watch-section{
    padding-top: 0;
    margin-top: -150px;
    overflow: hidden;
    padding-bottom: 100px;
    position: relative;

}
.watch-box {
    background-color: #fff;
    position: relative;
    padding: 100px 120px;
    /* padding-bottom: 490px; */
    padding-bottom: 90px;
}
.watch-box:before {
    right: 100%;
    left: auto;
}
.watch-box:before {
    display: block;
    content: "";
    background-color: #fff;
    position: absolute;
    left: 100%;
    top: 0;
    bottom: 0;
    width: 200%;
}
.information1Inner {
    position: relative;
}
.onTvMain {
    align-items: center;
    justify-content: space-between;
}

.onTvVdo {
    position: relative;
}

.watch-box:before {
    display: block;
    content: "";
    background-color: #fff;
    position: absolute;
    left: 100%;
    top: 0;
    bottom: 0;
    width: 200%;
    right: 100%;
    left: auto;
}

.recognition-slide{
    background-color: #fff;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 8%);
    border: 1px solid rgba(0, 0, 0, 8%);
    border-radius: 4px;
    padding: 32px;
    color: #000;
    height: 100%;
    padding-bottom: 120px;
    position: relative;
    text-transform: capitalize;
    z-index: 1;
}

.recognition-rating ul{
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    margin: 0;
    list-style: none;
    padding: 0;
}
.recognition-rating li {
    margin: 0 3px 0 0 !important;
    font-size: 24px;
    line-height: 22px;
    color: #ff5a2c;
}
.recognition-head{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}
.recognition-body{
    color: #767676;
    font-family: Arial, sans-serif;
    letter-spacing: 1px;
}
.recognition-footer {
    position: absolute;
    left: 32px;
    bottom: 32px;
}
.recognition-box{

    position: relative;
    padding: 100px 120px;
    padding-bottom: 490px;
    background-color: #111b51;
    padding-bottom: 0;

}

.recognition-box:before {
    display: block;
    content: "";
    background-color: #111b51;
    position: absolute;
    left: 100%;
    top: 0;
    bottom: 0;
    width: 200%;
}
.recognition-logo{
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    z-index: 1;
    margin-top: 88px;
    list-style: none;
}

.featured-section .featuredlist {
    display: flex;
    align-items: center;
    justify-content: space-between;
    list-style: none;
}
.featuredlist li {
    margin-right: 60px;
}
.featured-section  {
    margin-top: -420px;
    padding-bottom: 0;
    overflow: hidden;
    position: relative;
}
.featured-box{
    background-color: #fff;
    position: relative;
    padding: 100px 120px;
    padding-top: 450px;
    padding-bottom: 100px;
}
.featured-box:before {
    display: block;
    content: "";
    background-color: #fff;
    position: absolute;
    /* left: 100%; */
    top: 0;
    bottom: 0;
    width: 200%;
    right: 100%;
    left: auto;
}

.portfolio-box {
    background-color: #fff;
    padding-bottom: 30px;
    position: relative;
}

.tm-portfolio-buttons button{
    color: #fff;
}

.portfolio-box-inner{
    /* overflow: hidden; */
    min-height: 650px;
}
.casestudy-section{
    padding: 0;
    position: relative;
    margin-top: -100px;
}
.casestudy-section:before {
    display: block;
    content: "";
    background-color: #fff;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 50%;
    z-index: -1;
}
.casestudy-box {
    background-color: #fff;
    padding: 100px 120px;
    padding-top: 1px;
    padding-bottom: 535px;
}
.casestudy-inner {
    margin-top: -500px;
}
.casestudyinner{
    object-fit: cover;
    /* margin-top: 64px; */
    align-items: stretch;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.casestudy-left{
    width: 50%;
    position: relative;
}
.casestudy-left img {
    object-fit: cover;
    height: 100%;
}
.casestudy-left .overlay-text{
    width: 50%;
    padding: 32px;
    min-height: 308px;
    padding-bottom: 72px;
    position: relative;
    position: absolute;
    right: 0;
    bottom: 0;
    background-color: rgba(13, 22, 44, .97);
    color: #fff;
}
.casestudyinner span {
    display: block;
    margin-bottom: 24px;
    text-transform: uppercase;
}
.casestudyinner h3{
    font-size: 24px;
    font-weight: 400;
    line-height: 34px;
    margin: 0;
    text-transform: capitalize;
}
.casestudy-left .cstriangle {
    border-right-color: rgba(13, 22, 44, .97);
    right: 100%;
    top: 30px;
}
.casestudy-left h3{
    color: #fff;
}
.casestudy-right-bottom{
    flex-direction: row-reverse;
    align-items: stretch;
}
.casestudy-right-bottom .overlay-text{
    background-color: #005cff;
    color: #fff;

}
.casestudy-right-bottom h3{
    color: #fff;
}
.casestudy-right-bottom .cstriangle {
    border-right-color:#005cff;
    left: 100%;
    bottom: 30px;
    transform: rotate(180deg);
}
.readmore-btn{
        background-color: #ff5a2c;
        border: 1px solid #ff5a2c;
        padding: 7px 16px;
        border-radius: 4px;
        text-decoration: none;
        color: #fff !important;
        font-size: 16px;
        font-weight: 400;
        line-height: 24px;
        display: inline-flex;
        align-items: center;
        justify-content: center;

}

.readmore-btn:hover {
    background-color: initial;
    border-color: #ff5a2c;
    color: #ff5a2c;
}
.readmore-btn{
    position: absolute;
    left: 32px;
    bottom: 32px;
}
.readmore-btn i {
    font-style: normal;
    font-weight: 700;
    margin-left: 8px;
}
.casestudy-right{
    flex-direction: column;
    width: 50%;
    position: relative;
}
.casestudy-right-top .overlay-text {
    background-color: #efefef;
    color: #000;
}
.casestudy-right .overlay-text{
    width: 50%;
    padding: 32px;
    min-height: 308px;
    padding-bottom: 72px;
    position: relative;
}
.casestudy-right-top{
    align-items: stretch;
}
.casestudy-right-top .cstriangle{
    border-right-color: #efefef;
    right: 100%;
    top: 30px;

}
casestudy-left .overlay-text{
        border-right-color: rgba(13, 22, 44, .97);
        right: 100%;
        top: 30px;

}
.cstriangle {
    width: 0;
    height: 0;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-right: 10px solid #efefef;
    position: absolute;
}
.casestudy-box img {
    object-fit: cover;
    height: 100%;
}
.casestudymain{
    display: flex;
}
.culture-section{
    margin-top: -440px !important;
}




.accordion .card-header:after {
    font-family: 'FontAwesome';
    content: "\f068";
    float: right;
    color: #f1592a;
}
.accordion .card-header.collapsed:after {

    content: "\f067"; color: #f1592a;
}

.faq-section .card-header {
    background-color: initial;
    border-bottom: 1px solid #eee;
    justify-content: flex-start;
    padding: 24px;
    font-size: 24px;
    /* font-weight: 400; */
    position: relative;
    padding-right: 60px;
    font-family: Arial, sans-serif;
}
.faq-box{
    background-color: #fff;
    padding: 100px 120px;
    padding-bottom: 100px;
    position: relative;
}
.faq-box:before {
    display: block;
    content: "";
    background-color: #fff;
    position: absolute;
    left: 100%;
    top: 0;
    bottom: 0;
    width: 200%;
}


@media (max-width: 1629px) {
    .faq-box{
        background-color: #fff;
        padding: 80px 100px;
        padding-bottom: 80px;
    }
    .culture-section{
        margin-top: -380px !important;
    }
    .casestudy-right .overlay-text, .casestudy-left .overlay-text {
        padding: 25px;
        min-height: 280px;
    }
    .csimg{
        width: 50%;
    }
    .casestudyinner h3 {
        font-size: 21px;
        line-height: 30px;
    }
    .casestudy-inner {
        margin-top: -520px;
    }
    .casestudy-section{
        padding: 0;
    }
    .casestudy-box{
        padding: 80px 100px;
        padding-bottom: 458px;
    }

    .portfolio-box {
        background-color: #fff;
        padding: 20px 50px 150px 50px;
        padding-bottom: 30px;
        position: relative;
    }
    .featuredlist li {
        margin-right: 40px;
    }
    .featured-box{
        padding: 80px 100px;
        padding-bottom: 100px;
        padding-top: 430px;
    }
    .featured-section {
        padding-top: 0;
        padding-bottom: 0;
    }
    .recognition-logo{
        margin-top: 70px;
    }
    .recognition-box{
        padding: 80px 100px;
        padding-bottom: 0;
    }
    .recognition-section{
        padding-bottom: 80px;
        padding-top: 0;
        margin: 0;
    }
    .onTvVdo iframe {
        width: 100%;
        height: 372px;
    }
    .onTvSec .information1In {
            padding-bottom: 450px;
        }

    .watch-box{
        padding: 80px 100px;
        /* padding-bottom: 450px; */
        padding-bottom: 70px;
    }
    .watch-section{
        padding-top: 0;
        padding-bottom: 80px;
    }
    .tech-section-box{
        padding: 80px 88px 150px 100px;
        padding-bottom: 230px;
    }
    .trusted-section2{
        padding: 0;
        margin-top: -458px;
    }
    .trusted-img{
        margin: 12px;
        margin-bottom: 32px;
    }
    .link-btn-1{
        font-size: 24px;
    }
    .trusted-slide{
        min-height: 420px;
    }
    .trusted-slider-text{
        font-size: 21px;
        line-height: 28px;
    }
    .trusted-box{
        padding: 80px 100px;
        padding-bottom: 370px;
    }
    .trusted-section{
        padding: 0;
        padding-top: 0;
        padding-bottom: 80px;
    }
    .dev-services-list .tm-service a{
        bottom: 25px;
        left: 25px;
    }
    .dev-services-list .tm-service {
        padding: 25px;
        padding-bottom: 72px;
    }
    .dev-services-box{
        padding:80px 88px 150px 100px;
    }
    .dev-services {
        padding-top: 80px;
        padding-bottom: 80px;
    }
    h2 {
        font-size: 32px;
        line-height: 42px;
        margin-bottom: 20px;
    }
    .achieve-list-3 span{
        font-size: 16px;
        line-height: 21px;
    }
    .achieve-count{
        align-items: center;
        justify-content: center;
        text-align: center;
    }
    .achieve-list-3 h4{
        font-size: 40px;
        line-height: 48px;
    }

    .achieve-list-3 li{
        padding: 42px 15px;
    }
    .achievetext h3{
        font-size: 30px;
        line-height: 52px;
        margin-bottom: 20px;
    }
    .achievetext{
        padding: 50px 60px 50px 100px;
    }
    .hero-section-heading span{
        font-size: 26px;
        line-height: 34px;
        max-width: 650px;
        margin-top: 24px;
    }
    .hero-section-heading{
        min-height: 150px;
    }
    .hero-section-heading h1{
        font-size: 34px;
        line-height: 45px;
        margin-bottom: 25px;
    }
    .hero-section-home{
        padding-top: 80px !important;
        padding-bottom: 404px !important;
        height: auto !important;
        min-height: 755px !important;
    }
    .hero-banner-left .tm-about-content{
        margin-top: 0 !important;
    }
    .hero-banner-left .tm-about-content {
        padding: 50px 60px 50px 100px;
    }
    .hero-banner-box .hero-banner-left img{
        object-fit: cover;
        height: 100%;
        width: 100%;
        max-width: none;
        position: relative;
        left: 50%;
        transform: translateX(-50%);
    }

    .hero-banner-box .hero-banner-left .tm-about-image{
        overflow: hidden;
    }
    .our-client-head{
        padding: 40px;
    }
    .client-box{
        padding: 24px;
    }
    .custom-dev-section, .our-client-section {
        padding-bottom: 80px;
    }
    .industry-section h4{
        font-size: 22px;
        line-height: 30px;
    }
    .industry-section {
        padding: 50px 0;

    }
    .innovative-section{
        padding-bottom: 80px;
    }
    .app-dev-inner{
        padding-top: 80px;
        padding-bottom: 400px;
    }
    .integration-section, .client-section{
        padding: 80px 0;
    }
    .artificial-info{
        padding:50px 60px 50px 100px;
    }
    .artificial-section h2{
        font-size: 36px;
        line-height: 42px;
    }
    .tm-portfolio-buttons li button {
        padding: 20px;
        font-size: 18px;
    }
    .container {
        max-width: 1310px;
    }
    .tm-service{
        padding: 25px;
    }
    /* .services-area .container{
        max-width: 1310px;
    } */

    .tech-area .container{
        max-width: 1310px;
    }
    .artificial-info {
        margin-bottom: 80px;
    }
    .custom-container{
        padding: 0 100px;
    }
    .integration-list-box h2{
        font-size: 18px !important;

    }
    .trusted-box2{
        padding: 80px 100px;
        padding-top: 0;
    }


}

@media (max-width: 1309px) {
    .faq-box{
        background-color: #fff;
        padding: 30px;
        padding-bottom: 70px;
    }
    .culture-section{
        margin-top: -398px !important;
    }
    .casestudyinner h3 {
        font-size: 18px;
        line-height: 28px;
    }
    .casestudy-inner {
        margin-top: -500px;
    }
    .casestudy-box{
        padding: 30px;
        padding-bottom: 400px;
    }
    .casestudy-section{
        margin: 0;
    }
    .portfolio-box-inner{
        overflow: hidden;
        min-height: 0;
        padding-top: 50px;
    }
    .portfolio-box {
        padding: 40px 30px 130px;
        padding-bottom: 605px;
    }
    .featured-box{
        padding: 30px;
        padding-top: 415px;
        padding-bottom: 70px;

    }
    .recognition-logo{
        margin-right: 50px;
    }
    .recognition-box{
        padding: 30px;
        padding-bottom: 0;
    }
    .recognition-section{

        padding: 0;


    }
    .onTvVdo iframe {
        height: 290px;
    }
    .watch-box{
        padding: 30px;
        /* padding-bottom: 400px; */
        padding-bottom: 70px;
    }
    .watch-section{
        padding: 0;
    }
    .tech-section-box{
        padding: 40px 30px 130px;
        padding-bottom: 220px;
    }
    .trusted-box2 {
        padding: 30px;
    }
    .trusted-section2{
        padding: 0;
        margin-top: -458px;
    }
    .trusted-section{
        padding: 0;
    }
    .trusted-img {
        margin: 12px;
        margin-bottom: 24px;

    }
    .trusted-slide{
        min-height:0;
    }
    .trusted-slider-text{
        font-size: 20px;
        line-height: 25px;
    }
    .trusted-box{
        padding: 30px;
        /* padding-bottom: 330px; */
        padding-bottom: 40px;
    }

    .dev-services-box{
        padding: 40px 30px 130px;
    }
    .dev-services {
        padding-top: 70px;
        padding-bottom: 70px;
    }
    .achieve-list-3 span{
        font-size: 14px;
        line-height: 21px;
    }
    .achieve-list-3 h4{
        font-size: 32px;
        line-height: 45px;
    }
    .achieve-list-3 li{
        padding: 32px 15px;
    }
    .achieve-list-3{
        padding: 0 60px;
    }
    .achievetext h3{
        font-size: 36px;
        line-height: 46px;
        margin-bottom: 16px;
    }
    .achievetext{
        padding: 60px;
    }

    .hero-section-heading h1{
        font-size: 46px;
        line-height: 54px;
        margin-bottom: 20px;
    }
    .hero-section-heading span{
        font-size: 22px;
        line-height: 30px;
        margin-top: 16px;
    }

    .hero-section-home{
        padding-top: 80px !important;
        padding-bottom: 350px !important;
        min-height: 701px !important;
    }
    .hero-banner-left .tm-about-content{
        margin-top: 0 !important;
    }
    .hero-banner-left .tm-about-content {
        padding: 30px;
    }
    .our-client-head{
        padding: 20px;
    }
    .client-box{
        padding: 16px 12px;
    }
    .custom-dev-section, .our-client-section {
        padding-bottom: 70px;
    }
    .integration-list-box, .custom-dev-box{
        padding: 32px;
    }
    .industry-box span{
        padding-left: 12px;
        margin-left: 12px;
        font-size: 18px;
    }
    .industry-section {
        padding: 70px 0;

    }
    .innovative-box{
        padding: 24px;
    }
    .app-dev-box{
        padding: 24px;
    }
    .innovative-section{
        padding-bottom: 70px;
    }
    .app-dev-inner{
        padding-top: 70px;
        padding-bottom: 390px;
    }
    .custom-container{
        padding: 0 30px;
    }
    .integration-list{
        margin-top: 54px;
    }
    .integration-section, .client-section{
        padding: 70px 0;
    }
    .artificial-text {
        margin-bottom: 54px;
    }
    .artificial-info {
        margin-bottom: 70px;
    }
    .artificial-section h2 {
        font-size: 36px;
        line-height: 46px;
        margin-bottom: 16px;
    }
    .artificial-info{
        padding: 30px;
    }
    .header-bottomarea .container {
        max-width: 1204px;
    }
    /* .services-area .container {
        padding: 40px 30px 130px;
    } */
    .tm-portfolio-buttons li button {
        font-size: 16px;
    }
    .tab-content h3 {
        font-size: 20px;
    }
    .tab-content h3 {
        font-size: 18px;
    }
    .container {
        max-width: 1024px;
    }
   h2{
        font-size: 36px;
        line-height: 46px;
        margin-bottom: 16px;
    }
    .tm-about-content h1 {
        font-size: 40px;
        line-height: 50px;
    }
    .app-dev-list{
        margin-top: 54px;
    }
    .achieve-count img {
        margin-right: 10px;
        max-width: 60px;
    }

}
@media (max-width: 1180px) {

    #servicesSection {
        height: 30px;
    }
    /* #services .tm-service {
        min-height: 440px;
    } */
    .tm-navigation ul li a {
        padding: 15px 6px;
        font-size: 14px;
    }
    .client-name h5 {
        font-size: 18px;
    }

}
@media (max-width: 1023px) {

    .faq-box{
        padding: 50px 30px;
        padding-bottom: 50px;
    }

    .faq-section .card-header{
        font-size: 20px;
    }
    .casestudy-right .overlay-text, .casestudy-left .overlay-text {
        padding: 15px;
        min-height: 250px;
    }
    .casestudy-inner {
        margin-top: 0;
    }
    .casestudy-box{
        padding: 50px 30px;
    }
    .portfolio-box {
        padding: 50px 30px;
        padding-bottom: 50px;
    }
    .featured-box{
        padding: 50px 30px;
        padding-top: 50px;
        padding-bottom: 50px;

    }
    .featured-section{
        margin: 0;
        padding: 0;
    }
    .recognition-logo{
        padding: 15px;
        margin-top: 50px;
        background: #fff;
        border-radius: 4px;
    }
    .recognition-box{
        padding: 30px;

        padding-bottom: 50px;
    }
    .recognition-section{
        margin: 0;
    }
    .onTvVdo iframe {
        height: 250px;
    }
    .watch-box{
        padding: 50px 30px;
        padding-bottom: 50px;
    }
    .watch-section{
       margin: 0;
    }
    .tech-section-box{
        padding: 50px 30px;
        padding-bottom: 50px;
    }
    .trusted-box2 {
        padding: 50px 30px;
    }
    .trusted-section2{
       margin: 0;
    }
    .trusted-img {
        margin: 12px;
        margin-bottom: 16px;

    }
    .trusted-box{
        padding: 50px 30px;
    }
    .trusted-section{
        margin: 0;
    }
    .dev-services-list{
        width: 50%;
    }
   .dev-services-list:nth-child(1), .dev-services-list:nth-child(2) {
        border-top: 0;
    }
     .dev-services-list:nth-child(3), .dev-services-list:nth-child(4) {
        border-right: 1px solid #ddd;
        border-top: 1px solid #ddd;
    }
    .dev-services-list:nth-child(2n) {
        border-right: 0;
    }
    .dev-services-list:nth-child(1), .dev-services-list:nth-child(2) {
        border-top: 0;
    }
    .trusted-slider-text{
        font-size: 18px;
        line-height: 24px;
    }
    .dev-services-box{
        padding: 50px 30px;
    }
    .dev-services {
        padding-top: 50px;
        padding-bottom:0;
    }
    .achieve-count img {
        margin:auto;
    }
    .achieve-list-3{
        padding: 0 30px;
    }
    .achievetext h3{
        font-size: 32px;
        line-height: 40px;
    }
    .achievetext{
        padding: 30px;
    }
    .hero-section-heading{
        min-height: 120px;
    }
    .hero-section-heading span{
        font-size: 18px;
        line-height: 28px;
        margin-top: 16px;
    }
    .hero-section-heading h1{
        font-size: 36px;
        line-height: 45px;
        margin-bottom: 15px;
    }
    .hero-section-home{
        padding-top: 15px !important;
        padding-bottom: 230px !important;
        min-height: 520px !important;
    }
    .hero-banner-section {
        margin-top: -330px;
    }
    .hero-banner-left .tm-about-content{
        margin-top: 0 !important;
    }
    .area{
        min-height: 450px;
    }
    .custom-dev-box h4{
        font-size: 18px;
        line-height: normal;
    }
    .custom-dev-section, .our-client-section {
        padding-bottom: 50px;
    }
    .industry-section {
        padding: 50px 0;
    }
    .innovative-section{
        padding-bottom: 50px;
    }
    .app-dev-inner{
        padding-top: 50px;
        padding-bottom: 380px;
    }
    .integration-list{
        margin-top: 44px;
    }
    .integration-section, .client-section{
        padding: 50px 0;
    }
    .artificial-text {
        margin-bottom: 40px;
    }
    .artificial-info {
        margin-bottom: 50px;
    }
    .artificial-section h2 {
        font-size: 28px;
        line-height: 32px
    }
    .tm-about-content h1 {
        font-size: 36px;
        line-height: 45px;
    }
    /* .tm-portfolio-buttons li button {
        padding: 50px 30px;
    } */
    .tech-section .serviceHover, .tech-section .serviceHover:nth-child(3) {
        width: 33.33%;
    }
    .tech-section .serviceHover:nth-child(3n) {
        border-right: 0;
    }

    .tech-section .serviceHover:nth-child(2n), .tech-section .serviceHover:nth-child(5) {
        border-right: 1px solid transparent;
        border-top: 1px solid transparent;
        border-image: linear-gradient(to bottom right, #b827fc 0%, #2c90fc 25%, #b8fd33 50%, #fec837 75%, #fd1892 100%);
        border-image-slice: 1;
    }
    .tech-section .serviceHover:nth-child(2) {
        border-top: 0;
    }

    .tech-section .serviceHover:nth-child(3n) {
        border-right: 0;
    }

    h2 {
        font-size: 32px;
        line-height: 40px;
    }
    .innovative-box h4{
        font-size: 18px;
    }
    .app-dev-list{
        margin-top: 44px;
    }
    .culture-section{
        margin: 0 !important;
    }
}

@media (max-width:991px) {
    .hero-banner-left .tm-about-content{
        margin-top: 0 !important;
    }
    .sticky-active .header-mobilemenu .mean-container .mean-nav ul li a{
        color: #fff !important;
    }


    .tm-about-content{
        padding: 30px;
    }

    #servicesSection {
        height: auto;
    }
    /* #services .tm-service {
        min-height: 340px;
    } */
    /* .mt-30-reverse {
        width: 100%;

    } */
    #servicesSection .container {
        top: -136px;
        width: 94%;
    }
}
@media (max-width: 767px) {
    .trusted-slide2{
        padding-right: 0;
    }

    .faq-section .card-header{
        padding: 18px;
        font-size: 18px;
    }
    .casestudymain{
        display: block !important;
    }

    .casestudy-left, .casestudy-right{
        width: 100%;
    }
    .featuredlist {
        flex-wrap: wrap;
    }
    .featuredlist li {
        margin: 10px 0;
        width: 49%;
    }
    .recognition-logo li{
        margin: 0;
        padding: 0;
        width: 33.33%;
        display: inline-flex;
        justify-content: center;
    }
    .recognition-logo{
        margin-top: 30px;
        flex-wrap: wrap;
    }
    .recognition-box{
        padding: 30px;
        padding-bottom: 50px;
    }
    .onTvLeft {
        padding-right: 0;
        padding-bottom: 25px;
    }
    .onTvVdo iframe {
        height: 275px;
    }

    .trusted-img {
        margin: 8px;
    }
    .link-btn-1{
        position: static;
        margin: 45px auto 0;
        display: block;
        max-width: fit-content;
    }
    .trusted-slide a{
        font-size: 15px;
        position: relative;
        z-index: 1;
    }

     .achieve-list-3 li:nth-child(1),  .achieve-list-3 li:nth-child(2) {
        border-bottom: 1px solid #efefef;
    }
     .achieve-list-3 li:first-child,  .achieve-list-3 li:last-child {
        padding: 30px;
    }
    .achieve-list-3 li {
        align-items: flex-start;
    }
    .achieve-list-3{
        padding: 0;
    }
    .achievetext h3{
        font-size: 28px;
        line-height: 32px;
    }
    .achievetext{
        border: 0;
        border-top: 1px solid #efefef;
        border-bottom: 1px solid #efefef;
    }
    .hero-section-heading span{
        font-size: 17px;
        line-height: 24px;
        margin-top: 10px;
    }
    .hero-section-heading h1{
        font-size: 32px;
        line-height: 42px;

    }
    .hero-section-home{
        padding-bottom: 180px !important;
        min-height: 480px !important;
    }
    .hero-banner-box .hero-banner-left img{
        border-radius: 4px 4px 0 0;
        object-fit: cover;
        height: auto;
        width: 100%;
        max-width: 100%;
        position: static;
        transform: none;
    }
    .hero-banner-left .tm-about-content{
        margin-top: 0 !important;
    }
    .area{
        min-height:300px;
    }
    .client-box{
        min-height: 0;
    }
    .artificial-section p {
        letter-spacing: inherit;
    }
    .industry-section h4{
        font-size: 20px;
        line-height: 28px;
    }
    /* .artificial-section p{
        text-align: justify;
    } */

    .app-dev-list .app-dev-box:nth-child(2n+1) {
        border-right: 1px solid transparent;
        border-image: linear-gradient(to bottom right, #b827fc 0%, #2c90fc 25%, #b8fd33 50%, #fec837 75%, #fd1892 100%);
        border-image-slice: 1;
    }
    .app-dev-list .app-dev-box:nth-child(2n) {
        border-right: 0;
    }
    .app-dev-list .app-dev-box:nth-child(3) {
        border-right: 1px solid transparent;
        border-top: 1px solid transparent;
        border-image: linear-gradient(to bottom right, #b827fc 0%, #2c90fc 25%, #b8fd33 50%, #fec837 75%, #fd1892 100%);
        border-image-slice: 1;
    }
    .app-dev-list .app-dev-box{
        width: 50%;
    }
    .integration-list{
        margin-top: 34px;
    }
    .artificial-text {
        margin-bottom: 34px;
    }
    .service-demand-icons ul li i {
        width: 22px;
    }
    .heroTitle h1{
        font-size: 34px !important;
    }
    .heroTitle h3{
        font-size: 22px !important;
    }

    .service-demand-icons ul li span{
        display: none;
    }
    .service-demand-icons li button{
        display: block;
        padding: 12px 15px;
    }
    .service-demand-icons li{
        width: auto;
    }
    .service-demand-icons ul {
        display: flex;
        justify-content: space-between;
    }
    .tech-section .tm-service {
        padding: 0px 15px;
    }
    h2{
        font-size: 28px;
        line-height: 32px;
    }
    .app-dev-list{
        margin-top: 32px;
    }
    .achieve-list-2 li {
        padding: 10px;
    }
    .achieve-list-3 li {
        padding: 30px;
        width: 50%;
    }
}
@media (max-width: 567px) {
    .casestudy-right-bottom .cstriangle{
        display: none;
    }
    .casestudy-left .overlay-text{
        position: relative;
    }
    .readmore-btn{
     position: static;
     margin-top: 25px;
    }
    .casestudy-right .overlay-text, .casestudy-left .overlay-text {
        padding: 15px;
        min-height: 0;
        width: 100%;
    }
    .casestudyinner img, .csimg {
        width: 100%;
    }
    .casestudy-section{
       background-color: #fff;
    }
    .portfolio-box:after {
        display: block;
        content: "";
        background-color: var(--color2);
        position: absolute;
        left: 100%;
        top: 0;
        bottom: 0;
        width: 200%;
    }
    .faq-box:after {
        display: block;
        content: "";
        background-color: #fff;
        position: absolute;
        right: 100%;
        top: 0;
        bottom: 0;
        width: 200%;
    }
    .recognition-box:after {
        display: block;
        content: "";
        background-color: #111b51;
        position: absolute;
        right: 100%;
        top: 0;
        bottom: 0;
        width: 200%;
    }
    .featured-box, .recognition-box, .portfolio-box, .casestudy-box {
        padding-left: 0;
        padding-right: 0;
    }
    .faq-box {
        padding-left: 10px;
        padding-right:10px;
    }
    .recognition-slide{
        padding: 12px;
        padding-bottom: 120px;
    }
    .recognition-footer {
        position: absolute;
        left: 20px;
        bottom: 20px;
    }
    .watch-box{
        padding-left: 0;
        padding-right: 0;
    }
    .onTvVdo iframe {
        height: 175px;
    }
    .tech-section-box{
        padding-left: 0;
        padding-right: 0;
    }
    .trusted-box2 {
        padding-left: 0;
        padding-right: 0;
    }
    .trusted-box:after {
        display: block;
        content: "";
        background-color: #fff;
        position: absolute;
        right: 100%;
        top: 0;
        bottom: 0;
        width: 200%;
    }
    .trusted-slide a{
       margin-top: 0;
    }
    .trusted-slider-text{
        font-size: 15px;
        line-height: 20px;
    }
    .trusted-box{
        padding-left: 0;
        padding-right: 0;
    }
    .dev-services-box:after {
        display: block;
        content: "";
        background-color: var(--color2);
        position: absolute;
        left: 100%;
        top: 0;
        bottom: 0;
        width: 200%;
    }

   .dev-services-list, .dev-services-list:nth-child(3) {
        width: 100%;
        border-right: 0;
    }
    .dev-services-list:nth-child(2) {
        border-top: 1px solid #ddd;
    }
    .dev-services-list{
        width: 100%;
    }
    .dev-services-list, .dev-services-list:nth-child(3) {
        width: 100%;
        border-right: 0;
    }
    .dev-services-list .tm-service a{
        position: static;
    }
    .dev-services-list .tm-service {
        padding-left: 15px;
        padding-right: 15px;
        padding-bottom: 25px;
    }
    .dev-services-box{
        padding-left: 0;
        padding-right: 0;
    }
    .dev-services{
        overflow: hidden;
    }
    .achievetext h3{
        font-size: 24px;
        line-height: 30px;
        margin-bottom: 12px;
    }
    .achievetext{
        padding: 30px 15px;
    }
    .hero-section-heading span{
        font-size: 16px;
        line-height: 24px;
        margin-top: 10px;
    }
     .hero-section-heading h1{
        font-size: 26px;
        line-height: 32px;

    }

    .hero-banner-left .tm-about-content{
        margin-top: 0 !important;
    }
    .custom-dev-box h4 {
        font-size: 16px;
        /* margin-bottom: 8px; */
    }
    .custom-container{
        padding: 0 15px;
    }
    .integration-list{
        margin-top: 24px;
    }
    .artificial-text {
        margin-bottom: 24px;
    }
    .artificial-section h2 {
        font-size: 24px;
        line-height: 30px;
        margin-bottom: 12px;
    }
    .artificial-info{
        padding: 30px 15px;
    }
    .tm-about-content h1 {
        font-size: 26px;
        line-height: 32px;
    }
    h2{
        font-size: 24px;
        line-height: 30px;
        margin-bottom: 12px;
    }
    .tm-funfact {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
    /* .tm-portfolio-buttons li button {
        padding-left: 0;
        padding-right: 0;
    } */
    .app-dev-list{
        margin-top: 24px;
    }
    .innovative-icon i {
        margin-bottom: 14px;
    }
    .recognition-logo {
        margin-right: 0
    }
    .dev-services-box:before{
        width: 0;
    }
}
@media (max-width: 479px) {
    .header-logo {
        padding: 14px 0 !important;
    }
    .faq-section .card-header {

        font-size: 16px;
    }
    .faq-box{

        padding-bottom: 30px;
    }

    .featured-box, .portfolio-box, .casestudy-box{
        padding-top: 30px;
        padding-bottom: 30px;

    }

    .recognition-box{

        padding-bottom: 50px;
    }
    .watch-box{
        padding-bottom: 30px;
        padding-top: 30px;
    }
    .tech-section-box{
        padding-bottom: 30px;
        padding-top: 30px;
    }
    .trusted-box2 {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .trusted-slider-text {
        font-size: 14px;
        line-height: 20px;
    }
    .trusted-box{
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .dev-services{
        padding-top: 30px;
        padding-bottom: 0;
    }
    .achieve-list-3 h4{
        font-size: 32px;
        line-height: 45px;
    }
    .achieve-list-3 li, .achieve-list-3 li:first-child, .achieve-list-3 li:last-child {
        padding: 15px;
    }
    .achieve-list-1 li{
        padding: 25px 15px;
    }
    .achievetext h3{
        font-size: 21px;
        line-height: 28px;
    }
    .achievetext{
        padding: 20px 15px;
    }
    .hero-section-heading span{
        font-size: 14px;
        line-height: 20px;
        margin-top: 10px;
    }
    .hero-section-heading h1{
        font-size: 24px;
        line-height: 32px;
    }
    .hero-section-home{
        padding-top: 15px !important;
        padding-bottom: 140px !important;
        min-height: 380px !important;
    }
    .hero-banner-left .tm-about-content{
        margin-top: 0 !important;
    }
    .area{
        min-height:250px;
    }
    .client-name h5 {
        font-size: 16px;
    }
    .footer-toparea.tm-padding-section{
        padding: 30px 0;
    }
    .artificial-section p {
       font-size: 14px;
    }
    .custom-dev-section, .our-client-section {
        padding-bottom: 30px;
    }
    .industry-section {
        padding: 30px 0;

    }
    .integration-list-box, .custom-dev-box{
        padding: 20px;
    }
    .innovative-section .text-white{
        color: #000 !important;
    }
    .app-dev-box{
        padding: 20px;
    }
    .app-dev-list .app-dev-box:nth-child(3n) {
        border-right: 0;
    }
    .app-dev-list .app-dev-box:nth-child(2) {
        border-top: 1px solid transparent;
        border-image: linear-gradient(to bottom right, #b827fc 0%, #2c90fc 25%, #b8fd33 50%, #fec837 75%, #fd1892 100%);
        border-image-slice: 1;
    }
    .app-dev-list .app-dev-box, .app-dev-list .app-dev-box:nth-child(2n+1) {
        width: 100%;
        border-right: 0;
    }
    .innovative-section{
        margin: 0;
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .app-dev-inner{
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .custom-container{
        padding: 0;
    }
    .integration-list{
        margin-top:8px;
    }
    .integration-section, .client-section{
        padding: 30px 0;
    }
    .artificial-info {
        margin-bottom: 30px;
    }
    .artificial-section h2 {
        font-size: 21px;
        line-height: 28px;
    }
    .artificial-info{
        padding: 20px 15px;
    }
    .header-topinfo ul li a {

        font-size: 14px;
    }
    h2{
        font-size: 21px;
        line-height: 28px;
    }
    .app-dev-section {
        background: #111b51;
    }
    .app-dev-list{
        margin-top: 20px;
    }
}
@media (max-width: 369px) {
    .hero-section-home {
        padding-top: 40px !important;
    }
    .hero-banner-section {
        margin-top: -180px;
    }
}
@media (max-width: 479px) {
    .hero-banner-section {
        margin-top: -250px;
    }
}


.trusted-slider-text {
    padding-left: 15px;
}
.btn2, .link-btn-1{
    padding-left: 15px !important;
}
.h2 {
    font-size: 36px;
    line-height: 42px;
}