/* 
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: 1.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 */
body {
	font-family: "Roboto", Sans-serif;
}
.breadcrumb{
    color: #ffffff;
    font-weight: 600;
    font-family: roboto;
    text-shadow: 0px 0px 5px rgba(0,0,0,0.9);
}
.breadcrumb a{
    color: #ffffff;
    font-weight: 400;
    text-decoration: none;
	text-shadow: 0px 0px 5px rgba(0,0,0,0.9);
}
.heading h2 {
	background: -webkit-linear-gradient(right, #be1e2d 30%, #000000 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.carousel-content .elementor-image-box-content {
  padding: 0px 20px 20px 20px;
}
.search-container {
	position: relative;
	display: inline-block;
	height: 50px;
	width: 50px;
}

.search-container input {
	padding: 0;
	width: 0%;
	border: none;
}

.searchbutton {
	position: absolute;
	width: 100%;
	margin: 0;
	cursor: pointer;
	padding: 0;
}

.topsearch:focus+.searchbutton {
	transition-duration: 0.4s;
	-moz-transition-duration: 0.4s;
	-webkit-transition-duration: 0.4s;
	-o-transition-duration: 0.4s;
	color: black;
}

.topsearch {
	position: absolute;
	left: 49px;
	outline: none;
	border: none;
	padding: 0;
	width: 0;
	height: 100%;
	z-index: 10;
	transition-duration: 0.4s;
	-moz-transition-duration: 0.4s;
	-webkit-transition-duration: 0.4s;
	-o-transition-duration: 0.4s;
}

.search-container img {
	margin-top: 12px;
}

.topsearch:focus {
	width: 800px;
	padding: 0 16px 0 16p;
	border: 1px solid #eee !important;
	margin-right: 10px;
}

@media only screen and (max-width: 1024px) {
	.topsearch:focus {
		width: 300px !important;
	}
}

@media only screen and (max-width: 600px) {
	.topsearch:focus {
		width: 200px !important;
	}
}

.expandright {
	left: auto;
	right: 49px;
}

.expandright:focus {
	padding: 0 0 0 16px;
}

.blog-sidebar a {
	color: #000000;
}

.blog-sidebar a:hover {
	color: #be1e2d;
}

.blog-sidebar a:active {
	color: #be1e2d;
}

.blog-sidebar h5 {
	font-size: 30px;
	font-weight: 500;
}

.blog-sidebar ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.blog-sidebar ul li {
	list-style: none;
	line-height: 40px;
	font-size: 18px;
	font-weight: 300;
	padding: 0;
	margin: 0;
}

.page-numbers a {
	color: #BE1E2d;
}

.number .elementor-counter-title {
	text-align: center;
}

/* Start of banner pagination strip  */

.zoom-slider .swiper-pagination-bullet {
	width: 100px !important;
	height: 4px !important;
	background-color: #ffffff !important;
	margin: 0 5px !important;
	border-radius: 0 !important;
	opacity: 1 !important;
}

.zoom-slider .swiper-pagination-bullet-active {
	background-color: #ff0000 !important;
	opacity: 1 !important;
}

/* End of banner pagination strip  */

@media screen and (min-device-width: 1100px) and (max-device-width: 1441px) {
	.zoom-slider .elementor-widget-n-carousel .swiper-pagination-bullets {
		left: 2% !important;
	}

	.zoom-slider .elementor-widget-n-carousel.elementor-element :is(.swiper, .swiper-container)~.elementor-swiper-button-next {
		right: 2%;
	}

	.zoom-slider .elementor-widget-n-carousel.elementor-element :is(.swiper, .swiper-container)~.elementor-swiper-button-prev {
		left: 93%;
	}	
}

.swiper~.elementor-swiper-button svg {
	fill: rgb(0 0 0) !important;
	color: rgb(0 0 0) !important;
}

.elementor-swiper-button-prev:hover svg,
.elementor-swiper-button-next:hover svg {
	color: #be1e2d !important;
	fill: #be1e2d !important;
}


@media screen and (min-width: 1024px){
.zoom-slider {
    animation:zoom-in-zoom-out 20s ease-in-out infinite;
}

@keyframes zoom-in-zoom-out{
  0% {
    background-size: 100% auto;
  }
  50% {
    background-size: 110% auto;
  }
  100% {
    background-size: 100% auto;
  }
}
}
@media screen and (max-width: 1024px) {
    .xpro-elementor-horizontal-menu-responsive-tablet .xpro-elementor-dropdown-menu > li > .xpro-elementor-dropdown-menu {
        left: 20px !important;        
    }