header {
  display: flex;
  height: 72px;
  align-items: center;
  padding: 0px 23px 0px 32px;
  box-sizing: border-box
}
@media only screen  and (min-width: 1320px) {
header {
    padding: 0px
}
  }
header .logo-wrap {
    display: flex;
  }
header .logo {
    width: 195px;
    height: 48px;
    border-radius: 26px 0;
    border: 8px solid #ffffff;
    background-color: #f14b57;
    padding: 9px 21px;
    box-sizing: border-box;
  }
header .logo .img {
      height: 100%;
      width: 100%;
      background-image: url(9d5873a2b022cdb00c4d1ad885e3e3d4.png);
      background-size: contain;
      background-repeat: no-repeat;
      background-position: center;
    }
header .menuToggler {
   display: none;
  }
header ul.menu {
    margin-left: auto;
    list-style: none;
    display: flex;
    transition: opacity 0.5s;
    opacity: 1;
  }
header ul.menu li {
      margin: 0 15px;
    }
header ul.menu li a {
        font-size: 16px;
        color: #f14b57;
        text-decoration: none;
        font-weight: 700;
        width: 100%;
        height: 100%;
        display: block
      }
header ul.menu li a:hover {
          color: #1a468c;
        }
@media only screen  and (max-width: 1023px) {
header {
    position: fixed;
    z-index: 4;
    top: 0;
    justify-content:  flex-start;
    align-items: center;
    margin-bottom: -25px;
    height: auto;
    flex-direction: column;
    width: 100%;
    box-sizing: border-box;
    padding: 10px 19px 0px 23px;
}

    header .logo-wrap {
      width: 100%;
    }

    header .logo {
      z-index: 5;
    }

    header ul.menu {
      display: none;
      flex-direction: column;
      align-items: center;
      padding: 0;
      margin: 0;
      position: fixed;
      width: 100%;
      justify-content: center;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
    }

      header ul.menu li {
        padding: 13px;
        width: 80%;
        text-align: center
      }

        header ul.menu li:hover {
          background-color: rgba(241,75, 87, 0.1 );
          border-radius: 8px;
        }

    header .menuToggler {
      display: flex;
      align-items: center;
      justify-content: center;
      width: 48px;
      height: 48px;
      border-radius: 24px;
      background-color: #ffffff;
      z-index: 5;
      margin-left: auto;
    }

      header .menuToggler div {
        position: relative;
        width: 18px;
        height: 16px;
      }

        header .menuToggler div:after, header .menuToggler div:before, header .menuToggler div span {
          content: '';
          background-color: #000000;
          border-radius: 2px;
          position: absolute;
          width: 100%;
          height: 0px;
          border-top: 1px solid #000000;
          box-sizing: border-box;
          border-bottom: 1px solid #000000;
        }

        header .menuToggler div:before {
          top: 0px;
        }

        header .menuToggler div:after {
          bottom: 0;
        }

        header .menuToggler div span {
          top: 7px;
        }

    header.opened {
      bottom: 0;
      background-color: #FFFFFF;
      width: 100%;
      left: 0;
      right: 0;
      height: 100%;
    }

      header.opened .menu {
        display: flex;
      }
          header.opened .menuToggler div span {
            display: none;
          }

          header.opened .menuToggler div:after, header.opened .menuToggler div:before {
            top: 50%;
          }

          header.opened .menuToggler div:after {
            transform: rotate(45deg);
          }

          header.opened .menuToggler div:before {
            transform: rotate(-45deg);
          }
  }
section.banner {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  margin-bottom: 80px
}
@media only screen  and (min-width: 1320px) {
section.banner {
    margin-bottom: 210px
}
  }
section.banner .info {
    width: 680px;
    position: absolute;
    padding: 28px 40px 40px 40px;
    border-radius: 20px;
    line-height: 32px;
    background-color: #01327f;
    opacity: 0.9;
    color: #ffffff;
    font-weight: 700;
    box-sizing: border-box;
    margin-left: -130px;

    box-shadow: 30px 20px 15px 0px rgb(18, 54, 137, 0.2);
  }
section.banner .info h2 {
      color: #ffffff;
      font-size: 56px;
      font-weight: 700;
      line-height: 60px;
      margin: 0px 0px 22px 0px;
    }
@media only screen  and (min-width: 1320px) {

  section.banner .info {
      margin-left: 83px;
      margin-top: 215px
  }
    }
section.banner .img {
    background-image: url(323cad02ba0fc20a824bd976a79e5ef7.jpg);
    background-size: cover;
    width: 60%;
    height: 566px;
    box-shadow: 30px 20px 15px 0px rgb(18, 54, 137, 0.2);
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    margin-left: auto;
    background-position: center
  }
@media only screen and (min-width: 1024px) and (max-width: 1279px) {

  section.banner .img {
      width: 75%
  }
    }
@media only screen  and (min-width: 1320px) {

  section.banner .img {
      height: 450px;
      border-radius: 20px;
      width: 100%
  }
    }
@media only screen  and (max-width: 1023px) {
section.banner {
    flex-direction: column;
    margin-bottom: 10px;
}

    section.banner .img {
      background-image: url(0dc6b2850121514369bb3c43d071bdc1.jpg);
      width: 100%;
      height: 183px;
      box-shadow: none;
      border-radius: 0px;
      margin: 0;
      order: 1;
    }

    section.banner .info {
      width: 100%;
      position: relative;
      box-sizing: border-box;
      border-radius: 0;
      order: 2;
      font-size: 20px;
      line-height: 28px;
      box-shadow: none;
      padding: 30px;
      margin-left: 0px;
    }

      section.banner .info h2 {
        font-size: 36px;
        font-weight: 700;
        line-height: 1.2;
      }

        section.banner .info h2 br {
          display: none;
        }
  }
@media only screen and (min-width: 375px) and (max-width: 1023px) {
   section.banner .img {
     height: 350px;
   }
  }
.section {
  display: flex;
  align-items: center;
  flex-direction: column;
  padding-bottom: 114px;
  background-repeat: no-repeat;
  background-position: center bottom;
  margin-bottom: 114px;
  background-size: 12px;
  background-image: url(5cf2c7cb057b94c481c91e48e172c6d2.png);
}
.section .inner {
    width: 600px;
  }
.section .inner h2 {
      color: rgba(0,0,0,0.8);
      font-size: 36px;
      font-weight: 700;
      line-height: 1;
      margin: 0px 0px 25px 0px;
    }
.section .inner .content {
      color: rgba(0,0,0,0.6);
      font-size: 24px;
      font-weight: 500;
      line-height: 34px;
      margin-left: 40px;
    }
@media only screen  and (max-width: 1023px) {
.section {
    padding-bottom: 69px;
    margin-bottom: 50px;
}

    .section .inner {
      width: 100%;
      box-sizing: border-box;
      padding: 20px 30px 0px 30px;
    }

      .section .inner h2 {
        font-size: 24px;
        font-weight: 700;
      }

      .section .inner .content {
        margin-left: 0px;
        font-size: 18px;
        font-weight: 500;
        line-height: 28px;
      }
  }
.what_we_do .features {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 40px 0;
    padding: 0;
  }
.what_we_do .features li {
      display: flex;
      flex-direction: column;
      width: 50%;
      margin-top: 40px;
      padding-right: 40px;
      box-sizing: border-box;
    }
.what_we_do .features li img {

      }
.what_we_do .features li h3 {
        color: rgba(0, 0, 0, 0.8);
        font-size: 24px;
        font-weight: 700;
        line-height: 24px;
        margin: 20px 0 5px 0;
      }
.what_we_do .features li div {
        color: rgba(0, 0, 0, 0.6);
        font-size: 14px;
        line-height: 20px;
      }
.what_we_do .info {
    color: #f14b57;
    font-size: 20px;
    font-weight: 700;
    line-height: 28px;
    padding-left: 20px;
    border-left: 4px solid #f14b57;
  }
@media only screen  and (max-width: 1023px) {
        .what_we_do .inner .features li {
          margin-top: 16px;
          padding: 20px;
          width: 100%;
          border-radius: 8px;
          background-color: #f14b57;
          font-size: 14px;
          font-weight: 500;
          line-height: 20px;
        }

          .what_we_do .inner .features li .heading {
            display: flex;
            flex-direction: row;
          }

          .what_we_do .inner .features li h3 {
            order: 1;
            color: #ffffff;
            font-size: 22px;
            font-weight: 700;
            line-height: 24px;
            margin: 0 0 30px 0;
          }

          .what_we_do .inner .features li .text {
            color: #ffffff;
          }

          .what_we_do .inner .features li svg {
            order: 2;
            margin-left: auto;
            height: 36px;
          }

            .what_we_do .inner .features li svg path {
              fill: #ffffff;
            }
  }

html, body {
  padding: 0px;
  margin: 0px;
}

body.overflowHidden {
  overflow: hidden;
}

body {
  font-family: "Helvetica Neue",Helvetica,Roboto,Arial,sans-serif;
  color: #666666
}

@media only screen  and (max-width: 1023px) {

body {
    padding-top: 36px
}
  }

@media only screen  and (min-width: 1320px) {

body {
    max-width: 1280px;
    margin: auto
}
  }

a {
  color: #f14b57;
  font-weight: 500;
  text-decoration: none
}

a:hover {
    color: #1a468c;
  }

.getInTouch {
  display: flex;
  flex-direction: column;
  text-align: center;
  padding-top: 20px;
}

.getInTouch h2 {
    opacity: 0.8;
    color: #000000;
    font-size: 36px;
    font-weight: 700;
    line-height: 32px;
    margin: 0px 0px 5px 0px;
  }

.getInTouch a {
    font-size: 24px;
    line-height: 32px;
  }

.getInTouch .email {
    font-size: 24px;
    font-weight: 500;
    line-height: 32px;
  }

@media only screen  and (max-width: 1023px) {

.getInTouch {
}

  }

.footer {
  display: flex;
  justify-content: center;
}

.footer .inner {
    margin-top: 30px;
    padding: 30px 0px 70px 0px;
    width: 600px;
    opacity: 0.6;
    color: #000000;
    font-family: "Helvetica Neue";
    font-size: 14px;
    line-height: 20px;
    border-top: 1px solid rgba(0, 0, 0, 0.2);
  }

@media only screen  and (max-width: 1023px) {

.footer {
    padding: 30px 30px 0px 30px;
}
    .footer .inner {
      width: 100%;
    }
  }
