/* 
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.1
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_header .elementor-slides-wrapper .elementor-swiper-button.elementor-swiper-button-prev{
  
    left: 5%;
}
.home_header .elementor-slides-wrapper .elementor-swiper-button{
    width: 50px;
    height: 50px;
    background: #f5f5f5;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 91%;
    border-radius: 3px; 
}
/*.main_header .elementor-image a img{
	transition: all .35s ease-in-out;
}
.main_header.elementor-sticky--effects .elementor-image a img{
	transition: all .35s ease-in-out;
	width: 130px !important;	
}*/
.cus_icon_box .elementor-icon{
	background: url('images/icon-bg-shap.png') 100% no-repeat;	
	 width: 150px;
    height: 150px;
    background-size: cover;
    position: relative;
    left: -35px;
}

.cus_icon_box .elementor-icon svg{
    bottom: 0;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 10px;
}
.cus_boxs .elementor-element-populated{
	transition: all .35s ease-in-out;
}
.cus_boxs .elementor-element-populated:hover{
	-webkit-box-shadow: 0px 10px 30px 0px rgba(20, 91, 148, 0.1);
    box-shadow: 0px 10px 30px 0px rgba(20, 91, 148, 0.1);
}

.elementor-widget-breadcrumbs .right_arrow{
    background: url('images/right-arrow-angle.svg') 100% no-repeat;
        width: 13px;
    height: 13px;
    background-size: cover;
    display: inline-block;
    background-position: center;
    padding: 0 7px;
}

@media (max-width: 767px){
	.home_header .elementor-slides-wrapper .elementor-swiper-button {
    	width: 30px;
	    height: 30px;
	    left: 89%;
	}
	.home_header .elementor-slides-wrapper .elementor-swiper-button.elementor-swiper-button-prev {
    	left: 3%;
	}
}

.resources_box .elementor-element-populated{
    transition:all .35s ease-in-out;
}
.resources_box .elementor-element-populated:hover{
    background-color:#151064 !important;
    border-color: #151064 !important;
}

.resources_box .elementor-element-populated:hover .elementor-text-editor, .resources_box .elementor-element-populated:hover 
.elementor-button-link.elementor-button{
color:#fff !important;
}
.dialog-close-button.dialog-lightbox-close-button {
    width: 35px;
    height: 35px;
    background: #151064;
    border-radius: 30px;

    line-height: 35px;
    text-align: center;
}