/* white you custom css code here. only css code will work */
.footer-social-icons {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.footer-social-icons li {
  float: left;
  margin: 0;
}
.footer-social-icons li a {
  display: block;
  color: #000;
  text-align: center;
  padding: 10px;
  text-decoration: none;
}
.footer-social-icons li a i {
 font-size: 20px;
}
.footer-social-icons li a:hover {
  color: #111111;
}
.widget .footer-social-icons li {
  margin: 0;
}
.d-none {
  display:none;
}
.contact-right-box {
  border-radius: 30px;
  background-color: #f4efeb;
  padding-left: 10px;
}
.contact-right-map-box {
  border-radius: 30px 0 0 30px ;
  background-color: #f4efeb;
  padding-left: 10px;
}
.contact-right-box .single-contact-item,
.contact-right-map-box .single-contact-item {
 background-color: transparent;
}
.contact_map iframe, .elementor-custom-embed {
    min-height: 100%;
    background-color: #ddd;
    border-radius: 0 30px 30px 0;
}
.btn-wrapper .boxed-btn.reverse-color {
    background-color: var(--main-color-two);
    float: right;
}
.icon-arraow {
 color: #cda174;
}
.breadcrumb-area .page-list li a,
.breadcrumb-area .page-list li a:hover {
    color: inherit;
}
.footer-widget.widget_nav_menu ul li a {
	padding-top: 5px;
}
.category-box {
  width: 100%;
  text-align: center;
}
.project-route-arrow {
	position: absolute;
    right: 10px;
    width: 40px;
    height: 40px;
    border: 2px solid #cda174;
    text-align: center;
    color: #000;
    font-size: 18px;
    line-height: 11px;
    font-weight: 700;
    padding-top: 10px;
    border-radius: 50%;
}
.testimonial-user-img {
  border-radius: 50%;
  width: 40px;
}
.brand-logo-img {
  width: 100%;
  height: 120px;
}
.home-product-img {
	border-radius: 0 30px 0 0;
}
.home-product-img-00 {
	border-radius: 0 30px 0 0;
}
.home-product-img-01 {
	border-radius: 30px 0 0 0;
}
.home-product-img-02 {
	border-radius: 0 0 30px 0;
}
.home-product-img-03 {
	border-radius: 0 0 0 30px;
}
.home-project-route-arrow {
    position: absolute;
    right: 110px;
    width: 40px;
    height: 40px;
    border: 2px solid #cda174;
    text-align: center;
    color: #000;
    font-size: 18px;
    line-height: 11px;
    font-weight: 700;
    padding-top: 10px;
    border-radius: 50%;
}
.news-img {
	border-radius: 20px 20px 0 0;
}
.news-route-arrow {
    position: absolute;
    right: 30px;
    bottom: 20px;
    width: 40px;
    height: 40px;
    border: 2px solid #cda174;
    text-align: center;
    color: #000;
    font-size: 18px;
    line-height: 11px;
    font-weight: 700;
    padding-top: 10px;
    border-radius: 50%;
}
.tools-cat-img {
    border-radius: 20px;
}
.mobile-cart {
 display:none;
}