@import "font-awesome.min.css";
@import url(//fonts.googleapis.com/css?family=Lato:400,100,100italic,300italic,300,400italic,700,700italic,900,900italic);
@import "animate.css";
/*========================================================
                      Main Styles
=========================================================*/
.badge {
  background: none;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
@media (max-width: 991px) {
  .clearboth {
    clear: both;
  }
}
hr {
  border: none;
  height: 1px;
  background: #443522;
}
/*============= Overflow ===============*/
.o__hidden {
  overflow: hidden;
}
/*==================    Offsets    ======================*/
.heading + .off1 {
  margin-top: 129px;
}
.heading + .off2 {
  margin-top: 67px;
}
.heading + .off3 {
  margin-top: 76px;
}
.heading + .off4 {
  margin-top: 87px;
}
.heading + .owl-carousel2 {
  margin-top: 80px;
}
h4 + .off1 {
  margin-top: 61px;
}
h4 + .off2 {
  margin-top: 80px;
}
img + .off1 {
  margin-top: 33px;
}
h5 + .off1 {
  margin-top: 17px;
}
h6 + .off1 {
  margin-top: 10px;
}
p + .off1 {
  margin-top: 21px;
}
p + .off2 {
  margin-top: 23px;
}
.row + .off1 {
  margin-top: 67px;
}
.row + .off2 {
  margin-top: 75px;
}
.row + .off3 {
  margin-top: 30px;
}
@media (max-width: 767px) {
  .heading + *,
  h4 + *,
  .row + * {
    margin-top: 30px!important;
  }
}
@media (max-width: 767px) {
  .mg0 {
    margin-top: 0!important;
  }
}
/*==================    Insets     ======================*/
.inset-1 {
  padding-left: 5%;
  padding-right: 5%;
}
@media (max-width: 767px) {
  .inset {
    padding-left: 0;
    padding-right: 0;
  }
}
/*=======================================================
                        Components
=========================================================*/
/*========= Icon Box ======================*/
@media (max-width: 767px) {
  .icon-box {
    padding-left: 8px;
    padding-right: 8px;
  }
}
.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;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.icon:before {
  line-height: 117px;
  font-size: 50px;
}
.icon:after {
  content: '';
  position: absolute;
  top: -5px;
  left: -5px;
  width: 126px;
  height: 126px;
  border-radius: 50%;
  border: 2px solid #232520;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.icon__mod {
  font-size: 58px;
}
/*========= Profile ======================*/
.profile {
  border: 1px solid #443522;
  background: #e2971b;
  padding: 9px 9px 28px;
}
.profile_cnt {
  padding: 0 8px;
}
@media (max-width: 767px) {
  .profile {
    max-width: 370px;
    margin-left: auto;
    margin-right: auto;
  }
}
/*========= Wrappers ======================*/
.wrapper1 {
  padding: 117px 15px 120px;
}
.wrapper1__ins1 {
  padding-bottom: 176px;
}
.wrapper2 {
  padding: 117px 15px 124px;
}
.wrapper2__ins1 {
  padding-top: 125px;
}
.wrapper2__ins1 {
  padding-top: 121px;
}
@media (max-width: 767px) {
  .wrapper1,
  .wrapper2 {
    padding: 50px 15px;
  }
}
/*========= 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;
}
/*========= 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;
}
.box:before,
.box:after {
  content: " ";
  display: table;
}
.box:after {
  clear: both;
}
/*========= Heading ======================*/
.heading {
  position: relative;
}
.heading p {
  font-size: 24px;
  line-height: 28px;
  margin-top: 19px;
}
.heading p span {
  font-weight: 900;
}
.heading:after {
  content: '';
  display: block;
  width: 171px;
  height: 3px;
  margin-top: 20px;
  background: #443522;
}
@media (max-width: 767px) {
  .heading {
    padding-left: 8px;
    padding-right: 8px;
  }
}
/*========= Fact ======================*/
.fact {
  text-align: center;
}
.fact_icon {
  color: #2caab6;
  display: inline-block;
}
.fact_icon.fa-building {
  font-size: 82px;
  line-height: 90px;
}
.fact_icon.fa-users {
  font-size: 78px;
  line-height: 90px;
}
.fact_icon.fa-truck {
  font-size: 90px;
  line-height: 90px;
}
.fact_icon.fa-thumbs-o-up {
  font-size: 87px;
  line-height: 90px;
}
.fact_icon + .number {
  margin-top: 24px;
}
.fact .number {
  position: relative;
  font-size: 70px;
  line-height: 70px;
  letter-spacing: 3.5px;
}
.fact .number:after {
  content: '';
  display: block;
  width: 198px;
  margin: 12px auto 11px;
  height: 1px;
  background: #2caab6;
}
.fact p {
  font: 900 16px/24px 'Lato', sans-serif;
  text-transform: uppercase;
}
@media (min-width: 768px) and (max-width: 979px) {
  .fact .number:after {
    width: 100%;
  }
}
/*========= Inline-list ======================*/
.inline-list li {
  display: inline-block;
  font-size: 20px;
}
.inline-list li .fa:before {
  font-size: 20px;
  color: #443522;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.inline-list li + li {
  margin-left: 10px;
}
.inline-list li .fa:hover:before {
  color: #ffffff;
}
/*========= Quote ======================*/
.quote img {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
@media (max-width: 767px) {
  .quote img {
    width: auto;
  }
}
.quote q {
  font: 400 italic 24px/28px 'Lato', sans-serif;
  quotes: none;
  display: inline-block;
}
.quote cite.author {
  font: 400 18px/21px 'Lato', sans-serif;
  color: #ffffff;
  margin-top: 18px;
  display: inline-block;
}
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 list2 ======================*/
.social-list2 {
  font-size: 12px;
  line-height: 21px;
}
.social-list2 span {
  display: inline-block;
  min-width: 20px;
  margin-right: 10px;
  font-size: 17px;
  line-height: 21px;
  color: #f9a61a;
}
.social-list2 span:before {
  position: relative;
  top: 3px;
}
.social-list2 a:hover {
  text-decoration: underline;
}
.term-list dd {
  margin-left: 0;
  color: #232520;
  font-size: 14px;
  line-height: 21px;
}
.term-list * + dt {
  margin-top: 25px;
}
.term-list dt + * {
  margin-top: 17px;
}
.term-list a[href^="mailto:"] {
  display: inline-block;
  margin-top: 25px;
}
.term-list a[href^="mailto:"]:hover {
  color: #ffffff;
}
* + .term-list {
  margin-top: 134px;
}
/*========================================================
                     HEADER  Section
=========================================================*/
header {
  background: #ffffff;
  position: relative;
}
header .wr {
  background: #232520;
  padding-right: 161px;
}
header .wr:before,
header .wr:after {
  content: " ";
  display: table;
}
header .wr:after {
  clear: both;
}
header .wr:before,
header .wr:after {
  content: " ";
  display: table;
}
header .wr:after {
  clear: both;
}
@media (max-width: 1199px) {
  header {
    text-align: center;
  }
  header .wr {
    padding-right: 0;
    text-align: center;
  }
  header .navbar-header {
    padding-left: 0;
    margin-top: 30px;
    float: none;
  }
  header .navbar-right {
    float: none;
    margin-right: 0;
  }
  header .navbar-nav {
    margin-top: 4px;
    display: inline-block;
  }
}
@media (max-width: 767px) {
  header .search-form {
    margin-top: 20px;
  }
}
/*========================================================
                     CONTENT  Section
=========================================================*/
main {
  background: #ffffff;
}
/*==================    404    =========================*/
.page404 .lead {
  font-size: 150px;
  line-height: 1;
}
@media (max-width: 1199px) {
  .page404 .lead {
    font-size: 60px;
  }
}
.page404 i.fa {
  margin-top: 20px;
  font-size: 300px;
  line-height: 1;
}
@media (max-width: 767px) {
  .page404 i.fa {
    font-size: 250px;
  }
}
/*========================================================
                     FOOTER  Styles
=========================================================*/
footer {
  background: #1c1e1a;
  padding: 95px 0 94px;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 479px) {
  footer .link {
    display: block;
  }
}
footer .copyright {
  font-weight: 400;
}
footer .copyright a:hover {
  color: #f9a61a;
}
