		html,
		body {
			height: 100%;
			margin: 0;
			padding: 0;
		}

		#container {
			display: flex;
			flex-direction: column;
			min-height: 100%;
		}

		#main-content {
			flex: 1;
		}

		.social li {
			display: inline-block;
			margin-right: 10px;
		}

		.blue {
			background: #30466f;
			color: #fff;
			border-radius: 3px;
			display: inline-block;
		}

		.clients .single-clients img {
			height: 85px;
			width: auto;
			margin: 0 auto;
		}

		.clients .single-clients {
			padding: 30px;
			text-align: center;
			font-family: 'Bebas Neue', cursive;
			font-size: 1.7rem;
			color: #30466F;
			text-transform: capitalize;
		}

		.hero-slider .single-slider:before {
			background: #004fe100;
			opacity: 0;
		}

		.hero-slider .single-slider {
			overflow: hidden;
		}

		.hero-slider .single-slider > img {
			display: block;
			width: 100%;
			height: 100%;
			object-fit: cover;
		}

		.event-feature-slide {
			overflow: hidden;
		}

		.event-feature-slide::before {
			background:
				linear-gradient(90deg, rgba(4, 12, 28, 0.96) 0%, rgba(4, 12, 28, 0.86) 42%, rgba(4, 12, 28, 0.6) 100%) !important;
			opacity: 1 !important;
		}

		.hero-event-panel {
			position: absolute;
			inset: 0;
			display: grid;
			grid-template-columns: minmax(0, 1.25fr) minmax(300px, 0.75fr);
			gap: 42px;
			align-items: center;
			z-index: 2;
			padding: 42px 4.5%;
			text-align: left;
		}

		.hero-event-main {
			max-width: 740px;
		}

		.hero-event-side {
			padding-left: 28px;
			border-left: 1px solid rgba(255, 255, 255, 0.22);
		}

		.hero-event-kicker,
		.hero-event-label {
			font-family: 'Bebas Neue', cursive;
			letter-spacing: 1.4px;
			text-transform: uppercase;
		}

		.hero-event-kicker {
			display: inline-block;
			margin: 0 0 10px;
			padding: 6px 14px;
			border-radius: 999px;
			background: #ffb703;
			color: #102542;
			font-size: calc(1.15rem + 2px);
		}

		.hero-event-title {
			margin: 0;
			font-family: "Montserrat Alternates", sans-serif;
			font-size: calc(2.45rem + 2px);
			line-height: 1.08;
			font-weight: 700;
			color: #ffffff;
			text-shadow: 0 4px 18px rgba(0, 0, 0, 0.35);
		}

		.hero-event-title span {
			display: inline-block;
			color: #ffd166;
			font-size: 1.08em;
		}

		.hero-event-host,
		.hero-event-zone,
		.hero-event-note,
		.hero-event-value {
			font-family: "Montserrat Alternates", sans-serif;
		}

		.hero-event-host {
			margin: 8px 0 0;
			font-size: calc(2rem + 2px);
			font-weight: 600;
			color: #b8d8ff;
		}

		.hero-event-highlights {
			display: flex;
			flex-wrap: wrap;
			gap: 10px;
			margin: 16px 0 10px;
		}

		.hero-event-pill {
			display: inline-flex;
			align-items: center;
			padding: 8px 14px;
			border-radius: 999px;
			font-family: "Montserrat Alternates", sans-serif;
			font-size: calc(1.2rem + 2px);
			font-weight: 700;
			box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.1);
		}

		.hero-event-pill-date {
			background: rgba(255, 209, 102, 0.18);
			color: #ffe39e;
		}

		.hero-event-pill-time {
			background: rgba(0, 212, 170, 0.18);
			color: #86ffe3;
		}

		.hero-event-pill-duration {
			background: rgba(255, 107, 107, 0.18);
			color: #ffb3b3;
		}

		.hero-event-zone {
			margin: 0 0 14px;
			font-size: calc(1.2rem + 2px);
			color: #d5e7ff;
		}

		.hero-event-link-text {
			display: block;
			margin: 0 0 12px;
			color: #7cd8ff !important;
			font-family: "Montserrat Alternates", sans-serif;
			font-size: calc(1.1rem + 2px);
			font-weight: 600;
			line-height: 1.4;
			text-decoration: none;
			word-break: break-all;
		}

		.hero-event-join {
			display: inline-block;
			margin-top: 4px;
			padding: 11px 20px;
			border-radius: 999px;
			background: linear-gradient(90deg, #00c2ff 0%, #00e6a8 100%);
			color: #062139 !important;
			font-family: 'Bebas Neue', cursive;
			font-size: calc(1.2rem + 2px);
			letter-spacing: 0.8px;
			text-decoration: none !important;
			box-shadow: 0 10px 24px rgba(0, 194, 255, 0.25);
		}

		.hero-event-detail {
			padding: 0 0 14px;
			margin-bottom: 14px;
			border-bottom: 1px solid rgba(255, 255, 255, 0.14);
		}

		.hero-event-label {
			display: block;
			margin-bottom: 4px;
			font-size: calc(1.2rem + 2px);
			color: #8fd3ff;
		}

		.hero-event-value {
			display: block;
			margin-bottom: 8px;
			font-size: calc(1.2rem + 2px);
			line-height: 1.35;
			font-weight: 700;
			color: #ffffff;
			word-break: break-word;
		}

		.hero-event-detail:last-child {
			margin-bottom: 0;
			padding-bottom: 0;
			border-bottom: 0;
		}

		.hero-event-value-strong {
			font-size: calc(1.2rem + 2px);
			color: #ffd166;
		}

		.hero-event-value-accent {
			font-size: calc(1.12rem + 2px);
			color: #8dffdf;
		}

		.hero-event-note {
			display: block;
			font-size: calc(0.84rem + 2px);
			line-height: 1.4;
			color: #d6e8ff;
		}

	@media only screen and (max-width: 767px) {

		.hero-slider,
		.hero-slider .single-slider {
			position: relative;
			height: 640px !important;
		}

		.hero-slider .owl-dots {
			width: 50%;
			text-align: center;
			margin: auto !important;
			left: 0 !important;
			right: 0 !important;
		}
		
		.news {
			width: 35% !important;
		}

		.hero-slider .owl-dots {
			bottom: 12px;
		}

		.hero-event-panel {
			grid-template-columns: 1fr;
			gap: 16px;
			padding: 18px 12px 48px;
		}

		.hero-event-kicker {
			font-size: calc(0.95rem + 2px);
			margin-bottom: 8px;
		}

		.hero-event-title {
			font-size: calc(1.3rem + 2px);
			line-height: 1.16;
		}

		.hero-event-host,
		.hero-event-zone,
		.hero-event-link-text,
		.hero-event-value,
		.hero-event-note {
			font-size: calc(0.8rem + 2px);
		}

		.hero-event-side {
			padding-left: 0;
			padding-top: 14px;
			border-left: 0;
			border-top: 1px solid rgba(255, 255, 255, 0.18);
		}

		.hero-event-highlights {
			gap: 8px;
			margin: 12px 0 10px;
		}

		.hero-event-pill {
			padding: 6px 10px;
			font-size: calc(0.76rem + 2px);
		}

		.hero-event-join {
			margin-bottom: 12px;
			padding: 9px 14px;
			font-size: calc(1rem + 2px);
		}

		.hero-event-label {
			font-size: calc(0.84rem + 2px);
		}

		.hero-event-value-strong,
		.hero-event-value-accent {
			font-size: calc(0.95rem + 2px);
		}
	}

	@media only screen and (min-width: 768px) and (max-width: 991px) {
		.hero-slider,
		.hero-slider .single-slider {
			height: 620px;
		}

		.hero-event-panel {
			grid-template-columns: 1fr;
			gap: 20px;
			padding: 28px 24px 52px;
		}

		.hero-event-title {
			font-size: calc(2rem + 2px);
		}

		.hero-event-side {
			padding-left: 0;
			padding-top: 18px;
			border-left: 0;
			border-top: 1px solid rgba(255, 255, 255, 0.18);
		}
	}

	ul.tnslider {
		width: 100%;
		margin: 0 auto;
	}

	ul.tnslider.responsive {
		width: 100%;
	}

	ul.tnslider li {
		display: block;
		float: right;
		vertical-align: top;
		cursor: pointer;
		background-position: center;
		background-repeat: no-repeat;
		position: relative;
		margin-bottom: 1px;
		background-size: 100% auto;
		background-color: #ccc;
	}

	ul.tnslider li img {
		opacity: 0;
		width: 1px;
		height: 1px;
	}

	ul.tnslider li.main {
		cursor: auto;
		margin: 0;
		float: left;
		background-image: none !important;
		overflow: hidden;
	}

	ul.tnslider li.main img {
		opacity: 1;
		width: 100%;
		height: 350px;
	}

	/*-[1.1]----Set Background Images-- ---*/
	ul.tnslider li.one,
	ul.tnslider li.one div.thumb {
		background-image: url("../../assets/img/prd/dhanush hd3.jpg");
		background-size: cover;
		background-position: center;
	}

	ul.tnslider li.two,
	ul.tnslider li.two div.thumb {
		background-image: url("../../assets/img/prd-slider/AssaultRifle7.62x39mm.jpg");
		background-size: cover;
		background-position: center;
	}

	ul.tnslider li.three,
	ul.tnslider li.three div.thumb {
		background-image: url("../../assets/img/prd-slider/AssaultRifle7.62x39mm.jpg");
		background-size: cover;
		background-position: center;
	}

	ul.tnslider li.four,
	ul.tnslider li.four div.thumb {
		background-image: url("../../assets/img/prd-slider/Multi-Grenade-Launcher-40mm.jpg");
		background-size: cover;
		background-position: center;
	}

	ul.tnslider li.five,
	ul.tnslider li.five div.thumb {
		background-image: url("../../assets/img/prd-slider/Multi-Shell-Launcher-38mm.jpg");
		background-size: cover;
		background-position: center;
	}

	ul.tnslider li.six,
	ul.tnslider li.six div.thumb {
		background-image: url("../../assets/img/prd-slider/Under-Barrel-Grenad-40x46mm.jpg");
		background-size: cover;
		background-position: center;
	}

	/*-[1.2]----Process-----*/
	ul.tnslider li span.process {
		display: block;
		position: absolute;
		left: 0;
		top: 0;
		width: 0%;
		height: 0.5%;
		background: #000;
		opacity: 0.5;
	}

	ul.tnslider li span.stopbtn {
		position: absolute;
		display: none;
		width: 32px;
		height: 32px;
		background-image: url(../../assets/img/stop.png);
		cursor: pointer;
	}

	ul.tnslider li.main span.stopbtn {
		display: block;
	}

	ul.tnslider li span.stopbtn.active {
		opacity: 0.1;
	}

	/*-[1.3]----Title-----*/
	ul.tnslider li span.title {
		font-family: "Montserrat Alternates", sans-serif;
		font-weight: 400;
		font-size: 1.4em;
		color: #fff;
		position: absolute;
		left: -100%;
		top: 0;
		background: #000;
		line-height: 35px;
		opacity: 0;
		padding: 0 10px;
		display: none;
	}

	/*-[1.4]----Slogan-----*/
	ul.tnslider li span.slogan {
		font-family: "Montserrat Alternates", sans-serif;
		font-weight: 400;
		font-size: 0.9em;
		color: #fff;
		position: absolute;
		left: 0;
		bottom: -20%;
		background: #718191;
		line-height: 25px;
		width: 100%;
		text-align: center;
		opacity: 0;
		display: none;
	}

	/*-[1.4]----Thumb Box-----*/
	ul.tnslider li div.thumb {
		position: absolute;
		width: 124px;
		height: 124px;
		z-index: 11;
		right: -125px;
		top: -40px;
		display: none;
		text-align: center;
		background-size: 100% auto;
	}

	ul.tnslider li div.thumb span.tle {
		font-family: "Montserrat Alternates", sans-serif;
		font-weight: 400;
		font-size: 0.8em;
		color: #fff;
		background: #718191;
		padding: 3px 0;
		opacity: 0.7;
		position: absolute;
		bottom: 100%;
		left: 0;
		width: 100%;
		opacity: 0;
	}

	ul.tnslider li:nth-child(2) div.thumb {
		top: 0;
	}

	ul.tnslider li:last-child div.thumb {
		top: auto;
		bottom: 0;
	}

	/*-[1.5]----Main Image Set on Right Side-----*/
	ul.tnslider.rig li {
		float: left;
	}

	ul.tnslider.rig li.main {
		float: right;
	}

	ul.tnslider.rig li div.thumb {
		left: -125px;
	}

	/*-[1.6]----Responsive-----*/
	ul.tnslider.responsive div.thumb {
		left: -125px;
	}

	ul.tnslider.responsive.rig div.thumb {
		left: auto;
		right: -125px;
	}

	/*-[1.7]----More Detail Button-----*/
	ul.tnslider li span.moredetail {
		position: absolute;
		right: 20px;
		top: -50%;
		opacity: 0;
		display: none;
		width: 52px;
		height: 52px;
		background: url(../../assets/img/arrow.png) no-repeat center;
		cursor: pointer;
	}

	ul.tnslider li.main span.moredetail {
		display: block;
		opacity: 0.7;
		-webkit-transition: all 0.5s ease;
		-moz-transition: all 0.5s ease;
		-o-transition: all 0.5s ease;
	}

	ul.tnslider li.main span.moredetail.active {
		opacity: 0.4;
		-webkit-transform: rotate(180deg) scale(0.8);
		-moz-transform: rotate(180deg) scale(0.9);
		-o-transform: rotate(180deg) scale(0.8);
		-ms-transform: rotate(180deg) scale(0.8);
		transform: rotate(180deg) scale(0.8);
	}

	/*-[1.8]----Accordian-----*/
	ul.tnslider li div.accordian {
		display: none;
		font-family: "Courier New", Courier, monospace;
		position: absolute;
		top: -60%;
		right: 0;
		color: lavender;
		width: 100%;
		padding: 10px 0;
	}

	ul.tnslider li.main div.accordian {
		display: block;
	}

	ul.tnslider li div.accordian div.accordian_links {
		padding: 3px 30px 3px 10px;
		margin-bottom: 1px;
		border-top: solid 1px #999;
		cursor: pointer;
		background: url(../../assets/img/plus.png) no-repeat 99% center #718191;
		margin: 0 10px;
		opacity: 0.8;
		font-size: 0.9em;
	}

	ul.tnslider li div.accordian div.accordian_links:first-child {
		border-top: none;
	}

	ul.tnslider li div.accordian div.accordian_links.active {
		cursor: auto;
		opacity: 1;
		color: #fff;
		background-image: url(images/minus.png);
		opacity: 0.9;
	}

	ul.tnslider li div.accordian div.accordian_content {
		padding: 5px 10px;
		margin-bottom: 1px;
		border-top: solid 1px #999;
		background: #333;
		margin: 0 10px;
		font-size: 0.8em;
		display: none;
		max-height: 100px;
		overflow: auto;
		color: #fff;
		opacity: 0.9;
	}

	ul.tnslider li div.accordian span.accordian_close {
		display: block;
		position: absolute;
		top: -20px;
		left: 90%;
		width: 30px;
		height: 30px;
		background: url(../../assets/img/close.png) no-repeat center #333;
		opacity: 0.8;
		cursor: pointer;
		-webkit-transition: all 0.5s ease;
		-moz-transition: all 0.5s ease;
		-o-transition: all 0.5s ease;
	}

	ul.tnslider li div.accordian span.accordian_close:hover {
		-webkit-transform: rotate(30deg) scale(0.9);
		-moz-transform: rotate(30deg) scale(0.9);
		-o-transform: rotate(30deg) scale(0.9);
		-ms-transform: rotate(30deg) scale(0.9);
		transform: rotate(30deg) scale(0.9);
	}

	/*-[1.9]----Tab Content-----*/
	ul.tnslider li div.tabcontent {
		display: none;
		font-family: "Courier New", Courier, monospace;
		position: absolute;
		top: -80%;
		right: 0;
		color: lavender;
		width: 100%;
		padding: 10px 0;
	}

	ul.tnslider li.main div.tabcontent {
		display: block;
	}

	ul.tnslider li div.tabcontent div.tabcontent_links {
		padding: 0 10px;
	}

	ul.tnslider li div.tabcontent div.tabcontent_links span {
		display: inline-block;
		border-right: solid 1px #999;
		border-bottom: solid 1px #999;
		cursor: pointer;
		background: #718191;
		opacity: 0.8;
		font-size: 1em;
		padding: 3px 20px;
	}

	ul.tnslider li div.tabcontent div.tabcontent_links span.active {
		cursor: auto;
		opacity: 0.9;
		color: #fff;
		background: #333;
		border-bottom: solid 1px #333;
	}

	ul.tnslider li div.tabcontent div.tabcontent_content {
		padding: 10px;
		margin-bottom: 1px;
		background: #333;
		margin: 0 10px;
		font-size: 0.8em;
		display: none;
		max-height: 200px;
		overflow: auto;
		color: #fff;
		opacity: 0.9;
	}

	ul.tnslider li div.tabcontent span.tabcontent_close {
		display: block;
		position: absolute;
		top: 6px;
		left: 90%;
		width: 30px;
		height: 30px;
		background: url(../../assets/img/close.png) no-repeat center #333;
		opacity: 0.8;
		cursor: pointer;
		-webkit-transition: all 0.5s ease;
		-moz-transition: all 0.5s ease;
		-o-transition: all 0.5s ease;
		border-radius: 3px 3px 0 0;
		-moz-border-radius: 3px 3px 0 0;
		-webkit-border-radius: 3px 3px 0 0;
	}

	ul.tnslider li div.tabcontent span.tabcontent_close:hover {
		-webkit-transform: rotate(30deg) scale(0.9);
		-moz-transform: rotate(30deg) scale(0.9);
		-o-transform: rotate(30deg) scale(0.9);
		-ms-transform: rotate(30deg) scale(0.9);
		transform: rotate(30deg) scale(0.9);
	}

	/*-[2.0]----V Tab Content-----*/
	ul.tnslider li div.vtabcontent {
		display: none;
		font-family: "Courier New", Courier, monospace;
		position: absolute;
		top: -50%;
		right: 0;
		color: lavender;
		width: 100%;
		padding: 10px 0;
	}

	ul.tnslider li.main div.vtabcontent {
		display: block;
	}

	ul.tnslider li div.vtabcontent div.vtabcontent_links {
		float: left;
		width: 10%;
		margin-left: 10px;
	}

	ul.tnslider li div.vtabcontent div.vtabcontent_links span {
		display: block;
		border-right: solid 1px #999;
		border-bottom: solid 1px #999;
		cursor: pointer;
		background: #718191;
		opacity: 0.8;
		font-size: 1em;
		padding: 3px 0 3px 10px;
	}

	ul.tnslider li div.vtabcontent div.vtabcontent_links span.active {
		cursor: auto;
		opacity: 0.9;
		color: #fff;
		background: #333;
		border-right: solid 1px #333;
	}

	ul.tnslider li div.vtabcontent div.vtabcontent_content {
		padding: 5px 10px;
		margin-bottom: 1px;
		background: #333;
		font-size: 0.8em;
		display: none;
		max-height: 200px;
		overflow: auto;
		color: #fff;
		opacity: 0.9;
		float: left;
		width: 85.6%;
	}

	ul.tnslider li div.vtabcontent span.vtabcontent_close {
		display: block;
		position: absolute;
		top: -20px;
		left: 90%;
		width: 30px;
		height: 30px;
		background: url(../../assets/img/close.png) no-repeat center #333;
		opacity: 0.8;
		cursor: pointer;
		-webkit-transition: all 0.5s ease;
		-moz-transition: all 0.5s ease;
		-o-transition: all 0.5s ease;
		border-radius: 3px 3px 0 0;
		-moz-border-radius: 3px 3px 0 0;
		-webkit-border-radius: 3px 3px 0 0;
	}

	ul.tnslider li div.vtabcontent span.vtabcontent_close:hover {
		-webkit-transform: rotate(30deg) scale(0.9);
		-moz-transform: rotate(30deg) scale(0.9);
		-o-transform: rotate(30deg) scale(0.9);
		-ms-transform: rotate(30deg) scale(0.9);
		transform: rotate(30deg) scale(0.9);
	}

	/*-[2.0]----Tab Images-----*/
	ul.tnslider li div.tabimages {
		display: none;
		position: absolute;
		top: -50%;
		left: 1%;
		width: 98%;
		text-align: center;
		background: #333;
		opacity: 0.7;
		padding: 5px 0;
	}

	ul.tnslider li div.tabimages img {
		width: 50px;
		margin: 5px;
		cursor: pointer;
		border: solid 1px #fff;
		height: auto;
	}

	ul.tnslider li.main div.tabimages {
		display: block;
	}

	ul.tnslider li div.tabimages span.tabimages_close {
		display: block;
		position: absolute;
		top: -30px;
		left: 90%;
		width: 30px;
		height: 30px;
		background: url(../../assets/img/close.png) no-repeat center #333;
		opacity: 0.8;
		cursor: pointer;
		-webkit-transition: all 0.5s ease;
		-moz-transition: all 0.5s ease;
		-o-transition: all 0.5s ease;
		border-radius: 3px 3px 0 0;
		-moz-border-radius: 3px 3px 0 0;
		-webkit-border-radius: 3px 3px 0 0;
	}

	ul.tnslider li div.tabimages span.tabimages_close:hover {
		-webkit-transform: rotate(30deg) scale(0.9);
		-moz-transform: rotate(30deg) scale(0.9);
		-o-transform: rotate(30deg) scale(0.9);
		-ms-transform: rotate(30deg) scale(0.9);
		transform: rotate(30deg) scale(0.9);
	}

	/*-[2.1]----Tab Description-----*/
	ul.tnslider li div.tabdescri {
		display: none;
		position: absolute;
		top: -50%;
		left: 1%;
		width: 93.5%;
		background: #333;
		opacity: 0.7;
		padding: 5px 20px;
		font-family: "Courier New", Courier, monospace;
		font-size: 0.8em;
		color: #fff;
	}

	ul.tnslider li div.tabdescri div.detail {
		max-height: 185px;
		overflow: auto;
	}

	ul.tnslider li div.tabdescri h2 {
		font-family: "Montserrat Alternates", sans-serif;
	}

	ul.tnslider li div.tabdescri p {
		margin: 5px 0;
		color: #fff;
		font-size: 15px;
	}

	ul.tnslider li.main div.tabdescri {
		display: none;
	}

	ul.tnslider li div.tabdescri span.tabdescri_close {
		display: block;
		position: absolute;
		top: -30px;
		left: 90%;
		width: 30px;
		height: 30px;
		background: url(../../assets/img/close.png) no-repeat center #333;
		opacity: 0.8;
		cursor: pointer;
		-webkit-transition: all 0.5s ease;
		-moz-transition: all 0.5s ease;
		-o-transition: all 0.5s ease;
		border-radius: 3px 3px 0 0;
		-moz-border-radius: 3px 3px 0 0;
		-webkit-border-radius: 3px 3px 0 0;
	}

	ul.tnslider li div.tabdescri span.tabdescri_close:hover {
		-webkit-transform: rotate(30deg) scale(0.9);
		-moz-transform: rotate(30deg) scale(0.9);
		-o-transform: rotate(30deg) scale(0.9);
		-ms-transform: rotate(30deg) scale(0.9);
		transform: rotate(30deg) scale(0.9);
	}

	/*---------------------------------------SLIDER[end]---------------------------------------*/

	.owl-carousel,
	.owl-carousel .owl-item {
		-webkit-tap-highlight-color: transparent;
		position: relative;
	}

	.owl-carousel {
		display: none;
		width: 100%;
		z-index: 1;
	}

	.owl-carousel .owl-stage {
		position: relative;
		-ms-touch-action: pan-Y;
		touch-action: manipulation;
		-moz-backface-visibility: hidden;
	}

	.owl-carousel .owl-stage:after {
		content: ".";
		display: block;
		clear: both;
		visibility: hidden;
		line-height: 0;
		height: 0;
	}

	.owl-carousel .owl-stage-outer {
		position: relative;
		overflow: hidden;
		-webkit-transform: translate3d(0, 0, 0);
	}

	.owl-carousel .owl-item,
	.owl-carousel .owl-wrapper {
		-webkit-backface-visibility: hidden;
		-moz-backface-visibility: hidden;
		-ms-backface-visibility: hidden;
		-webkit-transform: translate3d(0, 0, 0);
		-moz-transform: translate3d(0, 0, 0);
		-ms-transform: translate3d(0, 0, 0);
	}

	.owl-carousel .owl-item {
		min-height: 1px;
		float: left;
		-webkit-backface-visibility: hidden;
		-webkit-touch-callout: none;
	}

	.owl-carousel .owl-item img {
		display: block;
		width: 100%;
	}

	.owl-carousel .owl-dots.disabled,
	.owl-carousel .owl-nav.disabled {
		display: none;
	}

	.no-js .owl-carousel,
	.owl-carousel.owl-loaded {
		display: block;
	}

	.owl-carousel .owl-dot,
	.owl-carousel .owl-nav .owl-next,
	.owl-carousel .owl-nav .owl-prev {
		cursor: pointer;
		-webkit-user-select: none;
		-khtml-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
		user-select: none;
	}

	.owl-carousel .owl-nav button.owl-next,
	.owl-carousel .owl-nav button.owl-prev,
	.owl-carousel button.owl-dot {
		background: 0 0;
		color: inherit;
		border: none;
		padding: 0 !important;
		font: inherit;
	}

	.owl-carousel.owl-loading {
		opacity: 0;
		display: block;
	}

	.owl-carousel.owl-hidden {
		opacity: 0;
	}

	.owl-carousel.owl-refresh .owl-item {
		visibility: hidden;
	}

	.owl-carousel.owl-drag .owl-item {
		-ms-touch-action: none;
		touch-action: none;
		-webkit-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
		user-select: none;
	}

	.owl-carousel.owl-grab {
		cursor: move;
		cursor: grab;
	}

	.owl-carousel.owl-rtl {
		direction: rtl;
	}

	.owl-carousel.owl-rtl .owl-item {
		float: right;
	}

	.owl-carousel .animated {
		-webkit-animation-duration: 1s;
		animation-duration: 1s;
		-webkit-animation-fill-mode: both;
		animation-fill-mode: both;
	}

	.owl-carousel .owl-animated-in {
		z-index: 0;
	}

	.owl-carousel .owl-animated-out {
		z-index: 1;
	}

	.owl-carousel .fadeOut {
		-webkit-animation-name: fadeOut;
		animation-name: fadeOut;
	}

	@-webkit-keyframes fadeOut {
		0% {
			opacity: 1;
		}

		100% {
			opacity: 0;
		}
	}

	@keyframes fadeOut {
		0% {
			opacity: 1;
		}

		100% {
			opacity: 0;
		}
	}

	.owl-height {
		transition: height 0.5s ease-in-out;
	}

	.owl-carousel .owl-item .owl-lazy {
		opacity: 0;
		transition: opacity 0.4s ease;
	}

	.owl-carousel .owl-item img.owl-lazy {
		-webkit-transform-style: preserve-3d;
		transform-style: preserve-3d;
	}

	.owl-carousel .owl-video-wrapper {
		position: relative;
		height: 100%;
		background: #000;
	}

	.owl-carousel .owl-video-play-icon {
		position: absolute;
		height: 80px;
		width: 80px;
		left: 50%;
		top: 50%;
		margin-left: -40px;
		margin-top: -40px;
		background: url(owl.video.play.html) no-repeat;
		cursor: pointer;
		z-index: 1;
		-webkit-backface-visibility: hidden;
		transition: -webkit-transform 0.1s ease;
		transition: transform 0.1s ease;
	}

	.owl-carousel .owl-video-play-icon:hover {
		-webkit-transform: scale(1.3, 1.3);
		-ms-transform: scale(1.3, 1.3);
		transform: scale(1.3, 1.3);
	}

	.owl-carousel .owl-video-playing .owl-video-play-icon,
	.owl-carousel .owl-video-playing .owl-video-tn {
		display: none;
	}

	.owl-carousel .owl-video-tn {
		opacity: 0;
		height: 100%;
		background-position: center center;
		background-repeat: no-repeat;
		background-size: contain;
		transition: opacity 0.4s ease;
	}

	.owl-carousel .owl-video-frame {
		position: relative;
		z-index: 1;
		height: 100%;
		width: 100%;
	}


	.owl-theme .owl-dots,
	.owl-theme .owl-nav {
		text-align: center;
		-webkit-tap-highlight-color: transparent;
	}

	.owl-theme .owl-nav {
		margin-top: 10px;
	}

	.owl-theme .owl-nav [class*="owl-"] {
		color: #fff;
		font-size: 14px;
		margin: 5px;
		padding: 4px 7px;
		background: #d6d6d6;
		display: inline-block;
		cursor: pointer;
		border-radius: 3px;
	}

	.owl-theme .owl-nav [class*="owl-"]:hover {
		background: #869791;
		color: #fff;
		text-decoration: none;
	}

	.owl-theme .owl-nav .disabled {
		opacity: 0.5;
		cursor: default;
	}

	.owl-theme .owl-nav.disabled+.owl-dots {
		margin-top: 10px;
	}

	.owl-theme .owl-dots .owl-dot {
		display: inline-block;
		zoom: 1;
	}

	.owl-theme .owl-dots .owl-dot span {
		width: 10px;
		height: 10px;
		margin: 5px 7px;
		background: #d6d6d6;
		display: block;
		-webkit-backface-visibility: visible;
		transition: opacity 0.2s ease;
		border-radius: 30px;
	}

	.owl-theme .owl-dots .owl-dot.active span,
	.owl-theme .owl-dots .owl-dot:hover span {
		background: #869791;
	}



	/*=============================
	Slider CSS
===============================*/
	.hero-slider {
		position: relative;
		height: 440px;
	}

	.hero-slider .container {
		overflow: hidden;
	}

	.hero-slider .single-slider {
		height: 440px;
		background-size: cover;
		background-position: center;
		text-align: center;
		position: relative;
	}

	.hero-slider .single-slider:before {
		position: absolute;
		content: "";
		left: 0;
		top: 0;
		height: 100%;
		width: 100%;
		background: #30466f;
		opacity: 0.2;
	}

	.hero-slider .single-slider .text {
		float: none;
		text-align: left;
		margin: 138px 0 0;
	}

	.hero-slider .single-slider .text h1 {
		color: #000000;
		font-size: 42px;
		text-transform: capitalize;
		font-weight: 800;
		margin-bottom: 30px;
		margin: 0;
		padding: 0;
		line-height: 50px;
	}

	.hero-slider .single-slider .text h1 span {
		color: #30466f;
		text-shadow: 0px 0px 19px #ffffffb3;
	}

	.hero-slider .single-slider .text p {
		margin: 30px 0px;
		font-size: 15px;
	}

	.hero-slider .single-slider .button a:last-child {
		margin-right: 0px;
	}

	.hero-slider .single-slider .button .video {
		margin-left: 10px;
	}

	.hero-slider .single-slider .button .video i {
		height: 48px;
		width: 48px;
		line-height: 48px;
		text-align: center;
		color: #fff;
		background: #30466f;
		border-radius: 100%;
		-webkit-transition: all 0.4s ease;
		-moz-transition: all 0.4s ease;
		transition: all 0.4s ease;
		padding-left: 3px;
		font-size: 16px;
	}

	.hero-slider .single-slider .button .video:hover i {
		background: #000000;
		color: #fff;
	}

	/* Slider Dots */
	.hero-slider .owl-dots {
		position: absolute;
		left: 50%;
		background: #fff;
		-webkit-box-shadow: 0px 0px 5px rgba(51, 51, 51, 0.5);
		-moz-box-shadow: 0px 0px 5px rgba(51, 51, 51, 0.5);
		box-shadow: 0px 0px 5px rgba(51, 51, 51, 0.5);
		bottom: -20px;
		margin-top: -47px;
		padding: 10px 25px;
		border-radius: 4px;
		margin: 0 0 0 -52px;
	}

	.hero-slider .owl-dots .owl-dot {
		display: inline-block;
		margin-right: 10px;
	}

	.hero-slider .owl-dots .owl-dot:last-child {
		margin: 0px;
	}

	.hero-slider .owl-dots .owl-dot span {
		width: 12px;
		height: 12px;
		display: block;
		border-radius: 100%;
		-webkit-transition: all 0.3s ease;
		-moz-transition: all 0.3s ease;
		transition: all 0.3s ease;
		margin: 0;
		background: #30466f;
		position: relative;
	}

	.hero-slider .owl-dots .owl-dot:hover span {
		border-color: transparent;
	}

	.hero-slider .owl-dots .owl-dot span::before {
		position: absolute;
		top: -2px;
		left: -2px;
		width: 16px;
		height: 16px;
		line-height: 16px;
		border: 1px solid;
		content: "";
		border-radius: 100%;
		color: #30466f;
		opacity: 0;
		visibility: hidden;
		-webkit-transition: all 0.3s ease;
		-moz-transition: all 0.3s ease;
		transition: all 0.3s ease;
	}

	.hero-slider .owl-dots .owl-dot:hover span:before,
	.hero-slider .owl-dots .owl-dot.active span:before {
		opacity: 1;
		visibility: visible;
	}

	/* Slider Animation */
	.owl-item.active .text h1 {
		animation: fadeInLeft 1s both 0.6s;
	}

	.owl-item.active .text p {
		animation: fadeInLeft 1s both 1s;
	}

	.owl-item.active .text .button {
		animation: fadeInLeft 1s both 1.5s;
	}

	/* Announcement section */
	.c-butions {
		background: #f6f6f6;
		padding: 70px 0 50px;
	}


	.news-scroll {
		overflow: hidden;
		white-space: nowrap;
		position: relative;
		background: #fff;
		border: 1px solid #ddd;
		padding: 10px 0;
	}

	.scrolling-wrapper {
		display: inline-block;
		white-space: nowrap;
		animation: scroll-left 25s linear infinite;
	}


	/* Pause on hover */
	.scrolling-wrapper:hover {
		animation-play-state: paused !important;
	}


	.scrolling-list {
		display: inline-flex;
		gap: 40px;
		list-style: none;
		padding: 0;
		margin: 0;
	}

	.scrolling-list li {
		display: flex;
		align-items: center;
		font-size: 14px;
	}

	.scrolling-list .dot {
		width: 6px;
		height: 6px;
		background: red;
		border-radius: 50%;
		display: inline-block;
		margin-right: 6px;
	}

	@keyframes scroll-left {
		0% {
			transform: translateX(70%);
		}

		100% {
			transform: translateX(-100%);
		}
	}

	.news {
		display: flex;
		align-items: center;
		justify-content: space-between;
		width: 10%;
	}
	#restart,
	#toggleBtn,
	#toggleBtnhighlight {
		border: none;
		background: #fff;
		font-size: 1rem;
		cursor: pointer;
		color: #db1b1b;
		width: 2rem;
		height: 2rem;
		border-radius: 50%;
		display: inline-flex;
		align-items: center;
		justify-content: center;
	}
