@charset "UTF-8";
/* Reset CSS */
* {
  -webkit-text-size-adjust: none; }

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video, main {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, main {
  display: block; }

html {
  height: 100%;
  -webkit-text-size-adjust: none;
  font-size: 14px;
  background: #f7f8ff; }

body {
  height: 100%;
  position: relative;
  background: #fff;
  font-size: 1rem;
  line-height: 25px;
  font-weight: 300;
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  color: #353557;
  min-width: 320px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
  body.nav-visible {
    overflow: hidden; }

ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

img {
  max-width: 100%;
  height: auto; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

input, select, textarea {
  vertical-align: top; }

textarea {
  overflow: auto; }

.holder {
  margin: 0 auto;
  max-width: 1440px;
  padding-left: 30px;
  padding-right: 30px; }
  .holder:after {
    content: '';
    display: block;
    clear: both; }
  @media only screen and (max-width: 768px) {
    .holder {
      padding-left: 20px;
      padding-right: 20px; } }
  @media only screen and (max-width: 598px) {
    .holder {
      padding-left: 10px;
      padding-right: 10px; } }

a {
  color: #353557;
  -webkit-tap-highlight-color: transparent; }
  a:hover {
    text-decoration: none; }

h1, h2, h3, h4, h5, h6, ul, ol, p {
  margin: 0 0 1rem; }

.sp {
  display: none !important; }

.pc {
  display: block !important; }

@media only screen and (max-width: 598px) {
  .sp {
    display: block !important; }
  .pc {
    display: none !important; } }

.line-through {
  text-decoration: line-through !important; }

.hidden {
  position: absolute;
  top: -9999px;
  left: -9999px;
  opacity: 0; }

#wrapper {
  max-width: 100%;
  position: relative;
  z-index: 1;
  background: #fff;
  overflow: hidden; }

/* header */
#header {
  background: #1f1f1f;
  color: #fff;
  position: relative;
  z-index: 950; }
  #header a {
    color: #fff; }
  #header .holder {
    position: relative;
    padding-top: 10px;
    padding-bottom: 52px; }
  #header .menu-opener {
    position: absolute;
    top: -9999px;
    right: 1px;
    width: 38px;
    height: 37px;
    text-indent: -9999px;
    background: #1f1f1f;
    z-index: 990; }
    #header .menu-opener span {
      display: block;
      position: absolute;
      top: 50%;
      left: 10px;
      right: 10px;
      height: 3px;
      margin-top: -2px;
      background: #fff;
      transition: background 0s .3s; }
      #header .menu-opener span:before, #header .menu-opener span:after {
        transition-duration: .3s, .3s;
        transition-delay: .3s, 0s;
        position: absolute;
        display: block;
        left: 0;
        width: 100%;
        height: 3px;
        background-color: #fff;
        border-radius: 2px;
        content: ""; }
      #header .menu-opener span:before {
        transition-property: top, -webkit-transform;
        transition-property: top, transform;
        top: -7px; }
      #header .menu-opener span:after {
        transition-property: bottom, -webkit-transform;
        transition-property: bottom, transform;
        bottom: -7px; }
  #header #menu {
    margin: 0 auto 42px;
    max-width: 1178px;
    border-bottom: 1px #363636 solid;
    text-align: center;
    text-transform: uppercase;
    font: 300 16px/55px "Montserrat", Helvetica, Arial, sans-serif; }
    #header #menu #nav ul {
      margin: 0; }
      #header #menu #nav ul li {
        display: inline-block;
        vertical-align: top;
        padding: 0 38px; }
        #header #menu #nav ul li:first-child {
          padding-left: 0; }
        #header #menu #nav ul li:last-child {
          padding-right: 0; }
        #header #menu #nav ul li a {
          transition: all 0.5s ease;
          text-decoration: none; }
          #header #menu #nav ul li a:hover {
            color: #7219b1; }
        #header #menu #nav ul li.active a {
          color: #7219b1; }
  #header h1 {
    margin-bottom: 20px;
    text-align: center;
    font: 56px/60px "Coda Caption", sans-serif;
    text-transform: uppercase; }
  #header h2 {
    margin: 0;
    text-align: center;
    font: 200 20px/24px "Montserrat", Helvetica, Arial, sans-serif; }
  @media only screen and (max-width: 900px) {
    #header #menu #nav ul li {
      padding: 0 24px; }
      #header #menu #nav ul li:first-child {
        padding-left: 0; }
      #header #menu #nav ul li:last-child {
        padding-right: 0; } }
  @media only screen and (max-width: 768px) {
    #header .holder {
      padding-left: 18px;
      padding-right: 18px; }
    #header #menu {
      font-size: 14px;
      padding-bottom: 7px;
      margin-bottom: 52px; }
      #header #menu #nav ul li {
        padding: 0 15px; }
        #header #menu #nav ul li:first-child {
          padding-left: 0; }
        #header #menu #nav ul li:last-child {
          padding-right: 0; }
    #header h1 {
      font-size: 34px;
      line-height: 40px;
      margin-bottom: 22px; } }
  @media only screen and (max-width: 598px) {
    #header .holder {
      border-top: 1px solid #252525;
      padding: 64px 5px 28px; }
      #header .holder:before {
        content: '';
        position: absolute;
        top: 42px;
        left: 0;
        width: 100%;
        height: 1px;
        background: #252525; }
    #header h1 {
      font-size: 21px;
      line-height: 25px;
      margin-bottom: 10px; }
    #header h2 {
      font-size: 16px;
      line-height: 20px; }
    #header .menu-opener {
      top: 4px;
      transition: all 0.5s ease; }
    #header #menu {
      position: absolute;
      top: 0;
      right: -100%;
      width: 100%;
      height: 100vh;
      background: #1f1f1f;
      font-size: 14px;
      line-height: 18px;
      box-sizing: border-box;
      margin: 0;
      padding: 50px 10px;
      border: 0;
      transition: right 0.5s ease; }
      #header #menu .nav-holder {
        left: 101vw;
        bottom: 0;
        transition: left 300ms;
        position: fixed;
        width: 100%;
        top: 0;
        padding: 5px 0;
        background: #202020;
        border-bottom: 1px #363636 solid;
        box-shadow: 0px 1px 5px #202020; }
        #header #menu .nav-holder #nav {
          height: 100%; }
          #header #menu .nav-holder #nav ul {
            height: 100%;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: center;
                -ms-flex-pack: center;
                    justify-content: center;
            -webkit-box-align: stretch;
                -ms-flex-align: stretch;
                    align-items: stretch;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap; }
            #header #menu .nav-holder #nav ul li {
              width: 100%;
              padding: 10px 0;
              display: -webkit-box;
              display: -ms-flexbox;
              display: flex;
              -webkit-box-pack: center;
                  -ms-flex-pack: center;
                      justify-content: center;
              -webkit-box-align: center;
                  -ms-flex-align: center;
                      align-items: center; }
              #header #menu .nav-holder #nav ul li:first-child {
                padding-top: 0; }
              #header #menu .nav-holder #nav ul li:last-child {
                padding-bottom: 0; } }

.fix-menu #header .nav-holder {
  left: 0;
  transition: left 300ms;
  position: fixed;
  width: 100%;
  top: 0;
  padding: 5px 0;
  background: #202020;
  border-bottom: 1px #363636 solid;
  box-shadow: 0px 1px 5px #202020; }

.fix-menu #header h1 {
  margin-top: 97px; }

.fix-menu #header .menu-opener {
  position: fixed; }

@media only screen and (max-width: 768px) {
  .fix-menu #header .nav-holder {
    bottom: auto;
    left: 0; }
  .fix-menu #header h1 {
    margin-top: 97px; }
  .fix-menu #header .menu-opener {
    position: fixed; } }

@media only screen and (max-width: 598px) {
  .nav-visible {
    overflow: hidden; }
    .nav-visible #header .menu-opener span {
      background: 0 0; }
      .nav-visible #header .menu-opener span:before, .nav-visible #header .menu-opener span:after {
        transition-delay: 0s,.3s; }
      .nav-visible #header .menu-opener span:before {
        top: 0;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        background: #fff; }
      .nav-visible #header .menu-opener span:after {
        bottom: 0;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        background: #fff; }
    .nav-visible #header #menu .nav-holder {
      left: 0; }
  .fix-menu #header h1 {
    margin-top: 0; } }

/* footer */
#footer {
  background: #f7f8ff;
  font: 12px/20px "Montserrat", Helvetica, Arial, sans-serif;
  color: #05102a;
  padding-top: 10px;
  padding-bottom: 30px; }
  #footer a {
    color: #05102a;
    text-decoration: none; }
    #footer a:hover {
      text-decoration: underline; }
  #footer .holder {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 1172px; }
    #footer .holder .contacts {
      box-sizing: border-box;
      padding: 20px 20px 15px 0;
      width: 25.26%; }
    #footer .holder .follow {
      padding: 20px 20px 15px;
      border-left: 1px solid #dee3f0;
      text-align: center;
      box-sizing: border-box;
      width: 23.98%; }
      #footer .holder .follow h4 {
        margin-bottom: 18px; }
    #footer .holder .copyright {
      box-sizing: border-box;
      width: 50.76%;
      padding: 25px 0 15px 33px;
      border-left: 1px solid #dee3f0; }
      #footer .holder .copyright p {
        margin: 0; }
  #footer h4 {
    font: 500 24px/1.2 "Montserrat", Helvetica, Arial, sans-serif;
    color: #4242b4;
    margin-bottom: 16px; }
  #footer p.email {
    margin-bottom: 8px; }
  #footer .address {
    margin: 0;
    display: block;
    font-style: normal; }
  #footer p.email i,
  #footer .address i {
    font-size: 13px;
    line-height: 20px;
    color: #4242b4;
    width: 23px; }
  #footer .social-networks {
    list-style: none;
    text-align: center; }
    #footer .social-networks li {
      display: inline-block;
      vertical-align: top;
      padding: 0 7px; }
      #footer .social-networks li:first-child {
        padding-left: 0; }
      #footer .social-networks li:last-child {
        padding-right: 0; }
      #footer .social-networks li i {
        font-size: 22px;
        line-height: 26px;
        color: #4242b4;
        border-radius: 4px; }
  @media only screen and (max-width: 990px) {
    #footer {
      padding-top: 24px; }
      #footer .holder {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
        #footer .holder .contacts {
          width: 50%;
          margin-bottom: 20px;
          padding: 10px 20px 25px 0;
          font-size: 14px;
          line-height: 20px; }
        #footer .holder .follow {
          width: 50%;
          margin-bottom: 19px;
          padding: 10px 0 25px 20px; }
        #footer .holder .copyright {
          width: 100%;
          border-left: 0;
          border-top: 1px solid #dee3f0;
          padding: 25px 0 0; } }
  @media only screen and (max-width: 598px) {
    #footer {
      padding-bottom: 40px; }
      #footer .holder {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
        #footer .holder .contacts {
          width: 100%;
          margin-bottom: 30px;
          padding: 0;
          border: 0; }
          #footer .holder .contacts h4 {
            text-align: center;
            margin-bottom: 14px; }
          #footer .holder .contacts p.email i,
          #footer .holder .contacts .address i {
            font-size: 14px; }
        #footer .holder .follow {
          width: 100%;
          margin-bottom: 21px;
          border-left: 0;
          border-top: 1px solid #dee3f0;
          padding: 30px 0 0; }
        #footer .holder .copyright {
          padding: 35px 0 0; } }

/* main styles */
#main h2 {
  font: 600 34px/1.2 "Montserrat", Helvetica, Arial, sans-serif;
  color: #4242b4;
  text-align: center; }
  @media only screen and (max-width: 598px) {
    #main h2 {
      font-size: 24px;
      line-height: 29px; } }

/* main banner */
.main-banner img {
  display: block;
  width: 100%; }

@media only screen and (max-width: 768px) {
  .main-banner {
    margin: 0 -84% 0 0; } }

@media only screen and (max-width: 598px) {
  .main-banner {
    margin-right: -138%; } }

/* mission statement */
.mission-statement {
  margin-bottom: 54px;
  background: #f1efef;
  text-align: center;
  font-size: 18px;
  line-height: 32px;
  padding: 133px 0 113px;
  overflow: hidden; }
  .mission-statement .holder {
    max-width: 900px; }
  .mission-statement h2 {
    margin-bottom: 39px; }
  .mission-statement p {
    margin-bottom: 32px; }
  @media only screen and (max-width: 768px) {
    .mission-statement {
      padding-top: 64px;
      padding-bottom: 50px;
      font-size: 14px;
      line-height: 24px;
      margin-bottom: 48px; }
      .mission-statement h2 {
        margin-bottom: 28px; }
      .mission-statement p {
        margin-bottom: 24px; } }
  @media only screen and (max-width: 598px) {
    .mission-statement {
      padding-top: 57px;
      padding-bottom: 41px;
      line-height: 25px;
      margin-bottom: 38px; }
      .mission-statement h2 {
        margin-bottom: 34px; }
      .mission-statement p {
        margin-bottom: 25px; } }

/* featured project */
.featured-project h2 {
  margin-bottom: 47px;
  padding: 0 20px; }

.featured-project .featured-banner {
  margin-bottom: 165px;
  padding: 193px 30px 184px;
  background: url("../images/bg-featured-banner.png") no-repeat 50% 50%;
  background-size: cover;
  color: #cad0fe;
  text-align: center; }
  .featured-project .featured-banner .text {
    margin: 0 auto;
    max-width: 910px;
    overflow: hidden;
    font-size: 18px;
    line-height: 32px; }
    .featured-project .featured-banner .text a{
      color: #cad0fe;
    }
    .featured-project .featured-banner .text h3 {
      margin-bottom: 43px;
      font: 56px/60px "Coda Caption", sans-serif; }
    .featured-project .featured-banner .text p {
      margin-bottom: 0px; }

.featured-project .info {
  margin: 0 auto 135px;
  max-width: 1055px;
  padding: 0 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  .featured-project .info .text {
    width: 40%; }
    .featured-project .info .text h4 {
      margin-bottom: 32px;
      font: 600 24px/1.2 "Montserrat", Helvetica, Arial, sans-serif;
      color: #4e4e73; }
  .featured-project .info .image {
    width: 47.867%; }
    .featured-project .info .image img {
      display: block;
      width: 100%; }

@media only screen and (max-width: 768px) {
  .featured-project h2 {
    margin-bottom: 45px; }
  .featured-project .featured-banner {
    margin-bottom: 76px;
    padding: 89px 20px 32px; }
    .featured-project .featured-banner .text h3 {
      margin-bottom: 32px;
      font: 45px/50px "Coda Caption", sans-serif; }
  .featured-project .info {
    padding: 0 20px;
    margin-bottom: 71px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .featured-project .info .text {
      max-width: 420px;
      width: 100%;
      margin: 0 auto 55px;
      text-align: center;
      overflow: hidden; }
      .featured-project .info .text h4 {
        margin-bottom: 34px; }
    .featured-project .info .image {
      margin: 0 auto;
      width: 91%; } }

@media only screen and (max-width: 598px) {
  .featured-project h2 {
    margin-bottom: 39px; }
  .featured-project .featured-banner {
    margin-bottom: 63px;
    padding: 103px 10px 56px; }
    .featured-project .featured-banner .text {
      font-size: 16px;
      line-height: 24px; }
      .featured-project .featured-banner .text h3 {
        margin-bottom: 32px;
        font: 24px/28px "Coda Caption", sans-serif; }
      .featured-project .featured-banner .text p {
        margin-bottom: 24px; }
  .featured-project .info {
    padding: 0 10px;
    margin-bottom: 0; }
    .featured-project .info .text {
      margin-bottom: 32px; }
      .featured-project .info .text h4 {
        margin-bottom: 21px; }
    .featured-project .info .image {
      margin: 0 -10px;
      width: auto; } }

/* solution */
.solution {
  background: #f1efef;
  padding-top: 55px;
  padding-bottom: 128px;
  margin-bottom: 100px;
  overflow: hidden; }
  .solution h2 {
    margin-bottom: 78px; }
  .solution .info {
    margin: 0 auto;
    max-width: 1100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .solution .info .image {
      width: 46.273%; }
      .solution .info .image img {
        display: block;
        width: 100%; }
    .solution .info .text {
      width: 43.64%;
      font-weight: 300; }
      .solution .info .text h3 {
        margin-bottom: 36px;
        color: #4e4e73;
        font: 600 24px/29px "Montserrat", Helvetica, Arial, sans-serif; }
        .solution .info .text h3 span {
          display: block; }
  @media only screen and (max-width: 900px) {
    .solution .info .text {
      width: 47%; } }
  @media only screen and (max-width: 768px) {
    .solution {
      margin-bottom: 73px;
      padding-top: 50px;
      padding-bottom: 58px; }
      .solution h2 {
        margin-bottom: 28px; }
      .solution .info {
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center; }
        .solution .info .image {
          margin: 0 auto;
          width: 91%; }
        .solution .info .text {
          margin: 0 auto 50px;
          width: 86%;
          text-align: center;
          -webkit-box-ordinal-group: 0;
              -ms-flex-order: -1;
                  order: -1; }
          .solution .info .text h3 {
            line-height: 34px;
            margin-bottom: 30px; } }
  @media only screen and (max-width: 598px) {
    .solution {
      padding-bottom: 0;
      margin-bottom: 46px; }
      .solution h2 {
        margin-bottom: 20px; }
      .solution .info .image {
        width: auto;
        margin: 0 -10px; }
      .solution .info .text {
        width: 100%;
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 40px; }
        .solution .info .text h3 {
          font-size: 24px;
          line-height: 29px;
          margin-bottom: 23px; }
          .solution .info .text h3 span {
            display: inline; }
        .solution .info .text p {
          margin-bottom: 24px; } }

/* songwriters */
.songwriters h2 {
  margin-bottom: 38px; }

.songwriters .title {
  margin: 0 auto 116px;
  max-width: 910px;
  text-align: center;
  overflow: hidden; }
.songwriters .title p {
  margin-bottom: 0;
}
.songwriters .info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto 100px;
  max-width: 1086px; }
  .songwriters .info .image {
    width: 46.22%; }
    .songwriters .info .image img {
      display: block;
      width: 100%; }
  .songwriters .info .text {
    width: 46%;
    padding-bottom: 55px; }
    .songwriters .info .text h3 {
      margin-bottom: 32px;
      font: 600 24px/1.2 "Montserrat", Helvetica, Arial, sans-serif;
      color: #4e4e73; }

@media only screen and (max-width: 768px) {
  .songwriters h2 {
    margin-bottom: 40px; }
  .songwriters .info {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 135px; }
    .songwriters .info .text {
      width: 88%;
      text-align: center;
      padding-bottom: 41px; }
    .songwriters .info .image {
      width: 89.5%; }
    .songwriters .info.txt-right {
      margin-bottom: 82px; }
      .songwriters .info.txt-right .text {
        -webkit-box-ordinal-group: 0;
            -ms-flex-order: -1;
                order: -1; } }

@media only screen and (max-width: 598px) {
  .songwriters h2 {
    margin-bottom: 21px; }
  .songwriters .title {
    margin-bottom: 80px; }
  .songwriters .info {
    margin-bottom: 90px; }
    .songwriters .info .text {
      width: 100%;
      font-size: 15px;
      line-height: 25px;
      padding-bottom: 25px; }
      .songwriters .info .text h3 {
        margin-bottom: 21px; }
    .songwriters .info .image {
      width: 100%; }
    .songwriters .info.txt-right {
      margin-bottom: 51px; } }

/* tracking */
.tracking {
  background: url("../images/bg-tracking.jpg") no-repeat 50% 50%;
  background-size: cover;
  padding-top: 160px;
  padding-bottom: 176px;
  color: #fff;
  margin-bottom: 88px;
  overflow: hidden; }
  .tracking a {
    color: #fff; }
  .tracking .holder {
    max-width: 860px; }
  .tracking h2 {
    font: 600 35px/1.2 "Montserrat", Helvetica, Arial, sans-serif !important;
    margin-bottom: 58px;
    color: #fff !important; }
  .tracking p {
    font: 500 18px/32px "Montserrat", Helvetica, Arial, sans-serif;
    margin-bottom: 32px; }
  @media only screen and (max-width: 768px) {
    .tracking {
      padding-top: 121px;
      padding-bottom: 100px;
      margin-bottom: 100px;
      text-align: center; }
      .tracking h2 {
        margin-bottom: 37px; } }
  @media only screen and (max-width: 598px) {
    .tracking {
      padding-top: 70px;
      padding-bottom: 53px;
      margin-bottom: 67px;
      text-align: center; }
      .tracking .holder {
        padding-left: 15px;
        padding-right: 15px; }
      .tracking h2 {
        font: 600 24px/1.2 "Montserrat", Helvetica, Arial, sans-serif !important;
        margin-bottom: 30px; }
      .tracking p {
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 24px; } }

/* conclusion */
.conclusion {
  margin-bottom: 120px;
  text-align: center;
  overflow: hidden; }
  .conclusion .holder {
    max-width: 900px; }
  .conclusion h2 {
    margin-bottom: 38px; }
  .conclusion p {
    margin-bottom: 32px;
    font: 500 18px/32px "Montserrat", Helvetica, Arial, sans-serif; }
  @media only screen and (max-width: 768px) {
    .conclusion {
      margin-bottom: 84px; }
      .conclusion h2 {
        margin-bottom: 32px; }
      .conclusion p {
        font-size: 14px;
        line-height: 25px;
        margin-bottom: 25px; } }
  @media only screen and (max-width: 598px) {
    .conclusion {
      margin-bottom: 57px; }
      .conclusion .holder {
        padding-left: 5px;
        padding-right: 5px; }
      .conclusion h2 {
        margin-bottom: 21px; }
      .conclusion p {
        line-height: 24px;
        margin-bottom: 24px; } }

/* about us */
.about-us {
  background: #f7f8ff;
  padding-top: 55px;
  padding-bottom: 133px; }
  .about-us .holder {
    max-width: 1170px; }
  .about-us h2 {
    margin-bottom: 105px;
    padding-bottom: 45px;
    border-bottom: 1px solid #e5e5f7; }
  .about-us .info {
    margin: 0 auto;
    max-width: 1098px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .about-us .info .text {
      padding-top: 42px;
      width: 100%; }
      .about-us .info .text h3 {
        margin-bottom: 16px;
        color: #4e4e73;
        font: 600 24px/1.2 "Montserrat", Helvetica, Arial, sans-serif; }
      .about-us .info .text .wrapper-block {
        margin-bottom: 5px; }
        .about-us .info .text .wrapper-block img {
          padding-left: 10px;
          float: right; }
      .about-us .info .text .hide-more {
        display: none; }
      .about-us .info .text .more-text-block {
        display: none; }
      .about-us .info .text.active .more-text-block {
        display: block; }
      .about-us .info .text.active .show-more {
        display: none; }
      .about-us .info .text.active .hide-more {
        display: block; }
  @media only screen and (max-width: 768px) {
    .about-us {
      padding-bottom: 54px; }
      .about-us h2 {
        padding-bottom: 35px;
        margin-bottom: 46px; }
      .about-us .info .text {
        padding: 0;
        width: 100%;
        margin-bottom: 43px;
        overflow: hidden; }
        .about-us .info .text p {
          margin-bottom: 18px; }
      .about-us .info .image {
        width: 100%; } }
  @media only screen and (max-width: 598px) {
    .about-us {
      padding-bottom: 43px; }
      .about-us h2 {
        padding-bottom: 30px;
        margin-bottom: 34px; }
      .about-us .info .text {
        margin-bottom: 20px;
        line-height: 24px; }
        .about-us .info .text .wrapper-block {
          margin-bottom: 0px;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column; }
          .about-us .info .text .wrapper-block img {
            -webkit-box-ordinal-group: 7;
                -ms-flex-order: 6;
                    order: 6;
            padding-left: 0;
            float: none; }
        .about-us .info .text h3 {
          font-size: 20px;
          line-height: 24px;
          margin-bottom: 12px; }
        .about-us .info .text p {
          margin-bottom: 18px; } }

/* about banner */
.about-banner {
  padding-top: 127px;
  padding-bottom: 63px;
  font: 18px/32px "Montserrat", Helvetica, Arial, sans-serif;
  color: #fff;
  background: url("../images/bg-about-banner.jpg") no-repeat 50% 50%;
  background-size: cover;
  text-align: center; }
  .about-banner a {
    color: #fff; }
  .about-banner .holder {
    max-width: 900px; }
  .about-banner p {
    margin-bottom: 32px; }
  @media only screen and (max-width: 768px) {
    .about-banner {
      line-height: 28px;
      padding-top: 85px;
      padding-bottom: 47px; }
      .about-banner p {
        margin-bottom: 28px; } }
  @media only screen and (max-width: 598px) {
    .about-banner {
      padding-top: 39px;
      padding-bottom: 11px;
      font-size: 14px;
      line-height: 24px; }
      .about-banner p {
        margin-bottom: 24px; } }

/* who we need */
.who-we-need {
  background: #f7f8ff;
  padding-top: 91px;
  padding-bottom: 102px;
  overflow: hidden; }
  .who-we-need .holder {
    max-width: 880px; }
  .who-we-need h2 {
    margin-bottom: 107px; }
  .who-we-need .positions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 55px; }
    .who-we-need .positions .title {
      padding: 0 7px;
      box-sizing: border-box;
      width: 43%;
      font: 500 20px/99px "Montserrat", Helvetica, Arial, sans-serif;
      color: #4242b4;
      background: #fcfcff;
      border-radius: 49px;
      text-align: center;
      box-shadow: 0 6px 8px 2px rgba(160, 160, 160, 0.23); }
      .who-we-need .positions .title.active {
        background: #4242b4;
        color: #fff; }
  .who-we-need .info {
    margin: 0 auto;
    max-width: 792px; }
    .who-we-need .info p {
      margin-bottom: 34px; }
    .who-we-need .info .row {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
      .who-we-need .info .row .col {
        width: 39%; }
        .who-we-need .info .row .col ul {
          margin: 0;
          list-style: none;
          line-height: 20px; }
          .who-we-need .info .row .col ul li {
            padding: 0 0 7px 7px;
            position: relative; }
            .who-we-need .info .row .col ul li:before {
              content: '•';
              position: absolute;
              top: 0;
              left: 0;
              width: 7px;
              height: 20px;
              line-height: 20px; }
  @media only screen and (max-width: 800px) {
    .who-we-need .info {
      max-width: 100%; }
      .who-we-need .info .row .col {
        width: 43%; } }
  @media only screen and (max-width: 768px) {
    .who-we-need {
      padding-top: 70px;
      padding-bottom: 57px; }
      .who-we-need h2 {
        margin-bottom: 39px; }
      .who-we-need .positions {
        margin-bottom: 44px; }
        .who-we-need .positions .title {
          width: 48%;
          line-height: 71px;
          border-radius: 35px; }
      .who-we-need .info p {
        margin: 0 30px 40px;
        text-align: center; }
      .who-we-need .info .row .col {
        width: 48%; } }
  @media only screen and (max-width: 598px) {
    .who-we-need {
      padding-top: 43px;
      padding-bottom: 42px; }
      .who-we-need h2 {
        margin-bottom: 27px; }
      .who-we-need .positions {
        padding: 0 12px;
        margin-bottom: 24px; }
        .who-we-need .positions .title {
          width: 100%;
          padding: 0;
          margin-bottom: 14px; }
      .who-we-need .info p {
        margin: 0 0 43px; }
      .who-we-need .info .row .col {
        width: 100%; } }

/* join us */
.join-us {
  padding-top: 103px;
  padding-bottom: 86px;
  margin-bottom: 62px;
  background: url("../images/bg-join-us.jpg") no-repeat 50% 50%;
  background-size: cover;
  color: #cbd0ff;
  text-align: center;
  font: 500 18px/32px "Montserrat", Helvetica, Arial, sans-serif;
  overflow: hidden; }
  .join-us a {
    color: #cbd0ff; }
  .join-us .holder {
    max-width: 820px; }
  .join-us h2 {
    margin-bottom: 34px;
    color: #fff !important; }
  .join-us p {
    margin-bottom: 32px; }
  .join-us .btn-join {
    display: inline-block;
    vertical-align: top;
    width: 142px;
    font: 600 20px/41px "Montserrat", Helvetica, Arial, sans-serif;
    color: #293a89;
    background: #fff;
    border-radius: 20px;
    text-decoration: none;
    transition: all 0.5s ease;
    box-shadow: 0 6px 8px 2px rgba(160, 160, 160, 0.23); }
    .join-us .btn-join:hover {
      opacity: 0.8; }
  @media only screen and (max-width: 768px) {
    .join-us {
      padding-top: 85px;
      line-height: 28px;
      margin-bottom: 49px;
      padding-bottom: 65px; }
      .join-us h2 {
        margin-bottom: 36px; }
      .join-us p {
        margin-bottom: 58px; }
      .join-us .btn-join {
        font-size: 14px; } }
  @media only screen and (max-width: 598px) {
    .join-us {
      font-size: 14px;
      line-height: 25px;
      padding-top: 73px;
      padding-bottom: 60px;
      margin-bottom: 27px; }
      .join-us h2 {
        margin-bottom: 31px; }
      .join-us p {
        margin-bottom: 53px; } }

/* gallery */
.gallery {
  margin-bottom: 93px;
  overflow: hidden; }
  .gallery h2 {
    margin-bottom: 49px; }
  .gallery .holder {
    max-width: 790px; }
  .gallery .swiper-slide img {
    display: block;
    width: 100%; }
  .gallery .swiper-slide p {
    margin: 16px 0 0;
    font: 300 12px/16px "Montserrat", Helvetica, Arial, sans-serif;
    text-align: center;
    color: #05102a; }
  .gallery .swiper-button-prev,
  .gallery .swiper-button-next {
    width: auto;
    font-size: 46px;
    line-height: 50px;
    margin-top: -40px;
    color: #fff;
    background: none; }
  .gallery .swiper-button-prev {
    left: 20px; }
  .gallery .swiper-button-next {
    right: 20px; }
  @media only screen and (max-width: 768px) {
    .gallery {
      margin-bottom: 34px; }
      .gallery h2 {
        margin-bottom: 43px; }
      .gallery .swiper-container {
        margin-left: -20px;
        margin-right: -20px; } }
  @media only screen and (max-width: 598px) {
    .gallery h2 {
      margin-bottom: 29px; }
    .gallery .swiper-container {
      margin-left: -10px;
      margin-right: -10px; }
    .gallery .swiper-button-prev,
    .gallery .swiper-button-next {
      font-size: 28px;
      line-height: 30px;
      margin-top: -38px; }
    .gallery .swiper-button-prev {
      left: 10px; }
    .gallery .swiper-button-next {
      right: 10px; } }

.popup-wrapp {
  top: 0;
  bottom: 100vh;
  z-index: 2;
  left: 0;
  right: 0;
  position: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow-x: hidden;
  overflow-y: hidden; }
  .popup-wrapp .fader {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
    background: rgba(0, 0, 0, 0.4); }
  .popup-wrapp .popup {
    width: 50%;
    min-height: 100px;
    z-index: 1;
    border-radius: 5px;
    background-color: #f7f8ff;
    box-shadow: 0px 3px 32.6px 2.5px rgba(64, 64, 65, 0.35);
    padding: 35px; }
    .popup-wrapp .popup#join-popup {
      margin-top: -100vh;
      transition: margin-top 500ms;
      position: relative; }
      .popup-wrapp .popup#join-popup .btn-close {
        position: absolute;
        top: 10px;
        right: 10px; }
      .popup-wrapp .popup#join-popup form {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; }
        .popup-wrapp .popup#join-popup form h4 {
          font-size: 34px;
          font-weight: 600;
          font-style: normal;
          font-stretch: normal;
          line-height: 1;
          margin-bottom: 30px;
          letter-spacing: normal;
          text-align: center;
          color: #4242b4; }
        .popup-wrapp .popup#join-popup form #email {
          border-radius: 4px;
          background-color: #ccd3ff;
          border: none;
          border-bottom: 3px solid #8291ff;
          line-height: 44px;
          outline: none;
          padding: 0 10px;
          cursor: text;
          font-size: 14px;
          color: #353557; }
        .popup-wrapp .popup#join-popup form #comment {
          margin: 20px 0;
          border-radius: 4px;
          background-color: #ccd3ff;
          line-height: 18px;
          border: none;
          border-bottom: 3px solid #8291ff;
          outline: none;
          padding: 10px;
          font-size: 14px;
          color: #353557;
          cursor: text; }
        .popup-wrapp .popup#join-popup form .btn-send {
          outline: none;
          border-radius: 20.5px;
          background-color: #4242b4;
          box-shadow: 0px 6px 7.8px 0.2px rgba(160, 160, 160, 0.23);
          text-align: center;
          font-size: 14px;
          font-weight: 600;
          font-style: normal;
          font-stretch: normal;
          text-decoration: none;
          cursor: pointer;
          color: #f7f8ff;
          display: block;
          margin: 0 auto;
          padding: 10px 45px; }
        .popup-wrapp .popup#join-popup form .resume {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          margin-bottom: 0px; }
          .popup-wrapp .popup#join-popup form .resume #resume {
            visibility: hidden;
            width: 0;
            height: 0; }
          #selected_filename span{
            color: red;
          }
          #send-text {
            text-align: center;
          }
          .popup-wrapp .popup#join-popup form .resume span {
            mix-blend-mode: undefined;
            font-family: Montserrat;
            font-size: 18px;
            font-weight: normal;
            font-style: normal;
            font-stretch: normal;
            line-height: 1.39;
            letter-spacing: normal;
            text-align: left;
            color: #353557; }
          .popup-wrapp .popup#join-popup form .resume i {
            font-weight: 900;
            -webkit-transform: rotate(-45deg);
                    transform: rotate(-45deg);
            font-size: 19px;
            color: #4242b4;
            margin-right: 8px; }
  .popup-wrapp.show {
    bottom: 0; }
    .popup-wrapp.show #join-popup {
      margin-top: 0; }
  @media only screen and (max-width: 598px) {
    .popup-wrapp #join-popup .resume {
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; } }
