/*!
Theme Name: Oslim Child theme
Theme URI: http://layerdrops.com/oslimwp
Template: oslim
Author: Layerdrops
Author URI: https://themeforest.net/user/layerdrops
Description: This is a Child theme for Oslim WordPress theme.
Version: 1.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: oslim-child
*/

body {
  color: #333;
}

.page-header__inner h2 {
	font-family: "Nunito" !important;
	font-size: 45px;
	line-height: 50px;
	margin-top: 21px;
}

.case-one__img:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  background-color: rgba(var(--oslim-black-rgb, 25, 24, 37), 0.1);
  opacity: 1;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  -webkit-transform: perspective(100px) rotateX(-90deg) scale(0.2);
  -ms-transform: perspective(100px) rotateX(-90deg) scale(0.2);
  transform: perspective(100px) rotateX(-90deg) scale(0.2);
  -webkit-transform-origin: top;
  -ms-transform-origin: top;
  transform-origin: top;
  border-radius: var(--oslim-bdr-radius, 3px);
  z-index: 1;
}

