/*
Theme Name:  Ravid
Version:     1.0.0
Description: Custom WordPress Responsive Multi-Purpose Theme.
Theme URI:   #
Author:      EVIP
Author URI:  #
License:     Custom license
License URI: #
Text Domain: evip
*/
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, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, 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;
	vertical-align: baseline;
}
body {
	color: #000;
	padding: 0;
	margin: 0;
	font-size: 16px;
	font-family: "Open Sans", sans-serif;
	font-weight:400;
}
.wpcf7-form {direction: rtl;}
ul, ol, li { list-style: none; }
img, fieldset { border: none; }
a { text-decoration: none; }
a:hover { text-decoration: none; }
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary { display: block; }
figure {
	margin: 0;
	padding: 0;
}
.clearfix {
	clear: both;
	width: 100%;
}
img {
	max-width: 100%;
	height: auto;
	display: block;
}
.wp-caption { max-width: 100%; }
img[class*="align"], img[class*="wp-image-"], img[class*="attachment-"] { height: auto; }
img.size-full, img.size-large, img.wp-post-image {
	height: auto;
	max-width: 100%;
}
img {
	max-width: 100%;
	height: auto;
	display: block;
}
embed, iframe, object, video { max-width: 100%; }
html { -webkit-text-size-adjust: none; }
.entry-content img {
	max-width: 100%;
	height: auto;
}
.aligncenter, img.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto 20px;
}
.alignright {
	margin: 10px 0px 35px 30px;
	display: inline;
}
.alignleft {
	margin: 0 35px 10px 0px;
	display: inline;
}
.alignright { float: right; }
.alignleft { float: left; }
.wp-caption {
	border: none;
	text-align: center;
	background: #f5f5f5;
	margin-bottom: 10px;
	margin-top: 10px;
	padding: 5px 0 10px 0;
}
.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0;
	margin-bottom: 12px;
}
.wp-caption p.wp-caption-text {
	line-height: 18px;
	padding: 0 15px;
	display: block;
	font-style: italic;
	color: #000000;
	font-size: 12px;
}
input, textarea {
	-webkit-appearance: none;
	-webkit-border-radius: 0;
}
*, *:before, *:after {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
input[placeholder], 
[placeholder], 
*[placeholder] {color: inherit}
*::-webkit-input-placeholder { color:inherit}
*:-moz-placeholder {
    color:inherit ;
    opacity:  1;
}
*::-moz-placeholder {
    color:inherit ;
    opacity:  1;
}
*:-ms-input-placeholder {color:inherit}
/*----------------------*/
/*     Page structure   */
/*----------------------*/
.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
	color:#263262;
	font-size:32px;
	font-weight:600;
	padding-bottom:20px;
	font-family: "Open Sans", sans-serif;
	text-align:left;
}
.entry-content h1 {
	font-size:36px;
}
.entry-content h2 {
	font-size:32px;
}
.entry-content h3 {
	font-size:24px;
}
.entry-content h4 {
	font-size:20px;
}
.entry-content h5 {
	font-size:18px;
}
.entry-content h6 {
	font-size:16px;
}
.entry-content p {
	color:#231f20;
	font-size:15px;
	line-height:24px;
	padding-bottom:20px;
}
.entry-content ul {
	padding:0 0 20px 0;
}
.entry-content ul li {
	color:#231f20;
	font-size:15px;
	line-height:24px;
	padding-bottom:8px;
	position: relative;
	padding-left:20px;
	text-decoration:underline;
}
.entry-content ul li::before {
	content:'';
	width:7px;
	height:7px;
	background:#ce2831;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	position:absolute;
	left:0;
	top:10px;
	z-index:1;
}	
.entry-content ol {
	list-style-type:decimal;
	padding:0 0 20px 20px;
}
.entry-content ol li {
	list-style-type:decimal;
	color:#231f20;
	font-size:15px;
	line-height:24px;
}	
.entry-content a {
	color:#ce2831;
}
.entry-content blockquote {
	color:#ce2831;
	font-size:18px;
	line-height:24px;
	font-weight:600;
}	
.entry-content blockquote p {
	padding-bottom:0;
}
.entry-content table {
    border-collapse: collapse;
	width:100%;
	margin-bottom:25px;
}
.entry-content table, 
.entry-content table th, 
.entry-content table td {
    border: 1px solid #666666;
	color:#231f20;
	font-size:15px;
	line-height:24px;
	text-align:center;
	padding:5px 0;
}
hr {
	border:none;
	background:#dedede;
	height:2px;
	padding:0;
	margin:17px 0 24px 0;
	outline:none;
}
.entry-content input[type='email'],
.entry-content input[type='text'] {
	width:100%;
	max-width:800px;
	background:#fff;
	height:48px;
	font-size:15px;
	color:#231f20;
	line-height:21px;
	border:1px solid #4e4e4e;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius:  5px;
	padding:5px 5px 5px 15px;
	outline:none;
	font-family: "Open Sans", sans-serif;
	font-weight:400;
	margin-top:7px;
}
.entry-content textarea {
	width:100%;
	background:#fff;
	max-width:800px;
	height:180px;
	font-size:15px;
	color:#231f20;
	line-height:24px;
	border:1px solid #666666;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius:  5px;
	padding:5px 5px 5px 15px;
	outline:none;
	font-family: "Open Sans", sans-serif;
	font-weight:400;
}
.entry-content input[type='submit'] {
	width:180px;
	height:50px;
	outline:none;
	border:none;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius:  5px;
	padding:0;
	background:#0a4e5c;
	color:#fff;
	text-align:center; 
	cursor:pointer;
	font-size:16px;
	text-transform:uppercase;
	font-family: "Open Sans", sans-serif;
}
.entry-content .submit {
	width:180px;
	padding:15px 0 0 0;
}

.entry-style p {
	font-weight: 400;
	font-size: 18px;
	line-height: 28px;
	color: var(--whiteColor);
}

:root {
	/*----------- color -----------*/
	--whiteColor: #fff;
	--BlackLightColor: #444444;
	--YellowLight: #aca26c;
	--blueDeep: #303a2a;
	--grey: #bcbcaa;

	/*----------- bg color -----------*/
	--graybgColor: #ebeae3;
	--blueDeepbgColor: #263262;
}

p {
	font-size: 20px;
	line-height:26px;
	padding-bottom: 17px;
	color: #000;
}
h2, h3, h4, h5, h6 {
	color: #263262;
	line-height: 1.3;
}
h1, h2, h3, h4, h5, h6 {
	font-family: "Open Sans", sans-serif;
	font-weight: 700;
}
h1 { font-size: 36px; }
h2 { font-size: 30px; }
h3 { font-size: 28px; }
h4 { font-size: 25px; }
h5 { font-size: 20px; }
h6 { font-size: 18px; }

h6 a,
h3 a,
h4 a { color: #1B2E70; }


/*----------------------*/
/*     header_area      */
/*----------------------*/
.only_mobile_view { display:none; }
.d-flex { display:flex}
.flex-space-between {
	display:flex;
	justify-content: space-between;
	flex-wrap:wrap;
}
.justify-content-center{justify-content: center;}
.align-center {
	display:flex;
	align-items:center;
	flex-wrap:wrap;
}
.text-center { text-align:center}
.flex-wrap {
	display:flex;
	flex-wrap:wrap;
}
.flex-nowrap {
	display:flex;
	flex-wrap:nowrap;
}
.row-reverse {
	flex-flow: row-reverse;
}
.flex-row-reverse{flex-flow: row-reverse;}
.flex-row-none { flex-flow: inherit !important;}

#wrapper {
	width:100%;
	direction: rtl;
}
.center_content {
	width: 100%;
	max-width: 1522px;
	margin: 0 auto;
}
.fixheader {
	width: 100%;
	position:absolute;
	left: 0;
	top: 0;
	z-index: 9999;
}
/*---------- header_area ----------*/
.header_area {
	border-bottom: 2px solid #FFFFFF33;
}

.menu_content_area {
	padding: 0px 50px;
}
.normal_header {
	width: 100%;
	background-color: #fff;
	position: relative;
    z-index: 100;
}
.normal_header.bgCloro,
.header_area.bgCloro {
	position:fixed;
	background-color: var(--whiteColor);
	border-bottom:1px solid #0000001A;
}
.menu_content {
    position: relative;
}
.menu_content_bx {
	justify-content: space-between;
	flex-wrap: nowrap;
	padding: 8px 0 8px 0;
}
.logo {
     width: 190px; 
     display: flex;
     justify-content: flex-end;
}
.logo img {
	width: 100%	!important;
}
.menu_bx {
	display: flex;
	flex-wrap: wrap;
    align-items: center;
    position: relative;
}
.main_nav {}
#menu {
	display: flex;
	flex-wrap: wrap;
	width: auto;
	gap: 34px;
}
#menu li {
	font-size: 24px;
	color: #fff;
	position: relative;
	padding: 0px;
	line-height: 1.2;
	font-weight: 700;
	text-shadow: 0px 0px 6px #00000040;
}
.main_nav ul li:hover > a,
#menu li.current_page_item > a {
	font-weight: 700;
}
.main_nav ul li a {
	color: #fff;
	padding: 8px 0;
	display: block;
	position: relative;
}
.header_area.bgCloro .main_nav ul li a,
.normal_header .main_nav ul li a {color: #000;}
#menu li ul {
    position: absolute;
    background: rgba(255, 255, 255, 0.75);
    width: 208px;
    padding: 8px 18px 8px 15px;
    top: 100%;
    right: 0;
    z-index: 22;
    opacity: 0;
    visibility: hidden;
    transform: scaleY(0);
    transform-origin: center top 0;
    transition: all .5s ease 0s;
    border-bottom: 5px solid #00A2BE;
}
#menu li.menu-item-has-children { position: relative; }
#menu li.menu-item-has-children::after {
	content: "\f107";
	font: normal normal normal 16px / 1 FontAwesome;
	position: absolute;
	left: -14px;
    top: 15px;
	z-index: 1;
	color: #fff;
}
.header_area.bgCloro #menu li.menu-item-has-children::after,
.normal_header #menu li.menu-item-has-children::after {
	color: #000;
}
#menu li.menu-item-has-children:hover::after {
	opacity: 1;
	visibility: visible;
}
#menu li.menu-item-has-children:hover > ul {
    opacity: 1;
    transform: scaleY(1);
    visibility: visible;
}
#menu li ul { gap: 5px; }
#menu li ul > li {
	margin-bottom: 0;
	padding: 0;
	font-size: 16px;
}
#menu li ul > li a::after { display: none; }
#menu li ul > li a { display: block;  color:#000}

.menu_bar_wrap,
.menu_bar {
	display: none;
}

.menu_bar {
    width: 36px;
    padding: 0;
    margin: 0;
    background: none;
    border: none;
    outline: none;
    cursor: pointer;
}
.menu_bar span {
    width: 100%;
    height: 2px;
    margin-top: 8px;
    background-color: var(--blueDeepbgColor);
    display: block;
    transition: all .2s ease;
	border-radius:2px;
}
.home .fixheader .menu_bar span {background-color: var(--whiteColor);}
.home .fixheader.bgCloro .menu_bar span {background-color: var(--blueDeepbgColor);}
.menu_bar span:first-child{
	margin-top: 0;
}
.menu_bar span:nth-child(2){
	width: 30px;
}
.menu_bar span:last-child{
	width: 36px;
}
 
.menu_bar  { margin-left: 0; }
	
.menu_bar.active span:first-child{
	transform: rotate(45deg);
	margin-top: -2px;
}
.menu_bar.active span:nth-child(2){
	transform: rotate(-45deg);
	margin-top: -2px;
	width: 100%;
}
.menu_bar.active span:last-child{
	display: none;
}
.header_social {
	gap: 12px;
}
.email_item {
}
.email_item a {
	font-size: 24px;
	color: #fff;
	font-weight: 700;
	text-shadow: 0px 0px 6px #00000040;
	line-height: 1.4;
	display: block;
	background:url(assets/images/call.png) no-repeat right center;
	padding-right: 35px;
}
/*.header_area.bgCloro .menu_bar span { background:var(--blueDeepbgColor)}*/
.header_area.bgCloro .email_item a,
.normal_header .email_item a { color: #000; }
.header_area .sticky-logo,
.header_area.bgCloro .initial-logo { display:none}
.header_area.bgCloro .sticky-logo { display:block}
@media screen and (max-width: 1500px){
.menu_content_area {
	padding: 0px 20px;
}
.email_item a { font-size: 20px; }
}

@media screen and (max-width: 1300px){
#menu li {
    font-size: 18px;
}
#menu {
    gap: 20px;
}

}
@media screen and (max-width: 991px){
	.menu_bar,
	.menu_bar_wrap {
		display: flex;
		
	}
	.menu_bar {
		flex-direction: column;
	}
	
	.menu_left_info {
		order:2
	}
	.menu_bar_wrap {
		order:1
	}
	.menu_bx,
	.logo,
	.book_btn_wrap { display: none }
	.menu_content_bx {
	    width: 100%;
	    height: 70px;
	    position: relative;
	    padding: 20px 0;
	}
	.logo {
        width: 170px;
    }
	.menu_bx {
		width: auto;
		padding: 0 ;
	}
	.menu_content {
     	display: flex;
		justify-content: space-between;
		z-index: 200;
	}
	.menu_holder {
		position: absolute;
		left:0px;
		right: 0px;
		top: 100%;
		z-index: 9991;
		background-color: var(--blueDeepbgColor);
		padding-bottom: 15px;
		opacity: 0;
		visibility: hidden;
		transition: all 0.3s;
	}
	.menu_holder.mobile_menu_open {
		opacity: 1;
		visibility: visible;
	}
	.menu_holder.mobile_menu_open .slicknav_nav {
		background-color: var(--blueDeepbgColor);
		display: block !important;
	}
	.slicknav_menu {
		transition: all 0.3s;
	    margin-top: 0;
	}
	.menu_holder.mobile_menu_open .slicknav_menu {
		margin-top: 0;
	}
	.menu-item-has-children > a::after {
	    top: 8px;
	    right: 1px;
	}
	.multi_page_item >a::after {
		display: none;
	    top: 10px;
	    right: -5px;
	}
	.email_item a { text-shadow:none !important}
}

.slider_area {
	width: 100%;
	position: relative;
}
.slider_info.in-viewport img {
	animation: zoomOut 2s ease-out forwards;
	width: 510px;
	margin: 0 auto;
}
@keyframes zoomOut {
  0% {
    transform: scale(2); /* Logo starts at its normal size */
  }
  100% {
    transform: scale(1); /* Zooms out to 20% of its size */
  }
}
.banner_btm_photo {
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 2;
}
.banner_btm_photo.wow.bounceInUp.animated {
	visibility:hidden
}
.banner_btm_photo.wow.bounceInUp {
	visibility: visible
}
html,body { overflow-x:hidden}
#slider {overflow: hidden}
.banner_btm_photo img,
#slider > img { width: 100%; }
#slider > img.move-image {
	animation: zoomInOut 20s ease-in-out infinite;
}
@keyframes zoomInOut {
  0% {
    transform: scale(1.2);
  }
  20% {
    transform: scale(1) translateX(0);
  }
  40% {
    transform: scale(1.3) translateY(30px);
  }
  60% {
    transform: scale(1.3) translateX(-30px);
  }
  80% {
    transform: scale(1.2) translateY(-30px);
  }
  100% {
    transform: scale(1);
  }
}
.loading #slider.flexslider { height: 100%; }
.flexslider {}
.flexslider .slides {
	position: relative;
	z-index: 2;
}
.flexslider .slides > li {
	position: relative;
	display: block;
	z-index: 1;
}
.flexslider .slides li > img {
	width: 100%	!important;
	height: 100vh;
    object-fit: cover;
}
#slider > img { 
	height: 100vh;
    object-fit: cover;
}
.slider_info_area {
	position: absolute;
	left: 0;
	top: 105px;
	z-index: 10;
	width: 100%;
}
.slider_info {
	width: 100%;
	max-width: 580px;
	margin: 0 auto;

}
.slider_info h1 {
	font-size: 31px;
	line-height: 1.4;
	font-weight: 700;
	color: #fff;
	text-align: center;
	padding-top:25px;
}
.brand_logo_wrapper {
  overflow: hidden;
  width: 100%;
  padding: 25px 0 100px 0;
  position: relative;
  height: 73px;
}
.border-area {border-bottom: 1.5px solid #00000033;width: 100%;}
.brand_logo_section {
  gap: 60px;
  width: max-content;
  position: absolute;
  overflow:hidden;
  overflow-y: hidden;
  white-space:nowrap;

  left: 0;
  animation-name: scroll;
  animation-duration: 15s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
.brand_logo img {
	max-height: 73px;
	margin: 0 auto;
}

/* Pause animation on hover */
.brand_logo_wrapper:hover .brand_logo_section {
  animation-play-state: paused;
}

.brand_logo img {
/*   filter: grayscale(100%); */
  transition: filter 0.3s ease;
}

.brand_logo img:hover {
/*   filter: grayscale(0%); */
}

@keyframes scroll {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); } /* Move only 50% for the loop */
}

@media screen and (max-width: 1440px){
.slider_info {
    max-width: 60%;
}
}
@media screen and (max-width: 991px){
.slider_info {
    max-width: 80%;
}
.slider_info h1 {
	font-size: 20px;
	line-height: 26px;
}
.slider_info h1 span {
	font-size: 21px;
}
.slider_info h1 span,
.slider_info h1 {
	font-size: 16px;
	line-height: 24px;
}
#slider > img { 
	height: 60vh;
}
}

.top_content_area {
	padding: 0 20px;
}
.top_content {
	padding: 80px 0 50px 0;
	max-width: 780px;
}
.top_content h1 {
	text-align: center;
	padding-bottom: 3px;
	font-weight: 700;
	font-size: 62px;
	line-height: 75px;
	letter-spacing: -2%;
	color: #263262;

}
.top_content p {
	font-weight: 400;
	font-size: 21px;
	line-height: 31px;
	letter-spacing: 0%;
	text-align: center;
	padding-bottom: 17px;
}
.line {
	width: 100%;
	height: 1px;
	background-color:#0000001A;
	max-width: 1522px;
	margin: 0 auto;
}
.image_and_content_section {
	padding: 0 20px;
}
.image_and_content {
	padding: 50px 0;
	max-width: 1522px;
	gap:52px;
}
.box_content_info {
	width: 590px;
}
.icon_bg_box {
	width: 60px;
	height: 60px;
	border-radius: 16px;
	background-color: #00A2BE4D;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 15px;
}
.box_content_info h3 {
	font-size: 48px;
	line-height: 56px;
	font-weight: 700;
	color: #263262;
	padding-bottom: 0;
}
.box_content_info p {
	font-size: 24px;
	line-height: 34px;
	color: #000;
	padding-bottom: 15px;
}
.more_info {}
.more_info a {
	display: inline-block;
	padding: 13px 16px;
	background: #000;
	font-size: 16px;
	line-height: 1;
	font-weight: 700;
	border-radius: 10px;
	color: #fff;
}
.box_photo_wrap {
	width: 480px;
}
.box_photo_wrap img {
	border-radius: 14px;
	width: 100%;
}

.activity-area-1 .box_photo_wrap {
	width: 780px;
}
.activity-area-3 .box_photo_wrap {
	width: 720px;
}
.activity-area-1 .box_photo_wrap img,
.activity-area-3 .box_photo_wrap img {
	border-radius: 0;
	width: 100%;
	max-width:480px;
	margin:0 auto;
}

.project_content_area {
	padding: 0 20px;
}
.project_content_wrap {
	padding: 40px 0 60px 0;
}
.project_content_wrap h2 {
	text-align: center;
	font-size: 62px;
	line-height: 75px;
	padding-bottom: 50px;
}
.project_slider_wrap {
	gap: 10px;
}
.project_slider {
	width: calc(calc(100% - 30px) / 4);
	padding-bottom: 50px;
}
.project_carousel.owl-carousel .owl-stage {
	display: flex;
	align-items: center;
}
.project_slider .owl-item img {
	border-radius: 18px;
}
.item {
	position: relative;
}
.item_info {
	padding:0 0 0 10px;
}
.item_info h4 { padding: 10px 0; }
.item_info h4, 
.item_info h4 a {
	font-size: 24px;
	color: #1B2E70;
	font-weight: 700;
}
.item_info h4 a {
	background: url('assets/images/arrow_left.svg') no-repeat left center;
	padding-left: 25px;
	display: inline-block;
	background-size: 20px auto;
}
.external-link {
	padding-bottom:60px;
}
.external-link a {
	background: url('assets/images/arrow_left.svg') no-repeat left center;
	padding-left: 25px;
	display: inline-block;
	background-size: 22px auto;
	font-size: 24px;
	line-height:1;
	color: #000;
	font-weight: 700; 
}
.owl-item.last-active-item .item_info {
	width: 100%;
	padding-right: 0;
}
.owl-item.last-active-item .item_info h4 {
	text-align: center;
}
.owl-carousel .owl-nav button.owl-prev, 
.owl-carousel .owl-nav button.owl-next {
    width: 30px;
    height: 30px;
    background-color: #080808;
    position: absolute;
    top: 50%;
    margin-top: -15px;
    border-radius: 8px;
}
.owl-carousel .owl-nav button.owl-prev {
	left: 15px;
	background: url('assets/images/prev.svg') no-repeat center;
	background-color: #080808;
}
.owl-carousel .owl-nav button.owl-next {
	right: 15px;
	background: url('assets/images/next.svg') no-repeat center;
	background-color: #080808;
}
.owl-carousel .owl-nav button.owl-prev span, 
.owl-carousel .owl-nav button.owl-next span { display: none; }

.view_all_project {
	text-align: left;
}
.view_all_project a {
	display: inline-block;
	font-size: 20px;
	font-weight: 700;
	color: #1B2E70;
}
.video_content_area {
	padding: 0 20px;
}
.video_content_box {
	padding: 20px 0 80px 0;
}
.video_content_box video {
	width: 100%;
	object-fit: cover;
	border-radius: 24px;
}

video::-webkit-media-controls-fullscreen-button {
    display: none;
}

@media screen and (max-width: 991px){
.item_info h4 {
	font-size: 24px;
}
.owl-item.last-active-item .item_info {
	width: 100%;
	padding-right: 0;
}
.owl-item.last-active-item .item_info h4 {
	text-align:  left;
}
.top_content {
	padding: 60px 0 40px 0;
}
.top_content h1 {
	font-size: 42px;
	line-height: 1.4
}
.top_content p {
	font-size: 17px;
	line-height: 26px;
}
.brand_logo_wrapper {
    padding: 15px 0 85px 0;
}
.box_content_info h3 {
    font-size: 36px;
    line-height: 46px;
}
.image_and_content {
	flex-direction: column;
}
.box_content_info {
    width: 100%;
}
.box_photo_wrap {
    width: 100%;
}
.activity-area-3 .box_photo_wrap,
.activity-area-1 .box_photo_wrap {
	width: 100%;
}
.project_content_wrap h2 {
    font-size: 36px;
    line-height: 1.4;
    padding-bottom: 40px;
}
.project_slider_wrap {
	flex-direction: column;
}

.project_slider {
    width: 100%;
    padding-bottom: 35px;
}
.project_content_wrap {
    padding: 30px 0 20px 0;
}
.video_content_box video {
    border-radius: 20px;
    height: 480px;
}
}


.form_wrap {
	gap: 10px;
}
.form_field_col {
	width: 220px;
}
.form_field_big {
	width: 300px;
}
.form_sub {
	width: 72px;
	min-width: 72px;
	position: relative;
}
.form_field_col {
	width: 180px;
}
.form_field_col3 {
	width: 286px;
}

.form_field_col .form-control {
	width: 100%;
	height: 50px;
	font-size: 20px;
	font-family: "Open Sans", sans-serif;
	font-weight: 400;
	background: #fff;
	border: 1px solid #fff; 
	outline: none;
	border-radius: 6px;
	padding: 5px 10px;
	text-align:right;
}
.form_sub .submit {
	width: 100%;
	height: 50px;
	font-weight: 700;
	font-size: 20px;
	text-align: center;
	background-color:#000;
	padding: 5px;
	border-radius: 6px;
	outline: none;
	cursor: pointer;
	border: none;
	color: var(--whiteColor);
}
.footer_area {
	padding: 0 20px;
	background: url('assets/images/footer_bg.png') no-repeat left top;
	background-color: #EFEFEF;
	position: relative;
	background-size: auto;
}
.footer_area::after {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: 1;
	background: url('assets/images/footer_bg2.png') no-repeat right bottom;
}
.footer_box {
	padding:92px 0 0 0;
	position: relative;
	z-index: 2;
}
.footer_top_box h4 {
	font-size:62px;
	line-height: 75px;
	color:#00A2BE;
	font-weight: 700;
}
.footer_top_box p {
	font-size:21px;
	line-height: 25px;
	color:#54626A;
	padding-bottom: 23px;
}
.footer_btm_wrap {
	width: 100%;
}
.form_wrap {
	max-width: 752px;
}
.footer_logo { 
	padding-bottom: 29px; 
}
.footer_btm_wrap {
	padding: 100px 0 25px 0;
}
.main_footer_logo { padding-bottom: 25px;}
.footer_widget p {
	font-size: 20px;
	line-height: 31px;
	color: #000;
	max-width: 275px;
}
.footer_widget a {
	color: #000
}
.footer_social { gap: 12px; }
.footer_social a {
	font-size: 21px;
	color: #00A2BE;
	display: inline-block;
}
.footer_widget ul li {
	font-size: 20px;
	line-height: 31px;
	color: #000;
	padding-bottom: 9px;
}
.footer_widget ul li a {color: #000;}
.footer_widget h5 {
	font-size: 20px;
	line-height: 31px;
	font-weight: 700;
	padding-bottom: 6px;
	color: #000;
}
.footer_social_wrap {
	gap: 12px;
}
.footer_widget { width: 445px; }
.footer_widget:nth-child(2) { width: 400px; }
.footer_widget:nth-child(4) { width: 225px; }
.footer_social {
	display: flex;
	align-items: flex-end;
	padding-bottom: 20px;
}
.footer_widget4 p {
	padding-bottom: 10px;
}
.copyright_area {
	border-top: 2px solid #00000033;
	margin: 0 -20px;
	padding: 0 20px;
	position: relative;
    z-index: 3;
}
.copyright_box {
	padding: 25px 0 20px 0;
}
.copyright_box p {
	font-size: 17px;
	color: #000;
	line-height: 1.4;
	padding-bottom: 0;
}
.copyright_box p strong {
	font-weight: 700;
}
.copyright_box p img { display:inline-block}

@media screen and (max-width: 1580px){
.footer_logo {
    max-width: 280px;
}
.footer_box { padding-top:60px}	
}
@media screen and (max-width: 991px){
.footer_logo {
	padding-bottom: 20px;
	width: 250px;
}

}
@media screen and (max-width: 640px){
.slider_info {
	max-width: 60%;
}
.slider_info h1 span, .slider_info h1 {
	font-size: 13px;
	line-height: 16px;
	padding-top: 10px;
}
.slider_info_area {top: 85px}
.top_content h1 {
	font-size: 28px;
	line-height: 1.2;
	padding-bottom: 10px;
}
.top_content {padding: 40px 0 0 0;}
.box_content_info h3 {
    font-size: 28px;
    line-height: 34px;
}
.box_content_info p {
    font-size: 20px;
    line-height: 30px;
}
	.icon_bg_box {margin-bottom: 5px}
.project_content_wrap h2 {
        font-size: 32px;
        line-height: 1.2;
        padding-bottom: 25px;
    }
.footer_logo { margin:0 auto; width:180px;padding-bottom: 12px;}
.footer_top_box h4,
.footer_top_box p { text-align:center}
	.footer_top_box h4 {
		font-size:28px; 
		line-height:36px;
	}
	.footer_top_box p,
	.footer_widget ul li {
		font-size:15px; 
		line-height:23px;
	}
.form_field_col {
    width: 50%;
	padding:0 5px 10px 5px;
}
.form_field_col3 { width:80%; padding-left:10px}
.footer_area .form_sub { width:20%; padding-left:5px;min-width: auto;}	
.form_wrap { 
	flex-wrap:wrap;
	gap:0;
	margin:0 -5px;
}
.footer_btm_wrap {
    padding: 35px 0 25px 0;
    flex-direction: column;
}
.footer_widget {
    width: 100%;
}
.copyright_box {
	padding: 18px 0 15px 0;
	justify-content: center;
}

.logo {
    width: 180px;
}
.form_sub .submit,
.form_field_col .form-control {
    height: 34px;
    font-size: 15px;
}
.main_footer_logo {
    padding-bottom: 0;
    width: 127px;
	min-width:127px;
}
.footer_widget p {
    font-size: 15px;
    line-height: 23px;
    max-width: 100%;
	padding-right:15px;
	padding-bottom:0;
}
.footer_widget.footer_widget4 p {padding-right: 0}
.footer_widget.footer_widget4 {position: relative}
	.footer_widget.footer_widget4 .footer_social {
		position: absolute;
		top: 3px;
		left: 0;
	}
.footer_widget:nth-child(1) {
	display:flex;
	flex-wrap:nowrap;
	align-items:center;
	margin-bottom: 20px;
}
	.footer_widget.contact-page {
		margin-bottom: 0;
		padding-top: 25px;
	}
	.footer_widget.contact-page p {padding-right: 0; padding-left: 10px}
}


.breadcrumb_area {
	padding: 0 20px;
	background-color: #EFEFEF;
}
.breadcrumb_box {
	padding: 35px 0 10px;
}
.breadcrumb_box h1 {
	font-weight: 700;
	font-size: 42px;
	line-height: 100%;
	text-align: center;
	padding-bottom: 10px;
	color: #000;
}
.breadcrumb_menu {
	font-weight: 400;
	font-size: 15px;
	line-height: 28px;
	text-align: right;
	color: #040000;
}
.breadcrumb_menu a {
	color: #040000;
}
.content_and_photo_section {
	padding: 0 20px;
}
.content_and_photo_wrap {
	gap: 40px;
	padding: 100px 0 30px 0;
}
.content_and_photo_section.plumbing .content_and_photo_wrap {
	max-width:1480px;
}
.content_and_photo_info {
	width: 670px;
}
.content_and_photo_box {
	width: 755px;
}
.plumbing .content_and_photo_info {
	width: 744px;
}
.plumbing .content_and_photo_box {
	width: 510px;
}

.blog_single_area .content_and_photo_info {
	width: 100%;
}
.blog_single_area .content_and_photo_info .alignleft {
	border-radius: 18px !important;
}
.content_and_photo_box img {
	width: 100%;
	border-radius: 18px !important;
}
.plumbing .content_and_photo_box img {
	max-height: 619px;
	width: auto !important;
	border-radius:0 !important;
}
.content_and_photo_info h3 {
	font-size: 48px;
	line-height: 1.4;
	font-weight: 700;
	padding-bottom: 15px;
}
.content_and_photo_info p {
	font-size: 21px;
	line-height:31px;
	color: #000;
	padding-bottom: 28px;
}
.plumbing .content_and_photo_info p {padding-bottom: 5px}
.plumbing .content_and_photo_info p strong {display: block; padding-top: 28px}
.content_and_photo_info h6 {
	font-size: 24px;
	line-height:34px;
	color: #000;
	padding-bottom: 20px;
}
.content_and_photo_info p strong {
	font-weight: 700;
}
.testimonial_area {
	padding: 0 20px;
}
.testimonial_holder {
	padding: 135px 0 80px 0;
	border-bottom: 1px solid #0000001A
}
.testimonial_holder_wrap {
	max-width: 1220px;
	margin: 0 auto;
	gap: 30px;
}
.testimonial_right {
	width: 306px;
}
.testimonial_right img {
	border-radius: 25px !important;
}
.testimonial_left {
	width: 820px;
}
.testimonial_left p {
	font-size: 44px;
	line-height: 58px;
	color: #000;
}
.testimonial_left p strong {
	display: block;
	color:#263262;
}
.max-620px { max-width:620px;}
.sign_pic {
	width: 100%;
	display:flex;
	justify-content: flex-end;
}
.gallery_content_section {
	padding: 0 20px;
}
.gallery_content_box {
	padding: 85px 0 160px 0;
}
.gallery_content_box h3 {
	font-weight: 700;
	font-size: 62px;
	line-height: 75px;
	text-align: center;
	padding-bottom: 50px;
}
.gallery_content_wrap {
	gap: 30px;
}
.gallery_content_item {
	width: calc(calc(100% - 60px) / 3);
}
.gallery_content_item img {
	width: 100%;
	border-radius:18px !important;
}
.only_mobile_view { display: none !important; }
@media screen and (max-width: 991px){
.only_mobile_view { display: block !important; }
.only_desktop_view {display: none !important;}
.breadcrumb_box h1 {
    font-size: 32px;
}
.breadcrumb_box {
    padding: 20px 0 10px;
}
.content_and_photo_wrap {
    padding: 60px 0 30px 0;
    flex-direction: column;
}
.content_and_photo_info {
	width: 100%;
	order: 2;
}
.content_and_photo_box {
	width: 100%;
	order: 1;
}
.content_and_photo_info h3 {
	font-size: 32px;
}
.content_and_photo_info p {
	font-size: 18px;
	line-height:1.4;
}
.content_and_photo_info h6 {
	font-size: 20px;
	line-height:32px;
}
.testimonial_holder {
    padding: 60px 0 30px 0;
}
.testimonial_left p {
    font-size: 21px;
    line-height: 1.4;
}
.testimonial_holder_wrap { gap: 20px; }
.sign_pic img { max-width: 150px; }
.gallery_content_box h3 {
    font-size: 28px;
    line-height: 1.4;
    padding-bottom: 35px;
}
.gallery_content_box {
    padding: 50px 0;
}
.gallery_content_item {
    width: calc(calc(100% - 30px) / 2);
}
.project_page_area .project_content_wrap {
	padding-top: 60px;
}
.plumbing .content_and_photo_info {
	width: 100%;
}
.plumbing .content_and_photo_box {
	width: 100%;
}
}
@media screen and (max-width: 640px){
.gallery_content_item {
    width: 100%;
}
.blog_single_area .content_and_photo_info .alignleft {
	margin: 0 0 30px 0;
	float: none;
	width: 100%;
}
}

.content_banner_area {
	width: 100%;
}
.content_banner_area img {
	width: 100%;
}
.content_small_info_area { padding: 0 20px; }
.content_small_info_box {
	padding: 80px 0 60px 0;
}
.content_small_info_box h3 {
	font-weight: 700;
	font-size: 48px;
	line-height: 75px;
	padding-bottom: 20px;
}
.icon_and_small_info {
	padding-bottom: 20px;
}
.small_icon {
	width: 28px;
	height:28px;
	min-width: 28px;
	margin-left: 20px;
	background: #FFDFDF;
	border-radius: 6px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 6px;
}
.icon_and_small_info p {
	font-size: 21px;
	padding: 0;
	font-weight: 400;
	line-height: 1.4;
}
.icon_and_small_info p strong {
	font-weight: 700;
}
.feature_gallery_area {
	padding: 0 20px;
}
.feature_gallery_holder {
	padding: 30px 0 50px 0;
}
.feature_gallery_holder img {
	border-radius: 24px !important;
}
.feature_gallery_holder {
	gap: 13px;
}
.big_gallery_photo {
	width: 50%;
}
.gallery_info_left {
	width: 50%;
	display: flex;
	flex-direction: column;
	gap: 14px;
}
.small_gallery_item {
	width: 100%;
}
.big_gallery_photo,
.small_gallery_item {
	overflow:hidden;
	border-radius: 24px;
}
.big_gallery_photo img,
.small_gallery_item img {
	object-fit: cover;
	transition: all .3s ease;
}
.big_gallery_photo img:hover,
.small_gallery_item img:hover {
  transform: scale(1.1);
}


@media screen and (max-width: 991px){
.content_small_info_box {
	padding: 60px 0 40px 0;
}
.content_small_info_box h3 {
	font-size: 36px;
	line-height: 1.4;
}
.icon_and_small_info p {
	font-size: 18px;
}
.feature_gallery_holder {
	padding: 10px 0 20px 0;
}
}

@media screen and (max-width: 640px){
.feature_gallery_holder { flex-direction: column; }
.big_gallery_photo {
	width: 100%;
}
.gallery_info_left {
	width: 100%;
}
.feature_gallery_holder img {width: 100%}
}



.blog_content_area {
	padding: 0 20px;
}
.blog_content_holder {
	width: 100%;
	gap: 30px;
	padding: 100px 0 130px 0;
}
.blog_feature {
	width: calc(calc(100% - 60px) / 3);
}
.blog_feature img {
	width: 100%;
	border-radius: 18px !important;
	margin-bottom: 10px;
}
.blog_feature a:hover img,
.gallery_content_item a:hover img {
	transform: scale(1.01);
	transition: all .5s ease;
}
.blog_feature h6 {
	font-weight: 700;
	font-size: 24px;
	line-height: 1.4;
	padding: 0;
}
.blog_feature h6 a {
	color: #000;
}

@media screen and (max-width: 991px){
.blog_content_holder {
	padding: 70px 0 80px 0;
}
.blog_feature {
	width: calc(calc(100% - 30px) / 2);
}
.blog_feature h6 {
	font-size: 20px;
}

}
@media screen and (max-width: 640px){
.blog_feature {
	width: 100%;
}

}

.contact_area {
	width: 100%;
	background: url('assets/images/bg_contact.jpg') no-repeat center;
	background-size: cover;
}
.map_right {
	width: 28.30%;
}
.map_right img {
	width: 100%;
}
.contact_info_left {
	width: 71.30%;
	background: url('assets/images/footer_left_bg.png') no-repeat left bottom;
	background-size: 60% auto;
	padding: 0 20px;
}
.contact_main_box {
	padding: 50px 0 30px 0;
	max-width: 1060px;
}
.contact_main_box .form_wrap {
    max-width: 100%;
}
.contact_main_box .form_wrap select.form-control {
	width: 100%;
	background: #fff url('assets/images/select1.svg') no-repeat left 15px center;
	height: 50px;
    font-size: 20px;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    border: 1px solid #fff;
    outline: none;
    border-radius: 6px;
    padding: 5px 10px;
	-webkit-appearance: none;
	-moz-appearance: none; 
	appearance: none;
}
.contact_main_box .form_field_col {
	width: 196px;
}
.contact_main_box .form_field_col4 {
	width: 310px;
}
.contact_main_box h4 {
	font-weight: 700;
	font-size: 48px;
	line-height: 1.4;
	text-align: center;
	color: #263262;
	padding-bottom: 10px;
}
.contact_main_box p {
	font-weight: 400;
	font-size: 21px;
	line-height: 31px;
	text-align: center;
	color: #000C12;
	padding-bottom: 20px;
}

.contact_info_box h4 {
	font-weight: 700;
	font-size: 48px;
	line-height: 75px;
	color: #263262;
	text-align: right;
}
.footer_social h5 {
	font-weight: 700;
	font-size: 21px;
	line-height: 38px;
	color: #000;
	padding: 0;
}
.contact_info_box .footer_social {
	align-items: center;
}
.contact_info_box {
	padding: 120px 0 0 0;
}
.contact_info_box ul { padding-bottom: 13px; }
.contact_info_box ul li {
	font-size: 21px;
	line-height: 1.4;
	text-align: right;
	margin-bottom: 0;
	display: flex;
	align-items: center;
	padding-bottom: 5px;
}
.contact_info_box ul li a { color: #000;}

.contact_footer {
	background: #EFEFEF;
}
.contact_footer .footer_box { padding: 0; }
.contact_footer.footer_area::after { display: none; }
.contact_footer .footer_btm_wrap {
	padding-top: 60px;
}
.footer_cntact_icon {
	width: 30px;
	min-width: 30px;
	padding-left: 10px;
}


@media screen and (max-width: 991px){
.map_right {
	width: 100%;
}
.map_right img {
	height: 380px;
	object-fit: cover;
}
.contact_info_left {
	width: 100%;
}
.footer_widget:nth-child(1) {
    width: 50%;
}
.footer_widget:nth-child(2),
.footer_widget:nth-child(3) {
    width: 30%;
}
.footer_widget:nth-child(4) {
    width: 40%;
}
.footer_btm_wrap {
	padding: 50px 0 25px 0;
}
.footer_widget { order: 2; }
.contact_footer .footer_widget:nth-child(4) {
    order: 1;
}
.contact_footer .footer_widget:nth-child(1) {
    order: 4;
}
.contact_footer .footer_widget:nth-child(2) {
    order: 2;
}
.contact_footer .footer_widget:nth-child(3) {
    order: 3;
}
}
.footer_top_box .wpcf7-spinner, .contact_main_box .wpcf7-spinner {
	position: absolute;
    top: 13px;
    right: 50px;
}
.footer_top_box .wpcf7-response-output, .contact_main_box .wpcf7-response-output {
	padding: 0 !important;
    margin: 10px 0 0 0 !important;
    border: none !important;
}
.footer-img {display: none}
@media screen and (max-width: 640px){
.contact_main_box { padding-top: 40px; }
.contact_info_box {
    padding: 42px 0 220px 0;
}
.contact_info_box h4 {
    font-size: 36px;
    line-height: 1.4;
}
.contact_main_box .form_field_col {
    width: 100%;
}
.contact_main_box h4 {
    font-size: 40px;
    line-height: 1.4;
}
.map_right img {
    height: 230px;
}
.form_sub {
	width: 100%;
}
.footer_top_box .wpcf7-spinner, .contact_main_box .wpcf7-spinner {
    top: 6px;
    right: 39px;
}
.footer_area {background-image: none}
.footer_box {
	padding-top: 40px;
}
.footer-img {
	display: block;
	margin-left: -20px;
	margin-right: -20px;
	margin-top: -30px;
	position: relative;
	z-index: -1;
}
.footer-img img {width: 100%}
.contact_info_left {background-size: 100% auto}
.copyright_area {
	margin: 0;
	padding: 0;
}
	.footer_widget.footer-menu-items {
		border-bottom: 2px solid #00000033;
		padding: 24px 0 15px 0;
	}
	#menu-footer-menu-2 li:last-child {
		display: none;
	}
	.footer_widget.footer_widget4 {margin-top: 24px}
	.footer_widget.footer-menu-items h5 {position: relative;}
	.footer_widget.footer-menu-items h5:after {
		content: '-';
		position: absolute;
		top: 0;
		left: 0;
		height: 32px;
		font-size: 28px
	}
	.footer_widget.footer-menu-items h5.plus:after {content: '+';}
}
@media screen and (max-width: 1850px) {
	.footer_area {
		background-size: 52% 53%;
	}
}
@media screen and (max-width: 1680px) {
	.map_right img {
		height: 100%;
	}
	.contact_info_box {
		padding: 130px 0 0 0;
	}
}
@media screen and (max-width: 1580px) {
	.footer_area {
		background-size: 53% 47.7%;
	}
	.footer_top_box {
		width: 48%;
	}
	.contact_info_box {
		padding: 100px 0 0 0;
	}
}
@media screen and (max-width: 1346px) {
	.footer_area {
		background-size: 53% 47.9%;
	}
	.contact_info_box {
		padding: 50px 0 0 0;
	}
}
@media screen and (max-width: 1120px) {
	.contact_info_box {
		padding: 30px 0 0 0;
	}
}
@media screen and (max-width: 991px) {
	.footer_area {
		background-size: 53% 51.5%;
	}
	.map_right img {
		height: auto;
		max-height: 780px;
	}
	.contact_info_box {
		padding: 60px 0 0 0;
	}
}
@media screen and (max-width: 771px) {
	.footer_area {
		background-size: 53% 50%;
	}
	.footer_widget:nth-child(2), .footer_widget:nth-child(3) {
        width: 25%;
    }
	.footer_widget:nth-child(4) {
        width: 35%;
    }
}
@media screen and (max-width: 753px) {
	.footer_area {
		background-size: 50% 51.8%;
	}
}
@media screen and (max-width: 640px) {
	.footer_top_box, .footer_widget {
        width: 100% !important;
    }
	.contact_info_box {
        padding: 42px 0 60% 0 !important;
    }
}