/* 
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 */
/*** Home - banner ***/
.small-text {
	white-space: nowrap;
    font-size: 12px;
    font-family: "work sans", sans-serif;
    letter-spacing: 0;
    line-height: 26px;
    height: 26px;
    font-weight: 600;
    color: rgb(255, 255, 255, .8);
    letter-spacing: 1px;
    text-transform: uppercase;
	margin-bottom: 10px;
}

.banner-slides.elementor-element .swiper-slide-inner {
    width: 100%;
    max-width: 1140px;
	padding: 0 15px;
}

.banner-slides.elementor-element .elementor-swiper-button {
	background-color: rgba(0, 0, 0, .4);
    padding: 21px 11px;
}

.banner-slides.elementor-element .elementor-swiper-button:hover {
	background-color: rgba(0, 0, 0, .8);
    color: #FFF;
}

.banner-slides.elementor-element .elementor-swiper-button-prev {
	left: 0;
}

.banner-slides.elementor-element .elementor-swiper-button-next {
	right: 0;
}

.banner-slides.elementor-element .elementor-slide-button {
	display: inline-flex;
	align-items: center;
	height: 46px;
}

.banner-slides.elementor-element .elementor-slide-button svg {
	width: 25px;
	padding-left: 12px;
}

.banner-slides.elementor-element .elementor-slide-button:hover svg {
	fill: #000;
}

/*** Home - Services ***/
.heading-square .elementor-widget-container .elementor-heading-title {
	position: relative;
	z-index: 2;
}

.heading-square .elementor-widget-container .elementor-heading-title:before {
    background-color: transparent;
    position: absolute;
    content: "";
    width: 20px;
    height: 30px;
    left: calc(50% - 10px);
    top: calc(50% - 15px);
    border: 3px solid #005ca9;
    opacity: 0.5;
    z-index: -1;
}

.services-carousel.elementor-element.elementor-arrows-position-outside .swiper {
	width: 100%;	
}

.services-item .elementor-widget-call-to-action .elementor-cta:hover .elementor-cta__content .elementor-icon-wrapper .elementor-icon svg {
    fill: #FFFFFF;
}

.services-item:hover .services-item-icon-overlay.elementor-element .elementor-icon svg {
	fill: #FFFFFF;
	opacity: 0.05;
}

.services-item .services-item-icon-overlay.elementor-element {
    transform: translate(-50%, -50%);
}

.services-item.elementor-element:hover .e-con-inner {
	background-color: #005CA9;
}

/*** Service single page ***/
.sidebar-menu .elementor-nav-menu li {
	border-bottom: solid 1px #eee;
}

.services-list.elementor-element .elementor-icon-list-items .elementor-icon-list-item {
	background-color: #005ca9;
	border-radius: 2px;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
	padding: 5px 10px;
	margin-bottom: 10px;
}

.services-list.elementor-element .elementor-icon-list-items .elementor-icon-list-item:hover {
	background-color: #263a4f;
}

.services-grid.elementor-element .elementor-image-box-title {
	margin: -5px 0 0;
	padding: 20px;
}

.services-grid.elementor-element .elementor-image-box-description {
	padding: 0 20px 20px;
}