/* ============ Hero Banner ============ */

.hero-sec{ padding:212px 0 240px; position: relative;background-size:100% 100%;}


.hero-sec:after{
    position:absolute;
    content: '';
    right:0;left:0;
    top:0;
    /* border-radius:43px; */
   /* background:linear-gradient(to right,#29056e, #29096b,#331b6e  rgba(51,27,110,0.8)); */
   background:linear-gradient(to right, rgba(41,5,110,0.93), rgba(41,9,107,0.93), rgba(51,27,110,0.93));
    width:100%;
    height:100%;
    z-index:0;
}
.banner-text {
    z-index: 99;
    position: relative;
}
.banner-innner-content{max-width:780px;}
.banner-text h2{font-size:72px;text-transform: uppercase;font-family: 'Trajan Pro Regular';line-height:1.4}
.banner-text h3{text-transform: uppercase;font-family: 'Trajan Pro Regular';    line-height: 1.4;
    margin: 0 0 10px;}
.banner-text h1{
    line-height:1.2;
}

.banner-text p{font-size:18px;color:var(--white);font-family: "Montserrat", sans-serif;font-weight:500;}
.banner-ribbon {
    position: absolute;
    bottom:0;
    left: 0;
    right: 0;
    z-index: 9;
}
.banner-pic{overflow: hidden;position:relative;}
.banner-pic:after{position:absolute;content:'';right:0;left:0;bottom:0;width:100%;height:460px;
  border-radius:43px;
   background:linear-gradient(to right,#9248fe, #a95ffe);
   /* background:linear-gradient(to right,#4706aa, #a95ffe); */
    /* linear-gradient(
      360deg,
      rgb(146, 72, 254) 0%,
      rgb(169, 95, 254) 45%,
      rgba(245,245,245,0.1) 50%,
      rgba(146, 72, 254, 0.8) 55%,
      rgba(169, 95, 254,0.8) 100%
    ) border-box; */
}
.banner-pic img{border-radius:43px;border:4px solid #ffffff;position: relative; z-index: 99; margin:10px; }
@media only screen and (max-width:1599px) {
.hero-sec {padding: 185px 0 210px;}
.banner-innner-content {max-width: 750px;}
.banner-text p { font-size: 17px;}
.banner-pic::after {height: 405px;}
.banner-pic {padding-right: 20px;}





}

@media only screen and (max-width:1440px) {
.hero-sec {padding: 165px 0 180px;}
.banner-innner-content {max-width: 700px;}
.banner-pic::after {height: 480px;}

}

@media only screen and (max-width:1399px) {
.hero-sec {padding: 140px 0 160px;}
.banner-innner-content {max-width: 650px;}

}
@media only screen and (max-width:1280px) {
.banner-innner-content {max-width: 550px;}

}
@media only screen and (max-width:1199px) {
 .hero-sec {padding: 125px 0 130px;}
 .banner-text p { font-size: 16px;}
   .banner-innner-content {max-width: 440px;}
   .banner-pic::after {height: 325px;}

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

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


}
@media only screen and (max-width:991px) {
  .banner-text p { font-size: 15px;}
   .banner-innner-content {max-width: 332px;}
   .banner-pic::after {height: 255px;}


}
@media only screen and (max-width:900px) {
    
}
@media only screen and (max-width:840px) {
   
}
@media only screen and (max-width:767px) {
 .banner-text .d-flex {
  flex-direction: column;
}
 .banner-innner-content {
    max-width: 100%;
  }
  .banner-text .btns-pairs .cmn-btn-dv.d-flex {
  flex-direction: revert;
}
 .hero-sec {
    background-size: cover;
  }
   .hero-sec {
    padding: 125px 0 90px;
  }
}
@media only screen and (max-width:667px) {

}
@media only screen and (max-width:575px) {
    
}
@media only screen and (max-width:484px) {
.hero-sec {
    padding: 125px 0 58px;
  }

}
@media only screen and (max-width:420px) {
}
 @media only screen and (max-width:390px) {

 }

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

/* ============ Hero Banner ============ */


/* ============ Our Technology ============ */
.core-technology-sec{background-color: var(--white); padding:70px 0 0;position:relative;}
.core-technology-content {margin-left:130px;position: relative;}
.core-tech-img{position:relative;padding-right: 20px;}
.core-tech-img img{border-radius:43px;border:4px solid #ffffff;position: relative; z-index: 99; margin:10px;width:100%; }
.core-tech-img:after{position:absolute;content:'';right:0;left:0;bottom:0;width:100%;height:460px;background:linear-gradient(to right,#9248fe, #a95ffe);border-radius:43px;}
.core-technology-content p {font-family: "Montserrat", sans-serif;font-weight:500;}
.core-technology-content p strong{color:var(--lighter-blue-font);font-family: "Montserrat", sans-serif;font-weight:700;}
.services-outr {margin-bottom: 105px;}
.srv-icn-inner {display: flex;align-items: center;position:relative;}
.srv-icn-inner:after {
    position:absolute;
    content:'';right:30px;
    top:50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    width:2px;height:80px;
    background-color: #e9e6f0;
}
.services-outr .row .srv-icn-outr:last-child .srv-icn-inner:after{display: none;}
.srv-icn{border:1px solid var(--border-color);width:115px;height:107px;display: flex;align-items: center;justify-content: center;border-radius:10px;
box-shadow: -5px 5px 0px 2px rgba(228,205,255,1);
-webkit-box-shadow: -5px 5px 0px 2px rgba(228,205,255,1);
-moz-box-shadow: -5px 5px 0px 2px rgba(228,205,255,1);
}
.srv-des{margin-left: 25px;}
.srv-des h3{color:var(--body-color);font-family: var(--baijamjuree);font-weight:600;margin:0;}
.pattern-1 {position: absolute;bottom: 80px;right: 0;}


@media only screen and (max-width:1599px) {
.core-technology-content {
  margin-left: 118px;
}
.core-technology-sec {padding: 60px 0 0;}
.srv-icn {width: 107px;height: 99px;}
.srv-des {margin-left: 15px;}

.services-outr {
  margin-bottom: 95px;
}

}

@media only screen and (max-width:1440px) {
.core-technology-content {
  margin-left: 100px;
}
.core-technology-sec {padding: 50px 0 0;}
.srv-icn {width: 99px;height: 91px;}
.srv-des {margin-left: 10px;}


.services-outr {
  margin-bottom:85px;
}
.core-tech-img::after {
  height: 380px;
}
}

@media only screen and (max-width:1399px) {
 .core-technology-content {
  margin-left: 80px;
}
.core-technology-sec {padding: 40px 0 0;}
.srv-icn {width: 91px;height: 83px;}
.srv-icn img {width: 30px;}


.services-outr {
  margin-bottom:75px;
}
.core-tech-img::after {
  height: 300px;
}
}
@media only screen and (max-width:1280px) {
.core-technology-content {
  margin-left: 60px;
}
.srv-icn {width: 83px;height: 85px;}
.srv-icn-inner::after {
  right: 10px;
}

.services-outr {
  margin-bottom: 65px;
}
.core-tech-img::after {
  height: 335px;
}
}
@media only screen and (max-width:1199px) {
 .core-technology-content {
  margin-left: 50px;
}
.core-tech-img::after {
  height: 275px;
}
}
@media only screen and (max-width:1080px) {
.core-technology-content {
  margin-left: 40px;
}

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


}
@media only screen and (max-width:991px) {
  .core-technology-content {
  margin-left:0px;
  margin-top: 15px;
}
.srv-icn {width: 75px;height: 77px;}
.srv-icn-inner::after {
  display:none;
}
.srv-icn-outr {
  margin: 10px 0;
}

.services-outr {
  margin-bottom:50px;
}
}
@media only screen and (max-width:900px) {
    
}
@media only screen and (max-width:840px) {
   
}
@media only screen and (max-width:768px) {
 .core-tech-img::after {
  height: 358px;
}
}
@media only screen and (max-width:667px) {

}
@media only screen and (max-width:575px) {
  .services-outr {
  margin-bottom:35px;
}  
}
@media only screen and (max-width:484px) {

  .services-outr {
  margin-bottom:25px;
} 
 .core-tech-img::after {
    height: 315px;
  }
}
@media only screen and (max-width:420px) {
     .core-tech-img::after {
    height: 300px;
  }
}
 @media only screen and (max-width:390px) {
.core-tech-img::after {
    height: 235px;
  }
 }

 @media only screen and (max-width:360px) {
    
 }
/* ============ Our Technology ============ */


/* ============ Make us sec ============ */

.make-us-sec{background-color:#faf6fe;padding:100px 0 130px}
.outr-season{
	display:flex;
	align-items:center;
	justify-content: center;
	margin-top: 125px;
}
.middle-bx{
    display: flex;
    align-items: center;
    justify-content: center;
    position:relative;
}
.t-cell-receptor-pic{	
    width:545px;
    height:545px;
    border-radius: 100%;
    margin: auto;
    overflow: hidden;
}
.middle-bx img {
    position: relative;
    z-index: 9;
    border-radius: 50%;
    height: 100%;
    object-fit: cover;
}
.middle-bx:after{
    position:absolute;
    content:'';
    background:url(../images/crcl-frame.png);
    background-repeat: no-repeat;
    background-size:100% 100%;
    width:690px;
    height:690px;
}
.posi-rl:not(:last-child){
	margin-bottom: 20px;
}
.icon1_outr {
    display: flex;
    align-items: center;
	background: var(--white);
    border-radius: 20px;
    padding: 15px 3px 15px 15px;
    border:4px solid #eee4ff;
}
.left-season{
	padding-right: 15px;
}
.right-season{
	padding-left: 15px;
}
.left-season,.right-season {
   position: relative;
	margin-top: -180px;
}
.icon-text {
    width: 70%;
}
.icon-text p{
	color:var(--body-color);
	font-weight:600;
	margin:0;
	font-family:var(--baijamjuree);
    line-height:1.3;
}
.icon1{
	width:65px;
    height:65px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
	background:var(--gradient-btn);
    position:relative;
}
.icon1 span{color:var(--white);font-size: 40px;font-family:var(--baijamjuree); font-weight: 700;}

.posi-rl{
	position: relative;
}
.crcl-border {
    position: absolute;
    right: -142px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
}
.crcl-border2 {
    position: absolute;
    right: -42px;
    top:50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
}
.crcl-border3 {
    position: absolute;
    right: -42px;
    top:50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
}
.crcl-border4 {
    position: absolute;
    right: -143px;
    top:50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
}
.crcl-border5 {
    position: absolute;
    left: -143px;
    top:50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
}
.crcl-border6 {
    position: absolute;
    left: -42px;
    top:50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
}
.crcl-border7 {
    position: absolute;
    left: -42px;
    top:50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
}
.crcl-border8 {
    position: absolute;
    left: -143px;
    top:50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
}
.icon1_outr.icon-des1 {
    margin-right: -12px;
}
.icon1_outr.icon-des2 {
    margin-right: 25px;
}

  .icon1_outr.icon-des4,.icon1_outr.icon-des5,.icon1_outr.icon-des6 {
    flex-direction: row-reverse;
}
.icon1_outr.icon-des4 .icon-text,.icon1_outr.icon-des5 .icon-text,.icon1_outr.icon-des6 .icon-text{
	margin-right:0!important;
	margin-left: 15px;
}
.icon1_outr.icon-des5 {
    margin-left: 25px;
}

@media only screen and (max-width:1599px) {
.make-us-sec {
  padding: 90px 0 120px;
}
.icon1 span {
  font-size: 35px;
}
.icon1 {
  width: 60px;
  height: 60px;
}
.t-cell-receptor-pic {
  width: 470px;
  height: 470px;
}
.middle-bx::after {
  width: 600px;
  height: 600px;
}
}

@media only screen and (max-width:1440px) {
.make-us-sec {
  padding:80px 0 110px;
}
.icon1 span {
  font-size: 30px;
}
.icon1 {
  width: 55px;
  height: 55px;
}
}

@media only screen and (max-width:1399px) {
.make-us-sec {
  padding:65px 0 85px;
}
.icon1 span {
  font-size: 25px;
}
.icon1 {
  width: 50px;
  height: 50px;
}
 .t-cell-receptor-pic {
    width: 400px;
    height: 400px;
  }
  .middle-bx::after {
    width: 515px;
    height: 515px;
  }
  .posi-rl:not(:last-child) {
  margin-bottom: 10px;
}
}
@media only screen and (max-width:1280px) {
.make-us-sec {
  padding:60px 0 75px;
}

}
@media only screen and (max-width:1199px) {
 .t-cell-receptor-pic {
    width: 350px;
    height: 350px;
  }
   .middle-bx::after {
    width: 415px;
    height: 415px;
  }
  .icon1_outr {
  padding: 8px 3px 8px 8px;
}
}
@media only screen and (max-width:1080px) {

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

}
@media only screen and (max-width:991px) {
 .crcl-border{display:none;}
 .t-cell-receptor {
  margin: 50px 0;
}
.make-us-sec {
    padding: 40px 0 50px;
  }
}
@media only screen and (max-width:900px) {
    
}
@media only screen and (max-width:840px) {
 
}
@media only screen and (max-width:768px) {

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

}
@media only screen and (max-width:575px) {
    
}
@media only screen and (max-width:484px) {
.t-cell-receptor-pic {
    width: 285px;
    height: 285px;
  }
 .middle-bx::after {
    width: 360px;
    height: 360px;
  }
}
@media only screen and (max-width:420px) {
}
 @media only screen and (max-width:390px) {

 }

 @media only screen and (max-width:360px) {
    
 }
/* ============ Make us sec ============ */


/* ============ Robust sec ============ */
.robust-pipeline-sec{padding-top:83px;}
.robust-pipeline-sec .comn-hdr h4{color:var(--white);}
.robust-inner:not(:last-child){margin-bottom:70px;}
.robust-icon{
    border: 1px solid #a85efe;
    background-color: var(--white);
    width: 100px;
    height: 94px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    box-shadow: -5px 5px 0px 2px rgba(168, 94, 254, 1);
    -webkit-box-shadow: -5px 5px 0px 2px rgba(168, 94, 254, 1);
    -moz-box-shadow: -5px 5px 0px 2px rgba(168, 94, 254,1);
}
.robust-des {
    width:83%;
}
.robust-des h4{font-size:26px;color:var(--white);font-family:var(--baijamjuree); font-weight:600;}
.robust-des p{color:var(--white);font-family: "Montserrat", sans-serif; font-weight: 500;margin:0;line-height:1.4;}
.robust-des h4{margin:0 0 15px;}
h4.lighter-blue{color:var(--lighter-blue-font)!important;}

@media only screen and (max-width:1599px) {
.robust-des h4 {
  font-size: 23px;
}
.robust-pipeline-sec {
  padding-top: 80px;
}
}

@media only screen and (max-width:1440px) {
.robust-pipeline-sec {
  padding-top: 70px;
}
}

@media only screen and (max-width:1399px) {
 .robust-des h4 {
    font-size: 18px;
  }
.robust-icon img {
  width: 35px;
}
.robust-icon {
  width: 78px;
  height: 70px;
}
.robust-pipeline-sec {
  padding-top: 60px;
}
}
@media only screen and (max-width:1280px) {

}
@media only screen and (max-width:1199px) {
 .robust-inner:not(:last-child) {
  margin-bottom: 35px;
}
.robust-pipeline-sec {
  padding-top: 50px;
}
 .robust-icon img {
    width: 28px;
  }
   .robust-icon {
    width: 65px;
    height: 57px;
  }
}
@media only screen and (max-width:1080px) {

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


}
@media only screen and (max-width:991px) {
  .robust-pipeline-sec {
  padding: 40px 0;
  background-size: cover!important;
}
.middle-icon {
  margin: 15px 0;
}
.robust-inner {
  justify-content: space-between;
}
.robust-inner:not(:last-child) {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width:900px) {
    
}
@media only screen and (max-width:840px) {
   
}
@media only screen and (max-width:768px) {
 
}
@media only screen and (max-width:667px) {

}
@media only screen and (max-width:575px) {
    
}
@media only screen and (max-width:484px) {
 .robust-icon {
    width: 50px;
    height: 42px;
  }

}
@media only screen and (max-width:420px) {
}
 @media only screen and (max-width:390px) {

 }

 @media only screen and (max-width:360px) {
    
 }
/* ============ Robust sec ============ */



/* ============ Who We ============ */
.who-we-sec{background-color: #faf6fe;padding-bottom: 130px !important}

.who-we-sec .core-technology-content h4{color:var(--light-blue-font);}
.who-we-sec .core-technology-content {
    margin-right: 130px;
    margin-left:0!important;
    position: relative;
}
.pattern-2{position: absolute;
top:0;left:0;}
.meet-our-team-outr{margin-top:90px;}
.meet-our-inner{display:flex;align-items: start; justify-content: space-between;}
.team-bx{width: calc(100% / 5 - 30px); padding: 8px;
    border-radius: 15px;}
    .team-bx{background:var(--gradient-btn); transition: var(--common-transition);height: 245px;max-height:450px;}
.team-bx:hover{  background:var(--gradient-btn);height:auto;}
    .meet-our-inner:last-child .team-bx{margin-right:0;}
.member-des span{color:var(--body-color);font-size: 22px; font-family: var(--baijamjuree);font-weight: 600;}
.member-des p{display: none; color:var(--white); font-family: "Montserrat", sans-serif;font-weight:600;font-size:15px;margin:0;}
.member-des{text-align: center;padding:10px 0;}
.member-pic img {
    width: 100%;
    border-radius:15px;
}
.team-bx:hover .member-des p{display: block;}
.team-bx:hover .member-des span{color:var(--white);}
@media only screen and (max-width:1599px) {
.who-we-sec .core-technology-content {
    margin-right: 118px;
}
.member-des span {
  font-size: 20px;
}
.who-we-sec {
  padding-bottom: 120px !important;
}
}

@media only screen and (max-width:1440px) {
.who-we-sec .core-technology-content {
    margin-right: 100px;
}
.member-des span {
  font-size: 18px;
}
.who-we-sec {
  padding-bottom: 110px !important;
}
}

@media only screen and (max-width:1399px) {
 .who-we-sec .core-technology-content {
    margin-right: 80px;
}
.member-des span {
  font-size: 16px;
}
.who-we-sec {
  padding-bottom: 90px !important;
}
}
@media only screen and (max-width:1280px) {
.who-we-sec .core-technology-content {
    margin-right: 60px;
}
}
@media only screen and (max-width:1199px) {
 .who-we-sec .core-technology-content {
    margin-right: 50px;
}
.meet-our-inner {
  flex-wrap: wrap;
}
.team-bx {
  width: calc(100% / 4 - 30px);
}
.who-we-sec {
  padding-bottom: 70px !important;
}
}
@media only screen and (max-width:1080px) {
  .who-we-sec .core-technology-content {
    margin-right: 40px;
}
}
@media only screen and (max-width:1024px) {


}
@media only screen and (max-width:991px) {
  .who-we-sec .core-technology-content {
    margin: 0 0 15px;
  }
  .member-des span {
  font-size: 15px;
}
.member-des p {
  line-height: 1.4;
}
.team-bx {
  width: calc(100% / 3 - 30px);
}
.meet-our-inner {
  justify-content: start;
}
.who-we-sec {
  padding-bottom: 55px !important;
}
.team-bx {
  height: 210px;
}
}
@media only screen and (max-width:900px) {
    
}
@media only screen and (max-width:840px) {
   
}
@media only screen and (max-width:768px) {
 .who-we-sec {
  padding-bottom: 35px !important;
}
}
@media only screen and (max-width:667px) {

}
@media only screen and (max-width:575px) {
    .who-we-sec {
  padding-bottom: 25px !important;
}
}
@media only screen and (max-width:484px) {


}
@media only screen and (max-width:420px) {
}
 @media only screen and (max-width:390px) {

 }

 @media only screen and (max-width:360px) {
    
 }
/* ============ Who We ============ */
/* ============ TCR Pipeline Sec ============ */
.tcr-pipeline-sec{padding:100px 0 0;}

.table thead tr th{background-color:#29056e; color:var(--white);font-size:22px; font-family:var(--baijamjuree); font-weight:600;border: 0;
    padding: 15px 35px;
    text-align: center;
}
.table thead tr{border:0;}
.table thead tr th{text-align: left;padding-left: 60px;}
.table tbody tr th,.table tbody tr td{padding:20px 10px; max-width:390px;position:relative;font-size:17px;color:var(--body-color);
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    border-top: 1px solid #fff;
    border-left: 0;
    /* text-align: center; */
    padding-left:60px;
}
.table tbody tr th:nth-child(1){ font-family: "Montserrat", sans-serif; font-weight:700;}
.table tbody tr td:nth-child(2){ font-family: "Montserrat", sans-serif; font-weight:600;}
.table tbody tr td:nth-child(3){font-family: "Montserrat", sans-serif; font-weight:600;}
.table tbody tr td:nth-child(4){padding-left:60px;font-family: "Montserrat", sans-serif; font-weight:400;text-align: left;}
.table tbody tr td:nth-child(3):after{
    position: absolute;
    content:'';
    width: 0; 
    height: 0; 
    border-top: 34px solid transparent;
    border-bottom: 30px solid transparent;
    border-left: 34px solid #90eafe;
    top: 0;
    right: -34px;
    z-index: 1;
}
.light-blue1{background-color:#e3faff!important;}
.light-blue2{background-color:#bef1fc!important;}
.light-blue3{background-color:#90eafe!important;}
.light-blue4{background-color:#6ad8f0!important;}

.light-orange1{background-color:#fef0e0!important;}
.light-orange2{background-color:#fcdcba!important;}
.light-orange3{background-color:#fbc58b!important;}
.light-orange4{background-color:#fcab54!important;}
.table tbody tr:nth-child(3) td:nth-child(3):after{border-left: 34px solid #fbc58b;} 
.table tbody tr:nth-child(4) td:nth-child(3):after{border-left: 34px solid #fbc58b;}
.table tbody tr:nth-child(5) td:nth-child(3):after{border-left: 34px solid #faeb86;}

.light-yellow1{background-color:#faf7e2!important;}
.light-yellow2{background-color:#fcf3b9!important;}
.light-yellow3{background-color:#faeb86!important;}
.light-yellow4{background-color:#fbdd12!important;}
.table tbody tr:nth-child(6) td:nth-child(3):after{border-left: 34px solid #faeb86;}

.light-purple1{background-color: #f3e6fb!important;}
.light-purple2{background-color: #eed3fd!important;}
.light-purple3{background-color: #dba6fa!important;}
.light-purple4{background-color: #cd77ff!important;}
.table tbody tr:nth-child(7) td:nth-child(3):after{border-left: 34px solid #dba6fa;}
.table tbody tr:nth-child(8) td:nth-child(3):after{border-left: 34px solid #dba6fa;}
.big-text {
    position: relative;
    z-index: 1;
}
.big-text h1{line-height:0.8; margin:0; font-size:145px; letter-spacing:2px; color:#faf6fe; text-transform: uppercase; font-family: var(--baijamjuree); font-weight:700;}
@media only screen and (max-width:1599px) {
.big-text h1{font-size:135px;}
.table tbody tr th, .table tbody tr td {
  font-size: 15px;
}
.tcr-pipeline-sec {
  padding: 90px 0 0;
}
}

@media only screen and (max-width:1440px) {
.big-text h1{font-size:95px;}
}

@media only screen and (max-width:1399px) {
 .big-text h1{font-size:80px;}

}
@media only screen and (max-width:1280px) {
.big-text h1{font-size:70px;}
  .table tbody tr th, .table tbody tr td {
    font-size: 13px;
  }
  .tcr-pipeline-sec {
  padding:70px 0 0;
}
}
@media only screen and (max-width:1199px) {
 .table thead tr th {
  font-size: 18px;
}
.table tbody tr th, .table tbody tr td {
  max-width: 420px;
}
.table tbody tr td:nth-child(3)::after {
  border-bottom: 25px solid transparent;
}
.tcr-pipeline-sec {
  padding: 60px 0 0;
}
}
@media only screen and (max-width:1080px) {

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


}
@media only screen and (max-width:991px) {
  .big-text h1{font-size:60px;}
  .table-outr{
    overflow: auto;
    
    
  }
  .table-innr{width:1280px;}
  .tcr-pipeline-sec {
  padding: 50px 0 0;
}
}
@media only screen and (max-width:900px) {
    
}
@media only screen and (max-width:840px) {
   
}
@media only screen and (max-width:768px) {
   .big-text h1{font-size:50px;}
}
@media only screen and (max-width:667px) {

}
@media only screen and (max-width:575px) {
     .big-text h1{font-size:20px;} 
     .tcr-pipeline-sec {
  padding: 40px 0 0;
}
}
@media only screen and (max-width:484px) {


}
@media only screen and (max-width:420px) {
}
 @media only screen and (max-width:390px) {
  .big-text h1{font-size:15px;}
  .tcr-pipeline-sec {
  padding: 30px 0 0;
}
 }

 @media only screen and (max-width:360px) {
   .big-text h1{font-size:15px;} 
 }

/* ============ TCR Pipeline Sec ============ */
/* ============ Latest News ============ */
.latest-news-sec{background-color: #faf6fe;padding:100px 0;}
.news-pic-outr{padding:13px 13px 20px;border-radius:20px;background-color: var(--white);}
.news-des{padding:45px 75px 0 15px;}
.news-des span{position:relative;color:var(--light-blue-font);font-size:15px;font-family: "Montserrat", sans-serif;font-weight:500;padding-left: 20px;margin-bottom:20px;display: block;}
.news-des span:after{position:absolute;content:'';
    left:0;top:50%;transform:translateY(-50%);
    -webkit-transform:translateY(-50%);
    -ms-transform:translateY(-50%);
    -moz-transform:translateY(-50%);
    -o-transform:translateY(-50%);
    border-radius:100%;
    width:10px;
    height:10px;
    background-color: var(--lighter-blue-font);
}
.news-des p{
    font-family: "Montserrat", sans-serif;
    font-weight:600;
    margin:0;
    font-size:23px;
    line-height:1.4 ;
}
.news-pic img{width:100%;}


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

.news-des p {
  font-size: 20px;
}
.news-des {
  padding: 40px 60px 0 15px;
}
a.crcl-btn {
  margin-right: -60px;
}
.latest-news-sec {
  padding: 85px 0;
}
.news-des span {
  margin-bottom: 15px;
}
}

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

.news-des {
  padding: 30px 40px 0 15px;
}
a.crcl-btn {
  margin-right: -40px;
}
}

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

.news-des p {
  font-size: 18px;
}
.latest-news-sec {
  padding: 65px 0;
}
.news-des span {
  margin-bottom: 10px;
}
}
@media only screen and (max-width:1280px) {

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

 .news-des p {
  font-size: 16px;
}
.latest-news-sec {
  padding:55px 0;
}
}
@media only screen and (max-width:1080px) {

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

}
@media only screen and (max-width:991px) {
  
.news-des p {
  font-size: 15px;
}
.latest-news-sec {
  padding: 45px 0;
}
.news-des span {
  margin-bottom: 7px;
}
}
@media only screen and (max-width:900px) {
    
}
@media only screen and (max-width:840px) {

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

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

}
@media only screen and (max-width:575px) {
   .news-des {padding: 20px 40px 0 15px;}  
}
@media only screen and (max-width:484px) {
.news-pic-outr .justify-content-end {
  justify-content: center !important;
}
.news-des {
    padding: 7px;
  }
 a.crcl-btn {
    margin-right: 0;
    margin-top: 10px;
  }
}
@media only screen and (max-width:420px) {  
}
 @media only screen and (max-width:390px) {

 }

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

/* ============ Latest News ============ */

/* ============ Scientific Sec ============ */
.scientific-sec{padding:100px 0;}
.scientific-outr{padding:55px 0 45px; border-radius:20px; background: var(--gradient-bg);}

.poster-crcl-innr{padding-left:130px; padding-right:115px; position:relative; }
.poster-crcl-innr::after{
    position:absolute;content:'';
    right:-105px;
    top:58%;
    transform:translateY(-42%);
    -webkit-transform:translateY(-42%);
    -ms-transform:translateY(-42%);
    -moz-transform:translateY(-42%);
    -o-transform:translateY(-42%);
    background:url(../images/zig-zag-line.png);
    background-repeat: no-repeat;
    background-size:100% 100%;
    width:257px;
    height:190px;
}
.poster-icon{border:23px solid #601fd8; overflow:hidden;width:332px;height:332px;border-radius:50%;margin: auto;position: relative;z-index: 1;}
.poster-icon img{border:6px solid #ffffff; border-radius:50%;}
.poster-des{ max-width:735px; margin: auto;}
.poster-des p{color:var(--white);font-size:18px; font-family: "Montserrat", sans-serif;
    font-weight:500;margin-bottom: 35px;}

@media only screen and (max-width:1599px) {
.scientific-sec {
  padding: 85px 0;
}
.poster-icon {
  border: 13px solid #029090;
  width: 306px;
  height: 306px;
}
.poster-crcl-innr::after {
  right: -105px;
  width: 202px;
  height: 137px;
}
.poster-des p {
  font-size: 16px;
}
}

@media only screen and (max-width:1440px) {
.scientific-sec {
  padding: 75px 0;
}
}

@media only screen and (max-width:1399px) {
 .scientific-sec {
  padding: 65px 0;
}
.poster-des p {
  font-size: 15px;
}
}
@media only screen and (max-width:1280px) {
.poster-icon {
    width: 225px;
    height: 225px;
  }
  .poster-crcl-innr::after {
    right: -54px;
    width: 176px;
    height: 99px;
  }
}
@media only screen and (max-width:1199px) {
 .scientific-sec {
  padding: 55px 0;
}
.poster-crcl-innr {
  padding-left: 24px;
}
}
@media only screen and (max-width:1080px) {

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


}
@media only screen and (max-width:991px) {
  .scientific-sec {
  padding: 45px 0;
}
.poster-des {
  max-width: 605px;
}
 .poster-crcl-innr::after {
   display: none;
  }
   .poster-crcl-innr {
    padding: 0;
    margin-bottom:15px;
  }
}
@media only screen and (max-width:900px) {
    
}
@media only screen and (max-width:840px) {
   
}
@media only screen and (max-width:768px) {
  .poster-des {
    max-width: 445px;
  }
}
@media only screen and (max-width:667px) {
 .poster-des {
    max-width: 495px;
  }
}
@media only screen and (max-width:575px) {

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

 .poster-des {
    max-width: 395px;
  }
}
@media only screen and (max-width:420px) {
    .poster-des {
    max-width: 100%;
    padding:0 15px;
  }
}
 @media only screen and (max-width:390px) {
   .get-in-pic::after {
    height: 250px;
  }
 }

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

/* ============ Scientific Sec ============ */

/* ============ Get in Touch Sec ============ */

.get-in-touch-sec {
    margin-bottom: -245px;
    z-index: 99;
    position: relative;
}
.get-in-outr{background-color:var(--white);padding:18px;border-radius:20px;
  border:12px solid transparent;

  background:
    linear-gradient(#fff, #fff) padding-box,
    linear-gradient(
      180deg,
      rgba(255,255,255,1) 0%,
      rgba(255,255,255,1) 45%,
      rgba(245,245,245,0.1) 50%,
      rgba(49,14,109,0.7) 65%,
      rgba(50,14,116,0.8) 100%
    ) border-box;

    box-shadow: 0px 0px 17px 8px rgba(214,214,214,0.11);
-webkit-box-shadow: 0px 0px 17px 8px rgba(214,214,214,0.11);
-moz-box-shadow: 0px 0px 17px 8px rgba(214,214,214,0.11);
}


.get-touch-inner{ border:1px solid var(--input-border);padding:20px;background-color:#f9f7fb; border-radius:15px; margin-right: 100px;}
h2.get-hdr{padding:10px 0;line-height:1; margin-bottom:20px; color:var(--white);font-size:55px;font-family:var(--baijamjuree);font-weight:600;background-color: #29056e;border-radius:20px; text-align:center;}
.input_field .form-group input {
    border:1px solid var(--input-border);
    background: var(--white);
    height: 55px;
    border-radius:10px !important;
    padding:5px 20px;
    color: var(--body-color);
    font-family: "Montserrat", sans-serif;
    font-weight:500;
    font-size:17px;
    margin-bottom: 10px;
}
.input_field .form-group textarea {
	 border:1px solid var(--input-border);
	background: var(--white);
	height:140px;
	padding:15px 20px;
	color: var(--body-color);
	font-family: "Montserrat", sans-serif;
    font-weight:500;
	font-size: 17px;
    border-radius:10px!important;
}
.submit-btn input{
    max-width:219px;
    height:64px;
    background: var(--blue-btn) url(../images/white-tcell-icon.png);
    background-repeat: no-repeat;
    background-position:90% center;
    color:var(--white);
    border-radius:10px!important;
    font-size:20px;
    font-family:var(--baijamjuree);
    font-weight:600;
    text-transform: capitalize;
    text-align:left;
    padding-left: 33px;
}
.submit-btn input:hover{
    background: var(--cursor-bg-color) url(../images/white-tcell-icon.png) no-repeat 90% center;
}
.input_field ::placeholder {color:var(--body-color);font-size: 17px;opacity: 1;}
.input_field :-ms-input-placeholder {color:var(--body-color);font-size: 17px;opacity: 1;}
.input_field ::-ms-input-placeholder {color:var(--body-color);font-size: 17px;opacity: 1;}

.get-in-pic img{width:100%;border-radius:20px;position:relative;z-index: 9;margin:10px;border:4px solid var(--white);}
.get-in-pic{
    position: relative;
    margin-left: 95px;
    margin-right: 20px;
}
.get-in-pic:after{
    position: absolute;
    content: '';
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height:476px;
    background:var(--gradient-btn);
    border-radius:20px;
}
.half-pic{position: absolute;bottom: 2px;
    left: -72px;}
.half-pic img {
    width: 76px;
    border: 0;
}

@media only screen and (max-width:1599px) {
h2.get-hdr {
  font-size: 45px;
}
.get-in-pic::after {
  height: 375px;
}
.half-pic {
  left: -59px;
  width: 63px;
}
}

@media only screen and (max-width:1440px) {
h2.get-hdr {
  font-size: 35px;
}
}

@media only screen and (max-width:1399px) {
 .get-in-pic::after {
    height: 295px;
  }
.half-pic {
    left: -46px;
    width: 50px;
  }
}
@media only screen and (max-width:1280px) {
h2.get-hdr {
  font-size: 30px;
}
}
@media only screen and (max-width:1199px) {
 .get-in-pic {
  margin-left: 13px;
}
.get-touch-inner {
  margin-right: 30px;
}
}
@media only screen and (max-width:1080px) {

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


}
@media only screen and (max-width:991px) {
  h2.get-hdr {
  font-size:25px;
}
.get-touch-inner {
    margin-right: 0;
  }
  .half-pic {
    display:none;
  }
    .get-in-pic {
    margin-left: 0;
  }
  
}
@media only screen and (max-width:900px) {
    
}
@media only screen and (max-width:840px) {
   
}
@media only screen and (max-width:767px) {
 
}
@media only screen and (max-width:667px) {

}
@media only screen and (max-width:575px) {
.get-touch-inner {
  padding: 8px;
}
.get-in-outr {
  padding: 10px;
  border: 8px solid transparent;
}
}
@media only screen and (max-width:484px) {
 .team-bx {
    width: calc(100% / 2 - 30px);
  }

}
@media only screen and (max-width:420px) {
}
 @media only screen and (max-width:390px) {
 .get-in-pic::after {
    height: 260px;
  }
 }

 @media only screen and (max-width:360px) {
    
 }
/* ============ Get in Touch Sec ============ */

