/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */

:root {
  --main: #020202;
  --secondary: #072F04;
  --third: #ffe400;
  --fourth: #fde8e9;
  --light: #ffffff;
  --dark: #000000;
  --heading: #131313;
  --body: #6f6f6f;
  --bodybg: #ffffff;
  --btn-color: #ffffff;
  --btn-color2: #ffffff;
  --btn-bgcolor: #ed1c24;
  --btn-bgcolor2: #ed1c24;
  --green:#54B003;
	--heading-title:#999;
}

.content-left{
	min-width: 300px;
	width: 300px;
}

.text-experience{
	font-weight: 600;
}

.text-experience p:first-of-type{
	color: #f4792c;
    font-size: 31px;
    font-weight: 700;
    line-height: 40px;
    max-width: 230px;
    margin: 0 auto;
    padding-top: 0;
    position: relative;
    text-transform: uppercase;
}

.text-experience p:first-of-type::before{
	background: #f4792c;
    content: '';
    height: 1px;
    position: absolute;
    left: 7px;
    right: 7px;
    top: 30px;
}

.text-experience p:first-of-type em{
	    background: #212c7f;
		display: -webkit-inline-box;
		display: -ms-inline-flexbox;
		display: inline-flex;
		font-size: 25px;
		font-style: normal;
		font-weight: 900;
		padding: 0 10px;
		position: relative;
		z-index: 5;
}
.text-experience p:first-of-type span{
	color: #FFF;
    font-size: 68px;
    font-weight: 600;
    position: relative;
    z-index: 10;
}

.content-center{
	max-width: calc(100% - 500px);
	width: 100%;
}
.content-right{
	min-width: 200px;
	width: 200px;
}


