/*******************************************************
    Template Name    : Plumbers - Plumbing & Repair Services Landing Page Template
    Author           : Cute Themes
    Version          : 1.0
    Created          : 2021
    File Description : Main css file of the template
*******************************************************/

/**************************************
    -- Css Table of Content
    01.Generale Style
    02.Preloader Area Style
    03.Navber Area Style
    04.Home Slider Section Style
    05.Features Section Style
    06.About Section Style
    07.Services Section Style
    08.Why Choose Section Style
    09.Hire Section Style
    10.Portfolio Section Style
    11.Counter Section Style
    12.Team Section Style
    13.Testimonials+How it Works Section Style
    14.Blog Section Style
    15.Faq+Contact Section Style
    16.Google Map Section Style
    17.Partner Logo Section Style
    18.Footer Section Style
 *************************************/

/**************************************
 * 01.Generale Style
 *************************************/

body {
	background: #ffffff;
	color: #333;
	font-family: 'Open Sans', sans-serif;
	font-size: 15px;
	font-weight: normal;
	line-height: 26px;
	overflow-x: hidden;
	margin: 0 auto;
	padding: 0;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	font-family: 'Open Sans', sans-serif;
	font-weight: normal;
	color: #333;
	line-height: 1.5;
}
a {
	color: #fba605;
	text-decoration: none !important;
	-moz-transition: all 0.5s ease-in-out 0s;
	-ms-transition: all 0.5s ease-in-out 0s;
	-o-transition: all 0.5s ease-in-out 0s;
	-webkit-transition: all 0.5s ease-in-out 0s;
	transition: all 0.5s ease-in-out 0s;
}
img {
	max-width: 100%;
}
a:hover {
	color: #fba605;
	-moz-transition: all 0.4s ease-in-out 0s;
	-ms-transition: all 0.4s ease-in-out 0s;
	-o-transition: all 0.4s ease-in-out 0s;
	-webkit-transition: all 0.4s ease-in-out 0s;
	transition: all 0.4s ease-in-out 0s;
}
a:hover,
a:focus {
	color: #fba605;
	text-decoration: none;
}
p {
	padding: 0;
	margin: 0;
	font-size: 15px;
	color: #555;
	font-weight: normal;
	line-height: 26px;
	font-family: 'Open Sans', sans-serif;
}
.z-index {
	z-index: 9;
}
.position-relative {
	position: relative!important;
}
.form-control:focus {
	box-shadow: none;
	outline: 0 none;
	border-bottom: 1px solid #fba605;
}
.btn:focus {
	outline: none !important;
	box-shadow: none;
}
button:focus {
	outline: 0 none;
	box-shadow: none;
}
.button:focus {
	outline: none;
	box-shadow: none;
}
.button {
	position: relative;
	z-index: 2;
	display: inline-block;
	padding: 9px 30px;
	text-align: center;
	font-size: 15px;
	text-transform: capitalize;
	letter-spacing: 0.3px;
	font-weight: 700;
	border: 2px solid #fba605;
	border-radius: 0px;
	color: #fff;
	background: #fba605;
	cursor: pointer;
	margin-top: 25px;
	overflow: hidden;
	transition: all .4s;
	-moz-transition: all .4s;
	-webkit-transition: all .4s;
	-ms-transition: all .4s;
	-o-transition: all .4s;
}
.button:hover {
	color: #fba605;
	background: transparent;
}

.bg-gray {
	background-color: #f5f5f5;
}
.bg-none {
	background: none !important;
}
.color-text {
	color: #fba605;
}
dl,
ol,
ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
.pt-30 {
	padding-top: 30px;
}
.pt-50 {
	padding-top: 50px;
}
.pt-70 {
	padding-top: 70px;
}
.pt-100 {
	padding-top: 100px;
}
.pb-30 {
	padding-bottom: 30px;
}
.pb-50 {
	padding-bottom: 50px;
}
.pb-70 {
	padding-bottom: 70px;
}
.pb-100 {
	padding-bottom: 100px;
}
.mr-15 {
	margin-right: 15px;
}
.mb-20 {
    margin-bottom: 20px;
}
.d-table {
	width: 100%;
	height: 100%;
}

.d-table-cell {
	vertical-align: middle;
}
.bg-fixed {
	background-attachment: fixed;
}
.bg-img {
	background-size: cover;
	background-repeat: no-repeat;
}
.section-padding {
	padding: 100px 0;
}
.section-title {
	text-align: center;
	margin-bottom: 75px;
}
.section-title h5 {
	color: #fba605;
	font-size: 16px;
	font-weight: 700;
	margin-bottom: 10px;
}
.section-title h2 {
	font-weight: 800;
	text-transform: capitalize;
	font-size: 38px;
	color: #333;
}
.display-table {
	width: 100%;
	height: 100%;
	display: table;
}
.table-cell {
	display: table-cell;
	vertical-align: middle;
}
.mr-0 {
	margin: 0;
}
.mr-top-50 {
	margin-top: 50px;
}
.back-to-top {
	position: fixed;
	cursor: pointer;
	top: 0;
	right: 15px;
	color: #ffffff;
	background: #fba605;
	z-index: 4;
	width: 40px;
	text-align: center;
	height: 42px;
	line-height: 42px;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: .9s;
	transition: .9s;
}
.back-to-top:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	background: #fba605;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: 0.5s;
	transition: 0.5s;
}
.back-to-top:hover:before,
.back-to-top:focus:before {
	opacity: 1;
	visibility: visible;
}
.back-to-top:hover,
.back-to-top:focus {
	color: #ffffff;
}
.back-to-top.active {
	top: 97%;
	-webkit-transform: translateY(-98%);
	transform: translateY(-98%);
	opacity: 1;
	visibility: visible;
}
.back-to-top i:last-child {
	opacity: 0;
	visibility: hidden;
	top: 60%;
}
.back-to-top:hover i:first-child,
.back-to-top:focus i:first-child {
	opacity: 0;
	top: 0;
	visibility: hidden;
}
.back-to-top:hover i:last-child,
.back-to-top:focus i:last-child {
	opacity: 1;
	visibility: visible;
	top: 50%;
}
.back-to-top i {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 0;
	right: 0;
	margin: 0 auto;
	-webkit-transition: 0.5s;
	transition: 0.5s;
	font-size: 20px;
}
.v-middle {
	position: absolute;
	z-index: 3;
	width: 100%;
	top: 50%;
	left: 0;
	-webkit-transform: translate(0%, -50%);
	transform: translate(0%, -50%);
}
.valign {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
/* [ Start Overlay ] */

[data-overlay-dark],
[data-overlay-light] {
	position: relative;
}
[data-overlay-dark] .container,
[data-overlay-light] .container {
	position: relative;
	z-index: 2;
}
[data-overlay-dark]:before,
[data-overlay-light]:before {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 1;
}
[data-overlay-dark]:before {
	background: #02050b;
}
[data-overlay-light]:before {
	background: #fff;
}
[data-overlay-dark] h1,
[data-overlay-dark] h2,
[data-overlay-dark] h3,
[data-overlay-dark] h4,
[data-overlay-dark] h5,
[data-overlay-dark] h6,
[data-overlay-dark] span,
.bg-dark h1,
.bg-dark h2,
.bg-dark h3,
.bg-dark h4,
.bg-dark h5,
.bg-dark h6,
.bg-dark span,
.bg-color h1,
.bg-color h2,
.bg-color h3,
.bg-color h4,
.bg-color h5,
.bg-color h6,
.bg-color span {
	color: #fff;
}
[data-overlay-dark] p,
.bg-dark p,
.bg-color p {
	color: #dad6d6;
}
[data-overlay-dark="0"]:before,
[data-overlay-light="0"]:before {
	opacity: 0;
}
[data-overlay-dark="1"]:before,
[data-overlay-light="1"]:before {
	opacity: .1;
}
[data-overlay-dark="2"]:before,
[data-overlay-light="2"]:before {
	opacity: .2;
}
[data-overlay-dark="3"]:before,
[data-overlay-light="3"]:before {
	opacity: .3;
}
[data-overlay-dark="4"]:before,
[data-overlay-light="4"]:before {
	opacity: .4;
}
[data-overlay-dark="5"]:before,
[data-overlay-light="5"]:before {
	opacity: .5;
}
[data-overlay-dark="6"]:before,
[data-overlay-light="6"]:before {
	opacity: .6;
}
[data-overlay-dark="7"]:before,
[data-overlay-light="7"]:before {
	opacity: .7;
}
[data-overlay-dark="8"]:before,
[data-overlay-light="8"]:before {
	opacity: .8;
}
[data-overlay-dark="9"]:before,
[data-overlay-light="9"]:before,
[data-overlay-color="9"]:before {
	opacity: .9;
}
[data-overlay-dark="10"]:before,
[data-overlay-light="10"]:before {
	opacity: 1;
}
/* [ End Overlay ] */

/* owl theme */

.owl-theme .owl-nav.disabled+.owl-dots {
	margin-top: 20px;
}
.owl-theme .owl-dots .owl-dot span {
	width: 7px;
	height: 7px;
	margin: 5px 5px;
	background-color: rgba(0, 0, 0, 0.1);
	display: block;
	-webkit-backface-visibility: visible;
	transition: opacity .2s ease;
	border-radius: 3px;
	transition: .3s;
	border: 2px solid transparent;
}
.owl-theme .owl-dots .owl-dot.active span {
	background-color: #fba605 !important;
	width: 7px;
	height: 7px;
	transition: .3s;
	-webkit-box-shadow: 0 1px 5px #fba605;
	box-shadow: 0 1px 5px #fba605;
}
.owl-theme .owl-dots .owl-dot:hover span {
	background-color: transparent;
	border: 2px solid #fba605;
	transition: .3s;
}

/**************************************
 * Overlay Effect Bg image
 *************************************/
 
[data-overlay-dark],
[data-overlay-light] {
  position: relative;
}

[data-overlay-dark] .container,
[data-overlay-light] .container {
  position: relative;
  z-index: 2;
}

[data-overlay-dark]:before,
[data-overlay-light]:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}

[data-overlay-dark]:before {
  background: #101010;
}

[data-overlay-light]:before {
  background: #fff;
}

[data-overlay-dark] h1,
[data-overlay-dark] h2,
[data-overlay-dark] h3,
[data-overlay-dark] h4,
[data-overlay-dark] h5,
[data-overlay-dark] h6,
[data-overlay-dark] span {
  color: #fff;
}

[data-overlay-dark] p {
  color: #bbb;
}

[data-overlay-dark="0"]:before,
[data-overlay-light="0"]:before {
  opacity: 0;
}

[data-overlay-dark="1"]:before,
[data-overlay-light="1"]:before {
  opacity: 0.1;
}

[data-overlay-dark="2"]:before,
[data-overlay-light="2"]:before {
  opacity: 0.2;
}

[data-overlay-dark="3"]:before,
[data-overlay-light="3"]:before {
  opacity: 0.3;
}

[data-overlay-dark="4"]:before,
[data-overlay-light="4"]:before {
  opacity: 0.4;
}

[data-overlay-dark="5"]:before,
[data-overlay-light="5"]:before {
  opacity: 0.5;
}

[data-overlay-dark="6"]:before,
[data-overlay-light="6"]:before {
  opacity: 0.6;
}

[data-overlay-dark="7"]:before,
[data-overlay-light="7"]:before {
  opacity: 0.7;
}

[data-overlay-dark="8"]:before,
[data-overlay-light="8"]:before {
  opacity: 0.8;
}

[data-overlay-dark="9"]:before,
[data-overlay-light="9"]:before {
  opacity: 0.9;
}

[data-overlay-dark="10"]:before,
[data-overlay-light="10"]:before {
  opacity: 1;
}

/**************************************
 * 02.Preloader Area Style
 *************************************/

.preloader {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #ffffff;
	z-index: 999999;
}
.preloader .preloader-inner {
	width: 100px;
	height: 100px;
	display: inline-block;
	padding: 0px;
	text-align: left;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.preloader-inner .circular {
  -webkit-animation: rotate 2s linear infinite;
          animation: rotate 2s linear infinite;
  height: 100%;
  transform-origin: center center;
  width: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.preloader-inner .path {
  stroke-dasharray: 1, 200;
  stroke-dashoffset: 0;
  -webkit-animation: dash 1.5s ease-in-out infinite, color 6s ease-in-out infinite;
          animation: dash 1.5s ease-in-out infinite, color 6s ease-in-out infinite;
  stroke-linecap: round;
}

@-webkit-keyframes rotate {
  100% {
    transform: rotate(360deg);
  }
}

@keyframes rotate {
  100% {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35px;
  }
  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -124px;
  }
}
@keyframes dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35px;
  }
  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -124px;
  }
}
@-webkit-keyframes color {
  100%, 0% {
    stroke: #d62d20;
  }
  40% {
    stroke: #0057e7;
  }
  66% {
    stroke: #008744;
  }
  80%, 90% {
    stroke: #ffa700;
  }
}
@keyframes color {
  100%, 0% {
    stroke: #d62d20;
  }
  40% {
    stroke: #0057e7;
  }
  66% {
    stroke: #008744;
  }
  80%, 90% {
    stroke: #ffa700;
  }
}

/**************************************
 * 03.Navber Area Style
 *************************************/
.header-navber-area {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  z-index: 999;
  background: transparent;
}

.header-navber-area .nav-top-bar {
  background: rgba(0, 0, 0, 0.2);
  padding-top: 8px;
  padding-bottom: 8px;
}

.header-navber-area .nav-top-bar .call-to-action p {
  margin: 0 13px 0 0;
  display: inline-block;
  color: #ffffff;
  font-size: 14px;
}

.header-navber-area .nav-top-bar .call-to-action p i {
  margin-right: 3px;
  font-size: 14px;
}

.header-navber-area .nav-top-bar .call-to-action p a {
  color: #ffffff;
}

.header-navber-area .nav-top-bar .call-to-action p a:hover, .header-navber-area .nav-top-bar .call-to-action p a:focus {
  opacity: .8;
}

.header-navber-area .nav-top-bar .top-social {
  float: right;
  padding: 0;
  margin: 0 0 0 10px;
  list-style-type: none;
}

.header-navber-area .nav-top-bar .top-social li {
  display: inline-block;
}

.header-navber-area .nav-top-bar .top-social li a {
    color: #ffffff;
    font-size: 16px;
    margin-left: 8px;
    width: 25px;
    height: 25px;
    text-align: center;
    display: inline-block;
}

.header-navber-area .nav-top-bar .top-social li a:hover, .header-navber-area .nav-top-bar .top-social li a:focus {
  opacity: .8;
}

.header-navber-area .nav-top-bar .opening-hours {
  float: right;
}

.header-navber-area .nav-top-bar .opening-hours p {
  font-size: 14px;
  color: #ffffff;
  margin-bottom: 0;
}

.header-navber-area .nav-top-bar .opening-hours p i {
  margin-right: 3px;
  font-size: 14px;
}

.header-navber-area .nav-top-bar.template-color-bg {
  background: #fba605;
  border-bottom: none;
}

.header-navber-area .nav-top-bar.template-color-bg .call-to-action p a {
  color: #ffffff;
}

.header-navber-area .nav-top-bar.template-color-bg .top-social li a {
  color: #ffffff;
}

.navbar-b .black-logo {
	display: none;
}
.navbar-b.navbar-reduce .navbar-brand .white-logo {
	display: none;
}
.navbar-b.navbar-reduce .navbar-brand .black-logo {
	display: block;
}

.navbar-b {
	transition: all .5s ease-in-out;
	background-color: transparent;
	padding-top: 1.563rem;
	padding-bottom: 1.563rem;
}

.navbar-b.navbar-reduce {
	position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
	box-shadow: 0px 6px 9px 0px rgba(0, 0, 0, 0.06);
}
.navbar-b.navbar-trans .nav-item,
.navbar-b.navbar-reduce .nav-item {
	position: relative;
	padding-right: 10px;
	padding-left: 0;
}
.main-index-nav.navbar-b.navbar-trans .nav-link,
.main-index-nav.navbar-b.navbar-reduce .nav-link {
	color: #333;
}
.navbar-b.navbar-trans .nav-link,
.navbar-b.navbar-reduce .nav-link {
	color: #fff;
	text-transform: capitalize;
	font-weight: 600;
	font-size: 14px;
	letter-spacing: 0.3px;
	font-family: 'Open Sans', sans-serif;
}
.navbar-b.navbar-trans .nav-link:hover,
.navbar-b.navbar-reduce .nav-link:hover {
	color: #1B1B1B;
}
.main-index-nav.navbar-b.navbar-trans .nav-link:hover {
	color: #333;
}
.navbar-b.navbar-trans .nav-link:hover {
	color: #fff;
}
.main-index-nav.navbar-b.navbar-trans .show > .nav-link,
.main-index-nav.navbar-b.navbar-trans .active > .nav-link,
.main-index-nav.navbar-b.navbar-trans .nav-link.show,
.main-index-nav.navbar-b.navbar-trans .nav-link.active {
	color: #333;
}
.navbar-b.navbar-trans .show > .nav-link,
.navbar-b.navbar-trans .active > .nav-link,
.navbar-b.navbar-trans .nav-link.show,
.navbar-b.navbar-trans .nav-link.active {
	color: #fff;
}
.navbar-b.navbar-reduce {
	transition: all .5s ease-in-out;
	background-color: #fff;
	padding-top: 20px;
	padding-bottom: 20px;
	-webkit-animation: 500ms ease-in-out 0s normal fadeInDown;
	animation: 500ms ease-in-out 0s normal fadeInDown;
	-webkit-transition: 0.6s;
	transition: 0.6s;
}
.navbar-b.navbar-reduce .nav-link {
	color: #555;
}
.navbar-b.navbar-reduce .nav-link:hover {
	color: #505050;
}

.main-index-nav.navbar-b.navbar-reduce .show > .nav-link,
.main-index-nav.navbar-b.navbar-reduce .active > .nav-link,
.main-index-nav.navbar-b.navbar-reduce .nav-link.show,
.main-index-nav.navbar-b.navbar-reduce .nav-link.active {
	color: #333;
}
.navbar-b.navbar-reduce .show > .nav-link,
.navbar-b.navbar-reduce .active > .nav-link,
.navbar-b.navbar-reduce .nav-link.show,
.navbar-b.navbar-reduce .nav-link.active {
	color: #555;
}
.navbar-b.navbar-reduce .navbar-brand {
	color: #333;
}
.navbar-b.navbar-reduce .navbar-toggler span {
	background-color: #1B1B1B;
}
.navbar-b .navbar-brand {
	color: #fff;
	font-size: 1.6rem;
	font-weight: 700;
}
.navbar-b .navbar-nav .dropdown-item.show .dropdown-menu,
.navbar-b .dropdown.show .dropdown-menu,
.navbar-b .dropdown-btn.show .dropdown-menu {
	-webkit-transform: translate3d(0px, 0px, 0px);
	transform: translate3d(0px, 0px, 0px);
	visibility: visible !important;
}
.navbar-b .dropdown-menu {
	margin: 1.12rem 0 0;
	border-radius: 0;
}
.navbar-b .dropdown-menu .dropdown-item {
	padding: .7rem 1.7rem;
	transition: all 500ms ease;
}
.navbar-b .dropdown-menu .dropdown-item:hover {
	background-color: #fba605;
	color: #fff;
	transition: all 500ms ease;
}
.navbar-b .dropdown-menu .dropdown-item.active {
	background-color: #fba605;
}
.navbar-toggler {
	position: relative;
}
.navbar-toggler:focus,
.navbar-toggler:active {
	outline: 0;
}
.navbar-toggler span {
	display: block;
	background-color: #fff;
	height: 3px;
	width: 25px;
	margin-top: 4px;
	margin-bottom: 4px;
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
	left: 0;
	opacity: 1;
}
.navbar-toggler span:nth-child(1),
.navbar-toggler span:nth-child(3) {
	transition: -webkit-transform .35s ease-in-out;
	transition: transform .35s ease-in-out;
	transition: transform .35s ease-in-out, -webkit-transform .35s ease-in-out;
}
.navbar-toggler:not(.collapsed) span:nth-child(1) {
	position: absolute;
	left: 12px;
	top: 10px;
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
	opacity: 0.9;
}
.navbar-toggler:not(.collapsed) span:nth-child(2) {
	height: 12px;
	visibility: hidden;
	background-color: transparent;
}
.navbar-toggler:not(.collapsed) span:nth-child(3) {
	position: absolute;
	left: 12px;
	top: 10px;
	-webkit-transform: rotate(-135deg);
	transform: rotate(-135deg);
	opacity: 0.9;
}
.navbar-b .black-logo {
	display: none;
}
.navbar-b.navbar-reduce .navbar-brand .white-logo {
	display: none;
}
.navbar-b.navbar-reduce .navbar-brand .black-logo {
	display: block;
}

/**************************************
 * 04. Home Slider Style
 *************************************/

.home-slider-area {
	min-height: 660px;
	position: relative;
	z-index: 1;
}

.home-slider,
.home-slider-single-item {
	height: 660px;
	overflow: hidden;
	display: block;
}

.home-slider-single-item {
	display: flex;
	align-items: center;
	padding: 70px 0;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	position: relative;
	z-index: 1;
	width: 100%;
}

.home-slider-single-item::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	padding: 0;
	height: 100%;
	width: 100%;
	opacity: 0.5;
	z-index: -1;
	background: #333;
}

.home-slider-single-item .container {
	position: relative;
	z-index: 3;
}

.home-slider-content {
	width: 100%;
    max-width: 630px;
	padding-top: 90px;
    text-align: left;
}

.home-slider-title {
	color: #fff;
	font-size: 48px;
	font-weight: 700;
	margin-bottom: 20px;
}

.home-slider-description {
	max-width: 500px;
}

.home-slider-description p {
	margin-bottom: 0;
	color: #fff;
	font-size: 16px;
}

.home-slider-btn-box {
	margin-top: 0px;
}

.valign {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.flickity-page-dots {
	position: relative;
	bottom: inherit;
	margin-top: 33px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
}

.flickity-page-dots .dot {
	position: relative;
	width: 14px;
	height: 14px;
	display: flex;
	align-items: center;
	justify-content: center;
	outline: 0;
	background: 0 0;
	opacity: 1;
	margin: 0 1.125rem .625rem 0;
}

.flickity-page-dots .dot:last-child {
	margin-right: 0;
}

.flickity-page-dots .dot.is-selected::after {
	background-color: #fff;
	width: 100%;
	height: 100%;
}

.flickity-page-dots .dot:hover::after {
	background-color: #fff;
}

.flickity-page-dots .dot::after {
	content: "";
	width: 10px;
	height: 10px;
	background-color: transparent;
    border: 1px solid #fff;
	margin: 0;
	border-radius: 50%;
	outline: 0;
	transition: all .25s;
}

.flickity-dots-white .flickity-page-dots .dot::after {
	background-color: #fff;
}

.flickity-dots-white .flickity-page-dots .dot.is-selected::after {
	background-color: #fba605;
}

.flickity-prev-next-button {
	width: 44px;
	height: 44px;
	border-radius: 50%;
	background: #fff;
	border: 0;
	display: flex;
}

.flickity-prev-next-button .flickity-button-icon {
	position: relative;
	left: 0;
	top: 0;
	width: 14px;
	height: 14px;
	margin: auto;
	fill: #fba605;
}

.ios .flickity-prev-next-button .flickity-button-icon {
	width: 15px;
	height: 15px;
}

.carusel-col {
	padding: 0;
	margin-right: 30px;
}

.carusel-col:last-child {
	margin-right: 0;
}

.flickity-dots-absolute .flickity-page-dots {
	position: absolute;
	bottom: 25px;
}

/**************************************
 * 05.Features Section Style
 *************************************/

.single-mini-feature {
	margin-top: 30px;
    background: #fff;
    text-align: center;
    padding: 45px 35px;
    border-radius: 5px;
	box-shadow: 0px 5px 15px 2px rgb(160, 160, 160, 0.05);
    -webkit-box-shadow: 0px 5px 15px 2px rgb(160, 160, 160, 0.05);
}

.mini-feature-icon i {
    color: #fba605;
    font-size: 55px;
}

.mini-feature-info {
    margin-top: 20px;
}

.mini-feature-info h6 {
	color: #333;
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 15px;
	text-transform: capitalize;
	-webkit-transition: all .4s;
	transition: all .4s;
}
.mini-feature-info p {
	color: #444;
	font-size: 14px;
	-webkit-transition: all .4s;
	transition: all .4s;
}

/**************************************
 * 06.About Section Style
 *************************************/
.about-area {
}
.about-image-wrapper {
	position: relative;
}
.about-overlay-content {
    position: absolute;
    min-width: 320px;
    background: #fff;
    padding: 35px 15px 25px 25px;
    box-shadow: 0px 12px 27px 0px rgb(143, 158, 182, 0.3);
    bottom: 30px;
    right: 0px;
    border-bottom: 3px solid #fba605;
}

.about-overlay-content h2 {
    float: left;
    font-size: 60px;
    font-weight: 700;
    color: #fba605;
    margin-right: 10px;
    line-height: 1.1;
}
.about-overlay-content h2 span {
    font-size: 15px;
}
.about-overlay-content h5 {
    font-size: 12px;
    font-weight: 700;
    margin-bottom: 0;
    margin-top: 12px;
    margin-bottom: 7px;
    text-transform: uppercase;
}
.about-overlay-content h3 {
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 0;
}

.about-content h5 {
    color: #fba605;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 10px;
}
.about-content h2 {
	font-size: 33px;
	font-weight: 700;
	margin-bottom: 15px;
}

.about-content-text p {
	margin-bottom: 25px;
}

.about-content .list-item li:not(:last-child) {
    padding-bottom: 15px;
}

.about-content .list-item li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.about-content .list-item p {
	margin-bottom: 0px;
}
.about-content .list-icon {
    padding-right: 15px;
}
.about-content .list-icon i {
    color: #fba605;
	font-size: 20px;
    vertical-align: middle;
}

.about-content .call-button {
    padding: 15px 25px;
    font-size: 18px;
    color: #fff;
    font-weight: 700;
    background: #fba605;
    border-radius: 30px;
    display: inline-block;
    margin-top: 25px;
    box-shadow: 0 0 0 6px rgb(251 166 5 / 15%);
}

/**************************************
 * 07.Service Section Style
 *************************************/
.services-area .section-title {
    margin-bottom: 45px;
}
.single-services-box {
	padding: 0px 0px;
	text-align: center;
	background-color: #ffffff;
	margin-top: 30px;
	display: block;
    border-radius: 0px;
    -webkit-transition: all 400ms ease-out;
    transition: all 400ms ease-out;
    will-change: transform;
}

.single-services-box .services-img img {
}

.services-content-info {
    padding: 0px 30px 30px;
}
.services-icon {
    text-align: center;
    margin-top: -35px;
}

.services-icon i {
    color: #fff;
    font-size: 33px;
    position: relative;
    height: 65px;
    width: 65px;
    line-height: 70px;
    display: inline-block;
    border-radius: 50%;
    background: #1392ff;
    margin-bottom: 15px;
	box-shadow: 0 0 0 6px rgb(20, 146, 255, 0.15);
}
.single-services-box h3 {
	font-size: 18px;
    font-weight: 700;
    margin-bottom: 12px;
}

.single-services-box h3 a {
	display: inline-block;
}

.single-services-box:hover {
	-webkit-transform: translateY(-10px);
	transform: translateY(-10px);
}

.services-link-btn {
	margin-top: 10px;
}

.single-services-box .services-link-btn a {
	color: #5f5f5f;
	display: inline-block;
	font-size: 16px;
	margin-top: 15px;
	display: block;
	font-weight: 700;
	letter-spacing: 0.3px;
}

.single-services-box .services-link-btn a:hover {
	color: #fba605;
	text-decoration: underline !important;
}

/**************************************
 * 08.Why Choose Us Section Style
 *************************************/
.choose-image-wrapper {
    position: relative;
    padding-right: 100px;
}
.choose-image-wrapper .choose-video-img {
    position: relative;
	margin: 0;
}
.choose-image-wrapper .choose-video-img:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    padding: 0;
    height: 100%;
    width: 100%;
    opacity: .5;
    z-index: 1;
    background: #000;
}

.choose-image-wrapper .video-box {
    position: absolute;
    right: 0px;
    bottom: -70px;
    border: 22px solid #ffffff;
}
.popup-video {
	display: inline-block;
    color: #fff;
    font-size: 50px;
    background: transparent;
    margin: auto;
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 1;
    -webkit-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
}


.choose-content h5 {
    color: #fba605;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 10px;
}
.choose-content h2 {
	font-size: 33px;
	font-weight: 700;
	margin-bottom: 15px;
}

.choose-content-text p {
	margin-bottom: 15px;
}

.choose-content .list-item li:not(:last-child) {
    padding-bottom: 20px;
}

.choose-content .list-item li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.choose-content .list-item p {
	margin-bottom: 0px;
}
.choose-content .list-icon {
    padding-right: 15px;
}
.choose-content .list-icon i {
    color: #fba605;
	font-size: 20px;
    vertical-align: middle;
}

/**************************************
 * 09. Hire Section Style
 **************************************/
.hire-area {
	padding: 100px 0;
	position: relative;
	z-index: 1;
	background: url(../img/wbaylbanner-bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
	overflow: hidden;
}

.hire-area::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	padding: 0;
	height: 100%;
	width: 100%;
	opacity: .7;
	z-index: -1;
	background: #111;
}


.hire-content h2 {
	color: #fff;
	font-size: 33px;
	font-weight: 700;
	margin-bottom: 20px;
}

.hire-content h5 {
	color: #fff;
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 25px;
	line-height: 1.8;
}
.hire-content .call-button {
	color: #fba605;
    font-size: 33px;
    font-weight: 700;
}

/**************************************
 * 10.Portfolio Section Style
 **************************************/
.portfolio-area {
}

.portfolio-area .section-title {
    text-align: center;
    margin-bottom: 45px;
}

.single-portfolio {
	position: relative;
	margin-top: 30px;
    display: block;
}

.single-portfolio::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	border-radius: 3px;
	background-color: #000;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.portfolio-image img {
	border-radius: 3px;
}

.single-portfolio .works-overly-info {
	position: absolute;
	left: 18px;
	right: 18px;
	bottom: 18px;
	text-align: left;
	color: #ffffff;
	-webkit-transform: translateY(50px);
	transform: translateY(50px);
	font-size: 20px;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.single-portfolio .works-overly-info .text {
	background: #fff;
	padding: 15px 20px;
	text-align: center;
	border-radius: 3px;
}

.single-portfolio .works-overly-info .text h3 {
	color: #333;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.5;
	margin-bottom: 5px;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.single-portfolio .works-overly-info .text .works-category {
	font-size: 15px;
	color: #fba605;
	font-weight: 600;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.single-portfolio:hover::before {
	opacity: 0.7;
	visibility: visible;
}

.single-portfolio:hover .works-overly-info {
	opacity: 1;
	visibility: visible;
	-webkit-transform: translateY(0px);
	transform: translateY(0px);
	-webkit-transition: .6s;
	transition: .6s;
}

.portfolio-more-btn {
	margin-top: 20px;
}

/**************************************
 * 11.Counter Section Style
 **************************************/
.counter-area {
    padding: 100px 0;
    position: relative;
    z-index: 1;
    background: url(../img/wbaylbanner-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    overflow: hidden;
}
.counter-area::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    padding: 0;
    height: 100%;
    width: 100%;
    opacity: .7;
    z-index: -1;
    background: #111;
}

.counter-contents {
	text-align: center;
}
.counter-contents h2 {
	color: #fff;
	font-size: 45px;
	font-weight: 700;
	margin-bottom: 5px;
	word-spacing: -10px;
}
.counter-contents h3 {
	color: #fba605;
	font-size: 18px;
	font-weight: 700;
}

/**************************************
 * 12.Team Section Style
 **************************************/
.team-area {
}

.team-area .section-title {
	margin-bottom: 45px;
}
.single-team-box {
	margin-top: 30px;
	overflow: hidden;
	-webkit-transition: 0.5s;
	transition: 0.5s;
}
.team-image {
	position: relative;
	z-index: 1;
	border-radius: 3px;
	overflow: hidden;
}

.team-image::before {
    content: "";
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    padding: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    background: #000;
	-webkit-transition: 0.5s;
	transition: 0.5s;
}
.single-team-box:hover .team-image::before {
    opacity: .8;
    visibility: visible;
}

.single-team-box .team-image img {
	width: 100%;
	height: auto;
	-webkit-transition: 0.5s;
	transition: 0.5s;
}

.single-team-box:hover .team-image img {
	-webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.team-social-icon {
    position: absolute;
    z-index: 5;
    top: 50%;
    width: 100%;
	text-align: center;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.team-social-icon a {
    padding: 15px;
    color: #fff;
	font-size: 18px;
	display: inline-block;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
	will-change: transform;
}
.single-team-box:hover .team-social-icon a {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.team-info {
	padding: 20px 15px 0px;
	text-align: center;
	-webkit-transition: 0.5s;
	transition: 0.5s;
}
.team-info h3 {
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 0;
}
.team-info span {
	color: #fba605;
	font-size: 15px;
	font-weight: 600;
	display: block;
}

/**************************************
 * 13.Testimonial+How it Works Section Style
 **************************************/

.testimonial-area {
	position: relative;
	z-index: 1;
}

.testimonial-title h5 {
    color: #fba605;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 10px;
}

.testimonial-title h2 {
    font-size: 33px;
    font-weight: 700;
    margin-bottom: 20px;
}

.testimonial-area .owl-stage-outer {
  margin: 0 -8px;
  padding-left: 8px;
  padding-top: .35rem;
}
.testimonial-content-inner .testimonial-text {
	position: relative;
    background: #ffffff;
    border-radius: 3px;
    padding: 15px 0px;
    text-align: left;
}

.testimonial-content-inner .testimonial-text p {
}

.testimonial-text .rating-box {
	margin-bottom: 12px;
}

.testimonial-text .rating-box h6 {
    font-size: 15px;
    font-weight: 700;
    color: #777;
}

.testimonial-text .rating-box ul li {
	display: inline-block;
}

.testimonial-text .rating-box ul li i {
	color: #ffce39;
	font-size: 15px;
}
.testimonial-content-inner .author-info-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: row;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    text-align: left;
	padding-top: 20px;
}
.testimonial-content-inner .author-info-box .author-img img {
    border-radius: 50%;
    width: 75px;
    margin: 0 auto;
}
.testimonial-content-inner .author-info-box .author-img {
	margin-right: 18px;
}
.testimonial-content-inner .author-info-box h3 {
	font-size: 18px;
	font-weight: 700
}

.testimonial-content-inner .author-info-box span {
	font-size: 14px;
	font-weight: 500
}

.testimonial-area .owl-theme .owl-nav.disabled+.owl-dots {
	position: unset;
	right: 0;
	top: 50%;
	transform: none;
	margin-top: 20px;
}
.testimonial-area .owl-theme .owl-dots .owl-dot span {
	background-color: #ddd;
}
.slider-bg-grey .owl-theme .owl-dots .owl-dot span {
	background-color: #cacaca;
}

.process-title h5 {
    color: #fba605;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 10px;
}
.process-title h2 {
    font-size: 33px;
    font-weight: 700;
    margin-bottom: 20px;
}

.process-feature-box {
    margin-top: 25px;
}

.process-single-feature {
	position: relative;
    padding: 0;
    margin-bottom: 30px;
}

.process-single-feature:last-child {
	margin-bottom: 0px;
}
.process-features-icon {
    position: absolute;
    z-index: 1;
	left: 0;
	top: 3px;
    text-align: center;
    border: 0;
}

.process-features-icon span {
	color: #ff561d;
    font-size: 30px;
    font-weight: 700;
    display: inline-block;
    background: #f5f5f5;
    width: 53px;
    height: 53px;
    line-height: 53px;
    border-radius: 30px;
}

.process-features-info {
    padding-left: 70px;
}

.process-features-info p {
    margin: 0;
}

.process-features-info h3 {
    font-size: 18px;
    font-weight: 700;
	margin-bottom: 10px;
}

.process-single-feature .color-icon-1 span {
    color: #70d000;
}

.process-single-feature .color-icon-2 span {
    color: #7e46e2;
}

.process-single-feature .color-icon-3 span {
    color: #2196f3;
}

/**************************************
 * 14.Blog Section Style
 **************************************/
.blog-area .section-title {
	text-align: center;
    margin-bottom: 45px;
}
.blog-area .single-blog {
	background: #ffffff;
	-webkit-box-shadow: 0 3px 15px -5px rgba(68, 107, 138, 0.05);
	box-shadow: 0 3px 15px -5px rgba(68, 107, 138, 0.05);
	border-radius: 0px;
	margin-top: 35px;
	overflow: hidden;
}

.blog-area .post-img {
	position: relative;
	overflow: hidden;
}

.blog-area .single-blog img {
	-webkit-transition: all .5s;
	transition: all .5s;
}

.blog-area .single-blog:hover img {
	-webkit-filter: none;
	filter: none;
	-webkit-transform: scale(1.1, 1.1);
	-ms-transform: scale(1.1, 1.1);
	transform: scale(1.1, 1.1);
}

.blog-area .single-blog .blog-content {
	padding: 25px 25px;
	text-align: left;
}

.blog-content .blog-date {
	margin-bottom: 15px;
}

.blog-content .blog-date .blog-list li {
	display: inline-block;
}

.blog-content .blog-date .blog-list li h6 {
	font-size: 13px;
	color: #777;
	display: inline-block;
}

.blog-area .single-blog .blog-content h3 a {
	font-size: 18px;
	font-weight: 700;
	color: #333;
	line-height: 1.5;
	margin-bottom: 10px;
	display: block;
}

.blog-area .single-blog .blog-content h3 a:hover {
	color: #fba605;
	text-decoration: underline !important;
}

.blog-bottom-text-link {
	margin-top: 10px;
}

.single-blog .blog-content .blog-bottom-text-link a {
	color: #5f5f5f;
	display: inline-block;
	font-size: 16px;
	margin-top: 15px;
	display: block;
	font-weight: 700;
	letter-spacing: 0.7px;
}

.single-blog .blog-content .blog-bottom-text-link a:hover {
	color: #fba605;
	text-decoration: underline !important;
}

/**************************************
 * 15.Faq+Contact Section Style
 **************************************/
.faq-accordion .accordion {
  list-style-type: none;
  padding: 0;
  margin: 0;
  padding-left: 0;
  margin-bottom: 0;
  position: relative;
}

.faq-accordion .accordion .accordion-item {
	display: block;
    border-radius: 0;
	margin-bottom: 20px;
    overflow: hidden;
}

.faq-accordion .accordion .accordion-item:last-child {
  margin-bottom: 0;
}

.faq-accordion .accordion .accordion-item .accordion-title {
    color: #333;
    font-size: 16px;
    font-weight: 700;
    display: block;
    padding: 20px;
    position: relative;
    background: #f9f8fa;
    border: none;
    padding-right: 50px;
}

.faq-accordion .accordion .accordion-item .accordion-title i {
    position: absolute;
    right: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #333;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    font-size: 15px;
    text-align: center;
}

.faq-accordion .accordion .accordion-item .accordion-title.active i::before {
  content: "\f068";
}

.faq-accordion .accordion .accordion-item .accordion-content {
  display: none;
  background-color: #ffffff;
  margin-bottom: 0;
  padding: 20px 15px;
  font-size: 14px;
}

.faq-accordion .accordion .accordion-item .accordion-content.show {
  display: block;
}

.contact-form-box {
    padding: 39px 40px;
    background-color: #ffffff;
    box-shadow: 0px 10px 30px rgb(26, 54, 85, 0.12);

    background-repeat: no-repeat;
    background-position: bottom center;
}

.contact-area .form input,
.contact-area .form textarea {
	width: 100%;
	padding: 12px 20px;
	border: 0;
	height: 52px;
	background-color: transparent;
	font-weight: 600;
	border-radius: 0px;
	border: 1px solid #d2d2d2;
}
.contact-area .form textarea {
	max-height: 300px;
	height: auto;
}
#contact-form .button {
	margin: 0;
}
.form-group {
	margin-bottom: 25px;
}
button,
input,
textarea {
	color: #505050;
}
button,
input,
textarea:focus {
	border: none;
	outline: none;
}

.contact-area .form-message.success {
	background: #03b103;
	color: #fff;
	padding: 10px 15px;
	border-radius: 3px;
}
.contact-area .form-message.error {
	background: #ff4d15;
	color: #fff;
	padding: 10px 15px;
	border-radius: 3px;
}

/**************************************
 * 16.Google Map Section Style
 **************************************/
.map-area {
    display: block;
    position: relative;
}

.map-area #contact-map{
    position: relative;
    width: 100%;
    height: 500px;
	border: 0;
	margin-bottom: -10px;
}

/**************************************
 * 17.Partner Logo Section Style
 **************************************/
.partner-area  {
    padding: 70px 0;
}
.partner-area .section-title {
    margin-bottom: 50px;
}
.partner-item {
    padding: 5px 20px;
    margin: 5px 15px;
}
.partner-area .partner-carousel img {
	opacity: .6;
	max-width: 100%;
	width: inherit!important;
	margin: 0 auto;
}

.partner-area .partner-carousel img:hover {
	opacity: 1;
	cursor: pointer;
}

/**************************************
 * 18.Footer Section Style
 **************************************/

.footer-area {
	background-color: #2a2c2f;
}
.footer-area svg {
	display: block;
	width: 100%;
}
.footer-top-area {
	padding: 70px 0;
}
.footer-bottom-area {
	padding: 30px 0;
	background-color: #1e1f21;
}
.footer-content.mid-content {
	padding-left: 130px;
}

.footer-content img {
	margin-bottom: 30px;
}

.footer-content h3 {
	color: #fff;
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 25px;
}

.footer-content p {
	color: #e8e8e8;
}

.footer-link li {
	color: #e8e8e8;
	line-height: 35px;
}

.footer-link li a {
	color: #e8e8e8;
}

.footer-link li a:hover {
	color: #fba605;
	text-decoration: underline;
}

.footer-link li i {
	margin-right: 10px;
	color: #fff;
}

.footer-social {
	margin-top: 20px;
}

.footer-social li {
	display: inline-block;
}

.footer-social li a {
	display: inline-block;
	color: #fff;
	background-color: #fba605;
	width: 35px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	border-radius: 0px;
	font-size: 16px;
	margin-right: 7px;
}

.footer-social li a:hover {
	background-color: #fff;
	color: #333;
}

/* Subscribe Section Style */

.subscribe-form-wrap {
	margin-top: 15px;
}
.subscribe-form {
	position: relative;
}

.subscribe-form .form-input {
	border: 0;
    width: 100%;
    height: 50px;
    border-radius: 0px;
    padding: 5px 0 5px 15px;
    color: #333;
}
.form-input:focus{
	outline: 0;
	-webkit-box-shadow:0 0;
	-moz-box-shadow:0 0;
	box-shadow:0 0;
}

.subscribe-form .submit-btn {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0px;
    color: #fff;
	background-color: #fba605;
    text-transform: capitalize;
    color: #fff;
    font-size: 15px;
    border-radius: 0px;
    line-height: 50px;
    font-weight: 600;
    cursor: pointer;
    display: inline-block;
    letter-spacing: .3px;
    padding: 0 25px;
    box-shadow: none;
	border: 0;
}
.footer-copyright p {
	color: #fff;
}

#wbaylb { display:none; }