/*!
Theme Name: Kanchan Computer
Theme URI: http://kanchanprinters.com.np/
Author: Deepak Raj giri
Author URI: https://deepakgiri.com.np
Description: This Theme for Kanchan
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: kprinter
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready


/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}

.about-banner {
    border-radius: 20px;
    margin-top: 30px;
}

.footer-intro p {
    line-height: 23px;
    font-size: 14px;
    color: #44496f;
    text-align: justify;
}
#industry-category .fa {
     color: #dc3545;
}