/* *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *
** General Styles
** *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** */
body {
	background-color: var(--light-beige);
}

body #page {
	min-height: 40vh;
	padding: 125px 0 0;
}

main section:first-child {
	padding-top: 0 !important;
}




/* *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *
** Header
** *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** */
#masthead {
	position: fixed;
	width: 100%;
	top: 0;
	z-index: 2;
	background-color: transparent;
	transition: all .25s linear;
}

#masthead.sticky {
	box-shadow: 0px 0px 12px 0px #0000001A;
	background-color: var(--white);
}

header#masthead .main-header {
	padding: 24px 0;
	transition: all .25s linear;
}

#masthead.sticky .main-header {
	padding: 12px 0;
}

header#masthead .site-branding img {
	max-width: fit-content;
	width: 100%;
	object-fit: contain;
	max-height: 78.39px;
	transition: all .25s linear;
}

header#masthead.sticky .site-branding img {
	max-height: 40px;
}

header#masthead .site-branding .tagline .h2 {
	font-size: 24px;
	display: flex;
	align-items: center;
	justify-content: start;
	gap: 15px;
	font-weight: 400;
}

header#masthead .site-branding .tagline .h2 strong {
	font-size: 40px;
	font-weight: 400;
}

#primary-menu {
	justify-content: flex-end;
	list-style: none;
	margin: 0;
}

#primary-menu li a {
	font-size: 20px;
	font-weight: 600;
	font-family: var(--font-barlow);
	line-height: 1.4;
	color: var(--black);
	text-decoration: none;
}

#primary-menu li:not(.btn) a:hover {
	opacity: .8;
}

#primary-menu li.btn a {
	color: var(--white);
}

#primary-menu li.btn a:hover {
	color: var(--black);
}

.tagline {
	text-decoration: none;
}

/* Menu button */
.menu-btn {
	position: relative;
	padding-right: 45px;
	white-space: nowrap;
}

.menu-btn a {
	font-family: var(--font-inter);
	font-weight: 400;
	font-size: 18px;
	line-height: 140%;
	padding: 9px 15px;
	border-radius: 32px;
	display: block;
	background-color: var(--black);
	color: var(--white) !important;
	transition: all .25s linear;
	border: 1px solid var(--black);
	white-space: nowrap;
}

.menu-btn a:after {
	content: url('/wp-content/themes/ldwp/assets/img/btn-white-arrow.svg');
	position: absolute;
	right: 0;
	background: var(--black);
	display: flex;
	align-items: center;
	justify-content: center;
	top: 0;
	padding: 6px;
	border-radius: 32px;
	aspect-ratio: 1;
	width: 45px;
	line-height: 1;
	border: 1px solid var(--black);
}

.menu-btn a:hover {
	background-color: var(--white);
	color: var(--black) !important;
}

.menu-btn a:hover:after {
	content: url('/wp-content/themes/ldwp/assets/img/black-arrow-small.png');
	background-color: var(--white);
	color: var(--black) !important;
}





/* *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *
** Footer
** *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** */
.site-footer {
	background: linear-gradient(180deg, #F6F5F3 0%, #9CD5E1 100%);
	background-repeat: no-repeat;
	background-position: right bottom;
	background-size: contain;
	padding: 60px 0 50px;
	position: relative;
}

.site-footer .container {
	gap: 0;
}

.copyright {
	font-size: 18px;
	margin-top: 150px;
}

.footer-con {
	max-width: 547px;
	width: 100%;
	gap: 32px;
	position: relative;
	z-index: 2;
}

.footer-helicopter {
	position: absolute;
	top: 20px;
	right: 39%;
	z-index: 1;
}

.footer-building-background .building {
	position: absolute;
	bottom: 0;
	right: 0;
}

.copyright .copyright-link {
	color: var(--black);
	text-decoration: none;
}




/* *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *
** Homepage
** *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** */
.home-slider-wrapper {
	position: relative;
	height: calc(100vh - 108px);
}

.home-slider-wrapper .home-slider-heli-obj {
	position: absolute;
	left: -30px;
	top: -50px;
	z-index: 5;
}

.home-slider-wrapper .home-slider-welcome-obj {
	position: absolute;
	left: -60px;
	bottom: 30px;
	z-index: 5;
}

.home-slider-wrapper .home-slider-welcome-obj .welcome-text {
	position: absolute;
	top: 30%;
	left: 53%;
}

.welcome-text h1 {
	text-shadow: 0 2px 4px rgba(0, 0, 0, 25%);
	line-height: 2;
}

.home-slider {
	position: relative;
}

.home-slider .main-slider {
	padding: 30px 0;
	max-width: 85%;
	margin: 0 auto;
}

.home-slider .thumbs-slider {
	position: absolute;
	right: 0px;
	top: 20px;
	z-index: 10;
	width: unset;
}

.home-slider .thumbs-slider .owl-stage {
	display: grid;
	grid-template-columns: repeat(1, 1fr);
	gap: 25px;
	width: 152px !important;
}

.home-slider .thumbs-slider .owl-stage-outer {
	overflow: visible !important;
}

.home-slider .thumbs-slider .owl-stage .owl-item {
	width: unset !important;
	margin: 0 !important;
	padding: 0 20px !important;
}

.home-slider .thumbs-slider .owl-stage .owl-item .item {
	width: 112px;
	height: 100px;
	box-shadow: 2px 6px 6px 3px rgba(0, 0, 0, 25%);
	border-radius: 12px;
	background-color: var(--white);
	padding: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	position: relative;
}

.home-slider .thumbs-slider .owl-stage .owl-item.active .item .thumb-icon {
	opacity: 0.70;
}

.home-slider .thumbs-slider .owl-stage .owl-item .item-bell img.thumb-icon {
	width: 50px;
	height: auto;
	transform: rotate(-16.6deg);
}

.home-slider .thumbs-slider .owl-stage .owl-item .item .tooltip {
	position: absolute;
	display: none;
	width: 350px;
	height: auto;
	right: 125px;
	top: -36px;
}

.home-slider .thumbs-slider .owl-stage .owl-item .item .tooltip.tooltip-2 {
	top: 0;
}

.home-slider .thumbs-slider .owl-stage .owl-item .item:hover .tooltip {
	display: block;
}


/* *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *
** *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** 
** pagination
** *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** 
** *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** */
.pagination {
	margin-top: 50px;
	display: flex;
	justify-content: center;
	gap: 10px;
}

.page-numbers {
	cursor: pointer;
	text-decoration: none;
	font-size: 16px;
	background: #fff;
	width: 50px;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(--black);
}

a.next.page-numbers,
a.prev.page-numbers {
	width: 100px;
	font-size: 0px;
}

a.page-numbers:hover,
span.page-numbers.current {
	background: var(--black);
	color: var(--white);
}

a.next.page-numbers::before {
	content: 'Next';
	font-size: 16px !important;
}

a.next.page-numbers::after {
	content: '';
	font-size: 16px;
	background-image: url(../img/black-arrow.svg);
	width: 24px;
	height: 26px;
	background-size: cover;
	background-repeat: no-repeat;
	transform: rotate(45deg);
	margin-left: 6px;
}

a.next.page-numbers:hover::after {
	filter: brightness(0) invert(1);
}

a.prev.page-numbers::after {
	content: 'Prev';
	font-size: 16px !important;
}

a.prev.page-numbers::before {
	content: '';
	font-size: 16px;
	background-image: url(../img/black-arrow.svg);
	width: 24px;
	height: 26px;
	background-size: cover;
	background-repeat: no-repeat;
	transform: rotate(225deg);
	margin-right: 6px;
	margin-top: 4px;
}

a.prev.page-numbers:hover::before {
	filter: brightness(0) invert(1);
}

/* *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *
** testimonial section
** *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** */


.testimonial_section .container {
	padding: 96px 16px;
}

.testimonial_grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	column-gap: 16px;
	row-gap: 24px;
}

.testimonial_inner {
	padding: 16px;
}

.testimonial_image {
	line-height: 0;
}

.testimonial_image img {
	height: auto;
	width: 100%;
	aspect-ratio: 604 / 437;
	object-fit: cover;
	border-radius: 16px;
}

.testimonial_bottom {
	padding: 40px;
	display: flex;
	flex-direction: column;
	gap: 64px;
}

.tesim_statement_name {
	display: flex;
	flex-direction: column;
	gap: 16px;
}

h4.tesim_heading {
	display: flex;
	flex-direction: column;
	gap: 12px;
	font-family: var(--font-owners-bold);
	font-size: 38px;
	font-weight: 700;
}

h4.tesim_heading::before {
	content: '';
	font-size: 16px;
	background-image: url(../img/“.svg);
	width: 36.5px;
	height: 34.4px;
	background-size: cover;
	background-repeat: no-repeat;
}

.tesim_statement_name p {
	margin: 0;
}

p.tesim_name {
	font-size: 18px;
	font-weight: 600;
}

p.tesim_name::before {
	content: '-';
	margin-right: 7px;
}

.testimonial_inner {
	display: flex;
	flex-direction: column;
	border-radius: 24px;
	background: #FFF;
	height: max-content;
}

.testimonial_grid .testimonial_inner:nth-child(even) {
	margin-top: 168px;
}

.testimonial_grid .testimonial_inner:nth-child(even) .testimonial_image {
	order: 2;
}



/* *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *
** home page contact section
** *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** */
section.contact_section .container {
	padding: 96px 16px;
}

section.contact_section {
	background: #000;
}

.contact_inner {
	display: flex;
	justify-content: space-between;
	gap: 40px;
}

.contact_inner_docu {
	max-width: 516px;
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	gap: 40px;
}

.contact_inner_form {
	max-width: 549px;
	width: 100%;
}

.contact_inner_docu h2 {
	color: var(--green);
	font-size: 56px;
}

.contact_inner_docu h2 img {
	display: none;
}

.contact_docu_content {
	display: flex;
	flex-direction: column;
	gap: 16px;
}

.contact-sec-img {
	max-width: 199px;
	width: 100%;
}

section.contact_section .gform_fields.top_label.form_sublabel_below {
	row-gap: 16px !important;
}

section.contact_section label.gform-field-label.gform-field-label--type-sub {
	display: none !important;
}

section.contact_section legend.gfield_label.gform-field-label,
section.contact_section label.gfield_label.gform-field-label {
	font-size: 20px !important;
	font-weight: 600 !important;
	line-height: 140% !important;
	color: var(--green);
	margin-bottom: 2px !important;
}

section.contact_section input,
section.contact_section textarea {
	border-radius: 8px !important;
	border: 1px solid var(--green) !important;
	background: rgba(255, 255, 255, 0.10) !important;
	color: #fff !important;
	outline: none !important;
}

section.contact_section input {
	height: 48px !important;
}

section.contact_section textarea {
	height: 127px !important;
	min-block-size: unset !important;
}

section.contact_section input.gform_button.button {
	display: flex !important;
	padding: 10px 16px !important;
	justify-content: center !important;
	align-items: center !important;
	gap: 8px !important;
	border-radius: 32px !important;
	background: var(--white) !important;
	color: var(--black) !important;
	font-size: 18px !important;
	font-weight: 400 !important;
	line-height: 140% !important;
	border: 0 !important;
}


section.contact_section .gform-footer.gform_footer.top_label {
	position: relative;
	gap: 0;
	margin-top: 16px !important;
	width: fit-content;
}

section.contact_section .gform_heading {
	display: none !important;
}

section.contact_section .gform-footer.gform_footer.top_label::after {
	content: '';
	background-image: url(../img/black-arrow-small.png) !important;
	width: 45px;
	height: 45px;
	aspect-ratio: 1/1;
	border-radius: 50px;
	background-size: auto !important;
	background-repeat: no-repeat !important;
	display: inline-block;
	background-position: center !important;
	background: #fff;
	cursor: pointer;
}

section.contact_section .gform-footer.gform_footer.top_label:hover .gform_button,
section.contact_section .gform-footer.gform_footer.top_label:hover::after {
	background-color: var(--light-green) !important;
}

.gform_confirmation_message {
    font-size: 24px !important;
    font-weight: 500 !important;
    color: #ffffff !important;
}

.gform_confirmation_message .gf-form-after-submission-btn .alt-text {
    display: none;
}

.gform_confirmation_message .gf-form-after-submission-btn {
    font-family: var(--font-inter) !important;
    font-weight: 400 !important;
    font-size: 18px !important;
    line-height: 1 !important;
    padding: 0px 15px;
    border-radius: 32px !important;
    display: block !important;
    width: fit-content !important;
    color: #000000 !important;
    background: #ffffff !important;
    text-decoration: none !important;
    position: relative;
    border: 1px solid var(--white) !important;
    height: 45px !important;
}

.gform_confirmation_message .gf-form-after-submission-btn .org-text {
	display: inline-block !important;
	vertical-align: middle !important;
	line-height: 45px !important;
}

.gform_confirmation_message .gf-form-after-submission-btn::after {
    content: url(../img/btn-white-arrow.svg) !important;
    position: absolute !important;
    right: -46px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    top: 0 !important;
    padding: 6px !important;
    border-radius: 32px !important;
    aspect-ratio: 1 !important;
    width: 45px !important;
    line-height: 1 !important;
    filter: invert(1) !important;
    background-color: var(--black) !important;
    color: var(--black) !important;
    border: 1px solid var(--white) !important;
}

.gform_confirmation_message .gf-form-after-submission-btn:hover {
    background: var(--black) !important;
}

.gform_confirmation_message .gf-form-after-submission-btn:hover span {
	color: var(--white) !important;
}

.gform_confirmation_message .gf-form-after-submission-btn:hover::after {
	content: url(../img/btn-white-arrow.svg) !important;
	filter: unset !important;
    border: 1px solid #fff !important;
    background-color: transparent !important;
}



/* 
** Contact: Share your story
*/
section#share-your-story {
    background-color: transparent;
}

section#share-your-story .contact_inner {
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

section#share-your-story .contact_inner_docu {
    max-width: 550px;
}

section#share-your-story .contact_inner_docu h2 {
    color: var(--black);
    font-size: 40px;
    text-align: center;
}

section#share-your-story .contact_inner_docu h2 img {
	display: none !important;
}

section#share-your-story .contact_docu_content > div {
    color: var(--black);
}

section#share-your-story .contact_inner_docu img.contact-sec-img {
    display: none;
}

section#share-your-story legend.gfield_label.gform-field-label, 
section#share-your-story label.gfield_label.gform-field-label {
	color: var(--black) !important;
}

section#share-your-story input, 
section#share-your-story textarea {
    border: 1px solid var(--black) !important;
    color: var(--black) !important;
}

section#share-your-story input.gform_button.button {
	background: var(--black) !important;
	border-color: var(--black) !important;
	color: var(--white) !important;
}

section#share-your-story input.gform_button.button:hover {
	background: var(--white) !important;
	border-color: var(--black) !important;
	color: var(--black) !important;
}

section#share-your-story .gform-footer.gform_footer.top_label::after {
    background-color: #ffffff !important;
    filter: invert(1);
	border: 1px solid #ffffff !important;
}

section#share-your-story .gform-footer.gform_footer.top_label:hover::after {
	background-color: #ffffff !important;
    filter: invert(0);
	border: 1px solid #000000 !important;
}







/* *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *
** Image and Content
** *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** */
.image-and-content-sec {
	margin: 32px 0 12px;
}

section.bio_and_accordion .container {
	padding: 96px 16px;
	display: flex;
	flex-direction: column;
	gap: 16px;
}

.bio_and_accordion_top {
	display: grid;
	grid-template-columns: 286fr 970fr;
	padding: 16px;
	background: #fff;
	border-radius: 24px;
}
.bio_and_accordion_top.no-img {
	grid-template-columns: 100%;
}

.bio_and_accordion_top img {
	width: 100%;
	height: auto;
	aspect-ratio: 286 / 354;
	object-fit: cover;
	border-radius: 16px;
}

.bio_and_accordion_top_doc {
	padding: 40px 76px 20px 40px;
	display: flex;
	flex-direction: column;
	gap: 24px;
}
.no-img .bio_and_accordion_top_doc {
	padding-bottom: 30px;
}

.bio_and_accordion_top_doc>div p {
	margin: 0 0 1.5rem 0;
}

.bio_and_accordion_top_doc>div p:last-of-type {
	margin-bottom: 0;
}


/* News page */
.blog section.heading-section h1 img {
	top: 0;
}


/* *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *
** custom cursor
** *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** */

#customCursor {
	position: fixed;
	top: 0;
	left: 0;
	width: 40px;
	height: 40px;
	pointer-events: none;
	transform: translate(-50%, -50%);
	display: none;
	z-index: 9999;
}

.location-section.hide_cursor {
	cursor: none;
}

#customCursor.pointer {
	transform: translate(-50%, -50%) scale(1.3);
	transition: transform 0.2s ease;
}


/* *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *
** Responsive 
** *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** */
@media only screen and (min-width: 1440px) {
	.footer-helicopter {
		right: 562px;
	}

}

@media only screen and (max-width: 1200px) {

	/* Footer */
	.footer-building-background .building {
		max-width: 67%;
	}

	.footer-helicopter {
		top: unset;
		right: unset;
		bottom: 51%;
		left: 50%;
		max-width: 119px;
	}



}



@media only screen and (max-width: 998px) {
	.footer-helicopter {
		bottom: 37%;
		max-width: 86px;
	}

	/* Header */
	body #page {
		min-height: 20vh;
		padding: 110px 0 0;
	}

	.tagline h5 {
		font-size: 18px;
		max-width: 90px;
	}

	#primary-menu li a {
		font-size: 14px;
	}

	.main-navigation ul {
		display: flex;
		gap: 16px;
		align-items: center;
		padding: 0;
	}

	.menu-btn {
		padding-right: 40px;
	}

	.menu-btn a:after {
		width: 40px;
	}

	header#masthead .site-branding img {
		max-width: 70px;
	}


	/* Testimonial Section */
	.testimonial_inner {
		gap: 24px;
	}

	.testimonial_bottom {
		padding: 0;
		gap: 24px;
	}

	h4.tesim_heading {
		font-size: 24px;
	}

	/* contact */
	.contact_inner_docu h2 {
		font-size: 30px;
	}

	section.contact_section legend.gfield_label.gform-field-label,
	section.contact_section label.gfield_label.gform-field-label {
		font-size: 16px !important;
	}


	/* Image and Content Section */
	.bio_and_accordion_top_doc {
		padding: 0 40px 0 40px;
	}

	/* news page */
	.blog .archive-news-list .sgl-post-item h6.title {
		font-size: 20px;
	}

	/* footer */
	.copyright {
		font-size: 14px;
	}
}

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


	/* Image And COntent Section */
	section.bio_and_accordion .container {
		padding: 48px 16px;
	}

	.bio_and_accordion_top {
		grid-template-columns: 100%;
	}

	.bio_and_accordion_top_doc {
		padding: 16px 0 0 0;
	}






	/* Testimonial Section */
	.testimonial_section .container {
		padding: 48px 16px;
	}

	.testimonial_grid {
		grid-template-columns: 100%;
	}

	.testimonial_grid .testimonial_inner:nth-child(even) {
		margin-top: 0;
		flex-direction: column-reverse;
	}

	h4.tesim_heading {
		font-size: 25px;
	}

	p.tesim_name {
		font-size: 14px;
	}



	/* Contact Section */
	section.contact_section legend.gfield_label.gform-field-label,
	section.contact_section label.gfield_label.gform-field-label {
		font-size: 14px !important;
	}

	section.contact_section .container {
		padding: 48px 16px;
	}

	.contact_inner {
		flex-direction: column;
		gap: 32px;
	}

	.contact-sec-img {
		display: none;
	}

	section.contact_section input {
		height: 44px !important;
	}

	section.contact_section input.gform_button.button {
		font-size: 14px !important;
		height: 40px !important;
	}

	section.contact_section .gform-footer.gform_footer.top_label::after {
		width: 40px;
		height: 40px;
	}

	section.contact_section textarea {
		height: 111px !important;
	}

	.gform_confirmation_message {
		font-size: 20px !important;
	}

	.gform_confirmation_message .gf-form-after-submission-btn {
		font-size: 14px !important;
		height: 40px !important;
	}

	.gform_confirmation_message .gf-form-after-submission-btn .org-text {
		display: none !important;
	}

	.gform_confirmation_message .gf-form-after-submission-btn .alt-text {
		display: inline-block !important;
		vertical-align: middle !important;
		line-height: 40px !important;
	}


	/* News */
	.blog section.heading-section h1 {
		font-size: 30px;
	}

	.blog section.heading-section h1 img {
		left: 0;
		height: 22px;
		width: auto;
		top: 0;
	}

	.blog .archive-news-list .sgl-post-item h6.title {
		font-size: 18px;
	}

	.post-content-con .post-date {
		font-size: 14px;
	}

	body.wp-singular h1.entry-title {
		font-size: 30px;
	}

	body.wp-singular .post-content {
		font-size: 14px;
	}



	/* Footer */
	.site-footer {
		padding: 70px 0 0;
	}

	.site-footer .container {
		gap: 30px;
		padding-left: 0;
		padding-right: 0;
	}

	.site-footer .footer-con {
		padding-left: 16px;
		padding-right: 16px;
	}

	.copyright {
		margin-top: 0;
		padding-left: 16px;
		padding-right: 16px;
		font-size: 14px;
	}

	.footer-building-background {
		width: 100%;
		line-height: 0;
	}

	.footer-building-background .building {
		max-width: 100%;
		width: 100%;
		position: static;
	}

	.footer-helicopter {
		display: none;
	}

	.site-footer .footer-con h2 {
		font-size: 29px;
	}


}