/* brdcrum css*/

section.featured-header {
    background: #757373;
    color: #fff;
	    padding: 6px;
}
select {
  color: #757575;
}
div#breadcrumbs span a {
    color: #dbbe5c;
}
input, textarea, select {
  border: 0;
  box-shadow: inherit;
  padding: 14px;
  height: auto;
  display: block;
  width: 100%;
	    border-radius: 6px;
}
 [type=submit] {
  width: 30%;
  background: #fff;
  color: #333;
	border-radius: 50px;
}
.cntct-frm {
    background: #dbbe5c;
    border-radius: 8px;
}
input:focus-visible, select:focus-visible {
  outline: none;
}
h2.frm-hdng {
    font-size: 30px;
    color: #dbbe5c;
}
.contact-item p {
    display: flex;
}
.contact-item p i {
    margin-right: 10px;
    color: #dbbe5c;
    font-size: 16px;
}
.contact-item p a {
    color: #787878;
}
h1.entry-title.main_title {
    font-size: 20px;
    margin-bottom: 0;
}
.brdcrmb .container {
    padding: 0;
}



h2.post-title {
    font-size: 26px;
    color: #dbbe5c;
}
div#widget-area {
    background: #dbbe5c;
    padding: 10px;
    border-radius: 8px;
}div#widget-area {
    background: #dbbe5c;
    padding: 14px;
    border-radius: 8px;
}
ul.recentposts h3 {
    font-size: 24px;
    color: #fff;
        position: relative;
}
ul.recentposts h3:before {
    content: "";
    position: absolute;
    background: #f2e1a8;
    width: 30px;
    height: 2px;
    bottom: -2px;
    left: 0;
}
ul.recentposts li h4 {
    font-size: 16px;
}
ul.recentposts li h4 a {
    color: #fff;
}
ul.recentposts li {
    padding: 10px;
    border-bottom: 1px solid #e6d18b;
}
ul.recentposts li:first-child,ul.recentposts li:last-child {
    border: 0;
}



/*abt-us css*/
.cnt-hdng h5 {
  font-size: 18px;
  color: #060606;
}
.cnt-hdng {
  margin-bottom: 20px;
}
.cnt-hdng h2 {
  font-size: 36px;
  color: #dbbe5c;
}
h1.entry-title {
    font-size: 20px;
    margin-bottom: 0;
}
.srvc-icn {
    width: 120px;
    margin: 0 auto;
    padding: 20px;
}
.icon-right {
    height: 100%;
}
.sevc-content h4 {
  font-size: 24px;
  font-weight: 600;
	    color: #dbbe5c;
}
.wdt-content-icon {
    text-align: center;
}


.post-navigation a {
    color: #dbbe5c;
}

