/* Commen css */
*
{
    padding: 0px;
    margin: 0px;
}   
   
@font-face
{
    font-family:Lato-Bold;
    src:url(../fonts/Lato-Bold.ttf);
}
 
@font-face
{
    font-family:Raleway-VariableFont_wght;
src:url(../fonts/Raleway-VariableFont_wght.ttf);
    
}
h1,h2,h3,h4,h5,h6
{
    font-family:Lato-Bold; 
  padding: 0px;
  margin: 0px;
}

body,p,a,span
{
    font-family:Raleway-VariableFont_wght;
    margin: 0;
    padding: 0;
}
a
{
     text-decoration: none !important;
     color:#a9aaab;
}
p
{
    color: #777777;
    font-size: 15px;
}
img
{
    max-width:100%;
    height:auto;
}

/* commen css */

.top-header-div
{
	width: 100%;
	height: auto;
	margin: 0 auto;
	background-color: #0f0f0f;
}
.banner-div
{
	width: 100%;
	height: auto;
	margin: 0 auto;
}
.top-header-div p
{
	text-transform: uppercase;
	color: #fff;
}
.top-header-div span
{
	text-transform: capitalize;
	color: #fff;
}
.navigation-div
{
	width: 100%;
	height: auto;
	margin: 0 auto;
	background-color: #f5f5f5;
	padding: 0px 0px!important;
}
.navbar-light .navbar-nav .nav-link, .dropdown-item 
{
	color:#000 !important;
	font-size: 14px !important;
}
.dropdown-item:active
{
	background-color: #e9ecef!important;
}
.dropdown-menu
{
	border-radius: 0px;
	background-color: #f5f5f5;
}
.navbar-light .navbar-nav .nav-link:hover
{
	color:#a31f34 !important; 
}
.parallax-div
{
	width: 100%;
	height: auto;
	margin: 0 auto;
	background-image: url(../img/ching-fordmount-funeral-services.jpg);
background-repeat: no-repeat;
background-size:cover;
background-position: center;
background-attachment: fixed;

} 
.parallax-div span
{
	font-size:60px;
	text-transform: uppercase;
	font-weight:bold !important;
	color:#fff;
	font-family:Lato-Bold !important;
	word-wrap:break-word;
}
.parallax-div p
{
	font-size:20px;
	text-transform: capitalize;
	font-weight:bold !important;
	color:#fff;
}
.banner-btn
{
	background-color: #fff;
	text-transform: capitalize;
	color:#000;
	border: none;
	border-radius: 0px;
	letter-spacing: 1px;
	transition: all 0.4s;
}
.banner-btn:hover
{
	background-color: rgba(217, 217, 217,0.7);
	color: #242424;
}
.btn-primary:not(:disabled):not(.disabled):active
{
background-color: rgba(217, 217, 217,0.7)!important;
	color: #242424 !important;
border-color:transparent !important;
}
.welcome-text, .funeral-services
{
	width:100%;
	height: auto;
	margin: 0 auto;
	background-color:#e3e1e1;
}
.welcome-text h1
{
	text-transform: uppercase;
	font-weight:bold;
	font-size: 50px;
	line-height:70px;
	color: #a31f34;
	word-wrap: break-word;


}
.welcome-text p
{
	font-size:17px;
	letter-spacing: 1px;
	line-height: 35px;
	color: #333332 !important;
}
.funeral-info
{
	width:100%;
	height: auto;
	margin: 0 auto;
	background-color:#fce551;
}
.funeral-info h2, .customer-reviews h2
{
	font-size:60px;
	text-transform: uppercase;
}
.funeral-info p
{
	color: #000;
	font-size:25px;
	line-height:35px;
}
.funeral-btn
{
background-color: #fff;
text-transform: capitalize;
color: #000;
border: none;
border-radius: 0px;
letter-spacing: 1px;
transition: all 0.4s;
}
.funeral-btn:hover
{
	background-color: rgba(255, 255, 255,0.7);
	color: #242424;
}
.funeral-services p
{
	letter-spacing: 1px;
	font-size: 16px;
	line-height:28px;
	color: #000;
}
.services 
{
	background-color: #fff;
}
.services h3
{
	font-family:Raleway-VariableFont_wght !important; 
	font-size: 25px;
	text-transform: uppercase;
	line-height:35px;
	color: #E7C603;
}
.service-text
{
	background-color: #fff;
	
}
.service-text p
{
	line-height: 30px;
	font-size: 16px;
}
.info-btn
{
background-color: #fce551;
text-transform: capitalize;
color: #000;
border: none;
	font-size: 14px;
border-radius: 0px;
letter-spacing: 1px;
width: 100%;
	margin-left: auto;
	margin-right: auto;
text-align: center;
transition: all 0.4s;
}
.info-btn:hover
{
	background-color: rgba(252, 229, 81,0.7);
	color: #000;
}
.customer-reviews i
{
	font-size:30px;
}
.quote-color
{
	color:#a8a8a8;
}
.customer-reviews  p
{
	font-size:20px;
	line-height: 35px;
}
.client-name
{
	font-size: 17px;
	color: #a31f34;
}
.contact-div , .bottom-footer
{
	widows: 100%;
	height: auto;
	margin: 0 auto;
	background-color: #e3e1e1;
}
.contact-div h2
{
	font-size: 60px;
	text-transform: uppercase;
}
.contact-div i, .contact-div span
{
	font-size: 18px;
}
.cnt-info p, .cnt-info p a
{
	font-size: 15px;
	color: #595858;
}
.input-box {
  background-color: #fff;
  border: none;
    border-bottom-color: currentcolor;
    border-bottom-style: none;
    border-bottom-width: medium;
  font-size: 15px;
 
  letter-spacing: 1px;
  border-bottom: 2px solid #fff;
  border-radius: 0px;
}
.submit-btn 
{
  background-color: #a31f34;
  display: block;
  border: none;
  color: #fff;
  letter-spacing: 2px;
  transition: all 0.4s;
  font-weight: bold;
  font-size: 16px;
  border-radius: 0px;
	display: block;
	width: 100%;
}
.submit-btn:hover
{
	color: #fff;
}
.footer-div
{
	width: 100%;
	height: auto;
	margin: 0 auto;
	background-color:#0f0f0f;
}

.footer-heading
{
	display: block;
	color: #fff;
	text-transform: uppercase;
	font-size: 18px;
}
.footer-div i, 
.footer-div span
{
	color: #e3e3e3;
	letter-spacing: 1px;
}
.footer-div p a
{
	transition: all 0.4s;
}
.footer-div p a:hover
{
	color:#a31f34 !important;
}
.bottom-footer
{
	background-color: 
}
.bottom-footer p a, .bottom-footer p
{
	color: #000;
	transition: all 0.4s;
}
.bottom-footer p a:hover
{
	color:#a31f34 !important; 
} 
.standard-info
{
	width:100%;
	height:auto;
	margin:0 auto;
}
.standard-info h1
{
	font-size:45px;
	text-transform: uppercase;
	color: #a31f34 !important;
	font-weight: bold;
	word-wrap: break-word;
}
.standard-table
{
	background-color:#a31f34 !important;
}
.price-heading
{
	float: right;
	text-align: right;
}
.standard-table span
{
	color: #fff;
	font-family: Lato-Bold!important;
	font-size: 20px;
	letter-spacing: 1px;
}
.price-table
{
	width:100%;
	height:auto;
	margin:0 auto;
	background-color: #e3e1e1;
}
 .price-table p
{
	font-size: 16px;
	display: block;
	color: #000;
/*	border-bottom:1px solid #000; */
}
.price-table span
{
	float: right;
	color: #a31f34;
}
/*.last-line
{
	border-bottom:none!important;
} */  
.top-header-div span a
{
	transition: all 0.4s;
}
.top-header-div span a:hover
{
	color: #a31f34 !important;
}
.funeral-head
{
	color: #fff;
	letter-spacing: 1px;
	font-size: 16px;
}
.top-span
{
	text-align:right !important;
}
.dies-div p
{
	font-size:18px;
	line-height: 35px;
}
.dies-div h1
{
	color:#a31f34;
	text-transform: uppercase;
	font-size:55px;
}
.people-text
{
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 1px;
	color: #a31f34;
}
.deceased-text
{
	/* background-color: #e3e1e1; */
}
.deceased-text h2, .deceased-text h1,.deceased-text h3
{
	letter-spacing: 1px;
	text-transform: uppercase;
	font-size:25px;
	font-family: Raleway-VariableFont_wght!important;
	word-wrap:break-word;
}
.deceased-text strong
{
	color: #212529;
	font-size: 18px;
}
.caring-div p
{
	font-size: 16px;
	line-height:30px;
}
.about-div
{
	background-image: url(../img/ching-fordmount-funeral-services.jpg);
	background-repeat: no-repeat;
	background-size: cover;
}
.about-head
{
	font-size: 55px!important;
	color:#a31f34; 
}
.about-text
{
	background-color: #fff !important;
	
}
.cnt-div
{
	background-color: transparent!important;
}
.cnt-div h1
{
	font-size: 55px;
text-transform: uppercase;
	color:#a31f34;
}
.cnt-div h2
{
	text-transform: capitalize;
	font-size: 30px;
}
.cnt-box
{
	background-color:#fff;
	border-bottom: 1px solid #dbdbdb;
	border-top:  1px solid transparent;
	border-left: 1px solid transparent;
	border-right: 1px solid transparent;
	transition: all 0.4s;
}
.cnt-box:hover
{
	border-top:1px solid #dbdbdb;
	border-left:1px solid #dbdbdb;
	border-right:1px solid #dbdbdb;
}
.cnt-box:focus
{
	background-color:#fff;
	border:1px solid #dbdbdb!important;
	box-shadow: 0 0 0 .2rem rgba(0,0,0,0)!important;
}
.cnt-div h2
{
	color:#a31f34; 
}
.client-div
{
	background-color: #e3e1e1;
}
.client-div p
{
	font-size: 16px;
	line-height: 30px;
}
.client-div i
{
	font-size: 50px;
}
.client-div strong
{
	text-transform: uppercase;
	font-size: 18px;
	color: #000;
}
.client-quote
{
	color: #000!important;
	font-size:50px;
}
.cost-head
{
	font-size:30px;
}
.funeral-img
{
	
	border: 2px solid #c7c7c7;
}
.review-bottom
{
	border-bottom:1px solid #a31f34;
}
.about-ser-div
{
	widows: 100%;
	margin: 0 auto;
	height: auto;
	background-color:#ededed;
	box-shadow: 0px 5px 3px #d1d1d1;
	
}
.about-ser-div i
{
	font-size:50px;
	color: #a31f34;
}
.about-ser-div p
{
	font-size:20px;
	text-transform: uppercase;
}
.monum-link
{
	color:#a31f34 !important;
}
.choose-div h2
{
	text-transform: uppercase;
	line-height:50px;
	word-wrap: break-word;
}
.choose-div i
{
	font-size:14px;
}
.advise
{
	color: #000 !important;
}
.flower-div
{
	background-color: #fff;
	
	box-shadow: 0px 5px 5px #999999;
	width: 100%;
	height: auto;
	margin: 0 auto;
}
.btn-secondary {
  color: #fff;
  background-color: #a31f34;
  border-color: #a31f34;
}
.btn-secondary:hover 
{
  color: #fff;
  background-color: #a31f34;
  border-color: #a31f34;
}
.btn-secondary.focus, .btn-secondary:focus 
{
  color: #fff;
  background-color: #a31f34 !important;
  border-color: #a31f34!important;
  box-shadow: 0 0 0 .2rem rgba(130,138,145,0)!important;
}
.img-list
{
	border-radius: 0px!important; 
}
.pagination
{
	border-radius: 0rem !important;
	width: 74%;
	margin: 0 auto;
	text-align: center;
}
.page-link
{
	color: #000!important;
	font-size: 14px;
}
.page-link:hover
{
color: #fff!important;
text-decoration: none!important;
background-color: #a31f34!important;
border-color:transparent;
}
.page-item.active .page-link
{
	color: #fff!important;
	background-color: #a31f34!important;
	border-color: transparent;
}
.listing-div
{
	display: block;
	margin: 0 auto;
	width: 50%;
}
.register-div
{
	background-color: #e6e6e6;
	width: 100%;
	height: auto;
	margin: 0 auto;
}
.img-div
{
	width: 100%;
	height: auto;
	margin: 0 auto;
}
.deceased-text ul li, .deceased-text p ul li, .deceased-text p
{
	color: #777777 !important;
}  
.brochure-link
{
	color: #a31f34 !important;
}
.caring-div-1
{
	width: 100%;
	height: auto;
	margin: 0 auto;
	background-color:#e3e1e1;
}
.flower-div p a
{
	color: #a31f34 !important;
}
.navbar-toggler:focus {
  box-shadow: 0 0 0 .0rem;
}
.sub-page-head
{
color: #000;
text-transform: uppercase;
font-size:40x;
}
.register-div strong 
{
	font-size:20px;
text-transform:capitalize;
margin:20px 0px;
		
}
.funeral-heading
{
	font-size:18px !important;
}
.review-text
{
	background-color: #e6e6e6;
width: 100%;
height: auto;
margin: 0 auto;
}
.cremation-class
{
  letter-spacing: 1px;
text-transform: uppercase;
font-size: 25px;
font-family: Raleway-VariableFont_wght !important;
word-wrap: break-word;
}
/* responsive */

@media only screen and (max-width:1199px)

{
	.container
  {
    max-width:95% !important;
  }
	.navbar-expand-lg .navbar-nav .nav-link {
	padding-right: .3rem;
	padding-left: .3rem;
}

	.navbar-expand-md .navbar-nav .nav-link {
  padding-right:.1rem !important;
  padding-left:.1rem!important;
	}
	
}
@media only screen and (max-width:1065px)
{
  .navbar-light .navbar-nav .nav-link, .dropdown-item
  {
    font-size: 13px !important;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
  padding-right: .2rem;
  padding-left: .3rem;
}
}
@media only screen and (max-width:1023px)

{
	.container
  {
    max-width:95% !important;
  }
	.info-btn {
  padding: 15px 5px !important; 
	}  
@media only screen and (max-width:1013px)
{
	/*.navbar-expand-lg .navbar-nav .nav-link {
	padding-right: .4rem;
	padding-left: .4rem;*/
}
}  


@media only screen and (max-width:991px)
{
		.navbar-light .navbar-nav .nav-link, .dropdown-item 
	{
		font-size: 14px!important;
		text-align: left;
	}
	
	.info-btn
	{
		padding:15px 5px !important;
		width:100%;
	}
	.services h3
	{
		font-size:20px;
	}
	.customer-reviews p
	{
		font-size:18px;
	}
	.caring-div img
	{
		display: block;
		margin: 0 auto;
		text-align: center;
		width: 100%;
	}
		.width-img
	{
		margin:30px 0px;
	}
	
		.pagination
	{
		width:94%;
	}
	.listing-div
	{
		width:55%; 
	}
	.registering-width-div
	{
		margin-top:30px;
	}
	.about-ser-div p 
	{
  font-size: 18px;
	}
}

@media only screen and (max-width:798px)
{
	.parallax-div p
	{
		font-size: 18px;
	}
	.parallax-div span 
	{
  font-size: 55px;
	word-wrap: break-word;
	}
  
}

@media only screen and (max-width:767px)
{ 
	
	.info-btn
	{
		padding:15px 5px !important;
		width: 60%;
	}      
		.services h3
	{
		font-size:25px;
	}
	.welcome-text h1, .standard-info h1
	{
		font-size:40px;
		line-height: 55px;
	}
	 .funeral-info h2, .customer-reviews h1, ,.dies-div h1
	{
		font-size: 40px !important;
	}
	.deceased-text h2, .deceased-text h1
	{
		font-size: 22px;
	}
	.about-head, .cnt-div h1
	{
		font-size:40px !important;
	}
	.parallax-div span 
	{
  	font-size: 45px;
	}
	.choose-div h2
	{
		font-size: 30px;
		line-height:40px;
		text-align: center;
	}
	.welcome-text p
	{
		font-size:15px;
		letter-spacing: 0px;
		text-align: center;
	}
	.listing-div 
	{
  width: 62%;
	}
	.pagination 
	{
  width: 100%;
	}
	.resp-about-services
	{
		margin: 0 auto;
		text-align: center;
	}
	
	.contact-div span 
	{
  font-size: 16px;
	}
	.cnt-information
	{
		text-align: center;
	}
	.price-table span, .standard-table span
	{
		text-align: left!important;
	}
	.standard-table span
	{
		font-size: 18px;
	}

}
@media only screen and (max-width:575px)
{
	.pockect-img
	{
		width:25%;
	} 
	.footer-detail
	{
		margin: 20px 0px;
	}
	.parallax-div span
	{
		font-size: 38px;
		line-height: 50px;
	}
	.choose-div h2
	{
		font-size:25px;
		line-height:35px;
	}
	.welcome-text p
	{
		font-size:15px;
		letter-spacing: 1px;
	}
		.pagination
	{
		display: block;
		width:80%;
	}
	.page-link 
	{
		font-size: 13px;
	}
	.registering-width-div-1
	{
		margin-top:30px;
	}
	.width-img-1
	{
		margin-top: 30px;
	}
	.rep-info-div
	{
		font-size:25px !important;	
	} 
}

@media only screen and (max-width:400px)
{
	.info-btn
	{
		padding:15px 5px !important;
		width:100%;
	}
	.about-head, .cnt-div h1, .standard-info h1
	{
		font-size:35px !important;
		line-height: 40px!important;
	}
	.funeral-info h2, .customer-reviews h2, .contact-div h2,.dies-div h1
	{  
		font-size:30px;
		line-height: 40px!important;
}
@media only screen and (max-width:345px)
{
		.navbar-nav .dropdown-menu {
  position: absolute !important;
  float: left;
}
	.pagination
	{
		display: block;
		width:100%;
	}
@media only screen and (max-width:320px)
{
		.navbar-nav .dropdown-menu {
  position: absolute !important;
  float: left;
}   
}
