@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap');

/*** GENERIC CSS ***/
html,body {
	font-family: "DM Sans", sans-serif;
}

body {
	font-size: 16px;
	background: #fff;
	color: #555555;
}

a {
	-webkit-transition: all ease 0.5s;
	transition: all ease 0.5s;
	text-decoration: none;
	color: #555555;
}

a:hover {
	text-decoration: none;
	color: #EF8903;
}

a:focus {
	text-decoration: none;
}

button {
	outline: 0 !important;
	-webkit-box-shadow: none;
	box-shadow: none;
	border: none;
}

button:focus {
	-webkit-box-shadow: none;
	box-shadow: none;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
	color:#000;
	font-weight: 400;
	font-family: "DM Sans", sans-serif;
}

h1 {
	font-size:54px;
	line-height: 1.5;
}

h2 {
	font-size: 48px;
	line-height: 1.4;
}

h3 {
	font-size:35px;
	line-height: 1.5;
}

h4 {
	font-size:27px;
	line-height: 1.5;
}

h5 {
	font-size:24px;
	line-height: 1.5;
}

p {
	font-size: 20px;
	margin-bottom: 15px;
	line-height: 1.8;
}

p:last-child {
	margin-bottom: 0;
}

img {
	max-width: 100%;
	height: auto;
}

.section-title {
	position: relative;    
}

.section-title.left:after {
	left: 0px;
}

.section-title::after {
	content: '';
	position: absolute;
	left: calc(50% - 50px);
	bottom: -10px;
	background: #EF8903;
	height: 3px;
	width: 100px;
}

.section-title h6 {
	color: #EF8903;
	text-transform: uppercase;
	margin-bottom: 10px;
}

.section-title.white h2 {
	color: #fff;
}

.section-title h2 {
	font-weight: 600;
	margin-bottom: 30px;
}

.btn-default {
	display: inline-block;
	background: #ef8903;
	color: #fff;
	padding: 17px 50px;
	font-size: 16px;
	font-weight: 800;
	text-transform: uppercase;
}

.btn-default:hover,
.btn-default.active {
	background: #000;
	color: #fff;
}

ul.icon-list {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

ul.icon-list li {
	margin: 0px 0px 15px 0px;
}

ul.icon-list i {
	background:#ef8903;
	color: #fff;
	width: 36px;
	height: 36px;
	border-radius: 36px;
	text-align: center;
	line-height: 36px;
	margin-right: 10px;
}

/*** SOCIAL FIX ***/
.social-fix {
	position: fixed;
	top: 0px;
	right: 70px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	width: 20px;
	height: 100vh;
	text-align: center;
	z-index: 99;
	padding-top: 40px;
}

.social-fix a {
	display: inline-block;
	color: #fff;
	text-shadow: 0px 0px 10px rgba(0,0,0,.8);
	font-size: 15px;
	margin: 10px 0px;
}

/*** TOPBAR ***/
.topbar {
	background: #EF8903;
}

.topbar p a {
	display: inline-block;
	font-size: 15px;
	color: #fff;
	padding: 7px 15px;
	border-right: 1px solid #fff;
	font-weight: 600;
}

.topbar .top-bar-left {
	width: 296px;
	height: 45px;
	position: absolute;
	bottom: 0;
	left: 0;
}

.top-bar-left .inner {
	width: 27px;
	height: 45px;
	position: absolute;
	bottom: 0;
	right: 0;
}

.top-bar-left .inner:before {
	display: block;
	content: "";
	background-color: #fff;
	position: absolute;
	top: 0;
	left: -3000px;
	width: 3000px;
	height: 100%;
}

.top-bar-left .inner:after {
	position: absolute;
	bottom: 0;
	right: 1px;
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 45px 0 0 27px;
	border-color: transparent transparent transparent rgba(255, 255, 255, 1);
	border-top-color: #EF8903;
}

.topbar p a:first-child {
	border-left: 1px solid #fff;
}

.topbar p a i {
	font-size: 18px;
	margin-right: 7px;
	position: relative;
	top: 1px;
}

/*** HEADER ***/
header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 99;
	padding: 0px 0px;
	background: #fff;
}

header .btn-default {
	padding: 15px 25px;
	margin-left: 35px;
}

.navbar-brand {
	padding: 0px !important;
	position: relative;
	top: -25px;
	left: 53px;
}

.navbar-light .navbar-nav .nav-item>.nav-link {
	color: #000;
	text-transform: uppercase;
	padding:0px 0px !important;
	font-size: 14px;
	line-height: 1.3;
	font-weight: 500;
	letter-spacing: .15em;
}

.navbar-light .navbar-nav .nav-link i {
	vertical-align: middle;
	margin-right: 10px;
	background: #000;
	border: 1px solid #000;
	width: 36px;
	height: 36px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
}

.navbar-light .navbar-nav .nav-item:hover>.nav-link,
.navbar-light .navbar-nav .nav-item.active>.nav-link {
	color:#EF8903!important;
}

.navbar-light .navbar-nav .nav-item ul.sub-menu li:hover {
	background: #fff;
}

.navbar-expand-lg .navbar-nav>li {
	margin-left: 35px;
	display:inline-block;
	vertical-align: top;
}

.navbar-brand img {
	max-height: 100px;
	margin-right: 20px;
	min-height:120px;
}

.navbar {
	padding:0px 0px;
}

.navbar-nav {
	align-items: center;
}

.navbar-nav .nav-item {
	position:relative;
}

.navbar-nav li.dropdown:hover ul.sub-menu {
	display:block;
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
}

ul.sub-menu {
	min-width:255px;
	width: 100%;
	padding:0px 0px;
	border: none;
	border-radius: 0;
	box-shadow: 0 0 10px 0 rgb(0 0 0 / 4%);
	text-align: left;
	margin: auto;
	background: none;
	margin-top: 0px;
	display: block;
	list-style: none;
	margin: 0;
	background: 0 0;
	padding: 0;
	padding-top: 15px;
	position: absolute;
	left: calc(50% - 100px);
	min-width: 250px;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	-webkit-transform: translateY(15px);
	-ms-transform: translateY(15px);
	transform: translateY(15px);
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

.navbar-light .navbar-nav ul.sub-menu li {
	width:100%;
	position: relative;
}

.navbar-light .navbar-nav .nav-item ul.sub-menu>li:first-child a {
	padding: 30px 20px 0px 20px !important;
}

.navbar-light .navbar-nav .nav-item ul.sub-menu>li:last-child a {
	padding: 0px 20px 30px 20px !important;
}

.navbar-nav ul.sub-menu li a.nav-link {
	line-height: 1;
	transition: all .3s;
	width: 100%;
	display: inline-block;
	clear: both;
	border: 0;
	margin: 0px;
	width:100%;
	position:relative;
	line-height: 25px;
	padding: 0px !important;
	font-size: 14px;
	text-align: left;
	font-weight: 400;
	letter-spacing: 1px;
	background: rgba(255, 255, 255, 1);
	color: #000!important;
	border: none;
	text-transform: uppercase;
	white-space: break-spaces;
	padding: 5px 20px !important;
}

.navbar-light .navbar-nav .nav-item ul.sub-menu li:hover>a,
.navbar-light .navbar-nav .nav-item ul.sub-menu li.active>a {
	color:#EF8903!important;
}

/*** BANNER ***/
.banner {
	position: relative;
	overflow: hidden;
}

.banner .item {
	height: 100vh;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	padding-top: 200px;
}

.banner .item::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: .4;
}

.banner .container {
	position: relative;
	z-index: 2;
}

.banner h1 {
	color: #EF8903;
	text-transform: uppercase;
	margin-bottom: 0px;
	letter-spacing: 1px;
	font-weight: bold;
	font-size: 2em;
}

.banner h2 {
	color: #fff;
	font-size: 90px;
	font-weight: bold;
}

.banner p {
	color: #fff;
	font-size: 20px;
	margin-bottom: 50px;
}

.banner .owl-theme .owl-nav {
	margin: 0px;
}

.banner .owl-theme .owl-nav [class*=owl-] {
	position: absolute;
	top: 54%;
	left: 0px;
	background: #fff;
	color: rgba(0,0,0,.5);
	border-radius: 0px;
	padding: 20px 10px !important;
	margin: 0px;
}

.banner .owl-theme .owl-nav [class*=owl-]:hover {
	color: #000;
}

.banner .owl-theme .owl-nav [class*=owl-] i {
	font-size: 40px;
}

.banner .owl-theme .owl-nav [class*=owl-].owl-next {
	left: auto;
	right: 0px;
}

/*** SERVICES ***/
.services {
	padding: 100px 0px;
}

.services .section-title {
	margin-bottom: 60px;
}

.service-box .icon {
	background: #000;
	color: #fff;
	width: 55px;
	height: 55px;
	line-height: 55px;
	border-radius: 50%;
	font-size: 22px;
	text-align: center;
}

.service-box {
	display: inline-block;
	width: 100%;
	background: #EF8903;
	padding: 50px 20px;
	height: 100%;
}

.service-box h3 {
	font-size: 28px;
	color: #fff;
	font-weight: bold;
	margin: 20px 0px 10px 0px;
}

.service-box p {
	font-size: 15px;
	color: #fff;
}

.services .owl-theme .owl-nav {
	margin: 0px;
}

.services .owl-theme .owl-nav [class*=owl-] {
	position: absolute;
	top: 38%;
	left: -30px;
	color: rgba(0,0,0,1);
	border-radius: 0px;
	padding: 20px 0px !important;
	margin: 0px;
	background: none !important;
}

.services .owl-theme .owl-nav [class*=owl-]:hover {
	color: #000;
}

.services .owl-theme .owl-nav [class*=owl-] i {
	font-size: 40px;
}

.services .owl-theme .owl-nav [class*=owl-].owl-next {
	left: auto;
	right: -30px;
}

/*** NORMAL FIX ***/
.normal-fix {
	position: relative;
	overflow: hidden;
}

.normal-fix .parallax-2 {
	height: 350px;
}

.normal-fix::before {
	content: "";
	position: absolute;
	background: #070613;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0.6;
}

/*** ABOUT ***/
.about .imgstyle {
	height: 100%;
	position: relative;
}

.about .imgstyle {
	position: relative;
}

.about .imgstyle .align {
	position: absolute;
	bottom: -50px;
	right: -40px;
	border: 20px solid #fff;
	z-index: 1;
	object-fit: cover;
	width: 60%;
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,.2);
}

.about .imgstyle>img {
	height: 100%;
	object-fit: cover;
}

.about .text {
	padding: 100px 60px;
}

.about .section-title {
	margin-bottom: 20px;
}

.about .btn-default {
	margin-top: 20px;
}

/*** stats ***/
.stats {
	padding: 80px 0px 80px 0px;
}

.stats p {
	font-size: 18px;
}

.stats p span {
	font-size: 50px;
	color: #000;
	font-weight: bold;
	display: inline-block;
}

.stats p em {
	display: inline-block;
	vertical-align: middle;
	background: #EF8903;
	width: 15px;
	height: 15px;
	margin-right: 15px;
}

/*** SPECIALIST ***/
.specialist {
	padding: 70px 0px 70px 0px;
	position: relative;
	overflow: hidden;
}

.specialist .section-title {
	margin-bottom: 50px;
}

.specialist .item img, .specialist .logo-box img {
	height:70px;
	width:auto;
}

.specialist .partner-logos {
	width:100%;
	display:flex;
	justify-content:center;
	align-items:center;
	gap:50px;
}
/*** CONTACT FORM ***/
.contact-form {
	padding: 100px 0px;
	background: #232331;
}

.contact-form .section-title {
	margin-bottom: 40px;
}

.contact-form p {
	color: #fff;
}

.contact-form .bg {
	background: #f8f5f1;
	padding: 40px;
}

.contact-form h3 {
	font-weight: bold;
	margin-bottom: 25px;
}

.contact-form label {
	display: inline-block;
	width: 100%;
	color: #767676;
	font-size: 16px;
	margin-bottom: 10px;
}

.form-control {
	display: inline-block;
	width: 100%;
	border: none;
	border-radius: 0px;
	height: 50px;
	padding: 20px 20px;
	font-weight: bold;
	font-weight: 400;
	margin-bottom: 20px;
	box-shadow: none !important;
	outline: none !important;
}

textarea.form-control {
	height: 150px;
	padding: 20px 20px;
}

.contact-form .icon-list {
	margin-top: 50px;
}

.contact-form .icon-list .list:hover .fa {
	background: #EF8903;
	color: #fff;
}

.contact-form .list {
	display: inline-block;
	align-items: center;
	color: #fff;
	font-weight: bold;
	font-size: 20px;
	float: left;
	width: 50%;
	margin-bottom: 20px;
}

.contact-form .list .fa {
	width: 50px;
	height: 50px;
	line-height: 50px;
	border-radius: 50%;
	background: #fff;
	color: #EF8903;
	font-size: 22px;
	margin-right: 15px;
	text-align: center;
	vertical-align: middle;
	transition: all .3s;
}

/*** TEAM ***/
.team {
	padding: 80px 0px;
	background:linear-gradient(rgba(255, 255, 255,0.8), rgba(255, 255, 255,0.8)), url(https://wecreatedesign.co/dev/WP/groupeglobal/wp-content/uploads/2025/12/729.jpg) 50% 50% no-repeat;
	background-size:cover;
}

.team .team-details {
	background:#fff;
	padding: 50px 0px;
	display:flex;
	flex-direction:column;
	height:200px;
}

.team .section-title {
	margin-bottom: 50px;
}

.team-box {
	display: inline-block;
	position: relative;
	overflow: hidden;
	width: 100%;
}

.team-box .align {
	position: absolute;
	bottom: -55px;
	left: 0px;
	width: 100%;
	text-align: center;
	font-size: 80px;
	font-weight: bold;
	color: #232331;
	opacity: 0.1;
}

.team-box:hover .text {
	opacity: 1;
}

.team-box .text {
	position: absolute;
	top: 25px;
	right: 25px;
	left: 25px;
	bottom: 25px;
	width: calc(100% - 50px);
	height: calc(100% - 50px);
	overflow: hidden;
	background: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 20px 0px;
	transition: all .3s;
	opacity: 0;
	position:unset;
	opacity:1;
	width:100%;
	height:100%;
}

.team-box .text .space {
	display: inline-block;
	width: 100%;
	border: 1px solid #dbdbdb;
	padding: 50px 10px 0px 10px;
	width: 100%;
}


.team-box .img img {
	aspect-ratio: 1 / 1;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	opacity:0;
}

.team-box h3 {
	color: #232331;
	font-size: 24px;
	font-weight: bold;
}

.team-box h3 a {
	color: #232331;
	font-weight: bold;
}

.team-box h3 a:hover {
	color: #EF8903;
}

.team-box .social {
	margin-top: 40px;
	background: #fff;
	position: relative;
	padding: 10px 0px;
	bottom: -15px;
}

.team-box .social a {
	display: inline-block;
	margin: 0px 10px;
	color: #232331;
	position: relative;
	z-index: 2;
}

.team-box .social a:hover {
	color: #EF8903;
}



/*** CTA ***/
.cta {
	position: relative;
	overflow: hidden;
	padding: 120px 0px;
}

.cta::before {
	content: "";
	position: absolute;
	background: #070613;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0.6;
}

.cta .container {
	position: relative;
	z-index: 2;
}

.cta .parallax-window {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.cta .btn-default {
	margin-top: 35px;
}

/*** BLOG ***/
.blog {
	padding: 75px 0px;
}

.blog .section-title {
	margin-bottom: 50px;
}

.blogbox .img {
	position: relative;
	overflow: hidden;
	display: inline-block;	
    aspect-ratio: 1 / 0.65;
}

.blogbox .img img {
	width: 100%;
	object-fit: cover;
	display: inline-block;
	transition: all .3s;
}

.blogbox .img:hover img {
	transform: scale(1.1);
}

.blogbox .text {
	padding: 20px 0px;
	width: 100%;
	object-fit: cover;
	display: inline-block;
}

.blogbox .text h3 {
	font-size: 24px;
	font-weight: bold;
	min-height: 120px;
	margin-bottom: 15px;
}


/*** ABOUT ***/
.page-banner {
	height: 50vh;
	margin-top: 100px;
}

.page-banner h1 {
	color: #fff;
	font-size:72px;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 1;
	margin: 0px;
}

.breadcrumbs {
	background: #ef8903;
	padding: 0px 10px;
	width: auto;
	display: inline-block;
	margin: 0px 0px 30px 0px;
	list-style: none;
}

.breadcrumbs li {
	display: inline-block;
	margin: 0px 0px;
	color: #fff;
	padding: 5px 5px;
}

.breadcrumbs li a {
	color: #fff;
}

/*** FOOTER ***/
footer {
	background: #1d1d1d;
	padding: 75px 0px;
}

footer .foot-logo img {
	max-height: 150px;
	margin-bottom: 25px;
	filter: brightness(0) invert(1);
}

footer * {
	color: #ccc;
}

footer h3 {
	font-size: 18px;
	color: #fff;
	text-transform: uppercase;
	position:relative;
	margin-bottom: 30px;
}

footer h3::after {
	content: '';
	width: 100%;
	height: 1px;
	background: #ccc;
	position: absolute;
	bottom: -15px;
	left: 0;
	opacity: 0.5;
}

footer .contact-details {
	display: flex;
	gap: 15px;
	margin-top: 15px;
	align-items: center;
}

footer .contact-details .icon {
	background: #EF8903;
	color: #fff;
	min-width: 45px;
	min-height: 45px;
	line-height: 45px;
	text-align: center;
	display:block;
}

footer .contact-details .icon i {
	color: #fff !important;
	font-size: 18px;
}

footer .foot-menu {
	list-style:none;
	margin: 0px;
	padding: 0px;
}

footer .foot-menu li {
	margin: 10px 0px;
}

.copyrights {
	background:#111;
	padding: 10px 0px;
}

.copyrights * {
	color: #ccc;
}

.copyrights p {
	font-size:16px;
}

.copyrights a {
	color: #EF8903;
}

.contact-info a {
	color: #fff;
	font-size: 18px;
}

.contact-info a:hover {
	color: #000;
}

.map {
	padding: 0px;
}

.map iframe {
	margin: 0px 0px -10px 0px;
}

.single-expert {
	padding: 60px 0px;
}

.single-expert .contact-form  {
	display: inline-block;
}

.single-expert .contact-form .list {
	color: #555555;
}

.single-expert .contact-form .list .fa {
	background: #555;
	color:#fff;
}

.single-expert ul.icon-list {
	margin-bottom: 30px;
	display: inline-block;
}

.single-expert ul.icon-list li {
	width: 50%;
	float: left;
	margin: 12px 0px;
}

.sidebar-expert {
	background: #767676;
	padding:30px 40px;
	margin-bottom: 30px;
}

.sidebar-expert h3 {
	color: #fff;
	font-weight: bold;
	margin-bottom: 30px;
}

.sidebar-expert .btn-default {
	width: 100%;
	margin-bottom: 10px;
	display: flex;
	justify-content: space-between;
	padding: 0px 0px 0px 25px;
	align-items: center;
	height: 55px;
}
.sidebar-expert .btn-default i {
    min-width: 48px;
}
.sidebar-expert .btn-default i {
	background: #fff;
	color: #ef8903;
	height: 100%;
	width:48px;
	text-align: center;
	line-height: 48px;
}

.sidebar-expert .contact-details {
	display: flex;
	gap: 15px;
	margin-top: 15px;
	align-items: center;
	color: #fff;
}

.sidebar-expert .contact-details a {
	color: #fff;
}

.sidebar-expert .contact-details .icon {
	background: #EF8903;
	color: #fff;
	min-width: 45px;
	min-height: 45px;
	line-height: 45px;
	text-align: center;
	display:block;
}

.sidebar-expert .contact-details .icon i {
	color: #fff !important;
	font-size: 18px;
}

.sidebar-expert .contact-details a:hover {
	color: #ef8903;
}

input.wpcf7-form-control.wpcf7-not-valid{
	border: 2px solid #f00 !important;
} 

div.wpcf7-mail-sent-ok,
div.wpcf7 form.sent .wpcf7-response-output {
	background-color: #e6f9ee; /* light green */
	color: #1b7f3a; /* deep green text */
	border: 2px solid #1b7f3a;
	padding: 15px 20px;
	border-radius: 8px;
	font-size: 16px;
	font-weight: 500;
	margin-top: 15px;
}

div.wpcf7-validation-errors,
div.wpcf7 form.invalid .wpcf7-response-output {
	background-color: #ffecec; /* light red */
	color: #b71c1c; /* dark red text */
	border: 2px solid #b71c1c;
	padding: 15px 20px;
	border-radius: 8px;
	font-size: 16px;
	font-weight: 500;
	margin-top: 15px;
}

div.wpcf7 form.spam .wpcf7-response-output {
	background-color: #fff6e5; /* soft yellow */
	color: #b36b00;
	border: 2px solid #b36b00;
	padding: 15px 20px;
	border-radius: 8px;
	font-size: 16px;
	margin-top: 15px;
}

span.wpcf7-not-valid-tip {
	color: #b71c1c;
	font-size: 14px;
	margin-top: 5px;
	display: block;
	display:none;
}

.wpcf7 form .wpcf7-response-output {
	animation: fadeIn 0.4s ease-in-out;
}

@keyframes fadeIn {
	from { opacity: 0; transform: translateY(-5px); }
	to { opacity: 1; transform: translateY(0); }
}

.navbar-light .navbar-nav .nav-item>.nav-link.dropdown-toggle:after {
	margin-left: 8px;
}


.navbar-light .navbar-nav ul.sub-menu li a.nav-link {
	line-height: 1;
	transition: all .3s;
	width: 100%;
	display: inline-block;
	clear: both;
	border: 0;
	margin: 0px;
	width: 100%;
	position: relative;
	line-height: 25px;
	padding: 0px !important;
	font-size: 14px;
	text-align: left;
	font-weight: 400;
	letter-spacing: 1px;
	background: rgba(255, 255, 255, 1);
	color: #000 !important;
	border: none;
	text-transform: uppercase;
	white-space: break-spaces;
	padding: 5px 20px !important;
}

.navbar-light .navbar-nav .nav-item:hover>.nav-link,
.navbar-light .navbar-nav .nav-item.current_page_item>.nav-link,
.navbar-light .navbar-nav .nav-item.current-menu-ancestor>.nav-link {
	color: #EF8903 !important;
}


.navbar-light .navbar-nav ul.sub-menu li.current-menu-item>a.nav-link {
	color: #EF8903 !important;
}


/*** CHART ***/
.rectangle {
	position: relative;
	padding: 20px;
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
	text-align:center;
}

/* LEVEL-1 */
.level-1 {
	width: 50%;
	margin: 0 auto 40px;
	background: #f5f5f5;
}

.level-1::before {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	transform: translateX(-50%);
	width: 2px;
	height: 20px;
	background: #000;
}

/* LEVEL-2 */
.level-2-wrapper {
	position: relative;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
}

.level-2-wrapper::before {
	content: "";
	position: absolute;
	top: -20px;
	left: 25%;
	width: 50%;
	height: 2px;
	background: #000;
}

.level-2-wrapper::after {
	display: none;
	content: "";
	position: absolute;
	left: -20px;
	bottom: -20px;
	width: calc(100% + 20px);
	height: 2px;
	background: #000;
}

.level-2-wrapper li {
	position: relative;
}

.level-2-wrapper > li::before {
	content: "";
	position: absolute;
	bottom: 100%;
	left: 50%;
	transform: translateX(-50%);
	width: 2px;
	height: 20px;
	background: #000;
}

.level-2 {
	width: 70%;
	margin: 0 auto 40px;
	background: #e9e9e9;
}

.level-2::before {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	transform: translateX(-50%);
	width: 2px;
	height: 20px;
	background: #000;
}

.level-2::after {
	display: none;
	content: "";
	position: absolute;
	top: 50%;
	left: 0%;
	transform: translate(-100%, -50%);
	width: 20px;
	height: 2px;
	background: #000;
}

/* LEVEL-3 */
.level-3-wrapper {
	position: relative;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-column-gap: 20px;
	width: 90%;
	margin: 0 auto;
}

.level-3-wrapper::before {
	content: "";
	position: absolute;
	top: -20px;
	left: calc(25% - 5px);
	width: calc(50% + 10px);
	height: 2px;
	background: #000;
}

.level-3-wrapper > li::before {
	content: "";
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate(-50%, -100%);
	width: 2px;
	height: 20px;
	background: #000;
}

.level-3 {
	margin-bottom: 20px;
	background: #dddddd;
}

/* LEVEL-4 */
.level-4-wrapper {
	position: relative;
	width: 80%;
	margin-left: auto;
}

.level-4-wrapper::before {
	content: "";
	position: absolute;
	top: -20px;
	left: -20px;
	width: 2px;
	height: calc(100% + 20px);
	background: #000;
}

.level-4-wrapper li + li {
	margin-top: 20px;
}

.level-4 {
	font-weight: normal;
	background: #d0d0d0;
}

.level-4::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0%;
	transform: translate(-100%, -50%);
	width: 20px;
	height: 2px;
	background: #000;
}

/* MEDIA QUERY */
@media screen and (max-width: 700px) {
	.rectangle {
		padding: 20px 10px;
	}

	.level-1,
	.level-2 {
		width: 100%;
	}

	.level-1 {
		margin-bottom: 20px;
	}

	.level-1::before,
	.level-2-wrapper > li::before {
		display: none;
	}

	.level-2-wrapper,
	.level-2-wrapper::after,
	.level-2::after {
		display: block;
	}

	.level-2-wrapper {
		width: 90%;
		margin-left: 10%;
	}

	.level-2-wrapper::before {
		left: -20px;
		width: 2px;
		height: calc(100% + 40px);
	}

	.level-2-wrapper > li:not(:first-child) {
		margin-top: 50px;
	}
}



ol {
	list-style: none;
}

.single-post .single-expert a {
	color:#EF8903;
}

.single-post .single-expert a:hover {
	text-decoration:underline;
}

.single-post .single-expert ul li {
	font-size: 20px;
    margin-bottom: 15px;
    line-height: 1.8;
	color:#000;
}



/*** CHART INFO ***/
.chartinfo {
    padding: 70px 0px;
}

.chartinfo .container {
    max-width: 1000px;
}

.chartinfo .mainheading {
    font-size: 34px;
    color: #000;
    font-weight: bold;
}

.chartinfo h2 {
    font-size: 24px;
    color: #000;
    font-weight: bold;
}

.chartinfo h3 {
    font-size: 20px;
    font-weight: bold;
}

.chartinfo ol,
.chartinfo ul {
    list-style: none;
    padding: 0px;
}

.rectangle {
    position: relative;
    padding: 20px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
}

/* LEVEL-1 STYLES
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.level-1 {
    width: 50%;
    margin: 0 auto 40px;
    background: #8dccad;
}

.level-1::before {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    width: 2px;
    height: 20px;
    background: #000;
}

/* LEVEL-2 STYLES
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.level-2-wrapper {
    position: relative;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
}

.level-2-wrapper::before {
    content: "";
    position: absolute;
    top: -20px;
    left: 25%;
    width: 50%;
    height: 2px;
    background: #000;
    opacity: 0;
}

.level-2-wrapper::after {
    display: none;
    content: "";
    position: absolute;
    left: -20px;
    bottom: -20px;
    width: calc(100% + 20px);
    height: 2px;
    background: #000;
}

.level-2-wrapper li {
    position: relative;
}

.level-2-wrapper > li::before {
    content: "";
    position: absolute;
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%);
    width: 2px;
    height: 20px;
    background: #000;
}

.level-2 {
    width: 70%;
    margin: 0 auto 40px;
    background: #f5cc7f;
}

.level-2::before {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    width: 2px;
    height: 20px;
    background: #000;
}

.level-2::after {
    display: none;
    content: "";
    position: absolute;
    top: 50%;
    left: 0%;
    transform: translate(-100%, -50%);
    width: 20px;
    height: 2px;
    background: #000;
}

/* LEVEL-3 STYLES
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.level-3-wrapper {
    position: relative;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-column-gap: 20px;
    width: 90%;
    margin: 0 auto;
}

.level-3-wrapper::before {
    content: "";
    position: absolute;
    top: -20px;
    left: calc(12% - 3px);
    width: calc(76% + 7px);
    height: 2px;
    background: #000;
}

.level-3-wrapper > li::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -100%);
    width: 2px;
    height: 20px;
    background: #000;
}

.level-3 {
    margin-bottom: 20px;
    background: #7b9fe0;
}

/* LEVEL-4 STYLES
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.level-4-wrapper {
    position: relative;
    width: 80%;
    margin-left: auto;
}

.level-4-wrapper::before {
    content: "";
    position: absolute;
    top: -20px;
    left: -20px;
    width: 2px;
    height: calc(100% + 20px);
    background: #000;
}

.level-4-wrapper li + li {
  margin-top: 20px;
}

.level-4 {
    font-weight: normal;
    background: #f27c8d;
    font-size: 18px;
}

.level-4::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0%;
    transform: translate(-100%, -50%);
    width: 20px;
    height: 2px;
    background: #000;
}

.level-2-wrapper > li::before {
	display:none !important;
}


/*** SIDEMENU ***/
.menu-btn {
    min-width: 20px;
    min-height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    font-size: 12px;
    font-weight: 500;
    margin-left: 40px;
    justify-content: end;
    text-align: right;
}
 
.menu-btn span {
    display: block;
    width: 100%;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    background: #fff !important;
    height: 3px;
    margin: 3px 0px;
    border-radius: 0px;
    transition: all .3s;
    margin-left: auto;
}
 
.menu-btn:hover span {
    width: 100% !important;
}
 
.menu-btn div {
    position: relative;
    top: 0px;
    vertical-align: middle;
    width: 20px;
}
 
.side-menu {
    background: #fff;
	position:fixed;
	top:0px;
    left: -100%;
    width: 340px;
	-webkit-transition: all 0.3s;
    transition: all 0.3s;
	height:100%;
	z-index:9999999;
    padding: 55px 35px;
	overflow:hidden;
	overflow-y:auto;
    box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.15);
}
 
.side-menu.intro {
	left:0px;
}
 
.side-menu ul.main-menu {
	padding-left:0px;
	margin-top:30px;
}
 
.side-menu ul.main-menu.navbar-nav li {
	list-style:none;
	display:inline-block;
	width:100%;
    margin: 0;
    margin-bottom: 10px;
}
 
.side-menu ul.main-menu li a {
    display: inline-block;
    width: 100%;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #000;
    font-size: 17px;
    padding: 7px 0px;
    -webkit-transition: 0.2s all ease;
    transition: 0.2s all ease;
    font-weight: 400;
}
 
.side-menu ul.main-menu li:hover>a,
.side-menu ul.main-menu li.active>a {
	background:none;
    color:#223b4d;
}
 
.side-menu a.CloseBtn {
    float: right;
    color: #fff;
    background: #223b4d;
    font-size: 22px;
    margin: 0;
    position: relative;
    z-index: 99;
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 0;
    min-width: 40px;
    min-height: 40px;
    border-radius: 0px 0px 0px 5px;
}
 
.side-menu a.CloseBtn:before,
.side-menu a.CloseBtn:after {
    content: '';
    display: block;
    width: 15px;
    height: 2px;
    background-color: currentColor;
    position: absolute;
    left: 50%;
    top: 50%;
}
 
.side-menu a.CloseBtn:before {
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    -moz-transform: translate(-50%, -50%) rotate(45deg);
    -ms-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg);
}
 
.side-menu a.CloseBtn:after {
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    -moz-transform: translate(-50%, -50%) rotate(-45deg);
    -ms-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg);
}
 
.side-menu .menu-item-has-children {
    cursor: pointer;
}
 
.side-menu .menu-item-has-children>a {
    pointer-events: none;
    cursor: pointer;
    position: relative;
}
 
.side-menu .menu-item-has-children:hover>a,
.side-menu .menu-item-has-children.active>a {
    color: #223b4d !important;
}
 
.side-menu .menu-item-has-children>a:after {
    content: '';
    width: 25px;
    height: 25px;
    background: #000;
    display: inline-block;
    position: absolute;
    top: 0;
    right: 0;
    top: 50%;
    transform: translate(0px, -50%);
}
 
.side-menu .menu-item-has-children>a:before {
    position: absolute;
    top: 0;
    right: 0;
    color: #fff;
    font-size: 27px;
    z-index: 99;
    top: 51%;
    transform: translate(0px, -50%);
    right: 6px;
    content: "\f067";
    display: inline-block;
    font: normal normal normal 14px / 1 FontAwesome;
}
 
.side-menu .menu-item-has-children.current>a:before {
    content: "\f068";
}
 
.side-menu ul.navbar-nav>li.menu-item-has-children ul.sub-menu {
    opacity: 1;
    visibility: visible !important;
    position: relative !important;
    left: 0 !important;
    -webkit-transform: translateY(0) !important;
    -ms-transform: translateY(0) !important;
    transform: translateY(0) !important;
    background: #fff;
    border: none;
    border-radius: 0;
    padding: 0px 0px !important;
    display: none !important;
    top: 0 !important;
}
 
.side-menu ul.navbar-nav>li.current ul.sub-menu {
    display: block !important;
    pointer-events: auto;
}
 
.side-menu ul.navbar-nav>li>ul.sub-menu>li {
    margin: 0;
}
 
.side-menu ul.navbar-nav>li>ul.sub-menu>li a {
    font-size: 12px;
    background: #ebebeb;
    color: #000;
    margin: 0;
    padding: 10px 15px !important;
}
 
.side-menu ul.navbar-nav>li>ul.sub-menu>li:hover a,
.side-menu ul.navbar-nav>li>ul.sub-menu>li.current_page_item>a,
.side-menu ul.navbar-nav>li>ul.sub-menu>li.active>a {
    color: #fff !important;
    background: #223b4d !important;
}
 
.side-menu ul li.current ul.sub-menu {
    display: block !important;
    pointer-events: auto;
}

.side-menu ul.main-menu {
    list-style: none;
    padding: 0;
}
 
.menu-btn span {
    height: 3px;
    margin: 5px 0px;
    background: #ef8903 !important;
}
 
.menu-btn div {
    width: 30px;
}
 
.menu-btn {
    margin-left: 0px;
}
 
.side-menu a.CloseBtn {
    background: #ef8903;
}
 
.side-menu ul.main-menu li:hover>a,
.side-menu ul.main-menu li.active>a,
.side-menu .menu-item-has-children:hover>a,
.side-menu .menu-item-has-children.active>a {
    background:none;
    color:#EF8903 !important;
}
 
.side-menu ul.navbar-nav>li>ul.sub-menu>li:hover a,
.side-menu ul.navbar-nav>li>ul.sub-menu>li.current_page_item>a,
.side-menu ul.navbar-nav>li>ul.sub-menu>li.active>a {
    color: #fff !important;
    background: #EF8903 !important;
}
 
.side-menu ul li.current ul.sub-menu {
    display: block !important;
    pointer-events: auto;
}
 
.side-menu ul li ul.sub-menu {
    display: none !important;
    position: relative;
    left: auto;
    top: auto;
    pointer-events: all;
    opacity: 1;
}

.side-menu ul li ul.sub-menu {
    visibility: visible;
	box-shadow:none;
	margin-bottom:30px;
}

.contact-form .list .fa {
    min-width: 50px;
}
 
.single-expert .contact-form .list {
    display: flex;
    align-items: center;
}
 