/*!
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
-------------------------------------------------------------- */
@font-face {
	font-family: "Exo-Regular";
	src: url("fonts/Exo-Regular.woff2") format("woff2");
	font-style: normal;
}
@font-face {
	font-family: "Exo-Semibold";
	src: url("fonts/Exo-SemiBold.woff2") format("woff2");
	font-style: normal;
}
@font-face {
	font-family: "Exo-Bold";
	src: url("fonts/Exo-Bold.woff2") format("woff2");
	font-style: normal;
}
@font-face {
	font-family: "Exo-Black";
	src: url("fonts/Exo-Black.woff2") format("woff2");
	font-style: normal;
}
@font-face {
	font-family: "Lato-Regular";
	src: url("fonts/Lato-Regular.woff2") format("woff2");
	font-style: normal;
}
@font-face {
	font-family: "Lato-Bold";
	src: url("fonts/Lato-Bold.woff2") format("woff2");
	font-style: normal;
}
.f-poppins-bold p,
.f-poppins-bold {
	font-family: "Poppins-Bold";
}
.f-exo-regular p,
.f-exo-regular,
header li a {
	font-family: "Exo-Regular";
}
.f-exo-semibold p,
.f-exo-semibold {
	font-family: "Exo-Semibold";
}
footer .menu li a,
.f-exo-bold p,
.f-exo-bold {
	font-family: "Exo-Bold";
}
.f-exo-black p,
.f-exo-black {
	font-family: "Exo-Black";
}
.f-lato-regular p,
.f-lato-regular {
	font-family: "Lato-Regular";
}
.f-lato-bold p,
.f-lato-bold {
	font-family: "Lato-Bold";
}
.main-navigation .primary-menu-container > ul > li.menu-item > a {
	text-transform: uppercase;
}

header .menu > li {
	margin-right: 30px;
}
header .menu > li:last-child {
	margin-right: 0;
}
header .site-header-row-container-inner {
	position: relative;
}
header .site-header-row-container-inner:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 192px;
    width: 100%;
    background: rgba(26, 26, 26, 0.9);
}
header .site-main-header-inner-wrap {
	position: relative;
	z-index: 2;
}
.entry-content-wrap {
	padding-top: 0 !important;
}
.f-s-36 {
	font-size: 36px;
	line-height: 48px;
}
.f-s-32 {
	font-size: 32px;
	line-height: 40px;
}
.f-s-24 {
	font-size: 24px;
	line-height: 32px;
}
.f-s-20 {
	font-size: 20px;
	line-height: 26px;
}
.f-s-18 {
	font-size: 18px;
	line-height: 24px;
}
.white-bg {
	background: #FFF;
}
.red-txt {
	color: #DF1616;
}
.white-txt {
	color: #FFF;
}
.d-inline-block {
	display: inline-block;
}
.who-we-are-section {
	padding-top: 140px;
}
.common-space-up {
	padding-top: 190px;
	padding-bottom: 190px;
}
.trust-title,
.who-we-are-title {
	position: relative;
}
.trust-title:after,
.who-we-are-title:after {
	content: "";
    position: absolute;
    top: 50%;
    right: 0;
    background: #DF1616;
    height: 2px;
}
.who-we-are-title:after {
	width: 40%;
}
.upper-shape:after {
	top: 0;
}
.reverse-shape:before {
	transform: rotate(180deg);
	bottom: 0;
}
.upper-shape:after,
.reverse-shape:before {
	content: "";
    position: absolute;
    right: 0;
    left: 0;
    height: 120px;
    width: 100%;
    clip-path: polygon(0 0, 100% 0, 100% 36%, 16% 100%);
    background: rgba(26, 26, 26, 0.9);
}
.grey-btn button,
.red-btn a {
	background-image: unset !important;
	transition: all .3s ease-in-out;
}
.red-btn a:hover,
.red-btn a:active,
.red-btn a:focus {
	background: rgb(179 35 35) !important;
}
.grey-btn button:hover,
.grey-btn button:active,
.grey-btn button:focus {
	background: rgb(59 55 55) !important;
}
.btn-same-width button,
.btn-same-width a {
	max-width: 262px;
	width: 100%;
}
.trust-title span {
	padding-right: 50px;
	position: relative;
	z-index: 2;
}
.trust-title:after {
	width: 100%;
}
.services-block {
	height: 367px;
}
.grey-bg > .wpb_wrapper p {
	background: #1A1A1ACC;
}
.services-section .wpb_column {
	z-index: 1;
}
.special-service-section {
    background: rgba(26, 26, 26, 0.9);
    width: 100%;
}
.special-service-section > .vc_column_container {
	display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}
.services-block .wpb_wrapper {
	height: 100%;
    display: flex;
    align-items: flex-end;
    padding-bottom: 50px;
    text-align: right;
}
.services-block .wpb_wrapper p {
	width: 100%;
    padding: 50px 10px 20px 10px;
	display: flex;
	align-items: flex-end;
	justify-content: flex-end;
	height: 180px;
	transition: all .3s ease-in-out;
	line-height: 21px;
}
.services-block:hover .wpb_wrapper p {
	background: #CB0000CC;
}
.trust-section {
	margin-top: 70px;
}
.trust-section .splide img {
	filter: grayscale(1);
	transition: filter .3s ease-in-out;
}
.trust-section .splide img:hover {
	filter: grayscale(0);
}
.our-offer-title {
	text-align: center;
}
.bottom-red-line {
	padding-bottom: 15px;
	position: relative;
}
.bottom-red-line:after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 2px;
	background: #DF1616;
}
.red-bg-block p,
.our-offer-col:hover p {
	background: #CB0000CC !important;
}
.our-offer-block {
	margin-bottom: 6px !important;
}
.our-offer-block {
	height: 289px;
}
.our-offer-block .wpb_wrapper {
	height: 100%;
	text-align: right;
    display: flex;
    align-items: flex-end;
}
.our-offer-block .wpb_wrapper p {
	transition: all .3s ease-in-out;
	background: #1A1A1ACC;
    width: 100%;
    padding: 20px 10px;
	height: 110px;
	display: flex;
    align-items: flex-end;
    justify-content: flex-end;
	flex-direction: column;
}
.contact-block-title {
	margin-bottom: 15px !important;
	padding-bottom: 15px;
	position: relative;
	opacity: .6;
}
.contact-block-title:after {
	content: "";
	position: absolute;
	right: 0;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 1px;
	background: #00000014;
}
.contact-info {
	display: flex;
	justify-content: center;
}
.contact-info img {
	margin-right: 10px;
}
.contact-info a {
	color: #000;
}
.contact-info p {
	margin-bottom: 0 !important;
}
.contact-info a:hover,
.contact-info a:focus,
.contact-info a:active {
	color: #DF1616;
}
.page-id-123 .common-space-up {
	padding-bottom: 50px !important;
}
.contact-block-title p {
	height: 66px;
	display: flex;
	align-items: flex-end;
	justify-content: center;
}
.page-id-123 .entry-content-wrap {
	padding-bottom: 0 !important;
}
footer p {
	margin: 0;
}
footer .footer-contact-info {
	margin-bottom: 40px;
}
footer .footer-contact-info:last-child {
	margin-bottom: 0;
}
footer .menu li a {
	margin-bottom: 20px;
}
footer .site-footer-middle-section-1 .footer-widget-area-inner {
	display: flex;
	align-items: flex-end;
}
.invest_gallery .invest-section {
	display: grid;
	/*grid-template-columns: repeat(4, 1fr);*/
}
.invest_gallery .first-el-grid {
	/*background: #1A1A1AE5;*/
	position: relative;
}
.invest_gallery .first-el-grid:after {
	content: "";
    position: absolute;
    height: 60%;
    top: 20%;
    bottom: 0;
    right: 20px;
    width: 1px;
    background: #DF1616;
}
.invest_gallery .last-el-grid {
	position: relative;
	background: #FFF;
}
.invest_gallery .last-el-grid:after {
	content: "";
    position: absolute;
    height: 60%;
    top: 20%;
    bottom: 0;
    left: 20px;
    width: 1px;
    background: #DF1616;
}
.invest_gallery .invest-first-el-info {
	color: #FFF;
	text-align: center;
}
.invest_gallery .show-less-more {
	cursor: pointer;
}
.invest_gallery .show-less-more img {
	transform: rotate(180deg);
}
.invest_gallery img {
	height: 100%;
}
.gallery-section {
	opacity: 1 !important;
}
.page-id-178 .entry-content-wrap {
	padding: 0 !important;
}
/*.page-id-267 .invest_gallery .invest-section {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
}*/
.page-id-267 .invest_gallery .invest-section .invest-img {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	position: relative;
	height: 345px;
	transition: all .3s ease-in-out;
}
.page-id-267 .invest_gallery .invest-section .invest-img a {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
}
.page-id-267 .invest_gallery .invest-section .invest-img:hover {
	box-shadow: inset 0 0 30px 0px black;
}
.page-id-271 .entry-content-wrap {
	padding-bottom: 0 !important;
}

/* WHY US ACF */
.why-us-section-upper {
	display: grid;
	gap: 10px;
}
.why-us-section-block {
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	height: 367px;
	position: relative;
}
.why-us-section-block:hover .custom-title {
	background: #CB0000CC;
}
.why-us-section-block .link-block {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
}
.why-us-section-block .why-us-section-title {
	height: 100%;
    display: flex;
    align-items: flex-end;
    padding-bottom: 50px;
    text-align: right;
}
.why-us-section-block .custom-title {
	width: 100%;
    padding: 50px 10px 20px 10px;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    height: 180px;
    transition: all .3s ease-in-out;
    line-height: 21px;
    background: #1A1A1ACC;
}
.display-none {
	display: none;
}
.why-us-section-block .selected + .why-us-section-title > .custom-title {
	background: #CB0000CC !important;
}
.why-us-section-bottom {
	max-width: 1300px;
	margin: 0 auto;
	text-align: center;
}

/* END WHY US ACF */

/* MEDIA QUERY */
@media screen and (min-width: 1200px) {
	.who-we-are-col > .vc_column-inner > .wpb_wrapper {
		max-width: 640px;
		margin: 0 auto;
	}
	.who-we-are-section {
		padding-bottom: 300px;
	}
	.page-id-271 .who-we-are-section {
		padding-bottom: 35px;
	}
	.special-service-section {
		margin-top: -138px;
		height: 356px;
	}
	.special-service-text {
		padding-top: 100px;
		padding-bottom: 40px;
	}
	.custom-background-section,
	.services-section {
		margin-top: -300px;
	}
	.invest_gallery .invest-section {
		grid-template-columns: repeat(4, 1fr);
	}
	.invest_gallery .invest-section:first-child .first-el-grid {
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.why-us-section-upper {
		grid-template-columns: repeat(5, minmax(200px, 1fr));
	}
	.why-us-section-block,
	.why-us-section-bottom .why-us-section-text {
		position: relative;
		z-index: 1;
	}
	.custom-background-section:after {
		content: "";
		position: absolute;
		left: 0;
		right: 0;
		bottom: 0;
		height: 356px;
		width: 100%;
		background: rgba(26, 26, 26, 0.9);
		z-index: 0;
	}
}
@media screen and (max-width: 1199px) {
	.special-service-section {
		padding-top: 35px;
	}
	.invest_gallery .invest-section {
		grid-template-columns: repeat(2, 1fr);
	}
	.why-us-section-bottom {
		margin-top: 50px;
		padding: 60px 10px;
		background: rgba(26, 26, 26, 0.9);
	}
}
@media screen and (min-width: 1025px) and (max-width: 1199px) {
	header .menu > li {
		margin-right: 10px;
	}
}
@media screen and (min-width: 1025px) {
	header .site-header-row-container-inner:after {
		clip-path: polygon(0 0, 100% 1%, 100% 100%, 0 56%);
	}
}
@media screen and (max-width: 1024px) {
	.content-area {
		margin-top: 0 !important;
	}
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
	.who-we-are-section {
		padding-bottom: 30px;
	}
	.common-space-up {
		padding-top: 164px;
		padding-bottom: 164px;
	}
	.why-us-section-upper {
		grid-template-columns: repeat(3, minmax(200px, 1fr));
	}
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
	header .site-header-row-container-inner:after {
		clip-path: polygon(0 0, 100% 1%, 100% 76%, 0 52%);
	}
}
@media screen and (min-width: 768px) {
	.our-offer-col:nth-child(even) .vc_column-inner {
		padding-left: 5px;
	}
	.our-offer-col:nth-child(odd) .vc_column-inner {
		padding-right: 5px;
	}
}
@media screen and (max-width: 767px) {
	.trust-title:after,
	.who-we-are-title:after,
	header .site-header-row-container-inner:after {
		display: none;
	}
	.upper-shape:after,
	.reverse-shape:before {
		height: 80px;
	}
	.f-s-36 {
		font-size: 30px;
		line-height: 40px;
	}
	.f-s-32 {
		font-size: 26px;
		line-height: 36px;
	}
	.who-we-are-section {
		padding-top: 50px;
	}
	.red-btn button,
	.grey-btn button {
		padding: 14px !important;
	}
	.common-space-up {
		padding-top: 115px;
		padding-bottom: 115px;
	}
	.trust-section {
		margin-top: 0;
	}
}