@charset "utf-8";
/* CSS Document */
.header-top-style4 {
    padding: 7px 0;
}
.header-top-style4 .top-right {
    padding-right: 10px;
}
.header-upper-style4 {
    padding: 15px 0 0;
}

.hidden {
	display: none;
}
.bg-theme-colored-transparent{
    background-color:rgba(30,30,30,0.80) !important;
	border-left: 6px solid #D2AE6D !important;
	border-right: 6px solid #D2AE6D !important;
}
.shadow-1 {
	text-shadow: 2px 6px 5px rgba(0,0,0,0.80);
}

.parallax {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    background-size: cover;
    background-attachment: fixed;
    background-repeat: repeat-y;
    background-position: top center;
}

.slidedoormenu{
list-style-type: none;
margin: 0;
padding: 0;
width: 100%; /* width of menu (don't forget to add border with below!) */
border-left: 8px solid #D2AE6D; /* thick left border of menu */
}

.slidedoormenu li {
border-bottom: 1px solid #979797; /* Gray border beneath each menu item */
font: 15px;
display: block;
line-height: 24px;
color: black;
width: auto;
padding: 12px 10px; /* Vertical (top/bottom) padding for each menu link */
text-indent: 8px;
text-decoration: none;
}

.slidedoormenu li a{
color: black;
}

.slidedoormenu a:hover{
background-color: #E8E8E8;
color: black;
}
.single-Servicesimg-box .static-content {
    position: relative;
    display: block;
    background: #fff;
    box-shadow: 5px 7px 8px rgba(211, 211, 211, 0.67);
    border: #b9b9b9 solid 1px;
}
.single-Servicesimg-box .static-content .icon-holder span::before {
    font-size: 45px;
    line-height: 70px;
}
.single-Servicesimg-box .static-content .icon-holder {
    width: 80px;
    height: 80px;
	color: #D2AE6D;
}
.single-Servicesimg-box .static-content .icon-holder {
    border: 3px solid #D2AE6D;
}
.single-testimonial-item-style2 .text-holder .inner {
    position: relative;
    display: block;
    overflow: hidden;
    padding: 30px 30px 20px;
}
.single-Servicesimg-box {
    margin: 0 auto 0px;
}
.about-area-style3 {
    background:#FFFFFF;
}
.color-yellow {
	color:#D2AE6D;
}
.sec-title-style4 .title {
    font-weight: 700 !important;
}
.bg-black {
    background-color: #131313;
}


.single-testimonial-item-style3 .review-box {
    background:#D2AE6D;
}
.text-black {
	color: #000000;
}
.bg-1 {
background-color: #d0d0d0;
background-image:url("../bg/noisy-grid.png");
/* This is mostly intended for prototyping; please download the pattern and re-host for production environments. Thank you! */
}
.bg-2{
background-color: #f5f5f5;
background-image: url("../bg/egg-shell.png");
/* This is mostly intended for prototyping; please download the pattern and re-host for production environments. Thank you! */
}
/**-----------agnis list 02---------***/

.agnis-list-02{
    width:100%;
}
.agnis-list-02{
    counter-reset: li;
    list-style: none;
    *list-style: decimal;
    font-size: 18px;
    padding: 0;
    margin-bottom: 4em;
}
.agnis-list-02 a{
    position: relative;
    display: block;
    padding: .4em .4em .4em 2em;
    *padding: .4em;
    margin: .5em 0;
    background: #D2AE6D;
    color: #333;
	font-weight: 500;
    text-decoration: none;
    box-shadow:inset 0.5em 0 black;
    -webkit-transition: box-shadow 1s; /* For Safari 3.1 to 6.0 */
    transition: box-shadow 1s;
}

.agnis-list-02 a:hover{
    box-shadow:inset 2em 0 black;;      
}
/**-------------------------------*/
.border-1{
	border: solid 1px #ccc;
}
.about-style1-content .inner-content .know-more-box .button a{
	background-color: #f56500 !important;
	color:#fff;
}
.text-yellow {
	color: #FEC727;
}
.cta-font-60 {
	font-size: 70px;
	line-height: 70px;
}
.cta-font-24 {
	font-size: 24px;
	line-height: 30px;
}
.footer-img{
width: 110px;
height: 130px;
}
.border-light {
	border:#838383 solid 1px;
}
.text-para {
  text-align: center;
  color: #000;
  font-size: 25px;
  padding: 15px;
  text-decoration: underline;
}

@media only screen and (max-width: 400px) {   
	.cta-font-24 {
	font-size: 18px;
	line-height: 25px;
}
.cta-font-60 {
	font-size: 40px;
	line-height: 40px;
}
	
	
}
@media only screen and (max-width: 992px) {   
	.btn-text{
	margin-left: 62px;
}
	
}
.buttonnew {
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    padding: 12px 24px;
    border: 1px solid #ae7a0d;
    border-radius: 8px;
    background: #ffc815;
    background: -webkit-gradient(linear, left top, left bottom, from(#ffc815), to(#ae7a0d));
    background: -moz-linear-gradient(top, #ffc815, #ae7a0d);
    background: linear-gradient(to bottom, #ffc815, #ae7a0d);
    text-shadow: #7c5709 1px 1px 1px;
    font: normal normal bold 20px arial;
    color: #ffffff;
    text-decoration: none;
}
.buttonnew:hover,
.buttonnew:focus {
    color: #ffffff;
}
