/*
Theme Name:Plentifuel Industries Pvt. Ltd. - 19
Author: trivia info it
Author URI: http://trivia.co.in/
Description: Bootstrap based wp theme for Plentifuel Industries Pvt. Ltd. - 19
Version: 3.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

@import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro|Arapey|Prata');


@font-face {
  font-family: 'Glyphicons Halflings';
  src: url('css/fonts/glyphicons-halflings-regular.eot');
  src: url('css/fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), 
  url('css/fonts/glyphicons-halflings-regular.woff') format('woff'), 
  url('css/fonts/glyphicons-halflings-regular.ttf') format('truetype'), 
  url('css/fonts/glyphicons-halflings-regular.svg#glyphicons-halflingsregular') format('svg');
}

@font-face {
  font-family: 'Glyphicons Regular';
  src: url('css/fonts/glyphicons-regular.eot');
  src: 
  url('css/fonts/glyphicons-regular.eot?#iefix') format('embedded-opentype'), 
  url('css/fonts/glyphicons-regular.woff') format('woff'), 
  url('css/fonts/glyphicons-regular.ttf') format('truetype'), 
  url('css/fonts/glyphicons-regular.svg#glyphicons-regular') format('svg');
}


/*Wordpress editor styles start*/

.entry-content img {
	margin: 0 0 1.5em 0;
	}
.alignleft, img.alignleft {
	margin-right: 1.5em;
	display: inline;
	float: left;
	}
.alignright, img.alignright {
	margin-left: 1.5em;
	display: inline;
	float: right;
	}
.aligncenter, img.aligncenter {
	margin-right: auto;
	margin-left: auto;
	display: block;
	clear: both;
	}
.alignnone, img.alignnone {
	/* not sure about this one */
	}
.wp-caption {
	margin-bottom: 1.5em;
	text-align: center;
	padding-top: 5px;
	}
.wp-caption img {
	border: 0 none;
	padding: 0;
	margin: 0;
	}
.wp-caption p.wp-caption-text {
	line-height: 1.5;
	font-size: 10px;
	margin: 0;
	}
.wp-smiley {
	margin: 0 !important;
	max-height: 1em;
	}
blockquote.left {
	margin-right: 20px;
	text-align: right;
	margin-left: 0;
	width: 33%;
	float: left;
	}
blockquote.right {
	margin-left: 20px;
	text-align: left;
	margin-right: 0;
	width: 33%;
	float: right;
	}

/*Wordpress editor styles end*/




html * {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}


body,  html 
{
	overflow-x:hidden;
	font-family: 'Source Sans Pro', sans-serif;
	color:#333;
	line-height:2;

}
.maincontainer
{
	background:#fff;
	z-index:0;
}

a, a:hover
{
	text-decoration:none;
}


@media (max-width: 768px){
	.row
	{
		text-align:center;
	}
}


/*
	HEADERS
*/
header
{
	position:relative;
	display:block;
}


/*
	HEADER 1
*/
.header-1
{
	position:relative;
	display:block;
	background:#748E54;
	padding:.5em 0 .5em 0;
}
.header-1 .topTag
{
	color:#fff;
	font-size:1.2em;
}

.header-1 .topInfo
{
	position:relative;
	line-height:1.5;
	color:#fff;
	border-right:1px dotted #ccc;
	font-family: 'Prata', serif;
	font-size:1.2em;
}
.header-1 .topInfo:nth-child(1)
{
	border-left:1px dotted #ccc;
}
.header-1 .topInfo:nth-child(3),
.header-1 .topInfo:nth-child(4)
{
	border-right:none;
}
.header-1 .topInfo span
{
	display:block;
	font-family: 'Source Sans Pro', sans-serif;	
	font-size:.6em;
	font-weight:600;
	color:#ccc;
}

.header-1 .topCall
{
	background:#305252;
	margin-top:-.4em;
	margin-bottom:-.4em;
	padding-top:.5em;
}
@media(max-width:768px)
{
	.header-1 .topCall
	{
		margin-bottom:0;
	}
	.header-1 .topCall .callSpan
	{
		display:none;
	}
}




/*
	HEADER 2
*/
.header-2
{
	position:relative;
	display:block;
	background:#fff;
	padding:.6em 0 .6em 0;
    -webkit-transition: all 1s  ease-in-out;
	-moz-transition: all 1s ease-in-out;
  	-o-transition: all 1s ease-in-out;
    transition: all 1s  ease-in-out;	
	
}
.header-2 .logo
{
	position:relative;
	display:block;
	line-height:1.2;
}
.header-2 .logo img
{
	width:80%;
	height:auto;
    -webkit-transition: all 1s  ease-in-out;
	-moz-transition: all 1s ease-in-out;
  	-o-transition: all 1s ease-in-out;
    transition: all 1s  ease-in-out;		
}
.header-2 .logo h3
{
	font-size:3em;
	font-family: 'Prata', serif;
	color:#305252;
	margin:0;
	padding:0;
    -webkit-transition: all 1s  ease-in-out;
	-moz-transition: all 1s ease-in-out;
  	-o-transition: all 1s ease-in-out;
    transition: all 1s  ease-in-out;	
}
.header-2 .logo span
{
	display:block;
	color:#748E54;
	font-family: 'Source Sans Pro', sans-serif;
	font-size:1.4em;
	text-transform:uppercase;
	letter-spacing:1px;	
    -webkit-transition: all 1s  ease-in-out;
	-moz-transition: all 1s ease-in-out;
  	-o-transition: all 1s ease-in-out;
    transition: all 1s  ease-in-out;	
}

/*
	OVERLAY SEARCH
*/

.header-2 .searchCol
{
	border-left:1px dotted #ccc;
	padding-top:2em;
	display:none;
    -webkit-transition: all 1s  ease-in-out;
	-moz-transition: all 1s ease-in-out;
  	-o-transition: all 1s ease-in-out;
    transition: all 1s  ease-in-out;	
		
}
.animate {

    -webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.animate .fa
{
	color:#305252;
}
 .bootsnipp-search {
	display: none;
}
 .bootsnipp-search .form-control {
	background-color: rgb(235, 235, 235);
	border-radius: 0px;
	border-width: 0px;
	font-size: 24px;
	padding: 30px 0px;
}
 .bootsnipp-search .form-control {
	background-color: rgb(235, 235, 235);
	border-radius: 0px;
	border-width: 0px;
	font-size: 24px;
	padding: 25px 0px;
}
 .bootsnipp-search .form-control:focus {
	border-color: transparent;
	outline: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}
 .bootsnipp-search .input-group-btn > .btn {
	padding: 14px 16px;
	border-radius: 0px;
}
 .bootsnipp-search .input-group-btn > .btn.active,
 .bootsnipp-search .input-group-btn > .btn:hover,
 .bootsnipp-search .input-group-btn > .btn:focus {
	padding: 14px 16px 14px 15px;
}
 .bootsnipp-search .input-group-btn > .btn-default {
	background-color: rgb(245, 245, 245);
}
.nav-padding {
	padding-top: 61px;
}

@media screen and (min-width: 768px) {



	 .bootsnipp-search {
		background-color: rgb(235, 235, 235);
		display: block;
		position: absolute;
		top: 100%;
		width: 100%;
		-webkit-transform: rotateX(-90deg);
		-moz-transform: rotateX(-90deg);
		-o-transform: rotateX(-90deg);
		-ms-transform: rotateX(-90deg);
		transform: rotateX(-90deg);
		-webkit-transform-origin: 0 0 0;
		-moz-transform-origin: 0 0 0;
		-o-transform-origin: 0 0 0;
		-ms-transform-origin: 0 0 0;
		transform-origin: 0 0 0;
		visibility: hidden;
	}
	 .bootsnipp-search.open {
		-webkit-transform: rotateX(0deg);
		-moz-transform: rotateX(0deg);
		-o-transform: rotateX(0deg);
		-ms-transform: rotateX(0deg);
		transform: rotateX(0deg);
		visibility: visible;	
	}
	 .bootsnipp-search > .container {
		padding: 0px;
	}    
}













/*
	FIXED HEADER
*/	


.sticky 
{
	position:fixed;
	top:0;
	left:0;
	width:100%;
	z-index:999 !important;

	-webkit-box-shadow: 0px 1px 5px 2px rgba(0, 0, 0, .11);
    box-shadow: 0px 1px 5px 2px rgba(0, 0, 0, .11);
	
    -webkit-transition: all 1s  ease-in-out;
	-moz-transition: all 1s ease-in-out;
  	-o-transition: all 1s ease-in-out;
    transition: all 1s  ease-in-out;	
	padding:.3em 0 .3em 0;
}
.sticky .searchCol
{
	padding-top:.9em;
	display:block;
    -webkit-transition: all .3s  ease-in-out;
	-moz-transition: all .3s ease-in-out;
  	-o-transition: all .3s ease-in-out;
    transition: all .3s  ease-in-out;		
}
.sticky .logo img
{
	width:50%;
    -webkit-transition: all 1s  ease-in-out;
	-moz-transition: all 1s ease-in-out;
  	-o-transition: all 1s ease-in-out;
    transition: all 1s  ease-in-out;	
}
.sticky .logo span
{
	display:block;
	color:#748E54;
	font-family: 'Source Sans Pro', sans-serif;
	font-size:.9em;
	text-transform:uppercase;
	letter-spacing:0px;	
    -webkit-transition: all 1s  ease-in-out;
	-moz-transition: all 1s ease-in-out;
  	-o-transition: all 1s ease-in-out;
    transition: all 1s  ease-in-out;	
	
}
.sticky .navbar-nav > li 
{
	padding:.3em 1rem .3rem 1rem;
    -webkit-transition: all 1s  ease-in-out;
	-moz-transition: all 1s ease-in-out;
  	-o-transition: all 1s ease-in-out;
    transition: all 1s  ease-in-out;	
	
}















/*
	DROP DOWN
*/

.navbar 
{
	margin:0 !important;
	padding:0 !important;
	background-color:transparent !important;
    -webkit-transition: all 1s;
    transition: all 1s;
}
.navbar-default {
	border:none;
    border-color:0;
	border-radius:0px;
}
.navbar-nav
{
	width:100%;
	padding:0;
	text-align:right !important;
}
.navbar-nav > li {
	padding:1.5em 1em 0 1em;
    -webkit-transition: all .3s  ease-in-out;
	-moz-transition: all .3s ease-in-out;
  	-o-transition: all .3s ease-in-out;
    transition: all .3s  ease-in-out;	
}


.navbar-nav > li:last-child
{
	padding-right:0;
}
.navbar-nav > li:first-child
{
	padding-left:0;
}
.navbar-nav > li a
{
	position:relative;
	font-family: 'Prata', serif;
	font-size:1em;
	color:#748E54   !important;
    -webkit-transition: all 1s;
    transition: all 1s;
	z-index:99 !important;
}
.navbar-nav > li a:after
{
	position:absolute;
	content:'';
	top:20%;
	left:0;
	height:100%;
	width:0;
	border-bottom:2px solid #305252;
    -webkit-transition: all .3s  ease-in-out;
	-moz-transition: all .3s ease-in-out;
  	-o-transition: all .3s ease-in-out;
    transition: all .3s  ease-in-out;		
}
.navbar-nav > li a:hover:after
{
	width:100%;
    -webkit-transition: all .3s  ease-in-out;
	-moz-transition: all .3s ease-in-out;
  	-o-transition: all .3s ease-in-out;
    transition: all .3s  ease-in-out;		
}

.navbar-nav > li a:hover
{
	padding:0;
	margin:0;
	color:#305252 !important;
    -webkit-transition: all .3s;
    transition: all .3s;
}
/*
.navbar-nav:hover li a{
	color:#707E9C !important;
}
.navbar-nav li a:hover{
	color:#22EBBE !important;
}*/


.navbar-toggler {
    padding: .25rem .75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color:#d4d3d1;
    border: 1px solid #59585d !important;
    border-radius: .25rem;
}

@media (max-width:768px)
{
	.navbar-default 
	{
		margin-top:0;
	}
	.navbar-nav
	{
		border-top:1px dotted #d4d3d1;
		margin-top:.5em;
	}
	
	.navbar-nav > li 
	{
		width:auto;
		text-align:left;
	}
}


.navbar-brand 
{
		text-align:left;
		margin:0 !important;
		padding:0 !important;
	width:60%;
	float:left;
}
.navbar-brand img
{
	width:40%;
}

.navbar-nav > li:hover > .dropdown-menu {
    display: block;
}
.dropdown-menu, 
.dropdown-submenu
{
    background-color: #fff !important;
	min-width:15rem !important;
    -webkit-background-clip:none;
    background-clip:none;
    border:none;
    border-radius: 0px;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}
.dropdown-submenu {
    position: relative;
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
   /* -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;*/
}

.dropdown-submenu:hover>.dropdown-menu {
    display: block;
}

.dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown-submenu:hover>a:after {
    border-left-color: #fff;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}
.dropdown-menu > li
{
	padding:.2em 1em .2em 1em;
	border-bottom:1px dotted #888

}
.dropdown-menu > li > a
{
	font-size:1em !important;
    -webkit-transition: all .3s;
    transition: all .3s;		
}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus
{
	background-color:transparent !important;
	padding-left:.5em;
    -webkit-transition: all .3s;
    transition: all .3s;		
}
	


/*
	TOP SLIDER
*/

.top-slider
{
	width:100% !important;
	height:600px;
	position:relative;
	display:block !important;
	background:#333;
	text-align:center;	
	margin:0px !important;
	border-bottom:5px solid #1d1d1d;
	-moz-box-shadow: inset 0 -10px 10px -10px #000000;
    -webkit-box-shadow: inset 0 -10px 10px -10px #000000;
    box-shadow:  inset 0 -10px 10px -10px #000000;
	z-index:0 !important;
	background:url(images/tmp-slider.jpg) no-repeat;
	background-size:cover;
}


/*
	DUMMY DIV
*/
.dummyDiv
{
	position:absolute;
	display:block;
	height:.3em;
	top:550px;
	z-index:-1;

}




/*
	WHY US
*/
.whyUs 
{
	position:relative;
	display:block;
	margin-top:-5em;
	margin-bottom:6em;
}
.welcome .whyUsDiv
{
	position:relative;
	display:block;
	background:#fff;
	padding:3em 1em 3em 1em;
	margin-bottom:6em;	
	text-align:center;
	-webkit-box-shadow: 0px 1px 5px 2px rgba(0, 0, 0, .11);
    box-shadow: 0px 1px 5px 2px rgba(0, 0, 0, .11);
	
}
.welcome .whyUsDiv .fa-sitemap,
.welcome .whyUsDiv .fa-pagelines,
.welcome .whyUsDiv .fa-user-tie
{
	font-size:3em;
	font-family:'FontAwesome';
	color:#748E54;
    -webkit-transition: all .3s  ease-in-out;
	-moz-transition: all .3s ease-in-out;
  	-o-transition: all .3s ease-in-out;
    transition: all .3s  ease-in-out;	
}
.welcome .whyUsDiv h5
{
	font-family: 'Prata', serif;
	font-size:1.5em;
	color:#305252;
	margin:.5em auto .5em auto;
    -webkit-transition: all .3s  ease-in-out;
	-moz-transition: all .3s ease-in-out;
  	-o-transition: all .3s ease-in-out;
    transition: all .3s  ease-in-out;	
}
.welcome .whyUsDiv:hover .fa-sitemap,
.welcome .whyUsDiv:hover .fa-pagelines,
.welcome .whyUsDiv:hover .fa-user-tie
{
	color:#305252;
   -moz-transform: rotateZ(360deg);
     -ms-transform: rotateZ(360deg);
      -o-transform: rotateZ(360deg);
    transform: rotateZ(360deg);	
    -webkit-transition: all .3s  ease-in-out;
	-moz-transition: all .3s ease-in-out;
  	-o-transition: all .3s ease-in-out;
    transition: all .3s  ease-in-out;	
	
}
.welcome .whyUsDiv:hover h5
{
	color:#748E54;
    -webkit-transition: all .3s  ease-in-out;
	-moz-transition: all .3s ease-in-out;
  	-o-transition: all .3s ease-in-out;
    transition: all .3s  ease-in-out;	
}
	






/*
	WELCOME
*/
.welcome
{
	position:relative;
	display:block;
	margin-top:-5em;
	margin-bottom:6em;
}
.welcome div
{
	position:relative;
	z-index:99;
}
.welcome .welcomeImg
{
	position:relative;
	display:block;
}
.welcome .welcomeImg:after
{
	position:absolute;
	content:'';
	top:6%;
	left:6%;
	right:6%;
	bottom:6%;
	height:88%;
	width:88%;
	border:4px solid #748E54;
	-webkit-box-shadow: 0px 1px 5px 2px rgba(0, 0, 0, .21);
    box-shadow: 0px 1px 5px 2px rgba(0, 0, 0, .21);
    -webkit-transition: all .3s  ease-in-out;
	-moz-transition: all .3s ease-in-out;
  	-o-transition: all .3s ease-in-out;
    transition: all .3s  ease-in-out;		
	
	
}
.welcome .welcomeImg img
{
	width:100%;
	height:auto;
    -webkit-transition: all .3s  ease-in-out;
	-moz-transition: all .3s ease-in-out;
  	-o-transition: all .3s ease-in-out;
    transition: all .3s  ease-in-out;		
	
}
.welcome:hover .welcomeImg img
{
 	-webkit-filter: contrast(1.4) saturate(1.8) sepia(.6);
    filter: contrast(1.4) saturate(1.8) sepia(.6);
    -webkit-transition: all .3s  ease-in-out;
	-moz-transition: all .3s ease-in-out;
  	-o-transition: all .3s ease-in-out;
    transition: all .3s  ease-in-out;		
		
}
.welcome:hover .welcomeImg:after
{
	border:2px solid #ccc;
	-webkit-box-shadow:none;
    box-shadow:none;

    -webkit-transition: all .3s  ease-in-out;
	-moz-transition: all .3s ease-in-out;
  	-o-transition: all .3s ease-in-out;
    transition: all .3s  ease-in-out;		
	
	
	
}


@media(max-width:768px)
{
	.welcome
	{
		margin-top:0em;
	}
}




/*
	PRODUCTS
*/
.products
{
	position:relative;
	display:block;
	margin:6em 0 0 0;
	background:#f3f3f3;
	padding:3em 0 3em 0;
}
.products:after
{
	position:absolute;
	content:'';
	top:0;
	left:0;
	height:100%;
	width:100%;
	background:url(images/sunflower-bg.jpg) no-repeat;
	background-size:cover;
	-webkit-filter: opacity(.5);
    filter: opacity(.5);	
}

.products div
{
	position:relative;
	z-index:99;
}
.products img
{
	width:100%;
	height:auto;
}
.products .productDiv
{
	position:relative;
	background:rgba(255,255,255,.94);
	max-width:48%;
	margin:1em 1% 1em 1%;
	padding:1em;
	-webkit-box-shadow: 0px 1px 5px 2px rgba(0, 0, 0, .21);
    box-shadow: 0px 1px 5px 2px rgba(0, 0, 0, .21);

    -webkit-transition: all .3s  ease-in-out;
	-moz-transition: all .3s ease-in-out;
  	-o-transition: all .3s ease-in-out;
    transition: all .3s  ease-in-out;		
	
}
.products .productDiv:nth-child(odd),
.products .productDiv:nth-child(odd)
{
	border-left:6px solid #748E54;
}
.products .productDiv:nth-child(even),
.products .productDiv:nth-child(even)
{
	border-right:6px solid #748E54;
}
.products .productDiv:after
{
	content:'';
	position:absolute;
	top:0;
	left:0;
	width:0;
	height:100%;
	background:#748E54;
    -webkit-transition: all .3s  ease-in-out;
	-moz-transition: all .3s ease-in-out;
  	-o-transition: all .3s ease-in-out;
    transition: all .3s  ease-in-out;		
	
}
.products .productDiv:nth-child(odd):after
{
	left:0;
	right:100%;
}
.products .productDiv:nth-child(even):after
{
	right:0;
	left:100%;
}
.products .productDiv .fa-leaf,
.products .productDiv .fa-tint,
.products .productDiv .fa-flask,
.products .productDiv .fa-fire
{
	font-size:3em;
	font-family:'FontAwesome';
	color:#748E54;
	text-align:center;
	display:block;
	margin:.5em auto .5em auto;
    -webkit-transition: all .3s  ease-in-out;
	-moz-transition: all .3s ease-in-out;
  	-o-transition: all .3s ease-in-out;
    transition: all .3s  ease-in-out;		
}
.products .productDiv h2
{
	display:block;
	text-align:center;
	font-family: 'Prata', serif;
	font-size:1.2em;
	color:#305252;
    -webkit-transition: all .3s  ease-in-out;
	-moz-transition: all .3s ease-in-out;
  	-o-transition: all .3s ease-in-out;
    transition: all .3s  ease-in-out;		
}
.products .productDiv:nth-child(odd):hover:after
{
	width:100%;
	right:0;
    -webkit-transition: all .3s  ease-in-out;
	-moz-transition: all .3s ease-in-out;
  	-o-transition: all .3s ease-in-out;
    transition: all .3s  ease-in-out;		
	
}
.products .productDiv:nth-child(even):hover:after
{
	width:100%;
	left:0%;
    -webkit-transition: all .3s  ease-in-out;
	-moz-transition: all .3s ease-in-out;
  	-o-transition: all .3s ease-in-out;
    transition: all .3s  ease-in-out;		
	
}
.products .productDiv a
{
	display:block;
	margin:.5rem 0 .5rem 0;
	background:#fff;
	color:#748E54;
	padding:.2rem;
	width:30%;
	text-transform:uppercase;
	text-align:center;
}
.products .productDiv:hover
{
	color:#f3f3f3;
    -webkit-transition: all .3s  ease-in-out;
	-moz-transition: all .3s ease-in-out;
  	-o-transition: all .3s ease-in-out;
    transition: all .3s  ease-in-out;		
}
.products .productDiv:hover h2
{
	color:#fff;
	
    -webkit-transition: all .3s  ease-in-out;
	-moz-transition: all .3s ease-in-out;
  	-o-transition: all .3s ease-in-out;
    transition: all .3s  ease-in-out;		
	
}

.products .productDiv:hover .fa-leaf,
.products .productDiv:hover  .fa-tint,
.products .productDiv:hover  .fa-flask,
.products .productDiv:hover  .fa-fire
{
	color:#f3f3f3;
   -moz-transform: rotateZ(360deg);
     -ms-transform: rotateZ(360deg);
      -o-transform: rotateZ(360deg);
    transform: rotateZ(360deg);	
	
    -webkit-transition: all .3s  ease-in-out;
	-moz-transition: all .3s ease-in-out;
  	-o-transition: all .3s ease-in-out;
    transition: all .3s  ease-in-out;		
	
}


@media(max-width:768px)
{
	.products .productDiv
	{
		max-width:98%;
	}
}







/*
	CALL NOW
*/
.callNow
{
	position:relative;
	background:#305252;
	padding:3em 0 3em 0;
	color:#f3f3f3;
	font-size:1.5em;
	line-height:1.4;
}

.callNow span
{
	display:block;
	font-size:.8em;
}
.callNow .callNumber a
{
	float:right;
	position:relative;
	display:block;
	background:#748E54;
	padding:.3em;
	width:80%;
	text-align:center;
	border-left:15px solid #fff;
}
.callNow .callNumber a span
{
	z-index:99;
	position:relative;
	color:#fff;
	font-size:1.2em;
	font-family: 'Source Sans Pro', sans-serif;
	text-transform:normal;
    -webkit-transition: all .3s  ease-in-out;
	-moz-transition: all .3s ease-in-out;
  	-o-transition: all .3s ease-in-out;
    transition: all .3s  ease-in-out;		
	
	
}
.callNow .callNumber a:after
{
	position:absolute;
	content:'';
	top:0;
	left:0;
	height:100%;
	width:0;
	background:#fff;
	
    -webkit-transition: all .3s  ease-in-out;
	-moz-transition: all .3s ease-in-out;
  	-o-transition: all .3s ease-in-out;
    transition: all .3s  ease-in-out;		
	
}
.callNow .callNumber a:hover span
{
	color:#305252;

    -webkit-transition: all .3s  ease-in-out;
	-moz-transition: all .3s ease-in-out;
  	-o-transition: all .3s ease-in-out;
    transition: all .3s  ease-in-out;		

}
.callNow .callNumber a:hover:after
{
	width:100%;
	
    -webkit-transition: all .3s  ease-in-out;
	-moz-transition: all .3s ease-in-out;
  	-o-transition: all .3s ease-in-out;
    transition: all .3s  ease-in-out;		
	
}













/*
	FACTS
*/
.facts
{
	position:relative;
	background:#fff;
	margin-top:-2em;
	padding:3em 0em 0em 2em;
	background:#f3f3f3;
}
.facts .factDiv
{
	position:relative;
	max-width:48%;
	margin:1em 1% 2em 1%;
	text-align:center;
	padding:1em;
	border:1px solid #ccc;
}
.facts .factDiv .numscroller
{
	font-family: 'Prata', serif;
	font-size:2.4em;
	display:block;
	color:#305252;
	
}

.facts .factDiv h5
{
	display:inline-block;
	font-size:1.5em;
	border-top:1px solid #ccc;
	padding:0 .5em 0 .5em 0;
	color:#748E54;
}



.facts .inquiryForm
{
	background:#748E54;
	position:relative;
	margin-top:-3em;
	padding-top:2em;
	margin-left:2%;
	max-width:31.333333%;
	line-height:1.5;
}
.facts .page-titles span
{
	color:#ccc;
}
.facts .page-titles:after
{

	border-left:6px solid #ccc;
}
.facts .inquiryForm div
{
	position:relative;
	z-index:99;
}
.facts .inquiryForm input[type=text]	
{
	width:98%;
	padding:.2em;
	margin:.2em auto;
}
.facts .inquiryForm  input[type=submit]
{
	background:#305252;
	border:none;
	color:#fff;
}

@media(max-width:768px)
{
	.facts .factDiv,
	.facts .inquiryForm
	{
		max-width:98%;
		margin-top:0;
	}
}












/*
	TESTIMONIALS
*/
.testimonials
{
	position:relative;
	display:block;
	width:100%;
	margin-top:6em;
	padding:3em 0 3em 0;
	/*background:#748E54;*/
}
.testimonials .testimonialDiv
{
	position:relative;
	max-width:45%;
	margin:1em 1% 1em 1%;
	background:#fff;
	border:1px solid #ccc;
	padding:2em;
	text-align:center;
}
/*.testimonials .testimonialDiv:before
{
	position:absolute;
	content:'\f10d';
	font-family:'Font Awesome 5 Solid';
	font-size:2em;
	color:#305252;
	height:80px;
	width:80px;
	top:84%;
	left:40%;
	right:40%;
}*/
.testimonials .testimonialDiv .author
{
	display:block;
	line-height:1.5;
	margin:1em auto 1em auto;
	font-size:1.2em;
	color:#305252;
}
.testimonials .testimonialDiv .author span
{
	display:block;
	font-size:.8em;
	color:#748E54;
}














/*
	HOME PAGE TITLE
*/
.page-titles
{
	display:block;
	position:relative;
	margin:1em auto 1em auto;
	text-align:left;
	line-height:1.5;
	padding-left:1em !important;
}
.page-titles h4,
.page-titles div
{
	position:relative;
	font-family: 'Prata', serif;
	font-size:2.1em !important;
	color:#305252 !important;
	text-transform:none;
	z-index:99 !important;
	line-height:1.3!important;
}
.page-titles span
{
	position:relative;
	display:inline-block;
	color:#748E54;
	font-family: 'Source Sans Pro', sans-serif;
	font-size:1.1em;
	font-weight:normal;
	text-transform:uppercase;
}
.page-titles:after
{
	position:absolute;
	content:'';
	top:0;
	left:0;
	width:100%;
	height:100%;
	border-left:6px solid #748E54;
}



/*
	MORE
*/
.more
{
	display:block;
	position:relative;
	width:40%;
	background:#ED1C24;
	color:#fff;
	padding:.5em;
	text-align:center;
	margin:1em auto 1em auto;
    -webkit-transition: all 1s;
    transition: all 1s;
	
}

.more:hover
{
	color:#fff;
	letter-spacing:3px;
	background:#4D243D;
	margin-top:.3em;
	box-shadow: 0 6px 6px 0 rgba(0, 0, 0, 0.3);		
    -webkit-transition: all .3s;
    transition: all .3s;
	
}
	












/*
	SIDE BAR
*/
.sub-page-title
{
	position:relative !important;
	padding:1.5em 0 1.5em 0 !important;
	background:#f9f9f9 !important;
	text-align:center;
	overflow:hidden;
	margin-top:0em !important;
	margin-bottom:6em;
	-moz-box-shadow: inset 0 -10px 10px -10px #333;
    -webkit-box-shadow: inset 0 -10px 10px -10px #333;
    box-shadow:  inset 0 -10px 10px -10px #333;
	z-index:9 !important;
    
    
}







.sub-page-title h2
{
	position:relative;
	color:var(--c2);
	font-family: 'Playfair Display', serif;
    font-size:3em;
    margin:0em auto .5em auto;
    text-transform: uppercase;
	z-index:9 !important;
}
.sub-page-title hr
{
	width:10%;
	background:none;
	border:none;
	border-bottom:3px solid var(--c1);
	margin:.5em auto .5em auto;
}







.subPages
{
	position:relative;
	padding-bottom:6em;
	margin-bottom:6em;
	min-height:600px;
}

.subPages img
{
	width:100%;
	height:auto;
}




.white-content
{
	background:rgba(242,242,242,.3);
	padding:1em;
	margin-bottom:2em;
	 -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
	  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
	  -ms-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
	  -o-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
	  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
	  -webkit-transition: all 0.25s ease-in-out;
	  -moz-transition: all 0.25s ease-in-out;
	  -ms-transition: all 0.25s ease-in-out;
	  -o-transition: all 0.25s ease-in-out;
	  transition: all 0.25s ease-in-out;
	  line-height:1.7;
}
.cPages .title-4, .white-content .title-4, .subPages .title-4
{
	font-size:1.6em;
	color:#748E54;	
	font-family: 'Playfair Display', serif;
}
	
.white-content .moreServices,
.white-content .customSearchResults
{
	margin-bottom:2em;
	
}
.white-content .moreServices li, 
.white-content li,
.subPages li,
.customSearchResults li
{
	position:relative;
	list-style:none;
	margin:.5em 0 .5em 0;
	padding-bottom:.2em;

	border-bottom:1px dotted #ccc;
}


.white-content .moreServices li a, 
.white-content li a
{
	color:var(--c2);
	font-size:1em !important;
	font-family: 'Source Sans Pro', sans-serif;
   	-webkit-transition: all .3s;
    transition: all .3s;	
}
.white-content .moreServices li a:hover, 
.white-content .moreServices li a:hover,
.white-content .moreServices li.current_page_item a
{
	color:#748E54 !important;
   	-webkit-transition: all .3s;
    transition: all .3s;	
	
}
.white-content .current_page_item:before,
.white-content li:hover:before
{
	color:#ED1C24 ;
   	-webkit-transition: all .3s;
    transition: all .3s;	
	
}

/*
	SEARCH
*/
.search-container
{
	margin-bottom:3em;
}
.search-container .search-page-title
{
	position:relative;
	display:block;
	font-size:1.6em;
	font-family: 'Playfair Display', serif;
	
}
.search-container .searchResults li
{
	position:relative;
	list-style:none;
	margin:.9em 0 .9em 0;
	padding-bottom:.2em;
	padding-left:0em;
	border-bottom:1px dotted #ccc;
}
.search-container .searchResults li:before
{
	display:none;
}
.search-container .searchResults li:hover .title-5
{
	font-weight:600;
   	-webkit-transition: all .3s;
    transition: all .3s;	
	

}
.search-container .searchResults .title-5
{
	position:relative;
	display:block;
	font-size:1.2em;
	color:var(--c1);	
	font-family: 'Playfair Display', serif;
	font-weight:normal;
   	-webkit-transition: all .3s;
    transition: all .3s;	
	
}







/****************** 	
	SUB PAGES
/******************



/*
	PRODUCT CHILD PAGES
*/

.child_pages
{
	display:block;
	margin-top:4em;
	margin-bottom:4em;
}
.child_pages .title-4
{
	font-size:1.6em;
	color:#748E54;
	display:block !important;
	width:100%;
	margin:2em 0 2em 0;
}
.child_page
{
	border:1px dotted #ccc;
	display:inline-block;
	text-align:center;
	padding:1em;
	max-width:46% !important;
	margin:1em 1% 1em 1%;
}
.child_page h2
{
	font-size:1.5em !important;
	color:#748E54;	
	font-family: 'Playfair Display', serif;
	display:block !important;
	width:100%;
	margin:2em 0 2em 0;
}
.child_page:hover h2
{
	color:#171738;
   	-webkit-transition: all 1s;
    transition: all 1s;	
	
}
.child_page img
{
	max-height:220px;
	min-height:220px;
	width:100%;
	
}
.child_pages ul li
{
	position:relative;
	list-style:none;
	margin:.5em 0 .5em 0;
	padding:.2em .2em .2em 2em;
	border-bottom:1px dotted #ccc;
}
.child_pages ul li:before
{
	position:absolute;
	content:'\f046';
	left:0;
	top:5%;
	height:auto;
	width:auto;
	font-family:'FontAwesome';
	font-size:1.2em;
	color:var(--c1);	
   	-webkit-transition: all .3s;
    transition: all .3s;	
	
}
.child_pages ul li a
{
	color:#003459;
   	-webkit-transition: all .3s;
    transition: all .3s;	
	
}
.child_pages ul li a:hover
{
	color:#fcd026;
   	-webkit-transition: all .3s;
    transition: all .3s;	
	
}
.child_pages ul li:hover:before
{
	color:#003459;
   	-webkit-transition: all .3s;
    transition: all .3s;	
	
}
@media(max-width:768px)
{
	.child_page
	{
		min-width:98%;
		width:98%;
	}
}
































/*
	GO TOP
*/
  #back-to-top {
    position: fixed;
    bottom: 40px;
    right: 40px;
    z-index: 9999;
    width: 32px;
    height: 32px;
    text-align: center;
    line-height: 30px;

    cursor: pointer;
    border: 0;
    border-radius: 2px;
    text-decoration: none;
    transition: opacity 0.2s ease-out;
    opacity: 0;
}
#back-to-top .fa 
{ 
   color:#4D243D !important;
   font-size:2em;
}
#back-to-top .fa:hover {
	color:#ccc !important;

}
#back-to-top.show {
    opacity: 1;
}	









/*
	FOOTER
*/
.footer1 {
    background:#ccc;
	color:#305252 !important;
	padding-top: 40px;
	padding-bottom: 20px;
	-moz-box-shadow: 0 0 5px #888;
	-webkit-box-shadow: 0 0 5px#888;
	box-shadow: 0 0 5px #888;

}



.title-widget {
	color: #305252;
	font-size: 20px;
	font-weight: 300;
	line-height: 1;
	position: relative;
	text-transform: uppercase;
	font-family: 'Fjalla One', sans-serif;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 25px;
	margin-left: 0;
	padding-left:0;
}




.title-widget ul {
    list-style: outside none none;
    padding-left: 0;
}
.footer1 ul
{
	padding:0;
	margin:0;


}
.footer1 ul li 
{
	list-style:none !important;
	position: relative;
    margin:0;
    padding: .2em 0 .2em 0em;
	width:95%;
	border-bottom:1px solid #305252;
	z-index:99;
}

.footer1 ul li a
{
	color:#305252 !important;
    font-size:1em;

}
.footer1 ul li a:hover,
.footer1 ul .current_page_item a
{
	color:#fff !important;
}
.footer1 .footerAddress
{
	line-height:1.5;
}
.footer1 .footer-logo h2,
.footer1 h3
{
	font-size:1.5rem !important;
    font-family: 'Playfair Display', serif;	
}

.footer-bottom {
    background-color: #305252 ;
	color:#748E54 !important;
    min-height: 30px;
	-moz-box-shadow: 0 0 5px #888;
	-webkit-box-shadow: 0 0 5px#888;
	box-shadow: 0 0 5px #888;
}
.copyright {
    color: #748E54 !important;
    line-height: 30px;
    min-height: 30px;
    padding: 7px;
}
.design {
    color: #748E54 !important;
    line-height: 30px;
    min-height: 30px;
    padding: 7px;
    text-align: right !important;
}
.copyright a,
.design a {
    color: #748E54 !important;
}







/*
	SEE MORE
*/
.chevron {
  position: absolute;
  width: 28px;
  height: 8px;
  top:57vh;
  left:48%;
  right:48%;
  opacity: 0;
  transform: scale3d(0.5, 0.5, 0.5);
  animation: move 3s ease-out infinite;
  display:block;
  z-index:99 !important;
}

.chevron:first-child {
  animation: move 3s ease-out 1s infinite;
}

.chevron:nth-child(2) {
  animation: move 3s ease-out 2s infinite;
}

.chevron:before,
.chevron:after {
  content: ' ';
  position: absolute;
  top: 0;
  height: 100%;
  width: 51%;
  background: #fff;
}

.chevron:before {
  left: 0;
  transform: skew(0deg, 30deg);
}

.chevron:after {
  right: 0;
  width: 50%;
  transform: skew(0deg, -30deg);
}

@keyframes move {
  25% {
    opacity: 1;

  }
  33% {
    opacity: 1;
    transform: translateY(30px);
  }
  67% {
    opacity: 1;
    transform: translateY(40px);
  }
  100% {
    opacity: 0;
    transform: translateY(55px) scale3d(0.5, 0.5, 0.5);
  }
}

.text {
  display: block;
  margin-top: 75px;
  margin-left: -30px;
  font-family: "Helvetica Neue", "Helvetica", Arial, sans-serif;
  font-size: 12px;
  color: #fff;
  text-transform: uppercase;
  white-space: nowrap;
  opacity: .25;
  animation: pulse 2s linear alternate infinite;
}

@keyframes pulse {
  to {
    opacity: 1;
  }
}





/*
 	DEALERS FORM
*/
.cf7sg-container
{
	position:relative;
	display:block;
	margin-bottom:6rem;
}
#wpcf7-f91-o1 .container
{
	margin-bottom:3rem;
	padding-bottom:1rem;
	border-bottom:1px dotted #ccc;
}
#wpcf7-f91-o1 .container h3
{
	font-size:1.6rem;
	display:block;
	width:100%;
	margin-bottom:.6rem;
	
}
#wpcf7-f91-o1 .container h4
{
	font-size:1.2rem;
	display:block;
	width:100%;
	margin-top:1rem;
	margin-bottom:.6rem;
}
#wpcf7-f91-o1 .container h4 span
{
	display:block;
	font-size:.9rem;
}
#wpcf7-f91-o1 .container .row
{
	margin-bottom:1rem;
}



/*
 INLINE H TAGS
*/
h1.inline, 
h2.inline, 
h3.inline, 
.inline {
    font-size: inherit !important;
    padding: 0px !important;
    margin: 0px !important;
    font: inherit !important;
    text-transform: inherit !important;
    color: inherit !important;
    display: inline !important;
    text-decoration: inherit !important;
    float: none !important;
    letter-spacing: inherit !important;
}