/* *-*-*-*-*-*-*-*-*-	Header Section *-*-*-*-*-*-*-*-*- */
.sticky{
	position: fixed !important;
	width: 100%;
	max-width: 100% !important;
	top: 0;
	z-index: 999 !important;
}
.header-sec .header-menu-col{
	display: flex;
}
.header-sec form .wp-block-search__inside-wrapper {
	position: relative;
  padding: 0;
}
.header-sec form input[type="search"]{
	border-radius: 0;
	border: none;
	border-bottom: 1px solid #e3e3e3;
	padding: 10px 0px;
	background-color: #fff9f9;
	padding-right: 30px;
}
.header-sec form input[type="search"]::placeholder{
	color: #AEAEAE;
}
.header-sec form button[type="submit"]{
	border-radius: 0;
	position: absolute;
	right: 0;
	margin: 0 !important;
	top: 0;
	padding: 0;
	height: 45px;

	background-color: transparent;
	transform: rotateY(180deg);
	display: flex;
	align-items: center;
	justify-content: start;
}
.header-sec form button[type="submit"] svg{
	font-size: 20px;
}
.header-sec nav ul li a span{
	font-family: Barlow Condensed;
	font-size: 20px;
	font-weight: 600;
	line-height: 25px;
	letter-spacing: 0px;
}
.header-sec .toggle_body{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 999;
	display: none;
}
.toggle_body .toggle_row{
	height: 100%;
}
.toggle_body .gutentor-text-wrap a{
	text-decoration: none;
}
.header-menu-col .header_toggle{
	cursor: pointer;
}
.header-sec .toggle_row .content{
  overflow-x: scroll;
	height: 100%;
}
/* *-*-*-*-*-*-*-*- Footer Section -*-*-*-*-*-*-*-*- */
.return_top{
	position: fixed;
  right: 20px;
  bottom: 20px;
	z-index: 10;
}
.footer_row_one form input[type="email"],
.toggle_body form input[type="email"]{
	border: 1px solid #efefef;
    width: 100%;
    border-radius: 8px;
    padding: 13px;
    outline: none;
}
.footer_row_one form input[type="email"]::placeholder,
.toggle_body form input[type="email"]::placeholder{
	font-family: Roboto Flex;
	font-size: 16px;
	font-weight: 400;
	line-height: 23px;
	letter-spacing: 0.05em;

}
.footer_row_one form input[type="submit"],
.toggle_body form input[type="submit"]{
	font-family: 'Oswald', sans-serif;
	font-size: 16px;
	font-weight: 600;
	line-height: 30px;
	letter-spacing: 1.5px;
	text-align: center;
	padding: 10px 30px;
	text-transform: uppercase;
	border-radius: 10px;
	background: #fff;
	box-shadow: 4px 4px 6px 0px #b2b2b2;
	color: #1a1a1a;
	margin-top: 20px;
	margin-bottom: 40px;
	transition: 0.5s all;
	}
.footer_row_one form input[type="submit"]:hover,
.toggle_body form input[type="submit"]:hover{
	background: #0A2127;
	color: #fff;
}
.footer_sec .footer_row_one .col_one{
	position: relative;
}
.footer_sec .footer_row_one .col_one:after{
	content: '';
	background: #767676;
	width: 2px;
	height: 108%;
	position: absolute;
	right: 0;
	top: 0;
}
.footer_sec .footer_row_one nav ul{
	row-gap: 10px;
}
.footer_sec .footer_row_one nav ul li{
	width: 100%;
}
.footer_sec .footer_row_one nav ul li a span{
	font-size: 18px;
  color: #494a48;
  line-height: 20px;
  font-weight: 400;
  font-style: normal;
  font-family: "Roboto Flex",Sans-serif;
  letter-spacing: 0.5px;
}
