/*@media screen and (max-width: 767px) {
   
    .fp-section{height: auto !important;}
    .fp-tableCell{height: auto !important;}
    
     .welcome{height: auto; padding: 100px 0;}
}*/
@media only (max-width: 767px) {
    .welcome-bottom-links{
       margin-bottom: 10px;
    }
	.welcome-bottom-links .bt-links .lists {
		margin-bottom: 5px;
	}
}
	
@media only screen and (min-width: 768px) {
    .welcome-bottom-links span{
        font-size: 1rem;
    }
} 
@media screen (min-width: 992px) {
    .welcome-bottom-links span{
        font-size: 1.4rem;
    }
} 
	
	@media only (max-width: 992px) {

	.welcome-bottom-links .bt-links .two p.border-line{
	border-right:0px;
	}
} 
	
@media only screen and (min-width: 1200px) {
    .welcome-bottom-links span{
        font-size: 1.5rem;
    }
} 
@media only screen and (max-width: 1366px) {
    .welcome-bottom-links span{
        font-size: 1.3rem;
    }
    .life-neosoft{margin-top: 5px;}
} 
@media only screen and (max-width: 1480px) {
    .welcome-bottom-links span{
        font-size: 1.4rem;
    }
} 


/* What We Do Module */
	
	
	

/* Product Module */
@media only screen and (max-width: 1280px) {
    .products-section .product-categories .category p {
        font-size: 1.5rem;
    }
}
/* Our work module */
@media only screen and (max-width: 1280px){
    .our-work .work-title{
        padding-left: 30px !important;
    }
    .quick-facts .quick-facts-block .card .card-text span{
        font-size: 0.7rem;
    }
    .main-flex li{
        padding-top: 10%;
    }
    .quick-facts .quick-facts-block .card .card-text h3 small{
        font-size: 0.7rem;
    }
    .empowered .slide2 .categories div p{
        font-size: 1.2rem;
    }
}
/* Services Module */
@media only screen and (max-width : 1400px) {
    .service-modules .category-content .card{
        padding: 10px;
        border: 1px solid #f0f0f0;
        border-radius: 0px;
        box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.13); 
        text-shadow: 0px 3px 7px rgba(0, 0, 0, 0.13);  
        text-align: center;
    }
    .service-modules .category-content .card .card_title{
        font-size: 1.3rem;
        font-weight: bold; 
        line-height: 25px;
    }
    .service-modules .category-content .card .card_content{
        font-size: 1rem;
    }
}

@media screen and (max-width: 1400px) {
    .digital-transformation-capabilities .section-heading h1 {
       font-size: 3rem;
    }
  }

/* Digital Transformation Enablers */
@media screen and (max-width: 1480px){
    .enablers{
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .digital-transformation-enablers .enablers .inner-circle{
        background-color: #E71A1A;
        border-radius: 50%;
        height: 150px;
        width: 150px;
        display: flex;
        align-items: center;
        margin-left: 50px;
    }
    .digital-transformation-enablers .enablers .inner-circle::before{
        content: " ";
        width: 100px;
        height: 10px;
        /* left: 15%; */
        background-color: #E71A1A;
        display: inline-block;
        position: absolute;
        border-top-right-radius: 30%;
        border-bottom-right-radius: 30%;
    }
    .digital-transformation-enablers .enablers .inner-circle::after {
        content: " ";
        display: inline-block;
        position: absolute;
        width: 0;
        height: 0;
        border-bottom: 15px solid transparent;
        border-top: 15px solid transparent;
        border-left: 30px solid #E71A1A;
        margin-left: 17%;
    }
    .digital-transformation-enablers .enablers .inner-circle .outer-circle{
        position: absolute;
        height: 90px;
        width: 90px;
        background-color: #ffffff;
        border-radius: 50%;
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 20px 0;
    }
    .digital-transformation-enablers .enablers .inner-circle .outer-circle p{
        font-size: .675rem;
        color: #E71A1A;
        z-index: 1;
    }
    .digital-transformation-enablers .enablers .inner-circle .cirlce1{
        top: 24%;
        left: 7.5%;
    }
    .digital-transformation-enablers .enablers .inner-circle .cirlce2{
        top: 36%;
        left: 2%;
    }
    .digital-transformation-enablers .enablers .inner-circle .cirlce3{
        top: 52%;
        left: 2%;
    }
    .digital-transformation-enablers .enablers .inner-circle .cirlce4{
        top: 63%;
        left: 8%;
    }
    .digital-transformation-enablers .enablers .inner-circle .cirlce5{
        top: 63%;
        left: 15.5%;
    }
    .digital-transformation-enablers .enablers .inner-circle .cirlce6{
        top: 53%;
        left: 21.5%;
    }
    .digital-transformation-enablers .enablers .inner-circle .cirlce7{
        top: 33.5%;
        left: 21.5%;
    }
    .digital-transformation-enablers .enablers .inner-circle .cirlce8{
        top: 23%;
        left: 15.5%;
    }
    
    
    .digital-transformation-enablers .enablers div p{
        font-size: .875rem;
        font-weight: bold;
        color: #ffffff;
        text-align: center;
    }
}

@media screen and (max-width: 1200px){
    .enablers{
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .digital-transformation-enablers .enablers .inner-circle{
        background-color: #E71A1A;
        border-radius: 50%;
        height: 150px;
        width: 150px;
        display: flex;
        align-items: center;
        margin-left: 50px;
    }
    .digital-transformation-enablers .enablers .inner-circle::before{
        content: " ";
        width: 100px;
        height: 10px;
        /* left: 15%; */
        background-color: #E71A1A;
        display: inline-block;
        position: absolute;
        border-top-right-radius: 30%;
        border-bottom-right-radius: 30%;
    }
    .digital-transformation-enablers .enablers .inner-circle::after {
        content: " ";
        display: inline-block;
        position: absolute;
        width: 0;
        height: 0;
        border-bottom: 15px solid transparent;
        border-top: 15px solid transparent;
        border-left: 30px solid #E71A1A;
        margin-left: 18%;
    }
    .digital-transformation-enablers .enablers .inner-circle .outer-circle{
        position: absolute;
        height: 85px;
        width: 85px;
        background-color: #ffffff;
        border-radius: 50%;
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 15px 0;
    }
    .digital-transformation-enablers .enablers .inner-circle .outer-circle p{
        font-size: .675rem;
        color: #E71A1A;
        z-index: 1;
    }
    .digital-transformation-enablers .enablers .inner-circle .cirlce1{
        top: 30%;
        left: 6.5%;
    }
    .digital-transformation-enablers .enablers .inner-circle .cirlce2{
        top: 39%;
        left: 1%;
    }
    .digital-transformation-enablers .enablers .inner-circle .cirlce3{
        top: 52%;
        left: 2%;
    }
    .digital-transformation-enablers .enablers .inner-circle .cirlce4{
        top: 61%;
        left: 8%;
    }
    .digital-transformation-enablers .enablers .inner-circle .cirlce5{
        top: 61%;
        left: 16.5%;
    }
    .digital-transformation-enablers .enablers .inner-circle .cirlce6{
        top: 52%;
        left: 21.5%;
    }
    .digital-transformation-enablers .enablers .inner-circle .cirlce7{
        top: 36.5%;
        left: 21.5%;
    }
    .digital-transformation-enablers .enablers .inner-circle .cirlce8{
        top: 29%;
        left: 15%;
    }
    
    
    .digital-transformation-enablers .enablers div p{
        font-size: .875rem;
        font-weight: bold;
        color: #ffffff;
        text-align: center;
    }
}

@media screen and (max-width: 1400px) {
    .portfolio-section h4 {
       font-size: 1.2rem;
    }
    .portfolio-section ul li{
        font-size: 1.4rem;
    }
    .segments-section div ul li p{
        font-size: 1.6rem;
    }
    .offshore-development-center .top-section .odc-title h1{
        font-size: 3.5rem;
    }
}

/* success stories responsive  */
@media screen and (max-width: 1600px){
    
    .empowered .slide1 .empowered-outer-div h1 {
        padding: 20px;
        font-size: 3rem;
    }
    .empowered .slide1 .empowered-outer-div .empowered-inner-div {
        padding: 30px;
    }
    .main-flex li{
        padding-top: 8%;
    }
    .startup-logos{
        max-width: 90%;
    }
}
@media screen and (max-width: 1480px){
    .empowered .slide1 .top-left-img{
        position: absolute;
        top: 20px;
        left: 20px;
    }
    .empowered .slide1 .bottom-right-img{
        position: absolute;
        bottom: 0px;
        right: 20px;
    }
}
@media screen and (max-width: 1400px){
    .global-presence .global-left-section .global-text{
        padding: 20px;
        width: 100%;
        font-size: 25px;
        top: 15%;
        right: 0%;
    }
    .global-presence .global-left-section .global-text h4{
        font-size: 2.5rem;
        /* letter-spacing: 1.5px; */
    }
    .global-presence .global-right-section{
        padding: 0 20px; 
    }
    .global-presence .global-right-section .address p{
        font-size: 1.3rem;
    }
}
@media screen and (min-width: 1024px) and (max-width : 1400px){
    .engg-section .section-icon{
        top: -13%;
        left: 10%;
    }
}
@media screen and (min-width: 1400px) and (max-width: 1920px){
    .engg-section ul li{
        font-size: 1.575rem;
        margin-bottom: 10px;
    }
    .engg-section h2{
        font-size: 1.875rem;
        margin: 20px 0;
    }
    .engg-section .section-icon{
        top: -13%;
        left: 10%;
    }
}
@media screen and (max-width: 1480px){
  
    .service-modules .category-content .container .card {
        min-height: 280px !important;
    }   
    .service-modules .category-content .card {
        padding: 20px 20px 10px 20px;
        max-height: 100%;
        min-height: 268px !important;
        min-width: 337px;
        max-width: 100%;
    } 
    .service-modules .category-content .card .card_content{
        font-size: 1.1rem;
    }
    .client ul p{
        font-size: 2.3rem;
    }
    .value .colmn-middle .footer .first-child{
        margin-left: -10px;
    }
    
    
    .value .left-ul li p, .right-ul li p{
        line-height: 1.1em;
    }
    .value .colmn-left ul li{
        padding: 30px;
    }
}

/* For Devices bigger than  1920px  */
@media screen and (min-width: 1920px){
   
    .innovation-list .card {
        padding: 30px;        
    }
    .innovation-list .card p {
        font-size: 1.5rem;
    }
    .leadership .slide1 h1 {
        font-size: 5.5rem;
    }
    .leadership .slide1 ul li .name {
        font-size: 3.8rem;
        padding-left: 10px;
    }
    .leadership .slide1 ul li .title {
        font-size: 2rem;
        padding-left: 12px;
    }
    .quick-facts .slide1 .top-heading p {
        font-size: 1.8rem;
    }
    .quick-facts .quick-facts-block h5 {
        font-size: 2.7rem;
    }
    .quick-facts .quick-facts-block .cards-row .card {
        padding: 30px;
    }
    .quick-facts .quick-facts-block .card .card-text {
        margin-left: 30px;
    }
    .quick-facts .quick-facts-block .card .card-text h3{
        font-size: 2rem;
    }
    .quick-facts .quick-facts-block .card .card-text h3 sup{
        font-size: 2rem;
    }
    .quick-facts .quick-facts-block .card .card-text span, 
    .quick-facts .quick-facts-block .card .card-text h3 small{
        font-size: 1.3rem;
    }
    .quick-facts .quick-facts-block .partners .card {
        padding: 35px;
    }
    .quick-facts .quick-facts-block .partners .card img {
        width: 100%;
        height: 55px;
    }
    .empowered .slide2 .categories div p {
        font-size: 1.8625rem;
        color: #000000;
        line-height: 1em;
        max-width: 62%;
        margin: 0 auto
    }
    .empowered .slide1 .empowered-outer-div h1 {
        padding: 10px;
        font-size: 5.09rem;
        line-height: 1em;
    }
    .empowered .slide1 .top-left-img {
        top: 10px;
        left: 10px;
    }
    .empowered .slide1 .bottom-right-img {
        bottom: 0px;
        right: 15px;
    }
    .empowered .slide1 .empowered-outer-div .empowered-inner-div p {
        font-size: 2.81125rem;
        line-height: 20px;
    }
   
   
    .engg-section h2 {
        font-size: 2.5rem;
    }
    .engg-section ul li {
        font-size: 2rem;
    }
    .engg-section ul li::before{
        top:15px;
    }
    
    .engg-section .section-icon {
        top: -15%;
        left: 10%;  
    }
    .engg-section .section-icon {
        background-color: #FB303A;
        width: 150px;
        height: 150px;
        position: absolute;
        top: -15%;
        left: 10%;
        display: flex;
    }
    .value h2 {
        font-size: 4.7rem;
    }
    .value .colmn-middle.bg-red > div > p {
        font-size: 2rem;
    }
    .value .colmn-left ul li{
        padding: 30px;
    }
    .value .left-ul li p, .right-ul li p {
        font-size: 1.2rem;
        line-height: 1.5em;
    }
    .value .colmn-middle .footer{
        padding: 7%;
    }
    .value .colmn-middle .footer .last-child {
        font-size: 1.586875rem;
        margin-left: -25px;
        padding-left: 18px;
        line-height: 30px;
    }
    

    .service-modules .section-heading{
        font-size: 4.5rem;
        color: #ff0000;
    }
    .service-modules .section-sub-heading{
        font-size: 2.5rem;
        color: #000000;
    }
    .service-modules .category-content .card{
        padding: 25px 30px 10px 30px;
        max-height: 100%;
        min-height: 346px !important;
        min-width: 443px;
        max-width: 100%;
        border: 1px solid #f0f0f0;
        border-radius: 0px;
        box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.13); 
        text-shadow: 0px 3px 7px rgba(0, 0, 0, 0.13); 
        text-align: center;
    }
    .service-modules .category-content .card .card_title{
        font-size: 1.5rem;
        line-height: 30px;
        font-family: Renogare;
    }
    .service-modules .category-content .card .card_content{
        font-size: 1.4rem;
    }
    .service-modules .category-content .container .card{
        min-height: 360px !important;
    }
    .service-modules .category-content .container .row{
        margin-left: -15%;
        margin-right: -15%;
    }
    .client ul p{
        /* padding-top: 20px; */
        line-height: 1.2em;
    }
    .global-presence .global-right-section .address {
        color: #ffffff;
        margin-top: -5%;
        padding-left: 8%;
    }
}

@media screen and (max-width: 1366px){
      
    .leadership .slide2 .slide2-info {
        padding: 15% 10%;
    }  
    .leadership .slide1 h1 {
        margin-bottom: 10%;
    }
    .quick-facts .slide1 h1{
        font-size: 3.5rem;
    }
    .quick-facts .slide1 .top-heading p{
        font-size: 1.3rem;
    }
    .bottom-facts h3 {
        font-size: 2.9rem;
    }
    .quick-facts .slide1 .bottom-facts .card .card-text {
        font-size: 1.2rem;
    }
    
    .quick-facts .quick-facts-block .card .card-text h3 {
        font-size: 1rem;
    }
    
    .quick-facts .quick-facts-block .cards-row .card {
        padding: 15px;
    }
    
    
    .service-modules .category-content .container .card {
        min-height: 230px !important;
    }
    .service-modules .category-content .card {
        padding: 20px 10px 10px 10px;
        max-width: 100%;
        min-width: 310px;
        min-height: 200px !important;
        max-height: 100%;
    }
    .value h2{
        font-size: 3.1rem;
    }
    .value .colmn-middle.bg-red > div > p{
        font-size: 1.2rem;
    }
    .value .left-ul li p, .right-ul li p{
        font-size: 1.1rem;
        line-height: 1.3em;
    }
    .value .colmn-left ul li, .value .colmn-right ul li{
        padding: 40px 27px;
    }
    .value .colmn-middle .footer{
        margin: 15% 13% 0%;
        padding: 20px;
    }
    .value .colmn-middle .footer .first-child {
        font-size: 3.2rem;
    }
    .value .colmn-middle .footer .last-child{
        font-size: 1.2rem;
        line-height: 25px;
    }
    .main-flex li{
        padding-top: 8%;
        margin: 10px 0;
    }
    .client ul p{
        font-size: 2.2rem;
    }
    
    .passion .header, .life-neosoft .header, our-dna .header{
        font-size: 3rem;
    }
    
    .engg-section ul li{
        line-height: 1.1;
    }
    .engg-section .section-icon{
        width: 80px;
        height: 80px;
        padding: 15px;
    }
    .engg-section .section-icon img{
        width: 60px;
        height: auto;
    }
    .engg-section ul li::before {
        left: 10px;
        top: 6px;
    }
    .global-presence .global-right-section .address{
        margin-top: -5%;
    }
}


@media screen and (max-width: 1200px){
	
	
    .leadership .slide2 .slide2-info {
        padding: 13% 3%;
    }
    .leadership .slide2 .slide2-info h4 {
        font-size: 2rem;
    }
    .leadership .slide2 .slide2-info p {
        font-size: 1.675rem;
        font-family: 'Raleway', sans-serif;
    }
    .quick-facts .quick-facts-block .card .card-text {
        margin-left: 5px;
    }
    .quick-facts .quick-facts-block .cards-row .card {
        padding: 10px 5px;
    }
    .quick-facts .quick-facts-block .card .card-text h3 {
        font-size: .9rem;
    }
    .quick-facts .quick-facts-block .card .card-text span {
        font-size: 0.65rem;
    }
    .quick-facts .quick-facts-block .card .card-text h3 small {
        font-size: 12px;
    }
    .quick-facts .quick-facts-block .card img {
        width: 25px;
    }
    .quick-facts .quick-facts-block .partners .card img {
        height: 40px;
    }
    .empowered .slide2 .categories div p {
        font-size: 1rem;
        max-width: 65%;
    }
    .empowered .slide1 .empowered-outer-div .empowered-inner-div h4 {
        font-size: 2rem;
    }
    .empowered .slide1 .empowered-outer-div .empowered-inner-div p {
        font-size: 1.8rem;
    }
    .service-modules .section-heading{
        font-size: 3rem;
    }
    .service-modules .section-sub-heading{
        font-size: 1.5rem;
    }
    .service-modules .category-content .card .card_title {
        font-size: 1.2rem;
        line-height: 20px;
    }
    .service-modules .category-content .card{
        min-width: 230px;
    }
    .service-modules .category-content .card .card_content{
        font-size: .9rem;
    }
   
    .engg-section ul li::before {
        left: 10px;
        top: 7px;
    }
    .engg-section ul li {
        font-size: 1.1rem;
        margin-bottom: 5px;
    }
    .value .left-ul li p, .right-ul li p {
        font-size: 1.1rem;
        line-height: 1em;
    }

    .value .colmn-middle .footer .last-child{
        margin-left: -10px;
    }
    .client ul p {
        font-size: 1.5rem;
        padding-top: 5px;
    }
    .main-flex li img{
        width: 100px;
        height: 50px;
    }
    .main-flex li{
        padding-top: 8%;
        margin: 10px 0;
    }
    
    .global-presence .global-right-section .address h4 {
        font-size: 1.5rem;
    }   
    .global-presence .global-right-section .address{
        padding-top: 40px;
    }
    .global-presence .global-right-section .address p{
        font-size: 1.2rem;
        letter-spacing: 0.1em;
    }
}



/*** responsive ***/

@media only screen and (max-width: 992px){
    .welcome{
        padding: 70px 70px;
    }   
    .welcome-bottom-links .bt-links .lists p{
        margin-bottom: 0;
        padding-left: 15px;
        padding-right: 15px;
    }
    .welcome-bottom-links .bt-links .lists{
        margin: 0;
    }
    .welcome-bottom-links{
        bottom: 20px;
    }
    .welcome-bottom-links span{
        font-size: 1.1rem;
    }
    .welcome-bottom-links .bt-links .lists p img{
        width: 25px;
    }
    .welcome-bottom-links .bt-links .lists p span{
        padding-left: 5px;
    }
    .growth{
        padding: 40px 20px 110px 20px;
    }
    .growth ul.points li{
        font-size: 18px;
        line-height: 22px;
        padding: 10px 0 0 15px;
        background: url(../images/bullet.svg) no-repeat 0px 18px;
        margin-bottom: 5px;
    }
    .growth .box h3{
        font-size: 1.3rem;
    }
    .growth .box span{
        top: 0;
        font-size: 4rem;
        line-height: 1;
    }
    .growth .box{
        padding: 30px 40px 30px 30px;
    }
    .red-strip ul.red-list li{
        font-size: 1.4rem;line-height: 1;
    }
    .our-approach{
        padding: 70px 20px;
    }
    .end-to-end{
        padding: 30px 20px;
        background-size: auto 45%;
    }
    .end-to-end ul.main-list{
        flex-wrap: wrap;
    }
    .end-to-end ul.main-list li{
        width: 31.9%;
        margin: 5px;
    }
    .end-to-end .box ul.end-list li{
        padding: 10px 0 0px 12px;
        background: url(../images/end-to-end/bullet2.svg) no-repeat 0px 13px;
        background-size: 5px;
    }
    .life-cycle{
        padding: 40px 20px 90px 20px;
    }
    .life-cycle h2{
        padding-bottom: 2%;
    }
    .solution{
        padding: 40px 20px;
        border-bottom: 1px solid #efefef;
    }
    .solution .section-in .left-part{
        border-right: 0;
    }
    /* .solution .bor-none{
        border-left: 10px solid #E32A30;
    } */
    .key-elements{
        padding: 40px 20px;
    }
    .key-elements .box{
        padding: 0;
    }
    .key-elements .box .key-header{
        min-height: 105px;
    }
    .key-elements .box .key-header p{
        font-size: 1rem;
        line-height: 21px;
    }
    .key-elements .box .key-header span{
        font-size: 3.5rem;
        left: 12px;
    }
    .key-elements .box .key-header p{
        padding-left: 40px;
    }
    .key-elements .box ul.key-list{
        padding: 0 0 0 55px;
    }
    .our-stories .header,.our-stories .global-tech{
        min-height: 70px;
    }
    .our-stories .stories-box p{
        font-size: 1rem;
        line-height: 20px;
    }
    .value h2{
        font-size: 2rem;
    }
    .value .left-ul li p, .right-ul li p{
        font-size: 1rem;
        line-height: 1.2rem;
    }
    .value .colmn-left ul li, .value .colmn-right ul li{
        padding: 30px 27px;
    }
    .value .colmn-middle{
        min-height: 530px;
    }
    .value h2{
        font-size: 1.9rem;
    }
    .value .colmn-middle .footer{
        margin: 15% 0% 0%;
    }
    .value .colmn-middle .footer .last-child{
        font-size: 1rem;
    }
    .value .colmn-middle .footer .first-child{
        font-size: 2.9rem;margin-left: -12px;
    }
    .our-value{
        border-bottom: 1px solid #eee;
    }
    .why-us{
        padding: 40px 20px 90px 20px;
    }
    .why-us-strip ul.why-us-list li{
        padding: 0 30px;
    }
    .why-us-strip ul.why-us-list li span{
        font-size: 1.3rem;
    }
    .why-us-strip ul.why-us-list li p{
        font-size: 18px;
    }
    ul.why-points p{
        line-height: 20px;
    }
    .clientele{
        padding: 50px 0 30px 0;
    }
    .global-presence .global-right-section{
        padding: 60px 20px 25px 20px;
    }
    .global-right-section .global-map{
        margin-bottom: 25px;
    }
    .global-presence .global-left-section{
        min-height: 445px;
        padding-bottom: 6%;
    }
    .global-presence .global-left-section .global-text h4{
        font-size: 2.3rem;
    }
    .thanksyou .thanks{
        border-bottom: 2px solid #4BAC36;
    }
    .last-slide{
        padding: 0px 0 50px 0;
    }
    .thanksyou .bottom-links .bt-links .lists p.border-line{
        margin-bottom: 0;
        font-size: 16px;
        padding-left: 15px;
        padding-right: 15px;
    }
    #fullpage{
        overflow: hidden;
    }
}
@media only screen and (max-width: 767px){
    .welcome{
        padding: 65px 8px 20px 8px;
        background-size: 50%;
    }
    .welcome .stratup-logo{
        display: none;
    }
    .welcome .startup-mob{
        display: block;
        margin-bottom: 60px;
    }
    .welcome .startup-mob .vx-logo{
        width: 50%;
        margin: 0 auto;
        margin-bottom: 65px;
    }
    .welcome .startup-mob .stratup-mob-logo{
        width: 80%;
    }
    .welcome-bottom-links{
        position: relative;
        bottom: 0;
    }
    .welcome .stratup-circle{
        max-width: 100%;
        margin-bottom: 75px;
    }
    .welcome-bottom-links .bt-links .lists p img{
        width: 9px;
    }
    .welcome-bottom-links .bt-links .lists .no-border img{
        margin-top: -2px;
    }
    .welcome-bottom-links .bt-links .lists .border-line{
        border: 0;
        line-height: 9px;
        padding-left: 3px;
        padding-right: 3px;
        font-size: 10px;
    }
    .welcome-bottom-links span{
        font-size: 11px;
    }
    .welcome-bottom-links .bt-links .lists p span{
        padding-left: 0px;
    }
    .empower .slide-number{
        color: #fff;
        border: 1px solid #fff;
    }
    .slide-number{
        right: -5px;
        padding: 5px 15px 5px 15px;
        border-radius: 20px 0 0 20px;
    }
    .end-to-end ul.main-list li .box span img{
        width: 17%;
    }
    .end-to-end ul.main-list li .box span img.note-b{
        width: 15%;
    }
    .value-mob{
        display: block !important;
    }
    .value-desktop{
        display: none !important;
    }
    .empowered{
        display: block;
    }
    .empowered .slide1 .empowered-outer-div .empowered-inner-div{
        margin: 0;
    }
    .empowered .slide1{
        background-size: 100% 100%;
        background-image: url(../images/startup/story-bg2.jpg);
    }
    .empowered .slide1 .empowered-outer-div .empowered-inner-div{
        padding: 20px 5px;
    }
    .empowered .slide1 .empowered-outer-div .empowered-inner-div h4{
        font-size: 1.8rem;
    }
    .empowered .slide2 img{
        max-width: 90%;
        padding: 40px 0;
    }
    .growth h2{
        font-size: 1.5rem;
        line-height: 1.3;
    }
    .growth{
        padding:40px 0 40px 0;
    }
    .growth .box{
        margin-bottom: 30px;
    }
    .red-strip ul.red-list li{
        font-size: 16px;
        padding: 0 0px;
    }
    .our-approach h2{
        font-size: 2rem;
    }
    .our-approach h2::after{
        left: 50%;
        transform: translateX(-50%);
    }
    .our-approach p{
        font-size: 16px;
        line-height: 20px;
        width: 80%;
        margin: 0 auto;
    }
    .our-approach{
        padding: 50px 0px;
    }
    .end-to-end{
        padding: 40px 0 20px 0;
        background-image: none;
    }
    .end-to-end h2{
        font-size: 1.5rem;
        line-height: 40px;
        color: #000;
    }
    .end-to-end h2 span{
        border-bottom: 3px solid #E2292F;
    }
    .end-to-end .slide-number{
        color: #969696 !important;
        border: 1px solid #969696 !important;
    }
    .end-to-end ul.main-list li{
        width: 100%;
        display: block;
    }
    .end-to-end ul.main-list li .box span{
        margin-bottom: 15px;
    }
    .life-cycle{
        padding: 50px 0px 80px 0px;
    }
    .life-cycle h2{
        margin-bottom: 10px;
    }
    .red-bottom-strip ul.red-bottom-list li{
        padding: 0 6px;
        font-size: 10px;
        line-height: 1;
    }
    .red-bottom-strip{
        padding: 5px 0 10px 0;
    }
    .solution{
        padding: 50px 10px;
    }
    .solution-header{
        padding: 2% 0 5% 0;
    }
    .solution-header .s-bor{
        border-right: 0;
    }
    .solution-header h2{
        font-size: 1.5rem;
        padding: 0 0px 10px 0px;
        border-bottom: 1px solid #BABABA;
        text-align: center;
    }
    .solution-header p{
        font-size: 1.2rem;
        padding-left: 0;
        text-align: center;
    }
    .solution .section-in .left-part{
        padding: 15px 1rem;
        padding-bottom: 0;
    }
    .solution .section-in .right-part{
        padding: 15px 1rem;
        padding-top: 5px;
        font-size: 1rem;
        line-height: 1.3rem;
    }
    h2{
        font-size: 1.5rem;
    }
    .key-elements{
        padding: 50px 0;
    }
    .key-elements .box .key-header{
        min-height: auto;
        padding: 20px 25px;
        margin-bottom: 10px;
    }
    .key-elements .box .key-header span{
        left: 20px;
    }
    .our-stories .header, .our-stories .global-tech{
        min-height: 140px;
        line-height: 25px;
    }
    .our-stories .stories-box{
        padding: 4% 2%;
        border-bottom: 1px solid #f0f0f0;
    }
    .value{
        display: block;
        padding: 50px 0 0 0;
    }
    .value .left-ul{
        width: 100%;
        margin-bottom: 0;
    }
    .value .colmn-left ul li{
        text-align: left;
    }
    .value .colmn-left ul li, .value .colmn-right ul li{
        padding: 25px 25px;
        border-bottom: 1px solid rgba(112,112,112,0.17);
        border-top: 0;
    }
    .value .colmn-right ul{
        margin-bottom: 0;
    }
    .value .colmn-middle{
        min-height: 220px;
    }
    .value h2{
        font-size: 1.7rem;
        padding-top: 10px;
    }
    .value .colmn-middle .footer{
        margin: 1% 0 0;
        padding: 5px 20px;
    }
    .value .colmn-middle .footer p{
        margin-bottom: 0;
    }
    .value .colmn-right ul li:last-child{
        border-bottom: 0;
    }
    .value ul li img{
        width: 15%;
    }
    .why-us{
        padding: 50px 0px 90px 0px;
    }
    ul.why-points p{
        min-height: auto;
    }
    .why-us-strip ul.why-us-list li{
        padding: 0 6px;
    }
    .why-us-strip ul.why-us-list li span{
        font-size: 16px;
        margin-bottom: 5px;
    }
    .why-us-strip ul.why-us-list li p{
        font-size: 10px;
    }
    .why-us-strip{
        padding: 20px 0;
    }
    .startup-logos{max-width: 100%;}
    .happy-clients p{margin-bottom: 0;font-size: 10px;}
    .global-presence{
        display: block;
    }
    .global-presence .global-right-section{
        padding: 5px 0px 10px 0;
    }
    .global-presence .global-left-section .global-text {
        padding: 10px 11px;
        right: 0;
        top: -178px;
        left: 0;
    }
    .global-presence .global-left-section .global-text h4{
        font-size: 2rem;
    }
    .thanksyou .bottom-links{
        margin: 30px 0 40px 0;
    }
    .last-slide{
        padding: 20px 0 50px 0;
    }
    .thanksyou .bottom-links .bt-links .lists{
        margin: 5px;
        padding: 7px 5px 7px 5px;
        border: 1px solid #cdcdcd;
        width: 80%;
        text-align: center;
    }
    .thanksyou .bottom-links .bt-links .lists p.border-line{
        padding: 2px 10px;
        display: flex;
        justify-content: flex-start;
        align-items: center;
    }
    .thanksyou .bottom-links .bt-links .lists p.border-line img{
        margin-top: 0;
    }
    .empowered .slide1 .empowered-outer-div .empowered-inner-div h3{
        font-size: 4rem;
        line-height: 1.1;
    }
    .empowered .slide1 .empowered-outer-div .empowered-inner-div h4{
        font-size: 1.5rem;
        margin-bottom: 3px;
    }
    .empowered .slide1 .empowered-outer-div .empowered-inner-div h4.line{
        margin-bottom: 10px;
    }
    .empowered .slide1 .empowered-outer-div .empowered-inner-div span{
        font-size: 1.2rem;
        line-height: 25px;
    }
    .page-content{padding: 0;}
    .growth{
        flex-direction: column;
    }
    .red-strip{
        position: relative;
        border-radius: 15px;
        width: calc(100% - 30px);
        margin: 0 15px;
        padding: 15px 0;
    }
    .life-cycle img{
        transition: all 0.4s ease-in-out;
    }
    .life-cycle img:hover{
           transform: scale(1.1);
    }
    .solution .section-in h3{
        text-align: left;
    }
    .solution .section-in .right-part{
        text-align: left;
    }
        .our-stories{
        background-size:cover;
        padding: 0 40px!important;
    }
    .our-stories .global-tech{
        background-image: url("../images/our-stories/ss-bg.jpg");
        background-size: 100%;
    }
    .global-tech span{
        font-size: 22px;
        line-height: 30px;
    }
    ul.why-points li{
        margin-bottom: 20px;
        padding-bottom: 20px;
        border-bottom: 1px solid rgba(112,112,112,0.17);
    }
    ul.why-points li:last-child{
        border-bottom: 0;
    }
    .global-presence .global-left-section{
        min-height: 130px;
        padding-bottom: 0;
    }
    .global-presence .global-left-section .neosoft-logo{
        display: none;
    }
    .global-presence .global-left-section .neosoft-logo img{
        width: 85%;
    }
    .global-right-section .global-map img{
        padding: 0;
    }
    .global-presence .global-right-section .address p{
        font-size: 15px;
    }
    .global-presence .global-right-section .address p br{
        display: none;
    }
    .global-presence .global-right-section .address h4{
        font-size: 23px;
    }
    
    .global-presence .global-right-section .address{
        padding-left: 3%;
    }
    .global-presence .global-right-section .overlay img {
        left: 92%;
        top: 130px;
    }
    .thanksyou .bottom-links .bt-links .lists p.border-line .tel{
        width: 7%;
    }
    .thanksyou .bottom-links .bt-links .lists p.border-line .mail{
        width: 7%;
    }
        .empowered .slide1 .empowered-outer-div .empowered-inner-div h4{
        font-size: 1rem;
    }
    .empowered .slide1 .empowered-outer-div .empowered-inner-div h3{
        font-size: 3.3rem;
    }
        .empowered .slide1 .empowered-outer-div .empowered-inner-div span{
        font-size: 14px;
        line-height: 19px;
    }
    .life-cycle{padding: 50px 10px 80px 10px;}
    .value .colmn-middle .footer{
        padding: 20px 30px !important;
    }
    .value .colmn-middle .footer .first-child{
        margin-left: 0;
    }
    .value .colmn-middle .footer .last-child{
        margin-left: -25px;
    }
    .value .border{
        padding: 40px 5px;
    }
    .happy-clients .overlay img{
        bottom: -8px;
    }
}

@media only screen and (max-width: 375px){
    .red-strip ul.red-list li{
        font-size: 16px;
        padding: 0 5px;
    }
    .why-us-strip ul.why-us-list li p{
        font-size: 9px;
    }
    .why-us-strip ul.why-us-list li span{
        font-size: 0.8rem;
    }
    .welcome-bottom-links .bt-links .lists .border-line{
        padding-left: 4px;
        padding-right: 4px;
    }
    .welcome-bottom-links .bt-links .lists p span{
        padding-left: 0;
        font-size: 10px;
    }
    .welcome .startup-mob{
        margin-bottom: 40px;
    }
    .welcome .startup-mob .vx-logo{
        margin-bottom: 50px;
        width: 45%;
    }
    .welcome-bottom-links .bt-links .lists p span{
        font-size: 7px;
    }
    .red-bottom-strip ul.red-bottom-list li{
        padding: 0 7px;
        font-size: 9px;
    }
    .our-stories{
        background-size: 950px;
    }
    .our-stories .global-tech{
        background-image: url("../images/our-stories/ss-bg.jpg");
        background-size: 100%;
    }
    .global-tech span{
        font-size: 20px;
    }
}
@media only screen and (max-width: 320px){
    .welcome-bottom-links span{
        font-size: 1rem;
    }
    .welcome-bottom-links .bt-links .lists p img{
        width: 8px;
    }
    .welcome-bottom-links .bt-links .lists .border-line{
        line-height: 1.1;
    }
    .empowered .slide1 .empowered-outer-div .empowered-inner-div h4.line{
        padding-bottom: 8px;
    }
    h2{
        font-size: 1.2rem !important;
    }
    .growth ul.points li{
        font-size: 16px;
        line-height: 20px;
    }
    .growth .box h3{
        font-size: 1.2rem;
    }
    .red-strip ul.red-list li{
        font-size: 14px;
        padding: 0;
    }
    .end-to-end h2{
        line-height: 35px;
    }
    .red-bottom-strip ul.red-bottom-list{
        text-align: center;
    }
    .solution-header p{
        font-size: 1rem;
        line-height: 28px;
    }
    .solution .section-in h3{
        font-size: 1rem;
    }
    .solution .section-in .right-part{
        padding-top: 0;
        font-size: 0.9rem;
        line-height: 1.2rem;
    }
    .solution .section-in{
        border-left: 5px solid #E32A30;
    }
    .key-elements .box .key-header{
        padding: 12px 20px;
    }
    .key-elements .box .key-header span{
        font-size: 2.8rem;
        line-height: 1;
        top: 12px;
    }
    .key-elements .box ul.key-list li{
        padding: 12px 0 0px 15px;
        background: url(../images/end-to-end/bullet2.svg) no-repeat 0px 19px;
    }
    .value .colmn-middle{
        min-height: 190px;
    }
    .value .colmn-middle .footer .first-child{
        font-size: 2.4rem;
    }
    .value .colmn-middle .footer .last-child{
        font-size: 0.9rem;
        line-height: 18px;
    }
    ul.why-points p{
        line-height: 18px;
        font-size: 1rem;
    }
    ul.why-points p span{
        font-size: 0.9rem;
    }
    .why-us-strip{
        padding: 10px 0;
    }
    .why-us-strip ul.why-us-list{
        text-align: center;
    }
    .why-us-strip ul.why-us-list li{
        padding: 0px 5px;
    }
    .global-presence .global-left-section .global-text h4{
        font-size: 1rem;
    }
    .global-presence .global-right-section .address h4{
        font-size: 1.3rem;
    }
    .global-presence .global-right-section .address p{
        font-size: 1rem;
    }
    .thanksyou .footer-logo img{
        width: 175px;
    }
    .welcome-bottom-links .bt-links .lists p{
        padding-left: 5px;
        padding-right: 5px;
    }
    .welcome .startup-mob{
        margin-bottom: 40px;
    }
    .welcome .startup-mob .vx-logo{
        margin-bottom: 50px;
        width: 45%;
    }
    .welcome-bottom-links .bt-links .lists p span{
        font-size: 7px;
    }
    .red-bottom-strip ul.red-bottom-list li{
        padding: 0 4px;
        font-size: 9px;
    }
    .global-tech span{
        font-size: 20px;
    }
    .global-presence .global-right-section .address p{
        font-size: 14px;
        line-height: 18px;
    }
}