a:hover {
  text-decoration: none !important;
  color: #333333;
}
body {
  font-family: "Work Sans", sans-serif;
}
.btn:hover {
  background-color: #fff !important;
  color: #7d212b !important;
  border: 1px solid #7d212b !important;
  cursor: pointer !important;
}

.mainText {
  min-height: 410px;
}
a {
  color: #333;
}

.container-fluid {
  padding: 0;
}

/* Header */
.top-nav .logo {
  width: 70%;
}

/* Navbar CSS */
.top-nav {
  padding: 15px 0;
  height: auto;
}
.top-nav .icon-button {
  background-color: #d3d3d3;
  border-radius: 0;
  border: none;
  margin-right: -6px;
}
.top-nav .icon-button i {
  font-size: 24px;
}
.top-nav .col-lg-5 {
  margin-top: 15px;
}

.top-nav .text-btn {
  background-color: #7d212b;
  border-radius: 0;
  border: none;
  border: 1px solid #7d212b;
}

.top-nav .text-btn:hover {
  background-color: #fff;
  color: #7d212b;
  border: 1px solid #7d212b;
}

.top-nav .text-btn,
.top-nav .icon-button {
  padding: 10px 15px;
  font-size: 16px;
}

.border-btm {
  height: 167px;
}

.navbar-light {
  background-color: #7d212b !important;
  border-bottom: 5px solid #d3d3d3;
  padding: 0;
  transition: all 0.2s ease-in;
}
.navbar-light .mr-auto .nav-link {
  color: #fff;
  padding: 0.8rem 1.3rem;
  text-transform: uppercase;
  transition: ease-in-out all 0.2s;
}
.navbar-light .ml-auto .nav-link {
  color: #fff;
  text-transform: uppercase;
  transition: all 0.2s ease;
}

.navbar-light .navbar-nav .active > .nav-link {
  background-color: #d3d3d3;
  color: #fff !important;
}

.dropdown-item:focus,
.dropdown-item:hover {
  color: #7d212b !important;
}


.navbar-nav .dropdown-menu {
  background-color: #7d212b;
  /* border:5px solid #D3D3D3; */
  border-top: 0;
  border-radius: 0;
}
.dropdown-item {
  color: #fff;
}

/* .navbar-light .mr-auto .nav-link:hover,
.navbar-light .mr-auto .nav-item:hover {
  background-color: #d3d3d3;
  color: #7d212b !important;
} */
.navbar-light .navbar-nav .nav-link {
  padding: 0.8rem 1rem;
  transition: all ease-in-out 0.2s;
}
.navbar-dwn {
  position: fixed;
  width: 100%;
  z-index: 99;
  top: 0;
}
.navbar-light .navbar-nav .active > .nav-link {
  color: #7d212b !important;
}

@media only screen and (min-width: 769px) {
  .navbar-light .navbar-nav .nav-link {
    padding: 0.8rem 0.8rem;
    transition: all ease-in-out 0.2s;
  }
  .dropdown:hover .dropdown-menu {
    display: block;
  }
  .dropdown-submenu {
    position: relative !important;
  }
  .dropdown-submenu > .dropdown-menu {
    top: 0 !important;
    left: 100% !important;
    margin-top: -6px !important;
    margin-left: -1px !important;
    border-radius: 0 !important;
  }
  .dropdown-submenu:hover > .dropdown-menu {
    display: block !important;
  }
  .dropdown-submenu > a:after {
    display: block;
    content: "\f105";
    font-family: "FontAwesome";
    margin-top: -18px;
    right: 15px;
    position: absolute;
    font-weight: 300;
  }
}

/* ==================== */

/* Carousel CSS */
.home-page-slideshow .carousel {
  border-bottom: 5px solid #7d212b;
}
.home-page-slideshow .slide_style_left {
  text-align: left !important;
}
.home-page-slideshow .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 2;
  background-color: #000;
  opacity: 0.25;
}
.home-page-slideshow .carousel-caption.align-left {
  text-align: left !important;
  left: 0;
  padding-left: 20.5%;
}
.home-page-slideshow .carousel-caption.align-right {
  text-align: right !important;
  left: 30%;
  padding-right: 20.5%;
}
.home-page-slideshow .carousel-caption {
  width: 70%;
  padding: 20px;
  bottom: 30%;
  text-shadow: 0 3px 9px #000;
}
.home-page-slideshow .carousel-caption h1 {
  font-family: "Lobster", sans-serif;
  font-weight: 300;
  font-size: 3.2em;
}
.home-page-slideshow .carousel-caption .btn,
.btn {
  background-color: #7d212b;
  border: 0;
  padding: 15px 25px;
  font-size: 18px;
}

.home-page-slideshow .carousel-fade .carousel-item {
  opacity: 0;
  transition-duration: 0.6s;
  transition-property: opacity;
}

.home-page-slideshow .carousel-fade .carousel-item.active,
.home-page-slideshow .carousel-fade .carousel-item-next.carousel-item-left,
.home-page-slideshow .carousel-fade .carousel-item-prev.carousel-item-right {
  opacity: 1;
}

.home-page-slideshow .carousel-fade .active.carousel-item-left,
.home-page-slideshow .carousel-fade .active.carousel-item-right {
  opacity: 0;
}

.home-page-slideshow .carousel-fade .carousel-item-next,
.home-page-slideshow .carousel-fade .carousel-item-prev,
.home-page-slideshow .carousel-fade .carousel-item.active,
.home-page-slideshow .carousel-fade .active.carousel-item-left,
.home-page-slideshow .carousel-fade .active.carousel-item-prev {
  transform: translateX(0);
  transform: translate3d(0, 0, 0);
}
.home-page-slideshow .carousel .carousel-control {
  height: 50px;
  border: 2px solid #fff;
  width: 3%;
  top: 45%;
}
.home-page-slideshow .carousel .carousel-control-next {
  right: 5%;
}
.home-page-slideshow .carousel .carousel-control-prev {
  left: 5%;
}

.home-page-slideshow .btn-primary:not(:disabled):not(.disabled).active,
.home-page-slideshow .btn-primary:not(:disabled):not(.disabled):active,
.home-page-slideshow .show > .btn-primary.dropdown-toggle {
  background-color: #7d212b;
  border-color: #7d212b;
}
.home-page-slideshow .btn-primary.focus,
.home-page-slideshow .btn-primary:focus {
  box-shadow: 0 0 0 0.2rem rgba(187, 68, 48, 0.5) !important;
}

/* ==================== */

/* Focus Area CSS */
.focus-container .focus-area .col-lg-3 {
  padding: 40px 35px 60px;
  border-radius: 5px;
  text-align: center;
  background-color: #fff;
  overflow: hidden;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

@media (min-width:768px) {
  .focus-container .focus-area .col-lg-3:nth-child(2) {
    margin: 0 12.5%;
  }
}

.focus-container .focus-area .col-lg-3:nth-child(4) {
  border-right: 0;
}
.focus-area {
  margin-top: -60px;
}
.focus-area i {
  color: #fff;
  margin-bottom: 20px;
  font-size: 36px;
  background-color: #7d212b;
  border-radius: 50px;
  height: 80px;
  width: 80px;
  padding-top: 20px;
}
.focus-area h2 {
  font-size: 30px;
  margin-bottom: 30px;
}

@media (min-width:768px) {
  .focus-area h2 {
    font-size: 25px;
    margin-bottom: 30px;
  }
}
@media (min-width:1024px) {
  .focus-area h2 {
    font-size: 30px;
    margin-bottom: 30px;
  }
}

.focus-area .learn-more {
  text-transform: uppercase;
  color: #7d212b;
  border-bottom: 2px solid #7d212b;
  padding-bottom: 5px;
  font-weight: 600;
  font-size: 14px;
}
.focus-container a {
  color: #333;
}
.focus-container .image-hover:hover {
  background-color: transparent;
  background-size: cover;
  background-position: center;
  transition: all ease 0.2s;
}
.focus-container .image-hover:hover:nth-child(1) {
  background-image: linear-gradient(rgba(0, 0, 0, 0.45), rgba(0, 0, 0, 0.45)),
    url(images/home_company_focus_recut.jpg);
}
.focus-container .image-hover:hover:nth-child(2) {
  background-image: linear-gradient(rgba(0, 0, 0, 0.45), rgba(0, 0, 0, 0.45)),
    url(images/home_wwd_focus_recut.jpg);
}
.focus-container .image-hover:hover:nth-child(3) {
  background-image: linear-gradient(rgba(0, 0, 0, 0.45), rgba(0, 0, 0, 0.45)),
    url(images/home_work_focus_recut.jpg);
}

.focus-container .image-hover:hover:nth-child(4) {
  background-image: linear-gradient(rgba(0, 0, 0, 0.45), rgba(0, 0, 0, 0.45)),
    url(images/Company_Image_9.jpg);
}

.focus-container .image-hover:hover h5,
.focus-container .image-hover:hover a {
  color: #fff;
}
.focus-container .image-hover:hover i {
  background-color: #fff;
  color: #7d212b;
  /* color:#bb4430; */
}
.focus-container .image-hover:hover a {
  border-bottom: 5px solid #fff;
}

/* ==================== */

/* Welcome Area */
.welcome-area {
  padding: 70px 0;
}
.welcome-area h4 {
  font-weight: 900;
}
.welcome-area .btn-primary:hover {
  background-color: #7d212b;
  border: 1px solid #7d212b;
}

.welcome-area h3 {
  color: #7d212b;
  font-weight: 600;
}
.welcome-area p {
  color: #666;
  font-size: 16px;
}
.welcome-area .btn {
  padding: 10px 15px;
}
.welcome-area iframe {
  width: 100% !important;
}

/* ==================== */

/* Quote Form CSS */

.newsletter .btn {
  border-radius: 0;
  text-transform: uppercase;
  color: #bb4430;
  font-size: 20px;
  margin-top: 10px;
}

.newsletter-btn {
  color: #fff;
  background-color: transparent;
  border: 3px solid #fff;
  text-transform: uppercase;
  padding: 10px 15px;
}
.newsletter-btn:hover {
  background-color: #fff;
  color: #bb4430;
  cursor: pointer !important;
  transition: all 250ms linear;
}

.newsletter-container h2,
.newsletter-container i {
  color: #fff;
}
.newsletter-container input:nth-child(1) {
  padding: 10px;
}
.newsletter-container {
  padding: 40px;
  background-color: #7d212b;
  margin-bottom: 0;
  border-radius: 0;
}
.newsletter-container .container {
  border: 2px solid #fff;
  padding: 15px;
}
.newsletter-container i {
  margin-top: -70px;
  background-color: #7d212b;
  padding: 15px;
}
/*====================  */

/* Affilites CSS */
.team-members {
  padding: 65px 0;
}

.supplier-card {
  border: 2px solid #7d212b;
  height: 455px;
}

/*====================  */

/* Testimonials CSS */
.testimonials-page {
  padding: 90px 0;
  color: #fff;
}
.testimonials-page p {
font-style: italic;
}
.parallax {
  /* The image used */
  background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)),
    url("images/home-newparallax-compressed.jpg");

  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.parallax a {
  color: #fff;
}

/*====================  */

/* Footer CSS */

section {
  padding: 60px 0 15px;
}

section .section-title {
  text-align: center;
  color: #333333;
  margin-bottom: 50px;
  text-transform: uppercase;
}
#footer {
  background: #333333 !important;
}
#footer .logo {
  width: 80%;
  margin: 0 auto;
  display: block;
}
#footer h5 {
  padding-left: 10px;
  border-left: 3px solid #eeeeee;
  padding-bottom: 6px;
  margin-bottom: 20px;
  color: #ffffff;
}
#footer a {
  color: #ffffff;
  text-decoration: none !important;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}
#footer ul.social li {
  padding: 3px 0;
}
#footer ul.social li a i {
  margin-right: 5px;
  font-size: 25px;
  -webkit-transition: 0.5s all ease;
  -moz-transition: 0.5s all ease;
  transition: 0.5s all ease;
}
#footer ul.social li:hover a i {
  font-size: 30px;
  margin-top: -10px;
}
#footer ul.social li a,
#footer ul.quick-links li a {
  color: #ffffff;
}
#footer ul.social li a:hover {
  color: #eeeeee;
}
#footer ul.quick-links li {
  padding: 3px 0;
  -webkit-transition: 0.5s all ease;
  -moz-transition: 0.5s all ease;
  transition: 0.5s all ease;
}
#footer ul.quick-links li:hover {
  padding: 3px 0;
  margin-left: 5px;
  font-weight: 700;
}
#footer ul.quick-links li a i {
  margin-right: 5px;
}
#footer ul.quick-links li:hover a i {
  font-weight: 700;
}

@media (max-width: 767px) {
  #footer h5 {
    padding-left: 0;
    border-left: transparent;
    padding-bottom: 0px;
    margin-bottom: 10px;
  }
}
#footer strong {
  color: #fff;
}
#footer p {
  color: #fff;
  margin-bottom: 0;
}
#footer img,
#footer h4 {
  display: inline;
}
#footer .copyright p,
#footer .copyright a {
  color: #c2c2c2;
}

/*====================  */

/* General Page Layout */
div.top-spacer {
  height: 40px;
  width: 100%;
  display: block;
}
div.spacer {
  display: block;
  width: 100%;
  height: 150px;
}
div.title-BG {
  padding: 20px 0;
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
    url("images/title-BG.jpg");
  color: #fff;
  height: 200px;
  padding-top: 80px;
}

.box-card {
  box-shadow: 0px 4px 7px #d3d3d3;
  border: none;
}
.box-card .card-footer {
  background-color: #7d212b;
  color: #fff;
}
.box-card .card-footer a {
  color: #fff;
}

/*====================  */

/* About Us */
.bergundy-border {
  border: 2px solid #7d212b;
}
.about-text {
  border-left: 2px solid #7d212b;
}

.about-text-lower {
  border-right: 2px solid #7d212b;
  border-bottom: 2px solid #7d212b;
}

#about-h1-main {
  padding: 0px 20px;
  color: #fff;
}

#about-h1-main {
  background: linear-gradient(67deg, #7d212b 56%, rgba(0, 0, 0, 0) 88%)
}

.gradient-title {
  background: linear-gradient(67deg, #7d212b 50%, rgba(0, 0, 0, 0) 93%);
}

.gradient-title {
  padding: 1rem;
}

.testimonial-card {
  border-left: 2px solid #7d212b;
}

#about-h1-family {
  padding: 0px 20px;
  background: linear-gradient(100deg, rgba(0, 0, 0, 0) 0%, #7d212b 20%);
  font-size: 25px;
}

#about-h1-family {
  color: #fff;
}

.about-text,
.about-text-lower {
  padding: 0 2rem 2rem;
}

@media (min-width:768px) {
  #about-h1-main {
    background: linear-gradient(67deg, #7d212b 26%, rgba(0, 0, 0, 0) 38%);
  }
  #about-h1-family {
    padding: 0px 20px;
    background: linear-gradient(100deg, rgba(0, 0, 0, 0) 43%, #7d212b 60%);
  }
  .about-text-lower .company-img {
    float: left;
  }
  .about-text-lower .company-img img {
    width: 100%;
    max-width: 250px;
  }
  .gradient-title {
    background: linear-gradient(67deg, #7d212b 50%, rgba(0, 0, 0, 0) 77%);
  }
}
/* Management Team */
.team-card {
  margin-bottom: 20px;
  border: none;
}
.team-card .card-title {
  border-bottom: 3px solid #7d212b;
}

.bergundy-gradient {
  background: linear-gradient(67deg, #7d212b 66%, rgba(0, 0, 0, 0) 90%);
}

/* New team css */
.team-one__shape-1 {
  position: absolute;
  top: 40px;
  left: -50px;
  z-index: -1;
}

.team-one__shape-1 img {
  width: auto;
}

.team-one__inner {
  position: relative;
  display: block;
}

.team-one__single {
  position: relative;
  display: block;
  margin-bottom: 30px;
  border: 1px solid;
  border-radius: 5px;
}

.team-one__img-box {
  position: relative;
  display: block;
  z-index: 1;
}
.team-one__img-box img {
  width: 62%;
  border-radius: 5px;
  border-bottom-left-radius: 0;
  transform: scale3d(1, 1, 1);
  transition: transform 1s ease-in-out;
}

.team-one__img {
  position: relative;
  display: block;
  /* -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='300' height='280' viewBox='0 0 300 280'%3E%3Cimage xlink:href='data:image/png;base64,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' x='0' y='0' width='300' height='280'/%3E%3C/svg%3E");
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='300' height='280' viewBox='0 0 300 280'%3E%3Cimage xlink:href='data:image/png;base64,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' x='0' y='0' width='300' height='280'/%3E%3C/svg%3E");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  mask-position: center center;
  -webkit-mask-size: cover;
  mask-size: cover; */
  border-radius: 5px;
  border-bottom-left-radius: 0;
}

.team-one__img::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition-delay: .1s;
  transition-timing-function: ease-in-out;
  transition-duration: .7s;
  transition-property: all;
  background: rgba(0, 0, 0, 0.6);
  opacity: 0;
  z-index: 1;
  content: "";
}

.team-one__single:hover .team-one__img::before {
  opacity: 1;
}

.team-one__img {
  overflow: hidden;
  height: auto;
}

.team-one__img img {
  width: 100%;
  border-radius: 5px;
  border-bottom-left-radius: 0;
  transform: scale3d(1, 1, 1);
  transition: transform 1s ease-in-out;
}

.team-one__single:hover .team-one__img img {
  transform: scale(1.05) rotate(0deg);
}

.team-one__social-box {
  position: absolute;
  display: flex;
  align-items: center;
  gap: 10px;
  bottom: 0;
  right: 0;
  z-index: 2;
}

.team-one__plus {
  position: relative;
  display: block;
}

.team-one__plus>span {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 49px;
  background-color: #7d212b;
  font-size: 16px;
  color: white;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  cursor: pointer;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.team-one__plus>span:hover {
  background-color: black;
}

.team-one__social-list {
  position: absolute;
  display: flex;
  align-items: center;
  flex-direction: column;
  top: -180px;
  left: 2.5px;
  gap: 5px;
  z-index: 2;
}

.team-one__social-list>a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  font-size: 16px;
  color: white;
  background-color: #7d212b;
  border-radius: 5px;
  opacity: 0;
  -webkit-transform: translateY(10px);
  transform: translateY(10px);
}

.team-one__plus:hover .team-one__social-list a {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
}

.team-one__plus:hover .team-one__social-list a:nth-child(1) {
  -webkit-transition-delay: 400ms;
  transition-delay: 400ms;
}

.team-one__plus:hover .team-one__social-list a:nth-child(2) {
  -webkit-transition-delay: 300ms;
  transition-delay: 300ms;
}

.team-one__plus:hover .team-one__social-list a:nth-child(3) {
  -webkit-transition-delay: 200ms;
  transition-delay: 200ms;
}

.team-one__plus:hover .team-one__social-list a:nth-child(4) {
  -webkit-transition-delay: 100ms;
  transition-delay: 100ms;
}

.team-one__social-list>a:hover {
  color: black;
  background-color:black;
}

.team-one__content {
  position: relative;
  display: block;
  background: #d3d3d3;
  box-shadow: 0px 10px 60px 0px rgb(0 0 0 / 9%);
  padding: 100px 30px 30px;
  margin-top: -80px;
  text-align: center;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  height: auto;
}

.team-one__title {
  font-size: 24px;
  font-weight: 700;
  line-height: 34px;
}

.team-one__title>a {
  color: black;
}

.team-one__title>a:hover {
  color: #7d212b;
}

.team-one__profile {
  position: absolute;
  bottom: 0;
  left: 15px;
}

.team-one__profile>a {
  position: relative;
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 14px;
  font-weight: 500;
  color: black;
}

.team-one__profile a>span {
  font-size: 12px;
  font-weight: 700;
  color: #7d212b;
}

@media (min-width:768px) {
  .team-one__img {
    overflow: hidden;
    height: 310px;

  }
  
  .team-one__img img {
    min-width: 100%;
    min-height: 100%;
    object-fit: cover;
    border-radius: 5px;
    border-bottom-left-radius: 0;
    transform: scale3d(1, 1, 1);
    transition: transform 1s ease-in-out;
  }
  .team-one__content {
    height: 250px;
  }
}

@media (min-width:1024px) {
  .team-one__content {
    height: 280px;
  }
}

.team-one__single .btn-primary {
  padding: 7px 20px;
}
.team-one__single:hover  .btn-primary{
  background: white;
  color: #7d212b;
  border: 1px solid #7d212b;
}
.team-detail-page .card {
  background: #d3d3d3;
}
.team-detail-page img {
  width: 100%;
  margin-bottom: 10px;
}

.team-detail-page .name {
  font-size: 30px;
}
.team-detail-page .title {
  font-size: 20px;
}

@media (min-width:768px) {
  .team-detail-page img {
    width: 30%;
    margin-bottom: 0px;
    margin-left: 10px;
    float: right;
  }
}

/* Safety CSS */
.safety-img {
  width: 100%;
}

/* Employment CSS */

.employment-card .card-title {
  border-bottom: 3px solid #7d212b;
}
.employment-card .card-footer {
  background-color: #7d212b;
  color: #fff;
}
.employment-card .card-footer a {
  color: #fff;
}
.employment .btn-job {
  background-color: #fff;
  border: 1px solid #fff;
  padding: 5px 15px;
  font-size: 16px;
  text-transform: uppercase;
}
/* .employment .btn-job:hover {
  background-color: transparent;
  border: 1px solid #fff;
  color: #fff;
  padding: 5px 15px;
  font-size: 16px;
} */

/* New Careers page (used to be Employment page */
.careers-video video {
  width:100%
}
.careers-video .carousel-item::before {
  content:"";
  position: absolute;
  top:0;
  right:0;
  left:0;
  bottom:0;
  z-index:1;
  background:linear-gradient(to right,rgba(0, 0, 0, 0.66),rgba(0, 0, 0, 0.66));
}

.careers-video .carousel-inner {
 height: 225px;
 display: block;
 align-items: center;
 justify-content: center;
}
.careers-video .view-jobs {
  position: relative;
  z-index: 1;
  top: -175px;
}
.careers-video .view-jobs .page-name {
  color: white;
  font-size: 35px;
}
.careers-video .view-jobs .desktop {
  display: flex;
  justify-content: center;
}

.careers-video .view-jobs .mobile {
  display: flex;
  justify-content: center;
}

/* Mission and Vision section */
.mission-vision-section {
  background: #eee;
}
.mission-vision-section .heading {
  color: #7d212b;
  font-size: 32px;
  font-weight: bold;
}
.mission-vision-section p {
  text-align: center;
  font-size: 20px;
}
.mission-vision-section .card {
  height: auto;
}

@media (min-width:744px) {
  .mission-vision-section .card {
    height: 270px;
  }
}
@media (min-width:768px) {
  .mission-vision-section .card {
    height: 350px;
  }
}
@media (min-width:1024px) {
  .mission-vision-section .card {
    height: 300px;
  }
}
@media (min-width:1200px) {
  .mission-vision-section .card {
    height: 240px;
  }
}

/* Team Member Spotlight */
.team-spotlight-section .title {
  font-size: 35px;
  font-weight: bold;
}
.team-spotlight-section iframe {
  width: 90%;
  height: auto;
}

/* Our value */
.our-values-section {
  padding-top:20px;
  padding-bottom:80px;
  background: #eee;
}
.our-values-section .container-fluid {
  padding: 15px 15px;
}
.our-values-section i {
  font-size: 65px;
  color: #7d212b;
}
.our-values-section .page-name {
  font-size: 35px;
  font-weight: bold;
  padding-bottom:30px;
}
.our-values-section .value-name {
  font-size: 22px;
  margin-top: 15px;
}
.our-values-section p {
  margin-bottom: 0;
}

@media (min-width:744px) {
  .our-values-section .container-fluid {
    padding: 15px 15px;
  }
  .careers-video .view-jobs {
    position: relative;
    z-index: 1;
    top: -365px;
  }
  .navbar-light .navbar-toggler {
    background-color: #fff;
    margin-left: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
  }
}
@media (min-width:1024px){
  .card {
    height: 180px;
  }
  .our-values-section .value-name {
    font-size: 20px;
  }
}
@media (min-width:1133px){
  .card {
    height: 180px;
  }
  .our-values-section .value-name {
    font-size: 20px;
  }
}
@media (min-width:1180px) {
  .our-values-section .value-name {
    font-size: 16px;
    margin-top: 15px;
  }
  .card {
    height: auto;
  }
}
@media (min-width:1200px) {
  .our-values-section .value-name {
    font-size: 22px;
    margin-top: 15px;
  }
  .card {
    height: 180px;
  }
}
@media (min-width:1366px){
  .card {
    height: auto;
  }
  .our-values-section .value-name {
    font-size: 21px;
    margin-top: 15px;
  }
}


/* Interships & Apprentiseship section */
.inter-app img {
  width: 100%;
  margin-left:20px;

}
.inter-app .page-name {
  font-size: 35px;
  font-weight: bold;
}
.inter-app .card {
  background: #7d212b;
  color: white;
  padding-top:40px;
  padding-bottom:30px;
  padding-right:40px;
}
.inter-app .title {
  text-align: left;
  font-size: 22px;
  margin-left:15px;

}
.inter-app p {
  text-align: left;
  margin-left:15px;
}

@media (min-width:768px) {
  .inter-app img {
    width: 80%;
    margin: 0 auto;
    display: block;
    margin-bottom: 10px;
  }
  .careers-video .view-jobs {
    position: absolute;
    top: auto;
  }
  .careers-video .view-jobs .page-name {
    color: white;
    font-size: 55px;
  }
  .careers-video .carousel-inner {
    height: 550px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .our-values-section .container-fluid {
    padding: 15px 15px;
  }
}

/* Human Resources login */
.resource-login-section {
  background-color: #d3d3d3;
}

/* Employee Testimonials section */

.sq-crousal4 .carousel-inner {
  border: none;
  /* height: 280px; */
  /* height: auto; */
  align-items: center;
  display: flex;
}
.employ-test .card {
  background: #d3d3d3;
}

.employ-test .card {
  background: #ffffff;
  border-radius: 20px;
  padding: 40px 30px 30px 120px;
  margin-bottom: 40px;
  position: relative;
  box-shadow: 0px 8px 25px rgba(0, 0, 0, 0.08);
  height: auto;
}

/* .employ-test .card-content {
  margin: 5px auto 0 123px;
} */

.employ-test .employ-img {
  width: 90px;
  height: 150px;
  border-radius: 50%;
  border: 6px solid #7d212b;
  object-fit: cover;
  /* position: absolute;
  left: 20px;
  top: 30px; */
}

.employ-test .name {
  margin: 0;
  font-size: 20px;
  font-weight: 700;
  color: #7d212b;
}

.employ-test .role {
  margin: 5px 0 15px;
  font-size: 14px;
  letter-spacing: 1px;
  color: #777;
  font-weight: bold;
}

.employ-test .text {
  font-size: 15px;
  color: #555;
  line-height: 1.6;
}

.employ-test .date {
  font-size: 12px;
  color: #bbb;
  letter-spacing: 1px;
}
@media screen and (min-width:428px){
    .employ-test .employ-img {
      width: 90px;
      height: 90px;
  }
}
@media (min-width:768px) {
  .our-values-section .page-name {
    font-size: 45px;
    font-weight: bold;
  }
  .employ-test .card {
    background: #ffffff;
    border-radius: 20px;
    padding: 40px 30px 30px 120px;
    margin-bottom: 40px;
    position: relative;
    box-shadow: 0px 8px 25px rgba(0, 0, 0, 0.08);
    height: auto;
  }
  .employ-test .employ-img {
    float: left;
    margin-right: 15px;
    height: 90px;
  }
  .employ-test .carousel.slide {
    height: auto;
  }
  .team-spotlight-section .title {
    font-size: 45px;
    font-weight: bold;
  }
  .team-spotlight-section iframe {
    width: 90%;
    height: 350px;
  }
  .careers-video .carousel-inner {
    height: 430px;
    display: flex;
    align-items: center;
    justify-content: center;
   }
   .inter-app .page-name {
    font-size: 45px;
    font-weight: bold;
  }
}

@media (min-width:820px) {
  .careers-video .carousel-inner {
    height: 280px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

@media (min-width:1024px) {
  .careers-video .carousel-inner {
    height: 330px;
    display: flex;
    align-items: center;
    justify-content: center;
   }
   .team-spotlight-section iframe {
    width: 90%;
    height: 440px;
  }
  .sq-crousal4 .carousel-inner {
    border: none;
    /* min-height: 140px; */
  }
}

@media (min-width:1200px) {
  .careers-video .carousel-inner {
    height: 530px;
  }
}

/* Our Work Page */
.our-work-page .inter-map .state {
  font-weight: bold;
  font-size: 35px;
  fill: #7d212b;
}
.our-work-page .inter-map .state:hover {
  fill: #d3d3d3;
  transition: fill 0.15s ease;
}
.our-work-page .inter-map .sub-title {
  font-weight: bold;
}
.our-work-page .inter-map #usa-map {
  padding: 0em;
}
.our-work-page #usa-map #usa {
  width: 100%;
  height: auto;
  display: block; /* Removes extra bottom whitespace */
  max-width: 100%; /* Prevents it from overflowing its parent */
}
.our-work-page .inter-map text {
  font-size: 8px;
  fill: white;
}
.our-work-page .inter-map a:hover text {
  font-size: 8px;
  fill: black;
}
.our-work-page .inter-map a .de, .our-work-page .inter-map a .nj, .our-work-page .inter-map a .md {
  font-size: 8px;
  fill: black;
}
.our-work-page .img-container {
  overflow: hidden;
  height: auto;
}
.our-work-page .img-container img {
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
}
.our-work-page .photo-box .card {
  background: #eee;
}

@media (min-width:768px) {
  .our-work-page .img-container {
    height: 130px;
  }
}
@media (min-width:1024px) {
  .our-work-page .img-container {
    height: 130px;
  }
}
@media (min-width:1200px) {
  .our-work-page .img-container {
    height: 130px;
  }
}


/* ====================================== */

#section h2 {
  margin-bottom: 50px;
  position: relative;
  display: block;
}
#section p a {
  color: #7d212b;
  text-decoration: none;
}
#section .wrap {
  text-align: center;
  width: 100%;
}
#section .box {
  text-align: center;
  margin: 5% 0 0 0;
  width: 100%;
}

.contact-form {
  width: 100%;
  margin: 0 auto;
  padding: 40px;
}
.contact-form .input-block {
  background-color: transparent;
  border: none;
  width: 100%;
  height: 60px;
  border-bottom: 2px solid #7d212b;
  margin: 0;
  position: relative;
  margin-bottom: 20px;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
/* .contact-form .input-block.focus {
  
} */
.contact-form .input-block.textarea {
  height: auto;
}
.contact-form .input-block.textarea .form-control {
  height: auto;
  resize: none;
}
.contact-form .input-block label {
  position: absolute;
  left: 10px;
  top: 25px;
  display: block;
  margin: 0;
  font-weight: 400;
  z-index: 1;
  color: #aaa;
  font-size: 18px;
  line-height: 10px;
}
.contact-form .input-block .form-control {
  background-color: transparent;
  margin: 0;
  outline: none;
  border: none;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  height: auto;
  padding: 30px 10px;
  width: 100%;
  position: relative;
  z-index: 2;
  font-size: 18px;
  color: #333;
}
.contact-form .input-block .form-control:focus label {
  top: 0;
}
.contact-form .square-button {
  background-color: #7d212b;
  color: #fff;
  font-size: 26px;
  text-transform: uppercase;
  font-weight: 700;
  text-align: center;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  padding: 0 60px;
  height: 60px;
  cursor: pointer;
  outline: none;
  border: none;
  width: 100%;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.contact-form .square-button:hover,
.contact-form .square-button:focus {
  background-color: #7d212b;
  box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
  transform: translateY(-4px);
}

/*====================  */

/* Apply Online Forms */
.apply-online .line-seperator {
  border-bottom: 1px solid #7d212b;
}

/*====================  */

/* Services CSS */
.red-bg {
  background-color: #7d212b;
  color: #fff !important;
}
.services-card span {
  color: #000 !important;
}

/* Design & Engineering Page Design */

.design-card {
  background-image: url("../images/designcard_bg.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: stretch;
}

.design-card .card-body {
  background-color: rgba(255, 255, 255, 0.88);
}

.design-card span {
  color: #000 !important;
}

.fa-chevron-left,
.fa-chevron-right {
  color: #7d212b !important;
}

.carousel-indicators li {
  background-color: #888;
}
.carousel-indicators .active {
  background-color: #7d212b;
}

.carousel-inner {
  border: 3px solid #7d212b;
}

.fa-chevron-left,
.fa-chevron-right {
  font-size: 2rem;
}

/*====================  */


/* Construction page */
.construction-page img {
  width:100%;
}
.card {
  height: auto;
}

@media (min-width:768px) {
  .construction-page img {
    width: 30%;
    float: right;
    margin-left: 10px;
  }
}

@media (min-width:820px) {
  .construction-page img {
    width: 40%;
    float: right;
    margin-left: 10px;
  }
}

/*====================  */
.services-card font {
  color: #fff !important;
}

.coming-soon {
  width: 100%;
  text-align: center;
}

/* Contact Us */
.contact-container .col-lg-4 {
  background-color: #7d212b;
  color: #fff !important;
  padding: 30px;
}

.contact-card {
  border: 2px solid #7d212b;
}

.contact-container a {
  color: #fff !important;
}

.contact-container .col-lg-4 p,
.contact-container .col-lg-4 span {
  color: #fff !important;
}
.contact-container iframe{
    width:100%;
}

.client-icons i {
  color: #fff;
  font-size: 56px;
  background-color: #7d212b;
  border: 2px solid #7d212b;
  border-radius: 65px;
  padding: 30px;
  transition: 0.2s all ease-in;
}
.client-icons i:hover {
  background-color: #fff;
  color: #7d212b;
  border: 2px solid #7d212b;
}
.client-icons h4 {
  margin-top: 20px;
  color: #333;
}

.nav-btn:hover,
.nav-btn i:hover {
  color: #fff;
}
.dropdown-menu.show {
  background-color: #7d212b;
  padding: 10px;
}
.dropdown-menu.show a {
  color: #fff;
}

.forgot-btn:hover {
  color: #7d212b !important;
}

.image-wrap {
  min-height: 120px;
  overflow: hidden;
}

.parts-img {
  width: 100%;
  max-width: 300px;
}

/*====================  */
.services-panels .col-lg-4,
.services-panels .col-lg-6 {
  background-color: #fff;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
  padding: 30px;
}
.services-panels a {
  color: #7d212b;
}

/* Training Page */
.training .photos {
  /* background: #eee; */
  padding: 15px;
}
.training-photo img {
  width: 60%;
  display: block;
  margin: 0 auto;
}
.flier-photo img, .flier-class img, .flier-flyer img {
  width: 100%;
  display: block;
  margin: 0 auto;
  border: 1px solid #000;
}
.training .btn-main {
  color: #fff;
}
#accordianId .plusminus {
  color: #7d212b;
  font-weight: 700;
  float: right;
}
.training .mendes-img {
  width: 25%;
  margin: 0 auto;
  display: block;
  margin-bottom: 10px;
}

/* Media CSS */
@media (min-width: 270px) and (max-width: 420px) {
  .navbar-light {
    padding: 10px 0;
  }
  .navbar-light .navbar-toggler {
    background-color: #fff;
    margin-left: 10px;
  }
  .top-nav .navbar-brand img {
    width: 100%;
  }
  .carousel .carousel-item img {
    width: 150px;
    margin: 0 auto;
    display: block;
  }
  .carousel .carousel-control {
    display: none;
  }
  .focus-container {
    position: relative;
  }
  .focus-container .focus-area {
    box-shadow: none;
  }

  .focus-container .focus-area,
  .focus-container .focus-area .col-lg-3:nth-child(2),
  .focus-container .focus-area .col-lg-3:nth-child(3) {
    border: 0;
  }
  .focus-container .focus-area .col-lg-3 {
    margin: 15px 0;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
  }
  .welcome-area .float-right {
    float: none !important;
    margin-top: 25px;
  }
  .welcome-area {
    text-align: center;
  }
  .testimonials-page .col-lg-4:nth-child(2) {
    border: 2px solid #fff;
    border-left: 0;
    border-right: 0;
    margin: 20px 0;
    padding: 15px 15px;
  }
  .newsletter-container input:nth-child(1) {
    display: none;
  }
  footer img {
    width: 100%;
  }
  .focus-container .focus-area .col-lg-3:nth-child(2) {
    margin: 0;
  }
  .focus-container {
    top: 70px !important;
  }
  .focus-container .focus-area .col-lg-3:nth-child(3) {
    margin-bottom: 30px;
  }
  .team-members .col-lg-3 image:hover:nth-child(2) {
    width: 150 !important;
  }
  .navbar-light .navbar-nav .active > .nav-link,
  .navbar-light .navbar-nav .nav-link.active,
  .navbar-light .navbar-nav .nav-link.show,
  .navbar-light .navbar-nav .show > .nav-link {
    color: #fff;
  }
  .quick-links {
    margin-top: 30px;
  }
  .navbar-nav {
    padding-top: 30px;
  }
  .mobile-newsletter input {
    display: block !important;
  }
  .company-img {
    float: none !important;
  }
}
@media (max-width: 414px) {
  .videoWrapper {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    padding-top: 25px;
    height: 0;
  }
  .videoWrapper iframe {
    position: absolute;
    top: 0;
    left: -15px;
    width: 108.5%;
    height: 100%;
  }
}

@media (max-width: 375px) {
  .videoWrapper {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    padding-top: 25px;
    height: 0;
  }
  .videoWrapper iframe {
    position: absolute;
    top: 0;
    left: -15px;
    width: 109.5%;
    height: 100%;
  }
}




@media (min-width: 768px) and (max-width: 1000px) {
  .navbar-light .navbar-nav .nav-link {
    padding: 15px 5px;
    font-size: 12px;
  }
  .home-page-slideshow .carousel .carousel-item img {
    width: 100%;
  }
  .carousel-caption {
    bottom: 32px;
    width: 100%;
  }
  .carousel-caption h1 {
    font-size: 24px;
  }
  .carousel-caption p {
    font-size: 14px;
  }
  .carousel-caption.align-left {
    left: -52px;
  }
  .carousel-caption.align-right {
    left: 6% !important;
  }
  .carousel .carousel-control {
    height: 45px;
    width: 6%;
  }
  .focus-container {
    position: relative;
    top: 0;
    margin-top: 5% !important;
  }
  .focus-container .focus-area {
    border: 0;
  }
  .focus-container .focus-area .col-lg-3 {
    padding: 30px;
  }
  .focus-container .focus-area h3 {
    font-size: 16px !important;
  }
  .welcome-area img {
    width: 220px !important;
    margin-top: 15px;
  }
  footer img {
    width: 100%;
  }
  .navbar-brand img {
    width: 115%;
  }
  .videoWrapper {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    padding-top: 25px;
    height: 0;
  }
  .videoWrapper iframe {
    position: absolute;
    top: 0;
    left: -15px;
    width: 104.5% !important;
    height: 100%;
  }

  .supplier-card {
    height: 175px;
  }
  .navbar-light .navbar-nav .nav-link {
    font-size: 10px;
  }

  /* Safety CSS */
  .safety-img {
    width: 50%;
  }
}

@media only screen and (min-width: 900px) {
  .supplier-card {
    height: 180px;
  }
}

@media only screen and (min-width: 992px) {
  .supplier-card {
    height: 235px;
    border: none;
  }

  .supplier-wrapper {
    width: 100%;
    height: 100%;
    background-color: #7d212b;
  }

  /* Safety CSS */
  .safety-img {
    width: 25%;
  }
}

@media (min-width: 1024px) {
  .home-page-slideshow .carousel .carousel-item img {
    width: 115%;
  }
  .home-page-slideshow .carousel-caption h1 {
    font-size: 28px;
  }
  .home-page-slideshow .carousel-caption p {
    font-size: 15px;
  }
  .home-page-slideshow .carousel-caption.align-right {
    left: 38%;
  }
  .home-page-slideshow .carousel-caption.align-left {
    left: -9%;
  }
  .focus-container {
    top: 63.7%;
  }
  .focus-container .focus-area .col-lg-3 {
    padding: 19px;
  }
  .navbar-light .navbar-nav .nav-link {
    font-size: 13px;
  }
}

@media only screen and (min-width: 1080px) {
  .navbar-light .navbar-nav .nav-link {
    font-size: 12px;
  }
}

@media only screen and (min-width: 1200px) {
  .supplier-card {
    height: 280px;
  }
  .navbar-light .navbar-nav .nav-link {
    font-size: 14px;
  }
}

/*====================  */

/* Class Registration form */
.class-reg .card {
  background: #eee;
}


/* ===================== */
.employee-portal-btn{
  background-color: #7d212b;
  color: #fff;
  font-size: 15px;
  text-transform: uppercase;
  /* font-weight: 700; */
  text-align: left;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 5px;
  /* -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; */
  padding: 10px 15px 5px 10px;
  /* padding: 0 60px; */
  /* height: 60px; */
  cursor: pointer;
  outline: none;
  border: none;
  /* width: 100%; */
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.employee-portal-btn:hover{
  background-color: #7d212b;
  box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
  /* transform: translateY(-4px); */
}