/*===========================
     01.COMMON css 
===========================*/
@import url('https://fonts.googleapis.com/css?family=Nunito:300,400,600,700,800&display=swap');
body {
	font-family: 'Nunito', sans-serif;
	font-weight: normal;
	font-style: normal;
	color: #747e88;
}

* {
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.entry-types {
	padding: 60px 20px;
	text-align: center;
	background-color: #f9f9f9;
}

.entry-title {
	font-size: 2rem;
	margin-bottom: 30px;
	color: #222;
	font-weight: 600;
}

.entry-buttons {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 20px;
}

.entry-button {
	display: inline-block;
	padding: 14px 28px;
	background-color: #0058a3;
	color: #fff;
	text-decoration: none;
	border-radius: 8px;
	font-size: 1.1rem;
	font-weight: 500;
	transition:
		background-color 0.3s ease,
		transform 0.2s ease;
}

.entry-button:hover {
	background-color: #003e78;
	transform: translateY(-2px);
}

@media (max-width: 768px) {
	.entry-button {
		width: 100%;
		max-width: 300px;
		font-size: 1rem;
	}
}

.timer {
	font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
	font-size: 2.5rem;
	font-weight: bold;
	color: #ffffff;
	background-color: #ff4b2b;
	padding: 15px 30px;
	border-radius: 10px;
	display: inline-block;
	box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
	letter-spacing: 2px;
	text-align: center;
	user-select: none;
}

img {
	max-width: 100%;
}

a:focus,
input:focus,
textarea:focus,
button:focus {
	text-decoration: none;
	outline: none;
}

a:focus,
a:hover {
	text-decoration: none;
}

i,
span,
a {
	display: inline-block;
}

a {
	color: #f4b60b;
}
a:hover {
	color: #f4680b;
}

audio,
canvas,
iframe,
img,
svg,
video {
	vertical-align: middle;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Nunito', sans-serif;
	font-weight: 700;
	color: #0c2239;
	margin: 0px;
}

h2 {
	font-size: 36px;
}

h3 {
	font-size: 28px;
}

h4 {
	font-size: 22px;
}

h5 {
	font-size: 18px;
}

h6 {
	font-size: 16px;
}

ul,
ol {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

p {
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	color: #747e88;
	margin: 0px;
}

.bg_cover {
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	width: 100%;
	height: 100%;
}

/*===== All Button Style =====*/
.main-btn {
	display: inline-block;
	font-weight: 500;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	padding: 0 40px;
	font-size: 16px;
	line-height: 50px;
	border-radius: 50px;
	color: #000;
	cursor: pointer;
	z-index: 5;
	-webkit-transition: all 0.4s ease-out 0s;
	-moz-transition: all 0.4s ease-out 0s;
	-ms-transition: all 0.4s ease-out 0s;
	-o-transition: all 0.4s ease-out 0s;
	transition: all 0.4s ease-out 0s;
	background-color: transparent;

	border: 3px solid #f4b60b;
}
.main-btn:hover {
	background-color: rgba(56, 66, 77, 0.8);
	color: #fff;
}
.main-btn.main-btn-2 {
	background-color: #fff;
	color: #f4b60b;
	border-color: #f4b60b;
}
.main-btn.main-btn-2:hover {
	background-color: #f4b60b;
	border-color: #f4b60b;
	color: #fff;
}

/*===== All Slick Slide Outline Style =====*/
.slick-slide {
	outline: 0;
}

/*===== All Section Title Style =====*/
.section_title .sub_title {
	font-size: 20px;
	font-weight: 600;
	color: #f4b60b;
}
@media (max-width: 767px) {
	.section_title .sub_title {
		font-size: 16px;
	}
}

.section_title .main_title {
	font-size: 35px;
	font-weight: 700;
	margin-top: 16px;
}
@media (max-width: 767px) {
	.section_title .main_title {
		font-size: 24px;
	}
}

.section_title p {
	margin-top: 20px;
}

/*===== All Preloader Style =====*/
.preloader {
	/* Body Overlay */
	position: fixed;
	top: 0;
	left: 0;
	display: table;
	height: 100%;
	width: 100%;
	/* Change Background Color */
	background: #fff;
	z-index: 99999;
}
.preloader .loader {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}
.preloader .loader .ytp-spinner {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 64px;
	margin-left: -32px;
	z-index: 18;
	pointer-events: none;
}
.preloader .loader .ytp-spinner .ytp-spinner-container {
	pointer-events: none;
	position: absolute;
	width: 100%;
	padding-bottom: 100%;
	top: 50%;
	left: 50%;
	margin-top: -50%;
	margin-left: -50%;
	-webkit-animation: ytp-spinner-linspin 1568.23529647ms linear infinite;
	-moz-animation: ytp-spinner-linspin 1568.23529647ms linear infinite;
	-o-animation: ytp-spinner-linspin 1568.23529647ms linear infinite;
	animation: ytp-spinner-linspin 1568.23529647ms linear infinite;
}
.preloader .loader .ytp-spinner .ytp-spinner-container .ytp-spinner-rotator {
	position: absolute;
	width: 100%;
	height: 100%;
	-webkit-animation: ytp-spinner-easespin 5332ms cubic-bezier(0.4, 0, 0.2, 1)
		infinite both;
	-moz-animation: ytp-spinner-easespin 5332ms cubic-bezier(0.4, 0, 0.2, 1)
		infinite both;
	-o-animation: ytp-spinner-easespin 5332ms cubic-bezier(0.4, 0, 0.2, 1)
		infinite both;
	animation: ytp-spinner-easespin 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite
		both;
}
.preloader
	.loader
	.ytp-spinner
	.ytp-spinner-container
	.ytp-spinner-rotator
	.ytp-spinner-left {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	overflow: hidden;
	right: 50%;
}
.preloader
	.loader
	.ytp-spinner
	.ytp-spinner-container
	.ytp-spinner-rotator
	.ytp-spinner-right {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	overflow: hidden;
	left: 50%;
}
.preloader .loader .ytp-spinner-circle {
	box-sizing: border-box;
	position: absolute;
	width: 200%;
	height: 100%;
	border-style: solid;
	/* Spinner Color */
	border-color: #f4b60b #f4b60b #e8e8e8;
	border-radius: 50%;
	border-width: 6px;
}
.preloader .loader .ytp-spinner-left .ytp-spinner-circle {
	left: 0;
	right: -100%;
	border-right-color: #e8e8e8;
	-webkit-animation: ytp-spinner-left-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1)
		infinite both;
	-moz-animation: ytp-spinner-left-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1)
		infinite both;
	-o-animation: ytp-spinner-left-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1)
		infinite both;
	animation: ytp-spinner-left-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite
		both;
}
.preloader .loader .ytp-spinner-right .ytp-spinner-circle {
	left: -100%;
	right: 0;
	border-left-color: #e8e8e8;
	-webkit-animation: ytp-right-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite
		both;
	-moz-animation: ytp-right-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite
		both;
	-o-animation: ytp-right-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
	animation: ytp-right-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}

/* Preloader Animations */
@-webkit-keyframes ytp-spinner-linspin {
	to {
		-webkit-transform: rotate(360deg);
		-moz-transform: rotate(360deg);
		-ms-transform: rotate(360deg);
		-o-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@keyframes ytp-spinner-linspin {
	to {
		-webkit-transform: rotate(360deg);
		-moz-transform: rotate(360deg);
		-ms-transform: rotate(360deg);
		-o-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@-webkit-keyframes ytp-spinner-easespin {
	12.5% {
		-webkit-transform: rotate(135deg);
		-moz-transform: rotate(135deg);
		-ms-transform: rotate(135deg);
		-o-transform: rotate(135deg);
		transform: rotate(135deg);
	}
	25% {
		-webkit-transform: rotate(270deg);
		-moz-transform: rotate(270deg);
		-ms-transform: rotate(270deg);
		-o-transform: rotate(270deg);
		transform: rotate(270deg);
	}
	37.5% {
		-webkit-transform: rotate(405deg);
		-moz-transform: rotate(405deg);
		-ms-transform: rotate(405deg);
		-o-transform: rotate(405deg);
		transform: rotate(405deg);
	}
	50% {
		-webkit-transform: rotate(540deg);
		-moz-transform: rotate(540deg);
		-ms-transform: rotate(540deg);
		-o-transform: rotate(540deg);
		transform: rotate(540deg);
	}
	62.5% {
		-webkit-transform: rotate(675deg);
		-moz-transform: rotate(675deg);
		-ms-transform: rotate(675deg);
		-o-transform: rotate(675deg);
		transform: rotate(675deg);
	}
	75% {
		-webkit-transform: rotate(810deg);
		-moz-transform: rotate(810deg);
		-ms-transform: rotate(810deg);
		-o-transform: rotate(810deg);
		transform: rotate(810deg);
	}
	87.5% {
		-webkit-transform: rotate(945deg);
		-moz-transform: rotate(945deg);
		-ms-transform: rotate(945deg);
		-o-transform: rotate(945deg);
		transform: rotate(945deg);
	}
	to {
		-webkit-transform: rotate(1080deg);
		-moz-transform: rotate(1080deg);
		-ms-transform: rotate(1080deg);
		-o-transform: rotate(1080deg);
		transform: rotate(1080deg);
	}
}

@keyframes ytp-spinner-easespin {
	12.5% {
		-webkit-transform: rotate(135deg);
		-moz-transform: rotate(135deg);
		-ms-transform: rotate(135deg);
		-o-transform: rotate(135deg);
		transform: rotate(135deg);
	}
	25% {
		-webkit-transform: rotate(270deg);
		-moz-transform: rotate(270deg);
		-ms-transform: rotate(270deg);
		-o-transform: rotate(270deg);
		transform: rotate(270deg);
	}
	37.5% {
		-webkit-transform: rotate(405deg);
		-moz-transform: rotate(405deg);
		-ms-transform: rotate(405deg);
		-o-transform: rotate(405deg);
		transform: rotate(405deg);
	}
	50% {
		-webkit-transform: rotate(540deg);
		-moz-transform: rotate(540deg);
		-ms-transform: rotate(540deg);
		-o-transform: rotate(540deg);
		transform: rotate(540deg);
	}
	62.5% {
		-webkit-transform: rotate(675deg);
		-moz-transform: rotate(675deg);
		-ms-transform: rotate(675deg);
		-o-transform: rotate(675deg);
		transform: rotate(675deg);
	}
	75% {
		-webkit-transform: rotate(810deg);
		-moz-transform: rotate(810deg);
		-ms-transform: rotate(810deg);
		-o-transform: rotate(810deg);
		transform: rotate(810deg);
	}
	87.5% {
		-webkit-transform: rotate(945deg);
		-moz-transform: rotate(945deg);
		-ms-transform: rotate(945deg);
		-o-transform: rotate(945deg);
		transform: rotate(945deg);
	}
	to {
		-webkit-transform: rotate(1080deg);
		-moz-transform: rotate(1080deg);
		-ms-transform: rotate(1080deg);
		-o-transform: rotate(1080deg);
		transform: rotate(1080deg);
	}
}

@-webkit-keyframes ytp-spinner-left-spin {
	0% {
		-webkit-transform: rotate(130deg);
		-moz-transform: rotate(130deg);
		-ms-transform: rotate(130deg);
		-o-transform: rotate(130deg);
		transform: rotate(130deg);
	}
	50% {
		-webkit-transform: rotate(-5deg);
		-moz-transform: rotate(-5deg);
		-ms-transform: rotate(-5deg);
		-o-transform: rotate(-5deg);
		transform: rotate(-5deg);
	}
	to {
		-webkit-transform: rotate(130deg);
		-moz-transform: rotate(130deg);
		-ms-transform: rotate(130deg);
		-o-transform: rotate(130deg);
		transform: rotate(130deg);
	}
}

@keyframes ytp-spinner-left-spin {
	0% {
		-webkit-transform: rotate(130deg);
		-moz-transform: rotate(130deg);
		-ms-transform: rotate(130deg);
		-o-transform: rotate(130deg);
		transform: rotate(130deg);
	}
	50% {
		-webkit-transform: rotate(-5deg);
		-moz-transform: rotate(-5deg);
		-ms-transform: rotate(-5deg);
		-o-transform: rotate(-5deg);
		transform: rotate(-5deg);
	}
	to {
		-webkit-transform: rotate(130deg);
		-moz-transform: rotate(130deg);
		-ms-transform: rotate(130deg);
		-o-transform: rotate(130deg);
		transform: rotate(130deg);
	}
}

@-webkit-keyframes ytp-right-spin {
	0% {
		-webkit-transform: rotate(-130deg);
		-moz-transform: rotate(-130deg);
		-ms-transform: rotate(-130deg);
		-o-transform: rotate(-130deg);
		transform: rotate(-130deg);
	}
	50% {
		-webkit-transform: rotate(5deg);
		-moz-transform: rotate(5deg);
		-ms-transform: rotate(5deg);
		-o-transform: rotate(5deg);
		transform: rotate(5deg);
	}
	to {
		-webkit-transform: rotate(-130deg);
		-moz-transform: rotate(-130deg);
		-ms-transform: rotate(-130deg);
		-o-transform: rotate(-130deg);
		transform: rotate(-130deg);
	}
}

@keyframes ytp-right-spin {
	0% {
		-webkit-transform: rotate(-130deg);
		-moz-transform: rotate(-130deg);
		-ms-transform: rotate(-130deg);
		-o-transform: rotate(-130deg);
		transform: rotate(-130deg);
	}
	50% {
		-webkit-transform: rotate(5deg);
		-moz-transform: rotate(5deg);
		-ms-transform: rotate(5deg);
		-o-transform: rotate(5deg);
		transform: rotate(5deg);
	}
	to {
		-webkit-transform: rotate(-130deg);
		-moz-transform: rotate(-130deg);
		-ms-transform: rotate(-130deg);
		-o-transform: rotate(-130deg);
		transform: rotate(-130deg);
	}
}

/*===========================
     02.HEADER css 
===========================*/
/*===== NAVBAR =====*/
.header_navbar {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 99;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
	background-color: #053c0b;
}

.drawn-section {
	max-width: 900px;
	margin: 0 auto;
	padding: 120px 20px;
	font-family: 'Segoe UI', sans-serif;
	color: #fff;
	background: transparent;
}

.drawn-title {
	text-align: center;
	font-size: 36px;
	font-weight: 800;
	color: #0c1730;
	background-color: rgba(255, 255, 255, 0.4);
	display: block;
	padding: 0 12px;
	margin-bottom: 15px;
}

.drawn-subtitle {
	text-align: center;
	font-size: 18px;
	margin-bottom: 40px;
	max-width: 720px;
	margin-left: auto;
	margin-right: auto;
}

.drawn-legend {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 24px;
	flex-wrap: wrap;
	margin-bottom: 35px;
}

.legend-entry {
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 15px;
}

.legend-circle {
	display: inline-block;
	width: 14px;
	height: 14px;
	border-radius: 50%;
	margin-right: 8px;
}

.circle-start {
	background-color: #27ae60;
}

.circle-recent {
	background-color: #14532d;
}

.lotto-results {
	/* background: linear-gradient(180deg, #14532d 0%, #27ae60 100%); */
	background-color: #a2bcac;
	color: #fff;
	padding: 120px 20px;
	font-family: 'Segoe UI', sans-serif;
}

.lotto-results-c {
	max-width: 900px;
	margin: 0 auto;
}

.results-header {
	text-align: center;
	margin-bottom: 40px;
	color: #000;
}

.results-date {
	font-size: 20px;
	font-weight: 600;
	color: #000;
}

.results-draw {
	font-size: 18px;
	margin-bottom: 12px;
	color: #000;
}

.results-label {
	margin: 12px 0 6px;
	font-weight: 600;
	color: #000;
}

.results-numbers {
	display: flex;
	justify-content: center;
	gap: 8px;
	margin-bottom: 10px;
	flex-wrap: wrap;
	color: #000;
}

.number {
	width: 42px;
	height: 42px;
	border-radius: 50%;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	font-weight: 700;
	font-size: 16px;
	color: #000;
}

.number.main {
	background-color: #ff5b5b;
}

.number.bonus {
	background-color: #28c3b8;
}

.results-table-wrapper {
	overflow-x: auto;
}

.results-table {
	width: 100%;
	border-collapse: collapse;
	background-color: rgba(255, 255, 255, 0.05);
	font-size: 15px;
}

.terms-container {
	background-color: #f9f9f9;
	padding: 120px 20px;
	color: #222;
	font-family: 'Segoe UI', sans-serif;
}

.terms-container .container {
	max-width: 900px;
	margin: 0 auto;
}

.partner-logos {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	gap: 20px;
	padding: 20px 0;
	background-color: #fff;
	padding: 20px;
}

.partner-logo {
	width: auto;
	height: 60px;
	transition: transform 0.3s ease;
	cursor: pointer;
}

.partner-logo:hover {
	transform: scale(1.15);
}

.terms-title {
	font-size: 32px;
	font-weight: 700;
	margin-bottom: 10px;
	color: #1e2b4d;
}

.terms-updated {
	font-size: 14px;
	color: #666;
	margin-bottom: 30px;
}

.terms-container h2 {
	font-size: 22px;
	color: #1c3958;
	margin-top: 30px;
}

.terms-container p {
	font-size: 16px;
	line-height: 1.6;
	margin-top: 10px;
}

.terms-container a {
	color: #0066cc;
	text-decoration: underline;
}

.terms-footer {
	margin-top: 40px;
	font-weight: 600;
}

.results-table thead {
	background-color: #5748ff;
	color: #000;
}

.results-table th,
.results-table td {
	padding: 12px;
	border: 1px solid rgba(255, 255, 255, 0.2);
	text-align: center;
	color: #000;
}

.results-table tbody tr:nth-child(even) {
	background-color: rgba(255, 255, 255, 0.03);
}

/* 🔄 Responsive Styles */
@media (max-width: 600px) {
	.results-table th,
	.results-table td {
		padding: 10px 6px;
		font-size: 14px;
	}

	.results-header {
		margin-bottom: 30px;
	}

	.number {
		width: 36px;
		height: 36px;
		font-size: 14px;
	}
}

.drawn-bar {
	display: flex;
	justify-content: space-between;
	align-items: center;
	background: linear-gradient(90deg, #27ae60 0%, #14532d 100%);
	border-radius: 30px;
	padding: 14px 20px;
	font-size: 16px;
	font-weight: 500;
	margin-bottom: 18px;
}

.drawn-bar > div {
	flex: 1;
	text-align: center;
	color: white;
}

.drawn-left {
	text-align: left;
}

.drawn-center {
	max-width: 30px;
	background-color: #083018;
	padding: 6px 0;
	border-radius: 6px;
	font-weight: bold;
}

.drawn-right {
	text-align: right;
}

@media (max-width: 600px) {
	.drawn-bar {
		flex-direction: column;
		text-align: center;
		padding: 16px;
	}

	.drawn-bar > div {
		width: 100%;
		margin-bottom: 6px;
	}

	.drawn-bar > div:last-child {
		margin-bottom: 0;
	}

	.drawn-title {
		font-size: 28px;
	}

	.drawn-subtitle {
		font-size: 16px;
	}
}

.sticky {
	position: fixed;
	z-index: 99;
	background-color: #053c0b;
	-webkit-box-shadow: 0px 20px 50px 0px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: 0px 20px 50px 0px rgba(0, 0, 0, 0.05);
	box-shadow: 0px 20px 50px 0px rgba(0, 0, 0, 0.05);
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}
.sticky .navbar {
	padding: 10px 0;
}

.navbar {
	padding: 15px 0;
	border-radius: 5px;
	position: relative;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}

.navbar-brand {
	padding: 0;
}

.navbar-brand h1 {
	color: #fff;
}
.navbar-toggler {
	padding: 0;
}
.navbar-toggler .toggler-icon {
	width: 30px;
	height: 2px;
	background-color: #fff;
	display: block;
	margin: 5px 0;
	position: relative;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}
.navbar-toggler.active .toggler-icon:nth-of-type(1) {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 7px;
}
.navbar-toggler.active .toggler-icon:nth-of-type(2) {
	opacity: 0;
}
.navbar-toggler.active .toggler-icon:nth-of-type(3) {
	-webkit-transform: rotate(135deg);
	-moz-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	-o-transform: rotate(135deg);
	transform: rotate(135deg);
	top: -7px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.navbar-collapse {
		position: absolute;
		top: 100%;
		left: 0;
		width: 100%;
		background-color: #053c0b;
		z-index: 9;
		-webkit-box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.1);
		-moz-box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.1);
		box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.1);
		padding: 5px 12px;
	}
}

@media (max-width: 767px) {
	.navbar-collapse {
		position: absolute;
		top: 100%;
		left: 0;
		width: 100%;
		background-color: #053c0b;
		z-index: 9;
		-webkit-box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.1);
		-moz-box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.1);
		box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.1);
		padding: 5px 12px;
	}
}

.navbar-nav .nav-item {
	margin-left: 45px;
	position: relative;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.navbar-nav .nav-item {
		margin-left: 40px;
	}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.navbar-nav .nav-item {
		margin: 0;
	}
}
@media (max-width: 767px) {
	.navbar-nav .nav-item {
		margin: 0;
	}
}
.navbar-nav .nav-item a {
	font-size: 16px;
	font-weight: 600;
	color: #fff;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
	padding: 10px 0;
	position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.navbar-nav .nav-item a {
		display: block;
		padding: 4px 0;
	}
}
@media (max-width: 767px) {
	.navbar-nav .nav-item a {
		display: block;
		padding: 4px 0;
	}
}
.navbar-nav .nav-item.active > a,
.navbar-nav .nav-item:hover > a {
	color: #f4b60b;
}
.navbar-nav .nav-item:hover .sub-menu {
	top: 100%;
	opacity: 1;
	visibility: visible;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.navbar-nav .nav-item:hover .sub-menu {
		top: 0;
	}
}
@media (max-width: 767px) {
	.navbar-nav .nav-item:hover .sub-menu {
		top: 0;
	}
}
.navbar-nav .nav-item .sub-menu {
	width: 200px;
	background-color: #fff;
	-webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
	position: absolute;
	top: 110%;
	left: 0;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.navbar-nav .nav-item .sub-menu {
		position: relative;
		width: 100%;
		top: 0;
		display: none;
		opacity: 1;
		visibility: visible;
	}
}
@media (max-width: 767px) {
	.navbar-nav .nav-item .sub-menu {
		position: relative;
		width: 100%;
		top: 0;
		display: none;
		opacity: 1;
		visibility: visible;
	}
}
.navbar-nav .nav-item .sub-menu li {
	display: block;
}
.navbar-nav .nav-item .sub-menu li a {
	display: block;
	padding: 8px 20px;
	color: #0c2239;
}
.navbar-nav .nav-item .sub-menu li a.active,
.navbar-nav .nav-item .sub-menu li a:hover {
	padding-left: 25px;
	color: #f4b60b;
}

.navbar-nav .sub-nav-toggler {
	display: none;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.navbar-nav .sub-nav-toggler {
		display: block;
		position: absolute;
		right: 0;
		top: 0;
		background: none;
		color: #0c2239;
		font-size: 18px;
		border: 0;
		width: 30px;
		height: 30px;
	}
}
@media (max-width: 767px) {
	.navbar-nav .sub-nav-toggler {
		display: block;
		position: absolute;
		right: 0;
		top: 0;
		background: none;
		color: #0c2239;
		font-size: 18px;
		border: 0;
		width: 30px;
		height: 30px;
	}
}
.navbar-nav .sub-nav-toggler span {
	width: 8px;
	height: 8px;
	border-left: 1px solid #0c2239;
	border-bottom: 1px solid #0c2239;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
	position: relative;
	top: -5px;
}

/*===== Header hero =====*/
.header_hero {
	padding: 160px 0 30px;
	background-color: #fbfbff;
	position: relative;
	overflow: hidden;
}

.hero_shape {
	position: absolute;
	opacity: 0.39;
}
.hero_shape.shape_1 {
	left: 10%;
	top: 150px;
}
.hero_shape.shape_2 {
	left: 30%;
	top: 150px;
}
.hero_shape.shape_3 {
	top: 200px;
	left: 40%;
}
.hero_shape.shape_4 {
	top: 120px;
	left: 50%;
}
.hero_shape.shape_5 {
	top: 40%;
	left: 14%;
}
.hero_shape.shape_6 {
	top: 34%;
	left: 48%;
}
.hero_shape.shape_7 {
	top: 60%;
	left: 80px;
}
.hero_shape.shape_8 {
	top: 55%;
	left: 38%;
}
.hero_shape.shape_9 {
	bottom: 100px;
	left: 13%;
}
.hero_shape.shape_10 {
	bottom: 200px;
	left: 25%;
}
.hero_shape.shape_11 {
	bottom: 80px;
	left: 35%;
}
.hero_shape.shape_12 {
	bottom: 25%;
	left: 42%;
}

.header_shape {
	position: absolute;
	top: 0;
	right: 0;
	width: 50%;
	height: 100%;
}
.header_shape::before {
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	width: 1000%;
	height: 100%;
	background-color: #f5f5fc;
	transform: skewX(-15deg);
}

.header_image {
	position: absolute;
	top: 0;
	right: 0;
	width: 50%;
	height: 100%;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.header_image {
		width: 720px;
		margin: 0 auto;
		padding-left: 15px;
		padding-right: 15px;
		position: inherit;
		height: auto;
		margin-top: 50px;
	}
}
@media (max-width: 767px) {
	.header_image {
		width: 100%;
		margin: 0 auto;
		padding-left: 15px;
		padding-right: 15px;
		position: inherit;
		height: auto;
		margin-top: 50px;
	}
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
	.header_image {
		width: 540px;
	}
}
@media only screen and (min-width: 1400px) {
	.header_image .image {
		padding-left: 100px;
	}
}

.header_hero_content .hero_title {
	font-size: 45px;
	font-weight: 800;
}
@media (max-width: 767px) {
	.header_hero_content .hero_title {
		font-size: 26px;
	}
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
	.header_hero_content .hero_title {
		font-size: 36px;
	}
}
.header_hero_content .hero_title span {
	color: #f4b60b;
}

.header_hero_content p {
	margin-top: 30px;
}

.header_hero_content ul {
	padding-top: 20px;
}
.header_hero_content ul li {
	display: inline-block;
	margin-left: 50px;
	margin-top: 30px;
}
.header_hero_content ul li:first-child {
	margin-left: 0;
}

.footer_logo {
	font-size: 20px !important;
}
/*===========================
      03.SERVICES css 
===========================*/
.single_services {
	border: 2px solid #f4b60b;
	border-radius: 10px;
	padding: 50px 25px;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
	.single_services {
		padding: 25px 15px;
	}
}

.single_services .services_content {
	margin-top: 40px;
}
.single_services .services_content .services_title a {
	font-size: 28px;
	color: #0c2239;
	font-weight: 600;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.single_services .services_content .services_title a {
		font-size: 22px;
	}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.single_services .services_content .services_title a {
		font-size: 24px;
	}
}
@media (max-width: 767px) {
	.single_services .services_content .services_title a {
		font-size: 20px;
	}
}
.single_services .services_content .services_title a:hover {
	color: #f4b60b;
}
.single_services .services_content p {
	margin-top: 15px;
}

.single_services.active .services_icon .services_shape,
.single_services:hover .services_icon .services_shape {
	fill: #f4b60b;
}

/*===========================
        04.ABOUT css 
===========================*/
.about_area {
	position: relative;
}

.about_image {
	position: absolute;
	top: 0;
	left: 0;
	width: 50%;
	height: 100%;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.about_image {
		width: 720px;
		margin: 0 auto;
		padding-left: 15px;
		padding-right: 15px;
		position: inherit;
		height: auto;
		margin-top: 5px;
	}
}
@media (max-width: 767px) {
	.about_image {
		width: 100%;
		margin: 0 auto;
		padding-left: 15px;
		padding-right: 15px;
		position: inherit;
		height: auto;
		margin-top: 5px;
	}
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
	.about_image {
		width: 540px;
	}
}
.about_image .image {
	padding-right: 50px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.about_image .image {
		padding-right: 0;
	}
}
@media (max-width: 767px) {
	.about_image .image {
		padding-right: 0;
	}
}
.about_image .image img {
	max-width: 770px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.about_image .image img {
		max-width: 100%;
	}
}
@media (max-width: 767px) {
	.about_image .image img {
		max-width: 100%;
	}
}

.about_content {
	padding-top: 60px;
	padding-bottom: 60px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.about_content {
		padding-top: 45px;
		padding-bottom: 0;
	}
}
@media (max-width: 767px) {
	.about_content {
		padding-top: 45px;
		padding-bottom: 0;
	}
}
.about_content .about_list {
	padding-top: 10px;
}
.about_content .about_list li {
	margin-top: 20px;
}
.about_content .about_list li .about_check i {
	font-size: 16px;
	width: 27px;
	height: 27px;
	line-height: 27px;
	text-align: center;
	color: #fff;
	background-color: #f4b60b;
	border-radius: 50%;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
	position: relative;
	top: 4px;
}
.about_content .about_list li .about_list_content {
	padding-left: 20px;
}

/*===========================
        05.WORK css 
===========================*/
.work_area {
	background-color: #fbfbff;
}

.single_work {
	-webkit-box-shadow: 0px 3px 27px 0px rgba(157, 106, 106, 0.1);
	-moz-box-shadow: 0px 3px 27px 0px rgba(157, 106, 106, 0.1);
	box-shadow: 0px 3px 27px 0px rgba(157, 106, 106, 0.1);
	border-radius: 10px;
	overflow: hidden;
	margin-top: 30px;
	margin-bottom: 30px;
	background-color: #fff;
}
.single_work .work_image img {
	width: 100%;
}
.single_work .work_content {
	padding: 30px;
	position: relative;
}
.single_work .work_content .arrow {
	width: 45px;
	height: 45px;
	line-height: 45px;
	border-radius: 50%;
	font-size: 18px;
	color: #0c2239;
	text-align: center;
	-webkit-box-shadow: 0px 3px 6px 0px rgba(157, 106, 106, 0.16);
	-moz-box-shadow: 0px 3px 6px 0px rgba(157, 106, 106, 0.16);
	box-shadow: 0px 3px 6px 0px rgba(157, 106, 106, 0.16);
	position: absolute;
	top: -22px;
	right: 30px;
	background-color: #fff;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}
.single_work .work_content .arrow:hover {
	background-color: #f4b60b;
	color: #fff;
}
.single_work .work_content .work_title a {
	font-size: 28px;
	font-weight: 600;
	color: #0c2239;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.single_work .work_content .work_title a {
		font-size: 22px;
	}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.single_work .work_content .work_title a {
		font-size: 20px;
	}
}
@media (max-width: 767px) {
	.single_work .work_content .work_title a {
		font-size: 20px;
	}
}
.single_work .work_content .work_title a:hover {
	color: #f4b60b;
}
.single_work .work_content p {
	margin-top: 8px;
}

.slick-current .single_work .work_content .arrow {
	background-color: #f4b60b;
	color: #fff;
}

.work_active .slick-dots {
	width: 100%;
	text-align: center;
}
.work_active .slick-dots li {
	display: inline-block;
	margin: 0 7px;
}
.work_active .slick-dots li button {
	font-size: 0;
	padding: 0;
	border: 0;
	width: 14px;
	height: 14px;
	border-radius: 50%;
	background-color: rgba(249, 79, 79, 0.25);
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}
.work_active .slick-dots li.slick-active button {
	background-color: #f4b60b;
}

/*===========================
    06.PRICING PLAN css 
===========================*/
.pricing_menu .nav {
	overflow: hidden;
}
.pricing_menu .nav .nav-item a {
	width: 120px;
	line-height: 55px;
	height: 55px;
	text-align: center;
	padding: 0 15px;
	background-color: #f5f5fc;
	font-size: 16px;
	font-weight: 600;
	color: #0c2239;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}
.pricing_menu .nav .nav-item a.active,
.pricing_menu .nav .nav-item a:hover {
	background-color: #f4b60b;
	color: #fff;
}
.pricing_menu .nav .nav-item:first-child a {
	border-top-left-radius: 50px;
	border-bottom-left-radius: 50px;
}
.pricing_menu .nav .nav-item:last-child a {
	border-top-right-radius: 50px;
	border-bottom-right-radius: 50px;
}

.single_pricing {
	border: 2px dashed #e8e8e8;
	border-radius: 10px;
	padding: 40px;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}
@media (max-width: 767px) {
	.single_pricing {
		padding: 25px;
	}
}
.single_pricing .pricing_title {
	position: relative;
	display: inline-block;
}
.single_pricing .pricing_title .title {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	font-size: 20px;
	font-weight: 600;
	color: #0c2239;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}
.single_pricing .pricing_title .services_shape {
	fill: #fff1f1;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}
.single_pricing .pricing_content {
	margin-top: 25px;
}
.single_pricing .pricing_content .pricing_price {
	font-size: 35px;
	font-weight: 700;
	color: #0c2239;
}
.single_pricing .pricing_content p {
	margin-top: 15px;
	line-height: 37px;
}
.single_pricing .pricing_content .main-btn {
	background-color: #fff1f1;
	padding: 0 25px;
	border-radius: 5px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	color: #747e88;
	margin-top: 30px;
}
.single_pricing .pricing_content .main-btn:hover {
	background-color: #f4b60b;
	color: #fff;
}
.single_pricing.active,
.single_pricing:hover {
	border-color: #f4b60b;
	-webkit-box-shadow: 0px 10px 15px 0px rgba(157, 106, 106, 0.15);
	-moz-box-shadow: 0px 10px 15px 0px rgba(157, 106, 106, 0.15);
	box-shadow: 0px 10px 15px 0px rgba(157, 106, 106, 0.15);
}
.single_pricing.active .pricing_title .title,
.single_pricing:hover .pricing_title .title {
	color: #f4b60b;
}
.single_pricing.active .pricing_title .services_shape,
.single_pricing:hover .pricing_title .services_shape {
	fill: #f4b60b;
}
.single_pricing.active .pricing_content .main-btn,
.single_pricing:hover .pricing_content .main-btn {
	background-color: #f4b60b;
	color: #ffffff;
}

/*===========================
         07.TEAM css 
===========================*/
.team_area {
	background-color: #fbfbff;
}

.single_team {
	-webkit-box-shadow: 0px 3px 27px 0px rgba(157, 106, 106, 0.1);
	-moz-box-shadow: 0px 3px 27px 0px rgba(157, 106, 106, 0.1);
	box-shadow: 0px 3px 27px 0px rgba(157, 106, 106, 0.1);
	border-radius: 10px;
	margin-top: 30px;
	margin-bottom: 30px;
	overflow: hidden;
	background-color: #fff;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}
.single_team .team_image {
	position: relative;
}
.single_team .team_image img {
	width: 100%;
}
.single_team .team_image .social {
	position: absolute;
	top: 15px;
	right: 30px;
}
.single_team .team_image .social li {
	margin-top: 15px;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
	-webkit-transform: translateX(100%);
	-moz-transform: translateX(100%);
	-ms-transform: translateX(100%);
	-o-transform: translateX(100%);
	transform: translateX(100%);
	opacity: 0;
	visibility: hidden;
}
.single_team .team_image .social li a {
	width: 35px;
	height: 35px;
	line-height: 31px;
	text-align: center;
	border: 2px solid #fff;
	color: #fff;
	border-radius: 50%;
	font-size: 16px;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}
.single_team .team_image .social li a:hover {
	background-color: #f4b60b;
	border-color: #f4b60b;
}
.single_team .team_content {
	padding: 20px 30px;
	position: relative;
}
.single_team .team_content .team_name a {
	font-size: 28px;
	font-weight: 600;
	color: #0c2239;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}
@media (max-width: 767px) {
	.single_team .team_content .team_name a {
		font-size: 20px;
	}
}
.single_team .team_content p {
	margin-top: 8px;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}
.single_team:hover {
	background-color: #f4b60b;
}
.single_team:hover .team_image .social li {
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	-ms-transform: translateX(0);
	-o-transform: translateX(0);
	transform: translateX(0);
	opacity: 1;
	visibility: visible;
}
.single_team:hover .team_image .social li:nth-of-type(1) {
	-webkit-transition-delay: 0.1s;
	-moz-transition-delay: 0.1s;
	-ms-transition-delay: 0.1s;
	-o-transition-delay: 0.1s;
	transition-delay: 0.1s;
}
.single_team:hover .team_image .social li:nth-of-type(2) {
	-webkit-transition-delay: 0.2s;
	-moz-transition-delay: 0.2s;
	-ms-transition-delay: 0.2s;
	-o-transition-delay: 0.2s;
	transition-delay: 0.2s;
}
.single_team:hover .team_image .social li:nth-of-type(3) {
	-webkit-transition-delay: 0.3s;
	-moz-transition-delay: 0.3s;
	-ms-transition-delay: 0.3s;
	-o-transition-delay: 0.3s;
	transition-delay: 0.3s;
}
.single_team:hover .team_image .social li:nth-of-type(4) {
	-webkit-transition-delay: 0.4s;
	-moz-transition-delay: 0.4s;
	-ms-transition-delay: 0.4s;
	-o-transition-delay: 0.4s;
	transition-delay: 0.4s;
}
.single_team:hover .team_content .team_name a {
	color: #fff;
}
.single_team:hover .team_content p {
	color: #fff;
}

.team_active .slick-dots {
	width: 100%;
	text-align: center;
}
.team_active .slick-dots li {
	display: inline-block;
	margin: 0 7px;
}
.team_active .slick-dots li button {
	font-size: 0;
	padding: 0;
	border: 0;
	width: 14px;
	height: 14px;
	border-radius: 50%;
	background-color: rgba(249, 79, 79, 0.25);
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}
.team_active .slick-dots li.slick-active button {
	background-color: #f4b60b;
}

/*===========================
         08.BLOG css 
===========================*/
.single_blog {
	border-radius: 10px;
	overflow: hidden;
	background-color: #fff;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}
.single_blog .blog_image img {
	width: 100%;
}
.single_blog .blog_content {
	padding: 20px;
}
@media (max-width: 767px) {
	.single_blog .blog_content {
		padding: 15px;
	}
}
.single_blog .blog_content .blog_meta li {
	font-size: 16px;
	color: #747e88;
}
@media (max-width: 767px) {
	.single_blog .blog_content .blog_meta li {
		font-size: 14px;
	}
}
.single_blog .blog_content .blog_meta li a {
	color: #747e88;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}
.single_blog .blog_content .blog_meta li a:hover {
	color: #f4b60b;
}
.single_blog .blog_content .blog_title a {
	font-size: 24px;
	color: #0c2239;
	margin-top: 20px;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
	font-weight: 600;
}
@media (max-width: 767px) {
	.single_blog .blog_content .blog_title a {
		font-size: 18px;
	}
}
.single_blog .blog_content .blog_title a:hover {
	color: #f4b60b;
}
.single_blog .blog_content .more {
	color: #0c2239;
	font-size: 16px;
	font-weight: 600;
	margin-top: 25px;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}
.single_blog .blog_content .more:hover {
	color: #f4b60b;
}
.single_blog:hover {
	-webkit-box-shadow: 0px 3px 27px 0px rgba(157, 106, 106, 0.1);
	-moz-box-shadow: 0px 3px 27px 0px rgba(157, 106, 106, 0.1);
	box-shadow: 0px 3px 27px 0px rgba(157, 106, 106, 0.1);
}

/*===========================
       09.CONTACT css 
===========================*/
.contact_area {
	position: relative;
}

p.form-message.success,
p.form-message.error {
	font-size: 16px;
	color: #333;
	background: #ddd;
	padding: 10px 15px;
	margin-top: 15px;
	margin-left: 15px;
}
p.form-message.success.form-message.error,
p.form-message.error.form-message.error {
	color: #f00;
}

.contact_image {
	position: absolute;
	top: 0;
	left: 0;
	width: 50%;
	height: 100%;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.contact_image {
		width: 720px;
		margin: 0 auto;
		padding-left: 15px;
		padding-right: 15px;
		position: inherit;
		height: auto;
		margin-top: 50px;
	}
}
@media (max-width: 767px) {
	.contact_image {
		width: 100%;
		margin: 0 auto;
		padding-left: 15px;
		padding-right: 15px;
		position: inherit;
		height: auto;
		margin-top: 50px;
	}
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
	.contact_image {
		width: 540px;
	}
}
.contact_image .image {
	padding-right: 50px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.contact_image .image {
		padding-right: 0;
	}
}
@media (max-width: 767px) {
	.contact_image .image {
		padding-right: 0;
	}
}
.contact_image .image img {
	max-width: 770px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.contact_image .image img {
		max-width: 100%;
	}
}
@media (max-width: 767px) {
	.contact_image .image img {
		max-width: 100%;
	}
}

.single_form {
	margin-top: 30px;
}
.single_form textarea,
.single_form input {
	padding: 0 25px;
	border: 1px solid rgba(116, 126, 136, 0.2);
	height: 50px;
	border-radius: 5px;
	width: 100%;
}
.single_form textarea {
	padding-top: 15px;
	height: 168px;
	resize: none;
}
.single_form .main-btn {
	background-color: #f4b60b;
	border-radius: 5px;
	height: 50px;
	line-height: 50px;
	padding: 0 40px;
	color: #fff;
}
.single_form .main-btn:hover {
	background-color: rgba(249, 79, 79, 0.8);
}

/*===========================
       10.FOOTER css 
===========================*/
.footer_area {
	background-color: #053c0b;
	padding: 40px 0;
}

.age-modal {
	position: fixed;
	z-index: 9999;
	inset: 0;
	background-color: rgba(0, 0, 0, 0.85);
	display: flex;
	justify-content: center;
	align-items: center;
}

.age-modal-content {
	background: #fff;
	padding: 30px;
	border-radius: 10px;
	max-width: 400px;
	width: 90%;
	text-align: center;
	box-shadow: 0 0 25px rgba(0, 0, 0, 0.3);
}

.age-modal h2 {
	margin-bottom: 10px;
}

.age-modal-buttons {
	margin-top: 20px;
	display: flex;
	justify-content: center;
	gap: 20px;
}

.btn-yes,
.btn-no {
	padding: 10px 20px;
	border: none;
	border-radius: 5px;
	font-weight: bold;
	cursor: pointer;
	font-size: 16px;
}

.responsible-play {
	background-color: #f4b60b !important;
	padding: 3rem 1rem;
	text-align: center;
	border-top: 1px solid #dee2e6;
	border-bottom: 1px solid #dee2e6;
}

.responsible-play h2 {
	font-size: 2rem;
	font-weight: 700;
	color: #dc3545;
	margin-bottom: 1rem;
}

.responsible-play p {
	font-size: 1rem;
	color: #343a40;
	line-height: 1.6;
	margin-bottom: 1rem;
}

.responsible-play a {
	color: #0d6efd;
	text-decoration: underline;
	font-weight: 600;
	transition: color 0.3s ease;
}

.responsible-play a:hover {
	color: #084298;
	text-decoration: none;
}

@media (min-width: 768px) {
	.responsible-play {
		padding: 4rem 2rem;
	}

	.responsible-play h2 {
		font-size: 2.5rem;
	}

	.responsible-play p {
		font-size: 1.1rem;
	}
}

.btn-yes {
	background-color: #28a745;
	color: white;
}

.btn-no {
	background-color: #dc3545;
	color: white;
}

.footer_widget .footer_title {
	font-size: 20px;
	font-weight: 600;
	color: #fff;
}

.footer_content {
	margin-top: 30px;
}
.footer_content p {
	color: #fff;
}

.footer_link {
	width: 50%;
	padding-left: 50px;
}
@media (max-width: 767px) {
	.footer_link {
		padding-left: 0;
	}
}
.footer_link .link {
	padding-top: 15px;
}
.footer_link .link li a {
	font-size: 16px;
	color: #fff;
	margin-top: 15px;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}
.footer_link .link li a:hover {
	color: #f4b60b;
}

.subscribe_form {
	margin-top: 35px;
	position: relative;
}
.subscribe_form input {
	width: 100%;
	padding: 0 25px;
	border: 0;
	background-color: #fff;
	font-size: 15px;
	color: #0c2239;
	height: 60px;
}
.subscribe_form .main-btn {
	background-color: #f4b60b;

	height: 50px;
	line-height: 50px;
	position: absolute;
	top: 5px;
	right: 5px;
}
@media (max-width: 767px) {
	.subscribe_form .main-btn {
		position: relative;
		margin-top: 10px;
		right: 0;
		width: 100%;
	}
}
@media (max-width: 767px) {
	.subscribe_form .main-btn {
		position: absolute;
		top: 5px;
		right: 5px;
		margin-top: 0;
		width: auto;
	}
}
.subscribe_form .main-btn:hover {
	background-color: rgba(249, 79, 79, 0.8);
}

.footer_copyright {
	padding-bottom: 25px;
	padding-top: 10px;
	border-top: 2px solid rgba(255, 255, 255, 0.09);
	margin-top: 40px;
	text-align: center;
}

.footer_copyright_content p {
	font-size: 16px;
	color: #fff;
}

* {
	scroll-behavior: smooth;
}

#cookie-popup {
	position: fixed;
	bottom: 20px;
	left: 20px;
	transform: translateX(-50%);
	background: #d2d2d2;
	color: #333;
	border: none;
	padding: 20px;
	font-family: 'Roboto', sans-serif;
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
	border-radius: 25px;
	font-size: 14px;
	max-width: 400px;
	z-index: 1000;
	display: none;
	opacity: 0; /* Start invisible */
	transform: translateY(30px); /* Slide up effect */
	transition:
		opacity 0.4s ease,
		transform 0.4s ease;
}

#cookie-popup.show {
	opacity: 1;
	transform: translateY(0);
}

#cookie-popup p {
	margin: 0;
	padding: 0;
}

#cookie-popup .popup-content {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

#cookie-popup button {
	background: #f4b60b;
	color: white;
	border: none;
	padding: 10px 20px;
	border-radius: 25px;
	cursor: pointer;
	font-size: 14px;
	transition: background-color 0.3s ease;
}

#cookie-popup button:hover {
	background: #9a3232;
}

#cookie-popup .popup-message {
	max-width: 80%;
}

#cookie-popup .popup-message a {
	color: #f4b60b;
	text-decoration: none;
	font-weight: bold;
	transition: color 0.3s ease;
}

#cookie-popup .popup-message a:hover {
	color: #9a3232;
}
