/* ABOUT */
.page-nav ul li:not(:first-child)::before {
    content: "|";
    display: inline-block;
    color: #FFFFFF;
    margin: 0 3px;
  }.page-nav ul li a {
    display: inline-block;
    color: #ffffff;
    font-weight: 500;
  }.page-nav ul li:last-child a {
    color: #ffffff;
  }
  .page-banner {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    height: 767px;
    /* padding-top: 200px; */
    z-index: -1;
}.page-banner::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: url(templates/website/Modern/assets/img/about-banner-after.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position-y: bottom;
}
.page-content-wrapper:before {
  position: absolute;
  z-index: 1;
  content: '';
  bottom: 0;
  left: 0;
  right: 0;
  height: 624px;
  background: rgb(97,202,242);
  background: -moz-linear-gradient(0deg, rgba(97,202,242,0.15) 0%, rgba(255,255,255,0.1516981792717087) 100%);
  background: -webkit-linear-gradient(0deg, rgba(97,202,242,0.15) 0%, rgba(255,255,255,0.1516981792717087) 100%);
  background: linear-gradient(0deg, rgba(97,202,242,0.15) 0%, rgba(255,255,255,0.1516981792717087) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#61caf2",endColorstr="#ffffff",GradientType=1);
}
.page-content-wrapper {
  overflow: hidden;
  position: relative;
}
.banner-left {
    padding: 0 20px 0 0;
}
.banner-left,
.banner-right {
width: 50%;
}
.banner-left p {
    font-weight: 300;
    font-size: 18px;
    line-height: 36px;
    color: #FFFFFF;
}
.banner-slogan {
    font-weight: 300;
    font-size: 30px;
    line-height: 36px;
    color: #fff;
}
.banner-slogan span {
    font-weight: 600;
    font-size: 36px;
    line-height: 40px;
}
.banner-right img {
    position: relative;
    left: 20px;
    top: -60px;
}

.banner-content-wrapper {
    display: flex;
    justify-content: space-between;
    padding-top: 120px;
}
.page-content {
  padding: 60px 0 130px;
  background: transparent;
  border-bottom: 1px solid #E8EAEE;
  position: relative;
  z-index: 3;
}
  .page-nav {
    position: relative;
  }.page-nav ul {
    justify-content: center;
  }.banner-title {
    max-width: 100%;
    font-size: 48px;
    color: #FFFFFF;
    line-height: 52px;
    font-weight: 300;
    margin: 15px 0 20px 0;
    letter-spacing: -0.025em;
  }
  .about-content-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.page-left, .page-right {
  width: 50%;
}
.page-right p {
  font-weight: 300;
  font-size: 18px;
  line-height: 30px;
  color: #1D3258;
}
.page-right h3 {
  font-weight: 400;
  font-size: 24px;
  line-height: 30px;
  color: #1D3258;
}
.page-right h3 strong {
  font-weight: 600;
}
app-innercontact {
  position: relative;
  z-index: 4;
}

@media (max-width: 1399px) {
  .page-banner {
    height: 670px;
}
  .page-banner-title {
    font-size: 42px;
    line-height: 50px;
    margin: 10px 0 15px 0;
    max-width: 510px;
}.page-text h2 {
  font-size: 22px;
  line-height: 32px;
}.page-text p {
  font-size: 16px;
  line-height: 26px;
}.about-img {
  margin-top: -114px;
  margin-left: 20px;
  max-width: 50%;
}
.banner-content-wrapper {
  padding-top: 90px;
}
.banner-title {
  font-size: 44px;
  line-height: 48px;
  margin: 15px 0 15px 0;
}
.banner-left p {
  font-size: 16px;
  line-height: 32px;
}
.banner-right img {
  left: 0;
  top: 0;
  width: 100%;
}
.page-right p {
  font-size: 16px;
  line-height: 28px;
}
.page-left img {
  max-width: 100%;
}
}
@media (max-width: 1199px) {
  .page-banner {
    height: 550px;
}
.page-content {
  padding: 40px 0 60px;
}
  .banner-content-wrapper {
    padding-top: 60px;
}
.banner-title {
  font-size: 40px;
  line-height: 44px;
  margin: 0 0 15px 0;
}.banner-left p {
  font-size: 14px;
  line-height: 24px;
}
.page-right p {
  font-size: 14px;
  line-height: 24px;
}
.page-right h3 {
  font-size: 22px;
  line-height: 26px;
}
}
@media (max-width: 991px) {
  .page-banner-title {
    font-size: 34px;
    line-height: 40px;
    max-width: 360px;
}.about-img {
  margin-top: -95px;
  margin-left: 15px;
  max-width: 50%;
}.page-text h2 {
  font-size: 18px;
  line-height: 26px;
}.page-text p {
  font-size: 14px;
  line-height: 24px;
  font-weight: 500;
}
}
@media (max-width: 767px) {
  .about-img {
    margin: 10px 0 10px 0;
    max-width: 100%;
}
.banner-content-wrapper {
  flex-wrap: wrap;
}
.banner-left, .banner-right {
  width: 100%;
}
.banner-left {
  padding: 0;
}
.banner-right {
  text-align: center;
}
.banner-right img {
  width: 60%;
}
.page-banner {
  height: 640px;
}
.about-content-wrapper {
  flex-wrap: wrap;
}
.about-content-wrapper {

  flex-wrap: wrap;
}
.page-left, .page-right {
  width: 100%;
}
.page-left {
  text-align: center;
  margin-bottom: 20px;
}
.page-left img {
  max-width: 60%;
}
}