/* Blog Search */

/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/*
 *  oom_sasky
*/
html {
	overflow-x: hidden;
}

body {
	overflow-x: hidden;
}

html, body, p, span, h1, h2, h3, h4, h5, h6 {
	font-family: "Lato", Sans-serif;
}

a {
	color: #000;
}

p {
	margin: 0px;
}

#floating-side-button {
	position: fixed;
	z-index: 999;
	width: 5%;
	height: 100%;
	background: #439cd6;
}

.floating-side-button__top {
	rotate: -90deg;
	top: 30%;
	position: relative;
}

.floating-side-button__top a {
	color: #fff;
	width: 300px;
	display: flex;
}

.floating-side-button__top a i {
	padding-right: 20px;
}

.floating-side-button__button {
	position: fixed;
	bottom: 20px;
	padding-left: 25px;
}

.floating-side-button__button ul {
	padding: 0px;
}

.floating-side-button__button ul li {
	list-style: none;
	padding: 5px 0px;
}

.floating-side-button__button ul li i {
	font-size: 20px;
	color: #fff;
}

#oom-hero-slider .swiper-pagination-bullets.swiper-pagination-horizontal {
	bottom: 12%;
	z-index: 10;
}

/** Project Lightbox Gallery **/
.view-project-gallery, .oom-modal-image-select {
	cursor: pointer;
}

img.view-project-gallery {
	width: 100%;
	height: 320px;
	object-fit: cover;
}

.oom-modal-img-container {
	text-align: center;
}

.oom-modal-img-container img {
	width: 80%;
}

.oom-modal-images {
	margin: 10px 0px;
	display: grid;
	grid-gap: 10px;
	grid-template-columns: repeat(4, 4fr);
}

.oom-modal-image img.active {
	opacity: 1;
}

.oom-modal-image img {
	opacity: .7;
	width: 100%;
	height: 220px;
	object-fit: cover;
}

#oom-projects .oom-modal {
	z-index: 99;
}

#oom-projects .oom-close {
	right: 5%;
	top: 10%;
	position: relative;
	color: #fff;
	font-size: 40px;
	border: solid 3px #fff;
	padding: 2px 8px 5px 8px;
	border-radius: 100%;
	line-height: 30px;
}

#oom-projects .oom-modal-content {
	background-color: transparent;
	padding: 0px;
	border: none;
}

/** Project List **/
.oom-pagination.oom-project-pagination ul li.selected {
	background: #439cd6;
	border: 1px solid #439cd6;
}

.oom-pagination.oom-project-pagination ul li {
	padding: 5px 8px;
	border-radius: 0px;
}

.oom-project__items {
	margin: 40px 0px;
	display: grid;
	grid-gap: 10px;
	grid-template-columns: repeat(3, 4fr);
}

.oom-project__item {
	position: relative;
	box-shadow: 0px 0px 6px 3px rgba(0, 0, 0, 2%);
	transition: background .3s, border .3s, border-radius .3s, box-shadow .3s;
}

.oom-project__item_container {
	padding: 0px 20px 20px 20px;
}

.oom-project__item_container h4 {
	color: #000;
	font-size: 18px;
	font-weight: bold;
}

.oom-project__item_container ul {
	padding: 0px 0px 10px 0px;
	list-style: none;
}

.oom-project__item_container ul li {
	display: inline-block;
	padding-right: 10px;
	font-weight: bold;
}

.oom-project__item_container ul li i:first-child {
	padding-left: 0px;
}

.oom-project__available {
	display: flex;
	align-content: center;
	align-items: center;
}

.oom-project__link a {
	font-size: 14px;
	color: #000;
	background-color: rgba(2, 1, 1, 0);
	border-style: solid;
	border-width: 1px 1px 1px 1px;
	border-radius: 0px 0px 0px 0px;
	padding: 10px 10px 10px 20px;
	display: flex;
	align-items: center;
	align-content: center;
}

.oom-project__link a:hover {
	color: #fff;
	background-color: #439cd6;
	border-color: #439cd6;
}

.oom-project__link a svg {
	width: 40px;
	padding-left: 10px;
}

.oom-project__link a:hover svg .a {
	stroke: #fff;
}

/** Testimonial Slider **/
.testimonial-slider h4 {
	font-size: 24px;
	font-weight: bold;
	color: #439cd6;
}

.testimonial-slider h5 {
	font-size: 16px;
	font-weight: bold;
}

.testimonial-slider .elementor-swiper-button {
	top: 120%;
}

.testimonial-slider .elementor-widget-testimonial-carousel .elementor-swiper-button-prev {
	top: 100%;
	left: 20%;
}

.testimonial-slider .elementor-widget-testimonial-carousel .elementor-swiper-button-next {
	top: 100%;
	left: 40%;
}

/** Team Slider **/
.swiper-oom-team-slider {
	padding: 0px 10px;
}

.swiper-slide .swiper-oom-team-slider {
	padding: 0px;
	margin: 0px;
	background: #fff;
	height: 100%;
	overflow: hidden;
	position: relative;
}

.swiper-slide .swiper-oom-team-slider .overlay {
	padding: 40px;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	height: 100%;
	width: 100%;
	opacity: 0;
	transition: .5s ease;
	background-color: #439cd6;
}

.swiper-slide .swiper-oom-team-slider:hover .overlay {
	opacity: .9;
}

.swiper-slide .swiper-oom-team-slider img {
	width: 100%;
	object-fit: cover;
	transition: transform .25s;
	box-shadow: 5px 0px 5px .1px rgba(34, 34, 34, .16);
}

.swiper-slide .swiper-oom-team-slider h4 {
	font-weight: bold;
	color: #fff;
	text-align: center;
}

.swiper-slide .swiper-oom-team-slider h4.name {
	font-size: 24px;
}

.swiper-slide .swiper-oom-team-slider h4.title {
	font-size: 16px;
}

.swiper-slide .swiper-oom-team-slider p.description {
	font-size: 14px;
	color: #fff;
}

.swiper-oom-team-arrow.swiper-button-next {
	right: -50px;
}

.swiper-oom-team-arrow.swiper-button-prev {
	left: -50px;
}

.swiper-oom-team-arrow.swiper-button-next i, .swiper-oom-team-arrow.swiper-button-prev i {
	font-size: 40px;
	color: #726e6d;
}

.swiper-oom-team-arrow.swiper-button-next i:hover, .swiper-oom-team-arrow.swiper-button-prev i:hover {
	color: #0075b6;
}

.swiper-oom-team-arrow.swiper-button-next.swiper-button-disabled, .swiper-oom-team-arrow.swiper-button-prev.swiper-button-disabled {
	display: none;
}

.btn-arrow-check .elementor-icon svg .a {
	stroke: #fff;
}

.hover-btn-arrow-white .elementor-button-icon svg, .hover-btn-arrow .elementor-button-icon svg {
	width: 2em;
}

.hover-btn-arrow-white .elementor-button-icon svg .a {
	stroke: #fff;
}

.hover-btn-arrow .elementor-button-icon svg .a {
	stroke: #000;
}

.hover-btn-arrow .elementor-button-link:hover .elementor-button-icon svg .a {
	stroke: #fff;
}

.hover-btn-arrow-white .elementor-button[type="submit"] svg *, .hover-btn-arrow-white .elementor-button[type="submit"] svg:hover {
	fill: transparent !important;
}

#oom-hero-slider .swiper-button-next i {
	color: #333;
}

/** Elementor Icon List widget Alignment **/
.icon-top-align.elementor-widget .elementor-icon-list-item {
	display: flex;
	align-items: start;
	align-content: start;
}

.icon-top-align.elementor-widget .elementor-icon-list-icon {
	top: 5px;
	position: relative;
}

/** Swiper Style **/
#oom-hero-slider .swiper-pagination-bullet.swiper-pagination-bullet-active {
	opacity: 1;
	background: #fff;
}

#oom-hero-slider .swiper-pagination-bullet {
	width: 10px;
	height: 10px;
	background: #fff;
	opacity: .5;
}

/** Hide Default Arrows **/
.swiper-button-next i {
	color: #fff;
}

.swiper-button-next i:hover {
	color: #fff;
}

.swiper-button-next::after, .swiper-button-prev::after {
	content: "" !important;
}

.swiper-button-next, .swiper-button-prev {
	background-image: none;
}

.swiper-button-next.nitro-lazy, .swiper-button-prev.nitro-lazy {
	background-image: none !important;
}

.swiper-button-next:after, .swiper-button-prev:after {
	display: none;
}

/** Custom Display Ratings/Stars **/
.fa-star.checked {
	color: #f4d174;
}

.fa-star {
	color: #808080;
}

/** Custom Pagination **/
.oom-pagination {
	margin-top: 40px;
	text-align: center;
}

.oom-pagination ul {
	margin: 0;
	padding: 0;
}

.oom-pagination ul li {
	font-weight: bold;
	display: inline;
	margin: 5px;
	padding: 10px 15px;
	background: #fff;
	border-radius: 5px;
	box-shadow: 0px 0px 5px 0px rgba(55, 55, 204, 15%);
	color: #000;
}

.oom-pagination ul li.active:hover {
	cursor: pointer;
	background: #222;
	color: #fff;
}

.oom-pagination ul li.inactive {
	/*background: #B8B8B8; */
	color: #e6e6e6;
}

.oom-pagination ul li.previous-btn.active, .oom-pagination ul li.previous-btn.inactive, .oom-pagination ul li.next-btn.active, .oom-pagination ul li.next-btn.inactive {
	box-shadow: none;
}

.oom-pagination ul li.selected {
	background: #333;
	border: 1px solid #333;
	color: #fff;
}

/** Slick Slider Flickering Issue Solution **/
.htslider-slider .slick-dots {
	margin-bottom: 20px;
}

.slick-slide, .slick-slider .slick-track, .slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	-webkit-transform: translateZ(0);
	-moz-transform: translate3d(0, 0, 0);
	-moz-transform: translateZ(0);
	-ms-transform: translate3d(0, 0, 0);
	-ms-transform: translateZ(0);
	-o-transform: translate3d(0, 0, 0);
	-o-transform: translateZ(0);
	transform: translate3d(0, 0, 0);
	transform: translateZ(0);
	-webkit-perspective: 1000;
	-moz-perspective: 1000;
	-ms-perspective: 1000;
	perspective: 1000;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	backface-visibility: hidden;
}

/** Rows and Columns */
.oom_column_100 {
	float: left;
	width: 100%;
}

.oom_column_90 {
	float: left;
	width: 90%;
}

.oom_column_80 {
	float: left;
	width: 80%;
}

.oom_column_70 {
	float: left;
	width: 70%;
}

.oom_column_60 {
	float: left;
	width: 60%;
}

.oom_column_50 {
	float: left;
	width: 50%;
}

.oom_column_40 {
	float: left;
	width: 40%;
}

.oom_column_33_33 {
	float: left;
	width: 33.33%;
}

.oom_column_33 {
	float: left;
	width: 33%;
}

.oom_column_30 {
	float: left;
	width: 30%;
}

.oom_column_25 {
	float: left;
	width: 25%;
}

.oom_column_20 {
	float: left;
	width: 20%;
}

.oom_column_10 {
	float: left;
	width: 10%;
}

/* Clear floats after the columns */
.oom_row:after {
	content: "";
	display: table;
	clear: both;
}

/** Cover Spin Loading **/
#oom-cover-spin {
	position: fixed;
	width: 100%;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background-color: rgba(255, 255, 255, .7);
	z-index: 9999;
	display: none;
}

#oom-cover-spin::after {
	content: "";
	display: block;
	position: absolute;
	left: calc(50% - 22px);
	top: calc(50% - 22px);
	width: 44px;
	height: 44px;
	border-style: solid;
	border-color: black;
	border-top-color: transparent;
	border-width: 4px;
	border-radius: 50%;
	-webkit-animation: spin .8s linear infinite;
	-moz-animation: spin .8s linear infinite;
	animation: spin .8s linear infinite;
}

@-webkit-keyframes spin {
	from {
		-webkit-transform: rotate(0deg);
	}
	
	to {
		-webkit-transform: rotate(360deg);
	}
}

@keyframes spin {
	from {
		transform: rotate(0deg);
	}
	
	to {
		transform: rotate(360deg);
	}
}

/** Modal **/

/* The Modal (background) */
.oom-modal {
	display: none;
	position: fixed;
	z-index: 10;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	background-color: #000;
	background-color: rgba(0, 0, 0, .8);
}

/* Modal Content/Box */
.oom-modal-content {
	background-color: #fefefe;
	margin: 10% auto;
	padding: 0px 20px;
	border: 1px solid #888;
	width: 60%;
}

/* The Close Button */
.oom-close {
	color: #aaa;
	float: right;
	font-size: 28px;
	font-weight: bold;
}

.oom-close:hover, .oom-close:focus {
	color: black;
	text-decoration: none;
	cursor: pointer;
}

.single-post .e-con-inner p, .single-post .e-con-inner h2, .single-post .e-con-inner h3, .single-post .e-con-inner h4 {
	margin: 20px 0;
	padding: 0 10px;
}

.single-post .e-con-inner img {
	margin: 20px auto;
}

/** Responsive **/
@media (max-width: 1920px) {}

@media (max-width: 1440px) {}

@media (max-width: 1280px) {}

@media (max-width: 1024px) {}

/*
 * Surface Pro
 */
@media (max-width: 912px) {}

/*
 * iPad Air
 */
@media (max-width: 820px) {}

/*
 * iPad 9th
 */
@media (max-width: 810px) {}

/*
 * iPad Mini
 */
@media (max-width: 1300px) {
	#floating-side-button {
		display: none;
	}
	
	.oom-project__available {
		display: block;
	}
	
	.oom_column_50.oom-project__amenities, .oom_column_50.oom-project__link {
		width: 100%;
	}
	
	.oom-project__link a {
		padding: 5px 10px;
	}
	
	.testimonial-slider .elementor-element .elementor-swiper {
		background: #f8f8f8;
	}
	
	.testimonial-slider .elementor-widget-testimonial-carousel .elementor-swiper-button-prev {
		left: 0%;
	}
	
	.testimonial-slider .elementor-widget-testimonial-carousel .elementor-swiper-button-next {
		left: 30%;
	}
	
	.testimonial-slider .elementor-swiper-button {
		top: 100%;
	}
	
	.oom-modal-content {
		width: 80%;
	}
}

@media (max-width: 480px) {
	.oom-project__items {
		grid-template-columns: repeat(1, 4fr);
	}
	
	.oom-modal-content {
		width: 90%;
	}
}

@media (max-width: 414px) {}

@media (max-width: 375px) {}

@media (max-width: 360px) {}

@media (max-width: 320px) {}

/* Blog Search */
.custom-search input[type=text], .custom-search [type=submit] {
	border-radius: 0;
}

.custom-search [type=submit] {
	min-width: 60px;
	background-color: #478981 !important;
	border: none;
	color: #fff;
}

.custom-search input[type=text] {
	padding-left: calc(60px / 3);
	padding-right: calc(60px / 3);
	color: #7a7a7a;
	fill: #7a7a7a;
	font-size: 15px;
}

.custom-search input[type=text]::placeholder {
	color: rgba(128, 128, 128, .5);
}

.search-container {
	display: flex;
	background-color: #fff;
	border-color: #478981;
	border-width: 1px 1px 1px 1px;
	min-height: 60px;
	outline: none !important;
	margin: 0 0 50px;
}

.custom-search input[type=text] {
	background-color: #fff;
	border-color: #478981 !important;
	border-width: 1px 1px 1px 1px;
}

.custom-search input[type=text] {
	outline: none !important;
}

.no-pagination .prev, .no-pagination .next {
	display: none;
}

.pagination {
	justify-content: center;
}

.prev, .next {
	font-size: 30px;
	margin: 10px;
}

.related-bg {
	border: 1px solid #439cd6;
	height: 100%;
}

.related-bg h3 {
	color: #439cd6;
	font-size: 25px;
	font-weight: 600;
	margin-top: 20px;
	padding: 0 20px;
}

.post-date {
	font-weight: 600;
	color: #000;
	font-size: 18px;
	margin-bottom: 10px;
	padding: 0 20px;
}

.post-excerpt {
	padding: 0 20px;
	margin-bottom: 20px;
}

.offering-container {
	height: 100%;
	display: flex;
	position: relative;
	flex-direction: column;
}

.related-posts .col-lg-4 {
	margin-top: 10px;
	margin-bottom: 10px;
}

.related-posts, .no-pagination {
	display: none;
}

.elementor-field-type-select option {
	border: none;
	background-color: rgba(0, 0, 0, .08);
	color: #000;
}
