html{
    overflow: hidden;
    overflow-y: auto;
}
body{
    line-height: 1;
    font-weight: 400;
    color: #000;
}
.loationpgwrap{
   background-color: #CCE4FF;
}
.outfit-family{
    font-family: "Outfit", sans-serif;
}
.manrope-family{
    font-family: "Manrope", sans-serif;
}
.common-tp-btm{
    padding-top: 80px;
    padding-bottom: 80px;
}
.techugo-wrapper{
    margin: 0;
}
.fnw-400{
    font-weight: 400;
}
.fnw-600{
    font-weight: 600;
}
.fnw-500{
    font-weight: 500;
}
.fnw-300{
    font-weight: 300;
}
.wrapmxwd{
    max-width: 1480px;
    margin: auto;
}
.wrapmxwd.headerwd{
    width: 100%;
}
.fwddiv{
    width: 100%;
}
:root {
    --color-bg: papayawhip;
    --color-bg-accent: #ecdcc0;
    --size: clamp(10rem, 1rem + 40vmin, 30rem);
    --gap: calc(var(--size) / 14);
    --duration-port: 150s;
    --duration-port-main: 12s;
    --scroll-start-port: 0;
    --scroll-end-port: calc(-100% - var(--gap));
    --start-port: 0;
    --end-port: calc(-100% - var(--gap));
     --cyan: #00ffe5;     
     --distance-arrow: 18px;  
     --duration-btn: 2.2s;
     --accent:#3b82f6;
     --ok:#10b981;
     --text:#0f172a;
     --muted:#64748b; 
}
/*Common Start Here*/
p{
    font-size: 17px;
    line-height: 28px;
}
p.f22{
    font-family: "Outfit", sans-serif;
    font-size: 22px;
    line-height: 40px;
}
.w100img{
    width: 100%;
    height: auto;
}
h1{
    font-size: 42px;
}
h2{
    font-family: "Outfit", sans-serif;
    font-size: 35px;
}
h2.f40{
    font-size: 40px;
}
h2.f54{
    font-size: 54px;
}
h2.f45{
    font-size: 45px;
}
h1.f45{
    font-size: 45px;
}
/*Common end Here*/


/*Home Page Banner Start Here*/
.techugo-banner-hero-content{
    position: relative;
    width: 100%;
    margin-top: 100px;
    margin-bottom: 60px;
}
.download-apps{
    position: absolute;
    right: 50px;
    top: 50px;
}
.techugo-ban{
    position: relative;
}
.techugo-ban .ban-content{
    position: relative;
    display: flex;
    align-items: center;
}
.techugo-ban h1{
    font-family: "Outfit", sans-serif;
    position: relative;
    font-weight: 600;
    color: #fff;
    padding-bottom: 16px;
}
.techugo-ban h1 span.mobile-apps{
    position: relative;
    color: #1FFFE0;
}
.techugo-ban p{
    max-width: 780px;
}
.creative-people-row{
    padding: 40px 0;
    background-color: #0C1321;
}
.creative-people-box {
    display: flex;
    justify-content: space-between;
}
.creative-people-box .creative-star-bx{
    font-family: "Outfit", sans-serif;
    font-weight: 400;
    font-size: 25px;
    color: #fff;
    display: flex;
    align-items: center;
    margin: 0 50px;
}
.creative-people-box .creative-star-bx img{
    margin-right: 15px;
    height: auto;
}
.creative-people-box.portfolio-anim .creative-star-bx img{
    width: 60px;
    margin-right: 25px;
}
.creative-people-row .marquee {
    position: relative;
    display: flex;
    overflow: hidden;
    user-select: none;
    gap: var(--gap);
}
.creative-people-row .marquee__group {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: space-around;
    gap: var(--gap);
    animation: good-review var(--duration-port-main) linear infinite;
}
@keyframes good-review {
    from {
        transform: translateX(var(--start-port));
    }
    to {
        transform: translateX(var(--end-port));
    }
}
.hero-up-brands{
    margin-top: 30px;
}
.hero-up-brands img{
    max-width: 100%;
    height: auto;
}
.techugo-banner-hero-content .common-btn-bx{
    text-align: left;
    margin-top: 30px;
}
.techugo-banner-hero-content .common-btn-bx a img{
    width: 18px;
}
.techugo-ban .ban-content{
    overflow: hidden;
}
.homgpg-hero-slider{
    position: absolute;
    bottom: 0;
    right: 0;
    width: 50%;
}
.slider-base-ban{
    position: absolute;
    right: 0px;
    bottom: -40px;
}
.slider-base-ban img{
    width: 580px;
    height: auto;
}
.techugo-hero-slider-content-wrap{
    position: absolute;
    left: 160px;
    bottom: 80px;
}
.techugo-hero-slider-content-wrap .app-screen-view{
    padding-top: 50px;
}
.techugo-hero-slider-content-wrap .app-screen-view img{
    width: auto;
    max-width: 336px;
}
.techugo-hero-slider-content-wrap .app-screen-view.milkbun-app img{
    max-width: 280px;
}
.tech-home-hero-slider .owl-item .item {
  opacity: 0;
  transform: translateY(100%);
  will-change: transform, opacity;
}
.tech-home-hero-slider .owl-item.active .item {
  animation: softBottomBounce 1s cubic-bezier(0.175, 0.885, 0.32, 1.275) forwards;
}
@keyframes softBottomBounce {
  0% {
    transform: translateY(100%);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
.techugo-hero-slider-app-content-wrap{
    position: absolute;
    right: 100px;
    width: 240px;
    bottom: 50px;
}
.app-hero-box-content{
    position: relative;
    padding: 20px;
    border-radius: 37px;
    border: 1px solid #FFFFFF;
    overflow: hidden;
}
.app-hero-box-content .dropbg{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 37px;
    background: #01050D66;
    filter: blur(15.800000190734863px);
}
.app-hero-box-content .apps-descwrap{
    position: relative;
    z-index: 1;
}
.app-hero-box-content .apps-desc{
    font-size: 23px;
    line-height: 32px;
}
.app-hero-box-content .apps-desc span.truefan{
    color: #53954D;
}
.app-hero-box-content .apps-sm-des{
    font-size: 15px;
    margin-top: 15px;
}
.techugo-hero-slider-app-content-wrap .logorwv{
    display: flex;
    align-items: center;
    font-size: 16px;
    margin-bottom: 15px;
}
.techugo-hero-slider-app-content-wrap .logorwv img{
    width: auto;
    max-width: 100%;
    height: auto;
    margin-left: 15px;
}
/*Home Page Banner End Here*/


/*Our innovations are made possible through the generous support of our investors Start*/
.developed-products{
    background-color: #010712;
}
.innovationsbox-anim{
    padding: 50px 0;
    margin-top: 40px;
    background-color: #010E25;
}
.innovationsbox-anim img{
    width: 100%;
}
.wth-innovations .marquee {
    position: relative;
    display: flex;
    overflow: hidden;
    user-select: none;
    gap: var(--gap);
    margin-top: 40px;
    margin-bottom: 50px;
}
.wth-innovations.portfoliopg .marquee{
    margin-top: 0px;
    margin-bottom: 0px;
}
.innovationsbox-anim.locationpg.portfoliopges{
    padding: 15px 0;
    /* background-color: #010E25; */
    background-color: #fff;
}
.innovationsbox-anim.locationpg.portfoliopges img{
    height: 80px;
}
.wth-innovations .marquee__group {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: space-around;
    gap: var(--gap);
    min-width: 100%;
    animation: portfolio-brands-scroll var(--duration-port) linear infinite;
}
.wth-innovations .logo-brands {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}
@keyframes portfolio-brands-scroll {
    from {
        transform: translateX(var(--scroll-start-port));
    }
    to {
        transform: translateX(var(--scroll-end-port));
    }
}
.wth-innovations .case-study-get-in-touch{
    position: static;
    margin-top: 70px;
}
.global-recognition-awards{
    background-color: #010712;
}
.clients-media-box{
    margin-top: 50px;
}
.clients-mediabx{
    padding: 40px 30px;
    border-radius: 32px;
    height: 100%;
    background-color: #1A202A;
}
.clients-mediabx .logo-media{
    min-height: 60px;
    margin-bottom: 30px;
}
.clients-mediabx h4{
    font-size: 22px;
    padding-bottom: 5px;
}
/*Our innovations are made possible through the generous support of our investors End*/

/*Why Techugo Choose Start Here*/
.why-choose-section{
    background-color: #010712;
}
.common-btn-bx.leftbtn{
    text-align: left;
    margin-top: 25px;
}
.why-choose-section .startsup-txt{
    font-size: 30px;
}
.startsup-linesbx{
    margin-top: 10px;
}
.startsup-line-one{
    position: relative;
    left: -10px;
    width: 58px;
    height: 2px;
    display: inline-block;
    background-color: #fff;
}
.startsup-line-one.repeat{
    left: 20px;
    top: -2px;
    width: 120px;
}
.why-choose-content{
    padding-top: 60px;
}
.wrapmxwd.rtsp{
    padding-right: 0;
}
.why-choose-box{
    padding: 40px;
    border-radius: 16px;
    min-height: 320px;
    background-color: #0C1321;
}
.why-choose-icon{
    margin-bottom: 30px;
}
.why-choose-icon img.apps-build{
    width: 48px;
    height: auto;
}
.why-choose-head{
    font-size: 22px;
    padding-bottom: 10px;
}
.why-choose-head-below{
    font-size: 20px;
}
.why-choose-description{
    padding-top: 20px;
    margin-top: 20px;
    border-top: 0.84px solid #FFFFFF4D
}
.why-choose-description p{
    font-size: 18px;
    line-height: 28px;
    color: #B3B3B3;
}
.glowtxt {
    color: #1FFFE0;
    text-shadow: 
        0 0 0 #1FFFE0, 
        0 0 0 #1FFFE0, 
        0 0 0 #1FFFE0, 
        0 0 35px #1FFFE0;
}
.common-btn-bx{
    text-align: right;
}
.common-btn-bx a {
  position: relative;
  padding: 14px 32px;
  font-size: 16px;
  color: #fff;
  border-radius: 32px;
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  border: 1px solid #2087F0;
  background-color: #2087F0;
  transition: all 500ms linear;
}
.common-btn-bx a:hover{
    border-color: #fff;
    color: #fff;
    background-color: transparent;
}
.common-btn-bx a img{
    width: 18px;
    margin-right: 10px;
}
.our-tech-numbers{
    margin-top: 20px;
    margin-bottom: 30px;
}
.our-tech-numbers-box{
    text-align: center;
    margin: 0 15px;
}
.our-tech-numbers-box.lpd{
    margin-left: 0;
}
.our-tech-numbers-box.rpd{
    margin-right: 0;
}
.our-tech-numbers-row{
    font-size: 86px;
    padding-bottom: 30px;
    border-bottom: 1px solid rgba(255,255,255,0.21);
}
.our-num-in-sector{
    font-size: 25px;
    margin-top: 30px;
}
.our-num-in-sector span{
    position: relative;
    display: inline-block;
}
.our-num-in-sector span:after{
    position: absolute;
    content: '';
    top: 8px;
    left: -25px;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background-color: #2087F0;
}
/*Why Techugo Choose End Here*/

/*Core Services Start Here*/
.core-services-section{
    position: relative;
    background: url(../images/core-service-bg.webp) no-repeat #030912;
    background-size: cover;
}
.core-services-section .bgblk{
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    height: 170px;
    background-color: #010712;
}
.core-services-section-head{
    margin-bottom: 40px;
}
.core-services-section h2 span{
    color: #1FFFE0;
}
.core-services-content{
    position: relative;
    padding: 50px 40px 40px 40px;
    border-radius: 33px;
    background-color: #0D2948;
    z-index: 1;
}
.core-services-content .nav-tabs{
    border: 0;
}
.core-services-content .nav-tabs.homepg{
    display: block;
    margin-right: 80px;
}
.core-services-content .nav-tabs.homepg.scrollpane{
    padding-right: 30px;
    max-height: 360px;
    --sp-thumb: #2087F0;
    --sp-track: #fff;
    padding-bottom: 40px;
}

.core-services-content .nav-tabs .nav-link{
    padding: 17px 24px;
    border: 1px solid #D1D1D1;
    color: #fff;
    font-size: 17px;
    margin-right: 12px;
    border-radius: 32px;
    margin-bottom: 20px;
    background: linear-gradient(97.05deg, rgba(255, 255, 255, 0.04) 1.12%, rgba(153, 153, 153, 0.04) 98.8%);
}
.core-services-content .nav-tabs .nav-item.show .nav-link,.core-services-content .nav-tabs .nav-link.active {
    color: #fff;
    border-color:#2087F0;
    background-color: #2087F0;
}
.core-tabs-content-wrap {
    margin-left: 0px;
}
.core-content-tabs {
    padding: 40px 40px 90px 40px;
    border-radius: 37px;
    min-height: 400px;
    background: url(../images/tabs-content-bg.webp) no-repeat;
    background-size: cover;
}
.techugo-next-projects .core-tabs-content-wrap.below-content .core-content-tabs{
    min-height: initial;
}
.core-content-tabs p a{
    color: #1FFFE0;
}
.core-content-tabs ul{
    margin: 0;
    padding: 0;
}
.core-content-tabs ul li{
    display: flex;
    font-size: 20px;
    color: #fff;
    font-weight: 600;
    align-items: center;
    margin-bottom: 40px;
}
.core-content-tabs ul li:last-child{
    margin-bottom: 0;
}
.core-content-tabs ul li:first-child{
    margin-top: 15px;
}
.core-content-tabs ul li .bullets{
    width: 20px;
    height: 20px;
    background: url(../images/bullets-icon.svg) no-repeat;
    background-size: 20px;
    margin-right: 20px;
}
.core-content-tabs h3{
    font-size: 30px;
    padding-bottom: 10px;
}
.we-get-booked{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0px;
    padding-top: 30px;
    background-color: #0D2948;
}
.we-get-booked.no-back{
    background-color: transparent;
}
.we-get-booked.pos-st{
    position: static;
}
.we-get-booked.service-tabs{
    position: absolute;
    bottom: 50px;
    left: 20px;
    margin-top: 0;
}
.we-get-booked h4{
    font-size: 28px;
    padding-bottom: 8px;
}
.we-get-booked a{
    font-size: 20px;
    color: #2087F0;
    text-decoration: none;
    display: block;
    padding: 20px 0;
    border-radius: 48px;
    margin-right: 40px;
    text-align: center;
    border: 1px solid #2087F0;
}
.we-get-booked a img{
    position: relative;
    width: 9px;
    top: -1px;
    margin-left: 10px;
    transition: all 400ms linear;
}
.we-get-booked a:hover img{
    margin-left: 15px;
}
/*Core Services End Here*/

/*Powering Possibility Start Here*/
.powering-possibility{
    padding-top: 80px;
    padding-bottom: 80px;
}
.powering-possibility-content{
    margin-top: 50px;
}
.common-btn-bx.powering-possibility {
    padding-top: 0;
    padding-bottom: 0;
}
.common-btn-bx.powering-possibility a {
  color: #fff;
  border-color: #fff;
  background-color: #252525;
}
.common-btn-bx.powering-possibility a:hover {
  background-color: transparent;
}
.powering-possibility-content-box{
    position: sticky;
    top: 40px; 
    place-items: center;
    padding: 40px 40px 40px 60px;
    border-radius: 60px;
    background-color: #001933;
}
.index-layer1 {
    z-index: 1;
}
.index-layer2 { 
    z-index: 2;
}
.index-layer3 { 
    z-index: 3;
}
.index-layer4 { 
    z-index: 4;
}
.index-layer5 { 
    z-index: 5; 
}
.powering-possibility-content-desc{
    display: flex;
    align-items: center;
    height: 100%;
}
.powering-possibility-content-box > * { transform: translateY(0); transition: transform .3s ease; }
.powering-possibility-content-box:is(:hover, :focus-within) > * { transform: translateY(-6px); }
.powering-possibility-content-box.toplayer{
    padding: 10px 10px 10px 60px;
}
.powering-possibility-content-box h2{
    font-size: 41px;
    padding-bottom: 20px;
}
.powering-possibility-content-box p{
    max-width: 60%;
}
.powering-possibility-content-box .common-btn-bx{
    text-align: left;
    margin-top: 60px;
}
.powering-possibility-content-box .possibility-view{
    text-align: right;
}
.powering-possibility-content-box.toplayer .possibility-view img{
    max-width: 420px;
}
.powering-possibility-content-box .possibility-view img{
    max-width: 380px;
}
/*Powering Possibility End Here*/

/*Our Forte of Dedication & Worth Start Here*/
.forte-dedication{
    padding-bottom: 80px;
}
.forte-dedication.android-app-page{
    padding-top: 80px;
}
.forte-dedication.homepg-page{
    padding-top: 30px;
}
.forte-dedication-content{
    margin-top: 40px;
}
.forte-dedication-slider{
    margin: 0;
}
.forte-dedication-sliderbx{
    position: relative;
    padding: 30px 30px 80px 30px;
    border-radius: 36px;
    overflow: hidden;
}
.owl-carousel.techugo-forte-slider .owl-stage{
    display: flex;
}
.owl-carousel.techugo-forte-slider .item {
    display: flex;
    flex: 1 0 auto;
    height: 100%;
}
.forte-dedication-sliderbx.joshcam-apps{
    background: url(../images/joshcam-fort.webp) no-repeat;
    background-size: cover;
}
.forte-dedication-sliderbx.sterkla-apps{
    background: url(../images/sterkla-forte.webp) no-repeat;
    background-size: cover;
}
.forte-dedication-sliderbx.milkbun-apps{
    background: url(../images/milkbun-forte.webp) no-repeat;
    background-size: cover;
}
.forte-dedication-sliderbx.buyeazzy-apps{
    background: url(../images/buyeazzy-forte.webp) no-repeat;
    background-size: cover;
}
.forte-dedication-sliderbx .flow-design{
    position: absolute;
    top: 0;
    right: 0;
}
.forte-dedication-sliderbx-inner{
    position: relative;
    z-index: 1;
}
.forte-dedication-sliderbx-inner.homepgv{
    position: static;
    z-index: initial;
}
.forte-dedication-sliderbx-inner p{
    font-size: 15px;
    line-height: 24px;
}
.forte-dedication-sliderbx .appsbx{
    text-align: center;
}
.forte-dedication-sliderbx .appsbx img{
    max-width: 100%;
    width: auto;
    height: 336px;
    display: inline-block;
}
.min-height-para{
    min-height: initial;
    padding-top: 15px;
}
.forte-dedication-sliderbx .common-btn-bx a{
    padding: 12px 24px;
    font-size: 14px;
}
.forte-dedication-apps-nm{
    display: flex;
    align-items: center;
    font-size: 25px;
    margin-top: 15px;
    margin-bottom: 10px;
}
.forte-dedication-apps-nm img.joshlogo{
    width:52px;
    height: auto;
    margin-right: 20px;
}
.forte-dedication-apps-nm img.milkbun{
    height:52px;
    width: auto;
    margin-right: 20px;
}
.case-study-rw{
    position: absolute;
    left: 30px;
    bottom: 30px;
    right: 30px;
}
.case-study-rw .downtxt{
    font-size: 16px;
    line-height: 1.3;
}
.case-study-rw .common-btn-bx a img{
    width: 9px;
    margin-left: 15px;
}
.building-apps-box{
    position: relative;
    padding: 35px 40px;
    border-radius: 49px;
    background-color: #1A202A;
    margin-bottom: 30px;
}
.building-apps-box .build-star{
    position: absolute;
    top: 50%;
    right: 30px;
    transform: translateY(-50%);
}
.building-apps-box .build-star img{
    width: 75px;
}
.building-apps-tech-logo{
    margin-bottom: 60px;
}
.build-nor-txt{
    font-size: 20px;
    padding-top: 15px;
}
.building-app-bold{
    font-size: 31px;
}
.schedule-build-call{
    margin-top: 80px;
}
.schedule-build-call a {
  font-family: "Manrope", sans-serif;
  font-size: 22px;
  color: #2087F0;
  text-decoration: none;
  display: inline-block;
}
.schedule-build-call a img{
    position: relative;
    margin-left: 10px;
    top: -1px;
}
/*Our Forte of Dedication & Worth End Here*/

/*Testimonials Start Here*/
.testimonials-techugo{
    padding-bottom: 80px;
    background-color: #010712;
}
.testimonials-techugo.fitness-app{
    padding-top: 80px;
}
.wrapmxwd.testibox{
    padding-right: 0;
    max-width: 1500px;
}
.testi-sm-t{
    font-size: 22px;
}
.testimonials-content{
    margin-top: 50px;
}
.testimonials-content-box{
    margin: 0;
}
.testimonials-content-box h4{
    font-family: "Outfit", sans-serif;
    font-size: 22px;
    font-weight: 600;
}
.testimonials-content-box h4 + p{
    font-family: "Outfit", sans-serif;
    font-weight: 400;
}
.testimonials-clients{
    position: relative;
    border-radius: 49px;
    margin-bottom: 20px;
    overflow: hidden;
}
.testimonials-clients .clients-give-testimonials{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    padding: 30px 30px 20px 30px;
    border-radius: 49px;
    background-color: hsl(210, 100%, 8%);
    opacity: 0;
    display: flex;
    align-items: center;
    -webkit-transition: opacity .8s ease-in-out,-webkit-transform .8s cubic-bezier(.16,.68,.43,.99);
    transition: opacity .8s ease-in-out,-webkit-transform .8s cubic-bezier(.16,.68,.43,.99);
    transition: transform .8s cubic-bezier(.16,.68,.43,.99),opacity .8s ease-in-out;
    transition: transform .8s cubic-bezier(.16,.68,.43,.99),opacity .8s ease-in-out,-webkit-transform .8s cubic-bezier(.16,.68,.43,.99);
}
.testimonials-clients:hover .clients-give-testimonials{
    opacity: 1;
}
.clients-give-testimonials p{
    font-size: 18px;
    line-height: 30px;
    color: #fff;
}
.clients-give-testimonials .testi-sm-view{
    margin: 20px 0;
    height: 160px;
    border-radius: 36px;
}
.clients-give-testimonials .testi-sm-view.praveen{
    background: url(../images/praveen-clients.webp) center center no-repeat;
}
.clients-give-testimonials .testi-sm-view.gavin{
    background: url(../images/gavin-lund.webp) center center no-repeat;
}
.clients-give-testimonials .testi-sm-view.xenia{
    background: url(../images/xenia-ghali.webp) center center no-repeat;
}
.clients-give-testimonials .testi-sm-view.utkarsh{
    background: url(../images/utkarsh-clients.webp) center center no-repeat;
}
.play-vdeo-clients-rw {
    padding-top: 5px;
    text-align: center;
}
.play-vdeo-clients-rw a{
    font-family: "Manrope", sans-serif;
    padding: 12px 24px;
    border-radius: 36px;
    font-weight: 600;
    color: #fff;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    background-color: #002448;
}
.play-vdeo-clients-rw a img{
    width: 25px !important;
    margin-right: 15px;
}
.testimonials-clients .our-clients-profile{
    border-radius: 49px;
}
.video-click{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    cursor: pointer;
}
.video-click img{
    width: 70px;
}
.owl-carousel.assortment-owl-slider .owl-nav {
    position: absolute;
    right: 60px;
    top: -90px;
}
.owl-carousel.assortment-owl-slider .owl-nav button {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    margin: 0 10px;
    transition: all 400ms linear;
    border: 1px solid #fff;
    background-color: transparent;
}
.owl-carousel.assortment-owl-slider .owl-nav button:hover{
    border-color: #2087F0;
    background-color: #2087F0;
}
.owl-carousel.assortment-owl-slider .owl-nav button.owl-prev {
    background-image: url(../images/testimonials-prev-arrow.png);
    background-size: 11px;
    background-repeat: no-repeat;
    background-position: center center;
}
.owl-carousel.assortment-owl-slider .owl-nav button.owl-next {
    background-image: url(../images/testimonials-next-arrow.png);
    background-size: 11px;
    background-repeat: no-repeat;
    background-position: center center;
}
.owl-carousel.assortment-owl-slider .owl-nav button span{
    display: none;
}
/*Testimonials End Here*/

/*Let’s build Something Incredible — together Start Here*/
.something-incredible{
    padding: 120px 0 140px;
    color: #fff;
    text-align: center;
}
.something-incredible p{
    font-size: 19px;
    line-height: 32px;
    margin-top: 15px;
}
.something-incredible .common-btn-bx{
    margin-top: 30px;
    text-align: center;
}
/*Let’s build Something Incredible — together Start Here*/

/*Faq Start Here*/
.faq-section{
    padding-bottom: 80px;
    background-color: #010712;
}
.faq-section.kotlin-app{
    padding-top: 80px;
}
.sticky-view{
    position: sticky;
    top: 70px;
}
.faq-sm-t{
    font-size: 25px;
    margin-top: 40px;
}
.faq-location-have-project{
    max-width: 410px;
    padding: 50px;
    border-radius: 60px;
    background: url(../images/location-have-faq.webp) no-repeat;
    background-size: cover;
    margin-top: 40px;
}
.faq-location-have-project .common-btn-bx a{
    font-size: 20px;
    padding: 17px 36px;
}
.faq-location-have-project .common-btn-bx a img{
    width: 18px;
}
.faq-location-have-project .faq-sm-t{
    margin-top: 0;
    font-size: 29px;
}
.faq-section .common-btn-bx{
    text-align: left;
    margin-top: 35px;
}
.faqsection{
    margin-left: 80px;
}
.faqsection .accordion{
    margin-top: 0px;
}
.faqsection .card{
    border-radius: 19px !important;
    border: 0 !important;
    background-color: #1A202A;
    margin-bottom: 20px;
}
.faqsection .card-header{
    padding: 30px 0;
    border: 0;
    background-color: transparent;
}
.faqsection .btn-link{
    position: relative;
    font-size: 18px;
    color: #1FFFE1;
    font-weight: 600;
    box-shadow: none;
    padding-left: 20px;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
    align-items: center;
    text-decoration: none;
    padding-right: 50px;
    margin-bottom: 0;
}
.faqsection .btn-link.collapsed{
    color: #fff;
}
.faqsection .card-body{
    padding-top: 0;
    padding-left: 20px;
    padding-bottom: 10px;
}
.faqsection .card-body p{
    font-size: 15px;
    color: #fff;
    padding-right: 40px;
    line-height: 26px;
}
.faqsection .card-body p + .row p{
    padding-right: 15px;
}
.faqsection .card-body p a{
    position: relative;
    text-decoration: none;
    color: #1FFFE1;
    display: inline-block;
}
.faqsection .card-body p a:after {    
    background: none repeat scroll 0 0 transparent;
    bottom: 0;
    content: "";
    display: block;
    height: 1px;
    left: 50%;
    position: absolute;
    background: #1FFFE1;
    transition: width 0.3s ease 0s, left 0.3s ease 0s;
    width: 0;
}
.faqsection .card-body p a:hover:after { 
    width: 100%; 
    left: 0; 
}
.faqsection .card-body p span{
    font-weight: 600;
}
.plusminus {
    position: absolute;
    top: 0px;
    right: 20px;
    width:32px;
    height: 32px;
    border-radius: 50%;
}
.plusminus img{
    width: 100%;
    height: auto;
}
.plusminus span:nth-child(1) {
    display: block;
    position: absolute;
    width: 60%;
    height: 3px;
    top: 50%;
    left: 50%;
    margin-top: -1.5px;
    margin-left: -30%;
    border-radius: 3px;
    background: #000;
    transition: all .25s ease;
}
.faqsection .btn-link.collapsed .plusminus span:nth-child(2) {
    display: block;
    position: absolute;
    margin: 10% 0;
    width: 3px;
    height: 60%;
    border-radius: 3px;
    background: #000;
    top: 50%;
    left: 50%;
    margin-top: -29%;
    margin-left: -1.5px;
    transition: all .25s ease;
    transform: rotate(0deg);
}
.faqsection .btn-link .plusminus span:nth-child(2) {
    -moz-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
}
.faqsection .btn-link .plusminus{
    transition: all .25s ease;
}
.faqsection .btn-link.collapsed .plusminus{
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
}  
.faqsection .btn-link .plusminus{
    -moz-transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    transform: rotate(-180deg);
}
.faq-heading{
    position: relative;
    font-size: 40px;
    color: #00A0F7;
    background: url(../images/faq-txt-rw.png) center center no-repeat;
    background-size: 700px;
}
.faq-have-look-t{
    font-size: 25px;
}
/*Faq End Here*/

/*Get in Touch Start Here*/
.techugo-get-touch{
    position: relative;
    padding: 60px 0 80px;
    background-color: #021221;
}
.get-touch-form{
    padding-top: 0px;
}
.contact-about-you{
    padding-right: 30px;
    margin-top: 25px;
}
.got-some-idea{
    font-size: 19px;
    color: #fff;
    padding-top: 25px;
    max-width: 400px;
}
.iti__arrow{
    border-top: 4px solid #fff;
}
.iti__arrow--up {
  border-top: none;
  border-bottom: 4px solid #fff;
}
.conversation-form.contactpgs {
    padding: 40px;
    margin-left: 40px;
    border-radius: 50px;
    background: #37373787;
}
.conversation-form.contactpgs .form-submit{
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    display: flex;
    justify-content: center;
    margin-top: 50px;
}
.conversation-form.contactpgs h3{
    font-size: 28px;
    font-weight: normal;
}
.skip-waitbx{
    padding-top: 10px;
    max-width: 400px;
}
.skip-waitbx p{
    color: #fff;
    font-size: 19px;
    line-height: 32px;
}
.skip-waitbx .common-btn-bx{
    text-align: left;
    margin-top: 30px;
}
.skip-waitbx .common-btn-bx a{
    color: #000;
    border-color: #fff;
    background-color: #fff;
}
.skip-waitbx .common-btn-bx a {
  color: #000;
  border-color: #fff;
  background-color: #fff;
}
.skip-waitbx .common-btn-bx a:hover {
  border-color: #c7c6c6;
  background-color: #c7c6c6;
}
/*Get in Touch End Here*/

.contact-us-section .iti--separate-dial-code .iti__selected-dial-code{
    color: #000;
}
.iti--separate-dial-code input, .iti--separate-dial-code input[type=tel]{
    text-align: left !important;
}
.iti{
    display: block;
}
.conversation-form-content {
    padding: 40px;
    border-radius: 31px;
    background-color: #1A202A;
}
.conversation-form-content label{
    font-family: "Outfit", sans-serif;
    font-size:16px ;
    color: #fff;
    display: block;
}
.conversation-form-content label span{
    color: #ff5068;
}
.conversation-form-input-row {
    position: relative;
    margin-bottom: 30px;
}
.conversation-form-input-row .form-control{
    padding: 12px 0;
    height: auto;
    font-size: 16px;
    color: #fff;
    box-shadow: none;
    border-radius: 0;
    border: 0;
    border-bottom: 1px solid #FFFFFF94;
    background-color: transparent;
}
.conversation-form-input-row .form-control::-webkit-input-placeholder { 
  color: #616161;
}
.conversation-form-input-row .form-control::-moz-placeholder {
  color: #616161;
}
.conversation-form-input-row .form-control:-ms-input-placeholder { 
  color: #616161;
}
.conversation-form-input-row .form-control:-moz-placeholder { 
  color: #616161;
}
.fileuploadrw label {
    width: 100%;
    padding: 10px 0 18px;
    font-size: 18px;
    color: #0a0a0a;
    outline: none;
    font-weight: normal;
    background-color: transparent;
    outline: none;
    letter-spacing: 0.25px;
    border: 0;
    border-bottom: 1px solid #FFFFFF94;
    margin-bottom: 0;
}
.fileuploadrw label span {
    display: inline-block;
}
.fileuploadrw label:after {
    position: absolute;
    content: "";
    top: 25px;
    right: 0;
    width: 20px;
    height: 20px;
    background: url(../images/attachment-icon.svg) center center no-repeat;
    background-size: 20px;
}
.fileuploadrw label span{
    color: #616161;
}
.fileuploadrw input[type="file"] {
    width: 100%;
    z-index: -1;
    position: absolute;
    opacity: 0;
    border: 0;
    outline: none;
}
.conversation-form-input-row .form-control.mobile-num{
    padding-left: 0;
}
.conversation-form-input-row textarea.form-control{
    resize: none;
}
#country_codes{
    pointer-events:none !important;
    cursor: none;
    color: transparent !important;
    text-shadow: 0 0 0 #000;
}
.conversation-section #country_codes{
    text-shadow: 0 0 0 #aba9a9;
}
.conversation-section .iti__arrow {
    border-top: 4px solid #aba9a9;
}
.iti--separate-dial-code .iti__selected-dial-code{
    color: #fff;
}
.iti__selected-flag{
    padding: 0;
}
.conversation-form-input-row select.form-control{
    padding-top: 22px;
    padding-left: 32px;
}
.conversation-form-input-row .iti__country-list{
    width: 320px;
    overflow: hidden;
    overflow-y: auto;
}
.conversation-form-input-row .iti--separate-dial-code .iti__selected-flag{
    font-size: 18px;
    color: #fff;
    background-color: transparent !important;
}
#name-error,#email-error,#contact_no-error,#query-error{
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 15px;
    display: block;
    color: #fd4343;
}
.countrycode #common_country_codes{
    border-bottom: 1px solid #37373733;
}
.form-submit{
    font-family: "Manrope", sans-serif;
    width: 100%;
    padding: 14px 0;
    font-size: 20px;
    color: #fff;
    border-radius: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    border: 1px solid #808080;
    background-color: #808080;
    transition: all 500ms linear;
    margin-top: 10px;
}
.form-submit:hover{
    border-color:#2087F0;
    background-color: #2087F0;
}
.offices-address-box.topf{
    margin-top: 20px;
}
.offices-address-box{
    font-family: "Outfit", sans-serif;
    color: #fff;
    margin-bottom: 30px;
}
.offices-address-box.botf{
    margin-bottom: 20px;
}
.offices-address-box h4{
    font-size: 18px;
    font-weight: 600;
}
.offices-address-box p{
    font-size: 16px;
}
.techugo-web-btm-row{
    padding-top: 40px;
}
.techugo-web-btm-row .logo-footer-bx{
    display: flex;
    align-items: center;
    color: #fff;
    font-size: 18px;
    margin-left: 30px;
}
.techugo-web-btm-row .logo-footer-bx img{
    width: 90px;
    margin-right: 30px;
}
.social-media-box{
    display: flex;
    align-items: center;
    justify-content:flex-end;
}
.social-media-box img{
    margin: 0 6px;
    width: 36px;
    height: auto;
    transition: transform 0.4s ease;
}
.social-media-box img:hover{
    transform: rotate(360deg) scale(1.1);
}
/*Footer End Here*/

/*Location Page Start Here*/
.location-banner {
  position: relative;
  background: url(../images/country-hero-ban.webp) top center no-repeat;
  background-size: cover;
  margin: auto;
  margin-top: 72px;
  max-width: 1920px;
  max-height: 700px;
  padding: 60px 0px 80px 0px;
}
.location-banner.canada-location-banner{
  background-image:linear-gradient(269.74deg, rgba(0,22,65,0.69) 2.54%, rgba(0,0,0,0.552) 99.79%),
  url("../images/new-canada-location-banner.webp");
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  max-height: 960px;
}
.location-banner .up-woks-brands {
  left: auto;
  right: 20px;
}
.location-banner .wrapmxwd {
  height: 100%;
}
.location-banner-content {
  color: #fff;
  height: 100%;
}
.home-anim-box {
  width: calc(100% - 250px);
  height: 100px;
  overflow: hidden;
  position: relative;
  /* margin-left: 40px; */
  margin-top: 40px;
  border-radius: 24px;
  background-color: #fff;
}
.home-anim-img {
  position: absolute;
  width: 200%;
  height: 70px;
  left: -50%;
  animation: swing-hero 3s ease-in-out infinite;
  object-fit: cover;
  top: 15px;
}
.home-anim-img img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0;
  max-width: 100%;
  max-height: 100%;
}
@keyframes swing-hero {
  0% {
    transform: translateX(25%);
  }
  50% {
    transform: translateX(-10%);
  }
  100% {
    transform: translateX(25%);
  }
}
.banner-contact-frm {
  position: relative;
  background: linear-gradient(138.01deg, #ffffff 1.56%, #d0e7ff 98.45%);
  border-radius: 34px;
  padding: 20px 30px 30px 30px;
}
.loaderCntr{
  border-radius: 34px;
}
.banner-contact-frm .input-effect {
  position: relative;
  z-index: 1;
  background-color: transparent;
  outline: 0;
  padding: 10px 0;
  border: 0px;
  margin-bottom: 10px;
}
.banner-contact-frm input.effect-16 {
  font-size: 16px;
  color: #000;
  border: 0;
  border-bottom: 1px solid #37373733;
  background: transparent;
  padding: 10px 0;
}
.banner-contact-frm h5 {
  font-size: 19px;
  font-weight: 600;
  color: #1f1f1f;
  text-align: center;
  font-family: "GoldplayAlt-SemiBold";
}
.effect-16,
.effect-16 ~ label {
  width: 100%;
  font-size: 14px;
  color: #1f1f1f;
  font-weight: 600;
  font-family: "GoldplayAlt-SemiBold";
  outline: 0px;
}
.fileuploadrw {
  border: 0;
  border-bottom: 1px solid #37373733;
}
.techugoformfill .fileuploadrw label,
.techugoformfill .fileuploadrw span {
  font-size: 14px;
  padding-bottom: 5px;
  color: #1f1f1f;
  font-weight: 600;
  font-family: "GoldplayAlt-SemiBold";
  border: 0px;
}
.fileuploadrw.input-effect {
  border-bottom: 1px solid #37373733;
}
.robotbx {
  padding-top: 15px;
  margin-bottom: 0px;
}
.captchsec {
  display: flex;
  align-items: center;
  color: #1f1f1f;
  font-size: 21px;
  font-weight: 600;
  font-family: "GoldplayAlt-SemiBold";
}
.captchsec {
  display: flex;
  align-items: center;
  color: #1f1f1f;
  font-size: 21px;
  font-weight: 600;
  font-family: "GoldplayAlt-SemiBold";
}
.captchtext {
  margin: 0px 20px;
}
.captchsec input {
  font-weight: 700;
  padding: 10px 12px;
  font-size: 18px;
  min-width: 90px;
  text-align: center;
  border-radius: 10px;
  outline: 0;
  border: 0;
  box-shadow: none;
  background-color: #fff;
}
.location-techugo-next-projects .location-talk-experts a ,.banner-contact-frm .submitbtn {
  padding: 14px 0;
  font-size: 22px;
  color: #fff;
  border-radius: 32px;
  font-weight: 600;
  font-family: "GoldplayAlt-SemiBold";
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  border: 1px solid #2087f0;
  background-color: #2087f0;
  transition: all 500ms linear;
  width: 100%;
  margin-top: 30px;
}
.loationpgwrap .submitbtn{
  background-color: #2087f0;
}
.submitbtn img {
  margin-left: 10px;
}
.techugoformfill .conversation-form-input-row {
  margin-bottom: 0px;
}
.banner-contact-frm .effect-16 ~ label {
  position: absolute;
  left: 0;
  top: 20px;
  transition: 0.3s;
  z-index: -1;
  font-weight: 600;
  letter-spacing: -0.3px;
}
.banner-contact-frm .text-red {
  color: #ff5c00;
}
.banner-contact-frm .effect-16:focus ~ label,
.banner-contact-frm .has-content.effect-16 ~ label {
  font-size: 13px;
  top: -3px;
}
.banner-contact-frm .conversation-form-input-row .form-control {
  border-bottom: 1px solid #37373733;
}
.banner-contact-frm .conversation-form-content label {
  color: #1f1f1f;
}
.banner-contact-frm
  .conversation-form-input-row
  .iti--separate-dial-code
  .iti__selected-flag {
  color: #1f1f1f;
}
.banner-contact-frm .iti--separate-dial-code .iti__selected-dial-code {
  color: #1f1f1f;
}

.location-banner-content h1 {
  font-family: "GoldplayAlt-SemiBold";
  padding-bottom: 20px;
}
.location-banner-content p {
  font-size: 18px;
  line-height: 32px;
  font-weight: 500;
  font-family: "GoldplayAlt-Medium";
}
.location-banner-content .location-talk-experts {
  text-align: left;
  margin-top: 50px;
}
.location-banner-content .location-talk-experts a {
  padding: 17px 70px;
}
.location-lets-collaborate-section,
.location-quality-oriented,
.location-industries-covered-section,
.location-forte-dedication,
.location-testimonials-techugo,.location-faq-section{
  position: relative;
  background: #eef4ff;
}

.success-mobile-app-company.location-success-mobile-app-company{
    padding-top: 0px;
    padding-bottom: 0px;
}
.location-faq-section {
    padding-top:100px;
}

.lets-collaborate-content {
  display: flex;
}
.lets-collaborate-view {
  width: 500px;
}
.imgwd {
  width: 100%;
  height: auto;
}
.lets-collaborate-details {
  position: relative;
  color: #161616;
  width: calc(100% - 500px);
  z-index: 1;
}
.lets-collaborate-details-content {
  padding-left: 60px;
  padding-right: 0px;
  margin-top: 20px;
}

.locationportfolio .innovationsbox-anim.locationpg.portfoliopges img {
  padding: 0px 50px;
  height: auto;
}

.locationportfolio .innovationsbox-anim.locationpg.portfoliopges {
  background-color: #e4eeff;
  padding: 40px 0;
}
.location-quality-oriented h2,
.location-techugo-next-projects h2,
.location-forte-dedication h2,
.location-testimonials-techugo h2 {
  color: #2b2b2b;
  font-weight: 600;
  font-family: "GoldplayAlt-SemiBold";
}
.location-forte-dedication h2 {
  color: #070707;
}

.location-forte-dedication .optimize-your-btn-row a {
  font-family: "Manrope", sans-serif;
  padding: 20px 50px;
  font-size: 26px;
  color: #2087f0;
  font-weight: 600;
  border-radius: 60px;
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  text-transform: uppercase;
  border: 1px solid #c9dcff;
  transition: all 500ms linear;
  background: #c9dcff;
}
.location-forte-dedication .optimize-your-btn-row a:hover {
  background-color: #2087f0;
  color: #fff;
  border-color: #2087f0;
}

.techugo-next-projects.location-techugo-next-projects {
  background: url(../images/techugo-project-bg.webp) no-repeat;
}
.techugo-next-projects.location-techugo-next-projects
  .techugo-next-projects-contentbx {
  background: #ffffff;
}
.location-techugo-next-projects .techugo-next-projects-contentbx .digit-num,.location-faq-section h2{
  color: #000000;
  font-weight: 600;
  font-family: "GoldplayAlt-SemiBold";
}
.location-techugo-next-projects .techugo-next-projects-contentbx .digit-sm-txt {
  color: #4c4c4c;
  font-weight: 500;
  font-family: "GoldplayAlt-Medium";
}

.location-faq-section .faq-location-have-project{
 background: url(../images/techugo-project-bg.webp);
 background-size: 100% 100%;
}
.location-faq-section .faqsection .card{
  background: #FFFFFF;
  color: #0D0D0D;
  font-weight: 600;
  font-family: "GoldplayAlt-SemiBold";
}

.location-faq-section .faqsection .btn-link.collapsed{
  color: #0D0D0D;
}
.location-faq-section .faqsection .btn-link{
  color: #0D0D0D;
}
.location-faq-section  .faqsection .card-body p{
  color: #A5A5A5;
  font-weight: 400;
}

.location-testimonials-techugo p,
.location-testimonials-techugo .testimonials-content-box p {
  color: #757575;
  font-weight: 500;
  font-family: "GoldplayAlt-Medium";
}
.location-industries-covered-section .load-more-industries {
  margin-bottom: 0px;
}
.location-testimonials-techugo .testimonials-content-box h4,
.location-reveal-our-working h2,
.location-reveal-our-working .reveal-tabs-content-wrap h3,
.location-impeccable-technologies h2,.location-business-move-device-section h2,.location-success-mobile-app-company .success-mobile-app-content h2,.location-industries-covered-section h2{
  color: #151515;
  font-weight: 600;
  font-family: "GoldplayAlt-SemiBold";
}

.ctabtn{
  display: flex;
  justify-content: center;
  margin-top: 20px;
}
.ctabtn button.submitbtn {
    width: auto;
    padding: 15px 70px;
}

.submitbtn:hover{
 border-color: #16264d;
    background-color: #16264d;
}
.location-impeccable-technologies .letstalkbtnimg .ctbx{
    background: #2087F0;
}
.location-reveal-our-working .reveal-tabs-content-wrap h3,.location-business-move-device-section h2{
  color: #212121;
}

.techugo-get-touch.location-techugo-get-touch{
        background: #2087F0;
}
.techugo-get-touch.location-techugo-get-touch h2{
      font-weight: 600;
  font-family: "GoldplayAlt-SemiBold";
}

.location-testimonials-techugo
  .owl-carousel.assortment-owl-slider
  .owl-nav
  button.owl-prev {
  background-image: url(../images/prev-arw.png);
  background-size: 45px 45px;
  background-repeat: no-repeat;
  background-position: center center;
  border: 1px solid #212121;
}
.location-testimonials-techugo
  .owl-carousel.assortment-owl-slider
  .owl-nav
  button.owl-next {
  background-image: url(../images/next-arw.png);
  background-size: 45px 45px;
  background-repeat: no-repeat;
  background-position: center center;
  border: 1px solid #212121;
}

.reveal-our-working.location-reveal-our-working {
  background: url(../images/desert-breathtaking.webp) center bottom no-repeat
    #cce4ff;
}

.location-reveal-our-working h4 {
  font-size: 21px;
  color: #1d1d1d;
  font-weight: 500;
  font-family: "GoldplayAlt-Medium";
}

.location-reveal-our-working p,
.location-reveal-our-working .reveal-tabs-content-wrap p,
.location-impeccable-technologies .impeccable-technologies-des p,
 .impeccable-technologies.location-impeccable-technologies .tab-content p,.location-business-move-device-section .business-move-head-des p,.location-business-move-device-section .service-content p,.location-techugo-next-projects .core-content-tabs p,.location-success-mobile-app-company .success-mobile-app-content p,.techugo-get-touch.location-techugo-get-touch p{
  color: #1d1d1d;
  font-weight: 500;
  font-family: "GoldplayAlt-Medium";
}
.techugo-get-touch.location-techugo-get-touch p{
    color: #fff;
}
.location-techugo-get-touch .common-btn-bx a{
 font-weight: 500;
  font-family: "GoldplayAlt-Medium";
}
.location-techugo-get-touch .conversation-form-content{
 background: #fff;
}
.location-techugo-get-touch .conversation-form-content label{
    color: #3D3D3D;
    font-weight: 600;
  font-family: "GoldplayAlt-SemiBold";
}
.location-techugo-get-touch .conversation-form-input-row .form-control{
 border-bottom: 1px solid #C2C2C294;
 font-weight: 500;
  font-family: "GoldplayAlt-Medium";
}
.location-techugo-get-touch .form-submit{
 background: #2087F0;
 border: 1px solid #2087F0;
}
.location-success-mobile-app-company .success-story-box{
 background: #0011DD;
}
.location-techugo-next-projects .core-content-tabs p{
    color: #fff;
}
.location-techugo-next-projects .core-services-content .nav-tabs .nav-link{
font-weight: 600;
  font-family: "GoldplayAlt-SemiBold";
}

.location-techugo-next-projects .we-get-booked{
 background: transparent;
 padding: 0px;
}
.location-techugo-next-projects .we-get-booked a {
    font-family: "GoldplayAlt-SemiBold";
    display: flex;
    align-items: center;
    justify-content: start;
    font-size: 20px;
    color: #fff;
    text-decoration: none;
    padding: 20px 0 20px 30px;
    border-radius: 48px;
    margin-right: 40px;
    text-align: center;
    border: none;
    font-weight: 600;
}
.success-mobile-app-company.location-success-mobile-app-company ,.location-success-mobile-app-company .success-mobile-app-content{
    background: #D0DFFF;
}

.location-business-move-device-section .service-item h3{
 color: #0D0D0D;
}
.techugo-next-projects.location-techugo-next-projects{
    background: url(../images/techugo-project-bg.webp)no-repeat;
    background-size: 100% 100%;
}
.location-business-move-device-section .service-item{
border-bottom: 1px solid #909090CC;
}

.impeccable-technologies.location-impeccable-technologies .owl-carousel.techoffersli .owl-nav{
        background-color: #2087F0;
}

.business-move-device-section.location-business-move-device-section{
    background: #D0DFFF;
}

.location-impeccable-technologies .technology-slider-anim .nav-tabs .nav-link {
  color: #161616;
  font-weight: 500;
  font-family: "GoldplayAlt-Medium";
}
.location-impeccable-technologies
  .technology-slider-anim
  .nav-tabs
  .nav-link.active {
  border-color: #2087f0;
}

.location-reveal-our-working .reveal-tabs-content .nav-tabs .nav-link {
  background: #b7d9ff;
  color: #494949;
}
.location-reveal-our-working .reveal-tabs-content .nav-tabs .nav-link.active {
  color: #fff;
}

.locationportfolio
  .innovationsbox-anim.locationpg.portfoliopges
  .brans-port-sc {
  position: relative;
  /* height: 100px; */
  display: flex;
  align-items: center;
  justify-content: center;
}
.locationportfolio
  .innovationsbox-anim.locationpg.portfoliopges
  .brans-port-sc::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 100px;
  background: #626262;
  right: 0px;
}

.lets-collaborate-details-content h2 {
  padding-bottom: 20px;
  margin-left: -160px;
  font-weight: 600;
  font-family: "GoldplayAlt-SemiBold";
}
.lets-collaborate-details-content .scrollpane {
  overflow: hidden;
}
.location-light-color {
  color: #2087f0;
}
.location-light-green-color {
  color: #1fffe0;
}

.lets-collaborate-details-content p,
.location-quality-oriented p,
.location-industries-covered-section p {
  color: #757575;
  font-weight: 500;
  font-family: "GoldplayAlt-Medium";
}

.location-industries-covered-section .industries-covered-box figcaption {
  color: #2f2f2f;
  font-weight: 600;
  font-family: "GoldplayAlt-SemiBold";
}

.innovationsbox-anim.locationpg {
  margin-top: 0;
}
.quality-oriented {
  margin: 0;
}
.techugo-next-projects {
  background: url(../images/techugo-next-projects.webp) no-repeat;
  background-size: cover;
}
.techugo-next-projects.backnone {
  background-image: none;
  background-color: #001933;
}
.techugo-next-projects-head {
  margin: 0;
}
.techugo-next-projects-content {
  margin-top: 50px;
}
.techugo-next-projects-contentbx {
  font-family: "Outfit", sans-serif;
  padding: 60px 40px;
  border-radius: 32px;
  background-color: #0d2948;
  height: calc(100% - 30px);
  margin-bottom: 30px;
}
.techugo-next-projects-contentbx p a {
  color: #1fffe0;
}
.techugo-next-projects-content.kotlinapp .techugo-next-projects-contentbx {
  padding: 40px 30px;
}
.techugo-next-projects-content.kotlinapp .techugo-next-projects-contentbx h3 {
  font-size: 26px;
  padding-bottom: 10px;
}
.techugo-next-projects-contentbx .digit-num {
  font-size: 48px;
  color: #fff;
  font-weight: 600;
  padding-bottom: 15px;
}
.techugo-next-projects-contentbx .digit-sm-txt {
  font-size: 25px;
  font-weight: 300;
  color: #d6d6d6;
}
.location-talk-experts {
  text-align: right;
}
.location-talk-experts a {
  padding: 20px 50px;
  font-size: 24px;
  color: #fff;
  font-weight: 600;
  border-radius: 16px;
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  border: 1px solid #2087f0;
  background-color: #2087f0;
  transition: all 500ms linear;
}
.location-talk-experts a:hover {
  border-color: #16264d;
  background-color: #16264d;
}
.location-talk-experts a img {
  margin-left: 10px;
}
.forte-dedication.locationpg {
  padding-top: 80px;
}
.forte-dedication.locationpg h2 {
  padding-bottom: 30px;
}
.forte-dedication.locationpg h2 span {
  text-decoration: underline;
}
.optimize-your-btn-row {
  text-align: center;
  margin-top: 80px;
}
.optimize-your-btn-row a {
  font-family: "Manrope", sans-serif;
  padding: 20px 50px;
  font-size: 26px;
  color: #1fffe0;
  font-weight: 600;
  border-radius: 60px;
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  text-transform: uppercase;
  border: 1px solid #1fffe0;
  transition: all 500ms linear;
}
.optimize-your-btn-row a:hover {
  border-color: #fff;
  color: #fff;
  background-color: transparent;
}
.reveal-our-working {
  padding: 80px 60px;
  border-radius: 120px;
  background: url(../images/desert-breathtaking.webp) center bottom no-repeat
    #0d2948;
  background-size: 100%;
  max-width: 1800px;
  margin: auto;
  margin-bottom: 60px;
}
.reveal-our-working-head {
  position: relative;
  padding-bottom: 30px;
  border-bottom: 1px solid #ffffff78;
}
.reveal-our-working-head h4 {
  font-size: 24px;
  font-weight: 500;
}
.reveal-our-working-head p.smh {
  height: 130px;
  overflow: hidden;
}
.reveal-overlay {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 235px;
  background: linear-gradient(
    182.04deg,
    #0d2948 1.72%,
    rgba(13, 41, 72, 0.3) 98.28%
  );
}
.reveal-line img {
  max-width: 100%;
}
.reveal-tabs-content {
  margin-top: 50px;
}
.reveal-tabs-content .nav-tabs {
  border: 0;
}
.reveal-tabs-content .nav-tabs .nav-link {
  font-family: "GoldplayAlt-Medium";
  padding: 15px 24px;
  font-size: 24px;
  color: #fff;
  font-weight: 500;
  margin-right: 15px;
  border-radius: 32px;
  margin-bottom: 20px;
  border: 1px solid #fff;
}
.reveal-tabs-content.nav-tabs .nav-item.show .nav-link,
.reveal-tabs-content .nav-tabs .nav-link.active {
  border-color: #2087f0;
  background-color: #2087f0;
}
.reveal-tabs-content-wrap {
  margin-top: 40px;
}
.reveal-tabs-content-wrap h3 {
  font-size: 48px;
  font-weight: 500;
}
.business-move-device-section {
  padding: 60px 0;
  color: #fff;
  background-color: #1a202a;
}
.business-move-head-des {
  margin-left: 420px;
  margin-top: -60px;
}
.verius-devices-content {
  margin-top: 50px;
}
.service-item {
  position: relative;
  padding: 25px 0;
  cursor: pointer;
  border-bottom: 1px solid #ffffff30;
}
.service-item.nobdr {
  border-bottom: 0;
}
.service-item h3 {
  font-family: "GoldplayAlt-SemiBold";
  font-size: 42px;
  font-weight: 500;
  color: #fff;
}
.service-content {
  position: relative;
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: max-height 0.4s ease, opacity 0.3s ease;
  color: #ddd;
}
.service-content .device-view {
  position: absolute;
  top: 0px;
  right: 0;
}
.service-content .device-view img {
  width: auto;
  height: 160px;
}
.service-content p {
  max-width: 65%;
}
.service-item:hover .service-content {
  max-height: 220px;
  opacity: 1;
}
.techugo-next-projects .core-services-content {
  padding: 0;
  border-radius: 0;
  background-color: transparent;
}
.techugo-next-projects .core-services-content .nav-tabs {
  margin-top: 40px;
}
.techugo-next-projects .core-content-tabs {
  padding: 0;
  background: none;
}
.techugo-next-projects .core-tabs-content-wrap {
  margin-left: 80px;
}
.impeccable-banner {
  margin-top: 30px;
}
.impeccable-banner img {
  width: 100%;
  height: auto;
}
.success-mobile-app-company {
  padding-top: 50px;
  padding-bottom: 100px;
}
.success-mobile-app-content {
  padding: 80px 60px;
  border-radius: 120px;
  background-color: #0d2948;
}
.success-story-mobile-app {
  margin-top: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.success-story-box {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #1d354f;
  margin: 0 25px;
}
.impeccable-technologies {
  padding-bottom: 80px;
}
.impeccable-technologies-head {
  position: relative;
}
.impeccable-technologies-head-view {
  position: relative;
  display: inline-block;
}
.impeccable-technologies-head-view .title-show {
  position: absolute;
  bottom: -70px;
  right: -290px;
}
.impeccable-technologies-head-view .reveal-line {
  position: relative;
  top: -20px;
}
.impeccable-technologies-head-view img {
  max-width: 100%;
  height: auto;
}
.impeccable-technologies-des {
  margin: 40px 0;
}
.impeccable-technologies-des p {
  font-family: "Outfit", sans-serif;
  font-size: 18px;
  text-align: center;
  line-height: 32px;
}
.technology-slider-anim {
  margin-top: 80px;
}
.technology-slider-anim .nav-tabs {
  flex-wrap: initial;
  min-height: 60px;
  border-bottom: 1px solid #ffffff99;
}
.technology-slider-anim .nav-tabs .nav-link {
  font-family: "Outfit", sans-serif;
  padding: 0px 20px;
  width: 210px;
  text-align: center;
  font-size: 24px;
  color: #fff;
  margin-bottom: 0;
  border: 0;
  line-height: 60px;
  font-weight: 600;
  border-bottom: 6px solid;
  border-color: transparent;
  background-color: transparent;
}
.technology-slider-anim .nav-tabs .nav-link.active {
  border-color: #fff;
}
.countrypg-technology-offer .tab-content {
  padding-top: 15px;
}

.techugo-next-projects.location-techugo-next-projects .core-tabs-content-wrap{
    margin-left: 0px;
}

.impeccable-technologies .tab-content p {
  font-family: "Outfit", sans-serif;
  font-size: 18px;
  line-height: 38px;
}
.owl-carousel.techoffersli .owl-nav {
  position: absolute;
  top: 5px;
  right: 0;
  background-color: #010712;
}
.owl-carousel.techoffersli .owl-nav button.owl-prev {
  position: relative;
  top: 1px;
  width: 60px;
  height: 60px;
  border-left: 1px solid #fff;
  background: url(../images/tech-prev-arrow.png) center center no-repeat;
}
.owl-carousel.techoffersli .owl-nav button.owl-next {
  position: relative;
  top: 1px;
  width: 60px;
  height: 60px;
  border-left: 1px solid #fff;
  background: url(../images/tech-next-arrow.png) center center no-repeat;
}
.owl-carousel.techoffersli .owl-nav button span {
  display: none;
}
.countrypg-technology-offer .letstalkbtnimg {
  position: absolute;
  top: 80px;
  right: 80px;
  margin-right: 0;
}
.countrypg-technology-offer .letstalkbtnimg > img {
  width: 210px;
}
.countrypg-technology-offer .letstalkbtnimg .arrowmid img {
  width: 40px;
}
.techugo-globally-del h3 span {
  font-weight: 600;
}
.letstalkbtnimg {
  position: absolute;
  top: 15px;
  right: 30px;
}
.letstalkbtnimg .ctbx {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 134px;
  height: 134px;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background-color: #50e1eb;
}
#loading {
  -webkit-animation: rotation 6s infinite linear;
  animation: rotation 6s infinite linear;
}

@-webkit-keyframes rotation {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes rotation {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

.industries-covered-section {
  padding: 80px 0 0;
}
.industries-covered-head {
  padding-bottom: 60px;
}
.industries-covered-content {
  padding-top: 0px;
}
.industries-covered-content a {
  text-decoration: none;
}
.industries-covered-box h3 {
  padding: 15px 0;
}
.industries-covered-type img {
  width: 100%;
}
.industries-covered-box {
  position: relative;
  transition: transform 0.35s ease;
  isolation: isolate;
  overflow: hidden;
  margin-bottom: 50px;
}
.industries-covered-box .industries-covered-type {
  overflow: hidden;
}
.industries-covered-box .industries-covered-type img {
  width: 100%;
  height: auto;
  object-fit: cover;
  display: block;
  filter: none;
  transition: transform 0.6s cubic-bezier(0.2, 0.8, 0.2, 1), filter 0.4s ease;
}
.industries-covered-box figcaption {
  padding: 12px 14px;
  transition: transform 0.45s ease;
  font-size: 30px;
  padding-top: 40px;
}
.effect-gray-hover .industries-covered-type img {
  filter: none;
}
.effect-gray-hover:hover .industries-covered-type img {
  filter: grayscale(100%) contrast(1.05);
}
.effect-zoom:hover .industries-covered-type img {
  transform: scale(1.2);
}
.effect-shine::after {
  position: absolute;
  content: "";
  inset: -110% -160% auto -160%;
  transform: rotate(25deg);
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255, 255, 255, 0.55),
    transparent
  );
  width: 60%;
  height: 200%;
  transition: transform 0.9s ease;
  mix-blend-mode: screen;
  pointer-events: none;
}
.effect-shine:hover::after {
  transform: translateX(265%) rotate(25deg);
}
.industries-covered-box figcaption {
  letter-spacing: 0.2px;
  transition: letter-spacing 0.35s ease;
}
.industries-covered-box:hover figcaption {
  color: #2087f0 !important;
  letter-spacing: 1.2px;
}
@media (prefers-reduced-motion: reduce) {
  .industries-covered-box figcaption {
    transition: none;
  }
}
.load-more-industries {
  margin-top: 40px;
  margin-bottom: 30px;
}
.load-more-industries .location-talk-experts {
  text-align: center;
}
.load-more-industries .location-talk-experts a {
  font-family: "Manrope", sans-serif;
  padding: 11px 0;
  width: 260px;
  justify-content: center;
  border-radius: 70px;
}
.is-hidden {
  display: none !important;
}
.reveal-in {
  animation: fadeInUp 0.35s ease both;
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(8px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/*Location Page End Here*/


/*Contact Us Page Start Here*/
.ppc-banner-hero{
    position: relative;
    padding-top: 80px;
}
.ppc-banner-hero .wrapmxwd{
    position: relative;
    z-index: 3;
}
.ppc-banner-content{
    padding: 60px 0;
}
.ppc-hero-content-ban .common-btn-bx{
    text-align: left;
    padding-top: 15px;
}
.ppc-next-poject{
    margin: 0;
}
.techugo-next-projects-content.ppcpg .techugo-next-projects-contentbx{
    position: relative;
    padding: 40px;
    height: calc(33.33% - 18px);
    display: flex;
    align-content: center;
    background-color: #02151E;
}
.techugo-next-projects-content.ppcpg .techugo-next-projects-contentbx .digit-num{
    font-size: 40px;
}
.ppc-next-pro-view{
    margin-top: 50px;
    margin-bottom: 40px;
}
.ppc-next-pro-view img{
    width: 100%;
    height: auto;
}
.best-team-head{
    font-size: 40px;
    margin-bottom: 30px;
}
.location-talk-experts.ppc{
    text-align: left;
}
.location-talk-experts.ppc a{
    display: flex;
    justify-content: center;
}
.forte-dedication.locationpg.ppc{
    padding-top: 20px;
}
.testimonials-techugo.ppcpg{
    padding-bottom: 50px;
}
.techugo-next-projects-content.ppcpg {
  height: calc(100% - 50px);
}
.techugo-next-projects-head.ppc-head h2{
    padding-bottom: 20px;
}
.conversation-form-content.ppcpg{
    background: #37373787;
    margin-left: 60px;
}
.ppc-hero-content-ban{
    margin: 0;
}
.ppc-hero-content-ban h1{
    position: relative;
    padding-bottom: 20px;
}
.ppc-hero-content-ban .curve-anim{
    position: absolute;
    bottom: 10px;
    right: 90px;
}
.ppc-hero-content-ban .curve-anim img{
    width: 120px;
    height: auto;
}
.ppc-hero-content-ban p{
    max-width: 90%;
}
.ppc-hero-content-ban .up-woks-brands{
    position: static;
    margin-top: 40px;
    margin-bottom: 40px;
}
.conversation-form-input-row.ppc-form-row .form-control~label.imp-label {
    position: absolute;
    left: 0;
    width: 100%;
    top: 9px;
    font-size: 18px;
    color: #fff;
    transition: 0.3s;
    font-weight: normal;
    letter-spacing: -0.3px;
}
.conversation-form-input-row.ppc-form-row .form-control:focus~label.imp-label,
.conversation-form-input-row.ppc-form-row .form-control.has-content~label.imp-label {
    top: -5px;
    font-size: 13px;
    color: #2087F0;
    transition: 0.3s;
}
.conversation-form-input-row.ppc-form-row input,.conversation-form-input-row.ppc-form-row textarea{
    position: relative;
    z-index: 1;
}
.conversation-form-content.ppcpg .form-control,.conversation-form-content.ppcpg .fileuploadrw label{
    border-bottom: 1px solid #E0E0E033
}
.conversation-form-content.ppcpg .form-submit{
    border-radius: 20px;
    border: 1px solid #2087F0;
    background-color: #2087F0;
}
.conversation-form-content.ppcpg .form-submit:hover{
    border-color: #16264D;
    background-color: #16264D;
}
.conversation-form-content.ppcpg .form-submit img{
    margin-left: 10px;
    width: 30px;
}
.ppc-hero-content-ban .common-btn-bx a img{
    width: 20px;
}
.we-just-call-away-box{
    padding-top: 40px;
}
.we-just-call-awaybx{
    padding: 30px 30px 20px 30px;
    border-radius: 18px;
    background: #37373787;
}
.we-just-call-awaybx.whatsapp{
    padding-top: 20px;
}
.we-just-call-awaybx h5{
    font-size: 18px;
    padding-bottom: 10px;
}
.we-just-call-awaybx .numb-w{
    margin-bottom: 25px;
}
.we-just-call-awaybx .numb-w a{
    position: relative;
    font-size: 17px;
    color: #1FFFE0;
    transition: color 0.3s ease;
}
.we-just-call-awaybx .numb-w a:after {
    content: "";
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #1FFFE0;
    transform: scaleX(0);
    transform-origin: bottom right;
    transition: transform 0.3s ease-out;
}
.we-just-call-awaybx .numb-w a:hover::after {
    transform: scaleX(1);
    transform-origin: bottom left;
}
.we-just-call-awaybx .numb-w a:hover{
    text-decoration: none;
}
.we-just-call-awaybx .numb-w a.email{
    font-size: 20px;
}
.we-just-call-awaybx .whatsapp-call-box{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.we-just-call-awaybx .whatsapp-call-box h5{
    margin: 0;
    padding: 0;
}
.we-just-call-awaybx .hedare-whats-app-links{
    margin-right: 0;
    animation: WhatsApp-bounce 1s infinite;
}
@keyframes WhatsApp-bounce {
    0%, 100% {
    transform: translateY(0); 
    }
    50% {
    transform: translateY(-10px); 
    }
}
.techugo-award-wining .curve-anim{
    position: static;
    display: inline-block;
    margin-top: -10px;
    transform: rotate(13deg);
}
.techugo-coo-details-box{
    margin-top: 50px;
}
.techugo-coo-details{
    display: flex;
    align-items: center;
}
.techugo-coo-details-coo{
    width: 323px;
}
.techugo-coo-details-coo img{
    width: 100%;
    height: auto;
}
.techugo-coo-details-coo-content{
    width: calc(100% - 323px);
}
.techugo-coo-details-coo-contentbx{
    padding-left: 50px;
}
.techugo-coo-details-coo-contentbx h4{
    font-size: 30px;
}
.techugo-coo-details-coo-contentbx h5{
    font-size: 30px;
    color: #757575;
}
.coo-email-numbxr{
    display: flex;
    margin-top: 30px;
}
.coo-email-numbx{
    margin-right: 15px;
}
.coo-email-numbx a{
    padding: 15px 20px;
    font-size: 22px;
    color: #fff;
    border-radius: 20px;
    color: #fff;
    display: block;
    text-decoration: none;
    background: #37373787;
    transition: all 400ms linear;
}
.coo-email-numbx a:hover{
    background: #2087F0;
}
.cherished-places-section{
    padding-bottom: 80px;
}
.techugo-grand-team{
    margin-top: 50px;
    margin-bottom: 80px;
}
.techugo-grand-team img{
    width: 100%;
    height: auto;
}
.testimonials-techugo.conatctuspg{
    padding-top: 80px;
}
.company-office-address-section{
    padding-bottom: 80px;
}
.company-office-address-section .clients-mediabx{
    background-color: #0D2948;
}
.company-office-address-section .clients-mediabx h4{
    font-size: 27px;
    font-weight: 500;
}
.company-office-address-section .clients-mediabx p{
    color: #BCBCBC;
    font-size: 18px;
    line-height: 32px;
}
.company-office-address-section .clients-mediabx .logo-media{
    min-height: 80px;
}
/*Contact Us Page End Here*/

/*Scroll Pane Stat Hee*/
.scrollpane{
  --sp-size: 8px;               
  --sp-radius: 8px;              
  --sp-track: #010E25;          
  --sp-thumb: #c4c9cf;      
  --sp-thumb-hover: #aab2bb;     
  overflow: auto;
  max-height: 300px;             
  scroll-behavior: smooth;       
  -webkit-overflow-scrolling: touch; 
  overscroll-behavior: contain; 
  scrollbar-gutter: stable both-edges;
  scrollbar-width: thin;       
  scrollbar-color: var(--sp-thumb) var(--sp-track);
  padding-right: 20px;
}

/* WebKit (Chrome/Edge/Safari/Opera) */
.scrollpane::-webkit-scrollbar{
  width: var(--sp-size);
  height: var(--sp-size);
}
.scrollpane::-webkit-scrollbar-track{
  background: var(--sp-track);
  border-radius: var(--sp-radius);
}
.scrollpane::-webkit-scrollbar-thumb{
  background: var(--sp-thumb);
  border-radius: var(--sp-radius);
}
.scrollpane:hover::-webkit-scrollbar-thumb{
  background: var(--sp-thumb-hover);
}

/* Optional: slim until hover */
.scrollpane::-webkit-scrollbar{
  width: 6px;
  height: 6px;
}
.scrollpane:hover::-webkit-scrollbar{
  width: var(--sp-size);
  height: var(--sp-size);
}

/* Dark mode tweak (optional) */
@media (prefers-color-scheme: dark){
  .scrollpane{
    --sp-track:#1f242a; --sp-thumb:#3a424b; --sp-thumb-hover:#4a5561;
  }
}
/*Scroll Pane End Hee*/

.footer-section{
  margin-top: 60px;
  padding-top: 60px;
}
.agreecheck input{
  display: block;
}

/*Media CSS*/

@media (max-width: 1720px){
.techugo-hero-slider-content-wrap{
    left: 130px;
}
}

@media (max-width: 1639px){
.creative-people-box .creative-star-bx {
  font-size: 25px;
}
.conversation-form.contactpgs h3 {
  font-size: 26px;
}
.header-navigation.industries ul li a{
    padding-top: 5px;
    padding-bottom: 5px;
}
.conversation-form.contactpgs{
    padding: 30px 40px;
}
.conversation-form.contactpgs .form-submit{
    margin-top: 35px;
}
h2.f54 {
  font-size: 48px;
}
p.f22{
    font-size: 20px;
    line-height: 36px;
}
.reveal-tabs-content .nav-tabs .nav-link{
    font-size: 22px;
}
.service-content .device-view img {
  height: 140px;
}
h1.f45 {
  font-size: 40px;
}
.media-content-middle{
   max-width: 1100px;
}
.techugo-award-wining-mid-content h3 {
  font-size: 28px;
  line-height: 40px;
}
.techugo-hero-slider-content-wrap{
    left: 100px;
}
}
@media (max-width: 1540px){
.wrapmxwd{
    padding: 0 50px;
}
.creative-people-box .creative-star-bx {
    font-size: 23px;
}
h1{
    font-size: 40px;
}
.conversation-section {
    padding: 50px;
}
.header-navigation ul li a{
    font-size: 15px;
}
.conversation-form-input-row .form-control~label,.fileuploadrw label,.captchsec{
    font-size: 17px;
}
.creative-people-box.portfolio-anim .creative-star-bx img {
  width: 50px;
  margin-right: 20px;
}
p.f22 {
    font-size: 18px;
    line-height: 32px;
}
h2.f45 {
   font-size: 40px;
}
h2.f54 {
    font-size: 45px;
}
.impeccable-technologies-head-view .title-show {
  bottom: -60px;
  right: -230px;
}
.service-item h3 {
  font-size: 37px;
}
.service-content .device-view img {
    height: 120px;
}
.success-story-box {
  width: 175px;
  height: 175px;
}
.success-story-box:first-child img,.success-story-box:nth-child(2) img{
    width: 100px;
}
.success-story-box:nth-child(3) img,.success-story-box:nth-child(4) img{
    width: 130px;
}
.business-move-head-des {
  margin-left: 380px;
  margin-top: -45px;
}
.media-content-middle{
   max-width: 1000px;
}
.industries-covered-box figcaption{
    font-size: 27px;
}
.service-hero-star{
    right: 20px;
}
.service-hero-star img{
    width: 160px;
}
.digitization-education-box h3 {
  font-size: 24px;
}
.our-num-in-sector{
    font-size: 23px;
}
}
@media (max-width: 1480px){
.conversation-form.contactpgs{
    margin-left: 20px;
}
.techugo-next-projects-contentbx .digit-sm-txt {
  font-size: 23px;
}
.reveal-tabs-content-wrap h3{
    font-size: 44px;
}
.techugo-hero-slider-content-wrap{
    left: 80px;
}
.forte-dedication-sliderbx .appsbx img {
  height: 300px;
}
.app-hero-box-content .apps-desc{
    font-size: 21px;
    line-height: 28px;
}
.core-services-content .nav-tabs .nav-link{
    font-size: 16px;
}
.techugo-next-projects-content.kotlinapp .techugo-next-projects-contentbx h3{
    font-size: 24px;
}
}

@media (max-width: 1479px){
.clients-give-testimonials p{
    font-size: 16px;
    line-height: 26px;
}
.clients-give-testimonials .testi-sm-view{
    height: 140px;
}
.media-content-middle{
   max-width: 980px;
}
}

@media (max-width: 1439px){
.techugo-ban p {
  max-width: 720px;
}
.techugo-hero-slider-content-wrap{
    left: 70px;
}
.trending-techugo-navigation .navigationbx-techugo.scrollpane{
    max-height: 450px;
}
}

@media (max-width: 1350px){
.creative-people-row {
  padding: 30px 0;
}
}

@media (max-width: 1320px){
h1 {
    font-size: 36px;
}
.home-anim-box{
    display: none;
}
h2 {
    font-size: 32px;
}
.wrapmxwd {
    padding: 0 40px;
}
.footer-content .connectrw a, .footer-content .footer-nav-box ul li a, .checkboxform span,.footer-content .footer-nav-box ul li {
    font-size: 15px;
}
.creative-people-box .creative-star-bx{
    margin: 0 40px;
}
h1{
    font-size: 38px;
}
.techugo-ban p {
    max-width: 680px;
}
.common-tp-btm,.something-incredible{
  padding-top: 60px;
  padding-bottom: 60px;
}
.powering-possibility,.testimonials-techugo,.forte-dedication,.faq-section,.techugo-get-touch{
    padding-bottom: 60px;
}
p {
  font-size: 16px;
}
.innovationsbox-anim {
  padding: 40px 0;
}
.powering-possibility-content-box h2 {
  font-size: 37px;
}
h2.f40 {
  font-size: 37px;
}
.case-study-rw .downtxt {
    font-size: 14px;
}
.forte-dedication-sliderbx .appsbx img {
  height: 280px
}
.forte-dedication-apps-nm{
    font-size: 30px;
}
.building-app-bold {
  font-size: 28px;
}
.build-nor-txt {
  font-size: 18px;
}
.schedule-build-call a{
    font-size: 20px;
}
.schedule-build-call a img{
    width: 9px;
}
.navbar-expand-md .navbar-nav .nav-link{
    font-size: 15px;
}
.navbar-expand-md .navbar-nav .nav-item {
  margin-left: 25px;
}
.powering-possibility-content-box{
    padding: 30px 30px 30px 45px;
}
.building-apps-tech-logo {
    margin-bottom: 40px;
}
.building-apps-box {
  padding: 30px 35px;
}
.clients-give-testimonials .testi-sm-view{
    display: none;
}
.got-some-idea{
    font-size: 18px;
}
.location-banner{
    padding: 60px 0 80px;
    height: auto;
}
.impeccable-technologies-head-view{
    width: 800px;
}
.impeccable-technologies-head-view .title-show {
    bottom: -80px;
    right: -250px;
}
.technology-slider-anim .nav-tabs .nav-link{
    width: 180px;
    font-size: 22px;
}
.reveal-our-working {
    padding: 60px 40px;
}
.success-mobile-app-content{
     padding: 60px 40px;
}
.forte-dedication.locationpg {
  padding-top: 60px;
}
.impeccable-technologies {
  padding-bottom: 60px;
}
.media-head-box-title {
  width: 240px;
  font-size: 24px;
}
.media-content-middle {
    max-width: 980px;
    margin-left: 240px;
}
.owl-carousel.media-slider-anim .owl-nav{
    left: -210px;
}
.media-box-content h3{
    font-size: 18px;
}
.industries-covered-box figcaption {
    font-size: 24px;
}
.industries-covered-section{
    padding-top: 60px;
}
.choose-alliance-description p,.offer-short-des p{
    font-size: 17px;
    line-height: 34px;
}
.techugo-award-wining-content {
  padding: 60px 0 90px;
}
.forte-dedication.servicepg {
  padding-top: 50px;
}
.why-should-app-section{
    padding-top: 60px;
    padding-bottom: 40px;
}
.techugo-award-wining.industypg .techugo-award-wining-content{
    padding-bottom: 60px;
}
.we-just-call-awaybx h5{
    font-size: 16px;
}
.we-just-call-awaybx .numb-w a{
    font-size: 14px;
}
.we-just-call-awaybx .numb-w a.email{
    font-size: 17px;
}
.ppc-hero-content-ban h1 br{
    display: none;
}
.we-just-call-awaybx {
  padding: 20px;
}
.conversation-form-content.ppcpg{
    margin-left: 20px;
}
.company-office-address-section .clients-mediabx h4{
    font-size: 24px;
}
.company-office-address-section .clients-mediabx p{
    font-size: 17px;
    line-height: 30px;
}
.testimonials-techugo.conatctuspg {
  padding-top: 60px;
}
.carrerpgs .techugo-next-projects-content {
  padding-bottom: 0px;
}
.perks-and-benefits,.career-our-values,.revolutionize-future{
    padding-bottom: 60px;
}
.opening-type-content-box{
    margin-top: 40px;
}
.culture-and-activitiesbx {
  padding-top: 50px;
}
.our-tech-numbers-row {
  font-size: 75px;
}
.our-num-in-sector {
    font-size: 21px;
}
.why-choose-section .startsup-txt{
    font-size: 26px;
}
.powering-possibility,.forte-dedication.android-app-page {
    padding-top: 60px;
}
.mega-dropdown-menu{
    margin: 0 40px;
}
.techugo-award-wining-content.iospg,.techugo-award-wining-content.speqaul{
    padding-bottom: 60px;
}
.faq-section.kotlin-app,.techugo-award-wining-content.iospg.reactapp{
    padding-top: 60px;
}
.testimonials-techugo.fitness-app{
    padding-top: 60px;
}
}

@media (max-width: 1280px){
.techugo-ban p {
    max-width: 600px;
}
.techugo-ban h1{
    padding-bottom: 10px;
}
.why-choose-head {
  font-size: 20px;
}
.why-choose-head-below {
  font-size: 16px;
}
.why-choose-box {
  padding: 30px;
  min-height: 290px;
}
.why-choose-description p {
  font-size: 16px;
}
.powering-possibility-content-box.toplayer .possibility-view img,.powering-possibility-content-box .possibility-view img {
  max-width: 100%;
}
.common-btn-bx a{
  padding: 13px 20px;
  font-size: 15px;
}
.forte-dedication-sliderbx .common-btn-bx a {
  padding: 11px 16px;
  font-size: 13px;
}
.forte-dedication-sliderbx-inner p {
  font-size: 14px;
  line-height: 23px;
}
.case-study-content{
    margin-left: 40px;
    margin-right: 40px;
}
.media-head-box-titlebx{
    position: static;
    transform: none;
    text-align: center;
}
.media-head-box-title{
    padding: 15px 30px;
    width: auto;
    display: inline-flex;
    margin-top: 70px;
}
.media-head-box-title br,.media-sub-head br{
    display: none;
}
.media-content-middle {
     max-width: 980px;
     margin: 0 auto;
     padding-top: 30px;
}
.owl-carousel.media-slider-anim .owl-nav{
    position: static;
    text-align: center;
    margin-top: 30px;
}
.techugo-award-wining-mid-content h3 {
    font-size: 25px;
    line-height: 36px;
}
.techugo-award-wining-mid-content h3 br{
    display: none;
}
.award-wining-key-box {
  margin-left: 20px;
}
.core-content-tabs ul li{
    font-size: 18px;
    margin-bottom: 30px;
}
.offer-technology-box-anim h4 {
  font-size: 21px;
}
.why-should-attr-option{
    font-size: 18px;
}
.digitization-education-box {
  padding: 30px;
}
.owl-carousel.assortment-owl-slider .owl-nav{
    right: 40px;
}
.value-content-box h4 {
  font-size: 24px;
}
.offer-technology-box-anim {
  width: 300px;
  height: 360px;
}
.offer-technology-box{
    min-height: 360px;
}
.trending-header-navigation-view-content {
  padding-left: 30px;
  padding-right: 30px;
}
}
@media (max-width: 1219px){
.conversation-section-content .conver-head {
    font-size: 30px;
}
.core-services-content {
  padding: 40px 20px 30px 30px;
}
.core-content-tabs h3 {
  font-size: 24px;
}
.core-content-tabs {
  padding: 30px 30px 60px 30px;
}
.wth-innovations .logo-brands img{
    height: 140px;
}
.benefits-optionsbx h3 {
  font-size: 26px;
}
}

@media (max-width: 1169px){
.conversation-section {
    padding: 40px;
}
.conversation-form {
    padding: 30px;
}
.conversation-form{
    margin-left: 0;
}
.navigationbx-techugo {
    padding-left: 20px;
    padding-right: 20px;
}
.creative-people-box .creative-star-bx{
    margin: 0 30px;
}
.powering-possibility-content-box p {
  max-width: 75%;
}
.powering-possibility-content-box h2,h2.f40{
    font-size: 34px;
}
.faqsection {
  margin-left: 0px;
}
.creative-people-box .creative-star-bx {
    font-size: 21px;
}
.why-choose-content {
  padding-top: 40px;
}
.why-choose-icon img.apps-build {
  width: 42px;
}
.download-apps {
    right: 30px;
    top: 20px;
}
h1 {
    font-size: 35px;
}
p{
    font-size: 15px;
    line-height: 26px;
}
.testimonials-clients .clients-give-testimonials{
    padding: 20px;
}
.conversation-form-content{
    padding: 30px;
}
.skip-waitbx p{
    font-size: 18px;
}
.faq-sm-t {
  font-size: 23px;
}
.building-app-bold {
    font-size: 25px;
}
.building-apps-tech-logo img{
    width: 30px;
}
.build-nor-txt {
    font-size: 16px;
}
.scrollpane{
    max-height: 250px;
}
.lets-collaborate-details {
    width: calc(100% - 400px);
}
.lets-collaborate-details-content h2 {
    margin-left: -130px;
}
h2.f45 {
    font-size: 36px;
}
h2.f54 {
    font-size: 40px;
}
.techugo-next-projects-contentbx {
  padding: 40px 25px;
}
.techugo-next-projects-contentbx .digit-num {
  font-size: 40px;
}
.techugo-next-projects-contentbx .digit-sm-txt {
    font-size: 22px;
}
.location-talk-experts a{
    padding: 17px 32px;
    font-size: 22px;
}
.optimize-your-btn-row a {
  padding: 17px 30px;
  font-size: 23px;
}
.reveal-tabs-content .nav-tabs .nav-link {
    padding: 12px 20px;
    font-size: 20px;
}
.reveal-tabs-content-wrap h3{
    font-size: 40px;
}
.location-banner .up-woks-brands img{
    width: 480px;
}
.business-move-head-des {
    margin-left: 350px;
    margin-top: -40px;
}
.impeccable-technologies-head-view {
    width: 680px;
}
.letstalkbtnimg {
  top: 0px;
  right: 20px;
}
.innovationsbox-anim.locationpg.portfoliopges img {
  height: 60px;
}
.load-more-industries .location-talk-experts a img{
    width: 36px;
}
.choose-alliance-description p, .offer-short-des p{
    font-size: 16px;
    line-height: 28px;
}
.hero-tech-support img {
  max-width: 340px;
}
.service-hero-smstar{
    left: 100px;
}
.service-banner-hero-content {
  padding: 40px 40px 50px 40px;
}
.choose-alliance-description,.award-wining-key-box{
    margin-left: 0;
}
.award-wining-key {
  padding: 17px 20px;
  font-size: 16px;
}
.why-should-attr-option br{
    display: none;
}
.about-inno-txt {
  font-size: 24px;
}
.about-hero-head h4{
    font-size: 20px;
}
.journey-carousel{
    margin-left: 0;
}
.techies-nm {
  font-size: 18px;
}
.techies-desi {
  font-size: 14px;
}
.about-hero-head {
  padding-top: 110px;
  padding-bottom: 60px;
}
.process-options-techies ul li{
    padding: 0 15px;
    font-size: 16px;
}
.ca-rec-num-heading {
  font-size: 32px;
}
.slider-base-ban img {
  width: 480px;
}
.techugo-hero-slider-app-content-wrap {
  right: 30px;
}
.our-tech-numbers-row {
    font-size: 64px;
}
.our-tech-numbers-box{
    margin: 0 10px;
}
.our-num-in-sector {
    font-size: 18px;
    margin-top: 25px;
}
.forte-dedication-sliderbx {
  padding: 20px 20px 80px 20px;
}
.case-study-rw {
  left: 20px;
  bottom: 20px;
  right: 20px;
}
.forte-dedication-apps-nm {
    font-size: 26px;
}
}

@media (max-width: 1080px){
.wrapmxwd {
    padding: 0 30px;
}
.media-content-middle{
    max-width: 960px;
}
.we-get-booked.service-tabs{
    bottom: 30px;
}
}

@media (max-width: 991px){
.creative-people-box .creative-star-bx {
    font-size: 17px;
}
.letstalkbtnimg{
    display: none;
}
.creative-people-row {
    padding: 20px 0;
}
.creative-people-box .creative-star-bx img {
    width: 30px;
}
h2 {
    font-size: 28px;
}
.why-choose-section .startsup-txt{
    font-size: 23px;
}
.powering-possibility-content-box h2, h2.f40 {
    font-size: 30px;
}
.clients-mediabx h4{
    font-size: 18px;
}
.clients-mediabx {
  padding: 30px 20px;
}
.clients-mediabx-content{
    padding: 20px;
}
.forte-dedication-sliderbx .appsbx img {
    height: 280px;
}
.schedule-build-call a {
    font-size: 15px;
}
.case-study-rw .common-btn-bx{
    text-align: left;
    margin-top: 20px;
}
.got-some-idea,.skip-waitbx p{
    font-size: 16px;
}
.forte-dedication-apps-nm {
    font-size: 27px;
}
.we-get-booked h4 {
  font-size: 24px;
}
.we-get-booked a {
  font-size: 16px;
  padding: 16px 15px;
  margin-right: 0;
}
h1 br,h2 br{
    display: none;
}
.download-apps{
    top: 35px;
}
h1 {
    font-size: 32px;
}
.download-apps img{
    width: 180px;
}
.conversation-section {
    padding: 40px 20px;
}
.conversation-form{
    padding: 15px;
    margin-left: 0;
    margin-top: 10px;
}
.conversation-section-content .conver-head {
    font-size: 28px;
}
.conversation-section-content .conver-head br{
    display: none;
}
.checkboxform span {
    font-size: 14px;
    line-height: 20px;
}
.skip-waitbx p{
    max-width: 80%;
}
.temscolumn{
    display: none;
}
.location-banner {
    padding: 40px 0 60px;
}
h1.f45 {
    font-size: 36px;
}
.location-banner-content p{
    max-width: initial;
}
.location-banner .up-woks-brands img {
    width: 380px;
}
.location-banner-content .location-talk-experts a {
  padding: 13px 50px;
}
.lets-collaborate-view {
    display: none;
}
.lets-collaborate-details {
    width: auto;
}
.lets-collaborate-details-content {
  padding-left: 0;
  padding-right: 0;
  margin-top: 0;
}
h2.f45 {
    font-size: 32px;
}
.lets-collaborate-details-content h2{
    margin-left: 0;
}
h2.f54 {
    font-size: 34px;
}
.techugo-next-projects .core-tabs-content-wrap {
  margin-left: 0px;
}
.impeccable-technologies-head-view .title-show{
    position: relative;
    margin-top: 30px;
    bottom: auto;
    right: auto;
}
.impeccable-technologies-head-view .reveal-line{
    left: 0;
    width: 100px;
    right: auto;
}
.impeccable-technologies-des {
  margin: 0px 0 10px;
}
.reveal-our-working,.success-mobile-app-content {
    border-radius: 70px;
    padding: 60px 20px;
}
.reveal-tabs-content .nav-tabs .nav-link {
    padding: 10px 18px;
    font-size: 18px;
}
.reveal-tabs-content-wrap h3 {
    font-size: 34px;
}
.technology-slider-anim {
  margin-top: 40px;
}
.technology-slider-anim .nav-tabs .nav-link {
    width: 160px;
    font-size: 20px;
}
.business-move-head-des {
    margin-left: 0px;
    margin-top: 20px;
}
.service-item h3 {
    font-size: 28px;
}
.success-mobile-app-company{
    padding-bottom: 80px;
}
.faq-location-have-project{
    padding: 30px 25px;
    border-radius: 40px;
}
.faq-location-have-project .common-btn-bx a {
  font-size: 16px;
  padding: 14px 30px;
}
.faq-location-have-project .faq-sm-t{
    font-size: 25px;
}
.location-banner .up-woks-brands{
    right: 20px;
}
.media-content-middle-row{
    padding-left: 30px;
    padding-right: 30px;
}
.hero-tech-support{
    display: none;
}
.service-banner-hero-content{
    min-height: initial;
    display: block;
}
.service-banner-hero-content .row.tfwd{
    width: auto;
}
.choose-alliance-ban .wtlogo-top img {
  width: 90px;
}
.choose-alliance-description p, .offer-short-des p {
    font-size: 15px;
    line-height: 26px;
}
.techugo-award-wining-mid-content h3 {
    font-size: 21px;
    line-height: 32px;
}
.core-content-tabs ul li {
    font-size: 16px;
    line-height: 28px;
}
.techugo-award-wining-content.advanced-features{
    padding-bottom: 50px;
}
.ppc-banner-content {
  padding: 40px 0;
}
.ppc-hero-content-ban .curve-anim{
    position: static;
}
.conversation-form-content.ppcpg{
    margin-left: 0;
}
.we-just-call-awaybx{
    margin-bottom: 15px;
}
.techugo-coo-details-coo {
  width: 180px;
}
.techugo-coo-details-coo-content {
  width: calc(100% - 180px);
}
.techugo-coo-details-coo-contentbx h4,.techugo-coo-details-coo-contentbx h5 {
  font-size: 24px;
}
.techugo-coo-details-coo-contentbx {
  padding-left: 30px;
}
.coo-email-numbxr{
    flex-wrap: wrap;
}
.coo-email-numbx{
    margin-bottom: 15px;
}
.techugo-coo-details{
    align-items: initial;
}
.company-office-address-section .clients-mediabx h4 {
    font-size: 20px;
}
.company-office-address-section .clients-mediabx p {
    font-size: 15px;
    line-height: 26px;
}
.company-office-address-section .clients-mediabx .logo-media{
    min-height: 50px;
}
.company-office-address-section .clients-mediabx .logo-media img{
    width: auto;
    height: 50px;
}
.techugo-next-projects-content{
    margin-right: 20px;
}
.career-hero-head {
  padding-top: 120px;
  padding-bottom: 60px;
}
.journey-company-numbers-txt {
  font-size: 20px;
}
.journey-company-numbers-head {
  font-size: 40px;
}
.people-line-bx .people-line.left100 {
  margin-left: 90px;
}
.ca-rec-num {
  top: 50px;
  transform:none;
  font-size: 20px;
}
.forte-dedication-content{
    margin-right: 20px;
}
.forte-dedication-sliderbx {
    padding-bottom: 100px;
}
.core-services-content .nav-tabs.homepg.scrollpane{
    padding-right: 20px;
    margin-right: 0px;
}
.slider-base-ban img {
    width:320px;
}
.techugo-hero-slider-content-wrap {
    left: 10px;
}
.our-tech-numbers-row {
    font-size: 50px;
    padding-bottom: 20px;
}
.our-tech-numbers-box{
    margin: 0;
}
.our-num-in-sector {
    font-size: 16px;
    margin-top: 20px;
}
.our-tech-numbers {
  margin-top: 10px;
  margin-bottom: 0px;
}
.our-num-in-sector span::after{
    top: 6px;
}
.trending-header-navigation-view-content {
    padding-left: 20px;
    padding-right: 20px;
}
.header-navigation{
    padding-top: 0;
}
}

@media (max-width: 767px){
.wrapmxwd {
    padding: 0 15px;
}
.creative-star-bx img {
    width: 40px;
    margin-right: 15px;
}
.creative-people-box .creative-star-bx{
    margin: 0 20px;
}
.conversation-section-content .conver-head {
    font-size: 24px;
}
.conversation-section {
    padding: 30px 15px;
}
.privacy-policy-wrap {
    padding-top:75px;
}
.wth-innovations.services-pgs .marquee {
    margin-top: 30px;
}
.conversation-form.contactpgs{
    padding: 20px;
    border-radius: 32px;
}
.conversation-form.contactpgs h3 {
    font-size: 22px;
    padding-bottom: 15px;
}
.download-apps{
    display: none;
}
h1 {
    font-size: 28px;
}
.common-tp-btm, .something-incredible {
    padding-top: 40px;
    padding-bottom: 40px;
}
h2 {
    font-size: 24px;
}
.why-choose-section .common-btn-bx{
    margin-top: 20px;
    text-align: left;
}
.why-choose-content{
    padding-right: 15px;
}
.core-services-section-head {
   margin-bottom: 25px;
}
.core-services-content {
    padding: 20px;
}
.we-get-booked {
  margin-top: 20px;
}
.core-services-content .container{
    padding: 0;
}
.core-tabs-content-wrap{
    margin-top: 15px;
}
.core-content-tabs h3 {
    font-size: 21px;
}
.core-content-tabs {
    border-radius: 24px;
    min-height: initial;
    padding: 20px 20px 35px 20px;
}
.core-services-content .nav-tabs .nav-link{
    font-size: 13px;
    padding: 8px 10px;
    margin-right: 12px;
    border-radius: 24px;
    margin-bottom: 10px;
}
.we-get-booked,.core-services-content .nav-tabs .nav-link span,.powering-possibility-content-box .possibility-view{
    display: none;
}
.powering-possibility-content-box{
    top: 70px;
    padding: 30px 20px;
    border-radius: 28px;
}
.powering-possibility-content-box h2, h2.f40 {
    font-size: 25px;
}
.powering-possibility-content-box.toplayer{
    padding: 30px 20px;
}
.powering-possibility-content-box p{
    max-width: 100%;
}
#techugo-header{
  top:0 !important;
  background-color: #030912 !important;
}
.powering-possibility-content,.clients-media-box,.testimonials-content{
  margin-top: 30px;
}
.testimonials-content{
    margin-right: 15px;
}
.powering-possibility,.testimonials-techugo, .forte-dedication, .faq-section, .techugo-get-touch{
    padding-bottom: 40px;
}
.wth-innovations .logo-brands img{
    height: 80px;
}
.clients-mediabx{
    height: auto;
    margin-bottom: 20px;
}
.forte-dedication-sliderbx{
    border-radius: 32px;
}
.building-apps-box{
    padding: 30px 20px;
    border-radius: 28px;
    margin-bottom: 20px;
}
.building-apps-box .build-star img {
    width: 40px;
}
.innovationsbox-anim {
    padding: 25px 0;
}
p{
    font-size: 14px;
    line-height: 24px;
}
.faq-sm-t {
    font-size: 21px;
    margin-top: 10px;
}
.faq-section .common-btn-bx {
  margin-top: 20px;
  margin-bottom: 30px;
}
.techugo-get-touch{
    padding-top: 40px;
}
.skip-waitbx{
    position: static;
    margin-bottom: 40px;
}
.skip-waitbx .common-btn-bx{
    margin-top: 20px;
}
.conversation-form-content {
    padding-left: 20px;
    padding-right: 20px;
}
.why-choose-box {
    padding: 20px;
    min-height: initial;
}
.why-choose-section.common-tp-btm{
    padding-bottom: 20px;
}
.techugo-footer-wrapbx{
    margin: 0 15px;
    padding: 30px 0 20px;
}
.techugo-web-btm-row .logo-footer-bx{
    justify-content: center;
    margin-bottom: 15px;
}
.techugo-web-btm-row .logo-footer-bx img{
    margin-right: 12px;
    
}
.social-media-box{
    justify-content: center;
    margin-top: 15px;
}
.something-incredible p {
  font-size: 16px;
  line-height: 28px;
}
.contact-about-you{
    padding-right: 0;
    margin-top: 0;
}
.faqsection .btn-link{
    font-size: 16px;
}
.faqsection .card-body p{
    padding-right: 0;
}
.case-study-content {
    margin-left: 0;
    margin-right: 0;
}
.case-study-section{
    padding-top: 100px;
    padding-left: 20px;
    padding-right: 20px;
}
.case-study-box .flows-design{
    display: none;
}
.case-study-content{
    padding-top: 20px;
}
.glow-case-study,.glows-case-study{
    width: 280px;
    height: 280px;
}
.case-study-content-back,.case-study-box-innerbx{
    min-height: 480px;
}
.case-study-box-innerbx .forte-dedication-apps-nm{
    position: static;
}
.case-study-box-innerbx.byju .our-apps img{
    margin-top: 30px;
}
.media-content-middle {
    margin: 0px;
    padding-top: 30px;
}
.media-box-content h3{
    min-height: initial;
    padding-bottom: 15px;
}
h1.f45 {
    font-size: 28px;
}
.location-banner-content p,p.f22,.impeccable-technologies-des p,.impeccable-technologies .tab-content p {
  font-size: 15px;
  line-height: 26px;
}
.impeccable-technologies-des p{
    text-align: left;
}
.location-banner .up-woks-brands{
    position: static;
    margin-left: 20px;
    margin-top: 30px;
}
.location-banner .up-woks-brands img {
    width: 300px;
}
.location-banner-content .location-talk-experts a {
    padding: 10px 40px;
    font-size: 18px;
}
.location-banner {
    padding: 30px 0 40px;
    margin-top: 60px;
}
.location-banner-content .location-talk-experts{
    margin-top: 30px;
}
h2.f45 {
    font-size: 26px;
}
h2.f54{
    font-size: 28px;
}
.location-talk-experts a {
    padding: 14px 24px;
    font-size: 18px;
}
.reveal-our-working-head h4 {
  font-size: 20px;
}
.reveal-line img{
    width: 100px;
}
.reveal-our-working, .success-mobile-app-content {
    border-radius: 36px;
    padding: 40px 10px;
}
.reveal-tabs-content .nav-tabs .nav-link {
    padding: 10px;
    font-size: 13px;
}
.optimize-your-btn-row a {
    padding: 14px 20px;
    font-size: 18px;
}
.optimize-your-btn-row{
    margin-top: 60px;
}
.reveal-tabs-content-wrap h3 {
    font-size: 28px;
    padding-bottom: 15px;
}
.reveal-tabs-content-wrap {
  margin-top: 20px;
}
.impeccable-technologies-head-view {
    width: auto;
}
.business-move-device-section {
  padding: 40px 0;
}
.service-content .device-view{
    display: none;
}
.service-content p{
    max-width: initial;
}
.verius-devices-content {
  margin-top: 30px;
}
.success-story-mobile-app {
  margin-top: 30px;
  flex-wrap:wrap;
  gap:10px;
  display: inline-flex;
}
.success-story-box {
    width: 110px;
    height: 110px;
    margin-bottom: 20px;
}
.success-story-box:first-child img, .success-story-box:nth-child(2) img {
    width: 50px;
}
.success-story-box:nth-child(3) img, .success-story-box:nth-child(4) img {
    width: 70px;
}
.faq-location-have-project{
    margin-bottom: 20px;
}
.techugo-next-projects .core-services-content{
    padding: 0 5px;
}
.innovationsbox-anim.locationpg.portfoliopges img {
    height: 45px;
}
.media-head-box-title{
    font-size: 21px;
}
.media-content-middle-row{
    padding-left: 0px;
    padding-right: 0px;
}
.media-head-box-title{
    margin-top: 50px;
}
.industries-covered-box{
    margin-bottom: 25px;
}
.industries-covered-box figcaption {
    font-size: 18px;
    padding-top: 20px;
}
.load-more-industries {
  margin-top: 30px;
}
.load-more-industries .location-talk-experts a{
    width: 220px;
}
.industries-covered-section{
    padding-top: 40px;
}
.industries-covered-head {
    padding-bottom: 30px;
}
.service-banner-hero-content {
    border-radius: 30px;
    padding: 30px 20px 30px 20px;
    margin-top: 90px;
}
.choose-alliance-ban{
    margin-right: 0;
    margin-bottom: 30px;
}
.choose-alliance-content{
    margin-top: 30px;
    margin-left: 5px;
    margin-right: 5px;
}
.techugo-award-wining-mid-content {
  padding-top: 30px;
}
.award-wining-key-box{
    margin-top: 40px;
}
.award-wining-key-box.iospg {
  margin-top: 0;
}
.techugo-award-wining-content.iospg{
    padding-bottom: 40px;
}
.techugo-award-wining-content.iospg .techugo-award-wining-mid-content {
  padding-top: 20px;
}
.award-wining-key {
    padding: 15px;
    font-size: 15px;
    margin-right: 10px;
    margin-bottom: 10px;
}
.techugo-award-wining-content {
    padding: 40px 0 50px;
}
.techugo-service-offer-content {
  padding: 40px 0;
}
.offer-short-des, .offer-short-des.scrollpane {
    margin-right:0px;
}
.offer-technology-box{
    gap: 40px;
    margin-left: 10px;
    margin-right: 10px;
}
.digitization-education-box {
    padding: 30px 20px;
}
.digitization-education-box h3{
    padding-bottom: 5px;
}
.techugo-award-wining.industypg .techugo-award-wining-content{
    padding-left: 5px;
    padding-right: 5px;
}
.techugo-award-wining.industypg .techugo-award-wining-mid-content{
    padding-top: 10px;
}
.why-should-app-section {
    padding-top: 60px;
    padding-bottom: 20px;
}
.why-should-app-section{
    padding-left: 5px;
    padding-right: 5px;
}
.common-btn-bx.shedule-call,.why-should-app-section .common-btn-bx.popular{
    text-align: left;
}
.why-should-app-section .common-btn-bx{
    margin-bottom: 30px;
}
.why-should-app-content {
  padding-top: 40px;
}
.why-should-attr-option {
    font-size: 16px;
    margin-bottom: 30px;
}
.techugo-award-wining.industypg .techugo-award-wining-content {
    padding-bottom: 40px;
}
.techugo-next-projects-contentbx {
    padding: 20px;
    margin-bottom: 20px;
    height: calc(100% - 20px);
}
.techugo-next-projects-contentbx .digit-num {
    font-size: 30px;
}
.techugo-next-projects-contentbx .digit-sm-txt {
    font-size: 16px;
}
.core-content-tabs.industry-tabs-con{
    min-height: initial;
}
.bg-video-wrap{
    max-height: initial;
}
.techugo-award-wining-content.advanced-features .common-btn-bx.shedule-call {
  margin-top: 30px;
  margin-bottom: 20px;
}
.techugo-award-wining-content.advanced-features{
    padding-left: 5px;
    padding-right: 5px;
}
.award-wining-key-box.industry-key-option{
    margin-top: 0;
}
.techugo-award-wining-content.advanced-features .award-wining-key{
    margin-bottom: 15px;
}
.sticky-view{
    position: static;
}
.ppc-banner-hero {
  padding-top: 60px;
}
.we-just-call-awaybx{
    padding-bottom: 10px;
}
.we-just-call-awaybx.whatsapp{
    padding-top: 15px;
    padding-bottom: 15px;
}
.owl-carousel.assortment-owl-slider .owl-nav{
    position: static;
    text-align: center;
    margin-top: 25px;
}
.techugo-coo-details-coo{
    display: none;
}
.techugo-coo-details-coo-content {
    width: auto
}
.techugo-coo-details-coo-contentbx{
    padding-left: 0;
}
.techugo-coo-details-box {
  margin-top: 30px;
}
.techugo-grand-team {
  margin-top: 30px;
  margin-bottom: 40px;
}
.cherished-places-section,.company-office-address-section{
    padding-bottom: 40px;
}
.testimonials-techugo.conatctuspg {
  padding-top: 40px;
}
.career-hero-head {
  padding-top: 100px;
  padding-bottom: 40px;
}
.current-openings-row {
  font-size: 20px;
}
.current-openings-anim img {
  width: 100px;
}
.team-slider-techbx{
    margin-right: 0;
}
.techugo-next-projects.carrerpgs{
    padding-left: 5px;
    padding-right: 5px;
}
.ceo-message-box{
    display: block;
}
.ceo-viewbx{
    width: 90px;
    margin: auto;
}
.ceo-viewbx-content {
    width: auto;
    margin-top: 30px;
}
.ceo-give-message {
  padding-left: 10px;
}
.perks-and-benefits, .career-our-values, .revolutionize-future{
    padding-bottom: 40px;
}
.perks-and-benefits{
    padding-left: 5px;
    padding-right: 5px;
}
.benefits-icon-row {
  margin-bottom: 20px;
}
.benefits-icon-row img {
  width: 36px;
}
.benefits-optionsbx h3 {
    font-size: 22px;
    padding-bottom: 8px;
}
.benefits-optionsbx{
    height: auto;
    margin-bottom: 20px;
}
.designation_profile {
  font-size: 20px;
}
.designation_profile span.worklocation {
  font-size: 16px;
}
.about-hero-head {
    padding-top: 90px;
    padding-bottom: 40px;
}
.about-hero-head h4 {
    font-size: 18px;
    line-height: 28px;
}
.journey-company-numbers-head {
    font-size: 36px;
}
.journey-company-numbers-txt {
    font-size: 18px;
}
.ca-rec-num-heading {
    font-size: 28px;
    text-align: left;
    padding-left: 50px;
}
.process-options-techies ul{
    display: block;
}
.process-options-techies ul li{
    padding: 0 0 0 20px;
    margin-bottom: 15px;
}
.ca-rec-num {
    top: 46px;
}
.culture-and-activitiesbx {
  padding-top: 40px;
  padding-bottom: 30px;
}
.aboutpg-media-box {
  padding-top: 10px;
}
.clients-mediabxwrap{
    margin-left: 5px;
    margin-right: 5px;
}
.homgpg-hero-slider{
    position: static;
    width: auto;
}
.techugo-hero-slider-content-wrap{
    position: static;
    margin-bottom: 22px;
}
.techugo-ban .ban-content.homebanpg{
    display: block;
}
.hidevid-mobile .award-video{
    display: none;
}
.techugo-banner-hero-content{
    margin-top: 80px;
    margin-bottom: 0px;
    margin-left: 5px;
    margin-right: 5px;
}
.slider-base-ban{
    right: auto;
    left: 50%;
    transform: translate(-50%);
}
.techugo-hero-slider-content-wrap .app-screen-view img {
  max-width: 260px;
  display: inline-block;
}
.techugo-hero-slider-content-wrap .app-screen-view.milkbun-app img {
  max-width: 220px;
}
.techugo-hero-slider-content-wrap .app-screen-view{
    text-align: center;
}
.app-hero-box-content {
  padding: 15px;
  border-radius: 16px;
}
.app-hero-box-content .apps-desc {
    font-size: 18px;
    line-height: 25px;
}
.techugo-hero-slider-app-content-wrap {
    right: 20px;
    width: 200px;
    bottom: 20px;
}
.why-choose-section .startsup-txt{
    margin-top: 30px;
}
.startsup-line-one{
    left: auto;
}
.our-tech-numbers-row {
    font-size: 40px;
}
.our-tech-numbers-box{
    margin-bottom: 30px;
}
.our-num-in-sector {
    font-size: 14px;
}
.our-num-in-sector span::after{
    top: 4px;
}
.why-choose-section .startsup-txt {
    font-size: 20px;
}
.core-services-content .nav-tabs.homepg{
    display: flex;
}
.core-services-content .nav-tabs.homepg.scrollpane{
    padding-right: 0;
    max-height: initial;
    padding-bottom: 0;
}
.common-btn-bx.powering-possibility{
    text-align: left;
    margin-top: 30px;
}
.powering-possibility,.forte-dedication.android-app-page{
    padding-top: 40px;
}
.forte-dedication.homepg-page{
    padding-left: 5px;
    padding-right: 5px;
}
.forte-dedication-content {
    margin-right:15px;
}
.trending-header-navigation-view{
    display: none;
}
.techugo-service-offer-section h4{
    font-size: 20px;
}
.digitization-education-box h3,.techugo-next-projects-content.kotlinapp .techugo-next-projects-contentbx h3{
    font-size: 21px;
}
.faq-section.kotlin-app{
    padding-top: 40px;
}
.techugo-next-projects-content.kotlinapp .techugo-next-projects-contentbx {
  padding: 30px 20px;
  height: auto;
}
.techugo-award-wining-content.speqaul,.techugo-award-wining-content.iospg.reactapp{
    padding-bottom: 40px;
}
.techugo-award-wining-mid-content.speqaul {
  padding-top: 15px;
}
.techugo-award-wining-mid-content.chatbotspage {
    padding-top: 30px;
}
.techugo-award-wining-mid-content.chatbotspage .award-wining-key-box{
    margin-top: 0;
}
.testimonials-techugo.fitness-app{
    padding-top: 40px;
}
.location-banner,.location-banner.canada-location-banner{
    max-height: initial;
}
.location-forte-dedication .optimize-your-btn-row a{
    font-size: 18px;
}
.location-techugo-next-projects .location-talk-experts a{
    padding: 12px 0;
   font-size: 20px;
}
.impeccable-banner{
  display: none;
}
.service-item:hover .service-content{
  max-height: initial;
}
}


@media (max-width: 575px){
.conversation-form-input-row .iti__country-list{
    width: 280px;
}
}
