 /* 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: 851px;
    /* padding-top: 200px; */
    z-index: -1;
}.page-banner::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0px;
    left: 0;
    right: 0;
    background: url(../Modern/assets/img/advantages-banner-after.png);
    

    
    
    background-repeat: no-repeat;
    background-size: contain;
    background-position-y: bottom;
}
.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 0;
    background: #F5F5F5;
    z-index: 300;
}
  .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;
  }

  .advantages-list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    position: relative;
    margin-top: -330px;
}.item {
    width: 418px;
    height: 474px;
    background: #FFFFFF;
    padding: 0 60px 100px 60px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    position: relative;
    cursor: pointer;
    transition: 0.3s all;
    margin-bottom: 30px;
}.item:hover {
    background: #1D3258;
}.plus {
    position: absolute;
    top: 10px;
    right: 10px;
    color: #fff;
    background: #48C0EF;
    font-size: 32px;
    line-height: 30px;
    width: 42px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 1;
    transition: 0.3s all;
}.item:hover .plus {
    opacity: 0;
}.item-icon {
    width: 100px;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #1D3258;
    border-radius: 50%;
    border: 1px solid #48C0EF;
    position: relative;
    margin-bottom: 55px;
    transition: 0.3s all;
}.item:hover .item-icon {
    background: #48C0EF;
}.item-icon:before {
    position: absolute;
    content: '';
    border: 1px solid #DDDDDD;
    left: -25px;
    right: -25px;
    top: -25px;
    bottom: -25px;
    border-radius: 50%;
}.item-icon img {
    max-width: 60px;
}.item-title {
    font-weight: 500;
    font-size: 24px;
    line-height: 24px;
    letter-spacing: -0.025em;
    color: #1D3258;
    height: 54px;
    transition: 0.3s all;
}.item:hover .item-title {
    color: #fff;
}.item-desc {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -.025em;
    color: #1D3258;
    height: 0px;
    transition: 0.3s all;
}.item:hover .item-desc {
    height: 72px;
    color: #fff;
}

/* MOBILE MENU */
.accordion ul.inner {
  overflow: hidden;
  display: none; }

.accordion ul.inner.active {
    
    display: block; }

.mobile-menu ul li a {
  display: block;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  padding: 10px 15px;
  
  cursor: pointer; }
  ul.inner.active li a {
    border-left: 1px solid #fff;
    border-bottom: 0px!important;
}

.mobile-menu ul li a.mm-title span {
  position: relative;
  display: block;
  font-weight: 600;
  padding: 0 20px; }

.mobile-menu ul li a.mm-title.toggle span::before {
  content: url("templates/website/Modern/assets/img/arrow-down.svg");
  position: absolute;
  top: 3px;
  right: 0;
  width: 14px;
  transition: all .4s; }

.mobile-menu ul li a.mm-title.active.toggle span::before {
  transform: rotate(180deg); }

.mobile-menu ul > li ul li {
  display: block;
  padding-left: 36px!important; }

.mobile-menu {
  display: none;
  background-color: #48C1F0;
  padding-bottom: 25px;
  padding-top: 50px;
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 521;
  height: 100%;
  overflow: auto;
  transform: translateX(100%);
  transition: all ease-in .2s; }

.mobile-menu.active {
  transition: all ease-out .3s;
  transform: translate(0);  }

.mobile-menu-close {
  color: #fff;
  font-size: 40px;
  position: absolute;
  right: 8px;
  
  display: block;
  cursor: pointer;
  z-index: 522;
}


  
  

@media (max-width: 1399px) {
  .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%;
}
.page-banner {
  height: 670px;
}.banner-content-wrapper {
  padding-top: 90px;
}.banner-left p {
  font-size: 16px;
  line-height: 32px;
}
.banner-right img {
  left: 0;
  top: 0;
  width: 100%;
}
.advantages-list {
  margin-top: -230px;
}
.item {
  width: 360px;
}
}
@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;
}
.banner-slogan {
  font-size: 26px;
  line-height: 32px;
}
.banner-slogan span {
  font-size: 32px;
  line-height: 36px;
}
.advantages-list {
  margin-top: -180px;
}
.item {
  width: 300px;
  height: 420px;
  padding: 0 30px 60px 30px;
}
}
@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;
}
.banner-slogan {
  font-size: 22px;
  line-height: 28px;
}.banner-slogan span {
  font-size: 23px;
  line-height: 30px;
}
.advantages-list {
  margin-top: -160px;
}
.item {
  width: 340px;
  height: 420px;
  padding: 0 50px 60px 50px;
}
.mobile-menu {display: block;}
}
@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;
}
.advantages-list {
  margin-top: -110px;
  justify-content: center;
}
.item {
  width: 380px;
  height: 440px;
  padding: 0 60px 80px 60px;
}
}