@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,wght@0,400;0,500;0,700;1,400;1,500;1,700&display=swap');
@import url(boxicons.min.css);
@import url(animate.min.css);
@import url(aos.css);
* {
  margin: 0;
  scroll-behavior: smooth;
  font-family: 'DM Sans', sans-serif;
}
a {
  transition: 0.3s;
}

img {
  max-width: 100%;
}

*,
*:focus,
*:hover {
  outline: none;
}

.all-colors {
  color: #31333b;
  color: #11c856;
}

html,
body {
  height: 100%;
  color: #565656;
}
.c-container {
  max-width: 1206px;
  padding: 0px 15px;
  margin: auto;
}
/*animations*/

.zoom-in {
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  --transform-translate-x: 0;
  --transform-translate-y: 0;
  --transform-rotate: 0;
  --transform-skew-x: 0;
  --transform-skew-y: 0;
  --transform-scale-x: 1;
  --transform-scale-y: 1;
  transform: translateX(var(--transform-translate-x)) translateY(var(--transform-translate-y))
    rotate(var(--transform-rotate)) skewX(var(--transform-skew-x)) skewY(var(--transform-skew-y))
    scaleX(var(--transform-scale-x)) scaleY(var(--transform-scale-y));
  cursor: pointer;
}

.zoom-in:hover,
.zoom-in:focus {
  --transform-scale-x: 1.05;
  --transform-scale-y: 1.05;
}

/*animations*/

.rot90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.00000000, M12=-1.00000000, M21=1.00000000, M22=0.00000000,sizingMethod='auto expand')";
  filter: progid: DXImageTransform.Microsoft.Matrix(M11=0.00000000, M12=-1.00000000, M21=1.00000000, M22=0.00000000, sizingMethod='auto expand');
  -moz-transform: matrix(0, 1, -1, 0, 0, 0);
  -webkit-transform: matrix(0, 1, -1, 0, 0, 0);
  -o-transform: matrix(0, 1, -1, 0, 0, 0);
  -ms-transform: rotate(90deg);
  -webkit-transform-origin: 0px 0px;
  -moz-transform-origin: 0px 0px;
  -ms-transform-origin: 0px 0px;
  -o-transform-origin: 0px 0px;
  transform-origin: 0px 0px;
}
a:hover,
a:hover:focus,
a:focus {
  text-decoration: none;
}
.web {
  background-color: #fff;
  width: 100%;
  overflow-x: hidden;
}
.main {
  padding: 0px 12px;
  max-width: 2596px;
  margin: auto;
}
.main.pg {
  padding: 0px 0px;
}
/*header*/
.show-nav {
  display: none;
}
header {
  position: relative;
  padding-top: 0px;
  width: 100%;
  z-index: 9999;
  background-color: #fff;
  transition: 0.3s;
  top: 0px;
  -webkit-transition: height 0.3s;
  -moz-transition: height 0.3s;
  transition: height 0.3s;
}
header .h-container {
  max-width: 2500px;
  margin: auto;
}
header.fixed-enabled {
  z-index: 999999;
  padding-top: 0px;
  position: fixed;
  animation: slide-down 0.7s;
  background: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(64px);
  box-shadow: 0px 1px 4px rgb(0 0 0 / 8%), 0px 8px 16px rgb(0 0 0 / 4%);
}

@keyframes slide-down {
  0% {
    opacity: 0;
    transform: translateY(-100%);
  }
  100% {
    opacity: 0.9;
    transform: translateY(0);
  }
}

header ul {
  list-style: none;
  margin-bottom: 0px;
  text-align: center;
  padding: 0px;
}
header.fixed-enabled ul {
  padding-top: 0px;
  padding-bottom: 0px;
}
header.fixed-enabled ul .ccrow {
  padding: 10px 48px;
}

header ul li {
  vertical-align: middle;
}
header ul li.n-logo {
  margin-left: 106px;
  margin-right: 147px;
}
header ul li a {
  display: block;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #787878;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
header ul li a:hover,
header ul li a:hover:focus,
header ul li a:focus,
header ul li a.active {
  color: #000;
}

header ul .ccrow {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  padding: 24px 48px;
  align-items: center;
}

header ul .ccrow,
header.fixed-enabled ul .ccrow {
  padding-left: 0px;
  padding-right: 0px;
}

@media (max-width: 2596px) {
  header ul .ccrow,
  header.fixed-enabled ul .ccrow {
    padding-left: 48px;
    padding-right: 48px;
  }
}

header ul .ccrow .ccol.ccol-1 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 248px;
  text-align: left;
}

header ul .ccrow .col-2.ccol {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}

header ul .ccrow .ccol.ccol-3 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 284px;
  text-align: left;
}

header ul .ccrow .ccol.ccol-1 a {
  display: inline-block;
}

header ul .ccrow .col-2.ccol .header-links li {
  display: inline-block;
  margin-right: 56px;
}

header ul .ccrow .col-2.ccol .header-links li.smb-logo {
  display: none;
}

header ul .ccrow .col-2.ccol .header-links li a {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #787878;
}

header ul .ccrow .col-2.ccol .header-links li:last-child {
  margin-right: 0px;
}

header .social-links {
  padding: 0px;
  text-align: right;
}

header .social-links li {
  display: inline-block;
  margin-right: 20px;
}

header .social-links li:last-child {
  margin-right: 0px;
}

header .social-links .cbtn {
  border: 1px solid #eaeaea;
  box-sizing: border-box;
  backdrop-filter: blur(40px);
  border-radius: 4px;
  font-weight: bold;
  font-size: 14px;
  line-height: 24px;
  padding: 5px 16px;
  width: 100%;
  max-width: 97px;
  display: block;
  opacity: 1;
}

header .social-links li {
  opacity: 0.5;
}
header .social-links li.btnrow {
  opacity: 1;
}
/*media*/
@media (max-width: 1040px) {
  header ul .ccrow .col-2.ccol .header-links li {
    margin-right: 32px;
  }
  header ul .ccrow .ccol.ccol-1 {
    max-width: 156px;
  }
}
@media (max-width: 950px) {
  .show-nav {
    display: block;
    float: left;
  }
  .show-nav img {
    max-width: 138px;
  }
  span.show-nav.bt {
    float: right;
  }
  header .h-container {
    padding-left: 24px;
    padding-right: 25px;
  }
  header {
    padding-top: 17px !important;
    padding-bottom: 15px;
    position: fixed;
  }

  header.fixed-enabled ul .ccrow,
  header ul .ccrow {
    padding: 0px 0px;
  }

  header ul.mb-header {
    position: absolute;
    width: 100%;
    max-width: 300px;
    background-color: #fafafa;
    padding-top: 10px;
    border-radius: 4px;
    top: 53px;
    right: 18px;
    padding-left: 0px;
    padding-bottom: 0px;
    z-index: 999;
    box-shadow: 0px 12px 24px rgba(0, 0, 0, 0.08);
    display: none;
  }
  header ul .ccrow .ccol.ccol-1,
  header ul .ccrow .col-2.ccol,
  header ul .ccrow .ccol.ccol-3 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    text-align: center;
    padding: 0px;
  }
  header ul .ccrow .ccol.ccol-1 {
    display: none;
  }
  header ul .ccrow .col-2.ccol .header-links li.smb-logo {
    display: block;
  }

  header ul .ccrow .col-2.ccol .header-links li,
  header ul li {
    margin-right: 0px;
  }

  header ul.mb-header li {
    width: 100%;
    margin-bottom: 2px;
    border-bottom: 1px dashed #ececec;
  }

  header ul.mb-header .social-links li {
    display: inline-block;
    width: auto;
    border: 0px;
  }
  header ul.mb-header .social-links li.lst {
    margin-right: 0px;
  }
  header ul.mb-header .social-links li.btnrow {
    width: 100%;
    padding: 16px 0px;
    padding-bottom: 6px;
    border-top: 1px dashed #ececec;
  }
  header ul.mb-header .social-links li.btnrow a {
    max-width: 200px;
    margin: auto;
  }

  header ul.mb-header .social-links li a:hover,
  header ul.mb-header .social-links li a:hover:focus,
  header ul.mb-header .social-links li a:focus {
    background-color: transparent;
  }

  header ul.mb-header li a {
    padding: 14px 10px;
  }
  header ul.mb-header li:last-child {
    border-bottom: 0px;
  }

  header ul.mb-header:before {
    content: '';
    position: absolute;
    right: 9px;
    top: -9px;
    width: 0;
    height: 0;
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    border-bottom: 9px solid #fafafa;
    z-index: -1;
  }
  header ul.mb-header.animated {
    display: block;
  }
  .show-nav.bt .cl {
    display: none;
  }
  .show-nav.bt.active .cl {
    display: block;
  }
  .show-nav.bt.active .open {
    display: none;
  }
  header ul li a:hover,
  header ul li a:hover:focus,
  header ul li a:focus {
    background-color: #69abe4;
    color: #fff !important;
  }

  header ul.mb-header .social-links {
    text-align: center;
  }
}
@media (max-width: 328px) {
  header ul.mb-header {
    max-width: 90%;
  }
}

/*media*/
/*header*/
/*banner*/
main.banner-main {
  padding: 0px 48px;
  width: 100%;
  max-width: 2596px;
  margin: auto;
  margin-bottom: 12px;
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 1440px) {
  main.banner-main {
    max-height: 85vh;
  }
}
.banner {
  margin: auto;
  position: relative;
  border-radius: 4px;
  overflow: hidden;
  max-width: 2500px;
  height: 100%;
}
@media (max-width: 2596px) {
  .banner {
    max-width: 2404px;
  }
}

.banner .overlayer {
  height: 100%;
  width: 100%;
  display: block;
  z-index: 999;
  left: 0px;
  right: 0px;
  position: absolute;
  background: linear-gradient(180deg, #000000 10.99%, rgba(0, 0, 0, 0) 47.86%);
  opacity: 0.48;
  border-radius: 4px;
  transform: matrix(1, 0, 0, -1, 0, 0);
  bottom: 0px;
}
.banner .overlayer-sm {
  height: 78px;
  background: linear-gradient(180deg, #070a0c 0%, rgba(0, 0, 0, 0) 100%);
  transform: matrix(1, 0, 0, -1, 0, 0);
  display: none;
  width: 100%;
  bottom: 0px;
  position: absolute;
  z-index: 9;
}
.banner-main .content-t {
  position: absolute;
  width: 100%;
  padding-left: 112px;
  bottom: 96px;
  z-index: 999;
}

.banner-main .content-t .title {
  color: #fff;
  font-weight: bold;
  font-size: 64px;
  line-height: 72px;
  max-width: 897px;
}

video#video_background {
  display: none;
  position: relative;
  z-index: 1;
  object-fit: contain;
}
main.banner-main .d-none {
  display: none;
  max-width: 100%;
}
@media (max-width: 1380px) {
  .banner-main .content-t .title {
    font-size: 50px;
    line-height: 59px;
  }
  .banner-main .content-t {
    bottom: 0px;
    padding: 50px;
  }
}
@media (max-width: 1200px) {
  main.banner-main {
    padding: 0px 22px;
  }
}

@media (max-width: 950px) {
  main.banner-main {
    margin-top: 68px;
  }
  .black-sec {
    margin-top: 33px !important;
  }
}

@media (max-width: 778px) {
  main.banner-main {
    padding: 0px 12px;
    margin-top: 77px;
  }
}

@media (max-width: 740px) {
  .banner-main .content-t .title {
    font-size: 45px;
    line-height: 50px;
  }
  .banner-main .content-t {
    bottom: 0px;
    padding: 50px;
    max-width: 620px;
  }
}

@media (max-width: 638px) {
  .banner-main .content-t .title {
    font-size: 35px;
    line-height: 35px;
  }
  .banner-main .content-t {
    bottom: 0px;
    padding: 32px;
    max-width: 469px;
  }
  .banner-main .content-t {
    display: none;
  }
  .banner .overlayer {
    display: none;
  }
  .banner .overlayer-sm {
    display: block;
  }
  .banner-main .content-t.d-none {
    display: block !important;
    background-color: #000;
    padding: 24px;
    margin-top: -8px;
    position: relative;
    z-index: 999;
  }
  .banner-main .content-t.d-none .title {
    font-weight: bold;
    font-size: 34px;
    line-height: 38px;
    color: #fff;
    max-width: 311px;
  }
  .banner {
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
  }
}

@media (max-width: 445px) {
  .banner-main .content-t .title {
    font-size: 34px;
    line-height: 38px;
    max-width: 311px;
  }

  .banner-main .content-t {
    bottom: 0px;
    padding: 24px;
  }
}
@media (max-width: 370px) {
  .banner-main .content-t.d-none .title {
    font-size: 25px;
    line-height: 32px;
    max-width: 221px;
  }
}
@media (max-width: 345px) {
  .banner-main .content-t .title {
    font-size: 23px;
    line-height: 28px;
    max-width: 223px;
  }
  .banner-main .content-t.d-none {
    padding: 15px;
  }
}
@media (max-width: 299px) {
  .banner-main .content-t.d-none .title {
    font-size: 19px;
    line-height: 22px;
    max-width: 221px;
  }
}

/*banner*/
section.cpadding {
  padding: 0px 48px;
}
.cpadding.wh {
  padding: 0px;
  max-width: 2500px;
  margin: auto;
}
@media (max-width: 1200px) {
  section.cpadding {
    padding: 0px 22px;
  }
}
@media (max-width: 778px) {
  section.cpadding {
    padding: 0px 12px;
  }
}
@media (max-width: 730px) {
  section.cpadding {
    padding: 0px 12px;
  }
}

/*black-sec*/
.black-sec {
  background-color: #fff;
  background-image: url(../images/platform.jpg);
  background-repeat: no-repeat;
  background-position: bottom right;
  background-size: cover;
  /*background-size: contain;*/
  margin-bottom: 81px;
  margin-top: 107px;
}
.black-sec .c-container {
  max-width: 2500px;
  padding-left: 48px;
  padding-right: 48px;
}
.black-sec .img-col {
  display: none;
}
.black-sec .title {
  font-weight: bold;
  max-width: 875px;
  padding-top: 27px;
  padding-bottom: 10px;
  font-size: 48px;
  line-height: 64px;
  margin-bottom: 32px;
  color: #26262b;
  letter-spacing: 0px;
  padding-bottom: 0px;
}
.black-sec .sb {
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  color: #565656;
  opacity: 0.75;
  margin-bottom: 54px;
}

.black-sec .link {
  color: #69abe4;
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  display: block;
  clear: both;
  color: #787878;
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  opacity: 0.5;
  margin-bottom: 108px;
  display: inline-block;
  position: relative;
  padding-bottom: 2px;
}
.black-sec .link img {
  margin-left: 7px;
}
.black-sec .content {
  padding-top: 25px;
  padding-bottom: 0px;
  padding-left: 113px;
}
.s-logos-sec {
  list-style: none;
  padding-left: 0px;
  margin-bottom: 10px;
  max-width: 910px;
  justify-content: left;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.s-logos-sec li {
  -ms-flex: 0 0 16.66%;
  flex: 0 0 16.66%;
  max-width: 16.66%;
  text-align: left;
  padding: 2px;
  min-height: 37px;
  display: inline-block;
  margin-bottom: 29px;
  padding-right: 22px;
}
.s-logos-sec li.cp {
  padding-right: 33px;
}

.s-logos-sec .link {
  font-size: 16px;
  line-height: 22px;
  color: #fff;
}
@media (max-width: 1380px) {
  .black-sec .content {
    padding-left: 50px;
  }
}
@media (max-width: 1200px) {
  .black-sec .c-container {
    padding-left: 22px;
    padding-right: 22px;
  }
}
@media (max-width: 1100px) {
  .c-container {
    padding-left: 48px;
  }
}
@media (max-width: 969px) {
  .black-sec .title {
    font-size: 31px;
    max-width: 570px;
    line-height: 43px;
  }
}

@media (max-width: 841px) {
  .black-sec .title {
    font-size: 35px;
    max-width: 643px;
    line-height: 44px;
  }
  .black-sec p {
    font-size: 20px;
    margin-bottom: 22px;
  }
  .black-sec {
    margin-top: 72px;
  }
}
@media (max-width: 778px) {
  .black-sec .c-container {
    padding-left: 12px;
    padding-right: 12px;
  }
}
@media (max-width: 730px) {
  .s-logos-sec li {
    padding-right: 20px;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .black-sec .title {
    font-size: 32px;
    line-height: 42px;
    margin-bottom: 5px;
    max-width: 331px;
  }
  .black-sec .sb {
    font-size: 16px;
    line-height: 24px;
  }

  .black-sec .link {
    font-size: 18px;
    line-height: 20px;
  }
  .black-sec .content img.cl {
    max-width: 157px;
  }
  .black-sec {
    background-image: none;
    padding-top: 0px;
    margin-bottom: 45px;
  }
  .black-sec .img-col {
    display: block;
  }
  .black-sec .img-col img {
    width: 100%;
    height: auto;
  }
  .black-sec .content {
    padding-top: 0px;
    padding-bottom: 0px;
    padding-right: 15px;
  }
}

@media (max-width: 640px) {
  .s-logos-sec {
    margin-bottom: 0px;
  }
  .black-sec .content {
    padding-left: 13px;
  }
  .s-logos-sec li {
    -ms-flex: 0 0 33.33%;
    flex: 0 0 33.33%;
    max-width: 33.33%;
    margin-bottom: 24px;
  }
}
@media (max-width: 450px) {
  .s-logos-sec .link {
    margin-left: 14.5px;
  }
}
@media (max-width: 372px) {
  .black-sec .title {
    font-size: 25px;
    line-height: 32px;
    max-width: 275px;
    margin-top: 11px;
  }
}
@media (max-width: 299px) {
  .s-logos-sec li {
    margin-bottom: 28px;
  }
}
/*black-sec*/
/*building-sec*/
.bl-sec {
  border-radius: 4px;
  border: 1px solid #ececec;
  margin-bottom: 12px;
  padding-top: 115px;
  background-image: url(../images/praedio-bg-1.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  /*background-size: contain;*/
}
.bl-sec .c-container {
  width: 100%;
  max-width: 100%;
  padding-left: 113px;
}
.bl-sec .content img {
  margin-bottom: 10px;
}
.bl-sec .content .title {
  padding-top: 27px;
  font-weight: bold;
  font-size: 48px;
  line-height: 56px;
  color: #000000;
  max-width: 535px;
  margin-bottom: 32px;
}
.bl-sec .content p {
  font-weight: bold;
  font-size: 20px;
  line-height: 30px;
  max-width: 611px;
  margin-bottom: 48px;
  opacity: 0.75;
}
.bl-sec .content a.link {
  color: #787878;
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  opacity: 0.5;
  margin-bottom: 108px;
  display: inline-block;
  position: relative;
  padding-bottom: 2px;
}
.bl-sec .content a.link:before {
  content: '';
  position: absolute;
  left: 0;
  right: 100%;
  bottom: 0;
  background-color: #787878;
  height: 2px;
  -webkit-transition-property: right;
  transition-property: right;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
/*.bl-sec .content a.link:hover:before,
.bl-sec .content a.link:focus:before {
  right: 0;
}*/
.bl-sec .img-col {
  display: none;
}
@media (max-width: 1380px) {
  .bl-sec .c-container {
    padding-left: 50px;
  }
}
@media (max-width: 1200px) {
  .bl-sec,
  .black-sec {
    background-size: contain;
  }
}
@media (max-width: 991px) {
  .bl-sec .content .title {
    font-size: 39px;
    line-height: 49px;
    max-width: 397px;
  }
  .bl-sec .content a.link {
    margin-bottom: 59px;
  }
}
@media (max-width: 730px) {
  .bl-sec .c-container {
    padding-left: 32px;
  }
  .bl-sec .img-col {
    display: block;
  }
  .bl-sec .img-col img {
    width: 100%;
    height: auto;
  }
  .bl-sec {
    background-image: none;
    padding-top: 0px;
    padding-bottom: 11px;
  }
  .bl-sec .content {
    padding-left: 24px;
  }
  .bl-sec .content .title {
    font-size: 32px;
    line-height: 42px;
    max-width: 328px;
  }
  .bl-sec .content p {
    font-size: 18px;
    line-height: 28px;
    max-width: 327px;
    margin-bottom: 24px;
    opacity: 1;
    color: #484848;
  }
  .bl-sec .content a.link {
    font-size: 18px;
    line-height: 20px;
  }
  .bl-sec .content img {
    max-width: 157px;
  }
  .main {
    padding: 0px 0px;
  }
}
@media (max-width: 640px) {
  .bl-sec .c-container {
    padding-left: 5px;
  }
}
@media (max-width: 320px) {
  .bl-sec .content p {
    font-size: 15px;
    line-height: 25px;
    max-width: 266px;
  }
}
/*building-sec*/
/*.bottom-2-col*/
.bottom-2-col .cus-col {
  width: 50%;
  float: left;
}

.bottom-2-col .inner {
  background-color: #fafafa;
  min-height: 580px;
}

.bottom-2-col .left-col {
  padding-right: 6px;
}

.bottom-2-col .right-col {
  padding-left: 6px;
  float: right;
}

.bottom-2-col .left-col .inner {
  background-image: url(../images/sc-blue.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #01337a;
  border-radius: 4px;
}

.bottom-2-col .right-col .inner {
  background-image: url(../images/partnership.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 4px;
  overflow: hidden;
  background-color: #fe3d50;
}

.bottom-2-col .content,
.tem-sec .content {
  max-width: 468px;
  text-align: center;
  margin: auto;
  width: 100%;
  padding: 10px;
  padding-top: 78px;
}
.bottom-2-col .content .main-title {
  font-size: 16px;
  line-height: 24px;
  color: #565656;
  font-weight: bold;
}

.bottom-2-col .content .lg-title,
.tem-sec .content .lg-title {
  font-size: 36px;
  line-height: 48px;
  color: #fff;
  margin-bottom: 19px;
  font-weight: bold;
}

.bottom-2-col .content a.link,
.tem-sec .content .links-sec a {
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  color: #fff;
  position: relative;
  padding-bottom: 2px;
}
.bottom-2-col .content a.link:before,
.tem-sec .content .links-sec a:before {
  content: '';
  position: absolute;
  left: 0;
  right: 100%;
  bottom: 0;
  background-color: #fff;
  height: 2px;
  -webkit-transition-property: right;
  transition-property: right;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
/*.bottom-2-col .content a.link:hover:before,
.bottom-2-col .content a.link:focus:before,
.tem-sec .content .links-sec a:hover:before,
.tem-sec .content .links-sec a:focus:before {
  right: 0;
}*/
.bottom-2-col .content a.link img {
  margin-left: 7px;
  vertical-align: inherit;
}

.bottom-2-col .content .main-title,
.tem-sec .content .main-title {
  color: #fff;
  font-weight: bold;
  font-size: 16px;
  line-height: 24px;
}

.bottom-2-col .right-col .content .lg-title,
.bottom-2-col .right-col .content .main-title {
  color: #fff;
}
.social-links {
  padding-top: 45px;
}
.social-links a {
  margin-right: 16px;
}
.social-links a:last-child {
  margin-right: 0px;
}
.social-links a:hover,
.social-links a:focus {
  opacity: 0.5;
  transition: 0.4s;
}
@media (max-width: 1420px) {
  .bottom-2-col .inner {
    min-height: 429px;
  }
}
@media (max-width: 1150px) {
  .bottom-2-col .inner {
    min-height: 374px;
  }
  .bottom-2-col .content .lg-title,
  .tem-sec .content .lg-title {
    font-size: 26px;
    line-height: 42px;
    margin: auto;
    margin-bottom: 19px;
    max-width: 325px;
  }
}
/*.bottom-2-col*/
/*team 2 col*/
.tem-sec {
  padding-top: 0px;
  width: 100%;
  clear: both;
  display: table;
  padding-bottom: 15px;
}
.bottom-2-col.tem-sec .right-col .inner {
  background-image: url(../images/team.jpg);
}
.tem-sec .cus-col {
  width: 50%;
  float: left;
}
.tem-sec .cus-col .inner {
  min-height: 580px;
}
.tem-sec .cus-col.left-col {
  padding-right: 6px;
}
.tem-sec .cus-col.right-col {
  padding-left: 6px;
}
.tem-sec .cus-col .inner {
  border-radius: 4px;
}
.tem-sec .cus-col.left-col .inner {
  background-image: url(../images/team.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #3e3a2f;
  background-position: center;
}
.tem-sec .content .links-sec a {
  color: #69abe4;
  margin-right: 47px;
}
.tem-sec .content .links-sec a img {
  margin-left: 9px;
}
.tem-sec .content .links-sec a:last-child {
  margin-right: 0px;
}
.tem-sec .content .links-sec a:before {
  background-color: #69abe4;
}
.tem-sec .cus-col.right-col .inner {
  background-image: url(../images/deep-learning.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #434142;
  background-position: center;
}
.tem-sec .ddt {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  margin-bottom: 25px;
}
.tem-sec .tt {
  font-size: 20px;
  line-height: 24px;
  display: block;
  padding-bottom: 12px;
}
@media (max-width: 1420px) {
  .tem-sec .cus-col .inner {
    min-height: 429px;
  }
}
@media (max-width: 1150px) {
  .tem-sec .cus-col .inner {
    min-height: 374px;
  }
}
@media (max-width: 976px) {
  .bottom-2-col .inner,
  .tem-sec .cus-col .inner {
    min-height: 303px;
  }
  .bottom-2-col .content,
  .tem-sec .content {
    padding-top: 44px;
  }
  .social-links {
    padding-top: 18px;
  }
  .bottom-2-col .content .lg-title,
  .tem-sec .content .lg-title {
    font-size: 24px;
    line-height: 32px;
    margin: auto;
    margin-bottom: 19px;
    max-width: 290px;
  }
  .bottom-2-col .content .main-title,
  .tem-sec .content .main-title {
    font-size: 14px;
    line-height: 20px;
  }
  .bottom-2-col .content a.link,
  .tem-sec .content .links-sec a {
    font-size: 18px;
    line-height: 20px;
  }
  .tem-sec .ddt {
    font-size: 13px;
    line-height: 24px;
    margin-bottom: 15px;
  }
  .tem-sec .content .links-sec a {
    margin-right: 26px;
  }
}
@media (max-width: 730px) {
  .bottom-2-col .cus-col,
  .tem-sec .cus-col {
    width: 100%;
    float: left;
    margin-bottom: 8px;
    padding-left: 0px;
    padding-right: 0px;
  }
  .tem-sec {
    padding-top: 0px;
  }
  .tem-sec .cus-col.left-col {
    padding-right: 0px;
  }
  .tem-sec .cus-col.right-col {
    padding-left: 0px;
  }
}
@media (max-width: 580px) {
  .bottom-2-col .inner,
  .tem-sec .cus-col .inner {
    min-height: 400px;
  }
  .bottom-2-col .content,
  .tem-sec .content {
    padding-top: 81px;
  }
}
@media (max-width: 380px) {
  .bottom-2-col .right-col .inner {
    background-image: url(../images/development-min.jpg);
  }
  .bottom-2-col .left-col .inner {
    background-image: url(../images/development-2-min.jpg);
  }
  .tem-sec .cus-col.left-col .inner {
    background-image: url(../images/Development3-min.jpg);
  }
  .tem-sec .cus-col.right-col .inner {
    background-image: url(../images/development4-min.jpg);
  }
}
/*team 2 col*/
/*footer-top-content*/
.footer-t-con,
.footer-b-con,
.footer-menu .c-container {
  max-width: 1600px;
}
.footer-t-con {
  width: 100%;
  clear: both;
  border-bottom: 1px solid #e4e4e4;
  margin: auto;
  padding-top: 96px;
  padding-bottom: 44px;
}
.footer-t-con p {
  font-size: 14px;
  line-height: 24px;
  color: #4b6a82;
  max-width: 1000px;
  margin-bottom: 17px;
}
/*footer-top-content*/
/*footer-bottom-content*/
.footer-b-con {
  padding-top: 60px;
  margin: auto;
  clear: both;
  font-weight: bold;
  font-size: 36px;
  line-height: 48px;
  color: #26262b;
}
.footer-b-con p {
  max-width: 1163px;
}

.footer-b-con a {
  font-weight: 500;
  font-size: 20px;
  line-height: 28px;
  color: #69abe8;
}
.footer-b-con a img {
  margin-left: 8px;
  position: relative;
  top: -1.7px;
}
.ft-bg {
  width: 100%;
  clear: both;
  border-radius: 4px;
  padding-bottom: 64px;
  padding-left: 48px;
  padding-right: 48px;
}
/*footer-bottom-content*/
@media (max-width: 1380px) {
  .footer-t-con {
    padding-left: 10px;
  }
  .footer-b-con {
    font-size: 31px;
  }
}

@media (max-width: 1200px) {
  .ft-bg {
    padding-left: 22px;
    padding-right: 22px;
  }
}

@media (max-width: 778px) {
  .ft-bg {
    padding-left: 12px;
    padding-right: 12px;
  }
}
@media (max-width: 730px) {
  .footer-t-con {
    padding-top: 65px;
    padding-bottom: 33px;
  }
  .footer-t-con p {
    font-size: 12px;
    line-height: 24px;
  }
  .footer-b-con {
    font-size: 18px;
    line-height: 28px;
  }
  .footer-b-con a {
    font-size: 18px;
    line-height: 20px;
  }
  .footer-b-con {
    padding-top: 32px;
  }
  .ft-bg {
    padding-bottom: 48px;
  }
  .tem-sec {
    padding-bottom: 2px;
  }
}
/*footer menu*/
.footer-menu ul {
  padding-left: 0px;
  list-style: none;
}
.footer-menu ul li {
  list-style: none;
  margin-bottom: 8px;
}
.footer-menu .ccol {
  max-width: 210px;
  display: block;
  float: left;
  width: 20%;
}

.footer-menu .ccol.col1 {
  max-width: 253px;
  width: 25%;
}
.footer-menu ul li a {
  font-size: 14px;
  line-height: 24px;
  color: #646464;
  letter-spacing: 0.01em;
}

.footer-menu ul li a img {
  position: relative;
  top: -2px;
  margin-right: 9.4px;
}

.footer-menu a:hover,
.footer-menu a:focus,
.footer-menu a:hover:focus {
  opacity: 0.8;
}
.footer-menu .title,
.footer-menu strong {
  font-weight: bold;
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 16px;
}

.footer-menu strong {
  display: block;
  margin-bottom: 8px;
}

.footer-menu .ccol.col4 {
  float: right;
  text-align: right;
  max-width: 240px;
  width: 30%;
}
.footer-menu .ccol.col4 p {
  margin-bottom: 32px;
}

.footer-menu .link {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #646464;
  text-decoration: underline;
  margin-top: 38px;
  display: inline-block;
}
.footer-menu {
  padding-left: 48px;
  padding-right: 48px;
}
.footer-menu .c-container {
  max-width: 1600px;
  padding: 0px;
}
.link.md {
  display: none;
}
.footer-menu .crow {
  width: 100%;
  clear: both;
}
.crow.text-copy-right {
  font-size: 14px;
  line-height: 24px;
  color: #646464;
  font-weight: 500;
}
.crow.text-copy-right span {
  font-weight: 400;
}

.crow.text-copy-right {
  display: flex;
  flex-wrap: wrap;
  padding-top: 24px;
  padding-bottom: 38px;
}

.crow.text-copy-right .left-col {
  -ms-flex: 0 0 70%;
  flex: 0 0 70%;
  max-width: 70%;
  order: 1;
}

.crow.text-copy-right .right-col {
  -ms-flex: 0 0 30%;
  flex: 0 0 30%;
  max-width: 30%;
  order: 2;
  text-align: right;
}

.crow.text-copy-right a {
  position: relative;
  top: -3px;
}
.btn.btn-top {
  background: rgba(16, 57, 89, 0.75);
  backdrop-filter: blur(40px);
  border-radius: 4px;
  color: #fff;
  font-weight: bold;
  font-size: 14px;
  line-height: 24px;
  padding: 5px 23px;
  outline: none !important;
  box-shadow: none !important;
  position: relative;
  top: -4.3px;
}
.show-sm {
  display: none;
}

@media (max-width: 1200px) {
  .footer-menu {
    padding-left: 22px;
    padding-right: 22px;
  }
}

@media (max-width: 778px) {
  .footer-menu {
    padding-left: 12px;
    padding-right: 12px;
  }
}
@media (max-width: 767px) {
  .footer-menu .ccol {
    width: 100% !important;
    max-width: 100% !important;
  }
  .footer-menu .ccol.col4 {
    text-align: left;
  }
  .link.sh {
    display: none;
  }
  .footer-menu ul {
    margin-bottom: 24px;
  }
  .footer-menu .title,
  .footer-menu strong {
    display: inline-block;
  }
  .footer-menu .col4 ul {
    border-top: 1px solid #e4e4e4;
    padding-top: 32px;
    margin-top: 17px;
  }
  .footer-menu .ccol.col4 p {
    margin-bottom: 24px;
  }
  .footer-menu .title {
    display: inline-block;
    position: relative;
    padding-right: 24px;
  }
  .footer-menu .title:before {
    content: '';
    width: 20px;
    height: 12px;
    border: 0px solid;
    right: 0px;
    position: absolute;
    background-image: url(../images/carrow.svg);
    background-repeat: no-repeat;
    background-position: 4px 4px;
    top: 6px;
    webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  }
  .footer-menu .title.cactive:before {
    webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  .ft-bg {
    padding-bottom: 25px;
  }
  .link.md {
    display: block;
    margin-top: 32px;
  }
  .widget-menu {
    display: none;
  }
  .widget-menu.animated {
    display: block;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
  }
}

@media (max-width: 560px) {
  .crow.text-copy-right .left-col {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    order: 2;
  }
  .crow.text-copy-right .right-col {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    order: 1;
    margin-bottom: 30px;
    text-align: left;
  }
  .crow.text-copy-right {
    padding-top: 36px;
  }
  .hide-sm {
    display: none;
  }
  .show-sm {
    display: block;
  }
  p.show-sm {
    font-weight: 400;
  }
  p.show-sm {
    font-weight: 400;
    max-width: 210px;
    position: relative;
    padding-right: 88px;
  }

  .crow.text-copy-right a {
    position: absolute;
    right: 0px;
  }
}

@media (max-width: 420px) {
  .footer-b-con p {
    font-weight: bold;
    font-size: 18px;
    line-height: 28px;
    max-width: 327px;
  }

  .footer-b-con p br {
    display: none;
  }
}

/*footer menu*/
body.web footer a {
  color: #646464;
}

/*footer*/
/*landing page*/
/*team page*/
.team-p.main {
  padding: 0px 6px;
  margin-bottom: 26px;
}
.t-top-title {
  padding-top: 98px;
  text-align: center;
  padding-bottom: 40px;
}

.t-top-title .t {
  font-style: normal;
  font-weight: bold;
  font-size: 86px;
  line-height: 100px;
  color: #000000;
  margin-bottom: 0px;
}

.t-top-title p {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
}
.team-row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
}
.team-row .ccol {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;

  -ms-flex-item-align: end;
  align-self: flex-end;
  padding: 6px;
}

.team-row .ccol .layer {
  /* opacity: 0.75;
  background: linear-gradient(180deg, #1a1916 0%, rgba(38, 38, 43, 0) 100%);
  transform: matrix(1, 0, 0, -1, 0, 0);
  -ms-transform: matrix(1, 0, 0, -1, 0, 0);
  -webkit-transform: matrix(1, 0, 0, -1, 0, 0); */
  height: 100%;
  width: 100%;
  position: absolute;
  background-image: url(../images/team/layer.png);
  z-index: 9;
  background-repeat: no-repeat;
  background-size: cover;
}
.team-row .ccol .inner img {
  width: 100%;
}
.team-row .ccol .inner {
  position: relative;
  border-radius: 6px;
  overflow: hidden;
  background-color: #f9f9f9;
}
.team-row .ccol .text {
  position: absolute;
  z-index: 99;
  bottom: 0px;
  width: 100%;
  text-align: center;
  padding-bottom: 25px;
}
.team-row .ccol .text .t {
  font-weight: bold;
  font-size: 36px;
  line-height: 48px;
  color: #fff;
  margin-bottom: 3px;
  letter-spacing: 0.01em;
}
.team-row .ccol .text label {
  color: #fff;
  font-weight: bold;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.01em;
}
@media (max-width: 1380px) {
  .team-row .ccol .text .t {
    font-size: 26px;
    line-height: 34px;
  }
  .team-row .ccol .text {
    padding-bottom: 17px;
  }
  .team-row .ccol .text label {
    font-size: 14px;
    line-height: 20px;
  }
}
@media (max-width: 1190px) {
  .team-row .ccol .text .t {
    font-size: 22px;
    line-height: 26px;
  }
  .team-row .ccol .text label {
    font-size: 12px;
    line-height: 16px;
  }
}
@media (max-width: 992px) {
  .t-top-title .t {
    font-size: 70px;
    line-height: 72px;
  }
  .team-row .ccol {
    -ms-flex: 0 0 33.333%;
    flex: 0 0 33.333%;
    max-width: 33.333%;
  }
  .ccol.ns {
    display: none;
  }
}
@media (max-width: 712px) {
  .team-row .ccol {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (max-width: 590px) {
  .team-row .ccol {
    z-index: -1;
  }
  .team-p.main {
    margin-bottom: 18px;
  }
}
@media (max-width: 458px) {
  .team-row .ccol .text .t {
    font-size: 17px;
    line-height: 22px;
    margin-bottom: 0px;
  }
  .team-row .ccol .text label {
    font-size: 10px;
    line-height: 14px;
    margin-bottom: 0px;
  }
}
@media (max-width: 420px) {
  .team-row .ccol {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .team-row .ccol .text .t {
    font-size: 27px;
    line-height: 34px;
    margin-bottom: 6px;
  }
  .team-row .ccol .text label {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 0px;
  }
  .team-row .ccol .text {
    padding-bottom: 23px;
  }
  .t-top-title .t {
    font-size: 56px;
    line-height: 64px;
  }
}
/*team page*/
/*ethos page*/
.ethos {
  padding-bottom: 54px;
  padding-top: 54px;
}

.ethos .t-top-title {
  padding-bottom: 63px;
}

.ethos .con-content {
  max-width: 700px;
  margin: auto;
}

.ethos .con-content p {
  font-weight: 500;
  font-size: 20px;
  line-height: 40px;
  text-align: center;
  margin-bottom: 48px;
}
.ethos .top-tt {
  font-weight: bold;
  font-size: 36px;
  line-height: 48px;
  color: #000000;
}
@media (max-width: 730px) {
  .ethos .con-content p {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 580px) {
  .ethos .con-content p {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 32px;
  }
  .ethos .t-top-title {
    padding-bottom: 38px;
  }
  .ethos .top-tt {
    font-size: 25px;
    line-height: 29px;
  }
}
/*ethos page*/
/*Join us*/
.join-bg {
  background-color: #fafafa;
}
.wrapper {
  width: 100%;
  clear: both;
}
.join-sec {
  padding-top: 145px;
  padding-bottom: 100px;
}
.join-sec .title {
  font-size: 86px;
  line-height: 112px;
  font-family: 'DM Sans', sans-serif;
  margin-bottom: 64px;
  color: #000000;
}

.join-sec .content-row {
  text-align: center;
  max-width: 980px;
  margin: auto;
  margin-bottom: 64px;
}

.join-sec .content-row p {
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
  color: #565656;
  font-family: 'DM Sans', sans-serif;
  margin-bottom: 8px;
}

.job-box-row .stitle {
  font-weight: bold;
  font-size: 24px;
  line-height: 32px;
  text-align: center;
  font-family: 'DM Sans', sans-serif;
}

.openings-tab a {
  color: #737373 !important;
  border: 1px solid #eaeaea !important;
  display: block;
  border-radius: 23px !important;
  font-weight: 500 !important;
  font-size: 16px !important;
  line-height: 22px !important;
  padding: 11px 32px;
}

.openings-tab a:hover,
.openings-tab a:focus,
.openings-tab a:hover:focus,
.openings-tab a:active,
.openings-tab a.active {
  border: 1px solid #69abe8 !important;
  color: #69abe8 !important;
}

.openings-tab a span {
  color: #a2b2be;
  margin-left: 8px;
}

.openings-tab a:hover span,
.openings-tab a:focus span,
.openings-tab a:hover:focus span,
.openings-tab a:active span,
.openings-tab a.active span {
  color: #69abe8;
}

.openings-tab li {
  padding-right: 16px;
  display: inline-block;
  float: none;
}

.openings-tab li:last-child {
  padding-right: 0px;
}

ul.openings-tab {
  display: flex;
  justify-content: center;
  border: 0px;
}

.job-box-row .stitle {
  margin-bottom: 44px;
}

.join-sec .job-box-row {
  max-width: 960px;
  margin: auto;
  padding-bottom: 40px;
}

.job-box-row .tab-content ul {
  list-style: none;
  padding-left: 0px;
  padding-top: 48px;
}

.job-box-row .tab-content ul li {
  background: #fff;
  border-radius: 8px;
  padding: 33px 48px;
  position: relative;
  margin-bottom: 16px;
}

.job-box-row .tab-content ul li .st {
  font-weight: bold;
  font-size: 24px;
  line-height: 32px;
  color: #565656;
  margin-bottom: 5px;
}

.job-box-row .tab-content ul li .loc {
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  color: #737373;
}

.job-box-row .tab-content ul li .clink {
  font-weight: 500;
  font-size: 20px;
  line-height: 28px;
  color: #69abe8;
  text-decoration: none !important;
  position: absolute;
  right: 0px;
  height: 29px;
  top: 0px;
  bottom: 0px;
  margin: auto;
  right: 46px;
}

.job-box-row .tab-content ul li .clink:after {
  content: '\203A';
  font-size: 24px;
  font-family: monospace;
  position: relative;
  top: 0.5px;
  padding-left: 3px;
}

/*Media query*/
@media (max-width: 1000px) {
  .content-row {
    padding-left: 15px;
    padding-right: 15px;
  }

  .job-box-row .tab-content ul {
    padding-top: 28px;
  }

  .openings-tab li {
    margin-bottom: 08px !important;
  }

  .join-sec .content-row p {
    font-size: 16px;
    line-height: 21px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .join-sec .title {
    margin-bottom: 38px;
    font-size: 60px;
    line-height: 67px;
  }
}

@media (max-width: 580px) {
  .join-sec .title {
    margin-bottom: 20px;
    font-size: 40px;
    line-height: 48px;
  }

  .job-box-row .tab-content ul li {
    padding-right: 140px;
  }

  .job-box-row .tab-content ul li .st {
    font-size: 20px;
    line-height: 27px;
  }

  .job-box-row .tab-content ul li .loc {
    font-size: 14px;
    line-height: 18px;
  }

  .job-box-row .tab-content ul li .clink {
    font-size: 16px;
    line-height: 20px;
    height: 24px;
    right: 25px;
  }

  .job-box-row .tab-content ul li .clink:after {
    font-size: 18px;
  }
}

@media (max-width: 470px) {
  .job-box-row .tab-content ul li {
    padding-left: 20px;
    padding-right: 20px;
  }

  .job-box-row .tab-content ul li .clink {
    position: relative;
    top: 2px;
    bottom: inherit;
    display: block;
    left: 0px;
    right: inherit;
    max-width: 101px;
    /* float: right; */
    margin-left: 0px;
    margin-top: 11px;
  }
}

@media (max-width: 400px) {
  .openings-tab li {
    width: 100%;
    margin-right: 0px;
    padding-right: 0px;
    text-align: center;
  }

  .openings-tab li a {
    text-align: center;
    display: inline-block;
  }
}

/*Join us*/

/*Job detailed page*/
.job-details {
  padding-top: 145px;
  padding-bottom: 100px;
}
.job-details .cfile input[type='file'] {
  z-index: -1;
  position: absolute;
  opacity: 0;
  left: 0px;
  width: 100%;
}
.job-details .cfile input:focus + label {
  outline: 2px solid;
}
.job-details .cfile .btn-file {
  background: #f7f8fc;
  border-radius: 2px;
  border: 1px solid #e0e0e0 !important;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
  padding: 11px 32px;
  width: 100%;
  max-width: 244px;
  cursor: pointer;
  letter-spacing: -0.01em;
  font-family: 'DM Sans', sans-serif;
  color: #000000;
  text-align: left;
  display: block;
  border-radius: 29px;
  outline: none !important;
}
.job-details .cfile .btn-file:hover,
.job-details .cfile .btn-file:focus,
.job-details .cfile .btn-file:hover:focus,
.job-details .cfile .btn-file:active {
  border: 1px solid #69abe8 !important;
  color: #69abe8;
}
.job-details .cfile .btn-file img {
  margin-right: 16px;
  position: relative;
  top: -1px;
}
.job-details .cfile .file-name {
  font-size: 11px;
  font-weight: bold;
  color: #aaaaaa;
}
.job-details .form-btn {
  background-color: #69abe8;
  border-radius: 8px;
  font-weight: bold;
  font-size: 16px;
  line-height: 24px;
  border: 1px solid #69abe8 !important;
  outline: none !important;
  color: #fff;
  font-family: 'DM Sans', sans-serif;
  padding: 13px 18px;
  display: block;
  width: 100%;
  max-width: 252px;
  margin-bottom: 20px;
}
.job-details .form-btn:hover,
.job-details .form-btn:focus,
.job-details .form-btn:hover:focus,
.job-details .form-btn:active {
  background-color: #509de4;
}
.job-details .bt {
  font-size: 86px;
  line-height: 112px;
  font-family: 'DM Sans', sans-serif;
  margin-bottom: 0px;
  color: #000000;
}
.job-details .top-cont {
  max-width: 980px;
  margin: auto;
  text-align: center;
  font-family: 'DM Sans', sans-serif;
  padding-top: 30px;
}
.job-details .top-cont .loc {
  font-weight: bold;
  font-size: 36px;
  line-height: 48px;
  margin-bottom: 64px;
  display: block;
}
.job-details .top-cont p {
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 8px;
}
.job-ds {
  max-width: 813px;
  margin: auto;
}
.job-ds .st {
  font-weight: bold;
  font-size: 24px;
  line-height: 32px;
  text-align: center;
  padding-top: 64px;
  padding-bottom: 40px;
}
.job-ds ul {
  padding-left: 0px;
  list-style: none;
  margin-bottom: 0px;
}
.job-ds ul li {
  margin-bottom: 16px;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  font-family: 'DM Sans', sans-serif;
  color: #565656;
  position: relative;
  padding-left: 22px;
}
.job-ds ul li:before {
  content: '';
  background-color: #737373;
  width: 6px;
  height: 6px;
  display: block;
  border-radius: 50%;
  position: absolute;
  left: 0px;
  top: 0px;
  bottom: 0px;
  margin: auto;
}
.job-ds ul li:last-child {
  margin-bottom: 0px;
}
.job-ds form {
  max-width: 600px;
  margin: auto;
}
.job-ds form label {
  color: #565656;
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  font-family: 'DM Sans', sans-serif;
}
.job-ds form label .rd {
  color: #eb5a5a;
  margin-left: 4px;
}
.job-ds form input {
  height: 52px;
  border: 1px solid #eaeaea;
  border-radius: 4px;
  padding-left: 24px;
  padding-right: 24px;
  background-color: #ffffff;
}
.job-ds form input::-webkit-input-placeholder {
  color: #a2b2be;
}
.job-ds form input::-moz-placeholder {
  color: #a2b2be;
}
.job-ds form input:-moz-placeholder {
  color: #a2b2be;
}
.job-ds form .form-group {
  margin-bottom: 24px;
}
.job-ds form label.sp {
  margin-bottom: 6px;
}
.job-ds form .ctext {
  border: 1px solid #eaeaea;
  border-radius: 4px;
  resize: none;
  height: 150px;
  padding: 15px 24px;
}
.job-ds form .ctext::-webkit-input-placeholder {
  color: #a2b2be;
}
.job-ds form .ctext::-moz-placeholder {
  color: #a2b2be;
}
.job-ds form .ctext:-moz-placeholder {
  color: #a2b2be;
}
/*Media query*/
@media (max-width: 1000px) {
  .job-details .top-cont,
  .job-details .job-ds {
    padding-left: 15px;
    padding-right: 15px;
  }
  .job-details .top-cont p {
    font-size: 16px;
    line-height: 20px;
  }
  .job-details .bt {
    font-size: 66px;
    line-height: 70px;
    margin-bottom: 15px;
  }
  .job-details .top-cont .loc {
    font-size: 26px;
    line-height: 33px;
    margin-bottom: 37px;
  }
}

@media (max-width: 870px) {
  .job-details .bt {
    font-size: 45px;
    line-height: 47px;
    margin-bottom: 15px;
  }
}

@media (max-width: 580px) {
  .job-ds ul li {
    font-size: 15px;
    line-height: 20px;
  }
  .job-ds ul li::before {
    width: 4px;
    height: 4px;
  }
  .job-ds .st {
    font-size: 18px;
    line-height: 24px;
    padding-top: 40px;
  }
  .cfile .btn-file {
    font-size: 15px;
    line-height: 18px;
    font-weight: 500;
    padding: 8px 17px;
    padding-top: 8px;
    width: 100%;
    max-width: 176px;
    padding-top: 11px;
  }
  .job-ds form label.sp {
    margin-bottom: 15px;
  }
  .job-ds form label {
    color: #565656;
    font-weight: 500;
    font-size: 15px;
    line-height: 18px;
    font-family: 'DM Sans', sans-serif;
  }
  .job-ds form input {
    padding-left: 13px;
    padding-right: 13px;
  }
}
/*Media query*/
/*Job detailed page*/
/*error pages*/
.error .content {
  text-align: center;
}
.error .content .title {
  text-align: center;
  color: #e63232;
  font-size: 30px;
  margin-bottom: 34px;
  padding-top: 47px;
}
.error .content a {
  display: block;
  max-width: 138px;
  margin: auto;
  margin-top: 20px;
  color: #69abe4;
  font-size: 21px;
  text-decoration: underline;
}
body.min-content .footer {
  position: absolute;
  bottom: 0px;
}
/*error pages*/ 
/*portal page*/
.portal-pg{
  height: auto;
}
.portal{
  margin-top: 8px;
}
.portal .crow{
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  align-items: center;
  justify-content: space-between;
}
.portal .crow .col1{
  width: 100%;
  max-width: 520px;
}
.portal .crow .col2{
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
  text-align: right;
}
.portal .crow img{
  max-width: 100%;
  height: auto;
}
.portal .crow .col1 .title{
  font-weight: 900;
  font-size: 86px;
  line-height: 96px;
  letter-spacing: -0.02em;
  color: #000000;
  margin-bottom: 32px;
}
.portal .crow .col1 p{
  margin-bottom: 0px;
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  color: #26262B;
}
.portal .green-btn{
  background: #25A450;
  border-radius: 24px;
  padding: 8px 24px;
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  color: #fff;
  outline: none;
  box-shadow: none;
  border: 1px solid #25A450;
  margin-bottom: 22px;
}
.portal .green-btn:hover,
.portal .green-btn:focus,
.portal .green-btn:hover:focus{
  opacity: 0.8;
  outline: none;
  box-shadow: none;
  border: 1px solid #25A450;
}
@media (min-width: 1440px){
  .portal-pg main.banner-main {
    max-height: 100%
  }
}

@media (max-width: 1400px){
  .portal .crow .col1 {
    width: 100%;
    max-width: 330px;
  } 
  .portal .crow .col1 .title {
    font-weight: 900;
    font-size: 55px;
    line-height: 63px;
  }

}
@media (max-width: 950px){
    .portal{
      padding-top: 20px;
    }
    .portal .crow .col1 .title {
      font-weight: 900;
      font-size: 40px;
      line-height: 48px;
      margin-bottom: 22px;
    }
    .portal .crow .col1 {
      width: 100%;
      max-width: 245px;
    }
}

@media (max-width: 730px){
  .portal-footer{
    padding-top: 35px;
  }
}
@media (max-width: 650px){
  .portal .crow .col1 {
    width: 100%;
    max-width: 100%;
    text-align: center;
    margin-bottom: 20px;
  }
}


@media (max-width: 598px){
  .portal .crow .col1 .title {
    max-width: 358px;
    margin: auto;
    margin-bottom: 22px;
  }
}
/*portal page*/