@import url('https://fonts.googleapis.com/css2?family=Lato:wght@400;700;900&family=Poppins:wght@300;400;700;800&display=swap');
  
@font-face {
	font-family: 'Gotham';
	src: url('../fonts/Gotham-Ultra.woff') format('woff');
	font-weight: 900;
	font-style: normal;
}

@font-face {
	font-family: 'Gotham';
	src: url('../fonts/Gotham-Bold.woff') format('woff');
	font-weight: 700;
	font-style: normal;
}


body {
	font: 400 18px/1.5 'Lato', sans-serif;
	font-style: normal;
	color: #131313;
}
a {
	color:#131313;
	text-decoration:none;
}
a:hover,.nav-tabs > li > a:hover {
  text-decoration: none;
	color: #131313;
}
a:hover,code:hover,.accordion h3:hover,.nav-tabs > li > a:hover  {
  -webkit-transition:all 0.5s ease;
   -moz-transition:all 0.5s ease;
    -o-transition:all 0.5s ease;
	 transition:all 0.5s ease; 
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Gotham';
	font-weight: 700;
	margin-bottom: 20px;
	line-height: 1.2;
	color: #131313;
}
ul, ol {
    margin: 0 0 0px 0px;
    padding: 0;
	list-style:none;
}

h1 {
	font-size: 50px;
	line-height: 1.2;
	margin-bottom: 20px;
	font-weight: 900;
	padding-top: 20px;
	text-transform: uppercase;
}
h2 {
	font-size: 42px;
	font-weight: 900;
	line-height: 1.2;
}
h2 span {
	color: #000;
	font-weight: 400;
}
h3 {
	font-size: 30px;
	margin-top: 7px;
	margin-bottom: 17px;
	word-break: break-word;
}
h4 {
	font-size: 24px;
	word-break: break-word;
}
h5 {
    font-size: 18px;
}
h6 {
  font-size: 12px;
  margin-top:0px;
}
img{
	max-width: 100%;
	height: auto;
}
.home #nav-bar-main {
}
#nav-bar-main {
	width: 100%;
	background: #fff;
	padding: 15px 0;
	z-index: 1;
}
.for_sticky_menu {
	padding: 0px;
}
#nav-bar-main .navbar-inverse {
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
	border: none;
}
.site_logo {
	text-align: left;
}
.site_logo a{
}
.site_logo a img {
	max-width: 330px;
}
.footer_wide {
	padding: 45px 0;
	background-image: url('../images/footer_bg.jpg');
	background-repeat: no-repeat;
	color: #fff;
	font-size: 16px;
	margin: 0 0;
	border-top: 0px solid #000000;
	margin-top: 0;
	padding-bottom: 0;
	background-color: #052b74;
}
.bellow_sections .bottom_space p, .bellow_sections .bottom_space a, .bellow_sections .bottom_space {
	color: #fff;
}
.bellow_sections {
	padding-top: 10px;
}
.footer_logo {
	font-size: 22px;
	margin-bottom: 18px;
}
.bottom_space h5 {
	color: #fff;
	font-weight: 400;
	font-size: 22px;
	margin-bottom: 22px;
}
.bottom_space ul {
	list-style: none;
}
.bottom_space ul li {
	margin-bottom: 6px;
	padding-left: 0;
	position: relative;
	display: block;
	font-weight: 400;
}
.bottom_space ul li i {
	color: #ff6702;
	margin-right: 10px;
	width: 18px;
	text-align: center;
}
.bottom_space ul.services li {
	position: relative;
	padding-left: 20px;
}
.bottom_space ul.services li::before {
	content: "";
	width: 8px;
	height: 8px;
	display: inline-block;
	background: #555;
	border-radius: 50%;
	position: absolute;
	left: 0px;
	top: 9px;
}
ul.social_icons {
	list-style: none;
	margin-top: 0px;
	text-align: right;
	color: #fff;
}
ul.social_icons li{
	display:inline-block;
	margin-right: 10px
}
ul.social_icons li a {
	display: flex;
	width: 30px;
	height: 30px;
	border-radius: 4px;
	align-items: center;
	justify-content: center;
}
.bottom_space ul.social_icons li i {
	color: #fff;
	margin-right: 0px;
	font-size: 17px;
}
ul.social_icons li a:hover {
	background-color: transparent;
}
.bottom_space ul.social_icons li a:hover i {
	color: #ff6702;
}
.content_section {
	padding: 60px 0px;
	position: relative;
	padding-top: 10px;
}
.gform_wrapper .servies_sel label.gfield_label {
	display: none
}
#gform_wrapper_1 {
	margin-bottom: 0;
}
.ginput_container input[type="text"],
.ginput_container input[type="email"]{
	background: #eff4ff;
	border: 1px solid #082e77;
	box-sizing: border-box;
	color: #000;
	display: block;
	height: 55px !important;
	margin-top: 1px !important;
	max-width: 100%;
	padding: 2px 10px !important;
	width: 100% !important;
	border-radius: 4px;
	position: relative;
}
#gform_wrapper_1 textarea.large {
	height: 150px;
	width: 100%;
	border-radius: 4px;
	padding: 10px 10px;
	position: relative;
	background: #eff4ff;
	border: 1px solid #082e77;
	box-sizing: border-box;
	color: #000;
}
body .gform_wrapper .gform_footer {
	clear: both;
	margin: 0;
	overflow: hidden;
	padding: 5px 5px 0px 0;
}
#gform_wrapper_1 .gform_footer input[type="submit"] {
	background: #f24713;
	border: 5px solid #fcdad0;
	color: #fff;
	display: block !important;
	margin: unset;
	padding: 16px 20px;
	text-align: center;
	width: auto;
	border-radius: 0px;
	font-size: 18px !important;
	font-weight: 400;
	margin-top: 1px !important;
	text-transform: uppercase;
	/* float: right; */
	width: 200px;
	margin-left: auto;
	border-radius: 35px;
	margin-right: auto;
}
#gform_wrapper_1 .gform_footer input[type="submit"]:hover {
	background: #000;
	color: #fff;
	opacity: .85;
}
.gform_wrapper.gravity-theme .gfield input:focus-visible, 
.gform_wrapper.gravity-theme .gfield textarea:focus-visible, 
.gform_wrapper.gravity-theme .gfield select:focus-visible {
	outline: none;
	border: 1px solid #053043 !important;
}
.gform_required_legend {
	display: none;
}
#gform_wrapper_1.gform_wrapper.gravity-theme .gfield_label {
	font-weight: 400;
}
.white_text {
	color: #fff;
}
h2 + ul {
	margin-top: 20px;
	margin-bottom: 20px;
}
h2 + ul li{
	margin-bottom: 2px;
}
.menudop ul {
	float: none;
	padding-right: 0;
	text-align: right;
}
.menudop li{
	display: inline-block;
	position: relative;
}
.menudop li a {
	display: block;
	padding: 20px 3px;
	font-size: 13px;
	font-weight: 700;
	color: #131313;
	text-transform: uppercase;
	margin: 0 5px;
	font-family: 'Lato';
}
.menudop li a:hover {
	color: #131313;
}
.menudop li.current_page_item::before {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
	border-top: 8px solid #fff;
	left: 0;
	right: 0;
	margin: auto;
	display: none;
}
.menudop li.menu-item-has-children > a {
	position: relative;
	padding-right: 20px;
}
.menudop li.menu-item-has-children > a::after {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 6px solid #fff;
	right: 0px;
	margin: auto;
	top: 26px;
}
.menudop li.current_page_item::after {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
	border-bottom: 8px solid #fff;
	left: 0;
	right: 0;
	margin: auto;
	bottom: 0;
	display: none;
}
.menudop li:last-child a{
	padding-right: 0px;
}
.menudop li .sub-menu {
	display: none;
	position: absolute;
	left: 0;
	/* top: 80%; */
	background: #fff;
	border-radius: 0px;
	border-top: 0px solid #fff;
	z-index: 1;
	min-width: 260px;
	text-align: left;
	padding: 10px 0;
}
.menudop li.menu-item-has-children:hover > .sub-menu {
	display: block;
}
.menudop li .sub-menu li{
	display: block;
}
.menudop li .sub-menu li a {
	display: block;
	border: 0;
	color: #2c2c2c;
	border-radius: 0;
	border-bottom: 1px solid #aaa;
	padding: 8px 15px;
	font-size: 16px;
	text-transform: unset;
	margin: 0;
}
.menudop li .sub-menu li a:hover {
	color: #ff6702;
}
.menudop li .sub-menu li:last-child a {
	border-bottom: 0;
}
.menutoggle {
	display: none;
}
.menutoggle span {
	font-size: 28px;
	display: inline-block;
	margin: 0% auto;
	width: 40px;
	transition: transform .3s ease;
	transform-origin: 45% 50%;
	font-family: "Font Awesome 5 Pro";
	color: #052b74;
	cursor: pointer;
	padding: 5px 2px;
	border-radius: 2px;
	float: right;
	text-align: right;
}
.menutoggle span.toggle_line::before {
	content: "\f0c9";
}
.mobile_menu {
	display: none;
	background: #052b74;
	position: fixed;
	width: 100%;
	height: 100vh;
	z-index: 99;
	padding-top: 2%;
	padding-bottom: 5%;
}
.mobile_menu ul {
	margin-top: 10%;
}
.mobile_menu ul ul.sub-menu {
	margin-top: 0;
}
.mobile_menu ul li {
	margin: 15px 0;
	text-align: left;
	padding: 0 18px;
}
.mobile_menu ul li a {
	color: #fff;
	text-transform: uppercase;
	font-weight: 400;
	position: relative;
	display: block;
}
.mobile_menu ul li a:hover{
	color: #fff;
}
.close_mob_menu {
	position: relative;
	width: 40px;
	height: 40px;
	float: right;
	margin-right: 3%;
	text-align: center;
}
.close_mob_menu::before {
	font-size: 2.3em;
	display: inline-block;
	margin: 0% auto;
	width: 40px;
	transition: transform .3s ease;
	transform-origin: 45% 50%;
	font-family: "Font Awesome 5 Pro";
	color: #fff;
	content: "\f00d";
	cursor: pointer;
}
#gform_wrapper_1 .gform_page_footer .button.gform_button, #gform_wrapper_1 .gform_page_footer .button.gform_next_button, #gform_wrapper_1 .gform_page_footer .button.gform_previous_button {
	background-color: #f99f1b;
	background-image: url('../images/btn_bg.png');
	background-repeat: no-repeat;
	background-size: 20% 70%;
	background-position: bottom left;
	border: 0;
	color: #000;
	font-size: 18px;
	padding: 16px 32px;
	text-transform: uppercase;
	min-width: 220px;
}
#validation_message_1_11 {
	text-align: center;
	font-weight: 400;
}
#gform_wrapper_1 li.gfield.gfield_error, #gform_wrapper_1 li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
	background-color: transparent;
	margin-bottom: 6px !important;
	border-top: 0px solid #c89797;
	border-bottom: 0px solid #c89797;
	padding-bottom: 0px;
	padding-top: 0px;
	box-sizing: border-box;
}
#gform_wrapper_1 div.validation_error {
	color: #f00;
	font-size: 16px;
	font-weight: 400;
	margin-bottom: 0px;
	border-top: 1px solid #f00;
	border-bottom: 1px solid #f00;
	padding: 16px 0 16px 0;
	clear: both;
	width: 100%;
	text-align: center;
}
#gform_wrapper_1 .validation_message {
	color: #f00;
	font-weight: 400;
	letter-spacing: normal;
}
#gform_wrapper_1 .field_description_below .gfield_description {
	padding-top: 8px;
}
a.elementor-button {
	background: #ff6702;
	color: #fff !important;
	display: inline-block;
	padding: 16px 40px;
	font-weight: 300;
	border: 4px solid #ff6702;
	font-size: 20px;
	margin-top: 0;
	border-radius: 60px;
	text-transform: uppercase;
	line-height: 1;
	/* padding-top: 17px; */
	fill: #fff;
	font-family: Lato;
	font-weight: 900;
	fill: #ff6702;
}
a.elementor-button:hover {
	background: #000;
	border-color: #000;
	color: #fff !important;
	fill: #fff;
}
.white_btn a.elementor-button {
	background: #fff;
	color: #f24713 !important;
	display: inline-block;
	padding: 12px 40px;
	font-weight: 900;
	border: 4px solid #fff;
	font-size: 20px;
	margin-top: 0;
	border-radius: 60px;
	text-transform: uppercase;
	line-height: 1;
	/* padding-top: 17px; */
	fill: #ff6702;
}
.white_btn a.elementor-button:hover {
	background: #ff6702;
	color: #fff !important;
	border: 4px solid #ff6702;
	fill: #fff;
}
.footer_end {
	padding: 20px 0px;
	border-top: 0px solid #111;
}
.footer_logo img {
	max-width: 375px;
}
.copyright_text {
	color: #fff;
	font-size: 14px;
	margin-top: 7px;
	/* text-align: center; */
	font-weight: 500;
}
.copyright_text a{
	color: #fff;
}
.copyright_text a:hover{
	color: #fff;
	text-decoration: underline;
}
.gfield_radio {
	display: block;
}
.gfield_radio .gchoice {
	display: inline-block;
	margin-right: 40px;
}
.gfield_radio .gchoice input{
	display: none !important;
}
.gfield_radio .gchoice label {
	position: relative;
	padding-left: 29px;
	cursor: pointer;
}
.gfield_radio .gchoice label::before {
	display: inline-block;
	/* vertical-align: middle; */
	left: 0;
	width: 21.6px;
	height: 21.6px;
	font-family: 'FontAwesome';
	font-size: 0.8em;
	text-align: center;
	line-height: 1.7em;
	margin-right: 0.5em;
	content: '';
	color: #333;
	background: #FFF;
	border: 1px solid #ccc;
	letter-spacing: normal;
	font-style: normal;
	border-radius: 50%;
	position: absolute;
	top: -2px;
}
.gfield_radio .gchoice input[type="radio"]:checked + label::before {
	content: '\f111';
}
.gfield_checkbox .gchoice {
	display: inline-block;
	margin-right: 40px;
}
.gfield_checkbox .gchoice input{
	display: none !important;
}
.gfield_checkbox .gchoice label {
	position: relative;
	padding-left: 54px;
	cursor: pointer;
	display: flex !important;
	align-items: center;
	min-height: 34px;
	font-size: 17px !important;
	color: #fff;
}
.gfield_checkbox .gchoice label::before {
	display: inline-block;
	/* vertical-align: middle; */
	left: 0;
	width: 38px;
	height: 38px;
	font-family: 'FontAwesome';
	font-size: 18px;
	text-align: center;
	line-height: 38px;
	margin-right: 0.5em;
	content: '';
	color: #ff6702;
	background: #dbdbdb;
	border: 1px solid #dbdbdb;
	letter-spacing: normal;
	font-style: normal;
	position: absolute;
	top: -2px;
	border-radius: 50%;
}
.gfield_checkbox .gchoice input[type="checkbox"]:checked + label::before {
	content: '\f00c';
}
.gform_wrapper.gravity-theme .gfield-choice-input + label {
	margin-bottom: 0;
	max-width: 100% !important;
	vertical-align: middle;
	display: block;
}
.gfield_no_follows_desc h3 {
	text-align: left;
	text-transform: uppercase;
	margin-bottom: 0;
}
.elementor-text-editor ul {
	list-style: disc inside;
	margin-bottom: 25px;
}
.elementor-text-editor ul li {
	margin-bottom: 10px;
}
.elementor .elementor-text-editor a {
	text-decoration: underline;
}
.gform_confirmation_message {
	padding: 30px 10px;
	text-align: center;
}
.white_text a {
	color: #fff;
}
.text_a_no_line .elementor-text-editor a {
	text-decoration: none;
}
.link_arrow {
	font-size: 36px;
	color: #38587e;
}
blockquote::before {
	position: absolute;
	content: "„";
	font-family: cardo;
	font-size: 110px;
	left: -15px;
	top: -122px;
	color: #a6c4e0;
	font-style: italic;
}
blockquote {
	font-family: cardo;
	font-size: 30px;
	padding-left: 30px;
	padding-right: 30px;
	position: relative;
}
blockquote strong{
	color: #38587e;
	font-size: 24px;
}
.log_bar_inner {
	padding-top: 4px;
	padding-bottom: 16px;
}
.phone_info {
	text-align: right;
}
.phone_info span {
	display: block;
	font-weight: 700;
	color: #404042;
}
.phone_info a {
	color: #267a94;
	font-weight: 700;
	font-size: 34px;
}
.logo_column_mobile {
	display: none;
}
.footer_wide ul.footer_nav {
	list-style: none;
}
.footer_wide ul.footer_nav li{
	list-style: none;
}
.footer_wide ul.footer_nav li a {
	display: block;
	text-transform: uppercase;
	margin: 0 10px;
	font-weight: 400;
}
.footer_end .bottom_space ul {
	float: right;
	margin-top: 20px;
	padding-bottom: 20px;
}
.footer_end .bottom_space ul li {
	margin-bottom: 0;
	padding-left: 0;
	position: relative;
	display: inline-block;
	font-weight: 300;
	color: #fff;
	align-items: center;
}
.footer_end .bottom_space ul li a {
	display: block;
	color: #fff;
}
.elementor-image-gallery .gallery-item img {
	margin: 0 auto;
	width: 100%;
	object-fit: cover;
	height: 200px;
	max-width: 95%;
}
.featured_listing_outer {
	display: flex;
	gap: 20px;
}
.flist_box {
	margin-bottom: 20px;
}
.flist_box_head {
	display: flex;
	color: #fff;
	background-color: #2f2f2f;
	width: 94%;
	position: relative;
}
.flist_box_head::after {
	content: "";
	height: 20px;
	width: 94%;
	position: absolute;
	background: #ff6702;
	bottom: -10px;
	left: 20px;
}
.flist_box_head_left {
	width: 60%;
	padding: 20px;
}
.flist_box_head_right {
	width: 40%;
	position: relative;
}
.flist_box_head_right img {
	position: absolute;
	height: 360px !important;
	right: -30px;
	top: 30px;
	width: 235px !important;
	object-fit: cover;
	z-index: 1;
}
.flist_title {
	font-size: 32px;
	font-weight: 900;
	padding-bottom: 10px;
	padding-top: 5px;
	line-height: 1.2;
	color: #ff6702;
}
.flist_sub_title {
	padding-bottom: 15px;
}
.flist_phone {
	font-size: 20px;
	margin-bottom: 2px;
}
.flist_email {
	font-size: 20px;
}
.flist_price {
	font-size: 34px;
	font-weight: 900;
	padding-top: 25px;
	padding-bottom: 10px;
}
.flist_box_summary {
	padding: 20px;
}
.flist_box_summary_inner {
	font-size: 16px;
	line-height: 1.6;
	max-width: 60%;
}
.flist_box_summary_inner h3 {
	font-weight: 400;
	font-size: 34px;
	margin-bottom: 5px;
	margin-top: 10px;
}
a.flist_box_btn {
	color: #fff;
	border: 2px solid #ff6702;
	display: inline-block;
	background: #ff6702;
	font-size: 18px;
	font-weight: 700;
	text-align: center;
	padding: 13px 20px;
	min-width: 230px;
	text-transform: uppercase;
	margin-top: 20px;
}
a.flist_box_btn i{
	margin-left: 15px;
	font-size: 13px;
}
a.flist_box_btn:hover {
	background: #fff;
	color: #ff6702;
}
.featured_listing_wraper {
	position: relative;
}
.featured_listing_wraper h2 {
	position: relative;
	text-transform: uppercase;
	padding-top: 35px;
	padding-bottom: 23px;
}
.featured_listing_wraper .owl-theme .owl-nav {
	position: absolute;
	top: -110px;
	right: 0;
}
.featured_listing_wraper .owl-carousel .owl-nav button.owl-prev, 
.featured_listing_wraper .owl-carousel .owl-nav button.owl-next {
	font-size: 40px;
	color: #ff6702;
	background: none;
	margin: 0 10px;
	border-radius: 0;
	outline: none;
}
.featured_listing_wraper .owl-carousel .owl-nav button.owl-prev:hover, 
.featured_listing_wraper .owl-carousel .owl-nav button.owl-next:hover {
	color: #2f2f2f;
	outline: none;
}
.testimonials_outer.owl-carousel .owl-item img {
	display: block;
	height: 96px;
	width: 96px;
	border-radius: 50%;
	margin: auto;
}
.testimonial_description {
	font-family: Georgia;
	font-style: italic;
	color: #343c3e;
	text-align: center;
	margin-top: 20px;
	margin-bottom: 20px;
}
.testimonial_title {
	text-align: center;
	font-weight: 600;
	color: #343c3e;
}
.testimonials_outer.owl-theme .owl-nav {
	color: #ff6702 !important;
}
.testimonials_outer.owl-theme .owl-nav .disabled {
	opacity: 1;
	cursor: default;
	color: #c8c8c8 !important;
}
.testimonials_outer.owl-theme .owl-nav [class*="owl-"]:hover,
.testimonials_outer.owl-theme .owl-nav [class*="owl-"]:focus {
	background: transparent;
	color: inherit;
	text-decoration: none;
	outline: none;
}
body .gform_wrapper.gravity-theme .gform_drop_area {
	background: #fff;
	border: 1px dashed #fff;
	border-radius: 0;
	margin-bottom: 8px;
	padding: 18px;
	text-align: center;
	font-size: 15px;
	color: #444;
}
body .gform_wrapper.gravity-theme .gfield_label {
	color: #fff;
}
#gform_wrapper_1 .field_description_below .gfield_description {
	color: #fff;
	padding-top: 0;
	font-size: 14px;
	margin-top: 2px;
}
.ginput_container_fileupload button {
	position: relative;
	z-index: 1;
	border: 1px solid #ddd;
	display: inline-block;
	padding: 2px 10px;
}
body .gform_wrapper.gravity-theme .gfield select.large {
	width: 100%;
	border: 1px solid #aaa;
	height: 55px;
	background: #fff;
}
.campaigns_menu {
	text-align: right;
	display: flex;
	align-items: center;
	justify-content: right;
}
.gtranslate_wrapper {
	display: flex;
  gap: 10px;
	flex-direction: row-reverse;
}
.menudop {
	display: inline-block;
	margin-top: 15px;
}
.site_cta {
	display: inline-block;
	margin-left: 25px;
}
.site_cta a {
	background: #f24713;
	color: #fff;
	display: block;
	padding: 12px 20px;
	border-radius: 30px;
	font-family: Gotham;
	font-weight: 900;
}
.site_cta a i {
	margin-right: 4px;
}
.custom_col_gap .elementor-row {
	column-gap: 20px;
}
.table_inc table {
	width: 100%;
	margin-bottom: 15px;
}
.table_inc table tr{
	width: 100%;
}
.table_inc table td{
	padding: 5px 10px;
}
a.glink span {
    margin-right: 5px;
    font-size: 14px;
    vertical-align: middle;
}

@media only screen and (max-width: 767px) {
	#gallery-1 br {
		display: none;
	}
	#gallery-1 .gallery-item {
		width: 33.3% !important;
	}
	.elementor-image-gallery .gallery-item img {
		height: 150px;
	}	
.bottom_space_mobile_hide {
	display: none;
}	
#nav-bar-main {
	width: 100%;
	background-color: transparent;
	padding: 15px 10px;
	padding-top: 0px;
    padding-bottom: 0;
}	
.header_call_text {
	text-align: center;
	margin-top: 20px;
}
h1 {
	font-size: 24px;
	margin-bottom: 20px;
}
.ginput_container input[type="text"] {
	height: 50px !important;
}
#gform_wrapper_1 textarea.large {
	height: 100px !important;
}	
#gform_wrapper_1 .gform_footer input[type="submit"] {
	padding: 8px 30px;
	font-size: 15px !important;
	margin: auto;
}
.menutoggle {
	display: block;
}
.menudop {
	display: none;
}	
.for_sticky_menu {
	padding: 15px 0px;
}
a.elementor-button {
	padding: 16px 30px;
	/* border: 2px solid #0096b1; */
	font-size: 16px;
	/* padding-top: 15px; */
}
.bottom_space h4 {
	font-size: 20px;
  }
.logo_column_mobile {
	display: block;
} 
.logo_column_desktop {
	display: none;
}  
.phone_info {
	text-align: center;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.phone_info a {
	font-size: 26px;
}
.footer_end {
	background-size: contain;
	background-position: center bottom;
}
.footer_end .bottom_space ul {
	float: none;
}
ul.social_icons li a {
	font-size: 16px;
}
.featured_listing_wraper .owl-theme .owl-nav {
	position: relative;
	top: auto;
	right: 0;
	margin-top: 0;
}
.featured_listing_wraper .flist_box {
	margin-bottom: 0;
}
.featured_listing_wraper .flist_box_summary {
	padding-bottom: 0;
}
.featured_listing_wraper h2 {
	padding-top: 30px;
}
.site_cta {
	display: none;
}
.hilde_on_mobile {
	display: none;
}
.site_lang .gtranslate_wrapper a.glink span {
	display: none !important;
}
	a.glink img {
	position: relative;
	top: -2px;
}
}
@media only screen and (max-width: 576px) {
	.footer_logo img {
		max-width: 260px;
	}
	#gallery-1 .gallery-item {
		width: 50% !important;
	}
	.elementor-image-gallery .gallery-item img {
		height: 130px;
	}		
#nav-bar-main {
	margin-bottom: 0;
}	
.site_logo {
	width: 100%;
	text-align: left;	
}
.header_call_text {
	text-align: right;
	margin-top: 0;
	/* background: #8c52ff; */
	color: #fff;
	padding-left: 0;
	padding-top: 15px;
	padding-bottom: 15px;
	/* position: absolute; */
	z-index: 999;
	width: 100%;
	left: 0;
	display: none;
}	
.call_heading,.header_call_text a {
	color: #fff;
	font-size: 20px;
}
.banner_section {
	height: 60vh;
}	
.banner_section .banner_text_block_outer {
	height: 60vh;
}	
.banner_section .banner_text_block {
	padding: 25px 20px;
	width: 90%;
	font-size: 14px;
}
.banner_bottom_border {
	width: 87%;
}	
.borcenter,.borright,.borleft {
	text-align: center;
}	
.bottom_space {
	margin-bottom: 30px;
}
.bottom_space:last-child {
	margin-bottom: 0px;
}
.bottom_space p{
	margin-bottom: 0px;
}
.footer_end .bottom_space {
	margin-bottom: 0;
}
.footer_end .bottom_space:first-child {
	order: 2;
}
.footer_end .bottom_space:last-child {
	order: 1;
}
.copyright_text {
	font-size: 12px;
}
.footer_wide {
	padding: 30px 0;
}
#wid-4 img {
	max-width: 80%;
}
.keep_it_center_mob {
	text-align: center !important;
}
ul.paralel_btns li {
	width: 100%;
	margin-bottom: 10px;
}
ul.hollow_btns {
	max-width: 100%;
}	
h2 {
	font-size: 30px;
}	
h3 {
	font-size: 24px;
}
h4 {
	font-size: 18px;
}
h5 {
	font-size: 14px;
}	
body {
	font-size: 16px;
}	
#gform_wrapper_1 .gform_page_footer .button.gform_button, #gform_wrapper_1 .gform_page_footer .button.gform_next_button, #gform_wrapper_1 .gform_page_footer .button.gform_previous_button {
	font-size: 14px;
	padding: 8px 10px;
	min-width: 145px;
	width: auto;
	border-radius: 0 !important;
}
.site_logo a img {
	max-width: 100%;
}
.text_shadow h1 {
	font-size: 20px;
	margin-bottom: 0;
}	
.home_banner_text h1 {
	font-size: 17.5px;
}
.home_banner_text h3 {
	font-size: 10px;
	padding: 10px 15px;
}
#wid-1 {
	padding-right: 0;
}
.bottom_space ul li {
	margin-bottom: 5px;
	padding-left: 0;
	position: relative;
	/* margin-left: 15px; */
	/* margin-right: 15px; */
	display: block;
}
.bottom_space ul li i {
}
ul.social_icons li {
	display: inline-block;
	margin-right: 7px;
}
ul.social_icons li:last-child {
	margin-right: 0;
}
.gfield_radio .gchoice {
	margin-right: 0;
	width: 100%;
	margin-bottom: 7px;
}
.gfield_checkbox .gchoice {
	margin-right: 0;
	width: 100%;
	margin-bottom: 10px;
}
.exp_top_icon {
	font-size: 46px;
}
a.exp_boxes_link {
	padding: 20px 15px;
}
.exp_boxes p {
	font-size: 15px;
}
.marko_contact {
	display: block;
	padding-left: 0;
	text-align: center;
}
.marko_contact h3 {
	margin-left: 10px;
}
blockquote::before {
	font-size: 90px;
	left: -5px;
	top: -100px;
}
blockquote {
	font-size: 18px;
	padding-left: 25px;
	padding-right: 25px;
}
blockquote strong {
	font-size: 17px;
}
.footer_log {
	margin-top: 25px;
	margin-bottom: 25px;
}
.bottom_space ul {
	list-style: none;
	display: block;
	padding-left: 0;
	font-size: 14px;
	text-align: center;
}
li .loc_icon i, li .time_icon i {
	margin-right: 6px;
}
.featured_listing_outer {
	display: block;
}
.flist_title {
	font-size: 20px;
	border-bottom: 0px solid #fff;
	margin-bottom: 25px;
	padding-bottom: 0;
	padding-top: 0px;
}
.flist_phone, 
.flist_email {
	font-size: 14px;
}
.flist_price {
	font-size: 22px;
	padding-top: 20px;
	padding-bottom: 5px;
}
.flist_box_head_right img {
	height: 255px !important;
	right: -20px;
	top: 20px;
	width: 260px;
}
.flist_box_summary_inner h3 {
	font-size: 22px;
	margin-bottom: 5px;
	margin-top: 0;
}
.flist_box_summary_inner {
	font-size: 15px;
}
a.flist_box_btn {
	font-size: 16px;
	padding: 15px 25px;
	min-width: 100%;
	text-transform: uppercase;
	margin-top: 25px;
}
.bottom_space ul.services li {
	padding-left: 0;
}
.bottom_space ul.services li::before {
	display: none;
}
}
@media only screen and (max-width: 320px) {
}
