/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jun 27 2026 | 11:46:25 */
@import url('fonts/stylesheet.css');
/* @import url('https://fonts.googleapis.com/css2?family=Andika:ital,wght@0,400;0,700;1,400;1,700&family=Reem+Kufi:wght@400..700&display=swap'); */

:root {
	--first-font: 'Reem Kufi';
	--second-font: 'Andika';
	--main-color: #040E3C;
	--gold-dark: #C46833;
	--grey-color: #72747C;
	--light-cream: #FCE8D8;
	--light-gold: #FBB676;
}

* {
	font-family: var(--first-font) !important;
}
html {
  scroll-behavior: smooth;
}
header#masthead .site-logo {
    padding: 0px;
    margin: 0px;
    border: none;
}
.primary-menu-container ul#primary-menu-list li:not(:last-child) {
    margin-right: 15px;
}
.value-image-part figure.wpb_wrapper.vc_figure .vc_single_image-wrapper.vc_box_border_grey img {
    display: none;
}
.primary-menu-container ul#primary-menu-list li a {
    padding: 16.5px 0px !important;
    font-family: var(--second-font) !important;
    font-size: 15px;
    font-weight: 400;
    line-height: 100%;
}
header#masthead {
    max-width: 1334px;
	width: 100%;
    display: flex;
    padding: 30px 0px 65px !important;
    justify-content: space-between;
}
header#masthead .site-logo {
    width: auto;
}
header#masthead nav#site-navigation {
    margin: 0px;
}
header#masthead::before, header#masthead::after {
	display: none;
}
header#masthead nav#site-navigation .primary-menu-container {
    margin: 0px;
}
.primary-menu-container ul#primary-menu-list li a:hover {
    text-decoration: none;
}
.primary-menu-container ul#primary-menu-list li a:focus {
    background: transparent;
}
.primary-menu-container ul#primary-menu-list li.header-btnn a {
    border: 1px solid #fff;
    border-radius: 50px;
    padding: 16px 30px !important;
    width: 132px;
	background: linear-gradient(to right, #fff 50%, #ffffff00 50%);
    background-size: 200% 100%;
    background-position: right bottom;
    transition: all .5s ease-out;
}
header#masthead .site-logo a.custom-logo-link:focus img {
    outline: none !important;
}
.primary-menu-container ul#primary-menu-list li.header-btnn a:hover, .banner-custom-btnn a:hover {
    color: var(--main-color) !important;
	background-position: left bottom;
}
#content .wpb-content-wrapper {
    max-width: 1334px;
    width: 100%;
}
#content main#main {
    padding: 0px;
}
#gradient-banner-section #inner-section {
    max-width: 800px;
    width: 100%;
    margin: 0 auto;
}
#gradient-banner-section #inner-section h1.header-banner-heading {
	font-size: 140px;
/* 	line-height: 128px; */
	line-height: 160px;
	margin: 0px;
	letter-spacing: -7px;
	background: linear-gradient(
		to bottom,
		#C46833 0%,
		#FBB676 50%,
		#C46833 100%
	);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	color: transparent;
}
.banner-para p {
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    max-width: 541px;
    margin: 0 auto;
    padding-bottom: 73px;
    font-family: var(--second-font) !important;
}
.banner-custom-btnn a {
    background: transparent !important;
    color: #fff !important;
    max-width: 310px;
    width: 100%;
    font-size: 17px !important;
    font-family: var(--second-font) !important;
}
#gradient-banner-section {
    padding-bottom: 119px;
}
#max-width {
    max-width: 1334px;
    margin: 0 auto;
    width: 100%;
}
.different-heading-text p {
    font-size: 90px;
    font-weight: 400;
    line-height: 78px;
    color: var(--main-color);
	letter-spacing: -5px;
}
.different-heading-text p span {
    color: var(--gold-dark);
}
.different-heading-text {
    padding-left: 281px;
	position: relative;
}
.different-heading-text p.second-para {
    padding-left: 193px;
}
.different-heading-text p.third-para {
    padding-left: 340px;
}
.width-content-para p {
    color: var(--main-color);
    font-size: 17px;
    line-height: 27px;
    max-width: 650px;
    width: 100%;
    font-weight: 400;
	font-family: var(--second-font) !important;
}
.width-content-para {
    padding-top: 53px;
    padding-left: 630px;
}
.get-in-touch {
    max-width: 268px;
    width: 100%;
    height: 74px;
	margin-left: 630px;
}
.get-in-touch a {
    width: 100%;
    height: 100%;
    background: transparent !important;
    border: 1px solid var(--main-color) !important;
    border-radius: 100px !important;
    padding: 0px !important;
    color: var(--main-color) !important;
    font-size: 17px !important;
    display: flex !important;
    justify-content: center;
    align-items: center;
    font-family: var(--second-font) !important;
	padding-right: 30px !important;
}
.get-in-touch a:before {
    content: '';
    background: url(/wp-content/uploads/2025/06/button-icon.svg);
    width: 20px;
    height: 22px;
    position: absolute;
    right: 60px;
	top: 26px;
}
.different-heading-text::before {
    content: '';
    background: url(/wp-content/uploads/2025/06/about-us-icon.svg);
    width: 131px;
    height: 130px;
    position: absolute;
    left: 0;
    bottom: -70px;
	animation: spin 10s linear 0s infinite normal;
}
.video-section-heading p {
    color: var(--main-color);
    font-size: 28px;
    line-height: 37px;
	letter-spacing: -1px;
}
.video-para p {
    max-width: 560px;
    color: var(--grey-color);
    font-family: var(--second-font) !important;
    font-size: 17px;
    line-height: 27px;
    font-weight: 400;
}
.video-section-heading {
    margin-top: 50px;
}
h3.client-name {
    font-size: 28px;
    color: var(--gold-dark);
    line-height: 37px;
    margin-bottom: 8px !important;
	letter-spacing: -1px;
}
p.client-company {
    font-size: 20px;
    color: var(--main-color);
    line-height: 100%;
    letter-spacing: -1px;
	margin-bottom: 25px !important;
}
.flex-part {
    gap: 34px;
}
.flex-part > div {
    max-width: calc((100% - 102px) / 4);
	width: 100%;
}
#unlock-potential h2.unlock-heading {
    font-size: 90px;
    color: var(--main-color);
    line-height: 100px;
    letter-spacing: -5px;
	margin-bottom: 45px !important;
}
.unlock-para p {
    color: var(--main-color);
    max-width: 650px;
    width: 100%;
    font-size: 18px;
    line-height: 27px;
	font-family: var(--second-font) !important;
	letter-spacing: -1px;
}
#unlock-potential::before {
    content: '';
    background: url(/wp-content/uploads/2025/06/unlock-bg-image.svg);
    position: absolute;
    width: 626px;
    height: 627px;
    right: 0;
    top: 0;
}
.margin-80 {
    margin-top: 80px !important;
}
h4.unlock-small-heading {
    color: var(--main-color);
    font-size: 20px;
    line-height: 100%;
	margin-top: 47px;
	font-weight: 400;
}
.unlcok-small-para p {
    color: var(--main-color);
    font-size: 15px;
    font-weight: 400;
    margin-top: 19px;
    line-height: 24px;
    font-family: var(--second-font) !important;
	letter-spacing: -0.3px;
}
.last-top-margin {
    margin-top: 40px !important;
}
.design-border {
    padding: 35px;
    background: url(/wp-content/uploads/2025/06/Subtract.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.arrow-part {
    width: 43px;
    height: 43px;
    border-radius: 50px;
    border: 1px solid var(--main-color);
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 35px;
}
.arrow-part img {
    vertical-align: baseline;
}
#approach-coaching h2.approach-heading, #core-manager h2.approach-heading {
    max-width: 764px;
    width: 100%;
    font-size: 60px;
    line-height: 70px;
    letter-spacing: -1px;
}
.talk-to-us {
    margin: 0px;
    margin-top: 40px;
}
.talk-to-us a {
    border-color: #fff !important;
    color: #fff !important;
    max-width: 249px;
    width: 100%;
}
#approach-coaching::before {
    content: '';
    position: absolute;
    background: url(/wp-content/uploads/2025/06/approaching-img.svg);
    width: 582px;
    height: 582px;
    right: -130px;
    background-size: auto;
    background-repeat: no-repeat;
    top: 58px;
    bottom: 58px;
}
#things-value h2.value-heading {
    font-size: 90px;
    color: var(--main-color);
    line-height: 100px;
    font-weight: 400;
    letter-spacing: -3px;
	margin-bottom: 75px !important;
}
.value-image-part {
    width: 475px;
    height: 501px;
	position: relative;
}
.value-image-part figure.wpb_wrapper.vc_figure, .value-image-part figure.wpb_wrapper.vc_figure .vc_single_image-wrapper.vc_box_border_grey {
    height: 100%;
}
.value-image-part figure.wpb_wrapper.vc_figure .vc_single_image-wrapper.vc_box_border_grey img {
    height: 100% !important;
    object-fit: cover;
	margin-top: 97px;
}
.value-bg-part .vc_column-inner {
    height: 100%;
    padding: 0px;
    background-repeat: no-repeat;
    background-size: auto;
}
.value-bg-part {
    height: 886px;
	padding: 0px !important;
}
.value-image-part::before {
    content: '';
    position: absolute;
    background: url(/wp-content/uploads/2025/06/value-before.svg);
    width: 131px;
    height: 131px;
    bottom: -180px;
    right: 0;
    z-index: 999;
	animation: spin 10s linear 0s infinite normal;
}
h2.custom-heading {
    font-size: 70px;
    font-weight: 400;
    line-height: 80px;
    color: var(--main-color);
    letter-spacing: -2px;
	padding-bottom: 100px;
}
h3.result-heading {
    font-size: 50px;
    line-height: 60px;
    color: var(--main-color);
    font-weight: 400;
    letter-spacing: -2px;
	text-transform: capitalize;
}
.result-para p {
    font-size: 15px;
    line-height: 24px;
    font-weight: 400;
    color: var(--main-color);
    text-align: center;
    padding-top: 25px;
	font-family: var(--second-font) !important;
}
.successful-result-part {
    max-width: 650px !important;
    text-align: center;
	color: var(--main-color);
	position: relative;
}
.successful-result-part:not(:last-child) {
    padding-bottom: 130px;
}
.result-points p {
    font-size: 17px;
    padding-top: 30px;
    font-family: var(--second-font) !important;
}
.successful-result-part:not(:last-child)::before {
    content: '';
    background: var(--main-color);
    width: 1px;
    height: 70px;
    position: absolute;
    bottom: 30px;
    left: 50%;
}
#clients-live .live-heading h3 {
    font-size: 90px;
    font-weight: 400;
    color: var(--main-color);
    line-height: 80px;
    letter-spacing: -2px;
}
#clients-live .live-heading h3 {
    padding-left: 228px;
}
#clients-live .live-heading h3.left-space {
    padding-left: 465px;
}
#clients-live .live-heading::before {
    content: '';
    position: absolute;
    background: url(/wp-content/uploads/2025/06/our-difference.svg);
    width: 131px;
    height: 131px;
    top: 2px;
    left: 0;
	animation: spin 10s linear 0s infinite normal;
}
@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

#clients-live .live-heading {
    padding-bottom: 100px;
}
.colorfull-section > div > div {
    padding: 40px !important;
    height: 333.5px;
	transition: all 0.8s ease;
}
.colorfull-section .blue-part .client-innerdark-para p {
    font-size: 16px;
    font-family: var(--second-font) !important;
    line-height: 24px;
    letter-spacing: 0px;
    font-weight: 400;
}
.colorfull-section .white-part > div {
    border-bottom-left-radius: 200px;
    border-top-left-radius: 200px;
	transition: all 0.8s ease;
}
.colorfull-section .white-part > div:hover, .colorfull-section .gray-part > div:hover, .colorfull-section .white-part > div:hover, .colorfull-section .circle-part > div:hover, .colorfull-section .new-gray-part > div:hover, .colorfull-section > div > div:hover  {
    border-radius: 0px !important;
}
.colorfull-section .gray-part > div {
    border-top-left-radius: 200px;
	justify-content: end;
}
.colorfull-section .new-gray-part > div {
	justify-content: end;
	transition: all 0.8s ease;
}
.colorfull-section .dark-part .client-innerlight-para p {
    color: var(--main-color);
    font-size: 16px;
    font-family: var(--second-font) !important;
    line-height: 24px;
    font-weight: 400;
}
.colorfull-section .gray-part .client-paragraph p {
    letter-spacing: -1px;
    font-size: 27px;
    line-height: 34px;
    font-family: var(--second-font) !important;
    font-weight: 400;
}
.colorfull-section .circle-part > div {
    border-radius: 100px;
	transition: all 0.8s ease;
}
.new-gray-part .client-paragraph p {
    font-size: 17px;
    line-height: 24px;
    font-family: var(--second-font) !important;
}
.new-white-part .client-innerlight-para p {
    color: var(--main-color);
    font-size: 20px;
    line-height: 27px;
    font-family: var(--second-font) !important;
}
.new-white-part > div {
	justify-content: center;
}
.counter-section {
    color: var(--main-color);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: end;
    height: 100%;
}
.counter-section .count-number p {
    line-height: 100px;
    font-size: 90px;
    letter-spacing: -3px;
}
.counter-section .simple-text p {
    font-size: 17px;
    font-family: var(--second-font) !important;
    text-align: end;
}
.white-part .wpb_wrapper .wpb_raw_code.wpb_raw_html, .white-part .wpb_wrapper, .circle-part .wpb_wrapper .wpb_raw_code.wpb_raw_html, .circle-part .wpb_wrapper, .new-blue-part .wpb_wrapper .wpb_raw_code.wpb_raw_html, .new-blue-part .wpb_wrapper {
    height: 100%;
}
.counter-section.left-side {
    align-items: baseline;
}
.counter-section.left-side .simple-text p {
    text-align: left;
}
.counter-section.euro-part .count-number p {
    font-size: 50px;
    line-height: 60px;
    color: #fff;
    font-weight: 400;
}
.counter-section.euro-part .simple-text p {
    color: #fff;
    font-size: 17px;
    font-family: var(--second-font) !important;
    text-align: left;
}
.counter-section.euro-part {
    align-items: baseline;
}
.new-gray-part > div {
    border-top-left-radius: 200px;
}
.new-white-part > div {
    border-top-right-radius: 200px;
    border-bottom-right-radius: 200px;
}
.mb-151 {
    margin-bottom: 151px !important;
}
h3.review-heading {
    font-size: 60px;
    color: var(--main-color);
    line-height: 70px;
    letter-spacing: -2px;
    font-weight: 400;
}
.review-para p {
    font-size: 18px;
    color: var(--main-color);
    line-height: 27px;
    font-family: var(--second-font) !important;
}
.review-btnn a {
    width: 100%;
    background: transparent !important;
    color: var(--main-color) !important;
    border: 1px solid var(--main-color) !important;
    font-size: 17px !important;
    font-family: var(--second-font) !important;
    height: 100%;
    display: flex !important;
    justify-content: center;
    align-items: center;
    border-radius: 100px !important;
	background-color: var(--light-cream) !important;
	padding: 0px !important;
    padding-right: 30px !important;
}
.review-btnn {
    max-width: 268px;
    width: 100%;
    height: 74px;
}
h4.review-company-heading {
    font-size: 20px;
    color: var(--gold-dark);
    font-weight: 400;
    line-height: 100%;
	margin-bottom: 10px !important;
}
.review-company-title p {
    font-size: 16px;
    color: var(--gold-dark);
    line-height: 100%;
    font-weight: 400;
}
.review-content p {
    color: var(--main-color);
    font-size: 14.5px;
    line-height: 24px;
    font-family: var(--second-font) !important;
    padding-top: 20px;
}
/* .flex-part > div.review-box {
    background: #fff;
    padding: 56px 34px;
} */
.flex-part > div.review-box {
    background: url(/wp-content/uploads/2025/06/Subtract-1.png);
    padding: 35px;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.review-btnn a::before {
    content: '';
    background: url(/wp-content/uploads/2025/06/button-icon.svg);
    width: 20px;
    height: 22px;
    position: absolute;
    right: 60px;
}
#clients-live::before {
    content: '';
    position: absolute;
    background: url(/wp-content/uploads/2025/06/client-live-before.svg);
    bottom: 24px;
    width: 803px;
    height: 868px;
    background-repeat: no-repeat;
}
.image-section .footer-img img {
    height: 689px !important;
    width: 495px !important;
}
.footer-divide .image-section {
    width: 100% !important;
    max-width: 495px;
}
.footer-divide {
    gap: 62px;
    flex-wrap: nowrap !important;
}
.footer-divide .form-section {
    max-width: 816px;
    width: 100%;
}
.footer-divide .form-section h4.footer-heading, .footer-divide .form-section h4.footer-headingss {
    font-size: 70px;
    line-height: 70px;
    font-weight: 400;
    letter-spacing: -2px;
}
.footer-divide .form-section h4.footer-headingss {
    padding-left: 185px;
}
.footer-para {
    padding-left: 190px;
	position: relative;
}
.footer-para p {
    line-height: 27px;
    font-size: 18px;
    font-family: var(--second-font) !important;
    padding-top: 30px;
    max-width: 626px;
    width: 100%;
    font-weight: 400;
	padding-bottom: 30px;
}
.footer-para::before {
    left: 0;
    content: '';
    background: url(/wp-content/uploads/2025/06/get-touch.svg);
    position: absolute;
    width: 131px;
    height: 131px;
    bottom: -100px;
	animation: spin 10s linear 0s infinite normal;
}
.contact-us {
    padding-left: 190px;
}
.contact-us .form-group {
    display: flex;
    flex-wrap: wrap;
    gap: 20px 10px;
}
.contact-us .form-group p {
    max-width: calc((100% - 10px) / 2);
	width: 100%;
}
.contact-us .form-group input, .contact-us .form-group select {
    border-radius: 14px;
    border: none;
    height: 75px;
    margin: 0px;
    width: 100%;
    padding-left: 31px;
	margin-top: 5px;
	font-family: var(--second-font) !important;
	background: #fff;
	color: var(--main-color);
}
.contact-us .form-group input:focus, .contact-us .form-group select:focus, .contact-us .textarea textarea:focus {
    outline: none;
}
.contact-us .form-group p label span.required, .contact-us p label span.required {
    color: var(--light-gold);
}
.contact-us .form-group p label {
    font-size: 17px;
    font-weight: 400;
}
.contact-us .form-group input::placeholder, .contact-us .textarea textarea::placeholder {
    color: var(--main-color);
    opacity: 50%;
}
.contact-us .textarea textarea {
    border-radius: 14px;
    border: none;
    margin: 0px;
    height: 101px;
    width: 100%;
    padding-left: 31px;
    margin-top: 5px;
    font-family: var(--second-font) !important;
    background: #fff;
    resize: none;
	color: var(--main-color);
}
.contact-us .textarea {
    padding-top: 20px;
}
.checkbox-button {
    display: flex;
    justify-content: space-between;
    padding-top: 15px;
}
.checkbox-button .submit-btnn input.footer-btnn {
    width: 100%;
    background: transparent !important;
    color: var(--light-cream) !important;
    font-family: var(--second-font) !important;
    font-weight: 400;
    border: 1px solid var(--light-cream) !important;
    border-radius: 50px;
    height: 74px;
	padding: 0px;
	padding-right: 35px !important;
}
.checkbox-button .checkbox span.wpcf7-list-item.first.last label input[type="checkbox"] {
    width: 16px;
    height: 16px;
    border: 1px solid #FBB676 !important;
    background: transparent;
    border-radius: 2px !important;
	margin-right: 15px;
}
.checkbox-button .checkbox span.wpcf7-list-item.first.last label {
    display: flex;
}
.checkbox-button .checkbox span.wpcf7-list-item.first.last label span.wpcf7-list-item-label {
    font-size: 14px;
    color: #fff;
    font-family: var(--second-font) !important;
    font-weight: 400;
    line-height: 18px;
    max-width: 230px;
    width: 100%;
	margin-top: -5px;
}
.wpcf7-response-output {
    margin-left: 190px !important;
    margin-right: 0px !important;
    font-size: 14px;
    font-family: var(--second-font) !important;
	border-color: var(--light-cream) !important;
}
.checkbox-button .submit-btnn input.footer-btnn:focus, .checkbox-button .checkbox span.wpcf7-list-item.first.last label input[type="checkbox"]:focus {
    outline: none;
}
.checkbox-button .checkbox span.wpcf7-list-item.first.last label input[type="checkbox"]:checked {
    background: #FAB474 !important;
}
.checkbox-button .checkbox span.wpcf7-list-item.first.last label input[type="checkbox"]::after {
	display: none;
}
.contact-us .form-group p label br, .contact-us .textarea label br {
    display: none;
}
span.wpcf7-not-valid-tip {
    font-size: 14px;
    font-family: var(--second-font) !important;
}
span.wpcf7-list-item.first.last {
    margin: 0px;
}
.checkbox-button .submit-btnn p span.wpcf7-spinner {
    position: absolute;
}
.checkbox-button .submit-btnn {
    max-width: 299px;
    width: 100%;
}
footer#colophon {
    background: #E5DAD2 !important;
    margin: 0px;
    width: 100%;
    max-width: 100%;
    padding: 0px;
}
footer#colophon .footer-container {
    max-width: 1334px;
    margin: 0 auto;
    width: 100%;
    padding-top: 140px;
    padding-bottom: 20px;
}
footer#colophon .footer-container .site-info .footer-left-right-section {
    display: flex;
    justify-content: space-between;
    gap: 30px;
	padding-bottom: 90px;
}
footer#colophon .footer-container .site-info .footer-left-right-section .footer-bottom-left {
    width: 100%;
    max-width: 650px;
}
footer#colophon .footer-container .site-info .footer-left-right-section .footer-bottom-right {
    max-width: 674px;
    width: 100%;
	display: flex;
    justify-content: end;
	align-items: end;
}
footer#colophon .footer-container .site-info .footer-left-right-section .footer-bottom-left h5 {
    font-size: 50px;
    line-height: 60px;
    font-weight: 400;
    color: var(--main-color);
    letter-spacing: -2px;
	padding: 0px;
}
footer#colophon .footer-container .site-info .footer-left-right-section .footer-bottom-right p {
    font-size: 50px;
    line-height: 60px;
    color: var(--gold-dark);
    letter-spacing: -2px;
}
footer#colophon .footer-container .site-info img {
    padding-bottom: 40px;
}
footer#colophon .footer-container .site-info h5 {
    font-size: 28px;
    line-height: 37px;
    color: var(--main-color);
    font-weight: 400;
    letter-spacing: -1px;
	padding-bottom: 20px;
}
.footer-information {
	padding-bottom: 126px;
	max-width: 315px;
    width: 100%;
}
.footer-information a {
    color: var(--grey-color);
    text-decoration: none;
    font-size: 19px;
    font-family: var(--second-font) !important;
    display: block;
    font-weight: 400;
	line-height: 100%;
}
.footer-information a:not(:last-child) {
    margin-bottom: 19px;
}
.footer-information a:focus {
    background: transparent !important;
    color: var(--grey-color) !important;
}
.footer-menus {
    border-top: 2px solid var(--main-color);
    padding-top: 20px;
	display: flex;
    justify-content: space-between;
    gap: 30px;
}
.footer-menus .menus-left ul {
    padding: 0px;
	display: flex;
	gap: 15px;
}
.footer-menus .menus-left ul li {
    list-style-type: none;
	line-height: 100%;
	display: flex;
	align-items: center;
}
.footer-menus .menus-left ul li a {
    font-family: var(--second-font) !important;
    color: var(--main-color);
    font-size: 15px;
    line-height: 100%;
    font-weight: 400;
	text-decoration: none;
	position: relative;
}
.footer-menus .policy-section a {
    font-size: 15px;
    color: var(--main-color);
    text-decoration: none;
    font-family: var(--second-font) !important;
	position: relative;
}
.footer-menus .policy-section {
    display: flex;
    gap: 15px;
}
.footer-menus .menus-left ul li a:focus, .footer-menus .policy-section a:focus {
    background: transparent !important;
    color: var(--main-color) !important;
}
footer#colophon .footer-container .site-info img.social {
    padding: 0px;
}
.checkbox-button .submit-btnn p::before {
    content: '';
    background: url(/wp-content/uploads/2025/06/button-icon.svg);
    width: 20px;
    height: 22px;
    position: absolute;
    right: 55px;
    top: 28px;
}
.checkbox-button .submit-btnn p {
    position: relative;
}
.video-btnn p {
    width: 100%;
    height: 100%;
    border: none;
    background: var(--light-cream) !important;
    border-radius: 100px;
    color: var(--main-color) !important;
    font-family: var(--second-font) !important;
    font-size: 17px;
    line-height: 100%;
    font-weight: 400;
    padding: 0px !important;
	display: flex;
    justify-content: center;
    align-items: center;
	transition: all 0.5s ease;
}
.video-btnn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 145px;
    height: 52px;
	cursor: pointer;
}
.video-btnn p img {
    padding-left: 15px;
}
video {
    object-position: 83% 100%;
}
.video-btnn p:hover {
    background: #fff !important;
}
/* .circle-custom-code {
    position: absolute;
    top: 50%;
    transform: translate(0%, -50%);
    max-width: 550px;
    width: 100%;
}
.circle-custom-code .tab-content {
    max-width: 376px;
    margin: 0 auto !important;
}
.circle-custom-code .tab-content h5 {
    font-size: 50px;
    line-height: 60px;
    color: var(--main-color);
    letter-spacing: -2px;
    font-weight: 400;
    text-align: center;
}
.circle-custom-code .tab-content p {
    font-size: 15px;
    line-height: 24px;
    color: var(--main-color);
    text-align: center;
    font-family: var(--second-font) !important;
    margin-top: 30px;
} */
.banner-custom-btnn a {
  position: relative;
  overflow: hidden;
  z-index: 1;
  background-color: #ccc; 
  color: #000;
  transition: color 0.8s ease !important;
}
.banner-custom-btnn a::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: -1;
  transition: left 0.8s ease;
}
.banner-custom-btnn a:hover::before {
  left: 0;
}
.get-in-touch a, .review-btnn a {
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.get-in-touch a::after, .review-btnn a::after {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: var(--main-color);
  z-index: -1;
  transition: left 0.8s ease;
}
.get-in-touch a:hover::after, .review-btnn a:hover::after {
  left: 0;
}
.get-in-touch a:hover, .review-btnn a:hover {
  color: #fff !important;
}
.talk-to-us a {
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.talk-to-us a::after {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: -1;
  transition: left 0.8s ease;
}
.talk-to-us a:hover::after {
  left: 0;
}
.talk-to-us a:hover {
  color: var(--main-color) !important;
}
.checkbox-button .submit-btnn p {
  position: relative;
  overflow: hidden;
  z-index: 1;
  border-radius:50px;
}
.checkbox-button .submit-btnn p::after {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: var(--light-cream);
  z-index: -1;
  transition: left 0.8s ease;
}
.checkbox-button .submit-btnn p:hover::after {
  left: 0;
}
.checkbox-button .submit-btnn p:hover input {
  color: var(--main-color) !important;
}

/* circular-section */
.circle-tabs {
    position: relative;
    width: 506px;
    height: 506px;
    margin: 0px;
    border-radius: 50%;
    background: var(--light-cream);
    border: 1px solid var(--light-gold);
}
.tab-btn {
    position: absolute;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: var(--gold-dark);
    color: var(--light-cream);
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: background 0.3s;
	font-size: 28px;
    line-height: 37px;
    font-weight: 400;
	z-index: 1;
}
.circle-tab-section {
    margin-top: 100px;
}
.circle-tabs::before {
    content: '';
    background: transparent;
    width: 550px;
    height: 550px;
    border: 1px solid var(--gold-dark);
    position: absolute;
    border-radius: 50%;
    left: -22px;
    top: -22px;
}
.tab-btn::before {
    content: '';
    width: 80px;
    height: 80px;
    position: absolute;
    border: 1px solid var(--gold-dark);
    border-radius: 50%;
}
.tab-btn.active::after {
    background: url(/wp-content/uploads/2025/06/circle-before-img.svg);
    background-repeat: no-repeat;
    background-size: unset;
    width: 68px;
    height: 73px;
    z-index: -1;
    content: '';
    position: absolute;
}
.tab-btn.active {
    background: transparent;
}
.tab-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    max-width: 376px;
    width: 100%;
}
.tab-content h2 {
    font-size: 50px;
    color: var(--main-color);
    margin: 0;
    line-height: 60px;
    font-weight: 400;
	letter-spacing: -2px;
}
.tab-content p {
    font-size: 15px;
    font-weight: 400;
    color: var(--main-color);
    line-height: 24px;
    font-family: var(--second-font) !important;
    margin-top: 30px;
}
/* circular-section */

header.entry-header.alignwide {
    display: none;
}
#privacy-policy h1, #privacy-policy h2, #privacy-policy h3, #privacy-policy h4, #privacy-policy h5, #privacy-policy h6 {
    margin-bottom: 10px !important;
}
#privacy-policy p {	
    font-size: 18px;
    font-weight: 400;
    font-family: var(--second-font) !important;
    line-height: normal;
	margin-bottom: 15px !important;
}
#privacy-policy ul li {	
    font-size: 18px;
    font-weight: 400;
    font-family: var(--second-font) !important;
    line-height: normal;
}
#privacy-policy ul {
    padding-left: 25px;
}
#privacy-policy {
    padding-bottom: 50px;
}
.footer-menus .menus-left ul li a:hover, .footer-menus .policy-section a:hover, .footer-menus .menus-left ul li a:focus, .footer-menus .policy-section a:focus {
    background: linear-gradient(to bottom, #C46833 60%, #FBB676 100%, #C46833 100%) !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    background-clip: text;
    color: transparent;
}
.footer-menus .menus-left ul li:not(:last-child) a::before {
    transition: all ease-in-out .2s;
    height: 2px;
    width: 0;
    background: linear-gradient(to bottom, #C46833 60%, #FBB676 100%, #C46833 100%);
    content: '';
    bottom: -6px;
    left: 0;
}
.footer-menus .policy-section a:before {
    transition: all ease-in-out .2s;
    height: 2px;
    width: 0;
    background: linear-gradient(to bottom, #C46833 60%, #FBB676 100%, #C46833 100%);
    content: '';
    bottom: -1px;
    left: 0;
}
.footer-menus .menus-left ul li:not(:last-child) a:hover::before, .footer-menus .policy-section a:hover::before {
    content: '';
    position: absolute;
    width: 100%;
}
.footer-menus .menus-left ul li:last-child a:focus img {
    outline: none !important;
}
.primary-menu-container ul#primary-menu-list li:not(:last-child) a:before {
    transition: all ease-in-out .2s;
    height: 2px;
    width: 0;
    background: #fff;
    content: '';
    bottom: 7px;
    left: 0;
}
.primary-menu-container ul#primary-menu-list li:not(:last-child) a:hover::before {
    content: '';
    position: absolute;
    width: 100%;
}
.footer-information a:hover {
    background: linear-gradient(to bottom, #C46833 60%, #FBB676 100%, #C46833 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
}
.footer-information a:last-child {
    padding-bottom: 10px;
}
.tab-btn.active + div::before {
    animation: glowing 0.9s infinite;
}
@keyframes glowing {
  0% { box-shadow: 0 0 -20px var(--gold-dark); }
  40% { box-shadow: 0 0 20px var(--gold-dark); }
  60% { box-shadow: 0 0 20px var(--gold-dark); }
  100% { box-shadow: 0 0 -20px var(--gold-dark); }
}
.dyna-video .testimonial-wrapper {
    display: flex;
    gap: 34px;
    flex-wrap: wrap;
}
.dyna-video .testimonial-wrapper .testimonials-items {
    max-width: calc((100% - 102px) / 4);
	width: 100%;
}
#service-banner-section h1.header-banner-heading {
    font-size: 140px;
    line-height: 128px;
    margin: 0px;
    letter-spacing: -7px;
    background: linear-gradient(to bottom, #C46833 0%, #FBB676 50%, #C46833 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
	max-width: 456px;
    width: 100%;
}
#service-banner-section::before {
    content: '' !important;
    background: url(/wp-content/uploads/2026/06/one.png);
    width: 703px;
    height: 622px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom;
    position: absolute;
    right: 0;
	z-index: 9;
}
.service-part {
    padding: 0px;
}
.service-part::before {
	display: none;
}
.padding-left-service {
    padding-left: 340px;
}
body.custom-background .entry-content {
    margin: 0px;
}
#coaching-accordions h3.accodion-left-heading {
    font-size: 90px;
    line-height: 100px;
    font-weight: 400;
    letter-spacing: -4px;
}
.accordion-image {
    width: 475px;
    height: 475px;
/*     margin-top: 146px; */
	position: absolute;
    bottom: 0;
}
.accordion-image figure.wpb_wrapper.vc_figure .vc_single_image-wrapper.vc_box_border_grey {
    height: 100%;
	width: 100%;
}
.accordion-image figure.wpb_wrapper.vc_figure {
    height: 100%;
	width: 100%;
}
.accordion-image figure.wpb_wrapper.vc_figure .vc_single_image-wrapper.vc_box_border_grey img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
}
.accordion-image::before {
    content: '';
    position: absolute;
    background: url(/wp-content/uploads/2025/07/coaching-before.svg);
    width: 130px;
    height: 130px;
    background-size: cover;
	top: -60px;
    right: -60px;
    animation: spin 10s linear 0s infinite normal;
}
.border-right-full {
    border-right: 1px solid var(--light-gold);
}
#accordion-section .vc_tta-panel-heading, #accordion-section .vc_tta-panel-body {
    background: transparent;
    border: none;
	padding: 0px;
}
#accordion-section .vc_tta-panel-heading h4 a {
    font-size: 60px;
    line-height: 70px;
    color: #fff;
    font-weight: 400;
    letter-spacing: -2px;
    padding: 0px;
}
#accordion-section .accordion-heading.vc_active .vc_tta-panel-heading h4 a {
	margin-bottom: 40px;
}
#accordion-section .vc_tta-panel-body .accordion-buttons p {
    display: inline-block;
    border: 1px solid var(--light-cream);
    border-radius: 50px;
    padding: 15px 35px;
    font-size: 17px;
    line-height: 100%;
    color: var(--light-cream);
	font-family: var(--second-font) !important;
}
#accordion-section .vc_tta-panel-body .accordion-buttons {
    margin-bottom: 30px !important;
}
#accordion-section .vc_tta-panel-heading h4 a:focus {
    background-color: transparent;
}
#accordion-section .vc_tta-panel-body .accordion-buttons .wpb_wrapper {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}
#accordion-section .vc_tta-panel-body .accordion-para p {
    font-size: 18px;
    line-height: 27px;
    font-family: var(--second-font) !important;
	font-weight: 400;
	letter-spacing: -1px;
}
#accordion-section .vc_tta-panels-container .vc_tta-panels .accordion-heading {
	padding: 50px 53px;
    border-bottom: 1px solid var(--light-gold);
	padding-right: 0px;
}
#accordion-section .vc_tta-panel-heading h4 a i {
    display: none;
}
#accordion-section .vc_tta-panels-container .vc_tta-panels .accordion-heading:first-child {
    padding-top: 0px;
}
#accordion-section .vc_tta-panels-container .vc_tta-panels .accordion-heading:last-child , #accordion-section .vc_tta-panels-container .vc_tta-panels .accordion-heading:nth-last-child(2) {
    border: none;
}
#accordion-section .vc_tta-panels-container .vc_tta-panels .accordion-heading:last-child {     display: none; }
#accordion-section .vc_tta-container {
    margin: 0px;
}
.accordion-three-part-para p {
    font-size: 15px;
    line-height: 24px;
}
h4.accordion-three-part-head {
    font-size: 20px;
    line-height: 100%;
    margin-bottom: 19px !important;
	font-weight: 400;
}
h3.review-two-part-heading {
    font-size: 28px;
    line-height: 37px;
    letter-spacing: -1px;
    font-weight: 400;
}
.review-two-subpara p {
    font-size: 20px;
    line-height: 100%;
    color: var(--light-cream);
    padding-top: 15px;
    padding-bottom: 20px;
}
.review-two-para p {
    font-size: 24px;
    line-height: 30px;
    font-family: var(--second-font) !important;
    font-weight: 400;
}
#service-banner-section h1.banner-founder-page-heading{
    max-width:536px 
}
.founder-page-before-image:before {
    height: 740px !important;
    background: url(https://rjdpeopledevelopment.com/wp-content/uploads/2026/05/Mask-group-4.png) !important;
	background-repeat: no-repeat !important;
    background-size: cover !important;
}
.different-heading-text p.founder-page-second-para {
    padding-left: 228px;
}
.padding-left-service p.founder-page-bold-para {
    font-size: 28px;
    line-height: 37px;
    padding-bottom: 27px;
	font-family: var(--first-font) !important;
}
p.founder-page-custom-para {
    font-weight: 400;
    font-size: 90px;
    line-height: 100px;
    letter-spacing: -5px;
}
p.founder-page-custom-para span {
    color: #FBB676;
}
.max-width-row {
    max-width: 650px;
}
.developing-manager-video-row {
    position: absolute;
    max-width: 48%;
	width:100%;
	height: 500px;
    right: 0;
    top: 55%;
    bottom: 50%;
    transform: translateY(-50%);
}

.video-wraper-founder {
    padding-bottom: 56%;
    position: relative;
}
.video-wraper-founder video {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    object-position: unset !important;
}

section#developing-manager-sec {
    position: relative;
}
.founder-page-video-play-section {
    height: 100% !important;
}
.leadership-accordion a, .leadership-accordion .accordion-para p, .leadership-accordion h4.accordion-three-part-head, .leadership-accordion .accordion-three-part-para p, .leadership-accordion h3.review-two-part-heading, .leadership-accordion .review-two-para p {
    color: var(--main-color) !important;
} 
.leadership-accordion .review-two-subpara p {
	color: var(--light-gold) !important;
}
.leadership-accordion .accordion-buttons p {
	color: var(--main-color) !important;
	border-color: var(--main-color) !important;
}
#main-color a {
    border-color: var(--main-color) !important;
    color: var(--main-color) !important;
}
#main-color a::after {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: var(--main-color);
  z-index: -1;
  transition: left 0.8s ease;
}
#main-color a:hover::after {
    left: 0;
}
#main-color a:hover {
    color: #fff !important;
}
.leadership::before {
    content: '';
    position: absolute;
    background: url(/wp-content/uploads/2025/07/leader.png);
    width: 130px;
    height: 130px;
    background-size: cover;
    top: -60px;
    right: -60px;
    animation: spin 10s linear 0s infinite normal;
}
.consult::before {
    content: '';
    position: absolute;
    background: url(/wp-content/uploads/2025/07/consult.png);
    width: 130px;
    height: 130px;
    background-size: cover;
    top: -60px;
    right: -60px;
    animation: spin 10s linear 0s infinite normal;
}
.customer::before {
    content: '';
    position: absolute;
    background: url(/wp-content/uploads/2025/07/custom-experience.png);
    width: 130px;
    height: 130px;
    background-size: cover;
    top: -60px;
    right: -60px;
    animation: spin 10s linear 0s infinite normal;
}
.manager-para p {
    color: var(--main-color);
    font-size: 28px;
    line-height: 37px;
    margin-top: 40px;
    letter-spacing: -1px;
}
#core-manager::before {
    content: '';
    position: absolute;
    background: url(/wp-content/uploads/2025/07/circle-image.png);
    width: 582px;
    height: 582px;
    right: -40px;
    background-size: cover;
    background-repeat: no-repeat;
/*     top: 75px; */
	top: 50%;
    transform: translateY(-50%);
}
#service-banner-section::after {
    content: '';
    position: absolute;
    width: 741px;
    background: url(/wp-content/uploads/2025/07/service-icon.svg);
    height: 80px;
    right: 0;
    z-index: 9;
    margin-top: 11px;
    background-repeat: no-repeat;
    background-size: contain;
}
section#developing-manager-sec:before {
    content: "";
    position: absolute;
    background-image: url("/wp-content/uploads/2025/07/Vector-1.png");
    width: 589px;
    height: 886px;
    top:-110px;
    background-repeat:no-repeat;
    right: 0;
}
#high-coaching {
    z-index: 0 !important;
}
p.founder-page-small-para {
    font-family: var(--second-font) !important;
    letter-spacing: -1px;
}
.developing-manager-video-row > div, .developing-manager-video-row > div > div, .developing-manager-video-row > div > div > div, .developing-manager-video-row > div > div > div> div, .developing-manager-video-row > div > div > div> div .wpb_wrapper {
    height: 100%;
}
section#developing-manager-sec {
    overflow: visible;
}
.footer-menus .menus-left ul li a:hover img.hover-view {
    display: block;
    padding-bottom: 0px !important;
}
.footer-menus .menus-left ul li a:hover img.social {
    display: none;
}
.footer-menus .menus-left ul li a img.hover-view {
    display: none;
}
.primary-menu-container ul#primary-menu-list li.current-menu-item:not(:last-child) a:after {
    content: '';
    position: absolute;
    width: 100%;
    transition: all ease-in-out .2s;
    height: 2px;
    width: 0;
    background: #fff;
    content: '';
    bottom: 7px;
    left: 0;
    width: 100%;
}
.primary-menu-container ul#primary-menu-list li.current-menu-item:not(:last-child) a {
	text-decoration: none;
}




.text-black{
	color:#040e3c !important;
}
.serivce-core-para {
    max-width: 50%;
    margin-top: 20px;
}

.service-banner-section h1.header-banner-heading {
    max-width: 46% !important;
}

.service-banner-para {
    max-width: 48%;
    padding-bottom: clamp(30px, calc(1.875rem + ((1vw - 5.76px) * 17.3611)), 180px) !important;
}
.serivce-core-para p {
    margin-bottom: 12px;
    font-size: 18px;
    line-height: 27px;
}
.help-para .wpb_wrapper p {
    margin-bottom: 8px;
}
.foundersec-top-para p {
    margin-bottom: 10px;
}

@media screen and (min-width:1519px) {
#footer-form {
    padding-right: 20px;
}
.footer-divide .form-section {
    margin: 0 auto;
}
}











@media screen and (max-width:1440px) {
#coaching-accordions #max-width {
    margin: 0px;
    max-width: 100%;
}
#coaching-accordions h3.accodion-left-heading, #coaching-accordions #max-width .border-right-full .vc_column-inner .wpb_wrapper .talk-to-us {
    margin-left: 53px;
}
#accordion-section .vc_tta-panels-container .vc_tta-panels .accordion-heading {
    padding-right: 53px;
}

}










@media screen and (max-width:1400px) {
header#masthead, #gradient-banner-section, #high-coaching, #unlock-potential, #approach-coaching, #result-section, #clients-live, footer#colophon, #privacy-policy {
    padding-left: 20px !important;
    padding-right: 20px !important;
}
#footer-form .footer-divide {
    padding-right: 20px;
}
#service-banner-section #inner-section {
    padding-left: 20px;
}
#service-banner-section #inner-section .vc_column-inner {
    padding: 0px;
}
#coaching-accordions h3.accodion-left-heading, #coaching-accordions #max-width .border-right-full .vc_column-inner .wpb_wrapper .talk-to-us {
	margin-left: 0px;
	padding-left: 30px;
}
#service-banner-section {
    margin: 0px;
}
#service-banner-section .vc_column_container>.vc_column-inner {
    padding: 0px;
}
#core-manager {
    padding-left: 20px;
    padding-right: 20px;
}
section#developing-manager-sec {
	padding: 100px 20px !important;
}

}




@media screen and (max-width:1350px) {
#things-value #max-width {
    padding-left: 20px;
    padding-right: 20px;
    margin: 0px;
}
#service-banner-section .vc_column_container>.vc_column-inner {
	padding: 0px 20px;
}
.developing-manager-video-row {
	max-width: 600px;
	height: 400px;
}
p.founder-page-custom-para {
	font-size: 80px;
	line-height: 90px;
}
.mobile-margin-decrease {
	margin-bottom:20px
}
.founder-page-small-heading{
	font-size: 25px !important;
	line-height: 32px !important;
}

}








@media screen and (max-width:1250px) {
#gradient-banner-section #inner-section h1.header-banner-heading {
    font-size: 120px;
    line-height: 120px;
    margin-bottom: 30px !important;
}
.banner-para p {
    padding-bottom: 40px;
}
#high-coaching, #unlock-potential, #things-value, #result-section, #footer-form {
    padding-top: 100px !important;
    padding-bottom: 100px !important;
}
footer#colophon .footer-container {
	padding-top: 100px !important;
}
#clients-live {
	padding-bottom: 100px !important;
}
/* .video-play-section {
    height: 400px !important;
} */
.checkbox-button {
    align-items: center;
}
.different-heading-text p {
    font-size: 80px;
    line-height: 70px;
}
#high-coaching .video-section-heading {
	margin-bottom: 10px !important;
	margin-top: 30px !important;
}
.flex-part {
    gap: 20px;
}
.flex-part > div {
    max-width: calc((100% - 60px) / 4);
}
#unlock-potential h2.unlock-heading {
    font-size: 80px;
    line-height: 70px;
    margin-bottom: 30px !important;
}
.design-border {
    padding: 40px;
}
#things-value h2.value-heading {
    font-size: 80px;
    line-height: 70px;
    margin-bottom: 60px !important;
}
h2.custom-heading {
    font-size: 60px;
    line-height: 70px;
    padding-bottom: 50px;
}
h3.result-heading {
    font-size: 40px;
    line-height: 50px;
}
.result-para p {
    padding-top: 20px;
}
.result-points p {
    padding-top: 20px;
}
#clients-live .live-heading h3 {
    font-size: 80px;
    line-height: 70px;
}
.different-heading-text p.second-para {
    padding-left: 130px;
}
.different-heading-text p.third-para {
    padding-left: 270px;
}
.footer-divide .form-section h4.footer-headingss {
    padding-left: 0px;
}
.footer-divide {
    gap: 30px;
}
.footer-para {
    padding-left: 0px;
}
.contact-us {
    padding-left: 0px;
}
.footer-para::before {
    right: 0;
    bottom: 100px;
	left: unset;
}
footer#colophon .footer-container .site-info .footer-left-right-section .footer-bottom-left h5 {
    font-size: 40px;
    line-height: 50px;
}
footer#colophon .footer-container .site-info .footer-left-right-section .footer-bottom-right p {
    font-size: 40px;
    line-height: 50px;
}
footer#colophon .footer-container .site-info .footer-left-right-section {
    padding-bottom: 70px;
}
.footer-information {
    padding-bottom: 50px;
}
.footer-divide .form-section h4.footer-heading, .footer-divide .form-section h4.footer-headingss {
    font-size: 60px;
    line-height: 60px;
}
.checkbox-button .submit-btnn input.footer-btnn {
    height: 60px;
	padding-right: 30px !important;
}
.checkbox-button .submit-btnn {
    max-width: 250px;
}
.checkbox-button .submit-btnn p::before {
    width: 17px;
    height: 17px;
    right: 35px;
    top: 25px;
    background-size: contain;
    background-repeat: no-repeat;
}
.counter-section .count-number p {
    font-size: 70px;
	line-height: 70px;
}
.colorfull-section .gray-part .client-paragraph p {
    font-size: 20px;
    line-height: 27px;
}
.colorfull-section > div > div {
    padding: 30px !important;
}
#things-value {
	padding-bottom: 0px !important;
}
.wpcf7-response-output {
    margin-left: 0px !important;
}
#service-banner-section h1.header-banner-heading {
    font-size: 120px;
/*     line-height: 100px; */
	padding-bottom: 100px !important;
}
#service-banner-section::before {
    width: 500px;
    height: 400px;
}
#service-banner-section::after {
    width: 520px;
    height: 50px;
}
#coaching-accordions h3.accodion-left-heading, #coaching-accordions #max-width .border-right-full .vc_column-inner .wpb_wrapper .talk-to-us {
	margin-left: 0px;
	padding-left: 20px;
}
#accordion-section .vc_tta-panels-container .vc_tta-panels .accordion-heading {
    padding: 40px 40px;
}
#accordion-section .vc_tta-panels-container .vc_tta-panels .accordion-heading:first-child {	
	padding-right: 40px;
}
#coaching-accordions h3.accodion-left-heading {
    font-size: 80px;
    line-height: 90px;
}
#accordion-section .vc_tta-panel-heading h4 a {
    font-size: 50px;
    line-height: 60px;
}
#accordion-section .accordion-heading.vc_active .vc_tta-panel-heading h4 a {
    margin-bottom: 30px;
}
.founder-page-before-image:before {
	height: 410px !important;
	background-size: contain !important;
	background-repeat: no-repeat !important;
}

}






@media screen and (max-width:1200px) {
#flex-direction-part {
    flex-direction: column;
	gap: 80px;
	padding-bottom: 100px;
}
.circle-tab-section {
    margin: 0px;
    padding: 0px !important;
	width: 100%;
}
.value-bg-part {
    width: 100%;
}
.circle-tabs {
    margin: 0 auto;
}
.dyna-video .testimonial-wrapper .testimonials-items {
    max-width: calc((100% - 68px) / 4);
    width: 100%;
}
video {
    object-position: top;
}

}



@media screen and (max-width:1199px){
.developing-manager-video-row{
	max-width: 500px;
	height: 350px;
}
.max-width-row{
	max-width:500px
}
p.founder-page-custom-para {
	font-size: 70px;
	line-height: 80px;
}
.founder-page-small-heading{
	font-size:22px !important;
	line-height:30px !important;
	margin-bottom:20px !important;
}

}






@media screen and (max-width:1100px) {
.different-heading-text {
    padding: 0px;
    text-align: center;
}
.different-heading-text p.second-para, .different-heading-text p.third-para {
    padding: 0px;
}
.width-content-para {
    padding-left: 0px;
	padding-top: 40px;
}
.width-content-para p {
    margin: 0 auto;
    text-align: center;
}
.get-in-touch {
    margin: 0px;
	max-width: 100%;
	display: block !important;
}
.get-in-touch a {
    margin: 0 auto;
    max-width: 268px;
}
.design-border {
	padding: 40px 30px;
}
.video-play-section video {
    object-position: top;
}
#clients-live .live-heading h3, #clients-live .live-heading h3.left-space {
    text-align: center;
    padding: 0px;
}
.talk-to-us a {
    margin: 30px 0px;
}
#clients-live .colorfull-section {
    margin-bottom: 0px !important;
}
#clients-live .flex-part {
    justify-content: center;
	margin-top: 100px;
}
#clients-live .flex-part > div {
    max-width: calc((100% - 40px) / 3);
}
.flex-part > div.review-box {
    padding: 40px;
}
.contact-us .form-group p {
    max-width: calc((100% - 0px) / 1);
    width: 100%;
}
.checkbox-button {
	align-items: unset;
	flex-direction: column;
	gap: 30px;
}
.checkbox-button .checkbox span.wpcf7-list-item.first.last label span.wpcf7-list-item-label {
    max-width: 100%;
	margin-top: -2px;
}
.image-section .footer-img img {
    width: 100% !important;
    height: 100% !important;
}
.new-gray-part .client-paragraph p, .counter-section .simple-text p, .counter-section.euro-part .simple-text p {
    font-size: 16px;
}
.new-white-part .client-innerlight-para p {
    font-size: 16px;
    line-height: 24px;
}
.colorfull-section .white-part > div, .colorfull-section .gray-part > div, .colorfull-section .circle-part > div, .colorfull-section > div > div {
    border-radius: 0px;
}
#service-banner-section ~ #high-coaching {
    padding-top: 160px !important;
}
#service-banner-section h1.header-banner-heading {
	font-size: 100px;
	line-height: 100px;
}
.service-banner-section .service-page-baner-webtext h1.header-banner-heading {
    padding-bottom: 30px !important;
}
	
#accordion-section >.vc_custom_1751955304276, #accordion-section >.vc_custom_1752035556780, #accordion-section >.vc_custom_1752035553644, #accordion-section >.vc_custom_1752035560987 {
    padding-top: 50px !important;
}
#accordion-section .vc_tta-panel-heading h4 a {
	font-size: 40px;
	line-height: 50px;
}
.border-right-full, #accordion-section {
    width: 100%;
}
.accordion-image {
    position: relative;
    margin-top: 80px;
}
.border-right-full >.vc_column-inner.vc_custom_1751955480333 {
    padding-top: 50px !important;
}
#accordion-section .vc_tta-panels-container .vc_tta-panels .accordion-heading {
	padding: 20px;
}
#accordion-section .vc_tta-panels-container .vc_tta-panels .accordion-heading:first-child {
	padding-right: 20px;
}
.different-heading-text p {
    letter-spacing: -3px;
}

}



@media screen and (max-width:1024px){
section#developing-manager-sec:before {
    display:none;
}
.developing-manager-video-row{
	position:unset;
	transform:unset;
	max-width: 100%;
	height: unset;
}
.max-width-row{
	max-width:100%;
	margin-bottom: 20px;
}

}






@media screen and (max-width:991px) {
.flex-part > div {
	max-width: calc((100% - 40px) / 3);
}
.flex-part {
	justify-content: center;
}
#gradient-banner-section #inner-section h1.header-banner-heading {
	font-size: 100px;
	line-height: 100px;
}
.different-heading-text p {
	font-size: 70px;
	line-height: 60px;
}
.get-in-touch, .review-btnn {
	height: 60px;
}
.get-in-touch a, .review-btnn a {
	max-width: 200px;
}
.get-in-touch a:before, .review-btnn a::before {
    width: 17px;
    height: 17px;
    right: 35px;
    top: 21px;
    background-size: contain;
    background-repeat: no-repeat;
}
#unlock-potential h2.unlock-heading {
	font-size: 70px;
	line-height: 60px;
}
.margin-80 {
    margin-top: 50px !important;
}
#unlock-potential::before {
    width: 500px;
    height: 500px;
    background-repeat: no-repeat;
    background-size: contain;
}
#approach-coaching::before {
    width: 350px;
    height: 350px;
    right: -80px;
    background-size: cover;
    background-repeat: no-repeat;
    bottom: 45px;
	top: unset;
}
#approach-coaching {
    padding-top: 100px !important;
    padding-bottom: 100px !important;
}
#approach-coaching h2.approach-heading {
    max-width: 600px;
    width: 100%;
    font-size: 50px;
    line-height: 60px;
}
#things-value h2.value-heading {
	font-size: 70px;
	line-height: 60px;
}
#clients-live .live-heading h3 {
	font-size: 70px;
	line-height: 60px;
}
#gradient-banner-section {
    padding-bottom: 100px;
}
.different-heading-text::before {
    bottom: 0px;
}
#clients-live .flex-part > div {
	max-width: calc((100% - 20px) / 2);
}
h3.review-heading {
	font-size: 50px;
	line-height: 50px;
	margin-bottom: 20px !important;
}
#clients-live .review-para {
	margin-bottom: 20px !important;
}
footer#colophon .footer-container .site-info .footer-left-right-section .footer-bottom-left h5, footer#colophon .footer-container .site-info .footer-left-right-section .footer-bottom-right p {
    font-size: 30px;
    line-height: 40px;
}
#footer-form .footer-divide {
	flex-direction: column;
	padding-left: 20px;
}
.footer-divide .image-section {
    max-width: 100%;
}
.image-section .footer-img img {
    height: 500px !important;
    width: 400px !important;
    object-fit: cover;
    object-position: top;
}
.footer-divide .form-section {
    max-width: 100%;
}
.contact-us .form-group p {
	max-width: calc((100% - 10px) / 2);
	width: 100%;
}
#clients-live .colorfull-section > div {
    width: 50%;
}
#clients-live .colorfull-section {
    margin-bottom: 20px !important;
}
#core-manager {
	padding: 100px 20px !important;
}
#core-manager::before {
    width: 350px;
    height: 350px;
}
#coaching-accordions h3.accodion-left-heading {
	font-size: 70px;
	line-height: 80px;
}
#service-banner-section::before {
	width: 400px;
	height: 350px;
}
#service-banner-section::after {
	width: 420px;
	height: 40px;
}
.founder-page-client-sec.vc_custom_1752233131172 {
    padding-top: 0px !important;
}

}








@media screen and (max-width:767px) {
	.value-image-part {
    display: none;
}
#gradient-banner-section #inner-section h1.header-banner-heading {
	font-size: 90px;
	line-height: 90px;
}
#gradient-banner-section {
    padding-bottom: 80px;
}
#high-coaching, #unlock-potential, #things-value, #result-section, #footer-form {
	padding-top: 80px !important;
	padding-bottom: 80px !important;
}
.different-heading-text p {
	font-size: 60px;
	line-height: 60px;
}
.width-content-para p {
    max-width: 100%;
}
#high-coaching .width-content-para {
    margin-bottom: 30px !important;
}
.flex-part > div {
	max-width: calc((100% - 20px) / 2);
}
#unlock-potential::before {
	width: 350px;
	height: 350px;
}
#unlock-potential h2.unlock-heading {
	font-size: 60px;
	line-height: 50px;
}
#things-value h2.value-heading {
	font-size: 60px;
	line-height: 50px;
}
h2.custom-heading {
	font-size: 60px;
	line-height: 60px;
}
h3.result-heading {
	font-size: 30px;
	line-height: 40px;
}
.successful-result-part:not(:last-child) {
    padding-bottom: 80px;
}
.successful-result-part:not(:last-child)::before {
    height: 50px;
    bottom: 20px;
    left: 50%;
}
#clients-live .live-heading h3 {
	font-size: 60px;
	line-height: 60px;
}
#clients-live .live-heading {
    padding-bottom: 50px;
}
footer#colophon .footer-container .site-info .footer-left-right-section {
    flex-direction: column;
	gap: 20px;
	padding-bottom: 50px;
}
footer#colophon .footer-container .site-info .footer-left-right-section .footer-bottom-left {
    max-width: 100%;
}
footer#colophon .footer-container .site-info .footer-left-right-section .footer-bottom-right {
    max-width: 100%;
    justify-content: left;
}
.footer-menus {
    flex-direction: column;
    gap: 20px;
}
.footer-menus .menus-left ul {
    flex-direction: column;
}
.contact-us .form-group p {
	max-width: calc((100% - 0px) / 1);
	width: 100%;
}
.contact-us .form-group input, .contact-us .form-group select {
    height: 70px;
    padding-left: 20px;
}
.contact-us .textarea textarea {
    height: 100px;
    padding-left: 20px;
}
#clients-live .colorfull-section > div {
    width: 100%;
}
.colorfull-section > div > div {
	height: 250px;
}
#clients-live .colorfull-section {
	margin-bottom: 0px !important;
}
#clients-live .live-heading::before, .different-heading-text::before {
	display: none;
}
.footer-para::before {
    width: 100px;
    background-size: cover;
    height: 100px;
    bottom: 140px;
}
.circle-tabs::before {
    width: 450px;
    height: 450px;
    left: -25px;
    top: -25px;
}
.circle-tabs {
    width: 400px;
    height: 400px;
}
.tab-btn::before {
    width: 60px;
    height: 60px;
}
.tab-btn {
    width: 35px;
    height: 35px;
	font-size: 18px;
    line-height: 27px;
}
.tab-btn.active::after {
    width: 48px;
    height: 53px;
    background-size: contain;
}
.tab-content h2 {
    font-size: 40px;
    line-height: 50px;
}
.tab-content {
    max-width: 300px;
    width: 100%;
}
.tab-content p {
    margin-top: 15px;
}
.tab-btn[data-id="0"] { 
	top: -30px; 
	left: 50%; 
	transform: translateX(-50%);
}
.tab-btn[data-id="1"] { 
	top: 100px; 
	right: -20px !important; 
	transform: translateY(-50%);
}
.tab-btn[data-id="2"] { 
	bottom: 15%; 
	right: -20px !important; 
	transform: translateY(50%); 
}
.tab-btn[data-id="3"] { 
	bottom: -30px; 
	left: 50%; 
	transform: translateX(-50%);
}
.tab-btn[data-id="4"] { 
	bottom: 15%; 
	left: -20px !important; 
	transform: translateY(50%);
}
.tab-btn[data-id="5"] {
	top: 15%; 
	left: -20px !important; 
	transform: translateY(-50%);
}
#things-value {
	padding-bottom: 0px !important;
}
.value-bg-part {
    height: 500px;
}
.value-bg-part .vc_column-inner {
    background: none !important;
    padding: 0px !important;
}
.value-image-part figure.wpb_wrapper.vc_figure .vc_single_image-wrapper.vc_box_border_grey img {
    margin: 0px;
    width: 100% !important;
}
.value-image-part {
    width: 100% !important;
}
.value-image-part figure.wpb_wrapper.vc_figure, .value-image-part figure.wpb_wrapper.vc_figure .vc_single_image-wrapper.vc_box_border_grey {
    width: 100% !important;
}
#flex-direction-part {
	margin: 0px !important;
}
#things-value {
	padding-left: 20px !important;
	padding-right: 20px !important;
}
#things-value #max-width {
	padding: 0px !important;
}
#things-value h2.value-heading {
	margin-bottom: 40px !important;
}
.value-image-part::before {
    bottom: -60px;
}
.value-bg-part {
	height: auto;
}
.value-image-part {
    height: 400px;
}
.dyna-video .testimonial-wrapper .testimonials-items {
	max-width: calc((100% - 34px) / 2);
	width: 100%;
}
#coaching-accordions h3.accodion-left-heading {
	font-size: 60px;
	line-height: 70px;
}
#core-manager h2.approach-heading {
    font-size: 50px;
    line-height: 60px;
}
.manager-para p {
    margin-top: 20px;
}
#core-manager {
	padding: 50px 20px !important;
}
#high-coaching .mobile-padding-remove {
    margin-bottom: 0px !important;
}
#core-manager::before {
    top: 40px;
}
#service-banner-section::before {
	position: unset;
	width: 100%;
	height: 400px;
	background-position: center;
}
#service-banner-section h1.header-banner-heading {
	font-size: 90px;
	line-height: 80px;
}
#service-banner-section {
	display: flex;
	flex-direction: column-reverse;
}
#service-banner-section h1.header-banner-heading {
	padding-bottom: 50px !important;
}
#service-banner-section::after, #core-manager::before {
	display: none;
}
#service-banner-section ~ #high-coaching {
	padding-top: 50px !important;
	padding-bottom: 50px !important;
}
h4.accordion-three-part-head {
    margin-bottom: 0px !important;
}
.accordion-three-part-para {
    padding-bottom: 20px;
}
#accordion-section .accordion-heading.vc_active .vc_tta-panel-heading h4 a {
	margin-bottom: 20px;
}
#accordion-section .vc_tta-panel-body .accordion-buttons {
    margin-bottom: 20px !important;
}
p.founder-page-custom-para {
	font-size: 50px;
	line-height: 60px;
	letter-spacing: -1px;
}
.founder-page-small-heading {
	font-size: 20px !important;
	line-height: 25px !important;
}
.founder-page-small-para{
	font-size:16px !important;
	line-height:normal !important;
}
.founder-page-before-image::before {
    background-size: contain !important;
}	
#high-coaching .richard-content .width-content-para {
    padding-top: 10px;
    margin-bottom: 0px !important;
}
.padding-left-service p.founder-page-bold-para {
    padding-bottom: 20px;
}
section#developing-manager-sec {
	padding: 50px 20px !important;
}
.different-heading-text p {
	letter-spacing: -2px;
}
	
.serivce-core-para {
		max-width: 100%;
		margin-top: 20px;
}
.service-banner-para {
    max-width: 100%;
}
.service-banner-section h1.header-banner-heading {
    max-width: 90% !important;
}

}











@media only screen and (min-width: 601px) {
.primary-navigation > .primary-menu-container {
	visibility: visible;
	opacity: 1;
	position: relative;
	padding: 0;
	background-color: transparent;
	overflow: initial;
	transform: none;
}
}





@media screen and (max-width:600px) {
#gradient-banner-section #inner-section h1.header-banner-heading {
	font-size: 80px;
	line-height: 80px;
}
header#masthead {
    padding-top: 20px !important;
	padding-bottom: 30px !important;	
}
.different-heading-text p {
	font-size: 50px;
	line-height: 50px;
}
h3.client-name {
    margin-bottom: 5px !important;
}
#unlock-potential h2.unlock-heading {
	font-size: 50px;
	line-height: 50px;
	margin-bottom: 20px !important;
}
#approach-coaching h2.approach-heading {
	font-size: 40px;
	line-height: 50px;
}
#things-value h2.value-heading, h2.custom-heading, #clients-live .live-heading h3, .footer-divide .form-section h4.footer-heading, .footer-divide .form-section h4.footer-headingss {
	font-size: 50px;
	line-height: 50px;
}
#clients-live .flex-part > div {
	max-width: calc((100% - 0px) / 1);
}
/* .flex-part > div.review-box {
	padding: 30px 20px;
} */
.flex-part > div {
	max-width: calc((100% - 0px) / 1);
}
.menu-button-container {
	display: flex;
}
.primary-navigation > .primary-menu-container {
	height: 100vh;
	z-index: 499;
	overflow-x: hidden;
	overflow-y: auto;
	border: 2px solid transparent;
}
.menu-button-container button#primary-mobile-menu {
	padding: 0px;
}
.menu-button-container #primary-mobile-menu .dropdown-icon {
	font-size: 0px;
}
.menu-button-container #primary-mobile-menu .dropdown-icon.open .svg-icon {
	height: 32px;
	position: unset;
	margin: 0px;
	width: 32px;
}
.menu-button-container, header#masthead nav#site-navigation {
	position: unset;
	padding: 0px;
}
.primary-navigation-open nav#site-navigation {
    width: 100%;
}
.lock-scrolling .site {
	position: fixed;
	max-width: 100%;
	width: 100%;
}
.site-branding {
    margin: 0px;
}
.primary-navigation > .primary-menu-container {
    position: fixed;
    visibility: hidden;
    opacity: 0;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding-top: calc(var(--button--line-height) * var(--primary-nav--font-size-button) + 42px + 5px);
    padding-left: var(--global--spacing-unit);
    padding-right: var(--global--spacing-unit);
    padding-bottom: var(--global--spacing-horizontal);
    background-color: var(--global--color-background);
    transform: translateY(var(--global--spacing-vertical));
}	
.primary-navigation-open header#masthead nav#site-navigation .primary-menu-container {
    padding: 0;
    border: none;
}
.primary-navigation-open header#masthead nav#site-navigation .primary-menu-container ul#primary-menu-list li a {
    font-size: 18px;
}
.primary-navigation-open header#masthead nav#site-navigation .primary-menu-container ul#primary-menu-list li.header-btnn a {
    width: 100%;
    text-align: center;
    margin-top: 16.5px;
}
.primary-navigation-open header#masthead .site-branding {
    margin: 0px;
}
.menu-button-container #primary-mobile-menu .dropdown-icon .svg-icon {
    width: 32px;
    height: 32px;
}
.primary-navigation > div > .menu-wrapper {
	padding-bottom: 100px;
}
.primary-navigation > div > .menu-wrapper li {
    display: block;
    position: relative;
    width: 100%;
}
.primary-navigation-open .site-branding {
    display: none;
}
.menu-button-container button#primary-mobile-menu:focus {
    outline: none;
}
.dyna-video .testimonial-wrapper .testimonials-items {
	max-width: calc((100% - 20px) / 2);
	width: 100%;
}
.dyna-video .testimonial-wrapper {
    gap: 20px;
}
}









@media screen and (max-width:481px) {
footer#colophon .footer-container .site-info h5 {
    font-size: 20px;
    line-height: 20px;
    padding-bottom: 20px;
}
header#masthead .site-logo {
    width: auto;
    position: unset;
}
.menu-button-container, header#masthead nav#site-navigation {
	position: unset;
	padding: 0px;
}
.menu-button-container button#primary-mobile-menu {
	padding: 0px;
}
.menu-button-container #primary-mobile-menu .dropdown-icon {
    font-size: 0px;
}
.menu-button-container #primary-mobile-menu .dropdown-icon.open .svg-icon {
	height: 32px;
	position: unset;
	margin: 0px;
	width: 32px;
}
header#masthead, #gradient-banner-section, #high-coaching, #unlock-potential, #approach-coaching, #result-section, #clients-live, footer#colophon, #privacy-policy {
	padding-left: 15px !important;
	padding-right: 15px !important;
}
.menu-button-container button#primary-mobile-menu:focus {
    outline: none;
}
#gradient-banner-section #inner-section h1.header-banner-heading {
	font-size: 60px;
	line-height: 60px;
	margin-bottom: 20px !important;
}
.banner-custom-btnn a {
    max-width: 250px;
    width: 100%;
    font-size: 15px !important;
}
#gradient-banner-section {
	padding-bottom: 50px;
}
#high-coaching, #unlock-potential, #things-value, #result-section, #footer-form {
	padding-top: 50px !important;
	padding-bottom: 50px !important;
}
.banner-para p {
	font-size: 18px;
	line-height: normal;
	padding-bottom: 30px;
}
.video-section-heading p {
    font-size: 25px;
    line-height: 32px;
}
.video-para p {
    font-size: 18px;
}
.flex-part {
	gap: 30px;
}
#high-coaching .client-company {
    margin-bottom: 20px !important;
}
h3.client-name {
    font-size: 25px;
    line-height: 32px;
}
#unlock-potential h2.unlock-heading {
	font-size: 40px;
	line-height: 40px;
	margin-bottom: 10px !important;
}
.margin-80 {
	margin-top: 30px !important;
}
#approach-coaching {
	padding-top: 50px !important;
	padding-bottom: 50px !important;
}
#approach-coaching h2.approach-heading {
	font-size: 30px;
	line-height: 40px;
}
#approach-coaching::before {
	width: 250px;
	height: 250px;
	right: -60px;
	bottom: 10px;
}
#things-value #max-width {
	padding-left: 15px;
	padding-right: 15px;
}
#things-value h2.value-heading, h2.custom-heading, #clients-live .live-heading h3, .footer-divide .form-section h4.footer-heading, .footer-divide .form-section h4.footer-headingss {
	font-size: 40px;
	line-height: 40px;
}
h3.result-heading {
	font-size: 25px;
	line-height: 30px;
}
.result-para p {
	padding-top: 10px;
	font-size: 16px;
}
#clients-live .live-heading {
	padding-bottom: 40px;
}
#clients-live .flex-part {
	margin-top: 50px;
}
h3.review-heading {
	font-size: 40px;
	line-height: 40px;
	margin-bottom: 10px !important;
}
.review-content p {
    font-size: 18px;
    line-height: 27px;
}
#clients-live {
	padding-bottom: 50px !important;
}
#clients-live::before {
    left: 0;
}
.footer-img figure.wpb_wrapper.vc_figure .vc_single_image-wrapper.vc_box_border_grey, .footer-img figure.wpb_wrapper.vc_figure {
    width: 100%;
}
.image-section .footer-img img {
    width: 100% !important;
}
footer#colophon .footer-container {
	padding-top: 50px !important;
}
.footer-information a {
    font-size: 18px;
}
.footer-information {
	padding-bottom: 30px;
}
footer#colophon .footer-container .site-info .footer-left-right-section .footer-bottom-left h5, footer#colophon .footer-container .site-info .footer-left-right-section .footer-bottom-right p {
	font-size: 25px;
	line-height: 35px;
}
footer#colophon .footer-container .site-info h5 {
	font-size: 25px;
	line-height: 30px;
}
.footer-menus .menus-left ul li a {
    font-size: 18px;
}
footer#colophon .footer-container .site-info img {
    max-width: 250px;
}
.footer-menus .policy-section a {
    font-size: 18px;
}
.contact-us .form-group input, .contact-us .form-group select {
	height: 60px;
}
.counter-section .count-number p {
	font-size: 50px;
	line-height: 50px;
}
.counter-section.euro-part .count-number p {
    font-size: 40px;
    line-height: 50px;
}
.colorfull-section > div > div {
	padding: 20px !important;
}
.footer-para::before {
	display: none;
}
.circle-tabs::before {
	width: 350px;
	height: 350px;
}
.circle-tabs {
	width: 300px;
	height: 300px;
}
.tab-content {
	max-width: 250px;
	width: 100%;
}
.tab-content h2 {
	font-size: 30px;
	line-height: 40px;
}
.tab-btn::before {
	width: 50px;
	height: 50px;
}
.tab-btn {
	width: 30px;
	height: 30px;
	font-size: 15px;
	line-height: 22px;
}
.tab-btn::before {
	width: 50px;
	height: 50px;
}
.tab-btn[data-id="1"] {
	top: 70px !important;
}
.tab-btn[data-id="2"] {
	bottom: 17% !important;
	right: -10px !important;
}
.tab-btn[data-id="4"] {
	bottom: 15% !important;
	left: -6px !important;
}
.tab-btn[data-id="5"] {
	top: 25% !important;
	left: -20px !important;
}
#things-value {
	padding-left: 15px !important;
	padding-right: 15px !important;
	padding-bottom: 0px !important;
}
.value-image-part {
	height: 350px;
}
.value-image-part::before {
    width: 100px;
    height: 100px;
	background-size: cover;
	bottom: -40px;
}
.dyna-video .testimonial-wrapper {
	gap: 30px;
}
.dyna-video .testimonial-wrapper .testimonials-items {
	max-width: calc((100% - 0px) / 1);
	width: 100%;
}
#service-banner-section .vc_column_container>.vc_column-inner {
	padding: 0px 15px;
}
#service-banner-section h1.header-banner-heading {
	font-size: 60px;
	line-height: 60px;
	padding-bottom: 30px !important;
}
#coaching-accordions h3.accodion-left-heading, #coaching-accordions #max-width .border-right-full .vc_column-inner .wpb_wrapper .talk-to-us {
	padding-left: 15px;
}
#accordion-section .vc_tta-panels-container .vc_tta-panels .accordion-heading {
	padding: 15px;
}
#accordion-section .vc_tta-panel-heading h4 a {
	font-size: 25px;
	line-height: 40px;
}
#coaching-accordions h3.accodion-left-heading {
	font-size: 50px;
	line-height: 60px;
}
#accordion-section .vc_tta-panel-body .accordion-buttons p {
    padding: 10px 15px;
    font-size: 15px;
}
.accordion-image {
    width: 100%;
    height: 300px;
}
.accordion-image::before {
	display: none;
}
.accordion-image {
	margin-top: 50px;
}
#core-manager h2.approach-heading {
	font-size: 40px;
	line-height: 50px;
}
#core-manager {
	padding: 50px 15px !important;
}
.manager-para p {
    font-size: 18px;
    line-height: 25px;
    margin-top: 10px;
}
#footer-form .footer-divide {
	padding-left: 15px;
	padding-right: 15px;
}
h1.banner-founder-page-heading {
    letter-spacing: -1px !important;
}
section#developing-manager-sec {
	padding: 50px 15px !important;
}
/* .video-play-section {
	height: 300px !important;
} */
p.founder-page-custom-para {
	font-size: 40px;
	line-height: 50px;
}
.vc_custom_1752226805195.mobile-margin-decrease {
    margin-bottom: 20px !important;
}
h6.founder-page-small-heading.vc_custom_1752056169181 {
    margin-bottom: 15px !important;
}
}








@media screen and (max-width:390px) {
.circle-tabs::before {
	width: 300px;
	height: 300px;
	left: -16px;
	top: -16px;
}
.circle-tabs {
	width: 270px;
	height: 270px;
}
.tab-content {
	max-width: 200px;
	width: 100%;
}
.tab-content h2 {
	font-size: 25px;
	line-height: 30px;
}
.tab-btn::before {
	width: 40px;
	height: 40px;
}
.tab-btn.active::after {
	width: 40px;
	height: 40px;
	background-size: contain;
}
.tab-btn[data-id="0"] {
	top: -30px !important;
}
.tab-btn[data-id="3"] {
	bottom: -30px !important;
}
.tab-btn[data-id="4"] {
	bottom: 16% !important;
	left: -2px !important;
}
.tab-btn[data-id="5"] {
	top: 25% !important;
	left: -15px !important;
}
#flex-direction-part {
	gap: 60px;
}
#service-banner-section::before {
	height: 300px;
}	
#core-manager h2.approach-heading {
	font-size: 30px;
	line-height: 40px;
}
.founder-page-before-image::before {
	width: 100% !important;
	background-size: cover !important;
}
}
@media(min-width:1950px){
.developing-manager-video-row {
    max-width: 900px !important;
    top: 50%;
}
}
@media (min-width: 1100px) and (max-width: 1279px) {
   
	.accordion-image {
    	width: 375px !important;
    	height: 375px !important;
	}
	#coaching-accordions h3.accodion-left-heading {
        font-size: 52px !important;
        line-height: 58px !important;
    }
	#coaching-accordions .get-in-touch {
		max-width: 238px !important;
		width: 100% !important ;
		height: 60px !important;
	}
}














