/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: Elementor Team
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Description: A plain-vanilla &amp; lightweight theme for Elementor page builder
Tags: flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 2.4.1.1632301797
Updated: 2021-09-22 11:09:57

*/

html, body {
	overflow-x: hidden!important;
}

.ekit-wid-con .elementskit-testimonial-slider .slick-next, .ekit-wid-con .elementskit-testimonial-slider .slick-prev, .ekit-wid-con .elementskit-testimonial-slider .slick-next:focus, .ekit-wid-con .elementskit-testimonial-slider .slick-prev:focus {
	background: transparent !important;
}

#osiguranje-lista ul {
    list-style: none!important; 
}

#osiguranje-lista li { 
    padding-top: 5px!important;
}

#osiguranje-lista li:before {
	content: "\f00c"; /* FontAwesome Unicode */
	font-family: FontAwesome;
	display: inline-block;
	margin-left: -1.8em;
	width: 20px;
	height: 20px;
	background: green;
	border-radius: 50%;
	text-align: center;
    line-height: 20px;
    color: #fff;
    font-size: 10px;
    margin-right: 5px;
}

.elementor-icon-list-icon svg {
	height: auto!important;
}

strong {
	color: #084A79;
}

.elementor-accordion-item {
	padding: 30px;
    box-shadow: 0 0.5px 1px 0 rgb(51 77 114 / 10%), 0 1.6px 3.6px 0 rgb(51 77 114 / 15%);
    border-radius: 6px;
    margin-top: 30px;
    background-color: #fff;
    transition: all .3s ease-out;
    border: 1px solid #dcdee0!important;
}

.elementor-accordion-item:hover {
    box-shadow: 0px 20px 45px rgb(51 77 114 / 15%)!important;
}

::selection {
	background: #084A79!important;
	color: #fff;
}

::-webkit-scrollbar {
    width: 10px;
    background: #F5F5F5
}

::-webkit-scrollbar-thumb {
    background: #084A79;
}

::-webkit-scrollbar-track {
 	height: 20px;
}