:root {
	--h1size: 52px;
	--h2size: 42px;
	--h3size: 26px;
	--h4size: 22px;
	--h5size: 20px;
	--h6size: 18px;
	--bodysize: 16px;
	--h1height: 60px;
	--h2height: 50px;
	--h3height: 34px;
	--h4height: 30px;
	--h5height: 28px;
	--h6height: 30px;
	--bodyheight: 30px;
	--pfamily: 'Rubik', sans-serif;
	--red: #ff3838;
	--gray: #777777;
	--text: #555555;
	--blue: #1494a9;
	--white: #ffffff;
	--chalk: #f5f5f5;
	--green: #11b76b;
	--purple: #b12fad;
	--orange: #e86121;
	--yellow: #ffab10;
	--body: #f5f6f7;
	--border: #e8e8e8;
	--heading: #39404a;
	
	--primary1:#020521;
	--primary:rgb(255, 184, 113);
	--secondary:#ffcdb8;
	--background: #F6F1EB;
	--sub-heading: #565765;
	--green-chalk: #ddffd5;
	--green-dark: #072f17;
	--gray-chalk: #cccccc;
	--intro-bg: #f8fffa;
	--facebook: #3b5998;
	--linkedin: #0e76a8;
	--twitter: #00acee;
	--google: #E60023;
	--instagram: #F77737;
	--primary-bshadow: 0px 15px 35px 0px rgba(0, 0, 0, 0.1);
	--primary-tshadow: 2px 3px 8px rgba(0, 0, 0, 0.1)
	}
	* {
		margin:0px;
		padding:0px;
		outline:0px
	}
	
	*, *:before, *:after {
		transition: all 400ms ease-in;
	}
	img {
		vertical-align:middle
	}
	a {
		text-decoration:none !important;
		display:inline-block;
	}
	a:hover {
		text-decoration:none
	}
	ul, ol {
		padding:0px !important;
		list-style:none
	}
	h1, h2, h3, h4, h5, h6, p, ol, ul, li, span, label {
		margin-bottom:0px !important;
	}
	html, body {
		scroll-behavior:smooth;
		overflow-x: hidden;
		font-weight: 400;
	}
	
.nav-top{
	background-color: var(--primary1);
	color: #eaeaea;
	align-items: center;
	justify-content: center;
	padding: 4px;
	height: 28px;

	a{
		color: #3c3c3c;
	}
	a:hover{
		color: #ffffff;
	}
}
.header-part{
	/* background:linear-gradient(to right,#f7f5ed,#f7f5ed) ; */
background: rgb(2, 31, 71)  ;	
}
.social-links{
	gap: 20px;
	margin: 0px;
	float: inline-end;
	i{
		font-size: 26px;
		
	}
}
.header-media-group {
	display: none !important;
}

.header-form{
	
.search {
	width: 100%;
	
	display: flex;
  }
  
  .searchTerm {
	width: 100%;
	border: 2px solid #c0c0c0;
	border-right: none;
	padding: 5px;
	height: 50px;
	border-radius: 5px 0 0 5px;
	outline: none;
	color: #929e98;
  }
  
  .searchTerm:focus{
	color: #111111;
  }
  
  .searchButton {
	width: 50px;
	height: 50px;
	border: 1px solid #929191;
	background: var(--secondary);
	text-align: center;
	color: #1f1f1f;
	border-radius: 0 5px 5px 0;
	cursor: pointer;
	font-size: 20px;
  }
  
  /*Resize the wrap to see the search bar change!*/
 
}

.glow-on-hover {
    width: 220px;
    height: 50px;
    border: none;
    outline: none;
    color: #2b2b2b;
    background: #dddddd;
    cursor: pointer;
    position: relative;
    z-index: 0;
    border-radius: 10px;
}

.glow-on-hover:before {
    content: '';
    background: linear-gradient(45deg, #ff0000, #ff7300, #fffb00, #48ff00, #00ffd5, #002bff, #7a00ff, #ff00c8, #ff0000);
    position: absolute;
    top: -2px;
    left:-2px;
    background-size: 400%;
    z-index: -1;
    filter: blur(5px);
    width: calc(100% + 4px);
    height: calc(100% + 4px);
    animation: glowing 20s linear infinite;
    opacity: 0;
    transition: opacity .3s ease-in-out;
    border-radius: 10px;
}

.glow-on-hover:active {
    color: #000
}

.glow-on-hover:active:after {
    background: transparent;
}

.glow-on-hover:hover:before {
    opacity: 1;
}

.glow-on-hover:after {
    z-index: -1;
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: #d3d3d3;
    left: 0;
    top: 0;
    border-radius: 10px;
}

@keyframes glowing {
    0% { background-position: 0 0; }
    50% { background-position: 400% 0; }
    100% { background-position: 0 0; }
}
/**************************************************/


.navbar-part {
	
	background:linear-gradient(to bottom, linear-gradient(rgb(255, 244, 223),rgb(255, 255, 255)), #fff);
}
.navbar-content {
	margin-left: 240px;
	border-top:1px solid var(--border);
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-align:center;
	-ms-flex-align:center;
	align-items:center;
	-webkit-box-pack:justify;
	-ms-flex-pack:justify;
	justify-content: center;
	/* justify-content:space-between */
}
.navbar-list {
	margin: 0;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-align:center;
	-ms-flex-align:center;
	align-items:center;
	-webkit-box-pack:start;
	-ms-flex-pack:start;
	justify-content:flex-start
}
.navbar-item {
	margin-right:20px;
	
}
.navbar-item:last-child {
	margin-right:0px
}
.navbar-link {
	font-size: 14px;
    padding: 16px 0px;
    font-weight: 500 !important;
	color:var(--text);
	text-transform:capitalize;
transition:all linear .3s;
-webkit-transition:all linear .3s;
-moz-transition:all linear .3s;
-ms-transition:all linear .3s;
-o-transition:all linear .3s
}
.navbar-link:hover {
	color:#1f1f1f
}
.navbar-focus-list {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-align:center;
	-ms-flex-align:center;
	align-items:center;
	-webkit-box-pack:end;
	-ms-flex-pack:end;
	justify-content:flex-end
}
.navbar-focus-list li {
	margin-left:30px
}
.navbar-focus-list li:first-child {
	margin-left:0px
}
.navbar-focus-list li a {
	font-weight:500;
	color:var(--text);
	text-transform:capitalize;
transition:all linear .3s;
-webkit-transition:all linear .3s;
-moz-transition:all linear .3s;
-ms-transition:all linear .3s;
-o-transition:all linear .3s
}
.navbar-focus-list li a:hover {
	color:var(--primary)
}
.navbar-focus-list li a i {
	font-size:18px;
	margin-right:5px
}


.dropdown-arrow {
	position:relative;
	padding-right:18px !important
}
.dropdown-arrow:hover::before {
color:var(--primary)
}
.dropdown-arrow::before {
position:absolute;
content:"\ea99";
top:50%;
right:0px;
font-size:15px;
line-height:15px;
color:var(--text);
font-family:IcoFont;
-webkit-transform:translateY(-50%);
transform:translateY(-50%);
transition:all linear .3s;
-webkit-transition:all linear .3s;
-moz-transition:all linear .3s;
-ms-transition:all linear .3s;
-o-transition:all linear .3s
}
.dropdown:hover .dropdown-position-list {
	visibility:visible;
	opacity:1;
	top:50px
}
.dropdown-position-list {
	position:absolute;
	top:100px;
	left:0px;
	z-index:99 !important;
	width:240px;
	height:auto !important;
	visibility:hidden;
	opacity:0;
	padding:10px;
	border-radius:8px;
	background:var(--white);
	border:1px solid var(--border);
	-webkit-box-shadow:0px 15px 35px 0px rgba(0, 0, 0, 0.1);
	box-shadow:0px 15px 35px 0px rgba(0, 0, 0, 0.1);
transition:all linear .3s;
-webkit-transition:all linear .3s;
-moz-transition:all linear .3s;
-ms-transition:all linear .3s;
-o-transition:all linear .3s
}
.dropdown-position-list::before {
position:absolute;
content:"";
z-index:-1;
top:-7px;
left:12px;
width:12px;
height:12px;
border-radius:3px;
-webkit-transform:rotate(45deg);
transform:rotate(45deg);
background:var(--white);
border-top:1px solid var(--border);
border-left:1px solid var(--border)
}
.dropdown-position-list li a {
	width:100%;
	font-size:15px;
	line-height:18px;
	border-radius:8px;
	padding:8px 15px;
	color:var(--text);
	background:var(--white);
	white-space:nowrap;
	text-transform:capitalize;
transition:all linear .3s;
-webkit-transition:all linear .3s;
-moz-transition:all linear .3s;
-ms-transition:all linear .3s;
-o-transition:all linear .3s
}
.dropdown-position-list li a:hover {
	color: #323232 !important;
	background:var(--primary)
}
.dropdown:hover .dropdown-position-list {
    visibility: visible;
    opacity: 1;
    top: 62px
}

.dropdown-arrow::before {
    color: var(--white)
}

.header-part {

transition:all linear .3s;
-webkit-transition:all linear .3s;
-moz-transition:all linear .3s;
-ms-transition:all linear .3s;
-o-transition:all linear .3s
}
.header-part.active {
	
	left:0px;
	width:100%;
	z-index:1;
	background:var(--white);
	-webkit-box-shadow:0px 5px 15px 0px rgba(0, 0, 0, 0.15);
	box-shadow:0px 5px 15px 0px rgba(0, 0, 0, 0.15);
transition:all linear .3s;
-webkit-transition:all linear .3s;
-moz-transition:all linear .3s;
-ms-transition:all linear .3s;
-o-transition:all linear .3s
}
.header-part.active .header-content {
	padding:10px 0px
}
.header-part.active .header-widget:hover i {
	background:var(--primary)
}
.header-part.active .header-widget sup {
	border-color:var(--white)
}
.header-part.active .header-form {
	background:var(--white);
	border-color:var(--primary)
}

.header-user i, .header-src i {
	width: 40px;
    height: 40px;
    float: inline-end;
    line-height: 40px;
	text-align:center;
	display:inline-block;
	border-radius:50%;
	color:var(--text);
	background:var(--chalk);
transition:all linear .3s;
-webkit-transition:all linear .3s;
-moz-transition:all linear .3s;
-ms-transition:all linear .3s;
-o-transition:all linear .3s
}
.header-user i:hover, .header-src i:hover {
	color:var(--white);
	background:var(--primary)
}


/*************************************************
#content {
	position: absolute;
	height: 50px;
	width: 300px;
	margin-left: 170px;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
  }
  
  #content.on {
	-webkit-animation-name: in-out;
	animation-name: in-out;
	-webkit-animation-duration: 0.7s;
	animation-duration: 0.7s;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1;
  }
  
  input {
	box-sizing: border-box;
	width: 50px;
	height: 50px;
	border: 4px solid #ffffff;
	border-radius: 50%;
	background: none;
	color: #fff;
	font-size: 16px;
	font-weight: 400;
	font-family: Roboto;
	outline: 0;
	-webkit-transition: width 0.4s ease-in-out, border-radius 0.8s ease-in-out,
	  padding 0.2s;
	transition: width 0.4s ease-in-out, border-radius 0.8s ease-in-out,
	  padding 0.2s;
	-webkit-transition-delay: 0.4s;
	transition-delay: 0.4s;
	-webkit-transform: translate(-100%, -50%);
	-ms-transform: translate(-100%, -50%);
	transform: translate(-100%, -50%);
  }
  
  .search {
	background: none;
	position: relative;
	top: 0px;
	left: 0;
	height: 50px;
	width: 50px;
	padding: 0;
	border-radius: 100%;
	outline: 0;
	border: 0;
	color: inherit;
	cursor: pointer;
	-webkit-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
	-webkit-transform: translate(-100%, -50%);
	-ms-transform: translate(-100%, -50%);
	transform: translate(-100%, -50%);
  }
  
  .search:before {
	content: "";
	position: absolute;
	width: 20px;
	height: 4px;
	background-color: #fff;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	margin-top: 26px;
	margin-left: 17px;
	-webkit-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
  }
  
  .close {
	-webkit-transition: 0.4s ease-in-out;
	transition: 0.4s ease-in-out;
	-webkit-transition-delay: 0.4s;
	transition-delay: 0.4s;
  }
  
  .close:before {
	content: "";
	position: absolute;
	width: 27px;
	height: 4px;
	margin-top: -1px;
	margin-left: -13px;
	background-color: #fff;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
  }
  
  .close:after {
	content: "";
	position: absolute;
	width: 27px;
	height: 4px;
	background-color: #fff;
	margin-top: -1px;
	margin-left: -13px;
	cursor: pointer;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
  }
  
  .square {
	box-sizing: border-box;
	padding: 0 40px 0 10px;
	width: 300px;
	height: 50px;
	border: 4px solid #ffffff;
	border-radius: 0;
	background: none;
	color: #fff;
	font-family: Roboto;
	font-size: 16px;
	font-weight: 400;
	outline: 0;
	-webkit-transition: width 0.4s ease-in-out, border-radius 0.4s ease-in-out,
	  padding 0.2s;
	transition: width 0.4s ease-in-out, border-radius 0.4s ease-in-out,
	  padding 0.2s;
	-webkit-transition-delay: 0.4s, 0s, 0.4s;
	transition-delay: 0.4s, 0s, 0.4s;
	-webkit-transform: translate(-100%, -50%);
	-ms-transform: translate(-100%, -50%);
	transform: translate(-100%, -50%);
  }
	***********************************************************************/

	
.nav-sidebar {
	position:fixed;
	top:0px;
	left:-320px;
	width:300px;
	height:100vh;
	padding:0px;
	z-index:5;
	background:var(--white);
	-webkit-box-shadow:15px 0px 25px 0px rgba(0, 0, 0, 0.15);
	box-shadow:15px 0px 25px 0px rgba(0, 0, 0, 0.15);
transition:all linear .3s;
-webkit-transition:all linear .3s;
-moz-transition:all linear .3s;
-ms-transition:all linear .3s;
-o-transition:all linear .3s
}
.nav-sidebar.active {
	left:0px
}

.nav-header {
	padding:15px 0px;
	position:relative;
	text-align:center;
	border-bottom:1px solid var(--border)
}
.nav-header a img {
	width:auto;
	height:40px
}
.nav-close {
	position:absolute;
	top:50%;
	right:10px;
	-webkit-transform:translateY(-50%);
	transform:translateY(-50%)
}
.nav-close i {
	width:35px;
	height:35px;
	font-size:18px;
	line-height:35px;
	border-radius:50%;
	text-align:center;
	display:inline-block;
	color:#fff;
	background:#777777;
	text-shadow:var(--primary-tshadow);
transition:all linear .3s;
-webkit-transition:all linear .3s;
-moz-transition:all linear .3s;
-ms-transition:all linear .3s;
-o-transition:all linear .3s
}
.nav-close i:hover {
	color:var(--white);
	background:var(--primary)
}
.nav-content {
	padding:0px 18px;
	overflow-y:scroll;
	max-height:calc(100vh - 100px)
}
.nav-list {
	width:100%
}
.nav-list li {
	width:100%
}
.nav-link {
	width:100%;
	font-weight:500;
	padding:12px 10px;
	border-radius:8px;
	color:#323232 !important;
	text-transform:capitalize;
transition:all linear .3s;
-webkit-transition:all linear .3s;
-moz-transition:all linear .3s;
-ms-transition:all linear .3s;
-o-transition:all linear .3s
}
.nav-link:hover {
	color:var(--primary);
	background:var(--chalk)
}
.nav-link::before {
right:15px
}
.nav-link i {
	font-size:20px;
	margin-right:12px
}
.nav-link.active {
	color:var(--primary);
	background:var(--green-chalk)
}
.nav-info-group {
	padding:20px 0px;
	margin-top:15px;
	margin-bottom:25px;
	border-top:1px solid var(--border);
	border-bottom:1px solid var(--border)
}
.nav-info {

	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-align:center;
	-ms-flex-align:center;
	align-items:center;
	-webkit-box-pack:start;
	-ms-flex-pack:start;
	justify-content:flex-start
}
.nav-info:last-child {
	margin-bottom:0px
}
.nav-info i {
	font-size: 20px;
margin-right: 10px;
	color:var(--primary)
}
.nav-info p small {
	font-size:14px;
	line-height:18px;
	display:block;
	text-align:left;
	text-transform:capitalize
}
.nav-info p span {
	font-size:16px;
	font-weight:500
}
.nav-footer {
	text-align:center
}
.nav-footer p {
	font-size:14px;
	color:var(--gray)
}
.nav-footer p a {
	color:var(--primary)
}

.dropdown-link {
	position:relative;
transition:all linear .3s;
-webkit-transition:all linear .3s;
-moz-transition:all linear .3s;
-ms-transition:all linear .3s;
-o-transition:all linear .3s
}
.dropdown-link:hover {
	color:var(--primary);
	background:var(--chalk)
}
.dropdown-link:hover::before {
color:var(--primary)
}
.dropdown-link::before {
position:absolute;
top:50%;
right:18px;
content:"\f054";
font-size:10px;
font-weight:900;
font-family:"Font Awesome 5 Free";
-webkit-transform:translateY(-50%);
transform:translateY(-50%);
transition:all linear .3s;
-webkit-transition:all linear .3s;
-moz-transition:all linear .3s;
-ms-transition:all linear .3s;
-o-transition:all linear .3s
}
.dropdown-link.active {
	color:var(--primary)
}
.dropdown-link.active::before {
color:var(--primary);
-webkit-transform:translateY(-50%) rotate(90deg);
transform:translateY(-50%) rotate(90deg)
}
.dropdown-list {
	display:none;
	padding:0px 20px;
transition:all linear .3s;
-webkit-transition:all linear .3s;
-moz-transition:all linear .3s;
-ms-transition:all linear .3s;
-o-transition:all linear .3s
}
.dropdown-list li a {
	margin: 2px;
	width:250px;
	font-size:15px;
	line-height:18px;
	border-radius:8px;
	padding:10px 15px 10px 35px;
	color:#3a3a3a !important;
	background:#e3e3e3;
	position:relative;
	white-space:nowrap;
	text-transform:capitalize;
transition:all linear .3s;
-webkit-transition:all linear .3s;
-moz-transition:all linear .3s;
-ms-transition:all linear .3s;
-o-transition:all linear .3s
}
.dropdown-list li a:hover {
	color:var(--primary);
	background:var(--chalk)
}
.dropdown-list li a::before {
position:absolute;
top:50%;
left:15px;
content:"\f068";
font-size:10px;
font-weight:900;
font-family:"Font Awesome 5 Free";
-webkit-transform:translateY(-50%);
transform:translateY(-50%)
}
.dropdown:hover .dropdown-position-list {
	visibility:visible;
	opacity:1;
	top:70px
}
.dropdown-position-list {
	position:absolute;
	top:100px;
	left:0px;
	z-index:2;
	width:240px;
	height:auto;
	visibility:hidden;
	opacity:0;
	padding:10px;
	border-radius:8px;
	background:var(--white);
	border:1px solid var(--border);
	-webkit-box-shadow:0px 15px 35px 0px rgba(0, 0, 0, 0.1);
	box-shadow:0px 15px 35px 0px rgba(0, 0, 0, 0.1);
transition:all linear .3s;
-webkit-transition:all linear .3s;
-moz-transition:all linear .3s;
-ms-transition:all linear .3s;
-o-transition:all linear .3s
}
.dropdown-position-list::before {
position:absolute;
content:"";
z-index:-1;
top:-7px;
left:12px;
width:12px;
height:12px;
border-radius:3px;
-webkit-transform:rotate(45deg);
transform:rotate(45deg);
background:var(--white);
border-top:1px solid var(--border);
border-left:1px solid var(--border)
}
.dropdown-position-list li a {
	width:100%;
	font-size:15px;
	line-height:18px;
	border-radius:8px;
	padding:8px 15px;
	color:var(--text);
	background:var(--white);
	white-space:nowrap;
	text-transform:capitalize;
transition:all linear .3s;
-webkit-transition:all linear .3s;
-moz-transition:all linear .3s;
-ms-transition:all linear .3s;
-o-transition:all linear .3s
}
.dropdown-position-list li a:hover {
	color: var(--white);
	background:var(--primary)
}

.goog-te-gadget-simple{
	white-space: nowrap;
    padding: 10px !important;
    font-weight: 500 !important;
    font-size: 15px !important;
    background: #f0eeee !important;
    border-radius: 20px !important;
    border: 1px solid lightgrey !important;
}

.VIpgJd-ZVi9od-vH1Gmf {
	padding: 24PX !important;
	border-radius: 10px !important;
}

.button-container {
	text-align: center;
  }
  
  .glowing-button {
	padding: 15px 40px;
	font-size: 18px;
	color: rgb(133, 133, 133);
	background: linear-gradient(45deg, grey, darkgrey, yellow, darkyellow);
	background-size: 400% 400%;
	border: none;
	border-top-right-radius: 20px;
	border-bottom-left-radius: 20px;
	cursor: pointer;
	text-transform: uppercase;
	font-weight: bold;
  
	/* Animation for gradient and glow */
	animation: gradient-shift 4s infinite alternate, white-sparkle 1.5s infinite ease-in-out;
	box-shadow: 0 0 15px rgba(255, 255, 255, 0.5), 0 0 30px rgba(255, 255, 255, 0.3);
  
	transition: transform 0.3s, box-shadow 0.3s;
  }
  
  .glowing-button:hover {
	transform: scale(1.1);
	box-shadow: 0 0 20px rgba(255, 255, 255, 0.8), 0 0 40px white;
  }
  
  @keyframes gradient-shift {
	0% {
	  background-position: 0% 50%;
	}
	100% {
	  background-position: 100% 50%;
	}
  }
  
  @keyframes white-sparkle {
	0%, 100% {
	  box-shadow: 0 0 10px rgba(255, 255, 255, 0.5), 0 0 20px rgba(255, 255, 255, 0.3);
	}
	50% {
	  box-shadow: 0 0 25px rgba(255, 255, 255, 0.7), 0 0 35px rgba(255, 255, 255, 0.5);
	}
  }

  .catalogue{
	
		background-color: #002bff;
		padding: 10px;

  }

  /********************************new**********************************************/

  .search-container {
    position: relative;
    width: 300px;
}

.search-input {
    width: 100%;
    padding: 8px 35px 8px 5px;
    border: none;
    border-bottom: 2px solid #333;
    outline: none;
    font-size: 16px;
    transition: border-image 0.3s ease;
    border-image: linear-gradient(to right, rgb(255, 206, 115), grey);
    border-image-slice: 1;
    border-image-width: 0 0 2px 0; /* Only apply on bottom */
	background: transparent;
}

.search-container:hover .search-input,
.search-input:focus {
    border-image: linear-gradient(to right, orange, grey);
    border-image-slice: 1;
    border-image-width: 0 0 2px 0;
}

.search-icon {
    position: absolute;
    right: 8px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 18px;
    color: #555;
    cursor: pointer;
}

.quote-link{
    a{
        font-weight: 500;
        color: #2b2b2b;
        margin-right: 9px;
        padding: 10px;
        font-size: 14px;
    }

}
.login-link{
    a{
        font-weight: 500;
        color: #2b2b2b !important;
        margin-right: 9px;
        padding: 10px;
		font-size: 14px;
    }
}
/* .social-icons{
    a{
        padding: 4px;
        margin-right:1px;

        i{
            font-size: 23px;
            background:radial-gradient(rgb(233, 233, 233),rgb(255, 245, 210));
            padding: 4px;
            border-radius: 4px;
            color: #777777;
        }
    }
} */



.header-part.active .header-form {
    background: var(--white);
    border-color: var(--secondry);
}
.header-form {
    width: 70%;
    margin: 0px 50px;
    border-radius: 5px;
    background: var(--chalk);
    border: 2px solid var(--chalk);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
;

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s;
    -moz-transition: all linear 0.3s;
    -ms-transition: all linear 0.3s;
    -o-transition: all linear 0.3s;
}

.header-form input {
    width: 100%;
    height: 30px !important;
    font-size: 15px;
    padding-left: 15px;
	margin-left: 30px;
}

input, button {
    border: none;
    outline: none;
    background: none;
	color: #000;
}