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


.d_inline {
	justify-content: center !important;
}


.ticker {
  width: 100%;
  overflow: hidden;
}

.ticker-track {
  display: flex;
  align-items: center;
  white-space: nowrap;
}

.ticker-track span {
	font-family: var(--e-global-typography-text-font-family), Sans-serif;
	font-size: var(--e-global-typography-text-font-size);
	font-weight: var(--e-global-typography-text-font-weight);
	line-height: var(--e-global-typography-text-line-height);
	color: #fff;
  text-transform: uppercase;
  padding-right: 300px; /* gap between repeats */
}


.search-box {
  display: flex;
  align-items: center;
  max-width: 420px;
  width: 100%;
  background: #fff;
  border-radius: 50px;
  padding: 12px 18px;
 box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}

.search-icon {
  color: #1e63ff;
  font-size: 18px;
  margin-right: 8px;
}

.search-box input {
  border: none;
  outline: none;
  width: 100%;
  font-size: 16px;
    color: #555;
	border: 0 !important;
	font-family: "segoeui", Sans-serif;
	font-size: 18px;
	font-weight: 600;
	line-height: 20px;
}

.search-box input::placeholder {
  color: #999;
}

@media screen and (max-width: 1080px) {
	.search-box {
		  max-width: 200px;
		  border-radius: 50px;
		  padding: 5px 10px;
	}
	.search-box input {
		font-size: 16px;
	}
	.search-icon {
		font-size: 14px;
		margin-right: 1px;
	}
}







.custom-form {
/*   background: #f9f9f9; */
  border-radius: 0;
}

.custom-form label {
  font-weight: 500;
  margin-bottom: 6px;
  display: block;
  color: #333;
}

.custom-form p {
    margin: 0;
}

.custom-form input[type="text"],
.custom-form input[type="email"],
.custom-form input[type="tel"],
.custom-form textarea {
  width: 100%;
  padding: 7px 15px;
  margin-top: 0px;
  margin-bottom: 0px;
  border: 1px solid #ccc;
  border-radius: 5px;
  font-size: 16px;
  transition: all 0.3s ease;
}

.custom-form textarea {
  resize: vertical;
  min-height: 100px;
  height: 100px;
}

.custom-form input:focus,
.custom-form textarea:focus {
  border-color: #092e52;
  outline: none;
  box-shadow: 0 0 5px #092e52;
}

.custom-form [type="submit"] {
    background-color: #092e52;
    font-size: 18px;
    font-weight: 400;
    color: #FFFFFF !important;
    transition-duration: 0.4s;
    border-radius: 5px !important;
    padding: 14px 28px 14px 28px;
    border: 0;
    line-height: 15px;
	text-transform: uppercase;
	letter-spacing: 0.4px;
	outline: none;
	border: 0 !important;
}

.custom-form [type="submit"]:hover {
  background-color: #e05908;
}

.custom-form.row {
  display: flex;
  flex-wrap: wrap;
  gap: 18px 15px;
  justify-content: space-between;
}

.custom-form .col-md-6 {
    flex: 0 0 48.8%;
    max-width: 48.8%;
}

.custom-form .col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}


@media screen and (max-width: 620px) {
	.custom-form .col-md-6 {
		flex: 0 0 100%;
       max-width: 100%;
	}
	
	.custom-form [type="submit"],
	.banner_slid .swiper-slide-inner a.elementor-button{
		padding: 8px 14px !important;
		font-size: 16px !important;
	}
	
	.custom-form {
		padding: 15px;
	}
	
	.custom-form.row{
		gap: 12px 15px;
	}
	
	.banner_slid .swiper-slide-inner .elementor-slide-description {
		margin-bottom: 15px !important;
	} 
	
		.custom-form input[type="text"],
		.custom-form input[type="email"],
		.custom-form input[type="tel"],
		.custom-form textarea {
		  padding: 7px 15px;
		  font-size: 16px !important;
		}
	
	.custom_product {
		padding-top: 60px !important;
		padding-bottom: 60px !important;
	}
}

