/*
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.3.0.1741326987
Updated: 2025-03-07 05:56:27

*/

*{
	padding:0;
	margin:0;
	box-sizing:border-box;
}
header, footer{
	display:none !important;
}
html {
  font-size: 16px;
  scroll-behavior: smooth;
  overflow-x: hidden;
}
#stickyheaders{
	transition : transform 0.34s ease;
	background-color: #1c252d;
}
.headerup{
	transform: translateY(-120px); /*adjust this value to the height of your header*/
}
body {
	overflow-x: hidden;
}

h1,h2,h3,h4{
	font-family: "garamond-premier-pro", serif;
}
h5, h6, p, .mont-font{
	font-family: "Montserrat", sans-serif;
}
.colm-count ul{
	column-count: 2;
}
ul{
margin-left:1.5rem;
}

#fixed-contact-button{
	opacity:0;
}

.gform_confirmation_message{
	    color: #fff !important;
}
.gform_required_legend{
	display:none !important;
}
form input:focus, form textarea:focus, form select:focus {
  outline: none !important;
  border: 0px;
  box-shadow: none !important; /*  Also removes the default box-shadow, if present  */
}
.gform_fields{
	gap:1rem !important;
}
.gform_required_legend{
	display:none;
}
.gfield input:focus, .gfield textarea:focus, .gfield select:focus {
  outline: none !important;
  border: 0px;
  box-shadow: none !important; /*  Also removes the default box-shadow, if present  */
}

form input, form input::placeholder, form textarea, form textarea::placeholder{
	 color: #000000 !important;
font-family: "Montserrat", sans-serif;
font-size: 1.0625rem !important;
font-style: normal !important;
font-weight: 700 !important;
line-height: 110%; /* 1.16875rem */
letter-spacing: 0.10625rem !important;
	
}
form input, form textarea{
	border-radius: 0.625rem !important;
background: #000000;
	  padding:1rem 1.25rem !important;
}
form .gform-footer .gform_button{
	    background-color: #041E42 !important;
 font-family: "Montserrat", sans-serif;
    font-size: 1.0625rem !important;
    font-weight: 700 !important;
    line-height: 100% !important;
    letter-spacing: 0.10625rem !important;
    color: #FAF9F6 !important;
    border-radius: 1.625rem 1.625rem 1.625rem 1.625rem !important;
    padding: 15px 30px 15px 30px !important;
	border:1px solid #041E42;
}
form .gform-footer .gform_button:hover{
	color:#041E42 !important;
	background-color: #FAF9F6 !important;
	border:1px solid #041E42;
	
}

@media only screen and (max-width: 480px){
	.colm-count ul{
		column-count: 1;
	}
	.colm-count ul li {
	  margin: 10px 0;
	}
	#progress-bar{
		    position: absolute;
    right: 0.5rem;
	}
	
}