@charset "utf-8";
/* CSS Document */

/*---------- Google Fonts ----------*/

@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap');

body {
	font-family: "Inter", sans-serif;
	color: #000;
	font-size: 15px;
	font-style: normal;
	font-weight: 400;
	line-height: 21px;
}

a,
input,
button,
textarea {
	outline: none !important;
}

a {
	text-decoration: none;
	transition: all ease-in-out 300ms;
	-webkit-transition: all ease-in-out 300ms;
	-ms-transition: all ease-in-out 300ms;
	-o-transition: all ease-in-out 300ms;
	-moz-transition: all ease-in-out 300ms;
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
	font-weight: inherit;
	color: inherit;
}

.container-fluid,
.container {
	padding-left: 15px;
	padding-right: 15px;
}

.row {
	margin-left: -15px;
	margin-right: -15px;
}

.row>* {
	padding-left: 15px;
	padding-right: 15px;
}

p {
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
	font-weight: inherit;
	color: inherit;
	margin: 0;
}

p a {
	text-decoration: none;
	color: inherit;
}

p a:hover {
	text-decoration: none;
	color: #717171;
}

ul li,
ol li {
	font-size: 24px;
	line-height: 36px;
	color: #3A3A3A;
}

ul li a,
ol li a {
	text-decoration: none;
	color: inherit;
}

ul li a:hover,
ol li a:hover {
	text-decoration: none;
	color: #BBEADD;
}

h1 {
	font-size: 74px;
	line-height: 112px;
	font-weight: 600;
	margin: 0;
}

h2 {
	font-size: 74px;
	line-height: 88px;
	font-weight: 500;
	margin: 0;
}

h3 {
	font-size: 56px;
	line-height: 84px;
	font-weight: 600;
	margin: 0;
}

h4 {
	font-size: 48px;
	line-height: 72px;
	font-weight: 600;
	margin: 0;
}

h5 {
	font-size: 32px;
	line-height: 48px;
	font-weight: 500;
	margin: 0;
}

h6 {
	font-size: 21px;
	line-height: 40px;
	font-weight: 400;
	margin: 0;
}

.fix-width-1130 {
	width: 100%;
	max-width: 1130px;
}

.fix-width-1535 {
	width: 100%;
	max-width: 1535px;
}

.fix-width-1400 {
	width: 100%;
	max-width: 1400px;
}

.fix-width-1152 {
	width: 100%;
	max-width: 1152px;
}

.fix-width-1065 {
	width: 100%;
	max-width: 1065px;
}

.fix-width-1728 {
	width: 100%;
	max-width: 1728px;
}

.fix-width-1464 {
	width: 100%;
	max-width: 1464px;
}

.fix-width-900 {
	width: 100%;
	max-width: 900px;
}

.fix-width-800 {
	width: 100%;
	max-width: 800px;
}

.fix-width-1423 {
	width: 100%;
	max-width: 1423px;
}

.fix-width-1200 {
	width: 100%;
	max-width: 1200px;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

.form-control:focus {
	box-shadow: none;
	border-color: transparent;
}

/* Firefox */
input[type=number] {
	-moz-appearance: textfield;
}

textarea {
	resize: none;
}

.main-heading {
	color: #FFF;
	text-align: center;
	font-size: 80px;
	font-weight: 400;
	line-height: 80px;
	text-transform: uppercase;
}

.main-heading * {
	color: inherit;
	font-size: inherit;
	font-weight: inherit;
	line-height: inherit;
	text-transform: uppercase;
	margin: 0;
}

.detail {
	color: #000;
	text-align: center;
	font-size: 25px;
	font-weight: 400;
	line-height: 45px;
}

.detail * {
	color: inherit;
	font-size: inherit;
	font-weight: inherit;
	line-height: inherit;
}

/* buttons */


/* buttons */


/*==================================================================*/
/*========== Header Start ==========*/
/*==================================================================*/
.header {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 999;
	padding: 20px 60px;
	background: #000;
}

.header .navbar {
	padding: 0;
	justify-content: center;
}

.header .navbar .navbar-brand {
	position: relative;
	margin: 0;
}

.navbar-toggler,
.navbar-toggler:focus {
	border: none;
	outline: none;
	box-shadow: none;
	position: absolute;
	z-index: 9999;
	padding: 0;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
}

.navbar-toggler span {
	width: 40px;
	display: block;
	height: 1px;
	background-color: #FFF;
	margin-bottom: 12px;
	position: relative;
	transition: 0.4s;
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-ms-transition: 0.4s;
	-o-transition: 0.4s;
}

.navbar-toggler span:last-child {
	margin-bottom: 0;
}

.navbar-toggler.active span:first-child {
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	top: 7px;
}

.navbar-toggler.active span:last-child {
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	top: -6px;
}

.navbar-collapse {
	display: flex;
	justify-content: center;
	align-items: center;
	background: #FFF;
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	opacity: 0;
	visibility: hidden;
	width: 100%;
	height: 100vh;
	overflow: auto;
	transition: 0.2s;
	padding: 50px 0;
	display: block !important;
	z-index: 999;
	-webkit-transition: 0.2s;
	-moz-transition: 0.2s;
	-ms-transition: 0.2s;
	-o-transition: 0.2s;
}

.navbar-collapse.show {
	opacity: 1;
	visibility: visible;
}

.navbar-collapse .navbar-nav {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
}

.navbar-collapse .navbar-nav .nav-item .nav-link {
	padding: 0;
	color: #000;
	font-family: inherit;
	font-weight: inherit;
	font-size: inherit;
	line-height: inherit;
}

.navbar-collapse .navbar-nav .nav-item {
	position: relative;
	padding: 0;
	color: #000;
	font-size: 50px;
	line-height: 55px;
	font-weight: 400;
	text-align: center;
	margin-bottom: 30px;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-family: 'FontspringDEMOorganettolight';
}

.navbar-collapse .navbar-nav .nav-item:last-child {
	margin-bottom: 0;
}

.navbar-collapse .navbar-nav .nav-item::after {
	content: "";
	position: absolute;
	background: #000;
	left: 0;
	right: 0;
	height: 1px;
	opacity: 0;
	transition: 0.7s;
	-webkit-transition: 0.7s;
	-moz-transition: 0.7s;
	-ms-transition: 0.7s;
	-o-transition: 0.7s;
}

.navbar-collapse .navbar-nav .nav-item:hover::after {
	opacity: 1;
}

.navbar-toggler.open span {
	background-color: #000 !important;
}

/*==================================================================*/
/*========== Header End ==========*/
/*==================================================================*/

/* video section */
.video-section {
	position: relative;
	padding: 80px 0 0 0;
}

.video-part {
	width: 100%;
	height: calc(100vh - 120px);
}

.video-part video {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.volume-image img {
	position: absolute;
	width: 40px;
	height: 40px;
	top: 100px;
	right: 40px;
	cursor: pointer;
}

#volume-icon-mute {
	opacity: 1;
}

#volume-icon-unmute {
	opacity: 0;
}

.video-logo {
	position: absolute;
	width: 200px;
	height: 200px;
	left: 50%;
	bottom: 100px;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
}

.scroll-arrow {
	position: absolute;
	width: 30px;
	height: 20px;
	bottom: 25px;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
}

/* video section */

/* counter section */
.counter-section {
	padding: 163px 0;
}

.counter-content .row {
	margin: 0 0;
}

.counter-content .row>* {
	padding: 0 0;
}

.counter-content .row>*:last-child .counter-detail {
	border-right: none;
}

.counter-detail {
	padding: 0 25px;
	border-right: 1px solid #E1E1E1;
}

.counter-detail .counter-title * {
	font-weight: 400;
	font-size: 50px;
	line-height: 70px;
	text-align: center;
}

.counter-detail .counter-info {
	text-align: center;
	font-size: 13px;
	line-height: 18px;
	letter-spacing: 1.124px;
	text-transform: uppercase;
}

.counter-content .link-info {
	text-align: center;
	color: #000;
	margin-top: 143px;
	font-size: 50px;
	font-weight: 200;
	line-height: 70px;
	text-transform: uppercase;
}

.counter-content .link-info * {
	color: #000;
}

/* counter section */


/* kirkland-investment */
.kirkland-investment {
	position: relative;
	padding: 0 0 80px 0;
}

.kirkland-investment .kirkland-investmanet-image {
	width: 100%;
	height: 100%;
}

.kirkland-investment .kirkland-investmanet-image * {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.kirkland-investment .kirkland-investment-logo {
	position: absolute;
	top: 62px;
	right: 72px;
}

/* kirkland-investment */


/* project section  */
.project-section {
	margin: 80px 0 0 0;
	padding: 80px 0;
	background: #000;
}

.project-content .onebq-image {
	width: 100%;
	height: 100%;
}

.project-content .project-detail {
	height: 100%;
}

.project-content .onebq-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.project-content .row {
	margin: 0 -30px;
}

.project-content .row>* {
	padding: 0 30px;
}

.project-detail .detail {
	color: #FFF;
	line-height: 25px;
	text-transform: uppercase;
}

.project-part {
	margin-top: 95px;
}

.project-flex-part .project-image {
	width: 100%;
	max-width: 415px;
	height: 310px;
}

.project-flex-part .project-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.project-part>*:nth-child(even) {
	flex-direction: row-reverse;
}

.project-part>*:nth-child(even) .project-title {
	text-align: right;
	margin-right: 28px;
}

.project-part>*:nth-child(even) .project-image {
	width: 100%;
	max-width: 398px;
	height: 298px;
}

.project-part .project-flex-part {
	display: flex;
	align-items: center;
	margin-bottom: 75px;
}

.project-part .project-flex-part:last-child {
	margin-bottom: 0;
}

.project-flex-part .project-title {
	margin-left: 28px;
}

.project-flex-part .project-title * {
	color: #FFF;
	font-size: 22px;
	font-weight: 400;
	line-height: 30px;
}

.project-flex-part .project-title span {
	display: block;
	color: #FFF;
	font-size: 13px;
	line-height: 18px;
	letter-spacing: 1.124px;
	text-transform: uppercase;
	margin-top: 5px;
}

/* project section  */


/* logo slider section */
.logo-slider-section {
	padding: 50px 0 625px;
	width: 100%;
	height: 100%;
	/* background-image: url('../images/slider-bg.jpg'); */
	background-size: cover;
	background-repeat: no-repeat;
}

.logo-slider-part {
	margin-top: 45px;
}

.logo-slider .slick-track {
	display: flex;
}

.logo-slider .slick-list {
	margin: 0 -10px;
}

.logo-slider .slick-slide {
	height: inherit;
	padding: 0 10px;
}

.logo-slider .logo-slider-image {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
}

.logo-slider .logo-slider-image img{
	max-width: 60%;
}

.logo-slider .slick-arrow {
	position: absolute;
	z-index: 99;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	cursor: pointer;
}

.logo-slider .slick-arrow:hover svg path{
	fill: #000;
}

.logo-slider .slick-arrow.slick-next {
	right: -30px;
}

.logo-slider .slick-arrow.slick-prev {
	left: -30px;
}

.logo-slider {
	opacity: 0;
}

.logo-slider.slick-initialized {
	opacity: 1;
}

/* logo slider section */

/* banner section  */
.banner-section {
	position: relative;
}

.banner-image {
	width: 100%;
	height: calc(100vh - 40px);
}

.portfolio-detail-banner .banner-image * {
	object-position: center top;
}

.banner-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.banner-content {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
}

/* banner section  */

/* vision section */
.vision-section {
	padding: 60px 0 40px;
}

.vision-content .detail {
	width: 100%;
	max-width: 1110px;
	margin: 0 auto;
	text-transform: uppercase;
}

.vision-content .name-title {
	margin-top: 32px;
	text-align: center;
}

.vision-content .name-title * {
	color: #000;
	font-size: 13px;
	font-weight: 400;
	line-height: 18px;
	letter-spacing: 1.124px;
	text-transform: uppercase;
}

.vision-row {
	margin-top: 75px;
}

.vision-row .row {
	margin: 0 -55px;
}

.vision-row .row>* {
	padding: 0 55px;
}

.vision-row .vision-detail p {
	margin-bottom: 25px;
}

.vision-row .vision-detail p:last-child {
	margin-bottom: 0 !important;
}

.vision-image {
	margin-top: 160px;
	width: 100%;
	height: 100%;
}

.vision-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

/* vision section */

/* principles section */
.principles-section {
	padding: 40px 0 0;
}

.principles-content .principles-title * {
	color: #000;
	text-align: center;
	font-size: 20px;
	font-weight: 700;
	line-height: 44px;
	text-transform: uppercase;
}

.principles-list {
	margin-top: 10px;
}

.principles-list ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	justify-content: center;
	align-items: center;
}

.principles-list ul li {
	position: relative;
	list-style: none;
	display: inline-flex;
	align-items: center;
	margin: 0 15px;
	color: #000;
	font-size: 20px;
	font-weight: 400;
	line-height: 23px;
	text-transform: uppercase;
}

.principles-list ul li:first-child {
	margin-left: 0;
}

.principles-list ul li:last-child {
	margin-right: 0;
}

.principles-list ul li::after {
	position: absolute;
	content: "";
	width: 3px;
	height: 3px;
	background: #000;
	right: -15px;
	bottom: 5px;
}

.principles-list ul li:last-child::after {
	display: none;
}

.principles-info {
	width: 100%;
	max-width: 1130px;
	margin: 50px auto 0;
}

.principles-info strong {
	font-weight: 700;
}

.principles-info p {
	margin-bottom: 20px;
}

.principles-info p:last-child {
	margin-bottom: 0;
}

.principles-image {
	margin-top: 150px;
	width: 100%;
	height: 100%;
}

.principles-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

/* principles section */


/* portfolio section */
.portfolio-section {
	padding: 175px 0 47px;
}

.portfolio-part .row {
	margin: 0 -10px;
}

.portfolio-part .row>* {
	padding: 0 10px;
}

.portfolio-block {
	display: block;
	margin-bottom: 65px;
}

.portfolio-block .portfolio-image {
	width: 100%;
	height: 500px;
}

.portfolio-block .portfolio-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.portfolio-block .portfolio-title {
	margin-top: 30px;
}

.portfolio-block .portfolio-title * {
	color: #070707;
	font-size: 20px;
	font-weight: 400;
	line-height: 28px;
	letter-spacing: 1.729px;
	text-transform: uppercase;
	margin: 0;
}

.portfolio-block .portfolio-title span {
	display: block;
	margin-top: 3px;
	color: #000;
	font-size: 13px;
	line-height: 18px;
	letter-spacing: 1.124px;
	text-transform: uppercase;
}

/* portfolio section */


/* occupiers section */
.occupiers-content .detail {
	letter-spacing: 2.161px;
	text-transform: uppercase;
}

.occupiers-logo-part .occupiers-logo {
	width: 340px;
	height: 340px;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 10px;
	margin: 0 auto 30px;
	border: 1px solid transparent;
}

.occupiers-logo-part .occupiers-logo * {
	max-height: 100%;
	filter: grayscale(100%);
	-webkit-filter: grayscale(100%);
}

.occupiers-logo-part .occupiers-logo:hover * {
	filter: grayscale(0%);
	-webkit-filter: grayscale(0%);
}

.occupiers-logo-part .occupiers-logo:hover {
	border-color: #000;
}

.occupiers-logo-part .row {
	justify-content: center;
	margin: 0 -30px;
}

.occupiers-logo-part .row>* {
	padding: 0 30px;
}

/* occupiers section */

/* address section  */
.address-dection {
	padding: 105px 0 55px;
}

.address-content .onebq-logo {
	display: flex;
	justify-content: center;
}

.address-part {
	margin-top: 60px;
}

.address-info .addres-detail {
	margin-bottom: 25px;
}

.address-info .addres-detail * {
	margin-bottom: 30px;
}

.address-info .addres-detail *:last-child {
	margin-bottom: 0;
}

.address-info .address-list ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.address-info .address-list ul li {
	list-style: none;
	display: flex;
	color: #000;
	font-size: 15px;
	font-weight: 400;
	line-height: 22.5px;
}

.address-wrp {
	height: 100%;
	border-bottom: 1px solid #E1E1E1;
	padding: 15px 0 30px;
}

.address-wrp .address-title {
	color: #666;
	font-size: 12px;
	font-weight: 400;
	line-height: 16px;
	letter-spacing: 1.037px;
	text-transform: uppercase;
}

.address-wrp>*:last-child {
	margin-top: 5px;
}

.address-block {
	width: 100%;
	max-width: 495px;
	margin-left: auto;
}

.address-block .row {
	margin: 0 -12px;
}

.address-block .row>* {
	padding: 0 12px;
}

.address-block .row>*:nth-child(1) .address-wrp,
.address-block .row>*:nth-child(2) .address-wrp {
	border-top: 1px solid #E1E1E1;
}

/* address section  */


/* portfolio detail section */
.portfolio-detail-section {
	padding: 65px 0 0;
}

.portfolio-detail-row .row {
	margin: 0 10px;
}

.portfolio-detail-row .row>* {
	padding: 0 10px;
}

.portfolio-detail-image {
	position: relative;
	display: block;
	width: 100%;
	height: 565px;
	margin-bottom: 65px;
}

.portfolio-detail-image .video-icon{
	position: absolute;
	width: 50px;
	height: 50px;
	left: 50%;
	top: 50%;
	transform: translate(-50% , -50%);
	-webkit-transform: translate(-50% , -50%);
	-moz-transform: translate(-50% , -50%);
	-ms-transform: translate(-50% , -50%);
	-o-transform: translate(-50% , -50%);
}

.portfolio-detail-row .row>*:nth-child(1) .portfolio-detail-image,
.portfolio-detail-row .row>*:nth-child(2) .portfolio-detail-image {
	height: 715px;
}

.portfolio-detail-image * {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

/* portfolio detail section */


/* investment-vision-section */
.investment-vision-section {
	padding: 105px 0 40px;
}

.investment-vision-section .vision-row .row {
	margin: 0 -25px;
}

.investment-vision-section .vision-row .row>* {
	padding: 0 25px;
}

.investment-vision-section .vision-detail{
	padding-right: 18px;
}

.vision-detail .detail {
	margin-bottom: 20px;
}

.investment-vision-section .vision-content .name-title {
	margin-top: 18px;
}

.investment-vision-section .vision-row {
	margin-top: 105px;
}

.investment-vision-section .vision-row .vision-detail p {
	margin-bottom: 20px;
}

/* investment-vision-section */


/* shvo features */
.shvo-features {
	padding: 55px 0 0;
}

.shvo-features-image {
	width: 100%;
	height: 768px;
}

.shvo-features-image * {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.shvo-features-row .row {
	align-items: center;
}

.shvo-features-detail {
	margin-left: 75px;
	width: 100%;
	max-width: 580px;
}

.shvo-features-detail{
	padding: 20px 0;
}

.shvo-features-detail .detail {
	text-transform: uppercase;
	text-align: left;
}

.shvo-features-paragraph {
	margin-top: 28px;
}

.shvo-features-paragraph > *{
	margin-bottom: 20px;
}

.shvo-features-paragraph > *:last-child{
	margin-bottom: 0;
}

.shvo-features-paragraph ul{
	padding-left: 1rem;
}

.shvo-features-paragraph ol{
	padding-left: 1rem;
}

.shvo-features-paragraph ul li{
	color: #000;
	font-size: 15px;
	font-style: normal;
	font-weight: 400;
	line-height: 21px;
	margin-bottom: 10px;
}

.shvo-features-paragraph ol li{
	color: #000;
	font-size: 15px;
	font-style: normal;
	font-weight: 400;
	line-height: 21px;
	margin-bottom: 10px;
}

.shvo-features-paragraph ul li:last-child{
	margin-bottom: 0;
}

.shvo-features-paragraph ol li:last-child{
	margin-bottom: 0;
}

.shvo-features-paragraph ul li a{
	color: inherit;
	font-size: inherit;
	font-style: inherit;
	font-weight: inherit;
	line-height: inherit;
}

.shvo-features-paragraph ol li a{
	color: inherit;
	font-size: inherit;
	font-style: inherit;
	font-weight: inherit;
	line-height: inherit;
}

.shvo-features-paragraph ul li a:hover{
	color: #1f1212;
}

.shvo-features-paragraph ol li a:hover{
	color: #1f1212;
}

.shvo-features-paragraph strong{
	font-weight: 700;
}

.shvo-features-paragraph a:hover{
	color: #954848;
}

.shvo-features-paragraph blockquote{
	color: #000;
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
	line-height: 32px;
	margin-bottom: 20px;
}

.shvo-features-row .row {
	margin: 0 0;
}

.shvo-features-row .row>* {
	padding: 0 0;
}

.shvo-features-row>*:nth-child(even) {
	flex-direction: row-reverse;
}

.shvo-features-row>*:nth-child(even) .shvo-features-detail {
	margin-right: 110px;
	margin-left: auto;
}

/* shvo features */


/* contact section */
.contact-section {
	padding: 185px 0 30px;
}

.contact-content .detail {
	text-transform: uppercase;
}

.kirkland-address {
	text-align: center;
	margin-top: 30px;
}

.commen-form {
	margin-top: 40px;
}

.commen-form .row {
	margin: 0 -20px;
}

.commen-form .row>* {
	padding: 0 20px;
}

.commen-form .form-group {
	margin-bottom: 15px;
}

.commen-form .form-group .form-control {
	padding: 12px;
	border: 1px solid #E1E1E1;
	background: #FFF;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
}

.commen-form .form-group .form-control:focus {
	box-shadow: none;
}

.commen-form .form-group .form-label {
	color: #666;
	font-size: 11px;
	font-weight: 500;
	line-height: 15px;
	letter-spacing: 0.951px;
	text-transform: uppercase;
	margin-bottom: 7px;
}

.commen-form .form-group .form-label span {
	color: #E80000;
}

.commen-form .select-list .form-label {
	color: #666;
	font-size: 11px;
	font-weight: 500;
	line-height: 15px;
	letter-spacing: 0.951px;
	text-transform: uppercase;
	margin-bottom: 7px;
}

.commen-form .select-list .form-label span {
	color: #E80000;
}

.commen-form .select-list .form-select {
	padding: 12px;
	border: 1px solid #E1E1E1;
	background-color: #FFF;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
}

.commen-form .select-list .form-select:focus {
	box-shadow: none;
}

.commen-form .form-group textarea.form-control {
	padding: 12px 12px 38px;
}

.commen-form .select-list .form-select * {
	color: #000;
	font-size: 15px;
	line-height: 20px;
}

.commen-form .form-check {
	margin-top: 4px;
	margin-bottom: 0;
}

.commen-form .form-check-label {
	user-select: none;
	color: #000;
	font-size: 15px;
	font-weight: 500;
	line-height: 21px;
	margin-left: 15px;
	margin-bottom: 0;
}

.commen-form .form-check-label {
	position: relative;
	display: block;
}

.commen-form .form-check-label::before {
	content: "";
	box-shadow: none;
	width: 30px;
	height: 30px;
	border: 1px solid #E1E1E1;
	border-radius: 0;
	background-color: #FFF;
	margin-top: -4px;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	display: block;
	left: -37px;
	position: absolute;
}
/* .commen-form .form-check-input {
	box-shadow: none;
	width: 30px;
	height: 30px;
	border: 1px solid #E1E1E1;
	border-radius: 0;
	background-color: #FFF;
	margin-top: -4px;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
} */

.commen-form .form-check-input:checked {
	background-color: #000 !important;
	border-color: #000 !important;
	box-shadow: none !important;
}

.submit-button {
	position: relative;
}

.submit-button .wpcf7-spinner {
	position: absolute !important;
	right: 300px;
}

.wpcf7-spinner::before {
	background-color: #000;
}

.wpcf7-form-control-wrap.open .wpcf7-form-control::before {
	opacity: 1;
}

.wpcf7-form-control {
	position: relative;
	display: block;
}

.wpcf7-list-item {
	margin: 0;
	/* display: flex; */
}

.form-check .wpcf7-form-control-wrap {
	display: block;
	width: 100%;
	height: 100%;
}

.form-check .wpcf7-form-control-wrap .wpcf7-not-valid-tip {
	position: absolute;
	width: 100%;
    right: 0;
    bottom: -54px;
    left: -22px;
}

.form-group.form-check label {
	position: relative;
	cursor: pointer;
	display: flex;
  }
  
  .form-group.form-check label:before {
	content:'';
	-webkit-appearance: none;
	background-color: transparent;
	border: 2px solid #000;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
	padding: 10px;
	display: inline-block;
	position: relative;
	vertical-align: middle;
	cursor: pointer;
	margin-right: 5px;
  }
  
  .form-group.form-check label:after {
	content: '';
	display: block;
	position: absolute;
	top: 3px;
    left: 9px;
    width: 7px;
    height: 14px;
	border: solid #000;
	border-width: 0 2px 2px 0;
	transform: rotate(45deg);
	opacity: 0;
  }

  .wpcf7-not-valid-tip {
	margin: 3px 0 0 0;
  }

  .form-group.form-check .wpcf7-list-item.open label:after {
	opacity: 1;
  }

  .form-group.form-check {
	display: block;
	margin-bottom: 15px;
  }
  
  .form-group.form-check input {
	padding: 0;
	height: initial;
	width: initial;
	margin-bottom: 0;
	display: none;
	cursor: pointer;
  }

  .form-check-input {
	width: 0;
	height: 0;
  }

  .wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
	border: none;
	text-align: center;
}

.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.invalid .wpcf7-response-output {
	  color: #E80000;
  }

.wpcf7 form.sent .wpcf7-response-output {
	  color: #46b450;
  }

  

  .wpcf7 form .wpcf7-response-output {
	border: none;
	margin: 15px auto;
	text-align: center;
  }

/* .commen-form .form-check.open .form-check-label::after {
    content: "";
    background-color: #000;
    width: 29px;
    height: 29px;
    position: absolute;
    left: -37px;
    top: -4px;
    opacity: 1;
	background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--!Font Awesome Free 6.5.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2024 Fonticons, Inc.--><path fill="%23ffffff" d="M438.6 105.4c12.5 12.5 12.5 32.8 0 45.3l-256 256c-12.5 12.5-32.8 12.5-45.3 0l-128-128c-12.5-12.5-12.5-32.8 0-45.3s32.8-12.5 45.3 0L160 338.7 393.4 105.4c12.5-12.5 32.8-12.5 45.3 0z"/></svg>');
	background-position: center;
	background-repeat: no-repeat;
	background-size: 70% 70%;
}

.wpcf7-form-control-wrap .form-check-input {
	display: none;
} */

.commen-form .submit-button {
	text-align: center;
	margin-top: 17px;
	display: flex;
	justify-content: center;
}

.commen-form .submit-button * {
	position: relative;
	display: inline-flex;
	color: #000;
	text-align: center;
	font-size: 15px;
	font-weight: 300;
	line-height: 30px;
	letter-spacing: 1.296px;
	text-transform: uppercase;
	border-color: transparent;
	background: #FFF;
	border-bottom: 1px solid #000;
	border-top: 1px solid transparent;
	border-right: 1px solid transparent;
	border-left: 1px solid transparent;
}

.commen-form .submit-button .submit-btn:hover {
	border: 1px solid #000;
}

.commen-form .submit-button .submit-btn::after {
	position: absolute;
	content: "";
	border-bottom: 1px solid #000;
	width: 100%;
	top: auto;
	left: 0;
	right: 0;
	bottom: 0;
}

.commen-form .submit-button .submit-btn::before {
	position: absolute;
	content: "";
	border-top: 1px solid #000;
	margin: 0 auto;
	width: 0;
	top: 0;
	left: 0;
	right: 0;
	bottom: auto;
	transition: 0.4s;
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-ms-transition: 0.4s;
	-o-transition: 0.4s;
}

.commen-form .submit-button .submit-btn:hover::before {
	width: 100%;
} 

.commen-form .submit-button .submit-btn span {
	position: relative;
}

.commen-form .submit-button .submit-btn span::before {
	position: absolute;
	content: "";
	border-left: 1px solid #000;
	width: 1px;
	height: 0;
	top: 50%;
	left: -6px;
	right: auto;
	transform: translateY(-50%);
	transition: 0.4s;
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-ms-transition: 0.4s;
	-o-transition: 0.4s;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
}

.commen-form .submit-button .submit-btn:hover span::before {
	height: 100%;
}

.commen-form .submit-button .submit-btn span::after {
	position: absolute;
	content: "";
	border-left: 1px solid #000;
	width: 1px;
	height: 0;
	top: 50%;
	right: -6px;
	left: auto;
	transform: translateY(-50%);
	transition: 0.4s;
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-ms-transition: 0.4s;
	-o-transition: 0.4s;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
}

.commen-form .submit-button .submit-btn:hover span::after {
	height: 100%;
}

.form-select{
	background-image: url('../images/down-arrow-list.svg');
	background-size: 12px;
	background-position: right 1.75rem center;
	background-repeat: no-repeat;
	transition: transform 0.3s;
}

.form-select.open {
    transform: rotate(180deg) !important;
    -webkit-transform: rotate(180deg) !important;
    -moz-transform: rotate(180deg) !important;
    -ms-transform: rotate(180deg) !important;
    -o-transform: rotate(180deg) !important;
}

/* contact section */


/* privacy policy */
.privacy-policy {
	padding: 140px 0 0 0;
}

.privacy-content a {
	text-decoration: none;
	color: inherit;
}

.privacy-content a:hover {
	text-decoration: none;
	color: #717171;
}

.privacy-content ul,
.privacy-content ol {
	margin: 0;
	padding: 10px 0 10px 15px;
}

.privacy-content ul li,
.privacy-content ol li {
	font-size: 15px;
	line-height: 25px;
	color: #000;
	margin-bottom: 10px;
}

.privacy-content ul li:last-child,
.privacy-content ol li:last-child{
	margin-bottom: 0;
}

.privacy-content ul li a,
.privacy-content ol li a {
	text-decoration: none;
	color: inherit;
}

.privacy-content ul li a:hover,
.privacy-content ol li a:hover {
	text-decoration: none;
	color: #717171;
}

.privacy-content h1 {
	font-size: 70px;
	line-height: 80px;
	font-weight: 700;
	margin-bottom: 10px;
}

.privacy-content h2 {
	font-size: 50px;
	line-height: 60px;
	font-weight: 600;
	margin-bottom: 10px;
}

.privacy-content h3 {
	font-size: 35px;
	line-height: 40px;
	font-weight: 500;
	margin-bottom: 10px;
}

.privacy-content h4 {
	color: #000;
	font-size: 25px;
	line-height: 30px;
	font-weight: 500;
	margin-bottom: 10px;
}

.privacy-content h5 {
	font-size: 20px;
	line-height: 25px;
	font-weight: 500;
	margin-bottom: 10px;
}

.privacy-content h6 {
	font-size: 18px;
	line-height: 22px;
	font-weight: 500;
	margin-bottom: 10px;
}

.privacy-content p {
	font-size: 16px;
	line-height: 20px;
	color: #000;
	margin-bottom: 15px;
}

.privacy-content span {
	margin-bottom: 20px;
	display: block;
	color: #000;
	font-size: 15px;
	font-weight: 400;
	line-height: 21px;
}

.privacy-content img{
	height: auto;
}


.alignnone {
	float: none;
	margin: 20px;
}

.alignleft {
	float: left;
	margin: 20px 20px 20px 0;
}

.alignright {
	float: right;
	margin: 20px 0 20px 20px;
}

.aligncenter {
	float: none;
	display: block;
	margin: 20px auto;
}

/* privacy policy */


/* news section */
.news-section {
	padding: 180px 0 40px;
}

.news-row .row {
	margin: 0 -48px;
}

.news-row .row>* {
	padding: 0 48px;
}

.news-detail {
	display: block;
	margin-bottom: 65px;
	transition: 1s;
	-webkit-transition: 1s;
	-moz-transition: 1s;
	-ms-transition: 1s;
	-o-transition: 1s;
}

.news-detail .news-post-img {
	position: relative;
	background: #FAFAFA;
	padding: 10px;
	margin: 0 auto;
	width: 100%;
	height: 207px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.news-detail .news-post-img .hide-show-img{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	opacity: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: 3s;
	-webkit-transition: 3s;
	-moz-transition: 3s;
	-ms-transition: 3s;
	-o-transition: 3s;
}

.news-detail:hover .news-post-img .hide-show-img{
	opacity: 1;
}

.news-detail:hover .news-post-img .news-block-img{
	opacity: 0;
}

.news-detail:hover .news-post-img{
	padding: 0;
	align-items: stretch;
}

.news-detail .news-data {
	margin-top: 28px;
	padding-right: 17px;
	color: #000;
	font-size: 18px;
	line-height: 32px;
}

.news-data .news-date {
	display: block;
	margin-top: 30px;
	color: #666;
	font-size: 13px;
	line-height: 18px;
	letter-spacing: 1.124px;
	text-transform: uppercase;
}

/* news section */


/* news-post */
.news-post-section {
	padding: 195px 0 0;
}

.news-post-upper-part .sub-title {
	display: block;
	color: #000;
	text-align: center;
	font-size: 13px;
	line-height: 18px;
	letter-spacing: 1.124px;
	text-transform: uppercase;
}

.news-post-upper-part .news-post-info {
	width: 100%;
	max-width: 837px;
	color: #000;
	text-align: center;
	font-size: 41px;
	line-height: 60px;
	margin: 40px auto 0;
}

.news-post-info .small-sub-title {
	display: block;
	margin-top: 10px;
	text-align: center;
	font-size: 10px;
}

.news-post-main-image {
	margin-top: 30px;
	width: 100%;
	height: 100%;
}

.news-post-main-image * {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.news-post-lower-part {
	padding: 56px 0;
}

.news-post-lower-part h6 {
	color: #000;
	font-size: 13px;
	font-weight: 500;
	line-height: 25px;
	margin-bottom: 58px;
}

.news-post-lower-part p {
	margin-bottom: 20px;
}

.news-post-lower-part img {
	margin: 36px 0 56px;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.news-post-lower-part h5 {
	font-size: 14px;
	line-height: 25px;
	font-weight: 500;
	margin: 0;
}

.news-post-lower-part h4 {
	color: #000;
	font-size: 15px;
	font-weight: 500;
	line-height: 21px;
	margin: 0;
}

.news-post-lower-part span {
	margin-bottom: 20px;
	display: block;
	color: #000;
	font-size: 15px;
	font-weight: 400;
	line-height: 21px;
}

.news-post-lower-part p a {
	text-decoration: none;
	color: inherit;
}

.news-post-lower-part p a:hover {
	text-decoration: none;
	color: #717171;
}

.news-post-lower-part ul li,
.news-post-lower-part ol li {
	font-size: 18px;
	line-height: 25px;
	color: #000;
	margin-bottom: 10px;
}

.news-post-lower-part ul li a,
.news-post-lower-part ol li a {
	text-decoration: none;
	color: inherit;
}

.news-post-lower-part ul li a:hover,
.news-post-lower-part ol li a:hover {
	text-decoration: none;
	color: #717171;
}

.news-post-lower-part h1 {
	font-size: 70px;
	line-height: 80px;
	font-weight: 700;
	margin-bottom: 10px;
}

.news-post-lower-part h2 {
	font-size: 50px;
	line-height: 60px;
	font-weight: 600;
	margin-bottom: 10px;
}

.news-post-lower-part h3 {
	font-size: 30px;
	line-height: 40px;
	font-weight: 500;
	margin-bottom: 10px;
}

.alignnone {
	float: none;
	margin: 20px;
}

.alignleft {
	float: left;
	margin: 20px 20px 20px 0;
}

.alignright {
	float: right;
	margin: 20px 0 20px 20px;
}

.aligncenter {
	float: none;
	display: block;
	margin: 20px auto;
}

blockquote {
	font-size: 135%;
	line-height: 185%;
	padding-left: 25px;
	border-left: 5px solid #000;
	margin-bottom: 20px;
}

blockquote * {
	font-size: inherit;
	line-height: inherit;
}

/* news-post */





/*==================================================================*/
/*========== New Class Add Start ==========*/
/*==================================================================*/

/*==================================================================*/
/*========== New Class Add End ==========*/
/*==================================================================*/


/*==================================================================*/
/*========== Footer Start ==========*/
/*==================================================================*/
.footer {
	padding: 30px 60px;
}

.footer-content {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.footer-copyright {
	font-size: 12px;
	font-weight: 400;
	line-height: 16px;
}

.footer-info{
	font-size: 12px;
	font-weight: 400;
	line-height: 16px;
}

.footer-menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
}

.footer-menu ul li {
	border-bottom: 1px solid transparent;
	position: relative;
	display: inline-flex;
	list-style: none;
	margin: 0 20px;
	color: #000;
	font-size: 12px;
	font-weight: 400;
	line-height: 16px;
	transition: 1s;
	-webkit-transition: 1s;
	-moz-transition: 1s;
	-ms-transition: 1s;
	-o-transition: 1s;
}

.footer-menu ul li:hover {
	border-color: #000;
}

.footer-menu ul li a {
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
	line-height: inherit;
	color: inherit;
}

.footer-menu ul li:first-child {
	margin-left: 0;
}

.footer-menu ul li:last-child {
	margin-right: 0;
}

/*==================================================================*/
/*========== Footer End ==========*/
/*==================================================================*/

.error-main {
	padding: 200px 0 100px;
}

.error-main p {
	margin: 15px 0;
}

.error-main .btn {
	margin: 20px 0 0 0;
	border-bottom: 1px solid #000;
	border-radius: 0;
	border-top: 0;
	border-left: 0;
	border-right: 0;
}

.error-main .btn:hover {
	border: 1px solid transparent;
	border-top: 0;
	border-left: 0;
	border-right: 0;
}

html,
.error404 {
	height: 100%;
}

.error-page {
	display: flex;
    height: calc(100% - 85px);
    flex-direction: column;
    justify-content: center;
}