
@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700;800&family=Roboto:wght@400;500;700&display=swap');



@font-face {
  font-family: 'Poppins-Medium';
  src: url('./fonts/Poppins-Medium.eot');
  src: url('./fonts/Poppins-Medium.eot?#iefix') format('embedded-opentype'),
      url('./fonts/Poppins-Medium.woff2') format('woff2'),
      url('./fonts/Poppins-Medium.woff') format('woff'),
      url('./fonts/Poppins-Medium.ttf') format('truetype'),
      url('./fonts/Poppins-Medium.svg#Poppins-Medium') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Manrope-Bold';
  src: url('./fonts/Manrope-Bold.eot');
  src: url('./fonts/Manrope-Bold.eot?#iefix') format('embedded-opentype'),
      url('./fonts/Manrope-Bold.woff2') format('woff2'),
      url('./fonts/Manrope-Bold.woff') format('woff'),
      url('./fonts/Manrope-Bold.ttf') format('truetype'),
      url('./fonts/Manrope-Bold.svg#Manrope-Bold') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Manrope-SemiBold';
  src: url('./fonts/Manrope-SemiBold.eot');
  src: url('./fonts/Manrope-SemiBold.eot?#iefix') format('embedded-opentype'),
      url('./fonts/Manrope-SemiBold.woff2') format('woff2'),
      url('./fonts/Manrope-SemiBold.woff') format('woff'),
      url('./fonts/Manrope-SemiBold.ttf') format('truetype'),
      url('./fonts/Manrope-SemiBold.svg#Manrope-SemiBold') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Manrope-Medium';
  src: url('./fonts/Manrope-Medium.eot');
  src: url('./fonts/Manrope-Medium.eot?#iefix') format('embedded-opentype'),
      url('./fonts/Manrope-Medium.woff2') format('woff2'),
      url('./fonts/Manrope-Medium.woff') format('woff'),
      url('./fonts/Manrope-Medium.ttf') format('truetype'),
      url('./fonts/Manrope-Medium.svg#Manrope-Medium') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Manrope-Regular';
  src: url('./fonts/Manrope-Regular.eot');
  src: url('./fonts/Manrope-Regular.eot?#iefix') format('embedded-opentype'),
      url('./fonts/Manrope-Regular.woff2') format('woff2'),
      url('./fonts/Manrope-Regular.woff') format('woff'),
      url('./fonts/Manrope-Regular.ttf') format('truetype'),
      url('./fonts/Manrope-Regular.svg#Manrope-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Gotham-Bold';
  src: url('./fonts/Gotham-Bold.eot');
  src: url('./fonts/Gotham-Bold.eot?#iefix') format('embedded-opentype'),
      url('./fonts/Gotham-Bold.woff2') format('woff2'),
      url('./fonts/Gotham-Bold.woff') format('woff'),
      url('./fonts/Gotham-Bold.ttf') format('truetype'),
      url('./fonts/Gotham-Bold.svg#Gotham-Bold') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Gotham-Book';
  src: url('./fonts/Gotham-Book.eot');
  src: url('./fonts/Gotham-Book.eot?#iefix') format('embedded-opentype'),
      url('./fonts/Gotham-Book.woff2') format('woff2'),
      url('./fonts/Gotham-Book.woff') format('woff'),
      url('./fonts/Gotham-Book.ttf') format('truetype'),
      url('./fonts/Gotham-Book.svg#Gotham-Book') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Gotham-Medium';
  src: url('./fonts/Gotham-Medium.eot');
  src: url('./fonts/Gotham-Medium.eot?#iefix') format('embedded-opentype'),
      url('./fonts/Gotham-Medium.woff2') format('woff2'),
      url('./fonts/Gotham-Medium.woff') format('woff'),
      url('./fonts/Gotham-Medium.ttf') format('truetype'),
      url('./fonts/Gotham-Medium.svg#Gotham-Medium') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}


body.np-over{overflow:hidden;}
#smoth-wrapper{width:100%;float:left;}

.h-banner1 [data-animation-in]{opacity:1;-webkit-animation-duration:1.5s;animation-duration:1.5s;transition:opacity 0.5s ease 1s;}

.animated{transition:all 0.5s ease;}

@-webkit-keyframes zoomInImage{from{transform:scale3d(1,1,1);}
to{transform:scale3d(1.1,1.1,1.1);}
}
@keyframes zoomInImage{from{transform:scale3d(1,1,1);}
to{transform:scale3d(1.1,1.1,1.1);}
}
.zoomInImage{-webkit-animation-name:zoomInImage;animation-name:zoomInImage;}

@-webkit-keyframes zoomOutImage{from{transform:scale3d(1.1,1.1,1.1);}
to{transform:scale3d(1,1,1);}
}
@keyframes zoomOutImage{from{transform:scale3d(1.1,1.1,1.1);}
to{transform:scale3d(1,1,1);}
}
.zoomOutImage{-webkit-animation-name:zoomOutImage;animation-name:zoomOutImage;}


a {-webkit-tap-highlight-color: transparent;}

.np-headTop{padding: 1rem 0;}
.np-headTop {padding: 1rem 20px;}
.np-headtopLft ul{padding: .5rem 0;}
.np-headtopLft ul li span{border: 1px solid #030c40;padding: .5rem 0;}
.sub-head.sticky{position: fixed; z-index: 999; width: 100%; transition: .5s ease; background-color: #000;}

section.np-sec__banner{background:#030c40;}
.np-sec__bannerBg{background: url('../images/contact-banner.png') no-repeat center center;padding: 10rem 0;}
.np-commen__title{color: #fff; font-size: 3.75rem;font-family: 'Gotham-Medium';}
.np-headtopLft ul li a{color: #ffff;font-size:16px;font-family: 'Manrope-Medium';}
.np-headtopLft ul li a:hover{color: #f89e1e;}
.np-toggleParent{display:flex;justify-content:flex-end;}

.toggle-button .menu-bar-middle{height:3px;background-color:#f89e1e;margin-top:7px;margin-bottom:7px;top:3px;}
.toggle-button .menu-bar{position:absolute;border-radius:2px;width:80%;transition:0.5s;}
.toggle-button .menu-bar-bottom{border:3px solid #f89e1e;border-top:none;top:20px;}
.button-open .menu-bar-bottom{border-color:#f89e1e;transform:rotate(-45deg) translate(7px,-7px);transition:0.5s;top:22px;}
.toggle-button .menu-bar{position:absolute;border-radius:2px;width:80%;transition:0.5s;}

.toggle-button{position:relative;width:38px;height:26px;padding:4px;transition:0.25s;z-index:19;text-align:center;display:none;}
.toggle-button .menu-bar-top{border:3px solid #f89e1e;border-bottom:none;top:1px;}
.toggle-button .menu-bar{position:absolute;border-radius:2px;width:80%;transition:0.5s;}
.button-open{right:0px;top:-20px;position:absolute;}
.button-open .menu-bar-top{border-color:#f89e1e;transform:rotate(45deg) translate(8px,8px);transition:0.5s;}
.button-open .menu-bar-middle{background-color:#f89e1e;transform:translate(-230px);transition:0.1s ease-in;opacity:0;}


.np-headerMenu{display: none;}

.h-banner-sec{width: 100%; float: left;    position: relative;}
.h-banner-in{width: 100%; float: left;}
.h-banner1{width: 100%; float: left; position: relative; background-color: #fff;overflow: hidden;}
.h-banner1 img{max-width: 100%;}
.h-banner-text {width: 100%; float: left; position: absolute; top: 0;top: 42%;z-index: 11;}
.h-banner-text1{font-size:20px; color: #ffff; text-align: center; text-transform: uppercase; font-weight: 100; font-family: 'Manrope-Regular'; letter-spacing:20px;}
.h-banner-text2{font-size:55px;line-height:80px; color: #ffff; text-align: center; font-family: 'Gotham-Bold';}
.sub-head{position: fixed; z-index: 999; width: 100%; transition: .5s ease;      background-color: #0000 !important;}
header.np-head.sticky .sub-head {background-color: #000 !important;}
.sub-head.sticky{position: fixed; z-index: 999; width: 100%; transition: .5s ease;  background-color: #000 !important;}
header{position: absolute; z-index:99;}
.cw-btn{padding-left: 10px;}
.cw-btn a{background-image: -moz-linear-gradient( -65deg, rgb(255,62,0) 0%, rgb(255,194,51) 100%);
  background-image: -webkit-linear-gradient( -65deg, rgb(255,62,0) 0%, rgb(255,194,51) 100%);
  background-image: -ms-linear-gradient( -65deg, rgb(255,62,0) 0%, rgb(255,194,51) 100%);color: #fff; padding:10px 38px; border-radius:30px;font-family: 'Manrope-Medium';}

.headerWrp {max-width: 1600px;width: 100%;}
.h-v-sec{width: 100%; float: left; display: flex;}
.h-v-sec-in{width: 100%; float: left; padding: 10px 0;}
.h-v-sec-in > ul{width: 100%; float: left; display: flex; justify-content: space-between;}
.h-v-sec-in > ul li{width: calc(25% - 10px); list-style: none;margin: 0 .5rem;}
.h-v-sec-in .slick-dots li{width: auto;margin: 0 5px;}
.v-img{width: 100%; float: left; position: relative;overflow: hidden;}
.popup-vimeo{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:100%;height:100%;display:flex;justify-content:center;align-items:center;}

.slick-slide img.y-icon{width: auto;}
img.bg-img {width: 100%;float: left;}


.mfp-fade.mfp-bg {opacity: 0;-webkit-transition: all 0.15s ease-out; -moz-transition: all 0.15s ease-out; transition: all 0.15s ease-out;}
.mfp-fade.mfp-bg.mfp-ready {opacity: 0.8;}
.mfp-fade.mfp-bg.mfp-removing {opacity: 0;}

.mfp-fade.mfp-wrap .mfp-content {opacity: 0;	-webkit-transition: all 0.15s ease-out; 	-moz-transition: all 0.15s ease-out; 	transition: all 0.15s ease-out;}
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {opacity: 1;}
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {opacity: 0;}

.h-investors-sec{width: 100%; float: left; display: flex; justify-content: center; background-color:#f7f7f7;}
.warpper{max-width: 1600px;width: 100%;}
.h-investors-in{width: 100%; float: left; margin-top:3%;margin: 5% 0;}
.w-color{background-color: #fff !important;}
.bg-text1 {position: relative;width: 100%;float: left;display: flex; justify-content: space-between;}
.h-investors-left {width: calc(50% - 10px);z-index: 1;display: flex;flex-wrap: wrap;}
.h-il-title{width: 100%; float: left; margin-top: 20px;}
.h-il-title h1{font-family: 'Manrope-Regular'; font-weight:400;  font-size: 45px; color: #1c1c1c; }
.h-il-title h2{  font-family: 'Manrope-SemiBold';font-weight: 600; font-size: 45px; color: #1c1c1c; }
.h-il-para{font-family: 'Manrope-Regular'; font-weight:400; font-size:16px; line-height:28px; color: #4c4c4c; }
.h-il-para-tops {margin-top: 3%;}

.bg-text-img { height: 197px;position: absolute;left:8%; opacity: 0.4;}
.h-investors-right {width: calc(50% - 10px); z-index: 1;}
.h-vm-sec { width: 100%; float: left;display: flex;align-items: flex-start; margin-top:0%;}
.h-vision {width: 100%;float: left; display: flex; align-items: flex-start;}
.h-vision-img {width: calc(20% - 10px);background-color: #f89e1e; padding: 13px 10px; border-radius: 10px;}
.h-vision-img img {width: 100%; float: left;}
.h-vision-cont{width: calc(80% - 10px);padding-left: 16px;}
.h-vision-cont h2{font-family: 'Manrope-Bold'; font-size:20px; color: #1c1c1c;}  
.h-vision-cont p{font-family: 'Manrope-Regular'; font-size:16px; line-height:28px; color: #4c4c4c;}  

.h-join-sec{width: 100%;float: left; padding-top: 2%; display: flex;justify-content: center;background-color: #f7f7f7;}
.h-join-in{width:100%; float: left; position: relative;}
.h-join-list {width: 100%; float: left; margin-top: 4%; position: relative;}
.h-join-title{width: 100%; float:left; text-align: center; margin-bottom: 3%;}
.h-join-title h2{font-family: 'Manrope-Regular';font-weight: 400; font-size:40px;  color: #1c1c1c;}  
.t-bold{font-weight: 800;font-family: 'Manrope', sans-serif;}  

.h-join-c1 {width: 100%;float: left; display: flex; align-items: flex-start;}
.h-join-c1-img {width: calc(15% - 10px);background-color: #f89e1e; padding:8px 10px;}
.h-join-c1-img img { width: 100%;}
.h-join-c1-cont { padding-left: 20px;width: calc(80% - 20px);}
.h-join-c1-cont h2{font-family: 'Manrope-Bold'; font-size:20px; color: #1c1c1c;}  
.h-join-c1-cont p{font-family: 'Manrope-Regular'; font-size:16px; line-height:28px; color: #4c4c4c;}  
.h-join-card { width: 100%; float: left; margin-bottom: 5%;}
.h-join-card ul { width: 100%; float: left; display: flex; justify-content:space-between;}
.h-join-card ul li{width: calc(33.33% - 20px);}
img.bg-text-img.bg-text-img2 {left: 9%; height: 191px; opacity: 0.4;}

.h-advisory-sec{width: 100%; float: left; background-color: #f7f7f7;}
.h-advisory-in{width: 100%; float: left;}
.h-advisory-in ul{width: 100%; float: left; display: flex; list-style: none; flex-wrap: wrap;}
.h-advisory-in ul li{width: calc(25% - 0px);}

.h-advisory-img{ position: relative; width: 100%; float:left;overflow: hidden;}
.h-advisory-img img{width: 100%; float:left;transform-origin:50% 65%;transition:transform 0.5s,filter 0.5s ease-in-out;}
.h-advisory-img:hover img{transform: scale(1.1);}
.h-advisory-cont{ position: absolute; opacity:0; float: left;bottom:0px; background-color: #f89e1e9e; width: 100%; top: 0;
  display: flex; align-items: flex-end; }
.h-advisory-cont:hover{ opacity: 1; position: absolute; transition: 0.9s; float: left; bottom: 0px;}
.h-advisory-cont-in {width: 100%;float: left; padding-left:40px;padding-bottom: 40px;}
.h-advisory-cont-in h2{font-family: 'Manrope-Regular';font-weight:500; font-size:30px;  color: #fff;}  
.h-advisory-cont-in p{font-family: 'Manrope-Regular'; font-size:16px; line-height:20px; color: #fff;} 

.partners-sec{width: 100%; float: left; background-color: #f7f7f7;}
.partners-in{width: 100%; float: left; display: flex; justify-content: center; flex-wrap: wrap; margin-top: 4%; margin-bottom: 4%;}
.partners-title{width: 100%; float: left; display: flex; justify-content: center;}
.partners-title h2 { font-family: 'Manrope-Regular'; text-align: center; font-weight: 400; font-size: 40px; color: #1c1c1c;}

.partners-list{width: 100%; float: left;z-index: 9;}
.partners-list ul{width: 100%; float: left; display: flex; justify-content: center;}
.partners-list ul li{padding: 0px 30px;}

.partners-title{margin-bottom:2%;}
img.bg-text-img.bg-text-img3 {left:3%; height: auto;}

.h-Startups-sec{width: 100%; float: left; display: flex; justify-content: center; padding:5% 0;}
.h-Startups-sec-in{width: 100%; float: left; }
.startups-title h2{font-family: 'Manrope-Regular';font-weight:500; font-size:40px;  color: #000;}  
.startups-title p{font-family: 'Manrope-Regular'; font-size:16px; line-height:20px; color: #fff;} 

img.bg-text-img.bg-text-img4 {left:0; height: auto;}
.h-Startups-sec-right {z-index: 9;width: calc(50% - 30px);}
.h-Startups-sec-left {width: calc(50% - 30px);z-index: 9;padding-left: 6%; display: flex; justify-content: center; align-items: center;}

.bg-text1.s-bg-text1 {display: flex;align-items: center;}



.ap-partners-text{width: calc(45% - 12px);}
.ap-partners-logo{width: calc(55% - 10px);}
.ap-partners-text p{font-size: 1.125rem;line-height: 1.6;margin-top:30px;}
.ap-partners-list{padding:0px 15px;}
.ap-partners-list li{display: inline-block;width: calc(33.33% - 25px);margin-bottom:17px;}
.ap-partners-list li img{width:80%;}
.ap-partners-slider .slick-list{padding: 80px 0 !important;}
.ap-partners-item ul{opacity: 1;transition: all 0.4s ease;}
.ap-partners-item.slick-center ul{opacity: 1;}

.awards-sec{width: 100%; float: left; display: flex; padding: 5% 0; justify-content: center; background-color:#f7f7f7; position: relative; }
.h-award-bg{position: absolute; right: 0;}
.awards-in{position: relative; width: 100%; max-width:1600px; float: left; }
.s-bg-text5{position: absolute; right: 0; }
.awards-lr { width: 100%; float: left; display: flex; justify-content: space-between;}
.h-award-bg img {width: 90%;float: right;}
.awards-left{width: calc(50% - 12px); }
.awards-right{width: calc(50% - 12px); display: flex; align-items: center; flex-wrap: wrap;}
.awards-right-in{width: 100%; float: left; z-index: 2;}
.awards-right-in h2{font-family: 'Manrope-Regular';font-weight:600; font-size:40px; color: #000; margin-bottom:20px;} 
.awards-right-in p{font-family: 'Manrope-Regular';font-size:16px; line-height:30px; color: #4c4c4c;} 
img.bg-text-img5 {position: absolute; right: 0;top: 22%; opacity: 0.4;}



.h-Glimpse-sec{width: 100%;float: left;background-color: #fff; padding: 4% 0;}
.h-Glimpse-in{width: 100%; float: left;}
.h-Glimpse-in ul{width: 100%; float: left; display: flex; list-style: none; flex-wrap: wrap;}
.h-Glimpse-in ul li{width: calc(25% - 0px);}
.h-Glimpse-title{width: 100%; float:left; text-align: center; margin-bottom: 3%;}
.h-Glimpse-title h2{font-family: 'Manrope-Regular';font-weight: 400; font-size:40px;  color: #1c1c1c;}  
.t-bold{font-weight: 600;}  

.h-Glimpse-in{width: 100%; float: left; display: flex; justify-content: center; gap: 0.9rem;}
.h-Glimpse-l{width: calc(50% - 10px);}
.h-Glimpse-r{width: calc(50% - 10px);}
.h-Glimpse-l1{width: 100%; float: left; overflow: hidden; position: relative;}
.h-Glimpse-l1 img{width: 100%;float: left; height: 480px;transform-origin:50% 65%;transition:transform 0.5s,filter 0.5s ease-in-out;}
.h-Glimpse-l1:hover img{transform: scale(1.1);}
/* .h-Glimpse-l2{width: 100%; float: left; display: flex; justify-content: space-between;overflow: hidden;transform-origin:50% 65%;transition:transform 0.5s,filter 0.5s ease-in-out;} */
.h-Glimpse-l2{width:50%; float: left; display: flex; justify-content: space-between;overflow: hidden;transform-origin:50% 65%;transition:transform 0.5s,filter 0.5s ease-in-out;}
.h-Glimpse-l2 img{width: 100%;float: left; height: 480px;transform-origin:50% 65%;transition:transform 0.5s,filter 0.5s ease-in-out;}
.h-Glimpse-l2:hover img{transform: scale(1.1);}

.h-Glimpse-l2-img{overflow: hidden;}
.h-Glimpse-l2-img {overflow: hidden;transform-origin:50% 65%;transition:transform 0.5s,filter 0.5s ease-in-out;}
.h-Glimpse-l2-img:hover img{transform: scale(1.1);}
.h-Glimpse-l2-img.m-right {margin-right: 10px;overflow: hidden;}
.marg-t{margin-top: 10px;}
.marg-b{margin-bottom: 10px;}

.social-sec{width: 100%; float: left; display: flex; justify-content: center; background-color: #f7e5cc; padding:3% 0 5% 0;}
.social-in{width: 100%; float: left; display: flex; justify-content: center; position: relative;}
img.bg-text-img6 {position: absolute;height: auto;opacity: 0.4;}
.social-card{width: 100%;float: left;display: flex;justify-content: center;margin-top: 5%; z-index: 1;}
.social-c-l img { width: 100%;}
.social-c-l { width: 100%;float: left;}
.social-c-l-top {width: 100%;float: left;}
.social-c-l-top img {width: 100%;float: left;}





.testimonial-sec{width: 100%; float: left; display: flex; justify-content: center; align-items: center;}
.testo-r {position: absolute; right: 0;}

.testimonial-l{width: 100%; display: flex; justify-content: flex-start; align-items: center; flex-wrap: wrap;}
.testimonial-title{width: 100%; float: left;}
.testimonial-title h2{ font-size: 40px;color: #1c1c1c;}
.testimonial-title h2 strong{font-family: 'Gotham-Bold';font-size: 35px;color: #030c40;}
.testimonial-l-in { width: 100%; float: left; max-width:1060px;}
.testimonial-list{width: 100%; float: left;}
.testimonial-list-in{width: 100%; float: left; display: flex; justify-content: space-between;}
.testimonial-list1{width: calc(50% - 10px); border-radius: 8px; border: solid 1px #dadada; padding:25px;margin-top: 30px; position: relative; /*width: 420px !important;*/
  margin-right:20px;}
.testimonial-pare{width: 100%; float: left;height: 110px; overflow-y: auto;}

.testimonial-pare::-webkit-scrollbar-track {background:#dfdfdf; border-radius: 10px;}
.testimonial-pare::-webkit-scrollbar {width:3px; height:20px !important;}
.testimonial-pare::-webkit-scrollbar-thumb {background: #f89e1e; border-radius: 10px; width:100%; height:50px !important; padding: 10px;}


.testimonial-pare p{color: #585858;font-size: 13px;font-family: 'Manrope-Medium';line-height: 22px;}
.testimonial-info{width: 100%; float: left; margin-top: 15px; display: flex; justify-content:flex-start;position: relative;align-items: center;line-height: 1;} 
.testimonial-info h2{font-family: 'Manrope-Bold'; font-size:13px;color: #f89e1e;padding-right: 10px; position: relative;float: left;border-right: 2px solid #f89e1e ;line-height: 13px;}
/* .testimonial-info h2::after {content: ''; height: 12px;width: 2px;background-color: #f89e1e; position: absolute; bottom: 4px;right: 0;} */
.testimonial-info h2 i{font-weight: 600;}
.testimonial-info h3{font-family: 'Manrope-Bold'; font-size:13px;color: #f89e1e; margin-left:10px;float: left;}/*26-5-23*/
/* .i-b-text{font-weight: 600;} */
img.testo-icon {position: absolute; right: 28px; bottom: -24px; background-color: #fff; padding: 10px;}
.testimonial-r{width: calc(45% - 10px);}
.testimonial-r img{width: 100%; float: left;}
.testimo-Slider .slick-list{ padding-bottom: 20px;}


img.testo-icon {position: absolute;right:40px  !important;bottom: -24px;background-color: #fff; padding: 10px; width:50px !important;}
.testimonial-list-in.slick-slider button.slick-prev {background: url(../images/left-a.png) no-repeat center; width:60px; height:60px; left: 82%; top: -20px;}

.testimonial-list-in.slick-slider button.slick-next {background: url(../images/right-a.png) no-repeat center; width:60px; height:60px; right: 50px; top: -20px;}

.testimonial-in {width: 100%; float: left;background: url(../images/testimonials-bg-new.png) no-repeat center; background-size: cover; display: flex; justify-content: center;padding: 9% 0 9% 0;}
.testo-r {position: relative; right: 0; width: 100%; float: left; }
.testo-r img {/*width:40%;*/  position: absolute; right: 0;}
.testimonial-wrap {width: 100%; float: left; display: flex; margin-top: 10px;}


.talks-sec{width: 100%; float: left; display: flex; justify-content: center; background-color: #f7f7f7; padding:4% 0;} 
.talks-in{width: 100%; float: left;}
.talks-title h2 {font-family: 'Manrope-Regular';text-align: center; font-weight: 400; font-size: 40px; color: #1c1c1c;}

.talks-list{width: 100%; float: left; display: flex; justify-content: center;}
.talks-list ul{width: 100%; float: left; display: flex; justify-content: space-between; margin-top:4%;}
.talks-list ul li {margin-right: 30px;}
.talks-Slider button.slick-next { right: 29px;}

.talks-list ul li{width: calc(25% - 20px); float: left;}
.talks-cont{width: 100%; float:left;}
.talks-cont h2{font-family: 'Gotham-Book'; font-size:20px; margin-bottom: 15px;color: #242424;padding-right: 10px;    width: 100%;
  float: left;}
.talks-cont h2 a{color: #242424 !important; }

.talks-cont p{font-family: 'Gotham-Book'; font-size:16px; margin-bottom:25px;color: #5e5e5e;padding-right: 10px;    width: 100%;
  float: left;}
.talks-cont a{color: #242424 !important; }
.talks-img{width: 100%; float: left; margin-bottom: 15px; overflow: hidden;position: relative;}
.talks-img img{width: 100%; float: left; }

.talks-icon{width: 100%; float: left; display: flex; justify-content: flex-start; align-items: center;}
.talks-icon-img{padding-right: 15px;}
.talks-icon-img img{width: 100%; border-radius: 30px; box-shadow: -8px 6px 8px -6px rgba(0,0,0,0.19);}
.talks-icon-text a {font-family: 'Gotham-Book'; font-size:13px; color: #bcbcbc;}
.startups-sec{width: 100%; float: left; background-color: #fff;}

.git-sec{width: 100%; float:left ; padding: 4% 0;display: flex; background-color: #f89e1e; justify-content: center; position: relative;overflow: hidden;}
.get-it-img{position: absolute; right: 0;}
.git-in{width: 40%; float: left;margin-top: 3%; margin-bottom: 2%;}
.git-title{width: 100%; float: left;}
.git-title h2{font-family: 'Manrope-Regular';font-weight: 400; font-size:50px; margin-bottom: 15px;color: #fff;padding-right: 10px;}
.git-title p{font-family: 'Roboto', sans-serif; font-size:16px; line-height: 20px; margin-bottom:25px;color: #fff;padding-right: 10px;font-weight: 400;}
.talks-img{width: 100%; float: left; margin-bottom: 15px; }

.info-sec{width: 100%; float: left;}
.info-1{width: 100%; float: left; display: flex;padding-top: 20px; padding-bottom: 20px; justify-content: flex-start; align-items:flex-start; border-bottom: solid 1px #f8a838; padding-left: 12px;}
.info-1 img{padding-right:22px;}
.info-1 p{font-family: 'Manrope-Medium'; font-size:16px;padding-top: 5px; line-height:25px;color: #fff;}
.info-1 a{ font-family: 'Manrope-SemiBold'; font-size:16px; line-height:25px;color: #fff;}
a.mail-l {padding-left: 52px;}

.footer-sec{width: 100%; float: left; display: flex; justify-content: center; background-color: #1c1c1c; padding: 4% 0;}
.footer-in{width: 100%; float: left;}
.foot-list{width: 100%; float: left; display: flex; justify-content:space-between;}
.foot-list1{width: calc(25% - 10px); float: left; display: flex; flex-wrap: wrap; justify-content:center;}
.foot-logo{width: 100%; float: left;}
.foot-para{width: 100%; float: left; margin:8% 0; }
.foot-para p{font-family: 'Manrope-Regular'; font-size:16px; line-height:30px; margin-bottom:5px;color: #fff;padding-right: 10px;}

.foot-s-icons{width: 100%; float: left;}
.foot-s-icons ul {width: 100%; float: left; display: flex; justify-content: flex-start;}
.foot-s-icons ul li{padding-right:50px;}
.foot-logo img {width: 70%;}

.foot-list2{width: calc(50% - 10px); float: left;}
.foot-list2-in{display: flex; justify-content: center;}
.foot-list2-in-l-t{width: 100%; float: left;}
.foot-list2-in-l-t h2{font-family: 'Manrope-Bold';font-weight: 400; font-size:18px; margin-bottom: 23px;color: #fff; position: relative;}
.foot-list2-in-l-t h2::before {content: ''; height: 3px; position: absolute;background-color:#f8a838; width:52px; bottom: -10px;}
/* .foot-list2-in-l{width: calc(50% - 10px); float: left; } */
.foot-list2-in-l { width: 71%;float: left;}

.foot-list2-in-l ul{width: 100%; float: left;justify-content: space-between;}
.foot-list2-in-l ul li{width: calc(50% - 10px); float: left; margin-bottom: 20px;}
.foot-list2-in-l ul li a{font-family: 'Manrope-Regular'; font-size:16px; line-height:30px; margin-bottom:25px;color: #fff;padding-right: 10px;}
.foot-list2-in-l ul li a:hover{color: #f8a838;}


.foot-list2-in-r-t{width: 100%; float: left;}
.foot-list2-in-r-t h2{font-family: 'Manrope-Bold';font-weight: 400; font-size:18px; margin-bottom: 15px;color: #fff;padding-right: 10px; position: relative;}
.foot-list2-in-r-t h2::after { position: absolute; content: ""; width: 100%; height: 2px; top: 100%; left: 0; background: #f6bc16; transition: transform 0.5s; transform: scaleX(0); transform-origin: right;  margin-top: 5px;}
.foot-list2-in-r{width: calc(25% - 10px); float: left; }

.foot-list2-in-r ul{width: 100%; float: left; justify-content: space-between;flex-wrap: wrap;}
.foot-list2-in-r ul li{width: 100%;float: left;margin-bottom: 20px;}
.foot-list2-in-r ul li a{font-family: 'Manrope-Regular'; font-size:16px; line-height:30px; margin-bottom:25px;color: #fff;padding-right: 10px;}
.foot-list2-in-r ul li a:hover{color: #f8a838;}

.foot-list3{width: calc(20% - 10px);}

p{font-size:16px;}
.th-img{margin-top:28px;}
.popup {
    padding: 10px;
    background: #FFF;
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
    padding: 35px;
}
.closeBtn{position: absolute;z-index: 1;cursor: pointer;right: 2%;top: 2%;color: #000;font-size: 30px;font-weight: 800;}
.th-pop{display:flex;flex-wrap:wrap;width:100%;justify-content:center;}
.pop-text{width:100%;text-align:center;}









.mail-in input { width: 90%; background-color: #ffff; /*padding: 10px 13px;*/ padding: 1.2em; border: solid 1px #ffbc00; border-radius: 5px;}
.mail-in input::placeholder{color:#bcbcbc; font-size: 16px;}
.mail-btn{margin-top: 15px;}
.mail-btn button {background-image: -moz-linear-gradient( -65deg, rgb(255,62,0) 0%, rgb(255,194,51) 100%);
  background-image: -webkit-linear-gradient( -65deg, rgb(255,62,0) 0%, rgb(255,194,51) 100%);
  background-image: -ms-linear-gradient( -65deg, rgb(255,62,0) 0%, rgb(255,194,51) 100%); padding: 13px 44px; color: #fff; font-size: 16px; font-weight: 600; border-radius: 30px;border: 0;cursor: pointer; -webkit-tap-highlight-color: transparent;}

.mail-in {width: 100%; float: left; margin-top: 10px; margin-bottom: 11px;}





.about-text2{text-transform: uppercase;}
.vision-mission-sec{width: 100%; float: left; display: flex; justify-content: center; background-color:#f7e5cc; padding:5% 0 7% 0; }
.vision-mission-in{width: 100%; float: left; display: flex; flex-wrap: wrap; justify-content: center;}
.vision-mission-title{width: 100%; float: left;}
.vision-mission-title h2{font-family: 'Manrope-Regular'; font-weight: 600; font-size: 40px; color: #000; margin-bottom: 20px; text-align: center;}

.pro-tab-sec{width:100%;float:left;background:url(../images/Pro-tab-bg-2.png) no-repeat center center/cover;padding:5% 0;display:flex;justify-content:center;margin-top:5rem;z-index:1;height:auto;position:relative;padding-bottom: 15rem;}
.pro-tab-sec::before{content: "";position: absolute; background: url(../images/pro-tabLine.png) no-repeat;top: 0;left: 0;width: 100%;height: 15px;}
.pro-tab-sec::after{content: "";position: absolute; background: url(../images/pro-tabLine.png) no-repeat;bottom: 0;left: 0;width: 100%;height: 15px;}

.pro-tab-sec{margin-top:3rem;}
.pro-tab-in{width:100%;float:left;}

.tabs-content{width: 100%; float: left; position: relative; display: flex; justify-content: center;}

.tab-content { width: 100%; float: left; margin-top: 3%; display: flex; justify-content: center; position: relative; margin-top: 5%;}
.tab-one-in { width: 100%; float: left;margin-top: 2%;z-index: 2; display: flex; justify-content: space-between;align-items: center;}
.tab1-r-bg {width: 100%; max-width: 815px; float: right;background-color: #ffffff; border-radius:15px; height:492px; position: absolute; right: 0;}
.tab1-left { width: calc(50% - 20px);}
.tab1-left img {width: 100%;}
.tab1-left img {border-radius: 20px;}
.tab1-right {width: calc(50% - 20px); /*margin-top: 5%;*/ margin-top:0%;}
.tab1-right-in{ width: 100%;float: left;padding-right:6%;display: flex;justify-content: center;flex-wrap: wrap;}
.tab1-right-in h2{font-family: 'Manrope-Regular'; font-weight: 600; font-size:30px; color: #000; margin-bottom: 15px; text-align: center;}
.tab1-right-in p{font-family: 'Manrope-Regular';font-size: 28px;line-height: 48px;margin-bottom:5px;color: #4c4c4c;text-align: left;padding-right:0px; font-style: italic;}


/* tabs */
.tabs { width: 1350px;}
ul#tabs-nav {list-style: none;margin: 0; padding: 5px; overflow: auto; display: flex; justify-content: center;}
ul#tabs-nav li {float: left; margin: 0px 10px;font-weight: bold; margin-right: 2px; padding: 8px 10px; border-radius: 0;cursor: pointer;}
ul#tabs-nav li:hover,
ul#tabs-nav li.active {border-bottom: solid 2px #f89e1e;color:#f89e1e;}
ul#tabs-nav li.active a {color:#f89e1e;}
#tabs-nav li a {text-decoration: none;color: #898074;font-family: 'Manrope-Regular'; font-size:25px; line-height:28px;}

.team-sec{width: 100%; float: left; display: flex; justify-content: center;}
.team-in{width: 100%; float: left; display: flex; justify-content: center;}

.team-l{width: 100%; float: left; }

.team-sec{width: 100%; float: left; padding:6% 0;}
.team-in{width: 100%; float: left; display: flex; justify-content: center;}
.team-l{width: calc(40% - 20px); padding-right: 5%; display: flex; align-items: center;}
.team-l-in {display: flex;flex-wrap: wrap; align-items: center;}
.team-r{width: calc(60% - 20px);}

.team-in-slide-in { width: 100%; float: left; display: flex; justify-content: space-around;}

.team-r-in {width:20%; float: left; display: flex;}


.team-r1-img { width:100%; float: left; position: relative;overflow: hidden;}
.slick-slide img { display: block; width: 100%;}
.team-r1{padding: 10px;display: flex;align-items: center;}
.team-r1-img-text {width: 100%; float: left;position: absolute; bottom: 0; padding:35px 50px 50px 50px;}
.team-r1-img-text h2{font-family: 'Manrope-Regular';font-weight: 600;font-size: 35px; color: #fff;margin-bottom: 0px; text-align: left;}
.team-r1-img-text p{font-family: 'Manrope-Regular'; font-size:22px; line-height:30px; margin-bottom:5px;color: #fff;text-align: left;padding-right: 10px;}
.team-r1-img-text img{width:7%; padding-top: 2%;}
.team-l-title h2{font-family: 'Manrope-Regular'; font-weight: 400; font-size:40px; color: #000; margin-bottom:0px; text-align: left;}
.team-l-cont h3{font-family: 'Manrope-Regular'; font-weight: 600; font-size: 20px; color: #000; text-align: left; padding: 0;    margin-bottom: 15px;}
.team-l-cont p{font-family: 'Manrope-Regular'; font-weight: 400; font-size:16px; color: #000; margin-bottom:33px; text-align: left;}


.main-left button.slick-prev {background: url(../images/About-a-left.png) no-repeat center; width: 44px; height:44px; left: 0; top:578px; position: absolute;z-index: 9;}
.main-left button.slick-next {background: url(../images/About-a-right.png) no-repeat center; width: 44px; height:44px; left: 140px; top:578px; z-index: 9;}
.main-left .slick-dots {position: absolute; bottom:180px; display: block; width: auto; padding: 0; list-style: none; text-align: left; z-index: 1; left:67px;}
.main-left .slick-dots li.slick-active button { background: #f29b1f; border: 1px solid rgba(255,255,255,0.1);}
.main-left .slick-dots li button{background-color: #d9ebff; border: none;}
.team-l-cont { padding-right: 14%;}

.h-vision-img.b-color-g {background-color: #f2f3f3; padding: 0;}
.h-vision-img.b-color-g img{width:51px;}
.bg-text1.a-bg-text1 {align-items: center;}

.main { font-family:Arial; width:500px; display:block; margin:0 auto;}
.main-left{width: calc(40% - 20px);display: flex; align-items: center;}
/* .main-right{width: calc(60% - 20px);display: flex;} */
.main-right{width: 70%;float: left;}
.team-r1 {float: left;}
.main-parent{width: 100%; float: left; display: flex;justify-content: start;}

.team-r1.item.slick-slide.slick-current.slick-active{scale: 1;transition: all 100ms ease-in;}
.team-r1.item.slick-slide.slick-active{scale: 0.8;transition: all 100ms ease-in;}
.h-investors-in.ab-join { width: 100%; float: left; display: flex; justify-content: space-between;}
.ab-join .h-investors-left {width: calc(50% - 30px);}
.ab-join .h-investors-right {width: calc(50% - 30px);}
.h-investors-right img { width: 100%;}
.ab-join-card .h-vision-cont { padding: 0;}
.ab-join-card .h-vision-cont h2{font-size: 16px;line-height: 16px;color: #1c1c1c; margin-bottom: 10px;}
.ab-join-card .h-vision-cont p{font-size: 15px; line-height:27px; color: #4c4c4c;}
.h-vm-sec.ab-join-card {flex-wrap: wrap; display: flex;justify-content: space-between;}
.ab-join-card .h-vision {width: calc(50% - 30px); margin-top: 40px;}
.g-bg{background-color: #f3f4f4;}


.program-sec{width: 100%; float: left; display: flex; justify-content: center; padding: 5% 0;}
.program-in{width: 100%; float: left; display: flex; padding: 0px 35px; align-items: center; justify-content: space-between; }
.program-left{width: calc(40% - 20px)}
.program-left img{width: 100%; float: left;}
.program-right{width: calc(60% - 20px)}


.events-sec{width: 100%; float: left; display: flex; justify-content: center;}
.events-in{width: 100%; float: left;}

.events-in h2{font-family: 'Manrope-Regular';font-weight: 400; margin-bottom: 20px; font-size:40px;  color: #1c1c1c;}  
.events-in p{font-family: 'Manrope-Regular'; font-weight: 400; font-size:16px; color: #000; margin-bottom:33px; text-align: center;}




.slick-list {
    padding-left: 0px!important;
}

.events-in{width: 100%; float: left; display: flex; justify-content: center; flex-wrap: wrap;}
.events-in-top{width: 100%; float: left;  }
.events-cont.events-in-top{width: 100%; float: left;  display: flex; justify-content: center; flex-wrap: wrap; }
.events-in-bott{width: 100%; float: left;}


.events-in-bott .slider {
  max-width: 100%;
  float: left;
  /* display: flex; */
  /* justify-content: center; */
}
.slick-list { padding-left: 0px!important;}

.program-slider button.slick-prev { background: url(../images/About-a-left.png) no-repeat center; width: 44px; height: 44px;  text-align: center; top:-36px; left:47%; position: absolute;/* z-index: 99;*/}

.program-slider button.slick-next { background: url(../images/About-a-right.png) no-repeat center; width: 44px; height: 44px; text-align: center; right:47%; top:-36px; position: absolute;/* z-index: 99;*/}
.program-slider .slick-dots { position: absolute;bottom: 104%; display: block; width: 100%; padding: 0; list-style: none; text-align: center; z-index: 1;}
.program-slider .slick-dots li.slick-active button { background: #f29b1f; border: 1px solid rgba(255,255,255,0.1);}
.program-slider .slick-dots li button { background-color: #d9ebff; border: none;}

.events-in-bott { width: 100%; float: left;  margin-top: 1%;}
.program-slider { padding-top: 40px; /* z-index: 99;*/}
.program-1{width: 100%; float: left; position: relative;z-index: 9; background: linear-gradient(0deg, #f89e1e 0%, rgba(233, 32, 79, 0) 100%);  width: 100%; height: 70%; z-index: 0; left: 0; bottom: 0;overflow: hidden;} 
.program-1 img{width: 100%; float: left;transform-origin:50% 65%;transition:transform 0.5s,filter 0.5s ease-in-out;}
.program-1:hover img{transform: scale(1.1);}
/* .program-cont-bg{width: 100%; float: left; position: absolute; z-index: 9; background: linear-gradient(0deg, #f89e1e 0%, rgba(233, 32, 79, 0) 100%); position: absolute; width: 100%; height: 70%; z-index: 0; left: 0; bottom: 0; opacity: 0;transition: all ease 1s;} */
.program-1:hover .program-cont-bg{opacity: 1;}
.program-cont { width: 100%;float: left;position: absolute;z-index: 9;bottom: 0;padding: 20px; display: none;} /*text none*/
.program-cont h2{font-family: 'Manrope-Regular';font-weight: 400; margin-bottom: 20px; font-size:24px;  color: #fff;}  
.program-cont p{font-family: 'Manrope-Regular';font-weight: 400; margin-bottom: 20px; font-size:16px; text-align: left; color: #fff;}  

.foot-copy-r{width: 100%; float: left; background-color: #ffff; padding:22px 0;}
.foot-copy-r h2{font-family: 'Gotham-Book';
  font-size: 16px; text-align: center; line-height: 20px; color: #000; padding-right: 10px}



  .bgOverlayLighrGreen {
    float: left;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 100%;
    top: 0;
    background: #fff;
    z-index: 4;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.bgOverlayGray {
  float: left;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 100%;
  top: 0;
  background: #f89e1e9e;
  z-index: 4;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.cw-btnMob{display: none;}
.cw-btnMob a{
  background-image: -webkit-linear-gradient( -65deg, rgb(255,62,0) 0%, rgb(255,194,51) 100%);
  border-radius: 50%;
  width: 50px;
  height: 50px;
  float: left;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  -webkit-tap-highlight-color: transparent;
}
.st-listImg{position: relative;overflow: hidden;}
.st-listImg img{transform-origin:50% 65%;transition:transform 0.5s,filter 0.5s ease-in-out;}
.st-listImg:hover img{transform: scale(1.1);}
.st-blogImg {position: relative;overflow: hidden; padding-right: 20px;}
.st-blogImg img{transform-origin:50% 65%;transition:transform 0.5s,filter 0.5s ease-in-out;}
.st-blogImg:hover img{transform: scale(1.1);}
small{color:#f00;font-size:14px;}
span#yourmail_validate{color:#f00;font-size:14px;}
.social-info a{display:flex;}
span#mailMSG{text-align:start !important;}

.foot-s-icons ul li a {-webkit-tap-highlight-color: transparent;}

.slick-slider button {width: 60px;height: 60px;}
.talks-Slider.slick-slider button {width: 50px;height: 50px;}
/*.slick-slider button.slick-prev { left: -59px;}*/  /*5-6-23*/
/*.slick-slider button.slick-next { right: -59px;}*/ /*5-6-23*/

.awards-right-in ul {width: 100% !important;float: left !important;display: flex !important;flex-wrap: wrap;}
.awards-right-in ul li {width: 100% !important;float: left !important;display: flex !important; justify-content: flex-start !important; margin-bottom: 20px;}
.a-icon {padding-right: 20px;}
.a-icon img {margin-top: 4px; max-width: 90%; }
.a-text{font-size: 18px;}

h2.aos-init.aos-animate {width: 100%;}
p.h-il-para{
  position: relative;
}
p.mission-cont::before {
  content: ' ';
  display: inline-block;
  background: url(../images/mission-icon1.png) no-repeat center center;
  width: 2%;
  padding: 24px 15px 20px 30px;
  vertical-align: middle;position: absolute;  left: -49px; top: -20px;}
p.mission-cont::after {
  content: ' ';
  display: inline-block;
  background: url(../images/mission-icon2.png) no-repeat center center;
  width: 2%;
  padding: 24px 15px 20px 30px;
  vertical-align: middle; position: absolute; bottom: -16px;
}
.h-il-title p.h-il-para {margin-top: 20px;}


/* pagination */
.blogpagination {display: none;}

/* contact page0 */

.call-mail-sec{width: 100%; float: left; margin-top: 20px; }
.call-mail-in{width: 100%; float: left; display: flex; justify-content:flex-start; }
.call-sec{width: calc(50% - 12px); float: left; display: flex; justify-content: center; margin-right: 18px;}
.call-icon{width: calc(23% - 12px);background-color: #3b3b3b; display: flex;justify-content: center; align-items: center; padding:11px;}
.call-cont {width: calc(77% - 12px);background-color: #2e2e2e; text-align: left; display: flex; align-items: center;display: block;color: var(--primary-color-white);padding:11px 11px;font-size: 16px;}
.call-t{width: 100%; float: left;}
.call-t h2{ font-size: 16px; color: #fff; width: 100%;}
.call-b{width: 100%; float: left; display: flex; flex-wrap: wrap;line-height:19px;margin-top: 10px;}
.call-b a{color: #f89e1e;  font-size: 14px;}


.subhead-wrapper.media-wrapper {margin-top: 30px; width: 100%;max-width: 100%; float: left;padding:0px;}
.subhead-wrapper.media-wrapper .mfeature-list {flex-wrap: inherit;}

.btn-black-bg {
  background-color: #f9ad3b !important; font-weight: 600; border-radius: 6px !important; color:#000 !important;
}
.st-medtext a {color: #000 !important;}

.email-text {width: 100%; float: left; display: flex;}
.el-left {padding-right: 6px;}
.el-left p{font-family: 'Manrope-Medium';font-size: 16px;padding-top: 3px;line-height: 25px;color: #fff;}


/* loader */
#load {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 9999;
  background-color:#000000db;
  background-image: url("https://tiips.in/beta/front/images/loader-2.gif");
  background-repeat: no-repeat;
  background-position: center;
}

/* loader */

.blog-slider button.slick-next { background: url(../images/About-a-right.png) no-repeat center; width: 44px; height: 44px; text-align: center; left:6%; top:-6px; position: absolute; /* z-index: 99; */}
.blog-slider button.slick-prev {background: url(../images/About-a-left.png) no-repeat center;width: 44px; height: 44px; text-align: center; top:-6px;left: 0; position: absolute;  /* z-index: 99; */}



p.full-width.full-width-t {margin-top: -19px;}

/*11-4-24*/

.dec-ban {display: block !important;;}
.mob-ban {display: none !important;;}



@media only screen and (max-width: 1600px) {

.warpper {max-width: 1375px; width: 100%;}
.headerWrp {max-width: 1375px; width: 100%;}
.h-investors-right img {width: 100%;}
.h-il-para {font-size: 14px;line-height: 24px;}
.h-vision-cont p {font-size: 14px;line-height: 24px;}

.h-il-title h1 {font-size: 40px;line-height: 50px;}
.h-il-title h2 {font-size:40px;line-height: 50px;}

.bg-text-img {height: 168px; position: absolute;left: 8%;}
.h-vision-cont h2 {font-size: 17px;}
img.bg-text-img.bg-text-img2 {left: 10%;height: 164px;top:4px;}
.h-join-c1-cont h2 { font-family: 'Manrope-Bold'; font-size: 17px; color: #1c1c1c;}
.h-join-c1-cont p {font-size: 14px;line-height: 24px;}
.h-join-title h2 {font-size: 30px;color: #1c1c1c;}
.partners-title h2 {font-size: 30px;}

.partners-list ul li img {width: 86%;}
.partners-list ul li {padding: 0px 10px;}
img.bg-text-img.bg-text-img3 {left: 3%;height: 129px;}
img.bg-text-img.bg-text-img4 { left: 0; height: 126px;}
.h-il-title h2 { font-size:40px;line-height: 45px;}
.awards-right {width: calc(49% - 12px);}
.awards-left { width: calc(49% - 12px);}
.awards-left img {width: 100%;}
img.bg-text-img5 { top: 17%; height: 146px;}
.awards-right-in h2 {font-size: 30px;}
.awards-right-in p {font-size: 14px;line-height: 24px;}

.h-Glimpse-title h2 {font-size: 30px;}
.h-Glimpse-l1 img { height: auto;}
 .h-Glimpse-l2 img {/* height: auto;*/ height: 384px;} 


img.bg-text-img6 {height: 136px;}
.testimonial-l-in { max-width: 900px;}
.testimonial-title h2 {font-size: 30px;}
.talks-title h2 { font-size: 30px;}
.talks-cont h2 {font-size: 17px;}
.talks-cont p {font-size: 14px;line-height: 20px; height: 60px; }
.git-title h2 {font-size: 40px;}
.git-title p {font-size: 14px;line-height: 24px;}
.git-in {width: 36%; z-index: 9;}
.info-1 p {font-size: 14px;line-height: 25px;}
.info-1 a {  font-size: 14px;line-height: 25px;}
.foot-para p { font-size: 14px; line-height: 24px;}
.foot-s-icons ul li {padding-right:30px;}

.foot-s-icons ul li a img {width: 82%;}
.foot-list2-in-l ul li a {font-size: 14px; line-height: 24px;}
.foot-list2-in-r ul li a {font-size: 14px; line-height: 24px;}
.mail-in input::placeholder{color:#bcbcbc; font-size: 14px;}
.mail-btn button {font-size: 14px;}
.startups-title h2 {font-size: 30px;}

div#tabs-content {padding: 0 6%;}
.tab1-r-bg {width: 100%; max-width: 715px;}
.main-left .slick-dots { bottom: 120px; left: 47px;}
.main-left button.slick-next {width: 35px; height: 35px;left:21%;top: 489px; z-index: 99;}
.main-left button.slick-prev{width: 35px; height: 35px;left:0;top: 489px;}
.ab-join-card .h-vision-cont {padding-left: 13px;}
.main-right {width: 66%;float: left;}
.tab1-r-bg {height: 441px;}
.ab-join-card .h-vision { width: calc(50% - 10px);}
.vision-mission-title h2 {font-size: 30px;}
#tabs-nav li a { font-size: 21px;line-height: 28px;}
.tab1-right-in h2 {font-size: 25px;}

.tab1-right-in {padding-right: 5%;}
.team-l-title h2 {font-size: 30px;}
.team-l-cont h3 {font-size: 19px;}
.h-il-title h2 {font-size: 30px;}

.ab-join-card .h-vision-cont p {font-size: 14px;line-height: 24px;}
.team-l-cont p {font-size: 14px;line-height: 24px;}
.tab1-right-in p{font-size: 25px; line-height: 36px;}

.program-slider button.slick-prev {width: 44px !important; height: 44px !important; /*left:40%; */top: -36px;}
.program-slider button.slick-next {width: 44px !important;height: 44px  !important;/* right:40% */ !important;}
.program-cont h2 {font-size: 21px;margin-bottom: 13px;}
.testimonial-list-in.slick-slider button.slick-prev{left: 78%;}
.h-award-bg{top: 0;}
.program-slider .slick-dots {bottom: 105%;}
}
@media only screen and (max-width: 1500px) {
.headerWrp { max-width: 1250px;}
.warpper{ max-width: 1250px;}
.bg-text-img {height: 151px;}
.h-vm-sec {margin-top: 8%;}
.h-join-c1-img img{width: 100%;}
.h-join-c1-img {width: calc(20% - 10px);}
.h-join-c1-cont {width: calc(80% - 10px);}
img.bg-text-img.bg-text-img2 {left: 10%;height: 150px;}
img.bg-text-img.bg-text-img3 { left: 3%;height: 108px;}
img.bg-text-img.bg-text-img4 { left: 0; height: 113px;}
img.bg-text-img5 { top: 23%; height: 129px;}
img.bg-text-img6 {height: 125px;}
.get-it-img img { width:84%;float: right;}
.h-il-title h1 {font-size: 34px;}
.h-il-title h2 {font-size: 34px;}
.testimonial-l-in { max-width: 830px;}
.git-title p {margin-bottom: 0;}
.info-1 { padding-top: 15px;padding-bottom: 15px;}
.h-advisory-cont-in h2 {font-size: 25px; }
.h-advisory-cont-in p {font-size: 14px;}
.main-left .slick-dots {bottom: 64px;}
.main-left button.slick-next {left: 23%;}
.h-vm-sec.ab-join-card { margin-top: 1%;}
.team-r1-img-text h2 { font-size: 30px;}
.team-r1-img-text p {font-size: 17px;}
.team-r1-img-text {  padding: 35px 45px 45px 45px;}

.program-cont h2 {font-size: 19px; margin-bottom: 13px;}
.program-cont p {font-size: 14px;}
.h-award-bg{top:0;width:30%;}

.program-slider button.slick-prev {left:46%;}
.program-slider button.slick-next {right:46% !important;}

.h-Glimpse-l2 img { height: 358px;}


.call-b { margin-top: 10px; line-height: 0;}
.call-b a { font-size: 12px;line-height: 17px;}
.call-cont {width: calc(83% - 12px);}

}

@media screen and (max-width:1400px){
.h-banner-text2 {font-size: 45px; line-height: 50px;}
.warpper {max-width: 1100px;}
.bg-text-img {height: 132px;}
.h-il-title h1 { font-size: 30px; line-height: 33px;}
.h-il-title h2 { font-size: 30px; line-height: 33px;}
img.bg-text-img.bg-text-img3 { height: 87px;}
img.bg-text-img.bg-text-img4 {height: 102px;}
img.bg-text-img5 { top: 18%; height: 116px;}
.h-advisory-cont-in { padding-bottom: 33px;padding-right: 30px;}
.main-left button.slick-prev {top: 429px;}
.main-left button.slick-next {top: 429px; left: 26%;}
.main-left .slick-dots {bottom: 53px;}
.h-vision-img.b-color-g img { width: 100%;}
.h-Startups-sec-left{padding-left: 0%;}
.h-award-bg{top:0;width:30%;}

.h-Glimpse-l2 img {height: 339px;}
.program-slider .slick-dots {bottom: 106%;}
.call-b {margin-top: 10px;}
.call-t h2 {font-size: 14px;}


.tab1-r-bg {height: 398px;}
.tab1-right-in p {  font-size: 23px;line-height: 34px;}
}


@media screen and (max-width:1300px){

  .testimonial-l-in { max-width: 720px;}
  .get-it-img img {width: 77%; float: right;  margin-top: 2%;}
  .git-title h2 { font-size: 36px;}
  .foot-list2-in-r ul li a {font-size: 12px;line-height: 22px;}
  .foot-list2-in-l ul li a  {font-size: 12px;line-height: 22px;}
  .foot-para p{font-size: 12px;line-height: 22px;}
  .h-advisory-cont-in h2 {  font-size: 18px;}

  .tabs {width: 1180px;}
  .tab1-r-bg {height:345px;max-width: 625px;}
  .testimonial-list-in.slick-slider button.slick-prev{left:70%;}


  .h-Glimpse-l2 img {height: 320px;}
  .tab1-right-in p {font-size: 20px;line-height: 30px;}
  p.mission-cont::before { background-size: 32px;  top: -17px;}
  p.mission-cont::after {background-size: 32px; right: auto;}
  
}


@media screen and (max-width:1024px){
img.bg-text-img.bg-text-img2 {height: 130px;}
img.bg-text-img6 {height: 100px;}
.social-c-l { width: 100%;float: left;display: flex;justify-content: center;}
.social-c-l img {width: 90%;}
.warpper {max-width: 950px;}
img.bg-text-img5 {top: 12%; height: 103px;}
.h-award-bg img {width: 54%; float: right;}
.headerWrp {max-width: 950px;}
.slick-slide img.y-icon { width: 18%;}

.h-join-card ul { flex-wrap: wrap;}
.h-join-card ul li {width: calc(50% - 20px); margin-bottom: 30px;}
.testimonial-l-in {max-width: 620px;}
.get-it-img img {width: 57%;}
a.mail-l {padding-left: 0px;}
.talks-cont h2 {font-size: 13px;}
.talks-cont p { font-size: 12px;/*height: auto;*/}
.git-title h2 {font-size: 34px;}
.h-Startups-sec-left {width: calc(80% - 30px);margin-bottom: 50px;}
.ap-partners-logo {width: calc(100% - 10px);}
.talks-list ul { flex-wrap: wrap;}
.talks-list ul li {width: calc(50% - 20px); float: left; margin-bottom: 1%;}
.h-advisory-in ul li { width:calc(33.33% - 0px);}


.bg-text1 {flex-wrap: wrap; justify-content: center;}
.h-investors-left { width: 100%;flex-wrap: wrap; order: 2; }
.h-investors-right { width: 100%; z-index: 1; order: 1;margin-bottom: 50px;}


.team-r1-img-text { padding: 35px 40px 40px 40px;}
.team-r1-img-text h2 {font-size: 26px;}
.team-r1-img-text p {font-size: 16px;}

.tabs {width: 950px;}
.tab1-r-bg {height:332px; max-width: 526px;}
.tab1-right-in h2 {font-size: 22px;}
.tab1-right {margin-top: 0%;}
.main-left .slick-dots {bottom: -14px;}
.main-left button.slick-next {top: 429px; left: 30%;}


.main-parent {flex-wrap: wrap;}
.main-left { order:2; width: 100%; display: flex; align-items: center;margin-top: 60px;}
.main-right {order:1;  width: 100%; float: left; } 
.main-left button.slick-prev {top: 268px;}
.main-left button.slick-next {top: 268px; left: 12%;}

.ab-join .h-investors-right {width: 85%;}
.ab-join .h-investors-left {width: 100%;}

.program-slider button.slick-next { right: 44% !important;top: -29px !important;}
.program-slider button.slick-prev {top: -27px !important;left: 44% !important;}
.program-slider .slick-dots {bottom: 102%;}
.h-award-bg{top:0;width:55%;}

.s-title .subhead-wrapper {padding: 0px 20px;}
.h-Glimpse-l2 img {height: 254px;}

.call-sec {margin-bottom: 20px;}
.call-sec{width: 100%; float: left;}
.call-mail-in {flex-wrap: wrap;}


.slick-slider button.slick-next { right: 10px;}/*5-6-23*/
.slick-slider button.slick-prev { left:10px;}/*5-6-23*/

.blog-slider button.slick-prev { width: 33px; height:33px;top: -6px;left: 0 !important; }
.blog-slider button.slick-next { width: 33px; height:33px;top: -6px;left:7% !important; }
.blog-slider { margin-top: 7% !important;}

.talks-Slider.slick-slider button {top: 96%; }
.talks-Slider.slick-slider button.slick-prev{ left:419px;}
.talks-Slider.slick-slider button.slick-next{ right:419px;}
.talks-Slider.slick-slider button{width: 40px; height: 40px;}
}

@media screen and (max-width:800px){
 img.bg-text-img6 {display: none;}
 img.bg-text-img.bg-text-img2 {display: none;}
 img.bg-text-img.bg-text-img3 {display: none;}
 img.bg-text-img5 {display: none;}
 .h-banner-text2 { font-size: 26px; line-height: 30px; margin-top: 0;}
 img.bg-text-img {display: none;}
 .warpper {max-width: 950px;padding: 15px 25px;}
 .awards-lr {flex-wrap: wrap;}
 .awards-left {width: 100%;}
 .awards-right{width: 100%;}
 .talks-list ul li {margin: 0px 15px;}
 .get-it-img img {display: none;}
 .git-in {width: 100%; z-index: 9;}


 .foot-list1 {width: 100%; margin-bottom: 5% }
 .foot-list {width: 80%;flex-wrap: wrap;justify-content: center;}
 .foot-list3{width: 100%; float: left;}
 .foot-s-icons ul li a img {width: 100%;}
 .footer-in { width: 100%;float: left;display: flex;justify-content: center;}
 .foot-list2-in {justify-content: space-between;}
 .awards-right {margin-top: 3%;}



 .cw-btn {display: none;}
 ul.brop-d {width: 100%;float: left;padding-top:25%;}
 ul.brop-d li {width: 100%;float: left;padding:13px 20px;}
 ul.brop-d li a {color: #000; font-size: 16px;font-family: 'Manrope-Medium';}
 .cw-btn.cw-btn-mob {display: block; padding: 0;margin-top: 20px; }
 .cw-btn.cw-btn-mob a { font-size: 13px; padding: 10px 20px; color: #fff;}
 .h-advisory-cont-in { padding-bottom: 21px;padding-right: 21px; padding-left: 21px;}

 .tabs { width: 100%; padding: 0px 0px;}
 .tab-one-in { flex-wrap: wrap;}
 .tab1-left {width: 100%;}
 .tab1-right{width: 100%;}
 /* .tab1-r-bg { display: none;} */
 .tab1-r-bg {height: 241px; max-width: 100%; right: 0;bottom: -30px;}
 .tab1-right-in {padding-right: 0;}/*26-5-23*/
 .stand-tab {width: 100%;  float: left;}
 .main-left .slick-dots {left: 0;padding-left: 55px;}
 .main-left button.slick-prev {top:312px;}
 .main-left button.slick-next {top:312px;left: 17%;}
 .program-in {flex-wrap: wrap;justify-content: center; padding: 0;}
 .program-left {width: 70%; margin-bottom: 20px;}
 .program-right { width: 100%;}

 .program-slider button.slick-next {right: 42% !important;top: -26px !important;}
 .program-slider button.slick-prev {top: -25px !important; left:42% !important;}
 .h-banner-sec {margin-top:0;}
 .program-slider .slick-dots {bottom: 101%;}
 .cw-btnMob{display:block;position:absolute;right:90px;z-index: 9;}

 .s-title .subhead-wrapper {padding: 0px 0px;}
 /*.sub-head { background-color: #000 !important;}*/
.sub-head { background-color: #0000 !important;}

 .h-investors-right {margin-bottom: 10px;}
 .h-Glimpse-l2 img {height: 188px;}

 .call-mail-in {flex-wrap: inherit;}
 .vision-mission-sec { padding: 5% 0 17% 0;}
 .talks-Slider button.slick-prev {left: 15px;}
 .talks-Slider button.slick-next {right: 13px;}
 
 .blog-slider button.slick-next { left: 10% !important;}
 .talks-Slider.slick-slider button {top: 112%;}
 .talks-Slider.slick-slider button.slick-prev { left: 290px;}
 .talks-Slider.slick-slider button.slick-next { right: 290px;}
 
 .talks-sec {padding: 4% 0 14% 0;}
}


@media only screen and (max-width: 550px) {
.h-vm-sec {margin-top: 8%; flex-wrap: wrap;}
.h-vision{margin-bottom: 20px;}
.h-join-card ul li {width: 100%;margin-bottom: 30px;}
.h-join-title {margin-bottom: 9%;}
.h-Startups-sec-left {width: 100%; padding: 0;}
.h-banner-text2 { font-size: 19px !important;line-height: 30px !important;}
.np-headImg img {width: 100%;}

.partners-list ul li { width: calc(40% - 20px);}
.partners-list ul li img { width: 100%;}
.h-award-bg { display: none;}
.testimonial-list-in.slick-slider button.slick-prev { width: 45px; height: 45px;left: 68%;}
.testimonial-list-in.slick-slider button.slick-next {width: 45px; height: 45px; right: 50px; top: -20px;}
.foot-list2-in {flex-wrap: wrap;}
.foot-list2-in-l { width: 100%; float: left;}
.foot-list2-in-r {width: 100%; float: left; margin-top: 5%;}
.foot-list1 { width: 100%; margin-bottom: 8%;}
.h-il-title h1 {font-size: 25px;}
.h-il-title h2{font-size:25px;}
.h-join-title h2 {font-size:25px; color: #1c1c1c;}
.partners-title h2 {font-size:25px;}
.awards-right-in h2 {font-size: 25px;}
.h-Glimpse-title h2 {font-size:25px;}
.testimonial-title h2 {font-size:25px;}
.talks-title h2 {font-size: 25px;}
.git-title h2 {font-size: 25px;}
.h-advisory-in ul li {width: calc(50% - 0px);}
.h-advisory-cont-in h2 {font-size: 19px;}
.h-advisory-cont-in p {font-size: 11px;}
.h-advisory-cont-in {padding-left: 21px; padding-bottom: 20px;}

.talks-list ul li {width: 100%;float: left;margin-bottom:1%;}
.talks-list ul {margin-top: 8%;}
.h-investors-right {margin-bottom: 10px;}
.h-Glimpse-l {width: 100%;}
.h-Glimpse-in {flex-wrap: wrap;}

.ab-join-card .h-vision {width: 100%;}
.team-l-cont {padding-right: 0;}
.team-r1-img img {width: 100%;}
img.link-icon {width: 26px;}
.main-left button.slick-next {top:339px !important;  left: 33% !important;}
.main-left button.slick-prev {top:339px !important; left: 0  !important;}
.main-left { margin-bottom: 50px;}

.events-in p {font-size: 14px;}
.program-in {padding: 0;}

.program-left {width: 100%;}

.program-slider .slick-dots li button {width: 10px;height: 10px;}
.program-slider button.slick-prev {width: 33px !important; height: 33px !important; top: -17px !important;left:41% !important;}
.program-slider button.slick-next {width: 33px !important; height: 33px !important; top: -17px !important; right: 41% !important;}
.main-left button.slick-prev {width: 33px !important; height: 33px ; top:313px !important;left: 0 !important;}
.main-left button.slick-next { width: 33px !important; height: 33px ; top:313px !important; left: 25% !important;}
.main-left .slick-dots {bottom: -25px;}

.foot-list2-in-l ul li a {font-size: 14px;}
.foot-list2-in-r ul li a{font-size: 14px;}
.foot-para p {font-size: 14px;}
.foot-list2-in-l ul li { margin-bottom: 11px;}
.foot-list2-in-r ul li {width: 100%;float: left;margin-bottom: 11px;}

.social-info { width: 100%; display: flex;justify-content: flex-start; margin-bottom: 15px;}
.connectInn {display: flex;flex-wrap: wrap;}
.social-info .social-text {padding: 6px 18px 6px 18px;}
.connect-us {margin: 10px 0 30px 0;}
p.inputfld {width: 100%;float: left;padding-bottom: 16px;}

.h-il-title {margin-top: 11px;}
.main-left {margin-top: 30px;}
.team-l-title h2 {font-size:25px; margin-bottom: 12px;}

.h-Glimpse-l2 img {height: 263px;}
p.mission-cont::before {left: -40px;top: -22px;background-size: 30px;}
p.mission-cont::after{background-size: 30px;}
.ab-join-card .h-vision {margin-top: 10px;}
.h-vm-sec.ab-join-card {margin-top: 9%;}
.h-il-title p.h-il-para {margin-top: 20px;}
.vision-mission-title h2 {font-size: 25px;}
#tabs-nav li a {font-size: 18px;}

.call-mail-in {flex-wrap: wrap;}
.call-b a {width: 100%;}
.call-b {flex-wrap: wrap;}
.call-sec {width: 66%;}

.talks-list ul li {margin-right: 0;}
.talks-Slider button.slick-next { right: 12px;}
.talks-list ul li {margin: 0px 13px;}

.events-in p {margin-bottom:0px;}
.program-slider {padding-top:16px;}
.tab1-right { margin-top: 3%;}

.blog-slider { margin-top: 10% !important;}

p.inputfld.t-n-sec {display: none;}
p.full-width.full-width-t {margin-top: 0;}

.talks-Slider.slick-slider button.slick-next {right: 170px;}
.talks-Slider.slick-slider button.slick-prev {left: 170px;}

.st-blogImg { margin-bottom: 20px;}
.dec-ban {display: none !important;}
.mob-ban {display: block !important;}

}

@media only screen and (max-width: 500px) {
.h-advisory-in ul li { width: 100%;}
.h-advisory-cont-in h2 {font-size: 22px;}
.h-advisory-cont-in p { font-size: 15px;}
.h-advisory-cont-in { padding-left: 31px; padding-bottom: 30px;}
.testimonial-list-in.slick-slider button.slick-next {right: 15px;top: -20px;}
.foot-list {  width: 100%;}
.h-banner-sec {margin-top: 15%;}

.program-slider button.slick-prev {top: -15px !important;left: 20% !important;}
.program-slider button.slick-next { top: -17px !important; right:20% !important;}
.main-left button.slick-prev {top: 370px !important;}
.main-left button.slick-next {top: 370px !important; left: 25% !important;}
.main-left .slick-dots {padding-left: 38px; bottom: -24px;}
small{color:#f00;font-size:10px;}
span#yourmail_validate{color:#f00;font-size:12px;}
.cw-btnMob a{width:40px;height:40px;}

.h-Glimpse-l2 {width: 100%;}
.h-Glimpse-l2 img {width: 100%; height: auto;margin: 10px 0;}
.h-Glimpse-l2-img.m-right {margin-right: 0;}
.h-Glimpse-in {gap: 0;}

.call-sec {width: 96%;}

.talks-Slider.slick-slider button.slick-next {right:110px;}
.talks-Slider.slick-slider button.slick-prev {left:110px;}

.talks-sec {padding: 4% 0 24% 0;}

.h-banner-text { padding: 0 50px;}

}
@media only screen and (max-width: 414px){
  .h-banner-sec {margin-top:0;}
  .main-left .slick-dots{bottom:-15px;}

  .program-slider button.slick-prev {left:37% !important;}
  .program-slider button.slick-next { right:37% !important;}

  .ap-partners-list li {width: calc(36.33% - 25px);}

  .tab1-right-in p { font-size:14px; line-height: 21px; padding-right: 0px;}
  p.mission-cont::before { left: -38px; top: -20px; background-size: 24px;}
  p.mission-cont::after {background-size: 24px;}


}
@media only screen and (max-width: 375px){
  .testimonial-list-in.slick-slider button.slick-prev{width:45px;height:45px;left:60%;}
  .main-left button.slick-prev{top:370px !important;}
  .main-left button.slick-next{top:370px !important;left:28% !important;}
  .h-banner-sec {margin-top: 0;}

  .info-1 a {font-size: 13px;}
}
@media only screen and (max-width: 360px){
  .main-left button.slick-prev{top:420px  !important;}
  .main-left button.slick-next{top:420px  !important;left:30% !important;}

  .tab1-right-in p {font-size: 11px;line-height: 18px;}/*26-5-23*/
  
  .talks-Slider.slick-slider button.slick-prev { left: 95px;}
  .talks-Slider.slick-slider button.slick-next { right: 95px;}
}