@import "animate.css";
@import url(font-awesome.min.css);
@import url(http://fonts.googleapis.com/css?family=Asap);
@import url(http://fonts.googleapis.com/css?family=Asap:700);
@import url(http://fonts.googleapis.com/css?family=Lato:400);
@import url(http://fonts.googleapis.com/css?family=Lato:300);
@import url(http://fonts.googleapis.com/css?family=Lato:900);
@import url(http://fonts.googleapis.com/css?family=Lato:400italic);
@import url(http://fonts.googleapis.com/css?family=Lato:900italic);
@import url(http://fonts.googleapis.com/css?family=Open+Sans);
/*========================================================
                    Main layout styles
=========================================================*/
body {
  font: 400 14px/18px "Lato", sans-serif;
  color: #55575b;
  background: #353535;
}
a[href^="tel:"] {
  color: inherit;
  text-decoration: none;
}
a {
  text-decoration: none;
  color: inherit;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
a:hover {
  color: #f26522;
}
img {
  max-width: 100%;
}
* {
  -webkit-text-size-adjust: none;
}
/* ======= Headers ======= */
h2 {
  font: 900 36px/31px "Lato", sans-serif;
  color: #353535;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 17px;
  text-align: center;
}
h2:after {
  position: absolute;
  display: block;
  content: '';
  height: 1px;
  width: 88px;
  bottom: 0;
  left: 50%;
  margin-left: -44px;
}
@media (max-width: 479px) {
  h2 {
    font-size: 25px;
    line-height: 25px;
  }
}
h3 {
  font: 300 24px/32px "Lato", sans-serif;
  color: #464d52;
}
@media (max-width: 479px) {
  h3 {
    font-size: 20px;
    line-height: 24px;
  }
}
h4 {
  font: 400 20px/32px "Lato", sans-serif;
  text-transform: uppercase;
  color: #464d52;
  letter-spacing: -0.025em;
}
@media (max-width: 979px) {
  h4 {
    font-size: 18px;
  }
}
@media (max-width: 479px) {
  h4 {
    font-size: 16px;
    line-height: 20px;
  }
}
h6 {
  font: 700 64px/76px "Lato", sans-serif;
}
.heading1 {
  text-align: center;
  margin-bottom: 51px;
}
.heading1 h2 {
  margin-bottom: 26px;
      font-weight: bold;
}
.heading1.heading1__inset1 h2 {
  color: #ffffff;
}
.heading1.heading1__inset1 h2:after {
  background: #ffffff;
}
.heading1.heading1__inset1 h3 {
  color: #ffffff;
}
.heading1.heading1__offset1 {
  margin-bottom: 0;
}
/* ======= Buttons ======= */
.btn-default {
  font: 300 24px/32px "Lato", sans-serif;
  color: #464d52;
  border: 1px solid #353535;
  display: inline-block;
  background: transparent;
  padding: 8px 46px 12px;
}
.btn-default:hover {
  background: #f26522;
  border-color: #f26522;
  color: #ffffff;
}
.btn-big {
  font: 400 28px/31px "Asap", sans-serif;
  color: #ffffff;
  text-transform: uppercase;
  text-align: center;
  display: inline-block;
  padding: 22px 58px 19px;
  background: #f26522;
}
.btn-big:hover {
  background: #353535;
  color: #f26522;
}
@media (max-width: 979px) {
  .btn-big {
    font-size: 20px;
    padding: 10px;
  }
}
.btn-simple {
  font: 300 24px/32px "Lato", sans-serif;
  color: #f26522;
  display: inline-block;
}
.btn-simple:hover {
  color: #353535;
}
@media (max-width: 479px) {
  .btn-simple {
    font-size: 21px;
  }
}
/* ======= Wrappers ======= */
.wrapper1 {
  /*padding: 111px 0 115px;*/
}
.wrapper1.wrapper1__inset1 {
  padding-bottom: 86px;
}
@media (max-width: 767px) {
  .wrapper1 {
    /*padding: 50px 0;*/
  }
}
.wrapper2 {
  background: #f26522;
  padding: 64px 0 0;
}
.wrapper2.wrapper2__inset1 {
  padding-top: 111px;
}
@media (max-width: 479px) {
  .wrapper2.wrapper2__inset1 {
    padding: 32px 0 0;
  }
}
.wrapper3 {
  padding-bottom: 85px;
}
.wrapper3.wrapper3__inset1 {
  padding-bottom: 114px;
}
@media (max-width: 479px) {
  .wrapper3.wrapper3__inset1 {
    padding-bottom: 50px;
  }
}
.wrapper3.wrapper3__inset2 {
  padding-bottom: 78px;
}
@media (max-width: 479px) {
  .wrapper3.wrapper3__inset2 {
    padding-bottom: 50px;
  }
}
@media (max-width: 479px) {
  .wrapper3 {
    padding-bottom: 50px;
  }
}
.button-wrapper1 {
  text-align: center;
}
.button-wrapper1.btn-wrapper1__offset1 {
  margin-top: 30px;
}
.border-wrapper {
  border-bottom: 1px solid #dddddd;
}
.pos-relative {
  position: relative;
}
/*========================================================
                    HEADER styles
=========================================================*/
#header #stuck_container {
  background: #353535;
  position: relative;
}
#header .search-block {
  position: relative;
  float: right;
}
@media (max-width: 979px) {
  #header .search-block {
    float: none;
    text-align: left;
  }
}
#header .search-block .icon {
  margin-top: 31px;
  margin-right: 34px;
  text-align: center;
  display: block;
  width: 48px;
  height: 48px;
  border-radius: 100px;
  background: #232323;
}
@media (max-width: 1600px) {
  #header .search-block .icon {
    margin-top: 28px;
    margin-right: 12px;
  }
}
@media (max-width: 979px) {
  #header .search-block .icon {
    display: inline-block;
    margin-top: 7px;
    margin-left: 20px;
  }
}
#header .search-block .icon i {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-size: 20px;
  line-height: 48px;
  color: #f26522;
}
#header .search-block .icon:hover {
  cursor: pointer;
}
#header .search-block .icon:hover i {
  color: #ffffff;
}
#header .search-block #search {
  position: absolute;
  left: -152px;
  bottom: -76px;
  display: none;
}
@media (max-width: 979px) {
  #header .search-block #search {
    bottom: 4px;
    left: 90px;
  }
}
@media (max-width: 979px) {
  #header {
    text-align: center;
  }
}
/* ======= Logo ======= */
h1 {
  background: #f26522;
  float: left;
  display: inline-block;
}
h1 a {
  padding: 26px 44px 25px;
  display: block;
}
h1 a span.main {
  color: #ffffff;
  font: 700 44px/44px "Asap", sans-serif;
  text-transform: uppercase;
}
h1 a:hover {
  color: #ffffff;
}
@media (max-width: 1600px) {
  h1 a {
    padding-left: 5px;
    padding-right: 5px;
  }
}
@media (max-width: 1199px) {
  h1 a span.main {
    font-size: 29px;
  }
}
@media (max-width: 979px) {
  h1 {
    float: none;
    display: block;
  }
  h1 a {
    padding: 10px;
  }
}
/* ======= Main menu variables ======= */
/* ======= Sub menus common variables ======= */
/* ======= First level sub menu variables ======= */
nav {
  float: right;
  margin-right: 48px;
  margin-top: 4px;
}
@media (max-width: 1600px) {
  nav {
    margin-right: 12px;
  }
}
@media (max-width: 979px) {
  nav {
    float: none;
    display: inline-block;
    text-align: center;
    margin-right: 0;
    margin-bottom: 15px;
  }
}
/* Main menu styles
========================================================*/
.sf-menu {
  text-align: center;
}
.sf-menu > li {
  letter-spacing: -0.025em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  position: relative;
  text-align: center;
  margin-top: 38px;
}
@media (max-width: 979px) {
  .sf-menu > li {
    margin-top: 0;
  }
}
.sf-menu > li + li {
  margin-left: 32px;
}
@media (max-width: 1600px) {
  .sf-menu > li + li {
    margin-left: 10px;
  }
}
@media (max-width: 979px) {
  .sf-menu > li + li {
    margin-left: 20px;
  }
}
.sf-menu > li > .sf-with-ul:after {
  font-family: FontAwesome;
  font-size: 14px;
  position: absolute;
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
  cursor: default;
  content: "\f078";
  color: #ffffff;
  bottom: -16px;
  left: 50%;
  margin-left: -7px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.sf-menu > li > a {
  text-transform: uppercase;
  font: 400 24px/24px "Lato", sans-serif;
  display: inline-block;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  color: #ffffff;
}
@media (max-width: 1600px) {
  .sf-menu > li > a {
    font-size: 18px;
  }
}
.sf-menu > li > a:hover {
  color: #818181;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.sf-menu > li > a:active {
  background: transparent;
  color: #818181;
}
.sf-menu > li.current > a {
  color: white;
}
.sf-menu > li.current > .sf-with-ul:after {
  color: #818181;
}
.sf-menu > li.sfHover > a {
  color: #818181;
}
.sf-menu > li.sfHover > a:after {
  color: #818181;
}
.sf-menu > li.current.with-menu:hover a:after {
  color: #ffffff;
}
.sf-menu a {
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.sf-menu a:hover {
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
/* First level sub-menu styles
========================================================*/
.sf-menu ul {
  -webkit-box-shadow: -1px 2px 3px 0px rgba(0, 0, 0, 0.16);
  box-shadow: -1px 2px 3px 0px rgba(0, 0, 0, 0.16);
  display: none;
  min-width: 235px;
  font: 300 14px/37px "Lato", sans-serif;
  position: absolute;
  top: 62px;
  left: -12px;
  background: #232323;
  text-align: left;
  padding: 19px 0 20px;
  z-index: 2;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media (max-width: 979px) {
  .sf-menu ul {
    top: 39px;
  }
}
.sf-menu ul li {
  letter-spacing: 0;
  position: relative;
  display: block;
}
.sf-menu ul li:hover > a {
  background: #f26522;
  color: #ffffff;
}
.sf-menu ul li > .sf-with-ul:after {
  font-family: FontAwesome;
  font-size: 14px;
  position: absolute;
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
  cursor: default;
  content: "\f054";
  color: #ffffff;
  bottom: -1px;
  right: 15px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.sf-menu ul li a {
  padding-left: 32px;
  display: block;
  color: #ffffff;
  text-transform: none;
}
.sf-menu ul > .sfHover > a {
  background: #f26522;
}
.sf-menu ul > .sfHover > a:after {
  color: #ffffff;
}
.sf-menu ul li.sfHover > a {
  background: #f26522;
  color: #ffffff;
}
/* Second level sub-menu styles
========================================================*/
.sf-menu ul ul {
  position: absolute;
  top: -19px;
  left: 235px;
  margin-left: 0;
  z-index: 4;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .sf-menu {
    display: none;
  }
  nav {
    width: 100%;
    float: none;
  }
  .select-menu {
    border-radius: none;
    display: block;
    text-transform: capitalize;
    float: none;
    color: #f26522;
    width: 100%;
    margin-top: 5px;
    margin-bottom: 0;
    background: #ffffff;
    font: 22px/28px "Asap", sans-serif;
    text-align: left;
    border: 1px solid #c1c1c1;
    padding: 2px 0;
    position: relative;
  }
  .select-menu option {
    text-align: left;
    position: relative;
  }
}
/*Core variables and mixins*/
/* Stuck menu styles
========================================================*/
.isStuck {
  z-index: 999;
  position: fixed;
  -webkit-box-shadow: 0 0 4px 0 #000000;
  box-shadow: 0 0 4px 0 #000000;
}
.isStuck h1 a {
  padding-top: 0;
  padding-bottom: 0;
}
.isStuck nav {
  margin-top: -23px;
}
.isStuck .search-block {
  display: none;
}
@media only screen and (max-width: 979px) {
  .isStuck {
    display: none !important;
  }
}
/*========================================================
                    CONTENT styles
=========================================================*/
#content {
  background: #ffffff;
}
#content.common {
  padding-top: 7px;
}
@media (max-width: 767px) {
  #content.common {
    padding-top: 50px;
  }
}
/* ======= Box 1 Welcome ======= */
.box1 {
  margin-bottom: 29px;
}
.box1 a {
  display: block;
  text-align: center;
  background-color: #ffffff;
  background-position: center 0;
  background-repeat: no-repeat;
  width: 100%;
  height: 176px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #dcdcdc;
  position: relative;
}
.box1 a:hover {
  background-color: #f26522;
  background-position: center -174px;
  border-color: #f26522;
}
.box1 a:hover h3 {
  color: #ffffff;
}
.box1 a h3 {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 27px;
}
.box1.box1__background1 a {
  background-image: url(../images/page1_img1.png);
}
.box1.box1__background2 a {
  background-image: url(../images/page1_img2.png);
}
.box1.box1__background3 a {
  background-image: url(../images/page1_img3.png);
}
.box1.box1__background4 a {
  background-image: url(../images/page1_img4.png);
}
.box1.box1__background5 a {
  background-image: url(../images/page1_img5.png);
}
.box1.box1__background6 a {
  background-image: url(../images/page1_img6.png);
}
.box1.box1__background7 a {
  background-image: url(../images/page1_img7.png);
}
.box1.box1__background8 a {
  background-image: url(../images/page1_img8.png);
}
/* ======= Banner 1 Our staff ======= */
.banner1 {
  padding: 124px 0 259px;
}
@media (max-width: 767px) {
  .banner1 {
    padding: 50px 0 0;
  }
}
/* ======= Box 2 Our staff ======= */
.box2 {
  margin-top: -236px;
  margin-bottom: 8px;
  text-align: center;
  background: #ffffff;
  padding: 9px;
  border: 1px solid #dcdcdc;
  position: relative;
  z-index: 10;
}
@media (max-width: 767px) {
  .box2 {
    margin-top: 40px;
  }
  .box2 img {
    width: 100%;
  }
}
.box2 img {
  margin-bottom: 18px;
}
.box2 h4 {
  margin-bottom: -7px;
}
.box2 p {
  color: #f26522;
  font-size: 18px;
  line-height: 32px;
  font-weight: 300;
  letter-spacing: -0.025em;
}
.box2 .socials2 {
  margin-top: 25px;
}
.box2.box2__inset1 {
  padding-bottom: 29px;
}
.box2.box2__inset1 img {
  margin-bottom: 17px;
}
.box2.box2__inset1 h4 {
  margin-bottom: 5px;
}
.box2.box2__inset1 p {
  font-size: 18px;
  line-height: 18px;
  color: #55575b;
  padding: 0 17px;
}
.box2.box2__offset1 {
  margin-top: 0px;
  margin-bottom: 114px;
}
@media (max-width: 767px) {
  .box2.box2__offset1 {
    margin-bottom: 50px;
  }
}
/* ======= Vimeo video  ======= */
.vimeo-video1 {
  margin-bottom: 62px;
  -webkit-box-shadow: 0px 21px 21px 0px rgba(0, 0, 0, 0.31);
  box-shadow: 0px 21px 21px 0px rgba(0, 0, 0, 0.31);
}
.vimeo-video1 iframe {
  width: 100%;
  height: 337px;
}
@media (max-width: 1199px) {
  .vimeo-video1 iframe {
    height: 271.96491228070175px;
  }
}
@media (max-width: 979px) {
  .vimeo-video1 iframe {
    height: 215.20701754385962px;
  }
}
@media (max-width: 767px) {
  .vimeo-video1 iframe {
    height: 248.3157894736842px;
  }
}
@media (max-width: 479px) {
  .vimeo-video1 iframe {
    height: 159.6315789473684px;
  }
}
/* ======= Tabs projects ======= */
#tabs {
  margin-top: -24px;
  text-align: center;
}
#tabs .tabs-list {
  position: relative;
  display: inline-block;
  margin-bottom: 37px;
}
@media (max-width: 979px) {
  #tabs .tabs-list {
    margin-bottom: 10px;
  }
}
#tabs .tabs-list .ui-state-focus {
  outline: medium none !important;
  border: none;
}
#tabs .tabs-list .ui-tabs-active .tab {
  background: #ffffff;
  color: #f26522;
}
#tabs .tabs-list li {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  outline: medium none !important;
  text-align: center;
  display: inline-block;
}
@media (max-width: 767px) {
  #tabs .tabs-list li {
    margin-bottom: 10px;
  }
}
#tabs .tabs-list li a {
  outline: medium none !important;
}
#tabs .tab {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: block;
  color: #ffffff;
  position: relative;
  border: 1px solid #ffffff;
  text-transform: uppercase;
  font: 400 16px/16px "Open Sans", sans-serif;
  text-align: center;
  padding: 16px 24px 13px;
  border-radius: 6px;
}
@media (max-width: 979px) {
  #tabs .tab {
    padding: 5px;
    font-size: 12px;
  }
}
#tabs .tab:hover {
  color: #f26522;
  background: #ffffff;
}
/* ======= Box 3 Latest projects ======= */
.box3 {
  width: 20%;
  float: left;
}
.box3 .gallery_image img {
  height: auto;
}
/* ======= Banner 2 Our supply chain ======= */
.banner2 {
  padding: 51px 0 38px;
}
.banner2 .slogan span {
  display: block;
}
.banner2 .slogan .first {
  font: 700 39px/31px "Asap", sans-serif;
  color: #f26522;
  letter-spacing: -0.025em;
  text-transform: uppercase;
  margin-bottom: 4px;
}
@media (max-width: 479px) {
  .banner2 .slogan .first {
    font-size: 25px;
    line-height: 25px;
  }
}
.banner2 .slogan .secondary {
  font: 400 25px/31px "Asap", sans-serif;
  letter-spacing: -0.025em;
  color: #ffffff;
}
@media (max-width: 479px) {
  .banner2 .slogan .secondary {
    font-size: 18px;
    line-height: 21px;
  }
}
.banner2 .slogan .btn-wrapper {
  margin-top: -9px;
  text-align: right;
}
@media (max-width: 767px) {
  .banner2 .slogan .btn-wrapper {
    text-align: left;
    margin-top: 20px;
  }
}
/* ======= Blockquote 1 Testimonials ======= */
.blockquote1 {
  text-align: center;
  margin-top: 4px;
}
.blockquote1 .cite-block {
  text-align: left;
  background: #e9eaec;
  position: relative;
  padding: 44px 47px 33px;
  border-radius: 3px;
  z-index: 2;
  margin-bottom: 53px;
}
.blockquote1 .cite-block:before {
  position: absolute;
  display: block;
  z-index: 2;
  content: '“';
  font: italic 900 182px/18px "Lato", sans-serif;
  color: #cdd0d4;
  left: 45px;
  top: 88px;
}
.blockquote1 .cite-block cite {
  margin-bottom: 20px;
  display: block;
  position: relative;
  z-index: 3;
}
.blockquote1 .cite-block .author {
  font: 400 16px/16px "Lato", sans-serif;
  color: #242424;
  display: inline-block;
  margin-bottom: 5px;
  position: relative;
  z-index: 4;
}
.blockquote1 .cite-block .who {
  display: block;
  font: italic 400 14px/14px "Lato", sans-serif;
  color: #f26522;
}
.blockquote1 .cite-block:after {
  position: absolute;
  content: '';
  left: 50%;
  margin-left: -17px;
  bottom: -29px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 29px 17px 0 17px;
  border-color: #e9eaec transparent transparent transparent;
}
/* ======= Banner 3 Our special propositions ======= */
.banner3 {
  padding: 111px 0 114px;
}
.banner3 .btn-default {
  color: #ffffff;
  border-color: #ffffff;
  margin-top: 1px;
}
.banner3 .btn-default:hover {
  border-color: #f26522;
}
/* ======= Box 4 Top reasons to work with us ======= */
.box4 {
  position: relative;
  padding-left: 100px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 29px;
}
.box4 .label {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100px;
  background: #f26522;
  text-align: center;
  padding-top: 21px;
}
.box4 .label span {
  font: 900 36px/31px "Lato", sans-serif;
  color: #353535;
  display: block;
}
.box4 .content {
  padding: 14px 5px 18px 33px;
  border: 1px solid #dddddd;
  border-left: none;
}
.box4 .content h3 {
  margin-bottom: 15px;
}
/* ======= Box 5 Featured services ======= */
.box5 {
  margin-top: -8px;
}
.box5 h3 {
  margin-bottom: 15px;
}
.box5 p {
  margin-bottom: 14px;
}
.box5 .list1__offset1 {
  margin-top: 50px;
}
.box5 .btn-default {
  margin-top: 41px;
}
@media (max-width: 767px) {
  .box5 {
    margin-bottom: 50px;
  }
}
/* ======= Recent projects ======= */
.box6 {
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 47.36842105263158%;
  margin-bottom: 29px;
}
.box6 .label {
  position: absolute;
  height: 100%;
  width: 47.36842105263158%;
  left: 0;
  top: 0;
  background-position: center 0;
  background-repeat: no-repeat;
  background-size: cover;
}
.box6 .content {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 21px 5px 24px 30px;
  border: 1px solid #e0e0e0;
  border-left: 0;
}
.box6 .content h3 {
  margin-bottom: 15px;
}
.box6 .content p {
  margin-bottom: 14px;
}
.box6 .content .btn-simple {
  margin-top: 1px;
}
.box6.box6__background1 .label {
  background-image: url(../images/page3_img1.png);
}
.box6.box6__background2 .label {
  background-image: url(../images/page3_img2.png);
}
.box6.box6__background3 .label {
  background-image: url(../images/page3_img3.png);
}
.box6.box6__background4 .label {
  background-image: url(../images/page3_img4.png);
}
/* ======= Slogan 2 OFFERING COMPREHENSIVE PROJECTS ======= */
.slogan2 {
  text-align: center;
  margin-top: -3px;
}
.slogan2 p {
  margin-bottom: 14px;
}
.slogan2 .btn-default {
  margin-top: 41px;
}
/* ======= Banner 4 Special notice ======= */
.banner4 {
  padding: 111px 0 111px;
}
.banner4 .list1 {
  margin-top: -4px;
}
.banner4 .list1 li a {
  color: #ffffff;
}
.banner4 .list1 li a:hover {
  color: #f26522;
}
@media (max-width: 767px) {
  .banner4 .list1 {
    margin-bottom: 30px;
  }
}
/* ======= Box 7 Abailable positions ======= */
.box7 .heading {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #dfdfdf;
  border-left: none;
  position: relative;
  padding: 8px 10px 13px 41px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin-bottom: 18px;
}
.box7 .heading:hover {
  border-color: #f26522;
  background: #f26522;
  cursor: pointer;
}
.box7 .heading:hover a {
  color: #ffffff;
}
.box7 .heading:hover:before {
  background: #353535;
}
.box7 .heading a {
  display: block;
}
.box7 .heading:before {
  position: absolute;
  display: block;
  content: '';
  width: 16px;
  height: 100%;
  background: #f26522;
  left: 0;
  top: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.box7 .content {
  padding-left: 41px;
}
.box7 .content .highlighted {
  display: block;
  color: #f26522;
  margin-bottom: 10px;
  margin-top: 20px;
}
.box7 .content .list1 {
  margin-top: 17px;
  margin-bottom: 10px;
}
.box7 .content .list1.list1__offset1 {
  margin-top: -1px;
}
.box7 .content .btn-default {
  margin-top: 46px;
}
@media (max-width: 767px) {
  .box7 {
    margin-bottom: 50px;
  }
}
/* ======= Post 1 Blog ======= */
.post1 {
  padding: 9px 9px 14px 9px;
  border: 1px solid #dcdcdc;
  margin-bottom: 114px;
}
@media (max-width: 767px) {
  .post1 {
    margin-bottom: 50px;
  }
}
.post1 img {
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .post1 img {
    margin-bottom: 5px;
  }
}
.post1 .content {
  padding: 7px 12px 0 120px;
  position: relative;
}
@media (max-width: 479px) {
  .post1 .content {
    padding-left: 12px;
    padding-top: 67px;
  }
}
.post1 .content .label {
  background: #f26522;
  padding: 12px 0 15px;
  position: absolute;
  top: 7px;
  left: 0;
  width: 100px;
  text-align: center;
}
@media (max-width: 479px) {
  .post1 .content .label {
    padding: 5px 0;
  }
}
.post1 .content .label span {
  display: block;
}
.post1 .content .label .day {
  font: 900 36px/36px "Lato", sans-serif;
  color: #353535;
  margin-bottom: -1px;
}
.post1 .content .label .month {
  font: 900 24px/24px "Lato", sans-serif;
  text-transform: uppercase;
  color: #ffffff;
}
@media (max-width: 479px) {
  .post1 .content .label {
    width: 100%;
  }
  .post1 .content .label .day {
    font-size: 20px;
    line-height: 20px;
    margin-bottom: 1px;
  }
  .post1 .content .label .month {
    font-size: 14px;
    line-height: 14px;
  }
}
.post1 .content .info {
  margin-top: -2px;
  margin-bottom: 11px;
}
.post1 .content .info span {
  display: inline-block;
  padding-left: 18px;
  position: relative;
  margin-right: 15px;
}
.post1 .content .info span:last-child {
  margin-right: 0;
}
.post1 .content .info span:before {
  font-family: FontAwesome;
  font-size: 14px;
  position: absolute;
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
  cursor: default;
  line-height: 24px;
  left: 0;
  top: -3px;
  color: #f26522;
}
.post1 .content .info span.author:before {
  content: '\f007';
}
.post1 .content .info span.comments:before {
  content: '\f086';
}
.post1 .content h4 {
  margin-bottom: 5px;
}
.post1 .content p {
  margin-bottom: 14px;
}
.post1.post1__inset1 {
  padding-bottom: 7px;
}
/* ======= Box 8 Privacy Policy ======= */
.box8 {
  margin-bottom: 34px;
  text-align: center;
}
.box8 h3 {
  margin-bottom: 14px;
}
.box8 p {
  margin-bottom: 18px;
}
/* ======= Google Map on the main page ======= */
.google-map_main-page iframe {
  width: 100%;
  height: 346px;
}
@media (max-width: 767px) {
  .google-map_main-page iframe {
    height: 200px;
  }
}
/* ======= Google Map on the contact page ======= */
.google-map_contacts iframe {
  width: 100%;
  height: 480px;
}
@media (max-width: 767px) {
  .google-map_contacts iframe {
    height: 200px;
  }
}
/* ======= Address  ======= */
.address-block {
  margin-top: -2px;
}
.address-block address {
  padding-left: 100px;
  position: relative;
  margin-bottom: 59px;
}
.address-block address.location:before,
.address-block address.phones:before,
.address-block address.mail:before {
  text-align: center;
  font-family: FontAwesome;
  font-size: 36px;
  position: absolute;
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
  cursor: default;
  left: 0;
  top: 50%;
  margin-top: -36px;
  width: 72px;
  height: 72px;
  border-radius: 200px;
  line-height: 72px;
  background: #f26522;
  content: '';
  color: #ffffff;
}
.address-block address.location:before {
  content: '\f015';
}
.address-block address.phones {
  margin-bottom: 70px;
}
.address-block address.phones:before {
  line-height: 77px;
  content: '\f095';
}
.address-block address.mail:before {
  font-size: 30px;
  content: '\f003';
}
.address-block address span {
  display: block;
}
/* ======= Simple link ======= */
.simple-link {
  display: inline-block;
}
/* ======= List 1 ======= */
.list1 li {
  padding-left: 32px;
  position: relative;
  font: 300 14px/18px "Lato", sans-serif;
  color: #55575b;
}
.list1 li:before {
  font-family: FontAwesome;
  font-size: 8px;
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
  cursor: default;
  content: '\f111';
  color: #f26522;
  line-height: 18px;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}
.list1 li + li {
  margin-top: 18px;
}
/* ======= Social buttons 1 ======= */
.socials1 li {
  display: inline-block;
  margin-bottom: 10px;
}
.socials1 li + li {
  margin-left: 72px;
}
.socials1 li a {
  border-radius: 200px;
  display: block;
}
.socials1 li a i {
  color: #ffffff;
  background: #f26522;
  text-align: center;
  font-size: 47px;
  display: block;
  width: 87px;
  height: 87px;
  line-height: 91px;
  border-radius: 200px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.socials1 li a i:hover {
  background: #353535;
  color: #ffffff;
}
@media (max-width: 479px) {
  .socials1 {
    text-align: center;
  }
  .socials1 li {
    display: block;
    margin-bottom: 10px;
  }
  .socials1 li i {
    margin: 0 auto;
  }
  .socials1 li + li {
    margin-left: 0;
  }
}
/* ======= Social buttons 2 ======= */
.socials2 li {
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 10px;
}
.socials2 li:last-child {
  margin-right: 0;
}
.socials2 li a i {
  font-size: 16px;
  color: #bababa;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.socials2 li a:hover i {
  color: #f26522;
}
/* ======= Gallery  ======= */
.gallery_image a {
  display: block;
  position: relative;
  background: #55575b;
}
.gallery_image a img {
  margin-bottom: 0;
  -webkit-box-shadow: 0 0 0 0 #ffffff;
  box-shadow: 0 0 0 0 #ffffff;
}
@media (max-width: 979px) {
  .gallery_image a img {
    width: 100%;
  }
}
.gallery_image a:hover img {
  opacity: 0.3;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
}
.gallery_image a:hover .gallery_icon {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.gallery_image a:hover .gallery_icon i {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.gallery_image a img {
  opacity: 1;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.gallery_image a .gallery_icon {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}
.gallery_image a .gallery_icon i {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  font-size: 40px;
  color: #f26522;
  position: absolute;
  top: 50%;
  margin-top: -20px;
  left: 50%;
  margin-left: -17px;
}
/*========================================================
                    FOOTER styles
=========================================================*/
#footer {
  text-align: center;
}
#footer .privacy-block {
  margin-top: 109px;
  font: 400 14px/16px "Lato", sans-serif;
  color: #ffffff;
}
@media (max-width: 479px) {
  #footer .privacy-block {
    margin-top: 40px;
  }
}
#footer .privacy-block .main {
  text-transform: uppercase;
}
#footer .wrapper {
  padding: 140px 0;
}
@media (max-width: 767px) {
  #footer .wrapper {
    padding: 50px 0;
  }
}
/* ======= Slogan 1 Contact Us ======= */
.slogan1 {
  margin-top: -13px;
  margin-bottom: 73px;
}
.slogan1 span {
  display: block;
}
.slogan1 .first {
  font: 300 60px/60px "Lato", sans-serif;
  color: #ffffff;
  text-transform: uppercase;
  margin-bottom: 23px;
  letter-spacing: 0.075em;
}
@media (max-width: 767px) {
  .slogan1 .first {
    font-size: 34px;
    line-height: 34px;
  }
}
.slogan1 .secondary {
  font: 300 21px/24px "Lato", sans-serif;
  color: #ffffff;
  margin-bottom: 51px;
}
@media (max-width: 767px) {
  .slogan1 .secondary {
    margin-bottom: 20px;
  }
}
.slogan1 p {
  padding: 0 87px;
  font: 300 16px/22px "Lato", sans-serif;
  color: #ffffff;
}
@media (max-width: 767px) {
  .slogan1 p {
    padding: 0;
  }
}
/*========================================================
                    Widget styles
=========================================================*/
/* UItoTop styles
========================================================*/
#toTop {
  display: none;
  text-decoration: none;
  position: fixed;
  bottom: 80px;
  right: 30px;
  overflow: hidden;
  border: none;
  color: #6f7274;
  font-size: 37px;
  line-height: 38px;
  z-index: 20;
  -webkit-transition: color 0.5s ease;
  transition: color 0.5s ease;
}
#toTop:hover {
  outline: none;
  color: #f26522;
}
@media only screen and (max-width: 1199px) {
  #toTop {
    display: none !important;
  }
}
/*Core variables and mixins*/
.row-pad-wrap {
  display: flex;
  flex-wrap: wrap;
}
.ppp {
  position: absolute;
  right: 0;
  left: 0;
  /* overflow: hidden; */
/*display: none;*/
}
h2 {
  margin: 60px 15px 0;
  padding: 0;
  font-weight: 300;
}
h2 span {
  margin-left: 1em;
  color: #aaa;
  font-size: 85%;
}
.column {
  margin: 15px 15px 0;
  padding: 0;
}
.column:last-child {
  padding-bottom: 60px;
}
.column::after {
  content: '';
  clear: both;
  display: block;
}
.column div {
  position: relative;
  float: left;
  width: 300px;
  height: 200px;
  margin: 0 0 0 25px;
  padding: 0;
}
.column div:first-child {
  margin-left: 0;
}
.column div span {
  position: absolute;
  bottom: -20px;
  left: 0;
  z-index: -1;
  display: block;
  width: 300px;
  margin: 0;
  padding: 0;
  color: #444;
  font-size: 18px;
  text-decoration: none;
  text-align: center;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  opacity: 0;
}
figure {
  width: 300px;
  height: 200px;
  margin: 0;
  padding: 0;
  background: #fff;
  overflow: hidden;
}


.ih-item.square {
  position: relative;
  width: 100%!important;
  height: auto!important;
  border: 8px solid #fff;
  margin-bottom: 20px;
}


.ih-item.square.effect6 .info {
  background:#f26522;
  /*background: rgba(0, 0, 0, 0.6);*/
  background-color: #f26522;

  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
.caption{
    color: white;
    font-size: 34px!important;
    padding: 10px 2px;
    font-weight: bold;
    bottom: 72%;
    width: 26%;
    left: 10%;
}

.conn{
  font-size: 18px;
  line-height: 1.5em;
  padding: 10px 0px;
}
.contimg{
  display: block;
  margin: auto;
  padding: 10px 0px;
}
.box32{
  width: 25%;
  float: left;
}

.h2index{
  margin-bottom: 10px;
}

.main a{
  font-size: 30px!important;
}
@media only screen and (max-width: 500px) {
  .box32 {
    width: 100%;
    float: left;
}
}
.sf-menu > li > a{
       font-size: 21px; 
}
.bord{
       font-size: 20px;
    line-height: 1.6em; 
        background-color: white;
        padding:20px;
        
}
.wrapper1   {
         background: url(sliderbg-construction-sketch-1024x365.jpg) center top  fixed;

    /*padding: 60px 0 40px 0;*/
    position: relative;
    
}
.wrapper3   {
        background: url(sliderbg-construction-sketch-1024x365.jpg) center top  fixed;

    padding: 60px 0 40px 0;
    position: relative;
}
    

.pagination {
    display: inline;
    margin: 0 auto 30px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}


.pagination a {
    color: black;
    float: left;
    padding: 8px 16px;
    font-size:20px;
    text-decoration: none;
}
.socials1 li {
  text-align: justify;
}
.socials1 li a{
  color: white!important;
  padding: 8px!important;
  font-size: 20px!important;
}
.socials1 li span{
  color: white!important;
  padding: 8px!important;
  font-size: 20px!important;
}
.ismail{
    height:90vh!important;
    width:75%!important;
}
@media (max-width: 500px) {
.ismail{
    height:100%!important;
    width:100%!important;
}
}
.active a{
    color:red!important;
}
