/*
Theme Name: Create Himalaya
Theme URI: https://www.allblogsolution.com/
Author: Rakesh Aryal
Author URI: https://www.allblogsolution.com/
Description: Create Himalaya 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. Our default theme for 2017 works great in many languages, for any abilities, and on any device.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: createhimalaya
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 it to make something cool, have fun, and share what you've learned with others.
*/

.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl{
	width:1220px !important;
}
.home #header{
	position:absolute;
	width:100% !important;
	z-index:9999 !important;
	background:transparent !important;
}
header#header{
	background:var(--nmg-secondary-color);
	    padding: 10px 0px;
}
.logo {
    width: 180px;
}
img.custom-logo {
    width: 100%;
    height: 100%;
}

.btn-ght{
	background:var(--nmg-primary-color) !important;
	border-color:var(--nmg-primary-color) !important;
}

.highlights ul li{
    position:relative;
    padding-left:25px;
    margin: 5px 0px;
}

.highlights ul li:before{
    position:absolute;
    content:"\f058";
    font-family:FontAwesome;
    left:0px;
    color:#84cc15;
}


.includes ul li{
    position:relative;
    padding-left:25px;
    margin: 5px 0px;
}

.includes ul li:before{
    position:absolute;
    content:"\f058";
    font-family:FontAwesome;
    left:0px;
    color:#84cc15;
}



.excludes ul li{
    position:relative;
    padding-left:25px;
    margin: 5px 0px;
}

.excludes ul li:before{
    position:absolute;
    content:"\f2d3";
    font-family:FontAwesome;
    left:0px;
    color:red;
}
p{
    margin-bottom:10px !important;
}
#equipment h2, #faqs h2{
    font-size:1.4rem !important;
    font-weight:600;
    margin-bottom:10px;
}

#equipment h3, #faqs h3{
    font-size:1.2rem !important;
    font-weight:600;
    margin-bottom:10px;
}

#equipment h4, #faqs h4{
    font-size:1rem !important;
    font-weight:600;
    margin-bottom:10px;
}


#equipment ul li, #faqs ul li{
    position:relative;
    padding-left:25px;
    margin: 5px 0px;
}

#equipment ul li:before, #faqs ul li:before{
    position:absolute;
    content:"\f00c";
    font-family:FontAwesome;
    left:0px;
    color:#84cc15;
}
