.btn {
  padding: 10px 15px;
  border-radius: 4px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  font-weight: 600;
}

.btn--blueShade {
  background: #0051BA;
  color: #EEEEEE !important;
}

.btn--blueShade:hover {
  background: #003b87;
}

.elite__link {
  color: #002654;
  font-weight: 800;
  text-decoration: underline;
}

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  scroll-behavior: smooth;
  margin: 0;
  padding: 0;
  color: #30383A;
  font-family: "Red Hat Display", sans-serif;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Red Hat Display", sans-serif;
  color: #002654;
  font-weight: 900;
}

h1 {
  font-size: 55px;
}

h2 {
  font-size: 50px;
}

h3 {
  font-size: 30px;
}

h4 {
  font-size: 25px;
}

h5 {
  font-size: 20px;
}

h6 {
  font-size: 18px;
}

p {
  line-height: 28px;
}

p, a {
  font-family: "Red Hat Display", sans-serif;
  font-size: 18px;
}

a {
  text-decoration: none;
}

.fix-center {
  max-width: 1200px;
  margin: 0 auto;
}

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

.view-desktop {
  display: block;
}

.view-mobile {
  display: none;
}

.view-tab {
  display: none;
}

.padding100 {
  padding: 100px 0;
}

.bg-grey {
  background: #EEEEEE;
}

.mt60 {
  margin-top: 160px !important;
}

.slideInLeft {
  -webkit-animation: slideInLeft 1s;
          animation: slideInLeft 1s;
}

.slideInRight {
  -webkit-animation: slideInRight 1s;
          animation: slideInRight 1s;
}

@-webkit-keyframes slideInLeft {
  0% {
    -webkit-transform: translateX(-50px);
            transform: translateX(-50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
    opacity: 1;
  }
}

@keyframes slideInLeft {
  0% {
    -webkit-transform: translateX(-50px);
            transform: translateX(-50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
    opacity: 1;
  }
}

@-webkit-keyframes slideInRight {
  0% {
    -webkit-transform: translateX(50px);
            transform: translateX(50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
    opacity: 1;
  }
}

@keyframes slideInRight {
  0% {
    -webkit-transform: translateX(50px);
            transform: translateX(50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
    opacity: 1;
  }
}

.transformInactive.header__submenuItems {
  -webkit-transform: scale(0);
          transform: scale(0);
}

.transformActive.header__submenuItems {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.landing__section {
  background: #EEEEEE;
  padding: 210px 0 145px 0;
}

.landing__section .landing__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.landing__section .landing__wrapper .landing__left {
  max-width: 720px;
}

.landing__section .landing__wrapper .landing__left .landing__btn__link {
  margin-top: 75px;
}

.landing__section .landing__wrapper .landing__left .landing__btn__link .elite__link {
  margin-left: 25px;
}

.landing__section .landing__wrapper .landing__right img {
  margin-bottom: -270px;
}

.about__section {
  padding: 140px 0;
}

.about__section p {
  margin: 25px 0;
  max-width: 750px;
}

.about__section .about__counter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 60px 0 100px 0;
}

.about__section .about__counter p {
  color: #0051BA;
  font-size: 70px;
  font-weight: 900;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  width: 100%;
  max-width: 155px;
}

.about__section .about__counter .counter {
  color: #0051BA;
}

.about__section .about__counter div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.about__section .about__counter h3 {
  margin-left: 20px;
  font-size: 25px;
  color: #30383A;
}

.service__block {
  padding: 100px 0 200px 0;
  overflow: hidden;
}

.service__block .service__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.service__block .service__wrapper .service__left {
  -ms-flex-preferred-size: 55%;
      flex-basis: 55%;
  position: relative;
}

.service__block .service__wrapper .service__left::before {
  content: '';
  position: absolute;
  width: 200px;
  height: 125%;
  background: #002654;
  left: 0;
  z-index: -1;
  top: 53%;
  -webkit-transform: translateY(-53%);
          transform: translateY(-53%);
}

.service__block .service__wrapper .service__left h4 {
  margin-top: -37px;
  margin-bottom: 33px;
  text-align: left;
  font-size: 40px;
  margin-left: 230px;
}

.service__block .service__wrapper .service__left img {
  max-width: 450px;
  margin-left: 100px;
  border-radius: 4px;
}

.service__block .service__wrapper .service__leftRight::before {
  content: '';
  position: absolute;
  width: 200px;
  height: 125%;
  background: #002654;
  left: unset;
  right: 0;
  z-index: -1;
  top: 53%;
  -webkit-transform: translateY(-53%);
          transform: translateY(-53%);
}

.service__block .service__wrapper .service__leftRight h4 {
  margin-top: -37px;
  margin-right: 230px;
  margin-bottom: 33px;
  text-align: right;
  font-size: 40px;
}

.service__block .service__wrapper .service__leftRight img {
  max-width: 450px;
  margin-right: 100px;
  border-radius: 4px;
}

.service__block .service__wrapper .service__right {
  -ms-flex-preferred-size: 45%;
      flex-basis: 45%;
}

.service__block .service__wrapper .service__right ul {
  font-size: 18px;
  margin: 35px 0;
  list-style-type: none;
  padding-left: 35px;
}

.service__block .service__wrapper .service__right ul li {
  margin-bottom: 15px;
  position: relative;
}

.service__block .service__wrapper .service__right ul li::before {
  content: '';
  position: absolute;
  left: -30px;
  top: 6px;
  width: 13px;
  height: 17px;
  border-radius: 2px;
  background: #0051BA;
  -webkit-transform: rotate(45deg);
  transform: rotate(61deg) skew(10deg, 10deg);
}

.service__block .service__wrapper a.btn {
  display: inline-block;
  margin-top: 25px;
}

.service__block .reverse-col-tab {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.quote {
  overflow: hidden;
  background-image: url(../images/quote-cover-bg.jpg);
  background-repeat: no-repeat;
  background-position: right;
  background-size: cover;
}

.quote .quote__wrapper {
  color: #EEEEEE;
  padding: 80px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.quote .quote__wrapper .quote__left {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
}

.quote .quote__wrapper .quote__left img {
  max-width: 40px;
}

.quote .quote__wrapper .quote__left h2 {
  color: #EEEEEE;
  font-weight: 700;
  margin: 10px 0;
}

.quote .quote__wrapper .quote__right {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  text-align: right;
}

#quote-about {
  margin-top: 420px;
}

footer .footer__wrapper {
  padding: 80px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

footer .footer__wrapper .footer__first {
  -ms-flex-preferred-size: 32%;
      flex-basis: 32%;
}

footer .footer__wrapper .footer__first p {
  margin-top: 15px;
}

footer .footer__wrapper .footer__second {
  text-align: center;
}

footer .footer__wrapper .footer__third {
  -ms-flex-preferred-size: 32%;
      flex-basis: 32%;
  text-align: right;
}

footer .footer__wrapper .footer__third img {
  max-width: 115px;
}

footer .footer__wrapper .footer__third h3 {
  margin-bottom: 15px;
}

footer .footer__wrapper .footer__third .social__links {
  margin-top: 30px;
}

footer .footer__wrapper .footer__third .social__links a {
  display: inline-block;
  background: rgba(0, 81, 186, 0.2);
  text-align: center;
  width: 50px;
  height: 50px;
  padding: 13px;
  border-radius: 50%;
  margin-left: 10px;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

footer .footer__wrapper .footer__third .social__links a:hover {
  background: #002654;
}

footer .footer__wrapper .footer__third .social__links a:hover i {
  color: #EEEEEE;
}

footer .footer__wrapper .footer__third .social__links a i {
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  font-size: 25px;
  margin: 0;
}

footer .footer__wrapper .footer__third a {
  display: block;
  margin-bottom: 10px;
  text-decoration: underline;
  font-weight: 700;
  color: #002654;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

footer .footer__wrapper .footer__third a:hover {
  color: #0051BA;
}

footer .footer__wrapper .footer__third a i {
  margin-right: 10px;
  font-size: 25px;
}

footer ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  list-style-type: none;
  max-width: 460px;
  margin: 0 auto;
  padding-bottom: 60px;
}

footer ul a {
  color: #30383A;
}

footer ul .foot__active {
  font-weight: 700;
}

footer .copyrights {
  background-color: #EEEEEE;
  padding: 10px 0;
  color: #002654;
}

footer .copyrights #WAicon {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  position: fixed;
  bottom: 0px;
  right: 4px;
}

footer .copyrights #WAicon img {
  max-width: 100px;
}

footer .copyrights .copyrights__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

footer .copyrights .copyrights__wrapper p {
  font-size: 14px;
}

footer .copyrights .copyrights__wrapper a {
  font-weight: 700;
  font-size: 14px;
  color: #002654;
  text-decoration: underline;
}

.innerPage__cover {
  background: url("../images/Inner page cover.png") no-repeat;
  background-size: cover;
  padding: 180px 0 100px 0;
  position: relative;
}

.innerPage__cover::before {
  content: '';
  top: 0;
  bottom: 0;
  position: absolute;
  height: 100%;
  width: 100%;
  background-color: #EEEEEE;
  opacity: 0.9;
}

.innerPage__cover .innerPage__content {
  position: relative;
  text-align: center;
}

.innerPage__cover .innerPage__content h1 {
  margin-bottom: 50px;
}

.visionMissionPassion h2 {
  margin-bottom: 60px;
  max-width: 800px;
}

.visionMissionPassion .visionMission_blocks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.visionMissionPassion .visionMission_blocks div {
  -ms-flex-preferred-size: 48%;
      flex-basis: 48%;
}

.visionMissionPassion .visionMission_blocks div h5 {
  text-transform: uppercase;
  color: #0051BA;
}

.visionMissionPassion .visionMission_blocks div img {
  max-width: 100px;
}

.maxp {
  max-width: 600px;
  margin: 20px auto;
}

.service__about {
  text-align: center;
}

.service__about .service__about--pullDown {
  margin-bottom: -430px;
}

.service__about .service__about--pullDown .service__about--wrapper {
  margin: 60px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.service__about .service__about--pullDown .service__about--wrapper .pull--bottom {
  margin-top: 40px;
}

.service__about .service__about--pullDown .service__about--wrapper .service__about--block {
  -ms-flex-preferred-size: 32%;
      flex-basis: 32%;
}

.service__about .service__about--pullDown .service__about--wrapper .service__about--block img {
  margin-bottom: 20px;
  border-radius: 4px;
}

.service__about .service__about--pullDown .service__about--wrapper .service__about--block .elite__link {
  text-decoration: underline;
  color: #0051BA;
  display: block;
  padding-top: 10px;
}

.Trusted__Partners {
  text-align: center;
  padding: 80px 0;
}

.Trusted__Partners .owl-carousel {
  margin-top: 50px;
}

.Trusted__Partners .owl-carousel img {
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
  opacity: 0.2;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.Trusted__Partners .owl-carousel img:hover {
  -webkit-filter: grayscale(0);
          filter: grayscale(0);
  opacity: 1;
}

.sub__services {
  margin-bottom: 30px;
}

.sub__services .sub__services--wrapper {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.sub__services .sub__services--wrapper .sub__service-block {
  -ms-flex-preferred-size: 48%;
      flex-basis: 48%;
  margin-top: 100px;
  position: relative;
}

.sub__services .sub__services--wrapper .sub__service-block::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 300px;
  background-color: #002654;
  z-index: -1;
}

.sub__services .sub__services--wrapper .sub__service-block h2 {
  font-size: 32px;
  margin: 30px 0;
  color: #EEEEEE;
}

.sub__services .sub__services--wrapper .sub__service-block img {
  max-width: 450px;
  margin: 0 auto;
  border-radius: 4px;
}

.sub__services .sub__services--wrapper .sub__service-block p {
  max-width: 500px;
  margin: 20px auto 40px auto;
}

.contracting__main {
  text-align: center;
  padding-top: 80px;
}

.contracting__main span {
  color: #30383A;
}

.contracting__main .owl-carousel .owl-nav {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 100%;
  font-size: 40px;
}

.contracting__main .owl-carousel .owl-nav span {
  color: #0051BA;
}

.contracting__main .owl-carousel .owl-nav .owl-prev {
  position: absolute;
  left: 0;
}

.contracting__main .owl-carousel .owl-nav .owl-next {
  position: absolute;
  right: 0;
}

.contracting__main #heavyE img, .contracting__main #lightE img, .contracting__main #fabrication img, .contracting__main #IPandCoating img, .contracting__main #EarthMovingE img, .contracting__main #TransportE img {
  max-width: 500px;
  margin: 0 auto;
}

.contracting__main__last {
  padding-bottom: 100px;
}

.form__connect {
  overflow: hidden;
}

.form__connect .contact__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.form__connect .contact__wrapper form {
  padding: 60px 160px 60px 60px;
  -webkit-box-shadow: 1px 1px 15px 6px #EEEEEE;
          box-shadow: 1px 1px 15px 6px #EEEEEE;
  border-radius: 4px;
  max-width: 860px;
  width: 100%;
}

.form__connect .contact__wrapper form .form-field {
  padding-bottom: 20px;
  position: relative;
}

.form__connect .contact__wrapper form .form-field select {
  color: #0051BA !important;
}

.form__connect .contact__wrapper form .form-field input, .form__connect .contact__wrapper form .form-field select, .form__connect .contact__wrapper form .form-field textarea {
  outline: none;
  width: 100%;
  font-size: 18px;
  font-family: "Red Hat Display", sans-serif;
  padding: 20px;
  border-bottom: 1px solid #0051BA !important;
  border: none;
  color: #30383A;
}

.form__connect .contact__wrapper form .form-field input::-webkit-input-placeholder, .form__connect .contact__wrapper form .form-field select::-webkit-input-placeholder, .form__connect .contact__wrapper form .form-field textarea::-webkit-input-placeholder {
  color: #0051BA;
}

.form__connect .contact__wrapper form .form-field input:-ms-input-placeholder, .form__connect .contact__wrapper form .form-field select:-ms-input-placeholder, .form__connect .contact__wrapper form .form-field textarea:-ms-input-placeholder {
  color: #0051BA;
}

.form__connect .contact__wrapper form .form-field input::-ms-input-placeholder, .form__connect .contact__wrapper form .form-field select::-ms-input-placeholder, .form__connect .contact__wrapper form .form-field textarea::-ms-input-placeholder {
  color: #0051BA;
}

.form__connect .contact__wrapper form .form-field input::placeholder, .form__connect .contact__wrapper form .form-field select::placeholder, .form__connect .contact__wrapper form .form-field textarea::placeholder {
  color: #0051BA;
}

.form__connect .contact__wrapper form .form-field small {
  position: absolute;
  left: 0;
  bottom: 0;
  color: red;
}

.form__connect .contact__wrapper form #submit-btn-contact {
  width: 100%;
  border: none;
  padding: 20px;
  font-family: "Red Hat Display", sans-serif;
  font-size: 18px;
}

.form__connect .contact__wrapper .lets__connect {
  padding: 70px;
  background: #002654;
  margin: 100px 0;
  margin-left: -100px;
  width: 100%;
  max-width: 470px;
}

.form__connect .contact__wrapper .lets__connect h2 {
  margin-bottom: 35px;
  color: #EEEEEE;
  font-size: 40px;
}

.form__connect .contact__wrapper .lets__connect a {
  display: block;
  margin-bottom: 15px;
  color: #EEEEEE;
}

.form__connect .contact__wrapper .lets__connect a i {
  margin-right: 10px;
}

.form__connect .contact__wrapper .lets__connect .social__mediums {
  margin-top: 35px;
}

.form__connect .contact__wrapper .lets__connect .social__mediums a {
  display: inline-block;
  font-size: 25px;
  background: #0051BA;
  text-align: center;
  width: 50px;
  height: 50px;
  padding: 13px;
  border-radius: 50%;
  margin-right: 10px;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.form__connect .contact__wrapper .lets__connect .social__mediums a:hover {
  background: #EEEEEE;
}

.form__connect .contact__wrapper .lets__connect .social__mediums a:hover i {
  color: #0051BA;
}

.form__connect .contact__wrapper .lets__connect .social__mediums a i {
  margin-right: 0;
  vertical-align: super;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.gmap_canvas {
  overflow: hidden;
  background: none !important;
  height: 500px;
  width: 100%;
}

iframe {
  width: 100%;
}

.mapouter {
  position: relative;
  text-align: right;
  height: 500px;
  width: 100%;
}

@media screen and (max-width: 1200px) {
  .fix-center {
    width: 90%;
  }
  .mt60 {
    margin-top: 60px !important;
  }
  .landing__section {
    padding: 141px 0 64px 0;
  }
  .landing__section .landing__wrapper .landing__left {
    max-width: 600px;
  }
  .landing__section .landing__wrapper .landing__left h1 {
    font-size: 45px;
  }
  .landing__section .landing__wrapper .landing__right img {
    margin-bottom: 0;
  }
  .about__section {
    text-align: center;
  }
  .about__section p {
    margin: 25px auto;
  }
  .about__section .about__counter {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: left;
  }
  .about__section .about__counter p {
    font-size: 45px;
  }
  .about__section .about__counter h3 {
    font-size: 19px;
  }
  .service__block .service__wrapper .service__left::before {
    width: 150px;
  }
  .service__block .service__wrapper .service__left img {
    margin-left: 40px;
  }
  .service__block .service__wrapper .service__leftRight::before {
    left: -45px;
    right: unset;
    width: 150px;
  }
  .service__block .service__wrapper .service__leftRight h4 {
    margin-right: 0;
    margin-left: 145px;
    text-align: left;
  }
  .service__block .service__wrapper .service__leftRight img {
    margin-left: 40px;
    margin-right: 0;
  }
  .service__about .service__about--pullDown .service__about--wrapper .service__about--block h3 {
    font-size: 25px;
  }
}

@media screen and (max-width: 1050px) {
  .service__block {
    padding: 100px 0;
  }
  .service__block .service__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .service__block .service__wrapper .service__left::before {
    left: -45px;
  }
  .service__block .service__wrapper .service__left h4 {
    text-align: left;
    margin-left: 145px;
  }
  .service__block .service__wrapper .service__right {
    margin-top: 85px;
  }
  .service__block .reverse-col-tab {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .service__block__last {
    padding-bottom: 0;
  }
  .rem-mb-tab {
    margin-bottom: 120px;
  }
}

@media screen and (max-width: 992px) {
  .landing__section .landing__wrapper .landing__left {
    max-width: 450px;
  }
  .about__section {
    padding: 100px 0;
  }
  .rem-br {
    display: none;
  }
  .service__about .service__about--pullDown {
    margin-bottom: 0;
  }
  .Trusted__Partners {
    padding: 100px 0;
    margin-top: 0;
  }
  .rem-extra-space-top {
    margin-top: 0px !important;
  }
  .sub__services .sub__services--wrapper .sub__service-block h2 {
    font-size: 22px;
    padding: 0 10px;
  }
  .sub__services .sub__services--wrapper .sub__service-block img {
    max-width: 350px;
  }
  .form__connect .contact__wrapper form {
    padding: 40px 160px 40px 40px;
  }
  .form__connect .contact__wrapper .lets__connect {
    padding: 40px;
  }
  .form__connect .contact__wrapper .lets__connect h2 {
    font-size: 28px;
  }
}

@media screen and (max-width: 768px) {
  .view-tab {
    display: block;
  }
  .mt60 {
    margin-top: 40px !important;
  }
  .view-desktop {
    display: none;
  }
  .padding100, .Trusted__Partners {
    padding: 80px 0;
  }
  .content .links li a {
    margin-left: 0 !important;
  }
  .content .links li a.active {
    color: #0051BA !important;
  }
  .content .links li label {
    margin-left: 0 !important;
    color: #EEEEEE !important;
  }
  .landing__section {
    padding: 180px 0 80px 0;
  }
  .landing__section .landing__wrapper .landing__left {
    max-width: 100%;
  }
  .landing__section .landing__wrapper .landing__left h1 {
    text-align: center;
  }
  .landing__section .landing__wrapper .landing__left img {
    max-width: 450px;
    margin: 15px auto 0 auto;
  }
  .landing__section .landing__wrapper .landing__left .landing__btn__link {
    text-align: center;
    margin-top: 35px;
  }
  .about__section .about__counter p {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    max-width: 84px;
  }
  .quote .quote__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
  }
  .quote .quote__wrapper .quote__right {
    margin-top: 50px;
  }
  footer .footer__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  footer .footer__wrapper .footer__first {
    margin: 30px 0;
  }
  footer .footer__wrapper .footer__second {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    text-align: left;
  }
  footer .footer__wrapper .footer__second img {
    max-width: 100px;
  }
  footer .footer__wrapper .footer__third {
    text-align: left;
  }
  footer .footer__wrapper .nav-links-footer {
    margin: unset;
    padding: 10px 0 30px 0;
  }
  footer .footer__wrapper .nav-links-footer li {
    margin-bottom: 10px;
  }
  footer #footer__ul {
    display: none;
  }
  .innerPage__cover .innerPage__content h1 {
    font-size: 45px;
  }
  .visionMissionPassion h2 {
    font-size: 38px;
  }
  .service__about h2 {
    font-size: 38px;
  }
  .service__about .service__about--pullDown .service__about--wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 20px;
  }
  .service__about .service__about--pullDown .service__about--wrapper .service__about--block {
    margin-bottom: 50px;
  }
  .service__about .service__about--pullDown .service__about--wrapper .pull--bottom {
    margin-top: 0;
  }
  .Trusted__Partners h2, .contracting__main h2 {
    font-size: 38px;
  }
  .sub__services .sub__services--wrapper .sub__service-block {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
  .sub__services .sub__services--wrapper .sub__service-block img {
    max-width: 90%;
  }
  .form__connect .contact__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .form__connect .contact__wrapper form {
    padding: 40px;
  }
  .form__connect .contact__wrapper .lets__connect {
    margin-left: auto;
    margin-right: auto;
    margin-top: 100px;
    margin-bottom: 0;
    max-width: 100%;
  }
}

@media screen and (max-width: 600px) {
  .about__section .about__counter {
    margin: 60px 0 70px 0;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  .about__section .about__counter p {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .about__section .about__counter div {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 25px;
    margin-left: 6px;
    margin-right: 6px;
  }
  .about__section .about__counter div h3 {
    margin-left: 0;
  }
  footer .copyrights .copyrights__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
  }
  .visionMissionPassion .visionMission_blocks {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .visionMissionPassion .visionMission_blocks .mission {
    margin-top: 40px;
  }
  .innerPage__cover .innerPage__content h1 {
    font-size: 35px;
  }
  .landing__section .landing__wrapper .landing__left h1 {
    font-size: 35px;
  }
}

@media screen and (max-width: 480px) {
  .view-mobile {
    display: block;
  }
  .padding100 {
    padding: 60px 0;
  }
  .about__section .about__counter p {
    font-size: 55px;
  }
  .about__section h2 {
    font-size: 30px;
  }
  .service__block .service__wrapper .service__left h4 {
    font-size: 30px;
  }
  .service__block .service__wrapper .service__left img {
    margin-left: 0;
  }
  .service__block .service__wrapper .service__leftRight h4 {
    font-size: 30px;
  }
  .service__block .service__wrapper .service__leftRight img {
    margin-left: 0;
  }
  .sub__services .sub__services--wrapper .sub__service-block {
    margin-top: 60px;
  }
  .sub__services .sub__services--wrapper .sub__service-block:last-child {
    margin-bottom: 0;
  }
  .visionMissionPassion h2, .service__about h2, .contracting__main h2 {
    font-size: 30px;
  }
  .service__about--block h3 {
    font-size: 22px !important;
  }
  .quote .quote__wrapper .quote__left h2 {
    font-size: 30px;
  }
}

@media screen and (max-width: 415px) {
  .service__block .service__wrapper .service__left h4 {
    font-size: 22px;
    margin-left: 114px;
  }
  .innerPage__cover .innerPage__content h1 {
    font-size: 28px;
  }
}

@media screen and (max-width: 380px) {
  .content .header__logo {
    max-width: 50px !important;
  }
  .mt60 {
    margin-top: 15px !important;
  }
  .landing__section {
    padding: 140px 0 80px 0;
  }
  .landing__section .landing__wrapper .landing__left h1 {
    font-size: 30px;
  }
  .about__section, .Trusted__Partners {
    padding: 60px 0;
  }
  .service__block {
    padding: 80px 0 60px 0;
  }
  .service__block .service__wrapper .service__left::before {
    width: 95px;
  }
  .service__block .service__wrapper .service__left h4 {
    font-size: 25px;
    margin-bottom: 10px;
    margin-left: 70px;
  }
  .service__block .service__wrapper .service__leftRight::before {
    width: 95px;
  }
  .service__block .service__wrapper .service__leftRight h4 {
    font-size: 25px;
    margin-bottom: 10px;
    margin-left: 70px;
  }
  .service__block__last {
    padding: 60px 0 60px 0;
  }
  .rem-mb-tab {
    margin-bottom: 0;
  }
  p, a, ul, li {
    font-size: 16px;
  }
  .quote {
    background-position-x: 89%;
  }
  .quote .quote__wrapper .quote__left h2 {
    font-size: 32px;
  }
  footer .footer__wrapper {
    padding: 80px 0 45px 0;
  }
  footer .copyrights #WAicon img {
    max-width: 75px;
  }
  .innerPage__cover {
    padding: 160px 0 100px 0;
  }
  .service__about h2, .Trusted__Partners h2, .visionMissionPassion h2, .contracting__main h2 {
    font-size: 25px;
  }
  .form__connect .contact__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .form__connect .contact__wrapper form {
    padding: 30px 15px;
  }
  .form__connect .contact__wrapper form .form-field input, .form__connect .contact__wrapper form .form-field select, .form__connect .contact__wrapper form .form-field textarea {
    font-size: 16px;
  }
  .form__connect .contact__wrapper .lets__connect {
    margin-top: 60px;
    padding: 40px 25px;
  }
}

header {
  position: fixed;
  padding: 10px 0;
  width: 100%;
  z-index: 5;
  -webkit-backdrop-filter: blur(26px);
          backdrop-filter: blur(26px);
}

header .header__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

header .header__wrapper nav {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}

nav .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

nav .content .links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.content .links li {
  list-style: none;
  line-height: 70px;
}

.content .links li a.active {
  font-weight: 700;
}

.content .links li a,
.content .links li label {
  color: #30383A;
  font-size: 18px;
  font-weight: 500;
  padding: 9px 17px;
  margin-left: 30px;
  border-radius: 5px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.links li a i {
  font-size: 14px;
}

.content .links li label {
  display: none;
}

.content .links li a:hover,
.content .links li label:hover {
  color: #0051BA;
}

.content .links li ul a:hover {
  color: #EEEEEE;
}

.header__wrapper .menu-icon {
  color: #002654;
  font-size: 25px;
  cursor: pointer;
  line-height: 70px;
  width: 70px;
  text-align: center;
}

.header__wrapper .menu-icon {
  display: none;
}

.header__wrapper input[type="checkbox"] {
  display: none;
}

/* Dropdown Menu code start */
.content .links ul {
  position: absolute;
  background: #0051BA;
  top: 80px;
  z-index: -1;
  opacity: 0;
  visibility: hidden;
}

.dropActive {
  top: 65px;
  opacity: 1 !important;
  visibility: visible !important;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.dropItem {
  cursor: pointer;
}

.content .links ul li a {
  display: block;
  width: 100%;
  line-height: 30px;
  border-radius: 0px !important;
  color: #EEEEEE;
  margin-left: 0;
  padding: 15px 30px;
}

.content .links ul ul {
  position: absolute;
  top: 0;
  right: calc(-100% + 8px);
}

.content .links ul li {
  position: relative;
}

.content .links ul li:hover ul {
  top: 0;
}

/* Responsive code start */
@media screen and (max-width: 1250px) {
  .header__wrapper nav {
    max-width: 100%;
    padding: 0 20px;
  }
  nav .content .links {
    margin-left: 30px;
  }
  .content .links li a {
    padding: 8px 13px;
  }
}

@media screen and (max-width: 900px) {
  .header__wrapper .menu-icon {
    display: block;
    text-align: right;
  }
  .header__wrapper nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .header__wrapper #show-menu:checked ~ .menu-icon i::before {
    content: "\f00d";
  }
  .header__wrapper #show-menu:checked .fix-center-rem {
    width: 100%;
  }
  .header__wrapper #show-menu:checked ~ .menu-icon {
    z-index: 99;
    color: #EEEEEE;
  }
  nav .content .links {
    position: fixed;
    background: #002654;
    height: 100vh;
    width: 100%;
    top: 0;
    left: -120%;
    margin-left: 0;
    max-width: 350px;
    overflow-y: auto;
    padding-bottom: 100px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    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: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  nav #show-menu:checked ~ .content .links {
    text-align: center;
    left: 0;
    top: 0;
    max-width: 100%;
  }
  .content .links li {
    margin: 15px 20px;
  }
  .content .links li a {
    color: #EEEEEE !important;
  }
  .content .links li a,
  .content .links li label {
    line-height: 40px;
    font-size: 20px;
    display: block;
    padding: 8px 18px;
    cursor: pointer;
  }
  .content .links li a.desktop-link {
    display: none;
  }
  /* dropdown responsive code start */
  .content .links ul,
  .content .links ul ul {
    position: static;
    opacity: 1;
    visibility: visible;
    background: none;
    max-height: 0px;
    overflow: hidden;
  }
  .content .links #show-features:checked ~ ul,
  .content .links #show-services:checked ~ ul,
  .content .links #show-items:checked ~ ul {
    max-height: 100vh;
  }
  .content .links .dropItem i {
    font-size: 15px;
    margin-left: 10px;
  }
  .content .links ul li {
    margin: 7px 20px;
  }
  .content .links ul li a {
    font-size: 18px;
    line-height: 30px;
    border-radius: 5px !important;
  }
}

@media screen and (max-width: 400px) {
  .header__wrapper nav {
    padding: 0 10px;
  }
  .content .header__logo {
    max-width: 70px;
  }
}
/*# sourceMappingURL=ei-style.css.map */