/* Schriftarten */

/* montserrat-100 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 100;
  src: url('../fonts/montserrat-v25-latin-100.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('../fonts/montserrat-v25-latin-100.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}

/* montserrat-200 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 200;
  src: url('../fonts/montserrat-v25-latin-200.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('../fonts/montserrat-v25-latin-200.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}
/* montserrat-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/montserrat-v25-latin-regular.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('../fonts/montserrat-v25-latin-regular.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}

/* source-sans-pro-200 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 200;
  src: url('../fonts/source-sans-pro-v21-latin-200.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('../fonts/source-sans-pro-v21-latin-200.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}
/* source-sans-pro-300 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/source-sans-pro-v21-latin-300.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('../fonts/source-sans-pro-v21-latin-300.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}

/* source-sans-pro-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/source-sans-pro-v21-latin-regular.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('../fonts/source-sans-pro-v21-latin-regular.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}

/* Base CSS */

.alignleft {
    float: left;
    margin-right: 15px;
}

.alignright {
    float: right;
    margin-left: 15px;
}

.aligncenter {
    display: block;
    margin: 0 auto 15px;
}

a:focus {
    outline: 0 solid
}

img {
    width: 100%;
    height: auto;
}

.outline-none {
    outline: none !important;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0 0 15px;
    color: #444;
    font-family: 'Montserrat';
}

h1, h2, h3 {
	font-weight: 300;
}

body {
    color: #000;
    font-weight: 400;
	font-size: 15px;
    font-family: 'Source Sans Pro';
	color: #444444;
}

ul {
	margin-left: 18px;
	list-style-type:none;
}

.ul-alt {
	list-style-type: disc;
	margin-left: 1.5em;
}


li > .fa-solid {
	margin-right: 0.5em;
}

/* Background-images*/

	#katharina-popp-area {
		background-image: url("../img/white-transparent-80.png"), url("../img/parallax-katharina.jpg");
		min-height: 500px;
		background-attachment: fixed;
		background-position: center center;
		background-size: cover;
		background-repeat: no-repeat;
	}
	
	#mustafa-sorie-area {
		background-image: url("../img/white-transparent-80.png"), url("../img/parralax-mustafa.jpg");
		min-height: 500px;
		background-attachment: fixed;
		background-position: center top;
		background-size: cover;
		background-repeat: no-repeat;
	}
	
	#team {
		background-image: url("../img/white-transparent-80.png"), url("../img/parallax-team.jpg");
		min-height: 500px;
		background-attachment: fixed;
		background-position: center top;
		background-size: cover;
		background-repeat: no-repeat;
	}
	
	#partner {
		background-image: url("../img/white-transparent-80.png"), url("../img/parallax-partner.jpg");
		min-height: 500px;
		background-attachment: fixed;
		background-position: center top;
		background-size: cover;
		background-repeat: no-repeat;
	}
	
	.bg-image{
		background-position: center center;
		background-size: cover;
		background-repeat: no-repeat;
	}

	.single {
	 background-image: url("../img/white-transparent-80.png"), url("../img/startseite-01-single.jpg");
	}
  	.paar {
	 background-image: url("../img/white-transparent-80.png"), url("../img/startseite-01-paar.jpg");
	}
  	.selbstentwicklung {
	 background-image: url("../img/white-transparent-80.png"), url("../img/startseite-01-selbstentwicklung.jpg");
	}
    .herausforderungen {
	 border: 1px solid #bb9e00;
	}
    .moeglichkeiten {
	 border: 1px solid #bb9e00;
	}
    .schwerpunkte {
	 background-position: center top;
	 border: 1px solid #bb9e00;
	}
	
	 .beratungsvarianten {
	 background-position: center top;
	 background-image: url("../img/white-transparent-80.png"), url("../img/startseite-02-schwerpunkte.jpg");
	}

	.rechtliches {
	 background-image: url("../img/rechtliches.png");
	 background-position: bottom right;
	 background-size: contain;
	 background-repeat: repeat;
	}
	
	.rechtliches-alt {
	 background-image: url("../img/rechtliches.png");
	 background-position: bottom right;
	 background-size: cover;
	 background-repeat: no-repeat;
	}
  

/*@font-face {
    font-family: 'Avenir LT Std';
    src: url('../fonts/AvenirLTStd-Roman.woff2') format('woff2'),
        url('../fonts/AvenirLTStd-Roman.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Avenir LT Std';
    src: url('../fonts/AvenirLTStd-Book.woff2') format('woff2'),
        url('../fonts/AvenirLTStd-Book.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Brandon Grotesque';
    src: url('../fonts/BrandonGrotesque-Bold.woff2') format('woff2'),
        url('../fonts/BrandonGrotesque-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Brandon Grotesque';
    src: url('../fonts/BrandonGrotesque-Regular.woff2') format('woff2'),
        url('../fonts/BrandonGrotesque-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Brandon Grotesque';
    src: url('../fonts/BrandonGrotesque-Light.woff2') format('woff2'),
        url('../fonts/BrandonGrotesque-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}*/



.selector-for-some-widget {
    box-sizing: content-box;
}

a:hover {
    text-decoration: none
}

/*---------------------- Header area start ----------------------*/

.menu-close {
    font-size: 18px;
    color: #3d424e;
    position: absolute;
    top: 11px;
    right: 12px;
    cursor: pointer;
    transition: .3s;
    width: 28px;
    height: 28px;
    border-bottom: 2px solid #bb9e00;
    display: flex;
    align-items: center;
    justify-content: center;
}

.menu-close:hover {
    color: #fff;
    background: #323232;
}

.offcanvas-area {
    position: fixed;
    left: -100%;
    height: 100%;
    width: 300px;
    background: #F3F3F3;
    z-index: 9;
    padding-top: 35px;
    -webkit-transition: .4s;
    transition: .4s;
    visibility: hidden;
    top: 0;
}

.offcanvas-area.active {
    left: 0;
    visibility: visible;
}

.offcanvas-area ul {
    list-style-type: none;
}

.offcanvas-area .main-menu ul li a {
    font-size: 14px;
    color: #323232;
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 500;
    padding: 7px 20px;
    border-bottom: 1px solid #3232325c;
    transition: .3s;
}

.offcanvas-area .main-menu ul li a:hover, .offcanvas-area .main-menu ul li a[aria-expanded="true"] {
    color: #000;
}

.offcanvas-area .main-menu ul li a  i{
    transition: .3s
}
.offcanvas-area .main-menu ul li a[aria-expanded="true"] i{
    transform: rotate(180deg)
}
.offcanvas-menu .main-menu ul {
    display: block;
    padding-top: 5px;
    padding-left: 0;
}

.offcanvas-overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .4s;
    transition: .4s;
    z-index: 8;
}

.offcanvas-overlay.active {
    opacity: .4;
    visibility: visible;
}

.menu-open {
    font-size: 27px;
    color: #444;
    display: none;
    cursor: pointer;
    position: relative;
    top: 2px;
    margin-left: 20px;
    margin-right: 15px;
}

.menu-open:hover {
    color: #bb9e00;
}

.offcanvas-menu .common-btn {
    font-size: 17px;
    padding: 9px 30px;
    border-radius: 12px;
}

 

.offcanvas-area .main-menu .subb-menu a {
    font-size: 14px;
    margin: 0px;
    padding-left: 30px
}

.offcanvas-area .main-menu .subb-menu a:last-child {
    margin-bottom: 0;
}


/* Verhindert, dass ein Vorfahr den Header entkoppelt */
html, body{
  overflow-x: hidden;
}
.main, .container, .container-fluid{
  overflow: visible !important;   /* kritisch: kein auto/hidden erzwingen */
}

/* Kein transform/filter/perspective auf Vorfahren des Headers */
.header, .header *{
  transform: none !important;      /* falls irgendwo Icons/Anim einen transform setzen */
}


.header {
    position: fixed;
    top: 0;
    width: 100%;
    height: auto;
    z-index: 7;
    left: 0;
    background: #ffffff;
    transition: .3s;
    padding: 15px 0 10px 0;
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.09);
    font-family: 'Montserrat';
}

.header__logo {
    max-width: 216px;
    flex: 0 0 auto;
    position: relative;
    top: -4px;
}


.header-nav>ul>li>a {
    font-size: 15px;
    text-decoration: none;
    transition: .3s;
    display: block;
    text-transform: uppercase;
    color: #444;
    font-weight: 400;
    padding: 15px 10px 10px 10px;
}

.header-nav>ul>li:hover>a {
    background: #fff;
	color: #bb9e00;
}

.header-nav ul li {
    position: relative;
    margin-right: 10px;
}

.header-nav>ul>li ul li {
    margin: 0;
}

.header-nav ul li ul {
    position: absolute;
    left: 0;
    top: 100%;
    z-index: 6;
	width: 300px !important; 
    background: #fff;
    padding: 20px;
    text-align: left;
    transition: .3s;
    list-style: none;
    width: 100%;
    border: 1px solid #dddddd7a;
    opacity: 0;
    visibility: hidden;
    margin-top: 40px;
	margin-left: 0;
}

.header-nav ul li ul li a {
    font-size: 14px;
    text-decoration: none;
    color: #000;
    transition: .3s;
    line-height: 2;
    display: block;
    padding: 4px 0;
    text-transform: uppercase;
}

.header-nav ul li:hover ul {
    opacity: 1;
    visibility: visible;
}

/*---------------------- Header area end ----------------------*/



/*---------------------- Main area start ----------------------*/
.main {
    padding-top: 115px;
    background: url(../img/bg-main.jpg);
    background-size: cover;
    background-attachment: fixed;
}

.section-divider {
    height: 25px;
    width: 100%;
}

/*---------------------- Content area start ----------------------*/

.section-padding {
    padding: 60px 0;
}

#vertrauen h3, #vertrauen h5, #vertrauen p, #zusammenarbeit h3, #zusammenarbeit h5, #zusammenarbeit p, #werte h3, #werte h5, #werte p {
	color: #444;
}

#werte, #vertrauen, #zusammenarbeit {
	border: 2px solid #bb9e00;
	padding:76px 0;
	}

#vertrauen hr, #zusammenarbeit hr {
	background-color: #444;
}


.common-content p {
    font-size: 15px;
    margin-bottom: 20px;
}

/*---------------------- Content area end ----------------------*/



/*---------------------- Hero area start ----------------------*/
.hero-area {
    background: url(../img/startseite-00-header-hell.jpg);
    background-repeat: no-repeat;
    background-position: right center;
    background-size: cover;
    height: 100vh;
}

.hero-area .hero-column {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 0 0 100px;
    padding-bottom: 160px;
    height: 100%;
}

.hero-area p, .hero-area h1 {
	color:#fff;
	text-decoration:none;
	font-weight:300; 
	font-size:2rem;
	text-align:center;
	font-family:'Source Sans Pro';
	line-height: 1.5;
}

.hero-area p {
        padding-top:20px; 
		padding-bottom:20px; 
}

.hero-gold p {
	color:#bb9e00;
	font-size: 1.5em;
	padding-top: 0px; 
}

.hero-white p {
	color:#ffffff;
	font-size: 1.5em;
	padding-top: 0px; 
}

@media (max-width: 576px) {  
    .hero-area p {
        padding-top:10px; 
		padding-bottom:10px; 
		font-size: 1.25rem;
    }
	.hero-area h1	{
		font-size: 1.3rem;
    }
	
	.hero-white p {
	font-size: 1em;
	font-weight: 400;
	padding-top: 0px; 
}
	
}

.logo-wrapper span {
    padding: 0 10px;
    margin-bottom: 11px;
}

.logo-wrapper {
    padding-top: 22px;
    padding-bottom: 10px;
}

.logo-wrapper img{
    height: 35px;
    width: auto !important;
	margin: 0.3em;
}

/*---------------------- Hero area end ----------------------*/



/*---------------------- About area start ----------------------*/
.about-card {
    background: rgb(255, 255, 255);
    height: 100%;
    padding: 50px 130px;
}

/*---------------------- About area end ----------------------*/


/*---------------------- Contact area start ----------------------*/
.contact-content-wrapper {
    max-width: 500px;
    margin: 0 auto;
    padding: 40px;
}

.text-link {
    text-decoration: none;
    color: #000;
    line-height: 1.1;
    display: inline-block;
    transition: .3s;
}

.text-link:hover {
    color: blue;
}

.common-content h3 {
    font-size: 41px;
    line-height: 1.1;
    margin-bottom: 18px;
}

.opening__area {
    background: #f0f0ef;
    padding: 20px 0;
}

.contact-wrapper {
    background: url(../img/contact-bg.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 140px 20px;
    display: flex;
    align-items: center;
    height: 100%;
}

.contact-form {
    max-width: 600px;
    margin: 0 auto;
    background: rgba(255, 255, 255, 0.45);
    padding: 45px;
}

.form-input, .form-label {
    margin-bottom: 35px;
}

.form-label label {
    line-height: 1.1;
    margin: 0 0 1em 1em;
}

.form-input input, .form-input textarea {
    width: 100%;
    height: 52px;
    border: 0;
    border-bottom: 2px solid transparent;
    transition: .3s;
    font-size: 15px;
    padding: 8px 15px;
    outline: none;
}

.form-input input:hover, .form-input textarea:hover {
    border-color: #444;
}

.form-input input:focus, .form-input textarea:focus {
    border-color: #bb9e00;
}


.form-submit-btn button {
    width: 100%;
    height: 54px;
    border: none;
    outline: none;
    padding: 0;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 17px;
    color: #fff;
    background: #323232;
    cursor: pointer;
}

.form-submit-btn {
    padding-top: 30px;
}

.contact-area .contact-content-wrapper {
    padding-top: 140px;
}

/*---------------------- Contact area end ----------------------*/



/*---------------------- Map area start ----------------------*/
.map-area {
    height: 365px;
}

/*---------------------- Map area end ----------------------*/



/*---------------------- Modal area start ----------------------*/
.cookie-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99;
    background: #00000085;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    padding: 20px;
    padding-bottom: 50px;
    transition: .3s;
}

.cookie-modal.hide {
    opacity: 0;
    visibility: hidden;
    transform: scale(-.1);
}

.cookie-modal-body {
    background: #fff;
    box-shadow: 0 0 15px #0000003b;
    padding: 25px 35px;
    padding-top: 40px;
    max-width: 900px;
    margin: 0 auto;
}

.cookie-modal-body h4 {
    font-size: 31px;
    font-weight: 500;
    font-family: none;
    margin-bottom: 18px;
}

.cookie-modal-body p {
    font-size: 18px;
}

.cookie-modal-body p a {
    text-decoration: underline;
    color: #000;
    margin-left: 2px;
}

.cookie-modal-close {
    position: absolute;
    top: 9px;
    right: 11px;
    font-size: 21px;
    color: #000;
    line-height: 1.1;
    cursor: pointer;
}

.cookie-modal-btns {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding-top: 9px;
}

.cookie-modal-btns button {
    background: #fff;
    color: #000;
    border: none;
    font-size: 17px;
    padding: 6px 20px;
    margin-left: 10px;
    line-height: 1.4;
}

.cookie-modal-btns button.active {
    background: #000;
    color: #fff;
}

.cookie-modal-btns a {
    color: #000;
}

/*---------------------- Modal area end ----------------------*/



/*---------------------- Testimonial area start ----------------------*/

.testimonial-area {
    padding-top: 100px;
    padding-bottom: 100px;
}

.testimonial-title {
    text-align: center;
    margin-bottom: 35px;
}

.testimonial-title li {
    text-align: left;
}

.testimonial-single-slide {
    background-color: #fff;
    padding: 10px;
    text-align: center;
}

.testimonial-single-slide p {
    text-align: left;
}

.testimonial-user {
    width: 90px;
    height: 90px;
    margin: 0 auto;
}

.testimonial-user img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 4px solid #fff;
    margin-top: -65px;
}

.testimonial-stars ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.testimonial-stars ul li {
    display: inline-block;
    font-size: 14px;
    color: #444;
}

.testimonial-stars i {
	color: #bb9e00;
}

.testimonial-heading {
    font-size: 20px!important;
    font-weight: 400;
	font-family: montserrat;
	text-align: center !important;
}

.testimonial-heading-solution {
	color: #bb9e00 !important;
}

.testimonial-stars {
    margin-top: 10px;
}

.testimonial-main-slider.owl-carousel .owl-stage-outer {
    padding: 0 0 25px 0;
}

.testimonial-single-slide p {
    color: #444;
    font-size: 15px;
    margin-top: 10px;
}

.testimonial-single-slide p i {
    margin: 0 10px;
    font-size: 20px;
    color: #ccc;
}

.testimonial-single-slide h4 {
    font-size: 12px;
    margin: 3em 0 0 0;
    color: #444;
}

.testimonial-single-slide h4 span {
    font-size: 20px;
    color: #444;
}

.testimonial-main-slider .owl-dots {
    width: 100%;
    text-align: center;
}

.testimonial-main-slider .owl-dots button span {
    width: 20px;
    height: 20px;
    border: 2px solid #000;
    display: inline-block;
    border-radius: 50%;
    margin: 0 8px;
    position: relative;
}

.testimonial-main-slider .owl-dots button span::after {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 8px;
    height: 8px;
    background: #000;
    content: "";
    border-radius: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
}

.testimonial-main-slider .owl-dots button.active span::after {
    opacity: 1;
}

.testimonial-main-slider-dark .owl-dots button span {
    border: 2px solid #fff !important;
}

.testimonial-main-slider-dark .owl-dots button span::after {
    background: #fff !important;
}

/*--- Mehr lesen - nach Containergröße ---*/

.hidden {
	display: none;
}
.read-more {
	color: #444444;
	cursor: pointer;
	text-decoration: underline;
	margin-top: 1.5em; /* Abstand vom darüberliegenden Text */
	display: inline-block; /* Sicherstellen, dass der Abstand funktioniert */
}

.read-more:hover {
	color: #bb9e00;
}

.text-container {
	overflow: hidden;
	position: relative;
	max-height: 150px; /* Maximale Höhe des Containers */
}

.text-container-400 {
	max-height: 400px; /* Maximale Höhe des Containers */
}

.text-container.has-read-more::after, .text-container-233.has-read-more::after  {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	left: 0;
	right: 0;
	height: 2em; /* Höhe des Fades */
	/*background: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1));*/
	pointer-events: none;
}
.text-container.expanded {
	max-height: none; /* Maximale Höhe aufheben */
}
.text-container.expanded::after {
	display: none; /* Fade bei expandiertem Container entfernen */
}

/*---------------------- Testimonial area end ----------------------*/


/*---------------------- Coaching area start ----------------------*/
.coaching-area.has-light-bg {
    padding: 4em 2em 0 2em;
}

.coaching-area.has-dark-bg {
	background-color: #111; 
	margin:0;
	padding:100px 0 24px 0;
}

.coaching-area.has-dark-bg h2, .coaching-area.has-dark-bg h4, .coaching-area.has-dark-bg p, .coaching-area.has-dark-bg li {
	color: #fff;
}

.coaching-area {
    padding: 0px 28px;
}

.coaching-area h5 {
    padding: 1em 0 0 0;
	font-size: 1.25em;
}

.coaching-item-thumb img {
    width: 100%;
    object-fit: cover;
}

.coaching-item-thumb {
    height: 100%;
}

.coaching-item-content {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 76px 50px;
}

.coaching-item-content-wrapper {
    width: 1460px;
    margin: 0 auto;
}

.coaching-item-content-wrapper p {
    text-align: left;
    font-size: 15px;
}

.coaching-item-content-wrapper h4 {
    text-align: center;
    font-size: 2rem;
    font-weight: 200;
    line-height: 1.4;
    margin-bottom: 25px;
}

.coaching-item-content-wrapper i {
    margin-right: 0.3em;
  }

.price-header {
    max-width: 320px;
    margin: 0 auto;
    margin-bottom: 40px;
    background: #323232;
    padding: 30px 18px;
    text-align: center;
}

.price-header h3 {
    font-size: 49px;
    line-height: 1;
    color: #fff;
    margin: 0;
}

.price-header h3 sub {
    font-size: 19px;
    position: relative;
    top: -1px;
}

.common-btn {
    text-decoration: none;
    display: inline-block;
    padding: 11px 65px;
    background: #323232;
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    transition: .3s;
    border: 1px solid #323232;
}

.common-btn:hover {
    color: #323232;
    background: #fff;
}

.section-divider-2 {
    height: 35px;
    width: 100%;
    position: relative;
    z-index: 1;
    background: url(../img/divider.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.coaching-col{
    margin-bottom: 30px !important;
}

.coaching-card {
    background: rgb(255, 255, 255);
    padding: 22px;
    height: 100%;
    
}

.coaching-card-inner {
    display: flex;
    justify-content: space-between;
    max-width: 650px;
    margin: 0 auto;
    height: 100%;
}

.coaching-card-inner-alt {
    justify-content: space-between;
    max-width: 415px;
    margin: 0 auto 1em auto;
}

.coaching-card-inner-alt img {
    display: block;
	max-width: 250px;
	margin: 0 auto 2em auto;
}

.coaching-card-inner-alt p, .coaching-card-inner-alt h4 {
	margin-bottom: 2em !important;
}

.coaching-card-thumb {
    flex: 0 0 auto;
    width: 205px;
    height: 295px;
} 
.coaching-card-thumb img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.coaching-card-body {
    padding-left: 17px;
    height: 100%;
    display: flex;
    flex-flow: column wrap;
    justify-content: space-between;
}

.coaching-card-body h4 {
    font-size: 14px !important;
    line-height: 1.2;
    font-weight: 400;
    margin-bottom: 13px;
    padding-top: 10px;
}

.coaching-card-body h5 {
    font-size: 24px !important;

    line-height: 1.1;
    margin-bottom: 14px;
}

.coaching-card-body p {
    font-size: 15px;
    line-height: 1.4;
    margin-bottom: 14px;
}

.coaching-card-body .common-btn {
    padding: 9px 40px;
    padding-right: 40px;
}

/*---------------------- Coaching area end ----------------------*/



/*---------------------- Pricing area start ----------------------*/
.pricing-area {
    padding: 100px 0;
}

.pricing-card {
    background: #fff;
    max-width: 400px;
    margin: 0 auto;
    margin-bottom: 30px;
    box-shadow: -7px 6px 35px rgba(0, 0, 0, 0.17);
}

.pricing-card-header {
    background: #323232;
    text-align: center;
    padding: 30px 0;
}

.pricing-card-header h3 {
    font-size: 38px;
    color: #fff;
    margin: 0;
    line-height: 1.1;
    padding-top: 5px;
    font-weight: 600;
}

.pricing-card-body {
    padding: 35px;
}

.pricing-card-price h2 {
    text-align: center;
    font-size: 55px;
    font-family: none;
    font-weight: 300;
    color: #313131;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.pricing-card-price h2.text-uppercase {
    font-size: 35px;
    min-height: 88px;
}

.pricing-card-price h2 span {
    font-size: 22px;
    display: block;
    line-height: 1;
    text-align: end;
    position: relative;
    top: -1px;
}

.pricing-card-body ul {
    margin: 0;
    padding: 0;
    list-style: none;
}


.pricing-card-body ul li {
    font-size: 17px;
    border-bottom: 2px solid #77777754 !important;
    padding: 10px 0;
    line-height: 1.2;
}

.pricing-card-body ul li:last-child {
    border: 0 !important;
}

/*---------------------- Pricing area end ----------------------*/



/*---------------------- Main area end ----------------------*/



/*---------------------- Footer area end ----------------------*/

.footer-area {
    padding-top: 15px;
    padding-bottom: 40px;
	background-color: #111;
	color: #fff;
}

.footer-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.footer-left-blk {
    flex: 33.333%;
    width: 33.333%;
}

.footer-left-blk img {
    width: 180px;
}

.footer-middle-blk {
    width: 33.333%;
    flex: 33.333%;
    text-align: center;
}

.footer-middle-blk p {
    color: #fff;
    font-size: 20px;
    margin-bottom: 0;
}

.footer-right-blk {
    flex: 33.333%;
    width: 33.333%;
    text-align: end;
}


.footer-right-blk h4 {
    color: #000;
    font-size: 20px;
}

.footer-socials a {
    color: #fff;
    margin-right: 16px;
    line-height: 1;
    font-size: 20px;
    display: inline-block;
}

.footer-socials img {
	max-width: 150px;
	margin-bottom: 1em;
}

.footer-socials a:hover {
    color: #bb9e00;
}

.footer-socials {
    text-align: start;
}


.footernav {
    margin: 0;
    padding: 0;
}

.footernav li {
    list-style: none;
    margin-left: 0;
    padding-left: 0;
	font-size: 14px;
}

.footernav li a {
    color: #fff;
    font-size: 14px;
    text-decoration: none;
    line-height: 1.2;
}

.footernav li a:hover {
    color: #bb9e00;
}
 
/* Subscribe area css start */

.subscribe-area {
    padding-top: 70px;
    padding-bottom: 70px;
    background-color: #111;
	border-bottom: 2px solid #bb9e00;
	color: #fff !important;
	
  }
  .subscribe-left-blk h4 {
    font-size: 25px;
    text-transform: uppercase;
    margin-bottom: 5px;
  }
  .subscribe-left-blk p {
    margin-bottom: 0;
    font-size: 15px;
  }
  .subscribe-right-blk {
    display: flex;
    justify-content: left;
    align-items: left;
  }
  .subscribe-right-blk input {
    width: 350px;
    padding: 0px 20px;
  }
  .subscribe-right-blk button {
    width: 150px;
  }
  .subscribe-social a {
    color: #666;
    font-size: 15px;
    margin-right: 10px;
    border-radius: 50%;
    border: 1px solid #666;
    width: 35px;
    height: 35px;
    line-height: 35px;
    display: inline-block;
    text-align: center;
    transition: .3s;
  }
  .subscribe-social {
    margin-top: 25px;
    margin-left: 30px;
  }

/* Subscribe area css end */

.blog-area {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .blog-main-blk {
    background-color: #ffffff;
    padding: 10px;
    height:100%;
    display: flex !important;
    flex-flow: column nowrap;
    box-shadow: 0px 0px 5px#00000025;

  }
 
   .blog-main-blk > .blog-btn-blk {
	 display: contents;
	}	
  
  .blogcol{
      margin-bottom: 76px;
  }
  .blog-main-blk img {
    width: 100%;
    object-fit: cover;
    float:none;
	margin-bottom: 15px;
  }
  .blog-main-blk h2 {
    font-size: 19px;
	font-weight: 400;
    margin-bottom: 5px;
	text-align: center;
  }
  .blog-main-blk p {
    font-size: 14px;
    margin-bottom: 5px;
	text-align: center;
  }

  .blog-main-blk ul {
    margin-bottom: 10px;
    padding: 0;
    list-style: none;
    display: block;
    align-items: center;
    justify-content: space-between;
  }
  
    .blog-main-blk-alt ul {
    margin-bottom: 10px;
    padding: 0;
    list-style: disc;
    display: block;
    align-items: center;
    justify-content: space-between;
  }
  
  .blog-main-blk ul li {
    display: block;
    font-size: 1.1em;
    color: #444;
    margin-right: 0;
  }
  .blog-main-blk ul li i {
    margin-right: 0.3em;
  }

  .blog-title {
    text-align: center;
    margin-bottom: 35px;
  }
  .blog-title h2 {
    font-size: 35px;
  }

  .blog-area .global-btn {
     align-self: flex-end;
  }

/* blog area css end */

/* CTA area css start */

.cta-area {
  padding-top: 70px;
  padding-bottom: 70px;
  background-color: #000;
}
.cta-left-blk span {
  color: #fff;
  font-size: 18px;
}
.cta-left-blk h2 {
  color: #fff;
  font-size: 35px;
  margin-bottom: 0;
  margin-top: 10px;
}
.cta-right-blk {
  text-align: end;
  margin-top: 40px;
}


.global-btn {
    border: none !important;
	border: 1px solid #bb9e00 !important;
    color: #444;
	font-size: 15px; 
	background-color: #fff;
    padding: 10px 27px;
    display: inline-block;
    position: relative;
    z-index: 1;
    transition: .3s;
    text-decoration: none;
    text-align: center;
}

.global-btn:after {
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    content: "";
    background: #000;
    height: 100%;
    z-index: -1;
    transition: .3s;
}

.global-btn:hover {
    color: #bb9e00;
	border: 1px solid #bb9e00;
}

.global-btn:hover::after {
    width: 100%;
}

.footersocials p {
    font-size: 14px;
}

.hidemobile{
    display: block;;
}

/*---------------------- Footer area end ----------------------*/


/* Small devices (landscape phones, 576px and up) */
@media (max-width: 576px) {  
    .hidemobile{
        display: none;;
    }

    ul.footernav{
        display: block;
        width: 100%;
    }
 ul.footernav li{
     display: block;
     width: 100%;
     text-align: center;
 }
 .footersocials{
     padding-top: 40px;
     text-align: center;
 }
.footerlogo{
    display: none;
}
.cright{padding-top: 40px;text-align: center !important;}
.col-md-3, .col-md-4, .col-md-6{margin-top: 20px;}
}