/*!
Theme Name: Manakamana Group
Theme URI: http://underscores.me/
Author: Web Creation
Author URI: https://www.webcreationnepal.com/
Description: Manakamana Group
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: manakamana_group
Tags: custom-background, custom-logo, custom-menu, featured-images, 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.

Manakamana Group is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */


/* 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;
}

/*own style*/
.lSSlideWrapper {
  border: 1px solid #e4e4e4;
}
.wpf_item {
  padding: 0 !important;
}
.product__list {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.sort-box {
  display: flex;
  align-items: center;
}
.sort_items {
  display: flex;
  align-items: center;
  margin-right: 0;
}
.product_dtls .onsale {
  padding: .25rem .5rem;
  font-size: .875rem;
  border-radius: .2rem;
  color: #fff;
  background-color: #ca1717;
  border-color: #ca1717;
}
del {
  color: #5E5E5E;
  font-size: 16px;
  margin-left: 10px;
}
ins {
  float: left;
  text-decoration: none;
}
.rating-widget ul li {
  color: #b3b3b3;
  display: inline-block;
  list-style: none;
  font-size: 14px;
  margin-right: 2px;
}
.quantity {
  width: 22% !important;
  float: left;
}
.woocommerce .quantity .qty {
  width: 5.631em;
  border: 1px solid #2F4858 !important;
  height: 42px;
  border-radius: 8px;
  text-align: center;
}
.woocommerce-noreviews {
  background: none !important;
}
.test-client ol, ul {
  padding-left: 0;
}
.test-client li {
  list-style: none;
  margin-bottom: 0;
}
.comment-meta {
  background: transparent;
}
.comment-author img {
    width: 70px;
    height: 70px;
    margin-right: 20px;
    float: left;
}
.form-submit .submit{
    position: relative;
    background-color: #32998D;
    border-radius: 45px;
    outline: none;
    border: none;
    color: #fff;
    cursor: pointer;
    display: inline-block !important;
    font-weight: 600;
    font-size: 15px;
    font-family: "Public Sans", sans-serif;
    padding: 8px 24px;
    transition: all 0.3s ease;
    appearance: none;
    text-decoration: none;
    text-transform: uppercase;
    float: right;
}
.form-submit .submit:hover, .form-submit .submit:focus {
    background-color: #1B887B;
    color: #fff;
}
.userlogin {
    position: relative;
    font-size: 16px;
    font-weight: 600;
}
.userlogin span {
  color: #C04F15;
  font-size: 20px;
  margin-right: 6px;
}
.amt_box {
  position: absolute;
  top: -14px;
  right: -5px;
  width: 20px;
  height: 20px;
  background-color: #C04F15;
  border-radius: 100%;
  color: #FFF;
  font-size: 0.75rem;
  font-weight: 600;
  text-align: center;
  line-height: 20px;
  z-index: 9;
}
.woocommerce-message::before {
  content: "\f058";
  color: #32998d;
  font-family: "Font Awesome 5 Free";
}

.woocommerce-error, .woocommerce-info, .woocommerce-message {
  padding: 1em 2em 1em 3.5em;
  margin: 0 0 2em;
  position: relative;
  background-color: #f7f6f7;
  color: #515151;
  border-top: 3px solid #32998D;
  list-style: none outside;
  width: auto;
  word-wrap: break-word;
}

.woocommerce-message {
  border-top-color: #32998d;
  background: none !important;
}

.woocommerce .woocommerce-error .button, .woocommerce .woocommerce-info .button, .woocommerce .woocommerce-message .button, .woocommerce-page .woocommerce-error .button, .woocommerce-page .woocommerce-info .button, .woocommerce-page .woocommerce-message .button {
  float: right !important;
}
.woocommerce-error::before, .woocommerce-info::before, .woocommerce-message::before {
  /*font-family: WooCommerce;*/
  content: "\f328";
  display: inline-block;
  position: absolute;
  top: 1em;
  left: 1.5em;
  color: #32998d;
  font-family: "Font Awesome 5 Free";
}
.button.wc-forward {
    position: relative;
    background-color: #32998D;
    border-radius: 45px;
    outline: none;
    border: none;
    color: #fff;
    cursor: pointer;
    display: inline-block !important;
    font-weight: 600;
    font-size: 15px;
    font-family: "Public Sans", sans-serif;
    padding: 8px 24px;
    transition: all 0.3s ease;
    appearance: none;
    text-decoration: none;
    text-transform: uppercase;
}
.button.wc-forward:hover, .button.wc-forward:focus {
  background-color: #1B887B;
  color: #fff;
}
.wp-block-woocommerce-cart-order-summary-block {
  background-color: #f0f0f0;
  border: 1px solid rgb(232, 232, 232);
  border-radius: 3px;
  padding: 30px;
}
.wc-block-cart__submit-container .wc-block-components-button__text, .wc-block-components-button.wp-element-button.wc-block-components-checkout-place-order-button.wc-block-components-checkout-place-order-button--full-width.contained {
    position: relative;
    background-color: #32998D;
    border-radius: 45px;
    outline: none;
    border: none;
    color: #fff;
    cursor: pointer;
    display: inline-block !important;
    font-weight: 600;
    font-size: 15px;
    font-family: "Public Sans", sans-serif;
    padding: 8px 24px;
    transition: all 0.3s ease;
    appearance: none;
    text-decoration: none;
    text-transform: uppercase;
    margin-top: 10px;
}
.wc-block-components-button.wp-element-button.wc-block-components-totals-coupon__button.contained {
    position: relative;
    background-color: #32998D;
    border-radius: 45px;
    outline: none;
    border: none;
    color: #fff;
    cursor: pointer;
    display: inline-block !important;
    font-weight: 600;
    font-size: 15px;
    font-family: "Public Sans", sans-serif;
    padding: 8px 24px;
    transition: all 0.3s ease;
    appearance: none;
    text-decoration: none;
    text-transform: uppercase;
    pointer-events: inherit !important;
}
.wc-block-cart__submit-container .wc-block-components-button__text:hover, 
.wc-block-cart__submit-container .wc-block-components-button__text:focus,
.wc-block-components-button.wp-element-button.wc-block-components-checkout-place-order-button.wc-block-components-checkout-place-order-button--full-width.contained:hover,
.wc-block-components-button.wp-element-button.wc-block-components-checkout-place-order-button.wc-block-components-checkout-place-order-button--full-width.contained:focus,
.wc-block-components-button.wp-element-button.wc-block-components-totals-coupon__button.contained:hover,
.wc-block-components-button.wp-element-button.wc-block-components-totals-coupon__button.contained:focus{
    background-color: #1B887B;
    color: #fff;
}
.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #32998d !important;
}
.dropdown-item.icon svg {
    font-size: 15px;
    float: left;
    margin: 3px;
    color: #424548;
}
.dropdown-item {
  font-size: 14px;
}
.woocommerce-MyAccount-navigation {
  width: 17.6470588235%;
  float: left;
}
.woocommerce-MyAccount-navigation ul {
  margin-left: 0;
  border-top: 1px solid rgba(0,0,0,.05);
}
.woocommerce-MyAccount-navigation ul li {
  list-style: none;
  border-bottom: 1px solid rgba(0,0,0,.05);
  position: relative;
}
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link a {
  text-decoration: none;
  padding: .875em 0;
  display: block;
}
.woocommerce-MyAccount-content {
    width: 76.4705882353%;
    float: right;
    margin-right: 0;
}
.woocommerce-MyAccount-content {
  background: #fff;
  box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
  padding: 20px;
}
.entry-footer {
  display: none;
}
.col2-set.addresses {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
}
.col2-set.addresses .col-1 {
width: 41.1764705882%;
float: left;
margin-right: 5.8823529412%;
}
.col2-set.addresses .col-2 {
    width: 52.9411764706%;
    float: right;
    margin-right: 0;
}
.input-text, .select2-selection.select2-selection--single, select{
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    /*-webkit-appearance: none;*/
    /*-moz-appearance: none;*/
    /*appearance: none;*/
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    border-radius: 3px;
    /*border: 2px solid #E29724;*/
    height: 48px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow{
    top: 10px !important;
}
.button {
    position: relative;
    background-color: #32998D;
    border-radius: 45px;
    outline: none;
    border: none;
    color: #fff;
    cursor: pointer;
    display: inline-block !important;
    font-weight: 600;
    font-size: 15px;
    font-family: "Public Sans", sans-serif;
    padding: 8px 24px;
    transition: all 0.3s ease;
    appearance: none;
    text-decoration: none;
    text-transform: uppercase;
}
.button:hover {
  background-color: #1B887B;
  color: #fff;
}
.title-captions {
  padding: 20px;
}
.title-captions span {
  color: #32998D;
  font-size: 15px;
}
.title-captions h4 {
    text-transform: capitalize;
}

.section-head {
  margin-bottom: 60px;
}
.section-head h4 {
  position: relative;
  padding:0;
  color:#32998d;
  line-height: 1;
  letter-spacing:0.3px;
  font-size: 34px;
  font-weight: 700;  
  text-align:center;
  text-transform:none;
  margin-bottom:30px;
}
.section-head h4:before {
  content: '';
  width: 60px;
  height: 3px;
  background: #32998d;
  position: absolute;
  left: 0px;
  bottom: -10px;
  right:0;  
  margin:0 auto;
}
.section-head h4 span {
  font-weight: 700;
  padding-bottom: 5px;
  color:#2f2f2f
}
p.service_text{
  color:#cccccc !important;
  font-size:16px;
  line-height:28px;
  text-align:center;    
}
.section-head p, p.awesome_line{
  color:#818181;
  font-size:16px;
  line-height:28px;
  text-align:center;  
}

.extra-text {
    font-size:34px;
    font-weight: 700;
    color:#2f2f2f;
    margin-bottom: 25px;
    position:relative;
    text-transform: none;
}
.extra-text::before {
    content: '';
    width: 60px;
    height: 3px;
    background: #f91942;
    position: absolute;
    left: 0px;
    bottom: -10px;
    right: 0;
    margin: 0 auto;
}
.extra-text span {
    font-weight: 700;
    color:#f91942;
}
.item {
    background: #fff;
    text-align: center;
    padding: 30px 25px;
    -webkit-box-shadow:0 0px 25px rgba(0, 0, 0, 0.07);
    box-shadow:0 0px 25px rgba(0, 0, 0, 0.07);
    border-radius: 20px;
    border:5px solid rgba(0, 0, 0, 0.07);
    margin-bottom: 30px;
    -webkit-transition: all .5s ease 0;
    transition: all .5s ease 0;
    transition: all 0.5s ease 0s;
}
.item:hover{
    background:#32998d;
    box-shadow:0 8px 20px 0px rgba(0, 0, 0, 0.2);
    -webkit-transition: all .5s ease 0;
    transition: all .5s ease 0;
    transition: all 0.5s ease 0s;
}
.item:hover .item, .item:hover span.icon{
    background:#fff;
    border-radius:10px;
    -webkit-transition: all .5s ease 0;
    transition: all .5s ease 0;
    transition: all 0.5s ease 0s;
}
.item:hover h6, .item:hover p{
    color:#fff;
    -webkit-transition: all .5s ease 0;
    transition: all .5s ease 0;
    transition: all 0.5s ease 0s;
}
.item .icon {
    font-size: 40px;
    margin-bottom:25px;
    color: #f91942;   
    width: 90px;
    height: 90px;
    line-height: 96px;
    border-radius: 50px;
    display: inline-block;
}
.item .feature_box_col_one{
    background:rgba(223, 215, 183, 0.2);
    color:#32998d
}
.item .feature_box_col_two{
    background:rgba(255, 77, 28, 0.15);
    color:#f91942
}
.item .feature_box_col_three{
    background:rgba(0, 147, 38, 0.15);
    color:#f91942
}
.item .feature_box_col_four{
    background:rgba(0, 108, 255, 0.15);
    color:#f91942
}
.item .feature_box_col_five{
    background:rgba(146, 39, 255, 0.15);
    color:#f91942
}
.item .feature_box_col_six{
    background:rgba(23, 39, 246, 0.15);
    color:#f91942
}
.item p{
    font-size:15px;
    line-height:26px;
}
.item h6 {
    margin-bottom:20px;
    color:#2f2f2f;
}
.mission p {
    margin-bottom: 10px;
    font-size: 15px;
    line-height: 28px;
    font-weight: 500;
}
.mission i {
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background: #f91942;
    border-radius: 50%;
    color: #fff;
    font-size: 25px;
}
.mission .small-text {
    margin-left: 10px;
    font-size: 13px;
    color: #666;
}
.skills {
    padding-top:0px;
}
.skills .prog-item {
    margin-bottom: 25px;
}
.skills .prog-item:last-child {
    margin-bottom: 0;
}
.skills .prog-item p {
    font-weight: 500;
    font-size: 15px;
    margin-bottom: 10px;
}
.skills .prog-item .skills-progress {
    width: 100%;
    height: 10px;
    background: #e0e0e0;
    border-radius:20px;
    position: relative;
}
.skills .prog-item .skills-progress span {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    background: #f91942;
    width: 10%;
    border-radius: 10px;
    -webkit-transition: all 1s;
    transition: all 1s;
}
.skills .prog-item .skills-progress span:after {
    content: attr(data-value);
    position: absolute;
    top: -5px;
    right: 0;
    font-size: 10px;
    font-weight:600;    
    color: #fff;
    background:rgba(0, 0, 0, 0.9);
    padding: 3px 7px;
    border-radius: 30px;
}