/*
Theme Name: Kulan
Theme URI: https://bestwpware.com/themes/kulan/
Author: flexilecode
Author URI: https://themeforest.net/user/flexilecode
Description: Digital Marketing WordPress Theme
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: kulan
Tested up to: 6.4
Requires PHP: 7.4
Tags: custom-menu, sticky-post, footer-widgets, featured-images, threaded-comments, translation-ready
*/
.elementor-element-f371231 img{
	width: 150px;
	height: 150px;
	object-fit:cover;
}
.pricing .wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 24px;
}
.pricing .prc__card:last-child{
	display:none;
}
.elementor-element-b819bc6 .col-xl-7,.banner__content_title h3,.banner__content_title p.aos-init  {
	width:100% !important;
	text-align:center !important;
}
.banner__content_title h3,.banner__content_title p.aos-init {
	max-width:100% !important;
}
.footer__logo img{
	width:150px;
}
.footer__logo h5,.header__bottom_logo h5{
	display:none;
}
.elementor-element-b819bc6 .col-xl-5,.elementor-element-0321823 .address{
	display:none;
}
.header__bottom_logo{
	    width: 150px;
    filter: invert(1);
}
.elementor-element-940a38b .row.mt__50,.elementor-element-22d1f6c .row.mt__50{
	display:none;
}
.services_1 .sr__card:hover .card__footer {
	top: 0 !important;
}



.elementor-element-0321823 input,.elementor-element-0321823 textarea,label{
	width:100%;
}



@media (max-width: 991px) {
    .pricing .wrapper {
        grid-template-columns: 1fr !important;
    }
}