body {
  font-family: Barlow, sans-serif;
  color: #2d2a26;
  font-size: 16px;
  line-height: 26px;
  font-weight: 300;
}

h1 {
  margin-top: 0px;
  margin-bottom: 10px;
  color: #fff;
  font-size: 50px;
  line-height: 56px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  text-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}

h2 {
  margin-top: 0px;
  margin-bottom: 10px;
  color: #000;
  font-size: 40px;
  line-height: 46px;
  font-weight: 700;
  /*text-align: center;*/
  letter-spacing: 2px;
  text-transform: uppercase;
}
h2.subpage{
  font-size: 30px;
  line-height: 36px;
}

h3 {
  margin-top: 0px;
  margin-bottom: 5px;
  color: #002e6d;
  font-size: 19px;
  line-height: 25px;
  font-weight: 600;
}

h3.list {
  margin-top: 0px;
  margin-bottom: 5px;
  color: #002e6d;
  font-size: 19px;
  line-height: 30px;
  font-weight: 400;
}
h3 a{
	color: #0082ca;
	text-decoration: none;
}
h3 a:hover, a:hover{
  color: #002e6d;
	text-decoration: none;
}
a {
  color: #2d2a26;
  text-decoration: none;
}
a.partner-a{
	color: #002e6d;
	text-decoration: none;
	font-weight: 600;
}

a.partner-a:hover{
	color: #0082ca;
	text-decoration: none;
}

ul {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-left: 0px;
}

.all {
  display: block;
  overflow: hidden;
  padding-top: 85px;
}

.all.tech {
  overflow: visible;
}

.header {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 500;
  background-color: #fff;
}

.logo {
  height: auto;
  margin-top: 23px;
  margin-bottom: 18px;
}

.nav-link {
  z-index: 1;
  padding: 27px 40px;
  font-family: 'Barlow Semi Condensed', sans-serif;
  font-weight: 600;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.nav-link:hover {
  background-color: #0082ca;
  color: #fff;
}

.nav-link.w--current {
  color: #0082ca;
}

.nav-link.w--current:hover {
  background-color: transparent;
}

.nav-menu ul li{
	list-style: none;
	display: inline-block;
	margin-right: -4px;
	position: relative;
}
.nav-menu > .nav-link-b > ul > li > ul {
	background:#FFF;
	padding: 5px 20px 10px;
}
.nav-menu > .nav-link-b > ul > li > ul > li > a:hover, 
.nav-menu > .nav-link-b > ul > li > ul > li > ul > li > a:hover{
	background: #404040;
	color: #AFAFAF;	
}
.nav-menu > .nav-link-b > ul > li > ul, .nav-menu > .nav-link-b > ul > li > ul > li > ul {
	position: absolute;
	white-space: nowrap;
}
.nav-menu > .nav-link-b > ul > li > ul > li, .nav-menu > .nav-link-b > ul > li > ul > li > ul > li {
	display: block;
	position: relative;
}
.nav-menu > .nav-link-b > ul > li > ul, .nav-menu > .nav-link-b > ul > li > ul > li > ul {
	opacity: 0;
	visibility: hidden;
}
.nav-menu > .nav-link-b > ul > li > ul {
	top: 75px;
	transition: all .2s ease-in-out;
}
.nav-menu > .nav-link-b > ul > li:hover > ul, .nav-menu > .nav-link-b > ul > li > ul > li:hover > ul {
	opacity: 1;
	visibility: visible;
}
.nav-menu > .nav-link-b > ul > li:hover > ul {
	top: 100%;
	transition: all .2s ease-in-out;
}
.nav-menu > .nav-link-b > ul > li > ul > li > ul {
	top: 0;
	left: 0;
	transition: all 2s ease-in-out; /* Slow transition is just for demo */
}
.nav-menu > .nav-link-b > ul > li > ul > li:hover > ul{
	left: 100%;
	transition: all 2s ease-in-out;
}

.container {
  max-width: 1400px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 40px;
  padding-left: 40px;
}

.container.shatin {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.container.banner {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 50;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
	justify-content: center;
}

.container.inner {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 50;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: hsla(0, 0%, 100%, 0.9);
}

.menu-btn {
  margin-top: 5px;
  padding: 20px 0px;
  background-color: transparent;
}

.menu-btn.w--open {
  background-color: transparent;
}

.section-content {
  padding-top: 80px;
  padding-bottom: 80px;
}

.section-content.collaborate {
  position: relative;
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url('../images/collaborate-bg1.5x.jpg');
  background-position: 0% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.section-content.our-partners {
  padding-bottom: 55px;
}

div.blue {
  background-color: rgba(0, 130, 202, 0.05);
}
div.grey {
  background-color: rgba(100,100,100,0.05);
}

.section-content.shatin {
  position: relative;
  width: 100%;
  padding-top: 50%;
  padding-bottom: 0px;
  background-color: rgba(0, 130, 202, 0.05);
  background-image: url('../images/path.png');
  background-position: 0% 50%;
  background-size: 100%;
  background-repeat: no-repeat;
}

.nav-link-b {
  position: relative;
}
.cnerc-img{
	max-width: 630px;
	width: 100%;
}
.logo-img {
  width: auto;
  height: 44px;
  max-width: none;
}

.menu-line01 {
  width: 30px;
  height: 2px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: #002e6d;
}

.menu-line02 {
  width: 30px;
  height: 2px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: #002e6d;
}

.menu-line03 {
  width: 30px;
  height: 2px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: #002e6d;
}

.header-line {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 100;
  width: 100%;
  height: 5px;
  background-color: #0082ca;
}

.nav-line {
  position: absolute;
  left: 50%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: 200;
  width: 0px;
  height: 5px;
  background-color: #002e6d;
  -webkit-transform: translate(-50%, 0px);
  -ms-transform: translate(-50%, 0px);
  transform: translate(-50%, 0px);
}

.nav-lang-b {
  padding-left: 40px;
  border-top: 1px solid #ccc;
}

.lang-dropdown {
  display: none;
  margin-top: 5px;
  padding-top: 27px;
  padding-bottom: 27px;
}

.lang-toggle {
  padding: 0px 17px 0px 0px;
  font-weight: 600;
  letter-spacing: 1px;
}

.lang-dropdown-list {
  overflow: hidden;
  margin-top: 27px;
  margin-left: -20px;
  border-bottom-left-radius: 14px;
  border-bottom-right-radius: 14px;
  background-color: #fff;
  box-shadow: 0 3px 7px 0 rgba(28, 102, 204, 0.4);
}

.lang-dropdown-link {
  font-weight: 600;
  text-align: center;
  letter-spacing: 1px;
}

.nav-lang-line {
  display: none;
  width: 1px;
  height: 20px;
  margin-top: 5px;
  background-color: #ccc;
}

.nav-lang-link {
  margin-right: 30px;
  padding-top: 20px;
  padding-bottom: 20px;
  font-weight: 500;
}

.nav-lang-link:hover {
  color: #0082ca;
}

.nav-lang-mobile {
  display: block;
  text-align: left;
}

.section-footer {
  position: relative;
  z-index: 10;
  padding-top: 50px;
  padding-bottom: 25px;
  background-color: #002e6d;
}

.footer-txt {
  display: inline-block;
  margin-right: 2px;
  float: left;
  color: hsla(0, 0%, 100%, 0.75);
  font-size: 14px;
  line-height: 20px;
  font-weight: 300;
}

.header-1280 {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 500;
  display: none;
  background-color: #fff;
}

.home-banner-video {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 100%;
  height: 100%;
}

.home-slider {
  width: 100%;
  height: auto;
}

.slide-nav {
  margin-bottom: 10px;
}

.arrow-l {
  display: none;
  width: 40px;
}

.arrow-r {
  display: none;
  width: 40px;
}

.home-slide {
  width: 100%;
  padding-top: 42.5%;
}

.slide-mask {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 10;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(20%, rgba(0, 0, 0, 0.5)), color-stop(60%, transparent));
  background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.5) 20%, transparent 60%);
}

.slide-mask.video {
  background-image: -webkit-gradient(linear, left top, right top, color-stop(20%, rgba(0, 0, 0, 0.7)), color-stop(60%, rgba(0, 0, 0, 0.2)));
  background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.7) 20%, rgba(0, 0, 0, 0.2) 60%);
}

.heading-line {
  width: 50px;
  height: 5px;
  background-color: #0082ca;
}

.heading-b {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.heading-b-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: left;
  -webkit-align-items: left;
  -ms-flex-align: left;
  align-items: left;
}

.partners-logo-col {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.partners-logo-col.mobile {
  display: none;
}

.partners-row>img, .partners-row a {
  width: 25%;
  max-width: 250px;
	margin: 1rem 1rem 4rem;
}

.partners-logo-b._20 {
  width: 25%;
  padding-right: 2%;
  padding-left: 2%;
}

.news-slider {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  max-width: 688px;
  background-color: transparent;
}

.news-slide-nav {
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  margin-right: 116px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.news-slide {
  width: 344px;
  padding-right: 12px;
  padding-bottom: 80px;
  padding-left: 12px;
}

.news-link {
  position: relative;
  width: 100%;
  background-color: #fff;
  box-shadow: 0 5px 30px 0 rgba(28, 102, 204, 0.2);
  -webkit-transition: box-shadow 400ms ease;
  transition: box-shadow 400ms ease;
}

.news-link:hover {
  box-shadow: 0 5px 30px 0 rgba(28, 102, 204, 0.5);
}

.container-full {
  width: 100%;
  max-width: 100%;
}

.news-slide-txt-b {
  height: 240px;
  padding: 20px 25px;
}

.news-slide-img-b {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 65%;
}

.news-slide-bar {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 10;
  width: 100%;
  height: 5px;
  background-color: rgba(0, 130, 202, 0.3);
}

.news-slide-bar-hover {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  z-index: 10;
  width: 0px;
  height: 5px;
  background-color: #0082ca;
}

.news-slide-img {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
}

.btn-read-more {
  position: absolute;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  display: inline-block;
  height: 39px;
  margin-bottom: 25px;
  margin-left: 25px;
  padding: 7px 30px;
  border-radius: 46px;
  background-color: #0082ca;
  color: #fff;
  font-size: 15px;
  line-height: 25px;
  font-weight: 600;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.news-slider-align-b {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.news-mask {
  overflow: visible;
  width: 100%;
}

.arrow-l-news {
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  width: 40px;
  height: 40px;
  margin-right: 62px;
  border-style: solid;
  border-width: 1px;
  border-color: #0082ca;
  border-radius: 40px;
  background-image: url('../images/arrow-l-blue.svg');
  background-position: 50% 50%;
  background-size: auto;
  background-repeat: no-repeat;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
}

.arrow-l-news:hover {
  background-color: #0082ca;
  background-image: url('../images/arrow-l-white.svg');
}

.arrow-r-news {
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  width: 40px;
  height: 40px;
  margin-right: 12px;
  border-style: solid;
  border-width: 1px;
  border-color: #0082ca;
  border-radius: 40px;
  background-image: url('../images/arrow-r-blue.svg');
  background-position: 50% 50%;
  background-size: auto;
  background-repeat: no-repeat;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
}

.arrow-r-news:hover {
  background-color: #0082ca;
  background-image: url('../images/arrow-r-white.svg');
}

.footer-link {
  color: hsla(0, 0%, 100%, 0.75);
  font-size: 14px;
  line-height: 20px;
  font-weight: 300;
}

.footer-link:hover {
  color: #fff;
  text-decoration: underline;
}

.footer-logo-img {
  width: auto;
  height: 40px;
  max-width: none;
}

.footer-logo {
  opacity: 0.75;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.footer-logo:hover {
  opacity: 1;
}

.footer-logo.left {
  margin-right: 30px;
}

.footer-logo-b {
  margin-bottom: 30px;
}

.footer-social-link {
  display: block;
  width: 32px;
  height: 32px;
  margin-right: 25px;
  float: left;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: auto;
  background-repeat: no-repeat;
  opacity: 0.75;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.footer-social-link:hover {
  opacity: 1;
}

.footer-social-link.in {
  background-image: url('../images/icon-social-linkedin.svg');
}

.footer-social-link.fb {
  background-image: url('../images/icon-social-fb.svg');
}

.footer-social-link.ig {
  background-image: url('../images/icon-social-ig.svg');
}

.footer-social-link.yt {
  background-image: url('../images/icon-social-youtube.svg');
}

.footer-social-link.wc {
  background-image: url('../images/icon-social-wechat.svg');
}

.footer-social-link.email {
  background-image: url('../images/icon-social-email.svg');
  background-position: 50% 50%;
  background-size: 27px;
}

.footer-social-b {
  margin-bottom: 25px;
	display: flex;
}

.footer-col-01 {
  padding-top: 5px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
}

.footer-col-02 {
  margin-right: 100px;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}

.footer-col-03 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  /*-webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;*/
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
	flex-wrap: wrap;
    align-content: flex-start;
	flex: 0 0 60%;
}
.footer-col-03 .address{
	flex: 0 0 100%;
	margin-bottom: 1rem;
}
.footer-col-03 .tel{
	flex: 0 0 33.333%;
	padding-right: 1rem;
	white-space: nowrap;
	margin-bottom: 0.25rem;
}
.footer-col-03 .fax{
	flex: 0 0 33.333%;
	padding-right: 1rem;
	white-space: nowrap;
	margin-bottom: 0.25rem;
}
.footer-col-03 .mail{
	flex: 0 0 33.333%;
	padding-right: 1rem;
	white-space: nowrap;
	margin-bottom: 0.25rem;
}

.footer-sitemap-link {
  display: inline-block;
  margin-bottom: 15px;
  border-bottom: 1px solid #002e6d;
  font-family: 'Barlow Semi Condensed', sans-serif;
  color: hsla(0, 0%, 100%, 0.75);
  line-height: 20px;
  font-weight: 500;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.footer-sitemap-link:hover {
  border-bottom: 1px solid #fff;
  color: #fff;
}

.footer-sitemap-link.no-bottom-margin {
  margin-bottom: 0px;
}

.footer-line {
  width: 1px;
  height: 14px;
  margin-right: 15px;
  margin-left: 15px;
  background-color: hsla(0, 0%, 100%, 0.75);
}

.footer-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-top-b {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0 15% 25px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.footer-contact-link {
  position: relative;
  padding-top: 2px;
  padding-left: 35px;
  color: hsla(0, 0%, 100%, 0.75);
  font-size: 14px;
  line-height: 20px;
  font-weight: 300;
}

.footer-contact-link:hover {
  opacity: 1;
  color: #fff;
  text-decoration: underline;
}

.footer-contact-link.location {
  padding-top: 0px;
}

.footer-bottom-b {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 25px;
  padding-top: 25px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-top: 1px solid rgba(0, 130, 202, 0.5);
}

.footer-contact-icon {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  width: 24px;
  height: 24px;
  opacity: 0.75;
}

.footer-col-r {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}

.collaborate-form {
  width: 100%;
  margin-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.collaborate-b {
  width: 55%;
  max-width: 620px;
  padding: 80px 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(40%, rgba(0, 46, 109, 0.85)), to(rgba(28, 102, 204, 0.85)));
  background-image: linear-gradient(180deg, rgba(0, 46, 109, 0.85) 40%, rgba(28, 102, 204, 0.85));
}

.txt-field {
  height: 44px;
  margin-bottom: 20px;
  padding: 7px 20px 7px 50px;
  border-style: solid;
  border-width: 2px;
  border-color: #fff;
  border-radius: 22px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 15px 50%;
  background-size: 24px;
  background-repeat: no-repeat;
  font-size: 16px;
}

.txt-field:focus {
  border-color: #0082ca;
}

.txt-field.email {
  background-image: url('../images/icon-collaborate-email.svg');
}

.txt-field.tel {
  background-image: url('../images/icon-collaborate-tel.svg');
}

.txt-field.name {
  background-image: url('../images/icon-collaborate-name.svg');
}

.txt-field.company {
  background-image: url('../images/icon-collaborate-company.svg');
}

.hide {
  display: none !important;
}

.txt-area {
  min-height: 160px;
  margin-bottom: 0px;
  padding: 9px 20px 9px 50px;
  border-style: solid;
  border-width: 2px;
  border-color: #0082ca;
  border-radius: 22px;
  background-image: url('../images/icon-collaborate-message.svg');
  background-position: 15px 10px;
  background-size: 24px;
  background-repeat: no-repeat;
  font-size: 16px;
}

.txt-area:focus {
  border-color: #0082ca;
}

.txt-white {
  color: #fff;
}

.collaborate-txt-b {
  margin-bottom: 25px;
  color: #fff;
  text-align: center;
}

.form-dropdown {
  width: 100%;
}

.dropdown-b {
  width: 100%;
  margin-bottom: 20px;
}

.dropdown-list {
  overflow: hidden;
  border-radius: 22px;
  background-color: #fff;
  box-shadow: 0 3px 15px 0 rgba(28, 102, 204, 0.4);
}

.dropdown-toggle {
  width: 100%;
  height: 44px;
  padding: 7px 40px 7px 50px;
  border-style: solid;
  border-width: 2px;
  border-color: #fff;
  border-radius: 22px;
  background-color: #fff;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 15px 50%;
  background-size: 24px;
  background-repeat: no-repeat;
}

.dropdown-toggle:focus {
  border-color: #0082ca;
}

.dropdown-toggle.enquiry {
  background-image: url('../images/icon-collaborate-enquiry.svg');
}

.dropdown-toggle.interest {
  background-image: url('../images/icon-collaborate-interest.svg');
}

.dropdown-link {
  padding-left: 50px;
}

.dropdown-link:hover {
  background-color: #0082ca;
  color: #fff;
  font-weight: 400;
}

.dropdown-scroll-b {
  overflow: auto;
  height: 210px;
  border-radius: 22px;
}

.arrow-dropdown {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  width: 40px;
  height: 40px;
  margin-right: 5px;
}

.btn {
  display: inline-block;
  height: 39px;
  padding: 7px 30px;
  border-radius: 46px;
  background-color: #002e6d;
  -webkit-transition: color 300ms ease, background-color 300ms ease;
  transition: color 300ms ease, background-color 300ms ease;
  color: #fff;
  font-size: 15px;
  line-height: 25px;
  font-weight: 600;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.btn:hover {
  background-color: #fff;
  color: #002e6d;
}

.btn-b {
  margin-top: 40px;
  text-align: center;
}

.dropdown-txt-b {
  overflow: hidden;
  width: 100%;
}

.icon-tech {
  position: relative;
  z-index: 1;
  width: 100px;
  height: 100px;
}

.tech-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.project-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  align-items: center;
  /*text-align: center;*/
	height: 250px;
}
.project-col:nth-child(odd) .project-link {
}
.project-col:nth-child(even) .project-link {
	flex-direction: row-reverse;
}
.col-img-c {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: 250px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
	overflow: hidden;
}
.project-col:nth-child(odd) .project-link .col-img-c{
	border-radius: 0.5rem 0 0 0.5rem;
}
.project-col:nth-child(even) .project-link .col-img-c{
	border-radius: 0 0.5rem 0.5rem 0;
}
.project-col-b{
	width: 50%;
	height: 100%;
	padding-left: 2rem;
	padding-right: 2rem;
	border: 2px solid #0082CA;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.project-col:nth-child(odd) .project-link .project-col-b{
	border-radius: 0 0.5rem 0.5rem 0;
	border-left-style: hidden;
}	
.project-col:nth-child(even) .project-link .project-col-b{
	border-radius: 0.5rem 0 0 0.5rem;
	border-right-style: hidden;
}
.related-lab-b{
	justify-content: center;
}
.related-lab-b>div{
	flex: 0 0 320px;
}
.related-lab-b .project-col:nth-child(n) a{
	display: flex;
	height: 100%;
}

.related-lab-b .project-col:nth-child(n) .project-link {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: center;
	/*height: 320px;*/
	height: auto;
}


.related-lab-b .project-col:nth-child(n) .project-link .col-img-c {
	width: 100%;
	/*height: auto;*/
	height: 225px;
	border-radius: 0.5rem 0.5rem 0 0;
}
.related-lab-b .project-col:nth-child(n) .project-link .col-img-c > img {
	max-height: inherit;
	max-width: 110%;
}
.related-lab-b .project-col:nth-child(n) .project-link .project-col-b{
	width: 100%;
	height: auto;
	padding: 1.5rem 0 1.5rem;
	border: 2px solid #0082CA;
	border-left-style: solid;
	border-top-style: hidden;
	border-radius: 0 0 0.5rem 0.5rem;
	display: flex;
	flex-direction: column;
	justify-content: center;
	flex: 1 1;
}
.tech-col {
  width: 33.33%;
  padding-right: 2.5%;
  padding-left: 2.5%;
  float: left;
}
.tech-col2 {
  width: 30%;
  /*padding: 2.5%;*/
  float: left;
}
.project-col {
  width: 100%;
  /*padding: 2.5%;*/
  float: left;
}

.tech-col2>div>h3, .tech-col2>a>div>h3 {
	padding: 0 1rem;
	margin-top:0.5rem;
}
.tech-col2>div>div:last-child {
	padding: 0 1rem 1rem;
}

.home-tech-a, .home-tech-b {
  width: 100%;
  max-width: 1032px;
  margin-right: auto;
  margin-left: auto;
}
.contact-b{
  width: 100%;
  max-width: 1032px;
  margin-right: auto;
  margin-left: auto;
}
.contact-col{
	text-align: center;
	flex: 1;
}
.contact-col:not(:last-child){
	border-right: 1px solid #999;
}
.home-tech-a{
	margin-bottom: 75px;
}

.tech-circle {
  position: absolute;
  left: 50%;
  top: 50%;
  right: auto;
  bottom: auto;
  width: 100px;
  height: 100px;
  border-radius: 100px;
  background-color: #eee;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.tech-circle-b {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 120px;
  height: 120px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.col-img-b {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
	overflow: hidden;
}
.col-img-b > img{
	max-width: 120%;
}
.col-img-c > img{
	max-height: 120%;
	max-width: inherit;
}

.shatin-txt-b {
  width: 60%;
  max-width: 1440px;
  margin-bottom: 100px;
  float: right;
  text-align: center;
}

.home-slide-txt-b {
  z-index: 20;
  max-width: 1400px;
  color: #fff;
}

.home-slide-btn {
  display: inline-block;
  height: 39px;
  margin-top: 20px;
  padding: 7px 30px;
  border-radius: 46px;
  background-color: #0082ca;
  -webkit-transition: color 300ms ease, background-color 300ms ease;
  transition: color 300ms ease, background-color 300ms ease;
  color: #fff;
  font-size: 15px;
  line-height: 25px;
  font-weight: 600;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.home-slide-btn:hover {
  background-color: #fff;
  color: #0082ca;
}

.home-banner-img {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.home-banner-img._02 {
  background-image: url('../images/home-banner-021.5x.jpg');
}

.home-banner-img._03 {
  background-image: url('../images/home-banner-031.5x.jpg');
}

.home-slide-txt {
  max-width: 530px;
}

.home-slide-heading {
  margin-bottom: 10px;
  font-size: 50px;
  line-height: 56px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  text-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
	text-align: center;
}
.home-slide-heading.mobile {
	display: none;
}
.ch{
	letter-spacing: 10px;
}

.inner-banner {
  position: relative;
  overflow: hidden;
  padding-top: 20%;
}

.inner-banner-img {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
}
.img-about-cnerc{
	background-image: url('../images/about-cnerc-banner.jpg');
	background-position: 50% 50%;
}
.img-committee{
	background-image: url('../images/committee-banner.jpg');
	background-position: 50% 50%;
}
.img-events{
	background-image: url('../images/events-banner.jpg');
	background-position: 50% 50%;
}
.img-technologies{
	background-image: url('../images/technologies-banner.jpg');
	background-position: 50% 50%;
}
.img-partners{
	background-image: url('../images/partners-banner.jpg');
	background-position: 50% 50%;
}
.img-joint-us{
	background-image: url('../images/joint-us-banner.jpg');
	background-position: 50% 50%;
}
.img-laboratory{
	background-image: url('../images/lab-banner.jpg');
	background-position: 50% 50%;
}

.inner-heading {
  margin-bottom: 0px;
}

.home-slide-copy {
  width: 100%;
  padding-top: 42.5%;
}

.banner-video {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 100%;
  height: 100%;
  padding-top: 42.5%;
}

.tech-answer-b {
  margin-left: 35px;
  text-align: justify;
}

.tech-question-b {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.tech-row {
  margin-bottom: 35px;
}

.list {
  list-style-type: none;
}

.list-item {
  margin-bottom: 13px;
  padding-left: 12px;
  background-image: url('../images/bullet.svg');
  background-position: 0% 10px;
  background-size: 6px;
  background-repeat: no-repeat;
}

.tech-no-b {
  width: 30px;
}

.tech-no {
  width: 30px;
  height: 30px;
  margin-right: 5px;
  padding-top: 2px;
  padding-bottom: 2px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 30px;
  background-color: #eee;
  text-align: center;
}

.tech-title {
  margin-bottom: 0px;
  line-height: 30px;
}

.tech-col-l {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.tech-img-b {
  position: -webkit-sticky;
  position: sticky;
  top: 155px;
  width: 30%;
  float: right;
  box-shadow: -25px 25px 0 0 #0082ca;
}

.tech-b {
  width: 65%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.joint-b {
  width: 65%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.banner-mask {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 10;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(10%, rgba(0, 0, 0, 0.4)), color-stop(40%, transparent));
  background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.4) 10%, transparent 40%);
}

.banner-mask.video {
  background-image: -webkit-gradient(linear, left top, right top, color-stop(20%, rgba(0, 0, 0, 0.7)), color-stop(60%, rgba(0, 0, 0, 0.2)));
  background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.7) 20%, rgba(0, 0, 0, 0.2) 60%);
}

.div-block {
  text-align: center;
}

.collaborate-thankyou-b {
  display: none;
  color: #fff;
  font-size: 20px;
  font-weight: 400;
  text-align: center;
}

.tech-img {
  width: 100%;
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
}
.about-cnerc-img{
	background-image: url('../images/about-cnerc-img.jpg');
}
.committee-img{
	background-image: url('../images/committee-img.jpg');
}
.events-img{
	background-image: url('../images/events-img.jpg');
}
.technologies-img{
	background-image: url('../images/technologies-img.jpg');
}
.joint-us-img{
	background-image: url('../images/joint-us-img.jpg');
}
.lab-img{
	background-image: url('../images/lab-img.jpg');
}

.about-cnerc-img, .committee-img, .events-img, .technologies-img, .joint-us-img, .lab-img{
	/*padding-top: 130%;*/
	padding-top: 100%;
}

.tech-ab {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
}

.shatin-img-b {
  position: absolute;
  left: 0%;
  top: 50%;
  right: auto;
  bottom: auto;
  overflow: hidden;
  width: 45%;
  margin-left: 5%;
  float: left;
  box-shadow: -25px 25px 0 0 #0082ca;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
}

.shatin-content-b {
  position: relative;
  z-index: 10;
  width: 55%;
  margin-top: 70px;
  margin-right: 35px;
  padding: 70px;
  float: right;
  background-color: #fff;
  box-shadow: 0 5px 30px 0 rgba(28, 102, 204, 0.5);
}

.shatin-b {
  position: relative;
  margin-top: -35px;
  margin-bottom: 35px;
}

.shatin-blue-bg {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  width: 45%;
  height: 100%;
  margin-bottom: -35px;
  background-color: #002e6d;
}

.pop {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1000;
  display: none;
  background-color: rgba(0, 46, 109, 0.95);
}

.pop.pop-scroll {
  display: block;
}

.pop.popup-scroll {
  overflow: auto;
}

.news-video {
  width: 100%;
  max-width: 1080px;
  margin-right: auto;
  margin-left: auto;
}

.btn-close {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  width: 30px;
  height: 30px;
  margin-top: 30px;
  margin-right: 40px;
  opacity: 0.75;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.btn-close:hover {
  opacity: 1;
}

.video-b {
  position: relative;
  top: 50%;
  padding-right: 40px;
  padding-left: 40px;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
}

.partners-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
	flex-wrap: wrap;
  width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.click-box-b {
  width: 100%;
  padding: 7px 15px 10px 50px;
  border-style: solid;
  border-width: 2px;
  border-color: #fff;
  border-radius: 22px;
  background-color: #fff;
  background-image: url('../images/icon-collaborate-interest.svg');
  background-position: 15px 7px;
  background-size: 24px;
  background-repeat: no-repeat;
}

.click-box-b:focus {
  border-color: #0082ca;
}

.click-box-b.enquiry {
  background-image: url('../images/icon-collaborate-enquiry.svg');
}

.click-box-b.interest {
  background-image: url('../images/icon-collaborate-interest.svg');
}

.click-box {
  width: 16px;
  height: 16px;
  margin-top: 3px;
  margin-right: 5px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-style: solid;
  border-width: 1px;
  border-color: #002e6d;
  border-radius: 4px;
}

.click-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  line-height: 22px;
}

.click-col {
  width: 50%;
  margin-top: 10px;
  padding-right: 10px;
  float: left;
}

.icon-check {
  display: none;
  width: 16px;
  height: 16px;
}

.text-main-content {
  width: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.inner-text-heading {
  margin-bottom: 50px;
  color: #000;
  text-shadow: none;
}

html.w-mod-js *[data-ix="fade-from-bottom"] {
  opacity: 0;
  -webkit-transform: translate(0px, 50px);
  -ms-transform: translate(0px, 50px);
  transform: translate(0px, 50px);
}

html.w-mod-js *[data-ix="fade-from-bottom-shatin"] {
  opacity: 0;
  -webkit-transform: translate(0px, 50px);
  -ms-transform: translate(0px, 50px);
  transform: translate(0px, 50px);
}

html.w-mod-js *[data-ix="fade-from-bottom-shatin-bg"] {
  opacity: 0;
  -webkit-transform: translate(0px, 50px);
  -ms-transform: translate(0px, 50px);
  transform: translate(0px, 50px);
}

html.w-mod-js *[data-ix="0-opacity"] {
  opacity: 0;
}

html.w-mod-js *[data-ix="shatin-img"] {
  opacity: 0;
  -webkit-transform: translate(0px, -55%);
  -ms-transform: translate(0px, -55%);
  transform: translate(0px, -55%);
}

html.w-mod-js *[data-ix="home-slide-txt"] {
  opacity: 0;
  -webkit-transform: translate(-40px, 0px);
  -ms-transform: translate(-40px, 0px);
  transform: translate(-40px, 0px);
}

html.w-mod-js *[data-ix="banner-img-scale"] {
  -webkit-transform: scale(1.2, 1.2);
  -ms-transform: scale(1.2, 1.2);
  transform: scale(1.2, 1.2);
}

/*Accordion#################################################*/
.transition, .joint-b > ul > li > i:before, .joint-b > ul > li > i:after, .joint-b div {
  transition: all 0.5s ease-in-out;
}
.flipIn, .joint-b ul li, .joint-b h1 {
  animation: flipdown 0.5s ease both;
}
.no-select, .joint-b h2 {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.joint-b div {
  /*color: rgba(48, 69, 92, 0.8);
  font-size: 17px;
  line-height: 26px;
  letter-spacing: 1px;*/
  position: relative;
  overflow: hidden;
  max-height: 800px;
  opacity: 1;
  transform: translate(0, 0);
  margin-top: 14px;
  z-index: 2;
}
.joint-b h3 > span {
  color: #2d2a26;
  font-weight: 300;
}
.joint-b button.apply-btn{
  font-size: 19px;
  line-height: 25px;
  font-weight: 600;
	padding: 0.5rem 2rem;
	background-color: #0082CA;
	color:#FFF;
	border-radius: 0.5rem;
	margin: 0.5rem 0 1rem;
}
.joint-b button.apply-btn:hover{
	background-color: #06A6FF;
	transition: all 0.2s ease-in-out;
}

.joint-b > ul {
  list-style: none;
  perspective: 900;
  padding: 0;
  margin: 0;
}
.joint-b > ul > li {
  position: relative;
  padding: 0;
  margin: 0;
  padding-bottom: 4px;
  padding-top: 18px;
  border-top: 1px dotted #dce7eb;
}
.joint-b > ul > li:nth-of-type(1) {
  animation-delay: 0.5s;
}
.joint-b > ul > li:nth-of-type(2) {
  animation-delay: 0.75s;
}
.joint-b > ul > li:nth-of-type(3) {
  animation-delay: 1s;
}
.joint-b > ul > li:last-of-type {
  padding-bottom: 7px;
  border-bottom: 1px dotted #dce7eb;
}
.joint-b > ul > li > i {
  position: absolute;
  transform: translate(-6px, 0);
  margin-top: 16px;
  right: 0;
}
.joint-b > ul > li > i:before, .joint-b > ul > li > i:after {
  content: "";
  position: absolute;
  background-color: #0082CA;
  width: 3px;
  height: 9px;
}
.joint-b > ul > li > i:before {
  transform: translate(-2px, 0) rotate(45deg);
 -moz-transition: -moz-transform 0.3s ease-in-out;
  -o-transition: -o-transform 0.3s ease-in-out;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
}
.joint-b > ul > li > i:after {
  transform: translate(2px, 0) rotate(-45deg);
 -moz-transition: -moz-transform 0.3s ease-in-out;
  -o-transition: -o-transform 0.3s ease-in-out;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
}
.joint-b > ul > li > input[type=checkbox] {
  position: absolute;
  cursor: pointer;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0;
}
.joint-b > ul > li > input[type=checkbox]:checked ~ div {
  margin-top: 0;
  max-height: 0;
  opacity: 0;
  transform: translate(0, 50%);
}
.joint-b > ul > li > input[type=checkbox]:checked ~ i:before {
  transform: translate(2px, 0) rotate(45deg);
}
.joint-b > ul > li > input[type=checkbox]:checked ~ i:after {
  transform: translate(-2px, 0) rotate(-45deg);
}
.lab-b>div:first-child {
	flex: 1;
	margin-right: 3rem;
}
.lab-b>div:last-child {
	flex: 0 0 500px;
}
.lab-feature-b>div{
	border: 2px solid #0082CA;
	flex: 0 0 32%;
	padding: 2rem;
	text-align: center;
}
.lab-feature-b>div img {
	width:70%;
}
@property --p{
  syntax: '<number>';
  inherits: true;
  initial-value: 0;
}
.pie {
  --w:70%;
  
  width: var(--w);
  aspect-ratio: 1;
  position: relative;
  display: inline-grid;
  place-content: center;
  margin: 5px;
  font-size: 25px;
  font-weight: 600;
}
.pie:before {
  content: "";
  position: absolute;
  border-radius: 50%;
  inset: 0;
  background: conic-gradient(var(--c) calc(var(--p)*1%),#0000 0);
  -webkit-mask:radial-gradient(farthest-side,#0000 calc(99% - var(--b)),#000 calc(100% - var(--b)));
          mask:radial-gradient(farthest-side,#0000 calc(99% - var(--b)),#000 calc(100% - var(--b)));
}
.animate {
  animation:p 1s .5s both;
}
@keyframes p {
  from {--p:0}
}

/*@keyframes flipdown {
  0% {
    opacity: 0;
    transform-origin: top center;
    transform: rotateX(-90deg);
  }
  5% {
    opacity: 1;
  }
  80% {
    transform: rotateX(8deg);
  }
  83% {
    transform: rotateX(6deg);
  }
  92% {
    transform: rotateX(-3deg);
  }
  100% {
    transform-origin: top center;
    transform: rotateX(0deg);
  }
}*/

/*##########################################################*/

@media screen and (min-width: 1280px) {
  .header {
    display: none;
  }

  .nav-link {
    padding-right: 0px;
    padding-left: 0px;
    border-top: 5px solid #0082ca;
  }

  .nav-link:hover {
    background-color: transparent;
    color: #2d2a26;
  }

  .nav-link.w--current {
    color: #2d2a26;
  }

  .nav-menu {
    width: 64%;
	max-width: 66%;
  }

  .section-content.shatin {
    padding-top: 40%;
  }

  .nav-lang-b {
    padding-left: 0px;
    border-top-style: none;
  }

  .lang-dropdown {
    display: block;
  }

  .lang-dropdown-link:hover {
    background-color: #0082ca;
    color: #fff;
  }

  .nav-lang-line {
    display: block;
    margin-right: -1.5%;
    margin-left: -1.5%;
  }

  .nav-lang-mobile {
    display: none;
  }

  .header-1280 {
    display: block;
  }

  .home-slider {
    height: auto;
    background-color: transparent;
  }

  .partners-logo-col {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .partners-logo-b {
    /*width: 16.66%;
    padding-right: 1.5%;
    padding-left: 1.5%;
    float: left;*/
  }

  .news-slider {
    max-width: 1032px;
  }

  .footer-col-02 {
    padding-bottom: 50px;
  }

  .collaborate-b {
    padding-right: 60px;
    padding-left: 60px;
  }

  .arrow-dropdown-lang {
    position: absolute;
    left: auto;
    top: 50%;
    right: 0%;
    bottom: auto;
    display: block;
    width: 10px;
    height: 10px;
    -webkit-transform: translate(0px, -50%);
    -ms-transform: translate(0px, -50%);
    transform: translate(0px, -50%);
  }

  .home-slide-btn.hide {
    display: none;
  }

  .text-main-content {
    width: 100%;
  }

  .list-2 {
    list-style-type: decimal;
  }

  .text-link {
    text-decoration: underline;
  }

  .inner-text-heading {
    margin-bottom: 50px;
    color: #2d2a26;
    text-shadow: none;
  }
}
@media screen and (max-width: 1024px) {
	.lab-b>div:first-child {
		flex: 1;
		margin-right: 2rem;
	}
	.lab-b>div:last-child {
		flex: 0 0 45%;
	}
}
@media screen and (max-width: 991px) {
  .nav-link {
    padding: 20px 5%;
    border-top-style: none;
  }

  .container {
    padding-right: 5%;
    padding-left: 5%;
  }

  .container.collaborate {
    padding-left: 0%;
  }

  .container.shatin {
    position: static;
    display: block;
  }

  .container.banner {
    /*padding-bottom: 50px;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;*/
  }
.footer-top-b {
  padding: 0 0 25px;
}
  .nav-menu {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    display: block;
    width: 100%;
    min-width: 0px;
    background-color: hsla(0, 0%, 100%, 0.9);
  }

  .section-content.collaborate {
    background-position: 15% 50%;
  }

  .section-content.shatin {
    padding-top: 70px;
    padding-bottom: 100px;
    background-position: 0% 90%;
  }

  .nav-line {
    display: none;
  }

  .nav-lang-b {
    padding-right: 5%;
    padding-left: 5%;
  }

  .lang-dropdown {
    display: none;
  }

  .nav-lang-line {
    display: none;
  }

  .nav-lang-link {
    margin-right: 20px;
  }

  .nav-lang-mobile {
    text-align: left;
  }

  .arrow-l {
    width: 5%;
  }

  .arrow-r {
    width: 5%;
  }

  .home-slide {
    padding-top: 70vh;
  }

  .slide-mask {
    background-image: -webkit-gradient(linear, left top, right top, color-stop(20%, rgba(0, 0, 0, 0.5)), color-stop(80%, rgba(0, 0, 0, 0.2)));
    background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.5) 20%, rgba(0, 0, 0, 0.2) 80%);
  }

  .slide-mask.video {
    background-image: -webkit-gradient(linear, left top, right top, color-stop(20%, rgba(0, 0, 0, 0.7)), color-stop(80%, rgba(0, 0, 0, 0.2)));
    background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.7) 20%, rgba(0, 0, 0, 0.2) 80%);
  }

 /* .partners-logo-b {
    padding-right: 1.5%;
    padding-left: 1.5%;
  }

  .partners-logo-b._20 {
    padding-right: 0.5%;
    padding-left: 0.5%;
  }*/

  .news-slider {
    max-width: 80%;
  }

  .news-slide {
    width: 50%;
  }

  .news-slide-txt-b {
    height: 260px;
    padding: 15px 20px;
  }

  .btn-read-more {
    margin-bottom: 20px;
    margin-left: 20px;
  }

  .footer-logo-img {
    height: 30px;
  }

  .footer-logo.left {
    margin-right: 20px;
  }

  .footer-social-link {
    margin-right: 21px;
  }

  .footer-col-02 {
    margin-right: 30px;
  }

  .collaborate-b {
    width: 66%;
    padding-right: 5%;
    padding-left: 5%;
  }

  .shatin-txt-b {
    margin-bottom: 0px;
  }

  .home-slide-txt {
    line-height: 22px;
  }

  .inner-banner {
    padding-top: 40%;
  }

  .home-slide-copy {
    padding-top: 70vh;
  }

  .tech-img-b {
    display: none;
  }

  .tech-b, .joint-b {
    width: 100%;
  }

  .banner-mask.video {
    background-image: -webkit-gradient(linear, left top, right top, color-stop(20%, rgba(0, 0, 0, 0.7)), color-stop(80%, rgba(0, 0, 0, 0.2)));
    background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.7) 20%, rgba(0, 0, 0, 0.2) 80%);
  }

  .tech-img {
    background-position: 70% 50%;
  }

  .shatin-img-b {
    width: 60%;
    margin-left: 0%;
  }

  .shatin-content-b {
    width: 65%;
    margin-right: 0px;
    padding: 35px 5%;
  }

  .shatin-blue-bg {
    margin-right: -35px;
  }

  .btn-close {
    margin-top: 30px;
    margin-right: 5%;
  }

  .video-b {
    padding-right: 5%;
    padding-left: 5%;
  }

  .text-main-content {
    width: 100%;
  }
	.lab-feature-b>div{
		flex: 0 0 100%;
		padding: 2rem;
		display: grid;
		grid-template: auto auto / 35% 65%;
	}
	.lab-feature-b>div h3{
		grid-row: 1 / span 2;
   	 	align-self: center;
	}
	.lab-feature-b>div .pie {
	  --w:50%;
	}
	.lab-feature-b>div img {
	  width:50%;
	}
	.lab-feature-b>div .pie, .lab-feature-b>div p, .lab-feature-b>div ul, .lab-feature-b>div img {
		justify-self: center;
	}
}

@media screen and (max-width: 767px) {
  body {
    font-weight: 400;
  }

  h1 {
    margin-bottom: 10px;
    font-size: 27px;
    line-height: 31px;
    letter-spacing: 1px;
  }

  h2 {
    margin-bottom: 5px;
    font-size: 24px;
    line-height: 30px;
    letter-spacing: 1px;
  }

  h3 {
    font-size: 18px;
    line-height: 24px;
  }

  .all {
    padding-top: 65px;
  }

  .logo {
    margin-top: 20px;
    margin-bottom: 15px;
    padding-left: 0px;
  }

  .nav-link {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .container.collaborate {
    padding-right: 0%;
  }

  .container.banner {
    padding-bottom: 30px;
  }

  .menu-btn {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .section-content {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .section-content.collaborate {
    background-position: 50% 50%;
  }

  .section-content.shatin {
    padding-top: 75px;
    padding-bottom: 52%;
    background-position: 0% 98%;
    background-size: 150%;
  }

  .logo-img {
    height: 30px;
  }

  .nav-lang-link {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .section-footer {
    padding-top: 25px;
  }

  .slide-nav {
    margin-bottom: -40px;
  }

  .heading-line {
    height: 3px;
  }

  .heading-b, heading-b-left {
    margin-bottom: 25px;
  }

  .partners-logo-col {
    /*display: none;*/
  }

  .partners-logo-col.mobile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  /*.partners-logo-b {
    width: 50%;
    margin-bottom: 10px;
  }*/

  .news-slider {
    max-width: 88%;
  }

  .news-slide {
    width: 100%;
    padding-right: 8px;
    padding-left: 8px;
  }

  .news-slide-txt-b {
    height: 240px;
  }

  .btn-read-more {
    margin-bottom: 20px;
    margin-left: 20px;
  }

  .footer-logo.left {
    margin-right: 30px;
  }

  .footer-logo-b {
    margin-bottom: 25px;
  }

  .footer-col-01 {
    margin-bottom: 25px;
    padding-top: 0px;
  }

  .footer-col-02 {
    margin-right: 0px;
    margin-bottom: 25px;
  }

  .footer-col-03 {
    display: block;
  }

  .footer-sitemap-link {
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 18px;
  }

  .footer-top-b {
    display: block;
    padding-bottom: 0px;
  }

  .footer-contact-link {
    margin-bottom: 10px;
    padding-top: 1px;
    padding-left: 28px;
  }

  .footer-contact-link.email {
    padding-top: 0px;
  }

  .footer-bottom-b {
    /*display: block;*/
    margin-top: 15px;
  }

  .footer-contact-icon {
    width: 20px;
    height: 20px;
  }

  .footer-col-r {
    display: block;
  }

  .collaborate-b {
    width: 100%;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .txt-field {
    margin-bottom: 15px;
    padding-left: 42px;
    background-position: 10px 50%;
  }

  .txt-area {
    padding-left: 42px;
    background-position: 10px 8px;
  }

  .dropdown-toggle {
    padding-left: 42px;
    background-position: 10px 50%;
  }

  .dropdown-link {
    padding-left: 42px;
  }

  .btn-b {
    margin-top: 30px;
  }

  .shatin-txt-b {
    width: 100%;
  }

  .home-slide-btn {
    margin-top: 17px;
  }

  .home-slide-txt {
    max-width: none;
  }

  .home-slide-heading {
    font-size: 32px;
    line-height: 45px;
    letter-spacing: 1px;
  }
  .home-slide-heading {
	  display: none;
  }
  .home-slide-heading.mobile {
	  display: block;
  }
.ch{
	letter-spacing: 10px;
}

  .inner-banner {
    padding-top: 60%;
  }

  .tech-answer-b {
    margin-left: 29px;
  }

  .tech-no {
    width: 24px;
    height: 24px;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .tech-title {
    line-height: 24px;
  }

  .collaborate-thankyou-b {
    font-size: 18px;
  }

  .shatin-img-b {
    display: none;
  }

  .shatin-content-b {
    width: auto;
    margin-top: 40px;
    margin-right: 20px;
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .shatin-b {
    margin-top: -40px;
    margin-bottom: 0px;
  }

  .shatin-blue-bg {
    width: 70%;
    margin-right: 0px;
    margin-bottom: -20px;
  }

  .btn-close {
    margin-top: 20px;
  }

  .video-b {
    padding-right: 0px;
    padding-left: 0px;
  }

  .click-box-b {
    padding-left: 42px;
    background-position: 10px 7px;
  }

  .click-col {
    width: 100%;
    padding-right: 0px;
  }

  .inner-text-heading {
    margin-bottom: 20px;
  }
	.lab-b>div:first-child {
		flex: 0 0 100%;
		margin-right: inherit;
		order: 2;
	}
	.lab-b>div:last-child {
		flex: 0 0 100%;
		order: 1;
	}
	.lab-feature-b>div{
		flex: 0 0 100%;
		padding: 1.5rem;
		display: block;
		margin-bottom: 1rem !important;
	}
	.lab-feature-b>div .pie {
	  --w:70%;
	}
	.lab-feature-b>div img {
	  width:70%;
	}
}

/*flow-chart*/
.tooltip{
	    /* position the tooltip in the top right of the container*/
    position: absolute;
    right: 0;
    bottom: 100%;
    /* style the tooltip with the chosen color values*/
    color: #fff;
    background: #ffb238;
    text-transform: uppercase;
    font-size: 0.9rem;
    padding: 0.25rem 0.75rem;
    border-radius: 2.5px;
}


/* create a class shared by all cards */
.card{
    line-height: 2;
    background: #fff;
    padding: 1.2rem 1rem;
    border-radius: 4px;
    box-shadow: 0 2px 10px #e6e6e6;
}
/* separate the main container from the surrounding page */
.container-flow{
	/*margin: 5vh 2.5vw;
    padding: 15vh 0;*/
	padding: 30px 0;
    background: #fff;
    border-radius: 5px;

    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
	margin-bottom: 50px;
}

.container-flow svg{
	height: 5rem;
}
.container-flow svg line{
	stroke: #002e6d;
    stroke-width: 3px;
    stroke-linecap: round;
	
    stroke-dasharray: 2px 20px;

    animation: animateline 5s linear both infinite;
}


// style all headings and paragraphs with the same values
.container-flow h3{
    /*font-size: 1.1rem;*/
    color: #002e6d;
}
.container-flow p{
	font-size: 0.95rem;
    font-weight: 300;
}
.container__sources{
    display: flex;
    border-radius: 8px;
    padding: 1.5rem;
    /*background: darken(color-card, 2.5%);*/
	background: #f9f9f9;
    position: relative;
	flex-direction: column;
}
/*.container__sources::before{
	content: 'data sources';
    position: absolute;
    right: 0;
    bottom: 100%;
    color: #fff;
    background: #ffb238;
    text-transform: uppercase;
    font-size: 0.9rem;
    padding: 0.25rem 0.75rem;
    border-radius: 2.5px;
}*/

.container__sources div{
	text-align: left;
	margin: 0 1rem;
	line-height: 2;
    background: #fff;
    padding: 1.2rem 1rem;
    border-radius: 4px;
    box-shadow: 0 2px 10px #e6e6e6;
}

.container__build{
    padding: 10vh 10vw;
    border-radius: 8px;
    /*background: darken(color-card, 2.5%);*/
    background: #f9f9f9;
    position: relative;
}
/*.container__build::before{
	content 'build';
    position: absolute;
    right: 0;
    bottom: 100%;
    color: #fff;
    background: #ffb238;
    text-transform: uppercase;
    font-size: 0.9rem;
    padding: 0.25rem 0.75rem;
    border-radius: 2.5px;
}*/
.container__build div{
	margin: 2rem 0;
	line-height: 2;
    background: #fff;
    padding: 1.2rem 1rem;
    border-radius: 4px;
    box-shadow: 0 2px 10px #e6e6e6;
}
.container__build svg{
	width: 4rem;
	height: auto;
	fill: #002e6d;
}
.container__deploy{
    /*background: darken(color-card, 2.5%);*/
    background: #f9f9f9;
    padding: 1.5rem;
    border-radius: 8px;
    position: relative;
}
/*.container__deploy::before{
	content 'deploy';
    position: absolute;
    right: 0;
    bottom: 100%;
    color: #fff;
    background: #ffb238;
    text-transform: uppercase;
    font-size: 0.9rem;
    padding: 0.25rem 0.75rem;
    border-radius: 2.5px;
}*/

@media (max-width: 700px) {
	.container__sources{
		flex-direction: column;
	}
	.container__sources div{
		margin: 1rem 0;
	}
}

@keyframes animateline {
	from {
		stroke-dashoffset: 0;
	}
	to {
		stroke-dashoffset: -5rem;
	}
        
}

.rounded{
	border-radius: 0.5rem;
}
.rounded-top{
	border-top-left-radius: 0.5rem;
	border-top-right-radius: 0.5rem;
}
.d-flex{
	display: flex;
	flex-wrap: wrap;
}
.align-items-center{
	align-items: center;
}
.justify-content-center{
	justify-content: center;
}
.justify-content-between{
	justify-content: space-between;
}
.portrait{
	flex: 0 0 150px;
	overflow: hidden;
	height: 200px;
	margin-right: 2rem;
}
.portrait-img{
	width: 150px;
}
.portrait-img-b{
	height: 300px;
}
.committee-details{
	flex: 0 0 50%;
}
.text-white{
	color: #FFF;
}
.text-blue{
	color: #0082CA;
}
.border-blue{
	border: 2px solid #0082CA;
}
.bg-white{
	background-color: #FFF;
}
.bg-blue{
	background-color: #0082CA;
}
.bg-blue1{
	background-color: #007AA7;
}
.bg-blue2{
	background-color: #86D2DA;
}
.bg-blue3{
	background-color: #B7E2E7;
}
.bg-blue4{
	background-color: #DAEFF1;
}
.text-justify{
	text-align: justify;
}
.text-left{
	text-align: left;
}
.text-center{
	text-align: center;
}
.text-right{
	text-align: right;
}
.pl-0{
	padding-right: 0;
	padding-left: 0;
}
.pl-50{
	padding-left: 0.5rem;
}
.pl-1{
	padding-left: 1rem;
}
.pl-2{
	padding-left: 1.5rem;
}
.pl-3{
	padding-left: 2rem;
}
.pl-4{
	padding-left: 2.5rem;
}
.pl-5{
	padding-left: 3rem;
}
.px-0{
	padding-right: 0;
	padding-left: 0;
}
.px-50{
	padding-right: 0.5rem;
	padding-left: 0.5rem;
}
.px-1{
	padding-right: 1rem;
	padding-left: 1rem;
}
.px-2{
	padding-right: 1.5rem;
	padding-left: 1.5rem;
}
.px-3{
	padding-right: 2rem;
	padding-left: 2rem;
}
.px-4{
	padding-right: 2.5rem;
	padding-left: 2.5rem;
}
.px-5{
	padding-right: 3rem;
	padding-left: 3rem;
}
.py-0{
	padding-top: 0;
	padding-bottom: 0;
}
.py-50{
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
}
.py-1{
	padding-top: 1rem;
	padding-bottom: 1rem;
}
.py-2{
	padding-top: 1.5rem;
	padding-bottom: 1.5rem;
}
.py-3{
	padding-top: 2rem;
	padding-bottom: 2rem;
}
.py-4{
	padding-top: 2.5rem;
	padding-bottom: 2.5rem;
}
.py-5{
	padding-top: 3rem;
	padding-bottom: 3rem;
}
.pb-0{
	padding-bottom: 0;
}
.pb-50{
	padding-bottom: 0.5rem;
}
.pb-1{
	padding-bottom: 1rem;
}
.pb-2{
	padding-bottom: 1.5rem;
}
.pb-3{
	padding-bottom: 2rem;
}
.pb-4{
	padding-bottom: 2.5rem;
}
.pb-5{
	padding-bottom: 3rem;
}
.pt-0{
	padding-top: 0;
}
.pt-50{
	padding-top: 0.5rem;
}
.pt-1{
	padding-top: 1rem;
}
.pt-2{
	padding-top: 1.5rem;
}
.pt-3{
	padding-top: 2rem;
}
.pt-4{
	padding-top: 2.5rem;
}
.pt-5{
	padding-top: 3rem;
}
.my-0{
	margin-top: 0;
	margin-bottom: 0;
}
.my-50{
	margin-top: 0.5rem;
	margin-bottom: 0.5rem;
}
.my-1{
	margin-top: 1rem;
	margin-bottom: 1rem;
}
.my-2{
	margin-top: 1.5rem;
	margin-bottom: 1.5rem;
}
.my-3{
	margin-top: 2rem;
	margin-bottom: 2rem;
}
.my-4{
	margin-top: 2.5rem;
	margin-bottom: 2.5rem;
}
.my-5{
	margin-top: 3rem;
	margin-bottom: 3rem;
}
.mx-0{
	margin-right: 0;
	margin-left: 0;
}
.mx-50{
	margin-right: 0.5rem;
	margin-left: 0.5rem;
}
.mx-1{
	margin-right: 1rem;
	margin-left: 1rem;
}
.mx-2{
	margin-right: 1.5rem;
	margin-left: 1.5rem;
}
.mx-3{
	margin-right: 2rem;
	margin-left: 2rem;
}
.mx-4{
	margin-right: 2.5rem;
	margin-left: 2.5rem;
}
.mx-5{
	margin-right: 3rem;
	margin-left: 3rem;
}
.mb-0{
	margin-bottom: 0;
}
.mb-1{
	margin-bottom: 1rem;
}
.mb-2{
	margin-bottom: 1.5rem;
}
.mb-3{
	margin-bottom: 2rem;
}
.mb-4{
	margin-bottom: 2.5rem;
}
.mb-5{
	margin-bottom: 3rem;
}
.mt-0{
	margin-top: 0;
}
.mt-1{
	margin-top: 1rem;
}
.mt-2{
	margin-top: 1.5rem;
}
.mt-3{
	margin-top: 2rem;
}
.mt-4{
	margin-top: 2.5rem;
}
.mt-5{
	margin-top: 3rem;
}

.committee-block{
 width: 660px;
}

@media screen and (max-width: 604px) {
	.list-item {
		flex: 0 0 50%;
	}
}
@media screen and (max-width: 505px) {
	.footer-bottom-b {
    	flex-direction: column;
	}
	.footer-bottom-b div:first-child {
    	margin-bottom: 10px;
	}
	.tech-col2 {
  		width: 100%;
	}
}
@media screen and (max-width: 479px) {
	.contact-col{
		text-align: center;
		flex: 0 0 100%;
	}
	.contact-col:not(:last-child){
		border-bottom: 1px solid #999;
		border-right-style: hidden;
		padding-bottom: 1rem;
		margin-bottom: 1rem;
	}
	.partners-row>img, .partners-row a {
	  width: 45%;
	  max-width: 250px;
		margin: 0.5rem 0 1.5rem;
	}
	.portrait{
		margin-right: 0;
	}

	.portrait.last{
		margin-top: 2rem;
	}

	.committee-details{
		flex: 0 0 100%;
		text-align: center;
	}
	.container-flow{
		margin-bottom: 20px;
	}
	.footer-social-link {
    	width: 25px;
    	height: 25px;
	}
  .section-content.shatin {
    padding-bottom: 70%;
    background-size: 200%;
  }

  .tech-col {
    width: 100%;
    margin-top: 25px;
    padding-right: 0px;
    padding-left: 0px;
  }
	.project-col:nth-child(n) .project-link {
	  display: -webkit-box;
	  display: -webkit-flex;
	  display: -ms-flexbox;
	  display: flex;
	  width: 100%;
	  -webkit-box-orient: vertical;
	  -webkit-box-direction: normal;
	  -webkit-flex-direction: column;
	  -ms-flex-direction: column;
	  flex-direction: column;
	  -webkit-box-align: center;
	  -webkit-align-items: center;
	  -ms-flex-align: center;
	  align-items: center;
	  text-align: center;
	}
	.project-col:nth-child(n) .project-link .col-img-c {
		width: 100%;
		height: auto;
		border-radius: 0.5rem 0.5rem 0 0;
	}
	.col-img-c > img {
		max-height: inherit;
		max-width: 110%;
	}
	.project-col:nth-child(n) .project-link .project-col-b{
		width: 100%;
		height: auto;
		padding: 0.5rem 0rem 1rem;
		border: 2px solid #0082CA;
		border-left-style: solid;
		border-top-style: hidden;
		border-radius: 0 0 0.5rem 0.5rem;
		display: flex;
		flex-direction: column;
		justify-content: center;
	}

  .home-tech-b {
    margin-top: -25px;
  }
	.home-tech-b.d-flex{
		margin-top: 0px;
	}

  .tech-row {
    margin-bottom: 20px;
  }
}
