@import url("https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.css");
@import url("https://fonts.googleapis.com/css2?family=Roboto&display=swap");
@import url("https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css");
@import url("https://fonts.googleapis.com/css2?family=Paytone+One&display=swap");
body {
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
}

body .bg-light {
  background-color: rgba(255, 255, 255, 0.7) !important;
}

body .navbar {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
}

body .navbar .collapse .mr-auto {
  margin-right: 0 !important;
}

body .navbar .collapse .navbar-nav .nav-item .nav-link {
  color: orangered;
  font-weight: 600px;
}

body .navbar .collapse .navbar-nav .nav-item .nav-link .fa {
  width: 25px;
  text-align: center;
  font-size: 17px;
}

body .navbar .collapse .navbar-nav .nav-item .nav-link:hover {
  background-color: orangered;
  color: #fff;
  -webkit-transition: .8s ease;
  transition: .8s ease;
}

body .banner {
  background-image: url("../img/slider/motion.jpg");
  background-size: cover;
  height: 100vh;
}

body .banner .carousel {
  height: 100%;
  width: 100%;
}

body .banner .carousel .carousel-indicators {
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
}

body .banner .carousel .carousel-indicators li {
  width: 10px;
  height: 10px;
  background-color: orangered;
  border-radius: 50%;
}

body .banner .carousel .carousel-inner {
  position: absolute;
  bottom: 25%;
  left: 0;
  vertical-align: middle;
}

body .banner .carousel .carousel-inner .carousel-item {
  -webkit-transition: opacity .5s ease-out, -webkit-transform 2s ease;
  transition: opacity .5s ease-out, -webkit-transform 2s ease;
  transition: transform 2s ease, opacity .5s ease-out;
  transition: transform 2s ease, opacity .5s ease-out, -webkit-transform 2s ease;
}

body .banner .carousel .carousel-inner .carousel-item .carousel-caption {
  color: black;
  position: relative;
  text-align: left;
  font-family: 'Paytone One', sans-serif;
  width: 40%;
}

body .banner .carousel .carousel-inner .carousel-item .carousel-caption h3 {
  font-size: 45px;
  color: orangered;
}

body .services .container .row .col-md-2 {
  margin: 0;
  padding: 0;
  border: 1px solid #fff;
}

body .services .container .row .col-md-2 .service-item {
  text-align: center;
  background-color: orangered;
  padding: 20px 0;
  color: #fff;
}

body .services .container .row .col-md-2 .service-item .fa {
  font-size: 50px;
}

body .services .container .row .col-md-2 .service-item h5 {
  margin: 20px 0;
}

body .services .container .row .col-md-2 .service-item #flag {
  margin-bottom: 20px;
  text-decoration: none;
  color: orangered;
}

body .services .container .row .col-md-2 .service-item #flag .fa-arrow-right {
  font-size: 17px;
}

body .services .container .row .col-md-2 .service-item:hover {
  background-color: #fff;
  color: orangered;
  -webkit-transition: 0.8s ease-out;
  transition: 0.8s ease-out;
}

body .about-us .imgdiv {
  padding: 0;
}

body .about-us .abt-text {
  margin-left: 40px;
  height: 100%;
}

body .about-us .abt-text h5 {
  font-weight: 800;
  font-size: 13px;
  margin-bottom: 20px;
  color: blue;
}

body .about-us .abt-text h3 {
  font-weight: bold;
  color: navy;
  margin: 25px 0;
}

body .about-us .abt-text h3 #f {
  color: orangered;
}

body .about-us .abt-text h3 #ixs {
  color: skyblue;
}

@media (max-width: 576px) {
  body .about-us .abt-text {
    margin-top: 25px !important;
  }
}

body .our-services {
  margin-top: 60px;
}

body .our-services .our-service-title h5 {
  font-size: 13px;
  font-weight: bold;
  color: blue;
}

body .our-services .our-service-title h2 {
  font-weight: bolder;
  color: navy;
  margin-top: 20px;
}

body .contact-us .container {
  background-color: navy;
  color: #fff;
  padding: 45px;
  text-align: center;
}

body .contact-us .container .map-location {
  height: 100%;
}

body .contact-us .container .map-location iframe {
  width: 100%;
  height: 100%;
  border: 0;
}

body .contact-us .container .contact-form {
  text-align: left;
}

body .contact-us .container .contact-form .form-group .form-control {
  border-radius: 0 !important;
  font-size: 13px;
}

body .contact-us .container .contact-form .btn {
  background-color: orangered;
  border: orangered;
}

body .contact-us .container .contact-form .btn:hover {
  background-color: #fff;
  color: orangered;
  -webkit-transition: .8s ease;
  transition: .8s ease;
}

@media (max-width: 576px) {
  body .contact-us .container .contact-form {
    margin-top: 25px !important;
  }
}
/*# sourceMappingURL=style.css.map */