/*
Theme Name:    Regal Stonemason
Develope by:   Mohd. Sakeem Khan 
Company URL:   http://www.webmarketingexperts.com.au/
Company Name:  WME
*/
/* Global Classes starts */
* { outline:none;}
html, body {
	font-family: 'Open Sans', sans-serif;
	margin: 0px;
	padding: 0px;
}
.clr {
	margin: 0;
	padding: 0;
	clear: both;
}
.clear {
	margin: 0;
	padding: 0;
	clear: both;
}
.clearfix {
	margin: 0;
	padding: 0;
	clear: both;
}
/* Global Classes starts */

* {
	outline: none;
}
div, form, P {
	margin: 0px;
	padding: 0px;
}
A IMG /* This Class will disble border over any link on images*/ {
	border: none;
	outline: none
}
a {
	text-decoration: underline;
	color: #A2A2A2;
}
a:hover {
	text-decoration: none;
}
p {
	color: #000;
	padding: 5px 0px 5px 0px;
	margin: 5px 0px 5px 0px;
}
p a {
	text-decoration: underline;
	color: #A2A2A2;
}
p a:hover {
	text-decoration: none;
}
UL {
	/* Controls NORMAL UL */
    
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	color: #fff;
}
UL LI {
	/* Controls NORMAL li inside UL */
    
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}
UL strong {
	font-size: 15px;
}
OL {
	/* Controls NORMAL OL */
    
	margin: 0 0 0 28px;
	padding: 0 0 0 0;
	list-style-type: decimal;
}
OL LI {
	/* Controls NORMAL li inside OL */
    
	text-decoration: underline;
	color: #000000;
}
OL LI A, LI A, OL A {
	/* Controls LINKS inside OL */
    
	text-decoration: underline;
	color: #000000;
}
OL A:HOVER {
	/* Controls LINKS HOVER inside OL */
    
	text-decoration: none;
	color: #363636;
}
UL A {
	/* Controls LINKS inside UL */
    
	text-decoration: underline;
	color: #A2A2A2;
}
UL A:HOVER {
	/* Controls LINKS HOVER inside UL */
    
	text-decoration: none;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0px;
	padding: 0px;
}
/*header section start*/
.header {
	/*background: url(images/bg.png) left top repeat;*/
	background: rgba(0,0,0,0.75);
	margin: 0;
	padding: 20px 0 0 0;
	width: 100%;
	position: absolute;
	z-index:10000;
}
.header_wraper {
	margin: 0 auto;
	padding: 0;
	width: 1200px;
}
.logo {
	margin: 0;
	padding: 0;
	float: left;
	width: 419px;
}
.logo a {
	margin: 0;
	padding: 0;
}
.logo img {
	margin: 0;
	padding: 0;
	width: 100%;
}
.header_right {
	margin: 0;
	padding: 0;
	float: right;
	width: 755px;
}
.mob {
	display: none;
}
.manu_bar {
	margin: 0;
	padding: 0;
	width: auto;
	float: left;
}
.manu_bar ul {
	margin: 0;
	padding: 0;
	list-style-type:none;
}
.manu_bar ul li {
	margin: 0;
	padding: 0;
	float:left;
}
.manu_bar ul li a {
	margin: 0 0 20px 0;
	padding: 15px 11px;
	display:block;
	font-size: 14px;
	color: #FFF;
	text-decoration: none;
	}
.manu_bar ul li a:hover {
	color:#FE2905;
	/*background: url(images/arrow.png)center bottom no-repeat;*/
}
.manu_bar ul li.current_page_item a{
	color:#FE2905;
	/*background: url(images/arrow.png)center bottom no-repeat;*/
}

/*_____ Submenu css Start __________*/
#access ul {
	font-size: 13px;
	list-style: none;
	margin: 0 0 0 -0.8125em;
	padding-left: 0;
   }

#access li {
	float: left;
    position: relative;
  }
#access a {
	color: #eee;
	display: block;
	line-height: 3.333em;
	padding: 0 1.2125em;
	text-decoration: none;
    }
.manu_bar ul ul {
	display: none;
	margin: 0px;
	padding:0px 0px 0px 0px;
	width:220px;
	z-index: 99999;
	background:#ac0000;
    visibility: hidden; 
	display: none; 
	position:absolute; 
	top:100%; 
	left:-50px;
   }
.manu_bar li:hover > a, .manu_bar ul li:hover > ul{ display: block; }  
.manu_bar ul ul li{
	border-bottom:1px solid #6e0000;
	width:100%;
   }
.manu_bar ul ul ul {
	left: 100%;
	top: 0;
	width:250px;
    }
.manu_bar ul ul li a {
	color: #fff !important;
	font-size:12px;
	font-weight: normal;
	height: auto;
    line-height: 1.4em;
	padding:10px 0;
	margin:0;
	width:100%;
	text-align:center;
	text-transform:uppercase;
	background:none !important;
	border:none;
    }
.manu_bar ul ul ul li a {
	width:230px;
    }
.manu_bar ul ul li a:hover {
	background:#8a0000 !important;
	color:#fff !important;
    }	
.manu_bar ul ul li.current_page_item a{
	background:#8a0000 !important;
	color:#fff !important;
    }
.manu_bar ul li:hover > ul {
	display: block;
    }
.manu_bar .current-menu-item > a,
.manu_bar .current-menu-ancestor > a,
.manu_bar .current_page_item > a,
.manu_bar .current_page_ancestor > a {
    color:#ff7070;
	/*background: url(images/arrow.png)center bottom no-repeat;*/
    }
	
/*----------Third Level-------------------*/
.manu_bar ul li.hover, .manu_bar ul li:hover {position: relative; cursor: default;}
.manu_bar ul li:hover > ul { visibility: visible;}

/*_____ Submenu css ends __________*/


.call_us {
	margin: 0;
	padding: 0;
	float: right;
	width: auto;
}
.call_us a {
	margin: -5px 0 0 0;
	padding: 10px 20px;
	background-color: #ac0000;
	font-size: 25px;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	border-radius: 10px;
	display: inline-block;
	z-index: 100;
}
.call_us a:hover{
	background:#f62020;
}
.banner_home {
	margin: 0;
	padding: 0;
}
.banner_wraper {
	margin: 0 auto;
	width: 1200px;
	padding: 0;
}
.banner_home img {
	width: 100%;
	margin: 0;
	padding: 0;
}
.caption_wraper {
	margin:110px 0 0 ;
	padding: 0;
}
.banner_caption {
	margin: 0 auto;
	width: 1200px;
	padding: 0;
}
.box {
	margin: 0;
	padding: 50px 75px 110px 75px !important;
	border-radius: 10px;
	width: 440px;
	background: url(images/box_bg.png) left top repeat;
}
.box h1 {
	color: #a49d9d;
	font-size: 47px;
	line-height: 56px;
	margin: 0 0 25px;
	padding: 0;
}
.box h1 span {
	margin: 0;
	padding: 0;
	color: #695151;
}
.box h1 em {
	font-size: 45px;
}
.box h1 style {
	font-style: italic;
}

.colours {
	margin: 0;
	padding: 60px 0;
	background-color: #e9e5df;
}
.body_wraper {
	margin: 0 auto;
	padding: 0;
	width: 1200px;
}
.colours_main {
	float: left;
	margin: 0 52px;
	padding: 0;
	width: 192px;
}
.curle {
	border: 1px solid #c9c4bd;
	border-radius: 100%;
	margin: 0 auto 30px;
	padding: 30px 0;
	text-align: center;
	width: 114px;
}
.colours_main h3 {
	padding: 0 0 8px;
	text-align: center;
	;
	color: #431d1e;
	font-size: 16px;
	line-height: 26px;
	font-weight: 500;
	border-bottom: 1px solid #c9c4bd;
}
.colours_main h3 a {
    color: #431d1e;
    text-decoration: none;
}
.curle img {
	margin: 0;
	padding: 0;
	width: auto;
}
.products {
	margin: 0;
	padding: 35px 0 50px;
	background-color: #afa79c;
}
.products h3 {
	margin: 25px 0 0 0;
	padding: 0;
}
.products h3 a {
	margin: 0;
	padding: 0;
	color: #fff;
	font-size: 24px;
	text-transform: capitalize;
	text-decoration: none;
	font-weight: 500;
}
.products h3 a:hover {
	color: #f8f3ef;
}
.products_main {
	margin: 0 90px 0 0;
	padding: 0;
	width: 340px;
	float: left;
}
.products_main img {
	margin: 0;
	padding: 0;
	width: 100%;
}
.products_last {
	margin: 0;
	padding: 0;
	width: 340px;
	float: right;
}
.products_last img {
	margin: 0;
	padding: 0;
	width: 100%;
}
.body_text {
	margin: 0;
	padding: 55px 0;
}
.body_text h2 {
	color: #401a19;
	background: url(images/border.png) no-repeat top center;
	margin: 0 0 55px 0;
	padding: 30px 0 0 0;
	font-size: 35px;
	font-weight: 600;
}
.body_text p {
	margin: 0 0 20px 0;
	padding: 0;
	font-size: 12px;
	color: #252525;
	line-height: 22px;
}
.body_text h3 {
	margin: 0 0 0 0;
	padding: 0;
	color: #4e4443;
	font-size: 30px;
	line-height: 43px;
}
.body_text h4 {
	margin: 0 0 20px;
	padding: 0;
	color: #4e4443;
	font-size: 24px;
	line-height: 43px;
}
.body_text a {
}
.body_text em {
	margin: 20px 0;
	padding: 0;
	font-size: 30px;
	color: #4e4443;
	font-weight: 100;
}
.text_left {
	margin: 0;
	padding: 0;
	width:600px;
	float: left;
}
.text_right {
	margin: 0 0px 0 0;
	padding: 0;
	width:550px;
	float: right;
}
.skill {
	margin: 0 auto;
	padding: 0;
	width: 755px;
	text-align: center;
}
.skill p {
	margin: 0;
	padding: 0;
	font-size: 16px;
	line-height: 26px;
	color: #252525;
}
.skill a {
	margin: 50px 0 40px;
	padding: 10px 20px;
	background-color: #ac0000;
	font-size: 20px;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	border-radius: 10px;
	display: inline-block;
}
.skill a:hover {
	background-color: #f62020;
}
.ston {
	margin: 0;
	padding: 50px 0 90px;
	background: url(images/Interface-007.jpg) no-repeat;
}
.ston h5 {
	font-size: 16px;
	color: #252525;
	background: url(images/border2.png) no-repeat;
	padding: 84px 0 0;
	margin: 0 0 30px 0
}
.ston p {
	margin: 0 0 35px 0;
	padding: 0;
	font-size: 12px;
	color: #252525;
	line-height: 22px;
}
.ston_left {
	margin: 0;
	padding: 0;
	float: left;
	width:560px;
}
.ston_right {
	margin: 0;
	padding: 0;
	float: right;
	width:560px;
}
.overlay {
	margin:0 0 -5px 0;
	padding: 100px 0 0;
}
.overlay h3 {
	margin: 0 0 75px 0;
	padding: 0;
	color: #4e4443;
	font-size: 30px;
	font-weight: 100;
	font-weight: 500;
	text-align: center;
}
.overlay_left {
	margin: 0;
	padding: 0;
	float: left;
	width: 480px;
}
.overlay_left img {
	width: 100%;
	margin: 0;
	padding: 0;
}
.overlay_right {
	margin: 51px 217px 0 0;
	float: right;
	width: 420px;
	padding: 0 0 54px;
}
.overlay_right strong {
	margin: 0 0 35px 0;
	padding: 0;
	font-style: italic;
	font-size: 16px;
	color: #252525;
	display: inline-block;
}
.overlay_right p {
	margin: 0 0 35px 0;
	padding: 0;
	font-size: 16px;
	color: #252525;
	font-weight: 400;
	font-style: italic;
}
.overlay_right p:last-child {
	background: url(images/singnature.jpg) no-repeat bottom left;
	padding: 0 0 90px;
}
.overlay em {
	font-family: 'Ubuntu', sans-serif;
	font-weight: 400;
}
.footer {
	margin: 0;
	padding: 50px 0;
	background-color: #afa79c;
	text-align: center;
}
.footer_wraper {
	margin: 0 auto;
	padding: 0;
	width: 1200px;
}

.footer h4 {
	margin: 0;
	padding: 0;
	font-size: 30px;
	color: #fff;
	font-weight: 400;
}
.request {
	margin: 0;
	padding: 0;
}
.request a {
	background-color: #ac0000 !important;
	border-radius: 10px;
	color: #fff;
	display: inline-block;
	font-size: 20px;
	font-weight: bold;
	margin: 50px 0 40px;
	padding: 10px 25px;
	text-decoration: none;
}
.request a:hover {
	background-color: #d60e0e !important;
}
.footer_left {
	margin: 0;
	padding: 0;
	float: left;
}
.footer_left ul {
	margin: 0;
	padding: 0;
}
.footer_left ul li {
	margin: 0;
	padding: 0;
	display: inline;
	position: relative;
}
.footer_left ul li a {
	margin: 0;
	padding: 0 30px 0 0;
	font-size: 12px;
	color: #d5d0cd;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: bolder;
}
.footer_left ul li a:hover,
.footer_left ul li.current_page_item a { color:#f20000;}
.footer_right {
	margin: 0;
	padding: 0;
	float: right;
	width: 200px;
}
.footer_left ul li ul.sub-menu{
	display:none;
	position: absolute;
	top: 20px;
	left: 0;
	width: 800px;
}
.footer_left ul li:hover ul.sub-menu{
	display:block;
}
.footer_left ul li ul.sub-menu li{
	float:left;
}
.products_left {
	background: url(images/border.png) top left no-repeat;
	margin: 50px 0 0 0;
	float: left;
	padding: 30px 0;
	width: 570px;
}
.products_left h3 {
	margin: 0 0 20px 0;
	padding: 0;
	color: #401a19;
	font-size: 30px;
	font-weight: 600;
	line-height: 35px;
}
.products_left p {
	margin: 0 0 20px 0;
	padding: 0;
	font-size: 12px;
	color: #252525;
	line-height: 22px;
}
.products_left h4 {
	margin: 0 0 20px 0;
	padding: 0;
	font-size: 18px;
	color: #401a19;
	line-height: 22px;
	font-weight: 600;
}
.products_right {
	margin: 50px 0 0 0;
	padding: 30px 0;
	width: 560px;
	float: right;
	background: url(images/border.png) top left no-repeat;
}
.products_right h3 {
	margin: 0 0 30px 0;
	padding: 0;
	color: #401a19;
	font-size: 30px;
	font-weight: 600;
	line-height: 35px;
}
.products_right p {
	margin: 0 0 20px 0;
	padding: 0;
	font-size: 12px;
	color: #252525;
	line-height: 22px;
}
.products_right h4 {
	margin: 0 0 25px 0;
	padding: 0;
	font-size: 18px;
	color: #401a19;
	line-height: 22px;
	font-weight: 600;
}
.banner_inner {
	margin: 0;
	padding: 0;
}
.inner_wraper {
	margin: 0 auto;
	width: 1200px;
	padding: 0;
}
.banner_inner img {
	width: 100%;
	margin: 0;
	padding: 0;
}
.inner_caption {
	margin: 0;
	padding: 0;
	position: absolute;
	margin: -262px 0 0 0;
}
.banner_caption {
	margin: 0 auto;
	width: 1200px;
	padding: 0;
}
.inner_box {
	margin: 0;
	padding: 50px 50px;
	border-radius: 10px;
	width: 490px;
	background: url(images/box_bg.png) left top repeat;
}
.inner_box h1 {
	color: #695151;
	font-size:35px;
	line-height: 56px;
	margin: 0 0 10px;
	padding: 0;
	font-weight: bold;
}
.inner_box a {
	margin: 0;
	padding: 15px 58px;
	background-color: #ac0000;
	font-size: 25px;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	border-radius: 13px;
	display: inline-block;
}
.inner_box a:hover {
	background-color: #d60e0e;
}
.obtion {
	margin: 0;
	padding: 60px 0 95px;
	background: url(images/inner.png) left top no-repeat;
	background-size: 100% 100%;
}
.option_main {
	margin: 0;
	padding: 50px 0;
	background-color: #ffffff;
	border-radius: 10px;
}
.option_repeat {
	margin: 0;
	padding: 0;
	float: left;
	width: 183px;
	margin: 0 0 0 50px;
}
.option_repeat h4 {
	margin: 0;
	padding: 0;
	color: #ac0000;
	font-size: 20px;
}
.option_repeat h4 a{
	margin: 0;
	padding: 0;
	color: #ac0000;
	font-size: 20px;
	text-decoration:none;
    }
.option_repeat h4 a:hover{ color:#000;}	
.option_repeat img {
	margin: 0;
	padding: 0;
	width: 100%;
}
.obtion h3 {
	margin: 0 0 50px 0;
	padding: 30px 0 0 0;
	font-size: 30px;
	color: #401a19;
	text-align: center;
	background: url(images/border.png) top center no-repeat;
	font-weight: 600;
}
.products_text {
	text-align: center;
	padding:0px 0 0px;
	width: 822px;
	margin: 0 auto;
}
.products_text h4 {
	margin:30px 0 15px 0;
	padding: 0;
	color: #4e4443;
	font-size: 24px;
}
.products_text p {
	margin: 0;
	padding: 0 0 60px 0;
	color: #252525;
	font-size: 16px;
	line-height: 26px;
}
.services_left {
	background: url(images/border.png) top left no-repeat;
	margin: 50px 0 0 0;
	padding: 30px 0;
	float: left;
	width: 560px;
}
.services_left h3 {
	margin: 0 0 30px 0;
	padding: 0;
	color: #401a19;
	font-size: 30px;
	font-weight: 600;
	line-height: 35px;
}
.services_left p {
	margin: 0 0 35px 0;
	padding: 0;
	font-size: 17px;
	line-height: 26px;
	color: #ac0000;
}
.services_left p:nth-child(3) {
	color: #4d4d4d;
}
.services_right {
	margin: 0;
	padding: 0;
	float: right;
	width: 560px;
	background: url(images/border.png) top left no-repeat;
	margin: 50px 0 0 0;
	padding: 30px 0;
}
.services_right p {
	margin: 0 0 30px 0;
	padding: 0;
	font-size: 12px;
	line-height: 22px;
	color: #252525;
}
.services_right h5 {
	margin: 0;
	padding: 0;
	color: #252525;
	font-size: 12px;
	line-height: 22px;
}
.arrowlistmenu .menuheader {
	background: url(images/select.png) no-repeat right center;
	border-radius: 10px;
	color: #fff;
	cursor: pointer;
	display: block;
	font-size: 20px;
	font-weight: bold;
	height: 28px;
	margin: 0 0 2px;
	padding: 15px 0 15px 25px;
	background-color: #ac0000;
}
.arrowlistmenu .openheader {
	background: url(images/select2.png) #8a0000 no-repeat right center;
	border-radius: 10px;
	color: #fff;
	cursor: pointer;
	display: block;
	font-size: 20px;
	font-weight: bold;
	height: 28px;
	margin: 0 0 2px;
	padding: 15px 0 20px 25px;
}

.contact_left {
	margin: 0;
	padding: 0;
	float: left;
	width: 560px;
	background: url(images/border.png) top left no-repeat;
	margin: 50px 0 0 0;
	padding: 30px 0;
}
.contact_right {
	margin: 0;
	padding: 0;
	float: right;
	width: 560px;
	background: url(images/border.png) top left no-repeat;
	margin: 50px 0 0 0;
	padding: 30px 0;
}
.contact_left h3 {
	margin: 0 0 30px 0;
	padding: 0;
	color: #401a19;
	font-size: 30px;
	font-weight: 600;
	line-height: 35px;
}
.contact_right h3 {
	margin: 0 0 30px 0;
	padding: 0;
	color: #401a19;
	font-size: 30px;
	font-weight: 600;
	line-height: 35px;
}
.contact_left p {
	margin: 0 0 30px 0;
	padding: 0;
	font-size: 12px;
	line-height: 22px;
	color: #252525;
}
.address {
	margin: 0;
	padding: 0;
}
.address p {
	margin: 0;
	padding: 0;
	font-size: 18px;
	margin: 0 0 10px 0;
	color: #401a19;
	font-weight: 600;
}
.address p span {
	margin: 0 25px 0 0;
	padding: 0;
	font-size: 18px;
	color: #ac0000;
	font-weight: 600;
	width:75px;
	display:inline-block;
}
.input_left {
	margin: 0;
	padding: 0;
	width: 275px;
	float: left;
}
.input_right {
	margin: 0;
	padding: 0;
	width: 275px;
	float: right;
}
.input {
	margin: 0 0 10px 0;
	padding: 15px;
	width: 240px;
	background-color: #f5f5f5;
	font-size: 14px;
	color: #585858;
	border: 1px solid #a49d9d;
	border-radius: 10px;
}
.msg {
	margin: 0 0 10px 0;
	padding: 15px;
	width: 530px;
	background-color: #f5f5f5;
	font-size: 14px;
	color: #585858;
	border: 1px solid #a49d9d;
	border-radius: 10px;
}
.buttan {
	background-color: #ac0000;
	border: medium none;
	border-radius: 10px;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	padding: 6px 29px;
	cursor: pointer;
}
.address p span:nth-child(3) {
	color: #4d4d4d !important;
}
.buttan:hover {
	background-color: #c91414;
}
.map {
	margin: 0;
	padding: 0;
}
.map img {
	margin: 0;
	padding: 0;
	width: 100%;
}
.blog_main {
	margin:40px 0 0 0;
	padding: 0;
	width: 1260px;
}
.blog_repeat {
	background: url(images/border.png) no-repeat top left !important;
	float: left;
	margin:0px 60px 40px 0;
	padding: 25px 0 0 0;
	width: 255px;
}
.blog_repeat img {
	display: block;
	margin: 0 0 25px 0;
	padding: 0;
	width: 100%;
}
.blog_repeat h3 {
	margin: 0 0 0 0;
	padding: 0;
	font-size: 18px;
	color: #401a19;
}
.blog_repeat h3 a{
	margin: 0 0 0 0;
	padding: 0;
	font-size: 18px;
	color: #401a19;
	text-decoration:none;
   }
.blog_repeat h3 a{ color:#000;}   
.blog_repeat h4 {
	margin: 0 0 25px 0;
	padding: 0;
	font-size: 15px;
	color: #ac0000;
}
.blog_repeat p {
	margin: 0 0 15px 0;
	padding: 0;
	font-size: 12px;
	color: #252525;
}
.rd_more a {
	background-color: #ac0000;
	border-radius: 10px;
	color: #fff;
	display: inline-block;
	font-weight: bold;
	margin: 0;
	padding: 7px 19px;
	text-decoration: none;
}
.rd_more a:hover {
	background-color: #f62020;
}
.alm-btn-wrap {
	background-color: #e5e5e5;
	padding-top:30px !important;
	margin-top:30px !important;
}
.load_more a {
	background-color: #ac0000;
	border-radius: 10px;
	color: #fff;
	display: inline-block;
	font-size: 20px;
	font-weight: bold;
	margin: 0;
	padding: 14px 25px;
	text-decoration: none;
	text-transform: capitalize;
}
.load_more a:hover {
	background-color: #c91414;
}
.blog_innr_left {
	margin: 0 0 0 0;
	padding: 50px 0;
	float: left;
	width: 550px;
}
.blog_innr_right {
	background: url(images/border.png) no-repeat top left !important;
	margin: 50px 0 0 0;
	padding: 30px 0;
	float: right;
	width: 600px;
}
.blog_innr_right h3 {
	margin: 0;
	padding: 0;
	color: #401a19;
	font-size: 18px;
}
.blog_innr_right h4 {
	margin: 0 0 25px 0;
	padding: 0;
	color: #ac0000;
	font-size: 18px;
	font-weight: 600;
}
.blog_innr_right p {
	margin: 0 0 25px 0;
	padding: 0;
	font-size: 12px;
	line-height: 22px;
	color: #252525;
}
.share {
	margin: 0 0 25px 0;
	padding: 25px;
	background-color: #e5e5e5;
}
.share p {
	display: inline;
	margin: 0;
	padding: 0;
	font-size: 15px;
	color: #000000;
	font-weight: 600;
}
.share img {
	margin: 0 0 0 13px;
	padding: 0;
}
.post_inner {
	margin: 0 0 0 0;
	padding: 25px;
	background-color: #e5e5e5;
	text-align: center;
}
.Previous_Blog {
	margin: 0;
	padding: 0;
	width: 200px;
	float: left;
}
.nav-links a .Previous_Blog:hover {
}
.nav-links a .Previous_Blog {
	background-color: #ac0000;
	border-radius: 10px;
	color: #fff;
	display: inline-block;
	font-size: 20px;
	font-weight: bold;
	margin: 0;
	padding: 14px 25px;
	text-decoration: none;
}
.Next_Blog {
	margin: 0;
	padding: 0;
	width: 200px;
	float: right;
}
.nav-links a .Next_Blog{
	background-color: #ac0000;
	border-radius: 10px;
	color: #fff;
	display: inline-block;
	font-size: 20px;
	font-weight: bold;
	margin: 0;
	padding: 14px 25px;
	text-decoration: none;
}
.nav-links a .Next_Blog:hover,
.nav-links a .Previous_Blog:hover {
	background-color: #c91414;
}
.blog_innr_left img {
	margin: 0;
	padding: 0;
	width: 100%;
	height:auto;
}
.share a {
	margin: 0;
	padding: 0;
}
.testi_monal {
	margin: 0;
	width: 1271px;
	padding: 0;
}
.testi {
	float: left;
	width: 543px;
	background: url(images/border.png) no-repeat top left !important;
	margin: 30px 92px 0 0;
	padding: 30px 0 0 0;
}
.testi p {
	margin: 0 0 25px 0;
	padding: 0;
	font-size: 14px;
	line-height: 25px;
	color: #252525;
	font-style: italic;
}
.testi h3 {
	margin: 0;
	padding: 0;
	font-size: 18px;
	line-height: 22px;
	color: #401a19;
}
.testi h4 {
	margin: 0;
	padding: 0;
	font-size: 15px;
	line-height: 25px;
	color: #ac0000;
	font-weight: 600;
}
.input_bar {
	margin: 0 0 10px 0;
	padding: 15px;
	width: 380px;
	background-color: #f5f5f5;
	font-size: 14px;
	color: #585858;
	border: 1px solid #a49d9d;
	border-radius: 10px;
}
.Quote_wraper {
	margin: 0 auto;
	padding: 50px 20px;
	width: 420px;
}
.Quote_wraper .msg {
	width: 380px !important;
	height: 115px;
}
.Quote_wraper .input {
	width: 170px
}
.Quote_wraper .input_left {
	width: 49%;
}
.Quote_wraper .input_right {
	width: 49%;
}
.Quote_wraper .buttan {
	background-color: #ac0000;
	border: medium none;
	border-radius: 10px;
	color: #fff;
	cursor: pointer;
	font-size: 25px;
	font-weight: bold;
	padding: 15px 48px;
}
#field_1_14 h3 {
	font-size:38px !important;
	color: #695151 !important;
	margin: 0 0 30px 0;
	padding: 0;
	font-weight: 400;
}
#field_1_14 span {
	color: #a49d9d;
}
.thanks_wraper {
	text-align: center;
	margin: 50px auto 0;
	padding: 30px 0 130px;
	width: 865px;
}
.back_to {
	margin: 0;
	padding: 0;
}
.thanks_wraper h3 {
	margin: 0;
	padding: 0;
	color: #401a19;
	font-size: 30px;
	margin: 0 0 25px 0;
	font-weight: 600;
}
.thanks_wraper p {
	margin: 0;
	padding: 0;
	color: #401a19;
	font-size: 12px;
	line-height: 22px;
	margin: 0 0 20px 0;
}
.thanks_wraper h2 {
	font-size: 195px;
	color: #695151;
	font-weight: bold;
	opacity: 0.25;
}
.back_to a {
	background-color: #c91414;
	border-radius: 10px;
	color: #fff;
	display: inline-block;
	font-size: 20px;
	font-weight: bold;
	margin: 0;
	padding: 14px 25px;
	text-decoration: none;
}
.back_to a:hover {
	background-color: #d60e0e;
}
em {
	font-family: times new roman;
	font-weight: bold;
}

.servic {
	margin:-8px 0 -10px 0;
	padding:35px 50px;
	background-color: #fff;
	border-left:1px solid #bcbcbc;
	border-right:1px solid #bcbcbc;
}
.serv_left {
	margin: 0;
	padding: 0;
	width: 395px;
	float: left;
}
.serv_left img{
	margin: 0 10px 0 0;
	padding: 0;
}
.serv_right {
	margin:0 0 0 0;
	padding: 0;
	width: 610px;
	float: right;
}
.serv_right p {
	margin:0;
	padding:0 0 10px 0;
	font-size: 13px;
	line-height: 22px;
	color: #252525;
}
.servic a {
	background-color: #ac0000 !important;
	border-radius: 10px;
	color: #fff;
	display: inline-block;
	font-size: 20px;
	font-weight: bold;
	margin:10px 0 0px;
	padding:8px 25px;
	text-decoration: none;
}
.servic a:hover {
	background-color: #d60e0e !important;
}
.lsi-social-icons li{ margin:0 5px !important}
.goto_top{
	text-align:right; 
	margin:0 auto -5px; 
	padding:0;
	width: 822px;
	}
.goto_top img{
	margin:-45px 0 0 0;
	padding:0;
	position:absolute;
	}	
.page-id-2 .body_wraper .products_text{ display:none;}
.bnr_get_quat{
	margin:0 auto;
	width:1200px;
	}
.fl_box-1{
	margin:-200px 0 0 75px;
	padding:0;
	}
.fl_box-1{
	margin:-210px 0 0 75px;
	padding: 11px 50px;
	background-color: #ac0000;
	font-size: 25px;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	border-radius: 10px;
	display: inline-block;
	z-index:100;
    }
.fl_box-1:hover {
	background-color: #f62020;
    }
.bnr_get_quat .fl_box-1{position:absolute;}	
.tp-caption{ left:5% !important;}	
#form-lightbox-1 label,
#gform_wrapper_2 label,
#form-lightbox-2 label,
#form-lightbox-3 label{ display:none !important;}
#input_1_1_3,
#input_1_2,
#input_1_3,
#input_1_4,
#input_1_5,
#input_1_6,
#input_1_13,
#input_1_8,
#input_1_9,
#input_1_7{
    background-color: #f5f5f5;
    border: 1px solid #a49d9d;
    border-radius: 10px;
    color: #585858;
    font-size: 14px;
    margin: 0 0 10px; 
	padding: 15px 2%;
    width: 100%;
    }
.gform_body select{
	background-color: #f5f5f5;
	border: 1px solid #a49d9d;
	border-radius: 10px;
	color: #585858;
	font-size: 14px !important;
	margin: 0 0 10px;
	padding: 15px 2%;
	width: 100% !important;
}
#input_1_10{
    background-color: #f5f5f5;
    border: 1px solid #a49d9d;
    border-radius: 10px;
    color: #585858;
    font-size: 14px;
    margin: 0 0 10px;
    padding: 15px;
    width:100%;
    }
#field_1_11 .gfield_captcha_input_container{ float:right !important;}
input#input_1_11{
    background-color: #f5f5f5;
    border: 1px solid #a49d9d;
    border-radius: 10px;
    color: #585858;
    font-size: 14px;
    margin: 0 0 10px;
    padding: 15px;
    width:170px;
   }
.gform_wrapper .gfield_captcha_container img{
	background-color: #f5f5f5 !important;
    border: 1px solid #a49d9d !important;
    border-radius: 10px !important;
	height:auto !important;
	padding:15px 30px !important;
	}
body .gform_wrapper label.gfield_label + div.ginput_container{ margin-top:0 !important;	}	
.gform_wrapper {
    margin: 1em auto !important;
    max-width: 100% !important;
    overflow: inherit;
    width: 90% !important;
   }

/*__________ Destop Style Here __________________*/

#colorbox{z-index:1000000000000;}
#cboxTopCenter,
#cboxTopLeft,
#cboxTopRight,
#cboxMiddleLeft,
#cboxMiddleRight,
#cboxBottomCenter,
#cboxBottomLeft,
#cboxBottomRight{
	background:none;
	display:none;
	}
#cboxMiddleLeft{ height:auto !important;}
#colorbox{ width:100% !important; left:0 !important;}
#cboxContent{ width:480px !important; margin:0 auto 20px auto !important; background:none !important;
      float:inherit !important;}
#cboxLoadedContent{ width:425px !important; margin-bottom:0px !important; background:#fff !important; border-radius:10px; padding:0 !important; margin-top:20px !important;}
#form-lightbox-1{ width:100% !important; padding:0 !important;}
#cboxClose{
	height: 56px !important;
    margin:19px -12px 0 0 !important;
    padding: 0;
    top: 0 !important;
    width: 57px !important;
	background:url(images/close-btn.png) left top no-repeat !important;
	}
#cboxTitle{ display:none !important;}

#cboxLoadedContent .wpcf7-form{ padding:0 !important;}	

#cboxOverlay{ background:rgba(0, 0, 0, .7)}
#cboxWrapper {
    max-width: none;
    width: 100% !important;
}

#gform_submit_button_1{
	background-color: #ac0000;
	border: medium none;
	border-radius: 10px;
	color: #fff;
	cursor: pointer;
	font-size: 25px;
	font-weight: bold;
	padding: 15px 0;
	margin:0 auto;
	display:block;
	width:80%;
}
#gform_submit_button_1:hover{ background:#f62020;}
.gform_heading h3{
	display:none;
   }
#form-lightbox-2,
#form-lightbox-3{
    margin: 0 auto !important;
    padding: 10px 0 !important;
    width:99% !important;
   } 
.map iframe{
    -webkit-filter: grayscale(100%) !important;
       -moz-filter: grayscale(100%) !important;
        -ms-filter: grayscale(100%) !important;
         -o-filter: grayscale(100%) !important;
            filter: grayscale(100%) !important;
    }  
#input_2_1_3{
    background-color: #f5f5f5;
    border: 1px solid #a49d9d;
    border-radius: 10px;
    color: #585858;
    font-size: 14px;
    margin: 0 0 10px;
    padding: 15px;
    width: 240px;
	float:left;
}
#input_2_2{
    background-color: #f5f5f5;
    border: 1px solid #a49d9d;
    border-radius: 10px;
    color: #585858;
    font-size: 14px;
    margin:-62px 0 10px;
    padding: 15px;
    width: 240px;
	float:right;
}	
#input_2_3{
    background-color: #f5f5f5;
    border: 1px solid #a49d9d;
    border-radius: 10px;
    color: #585858;
    font-size: 14px;
    margin: 0 0 10px;
    padding: 15px;
    width: 504px;
    }	
#gform_submit_button_2{
    background-color: #ac0000;
    border: medium none;
    border-radius: 10px;
    color: #fff;
    cursor: pointer;
    font-size: 18px;
    font-weight: bold;
    padding: 6px 29px;
}	
#gform_submit_button_2:hover {
	background-color: #c91414;
}	
.gform_wrapper .gform_footer{ margin:0 !important; padding:0 !important;}	
#toTop {
	display:none;
	text-decoration:none;
	position:fixed;
	bottom:10px;
	right:10px;
	overflow:hidden;
	width:51px;
	height:51px;
	border:none;
	text-indent:100%;
	background:url(images/go_top.png) no-repeat left top;
}
#toTopHover {
	background:url(images/go_top_hover.png) no-repeat left top;
	width:51px;
	height:51px;
	display:block;
	overflow:hidden;
	float:left;
	opacity: 0;
	-moz-opacity: 0;
	filter:alpha(opacity=0);
}

#toTop:active, #toTop:focus {
	outline:none;
}
.navigation h1{ display:none;}
.apsc-theme-3 .social-icon,
.apsc-theme-3 .media-name,
.apsc-theme-3 .apsc-count{ min-width:inherit !important;}	
.apsc-theme-3 .media-name{padding: 6px 13px 3px 5px !important;}
span#input_2_1_3_container{ float:left;}
/*.gform_wrapper .ginput_complex.ginput_container.has_first_name.no_middle_name.no_last_name span, 
.gform_wrapper .ginput_complex.ginput_container.no_first_name.has_middle_name.no_last_name span, 
.gform_wrapper .ginput_complex.ginput_container.no_first_name.no_middle_name.has_last_name span{ width: auto !important;}*/
	   	
	
/* NEW STYLES */
ul.multiColumn li {
    width: 50%;
    line-height: 1.5em;
    float: left;
    font-size: 12px;
    color: #252525;
}
ul.multiColumn {
    width: 100%;
    margin-bottom: 20px;
    overflow: hidden;
    padding-left: 20px;
}
.centerThings {
    text-align: center;
}
.transBG {
    background: rgba(200,200,200,1);
    padding: 20px 0px 0 0;
}
.products_left ul, .products_right ul {
    padding-left: 20px;
    margin-bottom: 15px;
}
.products_left ul li strong {
    margin: 0 0 35px 0;
    padding: 0;
    font-size: 12px;
    color: #252525;
    line-height: 22px;
}
.products_left ul li, .products_right ul li{
    font-size: 12px;
    color: #252525;
    line-height: 22px;
    display: list-item;
}
img.alignright {
    float: right;
    clear: both;
    margin-bottom: 10px;
}
.envira-gallery-wrap {
    text-align: center!important;
}
.envira-gallery-link {
    padding-bottom: 5px!important;
}
span.title {
    font-size: 12px;
    color: #252525;
}
#input_2_4 {
    background-color: #f5f5f5;
    border: 1px solid #a49d9d;
    border-radius: 10px;
    color: #585858;
    font-size: 14px;
    margin: -50px 0 10px;
    padding: 15px;
    width: 240px;
    float: right;
    clear: both;
}

.logo-abn {
	padding: 50px 0 0 0;
}

.logo-abn img {
	margin: 0 20px -11px 0;
}

.logo-abn span{
	color:white;
}

.testi:nth-child(2n+1){
	clear:both;
}
