.headings {
  margin: 0;
  padding: 0;
  list-style: none; }

.clearfix:after {
  content: '';
  display: block;
  clear: both; }

.ellipsis {
  white-space: nowrap;
  /* 1 */
  text-overflow: ellipsis;
  /* 2 */
  overflow: hidden; }

@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon.eot?n7d04s");
  src: url("../fonts/icomoon.eot?n7d04s#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?n7d04s") format("truetype"), url("../fonts/icomoon.woff?n7d04s") format("woff"), url("../fonts/icomoon.svg?n7d04s#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block; }

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-chevron-right:before {
  content: "\e906"; }

.icon-cheveron-right:before {
  content: "\e905"; }

.icon-arrow-r:before {
  content: "\e904"; }

.icon-arrow:before {
  content: "\e900"; }

.icon-chevron-right1:before {
  content: "\e907"; }

.icon-github:before {
  content: "\e902"; }

.icon-linkedin-square:before {
  content: "\e901"; }

.icon-github:before {
  content: "\e902"; }

.icon-behance:before {
  content: "\e903"; }

/* Slick slider styles */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  height: 100% !important; }

.slick-arrow {
  width: 35px;
  height: 35px;
  position: absolute;
  top: 50%;
  z-index: 99;
  font-size: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #F7F7F7;
  box-shadow: none;
  outline: none !important;
  border-radius: 100%;
  border: none;
  color: rgba(0, 0, 0, 0.35); }
  @media (min-width: 768px) {
    .slick-arrow {
      width: 74px;
      height: 74px;
      font-size: 40px; } }
  .slick-arrow i {
    display: block; }
  .slick-arrow.slick-prev {
    left: -60px; }
    @media (min-width: 768px) {
      .slick-arrow.slick-prev {
        left: -120px; } }
    .slick-arrow.slick-prev i {
      -webkit-transform: rotate(180deg);
          -ms-transform: rotate(180deg);
              transform: rotate(180deg); }
  .slick-arrow.slick-next {
    right: -60px; }
    @media (min-width: 768px) {
      .slick-arrow.slick-next {
        right: -120px; } }
  .slick-arrow:hover {
    background: #E96404;
    color: #fff; }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

/* Header styles*/
#header,
.main-header {
  z-index: 99;
  position: relative; }
  @media (max-width: 767.98px) {
    #header,
    .main-header {
      box-shadow: 0 0 5px rgba(0, 0, 0, 0.2); } }
  #header .logo,
  .main-header .logo {
    width: 127px; }
    #header .logo img,
    .main-header .logo img {
      width: 100%;
      height: auto;
      display: block; }

.loaded #header .animate {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown; }

/* Nav opener styles*/
.nav-opener,
.nav-menu-opener {
  position: absolute;
  top: 24px;
  right: 20px;
  width: 30px;
  height: 30px;
  z-index: 9999;
  border-radius: 5px;
  display: none; }
  @media (max-width: 767.98px) {
    .nav-opener,
    .nav-menu-opener {
      display: block; } }
  .nav-opener:before, .nav-opener:after,
  .nav-opener span,
  .nav-menu-opener:before,
  .nav-menu-opener:after,
  .nav-menu-opener span {
    background: #000;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    height: 2px;
    margin-top: -2px;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear; }
  .nav-opener:before, .nav-opener:after,
  .nav-menu-opener:before,
  .nav-menu-opener:after {
    content: '';
    top: 31%; }
  .nav-opener:after,
  .nav-menu-opener:after {
    top: 69%; }
  .nav-opener .nav-active span,
  .nav-menu-active .nav-opener span,
  .nav-menu-opener .nav-active span,
  .nav-menu-active
  .nav-menu-opener span {
    opacity: 0; }
  .nav-opener .nav-active:after, .nav-opener .nav-active:before,
  .nav-menu-active .nav-opener:after,
  .nav-menu-active .nav-opener:before,
  .nav-menu-opener .nav-active:after,
  .nav-menu-opener .nav-active:before,
  .nav-menu-active
  .nav-menu-opener:after,
  .nav-menu-active
  .nav-menu-opener:before {
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    top: 50%;
    left: 15%;
    right: 15%;
    background: #E96404; }
  .nav-opener .nav-active:after,
  .nav-menu-active .nav-opener:after,
  .nav-menu-opener .nav-active:after,
  .nav-menu-active
  .nav-menu-opener:after {
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg); }
  .nav-opener .nav-active:hover,
  .nav-menu-active .nav-opener:hover,
  .nav-menu-opener .nav-active:hover,
  .nav-menu-active
  .nav-menu-opener:hover {
    opacity: .9; }

/* Main nav styles*/
@media (max-width: 767.98px) {
  .main-nav {
    position: absolute;
    -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
            transform: translateX(100%);
    top: 100%;
    left: 0;
    right: 0;
    background: #fff;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.3s linear;
    transition: 0.3s linear;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2); }
    .main-nav:before {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: -9999px;
      background: rgba(255, 255, 255, 0.9);
      content: '';
      z-index: -1; }
    .nav-active .main-nav {
      -webkit-transform: none;
          -ms-transform: none;
              transform: none;
      opacity: 1;
      visibility: visible; } }

.main-nav li {
  padding: 0.9375rem 1.875rem;
  border-top: 1px solid #D5D5D5; }
  @media (min-width: 768px) {
    .main-nav li {
      padding: 0 0 0 1.875rem;
      border: none; } }

.main-nav a {
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
  text-decoration: none;
  color: #000; }
  .main-nav a:hover {
    color: #E96404; }

.main-nav .btn-stroke {
  color: #E96404;
  padding: 0.4375rem 1.5625rem; }
  @media (max-width: 767.98px) {
    .main-nav .btn-stroke {
      padding: 0.4375rem 0;
      border: none;
      background: none !important;
      color: #000;
      box-shadow: none;
      padding: 0; } }
  .main-nav .btn-stroke:hover {
    background: #E96404;
    color: #fff; }
    @media (max-width: 767.98px) {
      .main-nav .btn-stroke:hover {
        color: #E96404; } }

.main-header {
  /* Main nav styles*/ }
  .main-header.nav-menu-active {
    z-index: 999; }
    .main-header.nav-menu-active .main-menu-nav {
      -webkit-transform: none;
          -ms-transform: none;
              transform: none;
      opacity: 1;
      visibility: visible; }
  .main-header.mobile {
    z-index: 9; }
    @media (max-width: 767.98px) {
      .main-header.mobile .main-menu-nav {
        position: static !important;
        -webkit-transform: none;
            -ms-transform: none;
                transform: none;
        margin: 15px -25px 0;
        transform: none;
        opacity: 1;
        visibility: visible; } }
    .main-header.mobile .main-menu-nav:before {
      display: none; }
  @media (max-width: 767.98px) {
    .main-header .main-menu-nav {
      position: absolute;
      -webkit-transform: translateX(100%);
          -ms-transform: translateX(100%);
              transform: translateX(100%);
      top: 100%;
      left: 0;
      right: 0;
      background: #fff;
      opacity: 0;
      visibility: hidden;
      -webkit-transition: 0.3s linear;
      transition: 0.3s linear;
      box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2); }
      .main-header .main-menu-nav:before {
        position: absolute;
        top: 0;
        left: -30px;
        right: -30px;
        bottom: -9999px;
        background: rgba(255, 255, 255, 0.9);
        content: '';
        z-index: -1; } }
  .main-header .main-menu-nav li {
    padding: 0.9375rem 1.875rem;
    border-top: 1px solid #D5D5D5; }
    @media (min-width: 768px) {
      .main-header .main-menu-nav li {
        padding: 0 0 0 1.875rem;
        border: none; } }
  .main-header .main-menu-nav a {
    -webkit-transition: 0.2s linear;
    transition: 0.2s linear;
    text-decoration: none;
    color: #000; }
    .main-header .main-menu-nav a:hover {
      color: #E96404; }
  .main-header .main-menu-nav .btn-stroke {
    color: #E96404;
    padding: 0.4375rem 1.5625rem; }
    @media (max-width: 767.98px) {
      .main-header .main-menu-nav .btn-stroke {
        padding: 0.4375rem 0;
        border: none;
        background: none !important;
        color: #000;
        box-shadow: none;
        padding: 0; } }
    .main-header .main-menu-nav .btn-stroke:hover {
      background: #E96404;
      color: #fff; }
      @media (max-width: 767.98px) {
        .main-header .main-menu-nav .btn-stroke:hover {
          color: #E96404; } }

body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  min-height: 100vh; }

/* Main Wrapper */
#wrapper {
  position: relative;
  overflow: hidden;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%; }
  #wrapper > * {
    width: 100%; }

#main {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1; }

/* heading  styles*/
h1 {
  font-size: 2rem;
  line-height: 1.45;
  font-weight: 700;
  margin-bottom: 1.25rem; }
  @media (min-width: 768px) {
    h1 {
      font-size: 2.5rem; } }
  @media (min-width: 992px) {
    h1 {
      font-size: 3.375rem; } }
  @media (min-width: 1300px) {
    h1 {
      font-size: 3.375rem;
      line-height: 1.2; } }
  @media (min-width: 1450px) {
    h1 {
      font-size: 4.0rem; } }

h2 {
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 1.25rem; }
  @media (min-width: 768px) {
    h2 {
      font-size: 1.875rem; } }
  @media (min-width: 1300px) {
    h2 {
      font-size: 2.5rem; } }
  @media (min-width: 1450px) {
    h2 {
      font-size: 2.625rem; } }

h3 {
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 1.25rem; }
  @media (min-width: 768px) {
    h3 {
      font-size: 1.375rem; } }
  @media (min-width: 1300px) {
    h3 {
      font-size: 1.75rem; } }

h4 {
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 1.25rem; }
  @media (min-width: 1300px) {
    h4 {
      font-size: 1.25rem; } }

h5 {
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 1.25rem; }

.btn-primary {
  box-shadow: none; }
  .btn-primary:hover, .btn-primary.hover {
    background: #E96404;
    opacity: 0.70; }

.btn-secondary {
  background: #fff;
  color: #000;
  border: 1px solid #E8E8E8;
  box-shadow: none !important; }
  .btn-secondary:hover, .btn-secondary.hover {
    background: #F7F7F7; }

p {
  opacity: 0.70; }

a, button {
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear; }

.link {
  display: inline-block;
  vertical-align: top;
  color: #E96404; }
  .link:hover, .link.hover {
    color: #E96404;
    opacity: 0.70;
    text-decoration: none; }
  .link.dark {
    color: #000; }
    .link.dark:hover, .link.dark.hover {
      color: #000;
      opacity: 0.70;
      text-decoration: none; }

.btn {
  padding: 10px 25px;
  text-align: center;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem; }

.btn-stroke {
  border: 1px solid #E96404;
  color: #E96404; }
  .btn-stroke:hover {
    background: #E96404;
    color: #fff; }

.animate.active {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp; }

/* Visual part styles*/
.visual {
  overflow: hidden;
  position: relative; }
  @media (min-width: 1300px) {
    .visual {
      font-size: 20px; } }
  @media (min-width: 1450px) {
    .visual {
      font-size: 22px; } }
  .visual .animate {
    -webkit-animation-delay: 0.5s;
            animation-delay: 0.5s; }
    @media (min-width: 768px) {
      .visual .animate {
        -webkit-animation-delay: 1.3s;
                animation-delay: 1.3s; } }
    .visual .animate + .animate {
      -webkit-animation-delay: 0.7s;
              animation-delay: 0.7s; }
      @media (min-width: 768px) {
        .visual .animate + .animate {
          -webkit-animation-delay: 1.9s;
                  animation-delay: 1.9s; } }
  .visual .btn-animate {
    -webkit-animation-delay: 0.9s;
            animation-delay: 0.9s; }
    @media (min-width: 768px) {
      .visual .btn-animate {
        -webkit-animation-delay: 1.7s;
                animation-delay: 1.7s; } }
  .visual .title {
    font-size: 0.875rem;
    opacity: 0.70;
    display: block;
    margin-bottom: 0.625rem; }
    @media (min-width: 768px) {
      .visual .title {
        font-size: 1rem; } }
    @media (min-width: 992px) {
      .visual .title {
        font-size: 1.25rem; } }
  .visual p {
    opacity: 0.70; }
  .visual .img-holder {
    position: relative;
    width: 80%;
    margin: 0 auto 20px; }
    @media (min-width: 768px) {
      .visual .img-holder {
        float: left;
        width: 100%;
        margin: 0; } }
    @media (min-width: 992px) {
      .visual .img-holder {
        width: auto; } }
    .visual .img-holder:after {
      position: absolute;
      top: 0.625rem;
      left: 0.625rem;
      width: 100%;
      height: 100%;
      border: 1px solid #E96404;
      content: '';
      z-index: 9;
      border-radius: 100%; }
    .visual .img-holder:before {
      width: 5rem;
      height: 5rem;
      position: absolute;
      bottom: -1.25rem;
      right: -0.625rem;
      border-radius: 100%;
      background: #E96404;
      content: ''; }
      @media (min-width: 992px) {
        .visual .img-holder:before {
          width: 7.6875rem;
          height: 7.6875rem; } }
    .visual .img-holder img {
      width: 100%;
      height: auto;
      display: block;
      border-radius: 100%; }

.bounce {
  -webkit-animation: bounce 2s infinite;
          animation: bounce 2s infinite; }

.btn-animate {
  padding-top: 70px; }

/* animated mouse styles*/
.mouse {
  display: block;
  width: 22px;
  height: 42px;
  bottom: 10px;
  left: 50%;
  margin-left: -12px;
  border-radius: 15px;
  border: 2px solid #D8D8D8;
  -webkit-animation: scrolling 1s;
  animation: scrolling 1s;
  position: relative;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear; }
  .mouse .arrow {
    width: 16px;
    position: absolute;
    bottom: -25px;
    content: '';
    left: 0;
    -webkit-transition: 0.2s linear;
    transition: 0.2s linear;
    color: #D8D8D8;
    font-size: 9px; }
    .mouse .arrow img {
      width: 100%;
      display: block; }
  .mouse:hover {
    border-color: #E96404; }
    .mouse:hover .scroll {
      background: #E96404; }
    .mouse:hover .arrow {
      color: #E96404; }

.overlay-text {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
  color: rgba(0, 0, 0, 0.7); }

.scroll {
  display: block;
  width: 4px;
  height: 6px;
  margin: 6px auto;
  border-radius: 4px;
  background: #D8D8D8;
  -webkit-animation: finger 1s infinite;
  animation: finger 1s infinite; }

/* Recent projects*/
.recent-projects {
  position: relative;
  background: #F7F7F7; }
  @media (min-width: 1300px) {
    .recent-projects {
      font-size: 20px; } }
  @media (min-width: 1450px) {
    .recent-projects {
      font-size: 22px; } }
  .recent-projects p {
    opacity: 0.70; }
  .recent-projects .projects-holder {
    position: relative;
    z-index: 9; }
    .recent-projects .projects-holder .project {
      background: #fff;
      padding: 0.75rem;
      box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
      border-radius: 1rem;
      width: 100%;
      margin-bottom: 1.5625rem;
      font-size: 1rem;
      line-height: 1.35;
      display: block;
      color: #000;
      text-decoration: none;
      -webkit-transition: 0.2s linear;
      transition: 0.2s linear; }
      @media (min-width: 768px) {
        .recent-projects .projects-holder .project {
          margin-bottom: 2.5rem; } }
      .recent-projects .projects-holder .project:hover {
        box-shadow: 0 2px 20px rgba(0, 0, 0, 0.15);
        -webkit-transform: scale(1.02);
            -ms-transform: scale(1.02);
                transform: scale(1.02); }
        .recent-projects .projects-holder .project:hover .link i {
          -webkit-animation: leftright 2s infinite;
                  animation: leftright 2s infinite; }
    .recent-projects .projects-holder .img-box {
      border-radius: 0.375rem;
      background: rgba(38, 128, 255, 0.05);
      position: relative; }
    .recent-projects .projects-holder img {
      max-width: 100%;
      height: auto;
      display: block;
      margin: 0 auto; }
    .recent-projects .projects-holder p {
      margin-bottom: 1.5625rem; }
    .recent-projects .projects-holder .link {
      display: inline-block;
      vertical-align: middle;
      color: #E96404; }
      .recent-projects .projects-holder .link i {
        display: inline-block;
        vertical-align: middle;
        font-size: 12px;
        padding-left: 5px; }
  .recent-projects h3 {
    margin-bottom: 0.3125rem; }
  .recent-projects .shape {
    width: 110px;
    height: 240px;
    position: absolute;
    top: 15%;
    right: 0;
    content: '';
    background: #E8E8E8;
    -webkit-transform: rotate(10deg);
        -ms-transform: rotate(10deg);
            transform: rotate(10deg);
    display: none; }
    @media (min-width: 992px) {
      .recent-projects .shape {
        display: block; } }
    @media (min-width: 1300px) {
      .recent-projects .shape {
        width: 170px;
        height: 350px;
        top: 5%; } }
    @media (min-width: 1450px) {
      .recent-projects .shape {
        top: 25%;
        right: 0; } }
    @media (min-width: 1300px) {
      .recent-projects .shape.top.middle {
        top: 73%;
        -webkit-transform: rotate(-10deg);
            -ms-transform: rotate(-10deg);
                transform: rotate(-10deg);
        right: -50px; } }
    .recent-projects .shape.bottom {
      right: auto;
      left: -50px;
      top: auto;
      bottom: -80px;
      -webkit-transform: rotate(-10deg);
          -ms-transform: rotate(-10deg);
              transform: rotate(-10deg); }
      .recent-projects .shape.bottom:before {
        top: -10px;
        bottom: 10px; }
      @media (min-width: 1300px) {
        .recent-projects .shape.bottom.middle {
          bottom: 60%;
          top: auto;
          -webkit-transform: rotate(10deg);
              -ms-transform: rotate(10deg);
                  transform: rotate(10deg);
          left: -80px; } }
    .recent-projects .shape:before {
      position: absolute;
      top: 10px;
      left: -10px;
      right: -10px;
      bottom: -10px;
      border: 1px solid #E96404;
      content: ''; }

.page-404 {
  position: relative; }
  .page-404 .container {
    position: relative; }
  .page-404 .btn-holder .btn {
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1) !important;
    display: block;
    margin: 0 10px 10px 0; }
    @media (min-width: 768px) {
      .page-404 .btn-holder .btn {
        display: inline-block; } }
  .page-404 .img-box {
    max-width: 450px;
    margin: 0 auto; }
    @media (min-width: 992px) {
      .page-404 .img-box {
        max-width: 100%; } }
  .page-404 .shape {
    width: 110px;
    height: 240px;
    position: absolute;
    top: -170px;
    right: 0px;
    content: '';
    background: #F7F7F7;
    -webkit-transform: rotate(75deg);
        -ms-transform: rotate(75deg);
            transform: rotate(75deg);
    opacity: 0;
    -webkit-transition: 0.8s linear;
    transition: 0.8s linear;
    -webkit-transition-delay: 2.5s;
            transition-delay: 2.5s; }
    .loaded .page-404 .shape {
      opacity: 1; }
    @media (min-width: 768px) {
      .page-404 .shape {
        top: -230px;
        right: 10px; } }
    @media (min-width: 992px) {
      .page-404 .shape {
        right: 200px; } }
    @media (min-width: 1300px) {
      .page-404 .shape {
        width: 170px;
        height: 350px;
        top: -305px;
        right: 220px; } }
    @media (min-width: 1450px) {
      .page-404 .shape {
        top: -305px;
        right: 220px; } }
    .page-404 .shape.bottom {
      right: auto;
      top: auto;
      left: 80px;
      bottom: -230px;
      -webkit-transform: rotate(-70deg);
          -ms-transform: rotate(-70deg);
              transform: rotate(-70deg); }
      .page-404 .shape.bottom:before {
        top: 10px;
        bottom: -10px; }
      @media (min-width: 1300px) {
        .page-404 .shape.bottom {
          left: 20px;
          bottom: -315px; } }
      @media (min-width: 1450px) {
        .page-404 .shape.bottom {
          left: -60px;
          bottom: -308px; } }
    .page-404 .shape:before {
      position: absolute;
      top: -10px;
      left: -10px;
      right: -10px;
      bottom: 10px;
      border: 1px solid #E96404;
      content: ''; }

/* expertise section styles*/
@media (min-width: 1450px) {
  .expertise {
    font-size: 20px; } }

.expertise .animate-box:nth-child(1) .box {
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s; }

.expertise .animate-box:nth-child(2) .box {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s; }

.expertise .animate-box:nth-child(3) .box {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s; }

.expertise .animate-box:nth-child(4) .box {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s; }

.expertise .box {
  background: #5F37F9;
  padding: 2.8125rem 1.5625rem 1.25rem;
  border-radius: 1rem;
  color: #fff;
  position: relative;
  width: 100%;
  font-size: 0.875rem; }
  @media (min-width: 1450px) {
    .expertise .box {
      font-size: 1rem; } }
  .expertise .box:before {
    background: url(../images/img-shape.svg) no-repeat;
    width: 317px;
    height: 273px;
    position: absolute;
    top: 0;
    right: 0;
    content: ''; }
  .expertise .box h4, .expertise .box p {
    position: relative;
    z-index: 9; }
  .expertise .box p {
    opacity: 0.70; }
  .expertise .box h4 {
    font-size: 18px;
    line-height: 1.45;
    margin-bottom: 1.25rem;
    font-weight: 700; }
    @media (min-width: 1450px) {
      .expertise .box h4 {
        font-size: 20px; } }
  .expertise .box .bullets li {
    padding-left: 0.9375rem;
    position: relative;
    margin-bottom: 0.375rem; }
    .expertise .box .bullets li:before {
      background: #fff;
      border-radius: 100%;
      width: 6px;
      height: 6px;
      position: absolute;
      top: 9px;
      left: 0;
      content: ''; }

/* Contact box at the end of the page styles*/
.contact-box {
  margin-bottom: 3.75rem;
  text-align: center; }
  @media (min-width: 768px) {
    .contact-box {
      margin-bottom: 5.625rem; } }
  .contact-box .container {
    position: relative; }
  .contact-box .holder {
    background: #E8E8E8;
    padding: 5.3125rem 1.5625rem;
    border-radius: 1rem;
    position: relative;
    z-index: 9;
    overflow: hidden; }
    @media (min-width: 768px) {
      .contact-box .holder {
        padding: 5.3125rem 1.875rem; } }
    @media (min-width: 1450px) {
      .contact-box .holder {
        font-size: 1.25rem; } }
  .contact-box .shape {
    width: 110px;
    height: 240px;
    position: absolute;
    top: -170px;
    right: 60%;
    content: '';
    background: #D8D8D8;
    -webkit-transform: rotate(-75deg);
        -ms-transform: rotate(-75deg);
            transform: rotate(-75deg);
    z-index: -1; }
    @media (min-width: 768px) {
      .contact-box .shape {
        right: 40%; } }
    @media (min-width: 992px) {
      .contact-box .shape {
        top: -160px; } }
    @media (min-width: 1300px) {
      .contact-box .shape {
        width: 170px;
        height: 350px;
        top: -260px; } }
    @media (min-width: 1450px) {
      .contact-box .shape {
        right: 40%; } }
    .contact-box .shape.bottom {
      right: auto;
      left: -20px;
      top: auto;
      bottom: -220px;
      -webkit-transform: rotate(-10deg);
          -ms-transform: rotate(-10deg);
              transform: rotate(-10deg);
      width: 150px;
      height: 240px; }
      @media (min-width: 768px) {
        .contact-box .shape.bottom {
          left: 100px;
          bottom: -200px; } }
      @media (min-width: 1300px) {
        .contact-box .shape.bottom {
          width: 190px;
          height: 350px;
          bottom: -280px; } }
      .contact-box .shape.bottom:before {
        top: -10px;
        bottom: 10px;
        right: 10px; }
    .contact-box .shape:before {
      position: absolute;
      top: 10px;
      left: -10px;
      right: -10px;
      bottom: 10px;
      border: 1px solid #E96404;
      content: ''; }
  .contact-box .cube-box {
    position: absolute;
    bottom: -40px;
    right: 50px;
    width: 110px;
    z-index: 9;
    -webkit-animation-delay: 0.8s;
            animation-delay: 0.8s; }
    @media (min-width: 768px) {
      .contact-box .cube-box {
        width: 190px;
        bottom: -50px; } }
    .contact-box .cube-box img {
      width: 100%;
      height: auto;
      display: block; }
  .contact-box h2 {
    margin-bottom: 0.625rem; }
  .contact-box p {
    margin-bottom: 1.875rem; }
  .contact-box .btn {
    min-width: 125px; }

@media (max-width: 767.98px) {
  .container {
    padding-left: 1.5625rem;
    padding-right: 1.5625rem;
    max-width: 100%; } }

@media (max-width: 767.98px) {
  .mejs-overlay-button {
    width: 50px !important;
    height: 50px !important;
    background-size: cover !important;
    margin-left: -25px !important; } }

/* Key frames*/
@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  40% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px); }
  60% {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px); } }
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  40% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px); }
  60% {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px); } }

@-webkit-keyframes leftright {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateX(0);
            transform: translateX(0); }
  40% {
    -webkit-transform: translateX(10px);
            transform: translateX(10px); }
  60% {
    -webkit-transform: translateX(5px);
            transform: translateX(5px); } }

@keyframes leftright {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateX(0);
            transform: translateX(0); }
  40% {
    -webkit-transform: translateX(10px);
            transform: translateX(10px); }
  60% {
    -webkit-transform: translateX(5px);
            transform: translateX(5px); } }

@-webkit-keyframes scrolling {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
            transform: translateY(40px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0); } }

@keyframes scrolling {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
            transform: translateY(40px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0); } }

@-webkit-keyframes finger {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px); } }

@keyframes finger {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px); } }

/* footer styles*/
#footer,
.footer {
  background: #E8E8E8;
  font-size: 0.875rem;
  -ms-flex-item-align: end;
      align-self: flex-end; }
  @media (min-width: 1300px) {
    #footer,
    .footer {
      font-size: 1rem; } }
  #footer .logo,
  .footer .logo {
    width: 127px;
    margin-bottom: 20px; }
    #footer .logo img,
    .footer .logo img {
      width: 100%;
      height: auto;
      display: block; }
  #footer strong,
  .footer strong {
    display: block;
    margin-bottom: 0.625rem; }
  #footer ul li,
  .footer ul li {
    margin-bottom: 5px; }
  #footer ul.social li,
  .footer ul.social li {
    position: relative;
    padding-left: 1.1875rem; }
  #footer ul.social i,
  .footer ul.social i {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    left: 0; }
  #footer ul a,
  .footer ul a {
    color: rgba(0, 0, 0, 0.7);
    display: inline-block;
    vertical-align: middle;
    -webkit-transition: 0.2s linear;
    transition: 0.2s linear;
    text-decoration: none; }
    #footer ul a:hover,
    .footer ul a:hover {
      color: #E96404; }
    #footer ul a.behance i,
    .footer ul a.behance i {
      width: 15px;
      height: 15px;
      -webkit-transition: 0.2s linear;
      transition: 0.2s linear;
      background: rgba(0, 0, 0, 0.7);
      color: #E8E8E8;
      border-radius: 100%;
      padding: 3px 3px;
      font-size: 9px; }
    #footer ul a.behance:hover i,
    .footer ul a.behance:hover i {
      background: #E96404; }
  #footer .footer-info,
  .footer .footer-info {
    padding-top: 10px; }
    @media (min-width: 768px) {
      #footer .footer-info,
      .footer .footer-info {
        border-top: 1px solid #D5D5D5;
        padding-top: 15px; } }
    #footer .footer-info a,
    .footer .footer-info a {
      color: black;
      text-decoration: none; }
      #footer .footer-info a:hover,
      .footer .footer-info a:hover {
        color: #E96404; }

.footer {
  margin: 0 -25px; }
  @media (min-width: 768px) {
    .footer {
      margin: 0; } }

.mejs-container {
  width: 100% !important;
  height: 185px !important;
  position: relative;
  background: #0367a2;
  font-family: Helvetica, Arial;
  text-align: left;
  vertical-align: top;
  text-indent: 0;
  overflow: hidden; }
  .green .mejs-container {
    background-color: #2E5156; }
  @media (min-width: 576px) {
    .mejs-container {
      height: 297px !important; } }
  @media (min-width: 768px) {
    .mejs-container {
      height: 388px !important; } }
  @media (min-width: 992px) {
    .mejs-container {
      height: 524px !important; } }
  @media (min-width: 1450px) {
    .mejs-container {
      height: 681px !important; } }
  .mejs-container video {
    width: 100%;
    height: 100%; }

.me-plugin {
  position: absolute;
  height: 0;
  width: 0; }

.mejs-embed, .mejs-embed body {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  background: #000;
  overflow: hidden; }

.mejs-fullscreen {
  /* set it to not show scroll bars so 100% will work */
  overflow: hidden !important; }

.mejs-container-fullscreen {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  z-index: 1000; }

.mejs-container-fullscreen .mejs-mediaelement,
.mejs-container-fullscreen video {
  width: 100%;
  height: 100%; }

.mejs-clear {
  clear: both; }

/* Start: LAYERS */
.mejs-background {
  position: absolute;
  top: 0;
  left: 0; }

.mejs-mediaelement {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.mejs-poster {
  position: absolute;
  top: 0;
  left: 0;
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat; }

:root .mejs-poster img {
  display: none; }

.mejs-poster img {
  border: 0;
  padding: 0;
  border: 0; }

.mejs-overlay {
  position: absolute;
  top: 0;
  left: 0; }

.mejs-overlay-play {
  cursor: pointer; }

.mejs-overlay-button {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100px;
  height: 100px;
  margin: -50px 0 0 -50px;
  background: url(../images/bigplay.svg) no-repeat; }

.no-svg .mejs-overlay-button {
  background-image: url(../images/bigplay.png); }

.mejs-overlay:hover .mejs-overlay-button {
  background-position: 0 -100px; }

.mejs-overlay-loading {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 80px;
  height: 80px;
  margin: -40px 0 0 -40px;
  background: #333;
  background: url(../images/background.png);
  background: rgba(0, 0, 0, 0.9);
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(50, 50, 50, 0.9)), to(rgba(0, 0, 0, 0.9)));
  background: -webkit-linear-gradient(top, rgba(50, 50, 50, 0.9), rgba(0, 0, 0, 0.9));
  background: -webkit-linear-gradient(rgba(50, 50, 50, 0.9), rgba(0, 0, 0, 0.9));
  background: linear-gradient(rgba(50, 50, 50, 0.9), rgba(0, 0, 0, 0.9)); }

.mejs-overlay-loading span {
  display: block;
  width: 80px;
  height: 80px;
  background: transparent url(../images/loading.gif) 50% 50% no-repeat; }

/* End: LAYERS */
/* Start: CONTROL BAR */
.mejs-container .mejs-controls {
  position: absolute;
  list-style-type: none;
  margin: 0;
  padding: 0;
  bottom: 0;
  left: 0;
  background: url(../images/background.png);
  background: rgba(0, 0, 0, 0.7);
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(50, 50, 50, 0.7)), to(rgba(0, 0, 0, 0.7)));
  background: -webkit-linear-gradient(top, rgba(50, 50, 50, 0.7), rgba(0, 0, 0, 0.7));
  background: -webkit-linear-gradient(rgba(50, 50, 50, 0.7), rgba(0, 0, 0, 0.7));
  background: linear-gradient(rgba(50, 50, 50, 0.7), rgba(0, 0, 0, 0.7));
  height: 30px;
  width: 100%; }

.mejs-container .mejs-controls div {
  list-style-type: none;
  background-image: none;
  display: block;
  float: left;
  margin: 0;
  padding: 0;
  width: 26px;
  height: 26px;
  font-size: 11px;
  line-height: 11px;
  font-family: Helvetica, Arial;
  border: 0; }

.mejs-controls .mejs-button button {
  cursor: pointer;
  display: block;
  font-size: 0;
  line-height: 0;
  text-decoration: none;
  margin: 7px 5px;
  padding: 0;
  position: absolute;
  height: 16px;
  width: 16px;
  border: 0;
  background: transparent url(../images/controls.svg) no-repeat; }

.no-svg .mejs-controls .mejs-button button {
  background-image: url(../images/controls.png); }

/* :focus for accessibility */
.mejs-controls .mejs-button button:focus {
  outline: dotted 1px #999; }

/* End: CONTROL BAR */
/* Start: Time (Current / Duration) */
.mejs-container .mejs-controls .mejs-time {
  color: #fff;
  display: block;
  height: 17px;
  width: auto;
  padding: 8px 3px 0 3px;
  overflow: hidden;
  text-align: center;
  box-sizing: content-box; }

.mejs-container .mejs-controls .mejs-time span {
  color: #fff;
  font-size: 11px;
  line-height: 12px;
  display: block;
  float: left;
  margin: 1px 2px 0 0;
  width: auto; }

/* End: Time (Current / Duration) */
/* Start: Play/Pause/Stop */
.mejs-controls .mejs-play button {
  background-position: 0 0; }

.mejs-controls .mejs-pause button {
  background-position: 0 -16px; }

.mejs-controls .mejs-stop button {
  background-position: -112px 0; }

/* Start: Play/Pause/Stop */
/* Start: Progress Bar */
.mejs-controls div.mejs-time-rail {
  direction: ltr;
  width: 200px;
  padding-top: 5px; }

.mejs-controls .mejs-time-rail span {
  display: block;
  position: absolute;
  width: 180px;
  height: 10px;
  border-radius: 2px;
  cursor: pointer; }

.mejs-controls .mejs-time-rail .mejs-time-total {
  margin: 5px;
  background: #333;
  background: rgba(50, 50, 50, 0.8);
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(30, 30, 30, 0.8)), to(rgba(60, 60, 60, 0.8)));
  background: -webkit-linear-gradient(top, rgba(30, 30, 30, 0.8), rgba(60, 60, 60, 0.8));
  background: -webkit-linear-gradient(rgba(30, 30, 30, 0.8), rgba(60, 60, 60, 0.8));
  background: linear-gradient(rgba(30, 30, 30, 0.8), rgba(60, 60, 60, 0.8)); }

.mejs-controls .mejs-time-rail .mejs-time-buffering {
  width: 100%;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -webkit-linear-gradient(135deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 15px 15px;
  -webkit-animation: buffering-stripes 2s linear infinite;
  animation: buffering-stripes 2s linear infinite; }

@-webkit-keyframes buffering-stripes {
  from {
    background-position: 0 0; }
  to {
    background-position: 30px 0; } }

@keyframes buffering-stripes {
  from {
    background-position: 0 0; }
  to {
    background-position: 30px 0; } }

.mejs-controls .mejs-time-rail .mejs-time-loaded {
  background: #3caac8;
  background: rgba(60, 170, 200, 0.8);
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(44, 124, 145, 0.8)), to(rgba(78, 183, 212, 0.8)));
  background: -webkit-linear-gradient(top, rgba(44, 124, 145, 0.8), rgba(78, 183, 212, 0.8));
  background: -webkit-linear-gradient(rgba(44, 124, 145, 0.8), rgba(78, 183, 212, 0.8));
  background: linear-gradient(rgba(44, 124, 145, 0.8), rgba(78, 183, 212, 0.8));
  width: 0; }

.mejs-controls .mejs-time-rail .mejs-time-current {
  background: #fff;
  background: rgba(255, 255, 255, 0.8);
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(255, 255, 255, 0.9)), to(rgba(200, 200, 200, 0.8)));
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.9), rgba(200, 200, 200, 0.8));
  background: -webkit-linear-gradient(rgba(255, 255, 255, 0.9), rgba(200, 200, 200, 0.8));
  background: linear-gradient(rgba(255, 255, 255, 0.9), rgba(200, 200, 200, 0.8));
  width: 0; }

.mejs-controls .mejs-time-rail .mejs-time-handle {
  display: none;
  position: absolute;
  margin: 0;
  width: 10px;
  background: #fff;
  border-radius: 5px;
  cursor: pointer;
  border: solid 2px #333;
  top: -2px;
  text-align: center; }

.mejs-controls .mejs-time-rail .mejs-time-float {
  position: absolute;
  display: none;
  background: #eee;
  width: 36px;
  height: 17px;
  border: solid 1px #333;
  top: -26px;
  margin-left: -18px;
  text-align: center;
  color: #111; }

.mejs-controls .mejs-time-rail .mejs-time-float-current {
  margin: 2px;
  width: 30px;
  display: block;
  text-align: center;
  left: 0; }

.mejs-controls .mejs-time-rail .mejs-time-float-corner {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  line-height: 0;
  border: solid 5px #eee;
  border-color: #eee transparent transparent transparent;
  border-radius: 0;
  top: 15px;
  left: 13px; }

.mejs-long-video .mejs-controls .mejs-time-rail .mejs-time-float {
  width: 48px; }

.mejs-long-video .mejs-controls .mejs-time-rail .mejs-time-float-current {
  width: 44px; }

.mejs-long-video .mejs-controls .mejs-time-rail .mejs-time-float-corner {
  left: 18px; }

/*
.mejs-controls .mejs-time-rail:hover .mejs-time-handle {
	visibility:visible;
}
*/
/* End: Progress Bar */
/* Start: Fullscreen */
.mejs-controls .mejs-fullscreen-button button {
  background-position: -32px 0; }

.mejs-controls .mejs-unfullscreen button {
  background-position: -32px -16px; }

/* End: Fullscreen */
/* Start: Mute/Volume */
.mejs-controls .mejs-mute button {
  background-position: -16px -16px; }

.mejs-controls .mejs-unmute button {
  background-position: -16px 0; }

.mejs-controls .mejs-volume-button {
  position: relative; }

.mejs-controls .mejs-volume-button .mejs-volume-slider {
  display: none;
  height: 115px;
  width: 25px;
  background: url(../images/background.png);
  background: rgba(50, 50, 50, 0.7);
  border-radius: 0;
  top: -115px;
  left: 0;
  z-index: 1;
  position: absolute;
  margin: 0; }

.mejs-controls .mejs-volume-button:hover {
  border-radius: 0 0 4px 4px; }

/*
.mejs-controls .mejs-volume-button:hover .mejs-volume-slider {
	display: block;
}
*/
.mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-total {
  position: absolute;
  left: 11px;
  top: 8px;
  width: 2px;
  height: 100px;
  background: #ddd;
  background: rgba(255, 255, 255, 0.5);
  margin: 0; }

.mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-current {
  position: absolute;
  left: 11px;
  top: 8px;
  width: 2px;
  height: 100px;
  background: #ddd;
  background: rgba(255, 255, 255, 0.9);
  margin: 0; }

.mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-handle {
  position: absolute;
  left: 4px;
  top: -3px;
  width: 16px;
  height: 6px;
  background: #ddd;
  background: rgba(255, 255, 255, 0.9);
  cursor: N-resize;
  border-radius: 1px;
  margin: 0; }

/* horizontal version */
.mejs-controls div.mejs-horizontal-volume-slider {
  height: 26px;
  width: 60px;
  position: relative; }

.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total {
  position: absolute;
  left: 0;
  top: 11px;
  width: 50px;
  height: 8px;
  margin: 0;
  padding: 0;
  font-size: 1px;
  border-radius: 2px;
  background: #333;
  background: rgba(50, 50, 50, 0.8);
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(30, 30, 30, 0.8)), to(rgba(60, 60, 60, 0.8)));
  background: -webkit-linear-gradient(top, rgba(30, 30, 30, 0.8), rgba(60, 60, 60, 0.8));
  background: -webkit-linear-gradient(rgba(30, 30, 30, 0.8), rgba(60, 60, 60, 0.8));
  background: linear-gradient(rgba(30, 30, 30, 0.8), rgba(60, 60, 60, 0.8)); }

.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
  position: absolute;
  left: 0;
  top: 11px;
  width: 50px;
  height: 8px;
  margin: 0;
  padding: 0;
  font-size: 1px;
  border-radius: 2px;
  background: #fff;
  background: rgba(255, 255, 255, 0.8);
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(255, 255, 255, 0.9)), to(rgba(200, 200, 200, 0.8)));
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.9), rgba(200, 200, 200, 0.8));
  background: -webkit-linear-gradient(rgba(255, 255, 255, 0.9), rgba(200, 200, 200, 0.8));
  background: linear-gradient(rgba(255, 255, 255, 0.9), rgba(200, 200, 200, 0.8)); }

.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-handle {
  display: none; }

/* End: Mute/Volume */
/* Start: Track (Captions and Chapters) */
.mejs-controls .mejs-captions-button {
  position: relative; }

.mejs-controls .mejs-captions-button button {
  background-position: -48px 0; }

.mejs-controls .mejs-captions-button .mejs-captions-selector {
  visibility: hidden;
  position: absolute;
  bottom: 26px;
  right: -51px;
  width: 85px;
  height: 100px;
  background: url(../images/background.png);
  background: rgba(50, 50, 50, 0.7);
  border: solid 1px transparent;
  padding: 10px 10px 0 10px;
  overflow: hidden;
  border-radius: 0; }

/*
.mejs-controls .mejs-captions-button:hover  .mejs-captions-selector {
	visibility: visible;
}
*/
.mejs-controls .mejs-captions-button .mejs-captions-selector ul {
  margin: 0;
  padding: 0;
  display: block;
  list-style-type: none !important;
  overflow: hidden; }

.mejs-controls .mejs-captions-button .mejs-captions-selector ul li {
  margin: 0 0 6px 0;
  padding: 0;
  list-style-type: none !important;
  display: block;
  color: #fff;
  overflow: hidden; }

.mejs-controls .mejs-captions-button .mejs-captions-selector ul li input {
  clear: both;
  float: left;
  margin: 3px 3px 0 5px; }

.mejs-controls .mejs-captions-button .mejs-captions-selector ul li label {
  width: 55px;
  float: left;
  padding: 4px 0 0 0;
  line-height: 15px;
  font-family: helvetica, arial;
  font-size: 10px; }

.mejs-controls .mejs-captions-button .mejs-captions-translations {
  font-size: 10px;
  margin: 0 0 5px 0; }

.mejs-chapters {
  position: absolute;
  top: 0;
  left: 0;
  -xborder-right: solid 1px #fff;
  width: 10000px;
  z-index: 1; }

.mejs-chapters .mejs-chapter {
  position: absolute;
  float: left;
  background: #222;
  background: rgba(0, 0, 0, 0.7);
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(50, 50, 50, 0.7)), to(rgba(0, 0, 0, 0.7)));
  background: -webkit-linear-gradient(top, rgba(50, 50, 50, 0.7), rgba(0, 0, 0, 0.7));
  background: -webkit-linear-gradient(rgba(50, 50, 50, 0.7), rgba(0, 0, 0, 0.7));
  background: linear-gradient(rgba(50, 50, 50, 0.7), rgba(0, 0, 0, 0.7));
  filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, startColorstr=#323232,endColorstr=#000000);
  overflow: hidden;
  border: 0; }

.mejs-chapters .mejs-chapter .mejs-chapter-block {
  font-size: 11px;
  color: #fff;
  padding: 5px;
  display: block;
  border-right: solid 1px #333;
  border-bottom: solid 1px #333;
  cursor: pointer; }

.mejs-chapters .mejs-chapter .mejs-chapter-block-last {
  border-right: none; }

.mejs-chapters .mejs-chapter .mejs-chapter-block:hover {
  background: #666;
  background: rgba(102, 102, 102, 0.7);
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(102, 102, 102, 0.7)), to(rgba(50, 50, 50, 0.6)));
  background: -webkit-linear-gradient(top, rgba(102, 102, 102, 0.7), rgba(50, 50, 50, 0.6));
  background: -webkit-linear-gradient(rgba(102, 102, 102, 0.7), rgba(50, 50, 50, 0.6));
  background: linear-gradient(rgba(102, 102, 102, 0.7), rgba(50, 50, 50, 0.6));
  filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, startColorstr=#666666,endColorstr=#323232); }

.mejs-chapters .mejs-chapter .mejs-chapter-block .ch-title {
  font-size: 12px;
  font-weight: bold;
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin: 0 0 3px 0;
  line-height: 12px; }

.mejs-chapters .mejs-chapter .mejs-chapter-block .ch-timespan {
  font-size: 12px;
  line-height: 12px;
  margin: 3px 0 4px 0;
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis; }

.mejs-captions-layer {
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: center;
  line-height: 20px;
  font-size: 16px;
  color: #fff; }

.mejs-captions-layer a {
  color: #fff;
  text-decoration: underline; }

.mejs-captions-layer[lang=ar] {
  font-size: 20px;
  font-weight: normal; }

.mejs-captions-position {
  position: absolute;
  width: 100%;
  bottom: 15px;
  left: 0; }

.mejs-captions-position-hover {
  bottom: 35px; }

.mejs-captions-text {
  padding: 3px 5px;
  background: url(../images/background.png);
  background: rgba(20, 20, 20, 0.5);
  white-space: pre-wrap; }

/* End: Track (Captions and Chapters) */
/* Start: Error */
.me-cannotplay a {
  color: #fff;
  font-weight: bold; }

.me-cannotplay span {
  padding: 15px;
  display: block; }

/* End: Error */
/* Start: Loop */
.mejs-controls .mejs-loop-off button {
  background-position: -64px -16px; }

.mejs-controls .mejs-loop-on button {
  background-position: -64px 0; }

/* End: Loop */
/* Start: backlight */
.mejs-controls .mejs-backlight-off button {
  background-position: -80px -16px; }

.mejs-controls .mejs-backlight-on button {
  background-position: -80px 0; }

/* End: backlight */
/* Start: Picture Controls */
.mejs-controls .mejs-picturecontrols-button {
  background-position: -96px 0; }

/* End: Picture Controls */
/* context menu */
.mejs-contextmenu {
  position: absolute;
  width: 150px;
  padding: 10px;
  border-radius: 4px;
  top: 0;
  left: 0;
  background: #fff;
  border: solid 1px #999;
  z-index: 1001;
  /* make sure it shows on fullscreen */ }

.mejs-contextmenu .mejs-contextmenu-separator {
  height: 1px;
  font-size: 0;
  margin: 5px 6px;
  background: #333; }

.mejs-contextmenu .mejs-contextmenu-item {
  font-family: Helvetica, Arial;
  font-size: 12px;
  padding: 4px 6px;
  cursor: pointer;
  color: #333; }

.mejs-contextmenu .mejs-contextmenu-item:hover {
  background: #2C7C91;
  color: #fff; }

/* Start: Source Chooser */
.mejs-controls .mejs-sourcechooser-button {
  position: relative; }

.mejs-controls .mejs-sourcechooser-button button {
  background-position: -128px 0; }

.mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector {
  visibility: hidden;
  position: absolute;
  bottom: 26px;
  right: -10px;
  width: 130px;
  height: 100px;
  background: url(../images/background.png);
  background: rgba(50, 50, 50, 0.7);
  border: solid 1px transparent;
  padding: 10px;
  overflow: hidden;
  border-radius: 0; }

.mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector ul {
  margin: 0;
  padding: 0;
  display: block;
  list-style-type: none !important;
  overflow: hidden; }

.mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector ul li {
  margin: 0 0 6px 0;
  padding: 0;
  list-style-type: none !important;
  display: block;
  color: #fff;
  overflow: hidden; }

.mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector ul li input {
  clear: both;
  float: left;
  margin: 3px 3px 0 5px; }

.mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector ul li label {
  width: 100px;
  float: left;
  padding: 4px 0 0 0;
  line-height: 15px;
  font-family: helvetica, arial;
  font-size: 10px; }

/* End: Source Chooser */
/* Start: Postroll */
.mejs-postroll-layer {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/background.png);
  background: rgba(50, 50, 50, 0.7);
  z-index: 1000;
  overflow: hidden; }

.mejs-postroll-layer-content {
  width: 100%;
  height: 100%; }

.mejs-postroll-close {
  position: absolute;
  right: 0;
  top: 0;
  background: url(../images/background.png);
  background: rgba(50, 50, 50, 0.7);
  color: #fff;
  padding: 4px;
  z-index: 100;
  cursor: pointer; }

/* End: Postroll */
/* Start: Speed */
div.mejs-speed-button {
  width: 46px !important;
  position: relative; }

.mejs-controls .mejs-button.mejs-speed-button button {
  background: transparent;
  width: 36px;
  font-size: 11px;
  line-height: normal;
  color: #ffffff; }

.mejs-controls .mejs-speed-button .mejs-speed-selector {
  visibility: hidden;
  position: absolute;
  top: -100px;
  left: -10px;
  width: 60px;
  height: 100px;
  background: url(../images/background.png);
  background: rgba(50, 50, 50, 0.7);
  border: solid 1px transparent;
  padding: 0;
  overflow: hidden;
  border-radius: 0; }

.mejs-controls .mejs-speed-button:hover > .mejs-speed-selector {
  visibility: visible; }

.mejs-controls .mejs-speed-button .mejs-speed-selector ul li label.mejs-speed-selected {
  color: #21f8f8; }

.mejs-controls .mejs-speed-button .mejs-speed-selector ul {
  margin: 0;
  padding: 0;
  display: block;
  list-style-type: none !important;
  overflow: hidden; }

.mejs-controls .mejs-speed-button .mejs-speed-selector ul li {
  margin: 0 0 6px 0;
  padding: 0 10px;
  list-style-type: none !important;
  display: block;
  color: #fff;
  overflow: hidden; }

.mejs-controls .mejs-speed-button .mejs-speed-selector ul li input {
  clear: both;
  float: left;
  margin: 3px 3px 0 5px;
  display: none; }

.mejs-controls .mejs-speed-button .mejs-speed-selector ul li label {
  width: 60px;
  float: left;
  padding: 4px 0 0 0;
  line-height: 15px;
  font-family: helvetica, arial;
  font-size: 11.5px;
  color: white;
  margin-left: 5px;
  cursor: pointer; }

.mejs-controls .mejs-speed-button .mejs-speed-selector ul li:hover {
  background-color: #c8c8c8 !important;
  background-color: rgba(255, 255, 255, 0.4) !important; }

/* End: Speed */
/* TED player */
.mejs-ted .mejs-controls {
  background: #eee;
  height: 65px; }

.mejs-ted .mejs-button,
.mejs-ted .mejs-time {
  position: absolute;
  background: #ddd; }

.mejs-ted .mejs-controls .mejs-time-rail .mejs-time-total {
  background-color: none;
  background: url(controls-ted.png) repeat-x 0 -52px;
  height: 6px; }

.mejs-ted .mejs-controls .mejs-time-rail .mejs-time-buffering {
  height: 6px; }

.mejs-ted .mejs-controls .mejs-time-rail .mejs-time-loaded {
  background-color: none;
  background: url(controls-ted.png) repeat-x 0 -52px;
  width: 0;
  height: 6px; }

.mejs-ted .mejs-controls .mejs-time-rail .mejs-time-current {
  width: 0;
  height: 6px;
  background-color: none;
  background: url(controls-ted.png) repeat-x 0 -59px; }

.mejs-ted .mejs-controls .mejs-time-rail .mejs-time-handle {
  display: block;
  margin: 0;
  width: 14px;
  height: 21px;
  top: -7px;
  border: 0;
  background: url(controls-ted.png) no-repeat 0 0; }

.mejs-ted .mejs-controls .mejs-time-rail .mejs-time-float {
  display: none; }

.mejs-ted .mejs-controls .mejs-playpause-button {
  top: 29px;
  left: 9px;
  width: 49px;
  height: 28px; }

.mejs-ted .mejs-controls .mejs-playpause-button button {
  width: 49px;
  height: 28px;
  background: url(controls-ted.png) no-repeat -50px -23px;
  margin: 0;
  padding: 0; }

.mejs-ted .mejs-controls .mejs-pause button {
  background-position: 0 -23px; }

.mejs-ted .mejs-controls .mejs-fullscreen-button {
  top: 34px;
  right: 9px;
  width: 17px;
  height: 15px;
  background: none; }

.mejs-ted .mejs-controls .mejs-fullscreen-button button {
  width: 19px;
  height: 17px;
  background: transparent url(controls-ted.png) no-repeat 0 -66px;
  margin: 0;
  padding: 0; }

.mejs-ted .mejs-controls .mejs-unfullscreen button {
  background: transparent url(controls-ted.png) no-repeat -21px -66px;
  margin: 0;
  padding: 0; }

.mejs-ted .mejs-controls .mejs-volume-button {
  top: 30px;
  right: 35px;
  width: 24px;
  height: 22px; }

.mejs-ted .mejs-controls .mejs-mute button {
  background: url(controls-ted.png) no-repeat -15px 0;
  width: 24px;
  height: 22px;
  margin: 0;
  padding: 0; }

.mejs-ted .mejs-controls .mejs-unmute button {
  background: url(controls-ted.png) no-repeat -40px 0;
  width: 24px;
  height: 22px;
  margin: 0;
  padding: 0; }

.mejs-ted .mejs-controls .mejs-volume-button .mejs-volume-slider {
  background: #fff;
  border: solid 1px #aaa;
  border-width: 1px 1px 0 1px;
  width: 22px;
  height: 65px;
  top: -65px; }

.mejs-ted .mejs-controls .mejs-volume-button .mejs-volume-total {
  background: url(controls-ted.png) repeat-y -41px -66px;
  left: 8px;
  width: 6px;
  height: 50px; }

.mejs-ted .mejs-controls .mejs-volume-button .mejs-volume-current {
  left: 8px;
  width: 6px;
  background: url(controls-ted.png) repeat-y -48px -66px;
  height: 50px; }

.mejs-ted .mejs-controls .mejs-volume-button .mejs-volume-handle {
  display: none; }

.mejs-ted .mejs-controls .mejs-time span {
  color: #333; }

.mejs-ted .mejs-controls .mejs-currenttime-container {
  position: absolute;
  top: 32px;
  right: 100px;
  border: solid 1px #999;
  background: #fff;
  color: #333;
  padding-top: 2px;
  border-radius: 3px;
  color: #333; }

.mejs-ted .mejs-controls .mejs-duration-container {
  position: absolute;
  top: 32px;
  right: 65px;
  border: solid 1px #999;
  background: #fff;
  color: #333;
  padding-top: 2px;
  border-radius: 3px;
  color: #333; }

.mejs-ted .mejs-controls .mejs-time button {
  color: #333; }

.mejs-ted .mejs-controls .mejs-captions-button {
  display: none; }

/* END: TED player */
/* WMP player */
.mejs-wmp .mejs-controls {
  background: transparent url(controls-wmp-bg.png) center 16px no-repeat;
  height: 65px; }

.mejs-wmp .mejs-button,
.mejs-wmp .mejs-time {
  position: absolute;
  background: transparent; }

.mejs-wmp .mejs-controls .mejs-time-rail .mejs-time-total {
  background-color: transparent;
  border: solid 1px #ccc;
  height: 3px; }

.mejs-wmp .mejs-controls .mejs-time-rail .mejs-time-buffering {
  height: 3px; }

.mejs-wmp .mejs-controls .mejs-time-rail .mejs-time-loaded {
  background-color: rgba(255, 255, 255, 0.3);
  width: 0;
  height: 3px; }

.mejs-wmp .mejs-controls .mejs-time-rail .mejs-time-current {
  width: 0;
  height: 1px;
  background-color: #014CB6;
  border: solid 1px #7FC9FA;
  border-width: 1px 0;
  border-color: #7FC9FA #fff #619FF2 #fff; }

.mejs-wmp .mejs-controls .mejs-time-rail .mejs-time-handle {
  display: block;
  margin: 0;
  width: 16px;
  height: 9px;
  top: -3px;
  border: 0;
  background: url(controls-wmp.png) no-repeat 0 -80px; }

.mejs-wmp .mejs-controls .mejs-time-rail .mejs-time-float {
  display: none; }

.mejs-wmp .mejs-controls .mejs-playpause-button {
  top: 10px;
  left: 50%;
  margin: 10px 0 0 -20px;
  width: 40px;
  height: 40px; }

.mejs-wmp .mejs-controls .mejs-playpause-button button {
  width: 40px;
  height: 40px;
  background: url(controls-wmp.png) no-repeat 0 0;
  margin: 0;
  padding: 0; }

.mejs-wmp .mejs-controls .mejs-pause button {
  background-position: 0 -40px; }

.mejs-wmp .mejs-controls .mejs-currenttime-container {
  position: absolute;
  top: 25px;
  left: 50%;
  margin-left: -93px; }

.mejs-wmp .mejs-controls .mejs-duration-container {
  position: absolute;
  top: 25px;
  left: 50%;
  margin-left: -58px; }

.mejs-wmp .mejs-controls .mejs-volume-button {
  top: 32px;
  right: 50%;
  margin-right: -55px;
  width: 20px;
  height: 15px; }

.mejs-wmp .mejs-controls .mejs-volume-button button {
  margin: 0;
  padding: 0;
  background: url(controls-wmp.png) no-repeat -42px -17px;
  width: 20px;
  height: 15px; }

.mejs-wmp .mejs-controls .mejs-unmute button {
  margin: 0;
  padding: 0;
  background: url(controls-wmp.png) no-repeat -42px 0;
  width: 20px;
  height: 15px; }

.mejs-wmp .mejs-controls .mejs-volume-button .mejs-volume-slider {
  background: rgba(102, 102, 102, 0.6); }

.mejs-wmp .mejs-controls .mejs-fullscreen-button {
  top: 32px;
  right: 50%;
  margin-right: -82px;
  width: 15px;
  height: 14px; }

.mejs-wmp .mejs-controls .mejs-fullscreen-button button {
  margin: 0;
  padding: 0;
  background: url(controls-wmp.png) no-repeat -63px 0;
  width: 15px;
  height: 14px; }

.mejs-wmp .mejs-controls .mejs-captions-button {
  display: none; }

/* END: WMP player */
/* Visual styles about page */
.visual .img-holder.radius {
  margin-top: 1.25rem; }
  .visual .img-holder.radius:after {
    border-radius: 0.3125rem;
    top: -10px;
    border-radius: 0.9375rem; }
  .visual .img-holder.radius:before {
    display: none; }
  .visual .img-holder.radius img {
    border-radius: 0.9375rem; }

/* two cols styles about page */
.two-cols {
  background: #F7F7F7; }
  @media (min-width: 1300px) {
    .two-cols {
      font-size: 20px; } }
  @media (min-width: 1450px) {
    .two-cols {
      font-size: 22px; } }
  @media (min-width: 992px) {
    .two-cols .textblock p {
      padding-right: 3.125rem; } }
  .two-cols h3 {
    color: #E96404;
    font-weight: 700;
    font-size: 2.625rem; }
    @media (max-width: 767.98px) {
      .two-cols h3 {
        margin-bottom: 0.3125rem; } }
  .two-cols .box {
    background: #fff;
    border-radius: 1rem;
    padding: 3.4375rem 6.875rem 3.125rem 1.5625rem;
    margin-bottom: 1.875rem;
    font-size: 0.8125rem;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
    min-height: 200px; }
    @media (min-width: 768px) {
      .two-cols .box {
        padding: 2.5rem 1.875rem; } }
    .two-cols .box p {
      margin-bottom: 0; }
  .two-cols .boxes .animate {
    -webkit-animation-delay: 0.2s;
            animation-delay: 0.2s; }

/* Tools section styles about page */
@media (min-width: 1300px) {
  .tools-section {
    font-size: 20px; } }

@media (min-width: 1450px) {
  .tools-section {
    font-size: 22px; } }

.tools-section .heading {
  max-width: 43.125rem;
  margin: 0 auto 1.875rem; }
  @media (min-width: 768px) {
    .tools-section .heading {
      margin: 0 auto 4.375rem; } }
  @media (max-width: 767.98px) {
    .tools-section .heading h2 {
      margin-bottom: 0.625rem; } }

.tools-section h3 {
  font-size: 1.125rem;
  line-height: 1.5;
  margin-bottom: 0.625rem; }
  @media (min-width: 1300px) {
    .tools-section h3 {
      font-size: 1.5rem; } }

.tools-section .box {
  border: 1px solid #E8E8E8;
  border-radius: 1rem;
  padding: 25px;
  width: 100%;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  font-size: 0.9375rem; }
  @media (min-width: 1300px) {
    .tools-section .box {
      font-size: 1rem; } }

@media (max-width: 575.98px) {
  .tools-section .col {
    -ms-flex-preferred-size: inherit;
        flex-basis: inherit; } }

.tools-section .icon-holder img {
  display: block; }

.tools-section .col:nth-child(2) .animate {
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s; }

.tools-section .col:nth-child(3) .animate {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s; }

.tools-section .col:nth-child(4) .animate {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s; }

.tools-section .col:nth-child(5) .animate {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s; }

.tools-section .col:nth-child(6) .animate {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s; }

.tools-section .col:nth-child(7) .animate {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s; }

.tools-section .col:nth-child(8) .animate {
  -webkit-animation-delay: 0.7s;
          animation-delay: 0.7s; }

.tools-section .col:nth-child(9) .animate {
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s; }

.tools-section p {
  margin-bottom: 0; }

.main-banner {
  background: #F7F7F7; }
  @media (min-width: 1300px) {
    .main-banner {
      font-size: 20px; } }
  @media (min-width: 1450px) {
    .main-banner {
      font-size: 22px; } }
  .main-banner .animate {
    -webkit-animation-delay: 0.5s;
            animation-delay: 0.5s; }

.details {
  background: #3D3D3D;
  font-size: 1rem;
  color: #fff; }
  .details .container {
    max-width: 50rem; }
  .details .title {
    font-size: 1.125rem;
    line-height: 1.4;
    display: block;
    margin-bottom: 0.3125rem; }
    @media (min-width: 768px) {
      .details .title {
        font-size: 1.375rem;
        margin-bottom: 0.9375rem; } }
  .details p {
    margin: 0; }

.project-description .image {
  position: relative; }
  .project-description .image.has-shadow {
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15);
    border-radius: 16px;
    overflow: hidden; }
  .project-description .image img {
    max-width: 100%;
    display: block;
    margin: 0 auto;
    border-radius: 10px; }

.project-description h3 {
  margin-bottom: 0.625rem; }
  @media (min-width: 768px) {
    .project-description h3 {
      margin-bottom: 1.25rem; } }

.project-description p {
  margin-bottom: 1.5625rem; }
  @media (min-width: 768px) {
    .project-description p {
      margin-bottom: 3.125rem; } }

.laptop {
  position: relative;
  margin-bottom: 2.5rem; }
  @media (min-width: 768px) {
    .laptop {
      margin-bottom: 7.5rem; } }
  .laptop img {
    width: 100%;
    display: block;
    height: auto; }
  .laptop .screen-overlay,
  .laptop .slick-slider {
    position: absolute;
    top: 6.2%;
    left: 12.4%;
    right: 12.4%;
    bottom: 12.8%;
    background-size: cover; }
  .laptop .slick-slider .screen-overlay {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: static;
    width: 100%;
    height: 100%; }

.faqs {
  background: #F7F7F7; }
  .faqs h2 {
    line-height: 1.40; }
  @media (max-width: 767.98px) {
    .faqs img {
      width: 45px;
      height: 45px; } }

.card-header {
  background: none;
  box-shadow: none;
  border: none; }
  @media (max-width: 767.98px) {
    .card-header {
      padding: 14px 0; } }
  .card-header .btn {
    box-shadow: none;
    outline: none !important;
    font-size: 0.9375rem;
    line-height: 1.2;
    font-weight: 700;
    color: #000;
    text-decoration: none;
    padding: 10px 50px 10px 0;
    position: relative; }
    @media (min-width: 768px) {
      .card-header .btn {
        font-size: 1.5rem; } }
    .card-header .btn:after, .card-header .btn:before {
      position: absolute;
      top: 30px;
      right: 0;
      content: '';
      background: #000;
      width: 18px;
      height: 2px;
      border-radius: 4px;
      -webkit-transition: 0.2s linear;
      transition: 0.2s linear; }
      @media (max-width: 767.98px) {
        .card-header .btn:after, .card-header .btn:before {
          top: 20px; } }
    .card-header .btn:before {
      top: 22px;
      width: 2px;
      height: 18px;
      right: 8px;
      opacity: 0;
      -webkit-transform: rotate(135deg);
          -ms-transform: rotate(135deg);
              transform: rotate(135deg); }
      @media (max-width: 767.98px) {
        .card-header .btn:before {
          top: 12px; } }
    .card-header .btn.collapsed:before {
      opacity: 1;
      -webkit-transform: rotate(0);
          -ms-transform: rotate(0);
              transform: rotate(0); }

.card {
  background: none;
  border: none;
  border-radius: 0;
  position: relative; }
  @media (max-width: 767.98px) {
    .card .card-body {
      padding: 0 0 20px; } }
  .card:before {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: #D5D5D5;
    height: 1px;
    content: ''; }

.buttons-control .btn {
  position: relative;
  padding-right: 45px !important; }
  @media (max-width: 767.98px) {
    .buttons-control .btn.btn-stroke {
      border: none;
      box-shadow: none !important;
      padding: 10px;
      font-size: 15px;
      line-height: 1.2; } }
  .buttons-control .btn i {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 15px;
    font-size: 14px; }
  .buttons-control .btn.prev {
    padding-left: 45px !important;
    padding-right: 20px !important; }
    .buttons-control .btn.prev i {
      -webkit-transform: translateY(-50%) rotate(-180deg);
          -ms-transform: translateY(-50%) rotate(-180deg);
              transform: translateY(-50%) rotate(-180deg);
      left: 15px;
      right: auto;
      margin-top: 1px; }
  .buttons-control .btn:hover i {
    color: #fff; }

/** New Style **/
.info .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 16px;
  line-height: 20px;
  margin: 0 -10px 20px; }
  .info .list li {
    display: none;
    position: relative;
    padding: 0 10px; }
    @media (min-width: 768px) {
      .info .list li {
        display: block; } }
    .info .list li:first-child {
      display: block; }
      .info .list li:first-child:before {
        display: none; }
    .info .list li:before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 1px;
      height: 18px;
      background: #000; }

.final-vector .image {
  border-width: 0 0 1px;
  border-style: solid;
  border-color: #fff; }
  @media (min-width: 768px) {
    .final-vector .image {
      border-width: 0 0 0 1px; } }

.final-vector.black-border .image {
  margin: 0 -1px -1px 0; }

  .final-vector.black-border2 .image {
    border: 1px solid #3D3D3D; }

.final-vector.white-border .image {
  margin: 0 -1px -1px 0;
  border: 1px solid #fff; }

.final-character .image {
  border-width: 0 0 1px;
  border-style: solid;
  border-color: #fff; }
  @media (min-width: 768px) {
    .final-character .image {
      border-width: 0 0 1px 1px; } }

.video-box {
  width: 100%;
  position: relative; }

.design-system {
  position: relative; }
  .design-system .system-wrap {
    max-width: 900px;
    margin: 0 auto;
    border-top: 1px solid #D5D5D5;
    padding-top: 30px; }
    @media (min-width: 768px) {
      .design-system .system-wrap {
        border: none;
        padding-top: 0; } }

.password-block {
  position: relative; }
  .password-block .container {
    position: relative; }
  .password-block h1 {
    font-size: 33px;
    line-height: 50px;
    margin: 0 0 25px; }
    @media (min-width: 768px) {
      .password-block h1 {
        font-size: 64px;
        line-height: 70px; } }
  .password-block .form-holder {
    max-width: 510px;
    margin: 0 auto; }
  .password-block .holder {
    max-width: 300px;
    margin: 0 auto; }
  .password-block .form-control {
    height: 43px; }
  .password-block .shape {
    width: 110px;
    height: 240px;
    position: absolute;
    top: -170px;
    right: 0px;
    content: '';
    background: #F7F7F7;
    -webkit-transform: rotate(75deg);
        -ms-transform: rotate(75deg);
            transform: rotate(75deg);
    opacity: 0;
    -webkit-transition: 0.8s linear;
    transition: 0.8s linear;
    -webkit-transition-delay: 2.5s;
            transition-delay: 2.5s; }
    .loaded .password-block .shape {
      opacity: 1; }
    @media (min-width: 768px) {
      .password-block .shape {
        top: -230px;
        right: 10px; } }
    @media (min-width: 992px) {
      .password-block .shape {
        right: 200px; } }
    @media (min-width: 1300px) {
      .password-block .shape {
        width: 170px;
        height: 350px;
        top: -305px;
        right: 220px; } }
    @media (min-width: 1450px) {
      .password-block .shape {
        top: -305px;
        right: 220px; } }
    .password-block .shape.bottom {
      right: auto;
      top: auto;
      left: 65px;
      bottom: -175px;
      -webkit-transform: rotate(-70deg);
          -ms-transform: rotate(-70deg);
              transform: rotate(-70deg); }
      .password-block .shape.bottom:before {
        top: -10px;
        bottom: 10px; }
      @media (min-width: 768px) {
        .password-block .shape.bottom {
          left: 80px;
          bottom: -230px; } }
      @media (min-width: 1300px) {
        .password-block .shape.bottom {
          left: 20px;
          bottom: -315px; } }
      @media (min-width: 1450px) {
        .password-block .shape.bottom {
          left: -60px;
          bottom: -308px; } }
    .password-block .shape:before {
      position: absolute;
      top: 10px;
      left: -10px;
      right: -10px;
      bottom: -10px;
      border: 1px solid #E96404;
      content: ''; }

/* contact page styles*/
.contact-info {
  border-radius: 1rem;
  border: 1px solid #E8E8E8;
  padding: 1.5625rem;
  text-align: left;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.015);
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear; }
  @media (min-width: 768px) {
    .contact-info {
      padding: 1.875rem 1.5625rem;
      max-width: 27.25rem;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-flow: row nowrap;
              flex-flow: row nowrap; } }
  @media (min-width: 992px) {
    .contact-info {
      padding: 1.875rem 2.1875rem; } }
  .contact-info:hover, .contact-info.hover {
    border-color: #E96404; }
  .contact-info .email-img {
    display: block;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 52px;
    margin-bottom: 1.25rem; }
    @media (min-width: 768px) {
      .contact-info .email-img {
        margin-bottom: 0; } }
    .contact-info .email-img img {
      width: 100%;
      height: auto;
      display: block; }
  .contact-info .text {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    line-height: 1.2; }
    @media (min-width: 768px) {
      .contact-info .text {
        padding-left: 1.25rem; } }
    @media (min-width: 1300px) {
      .contact-info .text {
        font-size: 1.25rem; } }
    @media (min-width: 1450px) {
      .contact-info .text {
        font-size: 1.375rem; } }
    .contact-info .text p {
      margin: 0; }
    .contact-info .text a {
      font-weight: 700;
      text-decoration: none;
      color: #E96404; }
      .contact-info .text a:hover {
        opacity: 0.8; }

.interactive-section {
  background: #F7F7F7;
  position: relative;
  overflow: hidden; }
  .interactive-section .container {
    position: relative; }
  .interactive-section .text {
    position: relative;
    z-index: 9; }
  .interactive-section .shape {
    width: 110px;
    height: 240px;
    position: absolute;
    top: -170px;
    right: 60%;
    content: '';
    background: #D8D8D8;
    -webkit-transform: rotate(-85deg);
        -ms-transform: rotate(-85deg);
            transform: rotate(-85deg);
    display: none; }
    @media (min-width: 768px) {
      .interactive-section .shape {
        right: 0;
        display: block; } }
    @media (min-width: 992px) {
      .interactive-section .shape {
        top: -160px; } }
    @media (min-width: 1300px) {
      .interactive-section .shape {
        width: 170px;
        height: 350px;
        top: -200px; } }
    .interactive-section .shape.bottom {
      right: auto;
      left: -20px;
      top: auto;
      bottom: -220px;
      -webkit-transform: rotate(-20deg);
          -ms-transform: rotate(-20deg);
              transform: rotate(-20deg);
      width: 150px;
      height: 240px;
      display: none; }
      @media (min-width: 768px) {
        .interactive-section .shape.bottom {
          display: block; } }
      @media (min-width: 1300px) {
        .interactive-section .shape.bottom {
          width: 250px;
          height: 330px;
          bottom: -280px; } }
      .interactive-section .shape.bottom:before {
        top: 10px;
        bottom: 10px;
        right: -10px; }
    .interactive-section .shape:before {
      position: absolute;
      top: 10px;
      left: -10px;
      right: -10px;
      bottom: 10px;
      border: 1px solid #E96404;
      content: ''; }

/* sidenav*/
.style-guide h3 {
  font-weight: 600; }
  .style-guide h3 a {
    color: #000; }
    @media (min-width: 768px) {
      .style-guide h3 a {
        pointer-events: none; } }

.style-guide h5 {
  font-weight: 600; }

@media (max-width: 767.98px) {
  .opener {
    display: block;
    padding: 1.25rem 1.875rem 1.25rem 0;
    position: relative;
    -webkit-transition: 0.2s linear;
    transition: 0.2s linear; }
    .opener:before {
      width: 16px;
      height: 16px;
      position: absolute;
      top: 50%;
      -webkit-transform: trasnlateY(-50%);
          -ms-transform: trasnlateY(-50%);
              transform: trasnlateY(-50%);
      right: 0;
      content: '';
      border: solid #E96404;
      border-width: 0 1px 1px 0;
      -webkit-transform: rotate(45deg);
          -ms-transform: rotate(45deg);
              transform: rotate(45deg);
      margin-top: -8px; }
    .drop-active .opener {
      color: #E96404; }
      .drop-active .opener:before {
        -webkit-transform: rotate(-135deg);
            -ms-transform: rotate(-135deg);
                transform: rotate(-135deg); }
    .opener:hover {
      color: #E96404; } }

@media (max-width: 767.98px) {
  .tab-slide {
    border-bottom: 1px solid #D5D5D5; } }

@media (max-width: 767.98px) {
  .tab-slide .slide-drop {
    padding-top: 1.875rem; } }

.sidenav li {
  margin-bottom: 1.25rem; }
  .sidenav li.head {
    padding-top: 1.875rem;
    border-top: 1px solid #E8E8E8; }
  .sidenav li.active a {
    color: #E96404; }

.sidenav a {
  color: #000; }
  .sidenav a:hover, .sidenav a.active {
    color: #E96404; }

.color-box {
  height: 4.0625rem;
  border-radius: 8px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #000;
  background: #D5D5D5;
  font-size: 0.8125rem;
  line-height: 1.2; }
  @media (min-width: 768px) {
    .color-box {
      height: 7.8125rem; } }
  .color-box.lighter {
    background: rgba(0, 0, 0, 0.6);
    color: #fff; }
  .color-box.dark {
    background: rgba(0, 0, 0, 0.7);
    color: #fff; }
  .color-box.darker {
    background: #000;
    color: #fff; }
  .color-box.white {
    background: #fff;
    color: #000;
    border: 1px solid #E8E8E8; }
  .color-box.off-white {
    background: #F7F7F7;
    color: #000;
    border: 1px solid #F7F7F7; }
  .color-box.gray {
    background: #E8E8E8;
    color: #000;
    border: 1px solid #E8E8E8; }
  .color-box.dark-gray {
    background: #D5D5D5;
    color: #000;
    border: 1px solid #D5D5D5; }
  .color-box.yellow {
    background: #FDD230;
    color: #000; }
  .color-box.light-orange {
    background: #F99C02;
    color: #000; }
  .color-box.orange {
    background: #E96404;
    color: #fff; }
  .color-box.purple {
    background: #5F37F9;
    color: #fff; }

.headings li {
  padding: 0.9375rem 0;
  border-top: 1px solid #D5D5D5; }
  @media (min-width: 768px) {
    .headings li {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-flow: row nowrap;
              flex-flow: row nowrap;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; } }
  .headings li:first-child {
    border: none; }

.headings h1, .headings h2, .headings h3, .headings h4, .headings h5, .headings p {
  font-weight: 700; }
  @media (min-width: 768px) {
    .headings h1, .headings h2, .headings h3, .headings h4, .headings h5, .headings p {
      width: 65%;
      -ms-flex-negative: 0;
          flex-shrink: 0; } }
  @media (min-width: 992px) {
    .headings h1, .headings h2, .headings h3, .headings h4, .headings h5, .headings p {
      width: 80%; } }

.headings h1 {
  font-size: 4.25rem;
  line-height: 1;
  margin: 0; }

.headings h2 {
  font-size: 2.625rem;
  line-height: 1;
  margin: 0; }

.headings h3 {
  font-size: 1.75rem;
  line-height: 1;
  margin: 0; }

.headings h4 {
  font-size: 1.25rem;
  line-height: 1;
  margin: 0; }

.headings h5 {
  font-size: 1rem;
  line-height: 1;
  margin: 0; }

@media (min-width: 768px) {
  .headings label {
    width: 65%;
    -ms-flex-negative: 0;
        flex-shrink: 0; } }

@media (min-width: 992px) {
  .headings label {
    width: 80%; } }

.headings p {
  margin: 0; }
  @media (min-width: 768px) {
    .headings p {
      width: 65%;
      -ms-flex-negative: 0;
          flex-shrink: 0; } }
  @media (min-width: 992px) {
    .headings p {
      width: 80%; } }
  .headings p.large {
    font-size: 1.375rem;
    font-weight: 500;
    opacity: 1; }
  .headings p.small {
    font-size: 1rem;
    font-weight: 500;
    opacity: 0.70; }
  .headings p.description {
    font-size: 0.8125rem;
    font-weight: 500;
    opacity: 0.70; }

.headings .font-size {
  color: #1F323F;
  font-size: 0.6875rem;
  line-height: 1.2;
  padding-top: 1.25rem;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1; }
  @media (min-width: 768px) {
    .headings .font-size {
      padding-top: 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      max-width: 170px; } }
  .headings .font-size em {
    min-width: 60px;
    font-style: normal; }

.images .image {
  margin: 0 -1px -2px; }

p.large {
  font-size: 1.375rem;
  font-weight: 500; }

p.small {
  font-size: 1rem;
  font-weight: 500;
  opacity: 0.70; }

p.description {
  font-size: 0.8125rem;
  font-weight: 500;
  opacity: 0.70; }

label {
  font-weight: 700;
  opacity: 0.60;
  font-size: 0.8125rem; }
  label.big {
    font-size: 1.25rem;
    font-size: 16px; }

.project-tile {
  background: #fff;
  padding: 0.75rem;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
  border-radius: 1rem;
  width: 100%;
  margin-bottom: 1.5625rem;
  font-size: 1rem;
  line-height: 1.35;
  display: block;
  color: #000;
  text-decoration: none;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear; }
  @media (min-width: 768px) {
    .project-tile {
      margin-bottom: 2.5rem; } }
  .project-tile:hover {
    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.15);
    -webkit-transform: scale(1.02);
        -ms-transform: scale(1.02);
            transform: scale(1.02); }
    .project-tile:hover .link i {
      -webkit-animation: leftright 2s infinite;
              animation: leftright 2s infinite; }
  .project-tile .img-box {
    border-radius: 0.375rem;
    background: rgba(38, 128, 255, 0.05);
    position: relative; }
  .project-tile img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto; }
  .project-tile p {
    margin-bottom: 1.5625rem; }
  .project-tile .link {
    display: inline-block;
    vertical-align: middle;
    color: #E96404; }
    .project-tile .link i {
      display: inline-block;
      vertical-align: middle;
      font-size: 12px;
      padding-left: 5px; }
  .project-tile h3 {
    margin-bottom: 0.3125rem;
    color: #000; }
  .project-tile p {
    color: #000; }

/* Purple tiles*/
.purple-box {
  background: #5F37F9;
  padding: 2.8125rem 1.5625rem 1.25rem;
  border-radius: 1rem;
  color: #fff;
  position: relative;
  width: 100%;
  font-size: 0.875rem; }
  @media (min-width: 1450px) {
    .purple-box {
      font-size: 1rem; } }
  .purple-box:before {
    background: url(../images/img-shape.svg) no-repeat;
    width: 317px;
    height: 273px;
    position: absolute;
    top: 0;
    right: 0;
    content: ''; }
  .purple-box h4, .purple-box p {
    position: relative;
    z-index: 9; }
  .purple-box p {
    opacity: 0.70; }
  .purple-box h4 {
    font-size: 18px;
    line-height: 1.45;
    margin-bottom: 1.25rem;
    font-weight: 700; }
    @media (min-width: 1450px) {
      .purple-box h4 {
        font-size: 20px; } }
  .purple-box .bullets li {
    padding-left: 0.9375rem;
    position: relative;
    margin-bottom: 0.375rem; }
    .purple-box .bullets li:before {
      background: #fff;
      border-radius: 100%;
      width: 6px;
      height: 6px;
      position: absolute;
      top: 9px;
      left: 0;
      content: ''; }

/* Counter Tiles */
.counter-box {
  background: #fff;
  border-radius: 1rem;
  padding: 3.4375rem 6.875rem 3.125rem 1.5625rem;
  margin-bottom: 1.875rem;
  font-size: 0.8125rem;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
  min-height: 200px; }
  @media (min-width: 768px) {
    .counter-box {
      padding: 2.5rem 1.25rem; } }
  .counter-box p {
    margin-bottom: 0; }
  .counter-box h3 {
    color: #E96404;
    font-weight: 700;
    font-size: 2.625rem; }
    @media (min-width: 768px) {
      .counter-box h3 {
        font-size: 1.875rem; } }
    @media (min-width: 992px) {
      .counter-box h3 {
        font-size: 2.625rem; } }
    @media (max-width: 767.98px) {
      .counter-box h3 {
        margin-bottom: 0.3125rem; } }

/* tools boxes tiles*/
.tool-box {
  border: 1px solid #E8E8E8;
  border-radius: 1rem;
  padding: 25px;
  width: 100%;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  font-size: 0.9375rem; }
  @media (min-width: 1300px) {
    .tool-box {
      font-size: 1rem; } }
  .tool-box h3 {
    font-size: 1.125rem;
    line-height: 1.5;
    margin-bottom: 0.625rem; }
    @media (min-width: 1300px) {
      .tool-box h3 {
        font-size: 1.5rem; } }
  @media (max-width: 575.98px) {
    .tool-box .col {
      -ms-flex-preferred-size: inherit;
          flex-basis: inherit; } }
  .tool-box .icon-holder img {
    display: block; }

.js-tab-hidden {
  display: block !important;
  left: -9999px !important;
  position: absolute !important;
  top: -9999px !important; }

body {
  min-width: 320px; }
/*# sourceMappingURL=main.css.map */
