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

.comments-area a, .page-content a {
    text-decoration: none;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    margin-bottom: .5rem;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.2;
    color: inherit;
}

.menu ul {
    justify-content: space-between !important;
    width: 100%;
    justify-content: space-between;
}


.our-history-wrapper .swiper-slide:after {
    content: "";
    position: absolute;
    height: 10px;
    width: 10px;
    background: #212259;
    left: -5px;
    bottom: -5px;
    border: 1px solid #fff;
    border-radius: 50%;
}

.elementor-widget-theme-post-featured-image.elementor-widget-image a {
    width: 100%;
}

.our-history-wrapper .swiper-slide {
	padding: 0;
    position: relative;
    margin-bottom: 5px;
    margin-left: .5px;
}

.elementor-widget-text-editor h2 {
	color: rgb(33, 34, 89);
    font-family: "Playfair Display", serif;
    font-size: 1.5rem;
	line-height:1.2;
    margin-bottom: 1rem;
}

.elementor-widget-text-editor h3 {
    color: rgb(33, 34, 89);
    font-size: 1rem;
    font-family: Lato, sans-serif;
    text-transform: uppercase;
    margin-bottom: 1rem;
}

.bg-title-page:before {
	content:"";
	opacity: 0.75;
	width:100%;
    height: 100%;
    display: block;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 0;
	background: rgb(33, 34, 89);
}

@supports (mix-blend-mode:multiply) {
    .bg-title-page:before {
        mix-blend-mode: multiply;
        opacity: 1;
    }
}


@media (max-width:920px) {
	.our-history-wrapper {
		position:relative;
		top:0;
		left:0;
		bottom:0;
	}
}

@media (max-width:767px) {
	.our-history-wrapper .swiper-slide {
		margin-left:2.5px;
	}
	
	.title-page {
		position:relative;
	}
}