/*!
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
-------------------------------------------------------------- */
div.entry-content-wrap {
	padding: 0;
}
#main-header .site-container {
	max-width: 1450px;
}
#main-header .site-header-row-container-inner {
	box-shadow: 0 0 4px 4px rgb(0 0 0 / 25%);
}

#main-header li a {
	display: flex;
	align-items: center;
	font-family: Quicksand, sans-serif;
	font-weight: 300;
	color: #6A6A6A;
	transition: all .3s ease-in-out;
	letter-spacing: 2.5px;
}
#main-header li {
	position: relative;
	padding-left: 20px;
	padding-right: 20px;
}
#main-header #site-navigation,
#main-header li,
#main-header li a {
	height: 100%;
}
#main-header li.current_page_item:after,
#main-header li:hover:after {
	content: "";
    position: absolute;
    bottom: -9px;
    width: 100%;
    height: 9px;
    background: #FAD200;
    left: 0;
}
#main-header li.current_page_item a,
#main-header li:hover a {
	color: #FAD200;
	font-weight: 700;
}
.popup-drawer div.drawer-inner {
	max-width: 30%;
}
.company-section {
	border-bottom: 8px solid #FAD200;
}
.company-section,
.contact-section {
	padding-top: 80px;
	padding-bottom: 40px;
}
.company-subtitle,
.offer-subtitle,
.common-subtitle {
	font-family: Quicksand, sans-serif;
	font-weight: 600;
	font-size: 15px;
	line-height: 20px;
	letter-spacing: 3px;
}
.company-subtitle {
	margin-bottom: 22px !important;
}
.company-subtitle,
.common-subtitle {
	color: #6A6A6A;
}
.company-title,
.common-title {
	/*font-family: Quicksand, sans-serif;*/
	font-weight: 300;
	font-size: 48px;
	line-height: 58px;
	color: #000;
	margin-bottom: 40px;
}
.company-text {
	opacity: 0.87;
}
.company-text,
.offer-text {
	font-weight: 300;
	font-size: 22px;
	line-height: 24px;
}
.offer-section {
	padding-top: 45px;
	padding-bottom: 45px;
}
.offer-subtitle,
.offer-title,
.offer-text {
	color: #FFF;
}
.offer-title {
	font-weight: 700;
	font-size: 50px;
	line-height: 58px;
	padding-bottom: 10px;
}
.arrow-up-id {
	margin-top: 50px;
}
.arrow-up-id img {
	filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
}
.offer-type-section .vc_column_container .vc_column-inner {
	padding-top: 0 !important;
}
.offer-type-title {
	font-family: Quicksand, sans-serif;
	font-weight: 300;
	font-size: 36px;
	line-height: 36px;
	color: #000;
}
.offer-type-text {
	font-weight: 500;
	font-size: 14px;
	line-height: 20px;
	text-align: justify;
	color: #5D5F6D;
}
.offer-type-section .offer-col > .vc_column-inner {
	padding-top: 70px !important;
	padding-left: 80px !important;
	padding-right: 80px !important;
	padding-bottom: 20px;
}
div.offer-type-btn button.vc_btn3 {
	background: #FAD200 !important;
    border: #FAD200 !important;
	border-radius: 0;
	font-weight: 700;
	font-size: 16px;
	line-height: 24px;
	color: #FFFFFF;
	opacity: 0.87;
	padding: 10px 30px;
}
.different-col p {
	color: #FFF;
}
/*.icons-section {
	max-width: 1110px !important;
	margin: 0 auto !important;
    text-align: center;
}*/
.icons-section {
	padding-top: 80px;
	padding-bottom: 45px;
	text-align: center;
}
.icon-title {
	font-family: Quicksand, sans-serif;
	font-weight: 300;
	font-size: 36px;
	line-height: 38px;
	color: #000000;
}
.icon-text {
	font-weight: 500;
	font-size: 14px;
	line-height: 20px;
	color: #5D5F6D;
	max-width: 240px;
	margin-left: auto;
	margin-right: auto;
}

footer .footer-widget2 {
	align-items: flex-end;
}
footer .site-middle-footer-inner-wrap {
	max-width: 1700px;
	margin: 0 auto;
}
footer .footer-title {
	font-family: Quicksand, sans-serif;
	font-weight: 700;
	font-size: 40px;
	line-height: 40px;
	margin-top: 35px;
	margin-bottom: 30px;
}
footer,
footer#colophon a {
	color: #FFF;
}
footer#colophon a:hover,
footer#colophon a:focus,
footer#colophon a:active {
	color: #FAD200;
}
footer .contact-info {
	position: relative;
	padding-bottom: 26px;
}
footer .contact-info:after {
	content: "";
    position: absolute;
    bottom: 0;
    /*width: 34%;*/
    height: 2px;
    background: #FAD200;
    left: 0;
}
footer .footer-company {
	padding-top: 24px;
}
footer .contact-info,
footer .footer-company {
	font-weight: 700;
	font-size: 20px;
	line-height: 24px;
}
footer .footer-menu {
	display: flex;
	text-transform: uppercase;
}
footer .footer-menu .left-menu {
	margin-right: 120px;
}
footer .footer-menu a {
	font-weight: 900;
	font-size: 20px;/*24*/
	line-height: 20px;
	color: #FFFFFF;
	display: inline-block;
	margin-bottom: 15px;
	text-transform: initial;
}

.contact-logo {
	display: inline-block;
	margin-left: 30px;
}
.contact-text p,
.common-text p {
	font-size: 16px;
	line-height: 20px;
	max-width: 1128px;
	margin: 0 auto;
	text-align: center;
}
.contact-info-section {
	border-bottom: 4px solid #FAD200;
	padding-top: 70px;
	padding-bottom: 60px;
}
.contact-info-section a {
	color: #FFF;
}
.contact-info-box a,
.contact-info-section small {
	opacity: .6;
}
.contact-info-section small {
	font-weight: 500;
	font-size: 14px;
	line-height: 20px;
	color: #FFFFFF;
	opacity: 0.6;
}
.contact-info-title {
	font-family: Quicksand, sans-serif;
	font-weight: 600;
	font-size: 24px;
	line-height: 24px;
	color: #FAD200;
	opacity: 0.6;
	position: relative;
	padding-bottom: 22px;
}
.contact-info-title:after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 1px;
	background: rgba(255, 255, 255, 0.08);
}
.contact-info-text {
	font-weight: 500;
	font-size: 20px;
	line-height: 28px;
	color: #FFF;
	padding-top: 12px;
}
.contact-info-box {
	text-align: center;
	display: flex;
    justify-content: center;
    align-items: center;
}
.contact-info-box img {
    margin-right: 10px;
}
.contact-info-box:first-child img {
	margin-right: 20px;
}
.contact-info-box a:hover {
	color: #FAD200;
}
.wpb_gmaps_widget {
	position: relative;
}
.wpb_gmaps_widget:before {
	content: "";
	position: absolute;
	top: -4px;
	left: 0;
	right: 0;
	width: 100%;
	box-shadow: 0 0 4px 4px rgb(0 0 0 / 25%);
	height: 4px;
}
.form-section {
	padding-bottom: 50px;
}
.form-section div[role="form"] {
	max-width: 800px;
    margin: 0 auto;
    text-align: center;
}
.form-section input[type="text"],
.form-section input[type="email"],
.form-section textarea {
    border: 0;
	width: 100%;
	color: #000;
	border-radius: 0;
    border-bottom: 2px solid rgb(35 37 54 / 20%);
}
.form-section label > span:not(.wpcf7-form-control-wrap) {
	font-family: Quicksand, sans-serif;
	font-weight: 700;
	font-size: 16px;
	line-height: 20px;
	color: #232536;
	opacity: 0.6;
	display: inline-block;
}
.form-section .wpcf7-form-control label {
	font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    text-align: justify;
    color: #6A6A6A;
	display: flex;
}
.form-section input[type="checkbox"] {
	width: 25px;
	height: 25px;
	border-radius: 0 !important;
	flex: none;
	margin-right: 20px;
}
.form-section .wpcf7-checkbox .wpcf7-list-item {
	margin: 0;
}
.form-section input[type="submit"] {
	font-family: Quicksand, sans-serif;
	background: #FAD200;
    box-shadow: 0px 4px 4px rgb(0 0 0 / 25%);
    padding: 12px 64px;
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
    opacity: .87;
}
.form-section input[type="submit"]:hover,
.form-section input[type="submit"]:active,
.form-section input[type="submit"]:focus {
	background: #e3c007;
}
.about-us-section {
	padding-top: 80px;
	padding-bottom: 80px;
}
.what-use-section {
	padding-top: 60px;
	padding-bottom: 25px;
}
.logos-section {
	padding-top: 90px;
	padding-bottom: 35px;
}
.logos-section:before {
    content: "";
    position: absolute;
    top: -4px;
    left: 0;
    right: 0;
    width: 100%;
    height: 4px;
    box-shadow: 0px 4px 4px 0px rgb(0 0 0 / 25%);
}
.logos-row {
	margin-bottom: 30px;
}
.white-subtitle,
.white-title {
	color: #FFF;
}
.white-title {
	font-weight: 700;
}
.offer-box {
	padding-top: 10px;
	padding-bottom: 10px;
}
.offer-box-subtitle,
.offer-box-description {
	color: #FFF;
	opacity: 0.87;
}
.offer-box-subtitle {
	font-family: Quicksand, sans-serif;
	font-weight: 600;
	font-size: 15px;
	line-height: 20px;
	letter-spacing: 3px;
	text-transform: uppercase;
	margin-bottom: 30px !important;
}
.offer-box-title {
	font-family: Quicksand, sans-serif;
	font-style: normal;
	font-weight: 700;
	font-size: 48px;
	line-height: 58px;
	color: #FAD200;
}
.offer-box-description {
	font-weight: 500;
	font-size: 22px;
	line-height: 24px;
	margin-bottom: 66px !important;
}
.offer-box-description p {
	margin-bottom: 20px !important;
}
.offer-box-btn button {
    background: #FAD200 !important;
    font-family: Quicksand, sans-serif !important;
    font-weight: 500 !important;
    font-size: 24px !important;
    line-height: 44px !important;
    text-align: center !important;
    letter-spacing: 6px !important;
    color: #FFF !important;
    padding: 12px 30px !important;
    border-radius: 0 !important;
}
.offer-box-btn button:hover,
.up-and-down-btn button:hover {
	background: #e3c007 !important;
}
.choose-set-section {
	padding-top: 70px;
	padding-bottom: 70px;
}
.choose-set-title {
	font-family: Quicksand, sans-serif;
	font-weight: 300;
	font-size: 36px;
	line-height: 38px;
	color: #000;
}
.choose-set-text {
	font-weight: 500;
	font-size: 14px;
	line-height: 20px;
	max-width: 200px;
	margin: 0 auto;
}
.one-dashed-border .vc_column-inner > .wpb_wrapper,
.two-dashed-border .vc_column-inner > .wpb_wrapper {
	position: relative;
}
.one-dashed-border .vc_column-inner > .wpb_wrapper:after,
.two-dashed-border .vc_column-inner > .wpb_wrapper:after,
.two-dashed-border .vc_column-inner > .wpb_wrapper:before {
    content: "";
    position: absolute;
    top: 50%;
    right: -8%;
    height: 2px;
    width: 80px;
	background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' rx='4' ry='4' stroke='%23333' stroke-width='7' stroke-dasharray='6%2c 14' stroke-dashoffset='17' stroke-linecap='square'/%3e%3c/svg%3e");
}
.two-dashed-border .vc_column-inner > .wpb_wrapper:after {
	transform: rotate(-140deg);
	top: 60%;
}
.two-dashed-border .vc_column-inner > .wpb_wrapper:before {
	transform: rotate(140deg);
	top: 40%;
}
.choose-set-col p,
.choose-set-col button {
	font-family: Quicksand, sans-serif !important;
}
.up-and-down-set {
	
}
.up-and-down-title {
	font-weight: 700;
	font-size: 20px;
	line-height: 29px;
	letter-spacing: 5px;
	text-transform: uppercase;
	margin-bottom: 4px !important;
}
.up-and-down-subtitle {
	font-weight: 600;
	font-size: 15px;
	line-height: 29px;
	letter-spacing: 3px;
	text-transform: uppercase;
	margin-bottom: 4px !important;
}
.up-and-down-btn {
	display: block !important;
	text-align: center;
}
.up-and-down-btn button {
	background: #FAD200 !important;
	font-weight: 500 !important;
    font-size: 24px !important;
    line-height: 32px !important;
    text-align: center !important;
    letter-spacing: 6px !important;
	color: #FFF !important;
}
.move-down {
	margin-top: 70px;
}
.different-pos-border .vc_column-inner > .wpb_wrapper:after {
	right: -16%;	
}
.services-section {
	padding-top: 30px;
	padding-bottom: 30px;
}
.services-title {
	font-family: Quicksand, sans-serif;
	font-weight: 600;
	font-size: 52px;
	line-height: 58px;
	color: #000;
	margin-bottom: 24px !important;
}
.services-text {
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	text-align: justify;
	color: #232536;
	opacity: 0.6;
	margin-bottom: 45px;
}
div.services-btn button.vc_btn3 {
	font-family: Quicksand, sans-serif !important;
	font-weight: 700 !important;
	font-size: 16px !important;
	line-height: 24px !important;
	color: #FFF !important;
	opacity: 0.87 !important;
	background: #6A6A6A !important;
	border-color: #6A6A6A !important;
	box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25) !important;
}
div.services-btn button.vc_btn3:hover {
	box-shadow: 0 0 0 transparent !important;
	background: #3a3939 !important;
	border-color: #3a3939 !important;
}
.services-subtitle {
	font-family: Quicksand, sans-serif;
	font-weight: 600;
	font-size: 14px;
	line-height: 20px;
	letter-spacing: 3px;
	text-transform: uppercase;
	color: #232536;
	margin-bottom: 44px !important;
}
.services-link img,
.services-link a {
	display: inline-block;
}
.services-link img {
	margin-left: 20px;
	opacity: 0;
}
.services-link a:hover img {
	opacity: 1;
}
.services-link a {
	font-family: Quicksand, sans-serif;
	font-weight: 300;
	font-size: 24px;
	line-height: 36px;
	color: #232536;
	text-decoration: none;
}
.services-link a:hover,
.services-link a:active,
.services-link a:focus {
	color: #FFF;
	font-weight: 700;
}
.services-link {
	margin-bottom: 16px !important;
}
.services-left-col .vc_column-inner > .wpb_wrapper {
	max-width: 624px;
}
.bg-col {
	height: 335px;
}
.icons-section .vc_col-sm-4:hover img {
    filter: invert(100%) sepia(49%) saturate(1064%) hue-rotate(11deg) brightness(116%) contrast(105%);
}
@media screen and (max-width: 1500px) {
	.up-and-down-subtitle {
		font-size: 12px;
		line-height: 18px;
	}
	.choose-set-title {
		font-size: 28px;
		line-height: 32px;
	}
}
@media screen and (min-width: 1221px) and (max-width: 1500px) {

	.one-dashed-border .vc_column-inner > .wpb_wrapper:after, 
	.two-dashed-border .vc_column-inner > .wpb_wrapper:after, 
	.two-dashed-border .vc_column-inner > .wpb_wrapper:before {
		right: -10%;
	}
	.different-pos-border .vc_column-inner > .wpb_wrapper:after {
		right: -16% !important;
	}
}
@media screen and (max-width: 1350px) {
	.offer-box .vc_column-inner > .wpb_wrapper,
	.services-section .vc_column-inner > .wpb_wrapper {
		padding-left: 15px !important;
		padding-right: 15px !important;
	}
	.offer-box-description {
		font-size: 18px;
		line-height: 22px;
	}
}
@media screen and (max-width: 1219px) {
	.one-dashed-border .vc_column-inner > .wpb_wrapper:after, 
	.two-dashed-border .vc_column-inner > .wpb_wrapper:after, 
	.two-dashed-border .vc_column-inner > .wpb_wrapper:before {
		display: none;
	}
}
@media screen and (min-width: 992px) and (max-width: 1500px) {
	.up-and-down-btn button {
		font-size: 16px !important;
		line-height: 27px !important;
	}
}
@media screen and (min-width: 992px) and (max-width: 1220px) {
	.offer-box-title {
		font-size: 40px;
		line-height: 50px;
	}
	.offer-box-btn button {
		font-size: 20px !important;
		line-height: 34px !important;
		padding: 12px 20px !important;
	}
}
@media screen and (min-width: 1025px) {
	#main-header .site-header-section-right .site-header-item {
		margin-right: 80px;
	}
	footer .footer-left-col {
		display: flex;
		justify-content: center;
		align-items: center;
	}
	footer img {
		height: fit-content;
	}
	footer .footer-contact-block {
		padding-left: 60px;
	}
	footer {
		padding-top: 20px;
		padding-bottom: 0px;
	}
	footer .contact-info:after {
		width: 100%;
	}
	footer .footer-menu {
		justify-content: center;
	}
}
@media screen and (max-width: 1024px) {
	footer img {
		padding-bottom: 20px;
	}
	footer .contact-info:after {
		width: 34%;
	}
}
@media screen and (min-width: 992px) and (max-width: 1287px) {
	.icon-title {
		font-size: 26px;
		line-height: 28px;
	}
}
@media screen and (min-width: 992px) {
	.company-title,
	.common-title {
		max-width: 1206px;
		margin-left: auto !important;
		margin-right: auto !important;
	}
}
@media screen and (max-width: 991px) {
	.arrow-up-id img {
		max-width: 60% !important;
		margin: 0 auto;
	}
	.offer-section {
		padding-top: 20px;
		padding-bottom: 20px;
	}
	.offer-type-title,
	.icon-title,
	.offer-box-title {
		font-size: 30px;
	}
	footer {
		padding-top: 0;
		padding-bottom: 0;
	}
	footer .contact-info, 
	footer .footer-company {
		font-size: 18px;
    	line-height: 22px;
	}
	footer .contact-info {
		padding-bottom: 20px;
	}
	footer .footer-company {
		padding-top: 20px;
	}
	footer .footer-menu {
		display: unset;
	}
	footer .footer-menu a {
		margin-bottom: 10px;
	}
	.form-section div[role="form"] {
		padding: 0 40px;
	}
	.contact-logo {
		width: 32px;
	}
	.up-and-down-btn button {
		font-size: 18px !important;
		line-height: 22px !important;
	}
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
	.services-title {
		font-size: 38px;
		line-height: 42px;
	}
	.services-link a {
		font-size: 18px;
		line-height: 26px;
	}
}
@media screen and (min-width: 768px) and (max-width: 991px) {
	.company-title,
	.offer-title,
	.common-title {
		font-size: 38px;
    	line-height: 48px;
	}
	.offer-type-section .offer-col > .vc_column-inner {
		padding-top: 30px !important;
		padding-left: 30px !important;
		padding-right: 30px !important;
	}
	footer .footer-title {
		font-size: 32px;
    	line-height: 34px;
	}
	footer .footer-menu a {
		font-size: 20px;
		line-height: 22px;
	}
	.offer-box-title {
		font-size: 26px;
    	line-height: 32px;
	}
	.offer-box-subtitle {
		font-size: 13px;
	}
}
@media screen and (min-width: 768px) {
	.offer-box .vc_column-inner {
		justify-content: center;
		display: flex;
		align-items: center;
	}
	.offer-box:first-child:after {
		content: "";
		position: absolute;
		right: 0;
		width: 2px;
		height: 64%;
		top: 14%;
		background: #D9D9D9;
	}
	.services-left-col .vc_column-inner,
	.services-right-col .vc_column-inner {
		display: flex;
		justify-content: center;
	}
}
@media screen and (max-width: 767px) {
	.company-title,
	.offer-title,
	.common-title,
	.offer-box-title,
	.services-title {
		font-size: 30px;
    	line-height: 40px;
	}
	.company-text {
		font-size: 18px;
		line-height: 22px;
	}
	.offer-type-bg {
		height: 300px;
	}
	.even-row .offer-col {
		order: 2;
	}
	.even-row .offer-type-bg {
		order: 1;
	}
	.offer-type-section .offer-col > .vc_column-inner {
		padding-top: 50px !important;
		padding-left: 20px !important;
		padding-right: 20px !important;
		padding-bottom: 20px;
	}
	footer .footer-menu a {
		font-size: 18px;
    	line-height: 18px;
	}
	footer .footer-title {
		font-size: 28px;
		line-height: 30px;
	}
	.about-us-section {
		padding-top: 40px;
		padding-bottom: 30px;
	}
	.logos-section {
		padding-top: 40px;
	}
	.logos-row .wpb_single_image {
		text-align: center !important;
	}
	.offer-box {
		padding-bottom: 30px;
	}
	.offer-box-btn button {
		font-size: 20px !important;
    	line-height: 26px !important;
		padding: 12px 18px !important;
	}
	.offer-box-description {
		margin-bottom: 35px !important;
	}
	.offer-box .vc_column-inner > .wpb_wrapper {
		padding-left: 30px !important;
		padding-right: 30px !important;
	}
	.offer-box-bg {
		height: 400px;
	}
	div.services-btn button.vc_btn3 {
		margin-bottom: 40px;
	}
	.services-subtitle {
		margin-bottom: 24px !important;
	}
	.services-link a {
		font-size: 20px;
		line-height: 24px;
	}
}
@media screen and (max-width: 416px) {
	.company-title,
	.offer-title,
	.common-title {
		font-size: 26px;
		line-height: 33px;
	}
}