/*!
Theme Name: Kadence Child
Theme URI: https://www.kadencewp.com/kadence-theme/
Template: kadence
Author: Kadence WP
Author URI: https://www.kadencewp.com/
Description: A child theme for the Kadence Theme.
Version: 1.0.0
License: GNU General Public License v3.0 (or later)
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Text Domain: kadence-child
*/

/* Theme customization starts here
-------------------------------------------------------------- */
/* */
.site-top-header-wrap .site-header-row-container-inner {
	background: #055115 !important;
	color: #FFF;
	font-size: 14px;
}
.site-top-header-wrap .site-header-row-container-inner a {
	color: #FFF;
}
/* */
.f-s-30 {
	font-size: 30px;
}
.f-s-40 {
	font-size: 40px;
}
.f-s-68 {
	font-size: 68px;
}
.h-750 {
	height: 750px;
}
.hero-title {
	margin-top: 80px;
	font-size: 68px;
}
.f-semibold {
	font-weight: 700;
}
.b-radius-45 {
	border-radius: 0 0 45px 45px;
}
.b-radius-55 {
	border-radius: 0 0 55px 55px;
}
.m-w-1140 {
	margin: 0 auto;
	width: 100%;
	max-width: 1140px;
}
.m-w-970 {
	margin: 0 auto;
	width: 100%;
	max-width: 970px;
}
.page-id-275 ol,
.page-id-275 ul,
.privacy-policy ol,
.privacy-policy ul {
	margin-bottom: 0 !important;
}
.numbers-title {
	color: #FFF;
    background: var(--global-palette1);
    font-size: 60px;
    border-radius: 70px;
    padding: 70px 0;
}
.support-image img,
.support-image > figure,
.support-image > figure > .vc_single_image-wrapper {
	width: 100%;
}
.opinions-col > .vc_column-inner,
.opinions-col > .vc_column-inner > .wpb_wrapper,
.support-col > .vc_column-inner,
.support-col > .vc_column-inner > .wpb_wrapper {
    height: 100%;
}
.support-col > .vc_column-inner > .wpb_wrapper {
    background: var(--global-palette1);
    border-radius: 0 0 25px 25px;
}
.support-image {
    margin-bottom: 0 !important;
}
.support-title {
    font-size: 18px;
    font-weight: 600;
    padding: 10px;
    margin-bottom: 0 !important;
}
.support-text {
    padding: 20px 10px 20px 10px;
}
.support-title,
.support-text {
    background: var(--global-palette1);
}
.green-btn a {
	width: 100%;
	max-width: 477px;
	border-radius: 40px !important;
	font-size: 30px !important;
	font-weight: 700 !important;
	font-family: inherit !important;
	background-image: unset !important;
	transition: all .3s ease-in-out !important;
}
.green-btn a:hover,
.green-btn a:focus,
.green-btn a:active {
	background: #3ABE57 !important;
}
.green-btn.outline-btn a {
	color: #3ABE57 !important;
	border: 2px solid #3ABE57 !important;
}
.green-btn.outline-btn a:hover,
.green-btn.outline-btn a:focus,
.green-btn.outline-btn a:active {
	background: #055115 !important;
	color: #FFF !important;
	border-color: #055115 !important;
}
.how-it-works-section,
.opinions-section {
	border-radius: 25px;
}
.how-it-works-number > .wpb_wrapper {
    font-size: 50px;
    font-weight: 900;
    background: #fff;
    border-radius: 50%;
    width: 100px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    position: relative;
    z-index: 1;
    border: 8px solid var(--global-palette1);
}
.how-it-works-number p {
    color: var(--global-palette1) !important;
}
.how-it-works-title {
    font-weight: 600;
    font-size: 24px;
    margin: 0 0 6px 0 !important;
}
.common-title {
    font-size: 30px;
    font-weight: 500;
}
.trust-us-icon img {
    width: 50px;
}
.trust-us-info-title {
    font-size: 20px;
    font-weight: bold;
    color: var(--global-palette1);
    margin: 0 0 4px 0 !important;
}
.opinions-initials > .wpb_wrapper {
    width: 80px;
    height: 80px;
    background: var(--global-palette1);
    color: #FFF;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 600;
    font-size: 30px;
}
.opinions-col > .vc_column-inner > .wpb_wrapper {
    padding: 20px;
    background: #FFF;
    border-radius: 25px;
    transition: all .3s ease-in-out;
    box-shadow: 0 0 0 0 transparent;
    border: 2px solid var(--global-palette1);
}
.opinions-col > .vc_column-inner > .wpb_wrapper:hover {
    box-shadow: 0 0 8px 0 var(--global-palette1);
}
.opinions-author > .wpb_wrapper {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}
.opinions-desc,
.opinions-author > .wpb_wrapper p,
.opinions-author,
.opinions-stars,
.opinions-position {
	margin-bottom: 0 !important;
}
.forminator-ui#forminator-module-130.forminator-design--default .forminator-button-submit,
.forminator-ui#forminator-module-130.forminator-design--default .forminator-button-upload {
	background: var(--global-palette1) !important;
}
footer {
    color: #000;
}
footer a {
    transition: all 0.3s ease-in-out;
}
footer .footer-contact {
    margin-bottom: 48px;
}
footer .footer-contact p {
    margin: 0;
}
footer .site-bottom-footer-inner-wrap {
    padding-top: 0;
}
footer .site-middle-footer-wrap {
    font-size: 17px;
}
footer a:hover,
footer a:focus,
footer a:active {
    text-decoration: underline !important;
    color: var(--global-palette6) !important;
}
footer .site-bottom-footer-inner-wrap p {
    font-size: 14px;
}
@media screen and (max-width: 1199px) {
	.numbers-title {
		font-size: 40px;
	}
}
@media screen and (min-width: 992px) and (max-width: 1299px) {
	.hero-section {
		height: 520px;
	}
	.hero-title {
		font-size: 50px;
	}
}
@media screen and (min-width: 992px) {
	.align-right-desktop {
		text-align: right;
	}
	.trust-us-section {
		z-index: 1;
		position: relative;
	}
	.trust-us-section .custom-position {
		z-index: 0;
		position: absolute;
		bottom: -130px;
		right: 0;
	}
	.right-position {
		position: absolute;
		z-index: 0;
		right: 0;
	}
	.top-position {
		top: 0;
	}
	.bottom-position {
		bottom: 0;
	}
	.p-relative {
		position: relative;
		z-index: 1;
	}
}
@media screen and (max-width: 991px) {
	.hero-title {
		font-size: 40px;
	}
	.custom-heading-2 h2 {
		font-size: 30px;
	}
	.numbers-title {
		margin: 0 auto;
		margin-bottom: 20px;
		padding: 40px 0;
		margin-bottom: 16px !important;
		border-radius: 40px;
	}
	.green-btn a {
		font-size: 20px !important;
	}
	.how-it-works-number {
        margin-bottom: 6px !important;
    }
	.right-position,
	.trust-us-section .custom-position {
		display: none;
	}
}
@media screen and (min-width: 1201px) {
    .support-col > .vc_column-inner > .wpb_wrapper {
        width: 100%;
        max-width: 350px;
    }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
    .support-col > .vc_column-inner > .wpb_wrapper {
        width: 100%;
    }
}
@media screen and (min-width: 768px) {
	.green-line {
		position: relative;
	}
	.green-line:before {
		content: "";
		position: absolute;
		height: 6px;
		width: 100%;
		bottom: 18px;
		left: 0;
		border-radius: 0 5px 5px 0;
		background: var(--global-palette1);
	}
	.trust-us-wrapper {
		display: flex;
		gap: 10px;
	}
	.trust-us-icon {
		flex: 0 0 auto;
	}
}
@media screen and (min-width: 768px) and (max-width: 991px) {
	.hero-section {
		height: 457px;
		max-height: 457px;
	}
	.green-line:before {
		bottom: 11px;
	}
	.f-s-68 {
		font-size: 50px;
	}
	.f-s-40 {
		font-size: 34px;
	}
	.f-s-30 {
		font-size: 24px;
	}
}
@media screen and (max-width: 767px) {
	.f-s-68 {
		font-size: 40px;
	}
	.f-s-40 {
		font-size: 30px;
	}
	.f-s-30 {
		font-size: 20px;
	}
	.support-col {
        margin-bottom: 30px;
    }
    .support-col > .vc_column-inner > .wpb_wrapper {
        width: 100%;
        max-width: 350px;
        margin: 0 auto;
    }
	.hero-title p {
		line-height: 1.2;
	}
}
@media screen and (min-width: 500px) and (max-width: 991px) {
	.numbers-title {
		width: 50%;
	}
}
@media screen and (min-width: 490px) and (max-width: 767px) {
    .hero-section {
        height: 457px;
        max-height: 457px;
    }
}
@media screen and (max-width: 489px) {
    .hero-section {
        height: 100%;
        max-height: 100%;
    }
	.hero-title {
		margin-top: 110px;
	}
}
/*====================================================================*/
.c-white,
.c-white h1,
.c-white p {
    color: #fff;
}
.f-30 {
    font-size: 30px;
}
#primary {
    margin: 0;
}
div.entry-content-wrap {
    padding-top: 0;
}
div.popup-drawer .drawer-inner {
    max-width: 50%;
}

/*.hero-section {
    height: 657px;
    max-height: 657px;
}
.hero-row > .vc_column-inner {
    margin: 0 auto;
    max-width: 950px;
}
.hero-title h1 {
    font-size: 50px;
}
.hero-text {
    font-weight: 500;
}*/
.custom-btn a,
.red-btn a {
    font-size: 30px !important;
    font-weight: 500 !important;
    border-radius: 15px !important;
    padding: 28px 55px !important;
    box-shadow: 0 0 0 0 transparent !important;
    transition: all 0.3s ease-in-out !important;
    width: 550px;
    max-width: 100%;
}
.red-btn a:hover,
.red-btn a:focus,
.red-btn a:active {
    background: #AD2F31 !important;
    text-decoration: none !important;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.6) !important;
}
.custom-btn a:hover,
.custom-btn a:focus,
.custom-btn a:active {
    text-decoration: none !important;
    background-color: #271643 !important;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.6) !important;
}
.red-btn a,
.custom-btn a,
.border-btn a {
    background-image: none !important;
}
.red-btn a {
    border: 3px solid #AD2F31 !important;
}
.custom-btn a,
.border-btn a {
    border: 3px solid #2d115c !important;
}
.border-btn a:hover,
.border-btn a:focus,
.border-btn a:active {
    color: #fff !important;
}




.count-number,
.count-title {
    margin-bottom: 0 !important;
}
.opinions-author img {
    width: 100px;
    position: relative;
    top: 5px;
}
.count-number {
    font-size: 60px;
    font-weight: 600;
}
.count-title {
    font-size: 24px;
}

@media screen and (max-width: 1200px) {
    .custom-btn a,
    .red-btn a {
        font-size: 20px !important;
    }
    .center-btn {
        text-align: center;
    }
}
@media screen and (max-width: 1023px) {
    footer .footer-contact {
        margin-bottom: 24px;
    }
}
@media screen and (min-width: 992px) {
    .white-line-between-numbers {
        position: relative;
    }
    .white-line-between-numbers:after {
        content: "";
        position: absolute;
        width: 70%;
        height: 2px;
        background: white;
        left: 50%;
        transform: translateX(-50%);
        top: 48px;
        z-index: 0;
    }
    .count-section {
        border-radius: 25px;
    }
}
@media screen and (max-width: 991px) {

    .count-number {
        font-size: 40px;
    }
    .count-title {
        font-size: 16px;
    }
}
@media screen and (min-width: 768px) and (max-width: 991px) {


    .hero-text,
    .f-30 {
        font-size: 24px;
    }
}
@media screen and (min-width: 768px) {

}
@media screen and (max-width: 767px) {

    .f-30 {
        font-size: 20px;
    }
    .hero-text {
        font-size: 20px;
        text-shadow: 1px 1px 0 #000, -1px -1px 0 #000, 1px -1px 0 #000,
            -1px 1px 0 #000;
    }
    .custom-btn a,
    .red-btn a {
        font-size: 16px !important;
        padding: 18px 55px !important;
    }
    .count-section .vc_col-sm-3 > .vc_column-inner > .wpb_wrapper {
        margin-bottom: 20px;
    }
}

