/*!
Theme Name: Mountain Buddha Group
Theme URI: http://underscores.me/
Author: Web Creation Nepal
Author URI: https://webcreationnepal.com/
Description: Mountain Buddha Group is a professionally managed company providing transportation, international tours, Nepal travel experiences, and Himalayan adventure services.
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: mountain_budda_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.

Mountain Buddha 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;
}

/*css*/
/*.title__company {*/
/*  float: left;*/
/*  margin-right: 20px;*/
/*}*/
/*.cm_icon {*/
/*  width: 50px;*/
/*}*/
/*.text_content {*/
/*  margin-left: 70px;*/
/*}*/
/*.text_content .tittle {*/
/*  margin-bottom: 0;*/
/*  color: #21419a;*/
/*}*/
.fw-500 {
  font-weight: 500;
  font-size: 16px;
}
.mean-menu-wrapper {
  padding-left: 300px;
}
.custom-logo {
  width: 100%;
  height: 100%;
}
.title-desc ul {
	margin-left: 30px;
}

.client__section {
  position: relative;
  z-index: 3;
}

.client_overlay__bg {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  background-image: linear-gradient(62deg, rgba(10, 40, 67, 0.9) 0%, rgba(60, 153, 220, 1) 100%);
  width: 100%;
  height: 100%;
}
/*.client-card {*/
/*  position: relative;*/
/*  width: 150px;*/
/*  height: 150px;*/
/*  border-radius: 100%;*/
/*  overflow: hidden;*/
/*}*/
.client-card {
  position: relative;
  width: 100%;
  height: 140px;
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid #f0f0f0;
  padding: 0 30px;
}
.title-widget h1, .title-widget h2, .title-widget h3, .title-widget h4, .title-widget h5, .title-widget h6 {
  position: relative;
  
}
h1, h2, h3, h4, h5, h6 {
	margin-bottom: 8px;
}
.company__section {
  position: relative;
  z-index: 5;
  color: #fff;
  padding: 60px 0px 60px 0px;
}

.site-bg {
  background-color: #006CE4 !important;
}
.title__company {
  display: flex;
  align-items: center;
}
.cm_icon {
  margin-right: 10px;
}
.company__section h3, .company__section h4, .company__section h5, .company__section h6 {
  color: #fff;
  font-weight: 500;
}
.tittle {
  font-size: 36px;
}
.company_box p {
  color: #ADDDFF;
  font-size: 14px;
}
@media (max-width: 1460px) {
	.mean-menu-wrapper {
  	padding-left: 75px;
	}
}
@media (max-width: 1200px) {
	.mean-menu-wrapper {
  	padding-left: 0;
	}
}