/* 
Theme Name: Ashik
Author: Codeefly
Author URI: https://codeefly.net
Theme URI: https://wp.codeefly.net/ashik/
Description: Ashik is a Modern & Professional WordPress Personal Portfolio Theme.
Version: 1.0
Tested up to: 6.8.1
Requires PHP: 7.4.30
Text Domain: ashik
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: blog, news, one-column, two-columns, accessibility-ready
*/
/* .dark-bg {
	background-color: #0B1020 !important;
} */
.footer-2 .footer-2-contact i{
	color: #3a3934 !important;
}
.theme-btn-with-bg:not(.color-white):hover{
	    border: solid 1px !important;
}
section#blog {
    transform: none !important;
}
.justify-content-center .e-con-inner {
    display: flex;
    flex-wrap: wrap;
	justify-content: center;
	padding:20px 0 0 0;
}
.elementor-element.elementor-position-top.elementor-widget.elementor-widget-image-box {
    padding: 0 10px 0 10px;
}
h3.elementor-image-box-title {
    text-align: center;
}

.banner-2::before{
	display:none !important;
}
section#home {
    padding-top: 200px;
	padding-bottom: 50px;
}

@media screen and (max-width: 782px){
	section#home {
    padding-top: 0px;
}
}