
.container-fluid{
    max-width: 1720px;
}

h2{font-size: 45px;font-weight: 800;}
h3{font-size: 34px;font-weight: bold;}
h4{font-size: 26px;font-weight: bold;}
nav{margin-top: 20px;}
nav li.active{background-color: #eee;}
.navbar a {
	color: #000;
	font-size: 15px;
}
.btn {
	border-radius: 0;
}
.btn-link {
	border-color: #000000;
	font-size: 15px;
	font-weight: bold;
	color: #000;
}
.btn-link:hover {
	background-color: #000;
	color: #fff;
	text-decoration: none;
}
.feature h2, .feature h3 {
	letter-spacing: 1px;
}
.feature p {
	/* font-size: 14px; */
	margin-bottom: 15px;
	padding-top: 5px;
}
.feature .fs-12 {
	font-size: 12px;
}
footer {
	background-color: #000000;
	padding: 50px 0;
}
footer, footer a{
    color: #FFFFFF;
    font-size: 15px;
}
footer ul {
	padding: 0;
	margin: 10px 0;
}
footer li {
	display: inline-block;
	list-style: none;
	text-transform: uppercase;
	padding: 0 25px;
}
footer li.divider {
	position: relative;
}
footer li.divider:before,
footer li.divider:after {
	position: absolute;
	height: 50%;
	width: 1px;
	content: '';
	background-color: white;
	top: 25%;
}
footer li.divider:before {
	left: 0;
}
footer li.divider:after {
	right: 0;
}
.copyright,
.copyright a {
	color: #9a9a9a;
}

/* Slick ---------------------------------------- */

.slider-container, .single-slider{
	margin-bottom: 25px;
}
.single-slider{
	position: relative;
	padding: 0 0 30px 0;
}
.single-slider .banner-img{
	width: 100%;
	height: auto;
	overflow: hidden;
}
.slick-dots{
	position: absolute;
	display: block;
	text-align: center;
	list-style: none;
	bottom: 60px;
	padding: 0;
	margin: 0;
	width: 100%;
}
.slick-dots li{
	position: relative;
	display: inline-block;
	margin: 0 7px;
	padding: 0;
	cursor: pointer;
}
.slick-dots li button{
	position: relative;
	border-color: black;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	padding: 0;
	font-size: 0;
	border: 1px solid #404040;
}
.slick-dots li.slick-active button{
	background-color: black;
}

/* Breakpoints ---------------------------------------- */

@media screen and (min-width: 1201px){
	.spacer {
		height: 39px;
	}
	br.dyn-visb{
		display: none !important;
	}
}
@media screen and (min-width: 994px) {
    .three-col-img {
        width: 100%;
    }
	.text-cont {
		max-width: 550px;
		padding: 30px;
	}
	.navbar-nav>li {
		margin-right: 35px;
	}
	.navbar-nav>li.search {
		margin-right: 10px;
	}
    .flex-center {
		display: flex;
		justify-content: center;
	}
	.text-cont-batt{
		max-width: 85ch;
		padding: 7% 5% 7%;
	}
}
@media screen and (min-width: 992px) {
	.spacer {
		height: 39px;
	}
	.title-col{
		margin-top: 30px;
	}
	.form-container {
		padding: 0px 12px 0px 12px;
	}

}
@media screen and (min-width: 768px) {
	.three-col-tile{
		display: flex;
		flex-direction: column;
		flex-grow: 1;
		justify-content: space-between;
	}
}

/* Max-Width ------------------------ */

@media screen and (max-width: 1060px){
	h2 {
		font-size: 40px;
	}
}
@media screen and (max-width: 993px) {
    .three-col-img {
        width: 90%;
    }
	.text-cont, .text {
		max-width: 90%;
	}
}
@media screen and (max-width: 992px) {
	.sm-text-center{
		text-align: center;
	}
	.text-cont-batt{
		padding: 30px 50px;
	}
	.icon-text{
		margin-bottom: 30px;
	}
	br.dyn-visb{
		display: none !important;
	}
	.form-container {
		padding: 0px 12px 0px 12px;
		margin-top: 15px;
		margin-bottom: 15px;
	}
	.contact-us-msg-area {
		margin: 0px 0px !important;
	}
	.md-col-reverse {
		display: flex;
		flex-direction: column-reverse;
	}

}
@media screen and (max-width: 768px) {
	.xs-text-center{
		text-align: center;
	}
	.three-col-img {
        width: 80%;
    }
	.three-col-tile {
		width: 85%;
	}
	.navbar-toggle .icon-bar {
		background-color: #333;
		width: 35px;
		height: 3px;
	}
	.navbar-form {
		width: 100%;
		clear: both;
		padding-bottom: 0;
		margin-bottom: 0;
		margin-left: 0px;
	}
	.navbar-form .form-control {
		border-color: #898989;
		height: 43px;
		box-shadow: none;
	}
	.navbar-form .input-group button {
		height: 43px;
		border-color: #898989;
		border-left-color: transparent;
		border-top-right-radius: 5px;
		border-bottom-right-radius: 5px;
	}
	.navbar .container-fluid, .feature {
		max-width: 469px;
		width: 100%;
		margin: auto;
	}
	.feature .column1 .text-container {
		max-width: 100%;
	}
	.title-col {
		margin-top: 30px;
	}
}
@media screen and (max-width: 450px) {
	.getintouch-cont {
		margin-left: 18px;
		margin-right: 18px;
	}
	.hidden-xxs {
		display: none !important;
	}
}

/* ------------------------------------------- */

.text-cont {
	margin: 5% 7% 7% 7%;
}
.three-col-container, .two-col-container {
	margin-left: auto;
	margin-right: auto;
	padding-left: 50px;
	padding-right: 50px;
}
.three-col-tile, .two-col-tile {
	padding: 5px 15px 5px 15px;
	margin: auto;
}
.text-hdr {
	margin-top: 5px;
	font-size: 26px;
	letter-spacing: 1px;
	font-weight: bold;
}
.text-subs {
	font-size: 20px;
	font-weight: bold;
}
.mont-b {
	font-family: 'Montserrat', sans-serif;
}
.slider-container .slider-hdr {
	font-size: 32px;
	font-weight: 900;
}
.p-0 {
	padding: 0 !important;
}
.p-l-0 {
	padding-left: 0;
}
.p-r-0 {
	padding-right: 0;
}
.p-b-20 {
	padding-bottom: 20px;
}
.m-30 {
	margin: 30px;
}
.m-b-0{
	margin-bottom: 0px;
}
.m-b-30 {
	margin-bottom: 30px;
}
.m-b-50 {
	margin-bottom: 50px;
}
.m-r-20 {
	margin-right: 20px;
}
.full-width{
	width: 100%;
	max-width: 100%;
}
.row.display-flex {
	display: flex;
	flex-wrap: wrap;
}
.row.display-flex > [class*='col-'] {
	display: flex;
	flex-direction: column;
}
.equal {
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
	vertical-align: top;
}
.contact-us-form {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
	margin: 8px 0px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    border: 1px solid #a7a7a7;
    border-radius: 0px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s
}
.contact-us-form:focus {
    outline: 1px solid #9d9d9d;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6)
}
.contact-us-msg-area {
    width: 100%;
    padding: 6px 12px;
	margin: 8px 0px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #a7a7a7;
    border-radius: 0px;
	resize: none;
	width: 100%;
  }
  .contact-us-msg-area:focus {
	outline: 1px solid #9d9d9d;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6)
  }
  .contact-us-forms-cont {
  	max-width: 1100px;
  	margin-top: 10px;
  	margin-bottom: 55px;
  }
  .get-in-touch {
	font-size: 40px;
	letter-spacing: 2px;
	margin-bottom: 20px;
  }

/*  Buttons ------------------------------ */

.btn-learnmore {
	background-color: white;
	border: 1px solid black;
	color: black;
	padding: 8px 46px;
	margin: 4px 2px;
	text-align: center;
	display: inline-block;
	font-size: 14px;
	font-weight: bolder;
	transition-duration: 0.3s;
	cursor: pointer;
	width: 180px;
}
.btn-learnmore:hover {
	background-color: black;
	color: white;
}

/* -------------- */

.btn-viewproducts {
	background-color: black;
	border: 1px solid black;
	color: white;
	padding: 8px 34px;
	margin: 4px 2px;
	text-align: center;
	display: inline-block;
	font-size: 14px;
	font-weight: bolder;
	transition-duration: 0.3s;
	cursor: pointer;
}
.btn-viewproducts:hover {
	background-color: lightgrey;
	color: black;
}

/* -------------- */

.btn-sendmsg {
	background-color: black;
	border: 1px solid black;
	color: white;
	padding: 10px 34px;
	margin-top: 20px;
	text-align: center;
	letter-spacing: 1px;
	display: inline-block;
	font-size: 14px;
	font-weight: 600;
	transition-duration: 0.3s;
	cursor: pointer;
}
.btn-sendmsg:hover {
	background-color: #e0e0e0;
	color: black;
}