/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
:root {
	scroll-behavior: smooth;
}

body {
	color: rgba(var(--color-primary-rgb), 1);
}
.bordernone{ border-width:0px !important;}
a {
	color: var(--color-links);
	text-decoration: none;
}

a:hover {
	color: var(--color-links-hover);
	text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: var(--font-primary);
}

#main {
	margin-top: 104px;
}

ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

img, svg {
	vertical-align: middle;
	width: auto;
	max-width: 100%;
}
.img-list-section img {
	width: 100%;
}

.nav-link-purple {
    border: solid 2px #fff;
    background: rgba(112, 47, 160) !important;
    background: linear-gradient(0deg, rgba(112, 47, 160, 1) 0%, rgba(112, 47, 160, 1) 59%, rgb(0 0 0) 100%) !important;
}
.nav-link-five{
	color: #fff !important;
	background: rgb(68, 84, 105) !important;
    background: linear-gradient(0deg, rgba(68, 84, 105, 1) 0%, rgba(68, 84, 105, 1) 59%, rgb(0 0 0) 100%) !important;
}
.custom-navbar ul li.nav-item a.btn-gray-900 {
    background-color: rgba(82, 82, 82, 1);
    background: linear-gradient(0deg, rgba(82, 82, 82, 1) 0%, rgba(82, 82, 82, 1) 59%, rgb(28 28 28) 100%) !important;
}

a.nav-link.btn-gray-light {
    background: rgba(223 224 229);
    background: linear-gradient(0deg, rgb(223 224 229) 0%, rgb(223 224 229) 59%, rgb(185 185 185) 100%) !important;
}

.dropdown-arrow {
	position: relative;
	display: flex;
  }
  .dropdown-arrow:after {
	content: "\f282";
	display: inline-block;
	font-family: bootstrap-icons !important;
	font-style: normal;
	font-weight: normal !important;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	font-size: 14px;
	color: #fff;
  }

  ul.imglist li img{
	padding-bottom: 10px;
  }
  .navbar .dropdown ul a {
    justify-content: flex-start;
}

.navlink-dark-gray {
    background: #222833 !important;
}

/*--------------------------------------------------------------
# History Page 
--------------------------------------------------------------*/

#historypage {
	margin-top: 160px;
}

#historypage p {
	color: #1d1c39;
}

#historypage figcaption {
	text-align: center;
}

#historypage figcaption span {
	font-weight: bold;
	color: #1d1c39;
	padding: 10px 0px;
	display: block;
}

/*--------------------------------------------------------------
# History Page Close
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Sections & Section Header
--------------------------------------------------------------*/
section {
	padding: 0px 0;
	/* padding: 40px 0; */
	overflow: hidden;
}

.section-header {
	border-bottom: 2px solid var(--color-black);
}

.section-header h2 {
	font-size: 50px;
	color: var(--color-black);
}

.section-header p {
	margin-bottom: 0;
}


ul.logindetails {
	list-style: none;
	float: right;
	margin-bottom: 0px;
	margin-top: -10px;
}

ul.logindetails li {
	display: inline;
	padding-left: 30px;
}

ul.logindetails li:last-child {
	padding-left: 35px;
}


ul.logindetails li a {
	color: var(--color-white);
	font-weight: bold;
	font-size: 14px;
}

ul.logindetails li a:hover {
	color: #00f;
	font-weight: bold;
}

.btn-outline-success {
	font-family: var(--font-default);
}

.form-control.me-2 {
	border: 2px solid var(--color-default);
}

.form-control.me-2,
.form-control.me-2.active,
.form-control.me-2:focus {
	border: 2px solid var(--color-default);
	border-right: 1px;
	margin-right: 0px !important;
	border-radius: 4px 0px 0px 4px !important;
}

.btn-outline-success {
	border: 2px solid var(--color-default);
	color: var(--color-default);
	border-radius: 0px 4px 4px 0px !important;
}

.btn-outline-success:hover {
	background-color: var(--color-default);
	border: 2px solid var(--color-default);
}

/*--------------------------------------------------------------
# Scroll top button
--------------------------------------------------------------*/
.scroll-top {
	position: fixed;
	visibility: hidden;
	opacity: 0;
	right: 15px;
	bottom: 15px;
	z-index: 99999;
	background: var(--color-primary);
	width: 40px;
	height: 40px;
	border-radius: 4px;
	transition: all 0.4s;
}

.scroll-top i {
	font-size: 24px;
	color: #fff;
	line-height: 0;
}

.scroll-top:hover {
	background: rgba(var(--color-primary-rgb), 0.8);
	color: #fff;
}

.scroll-top.active {
	visibility: visible;
	opacity: 1;
}

/*--------------------------------------------------------------
# Page title
--------------------------------------------------------------*/
.page-title {
	font-size: 70px;
	color: var(--color-black);
}

/* Form Input Fieldds */
.form-control:active,
.form-control:focus {
	outline: none;
	box-shadow: none;
	border-color: var(--color-black);
}

.btn:active,
.btn:focus {
	outline: none;
}

.btn.btn-primary {
	background-color: var(--color-black);
	color: var(--color-white);
	border-color: var(--color-black);
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.header {
	/* height: 145px; */
	transition: all 0.5s;
	z-index: 997;
	background: #1d1c39;
	padding: 2% 0% 0%;
}

/* .header.sticked {
	height: 145px;
} */

.header .logo img {
	/* max-height: 40px; */
	margin-right: 6px;
}

.header .logo h1 {
	font-size: 28px;
	font-weight: 700;
	color: var(--color-default);
	font-family: var(--font-primary);
	background-color: #fff;
	border-radius: 100%;
	padding: 14px 36px;
	margin: 0;
	-webkit-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.50);
	-moz-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.50);
	box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.50);
}

.search-form-wrap {
	position: absolute;
	right: 0;
	top: 0;
	z-index: 9;
	transition: 0.3s all ease;
	visibility: hidden;
	opacity: 0;
}

.search-form-wrap .search-form {
	position: relative;
}

.search-form-wrap .search-form .form-control {
	width: 300px;
	border: none;
	box-shadow: 0 15px 20px -10px rgba(var(--color-black-rgb), 0.1);
	padding-left: 40px;
	padding-right: 40px;
}

.search-form-wrap .search-form .form-control:active,
.search-form-wrap .search-form .form-control:focus {
	outline: none;
	box-shadow: none;
}

.search-form-wrap .search-form .icon {
	position: absolute;
	left: 0;
	top: 7px;
	opacity: 0.5;
	left: 10px;
}

.search-form-wrap .search-form .btn {
	position: absolute;
	top: 2px;
	right: 4px;
	padding: 0;
	margin: 0;
	line-height: 1;
	font-size: 30px;
}

.search-form-wrap .search-form .btn:active,
.search-form-wrap .search-form .btn:focus {
	outline: none;
	box-shadow: none;
}

.search-form-wrap.active {
	visibility: visible;
	opacity: 1;
}

section {
	scroll-margin-top: 70px;
}

.dropdown-menu.select-reaction.show{
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
  border-radius: 4px;
  background: #1d1c39;
  color: #fff;
  top: -5px !important;
  /* width: 280px; */
}





/*--------------------------------------------------------------
# Desktop Navigation 
--------------------------------------------------------------*/
@media (min-width: 1024px) {
	.navbar-container {
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	/* .announcement-page .navbar {
		width: 75%;
	} */

	.header .scrollbarnav {
		display: flex;
		justify-content: end;
		overflow-y: auto;
		white-space: nowrap;
		-webkit-overflow-scrolling: touch;
		padding-bottom: 14px;
		max-width: calc(100% - 30%);
	}

	.nav .touch-only {
		display: none;
		left: -10px;
	}

	.header .scrollbarnav {
		position: inherit;
	}

	.scrollbarnav .custom-nav {
		width: 100%;
	}

	.navwrap ul>li.dropdown {
		position: static;
	}

	.navbar {
		padding: 0;
	}

	.navbar>ul {
		margin: 0;
		padding: 0;
		display: flex;
		list-style: none;
		align-items: center;
	}

	.navbar li.dropdown {
		position: static;
	}

	.navbar a,
	.navbar a:focus {
		display: flex;
		align-items: center;
		justify-content: space-between;
		padding: 10px 10px 10px 20px;
		font-family: var(--font-default);
		font-size: 16px;
		font-weight: 500;
		color: rgba(var(--color-default), 1);
		white-space: nowrap;
		transition: 0.3s;
		color: var(--color-white);
	}

	.navbar a i,
	.navbar a:focus i {
		font-size: 16px;
		line-height: 0;
		margin-left: 5px;
    	margin-right: -10px;
	}

	.navbar a:hover,
	.navbar .active,
	.navbar .active:focus,
	.navbar li:hover>a {
		color: var(--color-white);
	}

	.navbar .getstarted,
	.navbar .getstarted:focus {
		background: var(--color-primary);
		padding: 8px 20px;
		margin-left: 30px;
		border-radius: 4px;
		color: var(--color-white);
	}

	.navbar .getstarted:hover,
	.navbar .getstarted:focus:hover {
		color: var(--color-white);
		background: rgba(var(--color-primary-rgb), 0.8);
	}

	.navbar .dropdown ul {
		display: block;
		position: absolute;
		left: 14px;
		top: calc(100% + 30px);
		margin: 0;
		padding: 10px 0;
		z-index: 104;
		opacity: 0;
		visibility: hidden;
		background: var(--color-white);
		box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
		/* transition: 0.3s; */
		border-radius: 4px;
		height: 408px;
		overflow-y: scroll;
		background: #1d1c39;
		overflow-x: hidden;
		z-index: 104;
		left: -999em;
		top: 0;
		opacity: 0;
		/* transition: opacity 0.5s, left 0s 0.5s, top 0.5s; */
	}

	.navbar .dropdown ul li {
		min-width: 200px;
	}

	.navbar .dropdown ul a {
		padding: 2px 15px;
		font-size: 15px;
		text-transform: none;
		font-weight: 400;
	}

	.navbar .dropdown ul a i {
		font-size: 12px;
	}

	.navbar .dropdown ul a:hover,
	.navbar .dropdown ul .active:hover,
	.navbar .dropdown ul li:hover>a {
		color: var(--color-white);
		background: #131228;
	}

	.navbar .dropdown:hover>ul {
		opacity: 1;
		visibility: visible;
		left: auto;
		top: auto;
	}

	.navbar .dropdown .dropdown ul {
		top: 0;
		left: calc(100% - 30px);
		visibility: hidden;
	}

	.navbar .dropdown .dropdown:hover>ul {
		opacity: 1;
		top: 0;
		left: 100%;
		visibility: visible;
	}
}

@media (min-width: 1024px) and (max-width: 1366px) {
	.navbar .dropdown .dropdown ul {
		left: -90%;
	}

	.navbar .dropdown .dropdown:hover>ul {
		left: -100%;
	}
}

.mobile-nav-toggle {
	display: none;
}


/* Dropdown Button */
.dropbtn {
	color: white;
	font-size: 14px;
	border: none;
	transition: 0.3s;
	background: no-repeat;
}

/* The container <div> - needed to position the dropdown content */
.dropdownbtn {
	position: static;
	display: inline-block;
	margin-right: 20px;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
	display: none;
	position: absolute;
	min-width: 110px;
	z-index: 1;
	background: var(--color-white);
	transition: all 0.5s ease-in-out;
	box-shadow: 0px 0px 30px rgba(var(--color-black-rgb), 0.1);
}

/* Links inside the dropdown */
.dropdown-content a {
	padding: 4px 16px;
	text-decoration: none;
	display: block;
	font-size: 13px;
	color: #fff;
	padding: 10px 15px;

}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {
	background-color: #131228;
}

/* Show the dropdown menu on hover */
.dropdownbtn:hover .dropdown-content {
	display: block;
	background: #1d1c39;
	transition: all 0.5s ease-in-out;
	border-radius: 4px;
	overflow: hidden;
	left: auto;
	right: 30px;
	box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25) !important;
}


.VIpgJd-ZVi9od-ORHb-OEVmcd {
	display: none;
}


.logo {
	margin-left: 0px;
	display: flex;
	margin-top: 0px;
}

@media (max-width:1200px) {
	.logo {
		margin-left: -30px;
	}
}

@media (max-width:1024px) {
	.logo {
		margin-left: -30px;
	}
}

@media (max-width:992px) {
	.logo {
		margin-left: -20px;
	}
}

@media (max-width:767px) {
	.logo {
		margin-left: 0px;
		margin-top: -40px;
	}

	#main {
		margin-top: 75px;
	}
}


/*--------------------------------------------------------------
# Mobile Navigation
--------------------------------------------------------------*/
@media (max-width: 1024px) {
	.header {
		height: 105px;
	}

	.navbar {
		padding: 0;
		z-index: 9997;
	}

	.navbar ul {
		display: none;
		position: absolute;
		inset: 55px 15px 15px 15px;
		padding: 10px 0;
		margin: 0;
		border-radius: 10px;
		background-color: #1d1c39;
		overflow-y: auto;
		transition: 0.3s;
		z-index: 9998;
		margin-left: 0%;
	}

	.navbar a,
	.navbar a:focus {
		display: flex;
		align-items: center;
		justify-content: space-between;
		padding: 10px 20px;
		font-family: var(--font-primary);
		font-size: 15px;
		font-weight: 600;
		color: var(--color-white);
		white-space: nowrap;
		transition: 0.3s;
	}

	.navbar a i,
	.navbar a:focus i {
		font-size: 12px;
		line-height: 0;
		margin-left: 5px;
	}

	.navbar a:hover,
	.navbar .active,
	.navbar .active:focus,
	.navbar li:hover>a {
		color: var(--color-white);
		background: #131228;
	}

	.navbar .dropdown ul,
	.navbar .dropdown .dropdown ul {
		position: static;
		display: none;
		z-index: 99;
		padding: 10px 0;
		margin: 10px 20px;
		background: #131228;
		transition: all 0.5s ease-in-out;
		box-shadow: 0px 0px 30px rgba(var(--color-black-rgb), 0.1);
	}

	.navbar .dropdown>.dropdown-active,
	.navbar .dropdown .dropdown>.dropdown-active {
		display: block;
	}

	.mobile-nav-toggle {
		display: inline-block;
		color: var(--color-secondary);
		font-size: 28px;
		cursor: pointer;
		line-height: 0;
		right: 23px;
		position: absolute;
		transition: 0.5s;
		top: 35px;
	}


	.mobile-nav-toggle.bi-x {
		color: var(--color-black);
	}


	.mobile-nav-active {
		overflow: hidden;
	}

	.mobile-nav-active .mobile-nav-toggle {
		position: fixed;
		top: 35px;
		right: 23px;
		z-index: 9999;
		color: var(--color-white);
	}

	.mobile-nav-active .navbar {
		position: fixed;
		overflow: hidden;
		inset: 0;
		background: rgba(var(--color-black-rgb), 0.6);
		transition: 0.3s;
	}

	.mobile-nav-active .navbar>ul {
		display: block;
	}

	.header .container-fluid.mb-3 {
		margin: 0px !important;
	}

	.dropdownbtn {
		/* position: relative; */
		/* top: 37px;
		right: 50px; */
		margin-top: 26px;
		margin-right: 50px;
	}
	.dropdownbtn:hover .dropdown-content {
		right: 50px;
	}

	.header.sticked {
		height: 90px;
	}

}


/*--------------------------------------------------------------
# Earth Rotation
--------------------------------------------------------------*/


#earthrotation {
	background: black url(http://fc01.deviantart.net/fs71/f/2012/160/b/9/stars_by_paulinemoss-d52un4e.jpg);
	animation: stars 205s linear alternate;
	padding: 8px 0px;

}

#box {
	background: url('../img/earth2.png');
	/* background:url(https://i.imgur.com/bYSnuNE.jpg?1); */
	background-size: cover;
	/* border:2px solid #000; */
	border-radius: 50%;
	width: 200px;
	height: 200px;
	animation: movimiento 10s linear 0s infinite;
	box-shadow: 0 0 25px RGBA(255, 255, 255, 0.10),
		-8px -8px 15px #000 inset,
		2px 2px 25px #000 inset,
		-45px -45px 25px RGBA(0, 0, 0, 0.5) inset,
		25px 25px 45px RGBA(0, 0, 0, 0.45) inset;
	margin: 6em auto;
	transform: rotateX(6deg) rotateY(6deg) rotateZ(6deg);
}

@keyframes movimiento {
	0% {
		background-position: 0 0
	}

	100% {
		background-position: 355px 0
	}
}

@keyframes stars {
	0% {
		background-position: 0 0
	}

	100% {
		background-position: 0 100%
	}
}

/*--------------------------------------------------------------
# Posts
--------------------------------------------------------------*/
.post-entry-1 {
	margin-bottom: 30px;
}

.post-entry-1 img {
	margin-bottom: 30px;
}

.post-entry-1 h2 {
	margin-bottom: 20px;
	font-size: 20px;
	font-weight: 500;
	line-height: 1.2;
	font-weight: 500;
}

.post-entry-1 h2 a {
	color: var(--color-black);
}

.post-entry-1.lg h2 {
	font-size: 40px;
	line-height: 1;
}

.post-meta {
	font-size: 11px;
	letter-spacing: 0.07rem;
	text-transform: uppercase;
	font-weight: 600;
	font-family: var(--font-secondary);
	color: rgba(var(--color-black-rgb), 0.4);
	margin-bottom: 10px;
}

@media (max-width: 768px) {
	.custom-border {
		border: none !important;
	}
}

.author .photo {
	margin-right: 10px;
}

.author .photo img {
	width: 40px;
	border-radius: 50%;
	margin-bottom: 0;
}

.author .name h3 {
	margin: 0;
	padding: 0;
	font-size: 15px;
	font-family: var(--font-secondary);
}

.trending {
	border: 1px solid rgba(var(--color-black-rgb), 0.1);
}

.trending>h3 {
	color: var(--color-black);
	padding: 20px;
	border-bottom: 1px solid rgba(var(--color-black-rgb), 0.1);
}

.trending .trending-post {
	padding: 0;
	margin: 0;
}

.trending .trending-post li {
	padding: 0;
	margin: 0;
	list-style: none;
	display: block;
}

.trending .trending-post li a {
	display: block;
	padding: 20px;
	border-bottom: 1px solid rgba(var(--color-black-rgb), 0.1);
	position: relative;
	overflow: hidden;
}

.trending .trending-post li a .number {
	position: absolute;
	z-index: -1;
	font-size: 5rem;
	left: -10px;
	top: -20px;
	font-weight: 700;
	color: rgba(var(--color-black-rgb), 0.05);
}

.trending .trending-post li a h3 {
	font-size: 18px;
	color: rgba(var(--color-black-rgb), 0.9);
}

.trending .trending-post li a .author {
	color: rgba(var(--color-black-rgb), 0.7);
	font-weight: 500;
}

.trending .trending-post li a:hover h3 {
	color: rgba(var(--color-black-rgb), 1);
}

.trending .trending-post li:last-child a {
	border-bottom: none;
}

.post-entry-2 {
	margin-bottom: 30px;
}

.post-entry-2 .post-meta {
	font-size: 11px;
	letter-spacing: 0.07rem;
	text-transform: uppercase;
	font-weight: 600;
	font-family: var(--font-secondary);
	color: rgba(var(--color-black-rgb), 0.4);
	margin-bottom: 10px;
}

.post-entry-2 .author {
	color: rgba(var(--color-black-rgb), 0.7);
	font-weight: 500;
	margin-bottom: 20px;
	display: block;
}

.post-entry-2 .thumbnail {
	flex: 0 0 65%;
}

@media (max-width: 960px) {
	.post-entry-2 .thumbnail {
		flex: 0 0 100%;
		margin-bottom: 20px;
	}
}

.post-entry-2.half .thumbnail {
	flex: 0 0 50%;
}

@media (max-width: 768px) {
	.post-entry-2.half .thumbnail {
		flex: 0 0 100%;
		margin-bottom: 20px;
	}
}

.post-entry-2.small-img .thumbnail {
	flex: 0 0 30%;
}

@media (max-width: 768px) {
	.post-entry-2.small-img .thumbnail {
		flex: 0 0 100%;
		margin-bottom: 20px;
	}
}

.img-bg {
	width: 100%;
	height: 900px;
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
	background-position: center center;
}

@media (max-width: 768px) {
	.img-bg {
		height: 400px;
	}
}

.img-bg:before {
	position: absolute;
	content: "";
	background: rgb(0, 0, 0);
	background: linear-gradient(0deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
	opacity: 0.5;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 1;
	top: 0;
}

.img-bg .img-bg-inner {
	position: relative;
	z-index: 2;
	max-width: 700px;
	position: relative;
	padding-left: 100px;
	padding-right: 100px;
	margin-bottom: 50px;
}

@media (max-width: 768px) {
	.img-bg .img-bg-inner {
		padding-left: 30px;
		padding-right: 30px;
		margin-bottom: 50px;
	}
}

.img-bg .img-bg-inner h2,
.img-bg .img-bg-inner p {
	color: var(--color-white);
}

@media (max-width: 500px) {
	.img-bg .img-bg-inner p {
		display: none;
	}
}

.custom-swiper-button-next,
.custom-swiper-button-prev {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 9;
}

@media (max-width: 768px) {

	.custom-swiper-button-next,
	.custom-swiper-button-prev {
		display: none;
	}
}

.custom-swiper-button-next span,
.custom-swiper-button-prev span {
	font-size: 32px;
	padding: 5px 8px;
	border-radius: 50px;
	background: rgba(0, 0, 0, 0.6);
	color: rgba(var(--color-white-rgb), 0.7);
	transition: 0.3s all ease;
}

.custom-swiper-button-next:hover span,
.custom-swiper-button-next:focus span,
.custom-swiper-button-prev:hover span,
.custom-swiper-button-prev:focus span {
	color: rgba(var(--color-white-rgb), 1);
}

.custom-swiper-button-next {
	right: 40px;
}

.custom-swiper-button-prev {
	left: 40px;
}

.swiper-pagination .swiper-pagination-bullet {
	background-color: rgba(var(--color-white-rgb), 0.8);
}

.swiper-pagination .swiper-pagination-bullet-active {
	background-color: rgba(var(--color-white-rgb), 1);
}

.more {
	font-family: var(--font-secondary);
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 500;
	position: relative;
	display: inline-block;
	padding-bottom: 5px;
}

.more:before {
	content: "";
	position: absolute;
	height: 2px;
	left: 0;
	right: 0;
	bottom: 0;
	background: var(--color-black);
}

.post-content {
	padding-left: 10%;
	padding-right: 10%;
}

@media (max-width: 768px) {
	.post-content {
		padding-left: 15px;
		padding-right: 15px;
	}
}

.post-content .firstcharacter {
	float: left;
	font-family: Georgia;
	font-size: 75px;
	line-height: 60px;
	padding-top: 4px;
	padding-right: 8px;
	padding-left: 3px;
}

.post-content figure {
	position: relative;
	left: 52%;
	min-width: 990px;
	transform: translateX(-50%);
}

@media (max-width: 1255px) {
	.post-content figure {
		min-width: auto;
		left: auto !important;
		transform: none;
	}
}

.post-content figure figcaption {
	font-family: var(--font-secondary);
	font-size: 14px;
	padding: 10px 0 0 0;
}

.aside-title,
.category-title {
	text-transform: uppercase;
	letter-spacing: 0.1rem;
	font-size: 14px;
	font-weight: 700;
	margin-bottom: 30px;
	border-bottom: 2px solid var(--color-black);
}

.category-title {
	border-bottom: none;
}

.custom-pagination a {
	display: inline-block;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	border-radius: 50%;
	font-family: var(--font-secondary);
	margin: 5px;
	transition: 0.3s all ease;
}

.custom-pagination a.active {
	background: var(--color-black);
	color: var(--color-white);
}

.custom-pagination a.active:hover {
	background: rgba(var(--color-black-rgb), 0.9);
}

.custom-pagination a:hover {
	background: rgba(var(--color-black-rgb), 0.1);
}

.custom-pagination a.prev,
.custom-pagination a.next {
	width: auto !important;
	border-radius: 4px;
	padding-left: 10px;
	padding-right: 10px;
}

.custom-pagination a.prev:hover,
.custom-pagination a.next:hover {
	background: rgba(var(--color-black-rgb), 0.1);
}

/* custom tab nav on sidebar */
.aside-block {
	margin-bottom: 30px;
}

.aside-block .custom-tab-nav .nav-item {
	display: inline-block;
}

.aside-block .custom-tab-nav .nav-item button {
	color: var(--color-black);
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 2px;
	border-radius: 0;
	padding-left: 0;
	padding-right: 0;
	margin-right: 20px;
}

.aside-block .custom-tab-nav .nav-item button.active {
	background-color: var(--color-black) !important;
	background-color: transparent !important;
	color: var(--color-black);
	border-bottom: 2px solid var(--color-black);
}

.link-video {
	position: relative;
}

.link-video span {
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	position: absolute;
	width: 50px;
	height: 50px;
	line-height: 50px;
	border-radius: 50%;
	text-align: center;
	display: inline-block;
	background-color: rgba(var(--color-black-rgb), 0.2);
	color: var(--color-white);
}

.aside-links li {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid rgba(var(--color-black-rgb), 0.1);
}

.aside-links li a {
	display: block;
	color: rgba(var(--color-black-rgb), 0.7);
}

.aside-links li a:hover,
.aside-links li a:focus {
	color: rgba(var(--color-black-rgb), 1);
}

.aside-tags li {
	display: inline-block;
}

.aside-tags li a {
	display: inline-block;
	color: rgba(var(--color-black-rgb), 0.7);
	padding: 7px 10px;
	border: 1px solid rgba(var(--color-black-rgb), 0.1);
	margin-bottom: 3px;
	transition: 0.3s all ease;
}

.aside-tags li a:hover,
.aside-tags li a:focus {
	color: rgba(var(--color-black-rgb), 1);
	border: 1px solid rgba(var(--color-black-rgb), 0.5);
}

/*--------------------------------------------------------------
# Comments
--------------------------------------------------------------*/
.comment {
	/* Font not working in <textarea> for this version of bs */
}

.comment .avatar {
	position: relative;
	display: inline-block;
	width: 3rem;
	height: 3rem;
}

.comment .avatar-img,
.comment .avatar-initials,
.comment .avatar-placeholder {
	width: 100%;
	height: 100%;
	border-radius: inherit;
}

.comment .avatar-img {
	display: block;
	-o-object-fit: cover;
	object-fit: cover;
}

.comment .avatar-initials {
	position: absolute;
	top: 0;
	left: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(--color-white);
	line-height: 0;
	background-color: rgba(var(--color-black-rgba), 0.1);
}

.comment .avatar-placeholder {
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(var(--color-black-rgba), 0.1) url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='%23fff' d='M10 9a3 3 0 100-6 3 3 0 000 6zm-7 9a7 7 0 1114 0H3z'/%3e%3c/svg%3e") no-repeat center/1.75rem;
}

.comment .avatar-indicator {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 20%;
	height: 20%;
	display: block;
	background-color: rgba(var(--color-black-rgba), 0.1);
	border-radius: 50%;
}

.comment .avatar-group {
	display: inline-flex;
}

.comment .avatar-group .avatar+.avatar {
	margin-left: -0.75rem;
}

.comment .avatar-group .avatar:hover {
	z-index: 1;
}

.comment .avatar-sm,
.comment .avatar-group-sm>.avatar {
	width: 2.125rem;
	height: 2.125rem;
	font-size: 1rem;
}

.comment .avatar-sm .avatar-placeholder,
.comment .avatar-group-sm>.avatar .avatar-placeholder {
	background-size: 1.25rem;
}

.comment .avatar-group-sm>.avatar+.avatar {
	margin-left: -0.53125rem;
}

.comment .avatar-lg,
.comment .avatar-group-lg>.avatar {
	width: 4rem;
	height: 4rem;
	font-size: 1.5rem;
}

.comment .avatar-lg .avatar-placeholder,
.comment .avatar-group-lg>.avatar .avatar-placeholder {
	background-size: 2.25rem;
}

.comment .avatar-group-lg>.avatar+.avatar {
	margin-left: -1rem;
}

.comment .avatar-light .avatar-indicator {
	box-shadow: 0 0 0 2px rgba(var(--color-white-rgba), 0.75);
}

.comment .avatar-group-light>.avatar {
	box-shadow: 0 0 0 2px rgba(var(--color-white-rgba), 0.75);
}

.comment .avatar-dark .avatar-indicator {
	box-shadow: 0 0 0 2px rgba(var(--color-black-rgba), 0.25);
}

.comment .avatar-group-dark>.avatar {
	box-shadow: 0 0 0 2px rgba(var(--color-black-rgba), 0.25);
}

.comment textarea {
	font-family: inherit;
}

.comment .comment-replies-title,
.comment .comment-title {
	text-transform: uppercase;
	color: var(--color-black) !important;
	letter-spacing: 0.1rem;
	font-size: 14px;
	font-weight: 600;
	margin-bottom: 30px;
}

.comment .comment-meta .text-muted,
.comment .reply-meta .text-muted {
	font-family: var(--font-secondary);
	font-size: 12px;
}


/*--------------------------------------------------------------
# Toggle List Menu
--------------------------------------------------------------*/

#togglelistmenu {}
.transparent-background {
	background: transparent !important;
	color: #fff !important;
	border: none !important;
	box-shadow: none !important;
}

#togglelistmenu .list-menu-background {
	background: #00b0f1;
	padding: 5px 0;
	/* border-top: 3px solid #b4dbff;
	border-bottom: 3px solid #b4dbff; */
}

.list-menu-background .dropdown-toggle {
	font-weight: bold;
	color: #fff;
	border: none;
}
.bulletin {
	position: relative;
	z-index: 8888888;
}
.bulletin span {
	color: #fff !important;
}
.feed {
  	max-width: 39px;
    margin: 28px 8px 0 0;
}

.list-menu-background .dropdown-toggle:hover {
	color: #333;
}

.list-menu-background ul.dropdown-menu li a {
	font-size: 14px;
	color: #333;
}

.list-menu-background ul.dropdown-menu li a:hover {
	color: var(--color-default);
	background: #f2f2f2;
}

.list-menu-background ul.dropdown-menu.show {
	height: 330px;
    overflow-y: scroll;
}

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact .info-item {
	text-align: center;
}

.contact .info-item i {
	font-size: 40px;
	display: inline-block;
	margin-bottom: 10px;
	color: var(--color-primary);
}

.contact .info-item address,
.contact .info-item p {
	margin-bottom: 0;
}

.contact .info-item h3 {
	font-size: 14px;
	margin-bottom: 15px;
	font-weight: bold;
	letter-spacing: 0.1rem;
	text-transform: uppercase;
	color: var(--color-primary);
}

.contact .info-item a:hover {
	color: var(--color-primary);
}

@media (min-width: 768px) {
	.contact .info-item-borders {
		border-left: 1px solid rgba(var(--color-secondary-rgb), 0.2);
		border-right: 1px solid rgba(var(--color-secondary-rgb), 0.2);
	}
}

.contact .php-email-form {
	box-shadow: 0 0 30px rgba(var(--color-black-rgb), 0.1);
	padding: 30px;
	background: var(--color-white);
}

@media (max-width: 640px) {
	.contact .php-email-form {
		padding: 20px;
	}
}

.contact .php-email-form .error-message {
	display: none;
	color: var(--color-white);
	background: var(--color-red);
	text-align: left;
	padding: 15px;
	font-weight: 600;
}

.contact .php-email-form .error-message br+br {
	margin-top: 25px;
}

.contact .php-email-form .sent-message {
	display: none;
	color: var(--color-white);
	background: var(--color-green);
	text-align: center;
	padding: 15px;
	font-weight: 600;
}

.contact .php-email-form .loading {
	display: none;
	background: var(--color-white);
	text-align: center;
	padding: 15px;
}

.contact .php-email-form .loading:before {
	content: "";
	display: inline-block;
	border-radius: 50%;
	width: 24px;
	height: 24px;
	margin: 0 10px -6px 0;
	border: 3px solid var(--color-green);
	border-top-color: var(--color-white);
	animation: animate-loading 1s linear infinite;
}

.contact .php-email-form .form-group {
	margin-bottom: 20px;
}

.contact .php-email-form input,
.contact .php-email-form textarea {
	padding: 10px 14px;
	border-radius: 0;
	box-shadow: none;
	font-size: 15px;
}

.contact .php-email-form input::focus,
.contact .php-email-form textarea::focus {
	background-color: var(--color-primary);
}

.contact .php-email-form button[type=submit] {
	background: var(--color-primary);
	border: 0;
	padding: 10px 30px;
	color: #fff;
	transition: 0.4s;
	cursor: pointer;
}

.contact .php-email-form button[type=submit]:hover {
	background: rgba(var(--color-primary-rgb), 0.8);
}

@keyframes animate-loading {
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(360deg);
	}
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.footer {
    overflow: hidden;
    background: rgba(var(--color-black-rgb), 0.9);
    font-size: 16px;
    color: rgba(var(--color-white), 0.7);
    margin-bottom: 20px;
}
.ato-z .footer {
	margin-top: -50px;
    background: transparent;
}

.footer .footer-content {
	padding: 60px 0;
}

.footer a.footer-link-more {
	color: rgba(var(--color-white-rgb), 0.7);
	display: inline-block;
	position: relative;
}

.footer a.footer-link-more:before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 1px;
	background: var(--color-white);
}

.footer a.footer-link-more:hover {
	color: rgba(var(--color-white-rgb), 1);
}

.footer .footer-heading {
	color: var(--color-white);
	margin-bottom: 20px;
	padding-bottom: 10px;
	font-size: 18px;
}

.footer .footer-blog-entry li {
	margin-bottom: 20px;
	display: block;
}

.footer .footer-blog-entry li a .post-meta {
	font-size: 10px;
	letter-spacing: 0.07rem;
	text-transform: uppercase;
	font-weight: 400;
	font-family: var(--font-secondary);
	color: rgba(var(--color-white-rgb), 0.4);
	margin-bottom: 0px;
}

.footer .footer-blog-entry li a img {
	flex: 0 0 50px;
	width: 50px;
}

.footer .footer-links li {
	margin-bottom: 10px;
}

.footer .footer-links li a {
	color: rgba(var(--color-white-rgb), 0.7);
}

.footer .footer-links li a:hover,
.footer .footer-links li a:focus {
	color: rgba(var(--color-white-rgb), 1);
}

.footer .footer-legal {
	background: var(--color-white);
	padding: 0px 0;
}

.ato-z .footer .footer-legal {
	background: transparent;
	padding: 0px 0;
}
.ato-z .footer .footer-legal .copyright {
	color: #fff;
}

.footer .footer-legal .social-links a {
	text-align: center;
	display: inline-block;
	width: 40px;
	height: 40px;
	background-color: rgba(var(--color-black), 0.09);
	border-radius: 50%;
	color: var(--color-black);
	line-height: 40px;
}

.footer .footer-legal .social-links a:hover {
	background-color: rgba(var(--color-white-rgb), 0.2);
}

.footer .copyright strong {
	font-weight: 400;
}

.footer .credits {
	padding-top: 6px;
	font-size: 13px;
}

.footer .credits a {
	color: var(--color-white);
}


/*--------------------------------------------------------------
# History Page
--------------------------------------------------------------*/

.page-bg {
	position: relative;
	display: block;
	width: 100%;
	padding-bottom: 70px;
	background-repeat: no-repeat;
	background-position: left bottom;
	background-size: cover;
}

.wrapper-box {
	border-radius: 200px;
	background-color: #fff;
	padding-left: 50px;
	padding-right: 50px;
}

.page-logo {
	position: absolute;
	top: 10px;
	left: -40px;
}
.ato-z .page-logo {
	left: 8px;
	top: 8px;
}
.ato-z .header {
	background: none;
}
.ato-z #earthrotation {
	width: 100%;
  	height: 100vh;
}
.page-logo a {
	color: var(--bs-body-color);
	font-weight: bold;
	font-size: 28px;
	background-color: #fff;
	width: 60px;
	height: 60px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50px;
	-webkit-box-shadow: 0px 1px 8px 0px rgba(0, 0, 0, 0.30);
	-moz-box-shadow: 0px 1px 8px 0px rgba(0, 0, 0, 0.30);
	box-shadow: 0px 1px 8px 0px rgba(0, 0, 0, 0.30);
}

.historypage-main .header {
	background-color: transparent;
	position: relative;
	height: auto;
	margin-left: auto;
	margin-right: auto;
}

.historypage-main .navbar {
	width: 100%;
}

.historypage-main .navbar a {
	color: #1d1c39;
	background-color: #fff;
	margin-right: 5px;
	border-radius: 10px;
	padding: 10px 28px 10px 28px;
}

.historypage-main .navbar a:hover,
.historypage-main .navbar .active,
.historypage-main .navbar .active:focus,
.historypage-main .navbar li:hover>a {
	color: #1d1c39;
}

.historypage-main .navigation {
	background-color: #a3a3a3;
	border-radius: 10px;
	padding: 10px;
	max-width: calc(100% - 30px);
	margin: auto;
}

.navbar.custom-navbar ul {
	margin-left: 0;
}

.historypage-main .navbar.custom-navbar li:last-child>a {
	margin-right: 0;
}

.historypage-main .navbar .dropdown ul {
	height: auto !important;
}

.historypage-main .navbar.custom-navbar>ul {
	margin: 0px;
	width: 100%;
}

.left-sub-navbar li:first-child .nav-link {
	padding-left: 0;
}

.right-sub-navbar li:last-child a {
	padding-right: 0;
}

.top-search {
	margin-bottom: 20px;
	max-width: 450px;
}

.top-search .form-control {
	border: 1px solid #ddd;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 0;
}

.top-search ::-webkit-input-placeholder {
	/* Chrome/Opera/Safari */
	color: var(--color-default);
}

.top-search ::-moz-placeholder {
	/* Firefox 19+ */
	color: var(--color-default);
}

.top-search :-ms-input-placeholder {
	/* IE 10+ */
	color: var(--color-default);
}

.top-search :-moz-placeholder {
	/* Firefox 18- */
	color: var(--color-default);
}

.top-bar {
	max-width: calc(100% - 10%);
}

.btn.search-btn,
.btn.search-btn:active {
	color: #1d1c39;
	border-color: transparent;
	font-weight: bold;
	border: 1px solid #ddd;
	border-top-left-radius: 0px;
	border-bottom-left-radius: 0px;
}

button.btn.search-btn {
	margin-left: -1px;
}

.custom-select {
	position: relative;
	padding-left: 15%;
	max-width: 450px;
	margin-left: auto;
	display: flex;
}

.custom-select .form-select {
	background-color: transparent;
	border: 1px solid #ddd;
	padding-right: 80px;
	background-image: none;
}

.select-btn,
.select-btn:active {
	color: #1d1c39;
	border-color: transparent;
	font-weight: bold;
	position: absolute;
	left: auto;
	right: 0;
	z-index: -1;
}

.select-btn {
	color: #1d1c39;
	background-color: #fff;
	font-weight: bold;
	border-left: 1px solid #ddd;
	display: flex;
	align-items: baseline;
	padding: 0.375rem 0.75rem 0.375rem 0.75rem;
	font-size: 1rem;
	line-height: 1.5;
	text-align: center;
	white-space: nowrap;
}

.select-btn i {
	margin-left: 0.45rem;
	font-size: 14px;
}

.sub-navbar {
	margin-top: 20px;
}

.right-sub-navbar .nav-link {
	font-weight: bold;
}

.sub-navbar .nav-link {
	color: #1d1c39;
}

.sub-navbar .nav-link:focus,
.sub-navbar .nav-link:hover {
	color: #1d1c39;
}

.historypage-main .navbar ul ul li>a {
	background-color: transparent;
	transition: 0.3s;
	color: var(--color-white);
}

#historypage {
	margin-top: 20px;
	padding-bottom: 20px;
}


/*historypageSlider*/
section.slider-section {
	position: relative;
	display: block;
	width: 100%;
}

.historypageSlider .swiper-container {
	width: 100%;
	height: 100%;
}

.historypageSlider .swiper-wrapper {
	padding-left: initial;
	margin: 0;
}

.historypageSlider .swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;
	width: 80%;
	border-right: 1px solid black;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.historypageSlider .swiper-slide {
	border: none;
	background-color: transparent;
}

.historypageSlider .swiper-slide img {
	width: auto;
	max-width: 100%;
	height: auto;
}

/*.historypageSlider .img-bg::before {
  background: none;
}*/
@media (min-width: 1200px) {
	.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
	  max-width: 1100px;
	}
}

@media (min-width:1024px) {
	.historypage-main .custom-navbar>ul>li:nth-last-child(2) {
		margin-left: auto;
	}
}

@media (max-width:1024px) {
	.top-bar {
		display: none;
	}

	.historypage-main .header {
		padding-top: 50px;
	}

	.historypage-main .navbar.custom-navbar>ul {
		margin: 0px;
		width: auto;
		background-color: #a3a3a3;
		padding: 55px 15px 15px 15px;
		list-style: none;
		margin-top: 16px;
	}

	.historypage-main .navbar.custom-navbar>ul>li {
		margin-bottom: 10px;
	}

	.historypage-main .navigation {
		background-color: transparent;
	}
}

@media (max-width: 768px) {

	.historypage-main .header {
		padding-top: 50px;
	}

	.wrapper-box {
		border-radius: 150px;
	}

	.nav.right-sub-navbar li:first-child>a {
		padding-left: 0;
	}

	.sub-navbar {
		padding-left: 0;
	}

	.left-sub-navbar li:first-child .nav-link {
		padding-left: 1rem;
	}

	#historypage {
		margin-top: 20px;
		padding-bottom: 40px;
	}

	.wrapper-box {
		border-radius: 150px;
	}

}

/*--------------------------------------------------------------
# Announcement Page
--------------------------------------------------------------*/
.announcement-page .header {
	position: relative;
	background-color: transparent;
	padding-top: 0px;
	padding-bottom: 0;
	height: auto;
}

.announcement-page .top-bar {
	background-color: #1d1c39;
	max-width: 100%;
	color: #fff;
	border-radius: 0px;
	padding: 10px 20px;
	z-index: 4;
	position: relative;
}

.announcement-page .page-logo {
	position: relative;
	top: 0;
	left: 0;
	margin-right: 25px;
	display: flex;
	justify-content: center;
	padding: 10px 0px 0px;
	align-items: center;
}

.announcement-page .top-bar-left {
	position: relative;
	display: flex;
}

.announcement-page .search-filter-form {
	position: relative;
	display: flex;
	width: 100%;
}

.announcement-page .search-filter-form .inner-form {
	align-items: center;
}

.announcement-page .search-filter-form .input-group-btn.search-panel {
	margin-right: 10px;
}

.announcement-page .search-filter-form .dropdown-toggle {
	white-space: nowrap;
	border-radius: 8px;
	overflow: hidden;
	color: #00b0f1;
	-webkit-box-shadow: 0px 1px 8px 0px rgba(0, 0, 0, 0.30);
	-moz-box-shadow: 0px 1px 8px 0px rgba(0, 0, 0, 0.30);
	box-shadow: 0px 1px 8px 0px rgba(0, 0, 0, 0.30);
}

 .announcement-page .search-filter-form .inner-form>span {
	margin-right: 50px;
	color: #fff;
	font-size: 1rem;
}

.announcement-page .search-filter-form .form-control {
	border-radius: 8px !important;
	-webkit-box-shadow: 0px 1px 8px 0px rgba(0, 0, 0, 0.30);
	-moz-box-shadow: 0px 1px 8px 0px rgba(0, 0, 0, 0.30);
	box-shadow: 0px 1px 8px 0px rgba(0, 0, 0, 0.30);
	font-size: 1rem;
	border: 1px solid #fff;
	height: 45px;
	margin-right: 5%;
}

.announcement-page .reaction-select {
	max-width: max-content;
	width: 100%;
}
.announcement-page .dropdown.reaction-select ul li a{
	color: #fff;
}

.announcement-page .dropdown.reaction-select ul li a i{
	float: right;
}

.announcement-page .dropdown.reaction-select ul li a:hover{
	color: #fff;
    background-color: #131228;
}

.announcement-page .top-bar-right {
	position: relative;
	display: block;
	text-align: right;
	margin-top: 25px;
}

.announcement-page .reaction-select .dropdown-toggle {
	background-color: transparent;
	border-color: transparent;
	color: #bf9100;
	width: auto;
	text-align: left;
    padding-top: 0px;
	padding-left: 0px;
    padding-right: 0px;
	font-size: 17px;
}

.announcement-page .reaction-select .dropdown-toggle::after {
	margin-left: .255em;
	content: "\f282";
	display: inline-block;
	font-family: bootstrap-icons !important;
	font-style: normal;
	font-weight: normal !important;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	vertical-align: -.125em;
	font-size: 14px;
	font-weight: 600;
	border: 0px;
}

.announcement-page .reaction-select .form-select {
	position: relative;
	background-color: transparent;
	border-color: transparent;
	color: #fff;
}

.announcement-page .user-account .dropdown-toggle {
	background-color: transparent;
	border-color: transparent;
	color: #bf9100;
    padding-top: 0px;
	padding-left: 0;
	padding-right: 0;
	font-size: 17px;
	margin-bottom: -4px;
}

.announcement-page .btn.dropdown-toggle:active {
	border-color: transparent;
}

.announcement-page .user-account .dropdown-toggle::after {
	margin-left: .255em;
	content: "\f282";
	display: inline-block;
	font-family: bootstrap-icons !important;
	font-style: normal;
	font-weight: normal !important;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	vertical-align: -.125em;
	font-size: 14px;
	font-weight: 600;
	border: 0px;
}

/* .dropdown-menu.account.show {
	display: none !important;
} */

.announcement-page .user-account .dropdown-menu {
	box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
	transition: 0.3s;
	border-radius: 4px;
	background: #1d1c39;
  	color: #fff;
  	top: -5px !important;
}

.announcement-page .user-account .dropdown-menu li .dropdown-item {
  color: #fff;

}

.announcement-page .user-account .dropdown-menu .dropdown-item:focus, 
.announcement-page .user-account .dropdown-menu .dropdown-item:hover {
	color: #fff;
	background-color: #131228;
}

.announcement-page .top-bar-right .select-box {
	position: relative;
	display: flex;
	width: 100%;
	height: 30px;
	background-color: #fff;
	border-radius: 8px;
	-webkit-box-shadow: 0px 1px 8px 0px rgba(0, 0, 0, 0.30);
	-moz-box-shadow: 0px 1px 8px 0px rgba(0, 0, 0, 0.30);
	box-shadow: 0px 1px 8px 0px rgba(0, 0, 0, 0.30);
}
.announcement-page .top-bar-right .select-box {
    width: calc(100% - 20px);
}
.announcement-page .top-bar-right .social-icons {
	position: relative;
	display: flex;
	list-style: none;
	margin: 0;
	padding: 0;
	margin-top: 6px;
	justify-content: flex-end;
}

.announcement-page .top-bar-right .social-icons li {
	margin: 0px 1px;
}

.announcement-page .top-bar-right .social-icons li .tooltipText {
	color: #fff;
	top: 168%;
}

.announcement-page .top-bar-right .social-icons li a {
	width: 22px;
	height: 22px;
	background-color: #fff;
	display: flex;
	border-radius: 30px;
	-webkit-box-shadow: 0px 1px 8px 0px rgba(0, 0, 0, 0.30);
	-moz-box-shadow: 0px 1px 8px 0px rgba(0, 0, 0, 0.30);
	box-shadow: 0px 1px 8px 0px rgba(0, 0, 0, 0.30);
	padding: 0px;
	border: solid 2px #bf9100;
}

.announcement-page .country-select .dropdown-toggle {
  white-space: nowrap;
  border-radius: 10px;
  overflow: hidden;
  color: #00b0f1;
  -webkit-box-shadow: 0px 1px 8px 0px rgba(0, 0, 0, 0.30);
  -moz-box-shadow: 0px 1px 8px 0px rgba(0, 0, 0, 0.30);
  box-shadow: 0px 1px 8px 0px rgba(0, 0, 0, 0.30);
  background-color: #fff;
}

.announcement-page .country-select .dropdown-toggle:after {
  margin-left: .255em;
  content: "\f282";
  display: inline-block;
  font-family: bootstrap-icons !important;
  font-style: normal;
  font-weight: normal !important;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: -.125em;
  font-size: 14px;
  font-weight: 600;
  border: 0px;
  color: #555;
}

.announcement-page .country-select .btn.dropdown-toggle:active {
	border-color: transparent;
	background-color: #fff;
	color: #00b0f1;
}
/* Navigation */
.announcement-page .navigation {
	background-color: #00b0f1;
	border-radius: 0px;
	padding: 10px 20px;
	max-width: 100%;
	margin: auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	z-index: 3;
	position: relative;
}

.announcement-page .navbar.custom-navbar>ul {
	margin: 0px;
	width: 100%;
	justify-content: space-between;
}

.announcement-page .navbar>ul>li>a {
	/* color: var(--bs-body-color); */
	background-color: #fff;
	margin-right: 8px;
	border-radius: 8px;
	padding: 10px 18px 10px 18px;
	-webkit-box-shadow: 0px 1px 8px 0px rgba(0, 0, 0, 0.30);
	-moz-box-shadow: 0px 1px 8px 0px rgba(0, 0, 0, 0.30);
	box-shadow: 0px 1px 8px 0px rgba(0, 0, 0, 0.30);
  	color: #555;
	/* font-size: 1vw; */
}

@media (min-width:1024px) and (max-width:1440px){
	.announcement-page .navbar>ul>li>a {
		 font-size: 1vw;
	}
	.announcement-page .search-filter-form .form-control {
		font-size: 1vw;
	}
	.announcement-page .search-filter-form .inner-form>span {
		font-size: 1vw;
	}
	.announcement-page .reaction-select .dropdown-toggle {
		font-size: 1vw;
	}
	.announcement-page .user-account .dropdown-toggle {
		font-size: 1vw;
	}
}

.announcement-page .navbar.custom-navbar li:last-child>a.rtmbtn{
	background: #1d1c39;
  	color: white;
}

.announcement-page .navbar.custom-navbar li:last-child>a {
	margin-right: 0;
}

.announcement-page .navbar>ul .dropdown ul {
	height: auto;
	max-height: 408px;
	min-height: auto;
}
.navigation .custom-navbar > ul > li:last-child ul {
	max-width: 142px;
}

.announcement-page .navbar ul ul li>a {
	background-color: transparent;
	transition: 0.3s;
	color: var(--color-white);
}

.announcement-page .navbar a:hover,
.announcement-page .navbar .active,
.announcement-page .navbar .active:focus,
.announcement-page .navbar li:hover>a {
	color: #1d1c39;
}

.announcement-page .dropdown.circle a {
	width: 40px;
	height: 40px;
	border-radius: 50px;
	padding: 8px !important;
	display: flex;
	justify-content: center;
	align-items: center;
}
.announcement-page .navbar > ul > li.circle > a .bi.bi-chevron-down {
	margin: 0;
}

.announcement-page .pagetitle {
	position: relative;
	display: flex;
}

.announcement-page .pagetitle a {
	color: #00f;
	font-weight: bold;
}

.announcement-page .pagetitle h1 {
	font-size: 18px;
	color: var(--bs-body-color);
	background-color: #fff;
	border-radius: 100%;
	padding: 16px 32px;
	margin: 0;
	min-width: 195px;
	text-align: center;
}

.announcement-page .active-circle {
	width: 44px;
	height: 44px;
	border-radius: 50px;
	padding: 8px;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #fff;
	border: 2px solid #fff;
}

.announcement-page .navigation.sub-navigation {
	background-color: #1d1c39;
	min-height: 73px;
	z-index: 2;
	position: relative;
}

.announcement-page .sub-navigation .custom-navbar a {
	color: #1d1c39;
}

.announcement-page .navigation .nav-link.circle {
	width: 40px;
	height: 40px;
	border-radius: 50px !important;
	padding: 4px !important;
}

.announcement-page .navigation .nav-link img {
	width: auto;
	max-width: 100%;
}

/* .employees-page .navigation.sub-navigation .nav-center .nav-link img {
	display: none;
} */

.header img,
.header svg {
	vertical-align: middle;
	width: auto;
	height: auto;
}

.announcement-page .navigation .list-icon {
	position: relative;
	list-style: none;
	display: flex;
	align-items: center;
	margin: 0;
	padding-left: 0px;
	padding-right: 8px;
}

.announcement-page .navigation .list-icon li {
	margin: 0px 2px;
}
.announcement-page .navigation .list-icon > li > a {
	display: flex;
	width: 24px;
	height: 24px;
	background-color: #fff;
	display: flex;
	border-radius: 30px;
	-webkit-box-shadow: 0px 1px 8px 0px rgba(0, 0, 0, 0.30);
	-moz-box-shadow: 0px 1px 8px 0px rgba(0, 0, 0, 0.30);
	box-shadow: 0px 1px 8px 0px rgba(0, 0, 0, 0.30);
	padding: 0px;
	justify-content: center;
	align-items: center;
}
.announcement-page .navigation .list-icon > li > a > img {
	width: auto;
	height: auto;
	max-width: 100%;
}
/*Tooltip Menu Icon*/
/* Container Tooltip */
.announcement-page .tooltip {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	opacity: 1;
	z-index: 0;
	padding-right:2px;
}
.announcement-page .tooltip:last-child {
	margin-right: 5px;
}

/* Style text tooltip */
.announcement-page .tooltipText {
	background-color: #1d1c39;
	position: absolute;
	top: 135%;
	padding: 4px 8px;
	border-radius: 4px;
	font-size: 10px;
	opacity: 0;
	display: none;
	white-space: nowrap;
	color: var(--bs-body-color);
	/* bottom: auto; */
	-webkit-box-shadow: 0px 1px 8px 0px rgba(0, 0, 0, 0.30);
	-moz-box-shadow: 0px 1px 8px 0px rgba(0, 0, 0, 0.30);
	box-shadow: 0px 1px 8px 0px rgba(0, 0, 0, 0.30);
}

/*  Membuat dan style tip*/
/* .announcement-page .tooltipText::after {
	content: '';
	border-width: 5px;
	border-style: solid;
	border-color: #1d1c39 transparent transparent transparent;
	position: absolute;
	top: -30%;
	left: 40%;
	margin-left: 5%;
	transform: rotate(180deg);
} */

/* Style Icon */
.announcement-page .navigation .nav-link.circle {
	background-color: rgb(255, 255, 255);
	padding: 10px 15px;
	border-radius: 10px;
	color: #fff;
	font-size: 20px;
}

.announcement-page .navigation .tooltipText {
	color: #fff;
}

/* Hover text tooltip */
.announcement-page .tooltip:hover .tooltipText {
	opacity: 1;
	transform: translateY(-10px);
	display: block;
}

/*Announcement Slider*/
.announcement-page section.slider-section {
	margin-top: 0px;
}

.navbar .dropdown ul li.dropdown:hover > ul {
	display: block;
	visibility: visible;
	opacity: 1;
	top: auto;
	left: 0;
	position: relative;
	overflow: hidden;
}
.navbar .dropdown ul li ul {
	box-shadow: none;
	height: auto;
}

/*--------------------------------------------------------------
# siteMarket Page
--------------------------------------------------------------*/
.siteMarket-page .reaction-select {
	display: flex;
	max-width: 100%;
	width: 100%;
	margin-bottom: 8px;
}
.siteMarket-page .reaction-select .dropdown-toggle {
	/* background-color: #fff;
	border-color: #fff; */
	color: #00b0f1;
	width: auto;
	padding: 3px 16px 3px 15px;
}
.siteMarket-page .reaction-select .dropdown-toggle label {
	color: #00b0f1;
	margin-right: 4px;
}
.siteMarket-page .top-bar-right .navbar > ul > li > a {
	padding: 4px 16px 4px 16px;
	color: #00b0f1;
}
.siteMarket-page .top-bar-right .navbar > ul > li > a.background {
	background: none;
	box-shadow: none;
	width: 108px;
}
.siteMarket-page .top-bar-right .navbar > ul > li:last-child > a {
	padding: 6px 8px 6px 8px;
	width: 32px;
	height: 32px;
}

.siteMarket-page .sub-navigation-3 .navbar li.dropdown:last-child > a {
	background-color: #395723;
	color: #fff;
	border: 1px solid #fff;
 }
.search-filter-form ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	color: #002060;
}
 .search-filter-form ::-moz-placeholder { /* Firefox 19+ */
	color: #002060;
}
 .search-filter-form :-ms-input-placeholder { /* IE 10+ */
	color: #002060;
}
.search-filter-form :-moz-placeholder { /* Firefox 18- */
	color: #002060;
}
.announcement-page .navigation.sub-navigation-3 {
	z-index: 1;
}




.carousel-caption{
	position: relative;
	left: 0px;
	padding:5% 15%;
}
/*--------------------------------------------------------------
# About phasesite Page
--------------------------------------------------------------*/
.about-phasesite-page .custom-navbar {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	flex: 1;
}
.about-phasesite-page .navbar.custom-navbar > ul {
	width: auto;
}
.about-phasesite-content figure img {
	width: 100%;
}
.about-phasesite-page .navigation.sub-navigation .custom-navbar > ul > .nav-item > .nav-link {
	padding: 10px 16px 10px 16px;
}
.about-phasesite-page .navbar.custom-navbar > ul.list-icon > .tooltip {
	margin: 0px 0px;
}
.about-phasesite-page .navbar.custom-navbar > ul.list-icon {
	margin: auto;
	padding: 0;
}

/*--------------------------------------------------------------
# Employees Page
--------------------------------------------------------------*/
.employees-page .navigation.navbar-2 {
	background-color: #0d0d0d;
	z-index: 5;
}
.employees-page .top-bar {
	z-index: 88888888;
}
.employees-page .custom-navbar {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	flex: 1;
}
.employees-page .navbar.custom-navbar > ul {
	margin: 0px;
	width: auto;
	justify-content: flex-start;
}
.employees-page .sub-navigation-3 .navbar.custom-navbar > ul {
	width: auto;
	margin: 0px;
	justify-content: space-between;
}
.employees-page .navbar > ul > li > a {
	margin-right: 3px;
}
.employees-page .custom-navbar.align-right {
	justify-content: flex-end;
}

.employees-page .flags-image img {
	width: 100%;
}
.employees-page .navigation .list-icon {
	padding-left: 4px;
	padding-right: 0px;
}
.employees-page .navbar-2 .custom-navbar > ul.nav-center {
	gap: 5px;
	margin-left: 8px;
}
.employees-page .sub-navigation-3 .navbar.custom-navbar > ul.nav-center {
	gap: 10px;
}

/*--------------------------------------------------------------
# Hierarchy Page
--------------------------------------------------------------*/
.hierarchy-page .navigation.navigation-2 {
	background-color: #0d0d0d;
}
.hierarchy-page .navbar.custom-navbar > ul {
	margin: 0px;
	width: auto;
	justify-content: space-between;
}
.hierarchy-page .navigation.sub-navigation-3 .custom-navbar {
	display: flex;
	justify-content: space-between;
	flex: 1;
}
.hierarchy-page .sub-navigation-3 .navbar.custom-navbar > .nav-right li > a {
	background-color: #0d0d0d;
	color: #fff;
	border: 2px solid #fff;
}
.hierarchy-page .sub-navigation-3 .navbar.custom-navbar .nav-center li:last-child > a {
	background-color: #0d0d0d;
	color: #fff;
	border: 2px solid #fff;
}
.hierarchy-page .sub-navigation-3 .navbar.custom-navbar > .nav-right li:last-child > a {
	font-weight: bold;
}
.hierarchy-page .navigation .list-icon li > a {
	margin: auto;
}
.hierarchy-page .navigation.sub-navigation .custom-navbar {
	display: flex;
	flex: 1;
}

.hierarchy-content {
	padding-top: 40px;
}
.content-wrap-list {
	position: relative;
	display: block;
	max-width: 600px;
	margin: auto;
	text-align: center;
	z-index: 1;
}
.content-wrap-list .steps {
	position: relative;
	display: block;
	width: 100%;
	text-align: center;
	max-width: 600px;
}
.step {
	position: relative;
	color: #fff;
	background-color: #00b0f1;
	border-radius: 100%;
	padding: 20px 32px;
	min-width: 195px;
	text-align: center;
	/* margin-bottom: 30px; */
	-webkit-box-shadow: inset 1px 4px 5px 0px rgba(0,0,0,0.7);
	-moz-box-shadow: inset 1px 4px 5px 0px rgba(0,0,0,0.7);
	box-shadow: inset 1px 4px 5px 0px rgba(0,0,0,0.7);
	display: block;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}
.content-wrap-list .steps h3 {
	font-size: 24px;
	font-weight: 900;
	margin: 0 auto;
}
.step-two {
	max-width: 70%;
	padding: 38px 32px;
}
.step-three {
	max-width: 70%;
	padding: 38px 32px;
}
.step-four {
	background-color: #7e6000;
	padding: 40px 32px;
}
.arrow-one {
	height: 100px;
}
.arrow-two {
	height: 80px;
}
.arrow-three {
	height: 70px;
}

.hierarchy-chart {
	display: block;
	text-align: center;
	padding-top: 42px;
	position: relative;
	margin-top: -12px;
	z-index: 0;
}

.hierarchy-chart::before {
	content: '';
	width: 40px;
	height: 42px;
	background-image: url(/assets/img/arrow-four.jpg);
	position: absolute;
	left: auto;
	right: 35.4%;
	top: 0;
	background-size: 100%;
	background-repeat: no-repeat;
}

/*--------------------------------------------------------------
# Custom Navbar
--------------------------------------------------------------*/
.custom-navbar ul li.nav-item a.nav-link-one{
	color: #bd8e01;
	padding: 10px 17px 10px 14px;
	border: solid 2px #fff;
	background: rgb(0,29,88);
background: linear-gradient(0deg, rgba(0,29,88,1) 0%, rgba(0,29,88,1) 59%, rgba(0,17,52,1) 100%);
border-radius: 10px;

}

.custom-navbar ul li.nav-item a.nav-link-one-wt{
	color: #fff;
	padding: 10px 14px 10px 14px;
	border: solid 2px #fff;
	background: rgb(0,29,88);
background: linear-gradient(0deg, rgba(0,29,88,1) 0%, rgba(0,29,88,1) 59%, rgba(0,17,52,1) 100%);
border-radius: 10px;

}

.custom-navbar ul.nav-left li.nav-item a.nav-link-two{
	color: #fff;
	padding: 10px 18px 10px 14px;
	border: solid 2px #fff;
	background: rgb(0,176,241);
	background: linear-gradient(0deg, rgba(0,176,241,1) 0%, rgba(0,176,241,1) 59%, rgba(0,63,87,1) 100%);
	border-radius: 10px;

}

.custom-navbar ul.nav-center li.nav-item a.nav-link-two{
	color: #fff;
	padding: 10px 20px 10px 22px;
	border: solid 2px #fff;
	background: rgb(0,176,241);
	background: linear-gradient(0deg, rgba(0,176,241,1) 0%, rgba(0,176,241,1) 59%, rgba(0,63,87,1) 100%);
	border-radius: 10px;

}


.custom-navbar ul.nav-right li.nav-item a.nav-link-two{
	color: #fff;
	padding: 10px 18px 10px 14px;
	border: solid 2px #fff;
	background: rgb(0,176,241);
	background: linear-gradient(0deg, rgba(0,176,241,1) 0%, rgba(0,176,241,1) 59%, rgba(0,63,87,1) 100%);
	border-radius: 10px;

}

.custom-navbar ul.nav-left li.nav-item a.nav-link-yellow{
	color: #fff;
	padding: 10px 24px 10px 20px;
	border: none;
	background: rgb(191,145,0);
	background: linear-gradient(0deg, rgba(191,145,0,1) 0%, rgba(191,145,0,1) 67%, rgba(108,83,4,1) 100%);
	border-radius: 10px;

}



.custom-navbar ul li.dropdown.circle.blue a{
	color: #bd8e01;
	padding: 10px 18px 10px 14px;
	border: solid 2px #fff;
	background: rgb(0,29,88);
	background: linear-gradient(0deg, rgba(0,29,88,1) 0%, rgba(0,29,88,1) 59%, rgba(0,17,52,1) 100%);
	border-radius: 50px;
	font-size: bold;
}

.custom-navbar ul li.dropdown.circle.white a{
	color: #bd8e01;
	padding: 10px 18px 10px 14px;
	border: solid 2px #fff;
	background: rgb(0,29,88);
	background: linear-gradient(0deg, rgba(0,29,88,1) 0%, rgba(0,29,88,1) 59%, rgba(0,17,52,1) 100%);
	border-radius: 50px;
	font-size: bold;
}

.nav-link-two.bordernone{ border: none !important;}

.nav-link-one.bordernone{ border: none !important;}


@media (min-width:1200px){
	.employees-page .navigation-4 .navbar > ul > li > a {
		padding: 10px 22px 10px 22px;
	}
	/* .employees-page .container {
		max-width: 1180px;
	} */
	.employees-page .navigation.navbar-2 .navbar > ul > li > a {
		padding: 10px 22px 10px 24px;
	}
	/* .employees-page .sub-navigation .custom-navbar > ul > li > a {
		padding: 10px 22px 10px 22px;
	} */
	/* .announcement-page .sub-navigation-3 .custom-navbar > ul > li > a {
		padding: 10px 22px 10px 22px;
	} */
}

@media (min-width:1920px){
	.employees-page .navigation.navbar-2 .navbar > ul > li > a {
		padding: 10px 12px 10px 12px;
	}
}

@media only screen and (min-width: 1024px) and (max-width: 1280px)  {
	.employees-page .navigation.navbar-2 .navbar > ul > li > a {
		padding: 10px 22px 10px 24px;
	}  
}

@media (max-width:1920px) {
	.employees-page .navigation.navbar-2 .navbar > ul > li > a {
		padding: 10px 12px 10px 12px;
	}  
}



@media (max-width:1366px) {
	.announcement-page .navbar a {
		padding: 10px 18px 10px 18px;
	}
	/* .announcement-page .navbar > ul > li > a {
		padding: 10px 12px 10px 12px;
	} */
	.employees-page .navbar > ul > li > a {
		padding: 10px 28px 10px 28px;
	}
	.employees-page .navbar-2 .navbar > ul > li > a {
		padding: 10px 20px 10px 20px;
	}
	.employees-page .navigation-4 .navbar > ul > li > a {
		padding: 10px 18px 10px 18px;
	}
	.employees-page .sub-navigation .navbar > ul > li > a {
		padding: 10px 20px 10px 20px;
	}
	.employees-page .sub-navigation-3 .navbar > ul > li > a {
		padding: 10px 24px 10px 24px;
	}
	.employees-page .custom-navbar.align-right {
		padding-left: 8px;
	}
	.about-phasesite-page .navigation.sub-navigation .custom-navbar > ul > .nav-item > .nav-link {
		padding: 10px 12px 10px 12px;
	}
	.announcement-page .top-bar-right .social-icons li {
		margin: 0px 3px;
	}
}

@media (max-width:1200px){
	.employees-page .container {
		max-width: 100%;
	}
	.announcement-page .navbar a {
		padding: 10px 18px 10px 18px;
	}
	.announcement-page .navbar > ul > li > a {
		padding: 10px 12px 10px 12px;
	}
	.employees-page .navbar > ul > li > a {
		padding: 10px 28px 10px 28px;
	}
	.employees-page .navbar-2 .navbar > ul > li > a {
		padding: 10px 20px 10px 20px;
	}
	.employees-page .navigation-4 .navbar > ul > li > a {
		padding: 10px 18px 10px 18px;
	}
	.employees-page .sub-navigation .navbar > ul > li > a {
		padding: 10px 24px 10px 24px;
	}
	.employees-page .sub-navigation-3 .navbar > ul > li > a {
		padding: 10px 22px 10px 22px;
	}
	.employees-page .custom-navbar.align-right {
		padding-left: 8px;
	}
	.hierarchy-page .navbar > ul > li > a {
		padding: 10px 12px 10px 12px;
	}
	.hierarchy-page .navigation-2 .navbar > ul > li > a {
		padding: 10px 24px 10px 24px;
	}
	.hierarchy-page .sub-navigation-3 .navbar > ul > li > a {
		padding: 10px 20px 10px 20px;
	}
}


/*the-phasesite-lord*/
.the-phasesite-lord .custom-navbar.align-right .tooltip:last-child {
    margin-right: 0px;
}
.the-phasesite-lord .top-bar-right .social-icons li a {
    border: solid 2px #00b0f0;
}
.the-phasesite-lord .user-account .dropdown-toggle {
    color: #fff;
}
.the-phasesite-lord .reaction-select .dropdown-toggle {
    color: #fff;
}
.the-phasesite-lord .custom-navbar ul li.nav-item a.nav-link-one {
    color: #fff;
}
.the-phasesite-lord .custom-navbar ul li.dropdown.circle.blue a {
    color: #fff;
}
.custom-navbar ul li.nav-item a.nav-link-three {
    color: #fff;
    padding: 10px 20px 10px 22px;
    border: solid 0px #fff;
    background-color: rgba(67 115 197);
    background: linear-gradient(0deg, rgba(67 115 197) 0%, rgba(67 115 197) 59%, rgba(0, 63, 87, 1) 100%);
    border-radius: 10px;
}
.custom-navbar ul li.nav-item a.nav-link-four {
    color: #fff;
    padding: 10px 20px 10px 22px;
    border: solid 2px #fff;
    background-color: rgba(237 125 49);
    background: linear-gradient(0deg, rgba(237 125 49) 0%, rgba(237 125 49) 59%, rgb(0 0 0 / 0%) 100%);
    border-radius: 10px;
}
.the-phasesite-lord .custom-navbar ul.nav-left li.nav-item a.nav-link-two {
    padding: 10px 22px 10px 22px;
}

/*The Chief Phasesite*/
.the-chief-phasesite .custom-navbar.align-right .tooltip:last-child {
    margin-right: 0px;
}
.the-chief-phasesite .top-bar-right .social-icons li a {
    border: solid 2px #00b0f0;
}
.the-chief-phasesite .user-account .dropdown-toggle {
    color: #fff;
}
.the-chief-phasesite .reaction-select .dropdown-toggle {
    color: #fff;
}
.the-chief-phasesite .custom-navbar ul li.nav-item a.nav-link-one {
    color: #fff;
}
.the-chief-phasesite .custom-navbar ul li.dropdown.circle.blue a {
    color: #fff;
}
.the-chief-phasesite ul li.nav-item a.nav-link-purple {
    color: #fff;
    padding: 10px 20px 10px 22px;
    border: solid 2px #fff;
    background: rgba(112, 47, 160);
    background: linear-gradient(0deg, rgba(112, 47, 160, 1) 0%, rgba(112, 47, 160, 1) 59%, rgb(17 17 17) 100%);
    border-radius: 10px;
}
.the-chief-phasesite ul li.nav-item a.nav-link-light-blue {
    background-color: #8397b0;
}
.the-chief-phasesite .custom-navbar ul.nav-left li.nav-item a.nav-link-two {
    padding: 10px 22px 10px 22px;
}

/******** The Phasesite Culture**********/
/* .the-phasesite-culture .top-bar-right .select-box {
    width: calc(100% - 0px);
} */
.the-phasesite-culture .navigation.navigation-culture2 .custom-navbar .tooltip {
    padding: 0;
}
.the-phasesite-culture .navigation.navigation-culture2 .custom-navbar .tooltip .nav-link.circle {
    padding: 0px !important;
    width: 39px;
    height: 39px;
    margin-right: 2px;
}
.custom-navbar ul li.nav-item a.btn-gray {
    background: rgba(127 127 127);
    background: linear-gradient(0deg, rgba(127 127 127) 0%, rgba(127 127 127) 59%, rgb(29 29 29) 100%);
    color: #fff;
}
.the-phasesite-culture .custom-navbar ul.nav-center li.nav-item a.nav-link-two {
    color: #fff;
    padding: 10px 16px 10px 16px;
}

.the-phasesite-culture .custom-navbar ul.nav-left li.nav-item a.nav-link-two {
    color: #fff;
    padding: 10px 18px 10px 18px;
}
.the-phasesite-culture .tooltip:last-child {
    margin-right: 0px;
}

.the-phasesite-culture .search-filter-form .inner-form>span {
    margin-right: 30px;
}


/******** The Phasesite diversity**********/
.the-phasesite-diversity .navigation.navigation-culture2 .custom-navbar .tooltip {
    padding: 0;
}
.the-phasesite-diversity .navigation.navigation-culture2 .custom-navbar .tooltip .nav-link.circle {
    padding: 0px !important;
    width: 39px;
    height: 39px;
    margin-right: 2px;
}
.custom-navbar ul li.nav-item a.btn-gray {
    background: rgba(127 127 127);
    background: linear-gradient(0deg, rgba(127 127 127) 0%, rgba(127 127 127) 59%, rgb(29 29 29) 100%);
    color: #fff;
}
.the-phasesite-diversity .custom-navbar ul.nav-center li.nav-item a.nav-link-two {
    color: #fff;
    padding: 10px 16px 10px 16px;
}

.the-phasesite-diversity .custom-navbar ul.nav-left li.nav-item a.nav-link-two {
    color: #fff;
    padding: 10px 18px 10px 18px;
}
.the-phasesite-diversity .tooltip:last-child {
    margin-right: 0px;
}


/******** The Phasesite hierarchy**********/
.the-phasesite-hierarchy .navigation.navigation-culture2 .custom-navbar .tooltip {
    padding: 0;
}
.the-phasesite-hierarchy .navigation.navigation-culture2 .custom-navbar .tooltip .nav-link.circle {
    margin-right: 4px;
}
.custom-navbar ul li.nav-item a.btn-gray {
    background: rgba(165 165 165) !important;
    background: linear-gradient(0deg, rgba(165 165 165) 0%, rgba(165 165 165) 59%, rgb(75 75 75) 100%) !important;
    color: #fff;
}
.the-phasesite-hierarchy .custom-navbar ul.nav-center li.nav-item a.nav-link-two {
    color: #fff;
    padding: 10px 16px 10px 16px;
}

.the-phasesite-hierarchy .custom-navbar ul.nav-left li.nav-item a.nav-link-two {
    color: #fff;
    padding: 10px 18px 10px 18px;
}
.the-phasesite-hierarchy .tooltip:last-child {
    margin-right: 0px;
}

.the-phasesite-hierarchy .custom-navbar ul li.nav-item a.nav-link-one {
    padding: 10px 22px 10px 24px;
}
.the-phasesite-hierarchy ul li.nav-item a.nav-link-purple {
    color: #fff;
    padding: 10px 20px 10px 20px;
    border: solid 2px #fff;
    background: rgba(112, 47, 160);
    background: linear-gradient(0deg, rgba(112, 47, 160, 1) 0%, rgba(112, 47, 160, 1) 59%, rgb(17 17 17) 100%);
    border-radius: 10px;
}
.the-phasesite-hierarchy .custom-navbar ul.nav-center li.nav-item a.nav-link-two {
    color: #fff;
    padding: 10px 20px 10px 20px;
    margin-right: 5px;
}



/******** the-phasesite-mission **********/
.the-phasesite-mission .navigation.navigation-culture2 .custom-navbar .tooltip {
    padding: 0;
}
.the-phasesite-mission .navigation.navigation-culture2 .custom-navbar .tooltip .nav-link.circle {
    padding: 0px !important;
    width: 39px;
    height: 39px;
    margin-right: 2px;
}
.the-phasesite-mission .custom-navbar ul.nav-center li.nav-item a.nav-link-two {
    color: #fff;
    padding: 10px 16px 10px 16px;
}

.the-phasesite-mission .custom-navbar ul.nav-left li.nav-item a.nav-link-two {
    color: #fff;
    padding: 10px 18px 10px 18px;
}
.the-phasesite-mission .tooltip:last-child {
    margin-right: 0px;
}

/* .the-phasesite-mission .custom-navbar ul li.nav-item a.nav-link-one {
    padding: 10px 14px 10px 14px;
} */

.the-phasesite-mission ul li.nav-item a.btn-gray {
    color: #002465 !important;
    padding: 10px 18px 10px 18px;
}



/******** the-phasesite-employees **********/
.the-phasesite-employees .navigation.navigation-culture2 .custom-navbar .tooltip {
    padding: 0;
}
.the-phasesite-employees .navigation.navigation-culture2 .custom-navbar .tooltip .nav-link.circle {
    padding: 0px !important;
    width: 39px;
    height: 39px;
    margin-right: 2px;
}
.the-phasesite-employees .custom-navbar ul.nav-center li.nav-item a.nav-link-two {
    color: #fff;
    padding: 10px 12px 10px 12px;
}

.the-phasesite-employees .custom-navbar ul.nav-left li.nav-item a.nav-link-two {
    color: #fff;
    padding: 10px 18px 10px 18px;
}
.the-phasesite-employees .tooltip:last-child {
    margin-right: 0px;
}

.the-phasesite-employees .custom-navbar ul li.nav-item a.nav-link-one {
    padding: 10px 20px 10px 20px;
}

.the-phasesite-employees ul li.nav-item a.btn-gray {
    color: #002465 !important;
    padding: 10px 18px 10px 18px;
}
.custom-navbar ul li.nav-item a.nav-link-white {
    color: #1d1c39;
    padding: 10px 18px 10px 14px;
    border: solid 2px #fff;
    background: rgb(255, 255, 255);
    background: linear-gradient(0deg, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 59%, rgb(255, 255, 255) 100%);
    border-radius: 10px;
}

/******** The Phasesite opportunities**********/
.the-phasesite-opportunities .navigation.navigation-culture2 .custom-navbar .tooltip {
    padding: 0;
}
.the-phasesite-opportunities .navigation.navigation-culture2 .custom-navbar .tooltip .nav-link.circle {
    padding: 0px !important;
    width: 40px;
    height: 40px;
    margin-right: 2px;
}
.custom-navbar ul li.nav-item a.btn-gray {
    background: rgba(165 165 165) !important;
    background: linear-gradient(0deg, rgba(165 165 165) 0%, rgba(165 165 165) 59%, rgb(75 75 75) 100%) !important;
    color: #fff;
}
.the-phasesite-opportunities .custom-navbar ul.nav-center li.nav-item a.nav-link-two {
    color: #fff;
    padding: 10px 16px 10px 16px;
}

.the-phasesite-opportunities .custom-navbar ul.nav-left li.nav-item a.nav-link-two {
    color: #fff;
    padding: 10px 18px 10px 18px;
}
.the-phasesite-opportunities .tooltip:last-child {
    margin-right: 0px;
}

.the-phasesite-opportunities .custom-navbar ul li.nav-item a.nav-link-one {
    padding: 10px 14px 10px 14px;
}
.the-phasesite-opportunities ul li.nav-item a.nav-link-purple {
    color: #fff;
    padding: 10px 20px 10px 20px;
    border: solid 2px #fff;
    background: rgba(112, 47, 160);
    background: linear-gradient(0deg, rgba(112, 47, 160, 1) 0%, rgba(112, 47, 160, 1) 59%, rgb(17 17 17) 100%);
    border-radius: 10px;
}

.the-phasesite-opportunities .custom-navbar ul.nav-center li.nav-item a.nav-link-two {
    color: #fff;
    padding: 10px 20px 10px 20px;
    margin-right: 3px;
}


/******** The Phasesite the-management-levels**********/
.the-phasesite-the-management-levels .top-bar-right .social-icons li a {
    border: solid 2px #00b0f0;
}
.the-phasesite-the-management-levels .navigation.navigation-culture2 .custom-navbar .tooltip {
    padding: 0;
}

.custom-navbar ul li.nav-item a.btn-gray {
    background: rgba(165 165 165) !important;
    background: linear-gradient(0deg, rgba(165 165 165) 0%, rgba(165 165 165) 59%, rgb(75 75 75) 100%) !important;
    color: #fff;
}
.the-phasesite-the-management-levels .custom-navbar ul.nav-center li.nav-item a.nav-link-two {
    color: #fff;
    padding: 10px 16px 10px 16px;
}

.the-phasesite-the-management-levels .custom-navbar ul.nav-left li.nav-item a.nav-link-two {
    color: #fff;
    padding: 10px 18px 10px 18px;
}
.the-phasesite-the-management-levels .tooltip:last-child {
    margin-right: 0px;
}

.the-phasesite-the-management-levels .custom-navbar ul li.nav-item a.nav-link-one {
    padding: 10px 14px 10px 14px;
}
.the-phasesite-the-management-levels ul li.nav-item a.nav-link-purple {
    color: #fff;
    padding: 10px 20px 10px 20px;
    border: solid 0px #fff;
    background: rgba(112, 47, 160);
    background: linear-gradient(0deg, rgba(112, 47, 160, 1) 0%, rgba(112, 47, 160, 1) 59%, rgb(17 17 17) 100%);
    border-radius: 10px;
}
.the-phasesite-the-management-levels .custom-navbar ul.nav-center li.nav-item a.nav-link-two {
    color: #fff;
    padding: 10px 20px 10px 20px;
    margin-right: 5px;
}



/******** The Phasesite Values**********/
.the-phasesite-values .navigation.navigation-culture2 .custom-navbar .tooltip {
    padding: 0;
}
.the-phasesite-values .navigation.navigation-culture2 .custom-navbar .tooltip .nav-link.circle {
    padding: 0px !important;
    width: 39px;
    height: 39px;
    margin-right: 2px;
}
.custom-navbar ul li.nav-item a.btn-gray {
    background: rgba(127 127 127);
    background: linear-gradient(0deg, rgba(127 127 127) 0%, rgba(127 127 127) 59%, rgb(29 29 29) 100%);
    color: #fff;
}
.the-phasesite-values .custom-navbar ul.nav-center li.nav-item a.nav-link-two {
    color: #fff;
    padding: 10px 18px 10px 18px;
}

.the-phasesite-values .custom-navbar ul.nav-left li.nav-item a.nav-link-two {
    color: #fff;
    padding: 10px 18px 10px 18px;
}
.the-phasesite-values .tooltip:last-child {
    margin-right: 0px;
}


/******** the-phasesite-Vision **********/
.the-phasesite-vision .navigation.navigation-culture2 .custom-navbar .tooltip {
    padding: 0;
}
.the-phasesite-vision .navigation.navigation-culture2 .custom-navbar .tooltip .nav-link.circle {
    padding: 0px !important;
    width: 39px;
    height: 39px;
    margin-right: 2px;
}
.the-phasesite-vision .custom-navbar ul.nav-center li.nav-item a.nav-link-two {
    color: #fff;
    padding: 10px 16px 10px 16px;
}

.the-phasesite-vision .custom-navbar ul.nav-left li.nav-item a.nav-link-two {
    color: #fff;
    padding: 10px 18px 10px 18px;
}
.the-phasesite-vision .tooltip:last-child {
    margin-right: 0px;
}

.the-phasesite-vision ul li.nav-item a.btn-gray {
    color: #002465 !important;
    padding: 10px 18px 10px 18px;
}


/******** the-phasesite-developers **********/
.the-phasesite-developers .navigation.navigation-culture2 .custom-navbar .tooltip {
    padding: 0;
}
.the-phasesite-developers .navigation.navigation-culture2 .custom-navbar .tooltip .nav-link.circle {
    padding: 0px !important;
    width: 39px;
    height: 39px;
    margin-right: 2px;
}
.the-phasesite-developers .custom-navbar ul.nav-center li.nav-item a.nav-link-two {
    color: #fff;
}

.the-phasesite-developers .custom-navbar ul.nav-left li.nav-item a.nav-link-two {
    color: #fff;
    padding: 10px 18px 10px 18px;
}
.the-phasesite-developers .tooltip:last-child {
    margin-right: 0px;
}

.the-phasesite-developers ul li.nav-item a.btn-gray {
    color: #002465 !important;
    padding: 10px 18px 10px 18px;
}


/******** The Phasesite Awards **********/
.the-phasesite-awards .navigation.navigation-culture2 .custom-navbar .tooltip {
    padding: 0;
}
.the-phasesite-awards .navigation.navigation-culture2 .custom-navbar .tooltip .nav-link.circle {
    padding: 0px !important;
    width: 39px;
    height: 39px;
    margin-right: 2px;
}
.the-phasesite-awards .custom-navbar ul.nav-center li.nav-item a.nav-link-two {
    color: #fff;
    padding: 10px 16px 10px 16px;
}
.the-phasesite-awards .navigation.navigation-culture2 .custom-navbar .tooltip {
    padding: 0;
}

.the-phasesite-awards .tooltip:last-child {
    margin-right: 0px;
}

.the-phasesite-awards ul li.nav-item a.btn-gray {
    color: #002465 !important;
}

/******** The Phasesite Recognition **********/
.the-phasesite-recognition .navigation.navigation-culture2 .custom-navbar .tooltip {
    padding: 0;
}
.the-phasesite-recognition .navigation.navigation-culture2 .custom-navbar .tooltip .nav-link.circle {
    padding: 0px !important;
    width: 38px;
    height: 38px;
    margin-right: 2px;
}
.the-phasesite-recognition .custom-navbar ul.nav-center li.nav-item a.nav-link-two {
    color: #fff;
    padding: 10px 16px 10px 16px;
}
.the-phasesite-recognition .navigation.navigation-culture2 .custom-navbar .tooltip {
    padding: 0;
}

.the-phasesite-recognition .tooltip:last-child {
    margin-right: 0px;
}

.the-phasesite-recognition ul li.nav-item a.btn-gray {
    color: #002465 !important;
}

.the-phasesite-recognition .custom-navbar ul li.nav-item a.nav-link-yellow {
    color: #fff;
    padding: 10px 24px 10px 20px;
    border: none;
    background: rgb(191,145,0);
    background: linear-gradient(0deg, rgba(191,145,0,1) 0%, rgba(191,145,0,1) 67%, rgba(108,83,4,1) 100%);
    border-radius: 10px;
}

.the-phasesite-recognition .custom-navbar ul li.nav-item a.nav-link-one-wt {
    padding: 10px 18px 10px 18px;
}

.the-phasesite-recognition .custom-navbar ul li.nav-item a.nav-link-one {
    padding: 10px 16px 10px 10px;
}

/******** The Phasesite Certificate **********/
.the-phasesite-certificate .navigation.navigation-culture2 .custom-navbar .tooltip {
    padding: 0;
}
.the-phasesite-certificate .navigation.navigation-culture2 .custom-navbar .tooltip .nav-link.circle {
    padding: 0px !important;
    width: 38px;
    height: 38px;
    margin-right: 2px;
}
.the-phasesite-certificate .custom-navbar ul.nav-center li.nav-item a.nav-link-two {
    color: #fff;
    padding: 10px 16px 10px 16px;
}
.the-phasesite-certificate .navigation.navigation-culture2 .custom-navbar .tooltip {
    padding: 0;
}

.the-phasesite-certificate .tooltip:last-child {
    margin-right: 0px;
}

.the-phasesite-certificate ul li.nav-item a.btn-gray {
    color: #002465 !important;
}
.the-phasesite-certificate .custom-navbar ul li.nav-item a.nav-link-yellow {
    color: #fff;
    padding: 10px 24px 10px 20px;
    border: none;
    background: rgb(191,145,0);
    background: linear-gradient(0deg, rgba(191,145,0,1) 0%, rgba(191,145,0,1) 67%, rgba(108,83,4,1) 100%);
    border-radius: 10px;
}

.the-phasesite-certificate .custom-navbar ul li.nav-item a.nav-link-one-wt {
    padding: 10px 18px 10px 18px;
}

/******** The Phasesite shareholders **********/
.the-phasesite-shareholders .navigation.navigation-culture2 .custom-navbar .tooltip {
    padding: 0;
}
.the-phasesite-shareholders .navigation.navigation-culture2 .custom-navbar .tooltip .nav-link.circle {
    padding: 0px !important;
    width: 38px;
    height: 38px;
    margin-right: 2px;
}
.the-phasesite-shareholders .custom-navbar ul.nav-center li.nav-item a.nav-link-two {
    color: #fff;
    padding: 10px 16px 10px 16px;
}
.the-phasesite-shareholders .navigation.navigation-culture2 .custom-navbar .tooltip {
    padding: 0;
}

.the-phasesite-shareholders .tooltip:last-child {
    margin-right: 0px;
}

.the-phasesite-shareholders ul li.nav-item a.btn-gray {
    color: #002465 !important;
}
.the-phasesite-shareholders .custom-navbar ul li.nav-item a.nav-link-yellow {
    color: #fff;
    padding: 10px 18px 10px 18px;
    border: none;
    background: rgb(191,145,0);
    background: linear-gradient(0deg, rgba(191,145,0,1) 0%, rgba(191,145,0,1) 67%, rgba(108,83,4,1) 100%);
    border-radius: 10px;
}

.the-phasesite-shareholders .custom-navbar ul li.nav-item a.nav-link-one-wt {
    padding: 10px 18px 10px 18px;
}
.the-phasesite-shareholders .navigation-culture2 .custom-navbar ul li.nav-item a.nav-link-one {
    padding: 10px 12px 10px 12px;
}

/******** The Phasesite stakeholders **********/
.the-phasesite-stakeholders .navigation.navigation-culture2 .custom-navbar .tooltip {
    padding: 0;
}
.the-phasesite-stakeholders .navigation.navigation-culture2 .custom-navbar .tooltip .nav-link.circle {
    padding: 0px !important;
    width: 38px;
    height: 38px;
    margin-right: 2px;
}
.the-phasesite-stakeholders .custom-navbar ul.nav-center li.nav-item a.nav-link-two {
    color: #fff;
    padding: 10px 14px 10px 14px;
}
.the-phasesite-stakeholders .navigation.navigation-culture2 .custom-navbar .tooltip {
    padding: 0;
}

.the-phasesite-stakeholders .tooltip:last-child {
    margin-right: 0px;
}

.the-phasesite-stakeholders ul li.nav-item a.btn-gray {
    color: #002465 !important;
}
.the-phasesite-stakeholders .custom-navbar ul li.nav-item a.nav-link-yellow {
    color: #fff;
    padding: 10px 14px 10px 14px;
    border: none;
    background: rgb(191,145,0);
    background: linear-gradient(0deg, rgba(191,145,0,1) 0%, rgba(191,145,0,1) 67%, rgba(108,83,4,1) 100%);
    border-radius: 10px;
}

.the-phasesite-stakeholders .custom-navbar ul li.nav-item a.nav-link-one-wt {
    padding: 10px 18px 10px 18px;
}
.the-phasesite-stakeholders .navigation-culture2 .custom-navbar ul li.nav-item a.nav-link-one {
    padding: 10px 14px 10px 14px;
}

/******** the-phasesite-investors **********/
.the-phasesite-investors .navigation.navigation-culture2 .custom-navbar .tooltip {
    padding: 0;
}
.the-phasesite-investors .navigation.navigation-culture2 .custom-navbar .tooltip .nav-link.circle {
    padding: 0px !important;
    width: 39px;
    height: 39px;
    margin-right: 1.5px;
}
.the-phasesite-investors .custom-navbar ul.nav-center li.nav-item a.nav-link-two {
    color: #fff;
    padding: 10px 14px 10px 14px;
}

.the-phasesite-investors .custom-navbar ul.nav-left li.nav-item a.nav-link-two {
    color: #fff;
    padding: 10px 18px 10px 18px;
}
.the-phasesite-investors .tooltip:last-child {
    margin-right: 0px;
}

.the-phasesite-investors ul li.nav-item a.btn-gray {
    color: #002465 !important;
    padding: 10px 18px 10px 18px;
}

.announcement-page.the-phasesite-investors .top-bar-right .social-icons li a {
    border: solid 2px #00b0f1;
}

/******** the-phasesite-owners **********/
.the-phasesite-owners .navigation.navigation-culture2 .custom-navbar .tooltip {
    padding: 0;
}
.the-phasesite-owners .navigation.navigation-culture2 .custom-navbar .tooltip .nav-link.circle {
    padding: 0px !important;
    width: 39px;
    height: 39px;
    margin-right: 2px;
}
.the-phasesite-owners .custom-navbar ul.nav-center li.nav-item a.nav-link-two {
    color: #fff;
    /* padding: 10px 14px 10px 14px; */
}

.the-phasesite-owners .custom-navbar ul.nav-left li.nav-item a.nav-link-two {
    color: #fff;
    padding: 10px 18px 10px 18px;
}
.the-phasesite-owners .tooltip:last-child {
    margin-right: 0px;
}

.the-phasesite-owners ul li.nav-item a.btn-gray {
    color: #002465 !important;
    padding: 10px 18px 10px 18px;
}

.announcement-page.the-phasesite-owners .top-bar-right .social-icons li a {
    border: solid 2px #00b0f1;
}
.the-phasesite-owners .custom-navbar ul li.nav-item a.nav-link-one {
    padding: 10px 14px 10px 14px;
}


/******** the-phasesite-founder **********/
.the-phasesite-founder .navigation.navigation-culture2 .custom-navbar .tooltip {
    padding: 0;
}
.the-phasesite-founder .navigation.navigation-culture2 .custom-navbar .tooltip .nav-link.circle {
    padding: 0px !important;
    width: 39px;
    height: 39px;
    margin-right: 2px;
}
.the-phasesite-founder .custom-navbar ul.nav-center li.nav-item a.nav-link-two {
    color: #fff;
    /* padding: 10px 14px 10px 14px; */
}

.the-phasesite-founder .custom-navbar ul.nav-left li.nav-item a.nav-link-two {
    color: #fff;
    padding: 10px 18px 10px 18px;
}
.the-phasesite-founder .tooltip:last-child {
    margin-right: 0px;
}

.the-phasesite-founder ul li.nav-item a.btn-gray {
    color: #002465 !important;
    padding: 10px 18px 10px 18px;
}

.announcement-page.the-phasesite-founder .top-bar-right .social-icons li a {
    border: solid 2px #00b0f1;
}
.the-phasesite-founder .custom-navbar ul li.nav-item a.nav-link-one {
    padding: 10px 14px 10px 14px;
}


@media (min-width:768px){
	.the-phasesite-culture .top-bar .top-bar-left {
		width: 56.333333%;
	}
	
	.the-phasesite-culture .top-bar .top-bar-right {
		width: 43.333333%;
	}
}


.copyright {
    display: flex;
}

#lolcat-container {
    overflow: hidden;
    margin-left: 4px;
}
  
.lolcat{
	margin-left:-100%;
	animation-direction: reverse;
	animation:1s 1 alternate forwards close;
	width: 0px;
}
  
.copyright:hover .lolcat{
	  animation:1s 1 alternate forwards open;
	  width: inherit;
  }
  
  @keyframes open {
	0% {
	  margin-left:-100%;
	}
	100% {
	  margin-left:0%;
	}
  }
  
  @keyframes close {
	0% {
	  margin-left:0%;
	}
	100% {
	  margin-left:-100%;
	}
  }
  





  /* Social Icon*/
  .copyright {
    display: flex;
    padding-left: 0px;
    padding-top: 10px;
    flex-basis: content;
    flex: auto;
    max-width: max-content;
	height: 30px;
}

.share {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  float: left;
  height: 40px;
  line-height: 40px;
  border-radius: 3px;
  clear: both;
  float: right;
}
.share:after {
  cursor: pointer;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  content: "";
}
.share:active:after {
  height: 0;
  z-index: -1;
  opacity: 0;
}
.share__text {
  position: absolute;
  text-align: center;
  width: 100%;
  height: 100%;
  z-index: 99;
  top: 0;
  left: 0;
  background-color: rgba(var(--color-primary-rgb), 0.8);
  border-radius: 3px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #fff;
}
.share__content {
  position: relative;
  height: inherit;
  display: flex;
  gap:6px;
}
.share__content:after, .share__content:before {
  content: "";
  display: none;
  height: 100%;
  position: absolute;
  width: 6px;
  z-index: -1;
}
.share__content:after {
  left: -6px;
}
.share__content:before {
  right: -6px;
}
.share__content:hover {
  z-index: 1000;
}
.share__content:hover:after, .share__content:hover:before {
  display: block;
}
.share__content:hover .share__text {
  transition: 0s all ease-out;
  transition-delay: 0s;
  opacity: 0;
  z-index: -1;
}
.share__content:hover .share__social {
  width: 40px;
  border-radius: 3px;
}
.share__content:hover .share__social--first {
  margin-left: 0;
}
.share__content:hover .share__social:after {
  opacity: 1;
}
.share__content:hover .share__social--facebook {
  background-color: #496094;
}
.share__content:hover .share__social--twitter {
  background-color: #4ac4f3;
}
.share__content:hover .share__social--linkedin {
  background-color: #2388d6;
}
.share__content:hover .share__social--google {
  background-color: #da4835;
}
.share__social {
    position: relative;
    height: 40px;
    width: 12.6666666667px;
    float: left;
    color: white !important;
    transition: all 0.15s ease-out;
    display: flex;
    justify-content: center;
    align-items: center;
}
.share__social svg {
    width: 18px;
    height: 18px;
	opacity: 0;
    transition: 0.15s all ease-out;
}
.share__content:hover .share__social svg {
    opacity: 1;
}
.share__social--first {
  border-radius: 3px 0 0 3px;
}
.share__social--last {
  border-radius: 0 3px 3px 0;
}
.share__social:after {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-family: FontAwesome;
  text-align: center;
  font-size: 18px;
  line-height: 40px;
  content: "";
  opacity: 0;
  transition: 0.15s all ease-out;
}

.home .footer, 
.sitemarket .footer {
	margin-top: -50px;
	background: transparent;
}
.home .footer .footer-legal,
.sitemarket .footer .footer-legal {
	background: transparent;
	padding: 0px 0;
	color: #fff;
}
.home .copyright,
.sitemarket .copyright {
    padding-left: 16px;
}
.home .share,
.sitemarket .share {
    margin-right: 16px;
}


.financial_service_page #header {
	background: #fff;
}
.financial_service_page #header .top-bar {
	background: #fff;
	padding: 0 12px;
}
.financial_service_page #header .top-menu {
	display: flex;
	justify-content: flex-end;
}
.financial_service_page #header .top-menu li {
	margin: 0 12px;
}
.financial_service_page #header .top-menu li a {
	color: #0000ff;
}
.financial_service_page #header .top-menu li.color_link a {
	color: #c45911;
	font-weight: 700;
}
.financial-service_navigation .navbar>ul>li>a {
	padding: 0;
	box-shadow: none;
	background: none;
	font-size: 15px;
	color: #0000ff;
	margin: 0 12px;
}
.financial-service_navigation .navbar>ul>li>a:hover {
	color: #0000ff;
}
.financial-service_navigation {
	padding: 12px 0 0;
}
.financial_slide .img-bg {
	width: 100%;
	height: 1025px;
}
.financial-small .img-bg {
	height: 725px;
}
.financial-small {
	margin: 50px 0 0;
}
.main_navigation {
	background: rgb(0,176,241);
	background: linear-gradient(0deg, rgba(0, 176, 241, 1) 0%, rgba(0, 176, 241, 1) 80%, rgba(0, 63, 87, 1) 100%);
}
.main_navigation ul {
	display: flex;
	justify-content: center;
	color: #fff;
	padding: 8px;
	box-sizing: border-box;
}
.main_navigation ul li a {
	margin: 0 12px;
	color: #fff;
	font-size: 17px;
}
.financial_service_page .container {
	max-width: 100%;
	padding: 0;
}
.financial_service_page .header .top-bar {
	padding: 0;
}
.financial_service_page .financial-service_navigation {
	padding: 12px 5px;
}
.the_phasesite_finacial_services .reaction-select .dropdown-toggle {
	color: #00b0f0;
}
.the_phasesite_finacial_services .user-account .dropdown-toggle {
	color: #00b0f0;
}
.the_phasesite_finacial_services .top-bar-right .social-icons li a {
	border: 2px solid #00b0f0;
}
.the_phasesite_finacial_services .custom-navbar ul li.nav-item:nth-child(2) a.nav-link-one {
	color: #00b0f0;
}
.the_phasesite_finacial_services .custom-navbar ul li.nav-item a.nav-link-one {
	color: #fff;
}
.the_phasesite_finacial_services .custom-navbar ul li.dropdown.circle.blue a {
	color: #00b0f0;
	border: 2px solid #00b0f0;
}
.the_phasesite_finacial_services .navigation .nav-link.circle {
	margin-right: 5px !important;
}
 
.the_phasesite_finacial_services .border-none {
	color: #002060 !important;
	border: none !important;
}
.the_phasesite_finacial_services.lab-services .dropdown .ul-dropdown li a {
	color: #fff;
}
.the_phasesite_finacial_services.lab-services .dropdown .grey-color {
	background: linear-gradient(0deg, rgba(165 165 165) 0%, rgba(165 165 165) 59%, rgb(75 75 75) 100%) !important;
}
.the_phasesite_finacial_services.lab-services .buttons-main ul li {
	padding: 0 3px 0 0;
}
.blue-arrow a i {
	color: #00b0f0;
}
.the-phasesite-advertising-services .navbar>ul>li>a.colorful {
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#3e195c+0,6e31a2+32,6e31a2+100 */
	background: linear-gradient(to bottom,  #3e195c 0%,#6e31a2 32%,#6e31a2 100%) !important; /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

	color: #fff !important;
}
.dropdown-main-select ul {
	width: 100% !important;
	display: flex;
	flex-direction: column;
}
.dropdown-main-select ul li {
	width: 100% !important;
}
.dropdown-main-select ul li a {
	background: none !important;
	width: 100% !important;
}
