body, html {
  text-rendering: optimizeLegibility !important;
  -webkit-font-smoothing: antialiased !important;
  color: #777;
  font-weight: 400;
  width: 100% !important;
  height: 100% !important;
}
h2 {
  margin: 0 0 20px;
  font-weight: 800;
  font-size: 36px;
  color: #333;
}
h3 {
  font-size: 20px;
  font-weight: 600;
  color: #333;
}
h4 {
  font-size: 18px;
  color: #333;
  font-weight: 600;
}
h5 {
  text-transform: uppercase;
  font-weight: 700;
  line-height: 20px;
}
p {
  font-size: 15px;
}
p.intro {
  margin: 12px 0 0;
  line-height: 24px;
}
a {
  color: #608dfd;
  font-weight: 400;
}
a:hover, a:focus {
  text-decoration: none;
  color: #608dfd;
}
ul, ol {
  list-style: none;
}
ul, ol {
  padding: 0;
  webkit-padding: 0;
  moz-padding: 0;
}
hr {
  height: 2px;
  width: 70px;
  text-align: center;
  position: relative;
  background: #1e7a46;
  margin-bottom: 20px;
  border: 0;
}
/* Navigation */
#menu {
  padding: 10px;
  transition: all 0.8s;
}
#menu.navbar-default {
  background-color: #202a2f;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  height: 80px;
}
#menu a.navbar-brand {
  padding-top: 0;
}
#menu a.navbar-brand img {
  width: 65px;
  height: 56px;
}
#menu.navbar-default .navbar-nav > li > a {
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  padding: 8px 2px;
  border-radius: 0;
  margin: 9px 20px 0;
}
#menu.navbar-default .navbar-nav > li > a:after {
  display: block;
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 0;
  height: 1px;
  background: linear-gradient(to right, #fff 0%, #fff 100%);
  content: "";
  transition: width 0.2s;
}
#menu.navbar-default .navbar-nav > li > a:hover:after {
  width: 100%;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a:after, .navbar-default .navbar-nav > .active > a:hover:after, .navbar-default .navbar-nav > .active > a:focus:after {
  display: block !important;
  position: absolute !important;
  left: 0 !important;
  bottom: -1px !important;
  width: 100% !important;
  height: 1px !important;
  background: linear-gradient(to right, #fff 0%, #fff 100%) !important;
  content: "" !important;
  transition: width 0.2s !important;
}
.navbar-toggle {
  border-radius: 0;
}
.select-lng {
  background: transparent;
  color: #fff;
  border: none;
  outline: none;
  font-size: 18px;
  font-weight: 600;
  margin-top: 14px;
  margin-left: 20px;
}
.select-lng option {
  background-color: #202a2f;
}
.navbar-right {
  margin-right: -10px;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
  background-color: #202a2f;
}
.scrolled {
  opacity: 0.95;
}
.section-title {
  margin-bottom: 50px;
  margin-top: 70px;
  padding-left: 0;
}
.section-title h2 {
  position: relative;
  margin-top: 10px;
  text-align: left;
  color: #000;
  font-weight: 600;
  font-size: 40px;
  margin-bottom: 15px;
  padding-bottom: 15px;
}
.section-title p {
  font-size: 18px;
}
.btn-custom {
  color: #fff;
  background-color: #5ca9fb;
  background-image: linear-gradient(to right, #5ca9fb 0%, #6372ff 100%);
  padding: 14px 34px;
  letter-spacing: 1px;
  margin: 0;
  font-size: 15px;
  font-weight: 500;
  transition: all 0.5s linear;
  border: 0;
}
.btn-custom:hover, .btn-custom:focus, .btn-custom.focus, .btn-custom:active, .btn-custom.active {
  color: #fff;
  background-image: none;
  background-color: #6372ff;
}
.btn:active, .btn.active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
a:focus, .btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn.active.focus {
  outline: none;
  outline-offset: none;
}
/* Header Section */
.intro {
  width: 100%;
  height: 575px;
  margin-top: 80px;
  background: url(../img/road.png) center center no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
}
.intro h1 {
  color: #fff;
  font-size: 40px;
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 10px;
  line-height: 60px;
}
.intro p {
  color: #fff;
  font-size: 22px;
  font-weight: 300;
  line-height: 30px;
  margin: 0 auto 60px;
}
header .intro-text h1 span {
  display: block;
  position: relative;
  width: 467px;
  top: 210px;
  right: 190px;
  text-transform: uppercase;
}
/* Partners Section */
#partners {
  background: #fff;
}
#partners .slick-slider .slick-list {
  width: 100%;
}
#partners .slick-slider .slick-list .slick-slide {
  display: flex;
  max-height: 130px;
  justify-content: center;
  align-items: center;
}
#partners .slick-slider .slick-dots {
  bottom: -80px;
}
#partners .bg-asphalt {
  background-image: url(../img/asphalt.png);
  height: 200px;
  margin-top: 10%;
  background-repeat: no-repeat;
  background-size: cover;
}
#partners .bg-asphalt h3 {
  color: #fff;
  font-size: 22px;
  font-weight: 600;
  padding-bottom: 11px;
  margin: 40px auto 11px;
}
#partners .bg-asphalt .border {
  border-bottom: 1px solid #fff;
  width: 150px;
  margin: 0 auto 11px;
}
#partners .bg-asphalt p {
  font-size: 16px;
  color: #fff;
}
#partners .bg-asphalt .prof-cop {
  width: 310px;
}
#partners .bg-asphalt .partners-container {
  width: 93%;
}
#partners .our-achievements {
  margin-top: 80px;
}
#partners .our-achievements .col-md-6 {
  padding-left: 0;
  padding-right: 0;
}
#partners .our-achievements .video-container {
  height: 400px;
  background-color: #fff;
}
#partners .our-achievements .video-container .react-player__preview {
  background-image: url(../img/track.png);
  background-size: contain !important;
  background-position: top !important;
  background-repeat: no-repeat !important;
}
#partners .our-achievements .video-container .react-player__shadow {
  width: 84px !important;
  height: 84px !important;
  background: #fff !important;
}
#partners .our-achievements .video-container .react-player__shadow .react-player__play-icon {
  border-color: transparent transparent transparent black !important;
}
#partners .our-achievements h2 {
  text-align: left;
  color: #000;
  font-size: 40px;
  font-weight: 600;
  margin-top: 90px;
}
#partners .our-achievements p {
  font-size: 18px;
  text-align: left;
  margin-top: 40px;
  color: #000;
}
#partners .statistics {
  background-image: url(../img/statistics.png);
  height: 420px;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 65px;
}
#partners .statistics .count-up {
  font-weight: 700;
  font-size: 50px;
  line-height: 82px;
  color: #fff;
}
#partners .statistics p {
  font-weight: 600;
  font-size: 20px;
  line-height: 32px;
  color: #fff;
  margin-top: 40px;
  margin-left: 36px;
}
#partners .statistics .col-md-2, #partners .statistics .col-md-1, #partners .statistics .col-md-3 {
  margin-top: 125px;
}
#partners .statistics .prl {
  padding-right: 36px;
}
#partners .statistics .right-border {
  border-right: 1px solid #fff;
  height: 128px;
}
#partners .statistics .statistics-container {
  width: 80%;
}
/* About Section */
#about {
  background: #f5ab4a;
}
#about .about-img {
  padding: 0;
}
#about .about-prof {
  display: flex;
}
#about .about-text {
  width: 460px;
}
#about .info-text {
  display: flex;
  justify-content: center;
  align-items: center;
}
#about .about-cat {
  display: flex;
  background: #414b50;
}
#about .about-cat p {
  margin-bottom: 24px;
}
#about .about-service {
  background: #f1f1f1;
  display: flex;
}
#about .about-service h2, #about .about-service p {
  color: #000;
}
#about .video-container {
  background: #fff;
}
#about .video-container .react-player__preview {
  background-image: url(../img/bg.png);
}
#about .video-container .react-player__shadow {
  width: 84px !important;
  height: 84px !important;
  background: #fff !important;
}
#about .video-container .react-player__shadow .react-player__play-icon {
  border-color: transparent transparent transparent black !important;
}
#about h2 {
  position: relative;
  margin-bottom: 15px;
  padding-bottom: 15px;
  font-weight: 600;
  font-size: 40px;
  color: #f1f1f1;
}
#about img {
  width: 100%;
  border-right: 0;
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.06);
}
#about p {
  line-height: 24px;
  margin: 0;
  color: #f1f1f1;
  font-size: 18px;
  font-weight: 400;
}
/* Media Section */
#media .slick-slider .slick-list {
  width: 100%;
}
#media .slick-slider .slick-list .slick-slide {
  max-height: 410px;
}
#media .slick-slider .slick-list .slick-slide img {
  max-height: 410px;
}
#media .slick-slider .slick-dots {
  bottom: -80px;
}
#media .react-simple-image-viewer__modal {
  z-index: 999999;
}
.portfolio-item {
  margin: 1px -15px 0 -14px;
  padding: 0;
}
/* Contact Section */
#contact {
  margin-top: 10%;
  background-image: url(../img/contact.png);
  background-size: cover;
  background-repeat: no-repeat;
  color: rgba(255, 255, 255, 0.75);
}
#contact input::placeholder, #contact textarea::placeholder {
  color: #fff;
}
#contact .row {
  margin-bottom: 18px;
}
#contact .section-title {
  margin-bottom: 40px;
}
#contact .section-title p {
  font-size: 16px;
}
#contact h2 {
  color: #fff;
  margin-top: 10px;
  margin-bottom: 15px;
  padding-bottom: 15px;
}
#contact h3 {
  color: #fff;
  margin-bottom: 25px;
  padding-bottom: 20px;
  font-weight: 400;
}
#contact form {
  padding-top: 20px;
}
#contact .text-danger {
  color: #c03;
  text-align: left;
}
#contact .btn-custom {
  margin: 30px 0;
  background: #fff;
  border: 2px solid #fff;
  color: #000;
}
#contact .btn-custom:hover {
  color: #1f386e;
  background: #fff;
}
label {
  font-size: 12px;
  font-weight: 400;
  float: left;
}
#contact .form-control {
  display: block;
  width: 100%;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.42857143;
  color: #fff;
  background-color: transparent !important;
  border: none;
  border-bottom: 1px solid #fff;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}
#contact .form-control:focus {
  border-color: #999;
  outline: 0;
  -webkit-box-shadow: transparent;
  box-shadow: transparent;
}
.form-control::-webkit-input-placeholder {
  color: #777;
}
.form-control:-moz-placeholder {
  color: #777;
}
.form-control::-moz-placeholder {
  color: #777;
}
.form-control:-ms-input-placeholder {
  color: #777;
}
.footer-content {
  width: 100%;
  padding-top: 60px;
  padding-bottom: 50px;
  border-top: 2px solid #fff;
  border-bottom: 2px solid #fff;
  margin-left: 0;
}
.footer-content .contact-info p {
  font-size: 16px;
  font-weight: 600;
  color: #fff;
}
.footer-content .contact-info p span {
  margin-left: 12px;
}
.footer-content .contact-info p span a {
  color: #fff;
  font-weight: 600;
}
.footer-content .contact-info p .youtube_share {
  margin-left: 18px;
}
.footer-content .contact-info .fb_icon {
  margin-left: 0;
}
.footer-content .footer-logo {
  padding-left: 0;
}
input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
}
/* Footer Section*/
#footer p {
  color: #fff;
  font-size: 16px;
  text-align: left;
  margin-bottom: 12px;
}
.loader {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  background: black;
}
.loader img {
  animation: zoom 3s ease infinite;
}
@keyframes zoom {
  0% {
    transform: scale(1);
    /* Start with normal size */
  }
  50% {
    transform: scale(1.2);
    /* Zoom in to 120% of original size */
  }
  100% {
    transform: scale(1);
    /* Return to normal size */
  }
}
@media (max-width: 768px) {
  #menu {
    width: 100%;
  }
  .intro {
    height: 172px;
  }
  .intro .intro-text h1 {
    font-size: 14px;
    line-height: 24px;
  }
  .intro .intro-text h1 span {
    right: 0;
    top: 30px;
    width: auto;
    margin-left: 30px;
  }
  #about .video-container .react-player__shadow {
    width: 60px !important;
    height: 60px !important;
  }
  #about .video-container .react-player__play-icon {
    border-width: 10px 0 10px 18px !important;
  }
  #about h2 {
    font-size: 22px;
    margin-bottom: 5px;
  }
  #about .about-service {
    display: block;
  }
  #about .about-prof {
    display: block;
  }
  #about .info-text {
    display: block;
  }
  #about .info-text > div {
    margin-left: 16px;
    margin-top: 40px;
  }
  #about .about-cat {
    display: block;
  }
  #about .about-text {
    width: auto;
    margin-bottom: 40px;
    padding-left: 15px;
    padding-right: 15px;
  }
  #about .about-text p {
    font-size: 16px;
  }
  #about .video-container > div {
    height: 30% !important;
  }
  #partners .slick-slider .slick-dots {
    bottom: -30px;
  }
  #partners h2 {
    font-size: 22px;
    margin-top: 40px;
  }
  #partners .section-title {
    margin-bottom: 20px;
    margin-top: 20px;
    padding-left: 0;
  }
  #partners .bg-asphalt {
    height: auto;
    padding-bottom: 28px;
    background-size: cover;
    margin-top: 8%;
    background-repeat: no-repeat;
  }
  #partners .bg-asphalt h3 {
    font-size: 21px;
  }
  #partners .bg-asphalt .partners-container {
    padding-top: 12px;
    padding-bottom: 10px;
  }
  #partners .our-achievements {
    margin-top: 40px;
  }
  #partners .our-achievements .col-md-6 {
    padding-left: 15px;
    padding-right: 15px;
  }
  #partners .our-achievements .video-container {
    height: 250px;
  }
  #partners .our-achievements .video-container .react-player__shadow {
    width: 60px !important;
    height: 60px !important;
  }
  #partners .our-achievements .video-container .react-player__play-icon {
    border-width: 10px 0 10px 18px !important;
  }
  #partners .statistics {
    height: auto;
    margin-top: 30px;
  }
  #partners .statistics .col-md-1, #partners .statistics .col-md-2 {
    margin-top: 20px;
  }
  #partners .statistics .prl {
    padding-right: 0;
  }
  #partners .statistics .mob-pt-count {
    padding-top: 25px;
  }
  #partners .statistics .mob-pb-count {
    padding-bottom: 35px;
  }
  #partners .statistics .right-border {
    border-bottom: 1px solid #fff;
    border-right: unset;
    height: 20px;
  }
  #partners .statistics p {
    margin-top: 0;
    margin-left: 0;
    font-size: 20px;
  }
  #partners .statistics .col-md-3 {
    margin-top: 40px;
    margin-bottom: 40px;
  }
  #partners .statistics .count-up {
    font-size: 48px;
    line-height: 60px;
    margin-right: 40px;
  }
  #partners .our-achievements h2 {
    font-size: 22px;
    margin-top: 30px;
  }
  #partners .our-achievements p {
    font-size: 16px;
    margin-top: 20px;
  }
  #media .slick-slider .slick-dots {
    bottom: -45px;
  }
  #media .slick-slider .slick-list .slick-slide {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #media .section-title {
    margin-top: 40px;
    padding-left: 30px;
    margin-bottom: 30px;
  }
  #media .section-title h2 {
    font-size: 22px;
  }
  .footer-content .contact-info p {
    text-align: center;
  }
  .footer-content .contact-info p > a img {
    margin-left: 0;
    margin-bottom: 20px;
  }
  .footer-content .footer-logo {
    text-align: center;
    padding-left: 15px;
  }
  #footer p {
    text-align: center;
  }
  #contact {
    margin-top: 12%;
  }
  #contact .container {
    padding-left: 0;
  }
  #contact .section-title {
    margin-top: 40px;
    margin-bottom: 20px;
  }
  #contact .section-title h2 {
    font-size: 22px;
  }
  .navbar-collapse {
    background-color: #202a2f;
    margin-top: 19px;
    padding-bottom: 14px;
  }
}
@media (min-width: 1440px) {
  .intro h1 {
    font-size: 36px;
  }
}
@media (max-width: 1440px) {
  #partners .bg-asphalt .partners-container {
    width: 100%;
  }
  #partners .statistics .statistics-container {
    width: 88%;
  }
}
@media (max-width: 1366px) {
  #partners .statistics .statistics-container {
    width: 90%;
  }
}
