/*  
Theme Name: Limenzy V3 Theme
Theme URI: http://limenzy.com
Description: A WordPress theme frame work
Version: 3.0
Author: Limenzy
Author URI: http://limenzy.com
*/

/*
Improved browser CSS feature
-------------------------------------
Example: .ie8 .sidebar li{width:85px}

�ie - Internet Explorer (All versions)
�ie8 - Internet Explorer 8.x
�ie7 - Internet Explorer 7.x
�ie6 - Internet Explorer 6.x
�gecko - Mozilla, Firefox (all versions), Camino
�ff3 - Firefox 3
�ff3_5 - Firefox 3.5 new
�opera - Opera (All versions)
�opera8 - Opera 8.x
�opera9 - Opera 9.x
�opera10 - Opera 10.x
�webkit or safari - Safari, NetNewsWire, OmniWeb, Shiira, Google Chrome
�safari3 - Safari 3.x
�chrome - Google Chrome
*/

/*Presets*/
.mar-90{
	/* margin: 90px 0px; */
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code,del, dfn, em,  img, ins, kbd, q, 
s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	transition: .5s ease;
}
body, th, td, input, textarea{
	color: var(--color1);
	font-family: var(--fontl);
	font-size:16px;
	line-height: 26px;
}
input[type=text], input[type=number], input[type=email], input[type=password], input[type=tel], textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	box-shadow: none !important;
	outline-style: none;
}
input:focus-visible{
	outline-width: 0px ;
}
textarea:focus-visible{
	outline-width: 0px ;
}
input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0; 
}
.wpcf7-form label{
	width: 100%;
	margin-top: 15px;
	font-family: var(--fontl);
	font-size: 15px;
	line-height: 25px;
}
.wpcf7-form input{
	width: 100%;
	border-radius: 5px;
	height: 50px;
	/* margin-top: 8px; */
	padding: 0px 20px;
	display: flex;
	align-items: center;
	font-family: var(--fontl);
	font-size: 14px;
	line-height: 24px;
}
.wpcf7-form textarea{
	width: 100%;
	border-radius: 5px;
	height: 100px;
	resize: none;
	margin-top: 8px;
	padding: 10px 20px;
	font-family: var(--fontl);
	font-size: 14px;
	line-height: 24px;
}
.wpcf7-form .has-spinner{
	width: fit-content;
	margin-top: 15px;
	display: flex;
	align-items: center;
	padding: 0px 30px;
	border: 0px;
	font-family: var(--fontl);
	font-size: 16px;
	line-height: 26px;
}
.wpcf7-spinner{
	position: absolute !important;
	visibility: hidden !important;
}
a{
	text-decoration: none;
}
h1, h2, h3, h4, h5, h6{
	color:var(--color7);
}
h1{
	font-size:40px;
	font-family: var(--fontm);
}
h2{	
	font-size:35px;
	font-family: var(--fontr);
}
h3{
	font-size:30px;
	font-family: var(--fontr);
}
h4{
	font-size:25px;
	font-family: var(--fontr);
}
h5{
	font-size:20px;
	font-family: var(--fontl);
}
h6{
	font-size:15px;
	font-family: var(--fontl);
}
p{
	/* font-size: 14px; */
	/* font-family: var(--fontr); */
}
#navbarSupportedContent ul li a:focus-visible{
	background-color: var(--color5) !important;
}
#navbarSupportedContent ul li a:active{
	background-color: var(--color5) !important;
}
#navbarSupportedContent ul li a:focus{
	background-color: var(--color5) !important;
}
#navbarSupportedContent ul li a:hover{
	background-color: var(--color5) !important;
}
acronym, abbr, span.caps{
	cursor:help;
}
acronym, abbr{
	border-bottom:1px dashed var(--color2);
}
code{
	color: var(--color1);
	font-size:1.0em;
}
li{
	list-style: none;
}
input {
    border: 1px solid var(--color3);
    padding: 15px 10px;
}
.section-padding {
	padding: 50px 0;
}
form#commentform label {
    display: block;
}
.navbar-brand img,
.footer-logo-col img,
footer .social-media-icon{
	max-width: 210px;
	width: 100%;
}
.navbar-brand img,
.footer-logo-col img{
	height: auto;
	object-fit: cover;
}
.container{
	max-width: 1350px !important;
	padding: 0px 15px;
}
header .container{
	max-width: 1350px !important;
	padding-left: 15px;
	padding-right: 15px;
}
.elementor-section.elementor-section-boxed > .elementor-container {
    max-width: 1320px !important;
}
.elementor-element {
    --widgets-spacing: 0px !important;
}

/*Header*/
.navbar{
}
.navbar-brand{
	margin: 0%;
	padding: 0px;
}
.navbar-brand a{
	display: flex;
}
.navbar-toggler .icon-bar{
	width: 25px;
	height: 3px;
	background-color: var(--color1);
	margin-bottom: 4px;
	display: block;
}
.menu-item-has-children:hover .dropdown-menu{
	display: block !important;
}
.navbar-toggle {
	border: none;
	background: var(--color5) !important;
	padding-right: 0px;
	padding-left: 0px;
}
.navbar-toggle:hover {
  	background: var(--color5) !important;
}
.navbar-toggle .icon-bar {
  	transition: all 0.2s;
}
.navbar-toggle .top-bar {
	transform: rotate(45deg);
	transform-origin: 10% 10%;
}
.navbar-toggle .middle-bar {
  	opacity: 0;
}
.navbar-toggle .bottom-bar {
	transform: rotate(-45deg);
	transform-origin: 8% 66%;
}
.navbar-toggle.collapsed .top-bar {
  	transform: rotate(0);
}
.navbar-toggle.collapsed .middle-bar {
  	opacity: 1;
}
.navbar-toggle.collapsed .bottom-bar {
  	transform: rotate(0);
}
button:focus {
	outline: none;
	border:none;
}
.navbar-light .navbar-toggler{
	border:none;
	box-shadow: none;
}
#myBtn {
	display: none;
	position: fixed;
	bottom: 40px;
	right: 20px;
	z-index: 100;
	border: none;
	outline: none;
	background-color: var(--color1);
	cursor: pointer;
	padding: 10px;
	border-radius: 50px;
}
#myBtn img{
	filter: brightness(0)invert(1);
	transform: rotate(270deg);
	display: flex;
}
#myBtn:hover {
background-color: var(--color3);
}
.dropdown-menu{
	left: -20px;
	padding: 10px 0px;
}
#navbarSupportedContent li a{
	font-family: var(--fontm);
	font-size: 13px;
	font-weight: 500;
	line-height: 27px;
	letter-spacing: 0.2em;
	text-align: left;
	text-transform: uppercase;
	padding: 0px;
}
#navbarSupportedContent li.page_item  a{
	color: var(--color2);
}
#navbarSupportedContent li .nav-link{
	margin: 15px 0px;
}
#navbarSupportedContent ul{
	/* margin: 0px 15px; */
	width: 100%;
	max-width: 340px;
	justify-content: space-between;
}
#navbarSupportedContent{
	/* margin: 0px -15px; */
}
.dropdown-menu li{
	margin-bottom: 10px !important;
}
.dropdown-menu li:last-child{
	margin-bottom: 0px !important;
}

/*Home*/
.image-slider img{
	object-fit: cover;
}

/*Blog*/
.blog-head{
	margin-bottom: 90px;
	height: 462px;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
}
.blog .container-fluid{
	padding: 0px;
	/* margin-top: -60px; */
}
.blog-head{
	background-size: cover;
	background-position: center center;
	background-image:url(./images/service.jpg)
}
.blog-head:before{
	content: '';
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	/* background-image: url(./images/bg-img.png); */
	/* background-color: #0000005c; */
	opacity: .5;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.blog-head h1{
	text-align: center;
	/* font-family: var(--fontm);
	font-size: 50px;
	line-height: 60px;
	color: #fff;
	position: relative;
	text-transform: uppercase;
	z-index: 2; */
	color: #FFFFFF;
    font-family: var(--fontsb);
    font-size: 75px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 82px;
	position: relative;
	z-index: 2;
}
.img-container img{
	width: 100%;
	max-width: 818px;
	height: auto;
	margin-bottom: 20px;
}
/* .img-container{
	width: 49;
	height: auto;
} */
.single-body{
	margin-bottom: 90px;
}
.blog-posts{
	display: flex;
	flex-direction: column;
	row-gap: 30px;
}
.blog .post .feat-img{
	display: flex;
	max-height: 250px;
}
.blog .post .feat-img img{
	width: 100%;
	object-fit: cover;
	object-position: center;
	max-height: 250px;
	border-radius: 10px;
}
.blog h2{
	text-transform: capitalize;
}
.blog .meta{
	margin: 15px 0px 5px 0px ;
}
.blog .info{
	margin: 10px 0px 0px 0px ;
}

/*Single Page*/
.single-post .container-fluid{
	padding: 0px;
}
.blog-head .container{
	padding-top: 150px;
	padding-bottom: 180px;
}
.single-post .single-body p {
	font-family: var(--fontr);
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.03em;
    text-align: left;
    color: #838383;
}
.single-post h3{
	text-align: center;
	margin-bottom: 20px;
	color: #FFFFFF;
    font-family:var(--fontl);
    font-size: 20px;
    font-weight: 300;
    text-transform: uppercase;
    line-height: 30px;
    letter-spacing: 0.6em;
	position: relative;
	z-index: 2;
}
.single-post .title{
	margin-bottom: 20px;
	font-family: var(--fontsb);
    font-size: 28px;
    font-weight: 600;
    line-height: 34px;
    letter-spacing: 0em;
    text-align: left;
    color: var(--color2);
}
.comment-section{
	margin-top: 50px;
	margin-bottom: 60px;
}
.comment-section .comment-reply-title{
	font-family: var(--fontm);
	font-size: 24px;
	line-height: 30px;
	color: var(--color3);
}
.comment-section .logged-in-as{
	font-family: var(--fontl);
	font-size: 16px;
	line-height: 26px;
	color: var(--color2);
	margin: 10px 0px 5px 0px;
}
.comment-section .comment-notes{
	font-family: var(--fontl);
	font-size: 16px;
	line-height: 26px;
	color: var(--color2);
	margin: 10px 0px 5px 0px;
}
.comment-section form p label{
	font-family: var(--fontl);
	font-size: 16px;
	line-height: 26px;
	color: var(--color2);
	margin: 10px 0px 8px 0px;
}
.comment-section form p textarea{
	resize: none;
	padding: 10px;
	height: 100px;
	max-width: 500px;
	width: 100%;
	border-radius: 5px;
}
.comment-section form p input{
	padding: 10px;
	height: 50px;
	max-width: 500px;
	width: 100%;
	border-radius: 5px;
}
.comment-section form .comment-form-cookies-consent{
	display: flex;
	align-items: center;
}
.comment-section form .comment-form-cookies-consent input{
	width: 20px;
	height: 20px;
	margin-right: 15px;
}
.comment-section form .form-submit input{
	width: fit-content;
	font-family: var(--fontl);
	font-size: 14px;
	line-height: 17.81px;
	display: flex;
	padding: 16.2px 37px;
	background-color: var(--color6);
	color: var(--color9);
	border-radius: 5px;
	border: 0px;
	margin-top: 20px;
	height: fit-content;
}
.comment-section form .form-submit input:hover{
	background-color: var(--color3);
	color: var(--color9);
}
.comment-section .comments-title{
	display: none;
}
.comment-section h3{
	font-family: var(--fontl);
	font-size: 25px;
	margin-bottom: 30px;
}
.comment-section .comment-list .children{
	margin-left: 40px;
	margin-top: 15px;
}
.comment-section .comment-list .comment{
	margin-bottom: 15px;
	font-family: var(--fontl);
	font-size: 16px;
	line-height: 26px;
}
.comment-section .comment-list .comment .comment-author img{
	width: 40px;
	height: 40px;
	border-radius: 50px;
	margin-right: 10px;
}
.comment-section .comment-list .comment .comment-author{
	display: flex;
	align-items: center;
	margin-bottom: 10px;
}
.comment-section .comment-list .reply a{
	color: var(--color2);
}
.comment-section .comment-list .comment-meta a{
	color: var(--color2);
}
.comment-section .comment-respond{
	margin-top: 30px;
}
.social-share{
	text-align: center;
	margin-top: 40px;
}
.social-share ul{
	display: flex;
	justify-content: space-evenly;
	column-gap: 20px;
	margin-top: 20px;
}
.social-share ul i{
	font-size: 22px;
}

/*Error*/
.error404{
	display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100vh;
}
.error404 .error .container{
	padding: 0px 15px;
}
.error404 h1{
	text-align: center;
    padding: 60px 0px;
    font-family: var(--fontm);
    font-size: 50px;
    line-height: 60px;
    color: var(--color2);
    max-width: 460px;
    margin: auto;
}


/*Archive*/
.archive .container-fluid{
	padding: 0px;
	margin-top: -60px;
}

/*Search Page*/
.search-results .container-fluid{
	padding: 0px;
	margin-top: -60px;
}
.nosearch-result p{
	margin: 15px 0px 10px 0px;
}
.nosearch-result form >div{
	display: flex;
	max-width: 500px;
}
.nosearch-result form input{
		border-radius: 5px;
}
.nosearch-result form #s{
	width: 70%;
	border-color: var(--color8);
	margin-right: 15px;
}
.nosearch-result form #searchsubmit{
	width: 30%;
	margin-top: 0px !important;
	border: 0px;
	font-family: var(--fontl);
}
.nosearch-result form #searchsubmit:hover{
	background-color: var(--color3);
	color: var(--color9);
}

/*Footer*/
footer{
	background-color: var(--color2);
}
footer a{
	font-family: var(--fontl);
}
footer p{
	color: var(--color4);
	margin-bottom: 5px;
}
.footer-contact-col p{
	line-height: 35px !important;
}
footer p a{
	display: flex;
	margin-bottom: 5px;
	align-items: center;
	justify-content: center;
	color: var(--color4);
	line-height: 56px;
}
footer ul a{
	display: flex;
	justify-content: center;
	color: var(--color4);
	font-family: var(--fontr);
	font-size: 17px;
	font-weight: 400;
	line-height: 39px;
	letter-spacing: 0em;
}
footer h3{
	margin-bottom: 10px !important;
	font-family: var(--fontl);
	color: var(--color4);
	font-size: 15px;
	line-height: 23px;
	letter-spacing: 0.45em;
	text-align: center;
	text-transform: uppercase;
}
footer .navbar-brand{
	margin: 0px;
	margin: auto;
	width: 120px;
	height: 85px;
	margin-bottom: 70px;
	cursor: pointer;
}
.footer-top{
	padding-top: 80px;
}
.footer-contact-col p{
	max-width: 320px;
}
.footer-top p{
	font-family: var(--fontr);
	font-size: 17px;
	line-height: 39px;
	letter-spacing: 0em;
	text-align: center;
	margin: auto;
}
.footer_copy .social-media-icon{
	gap: 10px;
	align-items: center;
}
.social-media-icon{
	display: flex;
	column-gap: 25px;
	row-gap: 15px;
	justify-content: space-between;
}
.social-media-icon a{
	display: flex;
}
.social-media-icon i{
	font-size: 15px;
	color: #000000;
}
footer .social-media-icon i{
	color: #ffffff;
}
.footer-contact-col i{
	margin-right: 10px;
}
.footer_copy p{
	font-size: 14px;
	font-weight: 400;
	line-height: 35px;
	letter-spacing: 0em;
}

.footer_copy{
	color: var(--color3);
	text-align: center;
	padding: 50px 0px;
	margin-top: 80px;
	border-style: solid;
	border-width: 1px 0px 0px 0px;
	border-color: #242424;
}
.wpcf7 form .wpcf7-response-output{
	text-align: center;
}
.wpcf7-form-control{
	margin-bottom: 30px;
}
.wpcf7-not-valid-tip{
    margin-top: -25px;
    margin-bottom: 10px;
}
.top-bar-container{
	display: flex;
	justify-content: space-between;
	min-height: 51px;
	align-items: center;
	max-width: 1350px;
	padding-left: 15px;
	padding-right: 15px;
	margin: auto;
}
.top-bar div:first-child{
	display: flex;
	gap: 35px;
	align-items: center;
	display: none;
}
.top-bar .social-media-icon{
	margin-top: 0;
}
a{
	color:var(--color1)
}
.top-bar p a{
	display: flex;
	gap: 10px;
	align-items: center;
	font-family: var(--fontr);
	font-size: 14px;
	line-height: 35px;
	letter-spacing: 0.1em;
	color: var(--color2);
}
.top-bar{
	background: var(--color3);
}
.navbar{
	max-width: 1350px;
	margin: auto;
	/* overflow: hidden; */
	padding-top: 10px;
	padding-bottom: 10px;
}

/* footer */

.footer_copy{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.footer-middle{
	max-width: 1109px;
	margin: auto;
	flex-wrap: wrap;
	gap: 20px;
}
.h1width{
	max-width: 1000px;
	margin: auto;
}
.container-short{
	max-width: 1317px;
	margin: auto;
}
.bottom-box{
	border: 1px solid #7E7E7E;
	padding: 33px 35px 0;
	max-width: 440px;
	position: absolute;
	bottom: -23%;
	right: -11%;
	background-color:#fff;
}
.bottom-box a{
	text-transform: uppercase;
	font-family: var(--fontm);
	color: var(--color4);
	font-size: 13px;
	line-height: 20px;
	letter-spacing: 0.2em;
	text-align: left;
	padding: 10px 15px;
	background-color: var(--color2);
	display: inline-block;
	margin-left: -35px;
	margin-top: 25px;
	border: 1px solid var(--color2);
	border-left: 0;
	border-bottom: 0;
	display: flex;
	align-items: center;
	max-width: 155px;
	gap: 10px;
}
.elementor-button,.elementor-button span,.fff .elementor-button:hover svg path {
	transition: 0s ease;
	fill: black;
}
.bottom-box h2{
	font-family: var(--fontsb);
	font-size: 23px;
	font-weight: 600;
	line-height: 34px;
	letter-spacing: 0em;
	text-align: left;
	max-width: 320px;
	color: var(--color2);
	margin-bottom: 20px;
}
.bottom-box p{
	font-family: var(--fontr);
	font-size: 14px;
	font-weight: 400;
	line-height: 24px;
	letter-spacing: 0.03em;
	text-align: left;
	color: #838383;
	max-width: 350px;
}
.post-container{
	/* width: 45.8%; */
}
.post-image-container img{
	width: 100%;
	height: 100%;
}
.homeservice .post-container{
	position: relative;
}
.homeservice {
    display: grid;
    gap: 8%;
    grid-template-columns: 1fr 1fr;
}
.homeservice .bottom-box h2{
	max-width: 100%;
}
.image-container img{
	width: 100%;
	height: 100% !important;
}
.image-container{
	/* max-width: 630px; */
	height: 100% !important;
}
.imageslider{
	/* height: 478px; */
	height: 350px;
}
.swiper-button-prev, .swiper-rtl .swiper-button-next{
	left: -70px !important;
}
.swiper-button-next, .swiper-rtl .swiper-button-prev{
	right: -70px !important;
}
.swiper-button-next, .swiper-container-rtl .swiper-button-prev{
	background-image: none !important;
}
.swiper-button-prev, .swiper-container-rtl .swiper-button-next{
	background-image: none !important;
}
.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after,.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after{
	content: none !important;
}
.swiper-button-prev i,.swiper-button-next i{
	color: var(--color2);
}
.swiper-button-prev,.swiper-button-next{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 43px !important;
	height: 43px !important;
	background-color: #EDEDED !important;
}
.founder{
	display: grid;
	grid-template-columns: 47% 47%;
	row-gap: 6%;
	justify-content: space-between;
}
.founder-bottom-box{
	border: 1px solid #7E7E7E;
	padding: 36px 10px;
	text-align: center;
	background-color: var(--color4);
	width: 74.4%;
	margin: auto;
	margin-top: -60px;
	position: relative;
	z-index: 2;
}
.founder-post-image-container img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.founder-bottom-box h2{
	font-family: var(--fontsb);
	font-size: 24px;
	font-weight: 600;
	line-height: 34px;
	letter-spacing: 0em;
	text-align: center;
	color: var(--color2);
}
.founder-bottom-box p{
	max-width: 378px;
	margin: auto;
	font-family: var(--fontr);
	font-size: 14px;
	font-weight: 400;
	line-height: 24px;
	letter-spacing: 0.03em;
	text-align: center;
	color: #838383;
}
.founder-bottom-box h3{
	margin-top: 10px;
	margin-bottom: 10px;
	font-family: var(--fontr);
	font-size: 17px;
	font-weight: 400;
	line-height: 26px;
	letter-spacing: 0.1em;
	text-align: center;	
	color: #8B8B8B;
}
.comment-post-container{
	border: 1px solid var(--color2);
	text-align: center;
	position: relative;
}
.comment-post-image-container{
	width: 123px;
	height: 123px;
	border-radius: 50%;
	border: 1px solid var(--color2);
	overflow: hidden;
	margin: auto;
	margin-top: -60px;

}
.comment-post-image-container img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.commentslider{
	padding-top: 90px;
}
.comment-bottom-box h2{
	font-family: var(--fontsb);
	font-size: 22px;
	font-weight: 600;
	line-height: 33px;
	letter-spacing: 0em;
	text-align: center;
	margin-top: 20px;
	color: var(--color2);
	text-transform: capitalize;
}
.comment-bottom-box p{
	max-width: 359px;
	font-family: var(--fontr);
	font-size: 14px;
	font-style: italic;
	font-weight: 400;
	line-height: 24px;
	letter-spacing: 0em;
	text-align: center;
	margin: auto;
	margin-bottom: 45px;
	margin-top: 20px;
	padding: 0 10px;
	color: #8C8C8C;
}
.swiper-button-next, .swiper-button-prev{
	top: 53% !important;
}
.homeservice{
	max-width: 1317px;
	margin: auto;
}
.servicepage{
	flex-direction: column;
}
.servicepage .post-container{
	width: 100%;
	/* display: flex; */
	margin-top: 175px;
	position: relative;
}
.servicepage .post-image-container{
	max-width: 818px;
	display: flex;
	width: 100%;
	position: relative;
	height: 517px;
}
.servicepage .service-bottom-box{
	width: 595px;
	border: 1px solid #7E7E7E;
	padding: 52px 64px;
	position: absolute;
	right: 0;
	
	top:112px;
	background-color: #ffffff;

}
/* .servicepage .service-bottom-box{
	max-width: 595px;
	border: 1px solid #7E7E7E;
	padding: 52px 64px;
	width: 595px;
	background-color: #ffffff;
	margin-top: 112px;
	margin-left: -100px;
	position: relative;
} */
.servicepage{
	margin-bottom:150px;
	margin-top: -35px;
}
.service-bottom-box p{
	font-family: var(--fontr);
	font-size: 14px;
	font-weight: 400;
	line-height: 24px;
	letter-spacing: 0.03em;
	text-align: left;
	color: #838383;
}
.service-bottom-box h2{
	font-family: var(--fontsb);
	font-size: 28px;
	font-weight: 600;
	line-height: 34px;
	letter-spacing: 0em;
	text-align: left;
	color: var(--color2);
	margin-bottom: 20px;
}
.contact-informations,.contact-informations a{
	color: #BABABA;
	font-family: var(--fontm);
	font-size: 17px;
	font-weight: 400;
	line-height: 26px;
	letter-spacing: 0.06em;
	text-align: left;
}
.contact-informations h3{
	font-family: var(--fontsb);
	font-size: 25px;
	font-weight: 600;
	line-height: 36px;
	letter-spacing: 0em;
	text-align: left;
	margin-bottom: 20px;
	text-transform: capitalize;
	color: var(--color4);
}
.contact-informations aside#block-14{
	margin-bottom: 20px;
}
.contact-informations a svg{
	margin-right: 10px;
}
.contact-informations a:hover svg circle{
	stroke: #fff;
}
.contact-informations a:hover ,.contact-informations a:hover svg path{
	color: #fff;
	fill: #fff;
}
.contact-informations a{
	margin-bottom: 20px;
	display: block;
}
.contact-informations p:last-child a{
	margin-bottom: 0;
}
.contact-informations aside p{
	font-family: var(--fontr);
	font-size: 14px;
	font-weight: 400;
	line-height: 24px;
	letter-spacing: 0.04em;
	text-align: left;
	color: #BABABA;
}
.contact-informations{
	background-color: var(--color2);
	padding: 75px 55px 85px 50px;
	max-width: 35.03%;
	position: absolute;
	top: 85px;

}
.contact-page{
	margin-top: 120px;
	margin-bottom: 110px;
	position: relative;
}
.form-grid{
	display: grid;
	grid-template-columns: 47.2% 47.2%;
	justify-content: space-between;
}
textarea{
	border: none;
	outline: none;
}
.contact-contact-form h2{
	font-family: var(--fontsb);
	font-size: 30px;
	font-weight: 600;
	line-height: 45px;
	letter-spacing: 0em;
	text-align: left;
	color: var(--color2);
	text-transform: capitalize;
	margin-bottom: 20px;
}
.contact-contact-form{
	border: 1px solid var(--color2);
	max-width: 69.39%;
	margin-right: 0;
	margin-left: auto;
	padding: 70px 65px 20px;
	padding-left: 118px;
}
.contact-contact-form input::placeholder,.contact-contact-form textarea::placeholder{
	color: #AEAEAE;
}
.contact-contact-form input::placeholder,.contact-contact-form textarea::placeholder,.wpcf7-not-valid-tip{
	font-family: var(--fontr);
	font-size: 14px;
	font-weight: 400;
	line-height: 21px;
	letter-spacing: 0em;
	text-align: left;
	text-transform: capitalize;
}
.contact-contact-form input,.contact-contact-form textarea{
	padding-left: 0;
	padding-right: 0;
	border: 0;border-radius: 0;
	border-bottom: 1px solid #bbb;
}
.contact-contact-form  input[type="submit"]{
	background-color: var(--color2);
	color: var(--color4);
	border-radius: 0;
	font-family: var(--fontr);
	font-size: 18px;
	font-weight: 400;
	line-height: 27px;
	letter-spacing: 0.24em;
	text-align: center;
	text-transform: uppercase;
}
a{
	transition: 0.5s ease;
}
a:hover{
	color: var(--color2);
}
footer a:hover{
	color: #949494;
}
.bottom-box a:hover{
	color: var(--color2);
	background-color: var(--color4);
}
.bottom-box a:hover svg path{
	fill: var(--color2);
}
.half p{
	max-width: 500px;
	margin: auto;
}
.footer-contact-col{
	width: 100%;
	text-align: center;
	/* max-width: 522px;
	border-left: 1px solid #242424; */
	border-right: 1px solid #242424;
}
.comment-bottom-box{
	position: relative;
}
.quot{
	position: absolute;
	left: 70px;
}
.post-image-container img{
	object-fit: cover;
	height: 100% !important;
}
.post-image-container{
	max-width: 605px;
	height: 457px;
}
.contact-contact-form textarea{
	margin-top: 0;
	margin-bottom: 20px;
}
footer .social-media-icon{
	max-width: 45px;
}
.navbar-brand img{
	width: 111px;
}
.badge {
    position: absolute;
    top: 20px;
    left: 0;
    font-size: 40px;
	font-family: var(--fontart);
    background: rgba(0, 0, 0, 0.846);
    padding: 20px 30px;
    text-transform: capitalize;
	border-radius: 0 5px 5px 0;
}
.badge.after {
	background-color: #edededa4;
	color: #242424;
}
#gallery-1  img{
	border: none !important;
	height: 106px;
	width: auto;
}
#gallery-1 {
	display: flex;
	align-items: center;
}
#gallery-1 .gallery-item:first-child img{
	height: 80px;
}
.elementor-image-gallery{
	max-width: 800px;
	margin: auto;
}
.bg > .elementor-widget-wrap::before{
	position: absolute;
	top: 0%;
	bottom: 0;
	left: 0;
	right: 0;
	content: '';
	display: inline-block;
	background-color: #00000066;
}
.bg.servicebg > .elementor-widget-wrap::before{
	background-color: transparent;

}
.footer-middle{
	display: grid !important;
	grid-template-columns: 1fr 1fr;
}
.elementor-accordion-item{
	width: 90%;
	margin: auto;
}
.elementor-tab-title{
	/* margin-bottom: 20px !important; */
	border: 1px solid #fff !important;
}
.elementor-accordion-item ul li{
	list-style-type: disc;
}
.elementor-tab-content ul {
    position: absolute;
    border: 1px solid #fff !important;
	border-top: 0px !important;
    left: 0;
    right: 0;
    width: 90%;
    margin: auto;
    background: black;
    padding: 20px !important;
    padding-left: 30px !important;
    padding-right: 30px !important;
	z-index: 2;
}