/*
Theme Name:  M. R. Bombaywala & Co - 3
Author: trivia info it
Author URI: http://trivia.co.in/
Description: Bootstrap based wp theme for  M. R. Bombaywala & Co
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=Playfair+Display|Fjalla+One|Inria+Serif|Archivo+Black');
@import url('css/colors.css');

@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: 'Playfair Display', serif;
	font-size:1em;
	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;
	z-index:9999 !important;
}




/*
	HEADER 1
*/
.header-1
{
	position:relative;
	display:block;
	background:var(--c1);
	color:var(--c4);
	z-index:999;
	font-family: 'Fjalla One', sans-serif;

	
}
.header-1 .topInfo
{
	position:relative;
	line-height:1.5;
}
.header-1 .topInfo span
{
	display:block;
	font-size:.84rem;
	text-transform:uppercase;
	color:var(--c3);
}
.header-1 .topCall
{
	background:var(--c3);
	color:var(--c1);
	height:100%;

}


/*
	HEADER 2
*/
.header-2
{
	position:relative;
	display:block;
	background:var(--c4);
	padding:1rem 0 1rem 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 .imgLogo
{
	position:relative;
}
.header-2 .imgLogo img
{
	position:relative;
	width:100%;
	height:auto;
}
.header-2 .logo a
{
	position:relative;
	font-size:1.5rem;
	font-weight:bold;
	line-height:1.5;
	color:var(--c1);
}
.header-2 .logo a h1
{
	display:block;
	margin:0;
	padding:0;
	font-size:1rem !important;
	color:var(--c2);
	letter-spacing:3px;
}





/*
	FIXED HEADER
*/	


.sticky
{
	position:fixed;
	top:0;
	left:0;
	margin-top:0;
	width:100%;
	padding:0;
	
	border-bottom:1px solid var(--c5);
	z-index:999 !important;
   -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 .header-2
{
	padding:.1rem 0 .1rem 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;		
}
.sticky .logo img
{
	width:39%;
   -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:0rem 1rem 0rem 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;
}
@media(max-width:768px)
{
	.navbar 
	{
		width:100%;
		padding:.6rem !important;
	}
}
.navbar-default {
	border:none;
    border-color:0;
	border-radius:0px;
}
.navbar-nav
{
	width:100%;
	padding:0;
}
.navbar-nav > li 
{
	padding:1.5rem .75rem 0rem .75rem;
	position:relative;
    -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;	
	
}


.navbar-nav > li a
{
	position:relative;
	font-size:1rem;
	font-family: 'Inria Serif', serif;

	color:var(--c1);
    -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;	

	z-index:99 !important;
}


.navbar-nav > li a:hover
{
	color:var(--c7) !important;
    -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: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
{
	width:75%;
	display:inline-block;
	float:left !important;
}
.navbar-brand h3
{
	float:left !important;
		text-align:left !important;
		font-size:1.2em;
		color:var(--c1);
		margin:0 !important;
		padding:0 !important;
}


.navbar-nav > li:hover > .dropdown-menu {
    display: block;
}
.dropdown-menu, .dropdown-submenu
{
    background-color:var(--c4);
	min-width:16.5rem;
    -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;
	padding:0;
    -webkit-transition: all .3s;
    transition: all .3s;		
}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus
{
	background-color:transparent !important;
	padding-left:.1em;
    -webkit-transition: all .3s;
    transition: all .3s;		
}
	


























/*
	SLIDER
*/

.top-slider
{
	width:100% !important;
	/*height:580px;*/
	height:80vh;
	position:relative;
	display:block !important;
	top:0;
	left:0;
	background:#333;
	text-align:center;	
	border-bottom:6px solid var(--c1);
	-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-position: top(170px) center;
    background-attachment: fixed;
    background-size: cover;

}


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

}





/*
	SHORT INTRO
*/
.shortInto
{
	position:relative;
	display:block;
}
.shortInto img
{
	width:84%;
	height:auto;
	border:20px solid var(--c6);
	
}







/*
	SERVICES
*/
.services
{
	position:relative;
	display:block;
	background:var(--c3);
}
.services .page-titles span
{
	color:var(--c4);
}
.services .serviceDiv
{
	position:relative;
	display:block;
	background:var(--c1);
	color:var(--c5);
	overflow:hidden;
	/*-webkit-box-shadow:  0px 12px 21px -12px rgba(0,0,0,0.84);	
	-moz-box-shadow: 0px 12px 21px -12px rgba(0,0,0,0.84);	
	box-shadow: 0px 12px 21px -12px rgba(0,0,0,0.84);	*/

}
.services .serviceDiv img
{
	position:relative;
	width:100%;
	height:100%;
	min-height:245px;
	max-height:245px;
	z-index:3;
	top:33%;
	left:0;
	filter:opacity(.66);
   -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;		
}
.services .serviceDiv .serviceMeta
{
	position:absolute;
	top:30%;
	left:0;
	z-index:9;
   -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;		
}
.services .serviceDiv .serviceMeta h2
{
	font-size:1.5rem;
	color:var(--c4);
	margin:0;
	padding:0;
}


.services .serviceDiv:hover .serviceMeta
{
	top:10%;
   -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;		
}




.services .serviceDiv:hover img
{
	filter:opacity(.0) grayscale(1);
   -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;		
}














/*
	CALL NOW
*/
.callNow
{
	position:relative;
	display:block;
	background:var(--c5);
	color:var(--c1);
	line-height:1.5;
	font-size:1.3rem;
	padding:1.2rem 0 1.2rem 0;
}
.home .callNow
{
	background:var(--c1);	
	color:var(--c4);
	padding:1.2rem 0 1.2rem 0;		
}
.callNow span
{
	display:block;
	font-size:.93rem;
}
.callNow a
{
	position:relative;
	display:block;
	background:var(--c4);
	text-align:center;
}
.callNow a:before,
.callNow a:after
{
	position:absolute;
	content:'';
	top:0;
	height:100%;
	width:3%;
	background:var(--c2);
   -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;			
}
.callNow a:before
{
	left:0;
}
.callNow a:after
{
	right:0;
}
.callNow a span
{
	position:relative;
	z-index:12;
	font-size:1.33rem;
	font-family: 'Inria Serif', serif;	
	color:var(--c1);
	padding:.6rem;
   -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;		
}
.callNow a:hover span
{
	letter-spacing:3px;
	color:var(--c4);
   -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 a:hover:before,
.callNow a:hover:after
{
	width:50%;
   -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;			
}





/*
	WHY US
*/
.whyUs
{
	position:relative;
	display:block;
	padding:3rem 0 6rem 0;
}
.whyUs .whyBG
{
	position:absolute;
	top:0;
	left:0;
	height:100%;
	width:100%;
	background:url('images/why-bg.jpg') no-repeat;
	background-attachment:fixed;
	background-position:center center;
	background-size:cover;
	z-index:0;
	filter: opacity(.39);
	-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;	
}
.whyUs  .whyDiv
{
	position:relative;
	z-index:12;
	line-height:1.5;

}
.whyUs .whyDiv .whyIconDiv 
{
	position:relative;
	width:80px;
	height:80px;
	padding:1rem;
	border-radius:50%;
	background:rgba(255,255,255,.48);
	border:1px dashed var(--c3);
	text-align:center;
	margin: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;		
}
.whyUs .whyDiv .whyIconDiv .whyIcon
{
	text-align:center;
	color:var(--c2);
   -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;		
}
.whyUs .whyDiv h4
{
	display:block;
	font-size:1.5rem;
	color:var(--c1);
	padding:0;
	margin:1rem auto .3rem 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;	
}
.whyUs .whyDiv:hover h4
{
	color:var(--c2);
   -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;		
}
.whyUs .whyDiv:hover .whyIconDiv 
{
		background:rgba(255,255,255,1);
   -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;		
}

.whyUs .whyDiv:hover .whyIconDiv .whyIcon
{
	color:var(--c1);
	   -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;		
}









/*
	CONTACT FORM
*/
.contactForm
{
	position:relative;
	display:block;
	border-top:3px solid var(--c2);
}

.contactForm .locationMap
{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:0;
}
.contactForm .formDiv
{
	position:relative;
	z-index:9;
/*	background:rgba(255,255,255,.75);*/
	background:var(--c2);
	height:120%;
	margin-top:-2rem;
	margin-bottom:-1rem;
}
.contactForm .formDiv span
{
	display:block;
	width:100%;
	margin:.3rem auto .3rem auto;
}
.contactForm .formDiv span input,
.contactForm .formDiv span textarea
{
	width:100%;
	padding:.3rem;
}





/*
  RANDOM QUOTE
*/
.randomQuote
{
	background:var(--c6);
	border:1px solid var(--c5);
}








/*
	HOME PAGE TITLE
*/
.page-titles
{
	display:block;
	position:relative;
	margin:1em auto 1em auto;
	line-height:1.5;
}
.page-titles h2,
.page-titles h4,
.page-titles div
{
	position:relative;
/*	font-family: 'Quicksand', sans-serif;*/
	font-family: 'Inria Serif', serif;


	font-size:2em !important;

	color:var(--c1);
	text-transform:none;
	z-index:99 !important;
	line-height:1.1;
}
.page-titles .nums
{
	position:relative;
	font-size:6rem !important;
	font-family: 'Archivo Black', sans-serif;
	line-height:1;
	height:3.9rem;
	color:var(--c5);
	top:0 !important;
	vertical-align:top !important;
	overflow:hidden;

}
.page-titles span
{
	position:relative;
	display:inline-block;
	color:var(--c2);
	font-family: 'Jura', sans-serif;
	text-transform:uppercase;
	font-size:.93rem;
	font-weight:normal;

}


/*
	MORE
*/
.more
{
	display:block;
	position:relative;
	width:30%;
	background:var(--c5);

	padding:.5em;
	border-radius:10px;
	text-align:center;
	margin:1em 0 1em 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;	
}
.more:after
{
	content:'\f061';
	font-family:'FontAwesome';
	font-size:1em;
	color:var(--c1);
	position:absolute;
	top:19%;
	left:27%;
	height:auto;
	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;	
	
	
}
.more:hover
{
	border-radius:20px;
	background:var(--c4);
    -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;	
	
}
.more span
{
	color:var(--c1) !important;	
	font-size:1em !important;
	position:relative;
	z-index:99;
    -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;	
	
}
.more:hover span
{
	color:var(--c2) !important;
    -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;	
	
}
.more:hover:after
{
	/*left:30%;*/
	-webkit-animation-name: shake;
	-webkit-animation-duration: 0.8s;
	-webkit-transform-origin:50% 50%;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-timing-function: linear;

	
}





.noGap
{
	margin:0;
	padding:0;
}





















/*
	SIDE BAR
*/
.sub-page-title
{
	position:relative !important;
	padding:6em 0 3em 0 !important;
	background:#f9f9f9 !important;
	text-align:center;
	overflow:hidden;
	margin-top:-1.5rem !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(--c1);
	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;
}













/*
	breadcrumbs
*/	

#breadcrumbs{
	position:relative;
    list-style:none;
    margin:0;
    overflow:hidden;
	padding:0 !important;
	z-index:99 !important;	

}
  
#breadcrumbs li{
    display:inline-block;
    vertical-align:middle;
    margin-right:.5em;
}
#breadcrumbs li:first-child
{
	margin-left:0 !important;
}
#breadcrumbs li a, 
#breadcrumbs li.item-current
{
	font-family: 'Playfair Display', serif;
	font-size:1em;
	color:#ccc;
	font-weight:normal;
	text-transform:none;
}
#breadcrumbs li.item-current
{
	color:var(--c1);
	font-weight:normal;	
}
#breadcrumbs .separator
{
    font-size:18px;
    color:#253939;
}

















.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:var(--c1);	
	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;
	padding-left:1.5em;
	border-bottom:1px dotted #ccc;
}

.white-content .moreServices li:before, 
.white-content li:before,
.subPages li:before
{
	position:absolute;
	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;	
}
.subPages li:before
{
	content:'\f105';
	font-family:'Font Awesome 5 Free';
	font-weight:900;
}
.white-content .moreServices li:before, 
.white-content li:before
{
	content:'\f105';
 	font-family: "Font Awesome 5 Free";
	font-weight:900;	
}

.white-content .moreServices li a, 
.white-content li a
{
	color:var(--c1);
	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 .current_page_item a
{
	color:var(--c3);	
   	-webkit-transition: all .3s;
    transition: all .3s;	
	
}
.white-content .current_page_item:before,
.white-content li:hover:before
{
	color:var(--c3);
   	-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
*/

.childPages
{
	display:block;
	margin-top:3rem;
	margin-bottom:3rem;
}
.childPages .title-4
{
	font-size:1.6em;
	color:var(--c2);
	display:block !important;
	width:100%;
	margin:2em 0 2em 0;
}
.childPage
{
	border:1px dotted #ccc;
	display:inline-block;
	text-align:center;
	padding:1em;
}
.childPage h2
{
	font-size:1.2em !important;
	color:var(--c1);
	font-family: 'Playfair Display', serif;
	display:block !important;
	width:100%;
	margin:1em 0 1em 0;
}
.childPage:hover h2
{
	color:#171738;
   	-webkit-transition: all 1s;
    transition: all 1s;	
	
}
.childPage .childImage 
{
	position:relative;
	display:block;
	padding:1rem;
 	object-fit: cover;
    overflow: hidden !important;
}
.childPage .childImage img
{
  	max-width:100% !important;
	max-height:215px;
	min-height:215px;

	width:100%;
    height: 100%;	
}
.childPages ul li
{
	position:relative;
	list-style:none;
	margin:.5em 0 .5em 0;
	padding:.2em .2em .2em 2em;
	border-bottom:1px dotted #ccc;
}
.childPages 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;	
	
}
.childPages ul li a
{
	color:#003459;
   	-webkit-transition: all .3s;
    transition: all .3s;	
	
}
.childPages ul li a:hover
{
	color:#fcd026;
   	-webkit-transition: all .3s;
    transition: all .3s;	
	
}
.childPages ul li:hover:before
{
	color:#003459;
   	-webkit-transition: all .3s;
    transition: all .3s;	
	
}


.childPages .productPage
{
	width:98% !important;
	height:420px;
}
.childPages .productPage .childImage
{
	position:relative;
	width:100%;
	height:300px;
	background-repeat:none;
	background-position:center center;
	background-size:100% 100% !important;

}
@media(max-width:768px)
{
	.childPage
	{
		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:var(--c2) !important;
   font-size:2em;
}
#back-to-top .fa:hover {
	color:#ccc !important;

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









/*
	FOOTER
*/
.footer1 {
    background:var(--c1);
	color:var(--c5);
	margin:0;
	padding-top:6rem;
	padding-bottom:3rem;
}



.title-widget {
	color:var(--c5);
	font-size: 20px;
	font-weight: 300;
	line-height: 1;
	position: relative;
	text-transform: uppercase;
	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 0;
	width:95%;
	border-bottom:1px solid var(--c5);
	z-index:99;
}

.footer1 ul li a
{
	color:var(--c5);
    font-size:1em;

}



.footer-bottom {
    background-color:var(--c3);
	color:var(--c1)!important;
	/*-moz-box-shadow: 0 0 5px #888;
	-webkit-box-shadow: 0 0 5px#888;
	box-shadow: 0 0 5px #888;*/
}
.copyright {
	color:var(--c1)!important;

    line-height: 30px;
    min-height: 30px;
    padding: 7px;
}
.design {
	color:var(--c1)!important;

    line-height: 30px;
    min-height: 30px;
    padding: 7px;
    text-align: right !important;
}
.copyright a,
.design a 
{
	color:var(--c1)!important;
}







/*
	SEE MORE
*/
.chevron {
  position: absolute;
  width: 28px;
  height: 8px;
  top:70vh;
  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;
  }
}


/*
  INLINE CODE
*/
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;
}