@import "animate.css";
@import url(//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css);
@import url(//fonts.googleapis.com/css?family=Ubuntu);
@import url(https://fonts.googleapis.com/css?family=Exo);
@import url(https://fonts.googleapis.com/css?family=Exo:700);
@import url(https://fonts.googleapis.com/css?family=Exo:600);
@import url(https://fonts.googleapis.com/css?family=Exo:900);
@import url(https://fonts.googleapis.com/css?family=Exo:400italic);
@import url(https://fonts.googleapis.com/css?family=Exo:500);
/*========================================================
                    Main layout styles
=========================================================*/
body {
  font: 400 14px/22px "Ubuntu", sans-serif;
  color: #a5a5a5;
  background: #ffffff;
}
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: #30c4c8;
}
img {
  max-width: 100%;
}
* {
  -webkit-text-size-adjust: none;
}
/* ======= Headers ======= */
h2 {
  font: 600 24px/24px "Exo", sans-serif;
  text-transform: uppercase;
  color: #080707;
  display: inline-block;
  position: relative;
}
h2:before {
  display: block;
  content: '';
  position: absolute;
  height: 1px;
  width: 570px;
  left: -606px;
  top: 50%;
  background: #d6d6d6;
  margin-top: -1px;
}
h2:after {
  display: block;
  content: '';
  position: absolute;
  height: 1px;
  width: 570px;
  right: -606px;
  top: 50%;
  background: #d6d6d6;
  margin-top: -1px;
}
.header1 {
  overflow: hidden;
  text-align: center;
}
h3 {
  font: 600 24px/24px "Exo", sans-serif;
  color: #141211;
  text-transform: uppercase;
}
h4 {
  font: 400 12px/22px "Exo", sans-serif;
  color: #080707;
  text-transform: uppercase;
}
h5 {
  font: 700 22px/24px "Exo", sans-serif;
  text-transform: uppercase;
  color: #080707;
  letter-spacing: 0.1em;
}
h6 {
  font: 400 36px/36px "Exo", sans-serif;
  text-transform: uppercase;
  color: #191919;
}
.h7 {
  font: 400 12px/22px "Ubuntu", sans-serif;
  color: #080707;
  display: block;
  text-transform: uppercase;
}
.h8 {
  font: 700 16px/22px "Exo", sans-serif;
  color: #9a9a9a;
  display: block;
}
/* ======= Buttons ======= */
.btn-default {
  display: inline-block;
  font: 400 12px/12px "Exo", sans-serif;
  color: #c1c1c1;
  background: #ffffff;
  border: 1px solid #cccccc;
  text-transform: uppercase;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 15px 23px 15px;
  min-width: 101px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.btn-default:hover {
  color: #ffffff;
  border-color: #30c4c8;
  background-color: #30c4c8;
}
.btn-big {
  display: inline-block;
  font: 400 14px/14px "Exo", sans-serif;
  color: #ffffff;
  border: 1px solid #ffffff;
  background: transparent;
  text-transform: uppercase;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 18px 23px 15px;
  min-width: 121px;
}
.btn-big:hover {
  background-color: #30c4c8;
  color: #ffffff;
}
.btn-big.__inset1 {
  min-width: 163px;
  background: #0d9fa5;
  font-size: 18px;
  line-height: 18px;
  border: none;
  padding-top: 21px;
  padding-bottom: 17px;
}
.btn-big.__inset1:hover {
  background: #ffffff;
  color: #30c4c8;
}
.btn-simple {
  margin-right: 22px;
  display: inline-block;
  position: relative;
  text-transform: uppercase;
  font: 400 12px/22px "Exo", sans-serif;
  color: #30c4c8;
}
.btn-simple:hover {
  color: #080707;
}
.btn-simple:after {
  content: '';
  display: block;
  position: absolute;
  width: 14px;
  height: 14px;
  background: url(../images/arrow1.png) no-repeat center 0;
  right: -22px;
  top: 4px;
}
/* ======= Modifiers ======= */
.__display-none {
  display: none;
}
.__display-inline {
  display: inline;
}
.__hover-color {
  color: #30c4c8;
}
.__upper {
  text-transform: uppercase;
}
.__normal {
  font-weight: 400;
}
.__min-height {
  min-height: 0;
}
.__relative {
  position: relative;
}
/* ======= Wrappers ======= */
.wrapper1 {
  padding: 74px 0 99px;
}
@media (max-width: 767px) {
  .wrapper1 {
    padding-bottom: 45px;
  }
}
.wrapper2 {
  padding: 62px 0 10px;
}
.wrapper3 {
  padding: 0 0 101px;
}
.wrapper4 {
  padding: 0 0 90px;
}
.wrapper5 {
  padding: 0 0 75px;
}
.wrapper6 {
  padding: 0 0 117px;
}
.wrapper7 {
  padding: 0 0 42px;
}
.wrapper8 {
  padding: 0 0 82px;
}
/*========================================================
                    HEADER styles
=========================================================*/
#header {
  text-align: center;
  border-top: 6px solid #363636;
}
#header.common {
  margin-bottom: 59px;
}
#header .info {
  display: inline-block;
  text-align: center;
  padding: 48px 0 39px;
  font: 400 12px/14px "Ubuntu", sans-serif;
  color: #acacac;
}
@media (max-width: 979px) {
  #header .info {
    font-size: 9px;
    line-height: 9px;
  }
}
@media (max-width: 767px) {
  #header .info {
    font-size: 12px;
    line-height: 14px;
    padding: 10px 0;
  }
}
#header .info address,
#header .info .phone,
#header .info .link {
  float: left;
  display: block;
  margin-right: 39px;
  padding-left: 23px;
  position: relative;
}
@media (max-width: 767px) {
  #header .info address,
  #header .info .phone,
  #header .info .link {
    float: none;
    margin-right: 0;
    padding-left: 0;
  }
}
#header .info address:before,
#header .info .phone:before,
#header .info .link:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: -1px;
  width: 15px;
  height: 16px;
  overflow: hidden;
  background: no-repeat left 0;
}
@media (max-width: 767px) {
  #header .info address:before,
  #header .info .phone:before,
  #header .info .link:before {
    display: none;
  }
}
#header .info address:before {
  background-image: url(../images/icon1.png);
}
#header .info .link:before {
  background-image: url(../images/icon2.png);
}
#header .info .phone:before {
  background-image: url(../images/icon4.png);
}
#header .info .socials1 {
  text-align: right;
  float: left;
  margin-top: -1px;
}
@media (max-width: 767px) {
  #header .info .socials1 {
    text-align: center;
    margin-top: 20px;
    float: none;
  }
}
#header #stuck_container {
  margin-top: 38px;
}
@media (max-width: 767px) {
  #header #stuck_container {
    margin-top: 0;
  }
}
#header #stuck_container .wrapper {
  background: #30c4c8;
}
@media (max-width: 767px) {
  #header #stuck_container .wrapper {
    background: transparent;
  }
}
.socials1 li {
  display: inline-block;
  margin-bottom: 10px;
}
.socials1 li + li {
  margin-left: 18px;
}
.socials1 li a i {
  font-size: 18px;
  line-height: 18px;
  color: #afafaf;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.socials1 li a:hover i {
  color: #30c4c8;
}
/* ======= Logo ======= */
h1 a {
  display: inline-block;
}
h1 .main {
  font: 700 60px/60px "Exo", sans-serif;
  color: #000000;
  text-transform: uppercase;
  display: inline-block;
}
h1 .secondary {
  margin-top: -8px;
  font: 400 18px/30px "Exo", sans-serif;
  color: #a5a5a5;
  text-transform: uppercase;
  display: inline-block;
}
/* ======= Main menu variables ======= */
/* ======= Sub menus common variables ======= */
/* ======= First level sub menu variables ======= */
/* ======= Second level sub menu variables ======= */
nav {
  display: inline-block;
  margin-top: 31px;
  margin-bottom: 21px;
}
/* Main menu styles
========================================================*/
.sf-menu > li {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  position: relative;
  text-align: center;
}
.sf-menu > li + li {
  margin-left: 47px;
}
.sf-menu > li > .sf-with-ul:after {
  font-family: FontAwesome;
  font-size: 10px;
  position: absolute;
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
  cursor: default;
  content: "\f0d7";
  color: #ffffff;
  bottom: -10px;
  left: 50%;
  margin-left: -3px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.sf-menu > li > a {
  text-transform: uppercase;
  font: 400 14px/14px "Exo", sans-serif;
  display: inline-block;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  color: #ffffff;
}
.sf-menu > li > a:hover {
  color: #000000;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.sf-menu > li > a:active {
  background: transparent;
  color: #000000;
}
.sf-menu .sfHover > a:after {
  color: #000000;
}
.sf-menu > li.current > a {
  color: #000000;
}
.sf-menu > li.current > .sf-with-ul:after {
  color: #000000;
}
.sf-menu > li.sfHover > a {
  color: #000000;
}
.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 {
  display: none;
  border-radius: 3px;
  width: 110px;
  font: 400 12px/12px Arial, sans-serif;
  position: absolute;
  top: 21px;
  left: 50%;
  margin-left: -55px;
  background: #2a2a2a;
  text-align: left;
  padding: 34px 0 35px 16px;
  z-index: 2;
}
.sf-menu ul > li + li {
  margin-top: 22px;
}
.sf-menu ul li {
  position: relative;
  display: block;
}
.sf-menu ul li > .sf-with-ul:after {
  font-family: FontAwesome;
  font-size: 10px;
  position: absolute;
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
  cursor: default;
  content: "\f0da";
  color: #ffffff;
  bottom: -1px;
  right: 15px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.sf-menu ul li a {
  color: #ffffff;
  text-transform: uppercase;
}
.sf-menu ul li a:hover {
  color: #30c4c8;
}
.sf-menu ul > .sfHover > a:after {
  color: #30c4c8;
}
.sf-menu ul li.sfHover > a {
  color: #30c4c8;
}
/* Second level sub-menu styles
========================================================*/
.sf-menu ul ul {
  position: absolute;
  top: -5px;
  left: 111px;
  margin-left: 0;
  background: #30c4c8;
  padding: 10px 0 11px 16px;
  z-index: 4;
  text-align: left;
}
.sf-menu ul ul li a {
  color: #ffffff;
  text-transform: uppercase;
}
.sf-menu ul ul li a:hover {
  color: #000000;
}
.sf-menu ul ul li + li {
  margin-top: 18px;
}
@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: #30c4c8;
    width: 100%;
    background: #ffffff;
    font: 22px/28px "Exo", 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;
  background: #30c4c8;
}
.isStuck nav {
  margin-top: 10px;
  margin-bottom: 10px;
}
@media only screen and (max-width: 979px) {
  .isStuck {
    display: none !important;
  }
}
/*========================================================
                    CONTENT styles
=========================================================*/
/* ======= Banner 1 Professional ======= */
.banner1 {
  text-align: center;
  position: relative;
}
@media (max-width: 1250px) {
  .banner1 {
    padding: 0;
  }
}
.banner1 img {
  float: left;
  width: 50%;
  height: auto;
}
.banner1 .caption {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  position: absolute;
  padding: 104px 20px 20px;
  right: 0;
  left: 50%;
  margin-left: -294px;
  top: 50%;
  margin-top: -178px;
  text-align: center;
  color: #ffffff;
  width: 588px;
  min-height: 356px;
  background: url(../images/background1.png) repeat;
}
@media (max-width: 767px) {
  .banner1 .caption {
    width: 200px;
    min-height: 150px;
    margin-left: -100px;
    margin-top: -88px;
    padding: 20px;
  }
}
.banner1 .caption .main {
  font: 600 30px/40px "Exo", sans-serif;
  text-transform: uppercase;
  display: block;
}
@media (max-width: 767px) {
  .banner1 .caption .main {
    font-size: 14px;
    line-height: 15px;
  }
}
.banner1 .caption .secondary {
  font: 700 36px/40px "Exo", sans-serif;
  text-transform: uppercase;
  display: block;
  margin-top: -2px;
}
@media (max-width: 767px) {
  .banner1 .caption .secondary {
    font-size: 18px;
    line-height: 22px;
  }
}
.banner1 .caption .btn-big {
  margin-top: 26px;
}
/* ======= Banner 2 Constant ======= */
.banner2 {
  padding: 39px 38px 32px 69px;
  background: #30c4c8;
}
.banner2 .text {
  display: inline-block;
}
.banner2 .main {
  font: 400 36px/36px "Exo", sans-serif;
  color: #ffffff;
  text-transform: uppercase;
  display: block;
  margin-bottom: 3px;
}
@media (max-width: 979px) {
  .banner2 .main {
    font-size: 28px;
    line-height: 28px;
  }
}
@media (max-width: 767px) {
  .banner2 .main {
    font-size: 20px;
    line-height: 20px;
  }
}
.banner2 .secondary {
  text-transform: uppercase;
  color: #000000;
  font: 400 18px/30px "Exo", sans-serif;
  display: block;
}
@media (max-width: 767px) {
  .banner2 .secondary {
    font-size: 14px;
    line-height: 20px;
  }
}
.banner2 .btn-big {
  margin-top: 3px;
  margin-left: 57px;
}
@media (max-width: 1199px) {
  .banner2 {
    text-align: center;
    padding: 30px;
  }
  .banner2 .btn-big {
    margin-left: 0;
  }
}
/* ======= Post 1 History ======= */
.post1 {
  text-align: center;
  position: relative;
  padding: 82px 18px 0;
}
.post1:hover .label {
  background: #30c4c8;
  border-color: #ffffff;
}
.post1 .label {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 20px;
  font: 900 30px/62px "Exo", sans-serif;
  color: #080707;
  text-transform: uppercase;
  border: 1px solid #cccccc;
  width: 64px;
  height: 64px;
  border-radius: 200px;
  text-align: center;
  position: absolute;
  left: 50%;
  top: 0;
  margin-left: -32px;
  right: 0;
}
.post1 h3 {
  margin-bottom: 31px;
}
.post1 .btn-default {
  margin-top: 18px;
}
@media (max-width: 767px) {
  .post1 {
    margin-bottom: 70px;
  }
}
/* ======= Post 2 Recent News ======= */
.post2 {
  text-align: center;
}
.post2 img {
  margin-bottom: 33px;
  border: 1px solid #d6d6d6;
}
.post2 time {
  display: block;
  margin-bottom: 10px;
  color: #9a9a9a;
  font: 700 16px/22px "Exo", sans-serif;
}
.post2 h4 {
  margin-bottom: -2px;
}
.post2 p {
  padding: 0 19px;
}
@media (max-width: 767px) {
  .post2 {
    margin-bottom: 70px;
  }
}
/* ======= Row with a link ARCHIVE ======= */
.archive {
  text-align: right;
  margin-top: 31px;
}
@media (max-width: 767px) {
  .archive {
    margin-top: 0;
  }
}
/* ======= Banner 3 Kind words ======= */
.banner3 {
  text-align: center;
  background: #464a56;
  padding: 63px 0 70px;
}
.banner3 h5 {
  color: #ffffff;
  margin-bottom: 36px;
}
.banner3.__inset1 {
  margin-bottom: 53px;
  padding-bottom: 105px;
  text-align: left;
}
@media (max-width: 767px) {
  .banner3.__inset1 {
    padding-bottom: 40px;
  }
}
.banner3.__inset1 h5 {
  text-align: center;
  margin-bottom: 29px;
}
/* ======= Blockquote 1 ======= */
.blockquote1 {
  position: relative;
}
@media (max-width: 767px) {
  .blockquote1 {
    padding: 0 20px;
  }
}
.blockquote1:after {
  width: 27px;
  height: 22px;
  background: url(../images/quote-right.png) no-repeat 0;
  top: 72px;
  right: -58px;
  content: '';
  position: absolute;
}
@media (max-width: 767px) {
  .blockquote1:after {
    display: none;
  }
}
.blockquote1:before {
  width: 27px;
  height: 22px;
  background: url(../images/quote-left.png) no-repeat 0;
  top: 72px;
  left: -58px;
  content: '';
  position: absolute;
}
@media (max-width: 767px) {
  .blockquote1:before {
    display: none;
  }
}
.blockquote1 .content {
  padding: 43px 44px 48px;
  font: italic 400 22px/30px "Exo", sans-serif;
  color: #b6b5b5;
  border: 2px solid #ffffff;
  letter-spacing: 0.1em;
  position: relative;
}
@media (max-width: 767px) {
  .blockquote1 .content {
    font-size: 14px;
    line-height: 20px;
    padding: 20px;
  }
}
.blockquote1 .content:after {
  content: '';
  position: absolute;
  width: 28px;
  height: 23px;
  background: url(../images/triangle.png) no-repeat center 0;
  bottom: -23px;
  left: 50%;
  margin-left: -14px;
}
.blockquote1 .author a {
  margin-top: 36px;
  display: inline-block;
  font: 700 18px/22px "Exo", sans-serif;
  color: #ffffff;
}
.blockquote1 .author a:hover {
  color: #30c4c8;
}
/* ======= Newsletter Form ======= */
.newsletter-form {
  -webkit-transition: all 2s ease;
  transition: all 2s ease;
  margin-top: 4px;
  position: relative;
  display: inline-block;
  /* Submit Button GO */
  /* Error message style */
  /* Error message appears */
}
.newsletter-form #form1 {
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}
.newsletter-form .button {
  display: inline-block;
  font: 400 24px/24px "Exo", sans-serif;
  text-transform: uppercase;
  color: #ffffff;
  background: #30c4c8;
  padding: 14px 0 5px;
  width: 100%;
  height: 49px;
  outline: none !important;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.newsletter-form .button:hover {
  color: #ffffff;
  background: #0d9fa5;
}
@media (max-width: 979px) {
  .newsletter-form .button {
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  .newsletter-form .button {
    margin-top: 20px;
  }
}
.newsletter-form .success {
  position: absolute;
  font-size: 11px;
  line-height: 14px;
  bottom: -22px;
  left: 50%;
  margin-left: -95px;
  color: #30c4c8;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .newsletter-form .success {
    font-size: 10px;
    line-height: 11px;
    bottom: -20px;
  }
}
.newsletter-form input {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font: 400 14px/24px "Exo", sans-serif;
  color: #acacac;
  padding: 11px 15px;
  width: 599px;
  margin-left: 43px;
  border-radius: 0;
  box-shadow: none;
  -webkit-appearance: none;
  border: 1px solid #d1d1d1;
  background: #ffffff;
  height: 49px;
  text-transform: uppercase;
}
@media (max-width: 1199px) {
  .newsletter-form input {
    width: 428px;
  }
}
@media (max-width: 979px) {
  .newsletter-form input {
    width: 270px;
  }
}
@media (max-width: 767px) {
  .newsletter-form input {
    width: 100%;
    margin-left: 0;
  }
}
.newsletter-form input:focus {
  outline: none;
}
.newsletter-form .name {
  position: relative;
}
.newsletter-form .email {
  position: relative;
}
.newsletter-form .error {
  text-align: left;
  font-size: 9px;
  line-height: 9px;
  position: absolute;
  top: 0;
  right: 5px;
  display: none;
  color: #080707;
}
.newsletter-form .invalid .error {
  display: block;
}
/* ======= Banner 4 Newsletter form ======= */
.banner4 {
  padding: 57px 0 51px;
}
.banner4 h6 {
  margin-top: 7px;
  display: inline-block;
}
@media (max-width: 767px) {
  .banner4 h6 {
    margin-bottom: 20px;
  }
}
/* ======= banner 5 Phone us ======= */
.banner5 {
  padding: 46px 0 113px;
  border-top: 1px solid #d1d1d1;
}
.banner5 h6 {
  display: inline-block;
  margin-top: 15px;
}
@media (max-width: 479px) {
  .banner5 h6 {
    font-size: 20px;
    line-height: 24px;
  }
}
.banner5 .phone {
  display: inline-block;
  font: 500 72px/72px "Exo", sans-serif;
  color: #191919;
  text-transform: uppercase;
  margin-left: 25px;
}
@media (max-width: 767px) {
  .banner5 .phone {
    font-size: 30px;
    line-height: 30px;
  }
}
.banner5 .schedule {
  margin-top: -10px;
  font: 400 24px/30px "Exo", sans-serif;
  color: #191919;
}
@media (max-width: 767px) {
  .banner5 .schedule {
    margin-top: 0;
    text-align: center;
  }
}
@media (max-width: 1199px) {
  .banner5 {
    padding: 20px 0 113px;
  }
  .banner5 h6 {
    margin-top: 0;
    display: block;
    text-align: center;
  }
  .banner5 .phone {
    display: block;
    text-align: center;
    margin-left: 0;
  }
}
@media (max-width: 979px) {
  .banner5 .schedule {
    font-size: 19px;
  }
}
@media (max-width: 767px) {
  .banner5 {
    padding: 20px 0;
  }
}
/* ======= Post 3 In a nutshell ======= */
.post3 {
  margin-top: 55px;
  margin-bottom: 99px;
}
.post3 .h7 {
  margin-bottom: 21px;
}
.post3 img {
  margin-top: 7px;
  border: 1px solid #d6d6d6;
}
.post3 .button {
  margin-top: 31px;
  text-align: right;
}
.post3.__inset1 {
  margin-bottom: -22px;
}
@media (max-width: 767px) {
  .post3.__inset1 {
    margin-bottom: 55px;
  }
}
@media (max-width: 767px) {
  .post3 img {
    width: 100%;
    margin-bottom: 20px;
  }
}
/* ======= Post 4 Our team ======= */
.post4 {
  margin-top: 62px;
  margin-bottom: 93px;
}
.post4 img {
  border: 1px solid #d6d6d6;
  margin-bottom: 33px;
}
.post4 .h8 {
  margin-bottom: 10px;
}
@media (max-width: 479px) {
  .post4 img {
    width: 100%;
  }
}
/* ======= Post 5 What can u expect ======= */
.post5 {
  margin-top: 57px;
  margin-bottom: 45px;
}
/* ======= Post 6 Main Services ======= */
.post6 {
  position: relative;
  padding-left: 95px;
  margin-top: 58px;
  margin-bottom: -8px;
}
.post6:hover .label {
  background: #30c4c8;
  border-color: #ffffff;
}
.post6 .label {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 20px;
  font: 900 30px/62px "Exo", sans-serif;
  color: #080707;
  text-transform: uppercase;
  border: 1px solid #cccccc;
  width: 64px;
  height: 64px;
  border-radius: 200px;
  text-align: center;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
}
.post6 .h8 {
  margin-bottom: 10px;
}
/* ======= Post 7 Construction ======= */
.post7 img {
  float: left;
  margin-right: 22px;
  margin-top: 7px;
}
.post7 .h7 {
  color: #ffffff;
}
.post7 .button {
  text-align: right;
  margin-top: 31px;
}
.post7.first {
  padding-left: 40px;
}
.post7.second {
  padding-right: 30px;
}
.post7 p {
  overflow: hidden;
}
@media (max-width: 767px) {
  .post7.first,
  .post7.second {
    padding: 20px;
  }
}
@media (max-width: 479px) {
  .post7 img {
    width: 100%;
    float: none;
    margin-right: 0;
    margin-bottom: 20px;
  }
}
/* ======= Post 8 Portfolio ======= */
.post8 {
  margin-top: 62px;
  margin-bottom: -22px;
  border: 1px solid #d6d6d6;
  padding-bottom: 23px;
}
.post8 .gallery_image {
  border-bottom: 1px solid #d6d6d6;
  width: 100%;
  margin-bottom: 30px;
}
.post8 .h7,
.post8 p {
  padding: 0 15px 0 19px;
}
.post8 .h7 {
  margin-bottom: -1px;
}
/* ======= Post 9 Blog ======= */
.post9 {
  margin-top: 55px;
  margin-bottom: -16px;
}
.post9 .header {
  margin-bottom: 1px;
}
.post9 .info {
  margin-bottom: 24px;
}
.post9 .comments {
  text-align: right;
}
@media (max-width: 767px) {
  .post9 .comments {
    text-align: left;
  }
}
.post9 img {
  border: 1px solid #d6d6d6;
  margin-bottom: 31px;
}
@media (max-width: 767px) {
  .post9 img {
    width: 100%;
  }
}
.post9 .button {
  margin-top: 31px;
  text-align: right;
}
@media (max-width: 767px) {
  .post9 {
    margin-bottom: 55px;
  }
}
/* ======= Post 10 Categories ======= */
.post10 {
  margin-top: 56px;
  margin-bottom: 94px;
}
/* ======= Post 11 Recent Posts ======= */
.post11 {
  margin-top: 55px;
  margin-bottom: -22px;
}
.post11 img {
  float: left;
  border: 1px solid #d6d6d6;
  margin-right: 30px;
  margin-top: 7px;
}
.post11 .h7 {
  margin-bottom: -1px;
}
@media (min-width: 980px) {
  .post11 p {
    overflow: hidden;
  }
}
@media (max-width: 479px) {
  .post11 p {
    overflow: hidden;
  }
}
/* ======= Post 12 Privacy policy ======= */
.post12 {
  margin-top: 55px;
  margin-bottom: -32px;
}
.post12 .h7 {
  margin-bottom: -1px;
}
.post12 .simple-link {
  display: inline-block;
  margin-top: 22px;
}
/* ======= List 1 ======= */
.list1 li {
  padding-left: 22px;
  position: relative;
  font: 400 12px/22px "Exo", sans-serif;
  color: #30c4c8;
  text-transform: uppercase;
}
.list1 li a:hover {
  color: #080707;
}
.list1 li:before {
  content: '';
  display: block;
  position: absolute;
  width: 14px;
  height: 14px;
  background: url(../images/arrow1.png) no-repeat center;
  left: 0;
  top: 2px;
}
.list1 li + li {
  margin-top: 10px;
}
/* ======= Gallery  ======= */
.gallery_image a {
  display: block;
  position: relative;
  background: #a5a5a5;
}
.gallery_image a img {
  margin-bottom: 0;
}
@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 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)";
  width: 30px;
  height: 18px;
  background: url(../images/hover-icon.png) no-repeat center;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -15px;
  margin-top: -9px;
}
/* ======= Google Map  ======= */
.google-map_contacts {
  margin-top: 62px;
  border: 1px solid #d6d6d6;
}
.google-map_contacts iframe {
  width: 100%;
  height: 466px;
}
@media (max-width: 767px) {
  .google-map_contacts iframe {
    height: 200px;
  }
}
/* ======= Address  ======= */
.address-block {
  margin-top: 55px;
}
.address-block .h7 {
  margin-bottom: 21px;
}
.address-block address {
  margin-bottom: 22px;
}
.address-block .wrapper {
  display: block;
}
.address-block .wide {
  display: inline-block;
  min-width: 100px;
}
@media (min-width: 780px) and (max-width: 979px) {
  .address-block .wide {
    display: block;
    margin-top: 5px;
  }
}
.address-block .our-address {
  display: block;
  margin-bottom: 24px;
}
.address-block .numbers {
  display: inline-block;
  min-width: 100px;
}
@media (min-width: 768px) and (max-width: 979px) {
  .address-block .numbers {
    display: block;
    min-width: 70px;
  }
}
.simple-link {
  text-decoration: underline;
}
/*========================================================
                    FOOTER styles
=========================================================*/
#footer {
  text-align: center;
  background: #ffffff;
}
#footer .wrapper {
  border-top: 1px solid #d1d1d1;
  padding: 49px 0;
}
#footer h1 {
  font: 700 36px/36px "Exo", sans-serif;
  color: #272829;
  text-transform: uppercase;
  margin-bottom: 6px;
}
#footer h1 a:hover {
  color: #272829;
}
#footer .privacy-block {
  text-transform: uppercase;
  font: 400 14px/22px "Exo", sans-serif;
  color: #6d6d6d;
}
#footer .socials1 {
  margin-top: 13px;
}
#footer .socials1 li a i {
  font-size: 22px;
  line-height: 22px;
}
/*========================================================
                    Widget styles
=========================================================*/
/* UItoTop styles
========================================================*/
#toTop {
  text-align: center;
  display: none;
  text-decoration: none;
  position: fixed;
  bottom: 80px;
  right: 30px;
  overflow: hidden;
  border: none;
  color: #2c2c2d;
  border-radius: 200px;
  background: #d4d4d4;
  width: 42px;
  height: 42px;
  font-size: 30px;
  line-height: 38px;
  z-index: 20;
  -webkit-transition: color 0.5s ease;
  transition: all 0.5s ease;
}
#toTop:hover {
  background: #30c4c8;
  outline: none;
  color: #f0f0f0;
}
@media only screen and (max-width: 1199px) {
  #toTop {
    display: none !important;
  }
}
/*Core variables and mixins*/
