@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap");
body {
  margin: 0;
  padding: 0;
  background: #fff;
  font-family: "Poppins", sans-serif !important;
}

img {
  /* -webkit-filter: grayscale(100%); */
  /* Safari 6.0 - 9.0 */
  /* filter: grayscale(100%); */
}

.mytext-primary {
  color: #C82837;
}

.mytext-secondary {
  color: #383E70;
}

.mybg-primary {
  background: #C82837;
}

.mybg-secondary {
  color: #383E70;
}

.top-bar {
  background: #383E70;
}

.s-icons a {
  color: #C82837;
  font-size: 13px;
  padding: 0 6px;
}

.s-icons a:hover {
  color: #fff;
}

header {
  margin: 0;
  padding: 0px;
  background: #fff;
}

header .navbar {
  margin: 0;
  border: none;
  padding: 0;
  background: none;
}

.sticky {
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  right: 0;
  -webkit-box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.1);
          box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.1);
  background: #fff;
  -webkit-animation: mymove 1s ease-in-out;
          animation: mymove 1s ease-in-out;
}

@-webkit-keyframes mymove {
  from {
    top: -50px;
  }
  to {
    top: 0px;
  }
}

@keyframes mymove {
  from {
    top: -50px;
  }
  to {
    top: 0px;
  }
}

.navbar-toggler {
  background: #C82837;
}

.navbar-toggler i {
  color: #fff;
}

.navbar-toggler:focus {
  background: #383E70;
}

.navbar-toggler:focus i {
  color: #fff;
}

.main-nav nav ul li a {
  text-transform: uppercase;
  font-size: 14px;
  padding: 20px 30px !important;
  color: #383E70;
  border-bottom: 2px solid transparent;
}

.main-nav nav ul li a:hover {
  color: #C82837 !important;
  border-bottom: 2px solid #C82837;
}

.main-nav nav ul li a:focus {
  color: #C82837 !important;
  border-bottom: 2px solid #C82837;
}

.main-nav nav ul .active a {
  color: #C82837 !important;
  border-bottom: 2px solid #C82837;
}

.main-slider .carousel-item {
  background: #000;
}

.main-slider .carousel-item .carousel-caption {
  top: 50%;
  padding: 0;
  bottom: auto;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  text-align: left;
  max-width: 400px;
  width: 100%;
}

@media only screen and (max-width: 767.98px) {
  .main-slider .carousel-item .carousel-caption {
    display: none;
  }
}

.main-slider .carousel-item img {
  opacity: 0.6;
  width: 100%;
}

.banner-btn a {
  background: #C82837;
  color: #fff;
  font-size: 14px;
  font-weight: 300;
  text-transform: uppercase;
  padding: 10px 30px;
  display: inline-block;
}

.banner-btn a:hover {
  background: #383E70;
}

.ser-btn {
  background: #C82837;
  color: #fff;
  font-size: 14px;
  font-weight: 300;
  padding: 10px 30px;
}

.ser-btn:hover {
  background: #383E70;
  color: #fff;
}

.bg-img {
  background: url(../images/bgn-industries.png) no-repeat center;
  background-size: cover;
}

.ser-img:after {
  position: absolute;
  content: "";
  z-index: 2;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(white));
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 );
}

.ser-text-box {
  margin-top: -80px;
}

.s-btn {
  background: #C82837;
  color: #fff;
  padding: 10px 30px;
}

.s-btn:hover {
  background: #383E70;
  color: #fff;
}

footer {
  background: #383E70;
}

.subc-box {
  background: #292929;
}

.subc-box form {
  border: 1px solid #C82837;
  background: #fff;
}

.subc-box form .send-btn {
  background: #C82837;
  color: #fff;
  font-size: 16px;
  padding: 10px 30px;
}

.border-line-under {
  border-bottom: 1px solid #C82837;
  padding-bottom: 4px;
}

.ft-links {
  color: #fff;
  font-weight: 300;
}

.ft-links:hover {
  color: #C82837;
}

.st-icons a {
  background: #383E70;
  border: 1px solid #fff;
  color: #C82837;
  width: 30px;
  height: 30px;
  border-radius: 100px !important;
  display: -ms-grid;
  display: grid;
  place-items: center;
}

.st-icons a:hover {
  background: #C82837;
  border: 1px solid #383E70;
  color: #383E70;
}

.inner-banner img {
  opacity: 0.6;
}

.copy-right {
  background: #1f1f1f;
}

.form-box-input input, .form-box-input textarea {
  background: #f2c0c4;
}
/*# sourceMappingURL=main.css.map */