/*
* Template Name: SIMPLY SAFER :: PREMIUM LAWN CARE
* Author:  Rick Hamel
* Author URL: https://www.getreadywebmarketing.com/
* getreadywebmarketing.com 2026 Copyright, all rights reserved.
* Version: 1.0
*/

/*=================
@Font Face 
===================*/

	
/*=================
Theme default 
===================*/
body {
	color: #333333;
	font-family: "Onest", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 16px;
	line-height: 1.7;
}
	
h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
	margin-top: 0;
	margin-bottom: 20px;
	font-weight: bold;
	line-height: 1.3;
	color: inherit;
}

h1, .h1 {
	font-size: 28px;
}
@media (min-width: 1200px) {
	h1, .h1 {
		font-size: 32px;
		margin-bottom: 30px;
	}
}


h2, .h2 {
	font-size: 22px;
}
@media (min-width: 1200px) {
	h2, .h2 {
		font-size: 24px;
	}
}

h3, .h3 {
	font-size: 20px;
}
@media (min-width: 1200px) {
	h3, .h3 {
		font-size: 22px;
	}
}


h4, .h4 {
	font-size: 18px;
}
@media (min-width: 1200px) {
  h4, .h4 {
    font-size: 20px;
  }
}

h5, .h5 {
	font-size: 18px;
}

h6, .h6 {
	font-size: 16px;
}

p {
  margin-top: 0;
  margin-bottom: 20px;
}

a {
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
	color: inherit;
	text-decoration: none;
}

a:hover {
	color: inherit;
	text-decoration: underline;
}

a:not([href]):not([class]), 
a:not([href]):not([class]):hover {
	color: inherit;
	text-decoration: none;
}

img {
	max-width: 100%;
	vertical-align: top;
	height: auto;
}

strong, em {
	font-style: normal;
	font-weight: 700;
}

small, .small {
	font-size: 14px;
}

.btn, button {
	outline: 0;
	cursor: pointer;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}

button:focus,
input:focus,
input:focus,
textarea,
textarea:focus{
	outline: 0
}

hr {
    margin: 20px 0;
    color: #012a36;
    border: 0;
    border-top: 1px solid;
    opacity: 1;
}

::-moz-selection {
	color: #fff;
	background: #ffbe00;
}

::selection {
	color: #fff;
	background: #ffbe00;
}

@media (min-width: 1460px) {
	.container {
		max-width: 1380px;
	}
}


/*=================
Btn
===================*/
.btn {
	position: relative;
	font-size: 24px;
	font-weight: 700;
	padding: 14px 12px;
    box-shadow: 0px 8px 18px -8px rgba(37, 104, 131, 0.90);
    border-radius: 15px;	
	border-width: 0px;
	line-height: 1.1;
}	
.btn:hover,
.btn:focus,
.btn:active {
	text-decoration: none;
}	
	
.btn-primary {
	color: #333333;
	border-width: 1px;
	background: #FFF209;
	background: -webkit-linear-gradient(180deg,rgba(255, 242, 9, 1) 0%, rgba(250, 246, 166, 1) 100%);
	background: -moz-linear-gradient(180deg,rgba(255, 242, 9, 1) 0%, rgba(250, 246, 166, 1) 100%);
	background: linear-gradient(180deg,rgba(255, 242, 9, 1) 0%, rgba(250, 246, 166, 1) 100%);
	border-color: #333;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
	color: #333333;
	background-color: #FFF209;
    border-color: #333;
}

.btn-primary:not(:disabled):not(.disabled).active, 
.btn-primary:not(:disabled):not(.disabled):active, 
.show>.btn-primary.dropdown-toggle {	
	color: #333333;
	background-color: #FFF209;
    border-color: inherit;
}

.btn-sm {
	padding: 12px 15px;
	font-size: 20px;
	border-color: #000;
	border-width: 1px;
}
.btn-xl {
	padding: 17px 18px;
	font-size: 35px;
}
	
.btn-secondary {
	color: #012a36;
	border-width: 2px;
	background-color: #ffbf00;
	border-color: #012a36;
}

.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary:active {
	color: #fff;
	background-color: #012a36;
    border-color: #012a36;
	box-shadow: none;	
}

.btn-secondary:not(:disabled):not(.disabled).active, 
.btn-secondary:not(:disabled):not(.disabled):active, 
.show>.btn-secondary.dropdown-toggle {	
	color: #fff;
	background-color: #012a36;
    border-color: #012a36;
}

.btn-dark {
	color: #fff;
	border-width: 2px;
	background-color: #012a36;
	border-color: #012a36;
}

.btn-dark:hover,
.btn-dark:focus,
.btn-dark:active  {
	color: #fff;
	background-color: #000304;
	border-color: #000304;
}

/*=================
Header
===================*/
.header {
	padding: 0px 0px;
	background-image: url('../images/clouds.jpg');
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;	
}

.top-header {
	padding: 20px 0 20px 0;
}	
.top-header .site-title {
	margin-right: 10px;
}
.top-header p {
	margin: 0 0 0 0;
	font-size: 19px;
	text-align: center;
	font-weight: 800;
	color: #003125;
}
@media (min-width: 768px) {
	.top-header p {
		font-size: 24px;
	}	
}
@media (min-width: 1200px) {
	.top-header p {
		font-size: 28px;
	}	
}

.top-header p.site-description {
	color: #006633;
	letter-spacing: 1px;
	text-shadow: 2px 0px 3px rgba(0, 0, 0, 0.2);
}	

.top-header-contact-info .btn {
	font-size: 18px;
	font-weight: bold;
	padding: 15px 15px;
}
.nav-header {
    display: flex;
    flex-wrap: inherit;
    align-items: center;
    justify-content: space-between;
}	

/*=================
Navbar
===================*/
.navbar {
	padding: 0px 0;
	background-color: #c8e7f7;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;	
}
@media (min-width: 992px) {
	.navbar {
		background-color: #40aa58;
	}
}	
	
.navbar-toggler {
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
	border: 0;
	outline: 0;
	padding: 5px;
	box-shadow: none;
	background-color: #d6d3d3;
}

.navbar-toggler:hover,
.navbar-toggler:focus,
.navbar-toggler:active {
	outline: 0;
	box-shadow: none;
}
.navbar-toggler-icon {
    width: 40px;
    height: 40px;
}	
.nav-header .collapsed .navbar-toggler-icon {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='%2315753f' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
	background-size: 100%;
}

.nav-header .navbar-toggler-icon {
	background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.707001 0.707001L22.707 22.707' stroke='%2315753f' stroke-width='2'/%3E%3Cpath d='M22.707 0.707001L0.707001 22.707' stroke='%2315753f' stroke-width='2'/%3E%3C/svg%3E");
	background-size: 77%;
}

.navbar-nav > .nav-item {
	font-size: 17px;
	font-weight: 700;
	color: #333333;
}

@media (min-width: 992px) {
	.navbar-nav > .nav-item {
		margin-left: 30px;	
		color: #fff;
	}	
}	

@media (min-width: 1200px) {
	.navbar-nav > .nav-item {
		font-size: 19px;
		font-weight: 700;	
		margin-left: 50px;	
	}
}	
@media (min-width: 1400px) {
	.navbar-nav > .nav-item {	
		margin-left: 75px;	
	}
}	

.navbar-nav > .nav-item:first-child {
	margin-left: 0px;
}
@media (max-width: 991.98px) {
	.navbar .container {
		max-width: 100%;
		padding-left: 0;
		padding-right: 0;
	}
	.navbar-nav > .nav-item a {
		padding: 8px 15px;
		display: block;
	}
	.navbar-nav > .nav-item > .dropdown-toggle.show {
		background-color: #b8d1de;
		color: #40aa58;
	}
	.navbar-nav > .nav-item a:hover {
		color: #006633;
		background-color: #b8d1de;
	}
}	
.navbar-nav > .nav-item > .nav-link {
	color: #333;
	margin: 0;
	position: relative;
	display: block;
}
@media (min-width: 992px) {
	.navbar-nav > .nav-item > .nav-link {
		padding-left: 0;
		padding-right: 0;
		color: #fff;
		display: inline-block;
	}
}	
.navbar-nav > .nav-item:hover > a,
.navbar-nav > .nav-item.active a {
	text-decoration: none;
}

.navbar-nav .dropdown-menu {
	padding: 0 0 0 20px;
	margin: 0;
	background-color: #b8d1de;
	border: 0;
	border-radius: 0;
}
@media (max-width: 991px) {
  .dropdown-menu {
    position: static;
    float: none;
    width: 100%;
    box-shadow: none;
  }

  .dropdown-menu .dropdown-menu {
    margin-left: 0;
    padding-left: 15px;
    border-left: 2px solid #40aa58;
  }
  .dropend .dropdown-toggle::after {
		transform: rotate(90deg);
	}
}		
@media (min-width: 992px) {
	.navbar-nav > .nav-item > .nav-link::before {
		content: "";
		display: block;
		margin: auto;
		height: 2px;
		width: 0;
		left: 50%;
		bottom: 5px;
		position: absolute;
		background: transparent;
		transition: all 0.3s;
		visibility: hidden;
		-webkit-transform: scaleX(0);
		-moz-transform: scaleX(0);
		-ms-transform: scaleX(0);
		-o-transform: scaleX(0);
		transform: scaleX(0);  
		-webkit-transition: width .2s ease;
		-moz-transition: width .2s ease;
		-ms-transition: width .2s ease;
		-o-transition: width .2s ease;
		transition: width .2s ease;
	}

	.navbar-nav > .nav-item:hover > .nav-link::before, 
	.navbar-nav > .nav-item > .nav-link:hover::before, 
	.navbar-nav > .nav-item.active > .nav-link::before {
		width: 100%;
		left: 0;
		background-color: #fff42b;
		 visibility: visible;
		-webkit-transform: scaleX(1);
		-moz-transform: scaleX(1);
		-ms-transform: scaleX(1);
		-o-transform: scaleX(1);
		transform: scaleX(1); 
		-webkit-transition: all 0.2s ease-in-out 0s;
		-moz-transition: all 0.2s ease-in-out 0s;
		-ms-transition: all 0.2s ease-in-out 0s;
		-o-transition: all 0.2s ease-in-out 0s;
		transition: all 0.2s ease-in-out 0s;
	}

	.navbar-nav > .nav-item.dropdown > .dropdown-toggle:hover::before {
		width: 100%;
		visibility: visible;
	} 

	.dropdown:hover > .dropdown-toggle::after {
		transform: rotate(180deg);
	}	
	.navbar-nav .dropdown-menu {
		min-width: 200px;
		margin: 0;
		padding: 0;
		border-color: #000;
		border-radius: 0;
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		transition: all 0.3s;
		left: -15px;
	} 

	.navbar-nav .dropdown-menu .dropdown-menu {
		min-width: 260px;
		left: 0;
	}	
}
.navbar-nav .nav-item li a {
	font-size: 16px;
	font-weight: 700;
	white-space: wrap;
}

@media (min-width: 1200px) {
	.navbar-nav .nav-item li a {
		font-size: 18px;
	}	
}	
.navbar-nav .nav-item li a:hover {
	text-decoration: none;
}

@media (min-width: 768px) {
	.navbar-expand-md .dropdown:hover > .dropdown-menu {
		display: block;
	}
}
@media (min-width: 992px) {
	.navbar-expand-lg .dropend:hover > .dropdown-menu,
	.navbar-expand-lg .dropdown:hover > .dropdown-menu {
		display: block;
	}

	.navbar-expand-lg .btn-line-sm {
		padding: 3px 8px;
		border: solid 1px #fff206;
		color: #fff206;
		font-size: 19px;
	}	
	.navbar-expand-lg .btn-sm-primary {
		color: #333333;
		border: solid 1px #000;
		padding: 5px 10px;
		border-radius: 5px;
		font-size: 18px;
		font-weight: 700;
		background: #FFF209;
		background: -webkit-linear-gradient(180deg,rgba(255, 242, 9, 1) 0%, rgba(250, 246, 166, 1) 100%);
		background: -moz-linear-gradient(180deg,rgba(255, 242, 9, 1) 0%, rgba(250, 246, 166, 1) 100%);
		background: linear-gradient(180deg,rgba(255, 242, 9, 1) 0%, rgba(250, 246, 166, 1) 100%);
	}	
	.navbar-expand-lg .dropdown-menu li {
		border-top: solid 1px #86d4ab;
	}	
	.navbar-expand-lg .dropdown-menu li:first-child {
		border-top: solid 0px #86d4ab;
	}	
	.navbar-expand-lg .dropend .nav-link,
	.navbar-expand-lg .dropdown-menu .dropdown-item { 
		background-color: #ccffff;
		padding: 6px 16px;
	}
	.navbar-expand-lg .dropend .nav-link:hover,
	.navbar-expand-lg .dropdown-menu .dropdown-item.active,
	.navbar-expand-lg .dropdown-menu .dropdown-item:active,
	.navbar-expand-lg .dropdown-menu .dropdown-item:hover { 
		background-color: #40aa58;
		color: #fff;
	}
	.navbar-expand-lg .dropend > .dropdown-menu {
		position: absolute;
		top: -1px;
		left: 100%;
	}	
} 
@media (min-width: 1200px) {
	.navbar-expand-xl .dropend:hover > .dropdown-menu,
	.navbar-expand-xl .dropdown:hover > .dropdown-menu {
		display: block;
	}

	.navbar-expand-xl .btn-line-sm {
		padding: 3px 8px;
		border: solid 1px #fff206;
		color: #fff206;
		font-size: 19px;
	}	
	.navbar-expand-xl .btn-sm-primary {
		color: #333333;
		border: solid 1px #000;
		padding: 5px 10px;
		border-radius: 5px;
		font-size: 20px;
		font-weight: 700;
		background: #FFF209;
		background: -webkit-linear-gradient(180deg,rgba(255, 242, 9, 1) 0%, rgba(250, 246, 166, 1) 100%);
		background: -moz-linear-gradient(180deg,rgba(255, 242, 9, 1) 0%, rgba(250, 246, 166, 1) 100%);
		background: linear-gradient(180deg,rgba(255, 242, 9, 1) 0%, rgba(250, 246, 166, 1) 100%);
	}	
	.navbar-expand-xl .dropdown-menu li {
		border-top: solid 1px #86d4ab;
	}	
	.navbar-expand-xl .dropdown-menu li:first-child {
		border-top: solid 0px #86d4ab;
	}	
	.navbar-expand-xl .dropend .nav-link,
	.navbar-expand-xl .dropdown-menu .dropdown-item { 
		background-color: #ccffff;
		padding: 6px 16px;
	}
	.navbar-expand-xl .dropend .nav-link:hover,
	.navbar-expand-xl .dropdown-menu .dropdown-item.active,
	.navbar-expand-xl .dropdown-menu .dropdown-item:active,
	.navbar-expand-xl .dropdown-menu .dropdown-item:hover { 
		background-color: #40aa58;
		color: #fff;
	}
	.navbar-expand-xl .dropend > .dropdown-menu {
		position: absolute;
		top: -1px;
		left: 100%;
	}	
} 

/*=================
Helper Class
===================*/
.main {
	background: linear-gradient(to bottom,  #bce9fc 0%,#c4eafd 16%,#c6ebfd 18%,#c8edff 19%,#c9edfd 26%,#ccedfe 26%,#caeefc 27%,#ceeffe 27%,#cdedfc 30%,#cfeffe 30%,#d0f0ff 34%,#e2f4fe 56%,#e5f8ff 57%,#e6f7fe 62%,#e9f8ff 63%,#eaf7fd 66%,#ecf9ff 66%,#eaf7fd 67%,#eef9ff 69%,#f3fbfe 79%,#f6fbff 79%,#f4fcff 81%,#f8fdff 81%,#ffffff 100%);

}
	
.overlay > .container {
	position: relative;
}

.overlay::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
	background-color: rgba(0,0,0,0.6);	
}


.section {
	position: relative;
	padding-top: 50px;
	padding-bottom: 30px;
}

@media (min-width: 1200px) {
	.section {
		padding-top: 65px;
		padding-bottom: 50px;
	}
}

.fullscreen-img {
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

.img-full {
	width: 100%;
	height: auto;
}

	
/* Img full */
.full-img-right img {
    width: auto;
    max-width: none;
    vertical-align: middle;
}

.img-lg-full-left {
	position: relative;
	min-height: 360px;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	background-color: #0e478d;	
	margin-bottom: 30px;
}

.img-lg-full-right {
	position: relative;
	min-height: 360px;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	background-color: #0e478d;	
	margin-bottom: 30px;
}

@media (min-width: 992px) {
	.img-lg-full {
		width: auto;
		max-width: none;
	}
	.img-lg-full-left {
		position: absolute;
		margin: 0;
		min-height: 0;
		top: 0;
		bottom: 0;
		left: 0;
		right: 50%;
		height: 100%;
	}
	.img-lg-full-right {
		position: absolute;
		margin: 0;
		min-height: 0;
		top: 0;
		bottom: 0;
		left: 50%;
		right: 0;
		height: 100%;
	}
}

.bg-primary {
	background-color: #40aa58 !important;
}
	
.bg-secondary {
	background-color: #c0eafd !important;
}

.bg-success {
	background-color: #23f0c7 !important; 
}	

.text-primary {
	color: #006633 !important;
}
	
.text-secondary {
	color: #A1CA3A !important;
}

.gradient-bg {
	background-image: -moz-linear-gradient(40deg, #4636ff 0%, #8923ff 100%);
	background-image: -webkit-linear-gradient(40deg, #4636ff 0%, #8923ff 100%);
	background-image: -ms-linear-gradient(40deg, #4636ff 0%, #8923ff 100%);
	background-image: linear-gradient(40deg, #4636ff 0%, #8923ff 100%);
}

.border-black-1 {
	border: solid 1px #000;
}
	
/*=================
Banner Hero
===================*/
.banner-hero {
	padding: 250px 0 110px;
	background-size: cover;
	background-position: bottom center;
	background-repeat: no-repeat;	
}
.banner-hero .banner-title {
	margin-bottom: 30px;
	font-size: 30px;
	font-weight: 800;
	color: #fff;
    text-shadow: 7px 0px 2px #000;
}
@media (min-width: 1200px) {
	.banner-hero .banner-title {
		font-size: 36px;
	}
}	
/*=================
Form
===================*/
.form-label {
	font-size: 16px;
	line-height: 1.2;
    margin-bottom: 10px;
	color: #323131;
	display: block;
}


.form-group {
    margin-bottom: 30px;
}

.form-control {
	padding: 8px 0;
	font-size: 16px;
	line-height: 1.2;
	background-color: #fff;
	border: 0;
	border-bottom: solid 1px #979797;
	border-radius: 0px;
	transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.form-control:focus {
	color: #212529;
	background-color: #fff;
	border-color: #A1CA3A;
	outline: 0;
	box-shadow: none;
}

textarea.form-control {
	resize: none;
	min-height: auto;
}

.form-check {
    padding-left: 35px;
}

.form-check-input {
    width: 20px;
    height: 20px;
    border-radius: 0;
	background-color: transparent;
    border: 1px solid #012a36;
}

.form-check .form-check-input {
    margin-left: -35px;
}

.form-check-label {
    font-size: 16px;
    line-height: 1.3;
    margin-bottom: 15px;
}

.form-check-label a {
    text-decoration: underline;
}

.form-check .form-check-input:checked {
    background-color: #23f0c7;
    border-color: #012a36;
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23012a36' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e");
}

.form-check .form-check-input:focus {
	outline: 0;
	box-shadow: none;
}

.form-message {
	margin: 0;
	padding: 10px;
	text-align: center;
}

.form-message.success {
	 border: 2px solid #eec94c;
}

.form-message.error {
	 border: 2px solid #ff0000;
}

/*=================
Footer
===================*/
.footer-content {
	padding: 17px 0;
	background-color: #006633;
	box-shadow: inset 0px 7px 5px #004a25;
}
.offer-slider {
	padding: 15px 0;
}	
.offer-slider .js-slide {
	padding: 15px;
}	
.offer-slider .card {
	padding: 0;
	border-radius: 15px;
	text-align: center;
	background-color: #c0eafd;
	border: solid 1px #000;
	height: 100%;
	box-shadow: 1px 1px 3px #000;
}
.offer-slider .card-body {
	padding: 15px;
}

.offer-slider .card-footer {
	padding: 0px 15px 15px;
	background-color: transparent;
	border-color: transparent;
}	
.offer-slider h3,
.offer-slider h4 {
	margin: 0 0 15px 0;
	font-size: 30px;
	font-weight: 800;
}
.offer-slider p {
	margin: 0 0 10px 0;
	font-size: 24px;
	line-height: 1.1;
	font-weight: 600;
}
.offer-slider strong {
	margin: 0 0 25px 0;
	font-size: 14px;
	line-height: 1.1;
	font-weight: 700;
	display: block;
}
.offer-slider p small {
	font-size: 14px;
	font-weight: 400;
}
.offer-slider .btn {
	font-weight: 800;
}

.footer-nav {
	padding: 25px 0 0 0;
	color: #fff;
}
	
.footer-nav h3,
.footer-nav h4 {
	margin: 0 0 13px 0;
	font-size: 18px;
	font-weight: 700;
	text-decoration: underline;
}
.footer-nav h3 a:hover,
.footer-nav h4 a:hover {
	color: #fff206;
	text-decoration: none;
}
.footer-nav ul {
	margin: 0 0 15px 0;
	padding: 0;
	list-style: none;
}
.footer-nav ul li {
	margin: 0 0 5px 0;
	padding: 0;
	font-size: 16px;
	line-height: 1.3;
}
.footer-nav ul li a:hover {
	color: #fff206;
}

.footer-info p {
	margin: 0 0 10px 0;
	font-size: 16px;
	color: #fff;
}
.footer-info p.site-info {
	color: #66cc66;
}
.footer-info p.site-info a:hover {
	color: #fff206;
}
	
/*=================
Modal
===================*/

//*=================
Slick Slider
===================*/
@media (min-width: 576px) {
	.post-slider {
		padding: 0 40px;
	}
}	
.js-slide {
    height: 0;
    visibility: hidden;
    overflow: hidden;
}

.js-slide:first-child {
    height: auto;
	visibility: visible;
    overflow: visible;
}

.js-carousel.slick-initialized .js-slide {
    visibility: visible;
    height: auto;
    overflow: visible;
}

.carousel-flex .slick-track {
	display: -ms-flexbox;
	display: flex;
}

.slick-loading .slick-list {
    background: #fff url('../images/ajax-loader.gif') center center no-repeat;
}

/* Arrows */
.slick-prev,
.slick-next {
    position: absolute;
    top: 50%;
    display: block;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
	fill: #fff;
	color: #fff;
	background-color: #3c3c3c;
	width: 40px;
	height: 40px;
	line-height: 32px;
	border: solid 2px #fff;
	text-align: center;
	border-radius: 50%;	
    cursor: pointer;
	left: -15px;
	z-index: 999;
}


.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
	fill: #fff;
	background-color: #64896c;
}

.slick-prev svg,
.slick-next svg {
	vertical-align: middle;
}	
.slick-next {
	left: auto;
    right: -15px;
}

/* Dots */
.slick-dots {
	margin: 0;
	padding: 0;
	text-align: center;
	list-style: none;
	position: absolute;
	bottom: -10px;
	left: 50%;
	-webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
        transform: translateX(-50%);
}

.slick-dots li {
	margin: 0;
	padding: 0;
    display: inline-block;
}

.slick-dots li button {
	text-indent: -9999px;
	height: 19px;
	width: 19px;
	border: 0;
	border-radius: 50%;
	padding: 0;
	margin: 0 5px;
	font-size: 10px;
	outline: none;
	line-height: 12px;
	background: #64896c;
	border: solid 1px #3c3c3c;
}

.slick-dots li.slick-active button {
	background: #3c3c3c;
}
