/*!
Theme Name: KP CodePress
Theme URI: http://underscores.me/
Author: Kishan Patel
Author URI: https://kishanpatel.co.in/
Description: KP CodePress is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight and offers unparalleled speed.
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: kp-codepress
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.

KP CodePress 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/
*/


/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	-webkit-text-size-adjust: 100%;
}

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

.about-us{
	position: relative;
}
.about-us-inner::before{
	position: absolute;
    content: '';
    width: 85%;
    height: auto;
    top: -50px;
    bottom: -50px;
    left: 15%;
    z-index: -1;
    background-color: #f5f1f2;
}
@media screen and (max-width: 1280px){
.elementor-element-437bb65 .elementor-widget-image img {
    vertical-align: middle;
    display: inline-block;
    height: 70px;
    object-fit: contain;
    object-position: left;
}
}

@media only screen and (max-width: 767px){
	.about-us-inner::before{ display: none; }
}