@import url("https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap");
/*=============================
	Global CSS
===============================*/
* {
	padding: 0;
	margin: 0;
}



html,
body {
	height: 100%;
	margin: 0;
}
/*
body {
	font-family: "Poppins", sans-serif;
	font-weight: 400;
	font-size: 14px;
	line-height: 22px;
	position: relative;
	color: #000000;
	border: 5px dashed rgb(239, 34, 34);
}

body::before {
	content: "You are in development mode..";
	background-color: rgb(173, 8, 8);
	color: #fff;
	padding: 3px;
	position: -webkit-sticky;
	position: sticky;
	top: 0;
	z-index: 999999;
} */
:focus {
	outline: 2px solid #000000; /* or any color that fits your design */
	outline-offset: 2px;
  }
img {
	max-width: 100%;
}
p {
	/* color: #000; */
	margin-bottom: 10px;
}
.navbar-nav {
	width: auto !important;
}
/** --local--edit start */
.clients-section .row:not(:first-child) {
	display: flex;
	justify-content: start;
	align-items: center;
	flex-wrap: wrap;
}
.clients-section .client {
	display: flex;
	align-items: center;
	gap: 0.5rem;
	margin-bottom: 1rem;
}
.clients-section .client .image {
	width: 50px;
}
.clients-section .client .text {
	font-family: "Bebas Neue", cursive;
	font-size: 2.5rem;
	color: #30466f;
	text-transform: capitalize;
}
/** --local--edit end */
.mobile-nav {
	display: none;
}
.table {
	display: table;
	width: 100%;
	height: 100%;
}
.table-cell {
	display: table-cell;
	vertical-align: middle;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: 600;
	position: relative;
}
a:hover {
	text-decoration: none;
}
a,
button {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
	outline: none;
	box-shadow: none;
	text-decoration: none;
}
.button .btn {
	position: relative;
	font-weight: 600;
	color: #fff;
	background: #30466f;
	display: inline-block;
	border: none;
	padding: 0px 40px 0px 40px;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
	z-index: 5;
	display: inline-block;
	padding: 13px 32px;
	border-radius: 4px;
}
.button .btn::before {
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background: #000000;
	z-index: -1;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
	height: 100%;
	transform: scaleX(0);
	border-radius: 4px;
}
.button .btn:hover:before {
	transform: scaleX(1);
}
.overlay {
	position: relative;
}
.overlay:before {
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background: #000;
	border-radius: 4px;
	opacity: 0.6;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.table {
	display: table;
	width: 100%;
	height: 100%;
}
.table-cell {
	display: table-cell;
	vertical-align: middle;
}
.section {
	padding: 70px 0;
}
.section-title {
	text-align: center;
	margin-bottom: 60px;
}
.section-title h2 {
	font-size: 30px;
	padding-bottom: 20px;
	margin-bottom: 20px;
	position: relative;
	color: #000000;
	font-weight: 700;
}
.section-title h2::before {
	content: "";
	width: 60px;
	height: 3px;
	position: absolute;
	bottom: -1.5px;
	background: #30466f;
	margin-left: -30px;
	left: 50%;
}
.section-title h2::after {
	content: "";
	width: 5px;
	height: 3px;
	position: absolute;
	bottom: -1.5px;
	background: #fff;
	margin-left: 13px;
	left: 50%;
}
.section-title p {
	font-size: 14px;
	color: #666;
}
/* Bread Crumbs */
.breadcrumbs {
	background: #30466f;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	position: relative;
	padding: 45px 0px;
}
.breadcrumbs .bread-inner {
	z-index: 22;
}
.breadcrumbs h2, .breadcrumbs h1 {
	color: #fff;
	text-transform: capitalize;
	font-size: 25px;
	font-weight: 700;
	margin: 0;
	padding: 0;
	float: left;
}
.breadcrumbs .bread-list {
	border-radius: 4px;
	display: inline-block;
	float: right;
}
.breadcrumbs ul li {
	display: inline-block;
	position: relative;
}
.breadcrumbs ul li i {
	margin: 0px 10px;
	font-size: 11px;
	font-weight: 600;
	color: #fff;
}
.breadcrumbs ul li a {
	color: #fff;
	font-size: 15px;
	font-weight: 400;
	text-transform: capitalize;
}
.breadcrumbs ul li.active a {
	background: #30466f;
	color: #fff;
	border-radius: 3px;
	padding: 6px 20px;
	display: inline-block;
}
.breadcrumbs ul li.active a:hover {
	background: #fff;
	color: #30466f;
}
/* Preloader */
.preeloader {
	background: rgba(255, 255, 255, 1) none repeat scroll 0 0;
	height: 100%;
	position: fixed;
	width: 100%;
	z-index: 999999;
}
.preloader-spinner {
	-webkit-animation: 1s ease-out 0s normal none infinite running pulsate;
	animation: 1s ease-out 0s normal none infinite running pulsate;
	border: 10px solid #000000;
	border-radius: 40px;
	display: block;
	height: 40px;
	left: 50%;
	margin: -20px 0 0 -20px;
	opacity: 0;
	position: fixed;
	top: 50%;
	width: 40px;
	z-index: 10;
}
@-webkit-keyframes pulsate {
	0% {
		opacity: 0;
		-webkit-transform: scale(0.1);
		transform: scale(0.1);
	}

	50% {
		opacity: 1;
	}

	100% {
		opacity: 0;
		-webkit-transform: scale(1.2);
		transform: scale(1.2);
	}
}
@keyframes pulsate {
	0% {
		opacity: 0;
		-webkit-transform: scale(0.1);
		transform: scale(0.1);
	}

	50% {
		opacity: 1;
	}

	100% {
		opacity: 0;
		-webkit-transform: scale(1.2);
		transform: scale(1.2);
	}
}
#scrollUp {
	bottom: 15px;
	right: 15px;
	padding: 10px 20px;
	background: #30466f;
	color: #fff;
	font-size: 22px;
	width: 40px;
	height: 40px;
	text-align: center;
	line-height: 42px;
	padding: 0;
	border-radius: 4px;
}
#scrollUp:hover {
	background: #000000;
	bottom: 18px;
	-webkit-box-shadow: 0 14px 26px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0 14px 26px rgba(0, 0, 0, 0.3);
	box-shadow: 0 14px 26px rgba(0, 0, 0, 0.3);
}
/*=============================
	End Global CSS
===============================*/

/*=============================
	Header CSS
===============================*/
.header {
	background-color: #24272b;
}
.header .navbar-collapse {
	padding: 0;
}
.header .logo {
	margin-top: 8px;
}
/* Topbar */
.header .topbar {
	background-color: lavender;
	padding: 5px 0;
}
.header .single-top i {
	color: #30466f;
	margin-right: 5px;
}
.header .single-top p {
	color: #666;
	margin-bottom: 0;
	display: flex; /* Add Flexbox */
	align-items: center; /* Vertically align items */
	gap: 5px; /* Add spacing between buttons */
}

/* Vertically align the dark mode icon */
.header .single-top #btn-dark-mode i {
    vertical-align: middle;
}

.header .single-top a {
	display: inline-block;
	color: #666;
}
.header .single-top a:hover {
	color: #30466f;
}
/* Middle Header */
.header .middle-header {
	background: #fff;
	padding: 5px 0px;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.header .widget-main {
	float: right;
}
.header .single-widget {
	position: relative;
	float: left;
	margin-right: 30px;
	padding-left: 40px;
}
.header .single-widget:last-child {
	margin: 0;
}
.header .single-widget .logo {
	margin: 0;
	padding: 0;
	margin-top: 7px;
}
.header .single-widget i {
	position: absolute;
	left: 0;
	top: 0;
	height: 30px;
	width: 30px;
	line-height: 30px;
	color: #fff;
	background: #30466f;
	border-radius: 100%;
	text-align: center;
	font-size: 15px;
}
.header .single-widget h4 {
	font-size: 15px;
	font-weight: 500;
}
.header .single-widget p {
	margin-bottom: 5px;
	text-transform: capitalize;
}
.header .single-widget.btn {
	margin-left: 0;
}
/* Main Menu */
.header .main-menu {
	background: #30466f;
	z-index: 999;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.header .navbar {
	background: none;
	box-shadow: none;
	border: none;
	margin: 0;
	height: 0px;
	min-height: 0px;
}
.header .nav li {
	float: left;
	position: relative;
	margin-right: 5px;
}
.header .nav li:last-child {
	margin: 0;
	float: right;
}
.header .nav li:last-child .dropdown {
	right: 0;
	left: auto;
}
.header .nav li a {
	color: #fff;
	font-size: 14px;
	font-weight: 500;
	text-transform: uppercase;
	padding: 10px 10px;
	position: relative;
	display: inline-block;
	text-shadow: none;
	font-weight: 400;
}
/* .header .nav li a:after {
	content: "";
	border-right: 1px solid #ebebeb;
	position: relative;
	right: -12px;
	bottom: 0px;
}
.header .nav li:last-child a:after, .header .nav li:first-child a:after {
	content: "";
	display: none;
} */

.navbar-nav > li a:after{
	content: "";
	border-right: 1px solid #ebebeb;
	position: relative;
	right: -12px;
	bottom: 0px;
}

.navbar ul:first-child > li:first-child a:after{
	content: "";
	display: none;
}

.navbar-nav > li:last-child a:after{
	content: "";
	display: none;
}

.header .nav li.current a,
.header .nav li:focus a {
	background: #30466f;
	color: #fff;
}
.header .nav li:hover a {
	background: #30466f;
	color: #fff;
}
.header .nav li a:focus {
	color: #fff !important;
}
.header .nav li .dropdown li a:focus {
	color: #fff !important;
	background: #30466f;
}
.header .nav li:nth-of-type(odd) {
	background: #30466f;
}
.header .nav li:nth-of-type(odd) a:hover {
	background: #30466f;
}
.header .nav li .dropdown li:nth-of-type(odd) {
	background: transparent;
}
/* Dropdown */
.header .nav li .dropdown {
	background: #fff;
	border-radius: 0 0 4px 4px;
	width: 220px;
	position: absolute;
	left: 0;
	z-index: 99;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	transition: all 0.2s ease;
	box-shadow: 0px 0px 5px #3333334d;
	transform-origin: 0 0 0;
	transform: scaleY(0.2);
}

.dropdown {
  display: none;
}
.dropdown.open {
  display: block;
}
/* .header .nav li:hover .dropdown, */
.header .nav li .dropdown.open {
	opacity: 1;
	visibility: visible;
	transform: translateY(0px);
}
.header .nav li .dropdown li {
	float: none;
	margin: 0;
}
.header .nav li .dropdown li a {
	padding: 12px 15px;
	font-weight: 400;
	color: #000000;
	display: block;
	background: transparent;
	position: relative;
	border-bottom: 1px solid #e5e5e5;
	text-transform: capitalize;
}
.header .nav li .dropdown li:last-child a {
	border: none;
}
.header .nav li .dropdown li a:before {
	position: absolute;
	content: "";
	right: 0;
	top: 0;
	height: 0%;
	width: 4px;
	background: #30466f;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.header .nav li .dropdown li a:hover:before {
	height: 100%;
}
.header .nav li .dropdown li i {
	float: right;
}
.header .nav li .dropdown li:hover a {
	color: #ffffff;
	background: #30466f;
}
.header .nav li .dropdown li a:after,
.header .nav li .dropdown li:hover a:after {
	content: "";
	display: none;
}
/* Right Bar */
.header .right-bar {
	float: right;
}
.header .right-bar {
	padding-top: 20px;
}
.header .right-bar {
	display: inline-block;
}
.header .right-bar a {
	color: #30466f;
	height: 30px;
	width: 30px;
	line-height: 30px;
	text-align: center;
	background: #fff;
	border-radius: 100%;
	display: block;
	font-size: 12px;
}
.header .right-bar li a:hover {
	color: #fff;
	background: #30466f;
}
.header .search-top.active .search i:before {
	content: "\f00d";
}
/* Search */
.header .search-form {
	position: absolute;
	right: 0;
	z-index: 9999;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
	top: 69px;
}
.header .search-top.active .search-form {
	opacity: 1;
	visibility: visible;
}
.header .search-form input {
	width: 282px;
	height: 45px;
	line-height: 45px;
	padding: 0 40px 0 20px;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
	border-radius: 4px;
	border: none;
	background: #fff;
	color: #000000;
	outline: none;
}
.header .search-form button {
	position: absolute;
	right: 0;
	height: 45px;
	top: 0;
	width: 40px;
	background: #30466f;
	border: none;
	color: #fff;
	border-radius: 0 4px 4px 0;
	border-left: 1px solid transparent;
}
.header .search-form button:hover {
	background: #fff;
	color: #30466f;
	border-color: #e6e6e6;
}
/*=============================
	End Header CSS
===============================*/

/*=============================
	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;
}
/*=============================
	End Slider CSS
===============================*/

/*=============================
	Our Features CSS
===============================*/
.features {
	background: #fff;
}
.features .single-feature {
	position: relative;
}
.features .serial {
	font-size: 70px;
	font-weight: 700;
	/* Updated color for better contrast */
	color: #767676;
	position: absolute;
	left: 0;
	top: 0;
	margin: 0;
	padding: 0;
	line-height: 54px;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.features .single-feature:hover .serial {
	color: #30466f;
}
.features .f-content {
	padding-left: 100px;
}
.features .f-content h3 {
	color: #000000;
	font-size: 18px;
	margin-bottom: 15px;
}
.features .f-content h3 .inner {
	display: block;
	font-size: 15px;
	font-weight: 400;
	margin-top: 5px;
	color: #30466f;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.features .single-feature:hover .inner {
	color: #666;
}
/*=============================
	End Features CSS
===============================*/

/*=============================
	Why Choose CSS
===============================*/
.why-choose {
	padding: 0;
	background: #ffffff;
	overflow: hidden;
	position: relative;
}
.why-choose .no-margin {
	margin: 0;
	padding: 0;
}
.why-choose .video-main {
	position: absolute;
	width: 49%;
	height: 100%;
	background-image: url("../img/breadcum-bg.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	text-align: center;
	left: 0;
}
.why-choose .video-main:before {
	opacity: 0;
	visibility: hidden;
}
.why-choose .video-main:hover:before {
	opacity: 0.7;
	visibility: visible;
}
.why-choose .video-play a {
	top: 50%;
	left: 50%;
	margin-left: -35px;
	margin-top: -35px;
	width: 70px;
	height: 70px;
	line-height: 70px;
	border-radius: 100%;
	background: #fff;
	color: #30466f;
	font-size: 20px;
	position: absolute;
	transform: scale(0);
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
	padding-left: 3px;
}
.why-choose .video-main:hover a {
	transform: scale(1);
	opacity: 1;
	visibility: visible;
}
.why-choose .video-play a:hover {
	background: #30466f;
	color: #fff;
}
/* Faq Area */
.why-choose .faq-area {
	padding: 60px 40px;
}
.why-choose .faq-area .title h2 {
	color: #30466f;
	font-size: 27px;
	font-weight: 600;
	position: relative;
	padding-bottom: 25px;
	margin-bottom: 25px;
}
.why-choose .faq-area .title h2 span {
	display: inline-block;
	font-weight: 700;
	color: #30466f;
}
.why-choose .faq-area .title h2:before {
	content: "";
	width: 60px;
	height: 3px;
	position: absolute;
	bottom: -2px;
	background: #131c2c;
	left: 0;
}
.why-choose .faq-area .title h2::after {
	content: "";
	width: 5px;
	height: 3px;
	position: absolute;
	bottom: -2px;
	background: #000000;
	margin-left: 42px;
	left: 0;
}
.why-choose .panel-group {
	margin: 0;
	text-align: left;
}
.why-choose .panel {
	background: #fff;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
	margin: 0 0 10px;
}
.why-choose .panel-heading {
	background: none;
}
.why-choose .faq-title a {
	padding: 20px;
	font-size: 18px;
	letter-spacing: 0.6px;
	font-weight: 400;
	position: relative;
	color: #666;
	background: transparent;
	width: 100%;
	display: block;
	border: 1px solid #ddd;
	padding: 15px 20px;
	font-weight: 600;
	border-radius: 4px 4px 0 0;
}
.why-choose .faq-title a::before {
	content: "\f056";
	font-family: "Font Awesome 5 Free";
	top: 50%;
	margin-top: -15px;
	right: 10px;
	position: absolute;
	background: transparent;
	width: 30px;
	height: 30px;
	line-height: 30px;
	color: #fff;
	text-align: center;
	font-size: 17px;
	border-radius: 5px;
}
.why-choose .panel .faq-title a {
	color: #fff;
	background: #30466f;
	text-decoration: none;
	border-color: transparent;
}
.why-choose .panel .faq-title a.collapsed {
	color: #000000;
	background: #f6f6f6;
	text-decoration: none;
	border-color: transparent;
	border-radius: 4px;
}
.why-choose .faq-title a.collapsed::before {
	content: "\f055";
	font-family: "Font Awesome 5 Free";
	color: #666;
	background: transparent;
	transition: all 0.4s ease;
}
.why-choose .faq-body {
	padding: 20px;
	/* Updated color for better contrast */
	color: #555;
	box-shadow: none;
	text-shadow: none;
	background: #f6f6f6;
	font-weight: 300;
	border-radius: 0 0 4px 4px;
}
.why-choose .panel-default {
	border: none;
	box-shadow: none;
	text-shadow: none;
	margin: 0 0 15px;
}
.why-choose .panel-default:last-child {
	margin: 0;
}
/*=============================
	End Why Choose CSS
===============================*/

/*=============================
	Services CSS
===============================*/
.services {
	background: #f6f6f6;
}
.services .section-title h2::after {
	background: #f6f6f6;
}
.services .single-service {
	position: relative;
	background: #fff;
	padding: 50px 30px;
	margin-top: 30px;
	border-radius: 5px;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
	overflow: hidden;
}
.services .single-service:hover {
	background: #30466f;
}
.services .single-service.active {
	background: #30466f;
}
.services .single-service i {
	font-size: 56px;
	color: #f6f6f6;
	position: absolute;
	right: 10px;
	top: 10px;
	opacity: 0.8;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.services .single-service:hover i,
.services .single-service.active i {
	color: #fff;
	opacity: 1;
	visibility: visible;
}
.services .single-service h4 {
	position: relative;
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 20px;
	padding-bottom: 20px;
	text-transform: uppercase;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.services .single-service:hover h4 {
	color: #fff;
}
.services .single-service.active h4 {
	color: #fff;
}
.services .single-service h4:before {
	position: absolute;
	content: "";
	left: 0;
	bottom: -1px;
	height: 2px;
	width: 50px;
	background: #30466f;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.services .single-service:hover h4:before {
	background: #fff;
	width: 30px;
}
.services .single-service.active h4:before {
	background: #fff;
	width: 30px;
}
.services .single-service p {
	color: #7b7b7b;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.services .single-service:hover p {
	color: #fff;
}
.services .single-service.active p {
	color: #fff;
}
.services .single-service a {
	margin-top: 30px;
	display: inline-block;
	color: #30466f;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.services .single-service a:hover {
	opacity: 0.8;
}
.services .single-service:hover a,
.services .single-service.active a {
	color: #fff;
}
/*=============================
	End Services CSS
===============================*/

/*=============================
	About US CSS
===============================*/
.about {
	background: #fff;
}
.about .about-content {
	padding-right: 0px;
	text-align: justify;
}
.about .about-content h4 {
	margin-bottom: 20px;
}
.about .about-content .story {
	display: block;
	color: #04aaf4;
	margin-bottom: 20px;
	font-size: 17px;
}
.about .about-content .story i {
	color: #04aaf4;
	margin-right: 5px;
	font-size: 22px;
}
.about .about-content h3, .about .about-content h2 {
	font-size: 30px;
	font-weight: 600;
	position: relative;
	margin-bottom: 15px;
	padding-bottom: 15px;
	color: #30466f;
}
.about .about-content h3::before {
	position: absolute;
	content: "";
	left: 0;
	bottom: -1px;
	height: 2px;
	width: 60px;
	background: #30466f;
}
.about .about-content h3 span {
	display: inline-block;
	font-weight: 700;
	color: #30466f;
}
.about .about-content p {
	line-height: 26px;
	margin-bottom: 10px;
}
.about .about-content p:last-child {
	margin: 0;
}
.about .about-content .button {
	margin-top: 40px;
}
.about .about-content .button .btn {
	background: #000000;
	margin-right: 15px;
}
.about .about-content .button .btn:before {
	background: #30466f;
}
.about .about-content .button .btn.primary {
	background: #30466f;
}
.about .about-content .button .btn.primary:before {
	background: #000000;
}
.about .about-content .button .btn:last-child {
	margin: 0;
}
.about .about-img {
	position: relative;
	-webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
	border: 10px solid #fff;
	border-radius: 4px;
}
.about .about-img:before {
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.about .about-img:hover:before {
	opacity: 0.6;
	visibility: visible;
}
.about .about-img .video {
	height: 64px;
	width: 64px;
	line-height: 64px;
	background: #30466f;
	color: #fff;
	font-size: 20px;
	border-radius: 100%;
	display: block;
	text-align: center;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -32px;
	margin-top: -32px;
	padding-left: 4px;
	transform: scale(0);
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.about .about-img .video:hover {
	background: #fff;
	color: #30466f;
}
.about .about-img:hover .video {
	transform: scale(1);
}
.about .about-img img {
	height: 100%;
	width: 100%;
}

/*=============================
	End About US CSS
===============================*/

/*=============================
	Contributions CSS
===============================*/
.c-butions {
	background: #f6f6f6;
	padding: 70px 0 50px;
}
.c-butions .single-butions {
	background: #fff;
	border: 1px solid #ddd;
	border-radius: 4px;
	padding: 40px 20px;
	text-align: center;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
	margin-top: 30px;
}
.c-butions .single-butions:hover {
	border-color: transparent;
	background: #30466f;
	box-shadow: 0px 0px 15px #30466f;
}
.c-butions .single-butions.active {
	border-color: transparent;
	background: #30466f;
	box-shadow: 0px 0px 15px #30466f;
}
.c-butions .single-butions .counter {
	font-weight: 700;
	font-size: 28px;
	color: #000000;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.c-butions .single-butions:hover .counter {
	color: #fff;
}
.c-butions .single-butions.active .counter {
	color: #fff;
}
.c-butions .single-butions .latter {
	font-weight: 800;
	font-size: 30px;
	color: #000000;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.c-butions .single-butions:hover .latter {
	color: #fff;
}
.c-butions .single-butions.active .latter {
	color: #fff;
}
.c-butions .single-butions p {
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.c-butions .single-butions:hover p {
	color: #fff;
}
.c-butions .single-butions.active p {
	color: #fff;
}
.c-butions .contri-content {
	margin-top: 30px;
}
.c-butions .contri-content h2 {
	font-weight: 700;
	margin-bottom: 20px;
	font-size: 28px;
	line-height: 38px;
}
.c-butions .contri-content h2 span {
	display: block;
	font-size: 16px;
	font-weight: 600;
	line-height: 25px;
}
.c-butions .button {
	margin-top: 40px;
}
/*=============================
	End Contributions CSS
===============================*/

/*=============================
	Experiences CSS
===============================*/
.experiences {
	background-image: url("../img/call-bg.jpg");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	position: relative;
}
.experiences.overlay:before {
	opacity: 0.6;
}
.experiences .experience-inner {
	text-align: center;
}
.experiences .experience-inner h2 {
	color: #fff;
	margin-bottom: 25px;
	font-size: 32px;
	font-weight: 700;
}
.experiences .experience-inner h2 span {
	display: block;
	font-size: 18px;
	margin-bottom: 15px;
	font-weight: 400;
}
.experiences .button .btn:before {
	background: #fff;
	border-radius: 4px;
}
.experiences .button .btn:hover {
	color: #000000;
}
/*=============================
	End Experiences CSS
===============================*/

/*=============================
	Projects CSS
===============================*/
.our-projects {
	background: #fff;
}
.our-projects .slider-portfolio .col-fix {
	margin: 0;
	padding: 0;
}
.our-projects .project-tab .nav-head {
	text-align: center;
}
.our-projects .nav {
	border: none;
	text-shadow: none;
	box-shadow: none;
	text-align: center;
	display: inline-block;
	margin-bottom: 5px;
	text-align: center;
}
.our-projects .nav li {
	border: none;
	text-shadow: none;
	box-shadow: none;
	margin-right: 10px;
	margin-bottom: 1rem; /** --local--edit */
}
.our-projects .nav li:last-child {
	margin-right: 0px;
}
.our-projects .nav li a {
	color: #000000;
	border: none;
	text-shadow: none;
	box-shadow: none;
	background: transparent;
	padding: 10px 22px;
	font-weight: 500;
	text-transform: uppercase;
	cursor: pointer;
	border-radius: 4px;
}
.our-projects .nav li:hover a,
.our-projects .nav li.active a {
	color: #fff;
	background: #30466f;
	border: none;
	text-shadow: none;
	box-shadow: none;
}
.our-projects .nav li.active:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 40%;
	z-index: 9999999;
	opacity: 1;
	transition: all 0.2s ease-out;
	transform: translateY(100%);
	border-left: 10px solid #1b76c400;
	border-top: 10px solid #30466f;
	border-bottom: 10px solid #1b76c400;
	border-right: 10px solid transparent;
}
.our-projects .pf-left {
	position: relative;
}
.our-projects .pf-left img {
	height: 100%;
	width: 100%;
}
.our-projects .pf-left::before {
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background: #000;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.our-projects .pf-left:hover:before {
	opacity: 0.4;
	visibility: visible;
}
.our-projects .pf-left .button {
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.our-projects .pf-left:hover .button {
	opacity: 1;
	visibility: visible;
}
.our-projects .pf-left .button .btn {
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -71.5px;
	margin-top: -23px;
	text-transform: uppercase;
	font-size: 14px;
}
.our-projects .pf-left .button .btn:hover {
	color: #333;
}
.our-projects .pf-left .button .btn:before {
	background: #fff;
}
.our-projects .pf-right {
	background: #000000;
	padding: 25px 60px;
}
.our-projects .content .small-title {
	color: #30466f;
}
.our-projects .content h2 {
	color: #fff;
	font-size: 22px;
	font-weight: 600;
	margin: 5px 0 15px 0;
}
.our-projects .content p {
	line-height: 26px;
	color: #ccc;
}
.our-projects .owl-nav {
	margin: 0;
	position: absolute;
	top: 50%;
	width: 100%;
	margin-top: -20px;
}
.our-projects .owl-carousel .owl-nav button {
	height: 40px;
	width: 40px;
	line-height: 40px;
	background: #30466f;
	color: #fff;
	font-size: 20px;
	position: absolute;
	margin: 0;
	border-radius: 4px;
}
.our-projects .owl-carousel .owl-nav button:hover {
	color: #fff;
}
.our-projects .owl-nav .owl-prev {
	left: 0;
}
.our-projects .owl-nav .owl-next {
	right: 0;
}

/* Slider Dots */
.our-projects .owl-dots {
	position: absolute;
	right: 0;
	background: #fff;
	box-shadow: -3px 0px 5px #0003;
	top: 50%;
	padding: 20px 15px;
	margin-top: -47px;
	border-radius: 4px 0 0 4px;
}
.our-projects .owl-dots .owl-dot {
	display: block;
	margin-bottom: 10px;
}
.our-projects .owl-dots .owl-dot:last-child {
	margin: 0px;
}
.our-projects .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;
}
.our-projects .owl-dots .owl-dot:hover span {
	border-color: transparent;
}
.our-projects .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;
}
.our-projects .owl-dots .owl-dot:hover span:before,
.our-projects .owl-dots .owl-dot.active span:before {
	opacity: 1;
	visibility: visible;
}
.our-projects .skill-main {
	margin-top: 35px;
}
.our-projects .skill-title h4 {
	color: #fff;
	font-size: 14px;
	font-weight: 600;
	margin-bottom: 13px;
}
.our-projects .progress {
	overflow: visible;
	box-shadow: none;
	background: #fff;
	height: 5px;
	border-radius: 4px;
}
.our-projects .progress-bar {
	position: relative;
	background: #30466f;
	border: none;
	text-shadow: none;
	box-shadow: none;
	border-radius: 4px;
}
.our-projects .progress-bar span {
	position: absolute;
	right: 2px;
	top: -36px;
	color: #fff;
	font-weight: 500;
	font-size: 14px;
}
/* Single Portfolio */
.single-portfolio {
	background: #fff;
}
.single-portfolio .portfolio-gallery {
	position: relative;
}
.single-portfolio .portfolio-gallery img {
	width: 100%;
	height: 100%;
	border-radius: 4px;
}
/* Portfolio Dots */
.single-portfolio .owl-dots {
	position: absolute;
	right: 0;
	background: #fff;
	box-shadow: -3px 0px 5px #0003;
	top: 50%;
	padding: 20px 15px;
	margin-top: -47px;
	border-radius: 4px 0 0 4px;
}
.single-portfolio .owl-dot {
	display: block;
	margin-bottom: 10px;
}
.single-portfolio .owl-dot:last-child {
	margin: 0px;
}
.single-portfolio .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;
}
.single-portfolio .owl-dot:hover span {
	border-color: transparent;
}
.single-portfolio .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;
}
.single-portfolio .owl-dot:hover span:before,
.single-portfolio .owl-dot.active span:before {
	opacity: 1;
	visibility: visible;
}
.project-detail {
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center;
	background-image: url("../img/breadcum-bg.jpg");
	padding: 70px 30px;
	position: relative;
	border-radius: 4px;
}
.project-detail h2 {
	color: #fff;
	font-size: 22px;
}
.project-detail ul {
	position: relative;
	margin-top: 20px;
}
.project-detail ul li {
	color: #fff;
	line-height: 41px;
}
.project-detail ul li .name {
	font-weight: 600;
}
.project-detail ul li .des {
	float: right;
}
.project-detail ul li .des a:hover {
	color: #30466f;
}
/* Portfolio Text */
.single-portfolio .detail-text {
	margin-top: 30px;
}
.single-portfolio .detail-text h2 {
	font-size: 25px;
	margin-bottom: 20px;
}
.single-portfolio .detail-text p {
	margin-bottom: 20px;
}
.single-portfolio .detail-text p:last-child {
	margin-bottom: 0px;
}
.single-portfolio .detail-text .button {
	margin-top: 20px;
}
.single-portfolio .detail-text .btn {
	background: #30466f;
	color: #fff;
}
/*=============================
	End Projects CSS
===============================*/

/*=============================
	Watch Video CSS
===============================*/
.watch-video {
	background-image: url("../img/video-bg.jpg");
	background-size: cover;
	background-position: center;
	position: relative;
	overflow: hidden;
	text-align: center;
	padding: 150px 0;
}
.watch-video.overlay::before {
	background: #30466f;
	opacity: 0.9;
}
.watch-video .watch-inner {
	max-width: 500px;
	display: inline-block;
}
.watch-video .video-head {
	border: 8px solid rgba(255, 255, 255, 0.3);
	display: inline-block;
	border-radius: 100%;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.watch-video .video-head:hover {
	border-color: #fff;
}
.watch-video .video-head .video {
	height: 80px;
	width: 80px;
	line-height: 80px;
	text-align: center;
	background: #fff;
	color: #30466f;
	border-radius: 100%;
	display: inline-block;
	font-size: 28px;
	padding-left: 5px;
}
.watch-video .video-head .video:hover {
	background: #30466f;
	color: #fff;
}
.watch-video .watch-inner h2 {
	color: #fff;
	margin: 15px 0;
}
.watch-video .watch-inner p {
	color: #fff;
}
/*=============================
	End Watch Video CSS
===============================*/

/*=============================
	Consultation CSS
===============================*/
.consultation {
	padding-top: 90px;
	background: #f6f6f6;
}
.consultation .con-head {
	background: #fff;
	padding: 50px 30px;
	border-radius: 4px;
}
.consultation .consult-title h2 {
	color: #000000;
	font-size: 28px;
	font-weight: 700;
}
.consultation .consult-title h2 span {
	color: #30466f;
}
.consultation .consult-title p {
	color: #000000;
	margin-top: 6px;
}
.consultation .form {
	margin-top: 30px;
}
.consultation .form-group input {
	width: 100%;
	height: 50px;
	line-height: 50px;
	padding: 12px 20px;
	color: #000000;
	border: 1px solid #ebebeb;
	border-radius: 4px;
	background: #fff;
	font-size: 13px;
	text-transform: capitalize;
	outline: none;
}
.consultation .form-group textarea {
	width: 100%;
	height: 180px;
	padding: 18px 20px;
	border: 1px solid #ebebeb;
	color: #000000;
	font-size: 13px;
	border-radius: 4px;
	outline: none;
}
.consultation .form-group .button {
	text-align: left;
	margin-bottom: 0px;
}
.consultation .consultation-image {
	margin-top: 50px;
}
.consultation.fix {
	overflow: hidden;
}
/*=============================
	End Consultation CSS
===============================*/

/*=============================
	Testimonials CSS
===============================*/
.testimonials {
	background: #000000;
}
.testimonials .section-title h2,
.testimonials .section-title p {
	color: #fff;
}
.testimonials .section-title h2:after {
	background: #000000;
}
.testimonials .single-testimonial {
	text-align: left;
	background: #fff;
	padding: 40px;
	box-shadow: 0px 0px 7px #0000001a;
	margin-top: 20px;
	margin-bottom: 100px;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
	border-right: 3px solid transparent;
	border-radius: 4px;
}
.testimonials .single-testimonial p {
	position: relative;
	color: #2c2f38;
	font-size: 15px;
	font-weight: 400;
	line-height: 27px;
}
.testimonials .single-testimonial .img-head {
	position: absolute;
	left: 0;
	bottom: 5px;
}
.testimonials .single-testimonial .img-head::before {
	position: absolute;
	content: "";
	left: 30px;
	top: -36px;
	border: 15px solid #fff;
	border-bottom: 15px solid transparent;
	border-left: 0px solid transparent;
	border-right: 15px solid transparent;
}
.testimonials .single-testimonial .inner {
	position: relative;
}
.testimonials .single-testimonial img {
	position: absolute;
	left: 0;
	top: 0;
	width: 60px;
	height: 60px;
	display: inline-block;
	border-radius: 100%;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.testimonials .single-testimonial .name {
	padding-top: 20px;
	color: #30466f;
	font-size: 16px;
	padding: 11px 0 11px 75px;
}
.testimonials .single-testimonial .name span {
	display: block;
	font-size: 14px;
	font-weight: 400;
	margin-top: 5px;
	color: #fff;
}
.testimonials .owl-dots {
	z-index: 333;
	left: 50%;
	width: 100%;
	text-align: center;
	margin-top: 25px;
}
.testimonials .owl-dots button {
	width: 40px;
	height: 5px;
	background: #fff;
	border-radius: 0px;
	margin-right: 5px;
	border: 1px solid transparent;
}
.testimonials .owl-dots button.active {
	background: #30466f;
	border-color: transparent;
}
/* Testimonials White */
.testimonials.white {
	background: #fff;
}
.testimonials.white .section-title h2 {
	color: #000000;
}
.testimonials.white .section-title h2:after {
	background: #fff;
}
.testimonials.white .section-title p {
	color: #666;
}
.testimonials.white .single-testimonial .name span {
	color: #666;
}
.testimonials.white .single-testimonial {
	text-align: left;
	background: #000000;
}
.testimonials.white .single-testimonial p {
	color: #fff;
}
.testimonials.white .single-testimonial .img-head::before {
	position: absolute;
	content: "";
	left: 30px;
	top: -35px;
	border-top-color: #000000;
}
.testimonials.white .owl-dots button {
	background: #000000;
}
.testimonials.white .owl-dots button.active {
	background: #30466f;
}
/*=============================
	End Testimonials CSS
===============================*/

/*=============================
	Blog CSS CSS
===============================*/
.blog {
	background: #fff;
}
.blog .single-news {
	background: #fff;
	overflow: hidden;
	position: relative;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.blog .single-news img {
	width: 100%;
	margin: 0;
	padding: 0;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
	border-radius: 4px;
}
.blog .single-news .news-head {
	position: relative;
	overflow: hidden;
	border-radius: 4px;
}
.blog .single-news:hover .news-head img {
	-webkit-transform: scale(1.1) rotate(3deg);
	-moz-transform: scale(1.1) rotate(3deg);
	transform: scale(1.1) rotate(3deg);
}
.blog .single-news .news-content {
	text-align: left;
	background: #fff;
	z-index: 99;
	position: relative;
	padding: 40px 12px 0 12px;
}
.blog .single-news .news-body h2 {
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 10px;
	line-height: 25px;
}
.blog .single-news .news-body h2 a {
	color: #000000;
}
.blog .single-news .news-body h2:hover a {
	color: #30466f;
}
.blog .single-news .news-content p {
	font-weight: 300;
}
.blog .single-news .news-body .date {
	color: #fff;
	background: #30466f;
	font-weight: 500;
	text-transform: capitalize;
	display: inline-block;
	padding: 10px 25px;
	border-radius: 4px;
	text-align: center;
	position: absolute;
	top: -30px;
	left: 12px;
	line-height: 20px;
}
.blog .single-news .date span {
	display: block;
	font-size: 20px;
}
.blog .single-news .news-body .btn {
	font-weight: 400;
	margin-top: 15px;
	color: #30466f;
	padding: 0;
}
.blog .single-news .news-body .btn i {
	margin-left: 5px;
	display: inline;
	font-size: 11px;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.blog .single-news .news-body .btn:hover i {
	margin-left: 10px;
}
.blog .single-news .news-body .btn:hover {
	color: #000000;
}
/* Blog Archive */
.blog.archive {
	padding: 70px 0 100px;
}
.blog.archive .single-news {
	margin-top: 30px;
}
/* Pagination CSS */
.pagination {
	text-align: left;
	margin: 40px 0 0 0;
}
.pagination .pagination-list li {
	margin-right: 5px;
	display: inline-block;
}
.pagination .pagination-list li:last-child {
	margin-right: 0px;
}
.pagination .pagination-list li a {
	background: #f6f6f6;
	color: #666;
	padding: 6px 18px;
	font-weight: 400;
	border: 1px solid #e1e1e1;
	font-size: 16px;
	border-radius: 4px;
}
.pagination .pagination-list li.active a,
.pagination .pagination-list li:hover a {
	background: #30466f;
	color: #fff;
	border-color: transparent;
}
.pagination .pagination-list li a i {
	font-size: 13px;
}
.pagination .pagination-list li a i {
}
.blog-grids.pagination {
	margin-top: 50px;
	text-align: center;
}
/* Blog Sidebar */
.blog-sidebar {
	background: #fff;
	margin-top: 30px;
}
.blog-sidebar .single-widget {
	margin-bottom: 50px;
}
.blog-sidebar .single-widget .title {
	font-size: 20px;
	font-weight: 600;
	text-transform: capitalize;
}
.blog-sidebar .single-widget .title span {
	color: #30466f;
}
.blog-sidebar .single-widget:last-child {
	margin: 0;
}
.blog-sidebar .search {
	position: relative;
}
.blog-sidebar .search input {
	width: 100%;
	height: 48px;
	box-shadow: none;
	text-shadow: none;
	border: none;
	color: #000000;
	padding: 0 15px;
	border-bottom: 1px solid #c6c6c6;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
	outline: none;
}
.blog-sidebar .search:hover input {
	border-bottom-color: #30466f;
	outline: none;
}
.blog-sidebar .search .button {
	position: absolute;
	right: 0;
	top: 0;
	line-height: 48px;
	box-shadow: none;
	text-shadow: none;
	text-align: center;
	border: none;
	font-size: 14px;
	color: #000000;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.blog-sidebar .search:hover .button {
	color: #30466f;
}
/* Category List */
.blog-sidebar .categor-list {
	margin-top: 15px;
}
.blog-sidebar .categor-list li {
	border-bottom: 1px solid #e5e5e5;
}
.blog-sidebar .categor-list li:last-child {
	border: none;
}
.blog-sidebar .categor-list li a {
	color: #717171;
	padding: 13px 0px;
	display: block;
}
.blog-sidebar .categor-list li a span {
	width: 30px;
	height: 30px;
	line-height: 30px;
	border: 1px solid #e6e6e6;
	display: inline-block;
	text-align: center;
	float: right;
	border-radius: 100%;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.blog-sidebar .categor-list li a:hover span {
	background: #30466f;
	color: #fff;
	border-color: transparent;
}
.blog-sidebar .categor-list li a:hover {
	color: #30466f;
}
.blog-sidebar .categor-list li a i {
	margin-right: 6px;
}
/* Recent Post */
.blog-sidebar .recent-post {
}
.blog-sidebar .single-post {
	margin-top: 25px;
}
.blog-sidebar .single-post .image {
	float: left;
	margin-right: 10px;
}
.blog-sidebar .single-post .image img {
	height: 55px;
	width: 60px;
}
.blog-sidebar .single-post .content h5 {
	font-size: 14px;
	line-height: 18px;
}
.blog-sidebar .single-post .content h5 span {
	display: block;
	color: #30466f;
	font-weight: 400;
	margin-bottom: 5px;
	font-size: 13px;
}
.blog-sidebar .single-post .content h5 a {
	color: #000000;
	font-weight: 500;
}
.blog-sidebar .single-post .content h5 a:hover {
	color: #30466f;
}
/* Call Us */
.blog-sidebar .call-us {
	position: relative;
	background-image: url("../img/about.jpg");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	border-radius: 4px;
	overflow: hidden;
}
.blog-sidebar .call-us:before {
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background: #000;
	opacity: 0.7;
}
.blog-sidebar .call-us .content {
	text-align: left;
	position: relative;
	padding: 40px 30px;
}
.blog-sidebar .call-us .content p {
	color: #fff;
	font-size: 15px;
	font-weight: 500;
	text-transform: capitalize;
	line-height: 28px;
}
.blog-sidebar .call-us .content p span {
	display: block;
	font-size: 25px;
	font-weight: 600;
}
.blog-sidebar .call-us .content a {
	color: #fff;
	background: #30466f;
	padding: 8px 30px;
	border-radius: 4px;
	text-transform: uppercase;
	margin-top: 20px;
	display: inline-block;
	font-weight: 600;
}
.blog-sidebar .call-us .content a:hover {
	background: #fff;
	color: #444;
}
/* Blog Tags */
.blog-sidebar .side-tags {
}
.blog-sidebar .side-tags .tag {
	margin-top: 30px;
}
.blog-sidebar .side-tags .tag li {
	display: inline-block;
	margin-right: 7px;
	margin-bottom: 26px;
}
.blog-sidebar .side-tags .tag li a {
	background: #f6f6f6;
	color: #666;
	padding: 8px 10px;
	border-radius: 2px;
}
.blog-sidebar .side-tags .tag a:hover {
	color: #fff;
	background: #30466f;
}
/* Blog Single CSS */
.blog-single {
	background: #fff;
	padding: 70px 0 100px;
}
.blog-single .blog-single-main {
	margin-top: 30px;
}
.blog-single .blog-detail {
	background: #fff;
}
.blog-single .image {
	position: relative;
}
.blog-single .image img {
	width: 100%;
	height: 100%;
	border-radius: 4px;
}
.blog-single .blog-title {
	font-size: 30px;
	font-weight: 600;
	margin: 20px 0 10px;
}
.blog-single .blog-meta {
	margin-bottom: 30px;
	overflow: hidden;
}
.blog-single .blog-meta .author i {
	color: #30466f;
	margin-right: 10px;
	font-size: 13px;
}
.blog-single .blog-meta .author a {
	margin-right: 10px;
}
.blog-single .blog-meta .author a:last-child {
	margin: 0;
}
.blog-single .like-comment {
	float: right;
}
.blog-single .blog-meta span {
	display: inline-block;
	font-size: 14px;
	color: #666;
}
.blog-single .blog-meta span a i {
	margin-right: 10px;
	color: #30466f;
}
.blog-single .blog-meta span a:hover {
	color: #30466f;
}
.blog-single .content p {
	margin-bottom: 20px;
}
.blog-single .content p:last-child {
	margin: 0;
}
.blog-single blockquote {
	margin-bottom: 20px;
	font-size: 14px;
	font-weight: 500;
	border-left: 4px solid #30466f;
	padding-left: 20px;
	padding: 10px 20px;
	background: #f6f6f6;
	padding: 20px;
}
.blog-single .share-social {
	overflow: hidden;
	padding: 10px 20px;
	border-radius: 4px;
	background: #000000;
	margin-top: 20px;
}
.blog-single .share-social .title {
	font-size: 15px;
	color: #fff;
	float: left;
	line-height: 35px;
}
.blog-single .share-social ul {
	float: right;
}
.blog-single .share-social ul li {
	display: inline-block;
	margin-right: 5px;
}
.blog-single .share-social ul li:last-child {
	margin-right: 0px;
}
.blog-single .share-social ul li a {
	color: #000000;
	height: 30px;
	width: 30px;
	line-height: 30px;
	border-radius: 100%;
	display: block;
	text-align: center;
	background: #fff;
}
.blog-single .share-social ul li a:hover {
	color: #fff;
	background: #30466f;
	border-color: #30466f;
}
/* Comments */
.blog-single .comments .comment-title {
	position: relative;
	text-align: left;
	font-size: 18px;
	color: #000000;
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #e2e2e2;
	font-weight: 400;
	margin-top: 35px;
	font-weight: 600;
}
.blog-single .comments .comment-title:before {
	position: absolute;
	left: 0;
	content: "";
	bottom: -1px;
	height: 1px;
	width: 60px;
	background: #30466f;
}
.blog-single .comments {
	border-bottom: 1px solid #ddd;
}
.blog-single .comments .single-comment {
	position: relative;

	padding: 35px 0px;
}
.blog-single .comments .single-comment.left {
	margin-left: 110px;
}
.blog-single .comments .single-comment img {
	height: 70px;
	width: 70px;
	border-radius: 100%;
	position: absolute;
	left: 0;
}
.blog-single .single-comment .content {
	padding-left: 95px;
}
.blog-single .single-comment .content h4 {
	color: #30466f;
	font-size: 15px;
	font-weight: 600;
	margin-bottom: 10px;
}
.blog-single .single-comment .content span {
	display: block;
	font-size: 13px;
	color: #8d8d8d;
	margin: 0;
	margin-bottom: 5px;
}
.blog-single .single-comment .content p {
	color: #666;
	font-weight: 300;
}
.blog-single .single-comment .content .button {
	margin-top: 30px;
}
.blog-single .single-comment .content .button a {
	background: #fff;
	color: #333;
	border: 1px solid #e5e5e5;
	padding: 5px 22px;
	border-radius: 4px;
	margin-right: 10px;
	text-transform: capitalize;
	font-weight: 400;
}
.blog-single .single-comment .content .button a:hover {
	color: #fff;
	background: #30466f;
	border-color: #30466f;
}
.blog-single .single-comment .content .button a:last-child {
	margin-right: 0px;
}
.blog-single .single-comment .content a:hover {
	color: #04aaf4;
}
.blog-single .reply {
	margin-top: 50px;
}
/* Comment Form */
.blog-single .reply .reply-title {
	position: relative;
	text-align: left;
	font-size: 18px;
	color: #000000;
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #e2e2e2;
	font-weight: 400;
	margin-top: 35px;
	font-weight: 600;
}
.blog-single .reply .reply-title:before {
	position: absolute;
	left: 0;
	content: "";
	bottom: -1px;
	height: 1px;
	width: 60px;
	background: #30466f;
}
.blog-single .reply .form-group {
	margin-bottom: 25px;
}
.blog-single .reply .form-group input {
	box-shadow: none;
	text-shadow: none;
	font-size: 15px;
	width: 100%;
	padding: 0 20px;
	text-transform: capitalize;
	height: 50px;
	background: #f6f6f6;
	box-shadow: none;
	border: none;
	color: #000000;
	outline: none;
}
.blog-single .reply .form-group textarea {
	box-shadow: none;
	text-shadow: none;
	border: none;
	font-size: 15px;
	padding-left: 16px;
	padding-top: 18px;
	resize: none;
	height: 200px;
	color: #000000;
	background: #f6f6f6;
	text-transform: capitalize;
	width: 100%;
	outline: none;
}
.blog-single .reply .button {
	text-align: left;
	margin-bottom: 0px;
}
/*=============================
	End Blog CSS
===============================*/

/*=============================
	Clients CSS
===============================*/
.clients {
	background: #f6f6f6;
}
.clients .single-clients {
	padding: 30px;
}
.clients .single-clients img {
	opacity: 0.9;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
	cursor: pointer;
}
.clients .single-clients:hover img {
	opacity: 1;
}
.clients .single-clients:after {
	content: "";
	border-right: 1px solid #eee !important;
	position: absolute;
	right: 0px;
	bottom: 53px;
	height: 70px;
	width: 1px;
	display: block;
}
/*=============================
	End Clients CSS
===============================*/

/*=============================
	Team CSS
===============================*/
.team-head img {
	box-shadow: -1px 0px 4px 0px darkgrey;
}
.team {
	background: #fff;
}
.team .single-team {
	text-align: center;
	padding: 50px 20px;
	border-radius: 4px;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
	background: #fff;
	border: 1px solid rgba(204, 204, 204, 0.3);
}
.team .single-team:hover {
	-webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
}
.team .single-team img {
	height: 160px;
	width: 160px;
	border-radius: 100%;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
	overflow: hidden;
}
.team .single-team .title {
	display: block;
	margin: 20px 0;
	color: #666;
	text-transform: uppercase;
}
.team .single-team .name {
	color: #333;
	margin-bottom: 20px;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.team .single-team .social li {
	display: inline-block;
	margin-right: 10px;
}
.team .social li:last-child {
	margin-right: 0px;
}
.team .social li a {
	color: #888;
	font-size: 13px;
	height: 30px;
	width: 30px;
	line-height: 29px;
	border: 1px solid #ccc;
	border-radius: 100%;
	display: block;
	font-size: 13px;
}
.team .social li a:hover {
	color: #fff;
	background: #30466f;
	border-color: #30466f;
}
.team .social li a i {
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
/*=============================
	End Team CSS
===============================*/

/*=============================
	404 CSS
===============================*/
.error-page {
	background-image: url("../img/breadcum-bg.jpg");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: relative;
}
.error-page.overlay::before {
	opacity: 0.7;
}
.error-page #particles-js {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: block;
}
@media only screen and (max-width: 767px) {
	#particles-js {
		display: none;
	}
}
@media only screen and (min-width: 768px) {
	#particles-js {
		position: fixed;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
	}
}
.error-page .error-inner {
	text-align: center;
	flex-direction: initial;
	height: auto;
	text-align: center;
}
.error-page .error-inner h2 {
	color: #fff;
	margin-bottom: 20px;
	font-weight: 700;
	display: inline-block;
	font-size: 30px;
}
.error-page .error-inner h2 i {
	font-size: 100px;
}
.error-page .error-inner h2 span {
	display: block;
	margin-top: 25px;
}
.error-page .error-inner p {
	color: #fff;
	font-weight: 400;
	line-height: 24px;
	font-size: 16px;
	padding: 0 30px;
}
.error-page .button {
	margin-top: 30px;
}
.error-page .button .btn {
	margin-right: 15px;
	border-radius: 30px;
}
.error-page .button .btn:before {
	border-radius: 30px;
	background: #fff;
}
.error-page .button .btn:hover {
	color: #333;
}
.error-page .button .btn.primary {
	background: #fff;
	color: #333;
}
.error-page .button .btn.primary:hover {
	color: #fff;
}
.error-page .button .btn.primary:before {
	background: #30466f;
}
.error-page .button .btn:last-child {
	margin: 0;
}
/*=============================
	End 404 CSS
===============================*/

/*=============================
	Contact CSS
===============================*/
.contact .contact-info { /* Added a class name, assuming 'contact-info' or similar */
	text-align: center;
	padding: 0px 45px;
}
.contact .single-info i {
	color: #30466f;
	font-size: 30px;
	display: inline-block;
	margin-bottom: 20px;
}
.contact .single-info p a:hover {
	color: #30466f;
}
.contact .single-info .title {
	margin-bottom: 10px;
	font-weight: 500;
	color: #000000;
	font-size: 18px;
}
.contact .contact-head {
	margin-top: 20px;
}
.contact .form-main {
	box-shadow: 0px 0px 10px #0003;
	padding: 30px;
	margin-top: 30px;
}
.contact .form .form-group input {
	height: 50px;
	line-height: 50px;
	width: 100%;
	border: 1px solid #e6e2f5;
	padding: 0px 20px;
	color: #000000;
	border-radius: 4px;
	outline: none;
}
.contact .form .form-group textarea {
	height: 190px;
	width: 100%;
	border: 1px solid #e6e2f5;
	padding: 15px 20px;
	color: #000000;
	border-radius: 4px;
	resize: none;
	outline: none;
}
.contact .form .button {
	margin: 0;
}
/* Google Map */
.contact #myMap {
	height: 442px;
	width: 100%;
	border-radius: 4px;
	margin-top: 30px;
	box-shadow: 0px 0px 10px #0003;
	border: 6px solid #fff;
}
/* Mail Success */
.mail-success .mail-inner {
	text-align: center;
}
.mail-success .mail-inner p {
	font-size: 15px;
}
.mail-success .mail-inner h2 {
	font-size: 45px;
	margin: 10px 0 20px;
}
.mail-success .mail-inner h2 span {
	color: #30466f;
}
.mail-success .mail-inner .btn {
	background: #30466f;
	color: #fff;
}
.mail-success .mail-inner .btn i {
	margin-right: 5px;
}
/*=============================
	End Contact CSS
===============================*/

/*=============================
	Pricing Table CSS
===============================*/
.pricing-table {
	background: #f6f6f6;
	position: relative;
}
.pricing-table .single-table {
	background: #fff;
	text-align: left;
	position: relative;
	overflow: hidden;
	margin-top: 30px;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
	z-index: 9;
	border-radius: 4px;
	box-shadow: 0 0px 1px #ddd;
	padding: 30px 20px;
	-webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
}
.pricing-table .table-head {
	text-align: center;
}
.pricing-table .single-table .popular {
	position: absolute;
	right: -19px;
	top: 31px;
	color: #fff;
	background: #30466f;
	transform: rotate(90deg);
	padding: 5px 17px;
	text-transform: uppercase;
	border-radius: 0px 20px 20px 0px;
}
.pricing-table .single-table:hover {
	transform: translateY(-10px);
	box-shadow: 0px 6px 8px #ddd;
}

/* Table Head */
.pricing-table .table-head {
	text-align: center;
}
.pricing-table .single-table .title {
	font-weight: 600;
	text-transform: capitalize;
	margin-bottom: 15px;
	color: #30466f;
	font-size: 20px;
	border-radius: 50px;
}
.pricing-table .single-table .price {
	position: relative;
	line-height: 40px;
}
.pricing-table .single-table .amount {
	font-size: 48px;
	font-weight: 700;
	color: #30466f;
}
.pricing-table .single-table .amount span {
	font-size: 18px;
	color: #666;
	font-weight: 500;
}
/* Table List */
.pricing-table .single-table .table-list {
	text-align: left;
	z-index: 9;
	text-align: center;
	padding: 20px 0;
}
.pricing-table .table-list li {
	text-transform: capitalize;
	color: #666;
	border-bottom: 1px dashed #e6e6e6;
	padding: 15px 0px;
}
.pricing-table .table-list li:last-child {
	border: none;
}

/* Table Bottom */
.pricing-table .button {
	text-align: center;
}
.pricing-table .btn {
	border-radius: 30px;
	background: transparent;
	color: #30466f;
	border: 1px solid #30466f;
}
.pricing-table .btn:before {
	background: #30466f;
}
.pricing-table .btn:hover {
	border-color: transparent;
	color: #fff;
}
.pricing-table .single-table .btn:before {
	border-radius: 30px;
}
/*=============================
	End Pricing Table CSS
===============================*/

/*=============================
	Footer CSS
===============================*/
.footer {
	background: #0e1626;
}
.footer .footer-top {
	padding: 15px 0px 30px;
}
.footer .newslatter {
	border-bottom: 1px dashed #ffffff4d;
	padding-bottom: 30px;
	position: relative;
}
.footer .newslatter-content h2 {
	color: #fff;
	font-size: 25px;
	font-weight: 600;
	margin-bottom: 10px;
}
.footer .newslatter-content p {
	color: #ccc;
}
.footer .form {
	position: relative;
}
.newslatter-form {
	text-align: right;
}
.newslatter-form form.form {
	padding: 15px;
}
.newslatter-form .form input {
	height: 35px;
	width: 100%;
	line-height: 35px;
	padding: 0px 8px 0 8px;
	color: #666;
	border: 1px solid #30466f;
	border-radius: 5px;
	outline: none;
}
.newslatter-form .form button {
	/* height: 35px;
	width: 40px; */
	line-height: 35px;
	background: #30466f;
	border: none;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	border-radius: 0px 5px 5px 0px;
	top: 15px;
	position: absolute;
	right: 0px;
	border-left: 1px solid transparent;
}
.newslatter-form .form button:hover {
	border-left-color: #ddd;
	background: #30466f;
	color: #ffffff;
}
.footer .single-footer {
	margin-top: 30px;
}
.footer .single-footer h3 {
	color: #ccc;
	font-size: 17px;
	font-weight: 600;
	position: relative;
	padding-bottom: 15px;
	margin-bottom: 20px;
	border-bottom: 1px solid #424242;
}
.footer .f-about .logo {
	margin-bottom: 23px;
}
.footer .f-about .text {
	color: #fff;
	margin-bottom: 9px;
	line-height: 24px;
}
.footer .f-about a {
	color: #30466f;
}
.footer .f-about a:hover {
	color: #fff;
	text-decoration: underline;
}
/* Footer Link */
.footer .f-link ul li {
	margin-bottom: 10px;
}
.footer .f-link ul li:last-child {
	margin-bottom: 0px;
}
.footer .f-link ul li a {
	display: inline-block;
	color: #fff;
}
.footer .f-link ul li a:hover {
	color: #fff;
}
/* Latest News */
.footer .latest-news {
}
.footer .single-news {
	margin-bottom: 16px;
	padding-left: 70px;
	position: relative;
}
.footer .single-news:last-child {
	margin-bottom: 0px;
}
.footer .single-news img {
	width: 50px;
	height: 50px;
	border-radius: 100%;
	position: absolute;
	left: 0;
	border: 2px solid #fff;
}
.footer .single-news h4 {
	font-size: 15px;
	line-height: 23px;
}
.footer .single-news h4 a {
	color: #ccc;
	font-weight: 400;
}
.footer .single-news h4 a:hover {
	color: #30466f;
}
.footer .single-news .date {
	color: #eee;
	display: block;
	margin-top: 7px;
	font-size: 13px;
}
.footer .single-news .date i {
	margin-right: 5px;
	color: #30466f;
}
/* Get In Tuch */
.footer .single-contact {
	position: relative;
	margin-bottom: 16px;
	padding-left: 25px;
}
.footer .single-contact:last-child {
	margin-bottom: 0px;
}
.footer .single-contact i {
	color: #e1e1e1;
	position: absolute;
	left: 0;
	top: 5px;
}
.unit-contact p {
	margin-bottom: 2px !important;
}
.footer .f-contact p {
	color: #fff;
}
.footer .f-contact p a {
	color: #fff;
}
.footer .f-contact p a:hover {
	color: #30466f;
}
/* Social */
.footer .social {
	margin-top: 20px;
}
.footer .social li {
	display: inline-block;
	margin-right: 10px;
}
.footer .social li:last-child {
	margin-right: 0px;
}
.footer .social li a {
	color: #fff;
	height: 30px;
	width: 30px;
	line-height: 37px;
	text-align: center;
	border: 1px solid #fff;
	border-radius: 100%;
	display: block;
	font-size: 13px;
}
.footer .social li a:hover {
	background: #30466f;
	border-color: #30466f;
	color: #fff;
}
/* Copyright */
.footer .copyright {
	background: #30466f;
	position: relative;
	padding: 20px 0;
	text-align: center;
}
.footer .copyright-inner {
	border-top: 1px dashed #fff6;
	padding: 25px 0px 25px 0px;
	text-align: center;
}
.footer .copyright-content p {
	color: #fff;
	font-size: 12px;
}
.footer .copyright-content p i {
	margin-right: 5px;
}
.footer .copyright-content p a {
	font-weight: 500;
	color: #eee;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.footer .copyright-content p a:hover {
	color: #fff;
}
/*=============================
	End Footer CSS
===============================*/


/*-[1]--------------------------------------SLIDER[start]---------------------------------------*/

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/Kavach.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: #000000;
	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;
	border-radius: 3px 3px 0 0;
	-moz-border-radius: 3px 3px 0 0;
	-webkit-border-radius: 3px 3px 0 0;
}
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: block;
}
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]---------------------------------------*/

.home-slider div.single-slider {
	cursor: wait;
}

/*-[2]--------------------------------------OTHER STYLE[start]---------------------------------------*/

div.tab {
	width: 95%;
	margin: 75px auto 0 auto;
	max-width: 100%;
	position: relative;
}
div.tab div.tab_detail {
	margin: 20px 0;
}
div.tab div.tab_links {
	text-align: center;
}
div.tab div.tab_links a {
	display: inline-block;
	height: 42px;
	line-height: 42px;
	width: 250px;
	font-family: "Montserrat Alternates", sans-serif;
	font-weight: 400;
	font-size: 1.4em;
	text-decoration: none;
	background: #fff;
	border: solid 1px #eee;
	color: #666;
}
div.tab div.tab_links a.active {
	background: #718191;
	border: solid 1px #718191;
	color: #fff;
	cursor: wait;
}
div.tab div.bottom_links {
	text-align: center;
}
div.tab div.bottom_links a {
	display: inline-block;
	height: 30px;
	line-height: 30px;
	width: 100px;
	font-family: "Montserrat Alternates", sans-serif;
	font-weight: 400;
	font-size: 1em;
	text-decoration: none;
	background: #fff;
	border: solid 1px #eee;
	color: #666;
}
div.tab div.bottom_links a.active {
	background: #718191;
	border: solid 1px #718191;
	color: #fff;
	cursor: wait;
}

/*-[2.1]----Small Device-----*/
div.tab.device {
	max-width: 500px;
}
div.tab.device ul.tnslider li div.thumb {
	width: 100px;
	height: 100px;
	right: -101px;
}
div.tab.device ul.tnslider.rig li div.thumb {
	left: -101px;
}
div.tab.device ul.tnslider.responsive div.thumb {
	left: -101px;
}
div.tab.device ul.tnslider.responsive.rig div.thumb {
	left: auto;
	right: -101px;
}
div.tab.device div.tab_links a {
	width: 150px;
}

/*-[2.2]----Features-----*/
div.feature_box {
	position: absolute;
	left: -175px;
	top: 25%;
}
div.feature_box ol {
	background: #718191;
	color: #fff;
	position: relative;
	list-style: none;
	font-family: "Montserrat Alternates", sans-serif;
	font-size: 0.8em;
	font-weight: 400;
	width: 180px;
}
div.feature_box ol strong {
	font-weight: 400;
	background-color: #718191;
	padding: 4px 0 3px 0;
	width: 80px;
	display: inline-block;
	color: #fff;
	font-size: 1.2em;
	right: -80px;
	bottom: 0px;
	position: absolute;
	cursor: pointer;
	text-align: center;
}
div.feature_box ol strong.active {
	background-color: #b41616;
}
div.feature_box ol li {
	padding: 5px;
}
div.feature_box ol li:nth-child(even) {
	background: #8492a0;
}

/*-[2.3]----Main Title-----*/
span.maintitle {
	font-family: "Montserrat Alternates", sans-serif;
	font-weight: 400;
	color: #fff;
	display: inline-block;
	padding: 2px 10px;
	position: fixed;
	top: 0;
	opacity: 0;
	z-index: 15;
}
span.maintitle.first {
	background: #ce5d5d;
	font-size: 1em;
	left: 100%;
}
span.maintitle.second {
	background: #4068e0;
	font-size: 1.4em;
	left: -100%;
}
span.maintitle.third {
	background: #00bfff;
	font-size: 1em;
	left: 3%;
	top: 100%;
}

/*-[2.4]----Plaincode Box-----*/
div.plaincode_box {
	position: fixed;
	right: 0;
	top: 0;
	width: 100%;
	right: -895px;
	font-family: "Montserrat Alternates", sans-serif;
	font-weight: 400;
}
div.plaincode_box div.plaincode_title {
	position: absolute;
	top: 12%;
	left: -105px;
	width: 105px;
	background-color: #718191;
	padding: 4px 0;
	color: #fff;
	font-size: 0.9em;
	cursor: pointer;
	text-align: center;
}
div.plaincode_box div.plaincode_title.active {
	background-color: #b41616;
}
div.plaincode_box div.plaincode_detail {
	width: 100%;
	background: #8492a0;
}
div.plaincode_box div.plaincode_detail a {
	color: #fefee0;
	display: inline-block;
	font-size: 0.8em;
	margin-left: 40px;
	text-decoration: none;
	text-transform: uppercase;
}
div.plaincode_box div.plaincode_detail a.big {
	font-size: 1.2em;
	margin-left: 0;
}
div.plaincode_box div.plaincode_detail a:hover {
	color: #00bfff;
}
div.plaincode_box div.plaincode_detail ul {
	background: #718191;
	color: #fff;
	position: relative;
	list-style: none;
	font-size: 0.8em;
}
div.plaincode_box div.plaincode_detail ul li {
	padding: 5px;
}
div.plaincode_box div.plaincode_detail ul li:nth-child(even) {
	background: #8492a0;
}
div.plaincode_box div.plaincode_detail textarea {
	border: none;
	font-family: trebuchet ms;
	font-size: 13px;
	background: #fff;
	width: 98%;
	height: 100px;
	padding: 5px;
}
div.plaincode_box div.plaincode_detail textarea.script {
	color: #ce5d5d;
}
div.plaincode_box div.plaincode_detail textarea.css {
	color: #4068e0;
}
div.plaincode_box div.plaincode_detail textarea.html {
	color: #00bfff;
}
div.plaincode_box div.plaincode_detail ul li.close_btn,
div.plaincode_box div.plaincode_detail ul li.documentation {
	text-align: center;
	padding: 0;
	cursor: pointer;
}
div.plaincode_box div.plaincode_detail ul li.close_btn a,
div.plaincode_box div.plaincode_detail ul li.documentation a {
	display: block;
	padding: 15px 0;
	margin: 0;
}
div.plaincode_box div.plaincode_detail ul li.close_btn:hover,
div.plaincode_box div.plaincode_detail ul li.documentation:hover {
	opacity: 0.7;
}
div.plaincode_box div.plaincode_detail ul li.close_btn a:hover,
div.plaincode_box div.plaincode_detail ul li.documentation a:hover {
	color: #000;
}
div.plaincode_box div.plaincode_detail ul li.close_btn {
	background-color: #ce5d5d;
}
div.plaincode_box div.plaincode_detail ul li.documentation {
	background: #00bfff;
}
div.plaincode_box div.plaincode_detail ul li.tlt a {
	margin-top: 3px;
}

/*-[2.5]----Support & Documentation-----*/
a.support {
	position: fixed;
	left: 10px;
	bottom: 10px;
}
a.support span {
	display: inline-block;
	padding: 10px 20px;
	background: #ff7920;
	font-family: "Montserrat Alternates", sans-serif;
	font-weight: 700;
	color: #fff;
	position: absolute;
	margin-left: 10px;
	margin-top: 20px;
	text-align: center;
	border-radius: 5px;
}

/*---------------------------------------OTHER STYLE[end]---------------------------------------*/

.news {
	width: 160px;
	position: absolute;
	z-index: 8;
	padding: 5px;
	background: #dc3545;
	color: #fff;
}

.news-scroll a {
	text-decoration: none;
}

.dot {
	height: 6px;
	width: 6px;
	margin-left: 3px;
	margin-right: 3px;
	margin-top: 2px !important;
	background-color: rgb(207, 23, 23);
	border-radius: 50%;
	display: inline-block;
}

.breaking-news {
	border-bottom: 1px solid #30466f;
	height: 32px;
}
.news-item {
	padding: 4px 4px;
	margin: 0px;
	border-bottom: 1px dotted #555;
}
.news-item a {
	color: red;
}
.container-fluid {
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}
.navbar-nav {
	float: left;
	margin: 0;
	width: 100%;
}
.mt-b3 {
	margin-bottom: 30px;
}
.tab-content {
	border: 1px solid #e1e1e1;
}
.single-top i.fab.fa-facebook {
	color: #557dbc;
	font-size: 20px;
}
.single-top i.fab.fa-twitter {
	color: #1da1f2;
	font-size: 20px;
}
.single-top .blue {
	background: #30466f;
	color: #fff !important;
	border-radius: 3px;
	padding: 1px 8px;
	display: inline-block;
}
.single-top .yellow {
	background: #f7d644;
	color: rgb(41, 40, 40) !important;
	border-radius: 3px;
	padding: 1px 8px;
	display: inline-block;
	font-family: sans-serif;
}
button#btn-decrease,
button#btn-orig,
button#btn-increase {
	font-size: 1.2rem;
	/* background: #30466f;
    color: #fff; */
}


.clients-slider .owl-nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  transform: translateY(-50%);
  pointer-events: none; /* Allows clicks to pass through */
}

.clients-slider .owl-prev,
.clients-slider .owl-next {
  pointer-events: all; /* Allows buttons to remain clickable */
  background: #000; /* Customize button style */
  color: #fff;
  padding: 10px;
  border-radius: 50%;
  cursor: pointer;
   font-size: 33px !important;
  width: 29px;
  height: 29px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.clients-slider .owl-prev {
  margin-left: 10px;
}

.clients-slider .owl-next {
  margin-right: 10px;
}

.clients-slider .owl-dots,
.clients-slider .owl-nav {
	/* text-align: center;
	-webkit-tap-highlight-color: transparent;
	position: absolute;
	left: 50%;
	background: #fff;
	-webkit-box-shadow: 0px 0px 5px rgb(51 51 51 / 50%);
	-moz-box-shadow: 0px 0px 5px rgba(51, 51, 51, 0.5);
	box-shadow: 0px 0px 5px rgb(51 51 51 / 50%);
	bottom: -20px;
	margin-top: -47px;
	padding: 10px 25px;
	border-radius: 4px;
	margin: 0 0 0 -52px;
	display: inline-flex; */
}
.clients-slider .owl-dots .owl-dot.active span,
.clients-slider .owl-dots .owl-dot:hover span {
	background: #0e1626;
}
.clients-slider .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;
}

.blink::after {
	padding: 3px;
	border-radius: 50%;
	font-size: smaller;
	vertical-align: super;
	margin-left: 3px;
	/* -webkit-animation: 2s linear infinite condemned_blink_effect; 
	animation: 2s linear infinite condemned_blink_effect; */
}

.blink-new::after {
	content: "New";
	background-color: dodgerblue;
	color: white;
}

.blink-update::after {
	content: "Update";
	background-color: red;
	border: 1px solid yellow;
	font-size: 0.5rem;
}

/* Vigilance section */
.vigilance-content {
	color: black;
}

.bordered {
	border: 1px solid black;
	padding: 1rem;
}

.vigilance-content .row {
	text-align: center;
}

.vigilance {
	padding: 5rem 2rem;
}

.vigilance:nth-child(even) {
	background: #f6f6f6;
}

.vigilance-iem .row {
	text-align: left !important;
}
.vigilance-iem p {
	font-weight: 300;
}

.vigilance-iem .bordered {
	height: 380px;
}

/* for Safari 4.0 - 8.0 */
@-webkit-keyframes condemned_blink_effect {
	0% {
		visibility: hidden;
	}
	50% {
		visibility: hidden;
	}
	100% {
		visibility: visible;
	}
}

@keyframes condemned_blink_effect {
	0% {
		visibility: hidden;
	}
	50% {
		visibility: hidden;
	}
	100% {
		visibility: visible;
	}
}

.pl-1 {
	margin-left: 1px;
}

.pl-2 {
	margin-left: 2px;
}

.pl-3 {
	margin-left: 3px;
}

.pl-4 {
	margin-left: 4px;
}

#gstin .gstin-state {
	display: flex;
}

#gstin .state {
	width: 50%;
	color: #fff;
}

#gstin .gst-no {
	color: #fff;
	margin-left: 5px;
}

label.required::after {
	content: " *";
	margin-right: 4px;
	color: red;
}

label > .label-text {
	display: block;
	color: gray;
	font-size: 80%;
}

#menu-side-panel .panel-body .table tbody {
	font-size: 1.2rem;
}

#menu-side-panel .panel-body a {
	color: #b8860b;
	/* text-decoration: underline; */
	cursor: pointer;
	background-color: transparent;
}

#menu-side-panel .panel-body a:hover {
	color: #ff00ee;
}

#menu-side-panel .panel-body a:active {
	color: #ff0000;
}

#menu-side-panel .panel-body a:visited {
	color: #800080; 
}

#menu-side-panel .panel-body a:focus {
	outline: thin dotted;
	outline-offset: -2px;
}

@media only screen and (max-width: 767px) {
	.header .slicknav_nav li:last-child a a {
		background: #30466f00 !important;
	}
	.newslatter-form .form button {
		right: 25px;
	}
	.hero-slider .owl-dots {
		left: 41%;
		padding: 5px 25px;
	}
	.clients-slider .owl-dots,
	.clients-slider .owl-nav {
		display: none;
	}
	.header .topbar,
	.single-top.text-right {
		display: block !important;
	}
}


/* header css for tab button working */

/* .header .nav li:focus-within .dropdown {
	opacity: 1;
	visibility: visible;
	transform: translateY(0px);
} */

/* Skip to main content button */

.d-flex{
	display: flex;
}
.align-items-center{
	align-items: center;
}

.skip-main-content-button{
	background: #30466f;
	margin-right: 10px;
}

.justify-content-center{
	justify-content: center;
}

@media only screen and (max-width:768px){
	.mbtop-8{
		margin:8px 0;
	}
}

.homeicon {
	fill: #fff;
	width: 16px;
    height: 16px;
}

.searchicon{
	fill: #fff;
	width: 16px;
    height: 16px;
}

/* Reposive css */

/* web-info-manager section css contact page */
.web-info-manager{
	padding: 0 0 70px 0;
}
.web-info-manager ul i{
	margin-right: 5px;
	font-size: 8px;
}
.web-info-manager ul li{
	display: flex;
	align-items: baseline;
}
.web-info-manager ul{
	margin-bottom: 10px;
}

.web-info-manager .mb-3{
	margin-bottom: 12px;
}


.emblem-logo {
	width: 70px;
}

.govtline {
	padding-left: 16px;
	font-weight: 600;
}


@media only screen and (min-width:1200px){
	.hide-lg{
		display: none !important;
	}

	.downloads-hide a::after{
		display: none !important;
	}
}

.gstin-state span{
	color:#fff;
}


/* Carousel toggle client slider button */

#carouselToggle{
	background: none;
    border: none;
	/* display: none !important; */
    text-align: center;
    height: 30px;
    width: 30px;
    border: 1px solid #000;
    border-radius: 50%;
    display: block;
    margin: 30px auto;
    color: #000;
}

.content-tabs-policy .tabinner-content {
	padding: 20px 35px;
}
.content-tabs-policy .tabinner-content li{
	display: flex;
	align-items: baseline;
	gap:8px;

}
.content-tabs-policy .tabinner-content ul{
	margin-bottom: 30px;
}
.content-tabs-policy .tabinner-content li i{
	font-size: 8px;
}

.content-tabs-policy .nav-tabs a.active {
	background: #fff;
	border: 1px solid #30466f;
}

.content-tabs-policy .nav-tabs {
	border-bottom: 0px !important;
}
.content-tabs-policy .nav-tabs li{
	border-bottom: 1px solid #ddd;
}
.content-tabs-policy .nav-tabs li a{
	margin-right: 0;
}
.content-tabs-policy .nav-tabs {
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	border: 1px solid #ddd;
	border-radius: 4px;
}

.content-tabs-policy .tabinner-content > h2{
	margin-bottom: 15px;
}

@media only screen and (max-width:768px){
	.content-tabs-policy .nav-tabs{
		margin-bottom: 23px;
	}
}

/* new style added by Vikash Sharma @ 29/04/2025 */
/* ---Start */
.mfp-close:hover, .mfp-close:focus,
.mfp-arrow:hover, .mfp-arrow:focus {
    opacity: 1;
    outline: 2px solid #fff;
}	
.about-img.overlay:focus-within{
	outline: 2px solid #000 !important;
}
.about-img.overlay:focus-within::before{
	opacity: 0.6;
    visibility: visible;
	transform: scale(1);
}
.about-img.overlay:focus-within .video {
    transform: scale(1);
}
.about-img.overlay:focus-within::before .video{
	transform: scale(1);
	height: 64px;
    width: 64px;
    line-height: 64px;
    background: #30466f;
    color: #fff;
    font-size: 20px;
    border-radius: 100%;
    display: block;
    text-align: center;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -32px;
    margin-top: -32px;
    padding-left: 4px;
}

/* ---End */

/* Tab section product home page */

.tabshome .w-100 {
	width: 290px;
	height: 76px;
	object-fit: cover;
}

.tabshome ul li {
	margin-bottom: 2px !important;
}

.tabshome ul li a {
	padding: 0px 0px !important;
}

.tabshome ul li span {
	display: none;
}

.tabshome .tab-pane {
	position: relative;
}

.tabshome .p-0 {
	padding: 0px;
}

.tabshome .tab-pane img {
	width: 100%;
	height: 465px;
	object-fit: fill;
}

.tabshome .title {
	color: #000;
	left: 19px;
	background-color: #fff;
	position: absolute;
	top: 23px;
	padding: 10px;
	font-size: 20px;
}

.tabshome {
	box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
	padding: 10px 10px 0 10px;

}

.our-projects .nav li a.active{
	border: 1px solid #000;
	overflow: hidden;
}

@media only screen and (max-width:768px) {
	.tabshome .tab-pane img {
		height: auto;
	}

	.tabshome .w-100 {
		width: 52px;
		height: 52px;

	}

	.tabshome .title{
		font-size: 15px;
	}
}

/* Tab section product home page end */

/* Light mode buttton */
#btn-dark-mode{
	    display: flex;
    align-items: center;
    justify-content: center;
}

#beforeSlider {
	position: absolute;
	left: -9999px;
	width: 1px;
	height: 1px;
	overflow: hidden;
}



/* Light mode buttton */

.owl-item.active { visibility: visible;}
.owl-item { visibility: hidden;}

.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: 4px;
}
.header .nav li a:focus {
    color: #fff !important;
    outline-offset: -5px;
}
.nav > li > a:focus, .nav > li > a:hover {
    text-decoration: none;
    background-color: #eee;
    outline-offset: -5px;
}
.bread-list .active a:focus{
	outline-offset: -5px;
}
.footer .f-link ul li a:focus{
	outline-offset: 3px;
}
.footer p a:focus{
	outline-offset: 3px;	
}
.footer .social li a {
	border:0px;
}