* {
	padding: 0;
	margin: 0;
}

body {
	background-color: #000000f2;
}
ul{
	list-style: none !important;
}
a{
	text-decoration: none !important;
}
.container{
    padding-left: 60px;
    width: 90%;
    margin: auto;
}

.exam-header-nav {
	position: fixed;
	top: 0;
	left: 0;
	width: 60px;
	height: 100%;
	z-index: 55555555;
	background-color: #f8f6f6;
	text-align: center;
	transition: all 0.6s ease;

}

.exam-logo {
	padding: 25px 0;
}

.exam-logo img {
	height: 55px;
}

.exam-toggel-menu {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.exam-toggel-menu i {
	font-size: 25px;
}

.exam-social-icon {
	position: absolute;
	bottom: 20px;
	left: 50%;
	transform: translate(-50%);
	z-index: 11;
}

.exam-social-icon>div {
	padding-top: 10px
}

.nav-tab-menu {
	position: fixed;
	top: 0;
	left: 0px;
	width: 250px;
	height: 100vh;
	z-index: 5555;
	background-color: #000;
	transform: translateX(-100%);
	transition: all 0.6s ease;

}
.nav-tab-menu ul {
	padding-left: 30px;

	height: 300px;
	overflow: hidden;

}

.nav-tab-menu li {
	padding-top: 500px;
	opacity: 0;
}

.nav-tab-menu ul li a {
	color: #f9f6f6 !important;
	font-weight: 500;
	font-size: 16px;
}

.nav-tab-menu ul li a:hover,
.nav-social-item a:hover {
	transition: all 0.3s;
    color:#B46060 !important;
}

.nav-social-item {
	position: absolute;
	bottom: 50px;
	left: 20px;
}

.nav-social-item a {
	color: #f9f6f6;
	padding-left: 15px;
	font-size: 14px;

}


i {
	cursor: pointer;
}

.open-menu {
	transform: scale(1) !important;
}

.close-menu {
	transform: translateX(-100%) !important;
}

.close-search {
	transform: translateX(100%) !important;
}

.search {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	background-color: rgba(255, 255, 255, 0.9);
	transform: translateX(100%);
	transition: all 0.8s cubic-bezier(0.77, 0, 0.175, 1);
	z-index: 9999999999999999999999;
}

.search .search-input {
	position: absolute;
	top: 300%;
	left: 48%;
	transform: translate(-50%, -50%);
	border: none;
	width: 400px;
	outline: none;
	padding: 14px;
	background-color: transparent;
}



.fortun {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
}

.fortun .logo img {
	width: 130px;
	height: 200px;
	left: 30% !important;
}

.fortun .title h1 {
	color: #fff;
}

.country {
	position: fixed;
	top: 100px;
	left: 0;
	width: 50px;
	margin-right: 20px;
	z-index: 55;
}

.category {
	display: block;
	position: fixed;
	top: 0px;
	left: 0;
}

#countries {
	top: 0;
	bottom: 0;
	z-index: 666666666666666;
}

.country a:hover {
	text-decoration: none;
	padding-left: 20px;
	color: aliceblue;
}

.container a:hover,
nav a:hover {
	color: gray;

}

.catgg {
	overflow: hidden;
}

.layer {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 100%;
	left: 0;
	background-color: rgba(255, 255, 255, .7);
	text-align: center;
	color: #000;
	font-weight: 800;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
}

.catgg {
	overflow: hidden;
}

.catgg:hover .layer {
	top: 0;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
}

.form-control {
	background-color: transparent;
	border: none;
	border-bottom: 1px solid rgba(255, 255, 255, .7);
	border-radius: 0;
	color: white;
	font-weight: 500;
}

.form-control:focus {
	background-color: transparent;
	border: none;
	border-bottom: 1px solid rgba(255, 255, 255, .7);
	border-radius: 0;
	color: white;
	font-weight: 500;
}

.catgg {
	cursor: pointer;
}

.d-flex {
	flex-wrap: wrap;
}



.loading-screen {
	inset: 0;
	z-index: 9999999999;
	background-color: #000;
	display: flex;
}

body {
	overflow: hidden;
}

.nav-item a {
	cursor: pointer;
}


.sm-loading {
	z-index: 999;
	inset: 0;
	background-color: #0D0D0D;
	display: flex;
	justify-content: center;
	align-items: center;
	color: white;
	height: 100vh;
}

.loading-container {
	display: none;
}

#contact input {
	box-shadow: 0 .5rem 1rem rgba(255, 255, 255, .1) !important
}


/* Media Queuryy*/

@media (max-width:580px)
{
		.container
	{
		padding-left: 3.8rem!important;

	}
}

@media only screen and (max-width: 600px) {
    .container{
      width : 100% !important;
  
  }
  }