/*
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: Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 3.4.4.1756881531
Updated: 2025-09-03 06:38:51

*/
.elementor-image-carousel .swiper-wrapper {
  transition-timing-function: linear !important;
}
.logo-slider-wrapper .swiper-wrapper
{
	align-items:center;
}
.banner-title{font-size:96px;font-weight:bold;}

figure.swiper-slide-inner {
    width: 160px;
    height: 80px;
}
figure.swiper-slide-inner img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.marquee{
  display: flex;
  align-items: center;
  justify-content: space-between;
  overflow: hidden;}
   .marquee .marquee-content{
       display: flex; align-items: center;
   }

  .marquee .marquee-content{
    transform: translateX(0);
    white-space: nowrap;
    animation: marquee 24s linear infinite;
    margin-right:40px;
    margin-bottom: 0px;
    color:#fff;
    font-size: 19px;
  }
  .marquee-content p{margin: 0px;display:flex;}
  .marquee-content p a {
    width: 30px;
    height: 30px;
    margin-left: 10px;
}
  .marquee-content p img {
	  width: 100%;
	  height: 100%;
}
  @keyframes marquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
.custom-list .elementor-icon-list-item.elementor-inline-item{margin-bottom:20px}
.custom-list .elementor-icon-list-item.elementor-inline-item a {
    border: 1px solid #000;
    border-radius: 40px;
    padding: 5px 25px;
}
.custom-list .elementor-icon-list-item.elementor-inline-item a:hover {
	background:#0F1B58;
	color: #fff !important;
}


@media (max-width:1919px){
	.banner-title{font-size:80px;}
	 .marquee .marquee-content{
    margin-right:25px;
    font-size: 16px;
  }
  .marquee-content p a {
    width: 20px;
    height: 20px;
    margin-left: 8px;
}
}
@media (max-width:1366px){
	.banner-title{font-size:65px;}
	 .marquee .marquee-content{
    margin-right:30px;
    font-size: 18px;
  }
  .marquee-content p a {
    width: 25px;
    height: 25px;
    margin-left: 10px;
}
}
@media (max-width:1200px){
	.banner-title{font-size:55px;}
}
@media (max-width:1020px){
	.banner-title{font-size:45px;display:block;text-align:center;}
}
@media (max-width:767px){
	.banner-title{font-size:35px;}
}

