@charset "utf-8";
/* CSS Document */

html,
body {
  font-family: Arial, Helvetica, sans-serif;
  margin: 0;
  height: 100%;
}

p {
  text-align: justify;
  margin: 0;
  padding: 0;
}

h3 {
  margin-bottom: 10px;
  text-transform: uppercase;
  font-size: 25px;
  font-weight: bold;
  color: #000000;
  font-stretch: condensed;
}

.onlyMobile {
  display: none;
}

.onlyDesktop {
  display: block;
}

#logo-full {
  width: 170px;
}

#logo-symbol {
  display: none;
  width: 30px;
}

.container-fluid {
  width: 100%;
  padding-right: 0;
  padding-left: 0;
  margin-right: 0;
  margin-left: 0;
  position: relative;
  min-height: 100vh;
}

.w-100 {
  width: 100% !important;
  min-height: 100vh;
  object-fit: cover;
  object-position: center;
  max-height: 100vh;
}

#headerWrapper {
  position: relative;
}

#header {
  position: fixed;
  height: 70px;
  width: 100%;
  z-index: 17;
}

#logo {
  float: left;
  margin: auto;
  padding: 15px;
}

#nav {
  float: right;
  margin: 0;
}

#nav ul {
  list-style-type: none;
  margin: 0;
}

#nav ul li {
  float: left;
  padding: 23px 15px;
}

#nav ul li:last-child {
  float: left;
  padding: 23px 30px 23px 15px;
}

#nav ul li a {
  color: #fff;
  text-transform: uppercase;
  font-size: 12px;
}

#nav ul li a:hover {
  color: #fff;
  text-transform: uppercase;
}

#carouselContainer .carousel-caption,
#carouselContainer h3 {
  color: #fff;
}

.floatLeft {
  float: left !important;
}

.floatRight {
  float: right !important;
}

.marginBottom30 {
  margin-bottom: 30px;
}

.clearfix::after {
  content: "";
  clear: both;
  display: table;
}

.row {
  margin: 0;
}

#ContentContainer {
  padding-bottom: 215px;
}

#ourServiceSection,
#featuresSection {
  margin:  0 60px;
  padding: 30px 0;
}

.serviceImage {
  margin: 0 auto;
  width: 130px;
  height: 130px;
  text-align: center;
  background-size: contain;
  background-repeat: round;
}

.serviceImageLathe {
  background-image: url("../img/turning.jpg");
  transition: transform 0.2s;
}

.serviceImageLathe:hover {
  background-image: url("../img/turning-hover.jpg");
  transform: scale(1.5);
}

.serviceImageMilling {
  background-image: url("../img/milling.jpg");
  transition: transform 0.2s;
}

.serviceImageMilling:hover {
  background-image: url("../img/milling-hover.jpg");
  transform: scale(1.5);
}

.serviceImageGrinding {
  background-image: url("../img/grinding.jpg");
  transition: transform 0.2s;
}

.serviceImageGrinding:hover {
  background-image: url("../img/grinding-hover.jpg");
  transform: scale(1.5);
}

.serviceImageWrapper {
  text-align: center;
}

.serviceImageWrapper h6 {
  letter-spacing: 3px;
  color: #073967;
  margin-top: 15px;
}

#workHoursSection {
  padding: 60px;
  background: #000;
  color: #fff;
}

.workHoursContainer div {
  display: inline-block;
}

.workHoursContactText {
  color: #f4c430;
}

.workHoursIcon {
  margin-right: 15px;
  height: 44px;
  width: 48px;
}

.phone {
  background-image: url("../img/phone-icon.png");
}

.clock {
  background-image: url("../img/clock-icon.png");
}

.mail {
  background-image: url("../img/mail-icon.png");
}

#featureHeadingWrapper {
  width: 100%;
  text-align: center;
  position: relative;
}

#featureHeadingQuote {
  margin-bottom: 20px;
}

.featureWrapper .featureDescription:last-child {
  margin-top: 20px;
}

.featureDescription {
  width: 100%;
}

.featureDescription img {
  width: 100%;
  object-fit: cover;
  height: 310px;
  opacity: 1;
  display: block;
  transition: 0.5s ease;
  backface-visibility: hidden;
}

.bottom-txt {
  position: absolute;
  left: 23px;
  bottom: 20px;
  margin-left: 10px;
}

.bottom-txt h4 {
  margin-bottom: 7px;
  font-size: 30px;
  color: #fff;
  font-stretch: condensed;
  letter-spacing: 4px;
}

.overlay h4 {
  margin-bottom: 7px;
  font-size: 30px;
  color: #000;
  font-stretch: condensed;
  letter-spacing: 4px;
}

.bottom-txt p {
  font-size: 13px;
  color: #f4c430;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.overlay {
  transition: 0.5s ease;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
  width: 80%;
}

.featureDescription .image:hover .bottom-txt {
  display: none;
}

.featureDescription .image:hover img {
  opacity: 0.3;
}

.featureDescription .image:hover .overlay {
  opacity: 1;
}

#footer {
  background: black;
  color: #fff;
  position: absolute;
  bottom: 0;
  width: 100%;
}

#footerSection {
  color: #737373;
  font-size: 15px;
  margin: 0 60px;
  padding: 30px 0 0;
}

.footerAbove {
  border-bottom: 1px solid grey;
  padding-bottom: 15px;
}

.footerAbove h6 {
  font-size: 1rem;
  margin-bottom: 10px;
  text-transform: uppercase;
  color: #fff;
  font-stretch: condensed;
}

#quickLinks ul li a {
  color: #737373;
}

.footerAbove ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.footerBelow {
  padding: 15px 0;
}

/******* About US Page *******/

#aboutSection {
  padding: 100px 0 30px;
  margin: 0 60px;
}

.aboutSectionDescription p {
  margin-bottom: 1rem;
}

.aboutSectionDescription p:last-child {
  margin-bottom: 0;
}

.profileImage {
  margin: 0 auto;
  width: 170px;
  height: 170px;
  text-align: center;
  background-image: url("../img/profile.jpg");
  background-size: cover;
}

.profileImageWrapper {
  text-align: center;
}

.profileImageWrapper h6 {
  letter-spacing: 3px;
  color: #073967;
  margin-top: 15px;
}

/* Media Query for Mobile Devices */

@media (max-width: 480px) {

  body {
    border: 0 solid red;
  }

  p {
    margin-bottom: 1rem;
  }

  .onlyMobile {
    display: block;
  }

  .onlyDesktop {
    display: none;
  }

  #header {
    height: 130px;
  }

  #logo {
    text-align: center;
    margin: 0 auto;
    float: none;
    padding: 15px;
    background-color: #f4c430;
    width: 100%;
  }

  #logo-full {
    width: 230px;
    display: inline-block !important;
  }

  #logo-symbol {
    display: none !important;
  }

  #nav {
    float: none;
    background-color: #737373;
    display: inline-block !important;
    padding: 0;
    margin: 0 auto;
    width: 100%;
  }

  #nav ul {
    list-style-type: none;
    text-align: center;
    margin: 0;
    padding: 0;
  }

  #nav ul li {
    padding: 15px;
    display: inline-block;
    width: 33%;
  }

  #nav ul li:last-child {
    float: none;
    padding: 15px;
  }

  #ContentContainer {
    padding-bottom: 0;
  }

  #ourServiceSection,
  #workHoursSection,
  #featuresSection,
  #footerSection {
    padding: 15px;
    margin: auto;
  }

  .workHoursContainer {
    padding: 15px;
  }

  .workHoursWrapper p {
    margin: 0;
  }

  .serviceImage {
    width: 100%;
    height: 270px;
  }

  .serviceImageWrapper {
    margin-bottom: 40px;
  }

  .mobileLandscapeServiceWrapper .mobileLandscapeService:last-child .serviceImageWrapper {
    margin-bottom: 25px;
  }

  .featureImage {
    width: 100%;
    object-fit: cover;
    height: 310px;
    opacity: 1;
    display: block;
    transition: 0.5s ease;
    backface-visibility: hidden;
    border-radius: 50%;
  }

  .featureContent h4 {
    font-size: 30px;
    font-stretch: condensed;
    text-align: center;
    padding: 15px 15px 5px;
  }

  .featureWrapperMobile {
    border-top: 1px solid grey;
    padding-top: 15px;
  }

  .featureDescriptionMobile {
    margin: 0;
  }

  #footer {
    position: initial;
  }

  #footer p {
    margin: 0;
  }

  .footerBelow {
    padding: 15px 0 0;
  }

  #aboutSection {
    padding: 145px 15px 15px;
    margin: 0;
  }

  .aboutSectionDescription p:last-child {
    margin-bottom: 1rem;
  }
}

/* Media Query for low resolution  Tablets, Ipads */
@media (min-width: 481px) and (max-width: 767px) {

  body {
    border: 0 solid blue;
  }

  p {
    margin-bottom: 1rem;
  }

  #header {
    background-color: #f4c430;
  }

  #logo-full {
    display: inline-block !important;
  }

  #logo-symbol {
    display: none !important;
  }

  #nav {
    display: inline-block !important;
  }

  #ContentContainer {
    padding-bottom: 0;
  }

  #workHoursSection {
    padding: 15px;
  }

  .mobileLandscapeServiceWrapper {
    margin: 0 auto;
    text-align: center;
    display: inherit;
  }

  .workHoursContainer {
    padding: 15px;
  }

  .mobileLandscapeService {
    display: inline-block;
    width: 32%;
  }

  .workHoursWrapper p {
    margin: 0;
  }

  #featureHeadingQuote {
    margin-bottom: 15px;
  }

  .featureDescription div:last-child {
    margin-top: 15px;
  }

  .featureWrapper .featureDescription:last-child {
    margin-top: 15px;
  }

  #ourServiceSection,
  #workHoursSection,
  #featuresSection,
  #footerSection {
    padding: 15px;
    margin: auto;
  }

  #footer {
    position: initial;
  }

  #footer p {
    margin: 0;
  }

  .footerBelow {
    padding: 15px 0 0;
  }

  .hideMobileLandscape {
    display: none;
  }

  #aboutSection {
    padding: 85px 15px 15px;
    margin: 0;
  }

  .aboutSectionDescription p:last-child {
    margin-bottom: 1rem;
  }
}

/* Media Query for Tablets Ipads portrait mode */
@media (min-width: 768px) and (max-width: 1024px) {

  body {
    border: 0 solid green;
  }

  #ContentContainer {
    padding-bottom: 0;
  }

  .clock {
    margin-right: 40px;
  }

  #footer {
    position: initial;
  }
}

/* Media Query for Laptops and Desktops */
@media (min-width: 1025px) and (max-width: 1280px) {

  body {
    border: 0 solid yellow;
  }
}

/* Media Query for Large screens */
@media (min-width: 1281px) {

  body {
    border: 0 solid Orange;
  }
}
