/* 
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 */


body
{
	margin:0px;
}
.homebanner{z-index:1;}
.homebanner:before
{
    top: 0;
    left: 0;
    content: "";
    width: 100%;
    z-index: -1;
    height: 100%;
    opacity: .9;
    position: absolute;
    background-color: #fff;
}
.homebanner:after
{
    top: 0;
    right: 0;
    content: "";
    z-index: -1;
    width: 600px;
    height: 100%;
    position: absolute;
    background-color: #034183;
}
.destinationarea
{
	z-index:1;
}
.destinationarea p{margin:0px;}

.destinationarea:before
{
    top: 0;
    left: 0;
    content: "";
    width: 100%;
    z-index: -1;
    height: 100%;
    opacity: .9;
    position: absolute;
    background-color: #034183;
}
.destinationarea:after
{
    left: 0;
    bottom: 0;
    content: "";
    width: 100%;
    z-index: -1;
    height: 200px;
    position: absolute;
    background-color: #fff;
}
.destinationarea .carousel-image
{
	width:100%;
	max-width:100px;
	background-color:#fff;
	border-radius:100%;
}
.destinationarea .owl-carousel .owl-nav .owl-next, .destinationarea .owl-carousel .owl-nav .owl-prev
{
	background-color: transparent;
    border: 1px solid #fff;
	height:40px !important;
	font-size: 16px !important;
	line-height:40px !important;
	position:unset !important;
}
.destinationarea .owl-carousel .owl-nav .owl-next
{
	margin-left:6px;
}
.destinationarea .owl-carousel .owl-nav .owl-prev
{
	margin-right:6px;
}
.destinationarea .owl-carousel .owl-nav
{
	right: 0;
    top: -115px;
    margin-top: 0;
    position: absolute;
}
.destinationarea .uc_image_carousel_container_holder:hover .uc_image_carousel_placeholder, .destinationarea .uc_image_carousel_container_holder:hover .uc_image_carousel_content
{
    background-color: #07b068;	
}
.destinationarea .uc_image_carousel_container_holder:hover .uc_image_carousel_content .ue-title, .destinationarea .uc_image_carousel_container_holder:hover .uc_image_carousel_content .ue-text, .destinationarea .uc_image_carousel_container_holder:hover .uc_image_carousel_content .uc_more_btn
{
	color:#fff;
}

.destinationarea .uc_image_carousel_container_holder .uc_image_carousel_content .uc_more_btn:hover, .linkbtn:hover a.color-overlay-link, .blogsection .uc_more_btn:hover 
{
	letter-spacing:1px;
}
.blogsection .ue-grid-item-meta-data-icon {color: #07b068;	}
.destinationarea .uc_image_carousel_container_holder:hover
{
	border-color: #07b068 !important;	
}
.testimonialsbox .elementor-swiper-button {
    text-align: center;
    font-size: 20px;
    color: #000000;
    box-shadow: #64646f33 0 7px 29px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
	background:#Fff;
}














