.topwrapper
{
	position:absolute;	
	top: 0;
	z-index: 5;
	width: 100%;
	background-color: transparent;
	background-image: linear-gradient(to bottom, rgba(0 0 0 / 90%), rgba(0 0 0 / 80%), rgba(0 0 0 / 80%), rgba(0 0 0 / 0%));
}
.navigations_wrapper_website
{
	/**/
	top: 0;
	z-index: 5;
	width: 100%;
	background-color: transparent;
	padding: 15px 0;
}
.navigations_wrapper_website .wrapper
{
	max-width: 92%;
	margin-left: auto;
	margin-right: auto;
	padding-top: 0px;
}
.navigations_wrapper_website .nav_logo
{
	position:absolute;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
}
.navigations_wrapper_website .nav_logo .logo
{
	
}
.navigations_wrapper_website .nav_logo .logo img
{
	width: 200px;
}

/*
	==================================
*/
.navigationRow 
{
	align-items: center;
}

.navigations_wrapper_website .nav_navigations
{
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}

.navigations_wrapper_website .nav_navigations .topButtos
{	
	/*display: flex;*/
	/*flex-direction: row;*/
	/*justify-content: flex-end;*/
	/*grid-column-gap: 15px;*/
}
.navigations_wrapper_website .nav_navigations .topButtos a
{
	display: inline-block;
    padding: 14px 17px;
    border-radius: 7px;
    color: var(--white);
}
.navigations_wrapper_website .nav_navigations .topButtos a.btn5
{
	background-color: #fff;
}
.navigations_wrapper_website .nav_navigations .topButtos a.btn6
{
	background-color: #079874;
	background-color: #fdd400;
}
.navigations_wrapper_website .nav_navigations .topButtos a.btn6:hover
{
	background-color: #fdd400;
    color: var(--white) !important;
}
.navigations_wrapper_website .nav_navigations .topButtos a span
{
	font-weight: 600;
	font-size: 16px;
	font-family: "Work Sans", sans-serif;
}
.navigations_wrapper_website .nav_navigations .topButtos a.btn6 span
{
	color: #111;
}
.navigations_wrapper_website .nav_navigations .topButtos a.btn6 i
{
	color: #111;
} 

.navigations_wrapper_website .nav_navigations .topButtos a.btn5 i
{
	color: #111E5B;
}
.navigations_wrapper_website .nav_navigations .topButtos a.btn5 span
{
	color: #111E5B;
}

.navigations_wrapper_website .nav_navigations .topButtos a.btn6:hover i
{
	color: #fff;
}
.navigations_wrapper_website .nav_navigations .topButtos a.btn6:hover span
{
	color: #fff;
}
/*
	==================================
*/
.navigations_wrapper_website .nav_navigations
{
/*	display: flex;
    flex-direction: row;
    justify-content: flex-end;
    grid-column-gap: 30px;*/

}
.navigations_wrapper_website .nav_navigations .navigations
{
	/*margin-top: 25px;*/
}
.navigations_wrapper_website .nav_navigations .navigations .main_ullist
{
	text-align: right;
/*	display: flex;
	flex-direction: row;
	justify-content: flex-end;
	grid-column-gap: 30px;*/
}
.navigations_wrapper_website .nav_navigations .navigations .main_ullist .mainLi 
{
	display: inline-block;
}
.navigations_wrapper_website .nav_navigations .navigations .main_ullist .mainLi:nth-child(1), 
.navigations_wrapper_website .nav_navigations .navigations .main_ullist .mainLi:nth-child(2), 
.navigations_wrapper_website .nav_navigations .navigations .main_ullist .mainLi:nth-child(3) 
{
	float: left;
	margin-right: 55px;
}
.navigations_wrapper_website .nav_navigations .navigations .main_ullist .mainLi:nth-child(4), 
.navigations_wrapper_website .nav_navigations .navigations .main_ullist .mainLi:nth-child(5), 
.navigations_wrapper_website .nav_navigations .navigations .main_ullist .mainLi:nth-child(6) 
{
	margin-left: 55px;
}
.navigations_wrapper_website .nav_navigations .navigations .main_ullist .mainLi  a
{	
	/*text-transform: uppercase;*/
	font-weight: 400;
	font-size: 1rem;
	color: #fff;
	/*text-transform: uppercase;*/
	display: block;
	padding: 0 0 0px;
	/*pointer-events: none;*/
	/*font-family: "Inter", serif;*/
	font-family: "Poppins", serif;
	display: block;
	padding: 10px 0;
	margin: 20px 0;
	text-shadow: 8px 6px 13px rgba(0 0 0 / 50%);
	position: relative;
}
.navigations_wrapper_website .nav_navigations .navigations .main_ullist .mainLi:hover > a,
.navigations_wrapper_website .nav_navigations .navigations .main_ullist .mainLi.active > a
{
	color: #05C46B;
}
.navigations_wrapper_website .nav_navigations .navigations .main_ullist .mainLi.active > a
{
	font-weight: 600;
}
.navigations_wrapper_website .nav_navigations .navigations .main_ullist .mainLi  a:before
{
	content: '';
	position: absolute;
	bottom: -10px;
	left: 0;
	width: 100%;
	height: 2px;
	background-color: #05C46B;
	transition: all .2s;
	opacity: 0;
	visibility: hidden;
}
.navigations_wrapper_website .nav_navigations .navigations .main_ullist .mainLi > a:before
{

}
.navigations_wrapper_website .nav_navigations .navigations .main_ullist .mainLi > a:hover:before,
.navigations_wrapper_website .nav_navigations .navigations .main_ullist .mainLi.active > a:before
{
	bottom: 0;
	opacity: 1;
	visibility: visible;
}
.dropdown01
{
	position: relative;
	z-index: 5;
}
.dropdown01 .submenu1
{
	background-color: #2c9c9b;
		padding-left: 0;
}
@media screen and (min-width: 993px)
{
	.dropdown01 .submenu1
	{
		position: absolute;
		left: 0;
		min-width: 220px;
	}
}

@media screen and (max-width: 480px)
{
	.dropdown01 .submenu1
	{
		display: none;
	}
	.dropdown01 .submenu1 li a
	{
		color: #fff;
		font-size: 14px;
		padding: 7px 15px;
		display: block;
		border-bottom: 1px solid #1fb4ac;
	}
}

@media screen and (min-width: 481px) and (max-width: 576px)
{
	.dropdown01 .submenu1
	{
		display: none;
	}
	.dropdown01 .submenu1 li a
	{
		color: #fff;
		font-size: 14px;
		padding: 7px 15px;
		display: block;
		border-bottom: 1px solid #1fb4ac;
	}
}

@media screen and (min-width: 577px) and (max-width: 767px)
{
	.dropdown01 .submenu1
	{
		display: none;
	}
	.dropdown01 .submenu1 li a
	{
		color: #fff;
		font-size: 14px;
		padding: 7px 15px;
		display: block;
		border-bottom: 1px solid #1fb4ac;
	}
}

@media screen and (min-width: 768px) and (max-width: 992px)
{
	.dropdown01 .submenu1
	{
		display: none;
	}
	.dropdown01 .submenu1 li a
	{
		color: #fff;
		font-size: 14px;
		padding: 7px 15px;
		display: block;
		border-bottom: 1px solid #1fb4ac;
	}
}
.navigations_wrapper_website .nav_navigations .navigations .main_ullist .mainLi.dropdown01 .submenu1
{
	/*padding: 8px;*/
}

@media screen and (min-width: 993px)
{
	.navigations_wrapper_website .nav_navigations .navigations .main_ullist .mainLi.dropdown01 .submenu1
	{
		opacity: 0;
		visibility: hidden;
		min-width: 250px;
	}
	.navigations_wrapper_website .nav_navigations .navigations .main_ullist .mainLi.dropdown01:hover .submenu1
	{
		opacity: 1;
		visibility: visible;
	}
}


/*
	============================================================================
*/

.twoRowwww
{
	display: grid;
    grid-template-columns: repeat(2, 1fr);
    min-width: 350px !important;
    width: 100%;
}
.dropdown01 .submenu1.twoRowwww
{
    left: 50%;
    transform: translateX(-50%);
}
.twoRowwww li 
{

}
.twoRowwww li a
{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-self: center;
	position: relative;
}
.twoRowwww li a .image
{
	width: 100%;
    display: block;
    height: 70px;
    background-size: cover;
    background-position: center;
    position: relative;
}
.twoRowwww li a .image:before
{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: linear-gradient(to bottom,rgba(0 0 0 / 0%),rgba(0 0 0 / 20%),rgba(0 0 0 / 30%),rgba(0 0 0 / 20%),rgba(0 0 0 / 0%));
}
.twoRowwww li a .text
{
	position: absolute;
	top: 50%;
	left: 50%;
	display: block;
	transform: translateY(-50%) translateX(-50%);
	color: #fff;
}
.twoRowwww li a:hover .text
{
	text-decoration: underline;
}
.navigations_wrapper_website .nav_navigations .navigations .main_ullist .mainLi.dropdown01 .submenu1.twoRowwww li a
{
	margin: 0 0;
	padding: 7px 7px;
	font-size: 0.900rem;
	white-space: nowrap;
    font-family: "Rubik", sans-serif;
    text-shadow: 10px 10px 15px rgba(0 0 0 / 20%);
}
/*
	============================================================================
*/


.navigations_wrapper_website .nav_navigations .navigations .main_ullist .mainLi.dropdown01 .submenu1 li a
{
	font-weight: 500;
	/*white-space: nowrap;*/
	display: block;
	color: #333;
	text-transform:capitalize;
	padding: 10px 15px;
	border-bottom: 1px solid #eaeaea;
	transition: .2s all;
	font-size: 14px;
	text-shadow:none;
}
.navigations_wrapper_website .nav_navigations .navigations .main_ullist .mainLi.dropdown01 .submenu1 li:last-child a
{
	border-bottom: 0px;
}
.navigations_wrapper_website .nav_navigations .navigations .main_ullist .mainLi.dropdown01 .submenu1 li:hover a
{
	/*background-color: #1A2A7B;*/
	color:#FDD400;
	background-color: #fff;
}
@media screen and (min-width: 993px)
{
	.navigations_wrapper_website .nav_navigations .navigations .main_ullist .mainLi.dropdown01 .submenu1
	{
		background-color: #fff !important;
	}
}

/*
	========================================
*/

@media screen and (max-width: 576px)
{
	.navigations_wrapper_website .nav_logo .logo img
	{
		width: 200px !important;
	}
}

@media screen and (min-width: 577px) and (max-width: 767px)
{
	.navigations_wrapper_website .nav_logo .logo img
	{
		width: 200px !important;
	}
}

@media screen and (min-width: 768px) and (max-width: 992px)
{
	.navigations_wrapper_website .nav_logo .logo img
	{
		width: 250px !important;
	}
}

/*
	========================================
*/

.topButtos
{

}
.topButtos .seaerch_buttons
{
	flex: 0 0 auto;
}
.topButtos .seaerch_buttons form
{
	width: 320px;
	position: relative;
}
.topButtos .seaerch_buttons form .textinput
{
    width: 100%;
    background-color: transparent;
    border: 3px solid #fff;
    padding: 8px 18px;
    border-radius: 25px;
    padding-right: 42px;

   color: #fff;
   font-family: "Outfit", serif;
   font-size: 16px;
   font-weight: 300;
}
.topButtos .seaerch_buttons form .textinput:focus
{
	box-shadow: none;
}
.topButtos .seaerch_buttons form .form-submits
{
    position: absolute;
    top: 3px;
    right: 9px;
    border: 0px;
    background-color: transparent;
    color: var(--white);
    font-family: bootstrap-icons !important;
    font-size: 22px;
    cursor: pointer;
}

.topButtos .seaerch_buttons form .textinput::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #ccc;
  font-family: "Outfit", serif;
  font-size: 16px;
  font-weight: 400;
}
.topButtos .seaerch_buttons form .textinput::-moz-placeholder { /* Firefox 19+ */
  color: #ccc;
  font-family: "Outfit", serif;
  font-size: 16px;
  font-weight: 400;
}
.topButtos .seaerch_buttons form .textinput:-ms-input-placeholder { /* IE 10+ */
  color: #ccc;
  font-family: "Outfit", serif;
  font-size: 16px;
  font-weight: 400;
}
.topButtos .seaerch_buttons form .textinput:-moz-placeholder { /* Firefox 18- */
  color: #ccc;
  font-family: "Outfit", serif;
  font-size: 16px;
  font-weight: 400;
}



/*
	======================================
*/

.topbars
{
	width: 100%;
	background-color: var(--color1);
	background-color: #492058;
	background-color: #0B565F;
}
.topbars .wrapeprs
{	
	width: 100%;
	padding: 10px 80px;
}
.topbars .wrapeprs .top-infos
{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.topbars .wrapeprs .top-infos .new-left
{

}
.topbars .wrapeprs .top-infos .new-left h6
{
	margin-bottom: 0;
	color: var(--white);
	font-size: 14px;
	font-weight: 500;
	text-transform: capitalize;
}

.topbars .wrapeprs .top-infos .left
{
	display: inline-flex;
}
.topbars .wrapeprs .top-infos .left a
{
	color: var(--white);
	font-size: 14px;
	font-weight: 400;
	margin-right: 10px;
	padding-right: 10px;
}
.topbars .wrapeprs .top-infos .left a:last-child
{
	margin-right: 0;
	padding-right: 0;
}

.topbars .wrapeprs .top-infos .left a:after
{
	content: '|';
	color: #fff;
	margin-left: 7px;
}
.topbars .wrapeprs .top-infos .left a:last-child:after
{
	display: none;
}

.topBar .content_top .anchors .social-media
{
	margin-left: 50px;
	/*display: none !important;*/
}

/*
	=============================
*/
.topbars .wrapeprs .top-infos .right a
{
	color: var(--white);
	font-size: 17px;
	margin-right: 3px;
	display: inline-block;
}
.topbars .wrapeprs .top-infos .right a img
{
	width: 30px;
}


/*
	======================================
*/


.navigation .nav-container .navigation-row
{

}



/*
	******************************************
*/

.topBar
{
	/*background-image: linear-gradient(45deg, #0a505b, #1ea191, #0a505b);*/
	background-color:rgb(119 119 119 / 40%);
	padding: 15px 0;
	border-bottom: 1px solid #cccccc21;
}
.topBar .content_top
{
	display: flex;
	justify-content: flex-end;
}
.topBar .content_top .main-span
{
	margin:0 8px;
	color: #111;
	color: #fff !important;
	font-size: 15px;
	letter-spacing: 0px;
	position: relative;
	font-weight: 500;
	font-family: "Inter", serif;
}

.topBar .content_top .main-span.phone
{
	display: inline-flex;
	    font-family: "Inter", serif;
}
.topBar .content_top .main-span.phone i
{
	color: var(--white);
	margin-right: 3px;
}

.topBar .content_top .main-span.phone:first-child
{
	color: #fff;
}

.topBar .content_top .links
{
	margin:0 8px;
	color: #111;
	font-size: 16px;
	letter-spacing: 0px;
	position: relative;
	font-weight: 400;
	text-transform: capitalize;
	margin-right: 20px;
}
.topBar .content_top .links:hover
{
	color: #901D78;
}
.topBar .content_top .links:after
{
	content: '|';
    position: absolute;
    right: -12px;
    top: 50%;
    transform: translateY(-50%);
}
.topBar .content_top .links:last-child:after
{
	/*display: none;*/
}
.topBar .content_top .anchors
{
	display: flex;
}
.topBar .content_top .anchors .social-media
{
	padding-left: 5px;
	display: flex;
	grid-column-gap: 10px;
}
.topBar .content_top .anchors .social-media a
{
	color: #fff;
}
.topBar .content_top .anchors .social-media a:hover
{
	color: #fff;
}

a
{
	/*pointer-events: none;*/
}


/*
	==================================
*/


#closeNavigation
{
	position: fixed;
	top: -105%;
	left: 0;
	width: 100%;
	z-index: 5;
	transition: .2s all;
	background-color: rgba(0 0 0 / 60%);
	background-color: #0A3869;
}
#closeNavigation.showNavigations
{
	top: 0%;
}
#closeNavigation .navigations_wrapper_website .nav_logo .logo img
{
	width: 100px;
}
.navigations_wrapper_website:hover
{
	/*background-color: #0A3869;*/
}