/*!
Theme Name: oxbow
Theme URI: oxbow.com
Author: jasbir
Author URI: N/A
Description: Description
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: oxbow
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
*/

/*--------------------------------------------------------------
>>> 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.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

.client.owl-carousel .owl-dots.disabled, .client.owl-carousel .owl-nav.disabled {
    display: block !important;
}
.client .item {
    border-radius: 38px 0pc;
    overflow: hidden;
    box-shadow: 0px 0px 16px #f2f2f2;
    /* padding: 16px; */
}
.client .item .clientblock {
    padding: 40px !important;
}
.home-service-sol .owl-prev, .home-service-sol .owl-next {
    display: none !important;
}
.clients-list {
    width: 20%;
    border: 1px solid #ccc;
    text-align: center;
    height: 200px;
    align-items: center;
    display: flex;
    justify-content: center;
}
.row.clients-logo {
    display: flex;
    justify-content: center;
    align-items: center;
}
.clients-list:nth-child(10), .clients-list:nth-child(5) {
    border-top: none;
    border-right: none;
}
.clients-list:nth-child(6), .clients-list:nth-child(7), .clients-list:nth-child(8), .clients-list:nth-child(9), .clients-list:nth-child(10) {
    border-bottom: none;
}
.clients-list {
    width: 20%;
    border: 1px solid #ccc;
    text-align: center;
    height: 163px;
    align-items: center;
    display: flex;
    justify-content: center;
    border-top: none;
    border-left: none;
}
.clients-list img {
    max-width: 90%;
}
.industryimage {
    width: 360px;
    float: left;
    object-position: center bottom;
    height: 574px;
}
.industryimage img {
    max-width: 250px;
    position: absolute;
    bottom: 0;
}

.page-id-2460 .area_de_key_featured_title{display:none;}
.MNlhMITj2zM5ZNEN0j3TOFMIAcDuDTYtheme--light{display:none;}
.npf{display: none !important;}

@media(max-width:767.99px){
	.row.clients-logo{
		display:none;
	}
}