
.content-area{
	margin:0px;
}
.entry-content-wrap{
	padding:0px;
}
@media (max-width: 1024px){
  .cnt-cont-her{
    justify-content: center !important;
    text-align: center !important;
  }
}
@media (max-width: 768px) {
  .soc-her-sec {
    display: flex !important;
    flex-direction: row !important;
  }
}
.soc-her-sec svg { 
    width: 30px !important;
    height: 30px !important;
}
.rw-gp{
	gap:10px;
}
.rw-gp-coe-sec{
	gap:20px;
}

.btn-pad-svg .kb-svg-icon-wrap {
    background: #EB9F1C;
    border-radius: 50%;
    display: flex;
    align-items: center;
    transition: all 0.3s ease;
}

.btn-pad-svg svg {
    transform: rotate(-45deg);
    transition: all 0.3s ease;
}
.btn-pad-svg:hover svg {
	  color:#fff;
    transform: rotate(0deg);
}
.ul-loc-li .kt-svg-icon-list li{
    border-bottom: 1px solid #ddd;
	  padding-bottom: 6px
			!important;
    border-color:#d4d4d4;
}
.ul-loc-li .kt-svg-icon-list li:last-child{
    border-bottom: none;
}
.fot-soc{
	  display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: end;
}

.site-footer-section .widget-title,
.site-footer-section .menu li a{
    color: #fff !important;
	  font-size:15px;
}

.site-footer-section .menu li a:hover,
.site-footer-section .menu li.current-menu-item a,
.site-footer-section .menu li.current_page_item a{
    color: #eb9f1c !important;
}
/* Heading */
#block-11 h4{
    color: #fff !important;
}

/* Text + links */
#block-12 .kt-svg-icon-list-text,
#block-12 a{
    color: #fff !important;
    transition: 0.3s;
	  cursor:pointer;
}

#block-12 li:hover .kt-svg-icon-list-text,
#block-12 li:hover a{
    color: #eb9f1c !important;
}

#block-12 svg{
    stroke: #eb9f1c !important;
}
.sharedaddy{
	display:none;
}
.footer-widget-area-inner .widget li:not(.kb-table-of-content-list li) {
    line-height: 1.4;
}
.mobile-header-button-wrap,
.header-button-wrap {
    position: fixed; 
    top: 0px;
    right: 20px;
    z-index: 9999;
}

.quote-btn{
  display:inline-block;
  padding: 6px 12px;
  background:#fff;
  transition:all .3s ease;
}

.quote-btn:hover{
  background:#EB9F1C;
}