/*
Theme Name: Wilmer Child
Theme URI: https://wilmer.qodeinteractive.com/
Description: A child theme of Wilmer Theme
Author: Mikado Themes
Author URI: http://themeforest.net/user/mikado-themes
Version: 1.0.2
Text Domain: wilmer
Template: wilmer
*/



h1, h2, h3, h4, h5, h6, a, p, a {
    color: #1e1e1e;
}
.mkdf-btn.mkdf-btn-simple {
    color: #1e1e1e;
}

.mkdf-testimonials-holder.mkdf-testimonials-standard .owl-item.mkdf-first-active .mkdf-testimonial-content-inner {
    background-color: #1e1e1e;
}
.mkdf-testimonials-holder.mkdf-testimonials-standard .owl-item.mkdf-first-active .mkdf-testimonial-content {
    border-bottom: 4px solid #A99733;
}

.mkdf-testimonials-holder.mkdf-testimonials-standard .owl-item.mkdf-first-active-hovered .mkdf-testimonial-content-inner {
  background-color: #fff;
}
.mkdf-testimonials-holder.mkdf-testimonials-standard .owl-item.mkdf-first-active-hovered .mkdf-testimonial-content {
    border: 1px solid #e8e8e9;
    box-sizing: border-box;
    transition: all 0.3s ease;
}

.mkdf-testimonials-holder.mkdf-testimonials-standard .owl-item:hover .mkdf-testimonial-content-inner {
    background-color: #1e1e1e;
}
.mkdf-testimonials-holder.mkdf-testimonials-standard .owl-item:hover .mkdf-testimonial-content {
    border-bottom: 4px solid #A99733;
}

.mkdf-testimonials-holder.mkdf-testimonials-standard .mkdf-testimonial-content {
    border: 1px solid #e8e8e9;
    box-sizing: border-box;
    transition: all 0.3s ease;
}
.mkdf-testimonials-holder.mkdf-testimonials-standard .mkdf-testimonial-content .mkdf-testimonial-content-inner {
  background-color: #fff;
  transition: all 0.3s ease;
}

.mkdf-testimonials-holder.mkdf-testimonials-standard .owl-item.mkdf-first-active-hovered .mkdf-testimonials-author-name {
    color: #1e1e1e;
}

/* ---------contact form------------- */
.main_form_st input {
    padding: 16px 24px !important;
    margin-bottom: 16px !important;
    background: #E8E8E9 !important;
    line-height: 0 !important;
    color: #1E1E1E !important;
    font-size: 16px !important;
}

.main_form_st textarea {
	padding: 16px 24px !important;
    margin-bottom: 32px !important;
    background: #E8E8E9 !important;
    height: 160px !important;
    color: #1E1E1E !important;
    font-size: 16px !important;
}

/*--------------------services------------------*/

.Single_container{
    margin: 0 auto;
    max-width: 1200px;
    padding: 80px 16px;
}
.Single_container .slick-prev, .Single_container .slick-next{
    width: 28px;
    height: 26px;
    z-index: 10;
}
.Single_container .slick-prev:before, .Single_container .slick-next:before{
    font-size: 30px !important;
    color:  #A99733 !important;
}

.meta_image_box{
    margin: 0 10px;
}
.meta_image_box img {
    width: 100%;
    height: 240px;
    background-size: cover;
    object-fit: cover;
}

.other_box > div > img {
    width: 40px;
    margin-left: 15px;
    margin-bottom: 20px;
    height: auto;
    margin-top: 40px;
}

.Single_container .other_box{
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    margin: 0 10px;
    border-top: 5px solid #A99733;
    border-bottom: 5px solid #A99733;
    overflow: hidden; 
    transition: 0.4s all;
}
.Single_container .other_box:hover{
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.other_box img {
    width: 100%;
    height: 200px;
    background-size: cover;
    object-fit: cover;
    vertical-align: top;
    filter: grayscale(100%);
    
}
.other_box img:hover {

    filter: none;
    
}
/*.other_box:hover{
    box-shadow: 5px 4px 3px 5px gray;

}*/

.serve_fin{
    width: 100%;
    margin: 0 auto;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
}
.meta_service{
    width: 24%;
    margin-top: 0px;    
    border: 1px solid #dbdbdb;
    margin-bottom: 20px;
}
/* .meta_service:nth-child(3n+2){
    margin-top: 30px !important;
} */
.other_box, .meta_service img {
    filter: grayscale(100%);
}
.other_box, .meta_service:hover img {
    filter: grayscale(0%);
}
.meta_service img{
   width: 100%;
    box-sizing: border-box;
}

.meta_service.maindiv:hover {
    cursor: pointer;
}
.meta_service .Imagelink, .meta_service .Titlelink{
    display: inherit;
}

.meta_service img {
    height: 200px !important;
    width: 100%;
    background-size: cover;
    object-fit: cover;
}
.meta_service .content_st {
    padding: 12px;
	min-height: 115px;
    height: 100%;
}

.meta_service .content_st a {
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
}
.meta_service .content_st a i {
    vertical-align: middle;
}
.meta_service .content_st h4{
    font-size: 20px;
    line-height: 24px;
    margin: 0 0 15px 0;
}


@media only screen and (max-width: 320px) {
  .meta_service:nth-child(3n+2){
    margin-top: 0px !important;
  }
}
@media only screen and (max-width: 768px) {
    .serve_fin{
        width: 100%;
        margin:0 auto;
    }
    .meta_service.maindiv h4 {
        line-height: 1;
    }
    .meta_service {
        width: 100%;
        margin-top: 0px;
        border: 1px solid #dbdbdb;
        margin-bottom: 20px;
    }
    .meta_service:nth-child(3n+2){
        margin-top: 0px !important;
    }
}


.meta_service .Imagelink {
    margin: 0 !important;
} 
.fa-arrow-right-long:before, .fa-long-arrow-right:before{
    display: flex;
    align-items: center;
    margin-left: 3px;
}
.other_view a{
    align-items: center;
    display: flex;
}



.home_project_st .mkdf-owl-slider .owl-nav {
    display: block !important;
}

@media (max-width: 660px) {
	.home_project_st .mkdf-owl-slider .owl-nav {
		display: flex;
	}

	.home_project_st .owl-nav .owl-prev {
		margin-right: 10px;
	}

	.home_project_st .owl-nav .owl-next {
		margin-top: 0 !important;
	}
}


.service_header_bg {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 360px;
    position: relative;
    display: flex;
    align-items: center;
}
.bg_black_6 {
    width: 100%;
    height: 100%;
    position: absolute;
    background: rgba(30, 30, 30, 0.6);
}
.header_title {
    width: 100%;
    margin: 0 auto;
    max-width: 1200px;
    padding: 0 16px;
    color: #fff;
    z-index: 100;
    font-size: 55px;
}
.single_service_content {
    margin: 36px 8px 60px;
}
.other_service_title {
    margin: 0 8px 30px;
}
.other_services_item {
    padding: 30px 16px 20px;
}
.other_services_item h4 {
    margin: 0 0 16px;
    font-size: 22px;
}
.other_services_item p {
    font-weight: 600;
    margin: 0;
    color: #A99733;
}

@media (max-width: 760px) {
    .header_title {
        font-size: 36px;
    }
    .Single_container .slick-prev {
        left: 0px;
    }
    .Single_container .slick-next {
        right: 0px;
    }
}


/* ---------------- Projects ----------- */
.mkdf-portfolio-list-holder article .mkdf-pli-text .mkdf-pli-title {
    color: #1e1e1e;
}

footer .mkdf-social-icons-group-widget.mkdf-square-icons .mkdf-social-icon-widget-holder {
    background-color: #1e1e1e;
}


/*our services custom*/
#more_posts{
border: 2px solid #A99733;
width: 20%;
text-align: center;
margin: 0 auto;
padding: 10px;
cursor: pointer;
transition: 0.5s;
color: #001659;
font-weight: 600;
letter-spacing: 1px;
display: flex;
align-items: center;
justify-content: center;
}
#more_posts:hover {
    background-color: #A99733;
    color: #fff;
}
.ls-dual-ring {
    display: inline-block;
    width: 20px;
    height: 20px;
  }
  .ls-dual-ring:after {
    content: " ";
    display: block;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    border: 2px solid #fff;
    border-color: #fff transparent #fff transparent;
    animation: ls-dual-ring 1.2s linear infinite;
  }
  @keyframes ls-dual-ring {
    0% {
      transform: rotate(0deg);
    }
    100% {
      transform: rotate(360deg);
    }
  }
  p.no_post {
    text-align: center;
    display: block;
    width: 100%;
}
/*our services custom end*/

.value_item_st, .value_item_st .elementor-widget-container, .value_item_st .elementor-widget-container .mkdf-iwt-boxed {
	height: 100%;
}

.product_link_gallery .mkdf-pl-item-inner a {
    cursor: default;
    pointer-events: none;
}
.product_link_gallery .mkdf-pl-item-inner a h4 {
	font-size: 20px;
}

.kathan-image {
    text-align: center;
}
.kathan-image img {
	max-width: 620px;
	width: 100%;
	padding-top: 40px;
}
.mkdf-team-social-holder {
	    display: none !important;
}

.mkdf-ps-navigation {
    display: none;
}