
@font-face {
  font-family: 'Helvetica';
  src: url('../Font/Helvetica.ttf') format('truetype');
}

.carousel {
  height: 100%;
}

.carousel-fade .carousel-item {
  opacity: 0;
  transition-duration: .6s;
  transition-property: opacity;
  height: 100% !important
}

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

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

.carousel-fade .carousel-item-next,
.carousel-fade .carousel-item-prev,
.carousel-fade .carousel-item.active,
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-prev {
  transform: translateX(0);
  transform: translate3d(0, 0, 0);
}

.dropdown-menu li {
  position: relative;
}

.dropdown-menu .dropdown-submenu {
  display: none;
  position: absolute;
  left: 100%;
  top: -7px;
}

.dropdown-menu .dropdown-submenu-left {
  right: 100%;
  left: auto;
}

.dropdown-menu > li:hover > .dropdown-submenu {
  display: block;
}


#myBtn {
  display: none; /* Hidden by default */
  position: fixed; /* Fixed/sticky position */
  bottom: 20px; /* Place the button at the bottom of the page */
  right: 30px; /* Place the button 30px from the right */
  z-index: 99; /* Make sure it does not overlap */
  border: none; /* Remove borders */
  outline: none; /* Remove outline */
  background-color: #b51412; /* Set a background color */
  color: white; /* Text color */
  cursor: pointer; /* Add a mouse pointer on hover */
  padding: 15px; /* Some padding */
  border-radius: 10px; /* Rounded corners */
  font-size: 18px; /* Increase font size */
}

  #myBtn:hover {
      background-color: #555; /* Add a dark-grey background on hover */
  }

.fixedButton {
  position: fixed;
  bottom: -2%;
  left: 0px;
  padding: 10px;
}

.roundedFixedBtn {

  line-height: 80px;
  font-size: 2em;
  color: white;
  text-align: center;
  cursor: pointer;
}

.hovereffect1 {
  width: 100%;
  height: 100%;
  float: left;
  overflow: hidden;
  position: relative;
  text-align: center;
  cursor: default;
  background: #3c3c3b;
}

  .hovereffect1 .overlay {
      width: 100%;
      height: 100%;
      position: absolute;
      overflow: hidden;
      top: 0;
      left: 0;
      padding: 50px 20px;
  }

  .hovereffect1 img {
      display: block;
      position: relative;
      max-width: none;
      width: calc(100% + 20px);
      -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
      transition: opacity 0.35s, transform 0.35s;
      -webkit-transform: translate3d(-10px,0,0);
      transform: translate3d(-10px,0,0);
      -webkit-backface-visibility: hidden;
      backface-visibility: hidden;
  }

  .hovereffect1:hover img {
      opacity: 0.4;
      filter: alpha(opacity=40);
      -webkit-transform: translate3d(0,0,0);
      transform: translate3d(0,0,0);
  }

  .hovereffect1 h2 {
      text-transform: uppercase;
      color: #fff;
      text-align: center;
      position: relative;
      font-size: 17px;
      overflow: hidden;
      padding: 0.5em 0;
      background-color: transparent;
  }

      .hovereffect1 h2:after {
          position: absolute;
          bottom: 0;
          left: 0;
          width: 100%;
          height: 2px;
          background: #fff;
          content: '';
          -webkit-transition: -webkit-transform 0.35s;
          transition: transform 0.35s;
          -webkit-transform: translate3d(-100%,0,0);
          transform: translate3d(-100%,0,0);
      }

  .hovereffect1:hover h2:after {
      -webkit-transform: translate3d(0,0,0);
      transform: translate3d(0,0,0);
  }

  .hovereffect1 a, .hovereffect1 p {
      color: #FFF;
      opacity: 0;
      filter: alpha(opacity=0);
      -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
      transition: opacity 0.35s, transform 0.35s;
      -webkit-transform: translate3d(100%,0,0);
      transform: translate3d(100%,0,0);
  }

  .hovereffect1:hover a, .hovereffect1:hover p {
      opacity: 1;
      filter: alpha(opacity=100);
      -webkit-transform: translate3d(0,0,0);
      transform: translate3d(0,0,0);
  }

#main-carousel {

  text-shadow: 1px 2px 3px #0000001f;
}




#main-carousel h5 {
  font-size: 1.5rem;
  font-family: inherit;
  font-weight: 300;
  -webkit-animation: leftToRight 1s ease-in-out .5s;
  animation: leftToRight 1s ease-in-out .5s;
}

  #main-carousel h2 {
      font-size: 2.5rem;
      font-weight: 900;
      font-family: inherit;
      letter-spacing: 2px;
      -webkit-animation: topToBottom 1s linear .3s;
      animation: topToBottom 1s linear .3s;
  }

  #main-carousel .carousel-caption {
  
      bottom: unset;
      top: 15%;
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%);
      text-align: center;
  }

  #main-carousel .carousel-control-next,
  #main-carousel .carousel-control-prev {
      top: 50%;
      bottom: unset;
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%);
      width: 4%;
      font-size: 3.5rem;
      background-color: rgba(255, 255, 255, 0.2);
      padding: 5px;
      -webkit-transition: 5s all;
      transition: 5s all;
  }

  #main-carousel .carousel-control-next {
      border-top-left-radius: 50px;
      border-bottom-left-radius: 50px;
  }

  #main-carousel .carousel-control-prev {
      border-top-right-radius: 50px;
      border-bottom-right-radius: 50px;
  }

  #main-carousel .btn-info {
      background: transparent;
      text-transform: uppercase;
      border: 0;
      font-family: "helveticaregular";
      font-size: 1.8rem;
      position: relative;
      padding: 20px 0 0;
      margin: 20px 0 0;
  }

      #main-carousel .btn-info::before {
          content: '';
          position: absolute;
          top: 0;
          left: 0;
          width: 63px;
          height: 5px;
          background-color: #fff;
      }

.home__form {
  padding: 1.5rem;
  background-color: #fff;
  -webkit-box-shadow: 0 0 1.5rem rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 1.5rem rgba(0, 0, 0, 0.2);
  position: relative;
  z-index: 1;
  top: -50px;
  font-size: 1.6rem;
  width: 80%;
  margin: auto;
}

  .home__form h3 {
      font-size: 2.6rem;
      font-weight: bold;
  }

  .home__form p {
      font-size: 1.4rem;
      margin-bottom: 1.5rem;
  }

  .home__form form {
      text-align: left;
  }

      .home__form form label {
          font-size: 1.4rem;
          color: rgba(0, 0, 0, 0.7);
          font-family: "helveticaregular";
      }

      .home__form form .input-box {
          position: relative;
      }

          .home__form form .input-box .fa {
              position: absolute;
              right: 0;
              top: 50%;
              -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
              border-left: 1px solid #cdcdcd;
              padding: 3px 15px 3px 10px;
              color: #898989;
          }

          .home__form form .input-box input {
              height: 45px;
          }

          .home__form form .input-box textarea,
          .home__form form .input-box input {
              border-color: #efefef;
              -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.05);
              box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.05);
              border-radius: 5px;
              font-size: 1.6rem;
              padding: 10px;
              caret-color: #fc5546;
          }

              .home__form form .input-box textarea:focus + .fa,
              .home__form form .input-box input:focus + .fa {
                  color: #fc5546;
                  border-color: #fc5546;
              }

              .home__form form .input-box textarea:not(:placeholder-shown),
              .home__form form .input-box input:not(:placeholder-shown) {
                  border-color: green;
              }




              .circle {
                padding: 13px 20px;
                border-radius: 50%;
                background-color: #b51412;
                color: #fff;
                max-height: 50px;
                z-index: 2;
            }


.hero4-image {
  background-image: url("/assets/Images/RefineryHeader.jpg");
  background-color: #cccccc;
  height: 900px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.Icon i {
  background-color: transparent;
  border-radius: 50%;
  border: 1px solid #db0012;
  padding: 10px;
  color: #db0012
}






.timeline div {
  padding: 0;
  height: 40px;
}

.timeline hr {
  border-top: 3px solid #b51412;
  margin: 0;
  top: 17px;
  position: relative;
}

.timeline .col-2 {
  display: flex;
  overflow: hidden;
}

.timeline .corner {
  border: 3px solid #b51412;
  width: 100%;
  position: relative;
  border-radius: 15px;
}

.timeline .top-right {
  left: 50%;
  top: -50%;
}

.timeline .left-bottom {
  left: -50%;
  top: calc(50% - 3px);
}

.timeline .top-left {
  left: -50%;
  top: -50%;
}

.timeline .right-bottom {
  left: 50%;
  top: calc(50% - 3px);
}



/* Make circles that indicate the steps of the form: */
.step {
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbbbbb;
  border: none;
  border-radius: 50%;
  display: inline-block;
  opacity: 0.5;
}

  /* Mark the active step: */
  .step.active {
      opacity: 1;
  }

  /* Mark the steps that are finished and valid: */
  .step.finish {
      background-color: #04AA6D;
  }


