h1, h2, h3, h4, h5, h6, p, a, span, input, textarea {
	font-family: 'Montserrat', sans-serif !important;
}

.hero-wrap .overlay {
	position: absolute;
	width: 50%;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	content: '';
	opacity: 0.5;
	background: #000000;
	background: #000000;
	background: -moz-linear-gradient(45deg, #000000 0%, #000000 0%, #000000 100%);
	background: -webkit-gradient(left bottom, right top, color-stop(0%, #000000), color-stop(0%, #000000), color-stop(100%, #000000));
	background: -webkit-linear-gradient(45deg, #000000 0%, #000000 0%, #000000 100%);
	background: -o-linear-gradient(45deg, #000000 0%, #000000 0%, #000000 100%);
	background: -ms-linear-gradient(45deg, #000000 0%, #000000 0%, #000000 100%);
	background: #fff;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=1 );
}
.black-text, .color-content-holder h6 {
	color:black !important;
}
.intro-section .row, .intro-section .row .col-md-9, .intro-section .row .col-md-3 {
	padding-left:0;
	padding-right:0;
}

.intro-section .row {
	margin-left:0;
	margin-right:0;
}

.slider-text h1 span {
	font-size: 32px;
	font-weight: 700;
}

.slider-text h1
{
	font-size: 32px !important;
}

.slider-text h1 {
	font-size: 64px;
	color: #000000;
	line-height: 1.2;
	font-weight: 200;
	background: #000;
	background: -moz-linear-gradient(45deg, #000 0%, #000 0%, #000 100%);
	background: -webkit-gradient(left bottom, right top, color-stop(0%, #000), color-stop(0%, #000), color-stop(100%, #000));
	/* background: -webkit-linear-gradient(45deg, #6b75ff 0%, #6b75ff 0%, #59b7ff 100%); */
	background: -o-linear-gradient(45deg, #000 0%, #000 0%, #000 100%);
	background: -ms-linear-gradient(45deg, #000 0%, #000 0%, #000 100%);
	/* background: linear-gradient(45deg, #6b75ff 0%, #6b75ff 0%, #59b7ff 100%); */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6b75ff', endColorstr='#59b7ff', GradientType=1 );
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.navbar-brand img {
	max-width:175px;
	width:100%;
}

#ftco-nav a.navbar-brand {
	display: none;
}

.ftco-navbar-light .navbar-nav > .nav-item > .nav-link:hover {
	color:#fff !important;
}

#ftco-navbar {
	padding-left: 2% !important;
	padding-right: 2% !important;
}

.ftco-navbar-light .navbar-nav > .nav-item > .nav-link {
	color:#000 !important;
}
.ftco-navbar-light.awake .navbar-nav > .nav-item > .nav-link {
	color:#000 !important;
}
.blog-entry .text .heading a:hover {
	color: #376345;
}
.benefits li i {
	color: #376345;
}
li.cta a {
	color:#fff !important;
}
.ftco-navbar-light.scrolled .nav-item.active > a {
	color: #376345 !important;
}

.ftco-navbar-light .navbar-nav > .nav-item > .nav-link:hover {
	color: #376345 !important;

}

.ftco-navbar-light .navbar-nav > .nav-item.cta > a:hover {
	background: #fff;
	border: 1px solid #376345;
}


.ftco-navbar-light.scrolled .nav-item.cta > a {
	color: #fff !important;
	background: #376345;
	border: none !important;
	padding-top: 0.5rem !important;
	padding-bottom: .5rem !important;
	padding-left: 20px !important;
	padding-right: 20px !important;
	margin-top: 6px !important;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	border-radius: 5px;
}

.ftco-navbar-light .navbar-nav > .nav-item.cta > a {
	color: #fff;
	border: 1px solid #376345;
	padding-top: .5rem;
	padding-bottom: .5rem;
	padding-left: 18px;
	padding-right: 18px;
	margin-top: 4px;
	background: #376345;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-ms-border-radius: 2px;
	border-radius: 2px;
}


.ftco-navbar-light .navbar-nav > .nav-item.cta > a {
	background: #376345;
	color:#fff !important	;
	border-radius: 40px;

}



.testimony-wrap .user-img
{
	width:  80px;
	height: 80px;
}


.padding-left {
	padding-left: 2% !important;
}

.padding-top {
	padding-top:5%;
}

.sidebar ul {
	list-style-type: none;
}

.sidebar {
	background:#376345;
	padding:20px 10px;
}

.sidebar .items .item a {
	color:#fff;
}

.sidebar .items .item {
	padding:10px 0;
}


.navbar-brand {
	float:none;
	margin:0 auto;
}



/* sidebar settings */

.sidebar {
	height: 100%;
	width: 0;
	position: fixed;
	z-index: 1;
	top: 0;
	left: 0;
	background-color: #376345;
	overflow-x: hidden;
	transition: 0.5s;
	padding-top: 60px;
}

.sidebar a {
	padding: 8px 8px 8px 32px;
	text-decoration: none;
	font-size: 18px;
	color: #fff;
	display: block;
	transition: 0.3s;
}
.fix-bg{
	background-size:contain;
}
.sidebar a:hover {
	color: #f1f1f1;
}

.sidebar .closebtn {
	position: absolute;
	top: 0;
	right: 25px;
	font-size: 36px;
	margin-left: 50px;
}

.openbtn {
	font-size: 20px;
	cursor: pointer;
	background-color: #376345;
	color: white;
	padding: 10px 15px;
	border: none;
}

.contact-bg {
	background-image: url("http://oillanding.studiowebdemo.com/templates/defaultnew/images/wooden-floor.jpg");
	background-repeat:no-repeat;
}

.openbtn:hover {
	background-color: #fff !important;
	color:#376345 !important;
	-webkit-transition: background-color 0.2s ease;
	-moz-transition:    background-color 0.2s ease;
	-ms-transition:     background-color 0.2s ease;
	-o-transition:      background-color 0.2s ease;
	transition:         background-color 0.2s ease;
}
.btn.btn-primary {
	background: #376345 !important;
	border: 1px solid #376345 !important;
	color: #fff !important;
}
.semi-transparent-bg {
	background-color: rgba(211,211,211,0.7) !important;
}

.transparent-bg {
	background-color:transparent !important;
}


#main {
	transition: margin-left .5s;
	padding: 16px;
}

.green-color {
	color:#376345 !important;
}

.black-color {
	color:#000;
}


li::marker {
	display: none;
}

#mySidebar ul {
	padding-left:0;
}

.sidebar-logo {
	width:100%;
	text-align: center;
}

.sidebar-logo img {
	max-width:150px;
	width:100%;

}

.product-icons {
	display:inline-flex;
}

.product-icon {
	max-width:50px;
	width:100%;
}

.bold-text {
	font-weight: 600;
	color:#000;
}


.margin-auto {
	margin: auto;
}

.back-button-img {
	max-width:50px;
	width:100%;
}

.back-button-container {
	text-align:center;
}

.p-b-30 {
	padding-bottom: 30px;
}
.back-button-container a:hover h6{
	color:#376345 !important;
}
.text-center {
	text-align:center;
}

.property-list {
	list-style-type: none;
}

.property-list li i {
	color:#376345;
	margin-top:5px;
}


.product-icons h6 {
	font-size:12px;
}
.blog-entry .text {
	background:transparent;
}

.color-section {
	display:inline-flex;
}

.color-holder {
	margin:5px;
	text-align:center;
}

.color-holder img {
	border-radius:50%;
}

.justify-content-center {
	justify-content: center;
}


.dont-display-category {
	display: none;
}
.categories-ul{
	list-style-type: none;
}
.categories-ul a{
	color: #000;
}
.categories-ul .child-li{
	margin-left: 15px;
}
.categories-ul .subchild-li{
	margin-left: 30px;
}

.m-t-100 {
	margin-top:100px;
}
.m-t-150 {
	margin-top:150px;
}

.white-text {
	color:#fff;
}

.flex-middle {
	display: flex;
	justify-content: center;
	align-content: center;
	flex-direction: column;
}

.center-text {
	text-align:center;
}

.center-col {
	float:none;
	margin:0 auto;
}


p, span {
	color:#000 !important;
}

.benefits li {
	display:flex;
	align-items: baseline;
}

.category-dropdown {
	display:none;
}

.disp-block{
	display:block;
}


@media (min-width: 1025px) and (max-width: 1280px) {

.mobile-size{
	font-size:32px;
}
.background-pos-center {
	background-position:center !important;
}
}