/*
Theme Name: Centaurus Child
Theme URI: https://neuronthemes.com/centaurus
Description: This is a child theme of Centaurus
Author: NeuronThemes
Author URI: https://neuronthemes.com
Template: centaurus
Version: 1.0.0
*/

@import url('../centaurus/style.css');

/* Your Custom CSS below */

/* ==================================================== Important ================================================== */
/* Specified css of page is writen in the Custom Css of Section (Elementor Pro) */

/* @font-face {
    font-family: 'Montserrat';
    src: url('assets/fonts/Montserrat-Regular.woff2') format('woff2'),
    url('assets/fonts/Montserrat-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('assets/fonts/Montserrat-Medium.woff2') format('woff2'),
    url('assets/fonts/Montserrat-Medium.woff') format('woff');
    font-weight: 500;
    font-display: swap;
} */

/* @font-face {
    font-family: 'Montserrat';
    src: url('assets/fonts/Montserrat-Bold.woff2') format('woff2'),
        url('assets/fonts/Montserrat-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
} */
/* @font-face {
	font-family: 'Merriweather';
	src: url('assets/fonts/Merriweather-Regular.woff2') format('woff2'),
		url('assets/fonts/Merriweather-Regular.woff') format('woff');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}
@font-face {
    font-family: 'Merriweather';
    src: url('assets/fonts/Merriweather-Bold.woff2') format('woff2'),
        url('assets/fonts/Merriweather-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
} */
/* @font-face {
    font-family: 'Poppins';
    src: url('assets/fonts/Poppins-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('assets/fonts/Poppins-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
} */

/* @font-face {
	font-family: 'Poppins';
	src: url('assets/fonts/Poppins-Bold.ttf') format('truetype');
	font-weight: bold;
	font-style: normal;
	font-display: swap;
} */

/* Contact page, Privacy Policy page, Archive pages, Error pages */
body.page-id-637 .l-primary-header--sticky .l-primary-header,
body.page-id-3 .l-primary-header--sticky .l-primary-header,
body.archive .l-primary-header--sticky .l-primary-header,
body.error404 .l-primary-header--sticky .l-primary-header {
    background-color: #000 !important;
}

#contact-form {
    scroll-margin-top: 120px;
}
::selection {
    background: var(--gold-light) !important;
    color: #fff;
}
::-moz-selection {
    background: var(--gold-light) !important;
    color: #000;
}
/* body {
	-webkit-font-smoothing: auto;
	-moz-osx-font-smoothing: auto;
} */
/* body, div, p, span, a, b, strong, label {
	font-family: Poppins, serif;
	font-size: 16px;
	line-height: 26px;
} */
/* h1, h1 *, h2, h2 *, h3, h3 *, h4, h5, h6, button, input, textarea, input[type='submit'], .custom-btn a, p.same-h3 {
	font-family: Montserrat, sans-serif;
} */
body:not(.home):not(.front-page) .elementor-heading-title {
    font-family: 'Playfair Display', Georgia, serif !important;
    font-weight: normal !important;
	text-transform: none !important;
}

body:not(.home):not(.front-page) .elementor-widget-text-editor, body:not(.home):not(.front-page) .elementor-widget-text-editor p {
    font-family: 'Inter', sans-serif !important;
    font-weight: 300 !important;
}

input, textarea {
    font-size: 14px;
    line-height: 20px;
}

h1, h2, h3, h4, h5, h6 {
    color: #000;
}

h1, h1.elementor-heading-title {
    font-size: 40px;
    line-height: 1.1;
    font-weight: 400;
}

h2, h2 span, h2.elementor-heading-title, h2.elementor-heading-title span {
    font-size: 35px;
    line-height: 1.2;
    font-weight: 400;
}

/* .home h2, .home h2.elementor-heading-title {
	font-size: 40px;
} */
/* About page */
/* .page-id-205 h2, .page-id-205 h2.elementor-heading-title {
	font-size: 40px;
} */


h3, h3.elementor-heading-title {
    font-size: 28px;
    line-height: 36px;
    font-weight: 400;
}

.small-heading h3, .small-heading h3.elementor-heading-title {
    font-size: 20px;
    line-height: 28px;
    font-weight: 500;
}

.h3-paragraph h3 {
    font-family: Poppins, serif;
    font-size: 16px;
}

h3.in-text, p.same-h3 {
    font-size: 20px;
    line-height: 28px;
    font-weight: 500;
    margin-bottom: 20px;
}

.elementor-widget.h3-paragraph {
    margin-bottom: 10px !important;
}

p.home-banner-text {
    font-family: Montserrat, sans-serif;
    font-size: 64px;
    line-height: 1.1;
    font-weight: 500;
}

p.caption-text, a.text-link {
    font-size: 22px;
    line-height: 32px;
    /* 	font-weight: 500; */
}

label {
    color: #333;
}

a:hover {
    box-shadow: none !important;
}

.l-primary-header {
    background-color: transparent;
}

.l-primary-header--sticky .headroom {
    background: transparent;
}

.l-primary-header--sticky .headroom.headroom--not-top {
    padding-top: 12px !important;
    padding-bottom: 12px !important;
    background-color: #000;
}

.l-primary-header--sticky .headroom.headroom--top {
    background-color: transparent;
}

.l-primary-header--sticky .headroom.headroom--not-top {
    border-bottom: none;
}

.l-primary-header.l-primary-header--default .desktop-hidden {
    display: none !important;
}

.l-primary-header--default-wrapper ul.sub-menu,
.l-primary-header--sticky .headroom.headroom--not-top ul.menu.m-header-default-menu > li.menu-item.menu-item-has-children > ul.sub-menu {
    margin-top: -15px !important;
}

.l-primary-header--default-wrapper .menu li.menu-item-has-children > a {
    position: relative;
    margin-right: 12px;
}

.l-primary-header--default-wrapper .menu li.menu-item-has-children > a::before {
    content: "";
    width: 6px;
    height: 6px;
    position: absolute;
    border-top: 2px solid #FFF;
    border-right: 2px solid #FFF;
    right: -12px;
    top: 25%;
    transform: rotate(135deg);
    transition: transform 0.3s ease;
}

.l-primary-header--default-wrapper .menu li.menu-item-has-children > a:hover:before {
    transform: rotate(-45deg)
}

header.l-primary-header ul.menu li.menu-item a {
    font-family: Montserrat, sans-serif;
}

header ul.menu.m-header-default-menu li.menu-item > a {
    font-size: 14px;
    color: #FFF !important;
}

header ul.menu.m-header-default-menu li.menu-item.menu-item-has-children > ul.sub-menu li.menu-item {
    margin-bottom: 15px;
}

header ul.menu.m-header-default-menu li.menu-item.menu-item-has-children > ul.sub-menu li.menu-item a {
    font-size: 14px;
}

header ul.menu.m-header-default-menu li.menu-item.current-menu-parent > a {
    -webkit-box-shadow: inset 0 0 0 rgb(215, 45, 56), 0 2px 0 rgb(#C4515C);
    box-shadow: inset 0 0 0 rgb(215 45 56), 0 2px 0 #C4515C;
}

header.l-primary-header.l-primary-header--responsive .l-primary-header--responsive__nav nav ul.menu li.menu-item.current-menu-parent > a {
    -webkit-box-shadow: inset 0 0 0 rgb(255 255 255 / 0%), 0 2px 0 white;
    box-shadow: inset 0 0 0 rgb(255 255 255 / 0%), 0 2px 0 white;
}

header li.menu-item.disabled > a {
    cursor: default;
}

header.l-primary-header.l-primary-header--responsive .l-primary-header--responsive__icon svg line {
    stroke: #FFF;
}

.l-primary-header--responsive-wrapper .a-logo.a-logo--image a {
    width: 213px !important;
    height: 69px !important;
}

header .custom-btn {
    padding-left: 5px;
}

header .custom-btn a {
    min-width: 145px;
    font-size: 14px;
}

.l-main-wrapper.h-overflow-hidden {
    overflow: visible;
}

.container {
    max-width: 1200px;
}

body .elementor-section.elementor-section-boxed > .elementor-container {
    max-width: 1200px;
}

.single-post .o-blog-post .o-blog-post__content {
    max-width: 1200px;
}

.home .container {
    max-width: 1200px;
}

.home .elementor-section.elementor-section-boxed > .elementor-container {
    max-width: 1200px;
}

.page-banner {
    position: relative;
}

.page-banner > .elementor-container {
    position: unset;
    min-height: unset !important;
    height: 80vh;
    max-height: 750px;
}

.banner-quote {
    font-family: Montserrat, sans-serif;
    font-size: 20px;
    line-height: 26px;
}

p.block-quote {
    font-family: Montserrat, sans-serif;
    font-size: 32px;
}

.home p.block-quote {
    /* 	font-weight: 500; */
    line-height: 40px;
    margin-top: 20px;
}

p.position {
    font-family: Montserrat, sans-serif;
    /* 	font-weight: bold; */
    font-size: 20px;
    line-height: 30px;
    color: #C4515C;
}

p.co-founders-name {
    font-family: Montserrat, sans-serif;
    color: #888888;
    margin-top: 10px;
}

p.img-in-new-line {
    margin-bottom: 7px !important;
}

p.list-title {
    margin-bottom: 10px;
}

.privacy-contact p {
    margin-bottom: 7px;
}

.custom-btn {
    display: flex;
    align-items: center;
}

.custom-btn-link {
    background-color: #000;
    color: #FFF;
    padding: 12px 25px;
    border-radius: 1px;
}

.custom-btn-link.red-btn {
    background-color: #C4515C;
}

a.elementor-button, .custom-btn a, .contact-us-form .wpcf7-submit {
    font-size: 16px;
    line-height: 20px;
    color: #FFF;
    background-color: #C4515C;
    border: 1px solid #C4515C;
    border-radius: 1px;
    padding: 14px 25px;
    min-width: 170px;
    text-align: center;
    transition: all 0.4s;
}

a.elementor-button .elementor-button-text {
    font-family: Montserrat, sans-serif;
    font-size: 16px;
    line-height: 20px;
}

a.elementor-button:hover .elementor-button-text {
    color: #C4515C;
}

.white-btn a.elementor-button {
    background-color: #FFF;
    color: #C4515C;
    box-shadow: 3px 3px 10px rgb(0 0 0 / 20%) !important;
}

.white-btn a.elementor-button:hover {
    background-color: #C4515C !important;
}

.white-btn a.elementor-button:hover .elementor-button-text {
    color: #FFF;
}

.black-text-btn a.elementor-button {
    background-color: #FFF;
    color: #000;
    border-color: #000;
    box-shadow: 3px 3px 10px rgb(0 0 0 / 20%) !important;
}

.black-btn a.elementor-button {
    background-color: #000;
    color: #FFF;
}

a.elementor-button:hover, .custom-btn a:hover {
    background-color: #FFF !important;
    border-color: #C4515C;
    color: #C4515C;
}


.contact-us-form .wpcf7-submit {
    margin: 10px auto;
    font-weight: normal;
    text-transform: capitalize;
}

.contact-us-form {
    max-width: 700px;
    margin: 0 auto;
    padding: 0 15px;
}

.contact-us-form .form-col {
    margin-bottom: 30px;
    padding-left: 5px;
    padding-right: 5px;
}

.contact-us-form .form-col .select2.select2-container {
    width: 100% !important;
}

.contact-us-form label {
    display: block;
}

.contact-us-form .media select {
    height: 100px;
}

.contact-us-form textarea {
    resize: vertical;
    height: 100px !important;
}

.contact-us-form input, .contact-us-form .intl-tel-input,
.contact-us-form textarea, .contact-us-form .select2-container {
    margin-top: 4px;
}

.contact-us-form .select2 .selection .select2-selection {
    display: flex;
}

.contact-us-form .select2 .selection .select2-selection .select2-selection__rendered {
    padding: 0 25px 0 0;
    background-color: #F3F3F3;
}

.contact-us-form ul.select2-selection__rendered::before {
    content: "";
    width: 7px;
    height: 7px;
    border-top: 1px solid #888;
    border-right: 1px solid #888;
    position: absolute;
    right: 10px;
    top: 14px;
    transform: rotate(135deg);
}

.contact-us-form .media-select ul.select2-selection__rendered > li {
    margin: 6px 0 !important;
}

.contact-us-form .media-select ul.select2-selection__rendered > li.select2-selection__choice {
    font-family: Montserrat, sans-serif;
    margin-left: 6px !important;
}

.contact-us-form .select2-container .select2-search--inline .select2-search__field {
    margin-top: 1px;
    text-indent: 6px;
    font-size: 14px;
}

.select2-container ul li {
    font-family: Montserrat, sans-serif;
    font-size: 14px !important;
}

.select2-container--open .select2-dropdown--below {
    margin-top: 30px;
}

.red-color, .asterisk {
    color: #C4515C !important;
}

.white-color, .heading-white .elementor-heading-title {
    color: #FFF !important;
}

.black-color, .black-color p {
    color: #000 !important;
}

.red-rect a {
    /* 	font-weight: bold; */
}

.form-note {
    font-family: Montserrat, sans-serif;
    font-size: 14px;
    margin-top: -12px;
}

#blog-custom .o-blog-post__content {
    padding: 20px;
}

#blog-custom .o-blog-post__title {
    text-align: center;
}

#blog-custom .o-blog-post__title a {
    font-family: 'Playfair Display', Georgia, serif !important;
    font-size: 22px;
    line-height: 32px;
    font-weight: 400;
    text-align: left;
    transition: .3s all;
}

#blog-custom .o-blog-post__title a:hover {
    color: #C4515C;
}

#blog-custom .o-blog-post__content > p {
	font-family: 'Inter', sans-serif;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
    height: calc(3em + 3 * 10px);
	font-family: 'Inter', sans-serif;
}

#blog-custom .o-blog-post .o-blog-post__meta .a-seperator {
    display: block;
}

.single-post .l-main-wrapper {
    margin-top: -182px;
}

.single-post .l-main-wrapper > .container {
    max-width: 100%;
    padding: 0;
}

.single-post .l-main-wrapper .p-blog-single.h-large-top-padding {
    padding-top: 0;
}

.single-post .h-large-top-padding {
	padding-top: 15rem !important;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6, h2 b, h3 b {
	font-family: 'Playfair Display', Georgia, serif;
	font-weight: normal;
}
.single-post body {
	font-family: 'Inter', sans-serif;
}
.single-post .o-blog-post .o-blog-post__thumbnail {
    margin-left: -15px;
    margin-right: -15px;
}

.single-post .o-blog-post .o-blog-post__thumbnail img {
    width: 100vw;
    object-position: top;
}

.single-post .o-blog-post .o-blog-post__content {
    margin: 0 auto;
    padding: 10px;
}

.single-post .o-blog-post .o-blog-post__content .o-blog-post__title {
    padding-top: 20px;
}

.single-post .o-blog-post .o-blog-post__meta {
    margin-bottom: 25px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.single-post .o-blog-post__content.has-sidebar {
    display: grid;
    grid-template-columns: 3fr 1fr;
    grid-column-gap: 30px;
}

.single-post .p-blog-single__social-media {
    display: flex;
    justify-content: center;
}

.single-post .shared-text {
    font-weight: bold;
    margin-right: 20px;
}

.single-post .single-post-author {
    display: inline-block;
}

.single-post .single-post-author .o-blog-post__author {
    padding-top: 0;
    align-items: center;
}

.single-post .single-post-author .o-blog-post__author .avatar {
    width: 16px;
    padding-bottom: 1px;
}

.single-post .single-post-author .o-blog-post__author .author-name {
    padding-left: 5px;
}

.read-more-post a {
    font-size: 14px;
	font-family: 'Inter', sans-serif;
}

.o-blog-post .o-blog-post__meta svg {
    stroke: #666666;
    margin-bottom: -1px;
    margin-right: 2px;
}

.o-blog-post .o-blog-post__meta .o-blog-post__time {
    margin-right: 15px;
}

.o-blog-post .o-blog-post__meta .o-blog-post__time span,
.o-blog-post .o-blog-post__author .author-name p {
    color: #5C5C5C;
}

.o-blog-post .o-blog-post__meta .o-blog-post__time span,
.o-blog-post .o-blog-post__meta .a-seperator li > a,
.o-blog-post .o-blog-post__author .author-name p {
    font-size: 15px;
    line-height: 25px;
}

.o-blog-post .o-blog-post__author {
    padding-top: 18px;
	font-family: 'Inter', sans-serif;
}

.o-blog-post .o-blog-post__author .author-name {
    display: flex;
    align-items: center;
}

.o-blog-post .o-blog-post__author .author-name a {
    font-size: 15px;
	font-family: 'Inter', sans-serif;
}

.o-main-sidebar .widget .widgettitle-wrapper .widgettitle {
    font-size: 18px;
    padding-bottom: 10px;
}

.o-main-sidebar .widget ul li {
    line-height: 1em;
}

.o-main-sidebar .widget ul li a {
    font-size: 14px;
    line-height: 24px;
}

.archive .o-blog-post__title a {
    font-size: 25px;
    line-height: 35px;
    display: inline-block;
    font-weight: 500;
}

.cat-header {
    padding: 70px 20px 75px;
    background-color: #F7F8F9;
}

.cat-header-content {
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
}

.cat-header .cat-title {
    margin: 0;
}

.cat-header .cat-desc p:first-child {
    margin-top: 30px;
}

.cat-header .cat-desc p:last-child {
    margin-bottom: 0;
}

#pr-footer {
    background-color: #000;
}

#pr-footer h2, #pr-footer h3, #pr-footer p, #pr-footer span, #pr-footer a, #pr-footer li {
/*     font-family: Montserrat, sans-serif; */
    color: #FFF;
}

#pr-footer a.elementor-button:hover .elementor-button-text {
    color: #C4515C;
}

#pr-footer h2, #pr-footer h2.elementor-heading-title {
    font-size: 16px !important;
    line-height: 26px !important;
    font-weight: bold !important;
}

#pr-footer .footer-logo img {
    width: 90px;
    height: auto;
}

#pr-footer .social img {
    width: 38px;
    height: auto;
}

#pr-footer ul li {
    margin-bottom: 5px;
}

#pr-footer ul li a:hover {
    border-bottom: 1px solid #FFF;
}

#pr-footer a.social-link:not(:last-child) {
    margin-right: 20px;
}

ul.contact-content li {
    margin-bottom: 7px;
}

.bot-footer p, .bot-footer span, .bot-footer a {
    font-size: 14px;
}

.bot-footer a {
    border-bottom: 1px solid #FFF;
}

.center-list, .flex-center {
    display: flex;
    justify-content: center;
}

.center-list ul {
    width: 75%;

}

ul.list-unstyled {
    list-style: none;
    padding-left: 0;
}

ul.small-gap li {
    margin-bottom: 5px;
}

ul.medium-gap li {
    margin-bottom: 10px;
}

.matchmaking-btn-col a.elementor-button {
    max-width: 230px;
}

.matchmaking-btn-col a.text-link {
    color: #FFF;
/*     font-family: Montserrat, sans-serif; */
    font-size: 25px;
    line-height: 33px;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    padding: 30px 20px;
    transition: all 0.3s;
}

.matchmaking-btn-col a.text-link:hover {
    background-color: #C4515C;
}

.matchmaking-btn-col > .elementor-widget-wrap {
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
}

.matchmaking-btn-col .elementor-element {
    margin-bottom: 0 !important;
    background-color: #000;
    padding: 30px;
    border: 2px solid #FFF;
    width: 100%;
    max-width: 300px;
}

.matchmaking-btn-col h2 {
    color: #FFF;
    width: 440px;
}

.matchmaking-btn-col a.elementor-button {
    margin-left: 20px;
}

.testi-center-content .swiper-slide {
    display: flex;
    align-items: center;
}

.testi-center-content .elementor-swiper-button {
    top: calc(50% - 32px);
}

.img-shadow-right, .img-shadow-left {
    width: 90% !important;
    max-width: 500px;
    position: relative;
    z-index: 1;
}

.img-shadow-right:before, .img-shadow-left:before {
    content: "";
    width: 100%;
    height: 97%;
    background-color: #000;
    position: absolute;
    z-index: -1;
    top: calc(3% + 25px);
}

.img-shadow-right:before {
    left: 25px;
}

.img-shadow-left:before {
    right: 25px;
}

.img-in-text {
    margin-bottom: 20px;
    padding-top: 5px;
}

.gray-background {
    background-color: #F9F9F9 !important;
}

.white-background {
    background-color: #FFF !important;
}

.red-background {
    background-color: #C4515C !important;
}

.red-background-inner > .elementor-widget-wrap {
    background-color: rgb(215 45 56 / 70%) !important;
}

.text-center {
    text-align: center !important;
}

.no-mar-bot {
    margin-bottom: 0 !important;
}

.hor-path {
    width: 80px;
    height: 3px;
    background-color: #C4515C;
    margin: 0 auto;
}

.hor-path.thin-path {
    height: 1px;
}

.hor-path.left-path {
    margin-left: 0;
}

.full-path, .full-vw-path {
    position: relative;
    padding-top: 10px;
    padding-bottom: 12px;
}

.full-path .hor-path {
    width: 100%;
    position: absolute;
    top: 50%;
}

.full-vw-path .hor-path {
    width: 100vw;
    position: absolute;
    top: 50%;
}

.overflow-hidden {
    overflow: hidden !important;
}

.custom-testi .sa_owl_theme .owl-dots {
    bottom: -32px !important;
}

.custom-testi .sa_owl_theme .owl-dots .active span,
.custom-testi .sa_owl_theme .owl-dots .owl-dot span:hover {
    background-color: #C4515C !important;
}

.custom-testi .owl-carousel .owl-dots button.active span,
.custom-testi .owl-carousel .owl-dots button:hover span {
    transform: scale(1.2);
}

.custom-testi .sa_hover_container {
    display: flex;
    align-items: center;
    padding: 20px 20px 0 !important;
}

.coaching-slider .sa_hover_container {
    display: flex;
    align-items: center;
}

.coaching-slider .owl-item {
    height: 100% !important;
}

.coaching-slider .coaching-type {
    display: flex;
    width: 100%;
}

.coaching-slider .owl-nav button {
    display: none !important;
}

.coaching-slider .owl-item.active .nav-col {
    display: none;
}

.coaching-type .nav-col {
    background-color: #C4515C;
    transform: rotate(180deg);
    display: flex;
    position: relative;
    padding: 0 20px;
    width: 60px;
    flex-shrink: 0;
    cursor: pointer;
}

.coaching-type .vertical-title, .coaching-type .vertical-title span {
/*     font-family: Montserrat, sans-serif; */
    font-size: 18px;
    line-height: 1;
}

.coaching-type .vertical-title {
    writing-mode: vertical-lr;
    text-align: center;
}

.coaching-type .prev-icon, .coaching-type .next-icon {
    z-index: 2;
    position: absolute;
    width: 24px;
    height: 24px;
    display: block;
    top: 5px;
}

.coaching-type .prev-icon:before, .coaching-type .next-icon:before,
.outer-nav .nav-btn .nav-icon:before {
    content: "";
    background-image: url('../../uploads/2022/06/long-arrow.svg');
    position: absolute;
}

.coaching-type .prev-icon:before, .coaching-type .next-icon:before {
    width: 100%;
    height: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.coaching-type .prev-icon:before {
    transform: rotate(180deg);
}

.nav-col.next-col:hover .next-icon {
    animation: hor-arrow-bounce-prev 1.5s infinite;
}

.nav-col.prev-col:hover .prev-icon {
    animation: hor-arrow-bounce 1.5s infinite;
}

.coaching-type .main-col {
    width: 100%;
    background-color: #000;
}

.coaching-type .main-col-inner {
    padding: 30px 70px 15px;
    transition: height 0.3s;
}

.coaching-slider .owl-item.active .main-col {
    background-color: #FFF;
    margin: 0 120px;
}

.coaching-slider .owl-item:not(.active) .main-col-inner {
    opacity: 0;
    height: 350px;
    overflow: hidden;
}

.coaching-slider .owl-item.active .main-col-inner {
    background-color: #000;
    padding: 40px 40px 15px;
    max-width: calc(1140px - 20px);
    margin: 0 auto;
    height: 100%;
}

.coaching-type .main-col h3, .coaching-type .main-col div, .coaching-type .main-col p, .coaching-type .main-col li {
    color: #FFF;
}

.coaching-type .main-col h3, .coaching-type .main-col h3 span {
/*     font-family: Montserrat, sans-serif; */
    font-size: 25px;
    line-height: 35px;
    margin-bottom: 20px;
}

.coaching-type .main-col h3 {
    color: #C4515C;
}

.coaching-slider .coaching-type .main-col img {
    float: right;
    max-width: 450px;
    margin-left: 20px;
    margin-bottom: 10px;
}

.coaching-slider .owl-item.active .main-col img {
    position: relative;
    right: -70px;
    top: -10px;
}

@keyframes hor-arrow-bounce {
    0%, 20%, 80%, 100% {
        transform: translateX(0);
    }
    40% {
        transform: translateX(-12px);
    }
    50% {
        transform: translateX(8px);
    }
    60% {
        transform: translateX(-8px);
    }
}

@keyframes hor-arrow-bounce-prev {
    0%, 20%, 80%, 100% {
        transform: translateX(0);
    }
    40% {
        transform: translateX(12px);
    }
    50% {
        transform: translateX(-8px);
    }
    60% {
        transform: translateX(8px);
    }
}

.outer-nav {
    display: flex;
    align-items: center;
    justify-content: center;
}

.outer-nav .nav-btn {
    width: 84px;
    height: 44px;
    display: block;
    background-color: #C4515C;
    margin: 0 10px;
    position: relative;
    cursor: pointer;
}

.outer-nav .nav-btn .nav-icon {
    position: absolute;
    top: 50%;
    left: 50%;
}

.outer-nav .nav-btn .nav-icon:before {
    width: 24px;
    height: 24px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
}

.outer-nav .nav-btn.next-btn .nav-icon:before {
    transform: translate(-50%, -50%) rotate(180deg);
}

.outer-nav .nav-btn.next-btn:hover .nav-icon {
    animation: hor-arrow-bounce 1.5s infinite;
}

.outer-nav .nav-btn.prev-btn:hover .nav-icon {
    animation: hor-arrow-bounce-prev 1.5s infinite;
}

.heading-highlight {
    background-color: #C4515C;
    width: 80% !important;
    max-width: 350px;
    margin: 0 auto;
    height: 20px;
}

.heading-highlight h2 {
    line-height: 1;
    position: relative;
    top: -1em;
}

.custom-ver-tab .elementor-tab-title h3 {
    margin-bottom: 10px;
    /* 	font-weight: 500; */
}

.custom-ver-tab .elementor-tab-title .order {
    position: absolute;
    left: -60px;
/*     font-family: Montserrat, sans-serif; */
    font-size: 28px;
    line-height: 38px;
    font-weight: 400;
}

@keyframes arrow-bounce {
    0%, 20%, 50%, 80%, 100% {
        transform: translateY(0);
    }
    40% {
        transform: translateY(-25px);
    }
    60% {
        transform: translateY(-15px);
    }
}

.custom-ver-tab .elementor-tab-title.elementor-active .order:not(.no-arrow) .tab-arrow:before {
    content: '';
    position: absolute;
    width: 2px;
    height: 40px;
    background-color: #C4515C;
    top: 100%;
    left: 40%;
}

.custom-ver-tab .elementor-tab-title.elementor-active .order:not(.no-arrow) .tab-arrow:after {
    content: '';
    position: absolute;
    width: 8px;
    height: 8px;
    border-top: 2px solid #C4515C;
    border-right: 2px solid #C4515C;
    transform: rotate(135deg);
    top: calc(100% + 33px);
    left: calc(40% - 3px);
}

span.tab-arrow {
    margin-top: 22px;
    position: relative;
    display: block;
    animation: arrow-bounce 2s infinite;
}

.custom-ver-tab .elementor-tab-title:not(.elementor-active) .order,
.custom-ver-tab .elementor-tab-title:not(.elementor-active) h3 {
    color: #C3C3C3;
    font-weight: 400;
    transition: 0.3s;
}

.custom-ver-tab .elementor-tab-title:not(.elementor-active):hover .order,
.custom-ver-tab .elementor-tab-title:not(.elementor-active):hover h3 {
    color: #C4515C;
}

.custom-ver-tab .elementor-tabs-content-wrapper,
.custom-ver-tab .elementor-tab-title,
.custom-ver-tab .elementor-tab-title:before,
.custom-ver-tab .elementor-tab-title:after,
.custom-ver-tab .elementor-tab-content {
    border: none !important;
}

.light-shadow-img img {
    box-shadow: 0 0 1px 0 rgb(0 0 0 / 50%);
}

.tab-light-shadow-img img {
    box-shadow: 0 0 1px 0 rgb(0 0 0 / 10%);
}

ul.square-style, ul.tick-style, .o-main-sidebar ul {
    list-style: none;
}

ul.square-style {
    margin-left: 5px;
}

ul.square-style > li:before, .o-main-sidebar ul > li:before {
    content: '\25A0';
    display: inline-block;
    color: #C4515C;
    width: 20px;
    margin-left: -20px;
}

ul.square-style.white-square > li:before {
    color: #FFF;
}

ul.tick-style {
    padding-left: 25px;
}

ul.tick-style > li:before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-left: -20px;
    background-image: url('../../uploads/2022/10/tick-icon.svg');
    position: relative;
    top: 5px;
    left: -10px;
}

.o-main-sidebar ul > li:before {
    width: 15px;
    margin-left: -1.6rem;
}

.num-chain {
    padding-left: 90px;
    position: relative;
    z-index: 1;
}

.num-chain:before {
    content: '';
    position: absolute;
    width: 5px;
    height: calc(100% - 20px);
    background-color: #DDD;
    top: 20px;
    left: 23px;
}

.num-chain .elementor-heading-title {
    position: relative;
    margin: 0;
    padding: 10px 0;
}

.num-chain .heading-num {
    position: absolute;
    left: -90px;
    top: 5px;
    background: #C4515C;
    color: #FFF;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.contact-wrap {
    display: flex;
    align-items: center;
    margin-left: 3px;
}

.contact-wrap .contact-icon {
    width: 40px;
    margin-right: 30px;
    display: flex;
    align-items: center;
}

.contact-wrap .contact-content {
    width: 80%;
}

.contact-wrap .contact-content p {
    margin-bottom: 0;
}

.contact-wrap .contact-content.has-items {
    display: flex;
    flex-wrap: wrap;
}

.contact-content-item {
    margin-top: 10px;
}

.contact-wrap .contact-content .contact-content-item:first-child {
    margin-right: 30px;
}

#pr-footer .contact-wrap {
    margin-left: 0;
}

#pr-footer .contact-wrap .contact-icon {
    width: unset;
    margin-right: 13px;
}

#pr-footer .contact-wrap .contact-icon a {
    display: flex;
}

.pre-line {
    white-space: pre-line !important;
    display: inline-block;
}

iframe.iframe-contact-form {
    height: 1100px;
    margin-bottom: 60px;
}

.custom-pdf-viewer .pdfemb-toolbar {
    background-color: #D1D1D1;
}

.custom-pdf-viewer .pdfemb-viewer {
    border-color: #D1D1D1;
}

.custom-pdf-viewer .pdfemb-toolbar div {
    color: #FFF;
}

.custom-pdf-viewer .pdfemb-toolbar {
    display: flex;
    align-items: center;
}

.custom-pdf-viewer .pdfemb-wantmobile-fsarea {
    display: flex;
    justify-content: center;
    align-items: center;
    border: none;
    border-radius: 1px;
    background-color: #C4515C;
    color: #FFF;
    padding: 25px;
}

.block-container {
    padding: 50px 20px;
}

.block-content {
    max-width: 1025px;
    margin: 0 auto;
}

.author-single-info > .block-wrapper:first-child .block-container {
    padding-bottom: 80px;
}

.author-single-info .block-content {
    padding-top: 20px;
}

.author-single-info .block-content img.aligncenter {
    margin: 40px auto 0;
    display: block;
}

.img-hover-zoom > .elementor-widget-container,
.img-scale-hover > .elementor-widget-wrap .elementor-widget-image,
.img-scale-hover .o-blog-post .h-calculated-image {
    overflow: hidden;
}

.img-hover-zoom img,
.img-scale-hover img {
    transition: transform 0.6s;
}

.img-hover-zoom:hover img,
.img-scale-hover > .elementor-widget-wrap:hover img,
.img-scale-hover .o-blog-post .h-calculated-image:hover img {
    transform: scale(1.1, 1.1);
}

.img-line-border img {
    border-top-left-radius: 15px;
    box-shadow: 0 15px 0 #b0c6e1, 3px 0 15px rgb(0 0 0 / 15%);
}

.expand-border-hover a {
    border-bottom: 3px solid #C4515C;
    padding-bottom: 10px;
    position: relative;
    z-index: 1;
}

.expand-border-hover.light-blue-border a {
    border-color: #B0C6E1;
}

.expand-border-hover a:before {
    content: "";
    position: absolute;
    width: 30%;
    height: 5px;
    background-color: #000;
    left: 0;
    bottom: -3px;
    z-index: 2;
    transition: width 0.7s;
}

.expand-border-hover a:after {
    content: "";
    position: absolute;
    width: 30%;
    height: 5px;
    background-color: #000;
    right: 0;
    bottom: -3px;
    z-index: 2;
    transition: width 0.7s;
}

.expand-border-hover a:hover::before,
.expand-border-hover h3 a:hover::after {
    width: 0;
}

.red-box .expand-border-hover a {
    border-color: #FFF;
}

.red-box .expand-border-hover a:before,
.red-box .expand-border-hover a:after {
    background-color: #C4515C;
}

.bold-text .elementor-heading-title {
    font-weight: 500 !important;
}

body .cst-gg-reviews .rplg .rplg-review-text {
    display: block;
    margin-top: 3px;
}

body .cst-gg-reviews .rplg-slider .rplg-slider-prev span,
body .cst-gg-reviews .rplg-slider .rplg-slider-next span {
    top: -1px !important;
    left: 51% !important;
    line-height: 28px !important;
    font-size: 28px !important;
    transform: translatex(-50%);
}

body .cst-gg-reviews .rplg-grid .rplg-col-12 {
    width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
}

body .cst-gg-reviews .rplg-slider .rplg-slider-prev {
    left: -12px !important;
}

body .cst-gg-reviews .rplg-slider .rplg-slider-next {
    right: -12px !important;
}

.testi-boxes.style-2 .testi-author {
    width: 80px;
    height: 80px;
    background-color: #fff;
    color: #FFF;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}

.testi-boxes.style-2 .testi-content {
    text-align: center;
}

.test-content .elementor-widget-container, .testi-boxes.style-2 .testi-content .testimonial-wrap {
    position: relative;
}

.test-content .elementor-widget-container:before, .testi-boxes.style-2 .testi-content .testimonial-wrap:before {
    content: "\f10d" !important; /* Unicode for quote-left in Font Awesome */
    font-family: "Font Awesome 5 Free"; /* Font Awesome family */
    font-weight: 900; /* Ensures solid style icons */
    position: absolute;
    left: -22px;
    top: -5px;
    font-size: 18px;
    color: #bbb;
    display: block !important;
}

.test-content .elementor-widget-container:after, .testi-boxes.style-2 .testi-content .testimonial-wrap:after {
    content: "\f10e" !important; /* Unicode for quote-left in Font Awesome */
    font-family: "Font Awesome 5 Free"; /* Font Awesome family */
    font-weight: 900; /* Ensures solid style icons */
    position: absolute;
    right: -22px;
    bottom: -5px;
    font-size: 18px;
    color: #bbb;
    display: block !important;
}

.testi-boxes.style-2 .testi-content .testimonial-wrap:before, .testi-boxes.style-2 .testi-content .testimonial-wrap:after {
    color: #fff;
}

h2 *, h3 *, h4 * {
    font-size: inherit;
/*     text-transform: uppercase; */
}

h1, h2, h3, h4 {
/*     text-transform: uppercase; */
}

body .rplg .rplg-review-name {
    color: #C4515C !important;
}

/* ======================================================== MEDIA =================================================== */
@media screen and (min-width: 768px) {
    .coaching-slider .owl-stage-outer.owl-height {
        height: unset !important;
    }

    .coaching-slider .owl-carousel .owl-stage {
        display: flex;
        align-items: center;
    }

    .coaching-slider .owl-item:first-child {
        width: calc(100vw + 100px) !important;
    }

    .coaching-slider .owl-item.active {
        width: calc(100vw - 245px) !important;
    }


    .matchmaking-btn-col .elementor-element {
        padding: 62px 40px;
    }

    .matchmaking-btn-col a.text-link {
        padding: 30px 20px;
    }

    ul.square-style.d-white-square > li:before {
        color: #FFF;
    }

    .d-order-2 {
        order: 2;
    }

    .d-gray-background {
        background-color: #F9F9F9 !important;
    }

    .d-black-color, .d-black-color p {
        color: #000 !important;
    }

    .d-white-color, .d-white-color p {
        color: #FFF !important;
    }

    .mobile-only {
        display: none;
    }

    .red-block {
        position: relative !important;
    }

    .red-block::before {
        content: '';
        position: absolute;
        width: 100vw;
        height: 100%;
        background-color: #C4515C;
    }

    .red-block.red-block-index {
        z-index: 1
    }

    .red-block.red-block-index:before {
        z-index: -1;
    }

    .red-block-text p, .red-block-text a, .red-block-text h3,
    .red-block-text b, .red-block-text strong, .red-block-text li {
        color: #FFF;
    }

    .red-block-text a {
        text-decoration: underline;
    }

    .common-red-block-left:before,
    .common-red-block-right:before {
        content: '';
        width: 100vw;
        height: 75%;
        background-color: #C4515C;
        position: absolute;
        top: 15%;
        z-index: -1;
        pointer-events: none;
    }

    .common-red-block-left:before {
        left: -30px;
    }

    .common-red-block-right:before {
        right: -30px;
    }

    .page-banner > .elementor-container {
        min-height: 550px !important;
    }

    #blog-custom .o-blog-post .o-neuron-hover-holder__header,
    #blog-custom .o-blog-post .o-neuron-hover-holder__header img {
        height: 230px;
    }

    #blog-custom .o-blog-post .o-neuron-hover-holder__header img {
        object-fit: cover;
    }

    #blog-custom .o-blog-post__title {
        /* 		height: calc(2em + 20px); */
        height: auto;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .single-post .o-blog-post .o-blog-post__thumbnail img {
        height: 80vh;
        max-height: 750px;
        object-fit: cover;
    }

    .archive .o-blog-post .o-neuron-hover-holder__header,
    .archive .o-blog-post .o-neuron-hover-holder__header img {
        height: 230px;
    }

    .archive .o-blog-post .o-neuron-hover-holder__header img {
        object-fit: cover;
    }

    .custom-ver-tab .elementor-tabs-wrapper {
        border-left: 3px solid #C4515C;
        overflow: visible !important;
        margin-left: 70px;
    }

    .custom-ver-tab .elementor-tabs .elementor-tab-title {
        padding: 0 15px;
    }

    .custom-ver-tab .elementor-tabs .elementor-tab-title .tab-content {
        height: 0;
        margin: 0;
        transition: height 0.5s;
        overflow: hidden;
    }

    .custom-ver-tab .elementor-tab-title:not(.elementor-active) .tab-content {
        opacity: 0;
    }

    .custom-ver-tab .elementor-tab-title.elementor-active .tab-content {
        height: 200px;
    }

    .custom-ver-tab .elementor-tab-title.elementor-active:last-child {
        padding-bottom: 0;
    }

    .custom-ver-tab .elementor-tabs-content-wrapper {
        display: flex;
        align-items: center;
        position: relative;
        z-index: 1;
    }

    .custom-ver-tab .elementor-tabs-content-wrapper:before {
        content: '';
        position: absolute;
        width: 100vw;
        height: 25vw;
        max-height: 250px;
        background-color: #C4515C;
        z-index: -1;
        left: 30px;
        top: 18%;
    }

    .custom-ver-tab .elementor-tabs .elementor-tab-content {
        padding: 0;
        width: 0;
        height: 0;
        opacity: 0;
        display: block !important;
        transition: width 1s, height 1s, opacity .5s;
    }

    .custom-ver-tab .elementor-tabs .elementor-tab-content.elementor-active {
        width: 100%;
        height: 100%;
        opacity: 1;
    }

    .custom-ver-tab .tab-content {
        font-weight: 400;
    }

    .custom-ver-tab .tab-img {
        max-width: 500px;
        margin: 45px 0 0 auto;
        padding: 0;
    }

    .custom-ver-tab .tab-img img {
        max-height: 450px;
        object-fit: contain;
    }

    .single-post-nav-social {
        position: relative;
    }

    .single-post-nav-social .p-blog-single__social-media {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
}

@media screen and (min-width: 992px) {
    header.l-primary-header ul.menu.m-header-default-menu li.menu-item.menu-item-has-children > ul.sub-menu::before {
        height: 0;
    }

    .custom-testi .owl-item:first-child {
        width: calc(75vw - 15px) !important;
    }

    .custom-testi .owl-item .testi-content p {
        font-size: 13px !important;
        line-height: 20px;
    }

    .custom-testi .owl-item:not(.active) + .owl-item.active .testi p {
        font-size: 16px !important;
        line-height: 26px;
    }

    .custom-testi .owl-item:not(.active) + .owl-item.active .testi {
        position: relative;
        max-width: 800px;
        margin: 0 auto;
    }

    .custom-testi .owl-item:not(.active) + .owl-item.active .testi:before,
    .custom-testi .owl-item:not(.active) + .owl-item.active .testi:after {
        content: '';
        width: 60px;
        height: 60px;
        background-image: url("https://www.hytch.com.au/wp-content/uploads/2021/10/quote.png");
        background-size: cover;
        position: absolute;
        top: -20px;
    }

    .custom-testi .owl-item:not(.active) + .owl-item.active .testi:before {
        left: -70px;
        transform: rotate(180deg);
    }

    .custom-testi .owl-item:not(.active) + .owl-item.active .testi:after {
        right: -70px;
    }

    .custom-testi .owl-item:not(.active) + .owl-item:not(.active) .testi-content p {
        padding-right: 100px;
    }

    .custom-testi .owl-item.active + .owl-item.active .testi-content p {
        padding-left: 100px;
    }

    ul.sub-menu {
        width: max-content;
        min-width: max-content !important;
        padding: 11px 18px !important
    }

}

@media screen and (min-width: 1025px) {
    .custom-ver-tab .elementor-tabs-content-wrapper {
        margin-left: 50px;
    }

    .l-primary-header--default-wrapper.l-primary-header--default-height {
        height: 156px !important;
    }
}

@media screen and (min-width: 768px) and (max-width: 1200px) {
    #blog-custom .o-blog-post__title {
        /* 		height: calc(3em + 30px); */
        height: auto;
    }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .elementor-section.t-no-wrap > div {
        flex-wrap: nowrap !important;
    }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
    .home h1, .home h1.elementor-heading-title {
        font-size: 42px;
    }

    p.home-banner-text {
        font-size: 44px;
    }

    .custom-ver-tab .elementor-tabs-content-wrapper:before {
        left: 10px;
        top: 9vw;
    }

    .archive .o-blog-post .o-neuron-hover-holder__header,
    .archive .o-blog-post .o-neuron-hover-holder__header img {
        height: 150px;
    }

    .archive .o-blog-post__title a {
        font-size: 20px;
        line-height: 30px;
    }
}

@media screen and (max-width: 1450px) {
    .one-field-row .form-col {
        max-width: 100%;
        flex: unset;
    }
}

@media screen and (max-width: 1260px) {
    .coaching-slider .coaching-type .main-col img {
        max-width: 300px;
    }
}

@media screen and (max-width: 1024px) {
    .t-center-text {
        text-align: center !important;
    }

    .t-center-list {
        display: flex;
        justify-content: center;
    }

    .t-center-list ul {
        width: 75%;
    }

    .common-red-block-left:before {
        left: -20px;
    }

    .common-red-block-right:before {
        right: -20px;
    }

    .archive .o-blog-post__content {
        padding: 20px !important;
    }

    .coaching-slider .coaching-type .main-col img {
        float: none;
        left: 0;
        top: 0;
        margin: 0 0 15px;
        max-width: 100%;
    }

    .coaching-slider .owl-item.active .main-col {
        background-color: #FFF;
        margin: 0 60px;
    }
}

@media screen and (max-width: 991px) {
    header.l-primary-header.l-primary-header--responsive .l-primary-header--responsive__nav nav ul.menu li.menu-item a {
        font-size: 16px;
        line-height: 24px;
        font-weight: 400;
        letter-spacing: normal;
        text-transform: none;
    }

    .matchmaking-btn-col a.text-link {
        font-size: 22px;
        line-height: 28px;
    }

    .o-main-sidebar {
        display: flex;
        flex-direction: column;
    }

    .o-main-sidebar .widget_categories {
        width: 100%;
        /* 		padding-right: 15px; */
    }

    .o-main-sidebar .widget_recent_entries {
        width: 100%;
        /* 		padding-left: 15px; */
    }

    .o-main-sidebar .widget ul li a {
        font-size: 13px;
        line-height: 23px;
    }

}

@media screen and (max-width: 767px) {
    body .cst-gg-reviews .rplg-slider .rplg-slider-prev,
    body .cst-gg-reviews .rplg-slider .rplg-slider-next {
        display: none;
    }

    .coaching-slider .owl-item .nav-col {
        display: none;
    }

    .coaching-slider .owl-item .main-col {
        margin: 0 20px !important;
    }

    .coaching-slider .owl-item .main-col-inner {
        height: 100% !important;
        padding: 40px 20px 15px !important;
        box-shadow: 0 0 8px 0 rgb(0 0 0 / 40%);
        background-color: #000;
    }


    #pr-footer .contact-info-field .elementor-widget-container {
        display: flex;
        justify-content: center;
    }

    #pr-footer .contact-wrap {
        text-align: left;
        width: 100%;
        max-width: 200px;
        margin-left: 30px;
    }

    .l-primary-header--responsive-wrapper .a-logo.a-logo--image a {
        width: 185px !important;
        height: 60px !important;
    }

    .matchmaking-btn-col > .elementor-widget-wrap {
        flex-wrap: wrap;
    }

    .matchmaking-btn-col .elementor-element {
        padding: 56px 20px;
    }

    .single-post .l-main-wrapper {
        margin-top: -115px;
    }

    .single-post .aligncenter {
        margin: 0;
    }

    .img-shadow-right, .img-shadow-left {
        margin: 0 auto;
    }

    .img-shadow-right:before, .img-shadow-left:before {
        top: calc(3% + 15px);
    }

    .img-shadow-right:before {
        left: 15px;
    }

    .img-shadow-left:before {
        right: 15px;
    }

    p.home-banner-text {
        font-size: 40px;
    }

    .home h1, .home h1.elementor-heading-title {
        font-size: 32px;
    }

    .home h2, .home h2.elementor-heading-title {
        font-size: 32px;
    }

    h1, h1.elementor-heading-title {
        font-size: 32px;
    }

    h2, h2 span, h2.elementor-heading-title, h2.elementor-heading-title span {
        font-size: 30px;
    }

    h3, h3.elementor-heading-title {
        font-size: 24px;
        line-height: 32px;
    }

    .small-heading h3, .small-heading h3.elementor-heading-title, h3.in-text, p.same-h3 {
        font-size: 18px;
        line-height: 26px;
    }

    .h3-paragraph h3 {
        font-size: 16px;
    }

    .m-order-2 {
        order: 2;
    }

    .m-testi-white-content p, .m-testi-white-content span {
        color: #FFF;
    }

    .m-center-list {
        display: flex;
        justify-content: center;
    }

    .m-center-list ul {
        width: 75%;
    }

    .m-center-text {
        text-align: center;
    }

    .m-gray-background {
        background-color: #F9F9F9 !important;
    }

    .wpcf7 input[type='submit'] {
        margin-left: 0;
    }

    p, span {
        font-size: 15px;
        line-height: 25px;
    }

    p.caption-text, a.text-link {
        font-size: 20px;
        line-height: 30px;
    }

    p.block-quote {
        font-size: 24px;
    }

    .home p.block-quote {
        line-height: 28px;
        margin-top: 5px;
    }

    p.position {
        font-size: 18px;
        line-height: 26px;
    }

    p.co-founders-name {
        font-size: 14px;
    }

    #pr-footer {
        text-align: center;
    }

    #pr-footer a, #pr-footer p, #pr-footer span {
        font-size: 14px;
        line-height: 24px;
    }

    #pr-footer a.elementor-button {
        width: 100%;
        max-width: 200px;
    }

    .custom-ver-tab {
        padding-left: 40px;
    }

    .custom-ver-tab .elementor-tabs {
        border-left: 2px solid #C4515C;
    }

    .custom-ver-tab .elementor-tab-title {
        padding: 6px 10px;
    }

    .custom-ver-tab .elementor-tab-title .tab-content {
        display: none;
    }

    .custom-ver-tab .elementor-tab-content {
        border-top: none;
    }

    .custom-ver-tab .elementor-tab-title h3 {
        margin-bottom: 0;
    }

    .custom-ver-tab .elementor-tab-title.elementor-active h3 {
        margin-bottom: 5px;
    }

    .custom-ver-tab .elementor-tab-title .order {
        left: -5px;
        font-size: 24px;
        line-height: 32px;
    }

    .custom-ver-tab .tab-img img {
        height: 350px;
        object-fit: contain;
    }

    .custom-ver-tab .elementor-tabs .elementor-tab-content {
        padding-top: 0;
        padding-bottom: 0;
        height: 0;
        margin: 0;
        transition: height 0.5s;
        overflow: hidden;
        display: block !important;
    }

    .custom-ver-tab .elementor-tab-content:not(.elementor-active) {
        opacity: 0;
    }

    .custom-ver-tab .elementor-tab-content.elementor-active {
        height: 450px;
    }

    .custom-ver-tab .elementor-tab-title.elementor-active:last-child {
        padding-bottom: 0;
    }

    .num-chain {
        padding-left: 75px;
    }

    .num-chain .heading-num {
        left: -75px;
    }

    .author-single-info > .block-wrapper:first-child .block-container {
        padding-top: 40px;
        padding-bottom: 70px;
    }

    .single-post .l-main-wrapper .p-blog-single {
        padding-bottom: 30px;
    }

    .single-post .o-blog-post__content.has-sidebar {
        grid-template-columns: 1fr;
    }

    .single-post .p-blog-single__social-media {
        padding-bottom: 50px;
    }
}

@media screen and (max-width: 480px) {
    .single-post .o-blog-post .o-blog-post__meta {
        justify-content: start;
    }

    .contact-wrap .contact-icon {
        justify-content: center;
    }

    .custom-ver-tab .tab-img img {
        height: 270px;
        object-fit: cover;
    }

    .banner-quote {
        font-size: 18px;
        line-height: 24px;
    }

    .banner-quote.long-text {
        font-size: 15px;
        line-height: 21px;
    }

    .select2-container--open .select2-dropdown--below {
        margin-top: 45px;
    }

    .m-center-wide-list ul {
        width: 95%;
    }

    .m-center-med-list ul {
        width: 85%;
    }
}

@media screen and (max-width: 360px) {
    p.home-banner-text {
        font-size: 32px;
    }
}

@media screen and (min-width: 768px) {
    #contact-form .contact-form-col {
        max-width: 650px;
        padding: 0;
    }

    #contact-form .contact-form-col > .elementor-widget-wrap {
        padding: 60px 40px 0;
    }
}

body header a.elementor-button .elementor-button-text {
    font-family: "Inter", Sans-serif;
    font-size: 11px;
    font-weight: 500;
    text-transform: uppercase;
    font-style: normal;
    text-decoration: none;
    line-height: 1.2em;
    letter-spacing: 1.32px;
    color: #FFFFFF;
}

body:not(.home) header a.elementor-button {
    background-color: #C4515C !important;
    font-family: "Inter", Sans-serif;
    font-size: 11px;
    font-weight: 500;
    text-transform: uppercase;
    font-style: normal;
    text-decoration: none;
    line-height: 1.2em;
    letter-spacing: 1.32px;
    fill: #FFFFFF;
    color: #FFFFFF;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #C4515C;
    border-radius: 0px 0px 0px 0px;
    padding: 10px 24px 10px 24px;
    min-width: auto;
}

body .custom-ver-tab .elementor-tab-title.elementor-active .tab-content, body .test-content * {
	font-family: "Inter", Sans-serif;
    font-weight: 300;
	line-height: 1.75;
}

body:not(.home) header a.elementor-button:hover .elementor-button-text {
    color: #fff !important;
}

.nav-cta {
    background: #C4515C !important;
    color: var(--white) !important;
    padding: 10px 24px !important;
    border: none !important;
    cursor: pointer;
    transition: all 0.4s !important;
    box-shadow: none !important;
    font-family: 'Inter', sans-serif !important;
    font-weight: 500 !important;
    letter-spacing: 0.12em !important;
    text-transform: uppercase !important;
    font-size: 11px !important;
}

.nav-cta:hover {
    transform: translatey(-2px);
}

.test-auth {
	background: #C4515C !important;
}

.ti-widget.ti-goog.ti-disable-font .ti-widget-container, .ti-widget.ti-goog.ti-disable-font .ti-widget-container *, .ti-widget.ti-goog.ti-disable-font .ti-enable-widget {
	font-family: 'Inter', sans-serif !important;
}
