@import url('https://fonts.googleapis.com/css?family=Raleway&amp;display=swap');
@font-face {
    font-family: Renogare;
    src: url(../fonts/Renogare-Regular.ttf);
}
@font-face {
    font-family: ProximaNovaA;
    src: url(../fonts/ProximaNovaA-Regular/ProximaNovaA-Regular.ttf);
}
@font-face {
    font-family: ProximaNovaA-Light;
    src: url(../fonts/ProximaNovaA-Light/ProximaNovaA-Light.ttf);
}   

body{
    font-family: ProximaNovaA;
}

h1, h2, h3, h4{
    font-family: Renogare;
    text-transform: uppercase;
    /* font-weight: bold; */
}

p{
    font-family: ProximaNovaA;
}

.df {display: flex;}
.justify-center{justify-content: center;}
ul, li {
	list-style-type: none;  /* added from sachin repo */
}
.fp-section{
    height: 100% !important;
}
/* Global Color CSS */
.text-red{
    color: #4bac36;
}
.bg-red{
    background-color: #4bac36;
}
.border-right{
    border-right: 1px solid silver;
}
.nomargin {
    margin: 0 !important;
 }
.border-left-red{
    border-left: 5px solid #4bac36;
 }
.bg-black{
    background-color: #000000;
}

/* below global css added from sachin repo */
.fp-slidesNav {
    display: none;
}
.text-black{
    color: black;
}
.text-white{
    color: white;
}
a:link {
    text-decoration: inherit;
    color: inherit;
    cursor: pointer;
}

a:visited {
    text-decoration: inherit;
    color: inherit;
    cursor: pointer;
}

.services-headline{
    font-size: 3.5rem;
    line-height: 1;
}

.services-sub-headline{
    font-size: 1.5rem;
}

.services-child-header{
    font-size: 1.4rem;
}
.vertical-center {
    margin: auto;
}


/* Welcome Page CSS start here*/
.welcome {
    background-image: url("../images/startup/bg-2.svg");
    background-repeat:no-repeat;
    background-position: 95% center;
	background-size: 18%;
    width:100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
	text-align: center;
	padding: 0 70px;
}

@media (max-width: 767px) {
	.startup {padding: 0;}
}
.welcome .vxplore-logo{
    /* padding: 35vh 0vh; */
}
.welcome .vxplore-logo img{
    /* position:relative; */
    top:0;
    left:0;
    right:0;
    bottom:0;
}
.welcome .cmmi-level{
    background-color: #fff;
    padding: 3px 10px;
    margin-top: 15px;
    margin-right: 39px;
    font-size: 1.2rem;
    border: 1px solid #000;
    float: right;
}

.welcome .stratup-logo {max-width: 75%; margin-bottom: 30px;}
.welcome .stratup-circle {max-width: 75%; margin-bottom: 8%;}

.welcome-bottom-links{
    bottom: 0px;
    left: 0px;
    right: 0px;
    margin-bottom: 0px;
    position: absolute;
}
.welcome-bottom-links .bt-links {
    display: flex;
    align-items: center;
    justify-content: center
}
.welcome-bottom-links .bt-links .lists{
    margin: 10px;
}
.welcome-bottom-links .bt-links .lists .border-line{
    border-right: 1px solid #707070;
}
.welcome-bottom-links .bt-links .lists .no-border{
    border-right: 0;
}
.welcome-bottom-links .bt-links .lists p{
    padding-right: 40px;
    padding-left: 20px;
    font-size: 1.5625rem;
}
.welcome-bottom-links .bt-links .lists p span{
    padding-left: 10px;
}



 
/* Welcome Page CSS end here*/





/*Growth Start*/

.growth { 
	background-image: url(../images/vision/vision-bg2.svg);
    background-repeat: no-repeat;
    background-position: 100% bottom;
    background-size: 40%;
	background-color: #F4F4F4; 
	display: flex;
    align-items: flex-start;
    justify-content: center;
    height: 100%;
    width: 100%;
	padding: 0 70px;
}

@media (max-width: 767px) {
	.growth {padding: 0; }
}


.growth h2 {color: #000; text-transform: none; display: block; text-align: center;  padding: 5%  0;}

			@media only screen and (min-width: 1300px) and (max-width: 1400px) {
				.growth h2 {padding-top: 8%;}
			}
			
			@media only screen and (min-width: 1401px) and (max-width: 1500px) {
				.growth h2 {padding-top: 12%;}
			}
			
			@media only screen and (min-width: 1501px) and (max-width: 1800px) {
				.growth h2 {padding-top: 10%;}
			}

			@media only screen and (min-width: 1801px) and (max-width: 2000px) {
				.growth h2 {padding-top: 12%;}
			}


.growth  h2 span {color: #4bac36;}

.growth .row .col-md-4.col-sm-12.col-12.df:nth-child(1) .box {
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
}
.growth .row .col-md-4.col-sm-12.col-12.df:nth-child(3) .box {
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
}

.growth .row .col-md-4.col-sm-12.col-12.df:nth-child(2) .box span {
    color: #f5f5f570;
}

.growth .box {
      position: relative;
      background: #fff;
      border-radius: 00px;
      width: 100%;
      border: 0px solid #ccc;
      padding: 40px 50px 40px 30px; margin-bottom: 40px;

}

.growth .box h3 {text-transform: none; color: #4bac36; display: block; text-align: left; font-size: 1.5rem;}
 .growth .box span {
        position: absolute;
        top: -15px;
        right: 15px;
        color: #F5F5F5;
        font-family: Renogare;
        font-size: 5rem; }
.growth ul.points {
      display: block;
      width: 100%; padding: 0; }
      .growth ul.points li {
        font-size: 20px;
        line-height: 22px;
        list-style: none;
        padding: 12px 0 0 20px;
        background: url(../images/bullet.svg) no-repeat 0px 20px;
        margin-bottom: 5px; }

.red-strip {position: absolute; bottom: 0; width: 100%; background: #4bac36; padding: 20px 0; border-radius: 30px 30px 0 0;}
.red-strip ul.red-list { padding:0; margin: 0 auto; display: block;}
.red-strip ul.red-list li { color: #fff; font-size: 1.8rem; text-align: center; padding:0 30px; display: inline-block;}

@media screen (max-width: 767px) {
	.red-strip ul.red-list li {
	font-size: 1rem;
	}
}
.red-strip ul.red-list li:first-child { border-right: 2px solid #fff;}
.red-strip ul.red-list li span { font-weight: bold;}

@media (max-width: 1000px) {
	.red-strip ul.red-list li {width: 100%;}
	.red-strip ul.red-list li:first-child { border-right: 0px;}
}
/*Growth End*/



/* startup-solutions start */
.empowered{
    display: flex;
    flex-direction: row;
    align-items: center;
    height: 100%;
}
.empowered .slide1{
    flex-basis: 40%;
    background-image: url("../images/empowered/story-bg.jpg");
    background-repeat:no-repeat;
    background-position: center;
    background-size: 100% 100%;
    height: 100%;
    position: relative;
}
.empowered .slide1 .slide1-info{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}
.empowered .slide1 .empowered-outer-div{
    padding: 10px;
    color: #fff;
    position: relative;
}
.empowered .slide1 .top-left-img{
    position: absolute;
    top: 20px;
    left: 30px;
}
.empowered .slide1 .bottom-right-img{
    position: absolute;
    bottom: 0px;
    right: 20px;
}
.empowered .slide1 .empowered-outer-div h1{
    padding: 10px;
    font-size: 4.09rem;
}
.empowered .slide1 .empowered-outer-div .empowered-inner-div{
    padding: 50px 30px;
    margin: 0 20px;
    color: #ffffff;
    line-height: 10px;
}
.empowered .slide1 .empowered-outer-div .empowered-inner-div h3{
    font-size: 4.5rem; margin-bottom: 0;
    text-transform: none;
}
.empowered .slide1 .empowered-outer-div .empowered-inner-div h4{
    font-size: 2rem; margin-bottom: 0;
     text-transform: none;
}

.empowered .slide1 .empowered-outer-div .empowered-inner-div h4.line{
   margin-bottom: 30px; border-bottom: 2px solid #fff; padding-bottom: 15px ;
}

.empowered .slide1 .empowered-outer-div .empowered-inner-div span {
	font-size: 1.4rem; line-height: 29px;
}
.empowered .slide2{
    flex-basis: 56%;
    display: flex;
    align-items: center;
	justify-content: center;
    height: 100%;
}

.empowered .slide2 { text-align: center;
}
.empowered .slide2 img{ 
	max-width: 80%;
}

/* startup-solutions ends here */


/* our-approach start*/
.our-approach {
	background-image: url("../images/our-approach/bg.jpg");
    background-size: cover;
    background-position: bottom;
	display: flex;
    align-items:  center;
    justify-content: center;
    height: 100%;
    width: 100%;
	padding: 0 70px;
}

@media (max-width: 767px) {
	.our-approach {padding: 0; }
}

.our-approach h2 { color: #fff; position: relative; padding-bottom: 10px; display: block; text-align: center; margin-bottom: 20px; font-size: 2.5rem;}
.our-approach h2::after { position: absolute; content: ""; width: 90px; height: 3px; left: 45%; bottom: 0; background: #fff;}
.our-approach p {display: block; text-align: center; font-size: 1.5rem; color: #fff;}
.our-approach .app-img {text-align: center; margin-top: 30px;}
.our-approach .app-img img {max-width: 100%;}

/* our-approach end */


/*End to End start*/

.end-to-end { 
	background-image: url("../images/end-to-end/bg1.jpg");
    background-position: center top;
	background-size: 100% 100%;
	background-repeat: no-repeat;
	background-color: #F4F4F4;
	display: flex;
    align-items: flex-start;
    justify-content: center;
    height: 100%;
    width: 100%;
	padding: 0 70px;
}

@media (max-width: 767px) {
	.end-to-end {padding: 0; }
}

.end-to-end .df {justify-content: center;}
.end-to-end h2 {color: #fff; text-transform: none; display: block; text-align: center;  padding: 3%  0; line-height: 60px;}

@media only screen and (min-width: 1300px) and (max-width: 1400px) {
				.end-to-end h2 {padding-top: 4%;}
			}
			
			@media only screen and (min-width: 1401px) and (max-width: 1500px) {
				.end-to-end h2 {padding-top: 9%;}
			}
			
			@media only screen and (min-width: 1501px) and (max-width: 1800px) {
				.end-to-end h2 {padding-top: 8%;}
			}

			@media only screen and (min-width: 1801px) and (max-width: 2000px) {
				.end-to-end h2 {padding-top: 6%;}
			}

.end-to-end h2 span { border-bottom: 3px solid #fff;}



.end-to-end ul.main-list { padding: 0; margin: 0;display: flex; flex-wrap: wrap;}
/* .end-to-end ul.main-list li { display: flex; width: 20%; margin-right: 1%;} */
.end-to-end ul.main-list li {
    display: flex;
    width: 18%;
    margin-right: 15px;
}
.end-to-end ul.main-list li:last-child { margin-right: 0%;}

.end-to-end .box {background: #fff; padding: 25px 15px; 
    border-radius: 20px 20px 0 0;
    border-bottom: #4bac36 solid 5px;
    margin-bottom: 25px; 
    transition:  all 400ms;
 }
 .end-to-end .box img {
    transition:  all 400ms;
 }
 .end-to-end .box:hover img {
    transform: rotateX('90deg');
 }

.end-to-end .box p {font-size: 1.2rem; line-height: 22px; min-height: 52px; display: block; margin-bottom: 0;}

.end-to-end .box ul.end-list {
        padding: 0px; }

.end-to-end ul.main-list li .box span { text-align: left; min-height: 60px; display: block;}
.end-to-end ul.main-list li .box span img { width: 22%;}
.end-to-end ul.main-list li .box span img.note-b { width: 18%;}

        .end-to-end .box ul.end-list li {
          font-size: .8rem;
          line-height: 15px;
          list-style: none;
          padding: 15px 0 0px 12px;
          background: url(../images/end-to-end/bullet2.svg) no-repeat 0px 17px; background-size: 5px;
          color: #000; width: 100%; display: block; word-break: break-word;}

/*End to End end*/




/*Life-cycle*/

.life-cycle { 
	background-image: url("../images/vision/vision-bg2.svg");
    background-repeat:no-repeat;
    background-position: 100% bottom;
	background-size: 40%;
	display: flex;
    align-items: flex-start;
    justify-content: center;
    height: 100%;
    width: 100%;
	padding: 0 70px;
}

@media (max-width: 767px) {
	.life-cycle {padding: 0; }
}


.life-cycle h2 {color: #000; text-transform: none; display: block; text-align: center;  padding: 3%  0 1% 0;}

			@media only screen and (min-width: 1300px) and (max-width: 1400px) {
				.life-cycle h2 {padding-top: 1.8%;margin-bottom: 0;}
			}
			
			@media only screen and (min-width: 1401px) and (max-width: 1500px) {
				.life-cycle h2 {padding-top: 5%;}
			}
			
			@media only screen and (min-width: 1501px) and (max-width: 1800px) {
				.life-cycle h2 {padding-top: 3%;}
			}

			@media only screen and (min-width: 1801px) and (max-width: 2000px) {
				.life-cycle h2 {padding-top: 5%;}
			}

@media (max-width: 768px) {
	.life-cycle h2 br {display: none;}	
}
.life-cycle img { max-width: 100%;}
.overlay{position: absolute;content: '';width: 100%;height: 100%;top: 0;left: 0;right: 0;bottom: 0;opacity: 0.6;}
.overlay img{width: 25px;height: 25px;position: absolute;top: auto;left: 15px;transform: translate(-50%, -50%);background: rgba(0,0,0,0.7);padding: 7px;bottom: -40px;}
.red-bottom-strip {position: absolute; bottom: 0; width: 100%; background: #000; padding: 10px 0; }
.red-bottom-strip ul.red-bottom-list { padding:0; margin: 0 auto; display: block;}
.red-bottom-strip ul.red-bottom-list li { color: #fff; font-size: 1.3rem; text-align: center; padding:0 40px; display: inline-block; border-right: 1px solid #fff;}
.client{position: relative;}
.client .desktop-img{
    display: block;
}
.client .mobile-img{
    display: none;
}
.life-cycle .desktop-img{
    display: block;
    padding: 0 100px;
}
.life-cycle .mobile-img{
    display: none;
}
.global-presence .global-right-section .desktop-img{
    display: block;
}
.global-presence .global-right-section .mobile-img{
    display: none;
}
@media only screen and (max-width: 992px){
 .life-cycle .desktop-img{
    display: none;
}
.life-cycle .mobile-img{
    display: block;
}
.global-presence .global-right-section .desktop-img{
    display: none;
}
.global-presence .global-right-section .mobile-img{
    display: block;
}
.client .desktop-img{
    display: none;
}
.client .mobile-img{
    display: block;
}
    .clientele{
        padding: 50px 10px 30px 10px;
    }
}
@media (max-width: 1000px) {
	.red-bottom-strip ul.red-bottom-list li {padding:0 10px;}
}


.red-bottom-strip ul.red-bottom-list li:last-child { border-right: 0px solid #fff;}
.red-bottom-strip ul.red-bottom-list li span { font-weight: bold;}
/*life-cycle*/



/*360 solution start*/
.solution {
	display: flex;
    align-items: flex-start;
    justify-content: center;
    height: 100%;
    width: 100%;
	padding: 0 70px;
}

@media (max-width: 767px) {
	.life-cycle {padding: 0; }
}
	
 
  .solution .section-in {
    display: flex;
    margin-bottom: 15px;
	      border-radius: 50px; border-left: 8px solid #4bac36;
          border-right: 8px solid #4bac36;
    box-shadow: 0px 0px 12px #e2e2e2;
    padding: 0px;
}

.solution-header {padding: 2% 0 4% 0;}

			@media only screen and (min-width: 1300px) and (max-width: 1400px) {
				.solution-header {padding-top: 3%;padding-bottom: 3%;}
				.solution .section-in {margin-bottom: 15px;}
			}
			
			@media only screen and (min-width: 1401px) and (max-width: 1500px) {
				.solution-header {padding-top: 5%;}
				.solution .section-in {margin-bottom: 20px;}
			}
			
			@media only screen and (min-width: 1501px) and (max-width: 1800px) {
				.solution-header {padding-top: 4%;}
				.solution .section-in {margin-bottom: 20px;}
			}

			@media only screen and (min-width: 1801px) and (max-width: 2000px) {
				.solution-header {padding-top: 10%;}
				.solution .section-in {margin-bottom: 20px;}
			}


.solution-header .s-bor {border-right: 1px solid #BABABA;}
.solution-header .df { align-items: center;}
.solution-header h2 { display: block; width: 100%; padding:0 15px 0 15px; font-size: 1.9rem;}
.solution-header p { font-size: 1.4rem; margin-bottom: 0; padding-left: 15px;}
.solution-header p span{ border-bottom: 2px solid #E2292F; }

    @media (max-width: 1024px) {
      .solution .section-in {
        width: 100%;
        display: block;
        border-bottom: 1px solid #ebebeb; } }
    @media (max-width: 767px) {
      .solution .section-in {
        width: 100%;
        display: block; } }
    @media (max-width: 576px) {
      .solution .section-in {
        width: 100%;
        display: block; } }
    .solution .section-in .left-part {
      width: 40%; border-right: 1px solid #ccc;
 padding: 15px 3rem;
      
      position: relative; }
      @media (max-width: 1366px) {
        .solution .section-in .left-part {
          padding: 15px 3rem; } }
      @media (max-width: 1024px) {
        .solution .section-in .left-part {
          display: block;
          width: 100%;
          background: none;
          padding-bottom: 0px; } }
      @media (max-width: 767px) {
        .solution .section-in .left-part {
          display: block;
          width: 100%;
          background: none;
          padding-bottom: 0px; } }
      @media (max-width: 576px) {
        .solution .section-in .left-part {
          display: block;
          width: 100%;
          background: none;
          padding-bottom: 0px; } }
      
       
    .solution .section-in .right-part {
      width: 60%;
      font-size: 1.375rem;
      background: #fff;
      padding: 15px 3rem;
      border-radius: 3rem;
      margin-left: 28px; }
      @media (max-width: 1366px) {
        .solution .section-in .right-part {
          font-size: 1.2rem; } }
      @media (max-width: 1280px) {
        .solution .section-in .right-part {
          font-size: 1.1rem; } }
      @media (max-width: 1024px) {
        .solution .section-in .right-part {
          display: block;
          width: 100%;
          background: none;
          margin-left: 0px;
          font-size: 1.2rem;
          line-height: 1.6rem;
          padding-top: 0px;
          text-align: center;
          width: 100%; } }
      @media (max-width: 767px) {
        .solution .section-in .right-part {
          display: block;
          width: 100%;
          background: none;
          margin-left: 0px;
          font-size: 1.2rem;
          line-height: 1.6rem;
          padding-top: 0px; } }
      @media (max-width: 576px) {
        .solution .section-in .right-part {
          display: block;
          width: 100%;
          background: none;
          margin-left: 0px;
          font-size: 1.1rem;
          line-height: 1.6rem;
          padding-top: 0px; } }
    .solution .section-in h3 {
      font-size: 25px; text-transform: none!important;
      
      display: inline-block;
      margin-bottom: 0;
      text-transform: uppercase; }
      @media (max-width: 1440px) {
        .solution .section-in h3 {
          font-size: 22px;
          width: 100%; } }
      @media (max-width: 1366px) {
        .solution .section-in h3 {
          font-size: 1.25rem;
          width: 100%; } }
      @media (max-width: 1365px) {
        .solution .section-in h3 {
          font-size: 1.125rem;
          width: 100%; } }
      @media (max-width: 1280px) {
        .solution .section-in h3 {
          font-size: 1.125rem;
          width: 100%; } }
      @media (max-width: 1150px) {
        .solution .section-in h3 {
          font-size: 1rem;
          width: 100%; } }
      @media (max-width: 1024px) {
        .solution .section-in h3 {
          font-size: 1.2rem;
          width: 100%;
          text-align: center; } }
      @media (max-width: 767px) {
        .solution .section-in h3 {
          text-align: center;
          width: 100%; } }
  /* @media (max-width: 1024px) {
    .solution .bor-none {
      border: none; } } */

/* 360 solution end*/




/*Key Elements Start*/

.key-elements { 
	background-image: url("../images/vision/vision-bg2.svg");
    background-repeat:no-repeat;
    background-position: 100% bottom;
	background-size: 40%;
	display: flex;
    align-items: flex-start;
    justify-content: center;
    height: 100%;
    width: 100%;
	padding: 0 70px;
	overflow: hidden;
}

@media (max-width: 767px) {
	.key-elements {padding: 0; }
}


.key-elements h2 {color: #000; text-transform: none; display: block; text-align: center;  padding: 3%  0;}

@media only screen and (min-width: 1300px) and (max-width: 1400px) {
				.key-elements h2 {padding-top: 3%;}
			}
			
			@media only screen and (min-width: 1401px) and (max-width: 1500px) {
				.key-elements h2 {padding-top: 6%;}
			}
			
			@media only screen and (min-width: 1501px) and (max-width: 1800px) {
				.key-elements h2 {padding-top: 4%;}
			}

			@media only screen and (min-width: 1801px) and (max-width: 2000px) {
				.key-elements h2 {padding-top: 10%;}
			}


.key-elements .box { padding: 20px; width: 100%; display: block; margin-bottom: 25px; position: relative;}
.key-elements .box::after {position: absolute; content: ""; background: url(../images/key-element/divider.svg) no-repeat; right: -21px; top: 0px; width: 13px; height: 150%; }

@media (max-width: 991px) {
	
	.key-elements .box::after {background: none;}
}

.key-elements .box.divider::after {background: none;}
.key-elements .box .key-header { position: relative; background: #4bac36; border-radius: 10px; margin-bottom: 20px; display: block; padding: 20px 15px;}
.key-elements .box .key-header span { position: absolute; font-family: Renogare;
    font-size: 4rem; left: 15px; top: 1px; color: #FAA726;}
.key-elements .box .key-header p { color: #fff; padding-left: 47px; font-size: 1.2rem;  line-height: 27px; margin-bottom: 0; font-family: Renogare;}

.key-elements .box ul.key-list { padding: 0 0 0 0px; margin: 0;
	
}

.key-elements .box ul.key-list li {
          font-size: 1.2rem;
          line-height: 22px;
          list-style: none;
          padding: 15px 0 0px 12px;
          background: url(../images/end-to-end/bullet2.svg) no-repeat 0px 21px; background-size: 5px;
          color: #000; width: 100%; display: block; word-break: break-word;}


/*Key Elements End*/




/*success-stories start*/

.our-stories { 
	background-image: url("../images/our-stories/ss-bg.jpg");
    background-position: center top;
	background-size: cover;
	background-repeat: no-repeat;
	background-color: #fff;
	display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
	overflow: hidden;
    background-attachment: fixed;
}

.our-stories .container-fluid {height: 100%;}
.our-stories .header { height: 15%; display: flex; justify-content: center; align-items: center;}
.our-stories .stories-box-top { height: 75%;}
.our-stories .global-tech  {height: 10%; display: flex; justify-content: center; align-items: center;}



.our-stories .df {justify-content: center;}
.our-stories h2 {color: #fff; text-transform: none; display: block; text-align: center;  padding: 0;margin-bottom: 0; 
}
.our-stories p { width: 100%; text-align: center; color: #fff; font-size: 1.4rem;}

.our-stories .stories-box { border-right: 1px solid #f0f0f0; background-color: #fff; border-bottom: 1px solid #f0f0f0; text-align: center; background: #fff; padding: 2%; display: flex; justify-content: center; align-items: center; transition:  all 400ms;}
.our-stories .stories-box:hover {
    box-shadow:5px 5px 20px #00000022;
    background-color: #fff;
    transform: scale(1.02);
    position: relative;
    z-index: 99;

}
@media only screen and (min-width: 1401px) and (max-width: 1500px) {
				.our-stories .stories-box {padding: 3%;}
			}

/*
.our-stories .stories-box-inner {padding: 12% 8%;}

			@media only screen and (min-width: 1300px) and (max-width: 1400px) {
				.our-stories .stories-box-inner {padding: 11% 8%;}
			}
			
			@media only screen and (min-width: 1401px) and (max-width: 1500px) {
				.our-stories .stories-box-inner {padding: 16.6% 10%;}
			}
			
			@media only screen and (min-width: 1501px) and (max-width: 1800px) {
				.our-stories .stories-box-inner {padding: 14% 8%;}
			}

			@media only screen and (min-width: 1801px) and (max-width: 2000px) {
				.our-stories .stories-box-inner {padding: 22% 8%;}
			}
*/


.our-stories .stories-box span { display: block; margin-bottom: 10px; }
.our-stories .stories-box img {width: 40px; }
.our-stories .stories-box p { color: #000; display: block; text-align: center; margin-bottom: 0; font-size: 1.2rem; line-height: 22px;}
.our-stories .bor-none {border-bottom: none;}


.global-tech  {
    color: #fff;
    font-size: 1.6rem;
    text-align: center;
    padding: 0;
    display: block;
	
}

.global-tech span {
    font-family: Renogare;
}
/*success-stories end*/


/* value page start */
.value{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
    height: 100%;
}
.value .colmn-middle{
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    padding: 20px;
    flex-basis: 40%;
    height: 100%;
}

.value h2{
    font-size: 3.8rem;
}

.value ul li img{
    width: 20%;
}

.value ul li img.ci{
    width: 18%;
}
.value ul li span{
    font-weight: bold; color: #000;
} 
.value p a {color: #4bac36;}


.value .colmn-middle.bg-red > div > p{
    /* width: 65%; */
    font-size: 1.375rem;
    line-height: 1.2em;
}

.value .border{
    border: solid white 4px !important;
    flex: 1;
    display: flex;
    flex-direction: column;
    /* align-items: center; */
    justify-content: center;
    height: 100%;
}

.value li + li{
    border-top: 2px solid rgba(112,112,112,0.17);
}

.value .left-ul{
    flex-direction: column; padding: 0;
}
.value .left-ul li p, .right-ul li p{
    font-size: 1.15rem;
    color: #676767;
    padding-top: 10px;
    /* line-height: 1.3em; */
    margin-bottom: 0;
}

.value .colmn-left{
    margin: auto 0px;
    display: flex;
    align-items: center;
    flex-direction: column;
    flex-basis: 25%;
}

.value .colmn-left ul li{
    padding: 25px;
    text-align: right;
}

.value .right-ul{
    flex-direction: column;
    justify-content: left;
    padding-left: 0px;
}

.value .colmn-right{
    margin: auto 0px;
    display: flex;
    flex-direction: column;
    align-items: center;
    flex-basis: 25%;
}

.value .colmn-right ul li{
    padding: 25px;
    text-align: left;
}

.value .colmn-middle .footer{
    display: flex;
    align-items: center;
    border-top: 1px solid rgba(255,255,255,0.5);
    border-bottom: 1px solid rgba(255,255,255,0.5);
    margin: 10% 17%;
    padding: 7% 0%;
    /* justify-content: center; */
    font-weight: bold;
}

.value .colmn-middle .footer p{
    width: 50%;
}

.value .colmn-middle .footer .first-child{
    font-size: 4.12rem;
    font-family: Renogare;
    display: flex;
    align-items: center;
    justify-content: center;
    letter-spacing: 1px;
    font-weight: normal;
}
.value .colmn-middle .footer .first-child span{
    font-size: 1.9rem;
    font-family: Renogare;
}
.value .colmn-middle .footer .last-child{
    font-size: 1.486875rem;
    margin-left: -30px;
    padding-left: 18px;
    line-height: 30px;
    font-family: Renogare;
    border-left: 2px solid #fff;
    text-align: left;
    font-weight: normal;
    letter-spacing: 1px;
}

@media (max-width: 1440px) {
    .value .colmn-middle .footer{
        margin: 10% 14%;
    }
    .value .colmn-middle .footer .last-child{
        margin-left: -30px;
        padding-left: 18px;
    }
}

@media (max-width: 1366px) {
    .value .colmn-middle .footer .last-child{
        padding-left: 13px;
    }
}

@media (max-width: 1280px) {
    .value .colmn-middle .footer{
        padding: 20px 8px !important;
     }
}

/* value page end */




/*why choose us start*/

.why-us { background: #fff; display: flex;
    align-items: flex-start;
    justify-content: center;
    height: 100%;
    width: 100%;
	padding: 0 70px;
}

@media (max-width: 767px) {
	.why-us {padding: 0; }
}


.why-us h2 {color: #000; text-transform: none; display: block; text-align: center;  padding: 3%  0;}

@media only screen and (min-width: 1300px) and (max-width: 1400px) {
				.why-us h2 {padding-top: 3%;}
			}
			
			@media only screen and (min-width: 1401px) and (max-width: 1500px) {
				.why-us h2 {padding-top: 5%;}
			}
			
			@media only screen and (min-width: 1501px) and (max-width: 1800px) {
				.why-us h2 {padding-top: 5%;}
			}

			@media only screen and (min-width: 1801px) and (max-width: 2000px) {
				.why-us h2 {padding-top: 10%;}
			}

ul.why-points { padding: 0; margin: 0; width: 100%;}
ul.why-points li { padding: 0; margin-bottom: 28px;}

@media only screen and (min-width: 1300px) and (max-width: 1400px) {
				ul.why-points li { margin-bottom: 28px;}
			}
			
			@media only screen and (min-width: 1401px) and (max-width: 1500px) {
				ul.why-points li { margin-bottom: 40px;}
			}
			
			@media only screen and (min-width: 1501px) and (max-width: 1800px) {
				ul.why-points li { margin-bottom: 28px;}
			}

			@media only screen and (min-width: 1801px) and (max-width: 2000px) {
				ul.why-points li { margin-bottom: 50px;}
			}



ul.why-points p { padding:20px; border-radius: 0px; border-left: 3px solid #4bac36; border-right: 3px solid #4bac36; min-height: 80px; margin-bottom: 0; box-shadow: 0px 0px 10px #ddd; font-size: 1rem; }
ul.why-points p span { color: #000; font-family: Renogare; font-size: 1rem}

.why-us-strip {position: absolute; bottom: 0; width: 100%; background: #4bac36; padding: 20px 0; border-radius: 30px 30px 0 0;}
.why-us-strip ul.why-us-list { padding:0; margin: 0 auto; display: flex;align-items: center;justify-content: center;}
.why-us-strip ul.why-us-list li { color: #fff; font-size: 1.5rem; text-align: left; padding:0 90px; display: inline-block;}

@media (max-width: 1000px) {
	.why-us-strip ul.why-us-list li {padding:0 30px;}
}


@media only screen and (min-width: 1300px) and (max-width: 1400px) {
				.why-us-strip ul.why-us-list li {padding:0 105px;}
			}
			
			@media only screen and (min-width: 1401px) and (max-width: 1500px) {
				.why-us-strip ul.why-us-list li {padding:0 115px;}
			}
			
			@media only screen and (min-width: 1501px) and (max-width: 1800px) {
				.why-us-strip ul.why-us-list li {padding:0 135px;}
			}

			@media only screen and (min-width: 1801px) and (max-width: 2000px) {
				.why-us-strip ul.why-us-list li {padding:0 140px;}
			}

@media screen (max-width: 767px) {
	.why-us-strip ul.red-list li {
	font-size: 1rem;
	}
}
.why-us-strip ul.why-us-list li:first-child { border-right: 2px solid #fff;}
.why-us-strip ul.why-us-list li:nth-child(2) { border-right: 2px solid #fff;}
.why-us-strip ul.why-us-list li span { font-weight: bold; display: block; width: 100%; font-size: 1.5rem; font-family: Renogare;}
.why-us-strip ul.why-us-list li p { display: block; width: 100%; margin-top: -8px; margin-bottom: 0;}
/*why choose us end*/




/* Clients page */
.happy-clients{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
	text-align: center;
	overflow: hidden;
}

.startup-logos {max-width: 94%; margin: 0 auto; border: 1px solid #eeeeee; margin-top: 2%;}


.happy-clients p {padding: 10px 0; font-size:.8rem; width: 100%; text-align: center;}

/* Clients Page */








/* Global Presence css start here */
.global-presence{
    display: flex;
    height: 100%;
}
.global-presence .global-left-section{
    flex-basis: 30%;
    background-image: url("../images/global-presence/gobal-left-bg.jpg");
    background-blend-mode: overlay;
    background-position: center;
    height: 100%;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    padding-bottom: 10%;
    position: relative;
}
.global-presence .global-left-section .global-text{
    background-color: #4bac36;
    color: #ffffff;
    padding: 40px;
    width: 400px;
    position: absolute;
    top: 15%;
    left: -15%;
    z-index: 1;
}
.global-presence .global-left-section .global-text h4{
    font-size: 2.7rem;
    /* letter-spacing: 0.2em; */
    margin-bottom: 0px !important;
}
.global-presence .global-right-section{
    flex-basis: 70%;
    background-color: #4bac36;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
}
.global-right-section .global-map img{
    padding: 0 8%;
    width: 100%;
}
.global-presence .global-right-section .address{
    color: #ffffff;
    padding-left: 8%;
}
.global-presence .global-right-section .address h4{
    font-family: Renogare;
    font-size: 1.8rem;
} 
.global-presence .global-right-section .address p{
    font-family: ProximaNovaA;
    font-size: 1.4375rem;
    letter-spacing: 0.1em;
}
/* Global presence css ends here */

/* Home Button CSS */
.home-button{
    position: absolute;
    top: 15px;
    right: 15px;
}
.home-button img{
    width: 50px;
    height: 50px;
}

/* Thank you */

/*-------thanksyou--------*/
.thanksyou {
  position: relative;
  background-image: url(../images/thanks/contact-bg1.svg), url(../images/thanks/contact-bg2.svg);
  background-position: left top, right bottom;
  background-repeat: no-repeat;
  background-size: 40%, 40%;
  margin: 0; }
  .thanksyou .thanks {
    width: 80%;
    padding: 10% 0 25px 0;
    margin: 0 auto;
    font-size: 100px;
    text-align: center;
    text-transform: uppercase;
    font-family: Renogare;
    border-bottom: 4px solid #4bac36; }
    @media (max-width: 991px) {
      .thanksyou .thanks {
        width: 95%;
        font-size: 80px; } }
    @media (max-width: 767px) {
      .thanksyou .thanks {
        font-size: 60px; } }
    @media (max-width: 576px) {
      .thanksyou .thanks {
        font-size: 50px;
        padding: 9% 0 15px 0;
    } }
  .thanksyou .bottom-links {
    margin: 50px 0; }
    .thanksyou .bottom-links .bt-links {
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      justify-content: center; }
      .thanksyou .bottom-links .bt-links .lists {
        margin: 10px; }
        .thanksyou .bottom-links .bt-links .lists p.border-line {
          border-right: 1px solid #707070;
          padding-right: 40px;
          padding-left: 20px;
          font-size: 25px; }
          @media (max-width: 991px) {
            .thanksyou .bottom-links .bt-links .lists p.border-line {
              font-size: 20px;
              border-right: 0PX; }
              .thanksyou .bottom-links .bt-links .lists p.border-line .bor-none {
                border: none; } }
          @media (max-width: 767px) {
            .thanksyou .bottom-links .bt-links .lists p.border-line {
              font-size: 17px; } }
          @media (max-width: 576px) {
            .thanksyou .bottom-links .bt-links .lists p.border-line {
              border: none; } }
          .thanksyou .bottom-links .bt-links .lists p.border-line img {
            margin-top: -7px; }
          @media (max-width: 991px) {
            .thanksyou .bottom-links .bt-links .lists p.border-line .web {
              width: 10%; }
            .thanksyou .bottom-links .bt-links .lists p.border-line .mail {
              width: 10%; }
            .thanksyou .bottom-links .bt-links .lists p.border-line .tel {
              width: 12%; } }
          @media (max-width: 767px) {
            .thanksyou .bottom-links .bt-links .lists p.border-line .web {
              width: 7%; }
            .thanksyou .-bottom-links .bt-links .lists p.border-line .mail {
              width: 9%; }
            .thanksyou .-bottom-links .bt-links .lists p.border-line .tel {
              width: 13%; } }
          .thanksyou .bottom-links .bt-links .lists p.border-line span {
            padding-left: 10px; }
            .thanksyou .bottom-links .bt-links .lists p.border-line span a {
              color: #333; }
              .thanksyou .bottom-links .bt-links .lists p.border-line span a:hover {
                color: #000;
                text-decoration: none; }
        .thanksyou .bottom-links .bt-links .lists .b-none {
          border-right: none !important; }
  .thanksyou .footer-logo {
    margin: 0 auto;
    text-align: center; }
    .thanksyou .footer-logo img {
      width: 280px; }


/*.slide-number {display: none;}*/

.welcome .startup-mob{
    display: none;
}

.fancybox-bg{
    background: rgba(255,255,255,1);
}
.fancybox-is-open .fancybox-bg{opacity: 1;}
.value-mob{
    display: none !important;
}

@media (max-width: 767px) {
    .thanksyou .footer-logo img{
        width: 195px;
    }
}

.global-presence .vxplore-logo img{
    width: 100%;
}