html {
  scroll-behavior: smooth;
  overflow-x: hidden; }
  html body {
    font-family: 'Poppins', sans-serif;
    scroll-behavior: smooth;
    overflow-x: hidden;
    /* pre loader */
    /* end pre loader */ }
    html body::-webkit-scrollbar {
      width: 2px; }
    html body::-webkit-scrollbar-track {
      box-shadow: none; }
    html body::-webkit-scrollbar-thumb {
      background-color: #ec1f30;
      outline: none; }
    html body .socialmedia {
      position: fixed;
      top: 40%;
      z-index: 999;
      right: 65px;
      -webkit-transition: all .5s ease;
      -moz-transition: all .5s ease;
      -o-transition: all .5s ease;
      -ms-transition: all .5s ease;
      transition: all .5s ease; }
      html body .socialmedia ul {
        list-style-type: none; }
        html body .socialmedia ul li a {
          color: #f2f2f2;
          background: #ffffff30;
          padding: 10px;
          width: 40px;
          height: 40px;
          display: block;
          text-align: center;
          margin: 10px;
          font-size: 15px;
          -webkit-transition: all .5s ease;
          -moz-transition: all .5s ease;
          -o-transition: all .5s ease;
          -ms-transition: all .5s ease;
          transition: all .5s ease; }
          html body .socialmedia ul li a:hover.fb, html body .socialmedia ul li a:focus.fb, html body .socialmedia ul li a:active.fb {
            color: #ffffff;
            background: #3b5998; }
          html body .socialmedia ul li a:hover.ig, html body .socialmedia ul li a:focus.ig, html body .socialmedia ul li a:active.ig {
            color: #ffffff;
            background: #FD1D1D; }
          html body .socialmedia ul li a:hover.tw, html body .socialmedia ul li a:focus.tw, html body .socialmedia ul li a:active.tw {
            color: #ffffff;
            background: #1da1f2; }
          html body .socialmedia ul li a:hover.ln, html body .socialmedia ul li a:focus.ln, html body .socialmedia ul li a:active.ln {
            color: #ffffff;
            background: #007bb5; }
      html body .socialmedia.scrolled {
        right: 10px; }
        html body .socialmedia.scrolled ul li a.fb {
          color: #ffffff;
          background: #3b5998; }
        html body .socialmedia.scrolled ul li a.ig {
          color: #ffffff;
          background: #FD1D1D; }
        html body .socialmedia.scrolled ul li a.tw {
          color: #ffffff;
          background: #1da1f2; }
        html body .socialmedia.scrolled ul li a.ln {
          color: #ffffff;
          background: #007bb5; }
    html body header {
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      z-index: 9999;
      border-bottom: 1px solid #ffffff42;
      -webkit-transition: all .5s ease;
      -moz-transition: all .5s ease;
      -o-transition: all .5s ease;
      -ms-transition: all .5s ease;
      transition: all .5s ease; }
      html body header .logo {
        /* background: $white; */
        padding: 15px;
        overflow: hidden;
        box-shadow: 1px 0 0 rgba(255, 255, 255, 0.34); }
        html body header .logo img {
          width: 140px;
          margin: 0 auto;
          display: block; }
      html body header .nav-container {
        text-align: right;
        padding: 36px 65px; }
        html body header .nav-container .burger-menu {
          display: inline-block;
          float: right; }
          html body header .nav-container .burger-menu button {
            background: none;
            border: none;
            text-align: -webkit-right;
            outline: none; }
            html body header .nav-container .burger-menu button span {
              content: "";
              width: 25px;
              height: 2px;
              background: #ffffff;
              margin: 6px 0;
              position: relative;
              display: block;
              text-align: right;
              -webkit-transition: all .5s ease;
              -moz-transition: all .5s ease;
              -o-transition: all .5s ease;
              -ms-transition: all .5s ease;
              transition: all .5s ease; }
              html body header .nav-container .burger-menu button span.mid {
                width: 15px; }
              html body header .nav-container .burger-menu button span.bottom {
                width: 10px;
                margin-bottom: 0; }
          html body header .nav-container .burger-menu.clicked button span {
            background: #ec1f30;
            width: 10px;
            margin: 2px 0; }
            html body header .nav-container .burger-menu.clicked button span.mid {
              width: 20px; }
            html body header .nav-container .burger-menu.clicked button span.top {
              transform: rotate(45deg); }
            html body header .nav-container .burger-menu.clicked button span.bottom {
              transform: rotate(-45deg); }
        html body header .nav-container .primary-menu {
          float: right;
          list-style-type: none;
          margin-right: 30px;
          padding-right: 30px;
          border-right: 1px solid #ffffff42; }
          html body header .nav-container .primary-menu li {
            float: left; }
            html body header .nav-container .primary-menu li.contact-btn a {
              background: #ffffff30;
              -webkit-transition: all .5s ease;
              -moz-transition: all .5s ease;
              -o-transition: all .5s ease;
              -ms-transition: all .5s ease;
              transition: all .5s ease;
              position: relative;
              padding: 10px 30px; }
              html body header .nav-container .primary-menu li.contact-btn a:after {
                content: "";
                position: absolute;
                left: 0;
                width: 0;
                top: 0;
                height: 100%;
                background: #ec1f30;
                -webkit-transition: all .5s ease;
                -moz-transition: all .5s ease;
                -o-transition: all .5s ease;
                -ms-transition: all .5s ease;
                transition: all .5s ease;
                z-index: -1; }
              html body header .nav-container .primary-menu li.contact-btn a:hover, html body header .nav-container .primary-menu li.contact-btn a:focus, html body header .nav-container .primary-menu li.contact-btn a:active, html body header .nav-container .primary-menu li.contact-btn a.active {
                color: #ffffff;
                background: transparent; }
                html body header .nav-container .primary-menu li.contact-btn a:hover:after, html body header .nav-container .primary-menu li.contact-btn a:focus:after, html body header .nav-container .primary-menu li.contact-btn a:active:after, html body header .nav-container .primary-menu li.contact-btn a.active:after {
                  width: 100%; }
            html body header .nav-container .primary-menu li a {
              color: #f2f2f2;
              padding: 30px 25px;
              text-decoration: none;
              font-size: 15px;
              text-transform: capitalize;
              letter-spacing: .5px;
              font-weight: 500;
              position: relative;
              -webkit-transition: all .5s ease;
              -moz-transition: all .5s ease;
              -o-transition: all .5s ease;
              -ms-transition: all .5s ease;
              transition: all .5s ease; }
              html body header .nav-container .primary-menu li a:after {
                content: "";
                height: 3px;
                width: 0;
                position: absolute;
                bottom: 0;
                left: 0;
                right: 0;
                margin: 0 auto;
                display: block;
                background: #ec1f30;
                -webkit-transition: all .5s ease;
                -moz-transition: all .5s ease;
                -o-transition: all .5s ease;
                -ms-transition: all .5s ease;
                transition: all .5s ease; }
              html body header .nav-container .primary-menu li a:hover, html body header .nav-container .primary-menu li a:focus, html body header .nav-container .primary-menu li a:active, html body header .nav-container .primary-menu li a.active {
                color: #ffffff; }
                html body header .nav-container .primary-menu li a:hover:after, html body header .nav-container .primary-menu li a:focus:after, html body header .nav-container .primary-menu li a:active:after, html body header .nav-container .primary-menu li a.active:after {
                  width: 60%; }
              html body header .nav-container .primary-menu li a svg {
                width: 10px;
                height: auto;
                fill: #ffffff;
                margin-left: 10px; }
            html body header .nav-container .primary-menu li.dropdown .dropdown-menu {
              display: block !important;
              position: absolute;
              display: block;
              top: 40px;
              border: none;
              left: 0;
              background: #ffffff;
              padding: 0;
              border-radius: 0;
              opacity: 0;
              visibility: hidden;
              -webkit-transition: all .5s ease;
              -moz-transition: all .5s ease;
              -o-transition: all .5s ease;
              -ms-transition: all .5s ease;
              transition: all .5s ease;
              box-shadow: 0px 10px 20px #0000001c;
              width: 220px; }
              html body header .nav-container .primary-menu li.dropdown .dropdown-menu li {
                float: none; }
                html body header .nav-container .primary-menu li.dropdown .dropdown-menu li a {
                  padding: 10px 15px;
                  color: #333333;
                  display: block;
                  border-bottom: 1px solid #3333330f;
                  -webkit-transition: all .5s ease;
                  -moz-transition: all .5s ease;
                  -o-transition: all .5s ease;
                  -ms-transition: all .5s ease;
                  transition: all .5s ease;
                  position: relative;
                  overflow: hidden; }
                  html body header .nav-container .primary-menu li.dropdown .dropdown-menu li a:after {
                    display: none; }
                  html body header .nav-container .primary-menu li.dropdown .dropdown-menu li a:before {
                    content: "";
                    position: absolute;
                    top: 0;
                    left: -20px;
                    height: 100%;
                    width: 3px;
                    background: #ec1f30;
                    -webkit-transition: all .5s ease;
                    -moz-transition: all .5s ease;
                    -o-transition: all .5s ease;
                    -ms-transition: all .5s ease;
                    transition: all .5s ease; }
                  html body header .nav-container .primary-menu li.dropdown .dropdown-menu li a:hover, html body header .nav-container .primary-menu li.dropdown .dropdown-menu li a:focus, html body header .nav-container .primary-menu li.dropdown .dropdown-menu li a:active, html body header .nav-container .primary-menu li.dropdown .dropdown-menu li a.active {
                    padding-left: 18px; }
                    html body header .nav-container .primary-menu li.dropdown .dropdown-menu li a:hover:before, html body header .nav-container .primary-menu li.dropdown .dropdown-menu li a:focus:before, html body header .nav-container .primary-menu li.dropdown .dropdown-menu li a:active:before, html body header .nav-container .primary-menu li.dropdown .dropdown-menu li a.active:before {
                      left: 0; }
            html body header .nav-container .primary-menu li.dropdown:hover .dropdown-menu, html body header .nav-container .primary-menu li.dropdown:focus .dropdown-menu, html body header .nav-container .primary-menu li.dropdown:active .dropdown-menu, html body header .nav-container .primary-menu li.dropdown.active .dropdown-menu {
              top: 50px;
              opacity: 1;
              visibility: visible; }
      html body header.scrolled {
        background: #ffffff;
        box-shadow: 0px 10px 20px #0000001c;
        border-bottom: none; }
        html body header.scrolled .nav-container .burger-menu button span {
          background: #333333;
          margin-top: 0 !important; }
        html body header.scrolled .nav-container .primary-menu li.contact-btn a {
          background: #ec1f301c;
          color: #ec1f30; }
          html body header.scrolled .nav-container .primary-menu li.contact-btn a:hover, html body header.scrolled .nav-container .primary-menu li.contact-btn a:focus, html body header.scrolled .nav-container .primary-menu li.contact-btn a:active {
            color: #ffffff; }
        html body header.scrolled .nav-container .primary-menu li a {
          color: #333333;
          font-weight: 500; }
          html body header.scrolled .nav-container .primary-menu li a svg {
            fill: #333333; }
    html body section {
      position: relative;
      padding: 100px 0; }
      html body section .meta-title {
        color: #ec1f30;
        font-size: 13px;
        text-transform: uppercase;
        text-align: left;
        letter-spacing: 1px;
        margin-bottom: 30px;
        display: block;
        width: 100%; }
      html body section h3 {
        color: #123c72;
        font-size: 25px;
        line-height: 40px;
        width: 70%;
        display: block;
        margin-bottom: 30px; }
        html body section h3 span {
          font-size: 15px; }
      html body section p {
        color: #333333;
        font-size: 14px;
        line-height: 26px;
        font-weight: 300;
        width: 90%;
        text-indent: 30px; }
        html body section p:first-letter {
          font-size: 25px;
          text-transform: capitalize;
          font-weight: 400; }
      html body section a.btn-primary {
        background-color: transparent !important;
        font-size: 13px;
        text-decoration: none;
        margin-top: 3px;
        padding: 15px 30px;
        padding-left: 0;
        position: relative;
        -webkit-transition: all .5s ease;
        -moz-transition: all .5s ease;
        -o-transition: all .5s ease;
        -ms-transition: all .5s ease;
        transition: all .5s ease; }
        html body section a.btn-primary svg {
          width: 13px;
          height: auto;
          margin-left: 15px; }
        html body section a.btn-primary:before {
          content: "";
          position: absolute;
          right: 0;
          top: 0;
          height: 100%;
          width: 70%;
          background: #ffffff1c;
          -webkit-transition: all .5s ease;
          -moz-transition: all .5s ease;
          -o-transition: all .5s ease;
          -ms-transition: all .5s ease;
          transition: all .5s ease; }
        html body section a.btn-primary:hover, html body section a.btn-primary:focus, html body section a.btn-primary:active, html body section a.btn-primary.active {
          padding-left: 30px; }
          html body section a.btn-primary:hover:before, html body section a.btn-primary:focus:before, html body section a.btn-primary:active:before, html body section a.btn-primary.active:before {
            width: 100%; }
      html body section.home-banner {
        height: 100vh;
        position: relative;
        padding: 0; }
        html body section.home-banner .owl-banner .item {
          height: 100vh;
          background-size: cover;
          background-repeat: no-repeat;
          background-position: center; }
          html body section.home-banner .owl-banner .item .banner-caption {
            position: absolute;
            top: 50%;
            left: 10%;
            transform: translate(0%, -50%); }
            html body section.home-banner .owl-banner .item .banner-caption span {
              font-size: 30px;
              display: block;
              margin-bottom: 30px;
              color: #ffffff;
              animation-delay: .5s; }
            html body section.home-banner .owl-banner .item .banner-caption h1 {
              color: #ffffff;
              font-size: 50px;
              animation-delay: 1s; }
        html body section.home-banner .owl-banner .owl-nav {
          position: absolute;
          bottom: 100px;
          left: 0;
          width: 80%;
          text-align: right;
          margin-left: 10%; }
          html body section.home-banner .owl-banner .owl-nav button {
            height: 40px;
            width: 40px;
            border: 1px solid #ffffff5c;
            border-radius: 50px;
            margin-left: 20px;
            outline: none;
            -webkit-transition: all .5s ease;
            -moz-transition: all .5s ease;
            -o-transition: all .5s ease;
            -ms-transition: all .5s ease;
            transition: all .5s ease;
            background: transparent; }
            html body section.home-banner .owl-banner .owl-nav button img {
              width: 10px; }
            html body section.home-banner .owl-banner .owl-nav button:hover, html body section.home-banner .owl-banner .owl-nav button:focus, html body section.home-banner .owl-banner .owl-nav button:active, html body section.home-banner .owl-banner .owl-nav button.active {
              background: #ffffff5c; }
          html body section.home-banner .owl-banner .owl-nav:before {
            content: "";
            position: absolute;
            height: 1px;
            width: 85%;
            left: 0;
            background: #ffffff5c;
            top: 30px; }
          html body section.home-banner .owl-banner .owl-nav:after {
            content: "";
            position: absolute;
            height: 1px;
            width: 85%;
            left: 0;
            background: #ffffff;
            top: 30px;
            animation: moveme 5.1s linear infinite; }
@keyframes moveme {
  0% {
    width: 0; }
  80% {
    width: 85%; } }
        html body section.home-banner .scroll-down {
          background: #0452a0;
          padding: 47px;
          position: absolute;
          bottom: 0;
          z-index: 1;
          border-top: 2px solid #ffffff;
          left: 10%; }
          html body section.home-banner .scroll-down img {
            width: 15px;
            transform: rotate(90deg);
            -webkit-animation-duration: 2.5s;
            animation-duration: 2.5s;
            -webkit-animation-fill-mode: both;
            animation-fill-mode: both;
            -webkit-animation-timing-function: linear;
            animation-timing-function: linear;
            animation-iteration-count: infinite;
            -webkit-animation-iteration-count: infinite; }
@-webkit-keyframes bounce {
  0%,
                        20%,
                        40%,
                        60%,
                        80%,
                        100% {
    -webkit-transform: translateY(0); }
  50% {
    -webkit-transform: translateY(-5px); } }
@keyframes bounce {
  0%,
                        20%,
                        40%,
                        60%,
                        80%,
                        100% {
    transform: translateY(0); }
  50% {
    transform: translateY(-5px); } }
          html body section.home-banner .scroll-down .bounce {
            -webkit-animation-name: bounce;
            animation-name: bounce; }
      html body section.about {
        background-color: #123c72;
        background-image: url(../images/logo-pattern.svg);
        padding: 100px; }
        html body section.about .meta-title {
          color: #ffffff; }
        html body section.about h3 {
          color: #ffffff; }
          html body section.about h3 span {
            color: #ffffff; }
        html body section.about p {
          color: #f2f2f2; }
        html body section.about.dubai {
          padding: 100px;
          background: #ffffff; }
          html body section.about.dubai p {
            color: #333333; }
          html body section.about.dubai h3 {
            color: #123c72; }
            html body section.about.dubai h3 span {
              font-size: 25px;
              color: #ec1f30; }
          html body section.about.dubai .meta-title {
            color: #ec1f30; }
          html body section.about.dubai a.btn-primary {
            color: #0452a0; }
            html body section.about.dubai a.btn-primary svg {
              fill: #0452a0; }
            html body section.about.dubai a.btn-primary:before {
              background: #0452a01c; }
      html body section.divisions .meta-count {
        font-weight: 700;
        color: #333333;
        font-size: 200px;
        margin: 0;
        line-height: 0;
        opacity: .05;
        top: 70px;
        position: relative;
        z-index: -1; }
      html body section.divisions .division-img {
        height: 0;
        width: 100%;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        -webkit-transition: all 1.5s ease;
        -moz-transition: all 1.5s ease;
        -o-transition: all 1.5s ease;
        -ms-transition: all 1.5s ease;
        transition: all 1.5s ease; }
        html body section.divisions .division-img.transition-delay01 {
          transition-delay: .5s; }
      html body section.divisions .dist-container {
        background: #05478a;
        padding: 50px; }
        html body section.divisions .dist-container .logo {
          display: flex;
          padding: 30px; }
          html body section.divisions .dist-container .logo img {
            width: 120px;
            margin: 0 auto;
            display: block;
            filter: sepia(100%) hue-rotate(190deg) saturate(120%);
            -webkit-transition: all .5s ease;
            -moz-transition: all .5s ease;
            -o-transition: all .5s ease;
            -ms-transition: all .5s ease;
            transition: all .5s ease; }
          html body section.divisions .dist-container .logo:hover img, html body section.divisions .dist-container .logo:focus img, html body section.divisions .dist-container .logo:active img {
            filter: none !important; }
        html body section.divisions .dist-container a.btn-primary {
          margin: 10px 40px 20px;
          position: relative;
          display: inline-block; }
          html body section.divisions .dist-container a.btn-primary span svg {
            fill: #ffffff; }
      html body section.divisions.division02 .content-container {
        padding: 0 50px;
        float: right; }
      html body section.divisions.division02 .overflow-hidden {
        float: left; }
      html body section.divisions.division02 .dist-container {
        background: #123c72; }
        html body section.divisions.division02 .dist-container .logo img {
          filter: sepia(100%) hue-rotate(190deg) saturate(120%); }
        html body section.divisions.division02 .dist-container a.btn-primary {
          color: #ffffff; }
          html body section.divisions.division02 .dist-container a.btn-primary:before {
            background: #ffffff1c; }
      html body section.service-container {
        padding-top: 0; }
        html body section.service-container .service-img {
          float: right; }
        html body section.service-container .service-content {
          position: relative;
          padding: 50px 100px;
          display: inline-block;
          background-color: #f7f7f8;
          background-image: url(../images/logo-pattern.svg); }
          html body section.service-container .service-content a.btn-primary {
            color: #0452a0;
            margin: 0px 0 0;
            display: inline-block; }
            html body section.service-container .service-content a.btn-primary:before {
              background: #0452a01c; }
        html body section.service-container.quality {
          margin-top: 100px;
          position: relative; }
          html body section.service-container.quality .service-img {
            float: left; }
          html body section.service-container.quality .service-content {
            background-color: #123c72;
            background-image: url(../images/logo-pattern.svg); }
            html body section.service-container.quality .service-content h3 {
              color: #ffffff; }
            html body section.service-container.quality .service-content p {
              color: #f2f2f2; }
            html body section.service-container.quality .service-content a.btn-primary {
              color: #ffffff; }
              html body section.service-container.quality .service-content a.btn-primary:before {
                background: #ffffff1c; }
          html body section.service-container.quality .ivc_logo {
            position: static;
            margin: 3px 0 24px 0;
            float: left;
            width: 100%; }
            html body section.service-container.quality .ivc_logo img {
              width: 100%;
              max-width: 150px; }
      html body section.clients {
        z-index: 9; }
        html body section.clients .client-container {
          background: #f4f4f4;
          padding: 50px; }
          html body section.clients .client-container .owl-clients .item a img {
            width: 150px;
            margin: 0 auto;
            display: block;
            filter: grayscale(100%);
            -webkit-transition: all .5s ease;
            -moz-transition: all .5s ease;
            -o-transition: all .5s ease;
            -ms-transition: all .5s ease;
            transition: all .5s ease; }
          html body section.clients .client-container .owl-clients .item a:hover img, html body section.clients .client-container .owl-clients .item a:focus img, html body section.clients .client-container .owl-clients .item a:active img {
            filter: grayscale(0%); }
          html body section.clients .client-container .owl-clients .owl-nav {
            position: absolute;
            right: -55px;
            top: -110px;
            margin-top: 0; }
            html body section.clients .client-container .owl-clients .owl-nav button {
              background: transparent;
              padding: 10px 20px !important;
              position: relative; }
              html body section.clients .client-container .owl-clients .owl-nav button img {
                width: 13px; }
              html body section.clients .client-container .owl-clients .owl-nav button:before {
                content: "";
                position: absolute;
                right: 0;
                top: 0;
                height: 100%;
                width: 0%;
                background: #0452a01c;
                -webkit-transition: all .5s ease;
                -moz-transition: all .5s ease;
                -o-transition: all .5s ease;
                -ms-transition: all .5s ease;
                transition: all .5s ease; }
              html body section.clients .client-container .owl-clients .owl-nav button:hover:before, html body section.clients .client-container .owl-clients .owl-nav button:focus:before, html body section.clients .client-container .owl-clients .owl-nav button:active:before, html body section.clients .client-container .owl-clients .owl-nav button.active:before {
                width: 100%; }
      html body section a,
      html body section button {
        outline: none !important; }
    html body footer {
      background-color: #142041;
      background-image: url(../images/logo-pattern.svg);
      background-repeat: no-repeat;
      background-size: 80%;
      padding: 150px 0 50px;
      background-position: 100% 80%;
      position: relative;
      overflow: hidden;
      margin-top: -70px; }
      html body footer:after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        background: #142041cf;
        z-index: 0; }
      html body footer .footer-content {
        position: relative;
        z-index: 1; }
      html body footer .logo svg {
        width: 130px;
        height: auto;
        margin-bottom: 20px; }
        html body footer .logo svg path {
          fill: #b9bdc6 !important; }
      html body footer .logo h4 {
        color: #ffffff;
        font-size: 15px;
        line-height: 25px; }
      html body footer h3 {
        color: #ffffff;
        font-size: 20px;
        line-height: 25px;
        border-bottom: 1px solid #ffffff1c;
        padding-bottom: 20px;
        margin: 0 0 25px; }
      html body footer ul {
        padding: 0;
        list-style-type: none; }
        html body footer ul li a {
          -webkit-transition: all .5s ease;
          -moz-transition: all .5s ease;
          -o-transition: all .5s ease;
          -ms-transition: all .5s ease;
          transition: all .5s ease;
          color: #d6d6d6;
          font-size: 13px;
          line-height: 30px;
          text-decoration: none !important; }
          html body footer ul li a:hover, html body footer ul li a:focus, html body footer ul li a:active, html body footer ul li a.active {
            color: #ec1f30; }
      html body footer .footer-bottom {
        border-top: 1px solid #ffffff1c;
        padding: 50px 0 0;
        margin-top: 50px; }
        html body footer .footer-bottom p {
          color: #d6d6d6;
          font-size: 12px;
          text-align: left;
          font-weight: 300;
          display: inline-block;
          letter-spacing: .5px; }
          html body footer .footer-bottom p a {
            color: #d6d6d6; }
        html body footer .footer-bottom .other-links {
          float: right; }
          html body footer .footer-bottom .other-links a {
            color: #d6d6d6;
            font-size: 12px;
            text-align: right;
            margin-left: 15px;
            padding-left: 15px;
            border-left: 1px solid #ffffff1c;
            font-weight: 300;
            letter-spacing: .5px;
            -webkit-transition: all .5s ease;
            -moz-transition: all .5s ease;
            -o-transition: all .5s ease;
            -ms-transition: all .5s ease;
            transition: all .5s ease; }
            html body footer .footer-bottom .other-links a:first-child {
              border-left: none; }
            html body footer .footer-bottom .other-links a:hover, html body footer .footer-bottom .other-links a:focus, html body footer .footer-bottom .other-links a:active {
              color: #ffffff; }
    html body .clearfix {
      clear: both; }
    html body #return-to-top {
      padding: 15px;
      position: fixed;
      right: 50px;
      bottom: 50px;
      background: #0452a0;
      z-index: 99999; }
      html body #return-to-top:before {
        content: "";
        position: absolute;
        background: transparent;
        height: 0%;
        bottom: 0;
        left: 0;
        width: 100%;
        -webkit-transition: all .5s ease;
        -moz-transition: all .5s ease;
        -o-transition: all .5s ease;
        -ms-transition: all .5s ease;
        transition: all .5s ease; }
      html body #return-to-top svg {
        transform: rotate(-90deg);
        width: 13px;
        height: auto; }
        html body #return-to-top svg path {
          fill: #ffffff; }
      html body #return-to-top:hover:before, html body #return-to-top:focus:before, html body #return-to-top:active:before {
        background: #ec1f30;
        height: 100%; }
    html body .side-menu {
      background-color: #ffffff;
      background-image: url(../images/logo-min-filled.svg);
      background-position: -50% 150%;
      background-size: 150%;
      background-repeat: no-repeat;
      position: fixed;
      z-index: 999;
      top: 0;
      right: 0;
      height: 100%;
      max-width: 30%;
      width: 100%;
      padding: 100px 50px;
      overflow-y: auto;
      -webkit-transform: translateX(100%);
      -moz-transform: translateX(100%);
      -ms-transform: translateX(100%);
      -o-transform: translateX(100%);
      transform: translateX(100%);
      -webkit-transition: transform 0.55s cubic-bezier(0.785, 0.135, 0.15, 0.86);
      -moz-transition: transform 0.55s cubic-bezier(0.785, 0.135, 0.15, 0.86);
      -o-transition: transform 0.55s cubic-bezier(0.785, 0.135, 0.15, 0.86);
      transition: transform 0.55s cubic-bezier(0.785, 0.135, 0.15, 0.86); }
      html body .side-menu.show {
        -webkit-transform: translateX(0px);
        -moz-transform: translateX(0px);
        -ms-transform: translateX(0px);
        -o-transform: translateX(0px);
        transform: translateX(0px); }
      html body .side-menu ul {
        list-style-type: none; }
        html body .side-menu ul li a {
          font-size: 20px;
          color: #333333;
          line-height: 50px;
          -webkit-transition: all .5s ease;
          -moz-transition: all .5s ease;
          -o-transition: all .5s ease;
          -ms-transition: all .5s ease;
          transition: all .5s ease;
          text-decoration: none;
          display: block; }
          html body .side-menu ul li a:before {
            content: "";
            background-image: url(../images/logo-min.svg);
            display: inline-block;
            width: 20px;
            height: 20px;
            background-repeat: no-repeat;
            background-size: contain;
            margin-right: 30px;
            left: -20px;
            opacity: 0;
            bottom: 0;
            position: relative;
            -webkit-transition: all .5s ease;
            -moz-transition: all .5s ease;
            -o-transition: all .5s ease;
            -ms-transition: all .5s ease;
            transition: all .5s ease; }
          html body .side-menu ul li a:hover, html body .side-menu ul li a:focus, html body .side-menu ul li a:active, html body .side-menu ul li a.active {
            color: #ec1f30; }
            html body .side-menu ul li a:hover:before, html body .side-menu ul li a:focus:before, html body .side-menu ul li a:active:before, html body .side-menu ul li a.active:before {
              opacity: 1;
              left: 0px; }
            html body .side-menu ul li a:hover svg, html body .side-menu ul li a:focus svg, html body .side-menu ul li a:active svg, html body .side-menu ul li a.active svg {
              fill: #ec1f30; }
          html body .side-menu ul li a svg {
            width: 10px;
            height: auto;
            margin-left: 10px;
            -webkit-transition: all .5s ease;
            -moz-transition: all .5s ease;
            -o-transition: all .5s ease;
            -ms-transition: all .5s ease;
            transition: all .5s ease; }
        html body .side-menu ul li.dropdown .dropdown-menu {
          display: block;
          position: relative;
          width: 100%;
          height: 0;
          margin: 0;
          opacity: 0;
          padding: 0;
          -webkit-transition: all .5s ease;
          -moz-transition: all .5s ease;
          -o-transition: all .5s ease;
          -ms-transition: all .5s ease;
          transition: all .5s ease;
          visibility: hidden; }
          html body .side-menu ul li.dropdown .dropdown-menu li a {
            font-size: 17px; }
          html body .side-menu ul li.dropdown .dropdown-menu.clicked {
            height: 100%;
            opacity: 1;
            visibility: visible;
            padding: 10px 20px;
            margin-bottom: 15px; }
    html body .overlay {
      position: fixed;
      top: 0;
      left: 0;
      z-index: 9;
      width: 100%;
      height: 100%;
      -webkit-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out;
      opacity: 0;
      visibility: hidden; }
      html body .overlay.show {
        opacity: 0.8;
        visibility: visible;
        background: #0452a0; }
    html body #loader {
      background-color: #fff;
      height: 100%;
      width: 100%;
      position: fixed;
      z-index: 1;
      margin-top: 0px;
      top: 0px;
      right: 0;
      bottom: 0;
      left: 0;
      z-index: 9999999; }
      html body #loader #loading-center {
        width: 100%;
        height: 100%;
        position: relative; }
        html body #loader #loading-center #loading-center-absolute {
          position: absolute;
          left: 50%;
          top: 50%;
          height: 60px;
          width: 60px;
          margin-top: -30px;
          margin-left: -30px;
          -webkit-animation: loading-center-absolute 1s infinite;
          animation: loading-center-absolute 1s infinite; }
          html body #loader #loading-center #loading-center-absolute .object {
            width: 20px;
            height: 20px;
            background-color: #ec1f30;
            float: left;
            margin-right: 5px;
            margin-bottom: 5px; }
            html body #loader #loading-center #loading-center-absolute .object:nth-child(2n+0) {
              margin-right: 0px; }
            html body #loader #loading-center #loading-center-absolute .object#object_one {
              -webkit-animation: object_one 1s infinite;
              animation: object_one 1s infinite; }
            html body #loader #loading-center #loading-center-absolute .object#object_two {
              -webkit-animation: object_two 1s infinite;
              animation: object_two 1s infinite; }
            html body #loader #loading-center #loading-center-absolute .object#object_three {
              -webkit-animation: object_three 1s infinite;
              animation: object_three 1s infinite; }
@-webkit-keyframes loading-center-absolute {
  100% {
    -ms-transform: rotate(395deg);
    -webkit-transform: rotate(395deg);
    transform: rotate(395deg); } }
@keyframes loading-center-absolute {
  100% {
    -ms-transform: rotate(395deg);
    -webkit-transform: rotate(395deg);
    transform: rotate(395deg); } }
@-webkit-keyframes object_one {
  50% {
    -ms-transform: translate(20px, 20px);
    -webkit-transform: translate(20px, 20px);
    transform: translate(20px, 20px); } }
@keyframes object_one {
  50% {
    -ms-transform: translate(20px, 20px);
    -webkit-transform: translate(20px, 20px);
    transform: translate(20px, 20px); } }
@-webkit-keyframes object_two {
  50% {
    -ms-transform: translate(-20px, 20px);
    -webkit-transform: translate(-20px, 20px);
    transform: translate(-20px, 20px); } }
@keyframes object_two {
  50% {
    -ms-transform: translate(-20px, 20px);
    -webkit-transform: translate(-20px, 20px);
    transform: translate(-20px, 20px); } }
@-webkit-keyframes object_three {
  50% {
    -ms-transform: translate(20px, -20px);
    -webkit-transform: translate(20px, -20px);
    transform: translate(20px, -20px); } }
@keyframes object_three {
  50% {
    -ms-transform: translate(20px, -20px);
    -webkit-transform: translate(20px, -20px);
    transform: translate(20px, -20px); } }
@-webkit-keyframes object_four {
  50% {
    -ms-transform: translate(-20px, -20px);
    -webkit-transform: translate(-20px, -20px);
    transform: translate(-20px, -20px); } }
@keyframes object_four {
  50% {
    -ms-transform: translate(-20px, -20px);
    -webkit-transform: translate(-20px, -20px);
    transform: translate(-20px, -20px); } }

/*# sourceMappingURL=styles.css.map */
