/*
Theme Name: WS CHAMELI
Theme URI: http://websolutionfahim.com
Author: Web Solution
Author URI: http://mdfahim.com
Description: Web Solution Newspaper Wordpress Theme brings your site to life with immersive featured images and subtle animations. With a focus on business sites, it features multiple sections on the front page as well as widgets, navigation and social menus, a logo, and more. Personalize its asymmetrical grid with a custom color scheme and showcase your multimedia content with post formats.
Version: 2.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: Web_Solution
Tags: one-column, two-columns, right-sidebar, flexible-header, accessibility-ready, custom-colors, custom-header, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, post-formats, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready
This theme, like WordPress, is licensed under the GPL.
Use

/* Base CSS */
/*
 _       __    ______    ____           _____   ____     __    __  __  ______    ____   ____     _   __
| |     / /   / ____/   / __ )         / ___/  / __ \   / /   / / / / /_  __/   /  _/  / __ \   / | / /
| | /| / /   / __/     / __  |         \__ \  / / / /  / /   / / / /   / /      / /   / / / /  /  |/ / 
| |/ |/ /   / /___    / /_/ /         ___/ / / /_/ /  / /___/ /_/ /   / /     _/ /   / /_/ /  / /|  /  
|__/|__/   /_____/   /_____/         /____/  \____/  /_____/\____/   /_/     /___/   \____/  /_/ |_/   

 ~ POWER CODER FAHIM ~

  Thanks for using our theme !
  Our portfolio is here: http://websolutionfahim.com

*/
@charset "utf-8";
@font-face {
    font-family: 'SolaimanLipi';
    src: url('fonts/solaiman-lipi.eot');
    src: url('fonts/solaiman-lipi.eot') format('embedded-opentype'),
         url('fonts/solaiman-lipi.woff') format('woff'),
         url('fonts/solaiman-lipi.ttf') format('truetype'),
         url('fonts/solaiman-lipi.svg#SolaimanLipi') format('svg');

    font-weight:normal;font-style:normal;
}
/* Browser Reset Code Start */
*{
  margin: 0;
  padding: 0;
}
/* Browser Reset Code End */
/*
font-family: "SolaimanLipi", sans-serif;
font-family: 'Poppins', sans-serif;
font-family: 'Roboto', sans-serif;
*/

/* 🙂 Default Code Start 🙂 */
a:focus { outline: 0 solid }
img {
    max-width: 100%;
    height: auto;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
btn,
span,
a{
    font-weight: 400;
    font-family: "SolaimanLipi", sans-serif !important;
}
html{
    overflow-x: hidden;
    height: 100%; 
    max-width: 100%;
}
body{
    height: 100%; 
    max-width: 100%;
    font-family: "SolaimanLipi", sans-serif;
    font-weight: 300;
    background: #F5F5F5 !important;
}

a:hover{ text-decoration: none }

/* Remove Chrome Input Field's Unwanted Yellow Background Color */
input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus {
    -webkit-box-shadow: 0 0 0px 1000px white inset !important;
}
/* 🙂 Default Code End 🙂 */