/* Gallery Css start */
.image-gallery-row .image-sliders{display:flex;position:relative;row-gap:20px;flex-wrap:wrap;padding-bottom:140px;}
.image-gallery-row .slick-list{margin:0 -10px!important;}
.image-gallery-row .image-sliders .slick-track{display:flex;align-items:center;}
.image-slide{width:25%;padding:0 10px;margin:0;border-radius:20px;margin-bottom:0!important;}
.image-gallery-row .image-sliders .slick-track>div>div{display:flex;}
.image-gallery-row .image-slide a{position:relative;overflow:hidden;display:block;border-radius:20px;height:100%;}
.image-gallery-row .image-slide a::before{content:"";position:absolute;display:inline-block;opacity:0;visibility:hidden;background:rgba(0,0,0,.4);top:0;left:0;width:100%;height:100%;transition:all .5s ease;z-index:1;border-radius:10px;}
.image-gallery-row .image-slide a img{height:100%;}


.image-gallery-row .image-slide a::after {
    content: "";
    display: inline-block;
    visibility: hidden;
    opacity: 0;
    position: absolute;
    left: 50%;
    top: 50%;
    background-position: center center;
    width: 40px;
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" height="512" viewBox="0 0 32 32" width="512"><g id="abbd5fab-c284-4029-a582-b187d9058146" data-name="Layer 26"><path fill="%23fff" d="m29.68 28.27-5-4.63a13 13 0 1 0 -1.4 1.36v.05l5 4.66a1 1 0 1 0 1.36-1.46zm-14.68-2.27a11 11 0 1 1 11-11 11 11 0 0 1 -11 11zm7.5-11a1 1 0 0 1 -1 1h-5.5v5.5a1 1 0 0 1 -2 0v-5.5h-5.5a1 1 0 0 1 0-2h5.5v-5.5a1 1 0 0 1 2 0v5.5h5.5a1 1 0 0 1 1 1z"/></g></svg>');
    height: 40px;
    transition: all .5s ease;
    background-repeat: no-repeat;
    background-size: 100%;
    z-index: 5;
    transform: translate(-50%, -50%) !important;
}
.image-gallery-row .image-slide a:hover:after,
.image-gallery-row .image-slide a:hover:before{opacity:1;visibility:visible;}
.image-gallery-row button.slick-arrow.slick-disabled{pointer-events:none;opacity:0.6;}
body .fancybox-navigation .fancybox-button{padding:0;width:50px;height:60px;background:#0047AB;}

/* Gallery Css End */

/* card css */
/* .et_pb_module.innerpage-services_head .et_pb_text_inner p.highligh-text{color:#0047AB!important;font-weight:700;text-transform:uppercase;padding-bottom:20px;} */
.et_pb_row.cards-row .et_pb_column.cards-items{display:grid;width:100%;gap:20px;grid-template-columns:repeat(3,1fr);}
.et_pb_row.cards-row .et_pb_column.cards-items .et_pb_module.et_pb_blurb{margin:0;width:100%;overflow:hidden;border-radius:20px;background:#fff;border:1px solid #DBDBDB;transition:all 0.5s ease;padding:10px 10px 0 10px;}
.et_pb_row.cards-row .et_pb_column.cards-items .et_pb_module.et_pb_blurb:hover{border-color:#41a774;}
.et_pb_row.cards-row .et_pb_column.cards-items .et_pb_module.et_pb_blurb .et_pb_blurb_content{max-width:100%;}
.et_pb_row.cards-row .et_pb_blurb_container{padding:20px;display:flex;align-items:center;gap:15px;}
.et_pb_row.cards-row .et_pb_blurb_container .et_pb_blurb_description{width:50px;height:50px;display:flex;}
.et_pb_row.cards-row .et_pb_blurb_container .et_pb_blurb_description p{display:flex;}


.et_pb_row.cards-row .et_pb_blurb_container .et_pb_module_header{font-size:26px;line-height:normal;padding:0;position:relative; width: calc(100% - 50px);}
.et_pb_row.cards-row .et_pb_column.cards-items .et_pb_module.et_pb_blurb .et_pb_blurb_content .et_pb_main_blurb_image{margin-bottom:0;height:340px;display:block; overflow: hidden; border-radius: 20px;}
.et_pb_row.cards-row .et_pb_column.cards-items .et_pb_module.et_pb_blurb .et_pb_blurb_content .et_pb_main_blurb_image img{object-fit:cover;width:100%;height:100%;display:block;}
.et_pb_row.cards-row .et_pb_column.cards-items .et_pb_module.et_pb_blurb .et_pb_blurb_content .et_pb_main_blurb_image .et_pb_image_wrap{width:100%;height:100%;}

@media (max-width:1199px) {

   /* Gallery Css start */
    .image-gallery-row .image-sliders{padding-bottom:120px;}
    /* Gallery Css End*/
    /* card css */
    .et_pb_row.cards-row .et_pb_blurb_container .et_pb_module_header{font-size:22px;}
    .et_pb_row.cards-row .et_pb_column.cards-items .et_pb_module.et_pb_blurb .et_pb_blurb_content .et_pb_main_blurb_image{height:320px;}
    /* .et_pb_module.innerpage-services_head .et_pb_text_inner p.highligh-text{padding-bottom:10px;} */
    .et_pb_row.cards-row .et_pb_blurb.et_pb_text_align_left .et_pb_blurb_content .et_pb_blurb_container{padding:20px 10px;}

}

@media (max-width:980px){
	/* Gallery Css start */
	.image-gallery-row .image-sliders{padding-bottom:100px;}
	/* Gallery Css End*/

	/* Card css */
	.et_pb_row.cards-row .et_pb_column.cards-items{grid-template-columns:repeat(2,1fr);}
}

@media (max-width:767px){

	/* Card css */
	.et_pb_row.cards-row .et_pb_blurb_container .et_pb_blurb_description{width:40px;height:40px;}
	.et_pb_row.cards-row .et_pb_blurb_container .et_pb_module_header{width:calc(100% - 40px);}
	.et_pb_row.cards-row .et_pb_column.cards-items .et_pb_module.et_pb_blurb .et_pb_blurb_content .et_pb_main_blurb_image{height:280px;}
	.et_pb_row.cards-row .et_pb_blurb.et_pb_text_align_left .et_pb_blurb_content .et_pb_blurb_container{flex-direction:row!important;padding:20px 10px!important;}
	.et_pb_row.cards-row .et_pb_column.cards-items{gap:15px;}
	/* Card css */

}
@media (max-width:576px){
	/* Card css */
	.et_pb_row.cards-row .et_pb_column.cards-items{grid-template-columns:repeat(1,1fr);}
	/* Card css */
}
