/*------------------------------------------------------------------
[Table of contents]

	General Styling
	Header
	Footer
	About Us
	Blog
	Contact
	Portfolio
	Sidebar
	Typography
	Elements [Forms, buttons etc..]
	Other Plugins
	
[/Table of contents]
-------------------------------------------------------------------*/
.primary-font,
a.side-menu-button,
nav.main-navigation ul li ul.sub-menu li a,
nav.main-navigation ul a,
nav.responsive-menu ul li .sub-menu a,
nav.responsive-menu a,
.first-slider .first-line,
.second-slider .second-line,
.third-slider .first-line,
.fourth-slider .first-line,
.fivth-slider .first-line {
  font-family: 'Open Sans', sans-serif;
}
html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 93.75%;
}
section {
  padding: 60px 0;
}
p {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  line-height: 30px;
  color: #7c7d82;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Open Sans', sans-serif;
  color: #111111;
}
span,
li,
a,
em {
  font-family: 'Open Sans', sans-serif;
}
.sub-header {
  height: 68px;
  background-color: #1f272d;
  width: 100%;
}
.sub-header .left-content span {
  line-height: 68px;
  font-size: 13px;
  color: #cacaca;
}
.sub-header .left-content span em {
  font-style: normal;
  color: #ffffff;
}
.sub-header .right-content {
  margin-top: 10px;
  float: right;
}
.sub-header .right-content span {
  font-size: 12px;
  color: #cacaca;
}
.sub-header .right-content p {
  font-size: 16px;
  font-weight: 600;
  color: #87cf51;
}
.barber-sub-header .right-content p {
  color: #b3a05c;
}
.stylist-sub-header .right-content p {
  color: #6ec19e;
}
.contractor-sub-header {
  background-color: #ffffff;
  border-bottom: 1px solid #eeeeee;
}
.contractor-sub-header .left-content span em {
  color: #111111;
}
.contractor-sub-header .right-content p {
  color: #f6b710;
}
.consulant-sub-header {
  background-color: #ffffff;
  border-bottom: 1px solid #eeeeee;
}
.consulant-sub-header .left-content span em {
  color: #111111;
}
.consulant-sub-header .right-content p {
  color: #32a3fd;
}
.general-sub-header {
  background-color: #ffffff;
  border-bottom: 1px solid #eeeeee;
}
.general-sub-header .left-content span {
  color: #7c7d82;
}
.general-sub-header .left-content span em {
  font-weight: 600;
  color: #074a82;
}
.general-sub-header .right-content span {
  color: #7c7d82;
}
.general-sub-header .right-content p {
  color: #074a82;
}
.site-header {
  position: fixed;
  width: 100%;
  top: 68px;
  left: 0;
  z-index: 9999;
  background-color: #ffffff;
  -webkit-transition: all 350ms;
  -moz-transition: all 350ms;
  -o-transition: all 350ms;
  transition: all 350ms;
}
@media (max-width: 991px) {
  .site-header {
    top: 0px;
  }
}
.site-header .main-header .logo {
  float: left;
  padding: 34px 0px;
}
@media (max-width: 991px) {
  .site-header .main-header .logo {
    margin-left: 15px;
  }
}
.site-header .main-header .logo a {
  text-transform: uppercase;
  font-family: 'Open Sans', sans-serif;
  font-size: 32px;
  font-weight: 900;
  color: #111111;
}
.scrolled-header {
  background-color: rgba(250, 250, 250, 0.98);
  box-shadow: 0px 5px 25px rgba(0, 0, 0, 0.1);
  border-bottom: none;
  top: 0;
}
.header-right-toggle {
  right: 30px;
  top: 38px;
  position: absolute;
  z-index: 9999;
}
.header-right-toggle a i {
  color: #ffffff;
  background-color: #111111;
  text-align: center;
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 14px;
}
a.side-menu-button {
  text-transform: uppercase;
  font-weight: 700;
  color: #111111;
}
a.side-menu-button i {
  margin-right: 6px;
}
nav.trainer-header ul li a:hover {
  color: #87cf51;
  transition: all 0.3s;
}
nav.trainer-header ul li ul li a {
  border-bottom: none!important;
}
nav.trainer-header ul .active a {
  color: #87cf51;
  border-bottom: 2px solid #87cf51;
}
nav.barber-header ul li a:hover {
  color: #b3a05c;
  transition: all 0.3s;
}
nav.barber-header ul li ul li a {
  border-bottom: none!important;
}
nav.barber-header ul .active a {
  color: #b3a05c;
  border-bottom: 2px solid #b3a05c;
}
nav.consulant-header ul li a:hover {
  color: #32a3fd;
  transition: all 0.3s;
}
nav.consulant-header ul li ul li a {
  border-bottom: none!important;
}
nav.consulant-header ul .active a {
  color: #32a3fd;
  border-bottom: 2px solid #32a3fd;
}
nav.contractor-header ul li a:hover {
  color: #f6b710;
  transition: all 0.3s;
}
nav.contractor-header ul li ul li a {
  border-bottom: none!important;
}
nav.contractor-header ul .active a {
  color: #f6b710;
  border-bottom: 2px solid #f6b710;
}
nav.stylist-header ul li a:hover {
  color: #6ec19e;
  transition: all 0.3s;
}
nav.stylist-header ul li ul li a {
  border-bottom: none!important;
}
nav.stylist-header ul .active a {
  color: #6ec19e;
  border-bottom: 2px solid #6ec19e;
}
nav.general-header ul li a:hover {
  color: #168ef2 !important;
  transition: all 0.3s;
}
nav.general-header ul li ul li a {
  border-bottom: none!important;
}
nav.general-header ul .active a {
  color: #074a82;
  border-bottom: 2px solid #074a82;
}
nav.main-navigation {
  float: right;
  padding-right: 0px;
  margin-right: 0px;
  position: relative;
  z-index: 20;
}
nav.main-navigation ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
nav.main-navigation ul li {
  position: relative;
  display: inline-block;
  padding: 48px 15px;
}
nav.main-navigation ul li ul.sub-menu {
  text-align: left;
  position: absolute;
  top: 100%;
  left: 0;
  width: 170px;
  background: #1f272d;
  padding: 5px 0;
  visibility: hidden;
  opacity: 0;
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.2);
}
nav.main-navigation ul li ul.sub-menu li {
  position: relative;
  display: block;
  padding: 0;
  margin: 12px 0px;
}
nav.main-navigation ul li ul.sub-menu li ul.sub-submenu {
  margin-left: 170px;
  text-align: left;
  position: absolute;
  top: -17px;
  left: 0;
  width: 160px;
  background: #29343c;
  padding: 5px 0;
  visibility: hidden;
  opacity: 0;
  box-shadow: 3px 0px 3px rgba(0, 0, 0, 0.1);
}
nav.main-navigation ul li ul.sub-menu li:hover ul.sub-submenu {
  visibility: visible;
  opacity: 1;
  transition: all 0.5s;
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
nav.main-navigation ul li ul.sub-menu li a {
  color: #ffffff;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0.5px;
  padding: 5px 22px;
  text-transform: capitalize;
}
nav.main-navigation ul li ul.sub-menu li a:hover {
  color: #87cf51;
}
nav.main-navigation ul li ul.sub-menu li:last-child {
  float: none;
}
nav.main-navigation ul li:hover ul.sub-menu {
  visibility: visible;
  opacity: 1;
  transition: all 0.5s;
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
nav.main-navigation ul li:last-child {
  padding: 0;
  margin-right: 0px;
  margin-left: -15px;
}
nav.main-navigation ul li:last-child .showLink {
  position: relative;
}
nav.main-navigation ul li:last-child .showLink i {
  color: #111111;
}
nav.main-navigation ul li:last-child .hideLink {
  position: absolute;
  top: 0;
  right: 0;
  margin-top: -10px;
}
nav.main-navigation ul li:last-child .hideLink i {
  color: #87cf51;
}
nav.main-navigation ul li:last-child #example {
  position: absolute;
  right: 0;
  top: 0;
  margin-top: -25px;
  display: none;
}
nav.main-navigation ul li:last-child #example input {
  margin-top: 10px;
  background-color: #f5f5f5;
  border-radius: 20px;
  border: none;
  height: 40px;
  width: 240px;
  display: inline-block;
  outline: none;
  font-family: 'Open Sans', sans-serif;
  font-size: 11px;
  color: #7c7d82;
  padding-left: 15px;
}
nav.main-navigation ul li:last-child i {
  margin-top: 20px;
  width: 40px;
  height: 40px;
  display: inline-block;
  line-height: 40px;
  text-align: center;
  border-radius: 50%;
  background-color: transparent;
}
nav.main-navigation ul a {
  font-size: 13px;
  letter-spacing: 0.2px;
  font-weight: 700;
  color: #111111;
  text-transform: uppercase;
}
nav.main-navigation ul a i {
  margin-left: 7px;
}
@media (min-width: 992px) and (max-width: 1200px) {
  nav.main-navigation ul a {
    padding: 10px 0;
  }
}
nav.responsive-menu ul {
  padding: 25px 15px;
  margin: 0;
  list-style: none;
}
nav.responsive-menu ul li {
  display: block;
  position: relative;
}
nav.responsive-menu ul li .show-submenu {
  position: absolute;
  top: 5px;
  right: 15px;
  cursor: pointer;
  color: #cacaca;
}
nav.responsive-menu ul li .sub-menu {
  display: none;
  padding: 0 0 10px 30px;
}
nav.responsive-menu ul li .sub-menu.open {
  display: block;
}
nav.responsive-menu ul li .sub-menu li {
  position: relative;
  margin: 0px;
  padding: 0 0 0 10px;
}
nav.responsive-menu ul li .sub-menu li:before {
  content: '-';
  position: absolute;
  left: 0;
  top: 2px;
}
nav.responsive-menu ul li .sub-menu a {
  padding: 5px;
  text-transform: capitalize;
  font-size: 13px;
  font-weight: 600;
}
nav.responsive-menu a {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  display: block;
  padding: 10px;
  margin: 0;
  color: #111111;
}
.sidebar-menu-inner {
  position: relative;
  overflow: hidden;
  background: #fff;
}
.sidebar-menu-container {
  position: relative;
  overflow: hidden;
}
.sidebar-menu-push {
  position: relative;
  left: 0;
  z-index: 9999;
  height: 100%;
  -webkit-transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
}
.sidebar-menu-overlay {
  position: absolute;
  z-index: 99999;
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  background: rgba(0, 0, 0, 0.75);
  content: '';
  opacity: 0;
}
.sidebar-menu-open .sidebar-menu-overlay {
  width: 100%;
  height: 100%;
  opacity: 1;
  -webkit-transition: opacity .5s;
  transition: opacity .5s;
}
.sidebar-menu {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  visibility: hidden;
  width: 250px;
  height: 100%;
  margin: 0;
  padding: 0;
  background: #fff;
  -webkit-transition: all 1s;
  transition: all 1s;
  overflow-y: auto;
}
.sidebar-menu::after {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  content: '';
  opacity: 1;
}
.sidebar-menu-open .sidebar-menu::after {
  width: 0;
  height: 0;
  opacity: 0;
}
.slide-from-left.sidebar-menu-open .sidebar-menu-push {
  -webkit-transform: translate3d(250px, 0, 0);
  transform: translate3d(250px, 0, 0);
}
.ie9 .slide-from-left .sidebar-menu-push {
  margin-left: 250px;
}
.slide-from-left.sidebar-menu {
  z-index: 1;
}
.slide-from-left.sidebar-menu-open .slide-from-left.sidebar-menu {
  visibility: visible;
  -webkit-transition: -webkit-transform 0s;
  transition: transform 0s;
}
.slide-from-left.sidebar-menu::after {
  display: none;
}
/* Medium Screens */
@media only screen and (min-width: 40.063em) {
  .sidebar-menu {
    width: 320px;
  }
  .slide-from-left.sidebar-menu-open .sidebar-menu-push {
    -webkit-transform: translate3d(320px, 0, 0);
    transform: translate3d(320px, 0, 0);
  }
  .ie9 .slide-from-left .sidebar-menu-push {
    margin-left: 320px;
  }
}
footer.fitness-footer {
  background-color: #313740;
  padding-top: 70px;
  padding-bottom: 70px;
}
footer.fitness-footer .logo {
  text-align: center;
  margin-bottom: 70px;
}
footer.fitness-footer .logo a {
  text-transform: uppercase;
  font-family: 'Open Sans', sans-serif;
  font-size: 32px;
  font-weight: 900;
  color: #ffffff;
}
footer.fitness-footer .phone {
  border-right: 1px solid #3a3f48;
}
@media (max-width: 991px) {
  footer.fitness-footer .phone {
    margin-bottom: 45px;
    border-right: none;
  }
}
footer.fitness-footer .location {
  border-right: 1px solid #3a3f48;
}
@media (max-width: 991px) {
  footer.fitness-footer .location {
    margin-bottom: 45px;
    border-right: none;
  }
}
footer.fitness-footer .widget {
  text-align: center;
}
footer.fitness-footer .widget i {
  font-size: 16px;
  color: #9ab7b7;
}
footer.fitness-footer .widget h6 {
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 700;
  color: #ffffff;
  margin-top: 15px;
  margin-bottom: 20px;
}
footer.fitness-footer .widget .line-dec {
  width: 22px;
  height: 1px;
  background-color: #9ab7b7;
  margin: 0 auto;
}
footer.fitness-footer .widget span {
  display: block;
  margin-top: 20px;
  font-size: 16px;
  color: #9ab7b7;
}
footer.fitness-footer .widget a {
  display: block;
  margin-top: 20px;
  font-size: 16px;
  color: #9ab7b7;
}
footer.fitness-footer .widget:hover i {
  color: #87cf51;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
footer.fitness-footer .widget:hover .line-dec {
  background-color: #87cf51;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
footer.fitness-footer .widget:hover span {
  color: #87cf51;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
footer.fitness-footer .widget:hover a {
  color: #87cf51;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.fitness-sub-footer {
  background-color: #313740;
}
@media (max-width: 991px) {
  .fitness-sub-footer {
    text-align: center;
  }
}
.fitness-sub-footer .content {
  padding: 25px 0px 10px 0px;
  border-top: 1px solid #3a3f48;
}
.fitness-sub-footer .content .left-info p {
  font-size: 14px;
}
.fitness-sub-footer .content .left-info p a {
  color: #87cf51;
}
.fitness-sub-footer .content ul {
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: right;
}
@media (max-width: 991px) {
  .fitness-sub-footer .content ul {
    text-align: center;
  }
}
.fitness-sub-footer .content ul li {
  display: inline-block;
  margin-left: 10px;
}
.fitness-sub-footer .content ul li a {
  color: #9ab7b7;
  font-size: 14px;
}
.fitness-sub-footer .content ul li a:hover {
  color: #87cf51;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
footer.barber-footer {
  background-color: #222020;
  padding-top: 70px;
  padding-bottom: 70px;
}
footer.barber-footer .logo {
  text-align: center;
  margin-bottom: 70px;
}
footer.barber-footer .logo a {
  text-transform: uppercase;
  font-family: 'Open Sans', sans-serif;
  font-size: 32px;
  font-weight: 900;
  color: #ffffff;
}
footer.barber-footer .phone {
  border-right: 1px solid #2b2929;
}
@media (max-width: 991px) {
  footer.barber-footer .phone {
    margin-bottom: 45px;
    border-right: none;
  }
}
footer.barber-footer .location {
  border-right: 1px solid #2b2929;
}
@media (max-width: 991px) {
  footer.barber-footer .location {
    margin-bottom: 45px;
    border-right: none;
  }
}
footer.barber-footer .widget {
  text-align: center;
}
footer.barber-footer .widget i {
  font-size: 16px;
  color: #9ab7b7;
}
footer.barber-footer .widget h6 {
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 700;
  color: #ffffff;
  margin-top: 15px;
  margin-bottom: 20px;
}
footer.barber-footer .widget .line-dec {
  width: 22px;
  height: 1px;
  background-color: #9ab7b7;
  margin: 0 auto;
}
footer.barber-footer .widget span {
  display: block;
  margin-top: 20px;
  font-size: 16px;
  color: #9ab7b7;
}
footer.barber-footer .widget a {
  display: block;
  margin-top: 20px;
  font-size: 16px;
  color: #9ab7b7;
}
footer.barber-footer .widget:hover i {
  color: #b3a05c;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
footer.barber-footer .widget:hover .line-dec {
  background-color: #b3a05c;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
footer.barber-footer .widget:hover span {
  color: #b3a05c;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
footer.barber-footer .widget:hover a {
  color: #b3a05c;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.barber-sub-footer {
  background-color: #222020;
}
.barber-sub-footer .content {
  padding: 25px 0px 10px 0px;
  border-top: 1px solid #2b2929;
}
@media (max-width: 991px) {
  .barber-sub-footer .content {
    text-align: center;
  }
}
.barber-sub-footer .content .left-info p {
  font-size: 14px;
}
.barber-sub-footer .content .left-info p a {
  color: #b3a05c;
}
.barber-sub-footer .content ul {
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: right;
}
@media (max-width: 991px) {
  .barber-sub-footer .content ul {
    float: none;
    text-align: center;
  }
}
.barber-sub-footer .content ul li {
  display: inline-block;
  margin-left: 10px;
}
.barber-sub-footer .content ul li a {
  color: #9ab7b7;
  font-size: 14px;
}
.barber-sub-footer .content ul li a:hover {
  color: #b3a05c;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
footer.stylist-footer {
  background-color: #252726;
  padding-top: 70px;
  padding-bottom: 70px;
}
footer.stylist-footer .logo {
  text-align: center;
  margin-bottom: 70px;
}
footer.stylist-footer .logo a {
  text-transform: uppercase;
  font-family: 'Open Sans', sans-serif;
  font-size: 32px;
  font-weight: 900;
  color: #ffffff;
}
footer.stylist-footer .phone {
  border-right: 1px solid #2e302f;
}
@media (max-width: 991px) {
  footer.stylist-footer .phone {
    margin-bottom: 45px;
    border-right: none;
  }
}
footer.stylist-footer .location {
  border-right: 1px solid #2e302f;
}
@media (max-width: 991px) {
  footer.stylist-footer .location {
    margin-bottom: 45px;
    border-right: none;
  }
}
footer.stylist-footer .widget {
  text-align: center;
}
footer.stylist-footer .widget i {
  font-size: 16px;
  color: #9ab7b7;
}
footer.stylist-footer .widget h6 {
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 700;
  color: #ffffff;
  margin-top: 15px;
  margin-bottom: 20px;
}
footer.stylist-footer .widget .line-dec {
  width: 22px;
  height: 1px;
  background-color: #9ab7b7;
  margin: 0 auto;
}
footer.stylist-footer .widget span {
  display: block;
  margin-top: 20px;
  font-size: 16px;
  color: #9ab7b7;
}
footer.stylist-footer .widget a {
  display: block;
  margin-top: 20px;
  font-size: 16px;
  color: #9ab7b7;
}
footer.stylist-footer .widget:hover i {
  color: #6ec19e;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
footer.stylist-footer .widget:hover .line-dec {
  background-color: #6ec19e;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
footer.stylist-footer .widget:hover span {
  color: #6ec19e;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
footer.stylist-footer .widget:hover a {
  color: #6ec19e;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.stylist-sub-footer {
  background-color: #252726;
}
.stylist-sub-footer .content {
  padding: 25px 0px 10px 0px;
  border-top: 1px solid #2e302f;
}
@media (max-width: 991px) {
  .stylist-sub-footer .content {
    text-align: center;
  }
}
.stylist-sub-footer .content .left-info p {
  font-size: 14px;
}
.stylist-sub-footer .content .left-info p a {
  color: #6ec19e;
}
.stylist-sub-footer .content ul {
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: right;
}
@media (max-width: 991px) {
  .stylist-sub-footer .content ul {
    float: none;
    text-align: center;
  }
}
.stylist-sub-footer .content ul li {
  display: inline-block;
  margin-left: 10px;
}
.stylist-sub-footer .content ul li a {
  color: #9ab7b7;
  font-size: 14px;
}
.stylist-sub-footer .content ul li a:hover {
  color: #6ec19e;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
footer.contractor-footer {
  background-color: #171818;
  padding-top: 70px;
  padding-bottom: 70px;
}
footer.contractor-footer .logo {
  text-align: center;
  margin-bottom: 70px;
}
footer.contractor-footer .logo a {
  text-transform: uppercase;
  font-family: 'Open Sans', sans-serif;
  font-size: 32px;
  font-weight: 900;
  color: #ffffff;
}
footer.contractor-footer .phone {
  border-right: 1px solid #2e302f;
}
@media (max-width: 991px) {
  footer.contractor-footer .phone {
    margin-bottom: 45px;
    border-right: none;
  }
}
footer.contractor-footer .location {
  border-right: 1px solid #2e302f;
}
@media (max-width: 991px) {
  footer.contractor-footer .location {
    margin-bottom: 45px;
    border-right: none;
  }
}
footer.contractor-footer .widget {
  text-align: center;
}
footer.contractor-footer .widget i {
  font-size: 16px;
  color: #9ab7b7;
}
footer.contractor-footer .widget h6 {
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 700;
  color: #ffffff;
  margin-top: 15px;
  margin-bottom: 20px;
}
footer.contractor-footer .widget .line-dec {
  width: 22px;
  height: 1px;
  background-color: #9ab7b7;
  margin: 0 auto;
}
footer.contractor-footer .widget span {
  display: block;
  margin-top: 20px;
  font-size: 16px;
  color: #9ab7b7;
}
footer.contractor-footer .widget a {
  display: block;
  margin-top: 20px;
  font-size: 16px;
  color: #9ab7b7;
}
footer.contractor-footer .widget:hover i {
  color: #f6b710;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
footer.contractor-footer .widget:hover .line-dec {
  background-color: #f6b710;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
footer.contractor-footer .widget:hover span {
  color: #f6b710;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
footer.contractor-footer .widget:hover a {
  color: #f6b710;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.contractor-sub-footer {
  background-color: #171818;
}
.contractor-sub-footer .content {
  padding: 25px 0px 10px 0px;
  border-top: 1px solid #2e302f;
}
@media (max-width: 991px) {
  .contractor-sub-footer .content {
    text-align: center;
  }
}
.contractor-sub-footer .content .left-info p {
  font-size: 14px;
}
.contractor-sub-footer .content .left-info p a {
  color: #f6b710;
}
.contractor-sub-footer .content ul {
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: right;
}
@media (max-width: 991px) {
  .contractor-sub-footer .content ul {
    float: none;
    text-align: center;
  }
}
.contractor-sub-footer .content ul li {
  display: inline-block;
  margin-left: 10px;
}
.contractor-sub-footer .content ul li a {
  color: #9ab7b7;
  font-size: 14px;
}
.contractor-sub-footer .content ul li a:hover {
  color: #f6b710;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
footer.consulant-footer {
  background-color: #1f272d;
  padding-top: 70px;
  padding-bottom: 70px;
}
footer.consulant-footer .logo {
  text-align: center;
  margin-bottom: 70px;
}
footer.consulant-footer .logo a {
  text-transform: uppercase;
  font-family: 'Open Sans', sans-serif;
  font-size: 32px;
  font-weight: 900;
  color: #ffffff;
}
footer.consulant-footer .phone {
  border-right: 1px solid #2e302f;
}
@media (max-width: 991px) {
  footer.consulant-footer .phone {
    margin-bottom: 45px;
    border-right: none;
  }
}
footer.consulant-footer .location {
  border-right: 1px solid #2e302f;
}
@media (max-width: 991px) {
  footer.consulant-footer .location {
    margin-bottom: 45px;
    border-right: none;
  }
}
footer.consulant-footer .widget {
  text-align: center;
}
footer.consulant-footer .widget i {
  font-size: 16px;
  color: #9ab7b7;
}
footer.consulant-footer .widget h6 {
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 700;
  color: #ffffff;
  margin-top: 15px;
  margin-bottom: 20px;
}
footer.consulant-footer .widget .line-dec {
  width: 22px;
  height: 1px;
  background-color: #9ab7b7;
  margin: 0 auto;
}
footer.consulant-footer .widget span {
  display: block;
  margin-top: 20px;
  font-size: 16px;
  color: #9ab7b7;
}
footer.consulant-footer .widget a {
  display: block;
  margin-top: 20px;
  font-size: 16px;
  color: #9ab7b7;
}
footer.consulant-footer .widget:hover i {
  color: #32a3fd;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
footer.consulant-footer .widget:hover .line-dec {
  background-color: #32a3fd;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
footer.consulant-footer .widget:hover span {
  color: #32a3fd;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
footer.consulant-footer .widget:hover a {
  color: #32a3fd;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.consulant-sub-footer {
  background-color: #1f272d;
}
.consulant-sub-footer .content {
  padding: 25px 0px 10px 0px;
  border-top: 1px solid #2e302f;
}
@media (max-width: 991px) {
  .consulant-sub-footer .content {
    text-align: center;
  }
}
.consulant-sub-footer .content .left-info p {
  font-size: 14px;
}
.consulant-sub-footer .content .left-info p a {
  color: #32a3fd;
}
.consulant-sub-footer .content ul {
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: right;
}
@media (max-width: 991px) {
  .consulant-sub-footer .content ul {
    float: none;
    text-align: center;
  }
}
.consulant-sub-footer .content ul li {
  display: inline-block;
  margin-left: 10px;
}
.consulant-sub-footer .content ul li a {
  color: #9ab7b7;
  font-size: 14px;
}
.consulant-sub-footer .content ul li a:hover {
  color: #32a3fd;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
footer.general-footer {
  background-color: #1f272d;
  padding-top: 70px;
  padding-bottom: 70px;
}
footer.general-footer .logo {
  text-align: center;
  margin-bottom: 70px;
}
footer.general-footer .logo a {
  text-transform: uppercase;
  font-family: 'Open Sans', sans-serif;
  font-size: 32px;
  font-weight: 900;
  color: #ffffff;
}
footer.general-footer .phone {
  border-right: 1px solid #2e302f;
}
@media (max-width: 991px) {
  footer.general-footer .phone {
    margin-bottom: 45px;
    border-right: none;
  }
}
footer.general-footer .location {
  border-right: 1px solid #2e302f;
}
@media (max-width: 991px) {
  footer.general-footer .location {
    margin-bottom: 45px;
    border-right: none;
  }
}
footer.general-footer .widget {
  text-align: center;
}
footer.general-footer .widget i {
  font-size: 16px;
  color: #9ab7b7;
}
footer.general-footer .widget h6 {
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 700;
  color: #ffffff;
  margin-top: 15px;
  margin-bottom: 20px;
}
footer.general-footer .widget .line-dec {
  width: 22px;
  height: 1px;
  background-color: #9ab7b7;
  margin: 0 auto;
}
footer.general-footer .widget span {
  display: block;
  margin-top: 20px;
  font-size: 16px;
  color: #9ab7b7;
}
footer.general-footer .widget a {
  display: block;
  margin-top: 20px;
  font-size: 16px;
  color: #9ab7b7;
}
footer.general-footer .widget:hover i {
  color: #168ef2;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
footer.general-footer .widget:hover .line-dec {
  background-color: #168ef2;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
footer.general-footer .widget:hover span {
  color: #168ef2;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
footer.general-footer .widget:hover a {
  color: #168ef2;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.general-sub-footer {
  background-color: #1f272d;
}
.general-sub-footer .content {
  padding: 25px 0px 10px 0px;
  border-top: 1px solid #2e302f;
}
@media (max-width: 991px) {
  .general-sub-footer .content {
    text-align: center;
  }
}
.general-sub-footer .content .left-info p {
  font-size: 14px;
}
.general-sub-footer .content .left-info p a {
  color: #168ef2;
}
.general-sub-footer .content ul {
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: right;
}
@media (max-width: 991px) {
  .general-sub-footer .content ul {
    float: none;
    text-align: center;
  }
}
.general-sub-footer .content ul li {
  display: inline-block;
  margin-left: 10px;
}
.general-sub-footer .content ul li a {
  color: #9ab7b7;
  font-size: 14px;
}
.general-sub-footer .content ul li a:hover {
  color: #168ef2;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
section.welcome-to-fitness .left-content {
  margin-left: 150px;
  margin-right: 45px;
}
@media (max-width: 991px) {
  section.welcome-to-fitness .left-content {
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 45px;
  }
}
section.welcome-to-fitness .left-content h4 {
  margin-top: 0px;
  font-size: 24px;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 20px;
}
section.welcome-to-fitness .left-content span {
  font-size: 17px;
  color: #cacaca;
  font-weight: 300;
  line-height: 28px;
  margin-bottom: 20px;
  display: block;
}
section.welcome-to-fitness .left-content img {
  max-width: 100%;
  margin-top: 20px;
}
section.welcome-to-fitness .right-image {
  margin-right: -15px;
}
section.welcome-to-fitness .right-image img {
  width: 100%;
  overflow: hidden;
}
.consulant-brands {
  background-color: #f4faff;
}
.brands .brand-item {
  text-align: center;
}
.brands .brand-item img {
  max-width: 100%;
}
@media (max-width: 991px) {
  .brands .brand-item img {
    margin-bottom: 15px;
  }
}
.brands .brand-item:hover {
  opacity: 0.5;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.fitness-brands .line-dec {
  background-color: #87cf51;
}
.workout-plans {
  background-image: url(../images/workout-plans-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 991px) {
  .workout-plans .left-content {
    margin-bottom: 45px;
    margin-left: 15px;
  }
}
.workout-plans .left-content h4 {
  padding-top: 30px;
  margin-top: 0px;
  margin-bottom: 30px;
  font-size: 24px;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 32px;
}
.workout-plans .left-content p {
  margin-bottom: 45px;
}
.workout-plans .calendar img {
  max-width: 100%;
  overflow: hidden;
}
section.call-us {
  padding: 45px 0px;
  background-image: url(../images/call_us_bg.jpg);
  background-repeat: no-repeat;
  max-width: 100%;
}
section.call-us .left-content {
  float: right;
  background-color: #ffffff;
  display: inline-block;
  padding: 30px 60px;
  box-shadow: 0px 0px 25px #ddd;
}
@media (max-width: 991px) {
  section.call-us .left-content {
    float: none;
    text-align: center;
    width: 100%;
  }
}
section.call-us .left-content span {
  font-size: 18px;
  font-weight: 600;
}
section.call-us .left-content h1 {
  margin-top: 0px;
  margin-bottom: 5px;
  font-size: 60px;
  font-weight: 700;
  color: #62c9c8;
}
section.call-us .left-content h1 em {
  font-style: normal;
  color: #87cf51;
}
section.call-us .left-content p {
  font-size: 16px;
  color: #9ab7b7;
  font-weight: 300;
  letter-spacing: 0.5px;
}
section.call-us .right-content {
  text-align: center;
}
@media (max-width: 991px) {
  section.call-us .right-content {
    display: none;
  }
}
section.call-us .right-content h2 {
  margin-top: 30px;
  font-size: 34px;
  text-transform: uppercase;
  color: #ffffff;
  font-weight: 700;
}
section.call-us .right-content span {
  font-size: 16px;
  text-transform: uppercase;
  color: #ffffff;
  letter-spacing: 2px;
}
section.call-us .right-content .icon-button {
  margin-top: 30px;
}
.barbershop-info {
  background-image: url(../images/barbershop_image.png);
  background-repeat: no-repeat;
  width: 100%;
  background-size: cover;
}
.barbershop-info h2 {
  font-size: 26px;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 0px;
}
.barbershop-info .line-dec {
  width: 40px;
  height: 2px;
  background-color: #b3a05c;
  margin: 20px 0px;
}
.barbershop-info .gold-button {
  margin-top: 35px;
}
section.fun-facts {
  padding: 0px;
  background-color: #222020;
}
section.fun-facts .row {
  margin-left: -15px;
  margin-right: -15px;
}
section.fun-facts .row .col-md-3 {
  padding-left: 0px;
  padding-right: 0px;
}
section.fun-facts .good {
  border-right: none!important;
}
section.fun-facts .fact-item {
  background-repeat: no-repeat;
  background-position: center center;
  margin-top: 0px;
  text-align: center;
  border-right: 1px solid #3d3737;
  padding: 70px 0px;
  width: 100%;
}
section.fun-facts .fact-item .count-focus {
  font-family: 'Open Sans', sans-serif;
  font-size: 40px;
  font-weight: 700;
  color: #ffffff;
  letter-spacing: 1px;
  display: inline-block;
  margin-top: 0px;
  margin-bottom: 0px;
}
section.fun-facts .fact-item .line-dec {
  width: 40px;
  height: 2px;
  background-color: #b3a05c;
  margin: 15px auto 20px auto;
}
section.fun-facts .fact-item .fact-role {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  color: #cacaca;
  letter-spacing: 0.5px;
}
section.fun-facts .fact-item:hover {
  background-image: url(../images/fact_bg.png);
  background-repeat: no-repeat;
  width: 100%;
  background-size: cover;
}
section.fun-facts .fact-item:hover .line-dec {
  background-color: #ffffff;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
section.fun-facts .fact-item:hover .fact-role {
  color: #ffffff;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
section.about-facts {
  padding: 30px 0px;
  background-image: url(../images/about-facts-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
}
section.about-facts .fact-item {
  border-right: none;
}
section.about-facts .fact-item .line-dec {
  width: 80px;
  height: 3px;
  background-color: rgba(250, 250, 250, 0.5);
}
section.about-facts .fact-item:hover {
  background-image: none;
}
section.general-facts {
  padding: 30px 0px;
  background-color: #ffffff;
  background-repeat: no-repeat;
  background-size: cover;
}
section.general-facts .fact-item {
  border-right: none;
}
section.general-facts .fact-item .count-focus {
  font-family: 'Open Sans', sans-serif;
  font-size: 48px;
  font-weight: 600;
  color: #111111;
  letter-spacing: 1px;
  display: inline-block;
  margin-top: 0px;
  margin-bottom: 0px;
}
section.general-facts .fact-item .line-dec {
  width: 40px;
  height: 2px;
  background-color: #eeeeee;
  margin: 25px auto 0px auto;
}
section.general-facts .fact-item .fact-role {
  margin: 15px 0px;
  display: block;
  font-family: 'Georgia', sans-serif;
  font-style: italic;
  font-size: 15px;
  color: #074a82;
  letter-spacing: 0.5px;
}
section.general-facts .fact-item:hover {
  background-image: none;
}
section.general-facts .fact-item:hover .fact-role {
  color: #074a82;
}
section.general-facts .fact-item:hover .line-dec {
  background-color: #d5d5d5;
}
.barber-plans {
  background-image: url(../images/barber-plans-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 991px) {
  .barber-plans .left-content {
    margin-left: 15px;
    margin-bottom: 45px;
  }
}
.barber-plans .left-content h4 {
  padding-top: 30px;
  margin-top: 0px;
  margin-bottom: 30px;
  font-size: 24px;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 32px;
  color: #ffffff;
}
.barber-plans .left-content p {
  color: #ffffff;
  margin-bottom: 45px;
}
.barber-plans .calendar img {
  max-width: 100%;
  overflow: hidden;
}
section.about-stylist {
  padding-top: 20px;
}
section.about-stylist h4 {
  padding-top: 45px;
  font-size: 24px;
  text-transform: uppercase;
  font-weight: 700;
  margin-top: 0px;
  margin-bottom: 30px;
}
section.about-stylist .description {
  border-left: 1px solid #d5d5d5;
  padding-left: 30px;
  margin-bottom: 30px;
}
section.about-stylist h6 {
  font-size: 16px;
  font-weight: 700;
  color: #6ec19e;
}
section.about-stylist h6 em {
  margin-right: 5px;
  font-style: normal;
  font-size: 28px;
  font-weight: 600;
}
section.about-stylist .line-dec {
  width: 36px;
  height: 2px;
  background-color: #6ec19e;
  margin: 10px 0px 20px 0px;
}
section.about-stylist .right-image img {
  width: 100%;
  overflow: hidden;
}
section.hello-rick {
  padding-bottom: 0px;
}
section.hello-rick .left-image {
  text-align: center;
}
section.hello-rick .left-image img {
  max-width: 100%;
  overflow: hidden;
}
section.hello-rick .right-content h4 {
  margin-top: 0px;
  padding-top: 60px;
  font-size: 26px;
  font-weight: 700;
  text-transform: uppercase;
}
section.hello-rick .right-content span {
  font-size: 16px;
  font-weight: 600;
  color: #f6b710;
}
section.hello-rick .right-content .line-dec {
  width: 40px;
  height: 2px;
  background-color: #f6b710;
  margin: 20px 0px;
}
section.hello-rick .right-content p {
  margin-bottom: 45px;
}
section.hello-rick .skill-bars h6 {
  font-size: 14px;
  color: #7c7d82;
  text-transform: capitalize;
  font-weight: 700;
  float: left;
  margin-bottom: 15px;
}
section.hello-rick .skill-bars span {
  font-size: 13px;
  color: #f6b710;
  text-transform: uppercase;
  font-weight: 600;
  float: right;
  margin-top: 0px;
}
section.hello-rick .skill-bars .progressbar {
  width: 100%;
  height: 4px;
  background-color: #f5f5f5;
  clear: both;
}
section.hello-rick .skill-bars .progress {
  background: #f6b710;
  height: 4px;
  float: left;
}
section.hello-rick .skill-bars .photoshop {
  margin-bottom: 30px;
}
section.hello-rick .skill-bars .photoshop .progress {
  width: 92%;
}
section.hello-rick .skill-bars .html {
  margin-bottom: 30px;
}
section.hello-rick .skill-bars .html .progress {
  width: 50%;
}
section.hello-rick .skill-bars .wp .progress {
  width: 65%;
}
.book-contractor {
  background-image: url(../images/book_contractor_bg.png);
  background-repeat: no-repeat;
  background-size: cover;
}
.book-contractor .right-content {
  margin-left: 15px;
}
.book-contractor .right-content h4 {
  padding-top: 30px;
  margin-top: 0px;
  margin-bottom: 30px;
  font-size: 24px;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 32px;
}
.book-contractor .right-content p {
  margin-bottom: 45px;
}
.book-contractor .calendar {
  box-shadow: 0px 10px 25px #ddd;
}
.book-contractor .calendar img {
  max-width: 100%;
  overflow: hidden;
}
.signup-contractor {
  background-image: url(../images/signup_contractor_bg.png);
  background-size: cover;
  background-repeat: no-repeat;
}
.signup-contractor h2 {
  text-align: center;
  font-size: 24px;
  text-transform: uppercase;
  font-weight: 700;
  margin-top: 0px;
}
.signup-contractor span {
  font-size: 18px;
  text-align: center;
  display: block;
  font-weight: 300;
  margin-bottom: 45px;
}
.signup-contractor input::-webkit-input-placeholder {
  color: #57575b !important;
}
.signup-contractor input:-moz-placeholder {
  /* Firefox 18- */
  color: #57575b !important;
}
.signup-contractor input::-moz-placeholder {
  /* Firefox 19+ */
  color: #57575b !important;
}
.signup-contractor input:-ms-input-placeholder {
  color: #57575b !important;
}
.signup-contractor input {
  color: #111111 !important;
  width: 100%;
  height: 46px;
  outline: none;
  background-color: transparent;
  border: 1px solid #7b7b7b;
  padding-left: 15px;
  line-height: 46px;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
}
@media (max-width: 991px) {
  .signup-contractor input {
    margin-bottom: 20px;
  }
}
.signup-contractor .white-button a {
  width: 100%;
  display: inline-block;
  text-align: center;
  padding: 14px 30px;
}
.about-consulant h4 {
  font-size: 24px;
  text-transform: uppercase;
  font-weight: 700;
}
.about-consulant span {
  font-size: 14px;
  font-weight: 600;
  color: #cacaca;
}
.about-consulant .line-dec {
  width: 140px;
  height: 1px;
  background-color: #eeeeee;
  margin: 15px 0px;
}
.about-consulant .description {
  display: inline-block;
  margin-left: 30px;
}
@media (max-width: 991px) {
  .about-consulant .description {
    margin-left: 0px;
  }
}
.about-consulant .description p {
  font-size: 14px;
  font-style: italic;
  font-weight: 600;
}
.why-me h4 {
  font-size: 24px;
  text-transform: uppercase;
  font-weight: 700;
}
.why-me span {
  font-size: 14px;
  font-weight: 600;
  color: #cacaca;
}
.why-me .line-dec {
  width: 140px;
  height: 1px;
  background-color: #eeeeee;
  margin: 15px 0px;
}
.why-me .description {
  display: inline-block;
  margin-left: 30px;
  margin-bottom: 60px;
}
@media (max-width: 991px) {
  .why-me .description {
    margin-left: 0px;
  }
}
.why-me .description p {
  font-size: 14px;
  font-style: italic;
  font-weight: 600;
}
@media (max-width: 991px) {
  .why-me .first-service {
    margin-bottom: 30px;
  }
}
.why-me .first-service .icon {
  background-color: #62c9c8;
}
@media (max-width: 991px) {
  .why-me .second-service {
    margin-bottom: 30px;
  }
}
.why-me .second-service .icon {
  background-color: #4c89ba;
}
@media (max-width: 991px) {
  .why-me .third-service {
    margin-bottom: 30px;
  }
}
.why-me .third-service .icon {
  background-color: #375872;
}
.why-me .fourth-service .icon {
  background-color: #32a3fd;
}
.why-me .service-item .icon {
  width: 100%;
  height: 190px;
  line-height: 190px;
  display: inline-block;
  text-align: center;
}
.why-me .service-item h4 {
  margin-top: 30px;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 15px;
}
section.consulant-bio {
  padding: 0px;
  background-image: url(../images/consulant_bg.png);
  background-repeat: no-repeat;
  background-size: cover;
}
section.consulant-bio .left-image {
  margin-left: -15px;
  display: inline-block;
}
section.consulant-bio .left-image img {
  width: 100%;
  overflow: hidden;
}
section.consulant-bio h2 {
  margin-top: 30px;
  font-size: 24px;
  text-transform: uppercase;
  font-weight: 700;
}
section.consulant-bio .line-dec {
  width: 40px;
  height: 2px;
  background-color: #32a3fd;
  margin: 25px 0px;
}
section.consulant-bio p {
  margin-bottom: 45px;
}
.start-new-project {
  background-image: url(../images/start-project-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
}
.start-new-project .section-heading span {
  color: #ffffff;
}
.start-new-project .section-heading h2 {
  color: #ffffff;
}
.start-new-project .section-heading .line-dec {
  background-color: #32a3fd;
}
.start-new-project .section-heading p {
  color: #ffffff;
}
.start-new-project .calendar {
  text-align: center;
}
.start-new-project .calendar img {
  max-width: 100%;
  overflow: hidden;
}
.about-me {
  margin-top: 115px;
  background-color: #cdcdcf;
}
.about-me .text-content {
  padding: 50% 0px;
}
.about-me .text-content h2 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 45px;
  text-transform: capitalize;
  font-weight: 700;
}
.about-me .text-content span {
  display: block;
  margin: 15px 0px;
  font-family: 'Georgia', sans-serif;
  font-style: italic;
  font-size: 18px;
}
.my-biography h4 {
  font-size: 24px;
  text-transform: uppercase;
  font-weight: 700;
}
.my-biography .line-dec {
  width: 40px;
  height: 2px;
  margin: 15px 0px;
}
.my-biography .description {
  display: inline-block;
  margin-left: 30px;
}
@media (max-width: 991px) {
  .my-biography .description {
    margin-left: 0px;
  }
}
.my-biography .description p {
  font-size: 14px;
  font-style: italic;
  font-weight: 600;
}
.my-biography .down-content {
  margin-top: 60px;
}
@media (max-width: 991px) {
  .my-biography .down-content {
    margin-top: 45px;
  }
}
.my-biography .down-content .left-image img {
  width: 100%;
  overflow: hidden;
}
@media (max-width: 991px) {
  .my-biography .down-content .left-image img {
    margin-bottom: 15px;
  }
}
.my-biography .down-content .skill-bars h6 {
  font-size: 14px;
  color: #111111;
  text-transform: capitalize;
  font-weight: 700;
  float: left;
  margin-bottom: 15px;
}
.my-biography .down-content .skill-bars span {
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 700;
  float: right;
  margin-top: 0px;
}
.my-biography .down-content .skill-bars .progressbar {
  width: 100%;
  height: 4px;
  background-color: #f5f5f5;
  clear: both;
}
.my-biography .down-content .skill-bars .progress {
  height: 4px;
  float: left;
}
.my-biography .down-content .skill-bars .photoshop {
  margin-bottom: 30px;
}
.my-biography .down-content .skill-bars .photoshop .progress {
  width: 92%;
}
.my-biography .down-content .skill-bars .html {
  margin-bottom: 30px;
}
.my-biography .down-content .skill-bars .html .progress {
  width: 50%;
}
.my-biography .down-content .skill-bars .wp .progress {
  width: 65%;
}
.my-biography .down-content .skill-bars .wp {
  margin-bottom: 30px;
}
.my-biography .down-content .skill-bars .js .progress {
  width: 78%;
}
.my-biography .down-content p {
  margin-bottom: 15px;
}
.my-biography .down-content .line-dec {
  background-color: #074a82;
}
.my-biography .down-content .skill-bars span {
  color: #074a82;
}
.my-biography .down-content .skill-bars .progress {
  background: #074a82;
}
.we-love-design {
  position: relative;
}
.we-love-design h2 {
  position: relative;
  z-index: 10;
  font-size: 24px;
  text-transform: uppercase;
  font-weight: 700;
  margin-top: 0px;
}
.we-love-design span {
  z-index: 9;
  font-size: 200px;
  color: #f8f8f8;
  font-weight: 900;
  margin-top: 0px;
  top: 80px;
  line-height: 0px;
  position: absolute;
}
.we-love-design blockquote {
  position: relative;
  z-index: 10;
  font-family: 'Open Sans', sans-serif;
  font-size: 17px;
  font-weight: 300;
  line-height: 24px;
  border-left: 2px solid #074a82;
}
.we-love-design blockquote em {
  font-style: normal;
  font-weight: 600;
  color: #111111;
}
.we-love-design p {
  position: relative;
  z-index: 10;
}
.we-love-design p em {
  font-style: normal;
  font-weight: 600;
  color: #111111;
}
section.our-team-page .section-headng .line-dec {
  background-color: #074a82;
}
section.our-team-page .team-member {
  text-align: center;
}
@media (max-width: 991px) {
  section.our-team-page .team-member {
    margin-bottom: 30px;
  }
}
section.our-team-page .team-member img {
  width: 100%;
  overflow: hidden;
}
section.our-team-page .team-member .down-content {
  padding: 25px 15px;
}
section.our-team-page .team-member .down-content h4 {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 700;
  margin-top: 0px;
  margin-bottom: 10px;
}
section.our-team-page .team-member .down-content span {
  font-size: 14px;
  color: #7c7d82;
  display: block;
  margin-bottom: 20px;
}
section.our-team-page .team-member .down-content ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
section.our-team-page .team-member .down-content ul li {
  margin: 0px 2px;
  display: inline-block;
}
section.our-team-page .team-member .down-content ul li a {
  width: 30px;
  height: 30px;
  text-align: center;
  display: inline-block;
  line-height: 30px;
  font-size: 12px;
  color: #a3a4a7;
  border: 1px solid #cacaca;
  border-radius: 50%;
}
section.our-team-page .team-member .down-content ul li a:hover {
  transition: all 0.5s;
  background-color: #074a82;
  border: 1px solid #074a82;
  color: #ffffff;
}
section.our-team-page .team-member:hover .down-content {
  box-shadow: 0px 0px 20px #ddd;
  transition: all 0.5s;
}
.introduction {
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  background-image: url(../images/introduction-bg.png);
}
.introduction span {
  font-size: 18px;
  text-transform: uppercase;
  color: #ffffff;
  letter-spacing: 2.5px;
}
.introduction h2 {
  margin-top: 10px;
  line-height: 48px;
  font-size: 36px;
  text-transform: uppercase;
  color: #ffffff;
  font-weight: 700;
}
.introduction .line-dec {
  background-color: #074a82;
  width: 40px;
  height: 2px;
  margin: 25px 0px 30px 0px;
}
.introduction p {
  color: #ffffff;
}
section.other-members {
  background-color: #f5f5f5;
}
section.other-members .section-heading p {
  font-size: 16px;
  font-family: 'Georgia', sans-serif;
  color: #7c7d82;
  line-height: 36px;
  font-style: italic;
}
section.other-members .member-item {
  text-align: center;
}
@media (max-width: 991px) {
  section.other-members .member-item {
    margin-bottom: 45px;
  }
}
section.other-members .member-item img {
  width: 100%;
  overflow: hidden;
}
section.other-members .member-item .thumb-holder {
  position: relative;
}
section.other-members .member-item .thumb-holder .hover-content {
  position: absolute;
  background-color: rgba(250, 250, 250, 0.9);
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  visibility: hidden;
  opacity: 0;
}
section.other-members .member-item .thumb-holder .hover-content .social-icons {
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
  transform: translateY(-50%);
}
section.other-members .member-item .thumb-holder .hover-content .social-icons ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
section.other-members .member-item .thumb-holder .hover-content .social-icons ul li {
  display: inline-block;
  margin: 0px 4px;
}
section.other-members .member-item .thumb-holder .hover-content .social-icons ul li i {
  color: #7c7d82;
  width: 36px;
  height: 36px;
  text-align: center;
  display: inline-block;
  line-height: 36px;
  border: 1px solid #aeaeae;
  border-radius: 50%;
}
section.other-members .member-item .thumb-holder .hover-content .social-icons ul li i:hover {
  background-color: #074a82;
  border: 1px solid #074a82;
  color: #ffffff;
  transition: all 0.5s;
}
section.other-members .member-item:hover .hover-content {
  visibility: visible;
  opacity: 1;
}
section.other-members h4 {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 700;
  margin-top: 30px;
}
section.other-members span {
  font-size: 14px;
  color: #7c7d82;
}
section.blog-page .blog-posts .blog-item {
  margin-bottom: 45px;
}
section.blog-page .blog-posts .blog-item .up-content {
  height: 44px;
  line-height: 44px;
  border-bottom: 1px solid #eeeeee;
  width: 100%;
  display: inline-block;
  margin-bottom: 15px;
  padding-bottom: 55px;
}
section.blog-page .blog-posts .blog-item .up-content span {
  display: inline-block;
  font-size: 36px;
  color: #074a82;
  font-weight: 600;
  border-right: 1px solid #eeeeee;
  padding-right: 10px;
  margin-right: 5px;
}
section.blog-page .blog-posts .blog-item .up-content em {
  display: inline-block;
  text-align: center;
  font-style: normal;
  text-transform: uppercase;
  color: #111111;
  line-height: 18px;
}
section.blog-page .blog-posts .blog-item .up-content h2 {
  font-size: 18px;
  display: inline-block;
  text-transform: uppercase;
  font-weight: 700;
  margin-left: 20px;
}
@media (max-width: 991px) {
  section.blog-page .blog-posts .blog-item .up-content h2 {
    border-bottom: 1px solid #eeeeee;
    padding-bottom: 15px;
    line-height: 24px;
    margin-left: 0px;
  }
}
@media (max-width: 991px) {
  section.blog-page .blog-posts .blog-item .info-list {
    margin-top: 30px;
  }
}
section.blog-page .blog-posts .blog-item .info-list ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
section.blog-page .blog-posts .blog-item .info-list ul li {
  display: inline-block;
  color: #7c7d82;
  margin-right: 22px;
}
@media (max-width: 991px) {
  section.blog-page .blog-posts .blog-item .info-list ul li {
    margin-right: 15px;
  }
}
section.blog-page .blog-posts .blog-item .info-list ul li i {
  color: #074a82;
  margin-right: 5px;
}
section.blog-page .blog-posts .blog-item .info-list ul li:last-child {
  margin-right: 0px;
}
section.blog-page .blog-posts .blog-item img {
  width: 100%;
  overflow: hidden;
  margin-top: 25px;
}
section.blog-page .blog-posts .blog-item p {
  margin-top: 20px;
}
section.blog-page .blog-posts .blog-item .general-button {
  margin-top: 25px;
}
section.blog-page .blog-posts .blog-item blockquote {
  margin: 20px 0px;
  font-size: 18px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-style: italic;
  color: #111111;
  border-left: 3px solid #074a82;
}
section.blog-page .blog-posts .blog-item .tags {
  border-bottom: 1px solid #eeeeee;
  padding-bottom: 20px;
  margin-top: 30px;
}
section.blog-page .blog-posts .blog-item .tags h6 {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 700;
  display: inline-block;
  margin-right: 5px;
}
section.blog-page .blog-posts .blog-item .tags span {
  display: inline-block;
}
section.blog-page .blog-posts .blog-item .tags span a {
  color: #7c7d82;
}
section.blog-page .blog-posts .blog-item .tags span a:hover {
  color: #074a82;
  transition: all 0.5s;
}
section.blog-page .blog-posts .related-posts h4 {
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 700;
  margin-top: 0px;
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  section.blog-page .blog-posts .related-posts h4 {
    margin-bottom: 15px;
  }
}
section.blog-page .blog-posts .related-posts h6 {
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  color: #7c7d82;
  line-height: 20px;
  margin-bottom: 4px;
}
@media (max-width: 991px) {
  section.blog-page .blog-posts .related-posts h6 {
    margin-top: 20px;
  }
}
section.blog-page .blog-posts .related-posts h6:hover {
  color: #074a82;
  transiton: all 0.5s;
}
section.blog-page .blog-posts .related-posts span {
  font-size: 12px;
  color: #7c7d82;
}
section.blog-page .blog-posts .related-posts span em {
  font-style: normal;
  color: #074a82;
}
section.blog-page .blog-posts .blog-text-pagination {
  margin-top: 60px;
  border-top: 1px solid #eeeeee;
  border-bottom: 1px solid #eeeeee;
  padding: 30px 0px;
}
section.blog-page .blog-posts .blog-text-pagination ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
section.blog-page .blog-posts .blog-text-pagination ul li {
  display: inline-block;
}
section.blog-page .blog-posts .blog-text-pagination ul li i {
  font-size: 16px;
  color: #111111;
}
section.blog-page .blog-posts .blog-text-pagination ul li a {
  color: #111111;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 700;
}
section.blog-page .blog-posts .blog-text-pagination ul li:last-child {
  float: right;
}
section.blog-page .blog-posts .about-author {
  margin-top: 50px;
  border-bottom: 1px solid #eeeeee;
  padding-bottom: 50px;
}
section.blog-page .blog-posts .about-author img {
  float: left;
  max-width: 100%;
  margin-right: 25px;
}
section.blog-page .blog-posts .about-author h6 {
  margin-top: 0px;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
}
section.blog-page .blog-posts .about-author p {
  margin-bottom: 15px;
}
section.blog-page .blog-posts .comments {
  margin-top: 50px;
}
section.blog-page .blog-posts .comments h4 {
  margin-top: 0px;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 30px;
}
section.blog-page .blog-posts .comments ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
section.blog-page .blog-posts .comments ul li {
  display: inline-block;
  border-bottom: 1px solid #eeeeee;
  padding-bottom: 30px;
  margin-bottom: 45px;
}
section.blog-page .blog-posts .comments ul li img {
  float: left;
  margin-right: 15px;
}
section.blog-page .blog-posts .comments ul li h6 {
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 700;
  margin-top: 0px;
  margin-bottom: 8px;
}
section.blog-page .blog-posts .comments ul li span {
  font-size: 12px;
  color: #7c7d82;
}
section.blog-page .blog-posts .comments ul li p {
  margin-left: 69px;
  margin-top: 15px;
}
section.blog-page .blog-posts .comments ul li a {
  float: right;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  color: #111111;
}
section.blog-page .blog-posts .comments ul li a:hover {
  color: #074a82;
  transiton: all 0.5s;
}
section.blog-page .blog-posts .comments ul li.replied-comment {
  margin-left: 69px;
}
section.blog-page .blog-posts .leave-comment {
  margin-top: 10px;
}
section.blog-page .blog-posts .leave-comment h4 {
  margin-top: 0px;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 30px;
}
section.blog-page .blog-posts .leave-comment input {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  color: #7c7d82;
  background-color: transparent;
  border: 1px solid #eee;
  outline: none;
  width: 100%;
  margin-bottom: 30px;
  padding-left: 15px;
  height: 50px;
  line-height: 50px;
}
section.blog-page .blog-posts .leave-comment textarea {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  color: #7c7d82;
  background-color: transparent;
  border: 1px solid #eee;
  outline: none;
  width: 100%;
  height: 180px;
  max-height: 320px;
  padding: 15px;
}
section.blog-page .blog-posts .leave-comment button {
  margin-top: 25px;
  font-family: 'Open Sans', sans-serif;
  letter-spacing: 0.5px;
  background-color: #074a82;
  color: #ffffff;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 700;
  width: 100%;
  padding: 18px 30px;
  box-shadow: none;
  border: none;
}
section.blog-page .blog-posts .blog-pagination {
  margin-top: 30px;
}
section.blog-page .blog-posts .blog-pagination ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
section.blog-page .blog-posts .blog-pagination ul li {
  display: inline-block;
  margin-right: 3px;
}
section.blog-page .blog-posts .blog-pagination ul li a {
  width: 36px;
  height: 36px;
  display: inline-block;
  text-align: center;
  line-height: 36px;
  border: 1px solid #eeeeee;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 600;
}
section.blog-page .blog-posts .blog-pagination ul li a:hover {
  color: #074a82;
  trasition: all 0.5s;
}
section.blog-page .blog-posts .blog-pagination ul li:last-child a {
  width: 100%;
  padding: 0px 10px;
}
section.blog-page .blog-posts .blog-pagination ul li.active a {
  background-color: #074a82;
  color: #ffffff;
  border: 1px solid #074a82;
}
section.contact-us-fitness {
  padding: 0px;
}
section.contact-us-fitness .section-heading .line-dec {
  background-color: #87cf51;
}
section.contact-us-fitness .container-fluid {
  padding-left: 0px;
  padding-right: 0px;
}
section.contact-us-fitness .row {
  margin-left: -15px;
  margin-right: -30px;
}
section.contact-us-fitness .contact-map {
  margin-right: -15px;
}
section.contact-us-fitness .contact-form {
  margin-left: -15px;
  background-image: url(../images/contact_form_bg.png);
  background-size: cover;
  width: 100%;
  padding: 70px;
}
section.contact-us-fitness .contact-form .section-heading {
  text-align: left;
}
section.contact-us-fitness .contact-form .section-heading h2 {
  color: #ffffff;
}
section.contact-us-fitness .contact-form .section-heading .line-dec {
  margin: 0;
}
section.contact-us-fitness .contact-form .message-content input {
  font-family: 'Open Sans', sans-serif;
  font-size: 13px;
  color: #9ab7b7;
  background-color: transparent;
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 1px solid #2a2e36;
  outline: none;
  width: 100%;
  margin-bottom: 30px;
  padding-left: 10px;
  height: 40px;
  line-height: 40px;
}
section.contact-us-fitness .contact-form .message-content textarea {
  font-family: 'Open Sans', sans-serif;
  font-size: 13px;
  color: #9ab7b7;
  background-color: rgba(0, 0, 0, 0.2);
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: none;
  outline: none;
  width: 100%;
  height: 140px;
  max-height: 200px;
  padding: 10px;
}
section.contact-us-fitness .contact-form .message-content button {
  margin-top: 25px;
  font-family: 'Open Sans', sans-serif;
  letter-spacing: 0.5px;
  background-color: #87cf51;
  color: #ffffff;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 700;
  padding: 12px 30px;
  box-shadow: none;
  border: none;
}
.contact-us-barber .section-heading .line-dec {
  background-color: #b3a05c;
}
.contact-us-barber .message-content input {
  font-family: 'Open Sans', sans-serif;
  font-size: 13px;
  color: #9ab7b7;
  background-color: transparent;
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 1px solid #eee;
  outline: none;
  width: 100%;
  margin-bottom: 30px;
  padding-left: 10px;
  height: 40px;
  line-height: 40px;
}
.contact-us-barber .message-content textarea {
  font-family: 'Open Sans', sans-serif;
  font-size: 13px;
  color: #9ab7b7;
  background-color: rgba(0, 0, 0, 0.1);
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: none;
  outline: none;
  width: 100%;
  height: 140px;
  max-height: 200px;
  padding: 10px;
}
.contact-us-barber .message-content button {
  margin-top: 25px;
  font-family: 'Open Sans', sans-serif;
  letter-spacing: 0.5px;
  background-color: #b3a05c;
  color: #ffffff;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 700;
  width: 100%;
  padding: 12px 30px;
  box-shadow: none;
  border: none;
}
.contact-us-consulant .section-heading {
  text-align: left;
  margin-right: 35px;
}
.contact-us-consulant .section-heading .line-dec {
  margin-left: 0px;
  background-color: #32a3fd;
}
@media (max-width: 991px) {
  .contact-us-consulant .message-content {
    margin-left: 15px;
    margin-right: 15px;
  }
}
.contact-us-consulant .message-content input {
  font-family: 'Open Sans', sans-serif;
  font-size: 13px;
  color: #7c7d82;
  background-color: transparent;
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 1px solid #eee;
  outline: none;
  width: 100%;
  margin-bottom: 30px;
  padding-left: 10px;
  height: 40px;
  line-height: 40px;
}
.contact-us-consulant .message-content textarea {
  font-family: 'Open Sans', sans-serif;
  font-size: 13px;
  color: #7c7d82;
  background-color: #ecf7ff;
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: none;
  outline: none;
  width: 100%;
  height: 120px;
  max-height: 200px;
  padding: 10px;
}
.contact-us-consulant .message-content button {
  margin-top: 25px;
  font-family: 'Open Sans', sans-serif;
  letter-spacing: 0.5px;
  background-color: #32a3fd;
  color: #ffffff;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 700;
  width: 100%;
  padding: 12px 30px;
  box-shadow: none;
  border: none;
}
section.contact-v1 .section-heading h2 {
  line-height: 32px;
}
section.contact-v1 .contact-v2 {
  margin: 80px 0px 0px 0px!important;
}
section.contact-v1 .contact-v2 input {
  margin-bottom: 30px!important;
}
section.contact-v1 .contact-v2 button {
  margin-top: 25px!important;
}
section.contact-v1 .message-content {
  margin: 0px 70px;
}
@media (max-width: 991px) {
  section.contact-v1 .message-content {
    margin: 0px;
  }
}
section.contact-v1 .message-content input, section.contact-v1 .message-content select {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  color: #7c7d82;
  background-color: transparent;
  border: 1px solid #eee;
  outline: none;
  width: 100%;
  margin-bottom: 20px;
  padding-left: 15px;
  height: 50px;
  line-height: 50px;
}
section.contact-v1 .message-content textarea {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  color: #7c7d82;
  background-color: transparent;
  border: 1px solid #eee;
  outline: none;
  width: 100%;
  height: 180px;
  max-height: 320px;
  padding: 15px;
}
section.contact-v1 .message-content button {
  margin-top: 15px;
  font-family: 'Open Sans', sans-serif;
  letter-spacing: 0.5px;
  background-color: #074a82;
  color: #ffffff;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 700;
  width: 100%;
  padding: 18px 30px;
  box-shadow: none;
  border: none;
}
section.contact-v1 .contact-info .info-item {
  text-align: center;
}
section.contact-v1 .contact-info .info-item .icon {
  width: 80px;
  height: 80px;
  background-color: #f5f5f5;
  text-align: center;
  display: inline-block;
  line-height: 78px;
  border-radius: 50%;
  border: 1px solid #eeeeee;
}
section.contact-v1 .contact-info .info-item h4 {
  margin-top: 30px;
  margin-bottom: 15px;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 700;
}
.contact-page-map {
  margin-top: 115px;
}
.fitness-portfolio {
  background-color: #f5f5f5;
}
.fitness-portfolio .section-heading .line-dec {
  background-color: #87cf51;
}
.fitness-portfolio .row {
  margin-left: 0px;
  margin-right: 0px;
}
.fitness-portfolio .row .col-md-4 {
  padding-left: 0px;
  padding-right: 0px;
}
.fitness-portfolio .portfolio-item .thumb-holder {
  position: relative;
}
.fitness-portfolio .portfolio-item .thumb-holder img {
  width: 100%;
}
.fitness-portfolio .portfolio-item .thumb-holder .hover-content {
  background-color: rgba(135, 207, 81, 0.9);
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.fitness-portfolio .portfolio-item .thumb-holder .hover-content .text {
  position: absolute;
  top: 50%;
  width: 100%;
  transform: translateY(-50%);
  text-align: center;
}
.fitness-portfolio .portfolio-item .thumb-holder .hover-content .text h4 {
  font-size: 26px;
  text-transform: uppercase;
  color: #ffffff;
  font-weight: 900;
}
.fitness-portfolio .portfolio-item .thumb-holder .hover-content .text span {
  font-size: 14px;
  color: #ffffff;
  letter-spacing: 0.5px;
}
.fitness-portfolio .portfolio-item .thumb-holder:hover .hover-content {
  opacity: 1;
  visibility: visible;
}
.barber-portfolio {
  position: relative;
  background-color: #f5f5f5;
}
.barber-portfolio .section-heading .line-dec {
  background-color: #b3a05c;
}
.barber-portfolio .group {
  text-align: center;
  margin-top: 0px;
  margin-bottom: 50px;
}
.barber-portfolio .group span {
  border-top: 1px solid transparent;
  margin: 5px;
  font-family: 'Georgia', sans-serif;
  font-size: 12px;
  letter-spacing: 0.3px;
  color: #7c7d82;
  font-weight: 600;
  letter-spacing: 0.5px;
}
.barber-portfolio .group span.active {
  border-color: transparent;
  box-shadow: none;
  color: #b3a05c;
  border-top: 1px solid #b3a05c;
}
.barber-portfolio .group span:hover {
  color: #b3a05c;
  transition: all 0.5s;
}
.barber-portfolio .group span:active {
  box-shadow: none;
}
.barber-portfolio .mix {
  display: none;
  margin-bottom: 30px;
}
.barber-portfolio .thumb-holder {
  position: relative;
}
.barber-portfolio .thumb-holder img {
  width: 100%;
}
.barber-portfolio .hover-content {
  width: 100%;
  text-align: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.barber-portfolio .thumb-content {
  text-align: center;
  right: 0;
  top: 0;
  left: 0;
  bottom: 0;
  position: absolute;
  opacity: 0;
  visibility: hidden;
  background-color: rgba(0, 0, 0, 0.8);
}
.barber-portfolio .thumb-text h4 {
  margin-bottom: 5px;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
  color: #ffffff;
}
.barber-portfolio .thumb-text span {
  font-family: 'Georgia', sans-serif;
  color: #cacaca;
  font-weight: 400;
  font-style: italic;
  font-size: 12px;
  letter-spacing: 1px;
}
.barber-portfolio .thumb-holder:hover .thumb-content {
  cursor: default;
  opacity: 1;
  visibility: visible;
  transition: all 1s;
}
.barber-portfolio .white-button {
  text-align: center;
  margin-top: 30px;
}
.stylist-portfolio .row {
  margin-left: 0px;
  margin-right: 0px;
}
.stylist-portfolio .row .col-md-4 {
  padding-left: 10px;
  padding-right: 10px;
}
.stylist-portfolio .section-heading .line-dec {
  background-color: #6ec19e;
}
.stylist-portfolio .portfolio-item {
  margin-bottom: 20px;
}
.stylist-portfolio .portfolio-item .thumb-holder {
  position: relative;
}
.stylist-portfolio .portfolio-item .thumb-holder img {
  width: 100%;
}
.stylist-portfolio .portfolio-item .thumb-holder .hover-content {
  background-color: rgba(0, 0, 0, 0.9);
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.stylist-portfolio .portfolio-item .thumb-holder .hover-content .text {
  position: absolute;
  top: 50%;
  width: 100%;
  transform: translateY(-50%);
  text-align: center;
}
.stylist-portfolio .portfolio-item .thumb-holder .hover-content .text h4 {
  font-size: 16px;
  text-transform: capitalize;
  color: #ffffff;
  font-weight: 700;
}
.stylist-portfolio .portfolio-item .thumb-holder .hover-content .text span {
  font-size: 13px;
  color: #7c7d82;
  letter-spacing: 0.5px;
}
.stylist-portfolio .portfolio-item .thumb-holder:hover .hover-content {
  opacity: 1;
  visibility: visible;
}
section.contractor-portfolio {
  padding-bottom: 0px;
  position: relative;
  background-color: #ffffff;
}
section.contractor-portfolio .row {
  margin-left: -10px;
  margin-right: -10px;
}
section.contractor-portfolio .row .col-md-15 {
  padding-left: 0px;
  padding-right: 0px;
}
section.contractor-portfolio .col-xs-15,
section.contractor-portfolio .col-sm-15,
section.contractor-portfolio .col-md-15,
section.contractor-portfolio .col-lg-15 {
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
}
section.contractor-portfolio .col-xs-15 {
  width: 20%;
  float: left;
}
@media (min-width: 768px) {
  section.contractor-portfolio .col-sm-15 {
    width: 20%;
    float: left;
  }
}
@media (min-width: 992px) {
  section.contractor-portfolio .col-md-15 {
    width: 20%;
    float: left;
  }
}
@media (min-width: 1200px) {
  section.contractor-portfolio .col-lg-15 {
    width: 20%;
    float: left;
  }
}
section.contractor-portfolio .section-heading .line-dec {
  background-color: #f6b710;
}
section.contractor-portfolio .group {
  text-align: center;
  margin-top: 0px;
  margin-bottom: 50px;
}
section.contractor-portfolio .group span {
  border-top: 1px solid transparent;
  margin: 5px;
  font-family: 'Open Sans', sans-serif;
  font-size: 13px;
  letter-spacing: 0.3px;
  color: #7c7d82;
  font-weight: 600;
  letter-spacing: 0.5px;
}
section.contractor-portfolio .group span.active {
  border-color: transparent;
  box-shadow: none;
  color: #f6b710;
  border-top: 1px solid #f6b710;
}
section.contractor-portfolio .group span:hover {
  color: #f6b710;
  transition: all 0.5s;
}
section.contractor-portfolio .group span:active {
  box-shadow: none;
}
section.contractor-portfolio .mix {
  display: none;
}
section.contractor-portfolio .thumb-holder {
  margin: 10px 5px;
  position: relative;
}
section.contractor-portfolio .thumb-holder img {
  width: 100%;
}
section.contractor-portfolio .hover-content {
  width: 100%;
  text-align: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
section.contractor-portfolio .thumb-content {
  text-align: center;
  right: 0;
  top: 0;
  left: 0;
  bottom: 0;
  position: absolute;
  opacity: 0;
  visibility: hidden;
  background-color: rgba(246, 183, 16, 0.8);
}
section.contractor-portfolio .thumb-text h4 {
  margin-bottom: 5px;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 600;
  line-height: 22px;
  color: #ffffff;
}
section.contractor-portfolio .thumb-text span {
  font-family: 'Georgia', sans-serif;
  color: #ffffff;
  font-weight: 400;
  font-style: italic;
  font-size: 12px;
  letter-spacing: 1px;
}
section.contractor-portfolio .thumb-holder:hover .thumb-content {
  cursor: default;
  opacity: 1;
  visibility: visible;
  transition: all 1s;
}
.down-portfolio {
  background-color: #f5f5f5;
  padding: 20px 0px 45px 0px;
}
@media (max-width: 991px) {
  .down-portfolio {
    padding: 20px 0px 30px 0px;
  }
}
@media (max-width: 991px) {
  .down-portfolio {
    text-align: center;
  }
}
.down-portfolio h4 {
  margin-top: 0px;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 700;
}
.down-portfolio span {
  font-size: 16px;
  color: #7c7d82;
}
.down-portfolio .yellow-button {
  float: right;
  margin-top: 20px;
}
@media (max-width: 991px) {
  .down-portfolio .yellow-button {
    float: none;
    margin-top: 45px;
  }
}
section.gallery-page {
  padding-bottom: 70px;
  position: relative;
  background-color: #ffffff;
}
section.gallery-page .group {
  text-align: center;
  margin-top: 0px;
  margin-bottom: 60px;
}
section.gallery-page .group span {
  border-top: 1px solid transparent;
  margin: 5px;
  font-family: 'Open Sans', sans-serif;
  font-size: 13px;
  letter-spacing: 0.3px;
  color: #7c7d82;
  font-weight: 400;
  letter-spacing: 0.5px;
}
section.gallery-page .group span.active {
  border-color: transparent;
  box-shadow: none;
  color: #074a82;
  border: 1px solid #074a82;
}
section.gallery-page .group span:hover {
  color: #074a82;
  transition: all 0.5s;
}
section.gallery-page .group span:active {
  box-shadow: none;
}
section.gallery-page .mix {
  display: none;
  margin-bottom: 30px;
}
section.gallery-page .thumb-holder {
  margin: 0px;
  position: relative;
}
section.gallery-page .thumb-holder img {
  width: 100%;
}
section.gallery-page .hover-content {
  width: 100%;
  text-align: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
section.gallery-page .thumb-content {
  text-align: center;
  right: 0;
  top: 0;
  left: 0;
  bottom: 0;
  position: absolute;
  opacity: 0;
  visibility: hidden;
  background-color: rgba(0, 0, 0, 0.8);
}
section.gallery-page .thumb-text i {
  color: #ffffff;
  border: 2px solid #ffffff;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  text-align: center;
  display: inline-block;
  line-height: 38px;
}
section.gallery-page .down-content {
  width: 100%;
  border-right: 1px solid #eeeeee;
  border-left: 1px solid #eeeeee;
  border-bottom: 1px solid #eeeeee;
  padding: 20px;
}
section.gallery-page .down-content h4 {
  margin-top: 0px;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 7px;
}
section.gallery-page .down-content span {
  font-size: 13px;
  color: #7c7d82;
}
section.gallery-page .thumb-holder:hover .thumb-content {
  cursor: default;
  opacity: 1;
  visibility: visible;
  transition: all 1s;
}
section.gallery-details .flex-slider {
  position: relative;
}
section.gallery-details .flex-slider ul li img {
  max-width: 100%;
  overflow: hidden;
}
section.gallery-details .flex-control-nav,
section.gallery-details .flex-control-paging {
  display: none;
}
section.gallery-details .flex-direction-nav {
  position: absolute;
  top: 25%;
  transform: translateY(-50%);
  width: 100%;
}
@media (max-width: 991px) {
  section.gallery-details .flex-direction-nav {
    display: none;
  }
}
section.gallery-details .flex-direction-nav .flex-nav-prev {
  display: inline-block;
  position: absolute;
  left: 20px;
}
section.gallery-details .flex-direction-nav a.flex-prev:before {
  border-radius: 50%;
  content: '\f104';
  width: 50px;
  height: 50px;
  display: inline-block;
  background-color: #ffffff;
  line-height: 50px;
  text-align: center;
  color: #111111;
  font-family: "FontAwesome";
}
section.gallery-details .flex-direction-nav .flex-nav-next {
  display: inline-block;
  right: 50px;
  position: absolute;
}
section.gallery-details .flex-direction-nav a.flex-next:before {
  border-radius: 50%;
  content: '\f105';
  width: 50px;
  height: 50px;
  display: inline-block;
  background-color: #ffffff;
  line-height: 50px;
  text-align: center;
  color: #111111;
  font-family: "FontAwesome";
}
section.gallery-details .down-content h2 {
  margin-top: 40px;
  margin-bottom: 20px;
  font-size: 24px;
  text-transform: uppercase;
  font-weight: 900;
}
section.gallery-details .down-content .left-list {
  border-left: 1px solid #eeeeee;
  padding-left: 30px;
  padding-top: 15px;
  padding-bottom: 15px;
  margin-top: 75px;
}
section.gallery-details .down-content .left-list ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
section.gallery-details .down-content .left-list ul li {
  display: block;
  margin-bottom: 20px;
  color: #7c7d82;
}
section.gallery-details .down-content .left-list ul li span {
  color: #111111;
  font-size: 14px;
  font-weight: 900;
  text-transform: uppercase;
  width: 30%;
  display: inline-block;
}
section.gallery-details .gallery-pagination {
  margin-top: 80px;
  border-top: 1px solid #eeeeee;
  border-bottom: 1px solid #eeeeee;
  padding: 30px 0px;
}
section.gallery-details .gallery-pagination ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
section.gallery-details .gallery-pagination ul li {
  display: inline-block;
}
section.gallery-details .gallery-pagination ul li i {
  font-size: 16px;
  color: #111111;
}
section.gallery-details .gallery-pagination ul li a {
  color: #111111;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 700;
}
section.gallery-details .gallery-pagination ul li:last-child {
  float: right;
}
.shop-page .shop-posts .filter-shop {
  margin-bottom: 60px;
}
.shop-page .shop-posts .filter-shop ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.shop-page .shop-posts .filter-shop ul li {
  display: inline-block;
}
.shop-page .shop-posts .filter-shop .left-content ul li {
  margin-right: 10px;
}
.shop-page .shop-posts .filter-shop .left-content ul li h4 {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 700;
}
.shop-page .shop-posts .filter-shop .left-content ul li i {
  font-size: 16px;
  color: #074a82;
}
.shop-page .shop-posts .filter-shop .right-content {
  float: right;
}
.shop-page .shop-posts .filter-shop .right-content ul li {
  margin-left: 20px;
}
.shop-page .shop-posts .filter-shop .right-content ul li span {
  color: #7c7d82;
  font-size: 13px;
}
.shop-page .shop-posts .filter-shop .right-content ul li select {
  font-family: 'Open Sans', sans-serif;
  font-size: 13px;
  color: #7c7d82;
  padding-left: 10px;
  width: 200px;
  height: 44px;
  border: 1px solid #eeeeee;
  outline: none;
  display: inline-block;
}
.shop-page .shop-posts .shop-item {
  margin-bottom: 40px;
}
.shop-page .shop-posts .shop-item .thumb-holder {
  position: relative;
}
.shop-page .shop-posts .shop-item .thumb-holder img {
  width: 100%;
}
.shop-page .shop-posts .shop-item .thumb-holder .hover-content {
  background-color: rgba(0, 0, 0, 0.75);
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.shop-page .shop-posts .shop-item .thumb-holder .hover-content ul {
  margin: 0;
  padding: 0;
  list-style: none;
  position: absolute;
  top: 50%;
  width: 100%;
  transform: translateY(-50%);
  text-align: center;
}
.shop-page .shop-posts .shop-item .thumb-holder .hover-content ul li {
  margin: 0px 2px;
  display: inline-block;
}
.shop-page .shop-posts .shop-item .thumb-holder .hover-content ul li a {
  border-radius: 50%;
  color: #ffffff;
  width: 40px;
  height: 40px;
  display: inline-block;
  line-height: 40px;
  text-align: center;
  background-color: #0a66b2;
}
.shop-page .shop-posts .shop-item .thumb-holder .hover-content ul li a:hover {
  background-color: #ffffff;
  color: #111111;
  transition: all 0.5s;
}
.shop-page .shop-posts .shop-item .down-content h4 {
  margin-top: 25px;
  margin-bottom: 15px;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 700;
}
.shop-page .shop-posts .shop-item .down-content span {
  font-size: 16px;
  color: #111111;
  margin-right: 15px;
}
.shop-page .shop-posts .shop-item .down-content em {
  font-size: 16px;
  text-decoration: line-through;
  font-style: normal;
  display: inline-block;
  color: #7c7d82;
}
.shop-page .shop-posts .shop-item .thumb-holder:hover .hover-content {
  opacity: 1;
  visibility: visible;
}
.shop-page .shop-posts .shop-pagination {
  margin-top: 30px;
}
.shop-page .shop-posts .shop-pagination ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.shop-page .shop-posts .shop-pagination ul li {
  display: inline-block;
  margin-right: 3px;
}
.shop-page .shop-posts .shop-pagination ul li a {
  width: 36px;
  height: 36px;
  display: inline-block;
  text-align: center;
  line-height: 36px;
  border: 1px solid #eeeeee;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 600;
}
.shop-page .shop-posts .shop-pagination ul li a:hover {
  color: #074a82;
  trasition: all 0.5s;
}
.shop-page .shop-posts .shop-pagination ul li:last-child a {
  width: 100%;
  padding: 0px 10px;
}
.shop-page .shop-posts .shop-pagination ul li.active a {
  background-color: #074a82;
  color: #ffffff;
  border: 1px solid #074a82;
}
section.single-shop-page .shop-item .left-slider img {
  width: 100%;
  overflow: hidden;
}
section.single-shop-page .shop-item .left-slider ol {
  text-align: center;
}
section.single-shop-page .shop-item .left-slider ol li {
  cursor: pointer;
  margin-top: 15px;
  display: inline-block;
  margin-right: 15px;
}
@media (max-width: 991px) {
  section.single-shop-page .shop-item .left-slider ol li {
    width: 30%;
  }
}
section.single-shop-page .shop-item .left-slider ol li:last-child {
  margin-right: 0px;
}
@media (max-width: 991px) {
  section.single-shop-page .shop-item .right-content {
    margin-top: 30px;
  }
}
section.single-shop-page .shop-item .right-content .category span {
  color: #7c7d82;
}
section.single-shop-page .shop-item .right-content .category em {
  font-style: normal;
  color: #111111;
}
section.single-shop-page .shop-item .right-content h2 {
  font-size: 22px;
  text-transform: uppercase;
  font-weight: 700;
}
section.single-shop-page .shop-item .right-content .price {
  margin-top: 20px;
}
section.single-shop-page .shop-item .right-content .price span {
  font-size: 24px;
  color: #074a82;
  font-weight: 700;
  margin-right: 15px;
}
section.single-shop-page .shop-item .right-content .price em {
  font-style: normal;
  font-size: 24px;
  color: #cacaca;
  text-decoration: line-through;
}
section.single-shop-page .shop-item .right-content .rate {
  margin-top: 20px;
}
section.single-shop-page .shop-item .right-content .rate ul {
  display: inline-block;
  padding: 0;
  margin: 0;
  list-style: none;
}
section.single-shop-page .shop-item .right-content .rate ul li {
  display: inline-block;
}
section.single-shop-page .shop-item .right-content .rate ul li i {
  color: #e7c924;
}
section.single-shop-page .shop-item .right-content .rate span {
  display: inline-block;
  font-size: 13px;
  color: #7c7d82;
}
section.single-shop-page .shop-item .right-content p {
  margin-top: 25px;
  border-bottom: 1px solid #eeeeee;
  padding-bottom: 20px;
  margin-bottom: 35px;
}
section.single-shop-page .shop-item .right-content .buttons {
  margin-top: 25px;
}
section.single-shop-page .shop-item .right-content .buttons ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
section.single-shop-page .shop-item .right-content .buttons ul li {
  display: inline-block;
}
section.single-shop-page .shop-item .right-content .buttons ul li i {
  margin-left: 5px;
  width: 42px;
  height: 42px;
  display: inline-block;
  background-color: #f5f5f5;
  text-align: center;
  line-height: 42px;
  color: #111111;
}
section.single-shop-page .shop-item .right-content .buttons ul li i:hover {
  color: #ffffff;
  background-color: #074a82;
  transition: all 0.5s;
}
section.single-shop-page .shop-item .right-content .category-tags {
  margin-top: 30px;
}
section.single-shop-page .shop-item .right-content .category-tags ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
section.single-shop-page .shop-item .right-content .category-tags ul li {
  display: block;
  margin-bottom: 15px;
}
section.single-shop-page .shop-item .right-content .category-tags ul li span {
  color: #111111;
  margin-right: 5px;
}
section.single-shop-page .shop-item .right-content .category-tags ul li a {
  font-size: 13px;
  color: #7c7d82;
}
section.single-shop-page .shop-item .right-content .category-tags ul li a:hover {
  color: #074a82;
  transition: all 0.5s;
}
section.single-shop-page .shop-item .right-content .category-tags ul li:last-child {
  margin-bottom: 0px;
}
section.single-shop-page .shop-item .right-content .share {
  margin-top: 30px;
}
section.single-shop-page .shop-item .right-content .share ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
section.single-shop-page .shop-item .right-content .share ul li {
  display: inline-block;
}
section.single-shop-page .shop-item .right-content .share ul li i {
  width: 40px;
  height: 40px;
  display: inline-block;
  text-align: center;
  line-height: 40px;
  background-color: #f5f5f5;
  border-radius: 50%;
  color: #7c7d82;
}
section.single-shop-page .shop-item .right-content .share ul li i:hover {
  color: #ffffff;
  background-color: #074a82;
  transition: all 0.5s;
}
section.single-shop-page .tabs-section {
  margin-top: 80px;
}
section.single-shop-page .tabs-section .tab .tabs {
  width: 100%;
  display: inline-block;
}
section.single-shop-page .tabs-section .tab .tab-links:after {
  display: block;
  clear: both;
  content: '';
}
section.single-shop-page .tabs-section .tab .tab-links {
  margin-left: 0px;
  padding-left: 0px;
}
@media (max-width: 991px) {
  section.single-shop-page .tabs-section .tab .tab-links {
    margin-left: 30px;
  }
}
section.single-shop-page .tabs-section .tab .tab-links li {
  display: block;
  margin-bottom: 15px;
}
@media (max-width: 991px) {
  section.single-shop-page .tabs-section .tab .tab-links li {
    margin-right: 30px!important;
  }
}
section.single-shop-page .tabs-section .tab .tab-links i {
  margin-right: 20px;
  float: left;
  display: inline-block;
}
section.single-shop-page .tabs-section .tab .tab-links h6 {
  display: inline-block;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 700;
  color: #7c7d82;
}
section.single-shop-page .tabs-section .tab .tab-links li {
  margin-right: -1px;
  float: left;
  list-style: none;
}
section.single-shop-page .tabs-section .tab .tab-links li:last-child {
  border-right: none;
}
section.single-shop-page .tabs-section .tab .tab-links a:hover {
  color: #7c7d82;
  text-decoration: none;
}
section.single-shop-page .tabs-section .tab li.active a h6,
section.single-shop-page .tabs-section .tab li.active a:hover h6 {
  color: #074a82;
  border-bottom: none;
}
section.single-shop-page .tabs-section .tab .tab-content {
  border-left: 3px solid #eeeeee;
  padding-left: 30px;
}
section.single-shop-page .tabs-section .tab .tab-content p {
  margin-bottom: 25px;
}
section.single-shop-page .tabs-section .tab .tab-content ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
section.single-shop-page .tabs-section .tab .tab-content ul li {
  padding-bottom: 5px;
  display: block;
  margin-top: 15px;
  color: #7c7d82;
}
section.single-shop-page .tabs-section .tab .tab-content ul li i {
  margin-right: 10px;
  color: #7c7d82;
}
section.single-shop-page .tabs-section .tab .tab {
  display: none;
}
section.single-shop-page .tabs-section .tab .tab.active {
  display: block;
}
section.related-products {
  padding-top: 0px;
}
section.related-products .heading {
  text-align: center;
  margin-bottom: 50px;
}
section.related-products .heading h2 {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 700;
  margin-top: 0px;
}
section.related-products .shop-item {
  margin-bottom: 40px;
}
section.related-products .shop-item .thumb-holder {
  position: relative;
}
section.related-products .shop-item .thumb-holder img {
  width: 100%;
}
section.related-products .shop-item .thumb-holder .hover-content {
  background-color: rgba(0, 0, 0, 0.75);
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
section.related-products .shop-item .thumb-holder .hover-content ul {
  margin: 0;
  padding: 0;
  list-style: none;
  position: absolute;
  top: 50%;
  width: 100%;
  transform: translateY(-50%);
  text-align: center;
}
section.related-products .shop-item .thumb-holder .hover-content ul li {
  margin: 0px 2px;
  display: inline-block;
}
section.related-products .shop-item .thumb-holder .hover-content ul li a {
  border-radius: 50%;
  color: #ffffff;
  width: 40px;
  height: 40px;
  display: inline-block;
  line-height: 40px;
  text-align: center;
  background-color: #0a66b2;
}
section.related-products .shop-item .thumb-holder .hover-content ul li a:hover {
  background-color: #ffffff;
  color: #111111;
  transition: all 0.5s;
}
section.related-products .shop-item .down-content h4 {
  margin-top: 25px;
  margin-bottom: 15px;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 700;
}
section.related-products .shop-item .down-content span {
  font-size: 16px;
  color: #111111;
  margin-right: 15px;
}
section.related-products .shop-item .down-content em {
  font-size: 16px;
  text-decoration: line-through;
  font-style: normal;
  display: inline-block;
  color: #7c7d82;
}
section.related-products .shop-item .thumb-holder:hover .hover-content {
  opacity: 1;
  visibility: visible;
}
section.blog-page .blog-sidebar {
  margin-left: 15px;
}
@media (max-width: 991px) {
  section.blog-page .blog-sidebar {
    margin-left: 0px;
    margin-top: 80px;
  }
}
section.blog-page .blog-sidebar .sidebar-widget {
  margin-bottom: 60px;
}
section.blog-page .blog-sidebar .sidebar-widget .heading h4 {
  margin-top: 0px;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 30px;
}
section.blog-page .blog-sidebar .search {
  position: relative;
}
section.blog-page .blog-sidebar .search input {
  width: 100%;
  height: 50px;
  padding-left: 15px;
  font-size: 14px;
  font-family: 'Open Sans', sans-serif;
  color: #7c7d82;
  outline: none;
  border: 1px solid #eeeeee;
}
section.blog-page .blog-sidebar .search i {
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 50px;
  background-color: #074a82;
  color: #ffffff;
  display: inline-block;
  text-align: center;
  line-height: 50px;
}
section.blog-page .blog-sidebar .categories ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
section.blog-page .blog-sidebar .categories ul li {
  display: block;
  margin-bottom: 14px;
  padding-bottom: 14px;
  border-bottom: 1px solid #eeeeee;
}
section.blog-page .blog-sidebar .categories ul li i {
  color: #074a82;
  margin-right: 8px;
}
section.blog-page .blog-sidebar .categories ul li a {
  color: #7c7d82;
}
section.blog-page .blog-sidebar .categories ul li a:hover {
  color: #074a82;
  transition: all 0.5s;
}
section.blog-page .blog-sidebar .popular-posts ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
section.blog-page .blog-sidebar .popular-posts ul li {
  display: block;
  margin-bottom: 25px;
}
section.blog-page .blog-sidebar .popular-posts ul li img {
  max-width: 100%;
  overflow: hidden;
  float: left;
  margin-right: 15px;
}
section.blog-page .blog-sidebar .popular-posts ul li .right-content span {
  font-size: 13px;
  color: #7c7d82;
}
section.blog-page .blog-sidebar .popular-posts ul li .right-content h4 {
  margin-top: 6px;
  line-height: 28px;
  font-size: 16px;
}
section.blog-page .blog-sidebar .popular-posts ul li:last-child {
  margin-bottom: 0px;
}
section.blog-page .blog-sidebar .archives ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
section.blog-page .blog-sidebar .archives ul li {
  display: block;
  margin-bottom: 14px;
  padding-bottom: 14px;
  border-bottom: 1px solid #eeeeee;
}
section.blog-page .blog-sidebar .archives ul li i {
  color: #074a82;
  margin-right: 8px;
}
section.blog-page .blog-sidebar .archives ul li a {
  color: #7c7d82;
}
section.blog-page .blog-sidebar .archives ul li a:hover {
  color: #074a82;
  transition: all 0.5s;
}
section.blog-page .blog-sidebar .tags ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
section.blog-page .blog-sidebar .tags ul li {
  display: inline-block;
  margin-right: 3px;
  margin-bottom: 30px;
}
section.blog-page .blog-sidebar .tags ul li a {
  background-color: #f5f5f5;
  padding: 12px 13px;
}
section.blog-page .blog-sidebar .tags ul li a:hover {
  background-color: #074a82;
  color: #ffffff;
  transition: all 0.5s;
}
section.blog-page .blog-sidebar .recent-work ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
section.blog-page .blog-sidebar .recent-work ul li {
  display: inline-block;
  margin-bottom: 10px;
  margin-right: 5px;
}
section.blog-page .blog-sidebar .recent-work ul li img {
  max-width: 105px;
  overflow: hidden;
}
section.shop-page .shop-sidebar {
  margin-left: 0px;
}
@media (max-width: 991px) {
  section.shop-page .shop-sidebar {
    margin-top: 80px;
  }
}
section.shop-page .shop-sidebar .sidebar-widget {
  margin-bottom: 60px;
}
section.shop-page .shop-sidebar .sidebar-widget .heading h4 {
  margin-top: 0px;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 15px;
}
section.shop-page .shop-sidebar .sidebar-widget .heading .line-dec {
  width: 40px;
  height: 1px;
  background-color: #074a82;
  margin-bottom: 30px;
}
section.shop-page .shop-sidebar .categories ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
section.shop-page .shop-sidebar .categories ul li {
  display: block;
  margin-bottom: 14px;
  padding-bottom: 14px;
  border-bottom: 1px solid #eeeeee;
}
section.shop-page .shop-sidebar .categories ul li i {
  color: #074a82;
  margin-right: 8px;
}
section.shop-page .shop-sidebar .categories ul li a {
  color: #7c7d82;
}
section.shop-page .shop-sidebar .categories ul li a:hover {
  color: #074a82;
  transition: all 0.5s;
}
section.shop-page .shop-sidebar .filter-price .ui-slider-horizontal .ui-slider-range {
  background-color: #cfcfcf;
  height: 4px;
}
section.shop-page .shop-sidebar .filter-price .ui-slider-horizontal {
  margin-top: 0px;
  height: 4px;
  border-radius: 0px;
  background-color: #f5f5f5;
}
section.shop-page .shop-sidebar .filter-price .ui-slider-horizontal .ui-slider-handle {
  margin-top: -3px;
  border-radius: 0px;
  width: 7px;
  height: 20px;
  background-color: #074a82;
}
section.shop-page .shop-sidebar .filter-price input {
  font-family: 'Open Sans', sans-serif;
  font-size: 15px;
  color: #7c7d82;
  margin-top: 30px;
  margin-bottom: 10px;
  display: inline-block;
  background-color: transparent;
  border: none;
  outline: none;
}
section.shop-page .shop-sidebar .filter-price .regular-button {
  text-align: center;
  margin-top: 30px;
}
section.shop-page .shop-sidebar .adv img {
  width: 100%;
  overflow: hidden;
}
section.shop-page .shop-sidebar .top-sale ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
section.shop-page .shop-sidebar .top-sale ul li {
  margin-bottom: 45px;
  display: block;
}
section.shop-page .shop-sidebar .top-sale ul li img {
  max-width: 100%;
  overflow: hidden;
  float: left;
  margin-right: 15px;
}
section.shop-page .shop-sidebar .top-sale ul li h6 {
  padding-top: 7px;
  line-height: 18px;
  font-size: 13px;
  font-weight: 600;
}
section.shop-page .shop-sidebar .top-sale ul li span {
  display: block;
  font-size: 13px;
  color: #7c7d82;
}
section.shop-page .shop-sidebar .tags ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
section.shop-page .shop-sidebar .tags ul li {
  display: inline-block;
  margin-right: 3px;
  margin-bottom: 30px;
}
section.shop-page .shop-sidebar .tags ul li a {
  font-size: 13px;
  border: 1px solid #eeeeee;
  padding: 10px 10px;
}
section.shop-page .shop-sidebar .tags ul li a:hover {
  background-color: #074a82;
  color: #ffffff;
  transition: all 0.5s;
}
.section-heading {
  text-align: center;
  margin-bottom: 60px;
}
.section-heading span {
  font-size: 14px;
  color: #7c7d82;
}
.section-heading h2 {
  margin-top: 12px;
  font-size: 24px;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 25px;
}
.section-heading .line-dec {
  width: 40px;
  height: 2px;
  background-color: #074a82;
  margin: 0 auto;
}
.section-heading p {
  margin-top: 25px;
}
.page-heading {
  margin-top: 115px;
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
  padding: 120px 0px 80px 0px;
}
.page-heading h1 {
  font-size: 46px;
  font-weight: 900;
  color: #ffffff;
  text-transform: uppercase;
  margin-top: 0px;
}
.page-heading span {
  text-transform: uppercase;
  font-size: 18px;
  color: #ffffff;
  letter-spacing: 2.5px;
}
.about-us-page-heading {
  background-image: url(../images/about-us-page-bg.png);
}
.services-page-heading {
  background-image: url(../images/our-services-page-bg.png);
}
.our-team-page-heading {
  background-image: url(../images/our-team-page-bg.png);
}
.gallery-page-heading {
  background-image: url(../images/gallery-page-bg.png);
}
.pricing-tables-page-heading {
  background-image: url(../images/pricing-table-page-bg.png);
}
.contact-us-page-heading {
  background-image: url(../images/our-services-page-bg.png);
}
.our-blog-page-heading {
  background-image: url(../images/our-blog-page-bg.png);
}
.our-shop-page-heading {
  background-image: url(../images/about-us-page-bg.png);
}
.first-slider {
  margin-top: 90px;
}
.first-slider .first-line {
  margin-left: 550px;
  text-align: left;
  font-size: 46px;
  color: #111111;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 52px;
}
.first-slider .first-line .line-dec {
  width: 40px;
  height: 2px;
  background-color: #87cf51;
  margin-left: 40px;
}
.first-slider .first-line p {
  font-size: 14px;
  color: #111111;
  font-weight: 400;
  text-transform: none;
  margin-left: 35px;
}
.first-slider .first-line input {
  margin-left: -140px;
  width: 340px;
  height: 40px;
  outline: none;
  font-size: 13px;
  font-weight: 400;
  border: none;
  padding-left: 15px;
}
.first-slider .first-line .slider-blue-button {
  margin-left: -140px;
}
.second-slider {
  margin-top: 115px;
}
.second-slider .first-line {
  margin-left: 550px;
  font-family: 'Georgia', sans-serif;
  font-style: italic;
  letter-spacing: 1px;
  font-size: 18px;
  color: #b3a05c;
  text-transform: none;
  line-height: 52px;
}
.second-slider .second-line {
  margin-left: 550px;
  font-size: 46px;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 52px;
}
.second-slider .third-line {
  margin-left: 550px;
}
.second-slider .fourth-line {
  margin-left: 550px;
}
.third-slider {
  margin-top: 115px;
}
.third-slider .sub-line {
  margin-left: 640px;
  font-family: 'Georgia', sans-serif;
  font-style: italic;
  letter-spacing: 1px;
  font-size: 18px;
  color: #9ab7b7;
  text-transform: none;
  line-height: 52px;
}
.third-slider .first-line {
  margin-left: 600px;
  text-align: left;
  font-size: 46px;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 52px;
}
.third-slider .first-line .line-dec {
  width: 40px;
  height: 2px;
  background-color: #ffffff;
  margin-left: 40px;
}
.third-slider .first-line p {
  font-size: 14px;
  color: #9ab7b7;
  font-weight: 400;
  text-transform: none;
  margin-left: 35px;
}
.third-slider .first-line input {
  margin-left: -140px;
  width: 340px;
  height: 40px;
  outline: none;
  font-size: 13px;
  font-weight: 400;
  border: none;
  padding-left: 15px;
}
.third-slider .first-line .slider-aqua-button {
  margin-left: -140px;
}
.fourth-slider {
  margin-top: 115px;
}
.fourth-slider .sub-line {
  font-weight: 300;
  margin-left: 0px;
  font-family: 'Georgia', sans-serif;
  font-style: italic;
  letter-spacing: 1px;
  font-size: 18px;
  color: #ffffff;
  text-transform: none;
  line-height: 52px;
}
@media (max-width: 991px) {
  .fourth-slider .sub-line {
    margin-left: 45px;
  }
}
.fourth-slider .first-line {
  margin-left: 0px;
  text-align: left;
  font-size: 46px;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 52px;
}
@media (max-width: 991px) {
  .fourth-slider .first-line {
    margin-left: 45px;
  }
}
.fourth-slider .first-line .line-dec {
  width: 40px;
  height: 2px;
  background-color: #ffffff;
  margin-left: 0px;
}
.fourth-slider .first-line p {
  font-size: 14px;
  color: #ffffff;
  font-weight: 400;
  text-transform: none;
  margin-left: 0px;
}
.fourth-slider .first-line input {
  margin-left: 0px;
  width: 340px;
  height: 40px;
  outline: none;
  font-size: 13px;
  font-weight: 400;
  border: none;
  padding-left: 15px;
}
.fourth-slider .first-line .slider-yellow-button {
  margin-left: 00px;
}
.fivth-slider {
  margin-top: 115px;
}
@media (max-width: 991px) {
  .fivth-slider .sub-line {
    margin-left: 15px;
  }
}
.fivth-slider .sub-line img {
  max-width: 100%;
  overflow: hidden;
}
.fivth-slider .first-line {
  margin-left: 15px;
  text-align: left;
  font-size: 30px;
  color: #111111;
  text-transform: capitalize;
  font-weight: 700;
  line-height: 52px;
}
@media (max-width: 991px) {
  .fivth-slider .first-line {
    margin-left: 60px;
  }
}
.fivth-slider .first-line p {
  font-size: 16px;
  color: #7c7d82;
  font-weight: 400;
  text-transform: none;
  margin-left: 0px;
}
@media (max-width: 991px) {
  .slider {
    margin-top: 80px;
  }
}
.slider ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.slider .tp-caption {
  visibility: hidden;
  opacity: 0;
}
.tp-bullets {
  z-index: 1!important;
}
.fitness-services .services-content {
  margin-top: -100px;
  padding-top: 100px;
  border-top: 1px solid #eeeeee;
}
@media (max-width: 991px) {
  .fitness-services .services-content .service-item {
    margin-bottom: 45px;
  }
}
.fitness-services .services-content .service-item .icon {
  float: left;
  width: 80px;
  height: 80px;
  background-color: #62c9c8;
  border-radius: 50%;
  text-align: center;
  display: inline-block;
  line-height: 80px;
  margin-right: 15px;
}
.fitness-services .services-content .service-item h4 {
  margin-top: 0px;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 15px;
}
.fitness-services .services-content .service-item p {
  margin-left: 95px;
}
.fitness-services .services-content .service-item:hover .icon {
  background-color: #87cf51;
  line-height: 80px;
  transition: all 0.3s;
}
.barber-services .intro-text h2 {
  margin-top: 0px;
  line-height: 36px;
  display: inline-block;
  font-size: 26px;
  text-transform: uppercase;
  font-weight: 700;
}
.barber-services .intro-text p {
  font-family: 'Georgia', sans-serif;
  font-style: italic;
  display: inline-block;
  font-size: 14px;
}
.barber-services .intro-text p span {
  margin-right: 5px;
  font-size: 30px;
  color: #b3a05c;
  font-weight: 400;
  font-family: 'Georgia', sans-serif;
}
.barber-services .intro-text p em {
  margin-top: -10px;
  display: block;
  font-family: 'Georgia', sans-serif;
  font-weight: 400;
  color: #111111;
  font-size: 13px;
}
.barber-services .services {
  margin-top: 70px;
}
.barber-services .services .left-image img {
  width: 100%;
  overflow: hidden;
}
.barber-services .services ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.barber-services .services ul li {
  display: block;
  margin-bottom: -1px;
}
.barber-services .services ul li .service-item {
  border: 1px solid #eeeeee;
  padding: 39px 30px 35px 30px;
}
.barber-services .services ul li .service-item .icon {
  margin-right: 15px;
  float: left;
  width: 48px;
  height: 48px;
  display: inline-block;
  line-height: 48px;
  text-align: center;
  background-color: #f5f5f5;
}
.barber-services .services ul li .service-item h4 {
  margin-top: 0px;
  margin-bottom: 5px;
  font-size: 16px;
  font-weight: 700;
}
.barber-services .services ul li .service-item p {
  margin: 0px;
}
.barber-services .services ul li:hover h4 {
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  color: #b3a05c;
}
section.stylist-services {
  padding-top: 0px;
  margin-top: -60px;
  position: relative;
  z-index: 999;
}
section.stylist-services .row {
  margin-left: 0px;
  margin-right: 0px;
}
section.stylist-services .row .col-md-4 {
  padding-left: 0px;
  padding-right: 0px;
}
section.stylist-services .services-content {
  box-shadow: 0px 5px 25px rgba(0, 0, 0, 0.2);
}
section.stylist-services .services-content .expert {
  background-color: #ffffff;
}
section.stylist-services .services-content .products {
  background-color: #f5e7d2;
}
section.stylist-services .services-content .touch {
  background-color: #bbe1d1;
}
section.stylist-services .services-content .service-item {
  padding: 50px 0px;
  text-align: center;
}
section.stylist-services .services-content .service-item .icon {
  width: 70px;
  height: 70px;
  text-align: center;
  display: inline-block;
  line-height: 70px;
  background-color: transparent;
}
section.stylist-services .services-content .service-item .line-dec {
  width: 46px;
  height: 2px;
  background-color: #919191;
  margin: 30px auto;
}
section.stylist-services .services-content .service-item h4 {
  font-size: 16px;
  font-weight: 700;
}
@media (max-width: 991px) {
  .contractor-services .services-content .service-item {
    margin-bottom: 45px;
  }
}
.contractor-services .services-content .service-item .icon {
  float: left;
  width: 80px;
  height: 80px;
  background-color: #f6b710;
  border-radius: 50%;
  text-align: center;
  display: inline-block;
  line-height: 80px;
  margin-right: 15px;
}
.contractor-services .services-content .service-item h4 {
  margin-top: 0px;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 15px;
}
.contractor-services .services-content .service-item p {
  margin-left: 95px;
}
.contractor-services .services-content .service-item:hover .icon {
  background-color: #f8c641;
  line-height: 80px;
  transition: all 0.3s;
}
@media (max-width: 991px) {
  .contractor-services-details .service-post {
    margin-bottom: 30px;
  }
}
.contractor-services-details .services-content {
  margin-top: -100px;
  padding-top: 100px;
  border-top: 1px solid #eeeeee;
}
.contractor-services-details .services-content .service-post {
  position: relative;
}
.contractor-services-details .services-content .icon {
  float: left;
  width: 46px;
  height: 46px;
  display: inline-block;
  text-align: center;
  line-height: 46px;
  background-color: transparent;
  margin-right: 15px;
}
.contractor-services-details .services-content h4 {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 8px;
  color: #ffffff;
}
.contractor-services-details .services-content p {
  color: #ffffff;
}
.contractor-services-details .services-content .service-thumb {
  overflow: hidden;
  position: relative;
}
.contractor-services-details .services-content .service-thumb img {
  width: 100%;
}
.contractor-services-details .services-content .service-content {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: rgba(14, 13, 26, 0.6);
  color: #fff;
  padding: 15px;
}
.contractor-services-details .services-content .content-show a {
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
}
.contractor-services-details .services-content .content-show span {
  color: #f78e21;
}
.contractor-services-details .services-content .content-hide {
  margin-top: 0px;
  display: none;
}
.contractor-services-details .services-content .content-hide p {
  margin-top: -10px;
  margin-left: 61px;
  color: #fff;
}
.contractor-services-details .services-content a {
  margin-left: 61px;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 700;
  color: #f6b710;
}
.contractor-services-details .services-content a i {
  margin-left: 6px;
}
section.consulant-services {
  padding-bottom: 50px;
  padding-top: 0px;
}
section.consulant-services .service-item {
  margin-bottom: 50px;
}
@media (max-width: 991px) {
  section.consulant-services .service-item {
    text-align: center;
  }
}
section.consulant-services .service-item .icon {
  width: 48px;
  height: 60px;
  background-color: transparent;
  text-align: center;
  display: inline-block;
  line-height: 60px;
  margin-bottom: 25px;
}
section.consulant-services .service-item h4 {
  margin-top: 0px;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 700;
}
section.consulant-services .service-item p {
  margin: 15px 0px;
}
section.consulant-services .service-item a {
  font-style: italic;
  color: #7c7d82;
  font-weight: 600;
}
section.consulant-services .service-item a i {
  margin-left: 5px;
}
section.consulant-services .service-item a:hover {
  color: #32a3fd;
  transition: all 0.5s;
}
section.about-us-services {
  padding: 0px 0px;
  background-color: #f5f5f5;
  border-top: 1px solid #e1e1e1;
  border-bottom: 1px solid #e1e1e1;
}
section.about-us-services .row {
  margin-left: -10px;
  margin-right: -10px;
}
section.about-us-services .row .col-md-15 {
  padding-left: 0px;
  padding-right: 0px;
}
section.about-us-services .col-xs-15,
section.about-us-services .col-sm-15,
section.about-us-services .col-md-15,
section.about-us-services .col-lg-15 {
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
}
section.about-us-services .col-xs-15 {
  width: 20%;
  float: left;
}
@media (min-width: 768px) {
  section.about-us-services .col-sm-15 {
    width: 20%;
    float: left;
  }
}
@media (min-width: 992px) {
  section.about-us-services .col-md-15 {
    width: 20%;
    float: left;
  }
}
@media (min-width: 1200px) {
  section.about-us-services .col-lg-15 {
    width: 20%;
    float: left;
  }
}
section.about-us-services .service-item {
  border-right: 1px solid #e1e1e1;
  padding: 60px 20px 45px 20px;
  text-align: center;
}
section.about-us-services .service-item .icon {
  width: 70px;
  height: 70px;
  display: inline-block;
  text-align: center;
  background-color: transparent;
  line-height: 70px;
}
section.about-us-services .service-item h4 {
  margin-top: 30px;
  margin-bottom: 20px;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 700;
}
section.about-us-services .service-item:hover {
  transition: all 0.5s;
  background-color: #ffffff;
}
section.our-services-page {
  padding: 0px;
}
section.our-services-page .row {
  margin-left: -15px;
  margin-right: -15px;
}
section.our-services-page .row .col-md-3 {
  padding-left: 0px;
  padding-right: 0px;
}
section.our-services-page .first-service {
  background-color: #f7f7f7;
}
section.our-services-page .second-service {
  background-color: #f1f1f1;
}
section.our-services-page .third-service {
  background-color: #ececec;
}
section.our-services-page .fourth-service {
  background-color: #e7e7e7;
}
section.our-services-page .service-item {
  padding: 60px 45px;
  text-align: center;
}
section.our-services-page .service-item .icon {
  width: 44px;
  height: 44px;
  display: inline-block;
  line-height: 44px;
  text-align: center;
}
section.our-services-page .service-item h4 {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 700;
  margin-top: 30px;
  margin-bottom: 0px;
}
section.our-services-page .service-item .line-dec {
  width: 40px;
  height: 2px;
  background-color: #074a82;
  margin: 25px auto;
}
section.how-it-works .simple-heading {
  margin-bottom: 50px;
  text-align: center;
}
section.how-it-works .simple-heading p {
  font-size: 20px;
  font-family: 'Georgia', sans-serif;
  color: #cacaca;
  line-height: 38px;
}
section.how-it-works .simple-heading .line-dec {
  width: 40px;
  height: 2px;
  background-color: #074a82;
  margin: 15px auto;
}
section.how-it-works .left-content h2 {
  font-size: 24px;
  text-transform: uppercase;
  font-weight: 700;
}
section.how-it-works .left-content span {
  font-size: 16px;
  font-family: 'Georgia', sans-serif;
  color: #cacaca;
}
section.how-it-works .left-content .line-dec {
  width: 40px;
  height: 2px;
  background-color: #eeeeee;
  margin: 25px 0px;
}
section.how-it-works .left-content p {
  margin-bottom: 45px;
}
section.how-it-works .left-content .accordion .accordion,
section.how-it-works .left-content .accordion .accordion * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
section.how-it-works .left-content .accordion .accordion {
  overflow: hidden;
}
section.how-it-works .left-content .accordion .accordion-section {
  margin-bottom: 10px;
}
section.how-it-works .left-content .accordion .accordion-section:last-child {
  border-bottom: none;
}
section.how-it-works .left-content .accordion .accordion-section-title {
  width: 100%;
  line-height: 46px;
  padding-left: 15px;
  display: inline-block;
  background: transparent;
  border: 2px solid #eeeeee;
  transition: all linear 0.15s;
  font-size: 16px;
  color: #111111;
  font-weight: 700;
  text-transform: uppercase;
}
section.how-it-works .left-content .accordion .accordion-section-title i {
  float: right;
  border-left: 2px solid #eeeeee;
  padding: 15px 18px;
  font-size: 18px;
}
section.how-it-works .left-content .accordion .accordion-section-title.active {
  color: #074a82 !important;
}
section.how-it-works .left-content .accordion .accordion-section-title.active i {
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
  transition: all 0s;
  border-left: none;
  border-right: 2px solid #eeeeee;
}
section.how-it-works .left-content .accordion .accordion-section-title:hover {
  color: #272727;
  transition: all .5s;
  /* Type */
  text-decoration: none;
}
section.how-it-works .left-content .accordion .accordion-section-content {
  padding: 15px;
  display: none;
  background-color: transparent;
  border-left: 2px solid #eeeeee;
  border-right: 2px solid #eeeeee;
  border-bottom: 2px solid #eeeeee;
}
section.how-it-works .left-content .accordion .accordion-section-content p {
  margin-bottom: 0px;
}
section.how-it-works .right-image img {
  width: 100%;
  overflow: hidden;
}
section.simple-call-to-action {
  padding: 50px 0px 45px 0px;
  background-color: #62c9c8;
}
@media (max-width: 991px) {
  section.simple-call-to-action {
    text-align: center;
  }
}
section.simple-call-to-action h4 {
  margin-top: 0px;
  text-transform: uppercase;
  font-size: 18px;
  color: #ffffff;
  font-weight: 700;
}
section.simple-call-to-action span {
  font-size: 16px;
  color: #e0f6f6;
  margin-bottom: 0px;
  display: block;
}
section.simple-call-to-action .simple-button {
  margin-top: 15px;
  float: right;
}
@media (max-width: 991px) {
  section.simple-call-to-action .simple-button {
    float: none;
    margin-top: 45px;
  }
}
.real-results .section-heading .line-dec {
  background-color: #87cf51;
}
.real-results .testimonial-item {
  background-color: #f5f5f5;
  padding: 30px 30px 20px 30px;
}
.real-results .testimonial-item img {
  float: left;
  max-width: 100%;
  margin-right: 20px;
  background-repeat: no-repeat;
  border: 3px solid #e6e6e6;
  border-radius: 50%;
}
.real-results .testimonial-item h4 {
  padding-top: 15px;
  margin-bottom: 10px;
  margin-top: 0px;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 700;
}
.real-results .testimonial-item h4 em {
  font-style: normal;
  font-size: 12px;
  text-transform: none;
  font-weight: 400;
  color: #7c7d82;
}
.real-results .testimonial-item ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.real-results .testimonial-item ul li {
  display: inline-block;
  margin-right: 4px;
}
.real-results .testimonial-item ul li i {
  font-size: 13px;
  color: #87cf51;
}
.real-results .testimonial-item ul li:last-child {
  margin-right: 0px;
}
.real-results .testimonial-item ul li:last-child i {
  color: #b5b5b5;
}
.real-results .testimonial-item p {
  margin-top: 45px;
  font-family: 'Georgia', sans-serif;
  font-style: italic;
  font-size: 15px;
  letter-spacing: 0.5px;
  color: #8a8a8a;
}
.real-results .owl-pagination {
  text-align: center;
  margin-top: 30px;
  opacity: 1;
  width: 100%;
  display: inline-block;
}
.real-results .owl-pagination .owl-page {
  display: inline-block;
  background-color: #1f272d !important;
  width: 8px;
  height: 8px;
  margin: 0px 5px;
  filter: alpha(opacity=60);
  opacity: 0.6;
  background-color: #62c9c8;
  -ms-transform: rotate(45deg);
  /* IE 9 */
  -webkit-transform: rotate(45deg);
  /* Chrome, Safari, Opera */
  transform: rotate(45deg);
}
.real-results .owl-pagination .active {
  border: 1px solid #87cf51;
  background-color: transparent!important;
  filter: alpha(opacity=100);
  opacity: 1;
}
.costumer-love .section-heading .line-dec {
  background-color: #b3a05c;
}
.costumer-love .testimonial-item {
  background-color: #f5f5f5;
  padding: 30px 30px 20px 30px;
}
.costumer-love .testimonial-item img {
  float: left;
  max-width: 100%;
  margin-right: 20px;
  background-repeat: no-repeat;
  border: 3px solid #e6e6e6;
  border-radius: 50%;
}
.costumer-love .testimonial-item h4 {
  padding-top: 15px;
  margin-bottom: 10px;
  margin-top: 0px;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 700;
}
.costumer-love .testimonial-item h4 em {
  font-style: normal;
  font-size: 12px;
  text-transform: none;
  font-weight: 400;
  color: #7c7d82;
}
.costumer-love .testimonial-item ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.costumer-love .testimonial-item ul li {
  display: inline-block;
  margin-right: 4px;
}
.costumer-love .testimonial-item ul li i {
  font-size: 13px;
  color: #b3a05c;
}
.costumer-love .testimonial-item ul li:last-child {
  margin-right: 0px;
}
.costumer-love .testimonial-item ul li:last-child i {
  color: #b5b5b5;
}
.costumer-love .testimonial-item p {
  margin-top: 45px;
  font-family: 'Georgia', sans-serif;
  font-style: italic;
  font-size: 15px;
  letter-spacing: 0.5px;
  color: #8a8a8a;
}
.costumer-love .owl-pagination {
  text-align: center;
  margin-top: 30px;
  opacity: 1;
  width: 100%;
  display: inline-block;
}
.costumer-love .owl-pagination .owl-page {
  display: inline-block;
  background-color: #1f272d !important;
  width: 8px;
  height: 8px;
  margin: 0px 5px;
  filter: alpha(opacity=60);
  opacity: 0.6;
  background-color: #62c9c8;
  -ms-transform: rotate(45deg);
  /* IE 9 */
  -webkit-transform: rotate(45deg);
  /* Chrome, Safari, Opera */
  transform: rotate(45deg);
}
.costumer-love .owl-pagination .active {
  border: 1px solid #b3a05c;
  background-color: transparent!important;
  filter: alpha(opacity=100);
  opacity: 1;
}
.stylist-testimonial {
  background-image: url(../images/stylist_testimonial_bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
}
.stylist-testimonial .testimonial-item {
  text-align: center;
}
.stylist-testimonial .testimonial-item i {
  font-size: 16px;
  color: #ffffff;
  margin-bottom: 30px;
}
.stylist-testimonial .testimonial-item p {
  font-family: 'Georgia', sans-serif;
  font-size: 15px;
  letter-spacing: 0.5px;
  color: #ffffff;
}
.stylist-testimonial .testimonial-item h4 {
  padding-top: 15px;
  margin-bottom: 0px;
  margin-top: 0px;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 700;
  color: #ffffff;
}
.stylist-testimonial .testimonial-item h4 em {
  font-style: normal;
  font-size: 12px;
  text-transform: none;
  font-weight: 400;
  color: #7c7d82;
}
.contractor-testimonial {
  background-image: url(../images/contractor_testimonial_bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
}
.contractor-testimonial .section-heading .line-dec {
  background-color: #f6b710;
}
.contractor-testimonial .testimonial-item {
  border-left: 2px solid #f6b710;
  margin: 0 15px;
  background-color: #ffffff;
  padding: 30px 30px 20px 30px;
}
.contractor-testimonial .testimonial-item img {
  float: left;
  max-width: 100%;
  margin-right: 20px;
  background-repeat: no-repeat;
  border: 3px solid #e6e6e6;
  border-radius: 50%;
}
.contractor-testimonial .testimonial-item h4 {
  padding-top: 15px;
  margin-bottom: 10px;
  margin-top: 0px;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 700;
}
.contractor-testimonial .testimonial-item h4 em {
  font-style: normal;
  font-size: 12px;
  text-transform: none;
  font-weight: 400;
  color: #7c7d82;
}
.contractor-testimonial .testimonial-item ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.contractor-testimonial .testimonial-item ul li {
  display: inline-block;
  margin-right: 4px;
}
.contractor-testimonial .testimonial-item ul li i {
  font-size: 13px;
  color: #f6b710;
}
.contractor-testimonial .testimonial-item ul li:last-child {
  margin-right: 0px;
}
.contractor-testimonial .testimonial-item ul li:last-child i {
  color: #b5b5b5;
}
.contractor-testimonial .testimonial-item p {
  margin-top: 45px;
  font-family: 'Georgia', sans-serif;
  font-style: italic;
  font-size: 15px;
  letter-spacing: 0.5px;
  color: #8a8a8a;
}
.contractor-testimonial .white-button {
  text-align: center;
  margin-top: 60px;
}
.contractor-testimonial .white-button a {
  box-shadow: 0px 0px 25px #ddd;
}
.consulant-testimonial {
  background-image: url(../images/consulant_testimonial_bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
}
.consulant-testimonial .icon-heading {
  text-align: center;
  margin-bottom: 45px;
}
.consulant-testimonial .icon-heading img {
  max-width: 100%;
  overflow: hidden;
}
.consulant-testimonial .icon-heading .line-dec {
  width: 40px;
  height: 2px;
  background-color: #32a3fd;
  margin: 10px auto;
}
.consulant-testimonial .testimonial-item {
  text-align: center;
}
.consulant-testimonial .testimonial-item p {
  font-family: 'Georgia', sans-serif;
  font-size: 15px;
  letter-spacing: 0.5px;
  color: #ffffff;
}
.consulant-testimonial .testimonial-item h4 {
  padding-top: 15px;
  margin-bottom: 0px;
  margin-top: 0px;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 700;
  color: #ffffff;
}
.consulant-testimonial .testimonial-item span {
  font-size: 10px;
  text-transform: none;
  text-transform: uppercase;
  font-weight: 600;
  color: #9ab7b7;
  letter-spacing: 0.1px;
}
.what-they-say .section-heading .line-dec {
  background-color: #074a82;
}
.what-they-say .testimonial-item {
  text-align: center;
  padding: 30px 30px 20px 30px;
}
.what-they-say .testimonial-item img {
  max-width: 100%;
  margin-right: 20px;
  background-repeat: no-repeat;
  border: 3px solid #e6e6e6;
  border-radius: 50%;
}
.what-they-say .testimonial-item .text-content {
  border: 1px solid #eeeeee;
  margin-top: 45px;
  padding-bottom: 30px;
}
.what-they-say .testimonial-item .text-content h4 {
  padding-top: 15px;
  margin-bottom: 10px;
  margin-top: 0px;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 700;
}
.what-they-say .testimonial-item .text-content span {
  font-style: normal;
  font-size: 12px;
  text-transform: none;
  font-weight: 400;
  color: #7c7d82;
}
.what-they-say .testimonial-item .text-content p {
  padding: 0px 30px;
  margin-top: 45px;
  font-family: 'Georgia', sans-serif;
  font-style: italic;
  font-size: 18px;
  letter-spacing: 0.5px;
  color: #000000;
}
.what-they-say .owl-pagination {
  text-align: center;
  margin-top: 30px;
  opacity: 1;
  width: 100%;
  display: inline-block;
}
.what-they-say .owl-pagination .owl-page {
  display: inline-block;
  background-color: #1f272d !important;
  width: 8px;
  height: 8px;
  margin: 0px 5px;
  filter: alpha(opacity=60);
  opacity: 0.6;
  background-color: #62c9c8;
  -ms-transform: rotate(45deg);
  /* IE 9 */
  -webkit-transform: rotate(45deg);
  /* Chrome, Safari, Opera */
  transform: rotate(45deg);
}
.what-they-say .owl-pagination .active {
  background-color: transparent!important;
  filter: alpha(opacity=100);
  opacity: 1;
  border: 1px solid #074a82;
}
.general-testimonials {
  background-image: url(../images/general-testimonial-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
}
.general-testimonials .section-heading span {
  color: #ffffff;
}
.general-testimonials .section-heading h2 {
  color: #ffffff;
}
.general-testimonials .section-heading .line-dec {
  background-color: #ffffff;
}
.general-testimonials .item {
  text-align: center;
}
.general-testimonials .item p {
  color: #ffffff;
}
.general-testimonials .owl-pagination {
  text-align: center;
  margin-top: 45px;
  opacity: 1;
  width: 100%;
  display: inline-block;
}
.general-testimonials .owl-pagination .owl-page {
  display: inline-block;
  background-color: #1f272d !important;
  width: 20px;
  height: 20px;
  margin: 0px 5px;
  filter: alpha(opacity=60);
  opacity: 0.6;
  border: 1px solid #ffffff;
  background-color: transparent!important;
}
.general-testimonials .owl-pagination .active {
  filter: alpha(opacity=100);
  background-color: #ffffff !important;
  opacity: 1;
}
.slider-blue-button a {
  display: inline-block;
  width: 340px;
  height: 40px;
  background-color: #62c9c8;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 700;
  color: #ffffff !important;
  text-align: center;
  line-height: 40px;
}
.slider-aqua-button a {
  display: inline-block;
  width: 340px;
  height: 40px;
  background-color: #6ec19e;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 700;
  color: #ffffff !important;
  text-align: center;
  line-height: 40px;
}
.slider-yellow-button a {
  display: inline-block;
  width: 340px;
  height: 40px;
  background-color: #f6b710;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 700;
  color: #111111 !important;
  text-align: center;
  line-height: 40px;
}
.simple-button a {
  background-color: #ffffff;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 700;
  padding: 12px 30px;
}
.green-button a {
  background-color: #87cf51;
  color: #ffffff;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 700;
  padding: 12px 30px;
}
.blue-button a {
  background-color: #62c9c8;
  color: #ffffff;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 700;
  padding: 12px 30px;
}
.gold-button a {
  background-color: #b3a05c;
  color: #ffffff;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 700;
  padding: 12px 30px;
}
.aqua-button a {
  background-color: #6ec19e;
  color: #ffffff;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 700;
  padding: 12px 30px;
}
.yellow-button a {
  background-color: #f6b710;
  color: #111111;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 700;
  padding: 12px 30px;
}
.light-blue-button a {
  background-color: #32a3fd;
  color: #ffffff;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 700;
  padding: 12px 30px;
}
.general-button a {
  background-color: #074a82;
  color: #ffffff;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 700;
  padding: 12px 30px;
}
.white-button a {
  background-color: #ffffff;
  color: #111111;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 700;
  padding: 12px 30px;
}
.border-contractor-button a {
  border: 2px solid #61616d;
  color: #ffffff;
  letter-spacing: 0.5px;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 700;
  padding: 12px 30px;
}
.border-contractor-button a:hover {
  background-color: #f6b710;
  border: 2px solid #f6b710;
  color: #111111;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.border-consulant-button a {
  border: 2px solid #cae7ff;
  color: #111111;
  letter-spacing: 0.5px;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 700;
  padding: 12px 30px;
}
.border-consulant-button a:hover {
  background-color: #32a3fd;
  border: 2px solid #32a3fd;
  color: #ffffff;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.general-border-button a {
  font-size: 11px;
  text-transform: uppercase;
  font-weight: 700;
  border: 1px solid #eeeeee;
  padding: 10px 15px;
}
.border-general-button a {
  border: 2px solid #61616d;
  color: #ffffff;
  letter-spacing: 0.5px;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 700;
  padding: 12px 30px;
}
.border-general-button a:hover {
  background-color: #074a82;
  border: 2px solid #074a82;
  color: #ffffff;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.icon-button a {
  background-color: #ffffff;
  color: #111111;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 700;
  padding: 12px 0px 12px 30px;
}
.icon-button a i {
  color: #ffffff;
  margin-left: 30px;
  background-color: #87cf51;
  padding: 14.5px 16px;
}
#page-preloader,
.loader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background-color: #fff;
  z-index: 99999999;
  overflow: hidden;
}
.loader {
  border: 5px solid #f3f3f3;
  border-radius: 50%;
  width: 120px;
  height: 120px;
  -webkit-animation: spin 1s linear infinite;
  animation: spin 1s linear infinite;
}
.fitness-loader {
  border-top: 5px solid #87cf51;
}
.barber-loader {
  border-top: 5px solid #b3a05c;
}
.stylist-loader {
  border-top: 5px solid #6ec19e;
}
.contractor-loader {
  border-top: 5px solid #f6b710;
}
.consulant-loader {
  border-top: 5px solid #32a3fd;
}
.general-loader {
  border-top: 5px solid #074a82;
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.fitness-tables .section-heading .line-dec {
  background-color: #87cf51;
}
.fitness-tables .pricing-table {
  border: 1px solid #eeeeee;
}
@media (max-width: 991px) {
  .fitness-tables .pricing-table {
    margin-bottom: 30px;
  }
}
.fitness-tables .pricing-table .first-table {
  background-color: #62c9c8;
}
.fitness-tables .pricing-table .second-table {
  background-color: #87cf51;
}
.fitness-tables .pricing-table .second-table h4 em {
  color: #ddf7c9!important;
}
.fitness-tables .pricing-table .third-table {
  background-color: #62c9c8;
}
.fitness-tables .pricing-table .price {
  padding: 40px 0px;
}
.fitness-tables .pricing-table .price img {
  max-width: 100%;
  position: absolute;
  top: 0;
  right: 15px;
}
.fitness-tables .pricing-table .price h4 {
  font-size: 40px;
  font-weight: 700;
  color: #ffffff;
  text-align: center;
}
.fitness-tables .pricing-table .price h4 em {
  margin-left: -5px;
  font-size: 14px;
  font-style: normal;
  color: #c7f0f0;
  letter-spacing: 0.5px;
  font-weight: 300;
}
.fitness-tables .pricing-table .category {
  text-align: center;
  margin-top: -22px;
}
.fitness-tables .pricing-table .category h4 {
  margin-top: 0px;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.2px;
  background-color: #ffffff;
  padding: 15px 20px;
  box-shadow: 0px 0px 15px #aaa;
  display: inline-block;
}
.fitness-tables .pricing-table .list {
  text-align: center;
  padding: 25px 15px;
}
.fitness-tables .pricing-table .list ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.fitness-tables .pricing-table .list ul li {
  display: block;
  font-size: 14px;
  color: #7c7d82;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #f6f6f6;
}
.fitness-tables .pricing-table .blue-button {
  text-align: center;
  margin-bottom: 45px;
}
.fitness-tables .pricing-table .green-button {
  text-align: center;
  margin-bottom: 45px;
}
.barber-tables .section-heading .line-dec {
  background-color: #b3a05c;
}
.barber-tables .stubble {
  background-color: #b3a05c;
}
@media (max-width: 991px) {
  .barber-tables .stubble {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
.barber-tables .stubble .category h4 {
  background-color: #ffffff !important;
}
.barber-tables .stubble .price h4 {
  color: #ffffff !important;
}
.barber-tables .stubble p {
  color: #ffffff;
}
.barber-tables .pricing-table {
  text-align: center;
  box-shadow: 0px 0px 25px #eee;
  padding: 60px 50px 50px 50px;
}
.barber-tables .pricing-table .category h4 {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 0.2px;
  background-color: #f5f5f5;
  padding: 15px 20px;
  display: inline-block;
}
.barber-tables .pricing-table .price h4 {
  margin: 20px 0px;
  font-size: 40px;
  font-weight: 700;
  color: #b3a05c;
  text-align: center;
}
.barber-tables .pricing-table .price h4 em {
  margin-left: -5px;
  font-size: 14px;
  font-style: normal;
  letter-spacing: 0.5px;
  font-weight: 300;
}
.stylist-tables {
  background-color: #f5f5f5;
}
.stylist-tables .section-heading {
  text-align: left;
}
.stylist-tables .section-heading .line-dec {
  background-color: #6ec19e;
  margin-left: 0px;
}
.stylist-tables .stubble {
  background-color: #6ec19e !important;
}
@media (max-width: 991px) {
  .stylist-tables .stubble {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
.stylist-tables .stubble .category h4 {
  background-color: #ffffff !important;
}
.stylist-tables .stubble .price h4 {
  color: #ffffff !important;
}
.stylist-tables .stubble p {
  color: #ffffff;
}
.stylist-tables .pricing-table {
  background-color: #ffffff;
  text-align: center;
  box-shadow: 0px 0px 25px #eee;
  padding: 60px 50px 50px 50px;
}
.stylist-tables .pricing-table .category h4 {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 0.2px;
  background-color: #f5f5f5;
  padding: 15px 20px;
  display: inline-block;
}
.stylist-tables .pricing-table .price h4 {
  margin: 20px 0px;
  font-size: 40px;
  font-weight: 700;
  color: #6ec19e;
  text-align: center;
}
.stylist-tables .pricing-table .price h4 em {
  margin-left: -5px;
  font-size: 14px;
  font-style: normal;
  letter-spacing: 0.5px;
  font-weight: 300;
}
.contractor-tables {
  background-image: url(../images/contractor-plans-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
}
.contractor-tables .pricing-table {
  padding: 20px 30px 45px 30px;
  text-align: center;
  border: 2px solid #464442;
}
@media (max-width: 991px) {
  .contractor-tables .pricing-table {
    margin-bottom: 30px;
  }
}
.contractor-tables .pricing-table h4 {
  font-size: 14px;
  text-transform: uppercase;
  color: #ffffff;
  font-weight: 700;
}
.contractor-tables .pricing-table .price h2 {
  font-size: 40px;
  color: #ffffff;
}
.contractor-tables .pricing-table .price h2 em {
  font-style: normal;
  font-size: 22px;
}
.contractor-tables .pricing-table .price h2 span {
  font-size: 18px;
  font-weight: 400;
}
.contractor-tables .pricing-table .line-dec {
  width: 40px;
  height: 2px;
  background-color: #787878;
  margin: 20px auto 30px auto;
}
.contractor-tables .pricing-table .list ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.contractor-tables .pricing-table .list ul li {
  font-size: 14px;
  color: #cacaca;
  margin-bottom: 12px;
}
.contractor-tables .pricing-table .border-contractor-button {
  margin-top: 45px;
}
.contractor-tables .pricing-table:hover {
  transition: all 0.5s;
  border: 2px solid #82807d;
}
.consulant-tables .section-heading .line-dec {
  background-color: #32a3fd;
}
.consulant-tables .second-table {
  background-color: #32a3fd;
}
@media (max-width: 991px) {
  .consulant-tables .second-table {
    margin-bottom: 30px;
    margin-top: 30px;
  }
}
.consulant-tables .second-table h4 {
  color: #ffffff;
}
.consulant-tables .second-table span {
  color: #ffffff !important;
}
.consulant-tables .second-table h2 {
  color: #ffffff !important;
}
.consulant-tables .second-table ul li {
  color: #ffffff !important;
}
.consulant-tables .second-table .border-consulant-button a {
  background-color: #ffffff;
}
.consulant-tables .second-table .border-consulant-button a:hover {
  color: #32a3fd;
}
.consulant-tables .pricing-table {
  border: 10px solid #f7fbff;
  text-align: center;
  padding: 40px 0px 60px 0px;
}
.consulant-tables .pricing-table h4 {
  margin-top: 0px;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 700;
}
.consulant-tables .pricing-table span {
  font-size: 14px;
  color: #7c7d82;
}
.consulant-tables .pricing-table h2 {
  font-size: 36px;
  font-weight: 900;
  color: #32a3fd;
}
.consulant-tables .pricing-table h2 em {
  font-style: normal;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 400;
}
.consulant-tables .pricing-table ul {
  padding: 60px 30px 30px 30px;
  margin: 0;
  list-style: none;
}
.consulant-tables .pricing-table ul li {
  display: block;
  font-size: 14px;
  color: #7c7d82;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #f6f6f6;
}
.consulant-tables .pricing-table ul li:last-child {
  border-bottom: none;
}
.consulant-tables .pricing-table .border-consulant-button {
  margin-top: 0px;
}
.general-tables {
  background-image: url(../images/general-plans-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
}
.general-tables .pricing-table {
  padding: 20px 30px 45px 30px;
  text-align: center;
  border: 2px solid #464442;
}
@media (max-width: 991px) {
  .general-tables .pricing-table {
    margin-bottom: 30px;
  }
}
.general-tables .pricing-table h4 {
  font-size: 14px;
  text-transform: uppercase;
  color: #ffffff;
  font-weight: 700;
}
.general-tables .pricing-table .price h2 {
  font-size: 40px;
  color: #ffffff;
}
.general-tables .pricing-table .price h2 em {
  font-style: normal;
  font-size: 22px;
}
.general-tables .pricing-table .price h2 span {
  font-size: 18px;
  font-weight: 400;
}
.general-tables .pricing-table .line-dec {
  width: 40px;
  height: 2px;
  background-color: #787878;
  margin: 20px auto 30px auto;
}
.general-tables .pricing-table .list ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.general-tables .pricing-table .list ul li {
  font-size: 14px;
  color: #cacaca;
  margin-bottom: 12px;
}
.general-tables .pricing-table .border-general-button {
  margin-top: 45px;
}
.general-tables .pricing-table:hover {
  transition: all 0.5s;
  border: 2px solid #82807d;
}
.book-stylist {
  background-image: url(../images/book_stylist_bg.png);
  background-repeat: no-repeat;
  width: 100%l;
  background-size: cover;
}
.book-stylist .section-heading h2 {
  color: #ffffff;
}
.book-stylist .section-heading .line-dec {
  background-color: #6ec19e;
}
.book-stylist .section-heading p {
  color: #ffffff;
}
.book-stylist img {
  width: 100%;
  overflow: hidden;
}
.work-together .section-heading .line-dec {
  background-color: #6ec19e;
}
.work-together .section-heading p em {
  font-style: normal;
  font-weight: 600;
  color: #6ec19e;
}
.work-together .aqua-button {
  text-align: center;
}
.contractor-posts .testimonial-item .left-content {
  margin-left: 15px;
  margin-right: 30px;
}
@media (max-width: 991px) {
  .contractor-posts .testimonial-item .left-content {
    margin-left: 0px;
    border-right: 0px;
    margin-bottom: 20px;
  }
}
.contractor-posts .testimonial-item .left-content h2 {
  padding-top: 30px;
  font-size: 24px;
  text-transform: uppercase;
  font-weight: 700;
  margin-top: 0px;
  margin-bottom: 0px;
}
.contractor-posts .testimonial-item .left-content span {
  font-size: 16px;
  color: #cacaca;
  font-weight: 300;
  display: block;
  margin: 30px 0px;
}
.contractor-posts .testimonial-item .right-image img {
  width: 100%;
  overflow: hidden;
}
.contractor-posts .owl-pagination {
  text-align: center;
  margin-top: 45px;
  opacity: 1;
  width: 100%;
  display: inline-block;
}
.contractor-posts .owl-pagination .owl-page {
  display: inline-block;
  background-color: #1f272d !important;
  width: 8px;
  height: 8px;
  margin: 0px 5px;
  filter: alpha(opacity=30);
  opacity: 0.3;
  background-color: #62c9c8;
  -ms-transform: rotate(45deg);
  /* IE 9 */
  -webkit-transform: rotate(45deg);
  /* Chrome, Safari, Opera */
  transform: rotate(45deg);
}
.contractor-posts .owl-pagination .active {
  background-color: #f6b710 !important;
  filter: alpha(opacity=100);
  opacity: 1;
}
section.general-consulant-tables {
  padding-bottom: 0px;
}
.error-page-content {
  padding: 150px 0px;
  margin-top: 115px;
  background-image: url(../images/error-page-bg.png);
  width: 100%;
  background-size: cover;
  background-attachment: fixed;
  background-position: center center;
  text-align: center;
}
.error-page-content h1 {
  font-size: 180px;
  color: #074a82;
  font-weight: 700;
  margin-bottom: 0px;
  letter-spacing: 10px;
}
.error-page-content h4 {
  margin-top: 0px;
  font-size: 24px;
  text-transform: uppercase;
  font-weight: 600;
  color: #ffffff;
  letter-spacing: 2px;
  margin-bottom: 30px;
}
.error-page-content p {
  color: #cacaca;
  font-weight: 300;
  font-size: 18px;
}
.error-page-content a {
  margin-top: 80px;
  display: inline-block;
  text-transform: uppercase;
  font-size: 14px;
  color: #074a82;
  text-decoration: underline;
  font-weight: 900;
}
.coming-page {
  margin-top: 0px;
  padding: 80px 0px;
  background-image: url(../images/coming-soon-bg.png);
  width: 100%;
  background-size: cover;
  background-attachment: fixed;
  background-position: center center;
}
.coming-page .coming-content {
  text-align: center;
  margin-top: 10%;
}
.coming-page .coming-content h1 {
  text-transform: uppercase;
  font-weight: 700;
  color: #ffffff;
  font-size: 44px;
  letter-spacing: 1px;
  margin-bottom: 20px;
}
.coming-page .coming-content span {
  letter-spacing: 2px;
  font-weight: 300;
  font-size: 18px;
  text-transform: uppercase;
  color: #cacaca;
}
.coming-page .coming-content #getting-started {
  display: block;
  text-align: center;
  margin-bottom: 110px;
  margin-top: 100px;
  margin-left: 30px;
}
.coming-page .coming-content #getting-started em {
  margin: 0px 30px;
  font-family: 'Open Sans', sans-serif;
  font-size: 48px;
  font-weight: 600;
  color: #ffffff;
  font-style: normal;
  display: inline-block;
  width: 130px;
  height: 130px;
  text-align: center;
  line-height: 110px;
  border-radius: 50%;
  background-color: rgba(250, 250, 250, 0.1);
}
@media (max-width: 991px) {
  .coming-page .coming-content #getting-started em {
    margin: 30px;
  }
}
.coming-page .coming-content #getting-started span {
  text-transform: capitalize;
  text-align: center;
  position: absolute;
  margin-left: -115px;
  margin-top: 88px;
  display: inline;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #ffffff;
}
@media (max-width: 991px) {
  .coming-page .coming-content #getting-started span {
    margin-top: 115px;
  }
}
.coming-page .coming-content p {
  margin-top: 80px;
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.5px;
}
.coming-page .coming-content input {
  display: inline-block;
  width: 50%;
  height: 50px;
  border: 1px solid rgba(250, 250, 250, 0.1);
  background-color: transparent;
  font-family: 'Open Sans', sans-serif;
  font-size: 13px;
  color: #ffffff;
  outline: none;
  padding-left: 15px;
  margin-right: 10px;
}
@media (max-width: 991px) {
  .coming-page .coming-content input {
    width: 80%;
  }
}
.coming-page .coming-content .general-button {
  display: inline-block;
  margin-top: 15px;
  margin-left: -176px;
  position: absolute;
}
@media (max-width: 991px) {
  .coming-page .coming-content .general-button {
    position: relative;
    text-align: center;
    display: inline-block;
    width: 100%;
    margin-left: 0px;
    margin-top: 45px;
  }
}
.coming-page .coming-content .general-button a {
  padding: 16px 30px;
}
.coming-page ul.social-icons {
  padding: 0;
  margin-top: 45px;
  list-style: none;
}
.coming-page ul.social-icons li {
  display: inline-block;
  margin: 0px 5px;
}
.coming-page ul.social-icons li a {
  width: 36px;
  height: 36px;
  display: inline-block;
  text-align: center;
  line-height: 35px;
  border: 1px solid #cacaca;
  color: #cacaca;
  border-radius: 50%;
}
.coming-page ul.social-icons li a:hover {
  color: #074a82;
  border-color: #074a82;
  transition: all 0.5s;
}
.demo-page-heading {
  background-image: url(../images/demo-page-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
  background-attachment: fixed;
}
.demo-page-heading h6 {
  font-size: 17px;
  text-transform: uppercase;
  font-weight: 700;
  color: #ffffff;
}
.demo-page-heading h2 {
  font-size: 48px;
  text-transform: uppercase;
  color: #ffffff;
  font-weight: 900;
  margin-bottom: 30px;
}
.demo-page-heading p {
  color: #ffffff;
}
.demo-page-heading .white-demo-button {
  margin-top: 45px;
}
.demo-page-heading .white-demo-button a {
  padding: 10px 18px;
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
  background-color: #ffffff;
}
.demo-page-heading .white-demo-button a i {
  margin-left: 15px;
}
.demo-content .heading {
  margin-bottom: 60px;
  text-align: center;
}
.demo-content .heading h2 {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 600;
}
.demo-content .heading i {
  font-size: 22px;
}
.demo-content .demo-part {
  text-align: center;
}
.demo-content .demo-part img {
  border: 1px solid #f3f3f3;
  width: 100%;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.demo-content .demo-part img:hover {
  box-shadow: 0px 5px 25px #ddd;
}
.demo-content .demo-part h4 {
  margin-top: 25px;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 45px;
}
section.demo-footer {
  padding: 60px 0px;
  background-color: #111111;
}
section.demo-footer h6 {
  margin-bottom: 0px;
  margin-top: 0px;
  text-align: center;
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
}
/* 
 * 	Core Owl Carousel CSS File
 *	v1.3.3
 */
/* clearfix */
.owl-carousel .owl-wrapper:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
/* display none until init */
.owl-carousel {
  display: none;
  position: relative;
  width: 100%;
  -ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper {
  display: none;
  position: relative;
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer {
  overflow: hidden;
  position: relative;
  width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}
.owl-carousel .owl-item {
  float: left;
}
.owl-controls .owl-page,
.owl-controls .owl-buttons div {
  cursor: pointer;
}
.owl-controls {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
/* mouse grab icon */
.grabbing {
  cursor: url(grabbing.html) 8 8, move;
}
/* fix */
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}
/*
* 	Owl Carousel Owl Demo Theme 
*	v1.23
*/
.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
  filter: alpha(opacity=100);
  /*IE7 fix*/
  opacity: 1;
}
/* If PaginationNumbers is true */
.owl-theme .owl-controls .owl-page span.owl-numbers {
  height: auto;
  width: auto;
  color: #FFF;
  padding: 2px 10px;
  font-size: 12px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}
/* preloading images */
.owl-item.loading {
  min-height: 150px;
  background: url(AjaxLoader.html) no-repeat center center;
}
.wrapper-with-margin {
  margin: 0px 50px;
}
.owl-theme .owl-controls .owl-buttons div {
  position: absolute;
  width: 30px;
  height: 30px;
  display: inline-block;
  background-color: #ffffff;
  color: #1e1e1e;
  font-size: 18px;
  text-align: center;
  line-height: 30px;
  opacity: 1;
  border-radius: 50%;
}
.clients .owl-theme .owl-controls .owl-buttons div {
  text-align: center;
  position: absolute;
  width: 54px;
  height: 32px;
  display: inline-block;
  border-radius: 0px;
  background-color: #f5f5f5;
}
.clients .owl-theme .owl-controls .owl-buttons div:hover {
  background-color: #62c9c8;
  color: #ffffff;
}
.clients .owl-theme .owl-controls .owl-buttons .owl-prev {
  left: 90%;
  top: -40px;
  position: absolute;
  display: inline-block;
}
.clients .owl-theme .owl-controls .owl-buttons .owl-next {
  right: 5px;
  top: -40px;
  position: absolute;
  display: inline-block;
  margin-left: 30px!important;
}
.clients-2 .owl-theme .owl-controls .owl-buttons div {
  text-align: center;
  position: absolute;
  width: 54px;
  height: 32px;
  display: inline-block;
  border-radius: 0px;
  background-color: #f5f5f5;
}
.clients-2 .owl-theme .owl-controls .owl-buttons div:hover {
  background-color: #62c9c8;
  color: #ffffff;
}
.clients-2 .owl-theme .owl-controls .owl-buttons .owl-prev {
  left: 86%;
  top: -40px;
  position: absolute;
  display: inline-block;
}
.clients-2 .owl-theme .owl-controls .owl-buttons .owl-next {
  right: 5px;
  top: -40px;
  position: absolute;
  display: inline-block;
  margin-left: 30px!important;
}
.owl-theme .owl-controls .owl-buttons .owl-prev {
  left: -45px;
  top: 175px;
}
.owl-theme .owl-controls .owl-buttons .owl-next {
  right: -45px;
  top: 175px;
}
/* Preload images */
body:after {
  content: url(../images/close.png) url(../images/loading.html) url(../images/prev.png) url(../images/next.png);
  display: none;
}
body.lb-disable-scrolling {
  overflow: hidden;
}
.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: black;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  display: none;
}
.lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  text-align: center;
  line-height: 0;
  font-weight: normal;
}
.lightbox .lb-image {
  display: block;
  height: auto;
  max-width: inherit;
  max-height: none;
  border-radius: 3px;
  /* Image border */
  border: 4px solid white;
}
.lightbox a img {
  border: none;
}
.lb-outerContainer {
  position: relative;
  *zoom: 1;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  border-radius: 4px;
  /* Background color behind image.
     This is visible during transitions. */
  background-color: white;
}
.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both;
}
.lb-loader {
  position: absolute;
  top: 50%;
  left: 0;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
}
.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url(../images/loading.html) no-repeat;
}
.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}
.lb-container > .nav {
  left: 0;
}
.lb-nav a {
  outline: none;
  background-image: url('data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==');
}
.lb-prev,
.lb-next {
  height: 100%;
  cursor: pointer;
  display: block;
}
.lb-nav a.lb-prev {
  width: 34%;
  left: 0;
  float: left;
  background: url(../images/prev.png) left 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}
.lb-nav a.lb-prev:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}
.lb-nav a.lb-next {
  width: 64%;
  right: 0;
  float: right;
  background: url(../images/next.png) right 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}
.lb-nav a.lb-next:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}
.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  *zoom: 1;
  width: 100%;
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both;
}
.lb-data {
  padding: 0 4px;
  color: #ccc;
}
.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em;
}
.lb-data .lb-caption {
  font-size: 13px;
  font-weight: bold;
  line-height: 1em;
}
.lb-data .lb-caption a {
  color: #4ae;
}
.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #999999;
}
.lb-data .lb-close {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  background: url(../images/close.png) top right no-repeat;
  text-align: right;
  outline: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  -webkit-transition: opacity 0.5s;
  -moz-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.lb-data .lb-close:hover {
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}
.go-top {
  color: #ffffff;
  display: inline-block;
  height: 50px;
  width: 50px;
  line-height: 50px;
  position: fixed;
  bottom: 60px;
  right: 10px;
  z-index: 77;
  font-size: 22px;
  text-align: center;
  background: #074a82;
  overflow: hidden;
  visibility: hidden;
  opacity: 0;
}
.go-top:hover {
  color: #ffffff !important;
}
.go-top.go-top-visible {
  /* the button becomes visible */
  visibility: visible;
  opacity: 1;
}
.go-top.go-topfade-out {
  opacity: 1;
}
@media (max-width: 991px) {
  .go-top {
    right: 20px;
    bottom: 20px;
  }
}
@media (min-width: 992px) {
  .go-top {
    height: 50px;
    width: 50px;
    line-height: 50px;
    right: 30px;
    bottom: 30px;
  }
}
.nano {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.nano .content {
  position: absolute;
  overflow: scroll;
  overflow-x: hidden;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 0;
}
.nano .content:focus {
  outline: 0;
}
.nano .content::-webkit-scrollbar {
  visibility: hidden;
}
.has-scrollbar .content::-webkit-scrollbar {
  visibility: visible;
}
.nano .pane {
  position: absolute;
  width: 3px;
  right: 0;
  top: 0;
  bottom: 0;
  visibility: hidden\9;
  /* Target only IE7 and IE8 with this hack */
  opacity: 0.01;
  -webkit-transition: .2s;
  -moz-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.nano .pane .slider {
  background: #fff;
  background: rgba(255, 255, 255, 0.5);
  position: relative;
  margin: 0 1px;
  -moz-border-radius: 1px;
  -webkit-border-radius: 1px;
  border-radius: 1px;
}
.nano:hover .pane,
.pane.active,
.pane.flashed {
  opacity: 0.99;
}
.nano {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.nano .content {
  position: absolute;
  overflow: scroll;
  overflow-x: hidden;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 0;
}
/*
 * jQuery FlexSlider v2.4.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 and later license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 * 
 */
/* ====================================================================================================================
 * FONT-FACE
 * ====================================================================================================================*/
@font-face {
  font-family: 'flexslider-icon';
  src: url('../fonts/flexslider-icon.eot');
  src: url('../fonts/flexslider-icond41d.eot?#iefix') format('embedded-opentype'), url('../fonts/flexslider-icon.woff') format('woff'), url('../fonts/flexslider-icon.ttf') format('truetype'), url('../fonts/flexslider-icon.svg#flexslider-icon') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* ====================================================================================================================
 * RESETS
 * ====================================================================================================================*/
.flex-container a:hover,
.flex-slider a:hover,
.flex-container a:focus,
.flex-slider a:focus {
  outline: none;
}
.slides,
.slides > li,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}
.flex-pauseplay span {
  text-transform: capitalize;
}
/* ====================================================================================================================
 * BASE STYLES
 * ====================================================================================================================*/
.flexslider {
  margin: 0;
  padding: 0;
}
.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
}
.flexslider .slides img {
  width: 100%;
  display: block;
}
.flexslider .slides:after {
  content: "\0020";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
html[xmlns] .flexslider .slides {
  display: block;
}
* html .flexslider .slides {
  height: 1%;
}
.no-js .flexslider .slides > li:first-child {
  display: block;
}
/* ====================================================================================================================
 * RESPONSIVE
 * ====================================================================================================================*/
@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 10px;
  }
  .flex-direction-nav .flex-next {
    opacity: 1;
    right: 10px;
  }
}

.service-section-heading {
  margin-bottom :0px !important;
}

/********  banner  ********/
/*@media screen and (max-width: 860px) {
.fullwidthbanner {
  height: 354px !important;
}
}
*/


.about-us-services .container-fluid .col-md-18 {
  padding:0 !important;
}