﻿@charset "utf-8";
/* CSS Document */
@import url(font-awesome.css);
@import url(font-awesome.min.css);
@import url(https://fonts.googleapis.com/css?family=Lato:400,300,100,700,900);
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,800,700,300);
body{ 
  margin: 0px;
  font-size: 15px;
  /*font-family: 'Lato', sans-serif;*/
  /*font-family: 'Open Sans', sans-serif;*/
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section{ display:block;}
a,a:focus,{color:#333; text-decoration:none}
a:link{outline: 0;}
img{ 
  border:0px; 
  overflow: hidden;
}
.clr{ 
  clear:both;
}
.fLeft{ 
  float: left;
}
.fRight{ 
  float:right;
}
.imgResponsive{ 
  width: 100%;
}

#main{
  width: 100%;
}

.toolbar{
  width: 100%;
  min-height: 50px;
  padding: 10px 0;
  background-color: #252525;
}

.address-li{
  margin: 0px;
  padding: 0px;
}

.address-li ul{
  margin: 0px;
  padding: 0px;
}

.address-li li{
  margin: 0px;
  padding: 0px 20px 0 0;
  list-style: none;
  float: left;
  line-height: 30px;
  color: #fff;
  font-size: 12px;
}

.address-li li i{
  color: #ffc925;
  margin-right: 3px;
}

.address-li1{
  margin: 0px;
  padding: 0px;
}

.address-li1 ul{
  margin: 0px;
  padding: 0px;
}

.address-li1 li{
  margin: 0px;
  padding: 0px 0px 0 20px;
  list-style: none;
  float: right;
  line-height: 30px;
  color: #fff;
  font-size: 12px;
  text-align: right;
}

.address-li1 li i{
  color: #ffc925;
  margin-right: 3px;
}

.social-li{
  margin: 0px;
  padding: 0px;
  float: right;
}

.social-li ul{
  margin: 0px;
  padding: 0px;
}
.social-li li{
  margin: 0px;
  padding: 0px;
  list-style: none;
  float: left;
  line-height: 30px;
  font-size: 14px;
  color: #ddd;
  text-transform: uppercase;
}
.social-li li i{
  margin: 0 8px;
}
.social-li li a{
  color: #ddd;
}
.social-li li a:hover{
  color: #ffc925;
  text-decoration: none;
}

header{
  width: 100%;
}

.navbar-brand { 
  width: 280px;
  height: 53px !important;
  margin: 24px 0 23px 0;
  background: url("../images/logo.png") no-repeat center center;
}

.inner-banner{
  width: 100%;
  height: 220px;
  background-image: url(../images/inner-banner.jpg);
  background-repeat: no-repeat;
}

.fLogo{
  width: 100%;
  max-width: 280px;
}

.banner{
  width: 100%;
}
.carousel-inner > .item > img{
  width: 100%
}
.main-content{
  width: 100%;
  padding: 40px 0;
}

.main-content h2{
  font-size: 30px;
  margin: 0 0 70px 0;
  color: #252525;
  text-align: center;
  font-weight: bold;
  position: relative;
}

.main-content h2:after{
  content: "";
  position: absolute;
  left: 50%;
  bottom: -30px;
  margin-left: -36px;
  height: 3px;
  width: 72px;
  background-color: #ffc925;
}

.main-content p{
  font-size: 16px;
  color: #777;
  text-align: justify;
}

.main-content .form-control{
  border-radius: 0px;
  height: 40px;
}
.main-content textarea.form-control {
  height:auto
}
.main-content h4 {
  color: #ffc925;
  font-size: 18px;
  font-weight: 400;
  margin: 0 0 25px 0;
  text-transform: uppercase;
}

.contactDetail{
  margin: 0px;
  padding: 0px;
}

.contactDetail ul{
  margin: 0px;
  padding: 0px;
}

.contactDetail li{
  margin: 0px 0 15px 0;
  padding: 0px 0 15px 30px;
  list-style: none;
  font-size: 15px;
  font-weight: bold;
  position: relative;
  border-bottom: 1px solid #ddd;
}

.contactDetail li i{
  width: 24px;
  position: absolute;
  left: 0px;
  top: 4px;
}

.contactMap{
  width: 100%;
  padding: 5px;
  border:1px solid #ccc;
  margin: 40px 0 0 0;
}

.contactGoogleMap {
  position: relative;
  padding-bottom: 30.25%; /* 16:9 */
  padding-top: 25px;
  height: 0;
}
.contactGoogleMap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.careerBtn{
  background-color: #ffc925 !important;
  border: 1px solid #ffc925 !important;
  padding: 9px 12px !important;
  text-transform: uppercase;
  color: #333 !important;
}

.careerBtn:hover{
  background-color: #1e1e1e !important;
  border: 1px solid #1e1e1e !important;
  padding: 9px 12px !important;
  text-transform: uppercase;
  color: #ffc925 !important;
}

.safetyBox{
  width: 100%;
  text-align: center;
  border: 1px solid #ddd;
  padding: 30px;
  margin-top: 30px;
  -webkit-box-shadow: 0 8px 6px -6px #999999;
     -moz-box-shadow: 0 8px 6px -6px #999999;
          box-shadow: 0 8px 6px -6px #999999;
}

.videoBox{
  width: 100%;
  border: 1px solid #ddd;
  padding: 15px;
  -webkit-box-shadow: 0 8px 6px -6px #999999;
     -moz-box-shadow: 0 8px 6px -6px #999999;
          box-shadow: 0 8px 6px -6px #999999;
}

.videoWrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  padding-top: 25px;
  height: 0;
}
.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.galleryBox{
  width: 100%;
  padding: 5px;
  border:1px solid #ccc;
  margin: 15px 0;
  position: relative;
}

.gallery-overlay{
  width: 100%;
  height: 100%;
  background-color: #ffc925;
  opacity: 0;
  position: absolute;
  left: 0px;
  top: 0px;
  display: table-cell;
  text-align: center;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.galleryBox:hover .gallery-overlay{
  opacity: 0.9;
}

.galleryBox img{
  width: 100%;
}

.galleryBox h5{
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  margin: 10px 0 5px 0;
  padding: 0 10px;
  color: #2d2d2d;
}

.galleryBox i{
  position: absolute;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  left: 50%;
  margin-left: -20px;
  top: 50%;
  margin-top: -20px;
  font-size: 30px;
  color: #fff;
}

section.module.parallax {
  padding: 40px 0;
  background-position: 0 0;
  position: relative;
}

section.module.parallax-2 {
  background-image: url(../images/parallax.jpg);
}

.parallax-overlay {
  background-color: rgba(240, 240, 240, 0.95);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
}

.parallax-overlay1 {
  background-color: rgba(0, 0, 0, .85);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
}

.parallax-box{
  width: 100%;
  margin: 15px 0;
}

.parallax-box i{
  display: block;
  font-size: 84px;
  color: #2D2D2D;
  line-height: 84px;
}

.parallax-box h3 {
  font-weight: 600;
  margin: 20px 0 14px 0;
  letter-spacing: -1px;
  font-size: 29px;
  color: #2D2D2D;
  text-align: center;
}

.parallax-box p {
  line-height: 24px;
  color: #2D2D2D;
  text-align: center;
}

.count-box{
  width: 100%;
  text-align: center;
  color: #fff;
  margin: 15px 0;
}

.count-box h4{
  display: block;
  font-size: 48px;
  line-height: 52px;
}

.count-box i{
  display: block;
  font-size: 48px;
  line-height: 52px;
}

.what-we-offer{
  width: 100%;
  padding: 40px 0;
  background-color: #fff;
}

.what-we-offer h2{
  font-size: 30px;
  margin: 0 0 70px 0;
  color: #252525;
  text-align: center;
  font-weight: bold;
  position: relative;
}

.what-we-offer h2:after{
  content: "";
  position: absolute;
  left: 50%;
  bottom: -30px;
  margin-left: -36px;
  height: 3px;
  width: 72px;
  background-color: #ffc925;
}

.what-we-offer p{
  font-size: 16px;
  color: #777;
  line-height: 25px;
  text-align: center;
  margin-bottom: 40px;
}

.what-offer {
  border: 1px solid #f1f1f1;
  text-align: center;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.what-offer .icon {
  padding: 30px 0;
  background-color: #f7f7f7;
  -webkit-transition:all 0.4s ease-in-out;
  -moz-transition:all 0.4s ease-in-out;
  -o-transition:all 0.4s ease-in-out;
  -ms-transition:all 0.4s ease-in-out;
  transition:all 0.4s ease-in-out;
}

.what-offer .icon i{
  font-size: 50px;
}

.what-offer:hover .icon {
  padding: 30px 0;
  background-color: #ffc925;
}


.what-offer h3 {
  font-size: 14px;
  line-height: 40px;
  margin: 0;
  color: #252525;
  font-weight: bold;
}

.serving-area{
  width: 100%;
  padding: 15px 0;
  background-color: #ffc925;
  text-align: center;
}

.serving-area h3{
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 900;
  color: #000;
  margin: 0px 0 10px 0;
}

.serving-area p{
  font-size: 16px;
  font-weight: 900;
  color: #000;
  margin: 0px;
}

.title-box {
  margin-top: -30px;
  z-index: 1;
  background: #fff;
  position: relative;
}

.title-box:before {
  content: "";
  position: absolute;
  z-index: -1;
  display: block;
  top: 10px;
  bottom: 12px;
  left: 0;
  right: 0;
  -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.2);
  -moz-box-shadow: 0 0 10px rgba(0,0,0,0.2);
  box-shadow: 0 0 10px rgba(0,0,0,0.2);
}

.title-box:after {
  display: block;
  content: '';
  border-bottom: 1px solid #d8d8d8;
  position: absolute;
  bottom: 0px;
  left: 30px;
  right: 30px;
}

.title-box-inner {
  padding: 30px 40px;
  background-color: #fff;
  position: relative;
}

.page-title {
  font-size: 24px;
  text-transform: uppercase;
  font-weight: bold;
  float: left;
  margin: 0;
  color: #000;
  line-height: 30px;
}

.fileUpload {
  position: relative;
  overflow: hidden;
  margin: 0px;
}
.fileUpload input.upload {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  padding: 0;
  font-size: 20px;
  cursor: pointer;
  opacity: 0;
  filter: alpha(opacity=0);
}


footer{
  width: 100%;
  padding: 40px 0;
  background-color: #1e1e1e;
}

footer h3{
  font-size: 20px;
  color: #fff;
  position: relative;
  margin: 0 0 20px 0;
  padding-bottom: 15px;
}

footer h3:after{
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 30px;
  height: 2px;
  background-color: #ffc925
}

footer p{
  color: #777;
}

.footer-link{
  margin: 0px;
  padding: 0px;
}

.footer-link ul{
  margin: 0px;
  padding: 0px;
}

.footer-link li{
  margin: 0px;
  padding: 8px 0 8px 15px;
  list-style: none;
  color: #777;
  line-height: 18px;
  border-top: 1px solid #333;
  position: relative;
}

.footer-link li:after{
  font-family: 'FontAwesome';
  content: "\f105";
  position: absolute;
  left: 0px;
  top:8px;
}

.footer-link li:first-child{
  border-top: none;
}

.footer-link li:last-child{
  border-bottom: none;
}

.footer-link li a{
  margin: 0px;
  padding: 0px 0 0;
  list-style: none;
  color: #777;
}

.footer-link li a:hover{
  color: #ffc925;
  text-decoration: none;
}

.contact-li{
  margin: 0px;
  padding: 0px;
}

.contact-li ul{
  margin: 0px;
  padding: 0px;
}

.contact-li li{
  margin: 0px 0 12px 0;
  padding: 0px 0 0px 30px;
  list-style: none;
  color: #777;
  position: relative;
}

.contact-li li i{
  position: absolute;
  left: 0px;
  top: 3px;
  color: #ffc925;
}

.social-media{
  width: 100%;
  height: 36px;
}

.fIcon{ 
  width: 32px;
  height: 32px;
  background-color: #3b5998;
  line-height: 32px;
  text-align: center;
  color: #fff; 
  opacity: 1;
  float: left;
  border-radius: 50%;
  margin-right: 5px;
  -webkit-transition:all 0.4s ease-in-out;
  -moz-transition:all 0.4s ease-in-out;
  -o-transition:all 0.4s ease-in-out;
  -ms-transition:all 0.4s ease-in-out;
  transition:all 0.4s ease-in-out;
}

.fIcon:hover{ 
  color: #3b5998;
  background-color: #ddd;
}

.tIcon{ 
  width: 32px;
  height: 32px;
  background-color: #00aced;
  line-height: 32px;
  text-align: center;
  color: #fff; 
  opacity: 1;
  border-radius: 50%;
  -webkit-transition:all 0.4s ease-in-out;
  -moz-transition:all 0.4s ease-in-out;
  -o-transition:all 0.4s ease-in-out;
  -ms-transition:all 0.4s ease-in-out;
  transition:all 0.4s ease-in-out;
  float: left;
  margin-right: 5px;
}

.tIcon:hover{
  color: #00aced;
  background-color: #ddd;
}

.inIcon{ 
  width: 32px;
  height: 32px;
  background-color: #007bb6;
  line-height: 32px;
  text-align: center;
  color: #fff; 
  opacity: 1;
  border-radius: 50%;
  -webkit-transition:all 0.4s ease-in-out;
  -moz-transition:all 0.4s ease-in-out;
  -o-transition:all 0.4s ease-in-out;
  -ms-transition:all 0.4s ease-in-out;
  transition:all 0.4s ease-in-out;
  float: left;
  margin-right: 5px;
}

.inIcon:hover{
  color: #007bb6;
  background-color: #ddd;
}

.gIcon{ 
  width: 32px;
  height: 32px;
  background-color: #dd4b39;
  line-height: 32px;
  text-align: center;
  color: #fff; 
  opacity: 1;
  border-radius: 50%;
  -webkit-transition:all 0.4s ease-in-out;
  -moz-transition:all 0.4s ease-in-out;
  -o-transition:all 0.4s ease-in-out;
  -ms-transition:all 0.4s ease-in-out;
  transition:all 0.4s ease-in-out;
  float: left;
  margin-right: 5px;
}

.gIcon:hover{
  color: #dd4b39;
  background-color: #ddd;
}

.yIcon{ 
  width: 32px;
  height: 32px;
  background-color: #bb0000;
  line-height: 32px;
  text-align: center;
  color: #fff; 
  opacity: 1;
  border-radius: 50%;
  -webkit-transition:all 0.4s ease-in-out;
  -moz-transition:all 0.4s ease-in-out;
  -o-transition:all 0.4s ease-in-out;
  -ms-transition:all 0.4s ease-in-out;
  transition:all 0.4s ease-in-out;
  float: left;
  margin-right: 5px;
}

.yIcon:hover{
  color: #bb0000;
  background-color: #ddd;
}

.footer-bottom{
  width: 100%;
  background-color: #151515;
  padding: 15px 0;
}
.copyright{
  line-height: 20px;
  color: #555;
  font-size: 14px;
}
.design{
  line-height: 20px;
  color: #555;
  text-align: right;
  font-size: 14px;
}
.design a{
  color: #555;
}
.design a:hover{
  color: #ffc925;
  text-decoration: none;
}