@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;500&display=swap');
.menu_cont {
	display: flex;
    justify-content: center;
	height:1300px;
}
.menu_cont ul li {
	color:White;
}
.gl_pop {
	position:fixed;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	background-color: #000000e0;
    z-index: 1000;
}
.gl_pop .pop_cont {
	display: flex;
	align-items: center;
    width: 600px;
    margin: 0 auto;
    height: 100%;
	max-width:100%;
}
.gl_pop .pop_ov {
	position:relative;
}
.gl_pop .pop_img {
	border:5px solid white;
}
.gl_pop .gl_pop_close {
  background-image: url(data:image/svg+xml;utf8,<svg\ xmlns=\'http://www.w3.org/2000/svg\'\ width=\'53.7\'\ height=\'53.7\'\ viewBox=\'0\ 0\ 53.7\ 53.7\'><path\ opacity=\'1\'\ fill=\'white\'\ d=\'M35.6\ 34.4L28\ 26.8l7.6-7.6c.2-.2.2-.5\ 0-.7l-.5-.5c-.2-.2-.5-.2-.7\ 0l-7.6\ 7.6-7.5-7.6c-.2-.2-.5-.2-.7\ 0l-.6.6c-.2.2-.2.5\ 0\ .7l7.6\ 7.6-7.6\ 7.5c-.2.2-.2.5\ 0\ .7l.5.5c.2.2.5.2.7\ 0l7.6-7.6\ 7.6\ 7.6c.2.2.5.2.7\ 0l.5-.5c.2-.2.2-.5\ 0-.7z\'/></svg>);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  cursor: pointer;
  padding-left: 5px;
  width: 35px;
  height: 35px;
      position: absolute;
    right: -15px;
    top: -15px;
    background-color: #666666;
    border-radius: 50%
}
img {
	max-width:100%;
}
body {
	/*background-color:#1f1f1f;*/
	background-color:white;
	padding-top: 130px;
	font-family: 'Poppins', sans-serif;
}
header {
	display: flex;
    justify-content: space-between;
    align-items: center;
	padding: 10px 0px;
}
header .logo {
	max-height:80px;
}
header .logo a {
display: inline-block;
    background-color: white;
    border-radius: 20px;
    padding-bottom: 10px;
    box-shadow: 0px 1px 0px 0px rgb(0 0 0 / 8%);
	-webkit-box-shadow: 0px 1px 0px 0px rgb(0 0 0 / 8%);
	-moz-box-shadow: 0px 1px 0px 0px rgb(0 0 0 / 8%);
}
header .logo img {
	height:70px;
}
footer {
	color: white;
    padding: 20px;
	text-align:center;
	background-color:#1f1f1f;
}
footer a {
	text-decoration:none;
	color:white; 
}
ul.nav li, .mo_nav li{
	margin-left: 20px;
    font-family: 'Poppins', sans-serif;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: bold;
}
ul.nav li a, .mo_nav li a {
	text-decoration:none;
	color:#333;
}
.mo_burger {
	display:none;
}
.hidden {
	display:none;
}
.mo_nav {
	list-style: none;
	padding:0px;
	margin:0px;
}
.mo_nav li {
    margin: 0px;
    padding: 10px 0px;
    border-bottom: 1px solid #efefef;
}
.mo_menu {
	background-color:white;
}
.header_cont {
	background-color: white;
	z-index:200;
	position:fixed;
	width:100%;
	top:0px;
	left:0px;
	box-shadow: 0 .125rem .25rem rgba(0,0,0,.075)!important;
	-webkit-box-shadow: 0 .125rem .25rem rgba(0,0,0,.075)!important;
	-moz-box-shadow: 0 .125rem .25rem rgba(0,0,0,.075)!important;
	-o-box-shadow: 0 .125rem .25rem rgba(0,0,0,.075)!important;
}
.in_map {
	max-width:100%;
	width:100%;
}
.nav_top_base, .nav_top_base_mob{
	background-color: #000000;
    padding: 5px 0px;
    font-color: #ffffff;
}
.nav_top {
	font-family: 'Poppins', sans-serif;
	font-weight:500;
	font-size: .875em;
	color:#333;
}
.nav_top a {
	text-decoration:none;
	color:#333;
}
.nav_top_base_mob {
	display:none;
	padding:7px 0px;
}
.nav_top_base_mob a {
	text-decoration:none;
	color:white;
}
.nav_top_base_mob a span, .nav_top_base_mob a {
	color:white !important;
}
.nav_top_mob {
	display: flex;
    justify-content: space-between;
    align-items: center;
}
.nav_top_base_mob.blue {
	background-color:#000000;
	color:white;
	font-family: 'Poppins', sans-serif;
	font-weight:500;
}
.in_fresh {
	background-color: #000000;
    padding: 20px;
    text-align: center;
}
.in_fresh h3 {
	font-weight: 300;
    color: #000000;
	font-size: 40px;
}
.in_fresh .choices span {
	margin-right:20px;
	font-size: 25px;
}
.in_fresh .choices span:last-child {
	margin-right:0px;
}
.in_fresh .choices span i {
	margin-right:5px;
}
.in_about {
	padding: 40px 0px;
	display:flex;
}
.in_about .left {
	max-width:600px;
}
.in_about .right {
	padding-left:40px;
}
.in_about .right h1 {
	font-size: 77px;
}
.in_about .right p {
	font-weight: 300;
    font-size: 39px;
}
.contact_base {
	padding:60px 0px;
}
.contact_item {
	display:flex;
	width:100%;
	justify-content:center;
}
.contact_item .contact_item_one {
	display:flex;
}
.contact_item i {
width: 40px;
    height: 40px;
    border-radius: 50px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    color: #fff;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: rgba(224, 30, 60, 0.15);
    color: #e01e3c;
    border: 2px solid #e01e3c;
	margin-right:20px;
}
.contact_item .contact_right {
	max-width:240px;
}
.contact_item a {
	text-decoration:none;
}
.contact_form_base {
	padding-bottom:60px;
}
.contact_form {
	display:flex;
	justify-content:space-between;
}
.contact_form .right {
	height: auto;
    min-width: 650px;
	background-size:cover;
}
.contact_form .left {
	padding:30px;
	width:100%;
}
.form-group.required label:after {
	content:"*";
	color:red;
}
.contact_button {
	background: #e01e3c;
    color: #fff!important;
    border: none!important;
    padding: 15px 30px!important;
    border-radius: 4px!important;
	transition:all 0.5s;
}
.contact_button:hover {
	opacity:0.7;
}
.top_title {
	text-align: center;
    padding: 50px 0px;
    background-size: cover;
	position:relative;
	color:#333;
}
.top_title > *:not(.tt_overlay) {
	position:relative;
}
.top_title h1 {
}
.top_title p {
	font-weight:300;
}
.tt_overlay {
	position: absolute;
    top: 0px;
    width: 100%;
    height: 100%;
    left: 0px;
    background-color: #00000061;
}
.tab_base_top {
	padding-bottom:60px;
	padding-left:0px;
	padding-right:0px;
}
.tab_base {
	padding:30px;
	width:85%;
	max-width:100%;
	margin: 0 auto;
	border: 1px solid #ededed;
    box-shadow: 0px 1px 2px 0px #c9c9c9;
	-webkit-box-shadow: 0px 1px 2px 0px #c9c9c9;
	-moz-box-shadow: 0px 1px 2px 0px #c9c9c9;
}
.menu_frame {
	width:100%;
	height:939px;
}
.tab_base .nav-link {
	color:#333;
}
.nopadding {
   padding: 0 !important;
   margin: 0 !important;
}