/*
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: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 2.6.1.1664941033
Updated: 2022-10-05 11:37:13

*/

.page-header {
	display: none;
}

.header-sec {
	position: fixed!important;
	top: 0;
}

.custom-menu-nav {
    top: 90px;
}

.swiper-pagination.oom-product-pagination.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-horizontal {
	top: 50%;
    bottom: auto!important;
    right: 65%;
    left: auto;
}

.swiper-pagination.oom-product-pagination .swiper-pagination-bullet {
	background: #FFFFFF;
	width: 50px!important;
	height: 10px!important;
	border: 0!important;
	border-radius: 50px!important;
	opacity: 1;
}
.swiper-pagination.oom-testimonial-pagination .swiper-pagination-bullet,
.swiper-pagination.oom-video-pagination .swiper-pagination-bullet {
	background: #FFFFFF;
	width: 50px!important;
	height: 10px!important;
	border: 1px solid #1792D5 !important;
	border-radius: 50px!important;
	opacity: 1;
}


.swiper-pagination.oom-product-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active,
.swiper-pagination.oom-testimonial-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active,
.swiper-pagination.oom-video-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background: #1792D5;
}

div#oom-testimonial-slider {
	padding-bottom: 40px;
}

.swiper-pagination.oom-testimonial-pagination.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-horizontal {
	bottom: 0!important;
}

.custom_image_box .elementor-image-box-wrapper {
	display: flex;
    align-items: center!important;
    flex-direction: row!important;
	gap: 10px;
}

.custom_image_box .elementor-image-box-img {
	padding-top: 14px;
}

@media (max-width: 1024px) {
	.swiper-pagination.oom-video-pagination .swiper-pagination-bullet {
		width: 30px!important;
	}
}

@media (max-width: 480px) {
	.swiper-pagination.oom-video-pagination .swiper-pagination-bullet {
		width: 15px!important;
	}
	
	.custom_image_box .elementor-image-box-wrapper {
		gap: 10px;
	}
}

