@import url(//maxcdn.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.min.css);
@import url(//fonts.googleapis.com/css?family=Lato:300,400italic,400,700,900);
@import "animate.css";
/*============= Overflow ===============*/
.o__hidden {
  overflow: hidden;
}
/*========================================================
                    Main layout styles
=========================================================*/
body {
  font-family: 'Lato', sans-serif;
  font-size: 14px;
  line-height: 21px;
  font-weight: 300;
  background: #1c1e1a;
  color: #443522;
}
a {
  font: inherit;
  color: inherit;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
a:active {
  background: transparent;
}
a[href^="tel:"] {
  color: inherit;
  text-decoration: none;
}
* {
  -webkit-text-size-adjust: none;
}
img {
  max-width: 100%;
  height: auto;
}
h1,
h2,
h3,
h4 {
  font-weight: 900;
  text-transform: uppercase;
}
h1 {
  font-size: 86px;
  line-height: 86px;
}
h2 {
  font-size: 101px;
  line-height: 122px;
  font-weight: 900;
}
h3 {
  font-size: 72px;
  line-height: 80px;
}
@media (max-width: 479px) {
  h3 {
    font-size: 50px;
    line-height: 58px;
  }
}
h4 {
  text-align: center;
  font-size: 48px;
  line-height: 56px;
}
@media (max-width: 479px) {
  h4 {
    font-size: 38px;
    line-height: 46px;
  }
}
h5 {
  font-size: 26px;
  line-height: 34px;
  font-weight: 400;
  text-transform: uppercase;
}
h6 {
  font-size: 18px;
  line-height: 21px;
  font-weight: 700;
  text-transform: uppercase;
}
/* Gallery Hover */
a[data-gal] {
  display: inline-block;
  position: relative;
  overflow: hidden;
}
a[data-gal] img {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (max-width: 1199px) {
  a[data-gal] img {
    width: 100%;
  }
}
a[data-gal] .gallery-overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background: transparent;
}
a[data-gal] .hover {
  position: absolute;
  bottom: 66px;
  left: 37px;
  right: 15px;
  font: 300 14px/17px 'Lato', sans-serif;
  color: #ffffff;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.lt-ie9 a[data-gal] .hover {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=0)";
}
a[data-gal] .hover span {
  display: block;
  font-size: 38px;
  line-height: 38px;
}
a[data-gal] .hover span + p {
  margin-top: 11px;
}
a[data-gal]:hover {
  text-decoration: none;
}
a[data-gal]:hover img {
  transform: scale(1.2);
}
a[data-gal]:hover .hover {
  opacity: 1;
  filter: alpha(opacity=100);
}
.lt-ie9 a[data-gal]:hover .hover {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=100)";
}
a[data-gal]:hover .gallery-overlay {
  background: rgba(0, 0, 0, 0.5);
}
.lt-ie9 a[data-gal]:hover .gallery-overlay {
  background: none;
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#80000000');
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#80000000');
  zoom: 1;
}
a[data-gal] + a[data-gal] {
  margin-top: 30px;
}
@media (min-width: 480px) and (max-width: 979px) {
  a[data-gal] .hover {
    bottom: 5px;
    left: 10px;
    right: 10px;
  }
}
/* Hr */
hr {
  border: none;
  height: 1px;
  background: #443522;
}
.page {
  overflow: hidden;
}
/*========================================================
                    Main Layout
=========================================================*/
.heading + .off1 {
  margin-top: 127px;
}
.heading + .off2 {
  margin-top: 67px;
}
.heading + .off3 {
  margin-top: 76px;
}
.heading + .off4 {
  margin-top: 87px;
}
h4 + .off1 {
  margin-top: 54px;
}
h4 + .off2 {
  margin-top: 70px;
}
img + .off1 {
  margin-top: 36px;
}
h5 + .off1 {
  margin-top: 17px;
}
h6 + .off1 {
  margin-top: 10px;
}
p + .off1 {
  margin-top: 20px;
}
p + .off2 {
  margin-top: 26px;
}
.row + .off1 {
  margin-top: 67px;
}
.row + .off2 {
  margin-top: 75px;
}
@media (max-width: 767px) {
  .heading + *,
  h4 + *,
  .row + * {
    margin-top: 30px!important;
  }
}
/*========================================================
                    HEADER styles
=========================================================*/
.header {
  background: #232520;
}
.stuck_container:before,
.stuck_container:after {
  content: " ";
  display: table;
}
.stuck_container:after {
  clear: both;
}
.company {
  color: #f9a61a;
  float: left;
  padding: 19px 32px 8px 34px;
  background: #232520;
  text-transform: uppercase;
}
.company_name {
  display: inline-block;
  letter-spacing: -2.15px;
}
.company_slogan {
  display: inline-block;
  font-size: 18px;
  line-height: 21px;
  font-weight: 900;
  margin-top: 20px;
}
@media (max-width: 1199px) {
  .company {
    padding: 19px 15px 8px 15px;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .company {
    padding-top: 10px;
  }
  .company_slogan {
    margin-top: 16px;
    font-size: 12px;
    line-height: 14px;
  }
  .company_name {
    font-size: 62px;
    line-height: 64px;
  }
}
@media (max-width: 767px) {
  .company {
    float: none;
    text-align: center;
    padding: 19px 5px 8px;
  }
  .company_slogan {
    text-align: left;
  }
}
@media (max-width: 479px) {
  .company_name {
    font-size: 74px;
  }
}
.header-menu {
  float: right;
}
@media (max-width: 767px) {
  .header-menu {
    float: none;
  }
}
.search-form-wrapper {
  position: relative;
  float: right;
}
@media (max-width: 767px) {
  .search-form-wrapper {
    float: none;
  }
}
.search-button {
  display: inline-block;
  cursor: pointer;
  position: relative;
  font-size: 44px;
  line-height: 44px;
  margin: 36px 53px 0 0;
  color: #727272;
}
.search-button:hover,
.search-button.active {
  color: #f9a61a;
}
@media (min-width: 1200px) and (max-width: 1300px) {
  .search-button {
    margin-right: 20px;
  }
}
@media (max-width: 1199px) {
  .search-button {
    margin-right: 15px;
    font-size: 36px;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .search-button {
    font-size: 26px;
    margin-top: 18px;
  }
}
@media (max-width: 767px) {
  .search-button {
    display: none;
  }
}
/*========= Stuck menu styles ======================*/
.isStuck {
  background: #232520;
  z-index: 999;
}
.isStuck .sf-menu > li > a {
  padding-top: 25px;
  padding-bottom: 26px;
}
.isStuck .sf-menu > li > a.sf-with-ul:before {
  bottom: 9px;
}
.isStuck .sf-menu > li > ul {
  top: 82px;
}
.isStuck .company {
  padding-top: 10px;
}
.isStuck .company_slogan {
  margin-top: 16px;
  font-size: 12px;
  line-height: 14px;
}
.isStuck .company_name {
  font-size: 62px;
  line-height: 64px;
}
.isStuck .search-form-wrapper {
  display: none;
}
@media only screen and (max-width: 979px) {
  .isStuck {
    display: none !important;
  }
}
/* Main menu styles
========================================================*/
.sf-menu > li {
  position: relative;
  float: left;
}
.sf-menu > li > a {
  display: inline-block;
  position: relative;
  font-size: 24px;
  line-height: 31px;
  font-weight: 400;
  text-transform: uppercase;
  padding: 44px 17px 38px 20px;
  color: #989898;
}
.sf-menu > li > a:hover {
  color: #232520;
  background: #f9a61a;
}
.sf-menu > li > a:hover.sf-with-ul:before {
  color: #232520;
}
@media (max-width: 1199px) {
  .sf-menu > li > a {
    font-size: 20px;
    padding: 44px 12px 38px 13px;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .sf-menu > li > a {
    font-size: 17px;
    padding: 25px 7px 26px 9px;
  }
}
.sf-menu > li.last {
  margin-right: 34px;
}
@media (max-width: 1300px) {
  .sf-menu > li.last {
    margin-right: 5px;
  }
}
.sf-menu > li .sf-with-ul:before {
  content: '\f078';
  position: absolute;
  font-family: FontAwesome;
  font-size: 18px;
  bottom: 17px;
  left: 50%;
  margin-left: -7px;
  color: #989898;
}
@media (min-width: 768px) and (max-width: 979px) {
  .sf-menu > li .sf-with-ul:before {
    margin-left: -5px;
    font-size: 12px;
    bottom: 13px;
  }
}
.sf-menu > li.active > a,
.sf-menu > li.sfHover > a {
  color: #232520;
  background: #f9a61a;
}
.sf-menu > li.active > a.sf-with-ul:before,
.sf-menu > li.sfHover > a.sf-with-ul:before {
  color: #232520;
}
/* First level sub-menu styles
========================================================*/
.sf-menu ul {
  position: absolute;
  top: 113px;
  left: 0;
  z-index: 4;
  width: 235px;
  padding: 20px 0;
  background: #232520;
  display: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.sf-menu ul li {
  position: relative;
  font-size: 14px;
  color: #ffffff;
}
.sf-menu ul li a {
  display: block;
  position: relative;
  padding: 7px 25px 8px;
}
.sf-menu ul li a.sf-with-ul:before {
  content: '\f054 ';
  left: auto;
  bottom: 8px;
  font-size: 14px;
  right: 20px;
  color: #ffffff;
}
.sf-menu ul li a:hover {
  background: #f9a61a;
}
.sf-menu ul li.sfHover > a {
  background: #f9a61a;
}
@media (min-width: 768px) and (max-width: 979px) {
  .sf-menu ul {
    top: 82px;
    width: 180px;
    padding: 10px 0;
  }
  .sf-menu ul li a {
    padding: 7px 10px 8px 10px;
  }
  .sf-menu ul li a.sf-with-ul:before {
    right: 5px;
    font-size: 12px;
  }
}
/* Second level sub-menu styles
========================================================*/
.sf-menu ul ul {
  position: absolute;
  top: 0;
  left: 235px;
  z-index: 4;
}
@media (min-width: 768px) and (max-width: 979px) {
  .sf-menu ul ul {
    left: 180px;
  }
}
.select-menu {
  display: none!important;
}
@media only screen and (max-width: 767px) {
  .sf-menu {
    display: none;
  }
  .select-menu {
    display: block!important;
    clear: both;
    position: relative;
    width: 90%;
    left: 0;
    top: 0;
    margin: 14px auto;
    padding: 0;
    height: 30px;
    border-radius: 0;
    -webkit-appearance: none;
    outline: none;
    font-size: 14px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .select-menu select {
    width: 100%;
    height: 100%;
    background: #ffffff url('data:image/png;base64,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') no-repeat right center;
    color: #05090d;
    border: none;
  }
}
/*========================================================
                    CONTENT styles
=========================================================*/
.content {
  background: #f9a61a;
}
/*========= Wrappers ======================*/
.wrapper1 {
  padding: 122px 0 132px;
}
.wrapper1__ins1 {
  padding-bottom: 174px;
}
.wrapper2 {
  padding: 117px 0 124px;
}
.wrapper2__ins1 {
  padding-top: 122px;
}
@media (max-width: 767px) {
  .wrapper1,
  .wrapper2 {
    padding: 50px 0;
  }
}
/*========= Backgrounds ======================*/
.bg1 {
  background: #2caab6;
  color: #232520;
}
.bg1 .icon {
  color: #2caab6;
}
.bg1 h3 a:hover,
.bg1 h4 a:hover,
.bg1 h5 a:hover {
  color: #f9a61a;
}
.bg2 {
  background: #c3c4c6;
  color: #232520;
}
.bg2 .heading:after {
  background: #232520;
}
.bg3 {
  background: #ffffff;
}
.bg3 h3 {
  color: #f9a61a;
}
.bg3 .heading {
  color: #b0b0b1;
}
.bg3 .heading:after {
  background-color: #c9c9c9;
}
.bg3 .owl-dot {
  background: #c3c4c6;
}
.bg3 .owl-dot:hover,
.bg3 .owl-dot.active {
  background: #f9a61a;
}
/*========= Heading ======================*/
.heading {
  position: relative;
}
.heading p {
  font-size: 24px;
  line-height: 28px;
  margin-top: 15px;
}
.heading p span {
  font-weight: 900;
}
.heading:after {
  content: '';
  display: block;
  width: 171px;
  height: 3px;
  margin-top: 20px;
  background: #443522;
}
/*========= Boxes ======================*/
.box img {
  width: 100%;
}
.box_left {
  float: left;
  margin-right: 25px;
}
@media (max-width: 767px) {
  .box_left {
    float: none;
    margin: 0 0 15px;
  }
}
.box:before,
.box:after {
  content: " ";
  display: table;
}
.box:after {
  clear: both;
}
/*========= Button ======================*/
.btn {
  display: inline-block;
  min-width: 158px;
  text-align: center;
  text-transform: uppercase;
  color: #f9a61a;
  font: 400 18px/22px 'Lato', sans-serif;
  padding: 18px 0;
  background: #443522;
}
.btn:hover {
  background: #fff;
}
/*========= Profile ======================*/
.profile {
  border: 1px solid #443522;
  background: #e2971b;
  padding: 9px 9px 31px;
}
.profile_cnt {
  padding: 0 8px;
}
/*========= Social List ======================*/
.social-list li {
  display: inline-block;
  font-size: 20px;
}
.social-list li + li {
  margin-left: 8px;
}
.social-list li a:hover {
  color: #ffffff;
}
/*========= Fact ======================*/
.fact {
  text-align: center;
}
.fact_icon {
  color: #2caab6;
  display: inline-block;
  line-height: 90px;
}
.fact_icon.fa-building {
  font-size: 82px;
}
.fact_icon.fa-users {
  font-size: 78px;
}
.fact_icon.fa-truck {
  font-size: 90px;
}
.fact_icon.fa-thumbs-o-up {
  font-size: 87px;
}
.fact_icon + .number {
  margin-top: 30px;
}
.fact .number {
  position: relative;
  font-size: 70px;
  line-height: 70px;
  letter-spacing: 3.5px;
}
.fact .number:after {
  content: '';
  display: block;
  width: 198px;
  margin: 6px auto 11px;
  height: 1px;
  background: #2caab6;
}
.fact p {
  font: 900 16px/28px 'Lato', sans-serif;
  text-transform: uppercase;
}
@media (min-width: 768px) and (max-width: 979px) {
  .fact .number:after {
    width: 100%;
  }
}
/*========= Owl Pagination ======================*/
.owl-dots {
  text-align: center;
  margin-top: 60px;
}
.owl-dot {
  display: inline-block;
  width: 15px;
  height: 15px;
  background: #fff;
  margin: 0 2px;
  border-radius: 50%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.owl-dot.active,
.owl-dot:hover {
  background: #443522;
}
/*========= Icon Box ======================*/
.icon-box:hover .icon {
  background: #ffffff;
}
.icon-box:hover .icon:after {
  border-color: #ffffff;
}
.icon {
  display: inline-block;
  position: relative;
  text-align: center;
  width: 117px;
  height: 117px;
  line-height: 117px;
  font-size: 50px;
  border-radius: 50%;
  background: #232520;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.icon:after {
  content: '';
  position: absolute;
  top: -5px;
  left: -5px;
  width: 123px;
  height: 123px;
  border-radius: 50%;
  border: 2px solid #232520;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.icon__mod {
  font-size: 58px;
}
/*========= Quote ======================*/
.quote img {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
@media (max-width: 767px) {
  .quote img {
    width: auto;
  }
}
.quote p {
  font: 400 italic 24px/28px 'Lato', sans-serif;
}
.quote .author {
  font: 400 18px/21px 'Lato', sans-serif;
  color: #ffffff;
  margin-top: 18px;
}
.quote .author a:hover {
  color: #f9a61a;
}
address,
dl,
.mail {
  font-size: 14px;
  line-height: 18px;
}
dt,
dd {
  display: inline-block;
}
dt {
  padding-right: 5px;
}
.mail {
  margin-top: 18px;
}
.mail a:hover {
  text-decoration: underline;
}
.wrap + .wrap {
  margin-top: 75px;
}
/*========= Social list ======================*/
.social-list2 {
  font-size: 12px;
}
.social-list2 span {
  display: inline-block;
  min-width: 20px;
  margin-right: 10px;
  font-size: 17px;
  line-height: 21px;
  color: #f9a61a;
}
.social-list2 a:hover {
  text-decoration: underline;
}
.map {
  height: 338px;
  position: relative;
}
@media (max-width: 767px) {
  .map {
    height: 250px;
  }
}
.google-map-api {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
#map-canvas {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
#map-canvas img {
  max-width: none !important;
}
.policy-box {
  margin-top: 62px;
}
.policy-box h5 + p {
  margin-top: 14px;
}
.policy-box + .policy-box {
  margin-top: 28px;
}
.policy-link {
  margin-top: 37px;
}
.policy-link a:hover {
  text-decoration: underline;
}
/*========================================================
                    FOOTER styles
=========================================================*/
.footer {
  padding: 95px 0 94px;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 479px) {
  .footer .link {
    display: block;
  }
}
.copyright a:hover {
  color: #f9a61a;
}
/*========================================================
                    Widget styles
=========================================================*/
/* parallax styles
========================================================*/
.parallax {
  background-position: 50% 0;
  background-repeat: no-repeat;
}
@media (max-width: 767px) {
  .parallax {
    background-position: 50% 0 !important;
    background-size: cover;
  }
}
.mobile .parallax,
.tablet .parallax {
  background-position: 50% 0 !important;
  background-size: cover;
}
.parallax1 {
  background-image: url(../images/page1-img24.jpg);
  padding: 124px 0 145px;
  color: #ffffff;
}
.parallax1 h4 {
  color: #f9a61a;
}
.parallax2 {
  background-image: url(../images/page1-img25.jpg);
  padding: 123px 0 134px;
  color: #ffffff;
}
.parallax2 .heading:after {
  background-color: #fff;
  margin-top: 38px;
}
.parallax2 h6 {
  font: 900 24px/30px 'Lato', sans-serif;
}
.parallax2 h6 + * {
  margin-top: 19px;
}
/* UItoTop styles
========================================================*/
#toTop {
  display: none;
  text-decoration: none;
  position: fixed;
  bottom: 80px;
  right: 30px;
  overflow: hidden;
  z-index: 20;
  font-size: 37px;
  color: #232520;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#toTop:hover {
  color: #f9a61a;
}
@media only screen and (max-width: 1199px) {
  #toTop {
    display: none !important;
  }
}
/*============ Background RGBA==============*/
.search {
  display: block;
  position: absolute;
  right: -300px;
  bottom: -66px;
  width: 180px;
  height: 30px;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  z-index: 15;
}
.search.enable {
  right: 48px;
}
.search.enable a {
  display: inline-block;
}
.search .input_wrap {
  position: relative;
  display: block;
  width: 100%;
  border-radius: 0;
  -webkit-appearance: none;
}
.search input {
  display: block;
  position: relative;
  line-height: 24px;
  outline: none;
  width: 100%;
  padding: 2px 22px 2px 10px;
  height: 30px;
  background: #f9a61a;
  border-radius: 7px;
  color: #443522;
  border: none;
  overflow: hidden;
  margin: 0;
  box-sizing: border-box;
}
@media (max-width: 767px) {
  .search input {
    width: 90%;
  }
}
.search a {
  display: none;
  position: absolute;
  right: 5px;
  bottom: 5px;
  cursor: pointer;
  font-size: 22px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.search a:hover {
  text-decoration: none;
  color: #fff;
}
@media (max-width: 1300px) {
  .search.enable {
    right: 20px;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .search {
    bottom: -54px;
  }
  .search.enable {
    right: 10px;
  }
}
@media (max-width: 767px) {
  .search {
    position: relative;
    right: auto;
    bottom: auto;
    width: 90%;
    margin: 10px auto;
  }
  .search input {
    width: 100%;
    background: #fff;
    color: #05090d;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
  }
  .search a {
    display: block;
    bottom: 6px;
  }
  .search a:before {
    content: '\f002';
    font-size: 16px;
  }
  .search a:hover {
    color: #f9a61a;
  }
}
