/*=============================================
=             01. Default Css                 =
=============================================*/
*, *::after, *::before {
	-webkit-box-sizing: border-box;
			box-sizing: border-box;
}

html, body {
	height: 100%;
}
@font-face {
  font-family: "Helvetica";
  src: url('../fonts/Helvetica/Helvetica.ttf');
}
body {
	line-height: 1.74;
	font-size: 15px;
	font-style: normal;
	font-weight: 400;
	visibility: visible;
	font-family: "Helvetica";
	color: #000;
	position: relative;
	background-color: #ffffff;
}
body.no-overflow {
	overflow: hidden;
}

h1, h2, h3, h4, h5, h6 {
	color: #333333;
	font-family: "Helvetica";
	font-weight: 700;
	margin-top: 0;
	margin-bottom: 0;
	line-height: 1.41;
}

h1 {
	font-size: 56px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	h1 {
		font-size: 46px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	h1 {
		font-size: 40px;
	}
}

@media only screen and (max-width: 767px) {
	h1 {
		font-size: 34px;
	}
}

h2 {
	font-size: 48px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	h2 {
		font-size: 36px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	h2 {
		font-size: 36px;
	}
}

@media only screen and (max-width: 767px) {
	h2 {
		font-size: 30px;
	}
}

h3 {
	font-size: 40px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	h3 {
		font-size: 32px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	h3 {
		font-size: 28px;
	}
}

@media only screen and (max-width: 767px) {
	h3 {
		font-size: 25px;
	}
}

h4 {
	font-size: 34px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	h4 {
		font-size: 30px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	h4 {
		font-size: 28px;
	}
}

@media only screen and (max-width: 767px) {
	h4 {
		font-size: 24px;
	}
}

h5 {
	font-size: 24px;
}

@media only screen and (max-width: 767px) {
	h5 {
		font-size: 20px;
	}
}

h6 {
	font-size: 18px;
}

p:last-child {
	margin-bottom: 0;
}

a, button {
	color: inherit;
	display: inline-block;
	line-height: inherit;
	text-decoration: none;
	cursor: pointer;
}

a, button, img, input {
	-webkit-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
	-o-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
	transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
}

*:focus {
	outline: none !important;
}

a:focus {
	color: inherit;
	outline: none;
	text-decoration: none;
}

.btn.focus, .btn:focus {
	outline: none;
	-webkit-box-shadow: none;
					box-shadow: none;
}

a:hover {
	text-decoration: none;
	color: #086AD8;
}

button, input[type="submit"] {
	cursor: pointer;
}

/*ul {
	list-style: outside none none;
	margin: 0;
	padding: 0;
}*/

.form-messege.success,
.form-messege-2.success {
	color: green;
}

.form-messege.error,
.form-messege-2.error {
	color: red;
}

.mark, mark {
	padding: 0 0;
	background-color: transparent;
}

.font-weight--bold {
	font-weight: 800;
}

.font-weight--reguler {
	font-weight: 500;
}

.font-weight--normal {
	font-weight: 400;
}

.font-weight--light {
	font-weight: 300;
}

/*--
		Default Class
*/
.text-color-primary {
	color: #086AD8;
}

.text-color-secondary {
	color: #d2a98e;
}

.text-black {
	color: #333333 !important;
}

.bg-white {
	background: #ffffff;
}

.bg-black {
	background: #333;
}

.bg-gray {
	background: #F8F8F8;
}

.bg-gray-2 {
	background: #F6FAFE;
}

.bg-gray-3 {
	background: #f6f2ed;
}

.bg-theme-default {
	background: #086AD8;
}

.theme-bg-secondary {
	background: #d2a98e;
}

.bg-theme-three {
	background: #002FA6;
}

.sub-heading {
	color: #6d70a6;
}

.black-bg {
	background: #000000;
}

.border-radus-5 {
	border-radius: 5px;
}

.text-green {
	color: #d2a98e;
}

.bg-gradient {
	background: -webkit-linear-gradient(top, #FFF 0, #F5F5F5 100%);
}

/*-- Tab Content & Pane Fix --*/
select {
	padding: 3px 20px;
	height: 56px;
	max-width: 100%;
	width: 100%;
	outline: none;
	border: 1px solid #f8f8f8;
	border-radius: 5px;
	background: #f8f8f8 url("../images/icons/selector-icon.webp") no-repeat center right 20px;
	background-color: #f8f8f8;
	-moz-appearance: none;
	-webkit-appearance: none;
}

select:focus {
	background: #f8f8f8 url("../images/icons/selector-icon.webp") no-repeat center right 20px !important;
}

.fixed-bg {
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
}

/*------- Defauld Class --------*/
.text-black {
	color: #333;
}

.box-shadow-top {
	-webkit-box-shadow: 0 10px 15px rgba(0, 0, 0, 0.05);
					box-shadow: 0 10px 15px rgba(0, 0, 0, 0.05);
}

.border {
	border: 1px solid #ededed !important;
}

.border-top {
	border-top: 1px solid #ededed !important;
}

.border-right {
	border-right: 1px solid #ededed !important;
}

.border-bottom {
	border-bottom: 1px solid #ededed !important;
}

.border-left {
	border-left: 1px solid #ededed !important;
}

.border-top-dash {
	border-top: 1px dashed #ddd !important;
}

.border-bottom-dash {
	border-bottom: 1px dashed #ddd !important;
}

.border-top-thick {
	border-top: 2px solid #ededed !important;
}

.border-bottom-thick {
	border-bottom: 2px solid #ededed !important;
}

.border-top-drak {
	border-top: 1px solid rgba(255, 255, 255, 0.2) !important;
}

.border-bottom-drak {
	border-bottom: 1px solid rgba(255, 255, 255, 0.2) !important;
}

.section-title mark {
	color: #38cb89;
	padding: .0em;
	background-color: transparent;
}

.section-sub-title {
	color: #ababab;
	font-size: 14px;
	letter-spacing: 3px;
	text-transform: uppercase;
	line-height: 1.43;
	margin-top: -5px;
}

.section-under-heading {
	font-size: 18px;
	font-weight: 500;
	line-height: 1.40;
	color: #333333;
}

.section-under-heading a {
	color: #086AD8;
	border-bottom: 1px solid #ccc;
	position: relative;
}

.section-under-heading a::before {
	content: '';
	width: 0;
	height: 1px;
	bottom: -1px;
	position: absolute;
	left: auto;
	right: 0;
	z-index: 1;
	-webkit-transition: width 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
	-o-transition: width 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
	transition: width 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
	background: currentColor;
}

.section-under-heading a:hover::before {
	width: 100%;
	left: 0;
	right: auto;
}

.img-width {
	width: 100%;
}

.title-dec-text {
	text-align: center;
	max-width: 760px;
	margin: auto;
}

::-moz-selection {
	color: #ffffff;
	background-color: #086AD8;
}

::selection {
	color: #ffffff;
	background-color: #086AD8;
}

form {
	/* FF 4-18 */
	/* FF 19+ */
	/* IE 10+ */
}

form input:focus::-webkit-input-placeholder {
	color: transparent;
}

form input:focus::-moz-placeholder {
	color: transparent;
}

form input:focus:-ms-input-placeholder {
	color: transparent;
}

form input::-webkit-input-placeholder, form textarea::-webkit-input-placeholder {
	-webkit-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
	transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
}

form input::-moz-placeholder, form textarea::-moz-placeholder {
	-moz-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
	transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
}

form input:-ms-input-placeholder, form textarea:-ms-input-placeholder {
	-ms-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
	transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
}

form input::-ms-input-placeholder, form textarea::-ms-input-placeholder {
	-ms-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
	transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
}

form input::placeholder, form textarea::placeholder {
	-webkit-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
	-o-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
	transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
}

input[type="text"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="number"]:focus, input[type="tel"]:focus, input[type="range"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="week"]:focus, input[type="time"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="color"]:focus, textarea:focus, select:focus, select:focus, textarea:focus {
	color: #086AD8;
	border-color: #086AD8;
}

input[type="checkbox"] {
	position: relative;
	background: 0 0;
	border-width: 0;
	-webkit-box-shadow: none;
					box-shadow: none;
	margin: 0 10px 0 3px;
	cursor: pointer;
}

/*===================================
		- Breadvrumb  
=================================*/
.breadcrumb-area {
	padding-top: 114px;
	padding-bottom: 114px;
	background-color: #f6f2ed;
	background-repeat: no-repeat;
	background-position: center center;
	border-bottom-width: 0px;
	padding-top: 136px;
	padding-bottom: 131px;
	background-size: cover;
	z-index: 3;
	position: relative;
	background-image: url(../images/bg/title-bar-01-bg.webp);
}

@media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 992px) and (max-width: 1199px) {
	.breadcrumb-area {
		padding-top: 80px;
		padding-bottom: 80px;
	}
}

.breadcrumb-list {
	margin-top: 20px;
}

.breadcrumb-list li {
	display: inline-block;
	font-size: 14px;
	font-weight: 500;
	letter-spacing: 2px;
	line-height: 1.58;
	text-transform: uppercase;
}

.breadcrumb-list li a {
	position: relative;
}

.breadcrumb-list li a::after {
	content: '';
	width: 0;
	height: 1px;
	bottom: 0;
	position: absolute;
	left: auto;
	right: 0;
	z-index: -1;
	-webkit-transition: width 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
	-o-transition: width 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
	transition: width 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
	background: currentColor;
}

.breadcrumb-list li a:hover::after {
	width: 100%;
	left: 0;
	right: auto;
	z-index: 0;
}

.breadcrumb-list li.active {
	color: #6D70A6;
}

.page-pagination li {
	display: inline-block;
}

.page-pagination li a {
	font-weight: 500;
	padding: 0 10px;
	display: block;
	text-align: center;
	line-height: 41px;
	min-width: 41px;
	height: 41px;
	text-transform: uppercase;
	color: #ababab;
	letter-spacing: 2px;
	border-radius: 5px;
}

.page-pagination li a.current {
	background: #f6f5f9;
	color: #086AD8;
}

.page-pagination li a:hover {
	color: #086AD8;
}

/*=============================================
=                - Preloader                =
=============================================*/
.preloader-active {
	position: fixed;
	top: 0;
	left: 0;
	overflow: hidden;
	height: 100vh;
	width: 100vw;
	z-index: 99999;
}

.preloader-active .preloader-area-wrap {
	background-color: #ffffff;
	position: absolute;
	left: 0;
	display: block;
	top: 0;
	height: 100%;
	width: 100%;
	z-index: 999999;
}

.preloader-active .preloader-area-wrap .spinner div {
	background-color: #086AD8;
	border-radius: 50%;
	width: 20px;
	height: 20px;
	margin-right: 15px;
	-webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
					animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}

.preloader-active .preloader-area-wrap .spinner div.bounce1 {
	-webkit-animation-delay: -0.32s;
	animation-delay: -0.32s;
}

.preloader-active .preloader-area-wrap .spinner div.bounce2 {
	-webkit-animation-delay: -0.16s;
	animation-delay: -0.16s;
}

@-webkit-keyframes sk-bouncedelay {
	0%,
	80%,
	100% {
		-webkit-transform: scale(0);
		transform: scale(0);
	}
	40% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

@keyframes sk-bouncedelay {
	0%,
	80%,
	100% {
		-webkit-transform: scale(0);
		transform: scale(0);
	}
	40% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

.preloader-area-wrap {
	display: none;
}

.open_tm_preloader {
	position: fixed;
	background-color: transparent;
	z-index: 9999;
	height: 100%;
	width: 100%;
	-webkit-transition: .2s all ease;
	-o-transition: .2s all ease;
	transition: .2s all ease;
	-webkit-transition-delay: .5s;
	-o-transition-delay: .5s;
	transition-delay: .5s;
}

.open_tm_preloader.loaded {
	opacity: 0;
	visibility: hidden;
}

.open_tm_preloader.loaded:before, .open_tm_preloader.loaded:after {
	width: 0%;
}

.open_tm_preloader:before, .open_tm_preloader:after {
	content: "";
	position: absolute;
	height: 100%;
	width: 50%;
	background-color: #fff;
	-webkit-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

.open_tm_preloader:before {
	top: 0;
	left: 0;
}

.open_tm_preloader:after {
	bottom: 0;
	right: 0;
}

/*=============================================
	 - Scroll top         
=============================================*/
.scroll-top {
	position: fixed;
	right: 30px;
	bottom: -60px;
	z-index: 999;
	-webkit-box-shadow: 0 30px 50px rgba(0, 0, 0, 0.03);
					box-shadow: 0 30px 50px rgba(0, 0, 0, 0.03);
	display: block;
	padding: 0;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	text-align: center;
	font-size: 25px;
	line-height: 60px;
	cursor: pointer;
	opacity: 0;
	visibility: hidden;
	background-color: #086AD8;
	background-size: 200% auto;
	background-position: left center;
	color: #ffffff;
	-webkit-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
	-o-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
	transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
	overflow: hidden;
}

@media only screen and (max-width: 479px) {
	.scroll-top {
		width: 50px;
		height: 50px;
		line-height: 50px;
		font-size: 20px;
	}
}

.scroll-top.show {
	visibility: visible;
	opacity: 1;
	bottom: 60px;
}

.scroll-top i {
	position: absolute;
	top: 50%;
	left: 50%;
	color: #ffffff;
	-webkit-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
	-o-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
	transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.scroll-top .arrow-top {
	-webkit-transform: translate(-50%, -50%);
			-ms-transform: translate(-50%, -50%);
					transform: translate(-50%, -50%);
}

.scroll-top .arrow-bottom {
	-webkit-transform: translate(-50%, 80px);
			-ms-transform: translate(-50%, 80px);
					transform: translate(-50%, 80px);
}

.scroll-top:hover {
	background-position: right center;
}

.scroll-top:hover .arrow-top {
	-webkit-transform: translate(-50%, -80px);
			-ms-transform: translate(-50%, -80px);
					transform: translate(-50%, -80px);
}

.scroll-top:hover .arrow-bottom {
	-webkit-transform: translate(-50%, -50%);
			-ms-transform: translate(-50%, -50%);
					transform: translate(-50%, -50%);
}

/*=============================================
	 - Dividers Css        
=============================================*/
.separator-wrap {
	text-align: center;
	display: inline-block;
	margin-top: 40px;
}

.separator-wrap .dot {
	border-radius: 50%;
	-webkit-box-shadow: 0 0 12px #def0ff;
					box-shadow: 0 0 12px #def0ff;
	background: #000;
	background-color: #086AD8;
	-webkit-animation: separator-bounce 1.4s ease-in-out 0s infinite both;
					animation: separator-bounce 1.4s ease-in-out 0s infinite both;
	width: 14px;
	height: 14px;
}

.separator-wrap .dot.second-circle {
	margin-top: 18px;
	-webkit-animation-delay: -.16s;
					animation-delay: -.16s;
}

.separator-wrap .dot.third-circle {
	margin-top: 14px;
	-webkit-animation-delay: -.32s;
					animation-delay: -.32s;
}

@-webkit-keyframes separator-bounce {
	0%,
	80%,
	100% {
		-webkit-transform: scale(0.5);
		transform: scale(0.5);
	}
	40% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

@keyframes separator-bounce {
	0%,
	80%,
	100% {
		-webkit-transform: scale(0.5);
		transform: scale(0.5);
	}
	40% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}
/*=====  End of Default CSS  ======*/
/*============================================
=           02. Section Spacing Css          =
=============================================*/
.section-space {
	/* Section Padding Css */
	/* Section Margin Css */
}

.section-space--pt_150 {
	padding-top: 150px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.section-space--pt_150 {
		padding-top: 100px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.section-space--pt_150 {
		padding-top: 80px;
	}
}

@media only screen and (max-width: 767px) {
	.section-space--pt_150 {
		padding-top: 60px;
	}
}

.section-space--ptb_120 {
	padding-top: 120px;
	padding-bottom: 120px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.section-space--ptb_120 {
		padding-top: 80px;
		padding-bottom: 80px;
	}
}

@media only screen and (max-width: 767px) {
	.section-space--ptb_120 {
		padding-top: 60px;
		padding-bottom: 60px;
	}
}

.section-space--pt_120 {
	padding-top: 120px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.section-space--pt_120 {
		padding-top: 80px;
	}
}

@media only screen and (max-width: 767px) {
	.section-space--pt_120 {
		padding-top: 60px;
	}
}

.section-space--pb_120 {
	padding-bottom: 120px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.section-space--pb_120 {
		padding-bottom: 80px;
	}
}

@media only screen and (max-width: 767px) {
	.section-space--pb_120 {
		padding-bottom: 60px;
	}
}

.section-space--ptb_100 {
	padding-top: 100px;
	padding-bottom: 100px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.section-space--ptb_100 {
		padding-top: 80px;
		padding-bottom: 80px;
	}
}

@media only screen and (max-width: 767px) {
	.section-space--ptb_100 {
		padding-top: 60px;
		padding-bottom: 60px;
	}
}

.section-space--pt_100 {
	padding-top: 100px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.section-space--pt_100 {
		padding-top: 80px;
	}
}

@media only screen and (max-width: 767px) {
	.section-space--pt_100 {
		padding-top: 60px;
	}
}

.section-space--pb_100 {
	padding-bottom: 100px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.section-space--pb_100 {
		padding-bottom: 80px;
	}
}

@media only screen and (max-width: 767px) {
	.section-space--pb_100 {
		padding-bottom: 60px;
	}
}

.section-space--ptb_90 {
	padding-top: 90px;
	padding-bottom: 90px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.section-space--ptb_90 {
		padding-top: 60px;
		padding-bottom: 60px;
	}
}

@media only screen and (max-width: 767px) {
	.section-space--ptb_90 {
		padding-top: 40px;
		padding-bottom: 40px;
	}
}

.section-space--pt_90 {
	padding-top: 90px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.section-space--pt_90 {
		padding-top: 60px;
	}
}

@media only screen and (max-width: 767px) {
	.section-space--pt_90 {
		padding-top: 40px;
	}
}

.section-space--pb_90 {
	padding-bottom: 90px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.section-space--pb_90 {
		padding-bottom: 60px;
	}
}

@media only screen and (max-width: 767px) {
	.section-space--pb_90 {
		padding-bottom: 40px;
	}
}

.section-space--ptb_80 {
	padding-top: 80px;
	padding-bottom: 80px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.section-space--ptb_80 {
		padding-top: 60px;
		padding-bottom: 60px;
	}
}

@media only screen and (max-width: 767px) {
	.section-space--ptb_80 {
		padding-top: 40px;
		padding-bottom: 40px;
	}
}

.section-space--pt_80 {
	padding-top: 80px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.section-space--pt_80 {
		padding-top: 60px;
	}
}

@media only screen and (max-width: 767px) {
	.section-space--pt_80 {
		padding-top: 40px;
	}
}

.section-space--pb_80 {
	padding-bottom: 90px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.section-space--pb_80 {
		padding-bottom: 60px;
	}
}

@media only screen and (max-width: 767px) {
	.section-space--pb_80 {
		padding-bottom: 40px;
	}
}

.section-space--ptb_70 {
	padding-top: 70px;
	padding-bottom: 70px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.section-space--ptb_70 {
		padding-top: 40px;
		padding-bottom: 40px;
	}
}

@media only screen and (max-width: 767px) {
	.section-space--ptb_70 {
		padding-top: 30px;
		padding-bottom: 30px;
	}
}

.section-space--pt_70 {
	padding-top: 70px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.section-space--pt_70 {
		padding-top: 40px;
	}
}

@media only screen and (max-width: 767px) {
	.section-space--pt_70 {
		padding-top: 30px;
	}
}

.section-space--pb_70 {
	padding-bottom: 70px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.section-space--pb_70 {
		padding-bottom: 40px;
	}
}

@media only screen and (max-width: 767px) {
	.section-space--pb_70 {
		padding-bottom: 30px;
	}
}

.section-space--ptb_60 {
	padding-top: 60px;
	padding-bottom: 60px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.section-space--ptb_60 {
		padding-top: 60px;
		padding-bottom: 60px;
	}
}

@media only screen and (max-width: 767px) {
	.section-space--ptb_60 {
		padding-top: 60px;
		padding-bottom: 60px;
	}
}

.section-space--pt_60 {
	padding-top: 60px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.section-space--pt_60 {
		padding-top: 60px;
	}
}

@media only screen and (max-width: 767px) {
	.section-space--pt_60 {
		padding-top: 60px;
	}
}

.section-space--pb_60 {
	padding-bottom: 60px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.section-space--pb_60 {
		padding-bottom: 60px;
	}
}

@media only screen and (max-width: 767px) {
	.section-space--pb_60 {
		padding-bottom: 60px;
	}
}

.section-space--pt_40 {
	padding-top: 40px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.section-space--pt_40 {
		padding-top: 30px;
	}
}

@media only screen and (max-width: 767px) {
	.section-space--pt_40 {
		padding-top: 30px;
	}
}

.section-space--pb_40 {
	padding-bottom: 40px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.section-space--pb_40 {
		padding-bottom: 30px;
	}
}

@media only screen and (max-width: 767px) {
	.section-space--pb_40 {
		padding-bottom: 30px;
	}
}

.section-space--ptb_30 {
	padding-top: 30px;
	padding-bottom: 30px;
}

.section-space--pt_30 {
	padding-top: 30px;
}

.section-space--pb_30 {
	padding-bottom: 30px;
}

.section-space--mt_15 {
	margin-top: 15px;
}

.section-space--mt_20 {
	margin-top: 20px;
}

.section-space--mt_30 {
	margin-top: 30px;
}

.section-space--mt_40 {
	margin-top: 40px;
}

.section-space--mt_50 {
	margin-top: 50px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.section-space--mt_50 {
		margin-top: 40px;
	}
}

@media only screen and (max-width: 767px) {
	.section-space--mt_50 {
		margin-top: 30px;
	}
}

.section-space--mt_60 {
	margin-top: 60px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.section-space--mt_60 {
		margin-top: 50px;
	}
}

@media only screen and (max-width: 767px) {
	.section-space--mt_60 {
		margin-top: 30px;
	}
}

.section-space--mt_70 {
	margin-top: 70px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.section-space--mt_70 {
		margin-top: 50px;
	}
}

@media only screen and (max-width: 767px) {
	.section-space--mt_70 {
		margin-top: 30px;
	}
}

.section-space--mt_80 {
	margin-top: 80px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.section-space--mt_80 {
		margin-top: 50px;
	}
}

@media only screen and (max-width: 767px) {
	.section-space--mt_80 {
		margin-top: 30px;
	}
}

.section-space--mt_100 {
	margin-top: 100px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.section-space--mt_100 {
		margin-top: 80px;
	}
}

@media only screen and (max-width: 767px) {
	.section-space--mt_100 {
		margin-top: 60px;
	}
}

.section-space--mt_120 {
	margin-top: 120px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.section-space--mt_120 {
		margin-top: 80px;
	}
}

@media only screen and (max-width: 767px) {
	.section-space--mt_120 {
		margin-top: 60px;
	}
}

.section-space--mb_15 {
	margin-bottom: 15px;
}

.section-space--mb_20 {
	margin-bottom: 20px;
}

.section-space--mb_30 {
	margin-bottom: 30px;
}

.section-space--mb_40 {
	margin-bottom: 40px;
}

@media only screen and (max-width: 767px) {
	.section-space--mb_40 {
		margin-bottom: 30px;
	}
}

.section-space--mb_50 {
	margin-bottom: 50px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.section-space--mb_50 {
		margin-bottom: 40px;
	}
}

@media only screen and (max-width: 767px) {
	.section-space--mb_50 {
		margin-bottom: 30px;
	}
}

.section-space--mb_60 {
	margin-bottom: 60px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.section-space--mb_60 {
		margin-bottom: 50px;
	}
}

@media only screen and (max-width: 767px) {
	.section-space--mb_60 {
		margin-bottom: 30px;
	}
}

.section-space--mb_100 {
	margin-bottom: 100px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.section-space--mb_100 {
		margin-bottom: 80px;
	}
}

@media only screen and (max-width: 767px) {
	.section-space--mb_100 {
		margin-bottom: 60px;
	}
}

.section-space--mb_120 {
	margin-bottom: 120px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.section-space--mb_120 {
		margin-bottom: 80px;
	}
}

@media only screen and (max-width: 767px) {
	.section-space--mb_120 {
		margin-bottom: 60px;
	}
}

.mb-10 {
	margin-bottom: 10px;
}

.mb-15 {
	margin-bottom: 15px;
}

.mb-20 {
	margin-bottom: 20px;
}

.mb-25 {
	margin-bottom: 25px;
}

.mb-30 {
	margin-bottom: 30px;
}

.mb-40 {
	margin-bottom: 40px;
}

.mt-10 {
	margin-top: 10px;
}

.mt-15 {
	margin-top: 15px;
}

.mt-20 {
	margin-top: 20px;
}

.mt-25 {
	margin-top: 25px;
}

.mt-30 {
	margin-top: 30px;
}

.mt-40 {
	margin-top: 40px;
}

@media only screen and (max-width: 767px) {
	.small-mt__0 {
		margin-top: 0px;
	}
	.small-mt__10 {
		margin-top: 10px;
	}
	.small-mt__20 {
		margin-top: 20px;
	}
	.small-mt__30 {
		margin-top: 30px;
	}
	.small-mt__40 {
		margin-top: 40px;
	}
	.small-mt__50 {
		margin-top: 50px;
	}
	.small-mt__60 {
		margin-top: 60px;
	}
	.small-mb__30 {
		margin-bottom: 30px;
	}
	.small-mb__40 {
		margin-bottom: 40px;
	}
	.small-mb__50 {
		margin-bottom: 50px;
	}
	.small-mb__60 {
		margin-bottom: 60px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.tablet-mt__0 {
		margin-top: 0px;
	}
	.tablet-mt__30 {
		margin-top: 30px;
	}
	.tablet-mt__40 {
		margin-top: 40px;
	}
	.tablet-mt__50 {
		margin-top: 50px;
	}
	.tablet-mt__60 {
		margin-top: 60px;
	}
	.tablet-mb__30 {
		margin-bottom: 30px;
	}
	.tablet-mb__40 {
		margin-bottom: 40px;
	}
	.tablet-mb__50 {
		margin-bottom: 50px;
	}
	.tablet-mb__60 {
		margin-bottom: 60px;
	}
}

/*=====  End of spacing  ======*/
/*===========================================
=        03. Custom Animation Css
===========================================*/
@-webkit-keyframes moveVertical {
	to {
		opacity: 1;
		-webkit-transform: translateY(0);
	}
}

@keyframes moveVertical {
	to {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}

@-webkit-keyframes moveHorizontal {
	to {
		-webkit-transform: translateX(0);
		opacity: 1;
	}
}

@keyframes moveHorizontal {
	to {
		-webkit-transform: translateX(0);
		transform: translateX(0);
		opacity: 1;
	}
}

.move-up {
	-webkit-transform: translateY(0px);
	-ms-transform: translateY(0px);
	transform: translateY(0px);
}

.move-up.animate {
	-webkit-transform: translateY(100px);
	-ms-transform: translateY(100px);
	transform: translateY(100px);
	-webkit-animation: moveVertical .65s ease forwards;
	animation: moveVertical .65s ease forwards;
}

.move-up-x {
	-webkit-transform: translateX(0px);
	-ms-transform: translateX(0px);
	transform: translateX(0px);
}

.move-up-x.animate {
	-webkit-transform: translateX(100px);
	-ms-transform: translateX(100px);
	transform: translateX(100px);
	-webkit-animation: moveHorizontal .65s ease forwards;
	animation: moveHorizontal .65s ease forwards;
}

/* ------------------------
		Custom Animation 01 
----------------------------*/
@-webkit-keyframes headerSlideDown {
	0% {
		margin-top: -100px;
	}
	to {
		margin-top: 0;
	}
}

@keyframes headerSlideDown {
	0% {
		margin-top: -100px;
	}
	to {
		margin-top: 0;
	}
}

/* --------------------------------------
		Custom Hide Animation
---------------------------------------*/
@-webkit-keyframes hide-animation {
	0% {
		-webkit-transform: translateY(0);
		opacity: 1;
	}
	to {
		-webkit-transform: translateY(60px);
		opacity: 0;
	}
}

@keyframes hide-animation {
	0% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
		opacity: 1;
	}
	to {
		-webkit-transform: translateY(60px);
		transform: translateY(60px);
		opacity: 0;
	}
}

/* --------------------------------------
		Custom Slide Show Animation
---------------------------------------*/
@-webkit-keyframes show-animation {
	0% {
		-webkit-transform: translateY(60px);
		opacity: 0;
	}
	to {
		-webkit-transform: translateY(0);
		opacity: 1;
	}
}

@keyframes show-animation {
	0% {
		-webkit-transform: translateY(60px);
		transform: translateY(60px);
		opacity: 0;
	}
	to {
		-webkit-transform: translateY(0);
		transform: translateY(0);
		opacity: 1;
	}
}

/* --------------------------------------
		Custom Slide Out To Right
---------------------------------------*/
@-webkit-keyframes slide-out-to-right {
	0% {
		-webkit-transform: translateX(0);
		opacity: 1;
	}
	to {
		-webkit-transform: translateX(40px);
		opacity: 0;
	}
}

@keyframes slide-out-to-right {
	0% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
		opacity: 1;
	}
	to {
		-webkit-transform: translateX(60px);
		transform: translateX(60px);
		opacity: 0;
	}
}

/* --------------------------------------
		Custom Slide Out To Left
---------------------------------------*/
@-webkit-keyframes slide-in-to-left {
	0% {
		-webkit-transform: translateX(60px);
		opacity: 0;
	}
	to {
		-webkit-transform: translateX(0);
		opacity: 1;
	}
}

@keyframes slide-in-to-left {
	0% {
		-webkit-transform: translateX(40px);
		transform: translateX(40px);
		opacity: 0;
	}
	to {
		-webkit-transform: translateX(0);
		transform: translateX(0);
		opacity: 1;
	}
}

/* ------------------------
		Brook Hover Effect 
---------------------------*/
.brook-transition {
	-webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
	-o-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
	transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.bk-hover a {
	position: relative;
	overflow: hidden;
	z-index: 1;
	display: inline-block;
	color: #999;
}

.bk-hover a::after {
	content: "";
	width: 0;
	height: 1px;
	bottom: 0;
	position: absolute;
	left: auto;
	right: 0;
	z-index: -1;
	-webkit-transition: width 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
	-o-transition: width 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
	transition: width 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
	background: currentColor;
}

.bk-hover a:hover::after {
	width: 100%;
	left: 0;
	right: auto;
}

/* ------------------------
		Separator Bounce 
---------------------------*/
@-webkit-keyframes separator-bounce {
	0%,
	80%,
	to {
		-webkit-transform: scale(0.5);
		transform: scale(0.5);
	}
	40% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

@keyframes separator-bounce {
	0%,
	80%,
	to {
		-webkit-transform: scale(0.5);
		transform: scale(0.5);
	}
	40% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

/*=============================================
=            04. container Css            =
=============================================*/
@media (min-width: 1600px) {
	.container {
		width: 1340px;
	}
	.container-fluid--cp-150 {
		padding: 0 150px !important;
	}
}

@media (min-width: 1600px) and (max-width: 1664px) {
	.container-fluid--cp-150 {
		padding: 0 110px !important;
	}
}

@media (min-width: 1200px) {
	.container-fluid--cp-150 {
		padding: 0 50px;
	}
}

@media (min-width: 1700px) {
	.container-fluid--cp-140 {
		padding: 0 140px !important;
	}
}

@media (min-width: 1700px) and (max-width: 1663px) {
	.container-fluid--cp-140 {
		padding: 0 100px !important;
	}
}

@media (min-width: 1600px) and (max-width: 1664px) {
	.container-fluid--cp-140 {
		padding: 0 30px !important;
	}
}

@media (min-width: 1200px) {
	.container-fluid--cp-140 {
		padding: 0 30px;
	}
}

@media (min-width: 1600px) {
	.container-fluid--cp-120 {
		padding: 0 120px !important;
	}
}

@media (min-width: 1600px) and (max-width: 1664px) {
	.container-fluid--cp-120 {
		padding: 0 110px !important;
	}
}

@media (min-width: 1200px) {
	.container-fluid--cp-120 {
		padding: 0 50px;
	}
}

@media (min-width: 1600px) {
	.container-fluid--cp-80 {
		padding: 0 80px !important;
	}
}

@media (min-width: 1600px) and (max-width: 1664px) {
	.container-fluid--cp-80 {
		padding: 0 30px !important;
	}
}

@media (min-width: 1200px) {
	.container-fluid--cp-80 {
		padding: 0 30px;
	}
}

.container-fluid--cp-60 {
	padding: 0 60px;
}

@media only screen and (max-width: 767px) {
	.container-fluid--cp-60 {
		padding: 0 15px;
	}
}

.container-fluid--cp-30 {
	padding: 0 30px;
}

@media only screen and (max-width: 767px) {
	.container-fluid--cp-30 {
		padding: 0 15px;
	}
}

@media (min-width: 1200px) {
	.page-content-double-sidebar .container {
		max-width: 1600px;
	}
}

@media (max-width: 1919px) {
	.container-fluid--cp-60 {
		padding: 0 30px;
	}
	.container-fluid--cp-80 {
		padding: 0 40px;
	}
}

@media only screen and (max-width: 1919px) and (max-width: 767px) {
	.container-fluid--cp-80 {
		padding: 0 30px;
	}
}

@media only screen and (max-width: 1919px) and (max-width: 575px) {
	.container-fluid--cp-80 {
		padding: 0 15px;
	}
}

.container_fl {
	padding-left: 15px;
	padding-right: 15px;
}

.col-06__left {
	width: 600px;
	max-width: 100%;
	float: right;
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
	.col-06__left {
		float: none;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 40px;
	}
}

.col-06__right {
	width: 600px;
	max-width: 100%;
	float: left;
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
	.col-06__right {
		float: none;
		margin-left: auto;
		margin-right: auto;
	}
}

.banner-image__content {
	width: 570px;
	max-width: 100%;
}

.row--35 {
	margin-left: -35px;
	margin-right: -35px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.row--35 {
		margin-left: -15px;
		margin-right: -15px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.row--35 {
		margin-left: -15px;
		margin-right: -15px;
	}
}

@media only screen and (max-width: 767px) {
	.row--35 {
		margin-left: -15px !important;
		margin-right: -15px !important;
	}
}

.row--35 > [class*="col"],
.row--35 > [class*="col-"] {
	padding-left: 35px;
	padding-right: 35px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.row--35 > [class*="col"],
	.row--35 > [class*="col-"] {
		padding-left: 15px;
		padding-right: 15px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.row--35 > [class*="col"],
	.row--35 > [class*="col-"] {
		padding-left: 15px !important;
		padding-right: 15px !important;
	}
}

@media only screen and (max-width: 767px) {
	.row--35 > [class*="col"],
	.row--35 > [class*="col-"] {
		padding-left: 15px !important;
		padding-right: 15px !important;
	}
}

.row--30 {
	margin-left: -30px;
	margin-right: -30px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.row--30 {
		margin-left: -15px;
		margin-right: -15px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.row--30 {
		margin-left: -15px;
		margin-right: -15px;
	}
}

@media only screen and (max-width: 767px) {
	.row--30 {
		margin-left: -15px !important;
		margin-right: -15px !important;
	}
}

.row--30 > [class*="col"],
.row--30 > [class*="col-"] {
	padding-left: 30px;
	padding-right: 30px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.row--30 > [class*="col"],
	.row--30 > [class*="col-"] {
		padding-left: 15px;
		padding-right: 15px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.row--30 > [class*="col"],
	.row--30 > [class*="col-"] {
		padding-left: 15px !important;
		padding-right: 15px !important;
	}
}

@media only screen and (max-width: 767px) {
	.row--30 > [class*="col"],
	.row--30 > [class*="col-"] {
		padding-left: 15px !important;
		padding-right: 15px !important;
	}
}

.row--10 {
	margin-left: -10px;
	margin-right: -10px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.row--10 {
		margin-left: -10px;
		margin-right: -10px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.row--10 {
		margin-left: -10px;
		margin-right: -10px;
	}
}

@media only screen and (max-width: 767px) {
	.row--10 {
		margin-left: -10px !important;
		margin-right: -10px !important;
	}
}

.row--10 > [class*="col"],
.row--10 > [class*="col-"] {
	padding-left: 10px;
	padding-right: 10px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.row--10 > [class*="col"],
	.row--10 > [class*="col-"] {
		padding-left: 10px;
		padding-right: 10px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.row--10 > [class*="col"],
	.row--10 > [class*="col-"] {
		padding-left: 10px !important;
		padding-right: 10px !important;
	}
}

@media only screen and (max-width: 767px) {
	.row--10 > [class*="col"],
	.row--10 > [class*="col-"] {
		padding-left: 10px !important;
		padding-right: 10px !important;
	}
}

/*=====  End of container  ======*/
/*=============================================
=              05. Header Css            =
=============================================*/
.header-area {
	position: relative;
	z-index: 9;
}

.header-area .is-sticky {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	-webkit-animation: .95s ease-in-out 0s normal none 1 running fadeInDown;
					animation: .95s ease-in-out 0s normal none 1 running fadeInDown;
	z-index: 999;
	-webkit-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
	-o-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
	transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
	-webkit-box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
					box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
	background-color: #fff;
}

.header-area .is-sticky .navigation-menu--text_white > ul > li > a {
	color: #444;
}

.header-area .is-sticky .navigation-menu--text_white > ul > li > a > span:after {
	background-color: #444;
}

.header-area .is-sticky .navigation-menu--text_white > ul > li.active > a {
	color: #000000;
}

.header-area .is-sticky .navigation-menu--text_white > ul > li:hover > a:after, .header-area .is-sticky .navigation-menu--text_white > ul > li.active > a:after {
	color: #000000;
}

.header-area .is-sticky .navigation-menu--text_white > ul > li:hover > a > span, .header-area .is-sticky .navigation-menu--text_white > ul > li.active > a > span {
	color: #000000;
}

.header-area .is-sticky .header-search-form .search-form-top .style-02 {
	background-color: transparent;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
}

.header-area .is-sticky .header-search-form .search-form-top.style-03 {
	background-color: transparent;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
}

.header-area .is-sticky .header-search-form .search-form-top.style-03 input::-webkit-input-placeholder, .header-area .is-sticky .header-search-form .search-form-top.style-03 textarea::-webkit-input-placeholder {
	color: #333;
}

.header-area .is-sticky .header-search-form .search-form-top.style-03 input::-moz-placeholder, .header-area .is-sticky .header-search-form .search-form-top.style-03 textarea::-moz-placeholder {
	color: #333;
}

.header-area .is-sticky .header-search-form .search-form-top.style-03 input:-ms-input-placeholder, .header-area .is-sticky .header-search-form .search-form-top.style-03 textarea:-ms-input-placeholder {
	color: #333;
}

.header-area .is-sticky .header-search-form .search-form-top.style-03 input::-ms-input-placeholder, .header-area .is-sticky .header-search-form .search-form-top.style-03 textarea::-ms-input-placeholder {
	color: #333;
}

.header-area .is-sticky .header-search-form .search-form-top.style-03 input::placeholder, .header-area .is-sticky .header-search-form .search-form-top.style-03 textarea::placeholder {
	color: #333;
}

.header-area .is-sticky .header-search-form .search-form-top .search-field {
	color: #000;
}

.header-area .is-sticky .header-search-form .search-form-top .search-submit {
	color: #333;
}

.header-area .is-sticky .header__logo .dark-logo {
	display: inherit;
}

.header-area .is-sticky .header__logo .light-logo {
	display: none;
}

.header-area .is-sticky .menu-style-four .navigation-menu > ul > li > a {
	color: #333;
}

.header-area .is-sticky .menu-style-four .navigation-menu > ul > li:hover > a:after, .header-area .is-sticky .menu-style-four .navigation-menu > ul > li.active > a:after {
	color: #333;
}

.header-area .is-sticky .menu-style-four .navigation-menu > ul > li:hover > a > span, .header-area .is-sticky .menu-style-four .navigation-menu > ul > li.active > a > span {
	color: #333;
}

.header-area .is-sticky .menu-style-four .navigation-menu > ul > li:hover > a:before, .header-area .is-sticky .menu-style-four .navigation-menu > ul > li.active > a:before {
	width: 100%;
	left: 0;
}

.header-area .is-sticky .header-search-form-two.white-icon a {
	color: #333;
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
	.header-area.is-sticky.only-mobile-sticky {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		-webkit-animation: .95s ease-in-out 0s normal none 1 running fadeInDown;
						animation: .95s ease-in-out 0s normal none 1 running fadeInDown;
		z-index: 999;
		-webkit-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
		-o-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
		transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
		-webkit-box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
						box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
		background-color: #fff;
	}
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
	.header-area.is-sticky.only-mobile-sticky .header-bottom-wrap.is-sticky {
		display: none !important;
	}
}

.header-area--absolute {
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 5;
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
	.header-area--absolute {
		position: static;
	}
}

.header-area--absolute__inner {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 5;
}

.header-area--default {
	border-color: #E4E8F6;
	-webkit-box-shadow: 0 10px 15px rgba(0, 0, 0, 0.05);
					box-shadow: 0 10px 15px rgba(0, 0, 0, 0.05);
}

.header {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
			-ms-flex-align: center;
					align-items: center;
	/* logo */
}

.header__logo {
	/*-webkit-flex-basis: 20%;
			-ms-flex-preferred-size: 20%;
					flex-basis: 20%;*/
	padding: 14px 0;
	text-align: left;
	-webkit-flex-shrink: 0;
			-ms-flex-negative: 0;
					flex-shrink: 0;
}

.header__logo.top-logo {
	padding: 25px 0;
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
	.header__logo {
		-webkit-flex-basis: 20%;
				-ms-flex-preferred-size: 20%;
						flex-basis: 20%;
	}
}

@media only screen and (max-width: 767px) {
	.header__logo {
		-webkit-flex-basis: 50%;
				-ms-flex-preferred-size: 50%;
						flex-basis: 50%;
	}
	.header__logo.top-logo {
		padding: 15px 0;
	}
}

.header__logo .dark-logo {
	display: none;
}

.header__logo .light-logo {
	display: inherit;
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
	.header__logo .dark-logo {
		display: inherit;
	}
	.header__logo .light-logo {
		display: none;
	}
}

.header.default-menu-style .header__logo {
	-webkit-flex-basis: 23.5%;
			-ms-flex-preferred-size: 23.5%;
					flex-basis: 23.5%;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
			-ms-flex-pack: center;
					justify-content: center;
	padding: 14px 0;
}

@media only screen and (min-width: 1200px) and (max-width: 1499px) {
	.header.default-menu-style .header__logo {
		-webkit-flex-basis: 13%;
				-ms-flex-preferred-size: 13%;
						flex-basis: 13%;
	}
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
	.header.default-menu-style .header__logo {
		-webkit-flex-basis: 40%;
				-ms-flex-preferred-size: 40%;
						flex-basis: 40%;
		-webkit-box-pack: start;
		-webkit-justify-content: flex-start;
				-ms-flex-pack: start;
						justify-content: flex-start;
	}
}

@media only screen and (max-width: 767px) {
	.header.default-menu-style .header__logo {
		-webkit-flex-basis: 50%;
				-ms-flex-preferred-size: 50%;
						flex-basis: 50%;
		-webkit-box-pack: start;
		-webkit-justify-content: flex-start;
				-ms-flex-pack: start;
						justify-content: flex-start;
	}
}

.header.default-menu-style .header-midle-box {
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
			-ms-flex-positive: 1;
					flex-grow: 1;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
			-ms-flex-pack: center;
					justify-content: center;
}

.header.default-menu-style .header-right-box {
	-webkit-flex-shrink: 0;
			-ms-flex-negative: 0;
					flex-shrink: 0;
	-webkit-flex-basis: 23.5%;
			-ms-flex-preferred-size: 23.5%;
					flex-basis: 23.5%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
			-ms-flex-pack: end;
					justify-content: flex-end;
	-webkit-box-align: center;
	-webkit-align-items: center;
			-ms-flex-align: center;
					align-items: center;
}

@media only screen and (min-width: 1200px) and (max-width: 1499px) {
	.header.default-menu-style .header-right-box {
		-webkit-flex-basis: 23%;
				-ms-flex-preferred-size: 23%;
						flex-basis: 23%;
	}
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.header.default-menu-style .header-right-box {
		-webkit-flex-basis: 60%;
				-ms-flex-preferred-size: 60%;
						flex-basis: 60%;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.header.default-menu-style .header-right-box {
		-webkit-flex-basis: 60%;
				-ms-flex-preferred-size: 60%;
						flex-basis: 60%;
	}
}

@media only screen and (max-width: 767px) {
	.header.default-menu-style .header-right-box {
		-webkit-flex-basis: 50%;
				-ms-flex-preferred-size: 50%;
						flex-basis: 50%;
	}
}

.header.default-menu-style .header-right-box .header-right-inner {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin: 0 -12px;
	-webkit-box-align: center;
	-webkit-align-items: center;
			-ms-flex-align: center;
					align-items: center;
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
			-ms-flex-pack: end;
					justify-content: flex-end;
	-webkit-flex-shrink: 0;
			-ms-flex-negative: 0;
					flex-shrink: 0;
}

@media only screen and (max-width: 767px) {
	.header.default-menu-style .header-right-box .header-right-inner {
		margin: auto;
	}
}
.header-right {
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
			-ms-flex-positive: 1;
					flex-grow: 1;
	-webkit-align-self: stretch;
			-ms-flex-item-align: stretch;
					align-self: stretch;
	-webkit-box-align: center;
	-webkit-align-items: center;
			-ms-flex-align: center;
					align-items: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
			-ms-flex-pack: end;
					justify-content: flex-end;
}

.header-right-inner {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin: 0 -12px;
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
			-ms-flex-pack: end;
					justify-content: flex-end;
	-webkit-flex-shrink: 0;
			-ms-flex-negative: 0;
					flex-shrink: 0;
	padding: 0 12px;
}

@media only screen and (max-width: 767px) {
	.header-right-inner {
		position: absolute;
		top: 100%;
		left: 0;
		right: 0;
		margin: auto;
		width: 100%;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
				-ms-flex-pack: center;
						justify-content: center;
		padding: 20px;
		-webkit-box-shadow: 0 15px 40px rgba(0, 0, 0, 0.09);
						box-shadow: 0 15px 40px rgba(0, 0, 0, 0.09);
		-webkit-transform: translateY(30px);
				-ms-transform: translateY(30px);
						transform: translateY(30px);
		background-color: #ffffff;
		visibility: hidden;
		opacity: 0;
		-webkit-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
		-o-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
		transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
				-ms-flex-direction: column;
						flex-direction: column;
	}
}

@media only screen and (max-width: 767px) {
	.header-right-inner.active {
		visibility: visible;
		opacity: 1;
		-webkit-transform: translateY(0);
				-ms-transform: translateY(0);
						transform: translateY(0);
		z-index: 999;
	}
}

@media only screen and (max-width: 767px) {
	.header-right-box .header-right-inner {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-webkit-flex-direction: row;
				-ms-flex-direction: row;
						flex-direction: row;
	}
}

@media only screen and (max-width: 575px) {
	.header-right-box .header-right-inner {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
				-ms-flex-direction: column;
						flex-direction: column;
	}
}

.header-top-info-slider-werap {
	overflow: hidden;
	max-width: 770px;
	width: 100%;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.header-top-info-slider-werap {
		max-width: 540px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.header-top-info-slider-werap {
		max-width: 280px;
	}
}

@media only screen and (max-width: 767px) {
	.header-top-info-slider-werap {
		max-width: 100%;
	}
}

.header-top-info-slider-werap {
	padding: 0 12px;
}

@media only screen and (max-width: 767px) {
	.header-top-info-slider-werap {
		padding: 0 0px;
	}
}

.header-top-info-inner .info-item {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
			-ms-flex-align: center;
					align-items: center;
	border-left: 1px solid #ddd;
	padding-left: 19px;
}

.header-top-info-inner .info-item .info-icon {
	width: 41px;
	-webkit-flex-shrink: 0;
			-ms-flex-negative: 0;
					flex-shrink: 0;
	font-size: 30px;
	line-height: 1;
	color: #d2a98e;
}

.header-top-info-inner .info-item .info-content {
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
			-ms-flex-positive: 1;
					flex-grow: 1;
}

.header-top-info-inner .info-item .info-content .info-title {
	font-size: 14px;
	font-weight: 700;
	line-height: 1.18;
	margin-bottom: 6px;
}

.header-top-info-inner .info-item .info-content .info-sub-title {
	font-size: 14px;
}

@media only screen and (max-width: 767px) {
	.header-top-info-inner .info-item {
		padding-left: 0px;
		margin-top: 20px;
	}
}

.header-top-info-inner.default-color .info-item .info-icon {
	color: #086AD8;
}

.top-info-slider__container {
	cursor: w-resize;
}

.top-info-slider__container .swiper-slide-active .info-item {
	border-left: none;
}

.header-social-networks.style-icons a {
	display: inline-block;
	padding: 0 10px;
	font-size: 18px;
	margin-top: 10px;
}

.header-bottom-inner {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
			-ms-flex-align: center;
					align-items: center;
}

.header-bottom-left-wrap {
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
			-ms-flex-positive: 1;
					flex-grow: 1;
}
.top-bar-left {
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
			-ms-flex-positive: 1;
					flex-grow: 1;
}

.top-bar-left .top-bar-text {
	font-size: 14px;
	line-height: 1.78;
}

.top-bar-left .top-bar-text .font-medium {
	font-weight: 500;
}

.top-bar-wrap {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
			-ms-flex-align: center;
					align-items: center;
	height: 50px;
}

.top-bar-wrap .top-bar-right .top-bar-info .info-item {
	display: inline-block;
	margin-left: 15px;
	font-size: 14px;
}

.top-bar-wrap .top-bar-right .top-bar-info .info-item:first-child {
	margin-left: 0;
}

.top-bar-wrap .top-bar-right .top-bar-info .info-item .info-icon {
	margin-right: 5px;
	font-size: 14px;
}

.top-message {
	padding: 10px 0;
	font-size: 14px;
	line-height: 1.78;
}

.top-message a {
	color: #002FA6;
	font-weight: 500;
}

.top-message a:hover {
	color: #d2a98e;
}

/*============================== 
		- Navigation Menu Css
===============================*/
.navigation-menu > ul {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.navigation-menu > ul > li {
	margin: 0 24px;
}

@media only screen and (min-width: 1500px) and (max-width: 1599px) {
	.navigation-menu > ul > li {
		margin: 0 22px;
	}
}

@media only screen and (min-width: 1200px) and (max-width: 1499px) {
	.navigation-menu > ul > li {
		margin: 0 15px;
	}
}

.navigation-menu > ul > li > a {
	display: block;
	color: #000000;
	padding: 21px 2px;
	position: relative;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.18;
	-webkit-transition: all 0.0s ease-in-out;
	-o-transition: all 0.0s ease-in-out;
	transition: all 0.0s ease-in-out;
}

.navigation-menu > ul > li > a:before {
	content: '';
	width: 0;
	height: 3px;
	bottom: 0;
	position: absolute;
	left: 0;
	background-color: #086AD8;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.navigation-menu > ul > li > a span {
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.navigation-menu > ul > li.has-children > a {
	position: relative;
}

.navigation-menu > ul > li.has-children > a:after {
	position: static;
	margin-left: 5px;
	font-family: "Font Awesome 5 Pro";
	content: '\f107';
	font-size: 14px;
	vertical-align: middle;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.navigation-menu > ul > li.has-children--multilevel-submenu {
	position: relative;
}

.navigation-menu > ul > li.has-children:hover .megamenu {
	-webkit-transform: translateY(0);
			-ms-transform: translateY(0);
					transform: translateY(0);
	visibility: visible;
	opacity: 1;
}

.navigation-menu > ul > li.has-children:hover .megamenu--home-variation__item {
	visibility: visible;
	opacity: 1;
	-webkit-transform: translateY(0);
			-ms-transform: translateY(0);
					transform: translateY(0);
}

.navigation-menu > ul > li.has-children:hover > .submenu {
	-webkit-transform: translateY(0);
			-ms-transform: translateY(0);
					transform: translateY(0);
	visibility: visible;
	opacity: 1;
}

.navigation-menu > ul > li:hover > a:after, .navigation-menu > ul > li.active > a:after {
	color: #086AD8;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.navigation-menu > ul > li:hover > a span, .navigation-menu > ul > li.active > a span {
	color: #086AD8;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.navigation-menu > ul > li:hover > a:before, .navigation-menu > ul > li.active > a:before {
	width: 100%;
	left: 0;
}

.navigation-menu.primary--menu > ul > li > a {
	padding: 31px 2px;
}

.navigation-menu--text_white > ul > li > a {
	color: rgba(255, 255, 255, 0.7);
}

.navigation-menu--text_white > ul > li > a:before {
	background-color: #ffffff;
}

.navigation-menu--text_white > ul > li.active > a {
	color: #ffffff;
}

.navigation-menu--text_white > ul > li:hover > a:after, .navigation-menu--text_white > ul > li.active > a:after {
	color: #ffffff;
}

.navigation-menu--text_white > ul > li:hover > a > span, .navigation-menu--text_white > ul > li.active > a > span {
	color: #ffffff;
}

.header-bottom-left-wrap .navigation-menu > ul > li:first-child {
	margin: 0 24px 0 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.is-sticky .white-md-icon i {
		background-color: #333;
	}
	.is-sticky .white-md-icon i:before {
		background-color: #333;
	}
	.is-sticky .white-md-icon i:after {
		background-color: #333;
	}
}

.page-open-off-sidebar:hover i {
	width: 100%;
}

.page-open-off-sidebar:hover i:before {
	width: 100%;
}

.page-open-off-sidebar:hover i:after {
	width: 100%;
}

.page-open-off-sidebar i {
	width: 100%;
	background-color: #333;
}

.page-open-off-sidebar i:before {
	width: 70%;
	background-color: #333;
}

.page-open-off-sidebar i:after {
	width: 70%;
	background-color: #333;
}

.hidden-icons-menu {
	margin-left: 15px;
}

.hidden-icons-menu a {
	color: #6D70A6;
	font-size: 20px;
}

.hidden-icons-menu a:hover {
	color: #086AD8;
}

/*================================ 
		- Mobile Menu Overlay Css
==================================*/
.mobile-menu-overlay, .page-oppen-off-sidebar {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #333333;
	overflow: auto;
	-webkit-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
	-o-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
	transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
	z-index: 9999;
	background: rgba(0, 0, 0, 0.7);
	cursor: url(../images/icons/light-close.webp) 16 16, pointer;
	visibility: hidden;
	opacity: 0;
}

.mobile-menu-overlay__inner, .page-oppen-off-sidebar__inner {
	-webkit-transform: translateX(120%);
			-ms-transform: translateX(120%);
					transform: translateX(120%);
	width: 400px;
	height: 100%;
	float: right;
	cursor: default;
	background: #086AD8;
	-webkit-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
	-o-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
	transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
	overflow-y: auto;
}

@media only screen and (max-width: 479px) {
	.mobile-menu-overlay__inner, .page-oppen-off-sidebar__inner {
		width: 300px;
	}
}

.mobile-menu-overlay.active, .page-oppen-off-sidebar.active {
	visibility: visible;
	opacity: 1;
}

.mobile-menu-overlay.active .mobile-menu-overlay__inner, .page-oppen-off-sidebar.active .mobile-menu-overlay__inner {
	-webkit-transform: translateX(0%);
			-ms-transform: translateX(0%);
					transform: translateX(0%);
}

.mobile-menu-overlay__header, .page-oppen-off-sidebar__header {
	background-color: #ffffff;
	padding: 15px 0;
}

.mobile-menu-overlay__header .mobile-navigation-close-icon, .page-oppen-off-sidebar__header .mobile-navigation-close-icon {
	position: relative;
	cursor: pointer;
	height: 40px;
	width: 40px;
	line-height: 40px;
	display: inline-block;
}

.mobile-menu-overlay__header .mobile-navigation-close-icon:before, .page-oppen-off-sidebar__header .mobile-navigation-close-icon:before {
	position: absolute;
	top: 23px;
	left: 8px;
	content: '';
	width: 24px;
	height: 3px;
	background: #333333;
	-webkit-transform-origin: 50% 50%;
			-ms-transform-origin: 50% 50%;
					transform-origin: 50% 50%;
	-webkit-transform: rotate(45deg);
			-ms-transform: rotate(45deg);
					transform: rotate(45deg);
	-webkit-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
	-o-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
	transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.mobile-menu-overlay__header .mobile-navigation-close-icon:after, .page-oppen-off-sidebar__header .mobile-navigation-close-icon:after {
	position: absolute;
	top: 23px;
	left: 8px;
	content: '';
	width: 24px;
	height: 3px;
	background: #333333;
	-webkit-transform-origin: 50% 50%;
			-ms-transform-origin: 50% 50%;
					transform-origin: 50% 50%;
	-webkit-transform: rotate(-45deg);
			-ms-transform: rotate(-45deg);
					transform: rotate(-45deg);
	-webkit-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
	-o-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
	transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.mobile-menu-overlay__header .mobile-navigation-close-icon:hover, .page-oppen-off-sidebar__header .mobile-navigation-close-icon:hover {
	color: #086AD8;
}

.mobile-menu-overlay__header .mobile-navigation-close-icon:hover:before, .mobile-menu-overlay__header .mobile-navigation-close-icon:hover:after, .page-oppen-off-sidebar__header .mobile-navigation-close-icon:hover:before, .page-oppen-off-sidebar__header .mobile-navigation-close-icon:hover:after {
	-webkit-transform: none;
			-ms-transform: none;
					transform: none;
}

.mobile-menu-overlay__body, .page-oppen-off-sidebar__body {
	padding: 20px 40px 100px;
}

.mobile-menu-overlay__body .offcanvas-navigation, .page-oppen-off-sidebar__body .offcanvas-navigation {
	/* onepage style */
}

.mobile-menu-overlay__body .offcanvas-navigation > ul > li, .page-oppen-off-sidebar__body .offcanvas-navigation > ul > li {
	border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

.mobile-menu-overlay__body .offcanvas-navigation > ul > li > a, .page-oppen-off-sidebar__body .offcanvas-navigation > ul > li > a {
	display: block;
	color: #ffffff;
	padding-top: 18px;
	padding-bottom: 18px;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.5;
	-webkit-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
	-o-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
	transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.mobile-menu-overlay__body .offcanvas-navigation > ul > li > a:hover, .page-oppen-off-sidebar__body .offcanvas-navigation > ul > li > a:hover {
	color: #ffffff;
}

.mobile-menu-overlay__body .offcanvas-navigation > ul > li:last-child, .page-oppen-off-sidebar__body .offcanvas-navigation > ul > li:last-child {
	border-bottom: 0;
}

.mobile-menu-overlay__body .offcanvas-navigation > ul > li.has-children, .page-oppen-off-sidebar__body .offcanvas-navigation > ul > li.has-children {
	position: relative;
}

.mobile-menu-overlay__body .offcanvas-navigation > ul > li.has-children.active .menu-expand:before, .page-oppen-off-sidebar__body .offcanvas-navigation > ul > li.has-children.active .menu-expand:before {
	content: '\f106';
}

.mobile-menu-overlay__body .offcanvas-navigation > ul > li.has-children .menu-expand, .page-oppen-off-sidebar__body .offcanvas-navigation > ul > li.has-children .menu-expand {
	position: absolute;
	right: 0;
	top: 12px;
	width: 40px;
	height: 40px;
	background: rgba(255, 255, 255, 0.1);
	color: #fff;
	text-align: center;
	line-height: 40px;
	cursor: pointer;
	-webkit-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
	-o-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
	transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.mobile-menu-overlay__body .offcanvas-navigation > ul > li.has-children .menu-expand:hover, .page-oppen-off-sidebar__body .offcanvas-navigation > ul > li.has-children .menu-expand:hover {
	background: rgba(255, 255, 255, 0.2);
}

.mobile-menu-overlay__body .offcanvas-navigation > ul > li.has-children .menu-expand:before, .page-oppen-off-sidebar__body .offcanvas-navigation > ul > li.has-children .menu-expand:before {
	content: '\f107';
	font-size: 18px;
	font-family: "Font Awesome 5 Pro";
}

.mobile-menu-overlay__body .offcanvas-navigation > ul > li.has-children .sub-menu, .page-oppen-off-sidebar__body .offcanvas-navigation > ul > li.has-children .sub-menu {
	padding: 12px 0 14px 10px;
	border-top: 1px solid rgba(255, 255, 255, 0.15);
}

.mobile-menu-overlay__body .offcanvas-navigation > ul > li.has-children .sub-menu li, .page-oppen-off-sidebar__body .offcanvas-navigation > ul > li.has-children .sub-menu li {
	border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

.mobile-menu-overlay__body .offcanvas-navigation > ul > li.has-children .sub-menu li a, .page-oppen-off-sidebar__body .offcanvas-navigation > ul > li.has-children .sub-menu li a {
	display: block;
	font-size: 15px;
	color: rgba(255, 255, 255, 0.7);
	font-weight: 500;
	line-height: 1.5;
	padding: 10px 0;
}

.mobile-menu-overlay__body .offcanvas-navigation > ul > li.has-children .sub-menu li a:hover, .page-oppen-off-sidebar__body .offcanvas-navigation > ul > li.has-children .sub-menu li a:hover {
	color: #ffffff;
}

.mobile-menu-overlay__body .offcanvas-navigation > ul > li.has-children .sub-menu li:last-child, .page-oppen-off-sidebar__body .offcanvas-navigation > ul > li.has-children .sub-menu li:last-child {
	border-bottom: 0;
}

.mobile-menu-overlay__body .offcanvas-navigation > ul > li.has-children .sub-menu li.has-children, .page-oppen-off-sidebar__body .offcanvas-navigation > ul > li.has-children .sub-menu li.has-children {
	position: relative;
}

.mobile-menu-overlay__body .offcanvas-navigation > ul > li.has-children .sub-menu li.has-children.active .menu-expand:before, .page-oppen-off-sidebar__body .offcanvas-navigation > ul > li.has-children .sub-menu li.has-children.active .menu-expand:before {
	content: "\f106";
}

.mobile-menu-overlay__body .offcanvas-navigation > ul > li.has-children .sub-menu li.has-children .menu-expand, .page-oppen-off-sidebar__body .offcanvas-navigation > ul > li.has-children .sub-menu li.has-children .menu-expand {
	position: absolute;
	right: 0;
	top: 6px;
	width: 30px;
	height: 30px;
	background: rgba(255, 255, 255, 0.1);
	color: #fff;
	text-align: center;
	line-height: 30px;
	cursor: pointer;
	-webkit-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
	-o-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
	transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.mobile-menu-overlay__body .offcanvas-navigation > ul > li.has-children .sub-menu li.has-children .menu-expand:hover, .page-oppen-off-sidebar__body .offcanvas-navigation > ul > li.has-children .sub-menu li.has-children .menu-expand:hover {
	background: rgba(255, 255, 255, 0.2);
}

.mobile-menu-overlay__body .offcanvas-navigation > ul > li.has-children .sub-menu li.has-children .menu-expand:before, .page-oppen-off-sidebar__body .offcanvas-navigation > ul > li.has-children .sub-menu li.has-children .menu-expand:before {
	content: '\f107';
	font-size: 16px;
	font-family: "Font Awesome 5 Pro";
	font-weight: 500;
}

.mobile-menu-overlay__body .offcanvas-navigation > ul > li.has-children .sub-menu .sub-menu li.has-children, .page-oppen-off-sidebar__body .offcanvas-navigation > ul > li.has-children .sub-menu .sub-menu li.has-children {
	position: relative;
}

.mobile-menu-overlay__body .offcanvas-navigation > ul > li.has-children .sub-menu .sub-menu li.has-children.active .menu-expand:before, .page-oppen-off-sidebar__body .offcanvas-navigation > ul > li.has-children .sub-menu .sub-menu li.has-children.active .menu-expand:before {
	content: "\f106";
}

.mobile-menu-overlay__body .offcanvas-navigation > ul > li.has-children .sub-menu .sub-menu li.has-children .menu-expand:before, .page-oppen-off-sidebar__body .offcanvas-navigation > ul > li.has-children .sub-menu .sub-menu li.has-children .menu-expand:before {
	content: '\f107';
	font-size: 16px;
	font-family: "Font Awesome 5 Pro";
	font-weight: 500;
}

.mobile-menu-overlay__body .offcanvas-navigation--onepage > ul > li.active > a, .page-oppen-off-sidebar__body .offcanvas-navigation--onepage > ul > li.active > a {
	font-weight: 700;
}


/*=======================================
=            07. Sidebar Css           =
=========================================*/
.page-sidebar-right {
	padding-left: 30px;
}

@media only screen and (min-width: 1200px) and (max-width: 1499px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
	.page-sidebar-right {
		padding-left: 0;
	}
}

.page-sidebar-left {
	padding-right: 30px;
}

@media only screen and (min-width: 1200px) and (max-width: 1499px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
	.page-sidebar-left {
		padding-right: 0;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
	.page-sidebar-right, .page-sidebar-left {
		margin-top: 60px;
	}
}

.sidebar-widget + .sidebar-widget {
	margin-top: 40px;
}

.sidebar-widget-title {
	margin-bottom: 20px;
	font-weight: 500;
}

.widget-search {
	position: relative;
}

.widget-search input {
	width: 100%;
	outline: none;
	border: 1px solid #eee;
	border-radius: 5px;
	padding: 3px 20px;
	padding-right: 20px;
	height: 56px;
	color: #ababab;
	border-color: #f8f8f8;
	background-color: #f8f8f8;
	font-size: 15px;
	font-weight: 400;
	letter-spacing: 0em;
	padding-right: 72px;
}

.widget-search .search-submit {
	position: absolute;
	top: 0;
	right: 0;
	padding: 0;
	border: 0;
	border-radius: 0 5px 5px 0;
	width: 56px;
	height: 56px;
	line-height: 56px;
	text-align: center;
	background: none;
	-webkit-box-shadow: none;
					box-shadow: none;
	-webkit-transform: none;
			-ms-transform: none;
					transform: none;
}

.widget-search .search-submit:hover {
	color: #ffffff;
	background: #086AD8;
}

.widget-blog-recent-post ul li:first-child a {
	margin-top: -16px;
}

.widget-blog-recent-post ul li a {
	position: relative;
	font-size: 18px;
	font-weight: 600;
	padding: 16px 0 16px 30px;
}

.widget-blog-recent-post ul li a::before, .widget-blog-recent-post ul li a::after {
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	line-height: 1;
	font-family: 'Font Awesome 5 Pro';
	font-weight: 900;
	-webkit-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
	-o-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
	transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.widget-blog-recent-post ul li a::after, .widget-blog-recent-post ul li a::before {
	content: '\f30b';
	position: absolute;
	top: 22px;
	left: 0;
}

.widget-blog-recent-post ul li a::before {
	opacity: 0;
	visibility: hidden;
	-webkit-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	transform: translateX(-100%);
}

.widget-blog-recent-post ul li a:hover::before {
	opacity: 1;
	visibility: visible;
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
}

.widget-blog-recent-post ul li a:hover::after {
	opacity: 0;
	visibility: hidden;
	-webkit-transform: translateX(100%);
	-ms-transform: translateX(100%);
	transform: translateX(100%);
}

.widget-tag .ht-btn {
	color: #ababab;
	background: #f5f5f5;
	margin-right: 10px;
	font-weight: 500;
	margin-bottom: 10px;
}

.widget-tag .ht-btn:hover {
	color: #ffffff;
	background: #086AD8;
}

.widget-product-item {
	overflow: hidden;
	margin-bottom: 20px;
}

.widget-product-item .thumbnail {
	max-width: 150px;
	float: left;
	margin-right: 20px;
	margin-left: 0;
	width: 80px;
}

.widget-product-item .info .product-title {
	font-weight: 400;
	font-size: 16px;
}

.widget-product-item .info .star-rating a {
	display: inline-block;
	color: #ffb805;
	line-height: 1;
	font-size: 14px;
	margin: 0;
}

.widget-product-item .info .price-box {
	margin-top: 5px;
}

.widget-product-item .info .price-box .old-price {
	font-size: .88em;
	font-weight: 400;
	color: #b6b7d2;
	text-decoration: line-through;
}

.widget-product-item .info .price-box .new-price {
	font-size: 14px;
	font-weight: 500;
	color: #6d70a6;
}

/*=====  End of Sidebar  ======*/
/*=============================================
=            08. Button Css           =
=============================================*/
.ht-btn {
	font-size: 15px;
	font-weight: 500;
	border-style: solid;
	border-radius: 5px;
	border-color: transparent;
	padding: 0 36px;
	text-align: center;
	color: #ffffff;
	background: #086AD8;
	border-width: 1px;
	-webkit-transform: translateY(0px);
			-ms-transform: translateY(0px);
					transform: translateY(0px);
}

.ht-btn:hover, .ht-btn:active, .ht-btn:focus {
	color: #ffffff;
	background-image: #086AD8;
	-webkit-transform: translateY(-3px);
			-ms-transform: translateY(-3px);
					transform: translateY(-3px);
}

.ht-btn.ht-btn-xs {
	height: 40px;
	line-height: 40px;
	font-size: 13px;
	padding: 0 20px;
}

.ht-btn.ht-btn-sm {
	padding: 0 30px;
	height: 48px;
	line-height: 48px;
	font-size: 14px;
}

.ht-btn.ht-btn-md {
	font-size: 15px;
	font-weight: 500;
	letter-spacing: 0em;
	line-height: 54px;
	height: 54px;
}

.ht-btn.ht-btn-lg {
	padding: 0 40px;
	height: 64px;
	line-height: 64px;
	font-size: 16px;
}

.ht-btn.ht-btn-custom {
	min-width: 280px;
}

.ht-btn.ht-btn-full {
	width: auto;
	display: block;
}

.ht-btn--outline {
	border-width: 1px;
	line-height: 54px;
	background: transparent;
	border-color: #086AD8;
	color: #086AD8;
}

.ht-btn--outline:hover, .ht-btn--outline:focus, .ht-btn--outline:active {
	-webkit-transform: translateY(-3px);
			-ms-transform: translateY(-3px);
					transform: translateY(-3px);
	border-color: transparent;
	background: #086AD8;
	color: #ffffff;
}

.ht-btn--solid {
	border-width: 1px;
	line-height: 54px;
	background: transparent;
	border-color: #ddd;
	color: #086AD8;
}

.ht-btn--solid:hover, .ht-btn--solid:focus, .ht-btn--solid:active {
	-webkit-transform: translateY(-3px);
			-ms-transform: translateY(-3px);
					transform: translateY(-3px);
	border-color: transparent;
	background: #086AD8;
	color: #ffffff;
}

.ht-btn--circle {
	border-radius: 30px;
}

.ht-btn--no-round {
	border-radius: 0px;
}

.ht-btn.ht-btn-default {
	padding: 0 30px;
	height: 48px;
	line-height: 48px;
	font-size: 14px;
	width: 180px;
}

.ht-btn .btn-icon {
	display: inline-block;
	vertical-align: middle;
	line-height: 0;
	font-size: 20px;
	margin-left: 10px;
}

.btn {
	font-size: 15px;
	font-weight: 500;
	border-style: solid;
	border-radius: 5px;
	border-color: transparent;
	border: 1px solid transparent;
	padding: 0 36px;
	text-align: center;
	-webkit-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	height: 54px;
	line-height: 54px;
	letter-spacing: 0em;
	color: #ffffff;
	background: #086AD8;
	-webkit-transform: translateY(0px);
			-ms-transform: translateY(0px);
					transform: translateY(0px);
}

.btn:hover, .btn:active, .btn:focus {
	font-weight: 500;
	color: #ffffff;
	background: #086AD8;
	-webkit-transform: translateY(-3px);
			-ms-transform: translateY(-3px);
					transform: translateY(-3px);
}

.btn--secondary {
	background-image: none;
	background-color: #d2a98e;
}

.btn--secondary:hover {
	background-image: none;
	background: #d2a98e;
}

.btn--black {
	background-image: none;
	background-color: #000000;
}

.btn--black:hover {
	background-image: none;
	background: #000000;
}

.btn--white {
	background-image: none;
	background-color: #ffffff;
	color: #000000;
	-webkit-box-shadow: 0 0 30px 5px rgba(0, 0, 0, 0.07);
					box-shadow: 0 0 30px 5px rgba(0, 0, 0, 0.07);
}

.btn--white:hover, .btn--white:focus {
	background-image: none;
	background: #ffffff;
	color: #000000;
}

.btn--gradient {
	background-image: none;
	background: -webkit-linear-gradient(300deg, #FF3F85 0, #FAA720 100%) !important;
	background: -o-linear-gradient(300deg, #FF3F85 0, #FAA720 100%) !important;
	background: linear-gradient(150deg, #FF3F85 0, #FAA720 100%) !important;
}

.btn--gradient:hover {
	background-image: none;
	background: -webkit-linear-gradient(300deg, #FF3F85 0, #FAA720 100%);
	background: -o-linear-gradient(300deg, #FF3F85 0, #FAA720 100%);
	background: linear-gradient(150deg, #FF3F85 0, #FAA720 100%);
}

.btn--link {
	color: #086AD8;
}

.btn--link:hover {
	-webkit-transform: translateY(-5px);
			-ms-transform: translateY(-5px);
					transform: translateY(-5px);
}

.btn.ht-btn-default {
	padding: 0 30px;
	height: 48px;
	line-height: 48px;
	font-size: 14px;
	width: 180px;
}

.hover-style-link {
	position: relative;
}

.hover-style-link:after {
	-webkit-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
	-o-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
	transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
	content: '';
	position: absolute;
	bottom: 0;
	right: 0;
	width: 0;
	height: 1px;
	background-color: #d2a98e;
}

.hover-style-link:hover {
	color: #d2a98e;
}

.hover-style-link:hover:after {
	left: 0;
	width: 100%;
	right: auto;
}

.hover-style-link--secondary {
	color: #d2a98e;
}

.hover-style-link--secondary:after {
	background-color: #d2a98e;
}

.hover-style-link--secondary:hover {
	color: #d2a98e;
}

.hover-style-link--white {
	color: #ffffff;
}

.hover-style-link--white:after {
	background-color: #ffffff;
}

.hover-style-link--white:hover {
	color: #ffffff;
}

.hover-style-link--sub-color {
	color: #6d70a6;
}

.hover-style-link--sub-color:after {
	background-color: #6d70a6;
}

.hover-style-link--sub-color:hover {
	color: #6d70a6;
}

.hover-style-default {
	position: relative;
}

.hover-style-default:after {
	-webkit-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
	-o-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
	transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
	content: '';
	position: absolute;
	bottom: 0;
	right: 0;
	width: 0;
	height: 1px;
	background-color: #086AD8;
}

.hover-style-default:hover {
	color: #086AD8;
}

.hover-style-default:hover:after {
	left: 0;
	width: 100%;
	right: auto;
}

/* Images Button */
.image-btn {
	border: 0;
	-webkit-box-shadow: none;
					box-shadow: none;
	background: none;
	border-radius: 5px;
	overflow: hidden;
}

/* video pay link */
.video-play i {
	color: #d2a98e;
}

.video-play span {
	font-weight: 500;
	letter-spacing: 3px;
	margin-left: 10px;
}

/* button wrapper */
.button-wrapper > a {
	border: none;
}

@media only screen and (max-width: 479px) {
	.button-wrapper > a {
		margin-bottom: 15px;
	}
}

@media only screen and (max-width: 479px) {
	.button-wrapper > a:last-child {
		margin-bottom: 0;
	}
}

/* Text Button*/
.btn-text {
	color: #086AD8;
}

.btn-text:hover {
	color: #d2a98e;
}

.single-button-group h5 {
	margin-bottom: 10px;
}

.single-button-group .button-group-wrap {
	margin-left: -10px;
	margin-right: -10px;
}

.single-button-group a {
	margin: 10px;
}

.single-button-group a:hover, .single-button-group a:active, .single-button-group a:focus {
	-webkit-transform: translateY(-3px);
			-ms-transform: translateY(-3px);
					transform: translateY(-3px);
}

/*=====  End of Button  ======*/
/*=============================================
=          24. Circle Progress Css            =
=============================================*/
.circle-progress-wrapper {
	position: relative;
}

.feature-list-progress {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

@media only screen and (max-width: 575px), only screen and (min-width: 768px) and (max-width: 991px) {
	.feature-list-progress {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
				-ms-flex-direction: column;
						flex-direction: column;
		-webkit-box-align: center;
		-webkit-align-items: center;
				-ms-flex-align: center;
						align-items: center;
	}
}

.feature-list-progress__info {
	margin-left: 40px;
	-webkit-flex-basis: calc(100% - 170px);
			-ms-flex-preferred-size: calc(100% - 170px);
					flex-basis: calc(100% - 170px);
}

@media only screen and (max-width: 575px), only screen and (min-width: 768px) and (max-width: 991px) {
	.feature-list-progress__info {
		margin-top: 20px;
		margin-left: 0;
	}
}

.feature-list-progress__counter {
	-webkit-flex-basis: 170px;
			-ms-flex-preferred-size: 170px;
					flex-basis: 170px;
}

.feature-list-progress__list li {
	margin-bottom: 10px;
}

.chart-progress {
	position: relative;
	width: 160px;
	height: 160px;
}

.chart-progress canvas {
	position: absolute;
	top: 0;
	left: 0;
}

.chart-progress.cart-pogress-small {
	width: 140px;
	height: 140px;
}

.chart-progress__inner-wrapper {
	width: 100%;
	height: 100%;
	padding: 13px;
	position: relative;
}

.chart-progress__inner {
	width: 100%;
	height: 100%;
	border-radius: 50%;
	background: #086AD8;
}

.chart-progress__inner--gradient {
	width: 100%;
	height: 100%;
	border-radius: 50%;
	background-color: #f76b1c;
	background-image: -webkit-linear-gradient(314deg, #fad961 0, #f76b1c 100%);
	background-image: -o-linear-gradient(314deg, #fad961 0, #f76b1c 100%);
	background-image: linear-gradient(-224deg, #fad961 0, #f76b1c 100%);
}

.chart-progress__inner--bg-blue {
	background: #5945e6;
}

.chart-progress__inner--theme-two {
	background: #d2a98e;
}

.chart-progress__inner--white {
	background: transparent;
}

.chart-progress__inner-content {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
			-ms-transform: translate(-50%, -50%);
					transform: translate(-50%, -50%);
}

.chart-progress__inner-text {
	color: #ffffff;
}

.chart-progress__inner-text.text-black {
	color: #000000;
	font-size: 24px;
	font-weight: 400;
}

.chart-progress__inner-text.chart-icon {
	font-size: 34px;
}

.circle-design {
	position: absolute;
	border-radius: 50%;
	-webkit-animation: jump infinite 2s;
					animation: jump infinite 2s;
	-webkit-animation-direction: alternate;
					animation-direction: alternate;
	background-color: #f76b1c;
	background: #086AD8;
}

.circle-design.one {
	width: 43px;
	height: 43px;
	left: 0;
	bottom: 28px;
}

.circle-design.two {
	width: 17px;
	height: 17px;
	right: -20px;
	top: 50%;
	margin-top: -8px;
	-webkit-animation-delay: 1s;
					animation-delay: 1s;
}

.circle-design--theme-two {
	background: #d2a98e;
}

.circle-design--gradient {
	background-color: #f76b1c;
	background-image: -webkit-linear-gradient(314deg, #fad961 0, #f76b1c 100%);
	background-image: -o-linear-gradient(314deg, #fad961 0, #f76b1c 100%);
	background-image: linear-gradient(-224deg, #fad961 0, #f76b1c 100%);
}

.circle-design--bg-green {
	background: #38cb89;
	-webkit-box-shadow: 0 2px 17px rgba(89, 69, 230, 0.27);
					box-shadow: 0 2px 17px rgba(89, 69, 230, 0.27);
}

@-webkit-keyframes jump {
	0% {
		-webkit-transform: translateY(-10px) scale(0.9, 0.9);
						transform: translateY(-10px) scale(0.9, 0.9);
	}
	100% {
		-webkit-transform: translateY(10px) scale(1, 1);
						transform: translateY(10px) scale(1, 1);
	}
}

@keyframes jump {
	0% {
		-webkit-transform: translateY(-10px) scale(0.9, 0.9);
						transform: translateY(-10px) scale(0.9, 0.9);
	}
	100% {
		-webkit-transform: translateY(10px) scale(1, 1);
						transform: translateY(10px) scale(1, 1);
	}
}

.feature-list-progress {
	z-index: 3;
	position: relative;
}

/*=====  End of circle progress  ======*/
/*=============================================
=               28. Tabs Css                =
=============================================*/
.ht-tab-menu {
	margin: 0 -10px;
}

.ht-tab-menu li {
	margin: 0 10px;
}

.ht-tab-menu li a {
	font-size: 14px;
	font-weight: 500;
	line-height: 1.3;
	text-transform: uppercase;
	letter-spacing: 1px;
	border: 1px solid #ededed !important;
	border: #ededed;
	background: #fff;
	color: #696969;
	padding: 21px 20px 19px;
	min-width: 200px;
	border-radius: 5px !important;
}

.ht-tab-menu li a.active {
	color: #086AD8;
	border-color: #086AD8 !important;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.ht-tab-menu li a {
		padding: 21px 10px 19px;
	}
}

@media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
	.ht-tab-menu li a {
		padding: 12px 13px 12px;
		min-width: 150px;
		margin-bottom: 10px;
	}
}

.ht-tab-menu_two li {
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
			-ms-flex-positive: 1;
					flex-grow: 1;
	-webkit-flex-basis: 0;
			-ms-flex-preferred-size: 0;
					flex-basis: 0;
}

.tab-history-image img {
	border-radius: 5px;
}

.tab-content-inner .text {
	font-size: 18px;
	font-size: 18px;
}

.tab-slider-nav--list {
	display: block;
	margin-bottom: 50px;
	opacity: 0.6;
}

.tab-slider-nav--list:hover {
	opacity: 0.9;
}

.tab-slider-nav--list .ht-slider-tab-icon {
	background: rgba(255, 255, 255, 0.2);
	display: inline-block;
	float: left;
	width: 70px;
	height: 70px;
	line-height: 70px;
	text-align: center;
	font-size: 32px;
	border-radius: 15px;
	color: #fff;
	-webkit-box-shadow: 0 15px 50px rgba(89, 69, 230, 0.12);
					box-shadow: 0 15px 50px rgba(89, 69, 230, 0.12);
	margin-right: 30px;
}

.tab-slider-nav--list h5 {
	display: block;
	color: #fff;
	max-width: 280px;
}

.tab-slider-nav--list p {
	margin-top: 26px;
	display: block;
	font-size: 15px;
	font-style: normal;
	font-weight: 400;
	color: #fff;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.tab-slider-nav--list:last-child {
		margin-bottom: 0;
	}
}

.tab-slider-nav .slick-current .tab-slider-nav--list {
	opacity: 1;
}

.tab-slider-nav .slick-current .tab-slider-nav--list .ht-slider-tab-icon {
	background-image: -webkit-linear-gradient(315deg, #f8c59b 0%, #e68c60 100%);
	background-image: -o-linear-gradient(315deg, #f8c59b 0%, #e68c60 100%);
	background-image: linear-gradient(-225deg, #f8c59b 0%, #e68c60 100%);
}

.start-ups-left-tab .tab-slider-nav--list {
	display: block;
	margin-bottom: 50px;
	opacity: 0.6 !important;
}

.start-ups-left-tab .tab-slider-nav--list:hover {
	opacity: 0.9;
}

.start-ups-left-tab .tab-slider-nav .slick-current .tab-slider-nav--list {
	opacity: 1 !important;
}

.start-ups-left-tab .tab-slider-nav .slick-current .tab-slider-nav--list .ht-slider-tab-icon {
	background-image: -webkit-linear-gradient(315deg, #f8c59b 0%, #e68c60 100%) !important;
	background-image: -o-linear-gradient(315deg, #f8c59b 0%, #e68c60 100%) !important;
	background-image: linear-gradient(-225deg, #f8c59b 0%, #e68c60 100%) !important;
}

.tab-slider-images .slick-dots {
	text-align: center;
	margin-top: 30px;
}

.tab-slider-images .slick-dots li {
	display: inline-block;
	margin: 0 15px;
}

.tab-slider-images .slick-dots li button {
	font-size: 0;
	line-height: 0;
	display: block;
	width: 8px;
	height: 8px;
	padding: 5px;
	cursor: pointer;
	border: 0;
	outline: none;
	border-radius: 50%;
	-webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
	-o-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
	transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.tab-slider-images .slick-dots li button:hover {
	width: 10px;
	height: 10px;
}

.tab-slider-images .slick-dots li.slick-active button {
	width: 16px;
	height: 16px;
	border-radius: 50%;
	-webkit-box-shadow: 0 0 9px #ededed;
					box-shadow: 0 0 9px #ededed;
}

.modern-grid--6 {
	display: grid;
	grid-row-gap: 60px;
	grid-template-columns: repeat(6, 1fr);
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.modern-grid--6 {
		grid-template-columns: repeat(5, 1fr);
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.modern-grid--6 {
		grid-template-columns: repeat(3, 1fr);
	}
}

@media only screen and (max-width: 767px) {
	.modern-grid--6 {
		grid-template-columns: repeat(2, 1fr);
	}
}

.carousel-slider__content {
	margin-top: 25px;
	padding: 0 20px;
}

.carousel-slider__content .headeing {
	margin-bottom: 10px;
}

/*=================================
=         35. Infotechno Css        =
===================================*/
.infotechno-bg {
	background: #f4efe9 none repeat scroll 0% 0%;
}

.infotechno-hero-text h6 {
	color: #086AD8;
	font-weight: 500;
	margin-bottom: 20px;
}

@media only screen and (max-width: 767px) {
	.infotechno-hero-text {
		text-align: center;
		margin-top: 50px;
	}
}

.infotechno-hero-inner-images {
	margin-top: 20px;
	position: relative;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.infotechno-hero-inner-images {
		margin-top: 160px;
	}
}

@media only screen and (max-width: 767px) {
	.infotechno-hero-inner-images {
		max-width: 327px;
		margin: auto;
	}
	.infotechno-hero-inner-images .infotechno-inner-one {
		max-width: 260px;
		margin: auto;
	}
}

.infotechno-inner-one {
	position: absolute;
	top: 10px;
}

.infotechno-inner-two {
	z-index: 1;
	position: relative;
}

.infotechno-hero-text {
	max-width: 605px;
	float: right;
	width: 100%;
	padding-left: 30px;
}

@media only screen and (max-width: 767px) {
	.infotechno-hero-text {
		padding-left: 0;
		float: inherit;
		margin: 50px auto 20px;
	}
}

/*-------------------------
		video section css
--------------------------*/
.infotechno-section-bg-01 {
	background: url(../images/patterns/mitech-home-infotechno-section-company-bg.webp) top 140px left no-repeat, -webkit-linear-gradient(top, #FFF 0, #F5F5F5 100%);
}

.infotechno-video-bg {
	background-image: url(../images/bg/home-infotechno-video-intro-bg.webp);
	background-size: cover;
	background-repeat: no-repeat;
}

.infotechno-video-ptb {
	padding: 150px 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
	.infotechno-video-ptb {
		padding-top: 100px;
		padding-bottom: 100px;
	}
}

.vieeo-content-inner .heading {
	line-height: 1.34;
	font-weight: 600;
	color: #fff;
	margin-bottom: 65px;
}

.viewo-text-wrap .single-popup-wrap.video-link {
	display: inline-block;
}

.viewo-text-wrap .single-popup-wrap.video-link .ht-popup-video.video-button {
	position: relative;
	margin-right: 0;
	display: inline-block;
	height: 78px;
	width: 78px;
}

.viewo-text-wrap .video-content {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
			-ms-flex-align: center;
					align-items: center;
}

.viewo-text-wrap .video-text {
	margin-top: 0;
	margin-left: 59px;
	font-size: 18px;
	font-weight: 500;
	color: rgba(255, 255, 255, 0.8);
	text-transform: uppercase;
	letter-spacing: 2px;
	line-height: 1.45;
}

.infotechno-blog-list li {
	position: relative;
}

.infotechno-blog-list li:first-child a {
	margin-top: -16px;
}

.infotechno-blog-list li a {
	position: relative;
	font-size: 15px;
	font-weight: 600;
	padding: 0 0 0 30px;
	margin-top: 20px;
}

.infotechno-blog-list li a::before, .infotechno-blog-list li a::after {
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	line-height: 1;
	font-family: 'Font Awesome 5 Pro';
	font-weight: 900;
	-webkit-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
	-o-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
	transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.infotechno-blog-list li a::after, .infotechno-blog-list li a::before {
	content: '\f30b';
	position: absolute;
	top: 7px;
	left: 0;
}

.infotechno-blog-list li a::before {
	opacity: 0;
	visibility: hidden;
	-webkit-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	transform: translateX(-100%);
}

.infotechno-blog-list li a:hover::before {
	opacity: 1;
	visibility: visible;
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
}

.infotechno-blog-list li a:hover::after {
	opacity: 0;
	visibility: hidden;
	-webkit-transform: translateX(100%);
	-ms-transform: translateX(100%);
	transform: translateX(100%);
}

/*=============================================
=         36. Processing Hero Css             =
=============================================*/
.processing-hero-bg {
	background-color: transparent;
	background-repeat: no-repeat;
	background-image: url("../images/hero/slider-processing-slide-01-bg.webp");
	background-size: cover;
	background-position: 50% 50%;
}

.processing-hero-text {
	max-width: 730px;
	width: 100%;
}

@media only screen and (max-width: 767px) {
	.processing-hero-text {
		margin-top: 60px;
		text-align: center;
	}
}

.processing-hero-text h6 {
	line-height: 36px;
	letter-spacing: 3px;
	font-weight: 700;
	font-size: 18px;
	color: #ffffff;
	text-transform: uppercase;
	margin-bottom: 20px;
}

.processing-hero-text h1 {
	color: #ffffff;
	font-weight: 500;
	font-size: 68px;
	letter-spacing: 0;
	line-height: 1.2;
}

@media only screen and (min-width: 1200px) and (max-width: 1499px) {
	.processing-hero-text h1 {
		font-size: 60px;
	}
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.processing-hero-text h1 {
		font-size: 46px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.processing-hero-text h1 {
		font-size: 40px;
	}
}

@media only screen and (max-width: 767px) {
	.processing-hero-text h1 {
		font-size: 34px;
	}
}

.processing-hero-text p {
	color: #ffffff;
	line-height: 32px;
	letter-spacing: 0px;
	font-weight: 500;
	font-size: 18px;
}

.processing-hero-images-wrap {
	margin-top: 50px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.processing-hero-images-wrap {
		margin-top: 100px;
	}
}

@media only screen and (max-width: 767px) {
	.processing-hero-images-wrap {
		margin-top: 30px;
	}
}

.processing-hero-images {
	margin-left: -130px;
	margin-right: -200px;
}

@media only screen and (min-width: 1200px) and (max-width: 1499px) {
	.processing-hero-images {
		margin-left: -80px;
		margin-right: 0px;
	}
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.processing-hero-images {
		margin-left: -80px;
		margin-right: 0px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.processing-hero-images {
		margin-left: -50px;
		margin-right: 0px;
	}
}

@media only screen and (max-width: 767px) {
	.processing-hero-images {
		width: 300px;
		margin: auto;
	}
}

.hero-button {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
			-ms-flex-align: center;
					align-items: center;
}

@media only screen and (max-width: 767px) {
	.hero-button {
		-webkit-box-pack: center;
		-webkit-justify-content: center;
				-ms-flex-pack: center;
						justify-content: center;
	}
}

@media only screen and (max-width: 575px) {
	.hero-button {
		-webkit-box-pack: center;
		-webkit-justify-content: center;
				-ms-flex-pack: center;
						justify-content: center;
	}
	.hero-button .btn {
		min-width: 140px;
		padding: 0 24px;
	}
}

.hero-popup-video {
	margin-left: 20px;
}

.hero-popup-video a {
	display: inline-block;
	-webkit-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
	-o-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
	transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hero-popup-video a .video-content {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.hero-popup-video a .video-content .video-text {
	margin-left: 8px;
	color: #ffffff;
	font-weight: 500;
	font-size: 14px;
}

.hero-popup-video .video-play {
	font-size: 10px;
	display: inline-block;
	margin: 0;
	border: 1px solid #ddd;
	border-radius: 50%;
	height: 30px;
	width: 30px;
	line-height: 30px;
	color: #fff;
}

.hero-popup-video .video-play .video-play-icon i {
	color: #ffffff;
}

/*===============================
		Video Banner Section Css
=================================*/
.rv-video-section {
	position: relative;
}

.rv-video-section .main-video-box {
	position: relative;
	z-index: 8;
	text-align: center;
	max-width: 570px;
	max-height: 350px;
	margin: auto;
	margin-top: 120px;
	margin-bottom: 180px;
}

@media only screen and (min-width: 1200px) and (max-width: 1499px) {
	.rv-video-section .main-video-box {
		max-width: 520px;
	}
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.rv-video-section .main-video-box {
		max-width: 400px;
		margin-bottom: 100px;
	}
}

@media only screen and (max-width: 767px) {
	.rv-video-section .main-video-box {
		max-width: 400px;
		margin-bottom: 100px;
	}
}

@media only screen and (max-width: 575px) {
	.rv-video-section .main-video-box {
		max-width: 280px;
		margin-bottom: 100px;
	}
}

.rv-video-section .ht-banner-01 {
	position: relative;
}

.rv-video-section .ht-banner-01 img {
	position: absolute;
	left: 6%;
	top: -70px;
}

@media only screen and (min-width: 1200px) and (max-width: 1499px) {
	.rv-video-section .ht-banner-01 img {
		left: 6%;
		top: -50px;
		width: 200px;
	}
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.rv-video-section .ht-banner-01 img {
		left: 0%;
		top: -50px;
		width: 200px;
	}
}

@media only screen and (max-width: 767px) {
	.rv-video-section .ht-banner-01 img {
		left: 10%;
		top: -30px;
		width: 184px;
	}
}

@media only screen and (max-width: 575px) {
	.rv-video-section .ht-banner-01 img {
		left: 0;
		top: -30px;
		width: 184px;
	}
}

.rv-video-section .ht-banner-02 {
	position: relative;
}

.rv-video-section .ht-banner-02 img {
	position: absolute;
	left: 50%;
	top: -103px;
}

@media only screen and (min-width: 1200px) and (max-width: 1499px) {
	.rv-video-section .ht-banner-02 img {
		position: absolute;
		left: 50%;
		top: -103px;
		max-width: 230px;
	}
}

@media only screen and (max-width: 767px) {
	.rv-video-section .ht-banner-02 img {
		top: -65px;
		max-width: 130px;
	}
}

@media only screen and (max-width: 575px) {
	.rv-video-section .ht-banner-02 img {
		top: -65px;
		max-width: 130px;
	}
}

.rv-video-section .ht-banner-03 {
	position: relative;
}

.rv-video-section .ht-banner-03 img {
	position: absolute;
	left: 10%;
	bottom: 0px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.rv-video-section .ht-banner-03 img {
		bottom: 0;
		top: inherit;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.rv-video-section .ht-banner-03 img {
		bottom: 0;
		top: inherit;
	}
}

@media only screen and (max-width: 767px) {
	.rv-video-section .ht-banner-03 img {
		bottom: 0;
		max-width: 120px;
		top: inherit;
	}
}

@media only screen and (max-width: 575px) {
	.rv-video-section .ht-banner-03 img {
		bottom: 0;
		max-width: 120px;
		top: inherit;
	}
}

.rv-video-section .ht-banner-04 img {
	right: 50px;
	left: auto;
	position: absolute;
	top: 100%;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.rv-video-section .ht-banner-04 img {
		right: 35px;
		max-width: 150px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.rv-video-section .ht-banner-04 img {
		right: 35px;
		top: 80%;
		max-width: 150px;
	}
}

@media only screen and (max-width: 767px) {
	.rv-video-section .ht-banner-04 img {
		right: 15px;
		top: 80%;
		max-width: 140px;
	}
}

@media only screen and (max-width: 575px) {
	.rv-video-section .ht-banner-04 img {
		right: 10px;
		top: 80%;
		max-width: 110px;
	}
}

.animation_images {
	-webkit-animation-timing-function: cubic-bezier(0.54, 0.085, 0.5, 0.92);
					animation-timing-function: cubic-bezier(0.54, 0.085, 0.5, 0.92);
	-webkit-animation-name: animateUpDown;
					animation-name: animateUpDown;
	-webkit-animation-iteration-count: infinite;
					animation-iteration-count: infinite;
}

.animation_images.one {
	-webkit-animation-duration: 3.2s;
					animation-duration: 3.2s;
}

.animation_images.two {
	-webkit-animation-duration: 3.8s;
					animation-duration: 3.8s;
}

.animation_images.three {
	-webkit-animation-duration: 3.4s;
					animation-duration: 3.4s;
}

.animation_images.four {
	-webkit-animation-duration: 3.4s;
					animation-duration: 3.4s;
}

@-webkit-keyframes animateUpDown {
	0% {
		-webkit-transform: translateY(0px);
						transform: translateY(0px);
	}
	50% {
		-webkit-transform: translateY(-25px);
						transform: translateY(-25px);
	}
	100% {
		-webkit-transform: translateY(0px);
						transform: translateY(0px);
	}
}

@keyframes animateUpDown {
	0% {
		-webkit-transform: translateY(0px);
						transform: translateY(0px);
	}
	50% {
		-webkit-transform: translateY(-25px);
						transform: translateY(-25px);
	}
	100% {
		-webkit-transform: translateY(0px);
						transform: translateY(0px);
	}
}

/*=============================================
=         37. Processing Hero Css             =
=============================================*/
.appointment-hero-bg {
	background-color: transparent;
	background-repeat: no-repeat;
	background-image: url("../images/hero/home-appointment-hero-bg-image.webp");
	background-size: cover;
	background-position: 50% 50%;
}

@media only screen and (max-width: 767px) {
	.appointment-hero-text {
		text-align: center;
		margin-bottom: 60px;
	}
}

.hero-button .video-content {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
			-ms-flex-align: center;
					align-items: center;
}

.hero-button .video-link .ht-popup-video .video-button__two .video-play {
	background: #ffffff;
}

.hero-button .video-link .ht-popup-video .video-button__two .video-play-icon::before {
	border-left-color: #086AD8;
}

.hero-button .single-popup-wrap.video-link .ht-popup-video.video-button {
	position: relative;
	width: 78px;
	height: 78px;
}

.hero-button .video-text {
	margin-top: 0;
	margin-left: 35px;
	font-size: 18px;
	color: #fff;
	font-weight: 600;
	line-height: 1.78;
}

.hero-button .ht-popup-video.video-button .video-mark .wave-pulse::after, .hero-button .ht-popup-video.video-button .video-mark .wave-pulse::before {
	border: 3px solid #ffffff;
	-webkit-animation: zoomBig 3.25s linear infinite;
					animation: zoomBig 3.25s linear infinite;
	-webkit-animation-delay: 0s;
					animation-delay: 0s;
}

.hero-button .ht-popup-video.video-button .video-mark .wave-pulse::before {
	-webkit-animation-delay: .75s;
					animation-delay: .75s;
}

/*=================================
=       38. Service Home Css        =
==================================*/
.service-hero-bg {
	background-color: transparent;
	background-repeat: no-repeat;
	background-image: url("../images/hero/home-services-hero-bg.webp");
	background-size: cover;
	background-position: 50% 50%;
}

.service-hero-space {
	height: 770px;
	display: block;
	-webkit-box-align: center;
	-webkit-align-items: center;
			-ms-flex-align: center;
					align-items: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

@media only screen and (min-width: 1200px) and (max-width: 1499px) {
	.service-hero-space {
		height: 670px;
	}
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.service-hero-space {
		height: 570px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.service-hero-space {
		height: 520px;
	}
}

@media only screen and (max-width: 767px) {
	.service-hero-space {
		height: 480px;
	}
}

@media only screen and (max-width: 575px) {
	.service-hero-space {
		height: 480px;
	}
}

.service-hero-text {
	width: 100%;
}

@media only screen and (max-width: 767px) {
	.service-hero-text {
		text-align: center;
	}
}

.service-hero-text h3 {
	line-height: 36px;
	font-weight: 700;
	color: #ffffff;
	margin-bottom: 20px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.service-hero-text h3 {
		font-size: 30px;
	}
}

@media only screen and (max-width: 767px) {
	.service-hero-text h3 {
		font-size: 22px;
	}
}

.service-hero-text h1 {
	color: #ffffff;
	font-weight: 700;
	font-size: 120px;
	line-height: 1.09;
}

@media only screen and (min-width: 1200px) and (max-width: 1499px) {
	.service-hero-text h1 {
		font-size: 100px;
	}
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.service-hero-text h1 {
		font-size: 80px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.service-hero-text h1 {
		font-size: 60px;
	}
}

@media only screen and (max-width: 767px) {
	.service-hero-text h1 {
		font-size: 50px;
	}
}

@media only screen and (max-width: 575px) {
	.service-hero-text h1 {
		font-size: 44px;
	}
}

.service-hero-text .service-solution-form-wrap {
	width: 600px;
	max-width: 100%;
	margin: 0 auto;
}

.service-hero-text .service-solution-form-wrap select {
	border-color: #086ad8;
	background-color: #086ad8;
	background-image: url("../images/icons/hero-selector-icon.webp");
	color: #fff;
	font-weight: 500;
	padding: 3px 30px;
	height: 60px;
}

.service-hero-text .service-solution-form-wrap select:focus {
	background: #086ad8 url("../images/icons/hero-selector-icon.webp") no-repeat center right 20px !important;
}

.service-hero-text p {
	margin-top: 30px;
	font-size: 15px;
	font-weight: 500;
}

.service-project-slide-info {
	margin-top: 30px;
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
	.service-project-slide-info {
		margin-bottom: 40px;
		margin-top: 0px;
	}
}

.service-project-slide-info .text {
	font-size: 18px;
	line-height: 1.67;
}

.single-blog-lg-item > a {
	display: block;
}

.single-blog-lg-item .btn-text a {
	display: inline-block;
	border-bottom: 1px solid #ddd;
}

.single-blog-lg-item .btn-text a:hover {
	color: #d2a98e;
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
	.single-blog-lg-item {
		margin-bottom: 40px;
	}
}

.post-blog-thumbnail {
	position: relative;
	display: block;
}

.post-blog-thumbnail > img {
	border-radius: 5px;
	width: 100%;
}

.post-blog-thumbnail::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	opacity: .5;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(11%, rgba(51, 51, 51, 0)), color-stop(80%, #000));
	background-image: -webkit-linear-gradient(top, rgba(51, 51, 51, 0) 11%, #000 80%);
	background-image: -o-linear-gradient(top, rgba(51, 51, 51, 0) 11%, #000 80%);
	background-image: linear-gradient(-180deg, rgba(51, 51, 51, 0) 11%, #000 80%);
	border-radius: 5px;
}

.post-blog-thumbnail .post-meta {
	position: absolute;
	bottom: 18px;
	left: 30px;
	right: 30px;
	color: #fff;
	font-size: 14px;
	margin: 0 -8px;
}

.post-blog-thumbnail .post-meta .post-author img {
	width: 32px;
	vertical-align: middle;
	margin-right: 6px;
	border-radius: 50%;
}

.post-blog-thumbnail .post-meta div {
	display: inline-block;
	padding: 0 8px;
}

.single-blog-lg-list {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	border-left: 1px solid #ededed;
	border-top: 1px solid #ededed;
	padding: 20px 0 20px 30px;
}

.single-blog-lg-list:first-child {
	border-top: none;
	padding: 0px 0 20px 30px;
}

@media only screen and (max-width: 575px) {
	.single-blog-lg-list:first-child {
		padding: 20px 0 20px 0px;
	}
}

.single-blog-lg-list .post-blog-thumbnail {
	position: relative;
	-webkit-flex-shrink: 0;
			-ms-flex-negative: 0;
					flex-shrink: 0;
	margin-right: 29px;
	width: 200px;
}

@media only screen and (max-width: 575px) {
	.single-blog-lg-list {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
				-ms-flex-direction: column;
						flex-direction: column;
		border-left: none;
		border-top: none;
		padding: 0px 0 20px 0px;
	}
	.single-blog-lg-list .post-blog-thumbnail {
		margin-bottom: 20px;
		margin-right: 0px;
		width: 100%;
	}
}

.our-company-history {
	position: relative;
}

.grid-wrapper {
	max-width: 1200px;
	margin: auto;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 25px;
	right: 25px;
}

.grid-wrapper .line {
	position: absolute;
	top: 0;
	bottom: 0;
	width: 2px;
	background: rgba(204, 204, 204, 0.25);
}

.grid-wrapper .line-1 {
	left: 25px;
}

.grid-wrapper .line-2 {
	left: 33.33333%;
}

.grid-wrapper .line-3 {
	left: 66.66666%;
}

.grid-wrapper .line-4 {
	right: 25px;
}

/*=============================================
=        38. Resolutions home Css             =
=============================================*/
.resolutions-hero-bg {
	background-color: transparent;
	background-repeat: no-repeat;
	background-image: url("../images/hero/home-resolutions-hero-bg-image.webp");
	background-size: cover;
	background-position: 50% 50%;
}

.resolutions-hero-bg .vc_row-separator svg {
	fill: #F8F8F8;
}

.resolutions-hero-space {
	height: 880px;
	display: block;
	-webkit-box-align: center;
	-webkit-align-items: center;
			-ms-flex-align: center;
					align-items: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

@media only screen and (min-width: 1200px) and (max-width: 1499px) {
	.resolutions-hero-space {
		height: 740px;
	}
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.resolutions-hero-space {
		height: 670px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.resolutions-hero-space {
		height: 520px;
	}
}

@media only screen and (max-width: 767px) {
	.resolutions-hero-space {
		height: 480px;
	}
}

@media only screen and (max-width: 575px) {
	.resolutions-hero-space {
		height: 480px;
	}
}

.resolutions-hero-area-content {
	position: absolute;
	width: 100%;
	z-index: 1;
}

.hero-button-group .ht-btn {
	margin: 10px;
	font-size: 14px;
}

.hero-button-group .ht-btn.btn--white {
	color: #086AD8;
}

.hero-button-group .ht-btn.btn--white .btn-icon {
	font-size: 10px;
	margin-left: 0px;
}

.hero-button-group .ht-btn.btn--white:hover {
	background: #086AD8;
	color: #ffffff;
}

.resolutions-hero-bottom {
	margin-top: -160px;
	position: relative;
	z-index: 4;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.resolutions-hero-bottom {
		margin-top: 20px;
	}
}

@media only screen and (max-width: 767px) {
	.resolutions-hero-bottom {
		margin-top: 0px;
	}
}

@media only screen and (max-width: 575px) {
	.resolutions-hero-bottom {
		margin-top: 0px;
	}
}

.resolutions-hero-slider .vc_row-separator svg {
	fill: #F8F8F8;
}

.resolutions-hero-bg-2 {
	background-color: transparent;
	background-repeat: no-repeat;
	background-image: url("../images/hero/home-resolutions-hero-bg-image.webp");
	background-size: cover;
	background-position: 50% 50%;
}

/*=============================================
=        39. Cybersecurity home Css             =
=============================================*/
.cybersecurity-hero {
	overflow: hidden;
	background: #F6FAFE;
}

.cybersecurity-hero-text {
	max-width: 680px;
	width: 100%;
	float: right;
	padding-left: 110px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.cybersecurity-hero-text {
		padding-left: 0px;
	}
}

@media only screen and (max-width: 767px) {
	.cybersecurity-hero-text {
		padding-left: 0;
		float: inherit;
		margin: 60px auto 0px;
		text-align: center;
	}
}

.cybersecurity-hero-text h6 {
	text-transform: uppercase;
	letter-spacing: 3px;
	font-weight: 700;
	font-size: 14px;
	margin-bottom: 20px;
}

.cybersecurity-hero-text h3 {
	font-weight: 700;
}

.cybersecurity-hero-images {
	position: relative;
}

.inner-img-one {
	position: absolute;
	z-index: -1;
	bottom: 0;
}

@media only screen and (max-width: 767px) {
	.inner-img-one {
		position: absolute;
		left: 0;
		right: 0;
		margin: auto;
		text-align: center;
	}
	.inner-img-one img {
		width: 400px;
	}
}

@media only screen and (max-width: 767px) {
	.inner-img-two {
		margin: auto !important;
		text-align: center;
	}
	.inner-img-two img {
		max-width: 254px;
	}
}

.worldRotate {
	-webkit-animation: worldRotate 20s linear infinite;
	animation: worldRotate 20s linear infinite;
}

/*--- spinner keyframe ---*/
@-webkit-keyframes worldRotate {
	0% {
		-webkit-transform: rotate(0deg) translateX(0px) rotate(0deg);
						transform: rotate(0deg) translateX(0px) rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(0deg) translateY(0px) rotate(-360deg);
						transform: rotate(0deg) translateY(0px) rotate(-360deg);
	}
}
@keyframes worldRotate {
	0% {
		-webkit-transform: rotate(0deg) translateX(0px) rotate(0deg);
						transform: rotate(0deg) translateX(0px) rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(0deg) translateY(0px) rotate(-360deg);
						transform: rotate(0deg) translateY(0px) rotate(-360deg);
	}
}

/*=====================================
=      40. About Us pages Css           =
=======================================*/
.about-us-bg {
	background-image: url(../images/bg/contact-us-01-hero-bg.webp);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

.banner-space {
	padding-top: 195px;
	padding-bottom: 204px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.banner-space {
		padding-top: 120px;
		padding-bottom: 120px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.banner-space {
		padding-top: 100px;
		padding-bottom: 100px;
	}
}

@media only screen and (max-width: 767px) {
	.banner-space {
		padding-top: 60px;
		padding-bottom: 60px;
	}
}

.vision-space {
	padding-top: 85px;
	padding-bottom: 195px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.vision-space {
		padding-top: 120px;
		padding-bottom: 120px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.vision-space {
		padding-top: 100px;
		padding-bottom: 100px;
	}
}

@media only screen and (max-width: 767px) {
	.vision-space {
		padding-top: 60px;
		padding-bottom: 60px;
	}
}

.requirements-list {
	width: 600px;
	padding-left: 30px;
	padding-right: 30px;
	max-width: 100%;
	float: right;
}

.resources-left-box {
	max-width: 600px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding-left: 30px;
	padding-right: 30px;
	width: 100%;
	float: right;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.resources-left-box {
		margin: 0 auto;
		float: none;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.resources-left-box {
		text-align: center;
		margin: 0 auto;
		float: none;
	}
}

@media only screen and (max-width: 767px) {
	.resources-left-box {
		margin: 0 auto;
		margin-bottom: 0px;
		float: none;
		padding-left: 0;
		padding-right: 0;
		margin-bottom: 30px;
		text-align: center;
	}
}

.resources-inner .sub-title {
	color: #ababab;
}

.about-resources-wrapper {
	padding: 40px 0;
	background-color: #f8f8f8;
	background-image: url(../images/bg/mitech-slider-cybersecurity-global-image.webp);
	background-repeat: no-repeat;
	background-position: center right 40px;
}

.delivering-optimal-wrap .marker::before {
	content: '\f00c';
	position: absolute;
	top: 1px;
	left: 0;
	display: block;
	font-size: 24px;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	line-height: 1;
	font-family: 'Font Awesome 5 Pro';
	font-weight: 400;
	color: #d2a98e;
}

.delivering-optimal-wrap .list-item {
	padding-left: 40px;
	margin-top: 40px;
	position: relative;
}

.delivering-optimal-wrap .list-item .title-wrap .title {
	color: #086AD8;
	margin-bottom: 15px;
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
	.modern-number-01 {
		margin-bottom: 20px;
	}
}

.modern-number-01.number-two h2 {
	max-width: 330px;
}

.modern-number-01.number-two span.mark-text {
	color: #086AD8;
}

.contact-button a {
	color: #086AD8;
	font-size: 18px;
	font-weight: 500;
	line-height: 1.45;
	border-bottom: 1px solid #ddd;
}

.about-button {
	text-align: right;
}

.about-button a {
	min-width: 170px;
}

.gallery-warp {
	display: grid;
	grid-template-columns: repeat(12, 1fr);
	grid-column-gap: 30px;
	grid-row-gap: 30px;
}

.gallery-warp:nth-child(4n+1) {
	grid-column: span 8;
}

.gallery-grid {
	display: block;
	width: 100%;
	height: 100%;
}

.gallery-grid .single-gallery__thum {
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: stretch;
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	background-position: center;
	background-size: cover;
	height: 100%;
	width: 100%;
	max-height: 420px;
}

.gallery-grid:nth-child(4n+1) {
	-ms-grid-column: span 8;
	grid-column: span 8;
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
	.gallery-grid:nth-child(4n+1) {
		grid-column: span 6;
	}
}

@media only screen and (max-width: 575px) {
	.gallery-grid:nth-child(4n+1) {
		grid-column: span 12;
	}
}

.gallery-grid:nth-child(4n+2) {
	-ms-grid-column: span 4;
	grid-column: span 4;
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
	.gallery-grid:nth-child(4n+2) {
		grid-column: span 6;
	}
}

@media only screen and (max-width: 575px) {
	.gallery-grid:nth-child(4n+2) {
		grid-column: span 12;
	}
}

.gallery-grid:nth-child(4n+3) {
	-ms-grid-column: span 6;
	grid-column: span 6;
}

@media only screen and (max-width: 575px) {
	.gallery-grid:nth-child(4n+3) {
		grid-column: span 12;
	}
}

.gallery-grid:nth-child(4n+4) {
	-ms-grid-column: span 6;
	grid-column: span 6;
}

@media only screen and (max-width: 575px) {
	.gallery-grid:nth-child(4n+4) {
		grid-column: span 12;
	}
}

.single-gallery {
	overflow: hidden;
	display: block;
	border-radius: 5px;
}

.single-gallery__item {
	position: relative;
	height: 100%;
}

.single-gallery__item .ht-overlay {
	background-color: #086AD8;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
	-o-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
	transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.single-gallery__item .overlay-icon {
	position: absolute;
	top: 50%;
	left: 50%;
	margin: auto;
	width: 100%;
	height: 100%;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
	-o-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
	transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.single-gallery__item .overlay-icon i {
	font-size: 24px;
	color: #fff;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
			-ms-transform: translate(-50%, -50%);
					transform: translate(-50%, -50%);
}

.single-gallery__item:hover .ht-overlay, .single-gallery__item:hover .overlay-icon {
	opacity: .9;
	visibility: visible;
}

.bg-item-images {
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: stretch;
	-webkit-align-items: stretch;
			-ms-flex-align: stretch;
					align-items: stretch;
	background-position: center;
	background-size: cover;
	height: 100%;
	width: 100%;
}

.bg-item-images::before {
	content: '';
	display: block;
	padding-top: 67%;
}

/*=======================================
=           Careers Job Listing         = 
========================================*/
.ht-simple-job-listing .item {
	border-radius: 5px;
	padding: 33px 50px 36px;
}

.ht-simple-job-listing .item:nth-child(2n) {
	background: #f6f2ed;
}

.ht-simple-job-listing .item .job-info .job-time {
	font-size: 18px;
	margin-top: 12px;
	display: block;
}

.ht-simple-job-listing .item .job-button .ht-btn {
	min-width: 155px;
}

@media only screen and (max-width: 767px) {
	.ht-simple-job-listing .item {
		padding: 30px;
	}
	.ht-simple-job-listing .item .job-description {
		margin-top: 15px;
	}
	.ht-simple-job-listing .item .job-button {
		margin-top: 20px;
	}
}

/*=======================================
=       41. Single Smart Vision Css         =
========================================*/
.vision-content .heading {
	font-size: 28px;
	line-height: 1.43;
	font-weight: 400;
	color: #002fa6;
}

.portfolio-details-table table {
	margin: 0 0 1.5em;
	margin-bottom: 1.5em;
	width: 100%;
	display: inline-table;
	overflow: hidden;
}

.portfolio-details-table .label {
	text-transform: uppercase;
	font-weight: 500;
	font-size: 14px;
	letter-spacing: 1px;
	color: #333;
	margin-bottom: 12px;
}

.portfolio-details-table td:last-child {
	text-align: right;
	padding-right: 0;
}

.portfolio-details-table td {
	border: 0;
	background: none !important;
	padding: 17px 10px;
	padding-right: 10px;
	text-align: left;
}

.portfolio-details-table td:first-child {
	padding-left: 0;
}

.portfolio-details-table tr + tr {
	border-top: 1px solid #ededed;
}

.portfolio-details-table .portfolio-details-share a {
	padding: 0 10px;
	font-size: 15px;
	color: #ababab;
}

.ht-problem-solution .item {
	border-bottom: 1px solid #eee;
	padding-bottom: 50px;
	margin-bottom: 44px;
}

.ht-problem-solution .item .problem {
	position: relative;
	padding-left: 32px;
	font-size: 15px;
	font-weight: 500;
	line-height: 1.74;
	margin-bottom: 20px;
}

.ht-problem-solution .item .problem::before {
	color: #086ad8;
	content: '\f178';
	position: absolute;
	top: 4px;
	left: 0;
	font-size: 18px;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	line-height: 1;
	font-family: 'Font Awesome 5 Pro';
	font-weight: 400;
}

.ht-problem-solution .item .solution {
	position: relative;
	padding-left: 32px;
}

.ht-problem-solution .item .solution::before {
	color: #086ad8;
	content: '\f00c';
	position: absolute;
	top: 4px;
	left: 0;
	font-size: 18px;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	line-height: 1;
	font-family: 'Font Awesome 5 Pro';
	font-weight: 400;
}

.results-wrap .text {
	font-size: 24px;
}

.entry-portfolio-return-link {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
			-ms-transform: translate(-50%, -50%);
					transform: translate(-50%, -50%);
	display: block;
	width: 48px;
	height: 48px;
	line-height: 48px;
	text-align: center;
	border-radius: 50%;
	background: #f6f2ed;
	-webkit-box-shadow: 0 4px 32px rgba(51, 51, 51, 0.07);
					box-shadow: 0 4px 32px rgba(51, 51, 51, 0.07);
	font-size: 18px;
}

.entry-portfolio-return-link:hover {
	background: #086AD8;
	color: #ffffff;
}

.portfolio-nav-links .nav-list {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-gap: 50px;
}

@media only screen and (max-width: 767px) {
	.portfolio-nav-links .nav-list {
		grid-template-columns: auto;
	}
}

.portfolio-nav-links .nav-list .next {
	text-align: right;
}

.portfolio-nav-links .nav-list .inner div {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
			-ms-flex-align: center;
					align-items: center;
	min-height: 190px;
	padding: 20px 0;
}

.portfolio-nav-links .nav-list .prev img {
	margin-right: 28px;
}

.portfolio-nav-links .nav-list .next img {
	margin-left: 28px;
	-webkit-box-ordinal-group: 3;
	-webkit-order: 2;
			-ms-flex-order: 2;
					order: 2;
}

.portfolio-nav-links .nav-list .next a {
	padding-right: 30px;
}

.portfolio-nav-links .nav-list .prev a {
	padding-left: 30px;
}

.portfolio-nav-links .nav-list .inner h6::before {
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	line-height: 1;
	font-family: 'Font Awesome 5 Pro';
	font-weight: 300;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
			-ms-transform: translateY(-50%);
					transform: translateY(-50%);
	font-size: 24px;
}

.portfolio-nav-links .nav-list .prev h6::before {
	left: 15px;
	content: '\f104';
}

.portfolio-nav-links .nav-list .next h6::before {
	right: 15px;
	content: '\f105';
}

/*====================================
=         42. Redraw Css             =
=====================================*/
.rev_redraw-wrapper {
	overflow: hidden;
}

.rev_redraw-space {
	padding-top: 230px;
	padding-bottom: 230px;
}

@media only screen and (max-width: 767px) {
	.rev_redraw-space {
		padding-top: 150px;
		padding-bottom: 150px;
	}
}

.rev_redraw-space .col-lg-12 {
	position: relative;
}

.redraw-content {
	z-index: 4;
	position: relative;
}

@media only screen and (max-width: 767px) {
	.redraw-images img {
		max-width: 160px;
	}
}

@media only screen and (max-width: 767px) {
	.redraw-images img {
		max-width: 100px;
	}
}

.redrow-1 {
	overflow: hidden;
	top: -205%;
	position: absolute;
	left: 10%;
}

@media only screen and (max-width: 767px) {
	.redrow-1 {
		top: -150%;
	}
}

@media only screen and (max-width: 575px) {
	.redrow-1 {
		top: -130%;
	}
}

.redrow-2 {
	position: absolute;
	left: 40%;
	top: -150%;
}

@media only screen and (max-width: 767px) {
	.redrow-2 {
		top: -80%;
	}
}

.redrow-3 {
	top: -205%;
	position: absolute;
	right: 10%;
}

@media only screen and (max-width: 767px) {
	.redrow-3 {
		top: -150%;
	}
}

@media only screen and (max-width: 575px) {
	.redrow-3 {
		top: -130%;
	}
}

.redrow-4 {
	top: 0%;
	position: absolute;
	left: -10%;
}

.redrow-5 {
	position: absolute;
	left: 20%;
	top: 150%;
}

.redrow-6 {
	position: absolute;
	right: 20%;
	top: 150%;
}

.redrow-7 {
	top: 0%;
	position: absolute;
	right: -10%;
}

/*=====================================
=       43. Preview Page Css          =
======================================*/
.hero__purchase .btn:hover, .downlode-btn .btn:hover {
	background: #086AD8;
	color: #fff;
}

.header__actions--preview .ht-btn {
	background: #fff;
	color: #086AD8;
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
	.header__actions--preview {
		-webkit-flex-basis: 70%;
				-ms-flex-preferred-size: 70%;
						flex-basis: 70%;
	}
	.header__actions--preview .header__actions {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: end;
		-webkit-justify-content: flex-end;
				-ms-flex-pack: end;
						justify-content: flex-end;
		-webkit-box-align: center;
		-webkit-align-items: center;
				-ms-flex-align: center;
						align-items: center;
	}
}

.preview-hero-area {
	height: 1020px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
			-ms-flex-align: center;
					align-items: center;
	overflow: hidden;
}

@media only screen and (min-width: 1200px) and (max-width: 1499px) {
	.preview-hero-area {
		height: 860px;
	}
}

@media only screen and (min-width: 1200px) and (max-width: 1499px) {
	.preview-hero-area {
		height: 780px;
	}
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.preview-hero-area {
		height: 620px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.preview-hero-area {
		height: auto;
	}
}

@media only screen and (max-width: 767px) {
	.preview-hero-area {
		height: auto;
	}
}

.preview-hero-bg {
	background: url(../images/hero/mitech-landing-main-slider-bg.webp);
	background-size: cover;
	background-position: 50% 50%;
	background-color: transparent;
	background-repeat: no-repeat;
}

.pe-img-01 {
	position: absolute;
	top: -4%;
	left: 28%;
}

@media only screen and (max-width: 767px) {
	.pe-img-01 {
		width: 130px;
		top: -10%;
		left: 8%;
	}
}

.pe-img-02 {
	position: absolute;
	top: 12%;
	right: 6%;
}

@media only screen and (max-width: 767px) {
	.pe-img-02 {
		right: -5%;
	}
}

.pe-img-03 {
	position: absolute;
	bottom: 10%;
	right: -10%;
}

@media only screen and (min-width: 1200px) and (max-width: 1499px) {
	.pe-img-03 {
		width: 250px;
		right: -10%;
	}
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.pe-img-03 {
		width: 250px;
		right: -10%;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.pe-img-03 {
		width: 200px;
		right: -20%;
	}
}

@media only screen and (max-width: 767px) {
	.pe-img-03 {
		width: 200px;
		right: -20%;
	}
}

@media only screen and (max-width: 575px) {
	.pe-img-03 {
		width: 200px;
		right: -30%;
	}
}

.pe-img-04 {
	position: absolute;
	bottom: 20%;
	right: 18%;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.pe-img-04 {
		bottom: 5%;
		right: 18%;
	}
}

@media only screen and (max-width: 767px) {
	.pe-img-04 {
		bottom: 2%;
		right: 50%;
	}
}

.preview-inner-img img {
	z-index: 4;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.preview-inner-img {
		max-width: 500px;
		margin: auto;
	}
}

.preview-hero-text {
	z-index: 4;
}

.preview-hero-text h6 {
	color: #d2a98e;
	letter-spacing: 2px;
	font-weight: 700;
	font-size: 16px;
	text-transform: uppercase;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.preview-hero-text {
		text-align: center;
	}
	.preview-hero-text .hero-button {
		-webkit-box-pack: center;
		-webkit-justify-content: center;
				-ms-flex-pack: center;
						justify-content: center;
	}
}

@media only screen and (max-width: 767px) {
	.preview-hero-text {
		text-align: center;
	}
}

.single-preview-item__wrap a {
	display: block;
}

.single-preview-item__wrap a:hover {
	-webkit-transform: translateY(-5px);
			-ms-transform: translateY(-5px);
					transform: translateY(-5px);
}

.single-preview-item__wrap a:hover .single-preview-item__thumbnail .overlay {
	visibility: visible;
	opacity: 1;
}

.frame-screen {
	position: relative;
	background: #fff;
	border-radius: 5px;
	-webkit-box-shadow: 0 70px 40px -35px rgba(51, 51, 51, 0.13);
					box-shadow: 0 70px 40px -35px rgba(51, 51, 51, 0.13);
}

.frame-screen .dots {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	padding-left: 14px;
	height: 23px;
}

.frame-screen .dots .dot {
	margin: 0 4px;
	width: 9px;
	height: 9px;
	border-radius: 50%;
	background: #dadada;
}

.frame-screen .single-preview-item__thumbnail {
	position: relative;
}

.frame-screen .single-preview-item__thumbnail .overlay {
	background-color: rgba(8, 106, 216, 0.9);
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	visibility: visible;
	opacity: 0;
	-webkit-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
	-o-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
	transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.frame-screen .single-preview-item__thumbnail .btn-view-demo {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	background: #fff !important;
	pointer-events: none;
	min-width: 150px;
}

.frame-screen .single-preview-item__info h6 {
	font-size: 16px;
	font-weight: 700;
	line-height: 1.87;
	padding: 14px 27px;
	margin-bottom: 0;
	text-align: left;
}

.layout-section-bg {
	background: url(../images/preview/mitech-landing-header-preview-bg.webp);
	background-color: #f6f2ed;
	background-repeat: no-repeat;
	background-position: bottom right;
}

.layouts-section-text {
	max-width: 500px;
	width: 100%;
	margin: auto;
}

.ht-box-icon.preview-style {
	margin-left: auto;
	max-width: 420px;
	margin-top: 30px;
	-webkit-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
	-o-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
	transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.ht-box-icon.preview-style:hover {
	-webkit-transform: translateY(-5px);
			-ms-transform: translateY(-5px);
					transform: translateY(-5px);
}

.ht-box-icon.preview-style .icon-box-wrap {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.ht-box-icon.preview-style .icon-box-wrap .image {
	position: relative;
	-webkit-flex-shrink: 0;
			-ms-flex-negative: 0;
					flex-shrink: 0;
	margin: 0 27px 0 0;
	width: 114px;
	text-align: center;
	border-radius: 50%;
}

.prv-section-footer-bg {
	background: url(../images/preview/mitech-landing-footer-bg-01.webp);
	background-size: cover;
	background-repeat: no-repeat;
}

.footer-preview-content h6 {
	letter-spacing: 7px;
}

.badge-image {
	position: absolute;
	top: -5px;
	right: 0;
	z-index: 11;
}

/* ====================
		Toolbar Area 
========================*/
.aeroland__toolbar .inner {
	position: absolute;
	top: 200px;
	right: 100%;
	display: block;
	width: 40px;
	border: 1px solid #eee;
	border-right: 0;
	border-radius: 5px 0 0 5px;
	background: #fff;
	text-align: center;
	-webkit-box-shadow: -3px 0 10px -2px rgba(0, 0, 0, 0.1);
					box-shadow: -3px 0 10px -2px rgba(0, 0, 0, 0.1);
}

.aeroland__toolbar .inner a {
	display: block;
	width: 40px;
	height: 40px;
	line-height: 40px;
	color: #222;
	-webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
	-o-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
	transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.demo-option-wrapper {
	height: 100%;
	overflow-y: auto;
	padding-bottom: 55px;
}

.demo-option-wrapper .demo-panel-header {
	padding: 40px 30px 30px;
	text-align: center;
}

.demo-option-container {
	position: fixed;
	top: 0;
	left: 100%;
	background: #fff;
	height: 100%;
	width: 350px;
	max-width: calc(100% - 45px);
	z-index: 100000;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}

.demo-option-container.open {
	-webkit-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	transform: translateX(-100%);
	-webkit-box-shadow: -3px 0 50px -2px rgba(0, 0, 0, 0.14);
	box-shadow: -3px 0 50px -2px rgba(0, 0, 0, 0.14);
}

.demo-quick-option-list {
	padding: 27px;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-gap: 20px;
}

.demo-quick-option-list a img {
	border-radius: 5px;
}

.demo-quick-option-list a:hover img {
	-webkit-transform: translateY(-3px);
			-ms-transform: translateY(-3px);
					transform: translateY(-3px);
	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
					box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
}

/*=================================
=       Modern It Company Css       =
===================================*/
.modern-it-company-top-area {
	background-image: url("../images/bg/bg-gird-pattern-repeat-alt.webp");
	background-repeat: repeat;
}

.modern-it-company-hero {
	position: relative;
	margin-bottom: 200px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.modern-it-company-hero {
		margin-bottom: 0px;
	}
}

@media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
	.modern-it-company-hero {
		margin-bottom: 30px;
	}
}

.modern-it-company-form-wrap {
	max-width: 550px;
}

@media (min-width: 1200px) {
	.modern-it-company-hero-image {
		position: absolute;
		top: 176px;
		right: 10px;
	}
}

.modern-it-company-hero-image {
	text-align: right;
	margin: auto;
	margin-top: 60px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.modern-it-company-hero-image {
		text-align: center;
	}
}

.modern-it-company-hero-text h1 {
	font-size: 65px;
	line-height: 1.2;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.modern-it-company-hero-text h1 {
		font-size: 46px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.modern-it-company-hero-text h1 {
		font-size: 40px;
	}
}

@media only screen and (max-width: 767px) {
	.modern-it-company-hero-text h1 {
		font-size: 34px;
	}
}

.modern-it-company-hero-text .sort-dec {
	margin-top: 30px;
}

.modern-it-company-hero-text .book-box {
	margin-top: 100px;
	margin-bottom: 30px;
	position: relative;
}

.modern-it-company-hero-text .book-box .image {
	position: absolute;
	top: -30px;
	left: -80px;
}

@media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
	.modern-it-company-hero-text .book-box {
		margin-top: 40px;
		margin-bottom: 30px;
	}
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.modern-it-company-hero-text .book-box {
		margin-top: 40px;
		margin-bottom: 30px;
	}
}

.modern-it-company-hero-text .book-text {
	max-width: 340px;
}

@media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
	.modern-it-company-hero-text .book-text {
		max-width: 100%;
	}
}

.modern-it-company-testimonial-bg {
	background-image: url("../images/patterns/home-reputable-success-about-shape.webp");
	background-repeat: no-repeat;
	background-position: left 44px bottom 40px;
}

.success-stories-wrap {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
			-ms-flex-pack: center;
					justify-content: center;
	padding: 58px 80px;
	border-radius: 5px;
	background-color: #f6f2ed;
	background-image: url("../images/bg/home-reputable-success-section-story-bg.webp");
	background-repeat: no-repeat;
	background-position: right top;
}

@media only screen and (max-width: 767px) {
	.success-stories-wrap {
		padding: 58px 40px;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
				-ms-flex-direction: column;
						flex-direction: column;
	}
	.success-stories-wrap .heading br {
		display: none;
	}
}

.modern-it-newsletters-wrap {
	border-radius: 5px;
	background-color: #f8f8f8;
	padding: 40px 35px;
}

.modern-it-newsletters-wrap .contact-inner input {
	background-color: #fff;
}

/*=============================================
=         36. Processing Hero Css             =
=============================================*/
.machine-learning-hero-bg {
	background-image: url("../images/hero/new-slider-bg.webp");
	background-color: #072a83;
	background-size: cover;
	background-repeat: no-repeat;
	padding-top: 320px;
	padding-bottom: 200px;
}

@media only screen and (min-width: 1200px) and (max-width: 1499px) {
	.machine-learning-hero-bg {
		padding-top: 200px;
		padding-bottom: 100px;
	}
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.machine-learning-hero-bg {
		padding-top: 150px;
		padding-bottom: 100px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.machine-learning-hero-bg {
		padding-top: 100px;
		padding-bottom: 100px;
	}
}

@media only screen and (max-width: 767px) {
	.machine-learning-hero-bg {
		padding-top: 0px;
		padding-bottom: 80px;
	}
}

.machine-learning-hero-text {
	max-width: 730px;
	width: 100%;
}

@media only screen and (max-width: 767px) {
	.machine-learning-hero-text {
		margin-top: 60px;
		text-align: center;
	}
}

.machine-learning-hero-text h6 {
	line-height: 36px;
	letter-spacing: 3px;
	font-weight: 700;
	font-size: 18px;
	color: #ffffff;
	text-transform: uppercase;
	margin-bottom: 20px;
}

.machine-learning-hero-text h1 {
	color: #ffffff;
	font-weight: 500;
	font-size: 68px;
	letter-spacing: 0;
	line-height: 1.2;
}

@media only screen and (min-width: 1200px) and (max-width: 1499px) {
	.machine-learning-hero-text h1 {
		font-size: 60px;
	}
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.machine-learning-hero-text h1 {
		font-size: 46px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.machine-learning-hero-text h1 {
		font-size: 40px;
	}
}

@media only screen and (max-width: 767px) {
	.machine-learning-hero-text h1 {
		font-size: 34px;
	}
}

.machine-learning-hero-text p {
	color: #ffffff;
	line-height: 32px;
	letter-spacing: 0px;
	font-weight: 500;
	font-size: 18px;
}

.hero-button {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
			-ms-flex-align: center;
					align-items: center;
}

@media only screen and (max-width: 767px) {
	.hero-button {
		-webkit-box-pack: center;
		-webkit-justify-content: center;
				-ms-flex-pack: center;
						justify-content: center;
	}
}

@media only screen and (max-width: 575px) {
	.hero-button {
		-webkit-box-pack: center;
		-webkit-justify-content: center;
				-ms-flex-pack: center;
						justify-content: center;
	}
	.hero-button .btn {
		min-width: 140px;
		padding: 0 24px;
	}
}

.hero-popup-video {
	margin-left: 20px;
}

.hero-popup-video a {
	display: inline-block;
	-webkit-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
	-o-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
	transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hero-popup-video a .video-content {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.hero-popup-video a .video-content .video-text {
	margin-left: 8px;
	color: #ffffff;
	font-weight: 500;
	font-size: 14px;
}

.hero-popup-video .video-play {
	font-size: 10px;
	display: inline-block;
	margin: 0;
	border: 1px solid #ddd;
	border-radius: 50%;
	height: 30px;
	width: 30px;
	line-height: 30px;
	color: #fff;
}

.hero-popup-video .video-play .video-play-icon i {
	color: #ffffff;
}

.hero-brand-wrap {
	margin-top: 150px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.hero-brand-wrap {
		margin-right: 30px;
		margin-top: 100px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.hero-brand-wrap {
		margin-right: 30px;
		margin-top: 100px;
	}
}

@media only screen and (max-width: 767px) {
	.hero-brand-wrap {
		margin-top: 50px;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
				-ms-flex-pack: center;
						justify-content: center;
	}
}

.hero-brand-wrap .brand-logo {
	position: relative;
	margin-right: 50px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.hero-brand-wrap .brand-logo {
		margin-right: 30px;
	}
}

@media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
	.hero-brand-wrap .brand-logo {
		margin: 0 10px;
	}
}

.hero-brand-wrap .brand-logo__image {
	-webkit-transition: all .4s linear;
	-o-transition: all .4s linear;
	transition: all .4s linear;
}

.hero-brand-wrap .brand-logo__image-hover {
	visibility: hidden;
	opacity: 0;
	-webkit-transform: scale(0.8, 0.8);
			-ms-transform: scale(0.8, 0.8);
					transform: scale(0.8, 0.8);
	-webkit-transition: all .4s linear;
	-o-transition: all .4s linear;
	transition: all .4s linear;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}

.hero-brand-wrap .brand-logo:hover .brand-logo__image {
	visibility: hidden;
	opacity: 0;
	-webkit-transform: scale(0.8, 0.8);
			-ms-transform: scale(0.8, 0.8);
					transform: scale(0.8, 0.8);
}

.hero-brand-wrap .brand-logo:hover .brand-logo__image-hover {
	opacity: 1;
	visibility: visible;
	-webkit-transform: none !important;
			-ms-transform: none !important;
					transform: none !important;
	z-index: 3;
}

.machine-learning-about-bg {
	background-color: #f8fbfe;
	background-image: url("../images/bg/n-1-bg.webp");
	background-size: cover;
	background-repeat: no-repeat;
}

.machine-learning-service-bg {
	background-color: #f8f8f8;
	background-image: url("../images/bg/n-2-bg.webp");
	background-size: cover;
	background-repeat: no-repeat;
}

.machine-learning-mark-text {
	max-width: 370px;
	font-size: 18px;
	font-weight: 400;
	line-height: 1.67;
	color: #696969;
	padding-left: 16px;
	border-left: 2px solid #086ad8;
}

.machine-learning-about-content .dec-text {
	font-size: 18px;
}

.machine-learning-contact-us-bg {
	background-image: url("../images/bg/new-cta-bg.webp");
	background-color: #086AD8;
	background-size: cover;
	background-repeat: no-repeat;
}

.machine-learning-project-bg {
	background-color: #f5f5f5;
	background-image: url("../images/bg/n-3-bg.webp");
	background-size: cover;
	background-repeat: no-repeat;
}

.testimonials-contails-machine h6 {
	font-size: 14px;
	font-weight: 700;
	line-height: 2;
	letter-spacing: 3px;
	color: #ababab;
}

.testimonials-contails-machine p {
	font-size: 36px;
	font-weight: 500;
	line-height: 1.22;
	color: #002fa6;
	margin-top: 20px;
	margin-bottom: 24px;
}

.testimonials-contails-machine .testimonial-info {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
			-ms-flex-wrap: wrap;
					flex-wrap: wrap;
}

.testimonials-contails-machine .testimonial-info .testimonial-name {
	font-size: 15px;
	font-weight: 700;
	color: #454545;
	margin-top: 5px;
	margin-right: 10px;
	position: relative;
}

.testimonials-contails-machine .testimonial-info .testimonial-name::after {
	content: ' / ';
	left: 0;
}

.testimonials-contails-machine .testimonial-info .testimonial-by-line {
	font-size: 14px;
	font-weight: 400;
	line-height: 2.29;
	color: #7e7e7e;
}

.swiper-pagination-machine {
	position: absolute;
	width: auto !important;
	margin-bottom: 50px;
}

.software-innovation-hero-text .sub-heading {
	text-transform: uppercase;
	color: #C2C2C2;
	line-height: 28px;
	letter-spacing: 3px;
	font-weight: 700;
}

.software-innovation-hero-text h3 {
	color: #005bc1;
	line-height: 40px;
	font-weight: 700;
	font-size: 40px;
	-webkit-transform-origin: 50% 50%;
			-ms-transform-origin: 50% 50%;
					transform-origin: 50% 50%;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.software-innovation-hero-text h3 {
		line-height: 40px;
		font-size: 30px;
	}
}

@media only screen and (max-width: 767px) {
	.software-innovation-hero-text h3 {
		font-size: 24px;
		line-height: 30px;
	}
}

.software-innovation-hero-text h1 {
	color: #005bc1;
	line-height: 130px;
	font-weight: 700;
	font-size: 120px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.software-innovation-hero-text h1 {
		font-size: 90px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.software-innovation-hero-text h1 {
		font-size: 80px;
		line-height: 70px;
	}
}

@media only screen and (max-width: 767px) {
	.software-innovation-hero-text h1 {
		font-size: 64px;
		line-height: 70px;
	}
}

.software-innovation-hero-text .info-heading {
	color: #2a2a2a;
	line-height: 32px;
	font-weight: 500;
	font-size: 18px;
}

.software-innovation-hero-image {
	margin-right: -20px;
	margin-left: -230px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.software-innovation-hero-image {
		margin-left: -146px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.software-innovation-hero-image {
		margin-left: -146px;
	}
}

@media only screen and (max-width: 767px) {
	.software-innovation-hero-image {
		margin-left: 0px;
		margin-right: 0px;
		margin-top: 30px;
	}
}

.software-innovation-about-bg {
	background-image: url("../images/bg/soft-s2-bg.webp");
	background-size: cover;
	background-repeat: no-repeat;
}

.software-innovation-video-box .video-link .ht-popup-video .video-button__two .video-play-icon::before {
	border-left-color: #fff;
}

.software-innovation-video-box .video-link .ht-popup-video .video-button__two .video-play {
	background: #086AD8;
}

.software-innovation-video-box .video-text {
	color: #086AD8;
}

.software-innovation-video-box .video-button__two {
	padding: 13px;
	border: 3px solid rgba(8, 106, 216, 0.4);
	border-radius: 50%;
}

.technology-service-bg {
	background-color: #002fa6;
	background-image: url("../images/bg/soft-s5-bg.webp");
	background-repeat: no-repeat;
	background-position: left center;
}

.technology-service-area .text-infos {
	max-width: 470px;
	font-size: 18px;
}

.technology-service-area .ht-btn--outline {
	border-color: #fff;
	color: #fff !important;
}

.technology-service-area .ht-btn--outline:hover {
	border-color: #d2a98e;
	background: #d2a98e;
	color: #fff !important;
}


/*CUSTOM CSS*/
.modal-fullscreen {
	padding: 0 !important;
}
.modal-fullscreen .modal-dialog {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
}
.modal-fullscreen .modal-content {
	height: auto;
	min-height: 100%;
	border: 0 none;
	border-radius: 0;
	box-shadow: none;
}

/*HOME SLIDER START*/
.slick-slide img {
  max-height: 250px;
}

#promotional_slider .promotionalslider_wrapper .slick-arrow {
	font-size: 0;
	width: 40px;
	height: 40px;
	border-radius: 100%;
	-webkit-appearance: none;
	border: 0;
	background: #444;
	box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
	outline: none;
}
#promotional_slider .promotionalslider_wrapper .slick-arrow:before {
	font-size: 23px;
	color: #FFF;
}
#promotional_slider .promotionalslider_wrapper .slick-arrow.slick-next:before {
	content: "\f054";
	font-family: FontAwesome;
}
#promotional_slider .promotionalslider_wrapper .slick-arrow.slick-prev:before {
	content: "\f053";
	font-family: FontAwesome;
}
#promotional_slider .promotionalslider_wrapper .slick-arrow:hover {
	cursor: pointer;
}
#promotional_slider .promotionalslider_wrapper .slick-arrow.slick-disabled {
	opacity: 0.5;
	background: #ccc;
}
#promotional_slider .promotionalslider_wrapper .slick-arrow.slick-disabled:hover {
	cursor: not-allowed;
}
#promotional_slider .promotionalslider_wrapper.slick-initialized {
	position: relative;
}
#promotional_slider .promotionalslider_wrapper.slick-initialized .slick-arrow {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 9;
}
#promotional_slider .promotionalslider_wrapper.slick-initialized .slick-next {
	right: -25px;
}
#promotional_slider .promotionalslider_wrapper.slick-initialized .slick-prev {
	left: -25px;
}
#promotional_slider .promotionalslider_wrapper .promotionalslider_single {
	text-align: center;
	display: flex;
	width: 25%;
	flex: 0 0 25%;
	flex-direction: column;
	margin: 0 10px;
}
#promotional_slider .promotionalslider_wrapper .promotionalslider_single section {
	background: no-repeat center center/cover;
	width: 100%;
	height: 0;
	padding-top: 100%;
}
#promotional_slider .promotionalslider_wrapper .promotionalslider_single p {
	background-color: #444;
	color: #FFF;
	text-align: center;
	padding: 10px;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 19px;
}
.promotionalslider_single img {
	/*min-height: 320px;
	max-height: 320px;*/
	border-radius: 14px;
}
.promotionalslider_single h4 {
	font-size: 13px;
} 
.promotionalslider_single h5 {
	font-size: 20px;
}
.promotionalslider_single .infobox {
	margin-top: 12px;
}
.slick-slide img {
	border-radius: 8px;
	min-height: 200px;
	max-height: 200px;
}
.c-slider {
	padding: 24px 0;
}
/*HOME SLIDER END*/

/*PAGE SIDEBAR START*/
.sidebar-navigation {
	overflow-x: hidden;
	border-right: 2.5px solid #f5f5f5;
	min-height: calc(100vh - 172px);
	max-height: calc(100vh - 172px);
    box-sizing: border-box;
	background-color: #fff;
	margin: 16px auto;
}
.sidebar-navigation .title {
	display: block;
	font-size: 16px;
	font-weight: 700;
	background-color: #620b0e;
	padding: 8px 12px;
	color: #fff;
}
.sidebar-navigation ul {
	margin: 0;
	padding: 0;
}
.sidebar-navigation ul li {
	display: block;
}
.sidebar-navigation ul li a {
	position: relative;
	display: block;
	font-size: 14px;
	padding: 4px 8px;
	text-decoration: none;
	color: #2e2e2e;
	border-bottom: 1px solid #eee;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.sidebar-navigation ul li a em {
	font-size: 24px;
	position: absolute;
	right: 20px;
	top: 50%;
	transform: translateY(-50%);
	padding: 5px;
	border-radius: 50%;
}
.sidebar-navigation ul li:hover > a, .sidebar-navigation ul li.selected > a {
	background-color: #ecf0f1;
	color: #495d62;
	border-color: rgba(255, 255, 255, 0.1);
}
.sidebar-navigation ul li ul {
	display: none;
}
.sidebar-navigation ul li ul.open {
	display: block;
}
.sidebar-navigation ul li ul li a {
	color: #495d62;
	border-color: rgba(255, 255, 255, 0.1);
}
.sidebar-navigation ul li ul li a:before {
	content: "";
	width: 10px;
	height: 1px;
	margin-right: 5px;
	display: inline-block;
	vertical-align: middle;
	background-color: #495d62;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
.sidebar-navigation ul li ul li:hover > a, .sidebar-navigation ul li ul li.selected > a {
	background-color: #e6ebed;
}
.sidebar-navigation ul li ul li:hover > a:before, .sidebar-navigation ul li ul li.selected > a:before {
	margin-right: 10px;
}
.sidebar-navigation ul li ul li.selected.selected--last > a {
	background-color: #94aab0;
	color: #fff;
}
.sidebar-navigation ul li ul li.selected.selected--last > a:before {
	background-color: #fff;
}

.subMenuColor1 {
	background-color: #fbfcfc;
}

.subMenuColor2 {
	background-color: white;
}

.subMenuColor2 {
	background-color: white;
}

.subMenuColor2 {
	background-color: white;
}

.subMenuColor2 {
	background-color: white;
}

.subMenuColor2 {
	background-color: white;
}

.subMenuColor2 {
	background-color: white;
}

.subMenuColor2 {
	background-color: white;
}

.subMenuColor2 {
	background-color: white;
}

.subMenuColor2 {
	background-color: white;
}
/*PAGE SIDEBAR END*/
.inner-page {
	background-color: #620b0e;
}
.section-page {
	margin-top: 20px;
}
/*SCROLL DOWN ARROW */
#section03 {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 20px;
    background: url(https://www.nxworld.net/example/css-scroll-down-button/bg03.jpg) center center / cover no-repeat;
}

#section03 a {
    padding-top: 60px;
}

#section03 a span {
    position: absolute;
    top: 0;
    left: 50%;
    width: 46px;
    height: 46px;
    margin-left: -23px;
    border: 1px solid #fff;
    border-radius: 100%;
    box-sizing: border-box;
}

#section03 a span::after {
    position: absolute;
    top: 50%;
    left: 50%;
    content: '';
    width: 16px;
    height: 16px;
    margin: -12px 0 0 -8px;
    border-left: 1px solid #fff;
    border-bottom: 1px solid #fff;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    box-sizing: border-box;
}

#section03 a span::before {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    content: '';
    width: 44px;
    height: 44px;
    box-shadow: 0 0 0 0 rgba(255, 255, 255, .1);
    border-radius: 100%;
    opacity: 0;
    -webkit-animation: sdb03 3s infinite;
    animation: sdb03 3s infinite;
    box-sizing: border-box;
}

@-webkit-keyframes sdb03 {
    0% {
        opacity: 0;
    }

    30% {
        opacity: 1;
    }

    60% {
        box-shadow: 0 0 0 60px rgba(255, 255, 255, .1);
        opacity: 0;
    }

    100% {
        opacity: 0;
    }
}

@keyframes sdb03 {
    0% {
        opacity: 0;
    }

    30% {
        opacity: 1;
    }

    60% {
        box-shadow: 0 0 0 60px rgba(255, 255, 255, .1);
        opacity: 0;
    }

    100% {
        opacity: 0;
    }
}

.demo a {
    position: absolute;
    bottom: 20px;
    left: 50%;
    z-index: 2;
    display: inline-block;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    color: #fff;
    letter-spacing: .1em;
    text-decoration: none;
    transition: opacity .3s;
}

.demo a:hover {
    opacity: .5;
}
.sm-clean {
	background-color: initial !important;
}
.sm-clean a, .sm-clean a:hover, .sm-clean a:focus, .sm-clean a:active, .sm-clean a.highlighted {
	color: #fff !important;
	font-size: 15px !important;
	font-family: "Helvetica" !important;
}
.sm-clean ul li a, .sm-clean ul li a:hover {
	color: #000 !important;
}
/*FOOTER START*/
#page-footer {
	margin-top: 24px;
}
#page-footer a {
	color: #fff !important;
}
#page-footer abbr {
	color: #fff;
}
#page-footer h4 {
	color: #fff;
	display: inline-block;
	font-size: 16px;
	margin-bottom: 24px;
	margin-top: 0px;
	position: relative;
}
#page-footer h4:after {
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=20);
	opacity: 0.2;
	background-color: #fff;
	bottom: -15px;
	content: "";
	height: 2px;
	left: 0;
	width: 30px;
	position: absolute;
	z-index: 0;
}
#page-footer ul {
	color: #fff;
}
#page-footer .list-links {
	padding: 0;
	list-style: none;
}
#page-footer .list-links a:hover {
	text-decoration: underline;
}
#page-footer p {
	color: #fff;
	margin: 0;
}
#page-footer #footer-top {
	background-color: whitesmoke;
	margin-top: 30px;
	padding: 30px 0;
}
#page-footer #footer-top .footer-inner {
	display: table;
}
#page-footer #footer-top .footer-inner .footer-social {
	display: table-cell;
	vertical-align: middle;
	width: 100%;
}
#page-footer #footer-top .footer-inner .footer-social figure {
	display: inline-block;
	font-size: 14px;
	vertical-align: top;
}
#page-footer #footer-top .footer-inner .footer-social .icons {
	display: inline-block;
}
#page-footer #footer-top .footer-inner .footer-social .icons i {
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
	opacity: 0.6;
	-moz-transition: 0.4s;
	-o-transition: 0.4s;
	-webkit-transition: 0.4s;
	transition: 0.4s;
	color: #252525;
	display: inline-block;
	float: left;
	font-size: 18px;
	margin-left: 15px;
	padding: 2px 10px;
	margin: 0px;
}
#page-footer #footer-top .footer-inner .footer-social .icons i:hover {
	filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
	opacity: 1;
}
#page-footer #footer-top .footer-inner .input-group {
	margin-bottom: 0;
}
#page-footer #footer-top .footer-inner .input-group input {
	width: 265px;
}
#page-footer #footer-content {
	color: #fff !important;
	position: relative;
	padding: 24px 0 0 0;
	background-color: #620b0e;
}
#page-footer #footer-content .background {
	background-color: #620b0e;
}
#page-footer #footer-bottom {
	background-color: #620b0e;
	color: #fff;
	padding: 12px 0;
}
#page-footer #footer-bottom .footer-inner {
	display: table;
	width: 100%;
}
#page-footer #footer-bottom .footer-inner .copyright {
	margin-top: 8px;
}
#page-footer #footer-bottom nav a {
	padding-top: 20px;
	padding-bottom: 20px;
}
#page-footer #footer-bottom nav a:hover, #page-footer #footer-bottom nav a:active, #page-footer #footer-bottom nav a:focus {
	background-color: transparent;
}

.wrapper {
	display: table;
	height: 100%;
	width: 100%;
}
.footer-inner.text-right i {
  font-size: 16px;
  border: 1px solid;
  padding: 6px;
  width: 32px;
  text-align: center;
  border-radius: 50%;
}
/*FOOTER END*/
.sm-clean a .sub-arrow {
	margin-top: 0px !important;
	border-color: #f0e9e9 transparent transparent transparent !important;
}
.ico-main-container {
	/*min-height: calc(100vh - 250px) !important;*/
}
/*HOME VIDEO*/
.video-background-holder {
    position: relative;
    background-color: black;
    height: calc(100vh);
    min-height: 25rem;
    width: 100%;
    overflow: hidden;
}

.video-background-holder video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: 0;
    -ms-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

.video-background-content {
    position: relative;
    z-index: 2;
}

.video-background-content .display-4 {
    margin-top: 25%;
    font-size: 32px;
    color: #fff;
}
.video-background-overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: black;
    opacity: 0.5;
    z-index: 1;
}

.main-nav {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}

@media (min-width: 768px) {
  .main-nav {
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    border-radius: 50px;
  }
}

.main-nav:after {
  clear: both;
  content: "\00a0";
  display: block;
  height: 0;
  font: 0px/0 serif;
  overflow: hidden;
}

.nav-brand {
  float: left;
  margin: 0;
  color: #fff;
  font-size: 16px;
  line-height: 42px;
}

.nav-brand a {
	color: #fff;
}

#main-menu {
  clear: both;
}

@media (min-width: 768px) {
  #main-menu {
    float: right;
    clear: none;
    padding: 0;
  }
}


/* Mobile menu toggle button */

.main-menu-btn {
  float: right;
  margin: 6px 10px;
  position: relative;
  display: inline-block;
  width: 29px;
  height: 29px;
  text-indent: 29px;
  white-space: nowrap;
  overflow: hidden;
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}


/* hamburger icon */

.main-menu-btn-icon,
.main-menu-btn-icon:before,
.main-menu-btn-icon:after {
  position: absolute;
  top: 50%;
  left: 2px;
  height: 2px;
  width: 24px;
  background: #555;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}

.main-menu-btn-icon:before {
  content: '';
  top: -7px;
  left: 0;
}

.main-menu-btn-icon:after {
  content: '';
  top: 7px;
  left: 0;
}


/* x icon */

#main-menu-state:checked ~ .main-menu-btn .main-menu-btn-icon {
  height: 0;
  background: transparent;
}

#main-menu-state:checked ~ .main-menu-btn .main-menu-btn-icon:before {
  top: 0;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#main-menu-state:checked ~ .main-menu-btn .main-menu-btn-icon:after {
  top: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}


/* hide menu state checkbox (keep it visible to screen readers) */

#main-menu-state {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
}


/* hide the menu in mobile view */

#main-menu-state:not(:checked) ~ #main-menu {
  display: none;
}

#main-menu-state:checked ~ #main-menu {
  display: block;
}

@media (min-width: 768px) {
  /* hide the button in desktop view */
  .main-menu-btn {
    position: absolute;
    top: -99999px;
  }
  /* always show the menu in desktop view */
  #main-menu-state:not(:checked) ~ #main-menu {
    display: block;
  }
}
.mr-r-20pr {
	/*margin-right: 20%;*/
}

@media screen and (min-color-index:0) and(-webkit-min-device-pixel-ratio:0)
{ @media {
    .sidebar-navigation ul li a em { 
    	font-size: 240px;
    }
 /*   .sidebar-navigation ul li a em {
  font-size: 16px;
  position: absolute;
  right: 0;
  top: 0px;
  transform: translateY(-50%);
  padding: 5px;
  border-radius: 50%;
  height: 18px;
  float: right;
  line-height: 51px;
}*/
	}
}
#conentDetail {
	/*max-height: calc(100vh - 250px) !important;
	overflow-x: hidden;
	overflow-y: scroll;*/
}
.tab-slider-content {
  padding: 15px 0;
}
.tab-slider-content h2 {
  font-weight: 900;
  line-height: 1.2;
  margin: 0 0 20px;
  color: #1a1b1e;
  font-size: 24px;
}
.tab-slider-content p {
  margin: 0 0 20px;
  text-align: justify;
text-indent: 20px;
line-height: 24px;
}
.m-b50 {
  margin-bottom: 50px;
}
.tab-slider-content img {
  margin: 0 auto;
  vertical-align: middle;
  border-radius: 16px;
}
.tab-slider-content h6 {
	margin-bottom: 16px;
	font-size: 18px;
}
.pd-r-16 {
	padding-right: 16px;
}
.it-up-section-title span,
.it-up-section-title-2 span {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 18px;
  display: inline-block;
  background: linear-gradient(90deg, #ff780b 0%, #ee132f 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.it-up-section-title h2,
.it-up-section-title-2 h2 {
  color: #000000;
  font-size: 45px;
  font-weight: 700;
}
.it-up-section-title p,
.it-up-section-title-2 p {
  font-size: 18px;
}

.it-up-section-title-2 span {
  background: linear-gradient(90deg, #1ec5fa 0%, #0d47d5 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.it-up-about-text {
}
.it-up-about-text .it-up-section-title h2 {
  max-width: 550px;
  font-size: 18px;
  padding-bottom: 30px;
}
.it-up-about-text .it-up-section-title p {
  max-width: 550px;
}
.it-up-about-img-wrap img  {
	border-radius: 12px;
}
.social-ico i {
  font-size: 16px;
  padding: 6px;
  width: 32px;
  text-align: center;
  border-radius: 50%;
}
/*END CUSTOM CSS*/