/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
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: 2.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
*/

/* Add your custom styles here */

.privacy a {
	color: #ffffff;
}
.home-header {
	background: transparent;
	position: absolute !important;
	width: 100% !important;
	z-index: 1;
}
.elementor-nav-menu--main .top-contact a {
	background: #d6a665;
	border-radius: 8px;
	color: #ffffff !important;
    padding: 10px 30px !important;
}
.elementor-nav-menu--main .top-contact a:hover {
	background: #2c3e50;
}
.elementor-nav-menu--main .top-contact a:after {
	display: none !important;
}
.home-services .pp-tm-overlay-content-wrap {
    opacity: 1 !important;
    visibility: visible !important;
}
.home-services .pp-tm-overlay-content-wrap .pp-tm-content {
    top: 100% !important;
    -webkit-transform: translateY(-100%) !important;
    transform: translateY(-100%) !important;
}
.home-services .pp-tm-image img {
    height: 236px;
    object-fit: cover;
}
.home-services .pp-tm-description p {
    color: #ffffff;
    font-size: 18px;
    font-weight: 500;
    max-width: 90%;
    margin: 0 auto;
}
.home-services .pp-tm-description a {
	color: #0077b6;
	text-decoration: underline;
}
.home-services .elementor-swiper-button-prev {
    bottom: -6rem !important;
    top: auto !important;
    left: 45% !important;
}
.home-services .elementor-swiper-button-next {
    bottom: -6rem !important;
    top: auto !important;
    right: 43% !important;
}
.home-contact .elementor-button {
    width: 50% !important;
}
.home-contact select option {
    color: #000000 !important;
}
.choose-content img {
    height: 180px;
    width: 180px;
    border-radius: 100px;
    border: 1px solid #ffffff;
}
.our-blog .pp-post-thumbnail img {
	height: 235px;
    object-fit: cover;
}
header.page-header {
	display: none;
}
body.blog .page-content,
body.single-post .page-content {
	padding: 40px 0px;
}
.comments-area {
	padding-bottom: 40px;
}
.margin-bottom-none,
.margin-bottom-none p,
.margin-bottom-none h5 {
	margin-bottom: 0px !important;
}
.full-image img {
    width: 100%;
}
.contact-image a:after {
	display: none !important;
}
.footer-link a,
.contact-link a {
	color: #000000;
}
.footer-menu .top-contact {
	display: none !important;
}
.contact-us textarea{
	border-radius: 30px !important;
}

@media screen and (max-width: 767px) {
	.home-services .elementor-swiper-button-prev {
		left: 40% !important;
	}
	.home-services .elementor-swiper-button-next {
		right: 40% !important;
	}
	.footer-menu a {
		display: block !important;
		text-align: center;
	}
}
@media screen and (max-width: 580px) {
	.home-services .elementor-swiper-button-prev {
		left: 30% !important;
	}
	.home-services .elementor-swiper-button-next {
		right: 30% !important;
	}
	.contact-us textarea{
		border-radius: 20px !important;
	}
}