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


.image-carousel .elementor-image-carousel-wrapper {
    padding: 0 !important;
}

.image-carousel .elementor-image-carousel-wrapper .swiper-pagination {
    bottom: 25px !important;
}

.image-carousel .elementor-image-carousel-wrapper img {
    width: 100%;
    display: block;
}

.single-box-item {
  position: relative;
  width: 220px;
  text-align: center;
  border-radius: 20px 20px 0 0;
  overflow: hidden;
  transition: all 0.3s ease;
  margin: 20px auto;
  background: #EAF4F8;
}

.single-box-item .box-content {
  padding: 30px 15px;
  transition: opacity 0.3s ease;
  border-radius: 20px;
  border: 2px solid #197c9c;
  background: #fff;
  position: relative;
  overflow: hidden;
}

.single-box-item .box-content .box-hover {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background: #197c9c;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.3s ease;
  border-radius: 14px;
  height: 100%;
  border: 2px solid #197c9c;
}

.single-box-item .box-footer {
  background: #eaf4f8;
  padding: 10px;
  font-weight: 600;
  color: #197c9c;
	text-transform:uppercase;
}

img.attachment-large.size-large.wp-image-153 {
    max-width: 290px;
}


.single-box-item:hover .box-hover {
  opacity: 1;
}

.pum-container, .pum-theme-lightbox .pum-container {
    box-shadow: none !important;
    border: 0 !important;
}


@media screen and (min-width: 1025px){
	
	.single-box-item {
		width: 90%;
	}
	
}