/*
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.1753938464
Updated: 2025-07-31 05:07:44

*/

::-webkit-scrollbar {
	-webkit-appearance: none;
}
::-webkit-scrollbar {
	width: 12px;
}
::-webkit-scrollbar-track {
	background: #dae5fb;
}
::-webkit-scrollbar-thumb {
	background: #00213D;
	height:100px;
	border-radius:15px;
}
.cust-anchor-link a {
    border-bottom: 1px solid #1C244B;
}
.cust-form-box {
	box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.fluentform .ff-message-success {
    color: #fff !important;
    border: 2px dotted #fff !important;
    background-color: #008000 !important;
	text-align: center !important;
}

/* Header Start */
header.elementor-location-header {
    position: relative;
    height: 129px;
}
header nav li a {
	position: relative
}
header nav li a:before{
	content: "";
	background: #1C244B;
	position: absolute;
	left: 0;
    bottom: -1px;
    width: 0;
    height: 2px;
    transition: .3s !important;
}
header nav li.current-menu-item a:before,
header nav li a:hover:before{
	width: 100%;
}
.site-header.sticky{
    box-shadow: 0 1px 6px 0 rgb(32 33 36 / 28%) !important;
    z-index: 9999;
    background: #fff;
    -webkit-animation: 1000ms ease-in-out 0s normal none 1 running fadeInDown;
    animation: 900ms ease-in-out 0s normal none 1 running fadeInDown;
    -webkit-box-shadow: 0 1px 6px 0 rgb(32 33 36 / 28%) !important;
    z-index: 99999;
    position: fixed !important;
    top: 0px;
    width: 100%;
}
@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translatey(-10px);
    -moz-transform: translatey(-10px);
    -o-transform: translatey(-10px);
    transform: translatey(-10px);
  }
  to {
    opacity: 1;
    -webkit-transform: translatey(0);
    -moz-transform: translatey(0);
    -o-transform: translatey(0);
    transform: translatey(0);
  }
}
@-moz-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translatey(-10px);
    -moz-transform: translatey(-10px);
    -o-transform: translatey(-10px);
    transform: translatey(-10px);
  }
  to {
    opacity: 1;
    -webkit-transform: translatey(0);
    -moz-transform: translatey(0);
    -o-transform: translatey(0);
    transform: translatey(0);
  }
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translatey(-10px);
    -moz-transform: translatey(-10px);
    -o-transform: translatey(-10px);
    transform: translatey(-10px);
  }
  to {
    opacity: 1;
    -webkit-transform: translatey(0);
    -moz-transform: translatey(0);
    -o-transform: translatey(0);
    transform: translatey(0);
  }
}
.in-down {
  -webkit-animation-name: fadeInDown;
  -moz-animation-name: fadeInDown;
  -o-animation-name: fadeInDown;
  animation-name: fadeInDown;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
}
.sticky .elementor-widget-theme-site-logo img {
    width: 170px !important;
}
.site-header.sticky {
    min-height: unset;
}
.video-wrap .elementor-custom-embed-play svg {
    width: 157px;
    height: 50px;
	position: relative;
	z-index: 2;
	margin-top: 8px;
}
.video-wrap .elementor-custom-embed-play:before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 70px;
    height: 70px;
    background: #f79946;
    border-radius: 50%;
    -webkit-animation: pulse-border 1500ms ease-out infinite;
    animation: pulse-border 1500ms ease-out infinite;
}
.video-wrap .elementor-custom-embed-play:after {
    content: "";
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 70px;
    height: 70px;
    background: #f79946;
    border-radius: 50%;
    transition: all 200ms;
}
@keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}
.cust-btn .elementor-button{
	position: relative;
	overflow: hidden;
}
.cust-btn .elementor-button-content-wrapper {
    position: relative;
    z-index: 1;
}
.cust-btn.white-btn .elementor-button:after{
	background: #00213D;
}
.cust-btn .elementor-button:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    background: #326189;
    width: 0;
    transition: all 0.3s;
	border-radius: 50px;
    z-index: 0;
}
.cust-btn .elementor-button:hover:after {
    width: 100%;
}
/* Header Close */


@media only screen and (max-width: 1024px) {
	header nav li.current-menu-item a:before, 
	header nav li a:hover:before{
		content: none;
	}
}

@media only screen and (max-width: 767px) {
	/* Header Start */
	header.elementor-location-header {
		height: 93px;
	}
	body .elementor-menu-toggle{
		padding: 9px 10px;
	}
	.sticky .elementor-widget-theme-site-logo img {
    	width: 140px !important;
	}
	/* Header Close */
}