
*, *:before, *:after {
	box-sizing: inherit;
}

* {
	scroll-behavior: inherit !important;
}

html, body {
	height: auto;
	width: 100%;
	margin: 0;
	padding: 0;
	overflow-x: hidden;
	box-sizing: border-box;
}

body {
	padding: 0;
	font-size: 15px;
	font-family: 'Catamaran', sans-serif;
	margin: 0;
}

img {
	max-width: 100%;
	height: auto;
	border-radius: 5px;
}

button {
	outline: 0 !important;
}

dl, ol, ul {
	padding: 0;
	list-style: none;
	margin: 0;
}

.d-table {
	width: 100%;
	height: 100%;
}

.d-table-cell {
	vertical-align: middle;
}

.ptb-100 {
	padding-top: 100px;
	padding-bottom: 100px;
}

.pb-30 {
	padding-bottom: 30px;
}

.pb-40 {
	padding-bottom: 40px;
}

.pb-50 {
	padding-bottom: 50px;
}

.pb-70 {
	padding-bottom: 70px;
}

.pb-80 {
	padding-bottom: 80px;
}

.pb-100 {
	padding-bottom: 100px;
}

.pt-30 {
	padding-top: 30px;
}

.pt-40 {
	padding-top: 40px;
}

.pt-50 {
	padding-top: 50px;
}

.pt-70 {
	padding-top: 70px;
}

.pt-80 {
	padding-top: 80px;
}

.pt-100 {
	padding-top: 100px;
}

.bg-grey {
	background-color: #f7f8f8;
}

.section-padding {
	padding: 100px 0;
}

a {
	color: #404040;
	text-decoration: none;
	-webkit-transition: 0.4s;
	transition: 0.4s;
	outline: 0 !important;
}

	a:hover {
		color: #242e5c;
		text-decoration: none;
	}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
	font-weight: 700;
	line-height: 1.4;
	font-family: 'Dosis', sans-serif;
	margin: 0;
}

p {
	color: #5f5f5f;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.8;
	letter-spacing: 0.2px;
	font-family: 'Catamaran', sans-serif;
	margin-bottom: 15px;
}

	p:last-child {
		margin-bottom: 0;
	}

.read-more {
	color: #242e5c;
	font-size: 16px;
	font-weight: 600;
	display: flex;
	align-items: center;
	-webkit-transition: all 400ms ease-out;
	transition: all 400ms ease-out;
}

	.read-more i {
		color: #242e5c;
		font-size: 24px;
		display: flex;
		align-items: center;
		-webkit-transition: all 400ms ease-out;
		transition: all 400ms ease-out;
		margin-right: 5px;
	}

	.read-more:hover i {
		color: #242e5c;
		transform: translateX(5px);
		-webkit-transition: all 400ms ease-out;
		transition: all 400ms ease-out;
	}

.more-button-box {
	text-align: center;
	margin-top: 40px;
}

.default-btn {
	position: relative;
	z-index: 1;
	overflow: hidden;
	color: #ffffff;
	font-size: 16px;
	font-weight: 600;
	text-align: center;
	padding-left: 35px;
	padding-right: 35px;
	padding-top: 13px;
	padding-bottom: 13px;
	border-radius: 2rem;
	display: inline-block;
	background-color: #00adef;
	box-shadow: 0 7px 25px rgb(123,104,238,0.25);
	margin-top: 5px;
	-webkit-transition: 0.4s;
	transition: 0.4s;
	border: none;
}

	.default-btn span {
		position: absolute;
		z-index: -1;
		width: 0;
		height: 0;
		display: block;
		border-radius: 30px;
		background-color: #242e5c;
		-webkit-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
		-webkit-transition: width 0.5s ease-in-out, height 0.5s ease-in-out;
		transition: width 0.5s ease-in-out, height 0.5s ease-in-out;
	}

	.default-btn:hover, .default-btn:focus {
		color: #ffffff;
	}

		.default-btn:hover span, .default-btn:focus span {
			width: 200%;
			height: 500px;
		}

.default-btn-one {
	position: relative;
	z-index: 1;
	overflow: hidden;
	color: #242e5c;
	font-size: 16px;
	font-weight: 600;
	padding-left: 35px;
	padding-right: 35px;
	padding-top: 13px;
	border-radius: 2rem;
	padding-bottom: 13px;
	text-align: center;
	display: inline-block;
	background-color: #ffffff;
	box-shadow: 0 7px 25px rgb(123,104,238,0.25);
	-webkit-transition: 0.4s;
	transition: 0.4s;
	border: none;
	margin-top: 5px;
	margin-right: 20px;
}

	.default-btn-one span {
		position: absolute;
		z-index: -1;
		width: 0;
		height: 0;
		display: block;
		border-radius: 30px;
		background-color: #3e57d0;
		-webkit-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
		-webkit-transition: width 0.5s ease-in-out, height 0.5s ease-in-out;
		transition: width 0.5s ease-in-out, height 0.5s ease-in-out;
	}

	.default-btn-one:hover, .default-btn-one:focus {
		color: #ffffff;
	}

		.default-btn-one:hover span, .default-btn-one:focus span {
			width: 200%;
			height: 500px;
		}

.default-btn-two {
	position: relative;
	z-index: 1;
	overflow: hidden;
	color: #ffffff;
	font-weight: 600;
	font-size: 16px;
	padding-left: 35px;
	padding-right: 35px;
	padding-top: 13px;
	border-radius: 2rem;
	padding-bottom: 13px;
	text-align: center;
	display: inline-block;
	background-color: #00adef;
	box-shadow: 0 7px 25px rgb(123,104,238,0.25);
	-webkit-transition: 0.4s;
	transition: 0.4s;
	border: none;
	margin-top: 5px;
	margin-right: 20px;
}

	.default-btn-two span {
		position: absolute;
		z-index: -1;
		width: 0;
		height: 0;
		display: block;
		border-radius: 30px;
		background-color: #ffffff;
		-webkit-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
		-webkit-transition: width 0.5s ease-in-out, height 0.5s ease-in-out;
		transition: width 0.5s ease-in-out, height 0.5s ease-in-out;
	}

	.default-btn-two:hover, .default-btn-two:focus {
		color: #242e5c;
	}

		.default-btn-two:hover span, .default-btn-two:focus span {
			width: 200%;
			height: 500px;
		}

.section-title {
	text-align: center;
	line-height: 1.5;
	margin-bottom: 65px;
}

.sub-title {
	color: #00adef;
	font-size: 16px;
	font-weight: 700;
	letter-spacing: 0.5px;
	text-transform: uppercase;
	margin-bottom: 5px;
}

/*
.section-title h6 {
	font-size: 16px;
	font-weight: 700;
	color: #ff9800;
	letter-spacing: 0.5px;
	text-transform: uppercase;
}
*/

.section-title h2 {
	color: #404040;
	font-size: 40px;
	font-weight: 800;
	margin: 10px 0 0 0;
}

.color-text {
	color: #242e5c;
}

.text-gradient {
	/** TEXT GRADIENT */
	color: #f44336;
	background-image: -webkit-linear-gradient(45deg, #f44336 48%, #ff9800 56%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.valign {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

/* [ Start Overlay ] */
[data-overlay-dark],
[data-overlay-light] {
	position: relative;
}

	[data-overlay-dark] .container,
	[data-overlay-light] .container {
		position: relative;
		z-index: 2;
	}

	[data-overlay-dark]:before,
	[data-overlay-light]:before {
		content: '';
		position: absolute;
		z-index: 1;
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
	}

	[data-overlay-dark]:before {
		background-color: #02050b;
	}

	[data-overlay-light]:before {
		background-color: #fff;
	}

	[data-overlay-dark] h1,
	[data-overlay-dark] h2,
	[data-overlay-dark] h3,
	[data-overlay-dark] h4,
	[data-overlay-dark] h5,
	[data-overlay-dark] h6,
	[data-overlay-dark] span,
	.bg-dark h1,
	.bg-dark h2,
	.bg-dark h3,
	.bg-dark h4,
	.bg-dark h5,
	.bg-dark h6,
	.bg-dark span,
	.bg-color h1,
	.bg-color h2,
	.bg-color h3,
	.bg-color h4,
	.bg-color h5,
	.bg-color h6,
	.bg-color span {
		color: #fff;
	}

	[data-overlay-dark] p,
	.bg-dark p,
	.bg-color p {
		color: #dad6d6;
	}

[data-overlay-dark="0"]:before,
[data-overlay-light="0"]:before {
	opacity: 0;
}

[data-overlay-dark="1"]:before,
[data-overlay-light="1"]:before {
	opacity: .1;
}

[data-overlay-dark="2"]:before,
[data-overlay-light="2"]:before {
	opacity: .2;
}

[data-overlay-dark="3"]:before,
[data-overlay-light="3"]:before {
	opacity: .3;
}

[data-overlay-dark="4"]:before,
[data-overlay-light="4"]:before {
	opacity: .4;
}

[data-overlay-dark="5"]:before,
[data-overlay-light="5"]:before {
	opacity: .5;
}

[data-overlay-dark="6"]:before,
[data-overlay-light="6"]:before {
	opacity: .6;
}

[data-overlay-dark="7"]:before,
[data-overlay-light="7"]:before {
	opacity: .7;
}

[data-overlay-dark="8"]:before,
[data-overlay-light="8"]:before {
	opacity: .8;
}

[data-overlay-dark="9"]:before,
[data-overlay-light="9"]:before,
[data-overlay-color="9"]:before {
	opacity: .9;
}

[data-overlay-dark="10"]:before,
[data-overlay-light="10"]:before {
	opacity: 1;
}
/* [ End Overlay ] */

/*********************************
 ** - 00 -  Go Top CSS
 *********************************/
.go-top {
	color: #ffffff;
	position: fixed;
	z-index: 4;
	top: 0;
	right: 15px;
	width: 45px;
	height: 45px;
	opacity: 0;
	visibility: hidden;
	text-align: center;
	line-height: 45px;
	border-radius: 5px;
	background-color: #242e5c;
	-webkit-transition: .9s;
	transition: .9s;
	cursor: pointer;
}

	.go-top.active {
		top: 98%;
		-webkit-transform: translateY(-98%);
		transform: translateY(-98%);
		opacity: 1;
		visibility: visible;
	}

	.go-top i {
		position: absolute;
		top: 50%;
		left: 0;
		right: 0;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
		-webkit-transition: 0.4s;
		transition: 0.4s;
		margin: 0 auto;
	}

		.go-top i:last-child {
			top: 60%;
			opacity: 0;
			visibility: hidden;
		}

	.go-top::before {
		content: '';
		position: absolute;
		z-index: -1;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		opacity: 0;
		visibility: hidden;
		border-radius: 5px;
		background-color: #ff9800;
		-webkit-transition: 0.4s;
		transition: 0.4s;
	}

	.go-top:hover, .go-top:focus {
		color: #ffffff;
	}

		.go-top:hover::before, .go-top:focus::before {
			opacity: 1;
			visibility: visible;
		}

		.go-top:hover i:first-child, .go-top:focus i:first-child {
			top: 0;
			opacity: 0;
			visibility: hidden;
		}

		.go-top:hover i:last-child, .go-top:focus i:last-child {
			top: 50%;
			opacity: 1;
			visibility: visible;
		}

/**************************************
 ** - 02 - Preloader Section CSS
 **************************************/
.preloader {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 99999;
	background-color: transparent;
}

	.preloader .loader {
		position: absolute;
		top: 43%;
		left: 0;
		right: 0;
		width: 50px;
		height: 50px;
		-webkit-transform: translateY(-43%);
		transform: translateY(-43%);
		text-align: center;
		-webkit-transition: 0.4s;
		transition: 0.4s;
		margin: 0 auto;
	}

		.preloader .loader .box {
			position: absolute;
			top: 0;
			left: 0;
			width: 100%;
			height: 100%;
			border-radius: 5px;
			background-color: #ffffff;
			-webkit-animation: animate .5s linear infinite;
			animation: animate .5s linear infinite;
		}

		.preloader .loader .shadow {
			position: absolute;
			top: 59px;
			left: 0;
			width: 100%;
			height: 5px;
			opacity: 0.1;
			border-radius: 50%;
			background-color: #000000;
			-webkit-animation: shadow .5s linear infinite;
			animation: shadow .5s linear infinite;
		}

	.preloader::before, .preloader::after {
		content: '';
		position: absolute;
		z-index: -1;
		top: 0;
		left: 0;
		width: 60%;
		height: 100%;
		background-color: #242e5c;
		-webkit-transition: .9s;
		transition: .9s;
	}

	.preloader::after {
		left: auto;
		right: 0;
	}

	.preloader.preloader-deactivate {
		visibility: hidden;
	}

		.preloader.preloader-deactivate::after, .preloader.preloader-deactivate::before {
			width: 0;
		}

		.preloader.preloader-deactivate .loader {
			opacity: 0;
			visibility: hidden;
		}

@-webkit-keyframes loader {
	0% {
		left: -100px;
	}

	100% {
		left: 110%;
	}
}

@keyframes loader {
	0% {
		left: -100px;
	}

	100% {
		left: 110%;
	}
}

@-webkit-keyframes animate {
	17% {
		border-bottom-right-radius: 3px;
	}

	25% {
		-webkit-transform: translateY(9px) rotate(22.5deg);
		transform: translateY(9px) rotate(22.5deg);
	}

	50% {
		-webkit-transform: translateY(18px) scale(1, 0.9) rotate(45deg);
		transform: translateY(18px) scale(1, 0.9) rotate(45deg);
		border-bottom-right-radius: 40px;
	}

	75% {
		-webkit-transform: translateY(9px) rotate(67.5deg);
		transform: translateY(9px) rotate(67.5deg);
	}

	100% {
		-webkit-transform: translateY(0) rotate(90deg);
		transform: translateY(0) rotate(90deg);
	}
}

@keyframes animate {
	17% {
		border-bottom-right-radius: 3px;
	}

	25% {
		-webkit-transform: translateY(9px) rotate(22.5deg);
		transform: translateY(9px) rotate(22.5deg);
	}

	50% {
		-webkit-transform: translateY(18px) scale(1, 0.9) rotate(45deg);
		transform: translateY(18px) scale(1, 0.9) rotate(45deg);
		border-bottom-right-radius: 40px;
	}

	75% {
		-webkit-transform: translateY(9px) rotate(67.5deg);
		transform: translateY(9px) rotate(67.5deg);
	}

	100% {
		-webkit-transform: translateY(0) rotate(90deg);
		transform: translateY(0) rotate(90deg);
	}
}

@-webkit-keyframes shadow {
	50% {
		-webkit-transform: scale(1.2, 1);
		transform: scale(1.2, 1);
	}
}

@keyframes shadow {
	50% {
		-webkit-transform: scale(1.2, 1);
		transform: scale(1.2, 1);
	}
}

/*************************************
 ** - 03 - Navbar Section CSS
 *************************************/
.dextox-responsive-nav {
	display: none;
}

.dextox-nav {
	padding-top: 15px;
	padding-left: 0;
	padding-right: 0;
	padding-bottom: 15px;
	background-color: transparent;
}

	.dextox-nav .navbar {
		padding-top: 0;
		padding-left: 0;
		padding-right: 0;
		padding-bottom: 0;
	}

		.dextox-nav .navbar ul {
			padding-left: 0;
			list-style-type: none;
			margin-bottom: 0;
		}

		.dextox-nav .navbar .navbar-nav {
			margin: auto;
		}

			.dextox-nav .navbar .navbar-nav .nav-item {
				position: relative;
				padding-top: 15px;
				padding-left: 0;
				padding-right: 0;
				padding-bottom: 15px;
			}

				.dextox-nav .navbar .navbar-nav .nav-item a {
					color: #ffffff;
					font-size: 16px;
					font-weight: 600;
					text-transform: capitalize;
					padding-top: 0;
					padding-left: 0;
					padding-right: 0;
					padding-bottom: 0;
					margin-left: 15px;
					margin-right: 15px;
				}

					/*
.dextox-nav .navbar .navbar-nav .nav-item a:hover, .dextox-nav .navbar .navbar-nav .nav-item a:focus, .dextox-nav .navbar .navbar-nav .nav-item a.active {
	color: #242e5c;
}
*/

					.dextox-nav .navbar .navbar-nav .nav-item a i {
						position: relative;
						top: -1px;
						font-size: 10px;
						margin-left: 2px;
					}

				.dextox-nav .navbar .navbar-nav .nav-item:last-child a {
					margin-right: 0;
				}

				.dextox-nav .navbar .navbar-nav .nav-item:first-child a {
					margin-left: 0;
				}

				/*
.dextox-nav .navbar .navbar-nav .nav-item:hover a, .dextox-nav .navbar .navbar-nav .nav-item:focus a, .dextox-nav .navbar .navbar-nav .nav-item.active a {
	color: #242e5c;
}
*/

				.dextox-nav .navbar .navbar-nav .nav-item .dropdown-menu {
					position: absolute;
					z-index: 99;
					border-top: 3px solid #00adef !important;
					!i;
					!;
					top: 60px !important;
					!i;
					!;
					left: 0;
					padding: 0;
					display: block;
					opacity: 0;
					visibility: hidden;
					overflow: hidden;
					border-radius: 3px;
					background-color: #ffffff;
					-webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
					box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
					-webkit-transition: all 0.3s ease-in-out;
					transition: all 0.3s ease-in-out;
					border: none;
				}

					.dextox-nav .navbar .navbar-nav .nav-item .dropdown-menu li {
						padding: 0;
						border-bottom: 1px solid #f1f1f1;
					}

						.dextox-nav .navbar .navbar-nav .nav-item .dropdown-menu li:last-child {
							border-bottom: 0px solid transparent;
						}

						.dextox-nav .navbar .navbar-nav .nav-item .dropdown-menu li a {
							position: relative;
							color: #404040;
							font-size: 15px;
							font-weight: 600;
							text-transform: capitalize;
							padding: 10px 15px;
							margin: 0;
						}

	.dextox-nav.index-navber .navbar .navbar-nav .nav-item a {
		color: #555;
	}

	.dextox-nav .navbar .navbar-nav .nav-item .dropdown-menu li a:hover, .dextox-nav .navbar .navbar-nav .nav-item .dropdown-menu li a:focus, .dextox-nav .navbar .navbar-nav .nav-item .dropdown-menu li a.active {
		color: #00adef;
	}

	.dextox-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu {
		top: 0;
		left: -245px;
		opacity: 0;
		visibility: hidden;
	}

		.dextox-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a {
			color: #696997;
		}

			.dextox-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a:hover, .dextox-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a:focus, .dextox-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a.active {
				color: #242e5c;
			}

		.dextox-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu {
			top: 0;
			left: -245px;
			opacity: 0;
			visibility: hidden;
		}

			.dextox-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
				color: #696997;
				text-transform: capitalize;
			}

				.dextox-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover, .dextox-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus, .dextox-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
					color: #242e5c;
				}

			.dextox-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu {
				top: 0;
				left: -245px;
				opacity: 0;
				visibility: hidden;
			}

				.dextox-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
					color: #696997;
					text-transform: capitalize;
				}

					.dextox-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover, .dextox-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus, .dextox-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
						color: #242e5c;
					}

				.dextox-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu {
					top: 0;
					left: 195px;
					opacity: 0;
					visibility: hidden;
				}

					.dextox-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
						color: #696997;
						text-transform: capitalize;
					}

						.dextox-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover, .dextox-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus, .dextox-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
							color: #242e5c;
						}

					.dextox-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu {
						top: 0;
						left: 195px;
						opacity: 0;
						visibility: hidden;
					}

						.dextox-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
							color: #696997;
							text-transform: capitalize;
						}

							.dextox-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover, .dextox-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus, .dextox-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
								color: #242e5c;
							}

						.dextox-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu {
							top: 0;
							left: 195px;
							opacity: 0;
							visibility: hidden;
						}

							.dextox-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
								color: #696997;
								text-transform: capitalize;
							}

								.dextox-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover, .dextox-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus, .dextox-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
									color: #242e5c;
								}

						.dextox-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li.active a {
							color: #242e5c;
						}

						.dextox-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
							top: -15px;
							opacity: 1;
							visibility: visible;
							-webkit-transition: 0.4s;
							transition: 0.4s;
						}

					.dextox-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li.active a {
						color: #242e5c;
					}

					.dextox-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
						top: -15px;
						opacity: 1;
						visibility: visible;
						-webkit-transition: 0.4s;
						transition: 0.4s;
					}

				.dextox-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li.active a {
					color: #242e5c;
				}

				.dextox-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
					top: -15px;
					opacity: 1;
					visibility: visible;
					-webkit-transition: 0.4s;
					transition: 0.4s;
				}

			.dextox-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li.active a {
				color: #242e5c;
			}

			.dextox-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
				top: -15px;
				opacity: 1;
				visibility: visible;
				-webkit-transition: 0.4s;
				transition: 0.4s;
			}

		.dextox-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li.active a {
			color: #242e5c;
		}

		.dextox-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
			top: -15px;
			opacity: 1;
			visibility: visible;
			-webkit-transition: 0.4s;
			transition: 0.4s;
		}

	.dextox-nav .navbar .navbar-nav .nav-item .dropdown-menu li.active a {
		color: #242e5c;
	}

	.dextox-nav .navbar .navbar-nav .nav-item .dropdown-menu li:hover .dropdown-menu {
		top: -15px;
		opacity: 1;
		visibility: visible;
		-webkit-transition: 0.4s;
		transition: 0.4s;
	}

	.dextox-nav .navbar .navbar-nav .nav-item:hover .dropdown-menu {
		top: 100%;
		opacity: 1;
		visibility: visible;
		-webkit-transition: 0.4s;
		transition: 0.4s;
	}

	.dextox-nav .navbar .other-option {
		margin-top: 3px;
		margin-left: 0;
	}

	.dextox-nav .black-logo {
		display: none;
	}

.navbar-section {
	position: absolute;
	z-index: 999;
	top: 0;
	left: 0;
	width: 100%;
	height: auto;
	background-color: transparent;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

	.navbar-section.is-sticky {
		position: fixed;
		z-index: 999;
		top: 0;
		left: 0;
		width: 100%;
		background-color: #ffffff !important;
		-webkit-box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.06);
		box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.06);
		-webkit-animation: 500ms ease-in-out 0s normal fadeInDown;
		animation: 500ms ease-in-out 0s normal fadeInDown;
		-webkit-transition: 0.4s;
		transition: 0.4s;
	}

		.navbar-section.is-sticky .navbar-nav .nav-item a {
			color: #242e5c;
		}

			.navbar-section.is-sticky .navbar-nav .nav-item a:hover, .navbar-section.is-sticky .navbar-nav .nav-item a:focus, .navbar-section.is-sticky .navbar-nav .nav-item a.active {
				color: #242e5c;
			}

		.navbar-section.is-sticky .dextox-nav .navbar-brand .white-logo {
			display: none;
		}

		.navbar-section.is-sticky .dextox-nav .navbar-brand .black-logo {
			display: block;
		}

@media only screen and (max-width: 991px) {
	h5.menu-software {
		margin-left: 20px;
	}
	.other-option.aetgt {
		display: none !important;
	}
	
	.banner-none {
		display: none !important;
	}
	.dextox-1255 {
		box-shadow: inherit !important;
	}

	.services-dropdown {
		transform: translateX(0%) !important;
	}

	.dropdown-container {
		display: block !important;
	}

	ul.dropdown-menu.manage-dextox {
		width: 100% !important;
	}

	.single-services-two-item.dextox-mobile-develop {
		height: 350px !important;
	}

	.service1-section-area .service1-boxarea {
		height: 300px !important;
	}

	.navbar-section {
		padding-top: 20px;
		padding-bottom: 20px;
	}

		.navbar-section.is-sticky {
			padding-top: 20px;
			padding-bottom: 20px;
			border-bottom: none;
			-webkit-box-shadow: 0 7px 13px 0 rgba(0, 0, 0, 0.1);
			box-shadow: 0 7px 13px 0 rgba(0, 0, 0, 0.1);
		}

			.navbar-section.is-sticky .logo .white-logo {
				display: none;
			}

			.navbar-section.is-sticky .logo .black-logo {
				display: block;
			}

	.dextox-responsive-nav {
		display: block;
	}

		.dextox-responsive-nav .dextox-responsive-menu {
			position: relative;
		}

			.dextox-responsive-nav .dextox-responsive-menu.mean-container .mean-nav ul {
				font-size: 15px;
			}

				.dextox-responsive-nav .dextox-responsive-menu.mean-container .mean-nav ul li a {
					color: #101834;
					font-size: 16px;
					font-weight: 500;
				}

					.dextox-responsive-nav .dextox-responsive-menu.mean-container .mean-nav ul li a.active {
						color: #242e5c;
					}

				.dextox-responsive-nav .dextox-responsive-menu.mean-container .mean-nav ul li li a {
					font-size: 15px;
				}

			.dextox-responsive-nav .dextox-responsive-menu.mean-container .navbar-nav {
				overflow-y: scroll;
				height: 300px;
				-webkit-box-shadow: 0 7px 13px 0 rgba(0, 0, 0, 0.1);
				box-shadow: 0 7px 13px 0 rgba(0, 0, 0, 0.1);
			}

			.dextox-responsive-nav .dextox-responsive-menu.mean-container .others-options {
				display: none;
			}

		.dextox-responsive-nav .mean-container a.meanmenu-reveal {
			color: #00adef;
		}

			.dextox-responsive-nav .mean-container a.meanmenu-reveal span {
				background-color: #00adef;
			}

		.dextox-responsive-nav .logo {
			position: relative;
			width: 50%;
			z-index: 999;
		}

			.dextox-responsive-nav .logo .white-logo {
				display: block;
			}

			.dextox-responsive-nav .logo .black-logo {
				display: none;
			}

	.dextox-nav {
		display: none;
	}
}

.dextox-nav .navbar .other-option .call-btn {
	color: #fff;
	font-size: 20px;
	font-weight: 600;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #242e5c;
	padding: 8px 10px;
	padding-right: 15px;
	border-radius: 5px;
}

	.dextox-nav .navbar .other-option .call-btn i {
		display: flex;
		align-items: center;
		justify-content: center;
		margin-right: 10px;
		color: #242e5c;
		background: #ffffff;
		width: 40px;
		height: 40px;
		border-radius: 6px;
	}

/*********************************
 ** - 04 - Home 1 Section CSS
 *********************************/
.home-section {
	overflow: hidden;
	position: relative;
	z-index: 1;
	display: flex;
	align-items: center;
	height: 800px;
	min-height: 100vh;
	background: -webkit-gradient(linear, left top, left bottom, from(#370b6f), color-stop(#00429b), color-stop(#006dba), color-stop(#0095ce), to(#2dbcdc));
	background: linear-gradient(to bottom, #370b6f, #00429b, #006dba, #0095ce, #2dbcdc);
}

.main-banner-content {
	padding-top: 50px;
}

	.main-banner-content h1 {
		color: #ffffff;
		font-size: 68px;
		font-weight: 700;
		margin: 0 0 20px 0;
	}

	.main-banner-content h6 {
		color: #ff9800;
		font-size: 18px;
		font-weight: 700;
		letter-spacing: 0.5px;
		text-transform: uppercase;
		margin-bottom: 15px;
	}

	.main-banner-content p {
		color: #ffffff;
		font-size: 16px;
		margin: 0 0 0 0;
	}

	.main-banner-content .banner-btn {
		margin-top: 25px;
	}

.home-section .banner-image {
	text-align: center;
	padding-top: 50px;
}

.home-section .creative-shape {
	position: absolute;
	z-index: -1;
	left: 0;
	bottom: -5px;
	width: 100%;
	height: auto;
}

/**************************************
 ** - 04.2 - Home-2 Section CSS
 **************************************/
.home-section.home-2 {
	position: relative;
	z-index: 1;
	height: 800px;
	min-height: 100vh;
	background: url(../img/home-bg-2.svg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

	.home-section.home-2 .main-banner-content {
		padding-top: 70px;
	}

		.home-section.home-2 .main-banner-content .banner-btn {
			margin-top: 25px;
			display: flex;
			align-items: center;
		}

		.home-section.home-2 .main-banner-content h1 {
			color: #362c72;
			font-size: 68px;
			font-weight: 700;
			margin: 0 0 20px 0;
		}

		.home-section.home-2 .main-banner-content p {
			color: #333333;
		}

.video-box {
	position: relative;
	margin-left: 15px;
	display: inline-block;
}

.home-section.home-2 .video-btn {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 40px;
	width: 40px;
	background-color: #242e5c;
	border-radius: 50%;
	-webkit-animation: ripple-white 1s linear infinite;
	animation: ripple-white 1s linear infinite;
	-webkit-transition: 0.5s;
	transition: 0.5s;
}

	.home-section.home-2 .video-btn i {
		color: #ffffff;
		font-size: 16px;
		position: absolute;
		top: 50%;
		left: 50%;
		z-index: 1;
		padding-left: 2px;
		-webkit-transform: translateY(-50%) translateX(-50%);
		transform: translateY(-50%) translateX(-50%);
		-webkit-transition: 0.5s;
		transition: 0.5s;
	}

	.home-section.home-2 .video-btn:hover {
		background-color: #ffffff;
	}

		.home-section.home-2 .video-btn:hover i {
			color: #242e5c;
		}

@-webkit-keyframes ripple-white {
	0% {
		-webkit-box-shadow: 0 0 0 0 rgba(123, 104, 238, 0.4), 0 0 0 5px rgba(123, 104, 238, 0.4), 0 0 0 10px rgba(123, 104, 238, 0.4);
		box-shadow: 0 0 0 0 rgba(123, 104, 238, 0.4), 0 0 0 5px rgba(123, 104, 238, 0.4), 0 0 0 10px rgba(123, 104, 238, 0.4);
	}

	100% {
		-webkit-box-shadow: 0 0 0 5px rgba(123, 104, 238, 0.4), 0 0 0 10px rgba(123, 104, 238, 0.4), 0 0 0 20px rgba(123, 104, 238, 0);
		box-shadow: 0 0 0 5px rgba(123, 104, 238, 0.4), 0 0 0 10px rgba(123, 104, 238, 0.4), 0 0 0 20px rgba(123, 104, 238, 0);
	}
}

@keyframes ripple-white {
	0% {
		-webkit-box-shadow: 0 0 0 0 rgba(123, 104, 238, 0.4), 0 0 0 5px rgba(123, 104, 238, 0.4), 0 0 0 10px rgba(123, 104, 238, 0.4);
		box-shadow: 0 0 0 0 rgba(123, 104, 238, 0.4), 0 0 0 5px rgba(123, 104, 238, 0.4), 0 0 0 10px rgba(123, 104, 238, 0.4);
	}

	100% {
		-webkit-box-shadow: 0 0 0 5px rgba(123, 104, 238, 0.4), 0 0 0 10px rgba(123, 104, 238, 0.4), 0 0 0 20px rgba(123, 104, 238, 0);
		box-shadow: 0 0 0 5px rgba(123, 104, 238, 0.4), 0 0 0 10px rgba(123, 104, 238, 0.4), 0 0 0 20px rgba(123, 104, 238, 0);
	}
}


/****************************************
 ** - 04.2 - Home-2 Shape Animation
 ****************************************/
.home-shape-animation .shape-1 {
	position: absolute;
	right: 10%;
	top: 16%;
	z-index: -1;
	-webkit-animation: animationFramesOne 20s infinite linear;
	animation: animationFramesOne 20s infinite linear;
}

.home-shape-animation .shape-2 {
	position: absolute;
	left: 33%;
	top: 18%;
	z-index: -1;
}

	.home-shape-animation .shape-2 img {
		-webkit-animation-name: rotateMe;
		animation-name: rotateMe;
		-webkit-animation-duration: 10s;
		animation-duration: 10s;
		-webkit-animation-iteration-count: infinite;
		animation-iteration-count: infinite;
		-webkit-animation-timing-function: linear;
		animation-timing-function: linear;
	}

.home-shape-animation .shape-3 {
	position: absolute;
	left: 5%;
	bottom: 25%;
	z-index: -1;
	-webkit-animation: animationFramesOne 20s infinite linear;
	animation: animationFramesOne 20s infinite linear;
}

.home-shape-animation .shape-4 {
	position: absolute;
	right: 10%;
	bottom: 25%;
	z-index: -1;
	-webkit-animation: animationFramesTwo 20s infinite linear;
	animation: animationFramesTwo 20s infinite linear;
}

.home-shape-animation .shape-5 {
	position: absolute;
	left: 5%;
	top: 26%;
	z-index: -1;
	-webkit-animation: moveLeftBounce 3s linear infinite;
	animation: moveLeftBounce 3s linear infinite;
}

.home-shape-animation .shape-6 {
	position: absolute;
	left: 50%;
	bottom: 15%;
	z-index: -1;
	-webkit-animation: rotate3d 4s linear infinite;
	animation: rotate3d 4s linear infinite;
}

.home-shape-animation .shape-7 {
	position: absolute;
	left: 50%;
	top: 15%;
	z-index: -1;
	-webkit-animation: moveScale 3s linear infinite;
	animation: moveScale 3s linear infinite;
}

@-webkit-keyframes rotateMe {
	from {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg)
	}

	to {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}

@keyframes rotateMe {
	from {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg)
	}

	to {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}

@-webkit-keyframes animationFramesOne {
	0% {
		-webkit-transform: translate(0px,0px) rotate(0deg);
		transform: translate(0px,0px) rotate(0deg)
	}

	20% {
		-webkit-transform: translate(73px,-1px) rotate(36deg);
		transform: translate(73px,-1px) rotate(36deg)
	}

	40% {
		-webkit-transform: translate(141px,72px) rotate(72deg);
		transform: translate(141px,72px) rotate(72deg)
	}

	60% {
		-webkit-transform: translate(83px,122px) rotate(108deg);
		transform: translate(83px,122px) rotate(108deg)
	}

	80% {
		-webkit-transform: translate(-40px,72px) rotate(144deg);
		transform: translate(-40px,72px) rotate(144deg)
	}

	100% {
		-webkit-transform: translate(0px,0px) rotate(0deg);
		transform: translate(0px,0px) rotate(0deg)
	}
}

@keyframes animationFramesOne {
	0% {
		-webkit-transform: translate(0px,0px) rotate(0deg);
		transform: translate(0px,0px) rotate(0deg)
	}

	20% {
		-webkit-transform: translate(73px,-1px) rotate(36deg);
		transform: translate(73px,-1px) rotate(36deg)
	}

	40% {
		-webkit-transform: translate(141px,72px) rotate(72deg);
		transform: translate(141px,72px) rotate(72deg)
	}

	60% {
		-webkit-transform: translate(83px,122px) rotate(108deg);
		transform: translate(83px,122px) rotate(108deg)
	}

	80% {
		-webkit-transform: translate(-40px,72px) rotate(144deg);
		transform: translate(-40px,72px) rotate(144deg)
	}

	100% {
		-webkit-transform: translate(0px,0px) rotate(0deg);
		transform: translate(0px,0px) rotate(0deg)
	}
}

@-webkit-keyframes animationFramesTwo {
	0% {
		-webkit-transform: translate(0px,0px) rotate(0deg);
		transform: translate(0px,0px) rotate(0deg)
	}

	20% {
		-webkit-transform: translate(-73px,1px) rotate(-36deg);
		transform: translate(-73px,1px) rotate(-36deg)
	}

	40% {
		-webkit-transform: translate(-141px,-72px) rotate(-72deg);
		transform: translate(-141px,-72px) rotate(-72deg)
	}

	60% {
		-webkit-transform: translate(-83px,-122px) rotate(-108deg);
		transform: translate(-83px,-122px) rotate(-108deg)
	}

	80% {
		-webkit-transform: translate(40px,-72px) rotate(-144deg);
		transform: translate(40px,-72px) rotate(-144deg)
	}

	100% {
		-webkit-transform: translate(0px,0px) rotate(0deg);
		transform: translate(0px,0px) rotate(0deg)
	}
}

@keyframes animationFramesTwo {
	0% {
		-webkit-transform: translate(0px,0px) rotate(0deg);
		transform: translate(0px,0px) rotate(0deg)
	}

	20% {
		-webkit-transform: translate(-73px,1px) rotate(-36deg);
		transform: translate(-73px,1px) rotate(-36deg)
	}

	40% {
		-webkit-transform: translate(-141px,-72px) rotate(-72deg);
		transform: translate(-141px,-72px) rotate(-72deg)
	}

	60% {
		-webkit-transform: translate(-83px,-122px) rotate(-108deg);
		transform: translate(-83px,-122px) rotate(-108deg)
	}

	80% {
		-webkit-transform: translate(40px,-72px) rotate(-144deg);
		transform: translate(40px,-72px) rotate(-144deg)
	}

	100% {
		-webkit-transform: translate(0px,0px) rotate(0deg);
		transform: translate(0px,0px) rotate(0deg)
	}
}

@-webkit-keyframes rotate3d {
	0% {
		-webkit-transform: rotateY(0deg);
		transform: rotateY(0deg)
	}

	100% {
		-webkit-transform: rotateY(360deg);
		transform: rotateY(360deg)
	}
}

@keyframes rotate3d {
	0% {
		-webkit-transform: rotateY(0deg);
		transform: rotateY(0deg)
	}

	100% {
		-webkit-transform: rotateY(360deg);
		transform: rotateY(360deg)
	}
}

@-webkit-keyframes moveScale {
	0% {
		-webkit-transform: scale(.6);
		transform: scale(.6)
	}

	50% {
		-webkit-transform: scale(.8);
		transform: scale(.8)
	}

	100% {
		-webkit-transform: scale(.6);
		transform: scale(.6)
	}
}

@keyframes moveScale {
	0% {
		-webkit-transform: scale(.6);
		transform: scale(.6)
	}

	50% {
		-webkit-transform: scale(.8);
		transform: scale(.8)
	}

	100% {
		-webkit-transform: scale(.6);
		transform: scale(.6)
	}
}

@-webkit-keyframes moveLeftBounce {
	0% {
		-webkit-transform: translateX(0px);
		transform: translateX(0px)
	}

	50% {
		-webkit-transform: translateX(20px);
		transform: translateX(20px)
	}

	100% {
		-webkit-transform: translateX(0px);
		transform: translateX(0px)
	}
}

@keyframes moveLeftBounce {
	0% {
		-webkit-transform: translateX(0px);
		transform: translateX(0px)
	}

	50% {
		-webkit-transform: translateX(20px);
		transform: translateX(20px)
	}

	100% {
		-webkit-transform: translateX(0px);
		transform: translateX(0px)
	}
}

@-webkit-keyframes moveBounce {
	0% {
		-webkit-transform: translateY(0px);
		transform: translateY(0px)
	}

	50% {
		-webkit-transform: translateY(20px);
		transform: translateY(20px)
	}

	100% {
		-webkit-transform: translateY(0px);
		transform: translateY(0px)
	}
}

@keyframes moveBounce {
	0% {
		-webkit-transform: translateY(0px);
		transform: translateY(0px)
	}

	50% {
		-webkit-transform: translateY(20px);
		transform: translateY(20px)
	}

	100% {
		-webkit-transform: translateY(0px);
		transform: translateY(0px)
	}
}

/**************************************
 ** - 04.3 - Home-3 Section CSS
 **************************************/
.home-3 {
	position: relative;
	z-index: 1;
	height: 650px;
	min-height: 90vh;
	background: url(../img/home-3-bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}

	.home-3::before {
		content: "";
		position: absolute;
		z-index: -1;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		opacity: .3;
		background-color: #1f3081 !important;
	}

#particles-js {
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	pointer-events: none;
}

.home-3 .main-banner-content {
	padding-top: 11px;
}

	.home-3 .main-banner-content h1 {
		color: #ffffff;
		font-size: 68px;
		font-weight: 700;
		margin: 0 0 20px 0;
	}

.home-3 .banner-image {
	/* padding-top: 70px; */
}

.main-banner-content .social-icon-list {
	margin-bottom: 15px;
}

	.main-banner-content .social-icon-list li {
		display: inline-block;
		margin: 5px 5px;
	}

		.main-banner-content .social-icon-list li a {
			color: #fff;
			font-size: 18px;
			width: 40px;
			height: 40px;
			line-height: 40px;
			display: flex;
			align-items: center;
			justify-content: center;
			text-align: center;
			border-radius: 10px;
			-webkit-border-radius: 10px;
			-moz-border-radius: 10px;
			border: 1px solid rgb(255, 255, 255, 0.2);
			background-color: transparent;
			-webkit-transition: all .3s;
			transition: all .3s;
		}

			.main-banner-content .social-icon-list li a:hover {
				color: #fff;
				border: 1px solid #242e5c;
				background-color: #242e5c;
			}

/****************************************
 ** - 04.4 - Home Slider Section CSS
 ****************************************/
.slider {
	position: relative;
}

	.slider.fixed-slider {
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
	}

	.slider .swiper-slide-active {
		z-index: 3;
	}

	.slider .parallax-slider {
		position: relative;
		height: 750px;
		min-height: 100vh;
	}

		.slider .parallax-slider .swiper-slide {
			position: relative;
			overflow: hidden;
			width: 100%;
			min-height: 100vh;
			padding-bottom: 50px;
		}

			.slider .parallax-slider .swiper-slide .bg-img {
				position: absolute;
				top: 0;
				left: 0;
				right: 0;
				bottom: 0;
				background-size: cover;
				background-position: center;
			}

		.slider .parallax-slider .swiper-slide-active .caption h1 {
			animation: fadeInLeft .8s;
			-webkit-animation-delay: .3s;
			animation-delay: .3s;
		}

		.slider .parallax-slider .caption {
			padding-top: 70px;
			text-align: center;
		}

			.slider .parallax-slider .caption h1 {
				color: #fff;
				font-size: 65px;
				font-weight: 700;
				line-height: normal;
			}

			.slider .parallax-slider .caption p {
				color: #fff;
				font-weight: 500;
				margin-top: 25px;
				margin-bottom: 25px;
			}

		.slider .parallax-slider .swiper-slide-active .caption p {
			color: #fff;
			font-weight: 500;
			animation: fadeInRight .8s;
			-webkit-animation-delay: .3s;
			animation-delay: .3s;
		}

		.slider .parallax-slider .swiper-slide-active .caption .home-slider-btn {
			position: relative;
			opacity: 1;
			animation: fadeInLeft 1s;
			-webkit-transition: all .4s;
			-o-transition: all .4s;
			transition: all .4s;
		}

	.slider .control-text {
		position: absolute;
		top: 50%;
		z-index: 8;
		width: 100%;
		height: auto;
		display: flex;
		align-items: center;
		justify-content: space-between;
	}

		.slider .control-text .swiper-nav-ctrl {
			position: static;
			width: auto;
			height: auto;
			color: #fff;
			font-size: 15px;
			font-weight: 600;
			padding: 5px 10px;
			display: inline-block;
			border-radius: 5px;
			background-color: transparent;
			margin-left: 15px;
			margin-right: 15px;
		}

			.slider .control-text .swiper-nav-ctrl:after {
				font-size: 20px;
				width: 60px;
				height: 60px;
				line-height: 60px;
				border-radius: 50%;
				display: block;
				text-align: center;
				background-color: rgb(0, 0, 0, 0.3);
			}

	.slider .swiper-pagination-bullets {
		bottom: 20px;
	}

	.slider .swiper-pagination-bullet {
		opacity: .4;
		background-color: #fff;
	}

	.slider .swiper-pagination-bullet-active {
		opacity: 1;
		background-color: #fff;
	}

	.slider .parallax-slider .swiper-slide-active .caption .social-icon-list {
		animation: fadeInUp .8s;
		-webkit-animation-delay: .3s;
		animation-delay: .3s;
	}

	.slider .parallax-slider .caption .social-icon-list {
		margin-bottom: 20px;
	}

		.slider .parallax-slider .caption .social-icon-list li {
			display: inline-block;
			margin: 5px 5px;
		}

			.slider .parallax-slider .caption .social-icon-list li a {
				color: #fff !important;
				font-size: 18px !important;
				width: 40px;
				height: 40px;
				line-height: 40px;
				display: flex;
				align-items: center;
				justify-content: center;
				text-align: center;
				border-radius: 10px;
				-webkit-border-radius: 10px;
				-moz-border-radius: 10px;
				border: 1px solid rgb(255, 255, 255, 0.2);
				background-color: transparent;
				-webkit-transition: all .3s;
				transition: all .3s;
			}

				.slider .parallax-slider .caption .social-icon-list li a:hover {
					color: #fff;
					border: 1px solid #242e5c;
					background-color: #242e5c;
				}

/********************************************
 ** - 04.5 - Home Slideshow Section CSS
 ********************************************/
.home-slideshow {
	position: relative;
	z-index: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	overflow: hidden;
	height: 750px;
	min-height: 100vh;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

	.home-slideshow::after {
		content: "";
		position: absolute;
		z-index: -1;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background-color: #000;
	}

	.home-slideshow .main-banner-content {
		padding-top: 70px;
		text-align: center;
	}

		.home-slideshow .main-banner-content h5 {
			color: #ffffff;
			font-size: 18px;
			font-weight: 700;
			text-transform: uppercase;
			letter-spacing: 1px;
			margin: 0 0 20px 0;
		}

		.home-slideshow .main-banner-content h1 {
			color: #ffffff;
			font-size: 65px;
			font-weight: 700;
			margin: 0 0 20px 0;
		}

		.home-slideshow .main-banner-content p {
			color: #ffffff;
			font-size: 16px;
			margin: 0 0 0 0;
		}

		.home-slideshow .main-banner-content .banner-btn {
			display: flex;
			align-items: center;
			justify-content: center;
			text-align: center;
			margin-top: 25px;
		}

			.home-slideshow .main-banner-content .banner-btn .default-btn-one span {
				background-color: #ff561d;
			}

/************************************
 ** - 04.6 - Home 6 Section CSS
 ************************************/
.home-6.home-section {
	overflow: hidden;
	position: relative;
	z-index: 1;
	height: 800px;
	min-height: 100vh;
	background: url(../img/home-6-bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

	.home-6.home-section:before {
		content: "";
		position: absolute;
		z-index: -1;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		opacity: 1;
		background-color: transparent;
		background-image: linear-gradient(70deg,#242e5c 40%,#242e5c 30%,rgb(123, 104, 238, 0.12) 70%);
	}

.home-6 .main-banner-content {
	padding-top: 70px;
}

.home-6.home-section .main-banner-content .social-icon-list li a:hover {
	color: #242e5c;
	border: 1px solid #ffffff;
	background-color: #ffffff;
}

/**************************************
 ** - 05 - Services Section CSS
 **************************************/
.services-section .section-title {
	margin-bottom: 35px;
}

.single-services-item {
	position: relative;
	z-index: 1;
	display: block;
	text-align: left;
	padding: 35px 30px;
	border-radius: 5px;
	background-color: #ffffff;
	-webkit-box-shadow: 5px 7px 15px 2px rgba(82, 90, 101, 0.12);
	-moz-box-shadow: 5px 7px 15px 2px rgba(82, 90, 101, 0.12);
	box-shadow: 5px 7px 15px 2px rgba(82, 90, 101, 0.12);
	-webkit-transition: all 500ms ease-out;
	transition: all 500ms ease-out;
	margin-top: 30px;
}

.services-icon {
	display: inline-block;
	-webkit-transition: 0.5s;
	transition: 0.5s;
	margin-bottom: 15px;
	will-change: transform;
}

	.services-icon i {
		color: #2d3761;
		font-size: 50px;
		-webkit-transition: 0.5s;
		transition: 0.5s;
	}

.single-services-item h3 {
	font-size: 20px;
	font-weight: 700;
	-webkit-transition: all 400ms ease-out;
	transition: all 400ms ease-out;
	margin-bottom: 0;
}

	.single-services-item h3 a {
		display: inline-block;
	}

.single-services-item p {
	font-size: 16px;
	-webkit-transition: all 400ms ease-out;
	transition: all 400ms ease-out;
	will-change: transform;
	margin-top: 15px;
	margin-bottom: 15px;
}


.single-services-item:hover {
	-webkit-transform: translateY(-10px);
	transform: translateY(-10px);
}

	.single-services-item:hover .services-icon {
		-webkit-transform: rotateY(180deg);
		transform: rotateY(180deg);
	}

/****************************************
 ** - 05.2 - Services Two Section CSS
 ****************************************/
.services-section-two .section-title {
	margin-bottom: 35px;
}

.single-services-two-item {
	position: relative;
	z-index: 1;
	display: block;
	text-align: left;
	padding: 20px 30px;
	border-radius: 15px;
	background-color: #ffffff;
	-webkit-box-shadow: 5px 7px 15px 2px rgba(82, 90, 101, 0.12);
	-moz-box-shadow: 5px 7px 15px 2px rgba(82, 90, 101, 0.12);
	box-shadow: 5px 7px 15px 2px rgba(82, 90, 101, 0.12);
	-webkit-transition: all 500ms ease-out;
	transition: all 500ms ease-out;
	margin-top: 30px;
	height: 300px;
}

.services-icon-box {
	position: relative;
	width: 59px;
	height: 59px;
	display: inline-block;
	-webkit-transition: 0.5s;
	transition: 0.5s;
	margin-bottom: 25px;
	will-change: transform;
}

	.services-icon-box .hover-icon {
		position: absolute;
		top: 0;
		left: 0;
		opacity: 0;
		visibility: hidden;
	}

.single-services-two-item:hover .services-icon-box .default-icon {
	opacity: 0;
	visibility: hidden;
}

.single-services-two-item:hover .services-icon-box .hover-icon {
	opacity: 1;
	visibility: visible;
}

.single-services-two-item h3 {
	font-size: 20px;
	font-weight: 700;
	-webkit-transition: all 400ms ease-out;
	transition: all 400ms ease-out;
	margin-bottom: 0;
}

	.single-services-two-item h3 a {
		display: inline-block;
	}

.single-services-two-item p {
	font-size: 16px;
	-webkit-transition: all 400ms ease-out;
	transition: all 400ms ease-out;
	will-change: transform;
	margin-top: 20px;
	margin-bottom: 20px;
}

.single-services-two-item:hover {
	background-color: #242e5c;
	-webkit-transform: translateY(-10px);
	transform: translateY(-10px);
}

	.single-services-two-item:hover .services-icon-box {
		-webkit-transform: rotateY(180deg);
		transform: rotateY(180deg);
	}

	.single-services-two-item:hover h3 {
		color: #ffffff;
	}

	.single-services-two-item:hover p {
		color: #ffffff;
	}

	.single-services-two-item:hover .services-btn a,
	.single-services-two-item:hover .services-btn a i {
		color: #ffffff;
	}

/******************************************
 ** - 05.3 - Services Three Section CSS
 ******************************************/
.services-section-three .section-title {
	margin-bottom: 35px;
}

.single-services-three-item {
	position: relative;
	z-index: 1;
	display: block;
	text-align: left;
	padding: 35px 30px;
	border-radius: 5px;
	background-color: #ffffff;
	-webkit-box-shadow: 5px 7px 15px 2px rgba(82, 90, 101, 0.12);
	-moz-box-shadow: 5px 7px 15px 2px rgba(82, 90, 101, 0.12);
	box-shadow: 5px 7px 15px 2px rgba(82, 90, 101, 0.12);
	-webkit-transition: all 500ms ease-out;
	transition: all 500ms ease-out;
	margin-top: 30px;
}

	.single-services-three-item .services-icon {
		position: relative;
		width: 50px;
		height: 50px;
		display: inline-block;
		-webkit-transition: 0.5s;
		transition: 0.5s;
		margin-bottom: 25px;
		will-change: transform;
	}

	.single-services-three-item h3 {
		font-size: 20px;
		font-weight: 700;
		-webkit-transition: all 400ms ease-out;
		transition: all 400ms ease-out;
		margin-bottom: 0;
	}

		.single-services-three-item h3 a {
			display: inline-block;
		}

	.single-services-three-item p {
		font-size: 16px;
		-webkit-transition: all 400ms ease-out;
		transition: all 400ms ease-out;
		will-change: transform;
		margin-top: 20px;
		margin-bottom: 20px;
	}

.services-three-content .features-list {
	padding: 5px 0;
	border-top: 2px solid #e6e5f1;
	border-bottom: 2px solid #e6e5f1;
	margin-bottom: 20px;
}

	.services-three-content .features-list li {
		position: relative;
		color: #5f5f5f;
		font-size: 16px;
		padding-left: 20px;
		margin: 10px 0;
	}

		.services-three-content .features-list li:before {
			content: "";
			position: absolute;
			left: 0;
			top: 8px;
			width: 7px;
			height: 7px;
			border-radius: 10px;
			background-color: #242e5c;
		}

.single-services-three-item:hover {
	-webkit-transform: translateY(-10px);
	transform: translateY(-10px);
}

/*****************************************
 ** - 06 - Services Details Page CSS
 *****************************************/
.services-details-image {
	text-align: center;
	margin-bottom: 40px;
}

	.services-details-image img {
		border-radius: 5px;
	}

.services-details-content h3 {
	font-size: 25px;
	margin-bottom: 15px;
}

.services-details-content .features-text {
	margin-top: 20px;
}

	.services-details-content .features-text h4 {
		font-size: 24px;
		font-weight: 700;
		margin-bottom: 12px;
	}

.services-widget .widget {
	padding: 30px 25px;
	border-radius: 5px;
	background-color: rgb(11, 11, 49, 0.05);
	margin-top: 35px;
}

	.services-widget .widget:first-child {
		margin-top: 0;
	}

	.services-widget .widget .widget-title {
		position: relative;
		font-size: 22px;
		padding-bottom: 10px;
		text-transform: capitalize;
		border-bottom: 1px solid #ffffff;
		margin-bottom: 30px;
	}

		.services-widget .widget .widget-title::before {
			content: '';
			position: absolute;
			left: 0;
			bottom: -1px;
			width: 50px;
			height: 1px;
			background-color: #242e5c;
		}

.services-widget .widget_categories ul {
	margin-bottom: 0;
}

	.services-widget .widget_categories ul li {
		position: relative;
		color: #747576;
		font-size: 15px;
		font-weight: 600;
		margin-bottom: 12px;
	}

		.services-widget .widget_categories ul li:last-child {
			margin-bottom: 0;
		}

		.services-widget .widget_categories ul li a {
			display: block;
			color: #ffffff;
			font-size: 15px;
			font-weight: 600;
			padding: 12px 15px;
			border-radius: 5px;
			background-color: #242e5c;
			transition: all ease 350ms;
			-moz-transition: all ease 350ms;
			-webkit-transition: all ease 350ms;
		}

			.services-widget .widget_categories ul li a:hover {
				color: #ffffff;
				background-color: #3e57d0;
			}

.widget_download_btn a {
	display: block;
	padding: 12px 20px;
	border-radius: 5px;
}

	.widget_download_btn a:first-child {
		margin: 0 0 12px;
	}

/***********************************
 ** - 07 - About Section CSS
 ***********************************/
.about-area {
	position: relative;
	z-index: 1;
}

.about-content {
	margin-right: 15px;
}

	.about-content h2 {
		font-size: 38px;
		font-weight: 700;
		margin-bottom: 20px;
	}

	.about-content p {
		margin-bottom: 15px;
	}

		.about-content p:nth-last-child(2) {
			margin-bottom: 0px;
		}

.about-area .skills {
	margin-top: 20px;
}

	.about-area .skills .skill-item {
		margin-bottom: 20px;
	}

		.about-area .skills .skill-item:last-child {
			margin-bottom: 0px;
		}

		.about-area .skills .skill-item h6 {
			position: relative;
			z-index: 4;
			font-size: 16px;
			font-weight: 600;
			text-transform: capitalize;
			margin-bottom: 10px;
		}

			.about-area .skills .skill-item h6 em {
				float: right;
				font-size: 15px;
				font-style: normal;
			}

		.about-area .skills .skill-item .skill-progress {
			position: relative;
			height: 7px;
			border-radius: 5px;
			background-color: #ddddff;
		}

			.about-area .skills .skill-item .skill-progress .progres {
				position: absolute;
				top: 0;
				left: 0;
				width: 10%;
				height: 100%;
				border-radius: 5px;
				background-color: #242e5c;
				-webkit-transition: all 1.5s;
				transition: all 1.5s;
			}

.about-btn-box {
	display: inline-block;
	margin-top: 25px;
}

.about-image {
	position: relative;
	text-align: center;
	margin-left: 0px;
}

	.about-image img {
		border-radius: 5px;
	}

	.about-image .years-design {
		position: absolute;
		left: 0;
		right: 0;
		bottom: 20px;
		max-width: 250px;
		padding: 15px 10px;
		border-radius: 5px;
		background-color: #ffffff;
		border-bottom: 2px solid #ff9800;
		-webkit-box-shadow: -1px 3px 20px 0px rgb(82, 90, 101, 0.1);
		box-shadow: -1px 3px 20px 0px rgb(82, 90, 101, 0.1);
		margin-left: auto;
		margin-right: auto;
	}

		.about-image .years-design h2 {
			font-size: 70px;
			font-weight: 800;
			background: url(../img/about.jpg) no-repeat;
			background-position: 50% 50%;
			-webkit-background-clip: text;
			-webkit-text-fill-color: transparent;
			line-height: 1.1;
		}

		.about-image .years-design h5 {
			color: #ff9800;
			font-size: 16px;
			font-weight: 700;
			text-transform: uppercase;
			margin-top: 10px;
		}

/**************************************
 ** - 08 - Feature Section CSS
 **************************************/
.feature-single-item {
	position: relative;
	z-index: 1;
	padding: 26px 30px;
	text-align: center;
	border-radius: 5px;
	background-color: #ffffff;
	-webkit-box-shadow: 0px 10px 57px 0px rgba(0, 0, 0, 0.08);
	box-shadow: 0px 10px 57px 0px rgba(0, 0, 0, 0.08);
	transition: all .4s ease;
	margin-bottom: 30px;
	border-radius: 15px;
	height: 198px;
}

	.feature-single-item:hover {
		transform: translate(0, -10px);
	}

	.feature-single-item h3 {
		color: #0b0b31;
		font-size: 20px;
		margin-bottom: 15px;
	}

	.feature-single-item img {
		width: 85px;
		margin: auto;
		margin-bottom: 25px;
	}

.feature-btn-box .read-more {
	display: flex;
	align-items: center;
	justify-content: center;
}

/***************************************
 ** - 08.2 - Feature Two Section CSS
 ***************************************/
.feature-two-single-item {
	position: relative;
	z-index: 1;
	padding: 40px 30px;
	text-align: center;
	border-radius: 5px;
	background-color: #ffffff;
	-webkit-box-shadow: 0px 10px 57px 0px rgba(0, 0, 0, 0.08);
	box-shadow: 0px 10px 57px 0px rgba(0, 0, 0, 0.08);
	transition: all .4s ease;
	margin-bottom: 30px;
}

	.feature-two-single-item:hover {
		transform: translate(0, -10px);
	}

	.feature-two-single-item h3 {
		color: #0b0b31;
		font-size: 20px;
		margin-bottom: 15px;
	}

	.feature-two-single-item img {
		width: 70px;
		margin: auto;
		margin-bottom: 25px;
	}

/**************************************
 ** - 09 - Work Process Section CSS
 **************************************/
.workprocess-section {
}

	.workprocess-section .section-title {
		margin-bottom: 30px;
	}

.workprocess-single-item {
	position: relative;
	z-index: 1;
	padding: 35px 30px;
	border-radius: 8px;
	overflow: hidden;
	background-color: #ffffff;
	-webkit-box-shadow: 0px 5px 20px 0px rgb(82, 90, 101, 0.1);
	box-shadow: 0px 5px 20px 0px rgb(82, 90, 101, 0.1);
	-webkit-transition: 0.4s;
	transition: 0.4s;
	margin-top: 35px;
}

	.workprocess-single-item:hover {
		-webkit-transform: translateY(-5px);
		transform: translateY(-5px);
	}

.workprocess-icon-box {
	width: 85px;
	height: 85px;
	padding: 15px;
	border-radius: 20%;
	display: inline-block;
	border: 5px solid rgb(123, 104, 238, .05);
	background-color: rgb(123, 104, 238, .05);
	margin-bottom: 25px;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.workprocess-single-item:hover .workprocess-icon-box {
	border: 5px solid rgb(123, 104, 238, .3);
}

.workprocess-icon-box .workprocess-icon-number {
	font-size: 3rem;
	color: #5764ec;
	width: 64px;
	height: 64px;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	flex-wrap: nowrap;
	background-color: red;
}

.workprocess-info {
}

	.workprocess-info h3 {
		font-size: 22px;
		font-weight: 700;
		margin-bottom: 15px;
	}

.workprocess-number-bg {
	position: absolute;
	z-index: -1;
	right: 5px;
	bottom: -45px;
}

	.workprocess-number-bg span {
		color: rgb(123, 104, 238, .05);
		font-size: 12rem;
		font-weight: 700;
		line-height: 1;
	}

/**************************************
 ** - 10 - Technology Section CSS
 **************************************/
.single-technology-item {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 25px 10px 20px 10px;
	text-align: center;
	border-radius: 15px;
	background-color: #fff;
	box-shadow: 0 10px 15px 0 rgba(0, 0, 0, .07);
	-webkit-box-shadow: 0 10px 15px 0 rgba(0, 0, 0, .07);
	-moz-box-shadow: 0 10px 15px 0 rgba(0, 0, 0, .07);
	margin-bottom: 30px;
}

	.single-technology-item .technology-icon {
		display: inline-block;
		width: 70px;
		margin-right: 10px;
	}

		.single-technology-item .technology-icon img {
			width: 50px;
		}

	.single-technology-item h3 {
		color: #505050;
		font-size: 18px;
		font-weight: 700;
		margin: 0;
	}

/**************************************
 ** - 11 - Overview Section CSS
 **************************************/
.overview-content h2 {
	color: #242e5c;
	font-size: 38px;
	margin: 8px 0 15px 0;
}

.overview-content p {
	margin: 0 0 0 0;
}

.overview-content .features-list {
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding-left: 0;
	list-style-type: none;
	margin-bottom: 0;
	margin-top: 16px;
	margin-left: -10px;
	margin-right: -10px;
}

	.overview-content .features-list li {
		-ms-flex: 0 0 50%;
		-webkit-box-flex: 0;
		flex: 0 0 50%;
		max-width: 50%;
		margin-top: 18px;
		padding-left: 10px;
		padding-right: 10px;
	}

		.overview-content .features-list li span {
			position: relative;
			z-index: 1;
			color: #404040;
			font-size: 16px;
			font-weight: 600;
			display: block;
			padding: 13px 15px;
			border-radius: 5px;
			border-left: 2px solid #242e5c;
			background-color: #ffffff;
			-webkit-box-shadow: -1px 3px 20px 0px rgb(82, 90, 101, 0.1);
			box-shadow: -1px 3px 20px 0px rgb(82, 90, 101, 0.1);
			-webkit-transition: 0.4s;
			transition: 0.4s;
		}

			.overview-content .features-list li span::before {
				content: '';
				position: absolute;
				z-index: -1;
				left: 0;
				bottom: 0;
				width: 0;
				height: 100%;
				border-radius: 5px;
				background-color: #242e5c;
				-webkit-transition: 0.4s;
				transition: 0.4s;
			}

			.overview-content .features-list li span:hover {
				color: #ffffff;
			}

				.overview-content .features-list li span:hover::before {
					width: 100%;
				}

.overview-image {
	text-align: center;
}

/*************************************
 ** - 12 - Counter Section CSS
 *************************************/
.counter-area {
	position: relative;
	z-index: 1;
	padding: 50px 0;
	text-align: center;
}

	.counter-area::before {
		content: "";
		position: absolute;
		z-index: -1;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		/* opacity: 0.6; */
		background: linear-gradient(45deg, #242e5c, #4a62d2);
	}

	.counter-area .section-title h5 {
		color: #ffffff;
	}

	.counter-area .section-title h2 {
		color: #fff;
	}

.counter-contents h2 {
	color: #fff;
	font-size: 45px;
	font-weight: 700;
	margin-bottom: 5px;
	word-spacing: -5px;
}

.counter-contents h3 {
	color: #fff;
	font-size: 20px;
	font-weight: 700;
}

/*************************************
 ** - 13 - Portfolio Section CSS
 *************************************/
.portfolio-area {
	position: relative;
}

	.portfolio-area .portfolio-list {
		text-align: center;
		margin-bottom: 25px;
	}

		.portfolio-area .portfolio-list .nav {
			position: relative;
			display: inline-block;
			margin: 0;
		}

			.portfolio-area .portfolio-list .nav li {
				display: inline-block;
				font-size: 16px;
				font-weight: 700;
				cursor: pointer;
				padding: 14px 25px;
				border-radius: 3px;
				text-transform: capitalize;
				background-color: #ffffff;
				-webkit-box-shadow: 0px 5px 15px 0px rgb(94, 94, 94, 0.15);
				box-shadow: 0px 5px 15px 0px rgb(94, 94, 94, 0.15);
				transition: all 0.4s ease 0s;
				-moz-transition: all 0.4s ease-in-out 0s;
				-ms-transition: all 0.4s ease-in-out 0s;
				-o-transition: all 0.4s ease-in-out 0s;
				-webkit-transition: all 0.4s ease-in-out 0s;
				transition: all 0.4s ease-in-out 0s;
				margin: 0 5px;
			}

				.portfolio-area .portfolio-list .nav li:hover, .portfolio-area .portfolio-list .nav li.filter-active {
					color: #fff;
					background-color: #242e5c;
					-moz-transition: all 0.5s ease-in-out 0s;
					-ms-transition: all 0.5s ease-in-out 0s;
					-o-transition: all 0.5s ease-in-out 0s;
					-webkit-transition: all 0.5s ease-in-out 0s;
					transition: all 0.5s ease-in-out 0s;
				}

	.portfolio-area .portfolio-container {
		width: 100%;
		display: inline-block;
	}

	.portfolio-area .portfolio-grid-item {
		overflow: hidden;
	}

.portfolio-grid-item img {
	width: 100%;
	border-radius: 0px;
}

.portfolio-item {
	position: relative;
	display: block;
	overflow: hidden;
	border-radius: 5px;
	margin-top: 30px;
}

	.portfolio-item .portfolio-content-overlay {
		position: absolute;
		z-index: 2;
		left: 10px;
		right: 10px;
		bottom: -20px;
		padding: 15px 20px;
		opacity: 0;
		visibility: hidden;
		overflow: hidden;
		border-radius: 5px;
		background-color: #ffffff;
		-webkit-transition: all 0.3s ease-out 0s;
		-o-transition: all 0.3s ease-out 0s;
		transition: all 0.3s ease-out 0s;
	}

		.portfolio-item .portfolio-content-overlay p {
			color: #242e5c;
			font-size: 15px;
			font-weight: 700;
			opacity: 0;
			visibility: hidden;
			-webkit-transform: translateX(-15px);
			transform: translateX(-15px);
			-webkit-transition: all .4s;
			transition: all .4s;
			margin-bottom: 0;
		}

		.portfolio-item .portfolio-content-overlay h3 {
			color: #1b1b1b;
			font-size: 18px;
			font-weight: 700;
			opacity: 0;
			visibility: hidden;
			-webkit-transform: translateX(15px);
			transform: translateX(15px);
			-webkit-transition: all .4s;
			transition: all .4s;
			margin-top: 5px;
			margin-bottom: 0;
		}

	.portfolio-item:hover .portfolio-content-overlay p,
	.portfolio-item:hover .portfolio-content-overlay h3 {
		opacity: 1;
		visibility: visible;
		-webkit-transform: translateY(0px);
		transform: translateY(0px);
		-webkit-transition-delay: .3s;
		transition-delay: .3s;
	}

	.portfolio-item:hover .portfolio-content-overlay {
		bottom: 10px;
		opacity: 1;
		visibility: visible;
	}

	.portfolio-item .portfolio-content-overlay .portfolio-link-icon {
		display: flex;
		align-items: center;
		justify-content: center;
		position: absolute;
		top: 0;
		left: auto;
		right: 0;
		color: #fff;
		height: 100%;
		padding: 0 20px;
		font-size: 25px;
		overflow: hidden;
		line-height: normal;
		background-color: #242e5c;
		transform: translateX(100%);
		transition: transform 0.4s ease-in-out 0s;
		transition-delay: 0.2s;
	}

	.portfolio-item:hover .portfolio-content-overlay .portfolio-link-icon {
		transform: translateX(0);
		visibility: visible;
	}

/******************************************
 ** - 14 - Portfolio Details Page CSS
 ******************************************/
.portfolio-details-image {
	margin-bottom: 30px;
}

.portfolios-details-desc {
	margin-top: 5px;
}

	.portfolios-details-desc h3 {
		font-size: 25px;
		margin-bottom: 13px;
	}

	.portfolios-details-desc .features-text {
		margin-top: 25px;
		margin-bottom: 25px;
	}

		.portfolios-details-desc .features-text h4 {
			font-size: 20px;
			font-weight: 600;
			margin-bottom: 12px;
		}

			.portfolios-details-desc .features-text h4 i {
				color: #242e5c;
				font-size: 16px;
				margin-right: 4px;
			}

	.portfolios-details-desc .portfolio-details-info {
		display: -ms-flexbox;
		display: -webkit-box;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin-top: 35px;
		margin-left: -15px;
		margin-right: -15px;
	}

		.portfolios-details-desc .portfolio-details-info .single-info-box {
			-ms-flex: 0 0 20%;
			-webkit-box-flex: 0;
			flex: 0 0 20%;
			max-width: 20%;
			padding-left: 15px;
			padding-right: 15px;
		}

			.portfolios-details-desc .portfolio-details-info .single-info-box h4 {
				font-size: 20px;
				font-weight: 700;
				margin-bottom: 15px;
			}

			.portfolios-details-desc .portfolio-details-info .single-info-box span {
				display: block;
				color: #5f5f5f;
				font-size: 16px;
			}

			.portfolios-details-desc .portfolio-details-info .single-info-box .social {
				padding-left: 0;
				margin-bottom: 0;
				list-style-type: none;
			}

				.portfolios-details-desc .portfolio-details-info .single-info-box .social li {
					display: inline-block;
					margin-right: 8px;
				}

					.portfolios-details-desc .portfolio-details-info .single-info-box .social li a {
						color: #242e5c;
						width: 35px;
						height: 35px;
						line-height: 35px;
						text-align: center;
						display: inline-block;
						border-radius: 25px;
						border: 1px solid #242e5c;
						background-color: transparent;
					}

						.portfolios-details-desc .portfolio-details-info .single-info-box .social li a:hover {
							color: #ffffff;
							border: 1px solid #242e5c;
							background-color: #242e5c;
						}

/**************************************
 ** - 15 - Testimonial Section CSS
 **************************************/
.testimonial-section {
	position: relative;
	z-index: 1;
	text-align: center;
}

.single-testimonial {
	position: relative;
	padding: 35px 20px;
	border-radius: 5px;
	background-color: #fafafa;
}

	.single-testimonial .testimonial-content {
		text-align: center;
		margin-bottom: 25px;
	}

	.single-testimonial .rating-box {
		margin-bottom: 12px;
	}

.rating-box ul li {
	display: inline-block;
	margin-right: 0px;
}

	.rating-box ul li i {
		color: #ffce39;
		font-size: 18px;
	}

.single-testimonial .testimonial-content p {
	color: #333;
	font-size: 17px;
	font-style: italic;
	line-height: 1.8;
}

.single-testimonial .avatar {
	margin: 0 auto;
	margin-bottom: 15px;
	justify-content: center;
}

	.single-testimonial .avatar img {
		width: 90px;
		border-radius: 50%;
		border: 5px solid #ffffff;
		border-left-color: #242e5c;
		border-bottom-color: #242e5c;
	}

.single-testimonial .testimonial-bio {
	text-align: center;
}

	.single-testimonial .testimonial-bio .bio-info h3 {
		color: #333;
		font-size: 20px;
		font-weight: 700;
		margin-bottom: 5px;
	}

	.single-testimonial .testimonial-bio .bio-info span {
		color: #242e5c;
		font-size: 16px;
		font-weight: 500;
		display: block;
	}

.testimonial-slider.owl-theme .owl-nav {
	opacity: 0;
	visibility: hidden;
	-webkit-transition: 0.4s;
	transition: 0.4s;
	margin-top: 0;
}

	.testimonial-slider.owl-theme .owl-nav [class*=owl-] {
		position: absolute;
		top: 50%;
		left: 10px;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
		background-color: #fff;
		-webkit-transition: 0.4s;
		transition: 0.4s;
		color: #333;
		font-size: 18px;
		width: 50px;
		height: 45px;
		line-height: 50px;
		padding: 0;
		margin: 0;
	}

		.testimonial-slider.owl-theme .owl-nav [class*=owl-].owl-next {
			left: auto;
			right: 10px;
		}

		.testimonial-slider.owl-theme .owl-nav [class*=owl-]:hover {
			color: #242e5c;
			background-color: transparent;
		}

.testimonial-slider.owl-theme .owl-dots {
	margin-top: 30px;
	margin-bottom: 0;
}

	.testimonial-slider.owl-theme .owl-dots .owl-dot span {
		width: 10px;
		height: 10px;
		border-radius: 30px;
		background-color: #fff;
		-webkit-transition: 0.4s;
		transition: 0.4s;
		margin: 0 4px;
	}

	.testimonial-slider.owl-theme .owl-dots .owl-dot:hover span {
		background-color: #242e5c;
	}

	.testimonial-slider.owl-theme .owl-dots .owl-dot.active span {
		background-color: #242e5c;
	}

.testimonial-slider.owl-theme:hover .owl-nav {
	opacity: 1;
	visibility: visible;
}

/************************************
 ** - 16 - Team Section CSS
 ************************************/
.team-area {
}

	.team-area .section-title {
		margin-bottom: 35px;
	}

.single-team-box {
	margin-top: 30px;
	overflow: hidden;
	-webkit-transition: 0.5s;
	transition: 0.5s;
}

.team-image {
	position: relative;
	z-index: 1;
	border-radius: 5px;
	overflow: hidden;
}

	.team-image::before {
		content: "";
		position: absolute;
		z-index: 2;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		opacity: 0;
		visibility: hidden;
		background-color: #000;
		-webkit-transition: 0.5s;
		transition: 0.5s;
	}

.single-team-box:hover .team-image::before {
	opacity: .8;
	visibility: visible;
}

.single-team-box .team-image img {
	width: 100%;
	height: auto;
	-webkit-transition: 0.5s;
	transition: 0.5s;
}

.single-team-box:hover .team-image img {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}

.team-social-icon {
	position: absolute;
	z-index: 5;
	top: 50%;
	width: 100%;
	text-align: center;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

	.team-social-icon a {
		color: #fff;
		font-size: 18px;
		width: 40px;
		height: 40px;
		line-height: 40px;
		border-radius: 8px;
		margin: 0 2px;
		opacity: 0;
		visibility: hidden;
		border: 1px solid #ffffff;
		display: inline-block;
		-webkit-transform: scale(0);
		-ms-transform: scale(0);
		-o-transform: scale(0);
		transform: scale(0);
		-webkit-transition: all .3s;
		-o-transition: all .3s;
		transition: all .3s;
		will-change: transform;
	}

.single-team-box:hover .team-social-icon a {
	opacity: 1;
	visibility: visible;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}

.single-team-box .team-social-icon a:hover {
	color: #fff;
	background-color: #242e5c;
	border: 1px solid #242e5c;
}

.team-info {
	padding: 15px;
	text-align: center;
	border-radius: 25px;
	transition: .5s ease-in-out;
	background-color: #fff;
	position: relative;
	max-width: 95%;
	margin: -60px auto 5px;
	z-index: 99;
	box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

	.team-info h3 {
		font-size: 20px;
		font-weight: 700;
		margin-bottom: 5px;
		color: #242e5c;
	}

	.team-info span {
		color: #00adef;
		font-size: 15px;
		font-weight: 500;
		display: block;
	}

/**********************************
 ** - 17 - Hire Section CSS
 **********************************/
.hire-section {
	position: relative;
	z-index: 1;
	padding: 70px 0;
	text-align: center;
	background-image: url(../img/banner-bg.jpg);
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}

	.hire-section::before {
		content: "";
		position: absolute;
		z-index: -1;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		opacity: 0.6;
		background-color: #1f1f54;
	}

.hire-content h2 {
	color: #fff;
	font-size: 38px;
	font-weight: 700;
	margin: 0;
}

.hire-content p {
	color: #fff;
	font-size: 18px;
	margin: 20px 0 0 0;
}

.hire-content .hire-btn {
	margin-top: 20px;
}

	.hire-content .hire-btn .default-btn {
		margin-right: 15px;
	}

/************************************
 ** - 18 - Partner Section CSS
 ************************************/
.partner-section {
	position: relative;
	z-index: 1;
	overflow: hidden;
	background: url(../img/map.svg);
}

.partner-title {
	text-align: center;
	line-height: 1.5;
	margin-bottom: 65px;
}

	.partner-title h2 {
		color: #404040;
		font-size: 40px;
		font-weight: 800;
		margin: 10px 0 0 0;
	}

.partner-list {
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-left: -5px;
	margin-right: -5px;
}

	.partner-list .partner-item {
		-ms-flex: 0 0 20%;
		-webkit-box-flex: 0;
		flex: 0 0 20%;
		max-width: 20%;
		padding-left: 10px;
		padding-right: 10px;
	}

		.partner-list .partner-item a {
			position: relative;
			display: block;
			padding: 5px 20px;
			text-align: center;
			border-radius: 10px;
			border: 2px solid #ededed;
			margin-bottom: 30px;
		}

		.partner-list .partner-item:nth-child(6) {
			margin-left: 10%;
		}

/***********************************
 ** - 19 - Blog Section CSS
 ***********************************/
.blog-single-item {
	position: relative;
	border-radius: 5px;
	overflow: hidden;
	background-color: #ffffff;
	-webkit-box-shadow: 0px 5px 20px 0px rgb(82, 90, 101, 0.1);
	box-shadow: 0px 5px 20px 0px rgb(82, 90, 101, 0.1);
	-webkit-transition: 0.4s;
	transition: 0.4s;
	margin-bottom: 30px;
}

	.blog-single-item .blog-description {
		padding: 20px 25px;
	}

		.blog-single-item .blog-description .blog-info {
			-webkit-transition: 0.4s;
			transition: 0.4s;
			margin-bottom: 0;
		}

			.blog-single-item .blog-description .blog-info li {
				color: #242e5c;
				font-size: 16px;
				font-weight: 600;
				display: inline-block;
				list-style-type: none;
				margin-right: 15px;
			}

				.blog-single-item .blog-description .blog-info li:last-child {
					margin-right: 0;
				}

				.blog-single-item .blog-description .blog-info li i {
					position: relative;
					top: 0px;
					color: #242e5c;
					margin-right: 3px;
				}

					.blog-single-item .blog-description .blog-info li i::before {
						font-size: 15px;
					}

			.blog-single-item .blog-description .blog-info a {
				color: #555;
				text-decoration: none;
			}

		.blog-single-item .blog-description .blog-text {
			-webkit-transition: 0.4s;
			transition: 0.4s;
		}

			.blog-single-item .blog-description .blog-text h3 {
				color: #404040;
				font-size: 22px;
				-webkit-transition: 0.4s;
				transition: 0.4s;
				margin: 10px 0px 10px 0px;
			}

				.blog-single-item .blog-description .blog-text h3:hover {
					color: #242e5c;
					text-decoration: none;
					-webkit-transition: .5s;
					transition: .5s;
				}

			.blog-single-item .blog-description .blog-text p {
				color: #6a6c72;
				font-size: 16px;
				font-weight: 400;
				margin: 0;
			}

			.blog-single-item .blog-description .blog-text a {
				text-decoration: none;
			}

			.blog-single-item .blog-description .blog-text .blog-btn {
				margin-top: 15px;
			}

	.blog-single-item:hover .blog-description {
		border-top: none;
	}

	.blog-single-item:hover .blog-text h3 {
		color: #242e5c;
	}

/**************************************
 ** - 20 - Blog Details Page CSS
 **************************************/
.blog-details-desc .article-content {
	margin-top: 30px;
}

	.blog-details-desc .article-content .entry-meta {
		margin-bottom: -8px;
	}

		.blog-details-desc .article-content .entry-meta ul {
			margin-bottom: 0;
		}

			.blog-details-desc .article-content .entry-meta ul li {
				position: relative;
				color: #404040;
				display: inline-block;
				margin-right: 20px;
			}

				.blog-details-desc .article-content .entry-meta ul li span {
					display: inline-block;
					color: #404040;
					font-size: 16px;
					font-weight: 600;
					margin-right: 3px;
				}

				.blog-details-desc .article-content .entry-meta ul li a {
					display: inline-block;
					color: #242e5c;
					font-size: 16px;
					font-weight: 600;
				}

					.blog-details-desc .article-content .entry-meta ul li a:hover {
						color: #242e5c;
					}

				.blog-details-desc .article-content .entry-meta ul li i {
					color: #242e5c;
					margin-right: 2px;
				}

				.blog-details-desc .article-content .entry-meta ul li::before {
					content: '';
					position: absolute;
					top: 10px;
					right: -15px;
					width: 6px;
					height: 1px;
					background-color: #404040;
				}

				.blog-details-desc .article-content .entry-meta ul li:last-child {
					margin-right: 0;
				}

					.blog-details-desc .article-content .entry-meta ul li:last-child::before {
						display: none;
					}

	.blog-details-desc .article-content h3 {
		font-size: 24px;
		margin-top: 25px;
		margin-bottom: 15px;
	}

	.blog-details-desc .article-content .wp-block-gallery.columns-2 {
		padding-left: 0;
		list-style-type: none;
		display: -ms-flexbox;
		display: -webkit-box;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin-top: 30px;
		margin-left: -10px;
		margin-right: -10px;
		margin-bottom: 30px;
	}

		.blog-details-desc .article-content .wp-block-gallery.columns-2 li {
			-ms-flex: 0 0 50%;
			-webkit-box-flex: 0;
			flex: 0 0 50%;
			max-width: 50%;
			padding-left: 10px;
			padding-right: 10px;
		}

			.blog-details-desc .article-content .wp-block-gallery.columns-2 li figure {
				margin-bottom: 0;
			}

.blog-details-desc .article-footer {
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-top: 30px;
}

	.blog-details-desc .article-footer .article-tags {
		-ms-flex: 0 0 50%;
		-webkit-box-flex: 0;
		flex: 0 0 50%;
		max-width: 50%;
		color: #5f5f5f;
	}

		.blog-details-desc .article-footer .article-tags span {
			display: inline-block;
			color: #333;
			font-size: 15px;
			font-weight: 700;
			margin-right: 5px;
		}


		.blog-details-desc .article-footer .article-tags a {
			display: inline-block;
			color: #242e5c;
			font-size: 14px;
			font-weight: 600;
			padding: 6px 15px;
			border-radius: 50px;
			border: 1px solid #242e5c;
			background-color: transparent;
			margin-top: 5px;
			margin-right: 5px;
		}

			.blog-details-desc .article-footer .article-tags a:hover {
				color: #ffffff;
				border-color: #242e5c;
				background-color: #242e5c;
			}

	.blog-details-desc .article-footer .article-share {
		-ms-flex: 0 0 50%;
		-webkit-box-flex: 0;
		flex: 0 0 50%;
		max-width: 50%;
	}

		.blog-details-desc .article-footer .article-share .social {
			padding-left: 0;
			list-style-type: none;
			text-align: right;
			margin-bottom: 0;
		}

			.blog-details-desc .article-footer .article-share .social li {
				display: inline-block;
				margin-left: 5px;
			}

				.blog-details-desc .article-footer .article-share .social li span {
					display: inline-block;
					color: #333;
					font-size: 15px;
					font-weight: 700;
					margin-right: 5px;
				}


				.blog-details-desc .article-footer .article-share .social li a {
					display: block;
					color: #242e5c;
					font-size: 15px;
					width: 35px;
					height: 35px;
					line-height: 35px;
					text-align: center;
					border-radius: 50%;
					border: 1px solid #242e5c;
					background-color: transparent;
				}

					.blog-details-desc .article-footer .article-share .social li a i {
						font-size: 15px;
					}

					.blog-details-desc .article-footer .article-share .social li a:hover {
						color: #ffffff;
						border: 1px solid #242e5c;
						background-color: #242e5c;
					}

.blog-details-desc .post-navigation {
	margin-top: 30px;
}

blockquote, .blockquote {
	position: relative;
	z-index: 1;
	overflow: hidden;
	text-align: center;
	padding: 50px !important;
	background-color: #fafafa;
	margin-top: 20px;
	margin-bottom: 20px;
}

	blockquote p, .blockquote p {
		color: #404040;
		font-size: 24px !important;
		font-weight: 500;
		line-height: 1.6;
		font-style: italic;
		margin-bottom: 0;
	}

	blockquote cite, .blockquote cite {
		display: none;
	}

	blockquote::before, .blockquote::before {
		content: "\f10e";
		position: absolute;
		z-index: -1;
		top: -50px;
		left: 50px;
		color: #efefef;
		font-size: 15px;
		font-weight: 900;
		font-family: "Font Awesome 5 Free";
	}

	blockquote::after, .blockquote::after {
		content: '';
		position: absolute;
		top: 0;
		left: 0;
		bottom: 0;
		width: 3px;
		background-color: #242e5c;
		margin-top: 20px;
		margin-bottom: 20px;
	}

.post-navigation {
	padding-top: 20px;
	padding-bottom: 20px;
	border-top: 1px solid #eeeeee;
	border-bottom: 1px solid #eeeeee;
}

	.post-navigation .navigation-links {
		display: -ms-flexbox;
		display: -webkit-box;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

		.post-navigation .navigation-links .nav-previous {
			-ms-flex: 0 0 50%;
			-webkit-box-flex: 0;
			flex: 0 0 50%;
			max-width: 50%;
		}

			.post-navigation .navigation-links .nav-previous a i {
				margin-right: 2px;
				-webkit-transition: 0.4s;
				transition: 0.4s;
			}

			.post-navigation .navigation-links .nav-previous a:hover i {
				margin-right: 0;
			}

		.post-navigation .navigation-links .nav-next {
			-ms-flex: 0 0 50%;
			-webkit-box-flex: 0;
			flex: 0 0 50%;
			max-width: 50%;
			text-align: right;
		}

			.post-navigation .navigation-links .nav-next a i {
				-webkit-transition: 0.4s;
				transition: 0.4s;
				margin-left: 2px;
			}

			.post-navigation .navigation-links .nav-next a:hover i {
				margin-left: 0;
			}

		.post-navigation .navigation-links div a {
			display: inline-block;
			font-weight: 600;
		}

.comments-area {
	padding: 30px 25px;
	background-color: #ffffff;
	-webkit-box-shadow: 0px 0px 29px 0px rgba(102, 102, 102, 0.08);
	box-shadow: 0px 0px 29px 0px rgba(102, 102, 102, 0.08);
	margin-top: 30px;
}

	.comments-area .comments-title {
		position: relative;
		font-size: 24px;
		font-weight: 600;
		line-height: initial;
		margin-bottom: 30px;
	}

	.comments-area ol, .comments-area ul {
		margin: 0;
		list-style-type: none;
	}

	.comments-area .comment-list {
		padding: 0;
		margin: 0;
		list-style-type: none;
	}

	.comments-area .comment-body {
		color: #404040;
		font-size: 14px;
		padding-left: 65px;
		padding-bottom: 20px;
		border-bottom: 1px solid #eeeeee;
		margin-bottom: 20px;
	}

		.comments-area .comment-body .reply {
			margin-top: 15px;
		}

			.comments-area .comment-body .reply a {
				position: relative;
				z-index: 1;
				color: #404040;
				font-size: 15px;
				font-weight: 600;
				padding: 5px 20px;
				border-radius: 30px;
				display: inline-block;
				border: 1px solid #ded9d9;
				text-transform: capitalize;
			}

				.comments-area .comment-body .reply a:hover {
					color: #ffffff;
					border-color: #242e5c;
					background-color: #242e5c;
				}

	.comments-area .comment-author {
		position: relative;
		z-index: 2;
		font-size: 17px;
		margin-bottom: 0.1em;
	}

		.comments-area .comment-author .avatar {
			position: absolute;
			left: -65px;
			width: 50px;
			height: 50px;
		}

		.comments-area .comment-author .fn {
			font-weight: 600;
		}

		.comments-area .comment-author .says {
			display: none;
		}

	.comments-area .comment-metadata {
		color: #5f5f5f;
		font-size: 13px;
		font-weight: 400;
		letter-spacing: 0.01em;
		text-transform: uppercase;
		margin-bottom: .8em;
	}

		.comments-area .comment-metadata a {
			color: #5f5f5f;
		}

			.comments-area .comment-metadata a:hover {
				color: #242e5c;
			}

	.comments-area .comment-respond {
		margin-top: 30px;
	}

		.comments-area .comment-respond .comment-reply-title {
			position: relative;
			font-size: 24px;
			font-weight: 600;
			margin-bottom: 0;
		}

			.comments-area .comment-respond .comment-reply-title #cancel-comment-reply-link {
				display: inline-block;
			}

		.comments-area .comment-respond .comment-form {
			overflow: hidden;
		}

		.comments-area .comment-respond .comment-notes {
			margin-top: 10px;
			margin-bottom: 0;
		}

		.comments-area .comment-respond .comment-form-comment {
			float: left;
			width: 100%;
			margin-top: 15px;
		}

		.comments-area .comment-respond label {
			display: block;
			color: #404040;
			font-weight: 600;
			margin-bottom: 5px;
		}

		.comments-area .comment-respond input[type="date"], .comments-area .comment-respond input[type="time"], .comments-area .comment-respond input[type="datetime-local"], .comments-area .comment-respond input[type="week"], .comments-area .comment-respond input[type="month"], .comments-area .comment-respond input[type="text"], .comments-area .comment-respond input[type="email"], .comments-area .comment-respond input[type="url"], .comments-area .comment-respond input[type="password"], .comments-area .comment-respond input[type="search"], .comments-area .comment-respond input[type="tel"], .comments-area .comment-respond input[type="number"], .comments-area .comment-respond textarea {
			display: block;
			width: 100%;
			border-radius: 5px;
			padding: 0.625em 0.7375em;
			border: 1px solid #eeeeee;
			background-color: #ffffff;
			-webkit-transition: 0.4s;
			transition: 0.4s;
			outline: 0;
		}

			.comments-area .comment-respond input[type="date"]:focus, .comments-area .comment-respond input[type="time"]:focus, .comments-area .comment-respond input[type="datetime-local"]:focus, .comments-area .comment-respond input[type="week"]:focus, .comments-area .comment-respond input[type="month"]:focus, .comments-area .comment-respond input[type="text"]:focus, .comments-area .comment-respond input[type="email"]:focus, .comments-area .comment-respond input[type="url"]:focus, .comments-area .comment-respond input[type="password"]:focus, .comments-area .comment-respond input[type="search"]:focus, .comments-area .comment-respond input[type="tel"]:focus, .comments-area .comment-respond input[type="number"]:focus, .comments-area .comment-respond textarea:focus {
				border-color: #242e5c;
			}

		.comments-area .comment-respond .comment-form-author {
			float: left;
			width: 50%;
			padding-right: 10px;
			margin-bottom: 20px;
		}

		.comments-area .comment-respond .comment-form-email {
			float: left;
			width: 50%;
			padding-left: 12px;
			margin-bottom: 20px;
		}

		.comments-area .comment-respond .comment-form-url {
			float: left;
			width: 100%;
			margin-bottom: 20px;
		}

		.comments-area .comment-respond .comment-form-cookies-consent {
			position: relative;
			width: 100%;
			float: left;
			padding-left: 20px;
			margin-bottom: 20px;
		}

			.comments-area .comment-respond .comment-form-cookies-consent input {
				position: absolute;
				top: 4px;
				left: 0;
			}

			.comments-area .comment-respond .comment-form-cookies-consent label {
				position: relative;
				top: -2px;
				color: #5f5f5f;
				font-weight: normal;
				display: inline-block;
				margin: 0;
			}

		.comments-area .comment-respond .form-submit {
			float: left;
			width: 100%;
		}

			.comments-area .comment-respond .form-submit input {
				color: #ffffff;
				font-size: 14px;
				font-weight: 600;
				padding: 10px 30px;
				border-radius: 5px;
				display: inline-block;
				text-transform: capitalize;
				background-color: #242e5c;
				-webkit-transition: 0.4s;
				transition: 0.4s;
				cursor: pointer;
				border: none;
				outline: 0;
			}

				.comments-area .comment-respond .form-submit input:hover, .comments-area .comment-respond .form-submit input:focus {
					color: #ffffff;
					background-color: #3e57d0;
				}

/************************************************
 ** - 21 - Blog Page Sidebar Widget CSS
 ************************************************/
.widget-area .widget {
	margin-bottom: 35px;
}

	.widget-area .widget:last-child {
		margin-bottom: 0;
	}

	.widget-area .widget .widget-title {
		position: relative;
		font-size: 22px;
		padding-bottom: 10px;
		text-transform: capitalize;
		border-bottom: 1px solid #eeeeee;
		margin-bottom: 25px;
	}

		.widget-area .widget .widget-title::before {
			content: '';
			position: absolute;
			left: 0;
			bottom: -1px;
			width: 50px;
			height: 1px;
			background-color: #242e5c;
		}

.widget-area .widget_search {
	padding: 15px 15px;
	border-radius: 3px;
	background-color: #ffffff;
	-webkit-box-shadow: 0px 0px 29px 0px rgba(102, 102, 102, 0.1);
	box-shadow: 0px 0px 29px 0px rgba(102, 102, 102, 0.1);
}

	.widget-area .widget_search form {
		position: relative;
	}

		.widget-area .widget_search form label {
			display: block;
			margin-bottom: 0;
		}

		.widget-area .widget_search form .screen-reader-text {
			display: none;
		}

		.widget-area .widget_search form .search-field {
			display: block;
			width: 100%;
			height: 50px;
			padding: 6px 15px;
			font-weight: 500;
			border-radius: 5px;
			border: 1px solid #eeeeee;
			border-left: 2px solid #242e5c;
			background-color: transparent;
			-webkit-transition: 0.4s;
			transition: 0.4s;
			outline: 0;
		}

			.widget-area .widget_search form .search-field:focus {
				border-color: #242e5c;
			}

		.widget-area .widget_search form button {
			color: #ffffff;
			position: absolute;
			z-index: 1;
			right: 0;
			bottom: 0;
			width: 50px;
			height: 50px;
			border-radius: 3px;
			background-color: #242e5c;
			-webkit-transition: 0.4s;
			transition: 0.4s;
			border: none;
			outline: 0;
		}

			.widget-area .widget_search form button:hover {
				color: #ffffff;
				background-color: #404040;
			}

.widget-area .widget_dextox_posts_thumb {
	position: relative;
	overflow: hidden;
}

	.widget-area .widget_dextox_posts_thumb .item {
		display: flex;
		align-items: center;
		justify-content: left;
		overflow: hidden;
		margin-bottom: 15px;
	}

		.widget-area .widget_dextox_posts_thumb .item:last-child {
			margin-bottom: 0;
		}

		.widget-area .widget_dextox_posts_thumb .item .thumb {
			position: relative;
			width: 130px;
			height: auto;
			overflow: hidden;
			margin-right: 15px;
		}

		.widget-area .widget_dextox_posts_thumb .item .info {
			overflow: hidden;
			margin-top: 5px;
		}

			.widget-area .widget_dextox_posts_thumb .item .info span {
				display: block;
				color: #5f5f5f;
				font-size: 15px;
				font-weight: 600;
				text-transform: capitalize;
				margin-bottom: 3px;
			}

			.widget-area .widget_dextox_posts_thumb .item .info .title {
				font-size: 16px;
				font-weight: 600;
				line-height: 1.4;
				margin-bottom: 0;
			}

				.widget-area .widget_dextox_posts_thumb .item .info .title a {
					display: inline-block;
				}

.widget-area .widget_recent_comments ul {
	padding-left: 0;
	margin-bottom: 0;
	list-style-type: none;
}

	.widget-area .widget_recent_comments ul li {
		position: relative;
		color: #5f5f5f;
		font-weight: 400;
		font-size: 16px;
		padding-left: 14px;
		line-height: 1.5;
		margin-bottom: 12px;
	}

		.widget-area .widget_recent_comments ul li:last-child {
			margin-bottom: 0;
		}

		.widget-area .widget_recent_comments ul li::before {
			content: '';
			position: absolute;
			top: 7px;
			left: 0;
			width: 8px;
			height: 8px;
			border-radius: 50px;
			background-color: #242e5c;
			border-right-style: inset;
		}

		.widget-area .widget_recent_comments ul li a {
			color: #404040;
			display: inline-block;
		}

			.widget-area .widget_recent_comments ul li a:hover {
				color: #242e5c;
			}

.widget-area .widget_categories ul {
	padding-left: 0;
	margin-bottom: 0;
	list-style-type: none;
}

	.widget-area .widget_categories ul li {
		position: relative;
		color: #5f5f5f;
		font-size: 16px;
		font-weight: 500;
		margin-bottom: 12px;
	}

		.widget-area .widget_categories ul li:last-child {
			margin-bottom: 0;
		}

		.widget-area .widget_categories ul li a {
			padding: 10px 15px;
			color: #404040;
			display: flex;
			justify-content: space-between;
			border-radius: 3px;
			background-color: #f5f5f5;
		}

			.widget-area .widget_categories ul li a:hover {
				color: #ffffff;
				background-color: #242e5c;
			}

.widget-area .widget_tag_cloud .widget-title {
	margin-bottom: 12px;
}

.widget-area .tagcloud a {
	display: inline-block;
	color: #404040;
	font-size: 16px;
	font-weight: 500;
	padding: 7px 15px;
	border-radius: 5px;
	border: 1px solid #eeeeee;
	margin-top: 8px;
	margin-right: 5px;
}

	.widget-area .tagcloud a:hover, .widget-area .tagcloud a:focus {
		color: #ffffff;
		border-color: #242e5c;
		background-color: #242e5c;
	}

/************************************************
 ** - 21 - Blog Page Number Pagination CSS
 ************************************************/
.pagination-area {
	text-align: center;
	margin-top: 20px;
}

	.pagination-area .page-numbers {
		color: #404040;
		font-size: 18px;
		font-weight: 700;
		width: 45px;
		height: 45px;
		line-height: 48px;
		display: inline-block;
		border-radius: 3px;
		background-color: #ffffff;
		-webkit-box-shadow: 0 2px 10px 0 #d8dde6;
		box-shadow: 0 2px 10px 0 #d8dde6;
		margin: 0 5px;
	}

		.pagination-area .page-numbers.current, .pagination-area .page-numbers:hover, .pagination-area .page-numbers:focus {
			color: #ffffff;
			background-color: #242e5c;
			-webkit-box-shadow: 0 2px 10px 0 #d8dde6;
			box-shadow: 0 2px 10px 0 #d8dde6;
		}

/**************************************************
 ** - 22 - Other Page Banner Title Section CSS
 **************************************************/
.page-title-area {
	position: relative;
	z-index: 1;
	height: 447px;
	background-image: url(../img/page-title-bg.jpg);
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}

	.page-title-area::before {
		content: "";
		position: absolute;
		z-index: -1;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		opacity: 0.8;
		background-color: #242e5c;
	}

.page-title-content {
	text-align: center;
	margin-top: 45px;
}

	.page-title-content h2 {
		color: #ffffff;
		font-size: 42px;
		font-weight: 700;
		margin-bottom: 0;
	}

	.page-title-content ul {
		margin-top: 12px;
		margin-bottom: 0;
	}

		.page-title-content ul li {
			display: inline-block;
			position: relative;
			color: #ffffff;
			font-size: 17px;
			font-weight: 600;
			margin-left: 10px;
			margin-right: 10px;
		}

			.page-title-content ul li a {
				display: inline-block;
				color: #ffffff;
				-webkit-transition: 0.4s;
				transition: 0.4s;
			}

				.page-title-content ul li a:hover {
					color: #242e5c;
				}

			.page-title-content ul li::before {
				content: '';
				position: absolute;
				top: 10px;
				right: -15px;
				width: 7px;
				height: 7px;
				border-radius: 50%;
				background-color: #ffffff;
			}

			.page-title-content ul li:last-child::before {
				display: none;
			}

.item-bg1 {
	background-image: url(../img/page-title-bg-2.jpg);
}

.item-bg2 {
	background-image: url(../img/page-title-bg-3.jpg);
}

/**********************************
 ** - 23 - Contact Page CSS
 **********************************/
.contact-section {
	position: relative;
	z-index: 1;
	background: url(../img/dot-bg.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}

.contact-form .form-group {
	margin-bottom: 30px;
}

.contact-form form .form-control {
	border: 0;
	width: 100%;
	height: 55px;
	font-size: 16px;
	font-weight: 500;
	padding: 12px 20px;
	border-radius: 5px;
	border: 1px solid transparent;
	border-left: 2px solid #242e5c;
	background-color: #ffffff;
	-webkit-box-shadow: 0 5px 20px rgba(218, 225, 232, 0.8);
	box-shadow: 0 5px 20px rgba(218, 225, 232, 0.8);
}

	.contact-form form .form-control:focus {
		border: none;
		outline: none;
		border: 1px solid #242e5c;
		border-left: 2px solid #242e5c;
	}

.contact-form form textarea.form-control {
	height: auto;
	padding-top: 15px;
	line-height: initial;
}

.contact-info-wrapper {
	padding: 100px 0;
}

	.contact-info-wrapper .section-title {
		text-align: center;
		margin-bottom: 45px;
	}

.contact-info-content {
	padding: 45px 20px;
	text-align: center;
	border-radius: 5px;
	border-top: 3px solid #00adef;
	background-color: #fff;
	-webkit-box-shadow: 0 3px 15px rgba(0, 0, 0, 0.05), 0 5px 15px rgba(0, 0, 0, 0.03);
	box-shadow: 0 3px 15px rgba(0, 0, 0, 0.05), 0 5px 15px rgba(0, 0, 0, 0.03);
	margin-top: 30px;
	height: 207px;
}

	.contact-info-content h5 {
		font-size: 20px;
		font-weight: 700;
		margin-bottom: 10px;
	}

	.contact-info-content a {
		display: block;
		font-size: 16px;
		font-weight: 600;
		line-height: 1.5;
		margin-top: 20px;
	}

	.contact-info-content p {
		font-size: 16px;
		margin-bottom: 12px;
	}

.contact-section .form-message.success {
	color: #fff;
	padding: 10px 15px;
	border-radius: 5px;
	background-color: #03b103;
	margin-bottom: 30px;
}

.contact-section .form-message.error {
	color: #fff;
	padding: 10px 15px;
	border-radius: 5px;
	background-color: #ff4d15;
	margin-bottom: 30px;
}

/*******************************
 ** - 23 - Map Section CSS
 *******************************/
.map-section {
	margin-bottom: -10px;
}

	.map-section .google-map iframe {
		width: 100%;
		height: 450px;
		border: 0;
	}

/**********************************
 ** - 24 - Pricing Page CSS
 **********************************/
.single-pricing-content {
	text-align: left;
	padding: 30px 30px;
	border-radius: 5px;
	background-color: #ffffff;
	-webkit-box-shadow: 0px 5px 20px 0px rgb(82, 90, 101, 0.1);
	box-shadow: 0px 5px 20px 0px rgb(82, 90, 101, 0.1);
	transition: all 0.4s ease 0s;
	margin-bottom: 30px;
}

	.single-pricing-content:hover {
		box-shadow: 0 7px 25px rgba(31, 45, 61, 0.1) !important;
		-webkit-transform: translateY(-10px);
		transform: translateY(-10px);
	}

.price-tag {
	position: relative;
}

	.price-tag h3 {
		color: #fff;
		font-size: 20px;
		position: absolute;
		top: 2px;
		left: -45px;
		width: 115px;
		height: 50px;
		display: block;
		line-height: 50px;
		text-align: center;
		border-radius: 25px 0 0 25px;
		background-color: #242e5c;
		-webkit-transform: rotate(90deg);
		-ms-transform: rotate(90deg);
		transform: rotate(-90deg);
		will-change: transform;
	}

.price-heading {
	text-align: center;
	margin-bottom: 20px;
}

	.price-heading .price-usd h2 {
		color: #6f64e7;
		font-size: 50px;
		font-weight: 900;
		padding: 15px 0;
	}

	.price-heading .price-usd .price-small-text {
		display: block;
		color: #3e3e3e;
		font-size: 15px;
		font-weight: 500;
		margin-top: -8px;
	}

.price-body ul li {
	display: block;
	font-size: 16px;
	padding: 10px 0;
	border-top: 1px dashed #dfe4e8;
}

.single-pricing-content .price-body {
	text-align: center;
}

.price-body ul li:last-child {
	padding-bottom: 0;
}

.price-body .offer-list-none {
	color: #b7b7b7;
}

.single-pricing-content .price-btn {
	text-align: center;
	margin-top: 25px;
}

	.single-pricing-content .price-btn .price-btn-one {
		padding: 12px 30px;
		color: #ffffff;
		font-size: 15px;
		font-weight: 700;
		border-radius: 5px;
		display: inline-block;
		border: 1px solid #242e5c;
		background-color: #242e5c;
		-webkit-transition: 0.4s;
		transition: 0.4s;
	}

		.single-pricing-content .price-btn .price-btn-one:hover {
			color: #242e5c;
			background-color: transparent;
		}

/********************************
 ** - 25 - Faq Page CSS
 ********************************/
.faq-accordion .accordion {
	position: relative;
}

	.faq-accordion .accordion .accordion-item {
		display: block;
		overflow: hidden;
	}

		.faq-accordion .accordion .accordion-item:last-child {
			margin-bottom: 0;
		}

		.faq-accordion .accordion .accordion-item .accordion-title {
			position: relative;
			color: #333;
			font-size: 18px;
			font-weight: 600;
			display: block;
			padding: 18px 15px;
			cursor: pointer;
		}

		.faq-accordion .accordion .accordion-item .active.accordion-title {
			color: #fff;
			background-color: #242e5c;
		}

		.faq-accordion .accordion .accordion-item .accordion-title i {
			color: #333;
			font-size: 15px;
			position: absolute;
			top: 50%;
			right: 15px;
			-webkit-transform: translateY(-50%);
			transform: translateY(-50%);
			-webkit-transition: 0.5s;
			transition: 0.5s;
		}

		.faq-accordion .accordion .accordion-item .active.accordion-title i {
			color: #fff;
		}

		.faq-accordion .accordion .accordion-item .accordion-title.active i::before {
			content: "\f068";
		}

		.faq-accordion .accordion .accordion-item .accordion-content {
			display: none;
			font-size: 15px;
			display: none;
			padding: 20px 20px;
			background-color: #ffffff;
			-webkit-box-shadow: 0px 5px 20px 0px rgb(82, 90, 101, 0.1);
			box-shadow: 0px 5px 20px 0px rgb(82, 90, 101, 0.1);
			margin-bottom: 0;
			border-radius: 5px;
		}

			.faq-accordion .accordion .accordion-item .accordion-content.show {
				display: block;
			}

.faq-section.home-faq .section-title {
	text-align: left;
	line-height: 1.5;
	margin-bottom: 35px;
}


.home-faq .faq-accordion .accordion .accordion-item {
	display: block;
	border: 0;
	margin-bottom: 30px;
	background-color: transparent;
}

	.home-faq .faq-accordion .accordion .accordion-item .accordion-title {
		position: relative;
		color: #333;
		font-size: 18px;
		font-weight: 600;
		display: block;
		padding: 0px 0px;
		border-radius: 0;
		padding-right: 25px;
		background-color: #f3f3f9;
		border-left: 0px solid #ffc107;
		border-bottom: 0px solid #c1c1c1;
		cursor: pointer;
		background: transparent;
		margin-bottom: 10px;
	}

	.home-faq .faq-accordion .accordion .accordion-item .active.accordion-title {
		color: #242e5c;
		background-color: transparent;
	}

		.home-faq .faq-accordion .accordion .accordion-item .active.accordion-title i {
			color: #242e5c;
		}

/************************************
 ** - 26 - 404 Error Page CSS
 ************************************/
.error-area {
	height: 100vh;
	padding: 100px 0;
}

.error-content {
	max-width: 700px;
	text-align: center;
	margin: 0 auto;
}

	.error-content h3 {
		font-size: 35px;
		margin-top: 10px;
		margin-bottom: 18px;
	}

	.error-content p {
		max-width: 520px;
		font-size: 16px;
		font-weight: 500;
		line-height: 30px;
		margin: 0 auto 20px;
	}

	.error-content .default-btn-one {
		display: inline-block;
		color: #ffffff;
		font-size: 16px;
		font-weight: 500;
		padding: 12px 30px;
		border: 1px solid #242e5c;
		background-color: #242e5c;
		-webkit-transition: .6s;
		transition: .6s;
		margin-right: 0;
	}

		.error-content .default-btn-one:hover {
			color: #242e5c;
			background-color: #ffffff;
			text-decoration: none;
		}

/**************************************
 ** - 27 - Coming Soon Page CSS
 **************************************/
.coming-soon-area {
	position: relative;
	z-index: 1;
	height: 750px;
	min-height: 100vh;
	padding: 100px 0;
	background-image: url(../img/page-title-bg.jpg);
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}

	.coming-soon-area::before {
		content: '';
		position: absolute;
		z-index: -1;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		opacity: .80;
		background-color: #000000;
	}

	.coming-soon-area .social-list {
		text-align: center;
		list-style-type: none;
		margin-top: 50px;
	}

		.coming-soon-area .social-list li {
			display: inline-block;
		}

			.coming-soon-area .social-list li.list-heading {
				display: block;
				color: #ffffff;
				font-size: 16px;
				font-weight: 500;
				margin-bottom: 10px;
			}

			.coming-soon-area .social-list li a {
				color: #ffffff;
				font-size: 15px;
				width: 35px;
				height: 35px;
				line-height: 35px;
				display: inline-block;
				border-radius: 50%;
				border: 1px solid #242e5c;
				background-color: #242e5c;
				margin: 0 2px;
			}

				.coming-soon-area .social-list li a:hover {
					color: #ffffff;
					border: 1px solid #ffffff;
					background-color: transparent;
					transition: .5s;
					-webkit-transition: .5s;
					-webkit-transition: 0.5s;
				}

.coming-soon-content {
	max-width: 820px;
	text-align: center;
	margin: 0 auto;
}

	.coming-soon-content h1 {
		color: #ffffff;
		font-size: 45px;
		font-weight: 700;
		margin-bottom: 15px;
	}

	.coming-soon-content p {
		color: #ffffff;
		max-width: 620px;
		line-height: 30px;
		margin: 0 auto;
	}

	.coming-soon-content form {
		position: relative;
		max-width: 520px;
		margin: 35px auto 55px;
	}

		.coming-soon-content form .email-input {
			display: block;
			color: #404040;
			font-size: 15px;
			font-weight: 500;
			width: 100%;
			height: 55px;
			border: none;
			border-radius: 40px;
			padding: 15px 25px;
			outline: 0 !important;
			background-color: #ffffff;
			-webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.1), 0px 0px 0px 5px rgba(255, 255, 255, 0.3);
			box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.1), 0px 0px 0px 5px rgba(255, 255, 255, 0.3);
		}

		.coming-soon-content form .submit-btn {
			position: absolute;
			top: 3px;
			right: 3px;
			width: 130px;
			height: 50px;
			color: #ffffff;
			font-size: 15px;
			font-weight: 600;
			border-radius: 40px;
			text-transform: uppercase;
			background-color: #242e5c;
			cursor: pointer;
			border: none;
			outline: 0 !important;
		}

			.coming-soon-content form .submit-btn:hover, .coming-soon-content form .submit-btn:focus {
				background-color: #242e5c;
			}

	.coming-soon-content #timer div {
		display: inline-block;
		width: 120px;
		height: 120px;
		color: #242e5c;
		font-size: 40px;
		font-weight: 700;
		padding-top: 18px;
		border-radius: 50%;
		background-color: #ffffff;
		-webkit-box-shadow: 0px 0px 0px 5px rgba(255, 255, 255, 0.5);
		box-shadow: 0px 0px 0px 5px rgba(255, 255, 255, 0.5);
		margin: 0 10px;
	}

		.coming-soon-content #timer div span {
			display: block;
			color: #404040;
			font-size: 15px;
			font-weight: 600;
			margin-top: -4px;
		}

/*******************************************
 ** - 28 - Terms & Conditions Page CSS
 *******************************************/
.terms-conditions-info h3 {
	font-size: 24px;
	margin: 0 0 15px 0;
}

/*************************************
 ** - 29 - Privacy Policy Page CSS
 *************************************/
.privacy-policy-info h3 {
	font-size: 24px;
	margin: 0 0 15px 0;
}

/**************************************
 ** - 30 - Subscribe Section CSS
 **************************************/
.subscribe-area {
	position: relative;
	padding-top: 50px;
	padding-bottom: 50px;
	line-height: 1.5;
	border-bottom: 1px solid rgb(255, 255, 255, 0.2);
}

.subscribe-content {
	text-align: left;
}

	.subscribe-content p {
		color: #fff;
		display: block;
		font-size: 16px;
		text-transform: capitalize;
	}

	.subscribe-content h2 {
		color: #fff;
		font-size: 24px;
		font-weight: 700;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 15px;
	}

.newsletter-form {
	position: relative;
	max-width: 650px;
	margin-left: auto;
	margin-right: auto;
}

	.newsletter-form .input-newsletter {
		color: #404040;
		font-size: 16px;
		font-weight: 600;
		width: 100%;
		height: 50px;
		display: block;
		padding-left: 25px;
		border-radius: 5px;
		background-color: #ffffff;
		border: none;
		outline: 0;
	}

		.newsletter-form .input-newsletter::-webkit-input-placeholder {
			color: #5f5f5f;
		}

		.newsletter-form .input-newsletter:-ms-input-placeholder {
			color: #5f5f5f;
		}

		.newsletter-form .input-newsletter::-ms-input-placeholder {
			color: #5f5f5f;
		}

		.newsletter-form .input-newsletter::placeholder {
			color: #5f5f5f;
		}

	.newsletter-form button {
		position: absolute;
		top: 0;
		right: 0;
		height: 50px;
		color: #ffffff;
		font-size: 16px;
		font-weight: 600;
		padding: 0 30px;
		border-radius: 0px 5px 5px 0px;
		text-transform: capitalize;
		background-color: #242e5c;
		-webkit-transition: 0.4s;
		transition: 0.4s;
		border: none;
	}

		.newsletter-form button:hover {
			color: #ffffff;
			background-color: #ff9800;
		}

/******************************************
 ** - 31 - All Page Footer Section CSS
 ******************************************/
.footer-subscribe-wrapper {
	position: relative;
	z-index: 1;
	background: linear-gradient(45deg, #242e5c, #101a3f);
}

	.footer-subscribe-wrapper:before {
		content: "";
		position: absolute;
		z-index: -1;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		opacity: 0.2;
		background-image: url(../img/dot-bg.png);
		background-repeat: no-repeat;
		background-size: cover;
		background-position: center center;
	}

.footer-logo {
	display: inline-block;
	margin-bottom: 25px;
}

.footer-heading {
	margin-bottom: 20px;
}

	.footer-heading h3 {
		position: relative;
		color: #ffffff;
		font-size: 20px;
		font-weight: 600;
		padding-bottom: 10px;
		border-bottom: 1px solid rgb(255, 255, 255, 0.2);
		margin: 0;
	}

.single-footer-widget .footer-social {
	padding-left: 0;
	margin-top: 20px;
	margin-bottom: 0;
}

	.single-footer-widget .footer-social li {
		display: inline-block;
		margin-right: 10px;
	}

		.single-footer-widget .footer-social li:last-child {
			margin-right: 0;
		}

	.single-footer-widget .footer-social i {
		color: #242e5c;
		font-size: 20px;
		width: 40px;
		height: 40px;
		line-height: 40px;
		text-align: center;
		border-radius: 8px;
		display: inline-block;
		border: 1px solid #ffffff;
		background-color: #ffffff;
		-webkit-transition: 0.4s;
		transition: 0.4s;
	}

		.single-footer-widget .footer-social i:hover {
			color: #ffffff;
			border: 1px solid #242e5c;
			background-color: #242e5c;
		}

.single-footer-widget p {
	color: #ececec;
	font-size: 16px;
	font-weight: 400;
}

.single-footer-widget .footer-heading {
	margin-bottom: 25px;
}

	.single-footer-widget .footer-heading h3 {
		color: #ffffff;
		font-size: 20px;
		font-weight: 700;
		margin: 0;
	}

.single-footer-widget .footer-quick-links {
	padding-left: 0;
	margin-bottom: 0;
}

	.single-footer-widget .footer-quick-links li {
		padding-bottom: 18px;
		list-style-type: none;
	}

		.single-footer-widget .footer-quick-links li:last-child {
			padding-bottom: 0;
		}

		.single-footer-widget .footer-quick-links li a {
			display: inline-block;
			color: #ececec;
			font-size: 16px;
			font-weight: 400;
		}

			.single-footer-widget .footer-quick-links li a:hover {
				color: #00adef;
				text-decoration: underline !important;
				-webkit-transition: 0.4s;
				transition: 0.4s;
			}

.single-footer-widget .footer-info-contact {
	position: relative;
	padding-left: 35px;
	margin-bottom: 16px;
}

	.single-footer-widget .footer-info-contact:last-child {
		margin-bottom: 0;
	}

	.single-footer-widget .footer-info-contact i {
		color: #ffffff;
		position: absolute;
		top: 0;
		left: 0;
	}

		.single-footer-widget .footer-info-contact i::before {
			font-size: 20px;
		}

	.single-footer-widget .footer-info-contact h3 {
		color: #fff;
		font-size: 16px;
		font-weight: 600;
		margin: 0 0 10px 0;
	}

	.single-footer-widget .footer-info-contact span {
		color: #ececec;
		font-size: 15px;
		font-weight: 400;
	}

		.single-footer-widget .footer-info-contact span a {
			color: #ececec;
			font-size: 16px;
			font-weight: 400;
			-webkit-transition: 0.4s;
			transition: 0.4s;
		}

			.single-footer-widget .footer-info-contact span a:hover {
				color: #00adef;
			}

/*********************************************
 ** - 32 - All Page Copyright Section CSS
 *********************************************/
.copyright-area {
	padding: 35px 0;
	background-color: #242e5c;
	border-top: 1px solid rgb(255, 255, 255, 0.2);
}

	.copyright-area p {
		color: #ffffff;
		font-size: 16px;
	}

		.copyright-area p a {
			color: #ececec;
			font-weight: 600;
			display: inline-block;
		}

			.copyright-area p a:hover {
				color: #242e5c;
			}

	.copyright-area ul {
		padding-left: 0;
		text-align: right;
		margin-bottom: 0;
	}

		.copyright-area ul li {
			position: relative;
			color: #ececec;
			font-size: 16px;
			display: inline-block;
			margin-left: 10px;
			margin-right: 10px;
		}

			.copyright-area ul li a {
				color: #ffffff;
				display: inline-block;
			}

				.copyright-area ul li a:hover {
					color: #00adef;
				}

			.copyright-area ul li::before {
				content: '';
				position: absolute;
				top: 5px;
				right: -13px;
				width: 1px;
				height: 14px;
				background-color: #ffffff;
			}

			.copyright-area ul li:last-child {
				margin-right: 0;
			}

				.copyright-area ul li:last-child::before {
					display: none;
				}

			.copyright-area ul li:first-child {
				margin-left: 0;
			}

.text {
	position: absolute;
	opacity: 0;
	transition: opacity 1s ease-in-out, transform 1s ease-in-out;
}


.cursor {
	display: inline-block;
	width: 3px;
	height: 58px;
	background-color: #ffffff;
	margin-left: 0px;
	animation: blink 0.7s infinite;
}

@keyframes blink {
	50% {
		opacity: 0;
	}
}

.home-3 .main-banner-content h1 span {
	color: #00adef;
	background: linear-gradient(45deg, #ffffff, #00adef);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.color-c {
	color: #00adef;
}

.pera-box {
	background: #EFF1FF;
	padding: 20px 24px;
	border-radius: 8px;
	transition: all 0.4s;
	position: relative;
	z-index: 1;
}

	.pera-box::after {
		position: absolute;
		content: "";
		height: 100%;
		width: 8px;
		left: 0;
		top: 0;
		transition: all 0.4s;
		border-radius: 8px 0px 0px 8px;
		background: var(--Main-Color, linear-gradient(90deg, #00adef 0%, #242e5c 100%));
	}

.brand-section__content {
	padding: 2rem 1rem;
	position: relative;
	background: #fff;
	border-radius: 0.5rem;
	box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
	transform: translateY(45%);
	z-index: 3;
}

h6.sppb-addon-title.sppb-feature-box-title {
	position: absolute;
	top: 10px;
	right: 5px;
	height: 45px;
	width: 56px;
	text-align: center;
	color: transparent;
	opacity: 0.15;
	-webkit-text-stroke: 1px #3b38eb;
	transition: all 200ms linear;
	transition-delay: 0.1s;
	font-size: 37px;
	line-height: 39px;
	font-weight: 700;
}

.dextox-softech {
	margin-top: -60px;
}

.sppb-img-container-dextox {
	position: absolute;
	bottom: -24px;
	left: -10px;
	transition-delay: 400ms;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
	-moz-transform: translateX(-10%);
	-o-transform: translateX(-10%);
	-ms-transform: translateX(-10%);
	-webkit-transform: translateX(-10%);
	transform: translateX(9%) !important;
	z-index: -1;
	display: block;
}

	.sppb-img-container-dextox img {
		width: 195px;
		opacity: 0.1;
	}

.feature-single-item:hover {
	background: linear-gradient(45deg, #242e5c, #3c4fa5);
	border-radius: 10px;
	transition: transform 0.4s ease, -webkit-transform 0.4s ease;
}

.feature-single-item img {
	width: 60px;
	margin: auto;
	margin-bottom: 18px;
	margin-top: 11px;
}

.feature-single-item:hover img {
	filter: brightness(0) invert(1);
}

.feature-single-item:hover h6,
.feature-single-item:hover h3 {
	color: white;
}

.service1-section-area .service1-boxarea:hover::after {
	visibility: visible;
	opacity: 1;
	transition: all .4s;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}


.service1-section-area .service1-boxarea::after {
	position: absolute;
	content: "";
	height: 100%;
	width: 10px;
	transition: all .4s;
	left: 50%;
	border-radius: 16px;
	background: var(--Main-Color, linear-gradient(90deg, #2E0797 0%, #726EFC 100%));
	visibility: hidden;
	opacity: 0;
	top: 0;
	z-index: -1;
}



.service1-section-area {
	position: relative;
	z-index: 1;
	padding: 80px 0;
	background: #ecf4fd;
}

	.service1-section-area .service1-boxarea {
		position: relative;
		z-index: 1;
		border-radius: 16px;
		background: #fff;
		padding: 28px;
		transition: all 0.4s;
		margin-bottom: 30px;
		overflow: hidden;
		box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.09);
	}

		.service1-section-area .service1-boxarea .icons {
			height: 70px;
			width: 70px;
			text-align: center;
			line-height: 70px;
			border-radius: 50%;
			transition: all 0.4s;
			display: inline-block;
			background: var(--Main-Color, linear-gradient(90deg, #242e5c 0%, #4d61bc 100%));
		}

		.service1-section-area .service1-boxarea .arrow {
			position: absolute;
			right: -100px;
			top: -100px;
			transition: all 0.8s;
		}

			.service1-section-area .service1-boxarea .arrow a {
				height: 40px;
				width: 40px;
				text-align: center;
				line-height: 50%;
				transition: all 0.4s;
				display: inline-block;
				background: #fff;
				color: #2E0797;
				line-height: 40px;
				border-radius: 50%;
				transform: rotate(-45deg);
			}

		.service1-section-area .service1-boxarea a {
			font-size: 22px;
			font-style: normal;
			font-weight: 600;
			line-height: 22px;
			display: block;
			transition: all 0.4s;
		}

.space24 {
	height: 24px;
}

.service1-section-area .service1-boxarea a {
	color: #050734;
	font-size: 19px;
	font-style: normal;
	font-weight: 600;
	line-height: 30px;
	display: block;
	transition: all 0.4s;
}

.space16 {
	height: 16px;
}

.service1-section-area .service1-boxarea p {
	color: var(--Paragraph-Color, #37385C);
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
	line-height: 26px;
	transition: all 0.4s;
}

.space24 {
	height: 24px;
}

.service1-section-area .service1-boxarea h5 {
	color: #2E0797;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: 16px;
	padding-left: 68px;
	position: relative;
	z-index: 1;
	transition: all 0.4s;
	text-align: left;
}

.service1-section-area .service1-boxarea::after {
	position: absolute;
	content: "";
	height: 100%;
	width: 10px;
	transition: all 0.4s;
	left: 50%;
	border-radius: 16px;
	background: var(--Main-Color, linear-gradient(90deg, #242e5c 0%, #5569c4 100%));
	visibility: hidden;
	opacity: 0;
	top: 0;
	z-index: -1;
}

.service1-section-area .service1-boxarea h5::after {
	position: absolute;
	z-index: 1;
	content: "";
	height: 2px;
	width: 60px;
	left: 0;
	top: 6px;
	transition: all 0.4s;
	background: var(--Main-Color, linear-gradient(90deg, #2E0797 0%, #726EFC 100%));
}

.service1-section-area .service1-boxarea:hover p {
	color: #fff;
	transition: all 0.4s;
	opacity: 80%;
}

.service1-section-area .service1-boxarea:hover a {
	color: #fff;
	transition: all 0.4s;
}

.service1-section-area .service1-boxarea:hover .icons {
	transform: rotateY(-180deg);
	transition: all 0.4s;
}

.service1-section-area .service1-boxarea:hover h5 {
	color: #fff;
	transition: all 0.4s;
	padding-left: 0;
}

	.service1-section-area .service1-boxarea:hover h5::after {
		background: #fff;
		transition: all 0.4s;
		left: 26px;
	}

.dextox-softech1 .section-heading {
	margin-bottom: 3rem;
}

.dextox-softech1 .section-title {
	max-width: 750px !important;
}

.dextox-softech1 .section-heading p {
	margin-top: 0.9375rem;
	margin-bottom: 0;
	font-size: 1.125rem;
	font-weight: 400;
}

.dextox-softech1 .section-heading .section-title {
	font-size: 2rem;
	font-weight: 700;
	line-height: 1.4;
	letter-spacing: 0.7px;
	color: #000000;
	max-width: 520px;
	margin: 0 auto;
}

.dexdox-softch-pri {
	list-style: none;
	padding-left: 0;
}

	.dexdox-softch-pri li {
		display: inline-block;
		position: relative;
		padding-left: 10px;
	}

		.dexdox-softch-pri li:before {
			content: "";
			width: 5px;
			height: 5px;
			border-radius: 10px;
			background-image: linear-gradient(135deg, #247cff 0%, #024ec0 58%);
			position: absolute;
			top: 50%;
			left: -3px;
			-webkit-transform: translateY(-50%);
			transform: translateY(-50%);
		}

		.dexdox-softch-pri li + li {
			margin-left: 0.625rem;
		}

.service1-boxarea:hover .dexdox-softch-pri li:before {
	background-image: linear-gradient(135deg, #ffffff 0%, #ffffff 58%);
}

.service1-boxarea:hover .dexdox-softch-pri li {
	color: #fff;
}

.service1-section-area .service1-boxarea {
	position: relative;
	z-index: 1;
	border-radius: 16px;
	background: #fff;
	padding: 15px 10px;
	transition: all 0.4s;
	margin-bottom: 30px;
	overflow: hidden;
	box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.09);
	text-align: center;
	height: 344px;
}

.service1-boxarea .icons img {
	width: 46px;
}

p.dextox-ps {
	font-size: 16px !important;
}

section.dextox-softech-services.services-section-two.section-padding {
	background: url(../img/service-bg-2.jpg);
}

.rating {
	padding: 1.25rem 0;
	background: transparent;
	background-image: linear-gradient(135deg, #242e5c 0%, #024ec0 58%);
	border-top: solid 5px transparent;
	border-bottom: solid 5px transparent;
	-webkit-transition: all 2s ease-in-out;
	transition: all 2s ease-in-out;
	position: relative;
	overflow-x: hidden;
}

	.rating:before {
		content: "";
		background: url(../img/circle.png);
		width: 300px;
		height: 300px;
		position: absolute;
		top: 30px;
		left: 10px;
		animation: dance 4s alternate infinite;
		-webkit-animation: dance 4s alternate infinite;
	}

	.rating .rating-head h2 {
		font-size: 2.25rem;
		font-weight: 300;
		line-height: 1.4;
		letter-spacing: 0.7px;
		color: #ffffff;
		-webkit-transition: color 1s ease;
		transition: color 1s ease;
	}

		.rating .rating-head h2 span {
			font-weight: 700;
			-webkit-transition: background 1s ease;
			transition: background 1s ease;
		}

	.rating .rating-head p {
		margin-top: 0.9375rem;
		margin-bottom: 0;
		font-size: 1.125rem;
		font-weight: 400;
		color: #ffffff;
	}

@keyframes dance {
	0% {
		-webkit-transform: translate3d(0,0,0)
	}

	50% {
		-webkit-transform: translate3d(15px,-15px,0)
	}

	to {
		-webkit-transform: translate3d(0,-15px,15px)
	}
}

@-webkit-keyframes dance {
	0% {
		-webkit-transform: translate3d(0,0,0)
	}

	50% {
		-webkit-transform: translate3d(15px,-15px,0)
	}

	to {
		-webkit-transform: translate3d(0,-15px,15px)
	}
}

.dextox-skill .tech-item {
	height: 100%;
	text-align: center;
	background: #ffffff;
	padding: 1.875rem 1.25rem;
	border-radius: 8px;
	-webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}

	.dextox-skill .tech-item .lt-icon {
		margin-bottom: 10px;
	}

	.dextox-skill .tech-item .lt-text {
		font-size: 1rem;
		font-weight: 600;
	}

.lt-icon img {
	width: 60px;
}

section.our-programing-working.dextox-skill {
	padding: 80px 0;
	background: url(../img/Map.svg);
}

	section.our-programing-working.dextox-skill .col-sm-2 {
		margin-bottom: 1.875rem;
	}

	section.our-programing-working.dextox-skill .tech-item:hover .lt-icon img {
		-webkit-animation: icon-pulse 0.5s;
		animation: icon-pulse 0.5s;
	}

@keyframes icon-pulse {
	0% {
		-webkit-transform: scale(0);
		transform: scale(0)
	}

	to {
		-webkit-transform: scale(1);
		transform: scale(1)
	}
}

@-webkit-keyframes icon-pulse {
	0% {
		-webkit-transform: scale(0);
		transform: scale(0)
	}

	to {
		-webkit-transform: scale(1);
		transform: scale(1)
	}
}

.avatar {
	display: flex;
	align-items: center;
}

.bio-info {
	padding-left: 20px;
}

	.bio-info h3 {
		font-size: 22px;
		color: #00adef;
	}

	.bio-info span {
		color: #242e5c;
		font-size: 14px;
		font-weight: 500;
		display: block;
	}

.contact-form.card-dextox {
	box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
	background: #fff;
	padding: 25px;
	border-radius: 10px;
}

.contact-info-content i {
	font-size: 40px;
	background-color: #242e5c;
	color: #f7f8f8;
	padding: 15px 10px 4px 10px;
	border-radius: 10px;
}

/* Dropdown menu styling */
.services-dropdown {
	width: 1030px; /* Adjust width as needed */
	padding: 15px;
	display: flex;
	flex-wrap: wrap;
	background: #fff;
	border-radius: 8px;
	position: absolute;
	left: 50%;
	top: 100%;
	transform: translateX(-36%);
	z-index: 999;
	box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
}

/* Container for 3 columns */
.dropdown-container {
	display: flex;
	width: 100%;
	justify-content: space-between;
}

/* Individual column styling */
.dropdown-column {
	flex: 1;
	list-style: none;
	padding: 10px;
}

	.dropdown-column li {
		margin-bottom: 2px;
	}

	.dropdown-column a {
		text-decoration: none;
		color: #333;
		font-weight: 500;
	}

		.dropdown-column a:hover {
			color: #007bff;
		}

/* Responsive Design */
@media (max-width: 768px) {
	.services-dropdown {
		width: 100%;
		flex-direction: column;
		left: 0;
		transform: none;
	}

	.dropdown-container {
		flex-direction: column;
	}

	.dropdown-column {
		width: 100%;
		padding: 10px 0;
	}
}

.section-title-wrap .section-title {
	background: #ebefff;
	border-radius: 15px;
	display: inline-block;
	position: relative;
	z-index: 2;
	color: #242e5c;
	margin-bottom: 0;
	padding: 10px 25px;
	font-size: 20px !important;
	margin-top: 55px;
}

.mb-5, .my-5 {
	margin-bottom: 3rem !important;
}

.section-title-wrap.mb-5 {
	text-align: center;
}

.section-title-wrap::after {
	content: "";
	background: #242e5c;
	width: 100%;
	height: 2px;
	position: absolute;
	top: 72%;
	left: 50%;
	transform: translate(-50%, -50%);
	pointer-events: none;
}

.section-title-wrap .section-title {
	line-height: 49px;
	font-weight: 400;
}

.section-title-wrap {
	position: relative;
}

.dextox-faq .section-title p {
	margin: 7px 0 20px 0;
}

.form-container .dextox-career-form {
	max-width: 600px;
	margin: 50px auto;
	background: #fff;
	padding: 30px;
	border-radius: 10px;
	box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
}

.dextox-career-form .form-control {
	border-radius: 5px;
	height: 45px;
}

.dextox-career-form .file-upload {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 2px dashed #00adef;
	padding: 15px;
	border-radius: 5px;
	cursor: pointer;
	text-align: center;
}

	.dextox-career-form .file-upload input[type='file'] {
		position: absolute;
		width: 100%;
		height: 100%;
		opacity: 0;
		cursor: pointer;
	}

	.dextox-career-form .file-upload:hover {
		background-color: #00adef;
	}

.dextox-career-form .btn-submit {
	width: 100%;
	background-color: #00adef;
	color: white;
	padding: 12px;
	font-size: 18px;
	border-radius: 2rem;
	transition: 0.3s;
	box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

	.dextox-career-form .btn-submit:hover {
		background-color: #242e5c;
	}

.dextox-career-form .dropdown-wrapper {
	position: relative;
}

	.dextox-career-form .dropdown-wrapper::after {
		content: '\25BC';
		position: absolute;
		top: 50%;
		right: 15px;
		transform: translateY(-50%);
		font-size: 16px;
		color: #555;
		pointer-events: none;
	}

.form-container.dextox-career-form {
	background: #0c163b;
	padding: 20px;
	border-radius: 10px;
	color: #fff;
}

.dextox-career-services {
	height: 274px;
}

.single-services-item.dextox-career-services img {
	width: 50px;
	filter: invert(15%) sepia(32%) saturate(2060%) hue-rotate(201deg) brightness(91%) contrast(90%);
}

.join_box.join_box2 {
	padding-top: 0px;
}

.app_con_new2, .company_our.industries2, .testimonial-content {
	margin-bottom: 30px;
}

.careers_se .panel-group:nth-child(2n) .panel-default .panel-heading, .company_our.industries2, .g-services.add-section .process-box {
	background: #fff;
}

.join_box {
	padding: 60px 0px;
}

.company_our {
	padding-top: 20px;
	padding-bottom: 20px;
	background-color: #f3f6f9;
	position: relative;
	z-index: 10;
}

.padding-top-50 {
	padding-top: 50px;
}

.join_box2 .col-md-3:first-child .boxn11 {
	background-color: #f3f6f9;
}

.join_box2 .boxn11 {
	position: relative;
}

.boxn11 {
	padding: 20px;
	border: 2px solid #eee;
	text-align: center;
	margin-top: 14px;
	min-height: 220px;
	height: 220px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.join_box2 .boxn11 h3 {
	color: #0e2b5c;
	font-weight: bold;
	font-size: 22px;
}

.boxn11 > p {
	margin-bottom: 0;
}

.join_box2 .boxn11::after {
	display: block;
	content: "";
	width: 0;
	height: 0;
	border-top: 12px solid transparent;
	border-left: 16px solid #eee;
	border-bottom: 12px solid transparent;
	position: absolute;
	right: -16px;
	top: 0px;
	bottom: 0px;
	margin: auto;
}

.ptb-60 {
	padding-top: 60px;
	padding-bottom: 60px;
}

.about-sec p {
	text-align: justify;
	margin-bottom: 6px;
}

.about-sec h2 {
	font-size: 32px;
	font-weight: 500;
	margin-bottom: 10px;
	color: #242e5c;
	line-height: 44px;
}

.about-sec-img {
	text-align: center;
}

.what-do-content.aos-init.aos-animate span {
	color: #00adef;
	font-weight: 600;
}

.what-do-content.aos-init.aos-animate h2 {
	color: #242e5c;
	margin: 10px 0;
}

p.set-p-dextox {
	display: flex;
	align-items: center;
}

	p.set-p-dextox i {
		padding-right: 15px;
		color: #00adef;
		font-weight: 900;
	}

ul.dropdown-menu.manage-dextox {
	width: 300px;
}

span.sub-heading {
	color: #00adef;
	font-weight: 700;
}

.common-heading h2 {
	color: #242e5c;
	margin: 12px 0 !important;
}

.single-services-two-item.dextox-uiux {
	height: 444px;
	padding: 20px 20px;
}

.mobile-app-development.mt-5 {
	background: #f5fcff;
	padding: 60px 0;
}

.single-services-two-item.dextox-mobile-develop {
	height: 444px;
	padding: 20px 20px;
}

h5.mt-2.dextox-android {
	margin-bottom: 4px;
	color: #242e5c;
}

.menu-software {
	font-size: 18px;
	margin: 10px 0;
	padding-bottom: 10px;
	color: rgb(0 173 239);
	font-weight: 400;
	border-bottom: 1px solid rgb(0 173 239);
}

.dextox-rechare-soft p {
	text-align: justify;
}

.dextox-rechare-soft {
	box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
	padding: 30px;
	border-radius: 10px;
	margin-top: 15px;
	border-left: 2px solid #00adef;
	background: #fff;
}

	.dextox-rechare-soft h2 {
		color: #242e5c;
	}

.dextox-icon-c img {
	filter: invert(80%) sepia(29%) saturate(2331%) hue-rotate(202deg) brightness(93%) contrast(90%);
}

.background-sa {
	background: linear-gradient(45deg, #101a3f, #00adef);
	color: #fff;
}

	.background-sa h2 {
		color: #fff;
	}

		.background-sa h2 span {
			color: #fff;
		}

	.background-sa p {
		color: #fff;
	}

.box-feature-pan {
	color: #ffffff;
	background: linear-gradient(45deg, #242e5c, #00adef);
	padding: 20px;
	height: 109px;
	margin-bottom: 20px;
	text-align: center;
	box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
	border-radius: 10px;
}

	.box-feature-pan h4 {
		font-size: 18px;
	}

section.feature-dextox-a {
	padding: 40px 0;
}

.images-kfi {
	box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
	padding: 10px;
	border-radius: 10px;
	margin-bottom: 19px;
}

.tiles_wrapper_icon {
	background: #ffffff;
	width: 80px;
	height: 80px;
	margin: 0 auto 20px auto;
	border-radius: 50%;
	padding: 15px;
	border: 1px solid #b1b1b1;
	transition: all .3s ease;
	-moz-transition: all .3s ease;
	-webkit-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
}

.tiles_wrapper {
	text-align: center;
	position: relative;
	padding: 20px;
	border-radius: 15px;
	margin: 10px 0;
	background: url(../img/service-icon/shape-bg.png) top center no-repeat #fff;
}

	.tiles_wrapper .btn-outline-primary {
		border: 2px solid #fff;
		color: #fff !important;
		border-radius: 50px;
	}

.m-t-20 {
	margin-top: 20px;
}

.tiles_wrapper h4 {
	margin-bottom: 15px;
}

.bg-blue {
	color: #fff;
	background-color: #467fcf !important;
	border-color: #467fcf !important;
}

.bg-azure {
	color: #fff;
	background-color: #45aaf2 !important;
	border-color: #45aaf2 !important;
}

.bg-indigo {
	color: #fff;
	background-color: #6574cd !important;
	border-color: #6574cd !important;
}

.bg-purple {
	color: #fff !important;
	background-color: #661fd6 !important;
	border-color: #661fd6 !important;
}

.tiles_wrapper p {
	color: #fff !important;
}

section.services-section-dextox-ss {
	padding: 50px 0;
	background: linear-gradient(45deg, #0c163b, #31c6ff);
}

	section.services-section-dextox-ss h3 {
		color: #fff;
	}

	section.services-section-dextox-ss p {
		color: #fff;
	}

.digital-mar-why {
	background: #242e5c;
}

	.digital-mar-why h2 {
		color: #fff;
	}

	.digital-mar-why p {
		color: #fff;
	}

.et_pb_text_inner {
	margin-top: 14px;
}

.gallery {
	display: grid;
	gap: 15px;
	margin-top: 30px;
}

	.gallery img {
		width: 100%;
		height: auto;
		border-radius: 10px;
		cursor: pointer;
		transition: transform 0.3s ease;
	}

		.gallery img:hover {
			transform: scale(1.05);
		}

/* Modal Styles */
.dextox-modal {
	display: none;
	position: fixed;
	z-index: 9999;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	background-color: rgba(0, 0, 0, 0.9);
	align-items: center;
	justify-content: center;
}

	.dextox-modal img {
		max-width: 90%;
		max-height: 80vh;
		border-radius: 10px;
	}

.dextox-close {
	position: absolute;
	top: 30px;
	right: 40px;
	color: #fff;
	font-size: 40px;
	font-weight: bold;
	cursor: pointer;
	z-index: 10000;
}

@media (max-width: 480px) {
	.dextox-close {
		font-size: 30px;
		top: 20px;
		right: 25px;
	}
}

.dextox-gallery-sec {
	padding-top: 0 !important;
}


.ptable {
	border-collapse: collapse;
	margin-top: 30px;
	width: 100%;
}

	.ptable th {
		padding: 4px !important;
		border: 1px solid #dee2e6;
		padding: 10px !important;
	}

		.ptable th:first-child {
			text-align: left;
			font-size: 14px;
		}

	.ptable td {
		padding: 15px !important;
		border: 1px solid #dee2e6;
		font-size: 15px;
	}

	.ptable tr:nth-child(even) {
		background-color: #f4f4f4;
	}

	.ptable td:first-child {
		text-align: left;
		font-size: 14px;
		padding: 10px !important;
		font-weight: 700;
	}

.midhading {
	background: #242e5c;
	padding: 10px 0;
	color: #fff;
	font-weight: 700;
	font-size: 14px !important;
	text-align: center !important;
	line-height: 30px;
}

.socialhading {
	background: #33aafd;
	padding: 10px 0;
	color: #fff;
	font-weight: 700;
	font-size: 13px !important;
	text-align: center !important;
}

.bluetabhad {
	background: #242e5c;
	color: #fff;
	font-size: 18px !important;
	line-height: auto !important;
	vertical-align: middle !important;
}

.bluesubtabhad {
	background: #5896c7;
	color: #fff;
	font-weight: 700;
	font-size: 12px !important;
}

.yellowhad {
	background: #cd2e2e;
	color: #fff;
	font-weight: 700;
	font-size: 22px !important;
	text-align: center;
	line-height: auto;
}

.yellowsubtabhad {
	background: #f6ba0a;
	color: #fff;
	font-weight: 700;
	font-size: 12px !important;
}

.greenhad {
	background: #7ea600;
	color: #fff;
	font-weight: 700;
	font-size: 22px !important;
	text-align: center;
	line-height: auto;
}

.greensubtabhad {
	background: #a7c155;
	color: #fff;
	font-weight: 700;
	font-size: 12px !important;
}

.purpalhad {
	background: #0365b0;
	color: #fff;
	font-weight: 700;
	font-size: 22px !important;
	line-height: auto;
	text-align: center;
}

.purpalsubtabhad {
	background: #a097c3;
	color: #fff;
	font-weight: 700;
	font-size: 12px !important;
}

.ordernow {
	background: #1b7ed9;
	color: #fff;
	font-size: 14px;
	border: 0;
	border-radius: 5px;
	padding: 10px;
	font-weight: 700;
	cursor: pointer;
}

	.ordernow:hover {
		background: #f5b919;
	}

.ordernowgreen {
	background: #a6c057;
	color: #fff;
	font-size: 18px;
	border: 0;
	border-radius: 3px;
	padding: 10px 20px;
	cursor: pointer;
}

	.ordernowgreen:hover {
		background: #ff0d00;
		color: #fff;
	}

.ordernowred {
	background: #cc2d2d;
	color: #fff;
	font-size: 18px;
	border: 0;
	border-radius: 3px;
	padding: 10px 20px;
	cursor: pointer;
}

	.ordernowred:hover {
		background: #ff0d00;
		color: #fff;
	}

.ordernowblue {
	background: #0365b0;
	color: #fff;
	font-size: 18px;
	border: 0;
	border-radius: 3px;
	padding: 10px 20px;
	cursor: pointer;
}

	.ordernowblue:hover {
		background: #ff0d00;
		color: #fff;
	}

.bluebg {
	background: #046ab4;
	width: 100%;
	padding: 30px 0;
}

.internethad {
	text-align: center;
}

	.internethad h2 {
		font-size: 50px;
		color: #fff;
		line-height: 50px;
	}

	.internethad h3 {
		font-size: 18px;
		color: #fff;
		margin: 15px 0;
	}

	.internethad h4 {
		font-size: 40px;
		color: #fff;
		text-shadow: 2px 2px #00538f;
	}

.hostinngpannel {
	height: auto;
	padding-bottom: 25px;
}

.hostingcolor {
	background: #fff;
	border-radius: 5px;
	-webkit-box-shadow: 0 5px 10px 5px rgba(36, 36, 36, 0.1);
	box-shadow: 0 5px 10px 5px rgba(36, 36, 36, 0.1);
}

.hostinghad {
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	text-align: center;
	padding-bottom: 20px;
}

	.hostinghad h1 {
		font-size: 32px;
		font-weight: 800;
		color: #fff;
		padding-top: 20px;
	}

	.hostinghad h2 {
		font-size: 26px;
		font-weight: 700;
		color: #fff;
		padding-top: 10px;
	}

	.hostinghad p {
		font-size: 15px;
		font-weight: 700;
		color: #fff;
		line-height: 24px;
	}

.windowhad {
	background: #0965ae;
}

.linuxhad {
	background: #cb2c2c;
}

.hostingcontent {
	line-height: 40px;
}

	.hostingcontent ul {
		list-style: none;
		text-align: center;
		margin: 0;
		padding: 0;
	}

		.hostingcontent ul li {
			border-bottom: 1px dashed #ccc;
			font-size: 16px;
			color: #000;
		}

			.hostingcontent ul li strong {
				font-size: 12px;
			}

.hostinginq {
	text-align: center;
	margin: 10px 0;
}

.hostingcall {
	text-align: center;
	font-size: 18px;
	font-weight: 700;
	line-height: 20px;
	text-transform: uppercase;
}

.portfolio_content h3 a {
	font-size: 21px;
	color: #036;
	font-weight: 900;
	border-bottom: 2px solid#036;
	padding-bottom: 7px;
	text-transform: uppercase;
}

.portfolio_content h2 a {
	font-size: 16px;
	font-weight: 600;
	color: #000;
}

.portfolio_content h2 {
	line-height: 28px;
	color: #000;
}

.portfolio_content {
	background: #fff;
	-webkit-box-shadow: 0 0 40px rgb(51 51 51 / 10%);
	box-shadow: 0 0 40px rgb(51 51 51 / 10%);
	padding: 10px;
}

.portfolio-dis {
	margin-bottom: 40px;
}

.portfolio-item-image a {
	display: block;
}

.portfolio-item-image {
	position: relative;
	overflow: hidden;
}

	.portfolio-item-image img {
		border-radius: 10px 10px 0px 0px;
		width: 100%;
		transition: 0.9s;
		position: relative;
		overflow: hidden;
	}

		.portfolio-item-image img:hover {
			transform: scale(1.1);
			-webkit-transform: scale(1.1);
			-ms-transform: scale(1.1);
		}

.portfolio-block-card {
	padding: 20px 10px;
}

	.portfolio-block-card h3 {
		margin: 15px 0 0;
		font-size: 40px;
		color: #000c1e;
		font-weight: 700;
	}

	.portfolio-block-card p {
		font-size: 16px;
		color: #303037;
		font-weight: 400;
	}

.portfolio-card a {
	background: linear-gradient(270deg, #4842a8, #4842a8, #4842a8, #4842a8, #4842a8);
	background-size: 1000% 1000%;
	-webkit-animation: btnbganim 30s infinite;
	animation: btnbganim 30s infinite;
	color: #fff !important;
	font-weight: 700;
	font-size: 16px;
	padding: 10px 30px;
	border-radius: 5px;
	display: inline-block;
}

.portfolio-block {
	padding: 80px 0px;
}

.portfolio-section-0 {
	background: #ffd7b3;
}

.portfolio-section-1 {
	background: #d6f1ec;
}

.portfolio-section-2 {
	background: #c6d7ef !important;
}

.portfolio-section-3 {
	background: #ffe7dd;
}

.portfolio-section-4 {
	background: #cfe0fa;
}

.portfolio-section-5 {
	background: #fef2f5;
}

.portfolio-section-6 {
	background: #e3f5e0;
}

.portfolio-section-7 {
	background: #ebf7e8;
}

.portfolio-section-8 {
	background: #d6fdec;
}

.bg_gray_light {
	background: #f1f1f1;
}

ul.tech_and_web {
	padding: 0px;
	margin: 0px;
}

	ul.tech_and_web li a {
		margin: 0px 7px 10px 0px;
		padding: 5px 19px;
		display: inline-block;
		color: #000;
		font-size: 14px;
		border: 1px solid #000;
		font-weight: 500;
	}

.table-seo {
	padding: 60px 0;
}

.dreamit-section-title span {
	color: #ef0000;
}

.pricing-area {
	background: #eef3f9;
}

.pb-70 {
	padding-bottom: 70px;
}

.pt-80 {
	padding-top: 80px;
}

.service-card {
	margin-bottom: 30px;
}

.service-card-image {
	position: relative;
	overflow: hidden;
}

	.service-card-image > img {
		width: 100%;
		transform: scale(1);
		transition: transform .5s ease;
	}

.service-card-content {
	position: relative;
	margin-top: -20px;
}

.service-card-content-inner {
	background-color: #fff;
	border-bottom: 2px solid #f2ede9;
	padding-left: 40px;
	padding-right: 40px;
	text-align: center;
	position: relative;
	transition: all .5s ease;
	box-shadow: 0px 10px 30px 0px rgb(0 0 0 / 3%);
}

.service-card-icon {
	width: 92px;
	height: 92px;
	background-color: #fff;
	box-shadow: 0px 10px 60px rgb(0 0 0 / 15%);
	font-size: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	color: #0095ca;
	border-radius: 50%;
	margin-left: auto;
	margin-right: auto;
	top: -46px;
	margin-bottom: -46px;
	position: relative;
	z-index: 10;
	transition: all .5s ease;
}

.service-card-title {
	margin: 0;
	font-size: 20px;
	font-weight: 800;
	color: #1c1c27;
	margin-top: 25px;
	margin-bottom: 16px;
}

.service-card-content-inner:after {
	content: '';
	width: 100%;
	height: 3px;
	position: absolute;
	bottom: -3px;
	left: 0;
	transform-origin: left center;
	transform: scale(0, 1);
	background-color: #0095ca;
	transition: transform .5s ease;
}

.pt-80 {
	padding-top: 80px;
}

.max-w-170 {
	max-width: 120px;
}

.w-100 {
	width: 100% !important;
}

.style-three .dreamit-about-content {
	margin-top: 16px;
}

.dreamit-about-content-inner ul {
	display: inline-block;
	list-style: none;
}

	.dreamit-about-content-inner ul li {
		padding: 12px 0;
		display: flex;
		color: #1b1d21;
		font-weight: 600;
	}

		.dreamit-about-content-inner ul li i {
			display: inline-block;
			color: #c200ca;
			font-size: 25px;
			margin-right: 15px;
		}

.eight.service-area {
	background: inherit;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	background: #fcfcfc;
}

.insurance-heading .dreamit-single-service-thumb {
	padding: 0px;
	position: relative;
}

.dreamit-single-service-thumb {
	padding: 20px;
	box-shadow: 0 0 5px #cccccc;
	overflow: hidden;
	background: #fff;
	margin: 0 0 30px;
	border-radius: 10px;
}

.insurance-heading .dreamit-single-service-thumb .service-one-img:before {
	position: absolute;
	top: -1px;
	bottom: 0;
	left: 0;
	right: 0;
	content: "";
	background-color: #00000069;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	transition: all 500ms ease;
	transform: translate3d(0px, -100%, 0px);
	z-index: 1;
}

.insurance-heading .dreamit-single-service-thumb .service-one-img {
	position: relative;
	display: block;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	overflow: hidden;
	z-index: 1;
}

.insurance-heading .dreamit-single-service-thumb img {
	width: 100%;
	border-radius: 0px;
}

.dreamit-single-service-thumb img {
	width: 100%;
	border-radius: 10px;
}

.insurance-heading .service-content {
	position: relative;
	display: block;
	background-color: white;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	padding: 0px 20px 10px 20px;
}

.insurance-heading .service-title h2 {
	font-size: 18px;
	margin: 33px 0px 8px 0;
}

.rgb-border {
	padding: 3px;
	border-radius: 20px;
	background: linear-gradient(45deg, #00adef, yellow, #00adef, cyan, blue, magenta, #0c163b);
	background-size: 400%;
	animation: borderBlink 5s linear infinite;
}

@keyframes borderBlink {
	0% {
		background-position: 0% 50%;
	}

	50% {
		background-position: 100% 50%;
	}

	100% {
		background-position: 0% 50%;
	}
}


.page-title-area.dextox-insurance-sd {
	background-image: url(../img/banner-service/insurance-ss.jpg) !important;
}

.page-title-area.dextox-aadhaar-seva-me {
	background-image: url(../img/banner-service/aadhaar-api.jpg) !important;
}

.page-title-area.dextox-pan-v {
	background-image: url(../img/banner-service/pan-card-v.jpg) !important;
}

.page-title-area.dextox-website {
	background-image: url(../img/banner-service/website-development.jpg) !important;
}

.page-title-area.dextox-website-dynamic {
	background-image: url(../img/banner-service/dynamic-website-design.jpg) !important;
}

.page-title-area.dextox-website-custom {
	background-image: url(../img/banner-service/custom-software-development.jpg) !important;
}

.page-title-area.dextox-website-ecommerce {
	background-image: url(../img/banner-service/e-commerces-services.jpg) !important;
}

.page-title-area.dextox-bbps {
	background-image: url(../img/banner-service/bbps.jpg) !important;
}

.page-title-area.dextox-aeps {
	background-image: url(../img/banner-service/aeps-2.jpg) !important;
}

.page-title-area.dextox-dmt {
	background-image: url(../img/banner-service/dmt.jpg) !important;
}

.page-title-area.dextox-pancard {
	background-image: url(../img/banner-service/pan-card.jpg) !important;
}

.page-title-area.dextox-bus {
	background-image: url(../img/banner-service/bus.jpg) !important;
}

.page-title-area.dextox-travel {
	background-image: url(../img/banner-service/travel.jpg) !important;
}

.page-title-area.dextox-cibil {
	background-image: url(../img/banner-service/cibil.jpg) !important;
}

.page-title-area.dextox-loan {
	background-image: url(../img/banner-service/loan.jpg) !important;
}

.page-title-area.dextox-fastag {
	background-image: url(../img/banner-service/fastag.jpg) !important;
}

.page-title-area.dextox-gateway {
	background-image: url(../img/banner-service/payment-gatway11.jpg) !important;
}

.page-title-area.dextox-digital {
	background-image: url(../img/banner-service/digital-marketing.jpg) !important;
}

.page-title-area.director-message {
	background-image: url(../img/banner-service/massage.jpg) !important;
}

.contact-number {
	position: fixed;
	bottom: 50px;
	left: 0;
	z-index: 999999;
}

.hotline-phone-ring {
	position: relative;
	visibility: visible;
	background-color: transparent;
	width: 110px;
	height: 110px;
	cursor: pointer;
	z-index: 11;
	-webkit-backface-visibility: hidden;
	-webkit-transform: translateZ(0);
	transition: visibility .5s;
	left: 0;
	bottom: 0;
	display: block;
}

.hotline-phone-ring-circle {
	border-color: #8e24aa;
}

.hotline-phone-ring-circle {
	width: 110px;
	height: 110px;
	top: 0;
	left: 0;
	position: absolute;
	background-color: transparent;
	border-radius: 100%;
	border: 2px solid #1564a7;
	-webkit-animation: phonering-alo-circle-anim 1.2s infinite ease-in-out;
	animation: phonering-alo-circle-anim 1.2s infinite ease-in-out;
	transition: all .5s;
	-webkit-transform-origin: 50% 50%;
	-ms-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
	opacity: 0.5;
}

.hotline-phone-ring-circle-fill, .hotline-phone-ring-img-circle, .hotline-bar {
	background: #8e24aa;
	background: -webkit-linear-gradient(45deg, #9fcc27 0%, #0095ca 100%);
	background: linear-gradient(45deg, #a3ce30 0%, #0095ca 100%);
}

.hotline-phone-ring-circle-fill {
	width: 80px;
	height: 80px;
	top: 16px;
	left: 15px;
	position: absolute;
	background-color: rgba(21, 100, 167, 0.7);
	border-radius: 100%;
	border: 2px solid transparent;
	-webkit-animation: phonering-alo-circle-fill-anim 2.3s infinite ease-in-out;
	animation: phonering-alo-circle-fill-anim 2.3s infinite ease-in-out;
	transition: all .5s;
	-webkit-transform-origin: 50% 50%;
	-ms-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
}

.hotline-phone-ring-circle-fill, .hotline-phone-ring-img-circle, .hotline-bar {
	background: #8e24aa;
	background: -webkit-linear-gradient(45deg, #9fcc27 0%, #0095ca 100%);
	background: linear-gradient(45deg, #9fcc28 0%, #0095ca 100%);
}

.hotline-phone-ring-img-circle {
	background-color: #1564a7;
	width: 50px;
	height: 50px;
	top: 31px;
	left: 31px;
	position: absolute;
	background-size: 20px;
	border-radius: 100%;
	border: 2px solid #ffffff;
	-webkit-animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;
	animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;
	-webkit-transform-origin: 50% 50%;
	-ms-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	justify-content: center;
}

	.hotline-phone-ring-img-circle .pps-btn-img {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
	}

		.hotline-phone-ring-img-circle .pps-btn-img img {
			width: 24px;
			height: 24px;
		}

.hotline-phone-ring-circle-fill, .hotline-phone-ring-img-circle, .hotline-bar {
	background: #8e24aa;
	background: -webkit-linear-gradient(45deg, #9fcc27 0%, #0095ca 100%);
	background: linear-gradient(45deg, #242e5c 0%, #00adef 100%);
}

.hotline-bar {
	position: absolute;
	height: 45px;
	line-height: 40px;
	white-space: nowrap;
	border-radius: 3px;
	padding: 0px 15px 0px 45px;
	background-size: 100%;
	cursor: pointer;
	transition: all 0.8s;
	-webkit-transition: all 0.8s;
	z-index: 9;
	border-radius: 50px !important;
	left: 34px;
	bottom: 31px;
}

	.hotline-bar > a {
		color: #fff;
		text-decoration: none;
		font-size: 18px;
		font-weight: bold;
		text-indent: 32px;
		letter-spacing: 1px;
		display: block;
		line-height: 45px;
		font-family: Arial;
	}

@-webkit-keyframes phonering-alo-circle-anim {
	0% {
		-webkit-transform: rotate(0) scale(0.5) skew(1deg);
		-webkit-opacity: 0.1;
	}

	30% {
		-webkit-transform: rotate(0) scale(0.7) skew(1deg);
		-webkit-opacity: 0.5;
	}

	100% {
		-webkit-transform: rotate(0) scale(1) skew(1deg);
		-webkit-opacity: 0.1;
	}
}

@-webkit-keyframes phonering-alo-circle-fill-anim {
	0% {
		-webkit-transform: rotate(0) scale(0.7) skew(1deg);
		opacity: 0.6;
	}

	50% {
		-webkit-transform: rotate(0) scale(1) skew(1deg);
		opacity: 0.6;
	}

	100% {
		-webkit-transform: rotate(0) scale(0.7) skew(1deg);
		opacity: 0.6;
	}
}

@-webkit-keyframes phonering-alo-circle-img-anim {
	0% {
		-webkit-transform: rotate(0) scale(1) skew(1deg);
	}

	10% {
		-webkit-transform: rotate(-25deg) scale(1) skew(1deg);
	}

	20% {
		-webkit-transform: rotate(25deg) scale(1) skew(1deg);
	}

	30% {
		-webkit-transform: rotate(-25deg) scale(1) skew(1deg);
	}

	40% {
		-webkit-transform: rotate(25deg) scale(1) skew(1deg);
	}

	50% {
		-webkit-transform: rotate(0) scale(1) skew(1deg);
	}

	100% {
		-webkit-transform: rotate(0) scale(1) skew(1deg);
	}
}

@media (max-width: 768px) {
	.hotline-bar {
		display: none;
	}
}

.whatsapp_icon_fix {
	position: fixed;
	width: 60px;
	height: 60px;
	z-index: 999;
	top: auto;
	right: 13px;
	bottom: 119px;
	left: auto;
	background: #66a858;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	animation: bounce 2.5s infinite;
	-webkit-animation: bounce 2.5s infinite;
	-moz-animation: bounce 2.5s infinite;
	-o-animation: bounce 2.5s infinite;
	transition: all .7s ease;
}



/*login css*/


.u-sidebar {
	position: fixed;
	top: 0;
	right: 0;
	z-index: 1002;
	/* width: 23.4375rem; */
	height: 100%;
	background-color: #fff;
	box-shadow: -13px 0 20px rgb(119 131 143 / 8%);
}

	.u-sidebar[aria-labelledby] {
		opacity: 0;
	}

.u-unfold--css-animation.u-unfold--hidden {
	display: none;
	opacity: 0;
	visibility: hidden;
}

.u-sidebar.u-unfold--css-animation.u-unfold--hidden {
	display: none;
	opacity: 0;
	visibility: hidden;
}

.u-sidebar__container {
	position: relative;
	height: 100%;
	min-height: 100%;
}

.u-header-sidebar__footer-offset {
	height: 100%;
	box-sizing: border-box;
	padding-bottom: 10.625rem;
}

.u-sidebar[aria-labelledby].u-unfold--css-animation, .u-sidebar[aria-labelledby].u-unfold--jquery-slide {
	opacity: 1;
}



.login-4 .bg-color-4 {
	/* min-height: 100vh; */
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 15px 50px;
	/* background-image: linear-gradient(to bottom, #ff0000, #ff8100); */
}

.login-4 .form-section {
	max-width: 400px;
	margin: 0 auto;
	width: 100%;
}

.login-4 .logo {
	text-align: center;
	margin-bottom: 15px;
}

.login-4 .form-section a {
	text-decoration: none;
}

.login-4 .logo img {
	height: 50px;
}

.login-4 h3 {
	text-align: center;
	margin: 0 0 35px;
	font-size: 22px;
	color: #000000;
	font-weight: 600;
}

.login-4 .heading-text {
	margin-bottom: 20px;
}

	.login-4 .heading-text h3 {
		margin-bottom: 0px
	}

	.login-4 .heading-text p {
		margin-top: 0px !important;
		text-align: center;
		color: #77838f !important;
		font-size: 16px !important;
	}

.login-inner-form {
	width: 100%;
}

.login-4 .login-inner-form {
	color: #000000;
	position: relative;
}

	.login-4 .login-inner-form label {
		font-size: 18px;
		font-weight: 500;
	}

	.login-4 .login-inner-form .form-group {
		margin-bottom: 15px;
	}

label {
	display: inline-block;
}

.form-label {
	margin-bottom: 0.5rem;
}

.login-4 .login-inner-form .form-control {
	font-size: 15px;
	outline: none;
	color: #535353;
	border: 1px solid #dbdbdb;
	box-shadow: 0 1px 3px 0 rgb(0 0 0 / 6%);
	border-radius: 100px;
	height: 55px;
}

.login-4 .login-inner-form .form-box .form-control {
	float: left;
	width: 100%;
	padding: 13px 15px 13px 65px;
}
/*.login-4 .login-inner-form .form-box .form-control:focus {
        box-shadow: 0 0 10px rgb(0 149 202 / 7%);
        border-color: rgb(0 149 202 / 47%);
    }*/

.login-4 .login-inner-form .form-box i {
	position: absolute;
	left: 0;
	width: 55px;
	height: 55px;
	line-height: 55px;
	text-align: center;
	background: #0095ca00;
	font-size: 20px;
	color: #4a5b6d;
	border-radius: 100px;
	transition: transform 0.4s linear 0s, border-top-left-radius 0.1s linear 0s, border-top-right-radius 0.1s linear 0.1s, border-bottom-right-radius 0.1s linear 0.2s, border-bottom-left-radius 0.1s linear 0.3s;
	border-radius: 0%;
	border-right: 1px solid #d5dae2;
}
/*.login-4 .login-inner-form .form-box:hover i {
    transform: rotate(360deg);
    border-radius: 3px;
}*/
.clearfix::after {
	display: block;
	clear: both;
	content: "";
}

.login-4 .login-inner-form .checkbox {
	margin-bottom: 25px;
	font-size: 15px;
}

.form-check {
	display: block;
	min-height: 1.5rem;
	padding-left: 1.5em;
	margin-bottom: 0.125rem;
}

.float-start {
	float: left !important;
}

.login-4 .login-inner-form .form-check {
	margin-bottom: 0;
}

.login-4 .form-section .form-check-input {
	width: 20px;
	height: 20px;
	margin-top: 6px;
	position: absolute;
	border: 1px solid #fbf1f1;
	border-radius: 100%;
	background-color: #fbf1f1;
	margin-left: -22px;
	box-shadow: 0 0 0 0.25rem rgb(13 110 253 / 0%);
}

.login-4 .login-inner-form .form-check-label {
	padding-left: 2px;
	margin-bottom: 0;
	font-size: 15px;
	color: #000;
}

.login-4 .form-check-input:checked {
	background-color: #0095ca !important;
	border-color: #0095ca !important;
}

.float-end {
	float: right !important;
}

.login-4 .form-section a {
	text-decoration: none;
}

.login-4 .login-inner-form .checkbox a {
	font-size: 15px;
	font-weight: 400;
	color: #000;
	border-bottom: 1px dashed #000000;
}

.login-4 .btn-theme {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	-webkit-appearance: none;
	border: none;
	outline: none !important;
	color: #ffffff;
	text-transform: capitalize;
	transition: all 0.3s linear;
	z-index: 1;
	overflow: hidden;
	cursor: pointer;
	font-size: 17px;
	font-weight: 400;
	width: 100%;
	font-family: 'Jost', sans-serif;
	border-radius: 3px;
}

.login-4 .btn {
	box-shadow: none !important;
}

.login-4 .btn-lg {
	padding: 0 50px;
	line-height: 55px;
	border-radius: 4px;
}

.login-4 .btn-primary {
	background: #0095ca;
}

.login-4 .login-inner-form .extra-login {
	float: left;
	width: 100%;
	margin: 35px 0;
	text-align: center;
	position: relative;
}

	.login-4 .login-inner-form .extra-login::before {
		position: absolute;
		left: 0;
		top: 50%;
		width: 100%;
		height: 1px;
		background: #0000009e;
		content: "";
	}

	.login-4 .login-inner-form .extra-login > span {
		width: auto;
		float: none;
		display: inline-block;
		background: #ffffff;
		padding: 1px 20px;
		z-index: 1;
		position: relative;
		font-size: 15px;
		color: #000;
		text-transform: capitalize;
	}

.login-4 .login-inner-form .social-list {
	padding: 0;
	text-align: center;
}

.login-4 .social-list .buttons {
	display: flex;
	max-width: 230px;
	margin: 0 auto;
}

.login-4 .form-section a {
	text-decoration: none;
}

.login-4 .social-list a {
	transition: transform 0.4s linear 0s, border-top-left-radius 0.1s linear 0s, border-top-right-radius 0.1s linear 0.1s, border-bottom-right-radius 0.1s linear 0.2s, border-bottom-left-radius 0.1s linear 0.3s;
	border-radius: 50%;
}

.login-4 .social-list a {
	text-decoration: none !important;
	color: #fff;
	width: 50px;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50px;
	margin: 0 4px 5px;
	font-size: 20px;
	overflow: hidden;
	position: relative;
	background: #c6edfb;
}

	.login-4 .social-list a.facebook-bg {
		color: #4867aa;
	}

	.login-4 .social-list a.twitter-bg {
		color: #33CCFF;
	}

	.login-4 .social-list a.google-bg {
		color: #db4437;
	}

	.login-4 .social-list a.dribbble-bg {
		color: #2392e0;
	}

	.login-4 .social-list a i {
		transition: transform 0.4s linear 0s;
	}

	.login-4 .social-list a i {
		position: relative;
		z-index: 3;
	}

	.login-4 .social-list a:hover {
		transform: rotate(360deg);
		border-radius: 3px;
	}

.login-4 .form-section p {
	margin: 28px 0 0;
	font-size: 15px;
	color: #000;
	font-weight: 400;
}

.login-4 .form-section a {
	text-decoration: none;
}

.login-4 .form-section p a {
	color: #000;
}

.pl-7, .px-7 {
	padding-left: 3rem !important;
}

.pr-7, .px-7 {
	padding-right: 3rem !important;
}

.login-4 .close {
	float: right;
	font-size: 1.25rem;
	font-weight: 700;
	line-height: 1;
	color: #4A5B6D;
	text-shadow: 0 1px 0 #fff;
	opacity: .5;
	background-color: transparent;
	box-shadow: none;
	border-style: solid;
	border-width: 0px 0px 0px 0px;
	border-radius: 50px 50px 50px 50px;
}

	.login-4 .close:hover, .login-4 .close:focus {
		background-color: transparent;
		box-shadow: none;
		color: #4A5B6D;
	}

.ml-auto, .mx-auto {
	margin-left: auto !important;
}

.fadeInRight {
	-webkit-animation-name: fadeInRight;
	animation-name: fadeInRight;
}

.mb-7, .my-7 {
	margin-bottom: 3rem !important;
}

.login-4 .nav-tabs {
	border-bottom: 0px solid #dee2e6;
}

.login-4 .nav {
	display: inherit !important;
	flex-wrap: wrap;
	padding-left: 0;
	margin-bottom: 0;
	list-style: none;
}

@media (max-width: 767px) {
	.elementor-889 .elementor-element.elementor-element-077eecd > .elementor-element-populated {
		padding: 2em 1em 2em 1em;
	}

	.elementor-section h2.elementor-heading-title {
		font-size: 24px;
	}

	.elementor-section .elementor-widget-container p {
		font-size: 14px;
		margin-top: 10px;
	}

	.elementor-section h6.elementor-heading-title {
		font-size: 16px;
	}

	.elementor-section .elementor-widget-container.aadhaar-banking img {
		margin-left: 0px !important;
		max-height: 50px !important;
	}

	.elementor-section .elementor-widget-container.aadhaar-enabled h2 {
		font-size: 30px;
	}

	.elementor-section .elementor-widget-container.aadhaar-enabled h1 {
		font-size: 30px;
	}

	.elementor-section .elementor-widget-container.real-relationships h2 {
		font-size: 20px;
	}

	.elementor-section .elementor-widget-container.penatibus-cursus .box-body p {
		text-align: left;
	}

	.elementor-section .step-text {
		order: 2;
	}
}

@media (max-width: 576px) {
	.u-sidebar {
		width: 100%;
	}
	
}

.login-4 .btn-primary {
	background: linear-gradient(45deg, #212e5b, #00adef);
	color: #fff !important;
}

.login-4 .btn-lg {
	padding: 0 50px;
	line-height: 55px;
	border-radius: 4px;
}

.login-4 .btn {
	box-shadow: none !important;
}

.login-4 .btn-theme {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	-webkit-appearance: none;
	border: none;
	outline: none !important;
	color: #ffffff;
	text-transform: capitalize;
	transition: all 0.3s linear;
	z-index: 1;
	overflow: hidden;
	cursor: pointer;
	font-size: 17px;
	font-weight: 400;
	width: 100%;
	font-family: 'Jost', sans-serif;
	border-radius: 3px;
}

.otp-box {
	width: 38px;
	height: 48px;
	line-height: 48px;
	padding: 10px;
	border: inherit;
	border-bottom: 2px solid #00adef;
	margin-left: 11px;
}

.otp-row.GATag.verification-code {
	display: flex;
	justify-content: space-between;
}

.AppForm .AppFormLeft h1 {
	font-size: 35px;
}

.AppForm .AppFormLeft input:focus {
	border-color: #ced4da;
}

.AppForm .AppFormLeft input::placeholder {
	font-size: 15px;
}

.AppForm .AppFormLeft i {
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	color: #00adef;
}

.AppForm .AppFormLeft a {
	color: #3a3e42;
}

.AppForm .AppFormLeft button {
	background: linear-gradient(45deg, #00adef, #242e5c);
	border-radius: 30px;
}

.AppForm .AppFormLeft p span {
	color: #007bff;
}

.AppForm .AppFormRight {
	background-size: cover;
	background-position: center;
	border-radius: 88px;
	background: linear-gradient(45deg, #00719d, #0c163b);
}

	.AppForm .AppFormRight:after {
		content: "";
		position: absolute;
		width: 100%;
		height: 100%;
	}

	.AppForm .AppFormRight p {
		z-index: 1;
		color: #fff;
	}

	.AppForm .AppFormRight h2 {
		z-index: 1;
	}

		.AppForm .AppFormRight h2::after {
			content: "";
			position: absolute;
			width: 100%;
			height: 2px;
			background-color: #fff;
			bottom: 0;
			left: 50%;
			transform: translateX(-50%);
		}

	.AppForm .AppFormRight p {
		z-index: 1;
	}

.border-left-0 {
	border-left: 0 !important;
}

.border-right-0 {
	border-right: 0 !important;
}

.border-top-0 {
	border-top: 0 !important;
}

.btn-block {
	display: block;
	width: 100%;
}

.btn-danger1 {
	position: absolute;
	font-size: 20px;
	color: #fff;
	top: 6px;
	width: 40px;
	height: 40px;
	line-height: 40px;
	right: 32px;
	font-weight: 600;
	background-color: #00adef;
	border-radius: 50px;
	border-color: #fff;
	opacity: 1 !important;
}

.modal-header.dextox-header-app-change {
	justify-content: center;
}

.shadow-lg {
	box-shadow: 0 1rem 3rem rgba(0, 0, 0, .175) !important;
	background: #fff;
	border-radius: 93px;
	border: 5px solid #fff;
}

.gjtl .carousel-inner {
	height: 400px;
	overflow: hidden;
}

.gjtl .carousel-item {
	height: 100%;
	transition: none !important;
}

	.gjtl .carousel-item img {
		height: 100%;
		width: 100%;
		object-fit: cover;
		transform: scale() !important;
		transition: none !important;
	}


.gjtl .carousel-item-next,
.carousel-item-prev,
.carousel-item.active {
	transform: none !important;
}

.AppFormLeft {
	width: 80%;
}

.logo-login {
	text-align: center;
	margin-bottom: 36px;
	margin-top: 11px;
}

.exit-border {
	border: inherit;
}

h2.login-set-bg {
	margin-bottom: 17px;
}

.bg-setpotp {
	height: 100%;
	border: 0;
	border-radius: 0;
	background: url(../img/home-3-bg.jpg);
	background-size: cover;
	background-repeat: no-repeat;
}

.dextox-1255 {
	box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
	padding: 36px;
	padding-right: 36px !important;
	border-radius: 59px;
}

.otp-row input:focus-visible {
	outline-offset: inherit;
	outline: inherit;
}
.hfeuek {
	right: 50% !important;
	top: 31% !important;
	color: #fff !important;
}
button#btn_login {
	height: 40px !important;
}

@media only screen and (min-width: 991px) {
	li.nav-item.hgr {
		display: none !important;
	}
}

.apibanking ul li i {
	margin-right: 25px;
}

.apibanking ul li i {
	margin-right Shorthand property to set values for the thickness of the margin area. If left is omitted, it is the same as right. If bottom is omitted it is the same as top, if right is omitted it is the same as top. Negative values for margin properties are allowed, but there may be implementation-specific limits.. Learn more Don't show : 25px;
}
.apibanking ul li {
	font-size: 17px;
}
.apibanking ul li {
	font-size: 17px;
	margin-bottom: 17px;
}
@media (max-width: 1400px) {
  .dextox-nav a.navbar-brand img {
    width: 150px !important;
}
.dextox-nav .navbar .navbar-nav .nav-item a {
    font-size: 14px;
    margin-left: 10px;
    margin-right: 10px;
}
.default-btn {
    padding-left: 18px;
    padding-right: 18px;
  
}
.services-dropdown {
    width: 860px;
}

}
