/*

Template: Hi-soft - IT Solutions and Services Company HTML5 Template
Version: 1.0
Author: potenzaglobalsolutions
Design and Developed by: potenzaglobalsolutions.com

NOTE: This is main stylesheet of template, This file contains the styling for the actual Template.

*/
/*================================================
[  Table of contents  ]
================================================

 :: Typography
 :: Helper Classes
 :: Shortcodes
  	- Accordion
  	- Button
  	- Case Study
    - Category
    - Client
    - Countdown
    - Counter
    - Feature Info
    - Form Control
    - List style
    - Newsletter
    - Owl Carousel
    - Portfolio
    - Pricing Table
    - Progress Bar
    - Tabs
    - Team
    - Testimonial
    - Timeline
 :: Header
   - Header
   - Header Style 02
   - Header Style 03
   - Header Transparent
 :: Banner
   - Banner
   - banner 02
   - banner 03
 :: Layout
   - Section Title
   - Sticky column
   - Header Inner
 :: Blog
   - Blog
   - blog post sticky
 :: Not Found
 :: Footer
 :: Responsive

======================================
[ End table content ]
======================================*/
/* @import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap'); */
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@200;300;400;500;600;700;800;900&display=swap");

/* @import url("https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700;900&display=swap"); */
/*****************************
  Typography
*****************************/

* {
	scroll-behavior: smooth;
}

.-gray {
	color: #676c71;
	font-weight: 400;
}

li.no-bullet {
	list-style-type: none !important;
}

body {
	--sb-track-color: #232E33;
	--sb-thumb-color: #c82638;
	--sb-size: 8px;
}

section {
	opacity: 1;
	transform: translateY(0);
	padding-bottom: 3.5rem;
	background-color: white;
	transition: opacity 0.8s ease-in-out, transform 0.8s ease-in-out, padding-bottom 0.8s ease-in-out;
}

/* section.active {
	opacity: 1;
	transform: translateY(0);
	padding-bottom: 0;
} */

@keyframes faaddeIn {
	0% {
		transform: translateY(20px);
		opacity: 0;
	}

	100% {
		transform: translateY(0px);
		opacity: 1;
	}
}

body::-webkit-scrollbar {
	width: var(--sb-size);
}

body::-webkit-scrollbar-track {
	background: var(--sb-track-color);
	border-radius: 2px;
}

body::-webkit-scrollbar-thumb {
	background: var(--sb-thumb-color);
	border-radius: 2px;
}

@supports not selector(::-webkit-scrollbar) {
	body {
		scrollbar-color: var(--sb-thumb-color) var(--sb-track-color);
	}
}

body {
	font-family: "Montserrat", sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size: 14px;
	color: #676c71;
	overflow-x: hidden;
	display: flex;
	justify-content: center;
	flex-direction: column;
}

section,
header,
footer {
	max-width: 1600px;
	margin: 0 auto;
	width: 100%;
	padding-bottom: initial;
}

a {
	outline: medium none !important;
	color: #c82638;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

a:focus {
	color: #022d62;
	text-decoration: none !important;
}

a:hover {
	color: #022d62;
	text-decoration: none !important;
}

a.text-dark:focus {
	color: #c82638 !important;
}

a.text-dark:hover {
	color: #c82638 !important;
}

input {
	outline: medium none !important;
	color: #c82638;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
	font-family: "Montserrat", sans-serif;
	font-weight: normal;
	color: #14141e;
	margin: 0px 0px 1rem;
	font-weight: bold;
	line-height: 1.2;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a,
.h1 a,
.h2 a,
.h3 a,
.h4 a,
.h5 a,
.h6 a {
	color: inherit;
}

iframe {
	width: 100%;
}

label {
	font-weight: normal;
}

.image-grid .row:nth-child(2n) {
	flex-direction: row-reverse;
}

h1 {
	font-size: 60px;
	font-style: normal;
}

h2 {
	font-size: 36px;
}

h3 {
	font-size: 30px;
}

@media (max-width: 991px) {
	h3 {
		font-size: 25px;
	}
}

@media (max-width: 767px) {
	h3 {
		font-size: 20px;
	}
}

h4 {
	font-size: 24px;
	font-weight: 600;
}

h5 {
	font-size: 18px;
}

h6 {
	font-size: 16px;
	line-height: 1.5;
	font-weight: 500;
}

p {
	line-height: 1.8;
}

*::-moz-selection {
	background: #c82638;
	color: #ffffff;
	text-shadow: none;
}

::-moz-selection {
	background: #c82638;
	color: #ffffff;
	text-shadow: none;
}

::selection {
	background: #c82638;
	color: #ffffff;
	text-shadow: none;
}

/* container-fluid */
.container-fluid.container-space {
	padding: 0 100px;
}

/* border */
.border {
	border-color: #eeeeee !important;
}

.border-top {
	border-top-color: #eeeeee !important;
}

.border-left {
	border-left-color: #eeeeee !important;
}

.border-right {
	border-right-color: #eeeeee !important;
}

.border-bottom {
	border-bottom-color: #eeeeee !important;
}

.border-radius {
	border-radius: 5px !important;
}

.border-radius-0 {
	border-radius: 0px !important;
}

/* badge */
.badge {
	border-radius: 5px;
}

.badge+.badge {
	margin-left: 6px;
}

.badge-md {
	padding: 5px 8px;
	font-size: 13px;
	font-weight: normal;
}

.badge-primary {
	background: #c82638;
}

/* back-to-to */
.back-to-top {
	background: #c82638;
	color: #ffffff;
	width: 50px;
	height: 50px;
	line-height: 50px;
	font-size: 16px;
	display: inline-block;
	border-radius: 50%;
}

.back-to-top:hover {
	color: #ffffff;
}

.back-to-top:focus {
	color: #ffffff;
}

/* pagination */
.pagination .page-item .page-link {
	padding: 12px 25px;
	color: #022d62;
	border-color: rgba(2, 45, 98, 0.1);
}

.pagination .page-item .page-link:hover {
	background: #022d62;
	color: #ffffff;
}

.pagination .page-item .page-link:focus {
	-webkit-box-shadow: none;
	box-shadow: none;
}

.pagination .page-item.active .page-link {
	background: #c82638;
	border-color: #c82638;
	color: #ffffff;
}

/* blockquote */
.blockquote {
	font-size: 16px;
	border-left: 10px solid #c82638;
	padding-left: 30px;
	font-style: italic;
	display: block;
}

.blockquote-quote {
	position: relative;
	font-size: 18px;
	border-left: 0 solid #c82638;
	padding-left: 30px;
	font-style: italic;
	display: block;
	z-index: 1;
}

.blockquote-quote p {
	position: relative;
}

.blockquote-quote i {
	position: absolute;
	z-index: 0;
	top: 20px;
	left: 0;
	font-size: 60px;
	line-height: 60px;
	color: #dfdfdf;
}

/* table */
.table-bordered td {
	border-color: #eeeeee;
}

.table-bordered th {
	border-color: #eeeeee;
}

.table thead th {
	border-bottom-color: #eeeeee;
	vertical-align: super;
}

.table-striped tbody tr:nth-of-type(odd) {
	background: #f6f6f6;
}

/*****************************
  Helper Classes
*****************************/
/* color */
.text-primary {
	color: #c82638 !important;
}

.text-light {
	color: #626262 !important;
}

.text-dark {
	color: #022d62 !important;
}

._white {
	color: #fff !important;
}

.bg-brush-primary {
	background: #c82638;
	border-radius: 6% 33% 19% 39%;
	color: #ffffff;
	padding: 0 10px;
}

/* fill colors for svg */
.fill-dark {
	fill: #022d62;
}

.fill-primary {
	fill: #c82638;
}

.fill-light {
	fill: #dfdfdf;
}

.fill-white {
	fill: #ffffff;
}

/* hr */
hr {
	border-top-color: #f6f6f6;
}

/* hr light bg */
hr.light-bg {
	border-top-color: #dfdfdf;
}

/* background */
.bg-primary {
	background-color: #c82638 !important;
}

.bg-dark {
	background-color: #022d62 !important;
}

.bg-light {
	background-color: #f6f6f6 !important;
}

.bg-black {
	background-color: #000000 !important;
}

/* Page section margin padding */
.space-ptb {
	padding: 100px 0;
}

.space-pt {
	padding: 100px 0 0;
}

.space-pb {
	padding: 0 0 100px;
}

.h-100vh {
	height: 100vh !important;
}

.h-800 {
	height: 800px;
}

.h-700 {
	height: 700px;
}

.h-600 {
	height: 600px;
}

.h-500 {
	height: 500px;
}

.p-6 {
	padding: 5rem !important;
}

.px-6 {
	padding-left: 5rem !important;
	padding-right: 5rem !important;
}

.py-6 {
	padding-bottom: 5rem !important;
	padding-top: 5rem !important;
}

.pt-6 {
	padding-top: 5rem !important;
}

.pb-6 {
	padding-bottom: 5rem !important;
}

.pl-6 {
	padding-left: 5rem !important;
}

.pr-6 {
	padding-right: 5rem !important;
}

.m-n6 {
	margin: -7rem !important;
}

.mt-n6,
.my-n6 {
	margin-top: -7rem !important;
}

.mr-n6,
.mx-n6 {
	margin-right: -7rem !important;
}

.mb-n6,
.my-n6 {
	margin-bottom: -7rem !important;
}

.ml-n6,
.mx-n6 {
	margin-left: -7rem !important;
}

.m-n7 {
	margin: -9rem !important;
}

.mt-n7,
.my-n7 {
	margin-top: -9rem !important;
}

.mr-n7,
.mx-n7 {
	margin-right: -9rem !important;
}

.mb-n7,
.my-n7 {
	margin-bottom: -9rem !important;
}

.ml-n7,
.mx-n7 {
	margin-left: -9rem !important;
}

@media (min-width: 576px) {
	.m-sm-n6 {
		margin: -7rem !important;
	}

	.mt-sm-n6,
	.my-sm-n6 {
		margin-top: -7rem !important;
	}

	.mr-sm-n6,
	.mx-sm-n6 {
		margin-right: -7rem !important;
	}

	.mb-sm-n6,
	.my-sm-n6 {
		margin-bottom: -7rem !important;
	}

	.ml-sm-n6,
	.mx-sm-n6 {
		margin-left: -7rem !important;
	}

	.m-sm-n7 {
		margin: -9rem !important;
	}

	.mt-sm-n7,
	.my-sm-n7 {
		margin-top: -9rem !important;
	}

	.mr-sm-n7,
	.mx-sm-n7 {
		margin-right: -9rem !important;
	}

	.mb-sm-n7,
	.my-sm-n7 {
		margin-bottom: -9rem !important;
	}

	.ml-sm-n7,
	.mx-sm-n7 {
		margin-left: -9rem !important;
	}

	.p-sm-6 {
		padding: 5rem !important;
	}

	.px-sm-6 {
		padding-left: 5rem !important;
		padding-right: 5rem !important;
	}

	.py-sm-6 {
		padding-bottom: 5rem !important;
		padding-top: 5rem !important;
	}

	.pt-sm-6 {
		padding-top: 5rem !important;
	}

	.pb-sm-6 {
		padding-bottom: 5rem !important;
	}

	.pl-sm-6 {
		padding-left: 5rem !important;
	}

	.pr-sm-6 {
		padding-right: 5rem !important;
	}
}

@media (min-width: 768px) {
	.m-md-n6 {
		margin: -7rem !important;
	}

	.mt-md-n6,
	.my-md-n6 {
		margin-top: -7rem !important;
	}

	.mr-md-n6,
	.mx-md-n6 {
		margin-right: -7rem !important;
	}

	.mb-md-n6,
	.my-md-n6 {
		margin-bottom: -7rem !important;
	}

	.ml-md-n6,
	.mx-md-n6 {
		margin-left: -7rem !important;
	}

	.m-md-n7 {
		margin: -9rem !important;
	}

	.mt-md-n7,
	.my-md-n7 {
		margin-top: -9rem !important;
	}

	.mr-md-n7,
	.mx-md-n7 {
		margin-right: -9rem !important;
	}

	.mb-md-n7,
	.my-md-n7 {
		margin-bottom: -9rem !important;
	}

	.ml-md-n7,
	.mx-md-n7 {
		margin-left: -9rem !important;
	}

	.p-md-6 {
		padding: 5rem !important;
	}

	.px-md-6 {
		padding-left: 5rem !important;
		padding-right: 5rem !important;
	}

	.py-md-6 {
		padding-bottom: 5rem !important;
		padding-top: 5rem !important;
	}

	.pt-md-6 {
		padding-top: 5rem !important;
	}

	.pb-md-6 {
		padding-bottom: 5rem !important;
	}

	.pl-md-6 {
		padding-left: 5rem !important;
	}

	.pr-md-6 {
		padding-right: 5rem !important;
	}
}

@media (min-width: 992px) {
	.m-lg-n6 {
		margin: -7rem !important;
	}


	.mt-lg-n6,
	.my-lg-n6 {
		margin-top: -7rem !important;
	}

	.mr-lg-n6,
	.mx-lg-n6 {
		margin-right: -7rem !important;
	}

	.mb-lg-n6,
	.my-lg-n6 {
		margin-bottom: -7rem !important;
	}

	.ml-lg-n6,
	.mx-lg-n6 {
		margin-left: -7rem !important;
	}

	.m-lg-n7 {
		margin: -9rem !important;
	}

	.mt-lg-n7,
	.my-lg-n7 {
		margin-top: -9rem !important;
	}

	.mr-lg-n7,
	.mx-lg-n7 {
		margin-right: -9rem !important;
	}

	.mb-lg-n7,
	.my-lg-n7 {
		margin-bottom: -9rem !important;
	}

	.ml-lg-n7,
	.mx-lg-n7 {
		margin-left: -9rem !important;
	}

	.p-lg-6 {
		padding: 5rem !important;
	}

	.px-lg-6 {
		padding-left: 5rem !important;
		padding-right: 5rem !important;
	}

	.py-lg-6 {
		padding-bottom: 5rem !important;
		padding-top: 5rem !important;
	}

	.pt-lg-6 {
		padding-top: 5rem !important;
	}

	.pb-lg-6 {
		padding-bottom: 5rem !important;
	}

	.pl-lg-6 {
		padding-left: 5rem !important;
	}

	.pr-lg-6 {
		padding-right: 5rem !important;
	}
}

@media (min-width: 1200px) {
	.m-xl-n6 {
		margin: -7rem !important;
	}

	.mt-xl-n6,
	.my-xl-n6 {
		margin-top: -7rem !important;
	}

	.mr-xl-n6,
	.mx-xl-n6 {
		margin-right: -7rem !important;
	}

	.mb-xl-n6,
	.my-xl-n6 {
		margin-bottom: -7rem !important;
	}

	.ml-xl-n6,
	.mx-xl-n6 {
		margin-left: -7rem !important;
	}

	.m-xl-n7 {
		margin: -9rem !important;
	}

	.mt-xl-n7,
	.my-xl-n7 {
		margin-top: -9rem !important;
	}

	.mr-xl-n7,
	.mx-xl-n7 {
		margin-right: -9rem !important;
	}

	.mb-xl-n7,
	.my-xl-n7 {
		margin-bottom: -9rem !important;
	}

	.ml-xl-n7,
	.mx-xl-n7 {
		margin-left: -9rem !important;
	}

	.p-xl-6 {
		padding: 5rem !important;
	}

	.px-xl-6 {
		padding-left: 5rem !important;
		padding-right: 5rem !important;
	}

	.py-xl-6 {
		padding-bottom: 5rem !important;
		padding-top: 5rem !important;
	}

	.pt-xl-6 {
		padding-top: 5rem !important;
	}

	.pb-xl-6 {
		padding-bottom: 5rem !important;
	}

	.pl-xl-6 {
		padding-left: 5rem !important;
	}

	.pr-xl-6 {
		padding-right: 5rem !important;
	}
}

/* img holder */
.bg-holder {
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	width: 100%;
}

.dotted-overlay {
	position: relative;
	z-index: 1;
}

.dotted-overlay:after {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: transparent;
	background-image: radial-gradient(#626262 10%, transparent 10%);
	background-size: 5px 5px;
	z-index: 0;
}

/* Background overlay */
.bg-overlay-black-10 {
	position: relative;
	z-index: 1;
}

.bg-overlay-black-10:before {
	background: rgba(2, 45, 98, 0.1);
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 0;
}

.bg-overlay-black-20 {
	position: relative;
	z-index: 1;
}

.bg-overlay-black-20:before {
	background: rgba(2, 45, 98, 0.2);
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 0;
}

.bg-overlay-black-30 {
	position: relative;
	z-index: 1;
}

.bg-overlay-black-30:before {
	background: rgba(2, 45, 98, 0.3);
	/* content: ""; */
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 0;
}

.bg-overlay-black-40 {
	position: relative;
	z-index: 1;
}

.bg-overlay-black-40:before {
	background: rgba(2, 45, 98, 0.4);
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 0;
}

.bg-overlay-black-50 {
	position: relative;
	z-index: 1;
}

.bg-overlay-black-50:before {
	background: rgba(2, 45, 98, 0.5);
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 0;
}

.bg-overlay-black-60 {
	position: relative;
	z-index: 1;
}

.bg-overlay-black-60:before {
	background: rgba(2, 45, 98, 0.6);
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 0;
}

.bg-overlay-black-70 {
	position: relative;
	z-index: 1;
}

.bg-overlay-black-70:before {
	background: rgba(2, 45, 98, 0.7);
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 0;
}

.bg-overlay-black-80 {
	position: relative;
	z-index: 1;
}

.bg-overlay-black-80:before {
	background: rgba(2, 45, 98, 0.8);
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 0;
}

.bg-overlay-black-90 {
	position: relative;
	z-index: 1;
}

.bg-overlay-black-90:before {
	background: rgba(2, 45, 98, 0.9);
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 0;
}

.bg-overlay-white-10 {
	position: relative;
	z-index: 1;
}

.bg-overlay-white-10:before {
	background: rgba(255, 255, 255, 0.1);
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 0;
}

.bg-overlay-white-20 {
	position: relative;
	z-index: 1;
}

.bg-overlay-white-20:before {
	background: rgba(255, 255, 255, 0.2);
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 0;
}

.bg-overlay-white-30 {
	position: relative;
	z-index: 1;
}

.bg-overlay-white-30:before {
	background: rgba(255, 255, 255, 0.3);
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 0;
}

.bg-overlay-white-40 {
	position: relative;
	z-index: 1;
}

.bg-overlay-white-40:before {
	background: rgba(255, 255, 255, 0.4);
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 0;
}

.bg-overlay-white-50 {
	position: relative;
	z-index: 1;
}

.bg-overlay-white-50:before {
	background: rgba(255, 255, 255, 0.5);
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 0;
}

.bg-overlay-white-60 {
	position: relative;
	z-index: 1;
}

.bg-overlay-white-60:before {
	background: rgba(255, 255, 255, 0.6);
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 0;
}

.bg-overlay-white-70 {
	position: relative;
	z-index: 1;
}

.bg-overlay-white-70:before {
	background: rgba(255, 255, 255, 0.7);
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 0;
}

.bg-overlay-white-80 {
	position: relative;
	z-index: 1;
}

.bg-overlay-white-80:before {
	background: rgba(255, 255, 255, 0.8);
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 0;
}

.bg-overlay-white-90 {
	position: relative;
	z-index: 1;
}

.bg-overlay-white-90:before {
	background: rgba(255, 255, 255, 0.9);
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 0;
}

.bg-overlay-theme-20 {
	position: relative;
	z-index: 1;
}

.bg-overlay-theme-20:before {
	background: rgba(200, 38, 56, 0.2);
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 0;
}

.bg-overlay-theme-50 {
	position: relative;
	z-index: 1;
}

.bg-overlay-theme-50:before {
	background: rgba(200, 38, 56, 0.5);
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 0;
}

.bg-overlay-theme-70 {
	position: relative;
	z-index: 1;
}

.bg-overlay-theme-70:before {
	background: rgba(200, 38, 56, 0.7);
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 0;
}

.bg-overlay-theme-90 {
	position: relative;
	z-index: 1;
}

.bg-overlay-theme-90:before {
	background: rgba(200, 38, 56, 0.9);
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 0;
}

.bg-overlay-gradient-x-bottom {
	position: relative;
}

.bg-overlay-gradient-x-bottom:before {
	z-index: 0;
	position: absolute;
	width: 100%;
	left: 0;
	right: 0;
	bottom: 0;
	content: "";
	background: -webkit-gradient(linear,
			left top,
			left bottom,
			color-stop(0, rgba(0, 0, 0, 0)),
			to(rgba(0, 0, 0, 0.6)));
	background: linear-gradient(to bottom,
			rgba(0, 0, 0, 0) 0,
			rgba(0, 0, 0, 0.6) 100%);
	top: auto;
	height: 75%;
	-webkit-transition: all 0.35s;
	transition: all 0.35s;
}

.bg-overlay-gradient-x-top {
	position: relative;
}

.bg-overlay-gradient-x-top:before {
	z-index: 0;
	position: absolute;
	width: 100%;
	left: 0;
	right: 0;
	top: 0;
	content: "";
	background: -webkit-gradient(linear,
			left bottom,
			left top,
			color-stop(0, rgba(0, 0, 0, 0)),
			to(rgba(0, 0, 0, 0.6)));
	background: linear-gradient(to top,
			rgba(0, 0, 0, 0) 0,
			rgba(0, 0, 0, 0.6) 100%);
	bottom: auto;
	height: 70%;
	-webkit-transition: all 0.35s;
	transition: all 0.35s;
}

.bg-overlay-gradient-x-light-bottom {
	position: relative;
}

.bg-overlay-gradient-x-light-bottom:before {
	z-index: 0;
	position: absolute;
	width: 100%;
	left: 0;
	right: 0;
	bottom: 0;
	content: "";
	background: -webkit-gradient(linear,
			left top,
			left bottom,
			color-stop(0, rgba(255, 255, 255, 0)),
			to(white)),
		-webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(255, 255, 255, 0)), to(white));
	background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0, white 100%),
		linear-gradient(to bottom, rgba(255, 255, 255, 0) 0, white 100%);
	top: auto;
	height: 100%;
	-webkit-transition: all 0.35s;
	transition: all 0.35s;
}

.bg-overlay-gradient-x-dark-bottom {
	position: relative;
}

.bg-overlay-gradient-x-dark-bottom:before {
	z-index: 0;
	position: absolute;
	width: 100%;
	left: 0;
	right: 0;
	bottom: 0;
	content: "";
	background: --webkit-gradient(linear,
			left top,
			left bottom,
			color-stop(0, rgba(2, 45, 98, 0)),
			to(#022d62)),
		-webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(2, 45, 98, 0)), to(#022d62));
	background: linear-gradient(to bottom, rgba(2, 45, 98, 0) 0, #022d62 100%),
		linear-gradient(to bottom, rgba(2, 45, 98, 0) 0, #022d62 100%);
	top: auto;
	height: 100%;
	-webkit-transition: all 0.35s;
	transition: all 0.35s;
}

.bg-overlay-gradient-x-light-bottom {
	position: relative;
}

.bg-overlay-gradient-x-light-bottom:before {
	z-index: 0;
	position: absolute;
	width: 100%;
	left: 0;
	right: 0;
	bottom: 0;
	content: "";
	background: -webkit-gradient(linear,
			left top,
			left bottom,
			color-stop(0, rgba(246, 246, 246, 0)),
			to(#f6f6f6)),
		-webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(246, 246, 246, 0)), to(#f6f6f6));
	background: linear-gradient(to bottom, rgba(246, 246, 246, 0) 0, #f6f6f6 100%),
		linear-gradient(to bottom, rgba(246, 246, 246, 0) 0, #f6f6f6 100%);
	top: auto;
	height: 100%;
	-webkit-transition: all 0.35s;
	transition: all 0.35s;
}

.bg-overlay-gradient-y-left {
	position: relative;
}

.bg-overlay-gradient-y-left:before {
	z-index: 0;
	position: absolute;
	width: 100%;
	left: 0;
	right: 0;
	bottom: 0;
	content: "";
	background: -webkit-gradient(linear,
			right top,
			left top,
			color-stop(0, rgba(2, 45, 98, 0)),
			to(#022d62)),
		-webkit-gradient(linear, right top, left top, color-stop(0, rgba(2, 45, 98, 0)), to(#022d62));
	background: linear-gradient(to left, rgba(2, 45, 98, 0) 0, #022d62 100%),
		linear-gradient(to left, rgba(2, 45, 98, 0) 0, #022d62 100%);
	top: auto;
	height: 100%;
	-webkit-transition: all 0.35s;
	transition: all 0.35s;
}

/* border-radius-overlay */
.border-radius.bg-overlay-black-10:before,
.border-radius.bg-overlay-black-20:before,
.border-radius.bg-overlay-black-30:before,
.border-radius.bg-overlay-black-40:before,
.border-radius.bg-overlay-black-50:before,
.border-radius.bg-overlay-black-60:before,
.border-radius.bg-overlay-black-70:before,
.border-radius.bg-overlay-black-80:before,
.border-radius.bg-overlay-black-90:before,
.border-radius.bg-overlay-white-10:before,
.border-radius.bg-overlay-white-20:before,
.border-radius.bg-overlay-white-30:before,
.border-radius.bg-overlay-white-40:before,
.border-radius.bg-overlay-white-50:before,
.border-radius.bg-overlay-white-60:before,
.border-radius.bg-overlay-white-70:before,
.border-radius.bg-overlay-white-80:before,
.border-radius.bg-overlay-white-90:before,
.border-radius.bg-overlay-theme-10:before,
.border-radius.bg-overlay-theme-20:before,
.border-radius.bg-overlay-theme-30:before,
.border-radius.bg-overlay-theme-40:before,
.border-radius.bg-overlay-theme-50:before,
.border-radius.bg-overlay-theme-60:before,
.border-radius.bg-overlay-theme-70:before,
.border-radius.bg-overlay-theme-80:before,
.border-radius.bg-overlay-theme-90:before,
.border-radius.bg-overlay-gradient-x-bottom:before,
.border-radius.bg-overlay-gradient-x-top:before,
.border-radius.bg-overlay-gradient-x-light-bottom:before,
.border-radius.bg-overlay-gradient-y-left:before {
	border-radius: 5px;
}

/* 404 scg css */
.digit1,
.digit2 {
	fill-rule: evenodd;
}

.digit3 {
	font-size: 230px;
	font-weight: 600;
}

/* avatar */
.avatar {
	width: 50px;
	height: 50px;
	display: inline-block;
}

.avatar.avatar-sm {
	width: 20px;
	height: 20px;
}

.avatar.avatar-md {
	width: 80px;
	height: 80px;
}

.avatar.avatar-lg {
	width: 145px;
	height: 145px;
}

/* font size */
.font-sm {
	font-size: 13px;
}

.font-md {
	font-size: 15px;
}

.font-lg {
	font-size: 17px;
}

.font-xl {
	font-size: 21px;
}

.font-xll {
	font-size: 30px;
}

.font-xlll {
	font-size: 40px;
	line-height: 40px;
}

/* border-radius */
.b-radius-none {
	border-radius: 0 !important;
}

.b-radius-left-none {
	border-radius: 0 3px 3px 0;
}

.b-radius-right-none {
	border-radius: 3px 0 0 3px;
}

.b-radius-100 {
	border-radius: 100%;
}

/* z index */
.z-index-1 {
	z-index: 1;
}

.z-index-9 {
	z-index: 9;
}

.z-index-99 {
	z-index: 99;
}

.z-index-999 {
	z-index: 999;
}

.w-space {
	white-space: nowrap;
}

.grayscale,
.img-grayscale {
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.grayscale:hover {
	-webkit-filter: inherit;
	filter: inherit;
}

/*************************
       Responsive
*************************/
@media (max-width: 767px) {
	.h-sm-600 {
		height: 600px;
	}

	.h-sm-500 {
		height: 500px;
	}

	.h-sm-400 {
		height: 400px;
	}

	.h-sm-300 {
		height: 300px;
	}

	.p-6 {
		padding: 3rem !important;
	}

	.pt-6 {
		padding-top: 3rem !important;
	}

	.pb-6 {
		padding-bottom: 3rem !important;
	}

	.pl-6 {
		padding-left: 3rem !important;
	}

	.pr-6 {
		padding-right: 3rem !important;
	}

	/* comming soon */
	.coming-soon {
		height: 100% !important;
		padding-bottom: 50px !important;
		padding-top: 100px !important;
	}
}

/*****************************
  Shortcodes
*****************************/

.testimonial_banner {
	position: relative;
	transform: translate(-33%, -80%);
	right: -120px;
	display: flex;
	justify-content: center;
	align-items: center;

	.person_content {
		background-image: url(../images/messageBox.svg);
		background-repeat: no-repeat;
		background-size: contain;
		width: 500px;
		height: 250px;
		position: absolute;
		top: 50%;
		right: -25px;
		transform: translateY(50%);
		padding: 60px 50px;
		opacity: 0;

		&.active {
			transition: all 0.5s ease-in-out;
			animation: fadeUp 0.5s ease-in-out forwards;
		}

		h6 {
			color: #000 !important;
			font-weight: 600;
			font-size: 16px;
			text-align: right;
			margin-bottom: 0 !important;

			span {
				font-size: 14px;
				text-align: center;
				font-weight: 400;
			}
		}

		h4 {
			font-size: 15px !important;
			font-weight: 500;
			color: #252525;
			line-height: 140%;
			width: 100%;
			text-align: justify;
		}

		.btn-close {
			font-family: unset;
			font-weight: 500;
			position: absolute;
			top: -10px;
			right: 0;
			background-color: #fff;
			padding: 4px 10px;
			border-radius: 50px;
			color: #252525;
			font-size: 16px;
			cursor: pointer;
			opacity: 0;
			box-shadow: 0px 0px 4px #fff;
			animation: fade_btn 1s ease-in-out forwards;
			animation-delay: 1.5s;
			transition: 0.3s ease-in-out;

			&:active {
				box-shadow: inset 0px 0px 4px #2c2b2b80;
			}

			&:hover {
				transform: rotate(180deg);
			}
		}
	}

	.person_bg {
		width: 62px;
		height: 70px;
		position: absolute;
		bottom: 0;
		left: calc(260px - 500px);
		z-index: 2;
		display: flex;
		justify-content: center;
		align-items: center;

		&>.person_bg_img {
			width: 100%;
			height: 100%;
			border-radius: 50px;
			background-image: url('../images/testimonial_calvin.png');
			background-size: cover;
			scale: 1.2;
			z-index: 1;
		}

		&:before {
			content: '';
			position: absolute;
			/* bottom: -2px;
			left: -30px; */
			bottom: -0.5px;
			width: 62px;
			height: 60px;
			border-radius: 50px;
			background-color: #ffffff;
			scale: 1.3;
		}
	}
}

@media screen and (max-width: 990px) {
	.testimonial_banner {
		display: none;
	}


}

@keyframes fade_btn {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

@keyframes fadeBg {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

@keyframes fadeUp {
	0% {
		left: calc(-830px / 2);
		right: 0;
		scale: 0;
		opacity: 0;
	}

	100% {
		scale: 1;
		left: calc(285px - 500px);
		right: -30px;
		opacity: 1;
	}
}



/*****************************
  Accordion
*****************************/
.accordion .card {
	border: none;
}

.accordion .card:last-child .card-header {
	margin-bottom: 0;
}

.accordion .card-body {
	padding: 35px 45px 45px 62px;
}

.accordion .card-header {
	background: none;
	border-bottom: none;
	padding: 0;
}

.accordion>.card .card-header {
	margin-bottom: 10px;
}

.accordion .accordion-icon.card-header button {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	background: #c82638;
	font-size: 18px;
	color: #ffffff;
	padding: 32px 30px 32px 62px;
	width: 100%;
	text-align: left;
	border: none;
	font-weight: normal;
	position: relative;
	border-radius: 5px;
	font-weight: 500;
}

.accordion .accordion-icon.card-header .btn:after {
	content: "\f062";
	margin-left: auto;
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
	font-family: "Font Awesome 5 Free";
	font-weight: bold;
}

.accordion .accordion-icon.card-header button.collapsed {
	background: #022d62;
}

.accordion .accordion-icon.card-header button.collapsed:after {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}

/*****************************
  Feature Info
*****************************/
.feature-info .feature-info-icon {
	color: #c82638;
	font-size: 60px;
	line-height: 1;
	margin-bottom: 15px;
}

/* Style 01 */
.feature-info-style-01 {
	background: #ffffff;
	padding: 45px;
	overflow: hidden;
	position: relative;
	-webkit-box-shadow: 2px 2px 4px 0px rgba(2, 45, 98, 0.1);
	box-shadow: 2px 2px 4px 0px rgba(2, 45, 98, 0.1);
	border-radius: 5px;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.feature-info-style-01:hover {
	background: #022d62;
}

.feature-info-style-01:hover .feature-info-icon {
	top: -90px;
}

.feature-info-style-01:hover .feature-info-content {
	margin-top: 0;
	margin-bottom: 80px;
}

.feature-info-style-01:hover .feature-info-content .feature-info-title {
	color: #ffffff;
}

.feature-info-style-01:hover .feature-info-content p {
	color: #ffffff;
}

.feature-info-style-01:hover .feature-info-content .icon-btn {
	bottom: 45px;
}

.feature-info-style-01 .feature-info-icon {
	margin-bottom: 25px;
	position: absolute;
	top: 45px;
}

.feature-info-style-01 .feature-info-content {
	margin-top: 80px;
}

.feature-info-style-01 .feature-info-content .icon-btn {
	position: absolute;
	bottom: -90px;
}

.feature-info,
.feature-info .feature-info-icon,
.feature-info .feature-info-content,
.feature-info .feature-info-content .feature-info-title,
.feature-info .feature-info-content p,
.feature-info-style-05 .feature-info-icon i,
.feature-info-style-05 .feature-info-icon i:after,
.feature-info-style-06 .feature-info-number,
.feature-info-style-06 .feature-info-number span,
.feature-info-style-08 .feature-info-item .feature-info-number span,
.feature-info-style-08 .feature-info-item .feature-info-number span:after {
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

/* Style 02 */
.feature-info-style-02 {
	background: #ffffff;
	padding: 35px;
	overflow: hidden;
	position: relative;
	-webkit-box-shadow: 5px 5px 24px 0px rgba(2, 45, 98, 0.1);
	box-shadow: 5px 5px 24px 0px rgba(2, 45, 98, 0.1);
	border-radius: 5px;
	cursor: pointer;
}

.feature-info-style-02 .feature-info-icon {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 15px;
	position: inherit;
	top: 0;
}

.feature-info-style-02 .feature-info-bg-img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	background-size: cover;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	-webkit-transform: scale(1);
	transform: scale(1);
}

.feature-info-style-02 .feature-info-bg-img:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	background: rgba(2, 45, 98, 0.5);
	z-index: 9;
	width: 100%;
	height: 100%;
}

.feature-info-style-02:hover .feature-info-bg-img {
	opacity: 1;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

.feature-info-style-02:hover .feature-info-content .icon-btn {
	opacity: 1;
}

.feature-info-style-02 .feature-info-content .icon-btn {
	position: absolute;
	top: 50%;
	left: 50%;
	opacity: 0;
	z-index: 10;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

/* Style 03 */
.feature-info-style-03 {
	padding: 45px;
	background: #f6f6f6;
	border-radius: 5px;
}

/* Style 04 */
.feature-info-style-04 {
	padding: 45px;
	background: #f6f6f6;
	position: relative;
	overflow: hidden;
	border-radius: 5px;
}

.feature-info-style-04:hover {
	background: #022d62;
}

.feature-info-style-04:hover .feature-info-content .feature-info-title {
	position: absolute;
	top: -55px;
}

.feature-info-style-04:hover .feature-info-content p {
	color: #ffffff;
	margin-top: 0px;
	margin-bottom: 50px;
}

.feature-info-style-04:hover .feature-info-content .btn {
	bottom: 35px;
}

.feature-info-style-04 .feature-info-content .feature-info-title {
	position: absolute;
	top: 45px;
}

.feature-info-style-04 .feature-info-content p {
	margin-top: 50px;
	margin-bottom: 0;
}

.feature-info-style-04 .feature-info-content .btn {
	position: absolute;
	bottom: -55px;
}

/* Style 05 */
.feature-info-style-05 .feature-info-icon {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-bottom: 45px;
}

.feature-info-style-05 .feature-info-icon i {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background: #f6f6f6;
	color: #022d62;
	width: 144px;
	height: 144px;
	position: relative;
	border-radius: 50%;
}

.feature-info-style-05 .feature-info-icon i:after {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(0, 0, 0, 0);
	border-top-color: #f6f6f6;
	border-width: 9px;
	margin-left: -9px;
	margin-top: -1px;
}

.feature-info-style-05:before {
	content: "";
	border-top: 2px dotted #022d62;
	width: 52px;
	display: inline-block;
	position: absolute;
	right: -26px;
	top: 70px;
}

.feature-info-style-05:hover .feature-info-icon i {
	background: #c82638;
	color: #ffffff;
}

.feature-info-style-05:hover .feature-info-icon i:after {
	border-top-color: #c82638;
}

.row [class*="col"]:last-child .feature-info-style-05:before {
	content: none;
}

/* Style 06 */
.feature-info-style-06 .feature-info-img {
	margin-bottom: 30px;
}

.feature-info-style-06 .feature-info-img img {
	border-radius: 5px;
}

.feature-info-style-06 .feature-info-number {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 30px;
	padding-bottom: 30px;
	border-bottom: 2px solid #eeeeee;
	position: relative;
}

.feature-info-style-06 .feature-info-number:after {
	content: "";
	height: 2px;
	background: #f6f6f6;
	width: 0%;
	position: absolute;
	bottom: -2px;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.feature-info-style-06 .feature-info-number span {
	color: #022d62;
	font-size: 48px;
	line-height: 1;
	font-weight: bold;
	opacity: 0.1;
	position: relative;
}

.feature-info-style-06 .feature-info-number .feature-info-title {
	-ms-flex-item-align: center;
	-ms-grid-row-align: center;
	align-self: center;
}

.feature-info-style-06:hover .feature-info-number:after {
	width: 100%;
	background: #022d62;
}

.feature-info-style-06:hover .feature-info-number span {
	color: #c82638;
	opacity: 0.5;
}

.feature-info-style-06 .feature-info-content p {
	-ms-flex-item-align: center;
	-ms-grid-row-align: center;
	align-self: center;
}

.dark-background .feature-info-style-06:hover .feature-info-number span {
	color: #c82638;
	opacity: 0.5;
}

/* Dark Background */
.dark-background .feature-info-style-06 .feature-info-number {
	border-bottom-color: rgba(255, 255, 255, 0.1);
}

.dark-background .feature-info-style-06 .feature-info-number span {
	color: #ffffff;
	opacity: 0.1;
}

.dark-background .feature-info-style-06 .feature-info-number .feature-info-title {
	color: #ffffff;
}

.dark-background .feature-info-style-06:hover .feature-info-number {
	border-bottom-color: #ffffff;
}

.dark-background .feature-info-style-06:hover .feature-info-number:after {
	background: #ffffff;
}

.dark-background .feature-info-style-06 .feature-info-content p {
	color: #ffffff;
}

/* Style 07 */
.feature-info-style-07 {
	position: relative;
}

.feature-info-style-07 .feature-info-img img {
	border-radius: 5px;
}

.feature-info-style-07 .feature-info-content {
	padding: 30px 0 10px;
	background: #ffffff;
	position: relative;
}

.feature-info-style-07 .feature-info-content .feature-info-title {
	margin-bottom: 25px;
}

.feature-info-style-07 .feature-info-content .icon-btn {
	position: absolute;
	bottom: -40px;
	left: 0;
	opacity: 0;
}

.feature-info-style-07:hover .feature-info-content {
	margin-top: -40px;
	padding-bottom: 50px;
}

.feature-info-style-07:hover .feature-info-content .icon-btn {
	bottom: 0px;
	opacity: 1;
}

/* Style 08 */
.feature-info-style-08 .feature-info-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding-bottom: 90px;
	position: relative;
}

.feature-info-style-08 .feature-info-item:before {
	position: absolute;
	top: 0;
	content: "";
	left: 38px;
	height: 100%;
	width: 2px;
	background: #f6f6f6;
}

.feature-info-style-08 .feature-info-item:last-child {
	padding-bottom: 0;
}

.feature-info-style-08 .feature-info-item:last-child:before {
	position: relative;
	content: none;
}

.feature-info-style-08 .feature-info-item:hover .feature-info-number span {
	background: #c82638;
	color: #ffffff;
}

.feature-info-style-08 .feature-info-item:hover .feature-info-number span:after {
	border-left-color: #c82638;
}

.feature-info-style-08 .feature-info-inner {
	position: relative;
}

.feature-info-style-08 .feature-info-number span {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background: #c82638;
	color: #022d62;
	font-size: 24px;
	width: 74px;
	height: 74px;
	margin-right: 25px;
	font-weight: bold;
	border-radius: 50%;
	position: relative;
	background: #f6f6f6;
}

.feature-info-style-08 .feature-info-number span:after {
	left: 100%;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(246, 246, 246, 0);
	border-left-color: #f6f6f6;
	border-width: 6px;
	margin-top: -6px;
	margin-left: -1px;
}

.feature-info-style-08 .feature-info-content {
	margin-top: 28px;
}

.dark-background .feature-info-style-08 .feature-info-inner:before {
	border-left-color: rgba(246, 246, 246, 0.1);
}

.dark-background .feature-info-style-08 .feature-info-content .feature-info-title {
	color: #ffffff;
}

.dark-background .feature-info-style-08 .feature-info-content p {
	color: #ffffff;
	opacity: 0.5;
}

@media (max-width: 1199px) {
	.feature-info-style-04 {
		padding: 45px 25px;
	}
}

@media (max-width: 991px) {
	.feature-info-style-03 {
		padding: 20px;
	}

	.feature-info-style-04 {
		padding: 45px 15px;
	}

	.feature-info-style-05 .feature-info-icon {
		margin-bottom: 35px;
	}

	.feature-info-style-08 .feature-info-item {
		margin-bottom: 0px;
		padding-bottom: 40px;
	}
}

@media (max-width: 767px) {
	.feature-info-style-02 {
		padding: 20px;
	}

	.feature-info-style-05:before {
		content: none;
	}

	.feature-info-style-05 .feature-info-icon {
		margin-bottom: 25px;
	}

	.feature-info-style-05 .feature-info-content .feature-info-title {
		margin-bottom: 5px;
	}

	.feature-info-style-06 .feature-info-img {
		margin-bottom: 20px;
	}

	.feature-info-style-06 .feature-info-number {
		padding-bottom: 20px;
	}

	.feature-info-style-07 .feature-info-content .feature-info-title {
		margin-bottom: 15px;
	}

	.feature-info-style-08 .feature-info-number span {
		font-size: 16px;
		width: 54px;
		height: 54px;
		margin-right: 15px;
	}

	.feature-info-style-08 .feature-info-inner:before {
		left: 28px;
	}

	.feature-info-style-08 .feature-info-item {
		padding-bottom: 30px;
	}

	.feature-info-style-08 .feature-info-item:before {
		left: 28px;
	}

	.feature-info-style-08 .feature-info-content {
		margin-top: 18px;
	}
}

/*****************************
	Contact Us
*****************************/
.text-center {
	text-align: center;
}

/*****************************
	Team
*****************************/
.team {
	text-align: center;
	position: relative;
}

.team .team-img img {
	border-radius: 5px;
}

.team:hover .team-img {
	z-index: 9;
	position: relative;
}

.team:hover .team-info {
	z-index: 9;
	position: relative;
}

.team:hover .team-info ul {
	opacity: 1;
	bottom: -35px;
}

.team:hover .team-bg {
	opacity: 1;
	z-index: 5;
}

.team .team-info {
	padding: 20px 0px 0px;
}

.team .team-info .team-name {
	color: #022d62;
	font-size: 13px;
	font-weight: 600;
}

.team .team-info .team-name:hover {
	color: #c82638;
}

.team .team-info p {
	font-size: 11px;
	margin-bottom: 20px;
}

.team .team-info ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-bottom: 0;
	position: absolute;
	bottom: -25px;
	left: 0;
	right: 0;
	opacity: 0;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.team .team-info ul li {
	margin: 0 12px;
}

.team .team-info ul li a {
	color: #022d62;
}

.team .team-info ul li a:hover {
	color: #c82638;
}

.team .team-bg {
	background: #ffffff;
	position: absolute;
	left: -10%;
	top: -10%;
	width: 120%;
	height: 134%;
	z-index: 4;
	opacity: 0;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	border-radius: 5px;
	-webkit-box-shadow: 5px 5px 24px 0px rgba(2, 45, 98, 0.1);
	box-shadow: 5px 5px 24px 0px rgba(2, 45, 98, 0.1);
}

.apply-position .team-icon {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background: #022d62;
	padding: 0;
	border-radius: 3px;
	font-size: 110px;
	min-height: 173px;
	color: rgba(255, 255, 255, 0.1);
}

.apply-position .btn {
	padding: 0;
	font-size: 13px;
}

.apply-position .btn:after {
	margin-left: 10px;
}

@media (max-width: 575px) {
	.team .team-img img {
		width: 100%;
	}
}

/*****************************
    Testimonial
*****************************/
.testimonial .owl-item {
	padding: 0 2%;
}

.testimonial .testimonial-item .testimonial-avatar {
	margin-bottom: 40px;
	background: #ffffff;
	width: 100px;
	height: 100px;
	border-radius: 50%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin: 0px auto 40px;
}

.testimonial .testimonial-item .testimonial-content {
	margin-bottom: 30px;
}

.testimonial .testimonial-item .testimonial-content p {
	font-size: 26px;
	color: #022d62;
	line-height: 1.4;
}

.testimonial .testimonial-item .testimonial-author .testimonial-name h6 {
	font-weight: 700;
}

.row-background .testimonial-item .testimonial-content p {
	color: #ffffff;
}

.row-background .testimonial-item .testimonial-author {
	color: #ffffff;
}

.row-background .testimonial-item .testimonial-author .testimonial-name h6 {
	color: #c82638;
}

/* style 02 */
.testimonial-style-02 {
	-webkit-box-shadow: 5px 5px 24px 0px rgba(2, 45, 98, 0.1);
	box-shadow: 5px 5px 24px 0px rgba(2, 45, 98, 0.1);
	border-radius: 5px;
	/* testimonial-item-sm */
}

.testimonial-style-02 .testimonial-item {
	padding: 0 15%;
	margin-top: -70px;
	position: relative;
	z-index: 9;
}

.testimonial-style-02 .testimonial-item .testimonial-content p {
	font-size: 18px;
	color: #000000;
	font-style: italic;
}

.testimonial-style-02 .testimonial-item .testimonial-author {
	margin-bottom: 20px;
}

.testimonial-style-02 .testimonial-item .testimonial-avatar {
	width: 120px;
	height: 120px;
	margin: 0 auto;
}

.testimonial-style-02 .item .svg-item svg {
	position: absolute;
	bottom: 0px;
	left: 0;
	width: 100%;
	height: auto;
}

.testimonial-style-02 .testimonial-item-sm {
	padding: 0 15%;
	margin-top: -50px;
	position: relative;
	z-index: 9;
}

.testimonial-style-02 .testimonial-item-sm .testimonial-content p {
	font-size: 18px;
	color: #000000;
	font-style: italic;
}

.testimonial-style-02 .testimonial-item-sm .testimonial-avatar-sm {
	width: 90px;
	height: 90px;
	margin: 0 auto;
}

.testimonial-style-02.owl-carousel .owl-nav {
	width: auto;
	display: inline-block;
	position: relative;
	bottom: -20px;
	-webkit-box-shadow: 5px 5px 24px 0px rgba(2, 45, 98, 0.1);
	box-shadow: 5px 5px 24px 0px rgba(2, 45, 98, 0.1);
	padding: 8px 10px;
	border-radius: 5px;
	background: #ffffff;
}

.testimonial-style-02.owl-carousel .owl-nav .owl-next {
	position: relative;
	top: 0;
	-webkit-transform: inherit;
	transform: inherit;
	right: 0;
}

.testimonial-style-02.owl-carousel .owl-nav .owl-prev {
	position: relative;
	top: 0;
	-webkit-transform: inherit;
	transform: inherit;
	left: 0;
}

.testimonial-style-02.owl-carousel .owl-nav i {
	font-size: 14px;
	padding: 0 10px;
}

.testimonial-style-02.owl-carousel .testimonial-img {
	position: relative;
}

.video-image {
	position: relative;
}

.video-image img {
	border-top-right-radius: 5px;
	border-top-left-radius: 5px;
}

.popup-icon {
	display: block;
}

.popup-icon i {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	font-size: 32px;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	width: 70px;
	height: 70px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding-left: 5px;
	border: 7px solid #ffffff;
	border-radius: 50%;
	color: #ffffff;
}

/*****************************
    testimonial-style-03
*****************************/
.testimonial-style-03 {
	position: relative;
}

.testimonial-style-03 .testimonial-content .quotes {
	position: absolute;
	font-size: 40px;
	z-index: 0;
	color: #ffffff;
	right: 20px;
	bottom: 20px;
}

.testimonial-style-03 .testimonial-content .testimonial-des {
	font-size: 18px;
	margin-top: 10px;
}

@media (max-width: 991.98px) {
	.testimonial-item .testimonial-content p {
		font-size: 20px;
	}
}

@media (max-width: 767.98px) {
	.testimonial-item .testimonial-avatar {
		margin-bottom: 20px;
	}

	.testimonial-item .testimonial-content {
		margin-bottom: 20px;
	}

	.testimonial-item .testimonial-content p {
		font-size: 16px;
	}

	.testimonial-style-02 .testimonial-item {
		padding: 0 5%;
	}

	.testimonial-style-02 .item .svg-item {
		display: none;
	}

	.popup-icon i {
		width: 50px;
		height: 50px;
		font-size: 20px;
	}
}

@media (max-width: 575.98px) {
	.testimonial-style-02 .testimonial-item {
		margin-top: 20px;
	}

	.testimonial-style-02 .testimonial-item .testimonial-avatar {
		width: 80px;
		height: 80px;
	}
}

/*****************************
  Shortcodes
*****************************/
/*****************************
  Accordion
*****************************/
.accordion .card {
	border: none;
}

.accordion .card:last-child .card-header {
	margin-bottom: 0;
}

.accordion .card-body {
	padding: 35px 45px 45px 62px;
}

.accordion .card-header {
	background: none;
	border-bottom: none;
	padding: 0;
}

.accordion>.card .card-header {
	margin-bottom: 10px;
}

.accordion .accordion-icon.card-header button {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	background: #c82638;
	font-size: 18px;
	color: #ffffff;
	padding: 32px 30px 32px 62px;
	width: 100%;
	text-align: left;
	border: none;
	font-weight: normal;
	position: relative;
	border-radius: 5px;
	font-weight: 500;
}

.accordion .accordion-icon.card-header .btn:after {
	content: "\f062";
	margin-left: auto;
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
	font-family: "Font Awesome 5 Free";
	font-weight: bold;
}

.accordion .accordion-icon.card-header button.collapsed {
	background: #022d62;
}

.accordion .accordion-icon.card-header button.collapsed:after {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}

/*****************************
  Newsletter
*****************************/
.newsletter {
	position: relative;
}

.newsletter .form-control {
	padding-right: 150px;
}

.newsletter .btn {
	position: absolute;
	right: 0;
	line-height: 20px;
	top: 0;
	padding: 14px 30px;
}

/*****************************
  Counter
*****************************/
.counter {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 20px 0px;
}

.counter .counter-icon i {
	color: #c82638;
	margin-right: 25px;
	font-size: 70px;
	line-height: 70px;
}

.counter .counter-content {
	-ms-flex-item-align: center;
	-ms-grid-row-align: center;
	align-self: center;
}

.counter .counter-content .timer {
	position: relative;
	font-size: 36px;
	line-height: 36px;
	font-weight: 700;
	font-family: "Montserrat", sans-serif;
	color: #ffffff;
	margin-bottom: 10px;
	display: block;
}

.counter .counter-content label {
	display: block;
	color: #ffffff;
	margin-bottom: 0;
}

/* Counter 02 */
.counter.counter-02 .counter-content .timer {
	color: #022d62;
}

.counter.counter-02 .counter-content label {
	color: #626262;
}

.counter.counter-02 .counter-icon i {
	color: #dfdfdf;
}

/* Counter 03 */
.counter.counter-03 {
	background: #c82638;
	padding: 32px;
	text-align: center;
	display: block;
	border-radius: 5px;
}

/*****************************
	Tabs
*****************************/
.nav-pills .nav-link {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	color: #022d62;
	font-size: 22px;
	line-height: 1;
	padding: 20px 0px;
	font-weight: 600;
	border-radius: 0;
	position: relative;
}

.nav-pills .nav-link:hover {
	color: #c82638;
	background: transparent;
}

.nav-pills .nav-link:hover:after {
	opacity: 1;
	-webkit-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	right: 0;
}

.nav-pills .nav-link:hover .data-hover {
	-webkit-transform: translate3d(0px, 0px, -30px) rotateX(90deg);
	transform: translate3d(0px, 0px, -30px) rotateX(90deg);
}

.nav-pills .nav-link:after {
	content: "\f061";
	font-family: "Font Awesome 5 Free";
	font-weight: bold;
	opacity: 0;
	position: absolute;
	right: 20px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.nav-pills .nav-link .data-hover {
	display: block;
	position: relative;
	-webkit-transition: 0.5s ease-in-out all;
	transition: 0.5s ease-in-out all;
	-webkit-transform-origin: 50% 0;
	transform-origin: 50% 0;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	width: 100%;
	font-weight: 500;
}

.nav-pills .nav-link .data-hover span {
	margin-right: 20px;
}

.nav-pills .nav-link .data-hover:before {
	display: block;
	content: attr(data-title);
	position: absolute;
	left: 0;
	top: 0;
	-webkit-transition: 0.5s ease-in-out all;
	transition: 0.5s ease-in-out all;
	-webkit-transform-origin: 50% 0;
	transform-origin: 50% 0;
	-webkit-transform: translate3d(0px, 105%, 0px) rotateX(-90deg);
	transform: translate3d(0px, 105%, 0px) rotateX(-90deg);
	font-weight: bold;
	width: 100%;
}

.nav-pills .nav-link.active {
	color: #c82638;
	background: transparent;
}

.nav-pills .nav-link.active:after {
	opacity: 1;
	-webkit-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	right: 0;
}

.nav-pills .nav-link.active .data-hover {
	-webkit-transform: translate3d(0px, 0px, -30px) rotateX(90deg);
	transform: translate3d(0px, 0px, -30px) rotateX(90deg);
}

.nav-pills .show>.nav- {
	color: #c82638;
	background: transparent;
}

.nav-pills .show>.nav-link {
	color: #c82638;
	background: transparent;
}

.nav-tabs.nav-tabs-02 {
	border: none;
}

.nav-tabs.nav-tabs-02 .nav-link {
	border: none;
	color: #022d62;
	font-weight: 700;
	background: #f6f6f6;
	border-radius: 50px;
	margin-right: 10px;
	padding: 10px 22px;
	margin-bottom: 10px;
}

.nav-tabs.nav-tabs-02 .nav-link.active {
	color: #ffffff;
	background: #c82638;
}

.nav-tabs.nav-tabs-02 .nav-link:hover {
	color: #ffffff;
	background: #c82638;
}

@media (max-width: 1199px) {
	.nav-pills .nav-link {
		font-size: 18px;
	}
}

@media (max-width: 991px) {
	.nav-pills .nav-link {
		font-size: 14px;
	}
}

@media (max-width: 767px) {
	.accordion .accordion-icon.card-header button {
		padding: 22px 20px 22px 52px;
	}

	.accordion .card-body {
		padding: 25px 25px 35px 52px;
	}

	.nav-pills.flex-column {
		-webkit-box-orient: inherit !important;
		-webkit-box-direction: inherit !important;
		-ms-flex-direction: inherit !important;
		flex-direction: inherit !important;
	}

	.nav-pills .nav-link {
		padding: 0 25px 25px 0;
		font-size: 16px;
	}

	.nav-pills .nav-link.active:after {
		content: none;
	}
}

@media (max-width: 575px) {
	.accordion .accordion-icon.card-header button {
		font-size: 16px;
		padding: 20px;
		line-height: 22px;
	}

	.accordion .card-body {
		padding: 20px;
	}
}

/*****************************
	Owl Carousel
*****************************/
.owl-carousel .owl-item img {
	width: auto;
	display: inherit;
}

.owl-carousel .owl-nav {
	cursor: pointer;
	z-index: 999;
	width: 100%;
}

.owl-carousel .owl-nav .owl-prev {
	display: block;
	position: absolute;
	text-indent: inherit;
	width: auto;
	cursor: pointer;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	left: 0px;
	display: block;
	position: absolute;
	text-indent: inherit;
	top: 55%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	margin: 0 !important;
	display: inline-block;
	margin: 14px 2px 0;
}

.owl-carousel .owl-nav .owl-next {
	display: block;
	position: absolute;
	text-indent: inherit;
	width: auto;
	cursor: pointer;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	right: 0px;
	display: block;
	position: absolute;
	text-indent: inherit;
	top: 55%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	margin: 0 !important;
	display: inline-block;
	margin: 14px 2px 0;
}

.owl-carousel .owl-nav i {
	font-size: 24px;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	color: #022d62;
	opacity: 0.4;
}

.owl-carousel .owl-nav i:hover {
	color: #022d62;
	opacity: 1;
}

.row-background .owl-carousel .owl-nav i {
	color: #ffffff;
	opacity: 0.4;
}

.row-background .owl-carousel .owl-nav i:hover {
	color: #ffffff;
	opacity: 1;
}

.owl-carousel .owl-dots {
	text-align: center;
	margin-top: 20px;
}

.owl-carousel button.owl-dot {
	width: 9px;
	height: 9px;
	background: #022d62 !important;
	border-radius: 50%;
	margin-right: 10px;
	opacity: 0.5;
}

.owl-carousel button.owl-dot.active {
	background: #c82638 !important;
	opacity: 1;
}

@media (max-width: 991px) {
	.owl-carousel .owl-nav .owl-next {
		right: 0;
	}

	.owl-carousel .owl-nav .owl-prev {
		left: 0;
	}
}

/*****************************
  Pricing Table
*****************************/
.pricing-tab {
	text-align: center;
}

.pricing-tab span {
	vertical-align: middle;
}

.pricing-tab .monthly-tab {
	font-weight: 700;
	font-size: 18px;
	color: #022d62;
}

.pricing-tab .yearly-tab {
	font-weight: 700;
	font-size: 18px;
	color: #022d62;
}

.pricing-tab .pricing-tab-switcher {
	height: 32px;
	width: 60px;
	background: #ffffff;
	display: inline-block;
	border-radius: 30px;
	position: relative;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	margin: 0 10px;
	border: 2px solid #c82638;
}

.pricing-tab .pricing-tab-switcher:before {
	content: "";
	position: absolute;
	left: 4px;
	top: 4px;
	background: #c82638;
	width: 20px;
	height: 20px;
	border-radius: 100%;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.pricing-tab .pricing-tab-switcher.active:before {
	left: calc(100% - 24px);
}

.pricing {
	padding: 30px 20px;
	text-align: center;
	-webkit-box-shadow: 5px 5px 24px 0px rgba(2, 45, 98, 0.1);
	box-shadow: 5px 5px 24px 0px rgba(2, 45, 98, 0.1);
	border-radius: 5px;
}

.pricing .pricing-title {
	margin-bottom: 20px;
}

.subTotal {
	border-top: 1px solid #d4cece !important;
	padding-top: 10px;
}

.pricing .pricing-price {
	display: inline-block;
	position: relative;
	color: #626262;
	font-weight: 600;
	margin-top: 30px;
}

.pricing .pricing-price sup {
	position: absolute;
	top: 15px;
	left: -20px;
	font-size: 24px;
	color: #022d62;
}

.pricing .pricing-price strong {
	color: #022d62;
	font-size: 70px;
	line-height: 70px;
	padding-right: 10px;
	font-weight: 500;
}

.pricing .yearly-price {
	display: none;
}

.pricing .change-pricing-price .yearly-price {
	display: block;
}

.pricing .change-pricing-price .monthly-price {
	display: none;
}

.pricing .pricing-list {
	margin-top: 30px;
	margin-bottom: 30px;
}

.pricing .pricing-list li {
	padding: 6px 0;
	color: #626262;
	font-weight: 600;
}

.pricing .pricing-list li:last-child {
	padding-bottom: 0;
}

.pricing.active {
	background: #022d62;
	color: #ffffff;
}

.pricing.active .pricing-list li {
	color: #ffffff;
}

.pricing.active .pricing-title {
	color: #ffffff;
}

.pricing.active .pricing-price {
	color: #ffffff;
}

.pricing.active sup {
	color: #ffffff;
}

.pricing.active strong {
	color: #c82638;
}

.pricing.active .btn-round {
	color: #ffffff;
}

.pricing.active .btn-round:hover {
	color: #ffffff;
}

.pricing.active .btn-light-round:before {
	background-color: #c82638;
	opacity: 1;
}

.switch {
	display: inline-block;
	width: 60px;
	height: 30px;
	margin: 0px 15px;
	position: relative;
}

.switch .switch-btn {
	margin-bottom: 30px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.switch .switch-btn span {
	font-size: 18px;
	color: #022d62;
	font-weight: 600;
}

.switch input {
	display: none;
}

/*****************************
  Countdown
*****************************/
.countdown-wrapper {
	border-radius: 5px;
	overflow: hidden;
}

.countdown {
	padding: 20px;
	width: 140px;
	position: relative;
}

.countdown span {
	font-size: 54px;
	line-height: 60px;
	font-weight: 600;
	color: #ffffff;
}

.countdown p {
	font-size: 18px;
	text-transform: capitalize;
	margin-bottom: 0;
	color: #022d62;
}

.countdown.countdown-last {
	position: absolute;
	bottom: 0;
	left: 140px;
}

.countdown-small span {
	font-size: 24px;
	line-height: 24px;
}

.countdown-small p {
	font-size: 14px;
}

@media (max-width: 767px) {
	.countdown span {
		font-size: 34px;
		line-height: 40px;
	}

	.countdown p {
		font-size: 16px;
	}
}

/*****************************
  Button
*****************************/
/* btn */
.btn {
	font-size: 14px;
	font-weight: bold;
	padding: 16px 34px;
	line-height: 1;
	border-radius: 50px;
	position: relative;
	z-index: 1;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.btn:not(:disabled):not(.disabled).active:focus {
	-webkit-box-shadow: none;
	box-shadow: none;
	outline: none;
}

.btn:not(:disabled):not(.disabled):active:focus {
	-webkit-box-shadow: none;
	box-shadow: none;
	outline: none;
	color: #ffffff;
}

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

.btn:focus {
	-webkit-box-shadow: none;
	box-shadow: none;
	outline: none;
	color: #ffffff;
}

.btn:active {
	-webkit-box-shadow: none;
	box-shadow: none;
	outline: none;
	color: #ffffff;
}

button {
	outline: medium none !important;
	color: #c82638;
}

.btn-link:after {
	margin-left: 12px;
}

.show>.btn.dropdown-toggle:focus {
	-webkit-box-shadow: none;
	box-shadow: none;
	outline: none;
	color: #ffffff;
}

.show>.btn-primary.dropdown-toggle {
	background: #c82638;
	border-color: #c82638;
}

.btn-primary {
	background: #c82638;
	border-color: #c82638;
}

.btn-primary:hover {
	background: #022d62;
	border-color: #022d62;
}

.btn-primary:hover:not(:disabled):not(.disabled).active {
	background: #c82638;
	border-color: #c82638;
}

.btn-primary:hover:not(:disabled):not(.disabled):active {
	background: #c82638;
	border-color: #c82638;
}

.btn-primary:not(:disabled):not(.disabled):active:focus {
	background: #c82638;
	border-color: #c82638;
}

.btn-dark {
	background: #022d62;
	border-color: #022d62;
}

.btn-dark:hover {
	background: #c82638;
	border-color: #c82638;
}

.btn:not(:disabled):not(.disabled).active:focus {
	color: #ffffff;
}

.btn-link {
	color: #c82638;
	padding: 0;
}

.btn-link:hover {
	color: #022d62;
	text-decoration: none;
	outline: none;
}

.btn-link:focus {
	color: #022d62;
	text-decoration: none;
	outline: none;
}

.btn.btn-link:not(:disabled):not(.disabled):active:focus {
	color: #022d62;
}

.btn-white {
	background: #ffffff;
	border-color: #ffffff;
	color: #022d62;
}

.btn-white:hover {
	background: #c82638;
	border-color: #c82638;
	color: #ffffff;
}

.btn-white:active {
	color: #ffffff;
}

.btn-white:focus {
	color: #ffffff;
}

.btn.btn-white:not(:disabled):not(.disabled):active:focus {
	color: #022d62;
}

.btn-light:active {
	color: #022d62;
}

.btn-light:focus {
	color: #022d62;
}

.btn.btn-light:not(:disabled):not(.disabled):active:focus {
	color: #022d62;
}

.btn.btn-sm {
	padding: 12px 24px;
}

.btn.btn-md {
	padding: 8px 30px;
}

.btn.btn-lg {
	padding: 17px 64px;
	font-size: 18px;
}

.btn-app {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.btn-app i {
	font-size: 40px;
}

/* Hi Soft Button Round */
.btn-round:before {
	content: "";
	width: 60px;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	border-radius: 50px;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	z-index: -1;
	opacity: 0.8;
}

.right-round:before {
	right: 0;
	left: auto;
}

.bg-dark .btn-primary-round:before {
	opacity: 1;
}

.btn-round:hover:before {
	width: 100%;
}

.btn-round,
.btn-round:hover {
	color: #022d62;
}

.btn-primary-round:before {
	background-color: #c82638;
}

.btn-light-round:before {
	background-color: #f6f6f6;
}

.btn-round.btn-dark-round,
.btn-round.btn-dark-round:hover,
.btn-round.btn-dark-round:focus,
.btn.btn-round.btn-dark-round:not(:disabled):not(.disabled):active:focus {
	color: #c82638;
}

.btn-round.btn-dark-round:hover {
	color: #ffffff;
}

.btn-dark-round:before {
	background-color: #022d62;
	opacity: 1;
}

a.text-primary:focus,
a.text-primary:hover {
	color: #c82638 !important;
}

.btn-white-round:before {
	background-color: #ffffff;
}

.btn-round:focus,
.btn.btn-round:not(:disabled):not(.disabled):active:focus {
	color: #022d62;
}

.dark-background .btn-round:before {
	opacity: 1;
}

/* Button Outline */
.btn-outline-primary {
	color: #c82638;
	border-color: #c82638;
}

.btn.btn-outline-primary:focus {
	color: #c82638;
}

.btn-outline-primary:hover,
.btn-outline-primary:not(:disabled):not(.disabled).active,
.btn-outline-primary:not(:disabled):not(.disabled):active,
.show>.btn-outline-primary.dropdown-toggle {
	background-color: #c82638;
	border-color: #c82638;
}

.btn-outline-dark {
	color: #022d62;
	border-color: #022d62;
}

.btn-outline-dark:focus {
	color: #022d62;
}

.btn-outline-dark:hover,
.btn-outline-dark:not(:disabled):not(.disabled).active,
.btn-outline-dark:not(:disabled):not(.disabled):active,
.show>.btn-outline-dark.dropdown-toggle {
	background-color: #022d62;
	border-color: #022d62;
}

.btn-primary-round.btn-round:hover {
	color: #ffffff;
}

/* Group Button */
.btn-group .btn:after {
	content: none;
}

.icon-btn {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 40px;
	height: 40px;
	text-align: center;
	background: #c82638;
	border-radius: 50%;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-item-align: center;
	align-self: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	color: #ffffff;
}

.icon-btn {
	opacity: 1;
}

.icon-btn.btn-animation {
	opacity: 1;
}

.icon-btn-lg {
	width: 80px;
	height: 80px;
}

.icon-btn-md {
	width: 60px;
	height: 60px;
}

.icon-btn-sm {
	width: 40px;
	height: 40px;
}

.icon-btn-all-center {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.btn-animation:before {
	content: "";
	position: absolute;
	z-index: -9;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	display: block;
	width: 50px;
	height: 50px;
	background: #c82638;
	border-radius: 50%;
	-webkit-animation: pulse-border 1500ms ease-out infinite;
	animation: pulse-border 1500ms ease-out infinite;
}

.btn-animation.icon-btn-lg:before {
	width: 80px;
	height: 80px;
}

.btn-animation.icon-btn-md:before {
	width: 70px;
	height: 70px;
}

.video-btn.btn-animation {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.video-btn-02 a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.video-btn-02 a span {
	font-weight: 600;
}

.video-btn-02 .btn-animation {
	position: inherit;
	-webkit-transform: translate(0%, 0%);
	transform: translate(0%, 0%);
}

/* keyframes */
@-webkit-keyframes pulse-border {
	0% {
		-webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
		transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
		opacity: 1;
	}

	100% {
		-webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
		transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
		opacity: 0;
	}
}

@keyframes pulse-border {
	0% {
		-webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
		transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
		opacity: 1;
	}

	100% {
		-webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
		transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
		opacity: 0;
	}
}

@-webkit-keyframes sonarWave {
	from {
		opacity: 0.4;
	}

	to {
		-webkit-transform: scale(3);
		transform: scale(3);
		opacity: 0;
	}
}

@keyframes sonarWave {
	from {
		opacity: 0.4;
	}

	to {
		-webkit-transform: scale(3);
		transform: scale(3);
		opacity: 0;
	}
}

@media (max-width: 991px) {
	.btn:after {
		margin-left: 22px;
	}
}

/* support */
.support {
	max-height: 350px;
}

.support .image-support {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: top;
}

.support_test {
	/* padding-top: 100px; */
	/* padding-bottom: 50px; */
	margin-top: 45px;
}

.support_test .swiper-button-next {
	right: -10%;
	background-image: url(data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E);
	filter: brightness(0) saturate(100%) invert(100%) sepia(14%) saturate(2%) hue-rotate(317deg) brightness(107%) contrast(100%);
	background-image: url('../images/Icons/svg/icon/01-arrow.svg') !important;
}

.support_test .swiper-button-prev {
	left: -10%;
	display: block !important;
	transform: rotate(180deg);
	background-image: url('../images/Icons/svg/icon/01-arrow.svg') !important;
	filter: brightness(0) saturate(100%) invert(100%) sepia(14%) saturate(2%) hue-rotate(317deg) brightness(107%) contrast(100%);
}

.swiper-container-support {
	background: url(../images/dark-bg.jpg);
	/* padding-top: 100px;
	padding-bottom: 50px;
	margin-top: 100px; */
}

.support_test .section-title h2 {
	color: #333;
}

.support_test .section-title p {
	color: #333;
	font-weight: 400;
	font-size: 16px;
}

.support_test .swiper {
	width: 100%;
	height: 100%;
}

.support_test .myTestimonial {
	height: 450px;
}

.support_test .swiper-slide {
	text-align: center;
	font-size: 18px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 20px;
	transition: all 0.5s ease-in-out;
}

.support_test .swiper-slide .slide-container {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	height: 80%;
	max-width: 800px;
	padding: 20px 40px;
	border-radius: 20px;
	background-color: #252525;
	/* margin-bottom: 40px; */
}

.support_test .swiper-slide .slide-container .img-content {
	width: 30%;
	display: flex;
	justify-content: center;
	overflow: hidden;
}

.support_test .slide-container .swiper-body {
	width: 65%;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-direction: column;
}

.support_test .slide-container .swiper-body .text-body h4 {
	color: #fff;
	text-align: left;
	font-size: 20px;
}

.support_test .slide-container .swiper-body .text-body h4 span {
	color: #ddd;
	font-weight: 400;
	font-size: 14px;
}

.support_test .slide-container .swiper-body .text-body p {
	color: #fff;
	line-height: 1.5;
	text-align: left;
	font-size: 15px;
	font-weight: 400;
	margin-bottom: 0;
}

.support_test .swiper-pagination-bullet.swiper-pagination-bullet-active {
	opacity: var(--swiper-pagination-bullet-opacity, 1);
	background: #ffffff;
	width: 40px;
	transition: 0.5s ease;
	border-radius: 20px;
	height: 5px;
}

.banner .swiper-pagination-bullet-active {
	opacity: 1;
	background: #fff !important;
	height: 40px !important;
	border-radius: 20px !important;
}

.banner .swiper-pagination-bullet:not(.swiper-pagination-bullet-active) {
	opacity: 0.3;
	background: #fff !important;
}

.support_test .swiper-pagination-bullet {
	height: 5px !important;
	border-radius: 20px;
	width: 15px;
	background: #ffffff;
}

.quote-icon-cont {
	display: flex;
	justify-content: flex-end;
	width: 100%;
}

.quote-icon {
	width: 44px;
	height: 44px;
	transition: filter 0.5s ease-in-out;
}

.support_test .swiper-slide img:not(.quote-icon) {
	display: block;
	width: 100%;
	height: 250px;
	object-fit: contain;
}

.support_test .image-support {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: top;
}

/*****************************
  Case Study
*****************************/
.case-study {
	position: relative;
	overflow: hidden;
	margin-bottom: 30px;
}

.case-study .case-study-title {
	display: block;
	color: #022d62;
	font-size: 18px;
	font-weight: 600;
}

.case-study .case-study-title:hover {
	color: #c82638;
}

.case-study .case-study-services {
	display: block;
	margin-bottom: 10px;
}

.case-study .case-study-services:hover {
	color: #ffffff;
}

.case-study .case-study-img {
	background-size: cover;
	min-height: 249px;
	border-radius: 5px;
	background-position: center center;
}

.case-study .case-study-img.case-study-lg {
	min-height: 530px;
}

.case-study .case-study-info {
	padding: 20px;
	width: 90%;
	position: absolute;
	left: 50%;
	bottom: -90px;
	z-index: 2;
	opacity: 0;
	border-radius: 5px;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	-webkit-transform: translate(-50%, 0%);
	transform: translate(-50%, 0%);
	background: #ffffff;
}

.case-study .case-study-info p {
	max-height: 66px;
	overflow: auto;
}

.case-study:hover .case-study-info {
	opacity: 1;
	bottom: 20px;
}

.case-study .case-study-lg+.case-study-info p {
	max-height: 340px;
	overflow: auto;
}

/* style 02 */
.case-study-style-02 {
	position: relative;
}

.case-study-style-02:before {
	position: absolute;
	width: 100%;
	height: 0;
	bottom: 0;
	left: 0;
	top: auto;
	background: rgba(2, 45, 98, 0.85);
	content: "";
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
	border-radius: 5px;
}

.case-study-style-02:hover:before {
	bottom: 0;
	height: 100%;
}

.case-study-style-02 .case-study-title {
	color: #ffffff;
}

.case-study-style-02 .case-study-info {
	background: transparent;
}

.case-study-style-02 .case-study-info p {
	color: #ffffff;
}

.clients-detail {
	margin: 0;
}

.clients-detail li {
	padding-right: 150px;
	margin-top: 20px;
}

.clients-detail li:last-child {
	padding-right: 0px;
}

.case-study-style-03 {
	overflow: hidden;
}

.case-study-style-03 .case-study-img {
	-webkit-transition: -webkit-transform 0.5s ease-in-out;
	transition: -webkit-transform 0.5s ease-in-out;
	transition: transform 0.5s ease-in-out;
	transition: transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
	overflow: hidden;
	border-radius: 0;
}

.case-study-style-03 .case-study-info {
	padding: inherit;
	width: inherit;
	position: relative;
	left: inherit;
	bottom: inherit;
	z-index: 2;
	opacity: inherit;
	border-radius: inherit;
	-webkit-transform: inherit;
	transform: inherit;
	background: #ffffff;
	padding-top: 20px;
}

.case-study-style-03:hover .case-study-info {
	bottom: inherit;
	height: 100%;
	-webkit-transition: -webkit-transform 0.5s ease-in-out;
	transition: -webkit-transform 0.5s ease-in-out;
	transition: transform 0.5s ease-in-out;
	transition: transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
}

.case-study-style-03:hover .case-study-img {
	-webkit-transform: scale(1.07);
	transform: scale(1.07);
	-webkit-transition: -webkit-transform 0.5s ease-in-out;
	transition: -webkit-transform 0.5s ease-in-out;
	transition: transform 0.5s ease-in-out;
	transition: transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
}

.case-study-style-03 .case-study-services:hover {
	color: #c82638;
}

/* Responsive View */
@media (max-width: 1199px) {
	.clients-detail li {
		padding-right: 110px;
	}
}

@media (max-width: 991px) {
	.case-study .case-study-info {
		padding: 20px;
	}

	.clients-detail li {
		padding-right: 50px;
	}
}

@media (max-width: 767px) {
	.clients-detail li {
		padding-right: 50px;
		width: 50%;
		float: left;
	}
}

@media (max-width: 575px) {
	.clients-detail li {
		padding-right: 0px;
		width: 100;
		float: none;
	}
}

/*****************************
  Category
*****************************/
/* Transition */
.category-grid-style-01 .category-item .category-icon,
.category-grid-style-01 .category-item:before,
.category-list-style-01 ul,
ul.category-list li a:after,
.category-box .category-icon,
.category-box:hover .category-icon i,
.category-box:hover .category-icon .category-title,
.category-box-style-02,
.category-box-style-02:before,
.category-box-style-02 ul.category-list {
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

/* Grid Style 01 */
.category-grid-style-01 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	background: #ffffff;
	-webkit-box-shadow: 5px 5px 24px 0px rgba(2, 45, 98, 0.1);
	box-shadow: 5px 5px 24px 0px rgba(2, 45, 98, 0.1);
	border-radius: 5px;
}

.category-grid-style-01 .category-item {
	padding: 30px;
	text-align: center;
	width: 16.6666%;
	border-right: 1px solid #eeeeee;
	border-bottom: 1px solid #eeeeee;
	position: relative;
	cursor: pointer;
}

.category-grid-style-01 .category-item:nth-child(6n + 0) {
	border-right: none;
}

.category-grid-style-01 .category-item:before {
	content: "";
	background: #ffffff;
	width: 110%;
	height: 110%;
	display: inline-block;
	position: absolute;
	left: -5%;
	top: -5%;
	z-index: 1;
	opacity: 0;
	-webkit-transform: scale(0.96);
	transform: scale(0.96);
}

.category-grid-style-01 .category-item:hover:before {
	-webkit-box-shadow: 5px 5px 24px 0px rgba(2, 45, 98, 0.1);
	box-shadow: 5px 5px 24px 0px rgba(2, 45, 98, 0.1);
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}

.category-grid-style-01 .category-item:hover .category-icon {
	color: #c82638;
}

.category-grid-style-01 .category-item:hover .category-title {
	color: #c82638;
}

.category-grid-style-01 .category-item .category-icon {
	color: #000000;
	font-size: 44px;
	line-height: 1;
	margin-bottom: 10px;
	position: relative;
	z-index: 2;
}

.category-grid-style-01 .category-item .category-title {
	color: #022d62;
	font-weight: bold;
	margin-bottom: 0;
	position: relative;
	z-index: 2;
	font-size: 16px;
}

.category-grid-style-01 .show-more-cat {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin: 60px 0 -20px 0;
	width: 100%;
}

.category-grid-style-01 .show-more-cat a {
	color: #022d62;
	font-size: 12px;
	font-weight: bold;
}

.category-grid-style-01 .show-more-cat a:hover {
	color: #c82638;
}

.category-grid-style-01 .show-more-cat i {
	margin: 5px auto 0 auto;
}

/* Grid Style 02 */
.category-grid-style-02 ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0px -15px 0px -15px;
}

.category-grid-style-02 ul li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 25%;
	padding-right: 15px;
	padding-left: 15px;
	margin-bottom: 45px;
}

.category-grid-style-02 ul li a {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	font-size: 18px;
	color: #022d62;
	padding-bottom: 35px;
	border-bottom: 1px solid #eeeeee;
}

.category-grid-style-02 ul li a:hover {
	color: #c82638;
}

.category-grid-style-02 ul li:nth-last-child(-n + 4) a {
	margin-bottom: 0;
}

/* List Style 01 */
.category-list-style-01 ul.category-list {
	margin-bottom: 0;
	padding: 0 0 15px;
	height: 100%;
	border-bottom: 2px solid rgba(255, 255, 255, 0.1);
}

.category-list-style-01 ul.category-list:hover {
	border-bottom-color: rgba(255, 255, 255, 0.3);
}

ul.category-list {
	padding-left: 0;
	margin-bottom: 0;
}

ul.category-list li {
	list-style: none;
	margin-bottom: 15px;
}

ul.category-list li a {
	display: inline-block;
	color: #626262;
}

ul.category-list li a:hover {
	color: #c82638;
	font-weight: bold;
}

ul.category-list li a:hover:after {
	margin-left: 10px;
	opacity: 1;
}

ul.category-list li a:after {
	content: "\f061";
	font-family: "Font Awesome 5 Free";
	font-size: 12px;
	font-weight: bold;
	margin-left: -10px;
	opacity: 0;
}

.dark-background ul.category-list li a {
	color: #ffffff;
}

.dark-background ul.category-list li a:hover {
	color: #c82638;
}

/* Category Box Style 01 */
.category-box .category-icon {
	background: #ffffff;
	padding: 40px 30px;
	margin-bottom: 30px;
	text-align: center;
	-webkit-box-shadow: 5px 5px 24px 0px rgba(2, 45, 98, 0.1);
	box-shadow: 5px 5px 24px 0px rgba(2, 45, 98, 0.1);
	border-radius: 5px;
}

.category-box .category-icon i {
	color: #c82638;
	font-size: 80px;
	margin-bottom: 20px;
}

.category-box:hover .category-icon {
	background: #022d62;
}

.category-box:hover .category-icon i {
	color: #ffffff;
}

.category-box:hover .category-icon .category-title {
	color: #ffffff;
}

.category-box ul.category-list li {
	margin-bottom: 20px;
}

.category-box ul.category-list li:last-child {
	margin-bottom: 0;
}

.category-box p {
	font-size: 16px;
	text-align: center;
	color: #000000;
	margin-bottom: 0;
}

/* Category Box Style 02 */
.category-box-style-02 {
	padding: 60px 5px;
	border-radius: 5px;
	-webkit-transform: scale(0.98);
	transform: scale(0.98);
}

.category-box-style-02:hover {
	background: #022d62;
	-webkit-box-shadow: 5px 5px 24px 0px rgba(2, 45, 98, 0.1);
	box-shadow: 5px 5px 24px 0px rgba(2, 45, 98, 0.1);
	-webkit-transform: scale(1);
	transform: scale(1);
}

.category-box-style-02:hover .category-icon {
	background: transparent;
}

.category-box-style-02:hover ul.category-list {
	opacity: 1;
}

.category-box-style-02 .category-icon {
	background: transparent;
	-webkit-box-shadow: none;
	box-shadow: none;
	padding: 0;
}

.category-box-style-02 ul.category-list {
	opacity: 0;
}

.category-box-style-02 ul.category-list li a {
	color: #ffffff;
}

.category-box-style-02 ul.category-list li a:hover {
	color: #c82638;
}

.category-box-style-02.active {
	background: #022d62;
	-webkit-box-shadow: 5px 5px 24px 0px rgba(2, 45, 98, 0.1);
	box-shadow: 5px 5px 24px 0px rgba(2, 45, 98, 0.1);
	-webkit-transform: scale(1);
	transform: scale(1);
}

.category-box-style-02.active .category-icon {
	background: transparent;
}

.category-box-style-02.active .category-icon i {
	color: #ffffff;
}

.category-box-style-02.active .category-icon .category-title {
	color: #ffffff;
}

.category-box-style-02.active ul.category-list {
	opacity: 1;
}

/* category-style-03 */
.category-style-03 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.category-style-03 a.category-item {
	padding: 40px 30px 25px 30px;
}

/* Responsive View */
@media (max-width: 991px) {
	.category-grid-style-01 .category-item {
		width: 25%;
	}

	.category-grid-style-01 .category-item:nth-child(6n + 0) {
		border-right: 1px solid #eeeeee;
	}

	.category-grid-style-01 .category-item:nth-child(4n + 0) {
		border-right: none;
	}

	.category-box-style-02 {
		padding: 20px 5px;
	}

	.category-grid-style-02 ul li {
		width: 33.3333%;
		margin-bottom: 35px;
	}

	.category-grid-style-02 ul li a {
		padding-bottom: 25px;
	}
}

@media (max-width: 767px) {
	.category-grid-style-01 .category-item {
		width: 33.3333%;
	}

	.category-grid-style-01 .category-item:nth-child(4n + 0) {
		border-right: 1px solid #eeeeee;
	}

	.category-grid-style-01 .category-item:nth-child(3n + 0) {
		border-right: none;
	}

	.category-grid-style-01 .show-more-cat {
		margin-top: 40px;
	}

	.category-grid-style-02 ul li {
		width: 50%;
		margin-bottom: 25px;
	}

	.category-grid-style-02 ul li a {
		padding-bottom: 15px;
	}
}

@media (max-width: 575px) {
	.category-grid-style-01 .category-item {
		width: 100%;
	}

	.category-grid-style-01 .category-item:nth-child(3n + 0) {
		border-right: 1px solid #eeeeee;
	}

	.category-grid-style-01 .category-item:nth-child(2n + 0) {
		border-right: none;
	}

	.category-grid-style-02 ul li {
		width: 100%;
		margin-bottom: 15px;
	}
}

/*****************************
  Client
*****************************/
.our-clients {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.our-clients .owl-stage {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 100%;
}

.our-clients .item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 100%;
}

.our-clients .client-title {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 16%;
	flex: 0 0 16%;
}

.our-clients .client-title h5 {
	position: relative;
	z-index: 9;
	margin-bottom: 0;
}

.our-clients .svg-item {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	overflow: hidden;
}

.our-clients .brand-logo {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 64%;
	flex: 0 0 64%;
	overflow: hidden;
	padding-right: 30px;
}

.our-clients .client-btn {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 20%;
	flex: 0 0 20%;
}

/* style 02 */
.our-clients-style-02 {
	border-radius: 5px;
	padding: 40px 0;
}

.our-clients-style-02 .svg-item {
	border-radius: 5px;
	width: 100%;
	height: 100%;
}

.our-clients-style-02 .svg-item:before {
	position: absolute;
	left: -49px;
	width: 200px;
	height: 200px;
	background: #c82638;
	content: "";
	top: -30px;
	border-radius: 100%;
}

.our-clients-style-02 .svg-item:after {
	position: absolute;
	left: 80px;
	width: 70px;
	height: 70px;
	background: #c82638;
	content: "";
	bottom: -40px;
	border-radius: 100%;
}

@media (max-width: 1199px) {
	.our-clients-style-02 {
		display: block;
		padding: 0;
	}

	.our-clients-style-02 .client-title {
		padding-left: 20px;
		padding: 20px;
		background: #c82638;
	}

	.our-clients-style-02 .svg-item {
		display: none;
	}

	.our-clients-style-02 .brand-logo {
		margin: 40px 20px;
	}

	.our-clients-style-02 .client-btn {
		padding-left: 20px;
		padding-bottom: 20px;
	}
}

/*****************************
  Form Control
*****************************/
/* form-control */
.form-control {
	border: 1px solid #eeeeee;
	border-radius: 0px;
	height: 48px;
	padding: 10px 20px;
	-webkit-box-shadow: none;
	box-shadow: none;
	font-size: 14px;
	font-weight: 500;
	background: #f6f6f6;
	color: #022d62;
	border-radius: 5px;
	background-clip: inherit !important;
}

.form-control:focus {
	-webkit-box-shadow: none;
	box-shadow: none;
	border-color: #c82638;
}

.form-control::-moz-placeholder {
	color: #3a4957;
}

.form-control::-ms-input-placeholder {
	color: #3a4957;
}

.form-control::-webkit-input-placeholder {
	color: #3a4957;
}

/* form-dark */
.form-dark .form-control {
	background-color: #022d62;
	color: #ffffff;
}

.form-dark .form-control:focus {
	-webkit-box-shadow: 2px 2px 4px 0px rgba(2, 45, 98, 0.1);
	box-shadow: 2px 2px 4px 0px rgba(2, 45, 98, 0.1);
	border-color: #c82638;
}

.form-white .form-control {
	background-color: #ffffff;
	color: #ffffff;
}

.form-white .form-control:focus {
	border-color: #c82638;
}

.form-dark .form-control::-moz-placeholder {
	color: #ffffff;
}

.form-dark .form-control::-ms-input-placeholder {
	color: #ffffff;
}

.form-dark .form-control::-webkit-input-placeholder {
	color: #ffffff;
}

/* custom-file */
.custom-file {
	height: 50px;
}

.custom-file .custom-file-input {
	height: 50px;
	color: #022d62;
	border-radius: 5px;
	border-color: #eeeeee;
}

.custom-file .custom-file-input:focus {
	-webkit-box-shadow: none;
	box-shadow: none;
	border-color: #c82638;
}

.custom-file .custom-file-label {
	height: 50px;
	font-size: 14px;
	font-weight: 600;
	color: #022d62;
	border-color: #eeeeee;
	padding: 15px 90px 15px 20px;
	border-radius: 5px;
}

.custom-file .custom-file-label:after {
	height: 48px;
	padding: 14px 25px;
}

.custom-file-input:focus~.custom-file-label {
	-webkit-box-shadow: none;
	box-shadow: none;
	border-color: #c82638;
}

/* input-group-prepend */
.input-group-prepend .input-group-text,
.input-group-append .input-group-text {
	background: transparent;
	border-color: #eeeeee;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

/* checkbox */
.custom-control-input:checked~.custom-control-label:before {
	background: #c82638;
	border-color: #c82638;
}

.custom-control-input:not(:disabled):active~.custom-control-label:before {
	background: transparent;
	border-color: transparent;
}

.custom-control-input:focus~.custom-control-label:before {
	-webkit-box-shadow: none;
	box-shadow: none;
}

.custom-control-input:focus:not(:checked)~.custom-control-label:before {
	border-color: #eeeeee;
}

.custom-control-label:before {
	top: 0px;
}

.custom-control-label:after {
	top: 0px;
}

.custom-checkbox .custom-control-label:before {
	border-radius: 5px;
	border: 2px solid #dfdfdf;
}

/* contact form */
.contact-form-style-02 .inp {
	position: relative;
	margin: auto;
	width: 100%;
}

.contact-form-style-02 .inp .label {
	position: absolute;
	top: 16px;
	left: 0;
	font-size: 14px;
	color: rgba(255, 255, 255, 0.5);
	font-weight: 400;
	-webkit-transform-origin: 0 0;
	transform-origin: 0 0;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.contact-form-style-02 .inp .border {
	position: absolute;
	bottom: 0;
	left: 0;
	height: 1px;
	width: 100%;
	background: #c82638 !important;
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transform-origin: 0 0;
	transform-origin: 0 0;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
	border: none !important;
}

.contact-form-style-02 .inp .form-control {
	-webkit-appearance: none;
	width: 100%;
	padding: 0;
	border: 0;
	font-family: inherit;
	font-size: 16px;
	font-weight: 500;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
	background: none;
	border-radius: 0;
	color: #ffffff;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.contact-form-style-02 .inp .form-control:hover {
	background: rgba(2, 45, 98, 0.03);
}

.contact-form-style-02 .inp .form-control:not(:placeholder-shown)+span {
	color: rgba(2, 45, 98, 0.05);
	-webkit-transform: translateY(-16px) scale(0.75);
	transform: translateY(-16px) scale(0.75);
	color: rgba(2, 45, 98, 0.05);
	transform: translateY(-16px) scale(0.75);
	display: none;
}

.contact-form-style-02 .inp .form-control:focus {
	background: none;
	outline: none;
}

.contact-form-style-02 .inp .form-control:focus+span {
	color: #ffffff;
	-webkit-transform: translateY(-16px) scale(0.75);
	transform: translateY(-16px) scale(0.75);
	opacity: 1;
}

.contact-form-style-02 .inp .form-control:focus+span+.border {
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
	border-color: #c82638 !important;
}

/*************************
        Portfolio
*************************/
.portfolio-item {
	position: relative;
	overflow: hidden;
}

.portfolio-item:before {
	position: absolute;
	content: "";
	background: #022d62;
	width: 100%;
	height: 100%;
	opacity: 0.3;
}

.portfolio-item:hover .portfolio-overlay {
	background: #ffffff;
	opacity: 1;
}

.portfolio-item:hover .portfolio-info {
	bottom: 20px;
}

.portfolio-item:hover .portfolio-icon {
	top: 20px;
}

.portfolio-overlay {
	padding: 20px;
	position: absolute;
	bottom: 0;
	width: 100%;
	left: 0;
	opacity: 0;
	height: 100%;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
	color: #ffffff;
}

.portfolio-overlay .portfolio-title {
	color: #c82638;
}

.portfolio-info {
	position: absolute;
	bottom: 0px;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
	width: 100%;
	left: 0px;
	padding-left: 20px;
}

.portfolio-icon {
	position: absolute;
	top: 0px;
	left: 0px;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
	-ms-flex-item-align: center;
	-ms-grid-row-align: center;
	align-self: center;
	padding-left: 20px;
}

.portfolio-icon span {
	color: #000000;
	font-size: 18px;
}

.portfolio-icon i {
	color: #c82638;
	font-size: 20px;
}

/*************************************
         Shuffle
 *************************************/
.my-shuffle-container.columns-1 .grid-item {
	width: 100%;
	padding: 15px;
}

.my-shuffle-container.columns-2 .grid-item {
	width: 50%;
	padding: 15px;
}

.my-shuffle-container.columns-3 .grid-item {
	width: 33.33333333%;
	padding: 15px;
}

.my-shuffle-container.columns-4 .grid-item {
	width: 25%;
	padding: 10px;
}

.my-shuffle-container.columns-5 .grid-item {
	width: 20%;
	padding: 15px;
}

.my-shuffle-container.columns-6 .grid-item {
	width: 16.666666%;
	padding: 0px;
}

.my-shuffle-container .portfolio-item {
	position: relative;
	-webkit-filter: contrast(0.8);
	filter: contrast(0.8);
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.my-shuffle-container .portfolio-item:hover {
	-webkit-filter: contrast(1);
	filter: contrast(1);
}

@media (max-width: 1199px) {
	.my-shuffle-container.columns-6 .grid-item {
		width: 25%;
	}
}

@media (max-width: 991px) {
	.my-shuffle-container.columns-6 .grid-item {
		width: 33%;
	}
}

@media (max-width: 767px) {
	.my-shuffle-container.columns-3 .grid-item {
		width: 50%;
	}

	.my-shuffle-container.columns-4 .grid-item {
		width: 50%;
	}

	.my-shuffle-container.columns-5 .grid-item {
		width: 50%;
	}

	.my-shuffle-container.columns-6 .grid-item {
		width: 50%;
	}
}

@media (max-width: 575px) {
	.my-shuffle-container.columns-2 .grid-item {
		width: 100%;
	}

	.my-shuffle-container.columns-3 .grid-item {
		width: 100%;
	}

	.my-shuffle-container.columns-4 .grid-item {
		width: 100%;
	}

	.my-shuffle-container.columns-5 .grid-item {
		width: 100%;
	}

	.my-shuffle-container.columns-6 .grid-item {
		width: 100%;
	}
}

/*****************************
    Timeline
*****************************/
.cd-horizontal-timeline {
	opacity: 0;
	-webkit-transition: opacity 0.2s;
	transition: opacity 0.2s;
}

.cd-horizontal-timeline ul {
	margin-top: 0;
	margin-bottom: 0rem;
	list-style-type: none;
	padding: 0;
}

.cd-horizontal-timeline a {
	text-decoration: none;
}

.cd-horizontal-timeline::before {
	content: "mobile";
	display: none;
}

.cd-horizontal-timeline .timeline {
	position: relative;
	height: 100px;
	width: 100%;
}

.cd-horizontal-timeline .events-wrapper {
	position: relative;
	height: 100%;
	margin: 0 80px;
	overflow: hidden;
}

.cd-horizontal-timeline .events {
	position: absolute;
	z-index: 1;
	left: 0;
	top: 49px;
	height: 2px;
	background: #dfdfdf;
	-webkit-transition: -webkit-transform 0.4s;
	transition: -webkit-transform 0.4s;
	transition: transform 0.4s;
	transition: transform 0.4s, -webkit-transform 0.4s;
}

.cd-horizontal-timeline .events a {
	position: absolute;
	bottom: 0;
	z-index: 2;
	text-align: center;
	padding-bottom: 15px;
	color: #022d62;
	font-weight: 600;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
}

.cd-horizontal-timeline .events a::after {
	content: "";
	position: absolute;
	left: 50%;
	right: auto;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	bottom: -5px;
	height: 12px;
	width: 12px;
	border-radius: 50%;
	border: 2px solid #dfdfdf;
	background-color: #ffffff;
	-webkit-transition: background-color 0.3s, border-color 0.3s;
	transition: background-color 0.3s, border-color 0.3s;
}

.cd-horizontal-timeline .events a.selected {
	pointer-events: none;
}

.cd-horizontal-timeline .events a.selected::after {
	background-color: #c82638;
	border-color: #c82638;
}

.cd-horizontal-timeline .events a.older-event::after {
	background-color: #c82638;
	border-color: #c82638;
}

.cd-horizontal-timeline .filling-line {
	position: absolute;
	z-index: 1;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background-color: #c82638;
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transform-origin: left center;
	transform-origin: left center;
	-webkit-transition: -webkit-transform 0.3s;
	transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
	transition: transform 0.3s, -webkit-transform 0.3s;
}

.cd-horizontal-timeline.loaded {
	opacity: 1;
}

.no-touch .cd-horizontal-timeline .events a:hover::after {
	background-color: #dfdfdf;
	border-color: #dfdfdf;
}

.events-content .year {
	font-size: 96px;
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
	position: absolute;
	top: 50px;
	right: -30px;
	margin-bottom: 0;
	opacity: 0.1;
	color: #c82638;
}

.cd-timeline-navigation a {
	position: absolute;
	z-index: 1;
	top: 50%;
	bottom: auto;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	height: 50px;
	width: 50px;
	border-radius: 50%;
	background: #f6f6f6;
	border: 2px solid #f6f6f6;
	overflow: hidden;
	color: transparent;
	-webkit-transition: border-color 0.3s;
	transition: border-color 0.3s;
	left: 0;
}

.cd-timeline-navigation a:hover {
	border: 2px solid #c82638;
	color: #ffffff;
	background: #c82638;
}

.cd-timeline-navigation a:hover:before {
	color: #ffffff;
}

.cd-timeline-navigation a.prev::before {
	content: "\f060";
	font-family: "Font Awesome 5 Free";
	color: #022d62;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	font-weight: bold;
}

.cd-timeline-navigation a.next {
	right: 0;
	left: auto;
}

.cd-timeline-navigation a.next::before {
	content: "\f061";
	font-family: "Font Awesome 5 Free";
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	color: #022d62;
	font-weight: bold;
}

.cd-timeline-navigation a.inactive {
	cursor: not-allowed;
}

.cd-timeline-navigation a.inactive::after {
	background-position: 0 -16px;
}

.cd-horizontal-timeline .events-content {
	position: relative;
	width: 100%;
	margin-top: 30px;
	overflow: hidden;
	-webkit-transition: height 0.4s;
	transition: height 0.4s;
	z-index: -9;
}

.cd-horizontal-timeline .events-content li {
	position: absolute;
	z-index: 1;
	width: 100%;
	left: 0;
	top: 0;
	-webkit-transform: translateX(-100%);
	transform: translateX(-100%);
	padding: 0 5%;
	opacity: 0;
	-webkit-animation-duration: 0.4s;
	animation-duration: 0.4s;
	-webkit-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out;
}

.cd-horizontal-timeline .events-content li>* {
	max-width: 700px;
	margin: 0 auto;
}

.cd-horizontal-timeline .events-content li.selected {
	position: relative;
	z-index: 2;
	opacity: 1;
	-webkit-transform: translateX(0);
	transform: translateX(0);
}

.cd-horizontal-timeline .events-content li.enter-right {
	-webkit-animation-name: cd-enter-right;
	animation-name: cd-enter-right;
}

.cd-horizontal-timeline .events-content li.leave-right {
	-webkit-animation-name: cd-enter-right;
	animation-name: cd-enter-right;
	animation-direction: reverse;
}

.cd-horizontal-timeline .events-content li.enter-left {
	-webkit-animation-name: cd-enter-left;
	animation-name: cd-enter-left;
}

.cd-horizontal-timeline .events-content li.leave-left {
	-webkit-animation-name: cd-enter-left;
	animation-name: cd-enter-left;
	animation-direction: reverse;
}

@media only screen and (min-width: 1100px) {
	.cd-horizontal-timeline::before {
		/* never visible - this is used in jQuery to check the current MQ */
		content: "desktop";
	}
}

@media only screen and (max-width: 767px) {
	.cd-horizontal-timeline .events-content {
		margin-top: 0;
	}

	.cd-horizontal-timeline .events-wrapper {
		margin: 0 40px;
	}

	.events-content .year {
		font-size: 66px;
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
		position: relative;
		top: 0;
		right: 0;
	}

	.cd-timeline-navigation a {
		width: 30px;
		height: 30px;
	}
}

@-webkit-keyframes cd-enter-right {
	0% {
		opacity: 0;
		-webkit-transform: translateX(100%);
	}

	100% {
		opacity: 1;
		-webkit-transform: translateX(0%);
	}
}

@keyframes cd-enter-right {
	0% {
		opacity: 0;
		-webkit-transform: translateX(100%);
		transform: translateX(100%);
	}

	100% {
		opacity: 1;
		-webkit-transform: translateX(0%);
		transform: translateX(0%);
	}
}

@-webkit-keyframes cd-enter-left {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-100%);
	}

	100% {
		opacity: 1;
		-webkit-transform: translateX(0%);
	}
}

@keyframes cd-enter-left {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-100%);
		transform: translateX(-100%);
	}

	100% {
		opacity: 1;
		-webkit-transform: translateX(0%);
		transform: translateX(0%);
	}
}

/*****************************
	Progress Bar
*****************************/
.progress {
	position: relative;
	overflow: inherit;
	height: 10px;
	margin: 40px 0px 15px;
	width: 100%;
	display: inline-block;
	border-radius: 5px;
}

.progress .progress-bar {
	height: 10px;
	border-radius: 5px;
}

.progress .progress-bar-title {
	position: absolute;
	left: 0;
	top: -30px;
	color: #022d62;
	font-size: 14px;
	font-weight: 600;
}

.progress .progress-bar-number {
	position: absolute;
	right: 0;
	color: #022d62;
	top: -30px;
	font-weight: 600;
}

/*****************************
  List style
*****************************/
.list {
	margin: 0;
	padding: 0;
}

.list li {
	margin-bottom: 15px;
	color: #000000;
}

.list li:last-child {
	margin-bottom: 0px;
}

.list-number li span {
	background: rgba(200, 38, 56, 0.1);
	color: #c82638;
	border-radius: 50%;
	margin-right: 8px;
	width: 25px;
	height: 25px;
	font-weight: 600;
	text-align: center;
	display: inline-block;
	line-height: 25px;
	font-size: 13px;
}

/*************************
       Header
*************************/
.header {
	background: #ffffff;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
	-webkit-box-shadow: 0 1px 14px rgba(0, 0, 0, 0.05);
	box-shadow: 0 1px 14px rgba(0, 0, 0, 0.05);
}

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

.header-transparent {
	position: absolute;
	background: transparent;
	width: 100%;
	z-index: 9;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.header-transparent .navbar .navbar-brand {
	padding: 30px 0px;
}

.navbar .container-fluid {
	display: flex;
	justify-content: flex-start;
}

.header-transparent .navbar .navbar-nav .nav-link {
	color: #ffffff;
}

.header-transparent .search .search-btn {
	color: #ffffff;
}

.header.header-transparent.sticky-top {
	background: #022d62;
}

/* topbar */
.header .topbar {
	padding: 15px 0;
	border-bottom: 1px solid rgba(2, 45, 98, 0.1);
}

.header .topbar ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 0;
	color: #ffffff;
}

.header .topbar ul li {
	padding: 0 12px;
}

.header .topbar ul li:last-child {
	padding-right: 0;
}

.header .topbar a {
	color: #14141e;
	font-size: 13px;
	font-weight: 600;
}

.header .topbar a:hover {
	color: #c82638;
}

/* navbar */
.navbar {
	padding: 0;
	z-index: 9999;
}

.nav-container {
	display: flex;
	justify-content: flex-start;
}

.nav {
	flex-wrap: nowrap;
}

._btn {
	text-wrap: nowrap !important;
}

.navbar .navbar-nav .nav-item {
	margin-right: 15px;
}

.navbar .navbar-nav .nav-item:last-child {
	margin-right: 0px;
}

.navbar .navbar-nav .nav-item .nav-link {
	font-weight: 600;
	font-size: 16px;
	padding: 10px 16px 10px;
	color: #14141e;
	text-transform: capitalize;
	text-wrap: nowrap;
}

.navbar .navbar-nav .nav-item .nav-link:hover {
	color: #c82638;
}

.navbar .navbar-nav .nav-item.active a.nav-link {
	color: #c82638;
}

.navbar .navbar-nav .nav-item:last-child .nav-link {
	margin-right: 0;
}

.dropdown-menu {
	z-index: 9999;
}

.navbar-collapse {
	position: relative;
	display: flex;
	justify-content: space-between;
}

.navbar-light {
	color: #ffffff;
	background-color: #f6f6f6;
	border-color: #eeeeee;
}

.navbar-light .navbar-nav>li>a {
	color: #ffffff;
}

.navbar-light .navbar-nav>.dropdown>a .caret {
	border-top-color: #ffffff;
	border-bottom-color: #ffffff;
}

.navbar-brand {
	padding: 10px 0px;
	margin-right: 0;
}

.navbar-brand img {
	height: 100%;
	width: 100%;
	object-fit: contain;
}

.navbar .navbar-brand {
	color: #ffffff;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 200px;
	flex: 0 0 200px;
	width: 90px;
	height: 90px;
}

.header .navbar-nav>li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.header .navbar-nav li>a {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 3px 0px;
	color: #050004;
	text-transform: capitalize;
	font-size: 14px;
}

#connect_us li._login a {
	height: 35px;
	padding: 20px;
	min-width: 115px;
	font-size: 14px;
	line-height: 24px;
	text-align: center;
	display: flex;
	justify-content: center;
}

#connect_us li._login a:hover {
	color: #fff;
	border: 1px solid black;
}

.header .navbar-nav li>a:hover {
	color: #c82638;
}

.header .navbar-nav li>a i {
	color: #c82638;
	margin-left: 10px;
	font-size: 12px;
}

.header li>.dropdown-item:focus,
.header li>.dropdown-item:hover {
	color: #c82638;
	background: none;
}

.header .dropdown-item.active,
.header .dropdown-item:active,
.header .dropdown-item:focus,
.header .dropdown-item:hover {
	background: none;
}

.header .dropdown-toggle::after {
	content: none;
}

.header .navbar-collapse {
	-webkit-box-align: inherit;
	-ms-flex-align: inherit;
	align-items: inherit;
}

.header .megamenu .dropdown-item {
	padding: 0px;
}

.header .navbar .dropdown-menu a.dropdown-item {
	min-width: 200px;
	text-transform: unset;
}

.header .navbar .dropdown-menu {
	padding: 20px 30px;
}

.header .navbar .dropdown-menu .col-megamenu .title {
	font-weight: bold;
	font-family: "Montserrat", sans-serif;
}

.header .navbar .dropdown-menu li a i {
	margin-left: 0;
	opacity: 0;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
	color: #c82638;
}

.navbar .dropdown>.dropdown-menu li>a:hover i {
	opacity: 1;
	margin-left: 10px;
}

.navbar .dropdown>.dropdown-menu li.active>a i {
	opacity: 1;
	margin-left: 10px;
}

.navbar .dropdown>.dropdown-menu li>a {
	font-size: 14px;
	padding: 4px 20px 4px 0;
	border-radius: 3px;
	position: relative;
	margin-bottom: 3px;
}

.navbar .dropdown>.dropdown-menu li>a:hover {
	background: rgba(200, 38, 56, 0.1);
	color: #c82638;
	padding-left: 15px;
}

.navbar .dropdown>.dropdown-menu li.active>a {
	background: rgba(200, 38, 56, 0.1);
	color: #c82638;
	padding-left: 15px;
}

.search {
	vertical-align: middle;
	display: table;
	height: 100%;
	float: left;
}

.search .search-btn {
	display: block;
	height: 22px;
	line-height: 22px;
	position: relative;
	text-indent: -9999px;
	width: 14px;
	color: #022d62;
	-webkit-transition: color 300ms ease 0s;
	transition: color 300ms ease 0s;
	-webkit-transition: 0.5s ease-in-out;
	transition: 0.5s ease-in-out;
}

.search .search-btn:before {
	content: "\f002";
	font-family: "Font Awesome 5 Free";
	font-size: 16px;
	font-weight: 900;
	left: 0;
	position: absolute;
	text-indent: 0;
	top: 0;
}

.search.search-open .search-btn:before {
	content: "\f00d";
}

.search-box {
	display: block;
	margin: 0;
	opacity: 0 !important;
	position: absolute;
	right: 0;
	top: 30px;
	-webkit-transition: visibility 300ms ease 0s, opacity 300ms ease 0s;
	transition: visibility 300ms ease 0s, opacity 300ms ease 0s;
	visibility: hidden;
	width: 327px;
	z-index: 888;
	border-radius: 3px;
	-webkit-transform: rotateX(90deg);
	transform: rotateX(90deg);
	-webkit-transform-origin: 0 0;
	transform-origin: 0 0;
	-webkit-transition: all 400ms ease;
	transition: all 400ms ease;
}

.search-box.open {
	visibility: visible;
	opacity: 1;
	-webkit-transform: translateY(10px);
	transform: translateY(10px);
}

.search.search-open .search-box {
	opacity: 1 !important;
	visibility: visible !important;
	-webkit-transform: rotateX(0deg);
	transform: rotateX(0deg);
	-webkit-box-shadow: 5px 5px 24px 0px rgba(2, 45, 98, 0.1);
	box-shadow: 5px 5px 24px 0px rgba(2, 45, 98, 0.1);
}

.search .search-box button {
	background: transparent;
	border: none;
	cursor: pointer;
	font-size: 16px;
	position: absolute;
	right: 20px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: 0.5s ease-in-out;
	transition: 0.5s ease-in-out;
}

.search .search-box .form-control {
	height: 58px;
}

.header.sticky-top {
	position: fixed;
	left: 0;
	right: 0;
	width: 100%;
	background: #ffffff;
	-webkit-box-shadow: 2px 2px 4px 0px rgba(2, 45, 98, 0.1);
	box-shadow: 2px 2px 4px 0px rgba(2, 45, 98, 0.1);
	-webkit-transition: 0.5s ease-in-out;
	transition: 0.5s ease-in-out;
	z-index: 999;
	-webkit-animation: stickySlideDown 0.65s cubic-bezier(0.23, 1, 0.32, 1) both;
	animation: stickySlideDown 0.65s cubic-bezier(0.23, 1, 0.32, 1) both;
}

.header.sticky-top .topbar {
	display: none;
}

.header.sticky-top .navbar-brand {
	padding: 15px 0px;
}

/* Header Style 02 */
.header-style-02 {
	background: #022d62;
}

.header-style-02 .topbar {
	padding: 0;
	border-color: rgba(255, 255, 255, 0.1);
}

.header-style-02.sticky-top .topbar {
	display: block;
}

.header-style-02 .topbar .contact-info {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.header-style-02 .topbar .contact-info ul {
	padding: 0;
	margin: 0;
}

.header-style-02 .topbar .contact-info li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	border-right: 1px solid rgba(255, 255, 255, 0.1);
	padding: 20px 40px;
}

.header-style-02 .topbar .contact-info li:last-child {
	border-right: 0;
	font-size: 12px;
}

.header-style-02 .topbar .contact-info li i {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 30px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding-right: 20px;
}

.header-style-02 .topbar .contact-info li label {
	margin-bottom: 0;
}

.header-style-02 .navbar .navbar-nav .nav-item .nav-link {
	color: #ffffff;
}

.header-style-02 .navbar .navbar-nav .nav-item:first-child .nav-link {
	padding-left: 0;
}

.header-style-02 .search .search-btn {
	color: #ffffff;
}

.header-style-02 .search-box {
	opacity: 1 !important;
	position: inherit;
	visibility: visible;
	-webkit-transform: inherit;
	transform: inherit;
	width: auto;
	border-left: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 0;
}

.header-style-02 .search-box .form-control {
	background: transparent;
	border: transparent;
	color: #ffffff;
	border-radius: 0;
	height: 60px;
	padding: 10px 18px;
}

.header-style-02 .search-box .search-button {
	position: absolute;
	right: 0px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	background: transparent;
	border: transparent;
	color: #ffffff;
}

.header-style-02.sticky-top {
	background: #022d62;
}

.header-style-02.sticky-top .topbar .contact-info {
	display: none !important;
}

.header-style-02.sticky-top .navbar {
	position: absolute;
	right: 10px;
	top: -65px;
}

.header-style-02 .search-box .form-control::-webkit-input-placeholder {
	font-weight: normal;
	color: rgba(255, 255, 255, 0.5);
}

.header-style-02 .search-box .form-control:-ms-input-placeholder {
	font-weight: normal;
	color: rgba(255, 255, 255, 0.5);
}

.header-style-02 .search-box .form-control::-ms-input-placeholder {
	font-weight: normal;
	color: rgba(255, 255, 255, 0.5);
}

.header-style-02 .search-box .form-control::placeholder {
	font-weight: normal;
	color: rgba(255, 255, 255, 0.5);
}

/* Header Style 03 */
.header-style-03 {
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 9;
	background: transparent;
}

.header-style-03.sticky-top {
	background: #022d62;
}

.header-style-03 .topbar {
	background: #ffffff;
}

.header-style-03 .navbar .navbar-nav .nav-link {
	color: #ffffff;
}

.header-style-03 .search {
	position: relative;
}

.header-style-03 .search-box {
	right: 0;
	margin-top: 10px;
}

.header-style-03 .search .search-btn {
	color: #ffffff;
}

.header-style-03+.banner {
	margin-top: 60px;
}

/* Header Transparent */
.header-transparent .search {
	position: relative;
}

.header-transparent .search-box {
	right: 0;
	margin-top: 10px;
}

.header-transparent .search .search-btn {
	color: #ffffff;
}

.megamenu {
	padding: 20px 20px;
	width: 600px;
}

.megamenu>div>li>ul {
	padding: 0;
	margin: 0;
}

.megamenu>div>li>ul>li {
	list-style: none;
}

.megamenu .card {
	outline: none;
}

.megamenu .card:hover,
.megamenu .card:focus {
	outline: 1px solid #000000;
}

.megamenu>div>li>ul>li>a {
	display: block;
	padding: 3px 20px;
	clear: both;
	font-weight: normal;
	line-height: 1.428571429;
	color: #022d62;
	white-space: normal;
}

.megamenu>div>li>ul>li>a:hover,
.megamenu>div>li>ul>li>a:focus {
	text-decoration: none;
	color: #022d62;
	background-color: #f6f6f6;
}

.megamenu.disabled>a,
.megamenu.disabled>a:hover,
.megamenu.disabled>a:focus {
	color: #f6f6f6;
}

.megamenu.disabled>a:hover,
.megamenu.disabled>a:focus {
	text-decoration: none;
	background-color: transparent;
	background-image: none;
	cursor: not-allowed;
}

.megamenu.dropdown-header {
	color: #c82638;
	font-size: 18px;
}

@media (min-width: 992px) {
	.search .search-btn:before {
		top: 50%;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
	}
}

.header .form-control {
	background: #ffffff;
	border: 1px solid #ffffff;
}

.form-check {
	padding-left: 15px;
}

.form-check-input {
	margin-left: 0;
}

.form-check-label {
	padding-left: 25px;
}

/* Contact Number */
.contact-number a {
	font-size: 16px;
}

.contact-number i {
	font-size: 20px;
	vertical-align: middle;
}

/* New Arrow */
.navbar .navbar-nav .nav-item .nav-link {
	position: relative;
}

.navbar .navbar-nav .dropdown.nav-item .nav-link:before,
.navbar .navbar-nav .dropdown.nav-item .nav-link:after {
	content: "";
	top: 20px;
	position: absolute;
	width: 8px;
	height: 2px;
	background-color: #14141e;
	display: inline-block;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
	border-radius: 3px;
}

.navbar .navbar-nav .dropdown.nav-item:hover .nav-link:before,
.navbar .navbar-nav .dropdown.nav-item:hover .nav-link:after,
.navbar .navbar-nav .dropdown.nav-item.active .nav-link:before,
.navbar .navbar-nav .dropdown.nav-item.active .nav-link:after {
	background-color: #c82638;
}

.navbar .navbar-nav .dropdown.nav-item .nav-link:after {
	right: -5px;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.navbar .navbar-nav .dropdown.nav-item .nav-link:before {
	right: 0;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.navbar .navbar-nav .dropdown.nav-item:hover .nav-link:after {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.navbar .navbar-nav .dropdown.nav-item:hover .nav-link:before {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

/* Header search */
.center-position {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	border-radius: 8px;
}

.header-search-inner {
	width: 18px;
	height: 18px;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	cursor: pointer;
	position: relative;
}

.header-search-inner::before {
	content: "";
	position: absolute;
	top: 7px;
	right: -2px;
	width: 0;
	height: 3px;
	margin-top: -2px;
	background-color: #022d62;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-webkit-transform-origin: right top;
	transform-origin: right top;
	border-radius: 5px;
}

.header-search-inner::after {
	content: "";
	position: absolute;
	bottom: 0px;
	right: 2px;
	width: 9px;
	height: 3px;
	margin-top: -2px;
	background-color: #022d62;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transform-origin: right bottom;
	transform-origin: right bottom;
	border-radius: 5px;
}

.header-search-icon {
	position: absolute;
	display: block;
	top: 0px;
	left: 0px;
	width: 14px;
	height: 14px;
	border-radius: 50%;
	border-width: 3px;
	border-style: solid;
	border-color: #022d62;
}

.header-search-inner:hover::before,
.header-search-inner:hover::after {
	width: 15px;
}

.header-search-inner:hover::before {
	top: 7px;
	right: 2px;
}

.header-search-inner:hover .header-search-icon {
	width: 0;
	height: 0;
	border-color: transparent;
}

.header-search-inner::before,
.header-search-inner::after,
.header-search-inner .header-search-icon {
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.header-inner {
	z-index: 99;
}

.header-inner .header-inner-nav.page-menu-top {
	position: fixed;
	width: 100%;
	background: #022d62;
	-webkit-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
	box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
	top: 70px;
	-webkit-animation: stickySlideDown 0.85s cubic-bezier(0.23, 1, 0.32, 1) both;
	animation: stickySlideDown 0.85s cubic-bezier(0.23, 1, 0.32, 1) both;
	padding: 5px 0;
}

.header-inner .header-inner-nav.page-menu-top .nav li a {
	color: #ffffff;
	padding: 10px 40px;
}

/*************************
       Responsive
*************************/
@media (min-width: 992px) {
	.header .navbar .dropdown-menu {
		margin: 0px;
		font-size: 14px;
		border-radius: 0px;
		border: none;
		left: 100%;
		-webkit-transform: translate3d(-50%, 10px, 0);
		transform: translate3d(-50%, 10px, 0);
		-webkit-transition: all 0.3s ease-in-out;
		transition: all 0.3s ease-in-out;
		-webkit-transition-property: opacity, visibility, -webkit-transform;
		transition-property: opacity, visibility, -webkit-transform;
		transition-property: opacity, visibility, transform;
		transition-property: opacity, visibility, transform, -webkit-transform;
		-webkit-transform-origin: top center;
		transform-origin: top center;
		-webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
		box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
		visibility: hidden;
		opacity: 0;
		display: block !important;
		border-radius: 3px;
	}

	.navbar-nav .dropdown-menu.dropdown-menu-lg {
		min-width: 540px;
	}

	.navbar-nav .mega-menu {
		position: static;
	}

	.header .navbar .dropdown:hover>.dropdown-menu {
		-webkit-transform: translate3d(-50%, 0, 0);
		transform: translate3d(-50%, 0, 0);
		visibility: visible;
		opacity: 1;
	}

	.header .navbar .dropdown-menu .dropdown-submenu .dropdown-menu {
		left: 100%;
		right: auto;
		-webkit-transform: translate3d(15px, 10px, 0);
		transform: translate3d(15px, 10px, 0);
	}

	.header .navbar .dropdown-menu .dropdown-submenu .dropdown-menu.left-side {
		right: 100%;
		left: auto;
		-webkit-transform: translate3d(-15px, 10px, 0);
		transform: translate3d(-15px, 10px, 0);
	}

	.navbar-nav li:hover>ul.dropdown-menu {
		visibility: visible;
		opacity: 1;
	}

	.header-transparent .navbar-collapse,
	.header-style-03 .navbar-collapse {
		position: static;
	}

	.header.default .container,
	.header.default .container-fluid {
		position: relative;
	}

	.header.default .navbar-collapse {
		position: static;
	}

	.header.default .container-fluid .navbar-collapse {
		position: relative;
	}

	.header-style-02 .navbar .dropdown:hover>.dropdown-menu.megamenu {
		-webkit-transform: translate3d(-50%, -7px, 0);
		transform: translate3d(-50%, -7px, 0);
	}

	.header-style-03 .navbar .dropdown:hover>.dropdown-menu.megamenu {
		-webkit-transform: translate3d(-50%, -7px, 0);
		transform: translate3d(-50%, -7px, 0);
	}

	.header-transparent .navbar .dropdown:hover>.dropdown-menu.megamenu {
		-webkit-transform: translate3d(-50%, -26px, 0);
		transform: translate3d(-50%, -26px, 0);
	}

	.header.default .navbar .container .dropdown:hover>.dropdown-menu.megamenu {
		-webkit-transform: translate3d(-50%, -16px, 0);
		transform: translate3d(-50%, -16px, 0);
	}

	.header.default .container .dropdown:hover>.dropdown-menu.megamenu {
		-webkit-transform: translate3d(-50%, -16px, 0);
		transform: translate3d(-50%, -16px, 0);
	}
}

@media (max-width: 1366px) {
	.navbar .navbar-nav .nav-link {
		padding: 10px 15px;
	}
}

@media (max-width: 1199px) {
	.header .container-fluid {
		padding: 0 15px;
	}

	.navbar .navbar-brand {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 150px;
		flex: 0 0 150px;
	}

	.navbar .navbar-nav .nav-link {
		font-size: 16px;
		padding: 10px 14px;
	}

	.search-box {
		right: 15px;
	}

	.contact-number a {
		font-size: 14px;
	}
}

@media (max-width: 991px) {
	.navbar .navbar-nav .nav-link {
		font-size: 14px;
		padding: 10px 15px 10px 10px;
	}

	.navbar .navbar-nav .nav-link {
		margin-right: 10px;
	}
}

@media (max-width: 767px) {
	.header .navbar .dropdown-menu {
		width: 100%;
	}

	.header.default .container {
		max-width: 100%;
	}

	.navbar-toggler {
		position: absolute;
		right: 15px;
		top: 50%;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
		color: #022d62;
		border-color: #022d62;
	}

	.header-style-02.sticky-top .navbar {
		position: relative;
		right: 0;
		top: 0px;
	}

	.header-style-03 .navbar-toggler {
		right: 0;
	}

	.header-style-03.sticky-top .navbar-toggler {
		color: #ffffff;
		border-color: #ffffff;
	}

	.header-style-03.sticky-top .navbar-toggler i {
		color: #ffffff;
	}

	.navbar-collapse {
		position: absolute;
		z-index: 999;
		background: #ffffff;
		width: 100%;
		left: 0;
		top: 80px;
		padding: 10px;
		-webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
		box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
	}

	.header .navbar-nav>li {
		display: block;
	}

	.navbar .navbar-nav .nav-item:last-child .nav-link {
		margin-right: 16px;
	}

	.navbar .navbar-nav .nav-item .nav-link {
		display: block;
		width: 100%;
	}

	.header-style-02 .navbar-toggler {
		position: absolute;
		right: 0;
		top: -40px;
		border-color: #ffffff;
		color: #ffffff;
	}

	.header-style-02.sticky-top .navbar-toggler {
		top: -35px;
	}

	.header-style-02 .navbar-collapse {
		top: 0;
	}

	.header-style-02 .navbar .navbar-nav .nav-item .nav-link {
		color: #022d62;
	}

	.header-style-02 .navbar .navbar-nav .nav-item:first-child .nav-link {
		padding-left: 10px;
	}

	.header .navbar .dropdown-menu {
		max-height: 200px;
		overflow: scroll;
		margin-bottom: 15px;
	}

	.header-style-03 {
		position: relative;
		background: #022d62;
	}

	.header-style-03 .navbar-toggler {
		border-color: #ffffff;
		color: #ffffff;
	}

	.header-style-03 .search .search-btn {
		color: #ffffff;
	}

	.header-style-03 .navbar-brand {
		padding: 10px 0px;
	}

	.header-style-03 .navbar .navbar-nav .nav-link {
		color: #022d62;
	}

	.header-style-03+.banner {
		margin-top: 0;
	}

	.header-inner .header-inner-nav.page-menu-top .nav li a {
		padding: 10px 20px;
	}

	.header-style-03 .navbar-collapse {
		position: absolute;
		top: 60px;
		z-index: 999;
		background: #ffffff;
		width: 100%;
		max-height: 400px;
		overflow: auto;
		left: 0;
		margin-left: 0px;
		-webkit-box-shadow: 2px 2px 4px 0px rgba(2, 45, 98, 0.1);
		box-shadow: 2px 2px 4px 0px rgba(2, 45, 98, 0.1);
	}

	.sticky-top .navbar-collapse {
		top: 100%;
	}

	.header-style-02.sticky-top .navbar-collapse {
		top: 0;
	}

	.header-transparent {
		position: relative;
		background: #022d62;
	}

	.header-transparent .navbar-toggler {
		border-color: #ffffff;
		color: #ffffff;
	}

	.header-transparent .search .search-btn {
		color: #ffffff;
	}

	.header-transparent .navbar .navbar-brand {
		padding: 14px 0px;
	}

	.navbar-expand-lg>.container,
	.navbar-expand-lg>.container-fluid {
		padding-left: 15px;
		padding-right: 15px;
	}

	.header-transparent .navbar .navbar-nav .nav-link {
		color: #022d62;
	}

	.navbar .navbar-nav .dropdown.nav-item .nav-link:after {
		right: 20px;
	}

	.navbar .navbar-nav .dropdown.nav-item .nav-link:before {
		right: 15px;
	}

	.navbar .navbar-nav .dropdown.nav-item .nav-link:after {
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}

	.navbar .navbar-nav .dropdown.nav-item .nav-link:before {
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}

	.navbar .navbar-nav .dropdown.nav-item:hover .nav-link:after {
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}

	.navbar .navbar-nav .dropdown.nav-item:hover .nav-link:before {
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}

	header .nav-title {
		margin-bottom: 2px !important;
		margin-top: 10px;
	}

	.navbar .dropdown>.dropdown-menu li>a {
		padding: 6px 20px 6px 0;
	}

	.dropdown-menu.megamenu ul {
		margin-bottom: 11px;
	}

	.navbar-brand img {
		height: auto;
		max-height: 45px;
	}
}

#connect_us {
	display: none;
}

#connect_us_pc {
	display: block !important;
}

@media screen and (max-width: 767px) {
	.navbar .navbar-brand {
		padding: 10px 0;
	}

	.nav.navbar-nav {
		width: 100%;
	}

	.navbar .navbar-nav .nav-item {
		width: calc(100% - 15px);
	}

	#connect_us {
		display: block;
	}

	.navbar-collapse {
		top: 100%;
	}

	.navbar-toggler {
		right: 15px;
	}

	.header.default .container .navbar-toggler {
		right: 15px;
	}
}

@media screen and (max-width: 1280px) {
	.navbar-nav {
		flex-wrap: nowrap;
		align-items: center;
		overflow-x: scroll;
		overflow-y: hidden;
		width: 90%;
	}
}

@media screen and (max-width: 1200px) {
	.navbar-nav {
		width: 100%;
		justify-content: center;
		align-items: center;
		overflow-x: hidden;
	}

	#connect_us_pc {
		position: absolute;
		top: 45px;
		transform: translateY(-50%);
		right: 20px;
		justify-content: flex-end;
	}

	.nav-container {
		display: flex;
		justify-content: flex-start !important;
		position: relative;
		width: 100%;
	}

	.header .navbar-nav>li {
		align-items: center;
	}

	.navbar .navbar-nav .nav-item {
		display: flex;
		flex-direction: column;
	}

	.header .navbar .dropdown-menu.megamenu,
	.header .navbar .dropdown-menu {
		display: none !important;
	}

	.header .navbar .dropdown-menu.megamenu.show,
	.header .navbar .dropdown-menu.show {
		display: block !important;
		position: relative;
		left: 100%;
	}

	.header .navbar .dropdown-menu {
		left: 100%;
		padding: 0 20px;
	}

	.header .navbar .dropdown-menu a.dropdown-item {
		font-weight: 500;
	}

	.header .navbar .dropdown-menu {
		box-shadow: none;
	}

	.header .navbar .dropdown-menu .col-megamenu .title {
		margin-bottom: 5px;
	}

	.list-unstyled {
		padding-left: 20px;
	}

	.header .navbar .dropdown-menu.megamenu.show .row,
	.header .navbar .dropdown-menu.show .row {
		gap: 10px;
		flex-direction: column;
	}
}

@media screen and (max-width: 992px) {

	.header .navbar .dropdown-menu.megamenu.show,
	.header .navbar .dropdown-menu.show {
		left: 50%;
		border: 1px solid transparent;
	}
}

@media screen and (max-width: 768px) {

	.header .navbar .dropdown-menu.megamenu.show,
	.header .navbar .dropdown-menu.show {
		left: 0;
		border: 1px solid transparent;
	}

	#connect_us_pc {
		display: none !important;
	}
}

/* sticky header */
@-webkit-keyframes stickySlideDown {
	0% {
		opacity: 0.7;
		-webkit-transform: translateY(-100%);
		transform: translateY(-100%);
	}

	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}

@keyframes stickySlideDown {
	0% {
		opacity: 0.7;
		-webkit-transform: translateY(-100%);
		transform: translateY(-100%);
	}

	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}

/*****************************
  banner
*****************************/


.banner {
	height: 100%;
	overflow: hidden;
	/* transform: translateY(-90px); */
}

.banner h2,
.banner h4,
.banner h6 {
	transition: all .8s cubic-bezier(0.215, 0.61, 0.355, 1) 1.1s;
	/* transform: translate3d(-20%, 0, 0);
	opacity: 0; */
}

.banner.aos-animate h2,
.banner.aos-animate h4,
.banner.aos-animate h6 {
	transform: translate3d(0, 0, 0);
	opacity: 1;
}

.scrollBody {
	position: relative;
	z-index: -1 !important;
}

.scroll-down {
	color: #ffffff;
	width: auto;
	height: auto;
	line-height: 50px;
	font-size: 16px;
	display: inline-block;
	/* border-radius: 50%; */
}

.scroll-down:hover {
	color: #ffffff;
}

.scroll-down:focus {
	color: #ffffff;
}

.hidden {
	display: none;
}

.scroll-down {
	position: fixed;
	bottom: 40px;
	right: 38%;
	display: inline-block;
	font-size: 16px;
	color: #ffffff;
	/* transform: rotate(180deg); */
	text-align: center;
	/* width: 40px;
	height: 40px; */
	line-height: 40px;
	overflow: hidden;
	cursor: pointer;
	-webkit-transition: width 0.5s ease-in-out, margin 0.5s ease-in-out,
		border-radius 0.25s ease-in-out, color 0.25s ease-in-out;
	transition: width 0.5s ease-in-out, margin 0.5s ease-in-out,
		border-radius 0.25s ease-in-out, color 0.25s ease-in-out;
	z-index: 9;
}

.scroll-down:hover,
.scroll-down.auto {
	color: rgba(255, 255, 255, 0);
	-webkit-transition: width 0.5s ease-in-out, margin 0.5s ease-in-out,
		border-radius 1s 0.25 ease-in-out, color 0.25s ease-in-out 0.25s;
	transition: width 0.5s ease-in-out, margin 0.5s ease-in-out,
		border-radius 1s 0.25 ease-in-out, color 0.25s ease-in-out 0.25s;
}

.scroll-down:before,
.scroll-down.auto:before {
	-webkit-animation: lineUp 1s cubic-bezier(0, 0.6, 1, 0.4) infinite 0.5s;
	animation: lineUp 1s cubic-bezier(0, 0.6, 1, 0.4) infinite 0.5s;
}

.scroll-down:after,
.scroll-down.auto:after {
	-webkit-animation: tipUp 1s cubic-bezier(0, 0.6, 1, 0.4) infinite 0.5s;
	animation: tipUp 1s cubic-bezier(0, 0.6, 1, 0.4) infinite 0.5s;
}

.scroll-down:before {
	position: absolute;
	display: inline-block;
	/* content: ""; */
	background: #ffffff;
	width: 3px;
	height: 20px;
	top: 50%;
	left: 50%;
	margin-top: -8px;
	margin-left: -2px;
	-webkit-transform: translateY(50px);
	transform: translateY(50px);
}

.scroll-down:after {
	position: absolute;
	display: inline-block;
	/* content: ""; */
	width: 15px;
	height: 15px;
	color: #ffffff;
	border-top: 3px solid;
	border-left: 3px solid;
	-webkit-transform: rotateZ(45deg);
	transform: rotateZ(45deg);
	top: 50%;
	left: 50%;
	margin-top: -9px;
	margin-left: -8px;
	-webkit-transform: translateY(50px) rotateZ(45deg);
	transform: translateY(50px) rotateZ(45deg);
}

@-webkit-keyframes tipUp {
	0% {
		-webkit-transform: translateY(50px) rotateZ(45deg);
		transform: translateY(50px) rotateZ(45deg);
	}

	100% {
		-webkit-transform: translateY(-70px) rotateZ(45deg);
		transform: translateY(-70px) rotateZ(45deg);
	}
}

@keyframes tipUp {
	0% {
		-webkit-transform: translateY(50px) rotateZ(45deg);
		transform: translateY(50px) rotateZ(45deg);
	}

	100% {
		-webkit-transform: translateY(-70px) rotateZ(45deg);
		transform: translateY(-70px) rotateZ(45deg);
	}
}

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

	100% {
		-webkit-transform: translateY(-70px);
		transform: translateY(-70px);
	}
}

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

	100% {
		-webkit-transform: translateY(-70px);
		transform: translateY(-70px);
	}
}

/* .arrow {
	width: 0;
	height: 40px;
	border: 1px solid #fff;
	animation: scroll 1.5s infinite;
	-webkit-animation: scroll 1.5s infinite;

	&::after {
		content: '';
		display: block;
		position: absolute;
		top: 100%;
		left: -5px;
		width: 1px;
		height: 10px;

		border-top: 10px solid #fff;
		border-left: 5px solid transparent;
		border-right: 5px solid transparent;
	}
} */

@keyframes scroll {
	0% {
		height: 40px;
	}

	30% {
		height: 70px;
	}

	60% {
		height: 40px;
	}
}

@-webkit-keyframes scroll {
	0% {
		height: 40px;
	}

	30% {
		height: 70px;
	}

	60% {
		height: 40px;
	}
}

.swiper-slide-next,
.swiper-slide-prev {
	scale: 1 !important;
}

.spinner {
	border: 8px solid #f3f3f3;
	border-top: 8px solid #3498db;
	border-radius: 50%;
	width: 50px;
	height: 50px;
	animation: spin 1s linear infinite;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

@keyframes spin {
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(360deg);
	}
}

#loader {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #0000008f;
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 99999999999999;
	backdrop-filter: blur(20px);
}



.banner #slider1 {
	background-image: url('../images/yoga-lineup.jpg');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	height: 100% !important;
	width: 100% !important;
}

.banner #slider2 {
	background-image: url('../images/banner-1.jpg');
	background-size: cover;
	background-repeat: no-repeat;
	height: 100% !important;
	width: 100% !important;
}

.banner #slider3 {
	background-image: url('../images/personal-trainer.jpg');
	background-size: cover;
	background-repeat: no-repeat;
	height: 100% !important;
	width: 100% !important;
}

.banner #slider4 {
	background-image: url('../images/yoga-lineup.jpg');
	background-size: cover;
	background-repeat: no-repeat;
	height: 100% !important;
	width: 100% !important;
}

.banner .swiper-wrapper {
	height: 100vh;
}

.banner h1,
.banner h2 {
	color: #ffffff;
	line-height: 60px;
	font-size: 28px;
	margin-bottom: 20px;
	text-transform: capitalize;
}

@media screen and (min-width: 640px) {

	.banner h1,
	.banner h2 {
		font-size: 40px;
	}
}

.banner h6 {
	color: #ffffff;
	margin-bottom: 30px;
}

.swiper-button-prev,
.swiper-button-next {
	background-image: none;
	opacity: 0.5;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.swiper-slide-active {
	scale: 1;
}

.swiper-slide-next,
.swiper-slide-prev {
	scale: 0.8;
}

.swiper-button-prev {
	left: 10%;
}

.swiper-button-next {
	right: 10%;
}

.swiper-button-prev:hover,
.swiper-button-next:hover {
	opacity: 1;
}

.banner ul {
	padding: 0;
	margin: 30px 0 50px;
	list-style-type: none;
	text-align: center;
}

.banner ul li {
	display: inline-block;
}

.banner ul li a {
	color: #ffffff;
	font-size: 18px;
	font-weight: 600;
	border-right: 2px solid #ffffff;
	padding: 0 15px;
}

.banner ul li a:hover {
	color: #c82638;
}

.banner ul li:last-child a {
	border-right: 0;
}

/* banner 02 */
.slider-02 .font-large {
	font-size: 86px;
	line-height: 100px;
}

.text-stroke-white {
	color: transparent !important;
	-webkit-text-stroke-width: 1px;
	-webkit-text-stroke-color: #ffffff;
	display: block;
}

.text-stroke-primary {
	color: transparent !important;
	-webkit-text-stroke-width: 1px;
	-webkit-text-stroke-color: #c82638;
	display: block;
}

.text-stroke-dark {
	color: transparent !important;
	-webkit-text-stroke-width: 1px;
	-webkit-text-stroke-color: #022d62;
	display: block;
}

/* banner 03 */
.banner-logo {
	padding: 10px 20px;
	background: #c82638;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 240px;
	flex: 0 0 240px;
	border-radius: 7px;
	color: #ffffff;
	font-size: 70px;
	line-height: 60px;
	position: relative;
	-ms-flex-item-align: center;
	-ms-grid-row-align: center;
	align-self: center;
	margin-left: 20px;
	text-align: center;
	display: inline-block;
}

.banner-logo:before {
	position: absolute;
	content: "";
	width: 30px;
	height: 21px;
	left: -30px;
	border-top: 20px solid rgba(200, 38, 56, 0);
	border-right: 20px solid #c82638;
	top: 15px;
}

.banner .swiper-button-big .icon-btn {
	font-size: 100px;
	background: transparent;
	font-weight: 500;
}

/** Banner Caption**/
.swiper-button-prev {
	display: none;
}

.swiper-container .swiper-button-prev,
.swiper-container .swiper-button-next {
	display: none;
}

._bannerCaption-2 {
	height: 550px;
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	padding: 30px 0 45px;
	position: relative;
	z-index: 1;
	background-color: rgba(0, 0, 0, 0.2);
}

._bannerCaption-2:before {
	position: absolute;
	content: "";
	height: 100%;
	width: 100%;
	background-color: rgba(0, 0, 0, 0.3);
	bottom: 0;
	left: 0;
	/* -webkit-clip-path: polygon(0 0, 0 0, 100% 100%, 0% 100%);
	clip-path: polygon(0 0, 0 0, 100% 100%, 0% 100%); */
	z-index: -1;
}

@media screen and (min-widhth: 990px) {
	.banner ._bannerCaption-2 h2 {
		position: relative;
		left: -2rem;
	}
}

.banner ._bannerCaption-2 h6 {
	color: #ffffff;
	margin-bottom: 32px;
	font-size: 16px;
	line-height: 33px;
}

.banner_btn {
	display: flex;
	gap: 10px;
}

@media screen and (max-width: 768px) {
	.banner ._bannerCaption-2 h6 {
		font-size: 14px;
		line-height: 1.5;
		text-align: justify;
		margin-top: 20px;
		margin-bottom: 20px;
	}

	.navbar .navbar-brand {
		flex: 0 0 90px;
	}

	#connect_us ul {
		flex-direction: column;
		margin-top: 20px;
		gap: 10px;
	}
}

._speciality {
	position: absolute;
	top: 0;
	background-color: #14141e;
	width: 400px;
	max-width: 100%;
	right: 0;
	padding: 30px 30px 30px 160px;
	-webkit-clip-path: polygon(20% 0%, 100% 0%, 100% 100%, 0% 100%);
	clip-path: polygon(20% 0%, 100% 0%, 100% 100%, 0% 100%);
	height: 100%;
}

._speciality ul li {
	display: block;
	padding: 0 0 10px 0;
	color: #fff;
	text-align: left;
}

/* Banner 2 */
._bannen-2 .swiper-slide-2 {
	height: calc(100vh - 70px);
}

.banner ._bannerList {
	padding: 0;
	margin: 0;
	text-align: left;
}

.banner ._bannerList li {
	display: inline-block;
	color: #ffff;
	position: relative;
	padding-left: 15px;
	padding-bottom: 10px;
	padding-right: 10px;
}

.banner ._bannerList li:before {
	position: absolute;
	content: "";
	height: 8px;
	width: 8px;
	background-color: #fff;
	border-radius: 50%;
	left: 0;
	top: 7px;
}

.banner ._bannerList:not(:last-child) {
	padding-right: 15px;
	margin-bottom: 30px;
}

.swiper-button-prev {
	display: none;
}

.swiper-button-next:focus {
	outline: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

/*************************
       Responsive
*************************/
@media (max-width: 991px) {
	.banner h1 {
		font-size: 45px;
		line-height: 55px;
		margin-bottom: 10px;
	}

	.slider-02 .font-large {
		font-size: 66px;
		line-height: 76px;
	}

	.swiper-button-prev {
		left: 5%;
	}

	.swiper-button-next {
		right: 5%;
	}
}

@media (max-width: 480px) {
	.btn {
		margin-bottom: 8px;
	}

	.support_test .swiper-slide .slide-container {
		max-width: 90%;
		padding: 20px 20px;
		display: flex;
		flex-direction: column;
	}
}

@media (max-width: 767px) {
	.banner h1 {
		font-size: 42px;
		line-height: 52px;
		margin-bottom: 10px;
	}

	.slider-02 .font-large {
		font-size: 52px;
		line-height: 60px;
	}

	.banner-logo {
		width: auto;
		font-size: 50px;
		line-height: 50px;
	}
}

@media (max-width: 639px) {
	h6 {
		font-size: 16px;
	}

	.banner h1 {
		font-size: 25px;
		line-height: 32px;
		margin-bottom: 5px;
	}
}

/*****************************
  Layout
*****************************/
/*****************************
   Section Title
*****************************/
.section-title {
	margin-bottom: 50px;
}

.section-title p {
	font-size: 18px;
	font-weight: 500;
	margin-bottom: 0;
	line-height: 1.5;
	color: #000000;
	font-family: "Montserrat", sans-serif;
}

/* Top Half Background */
.bg-dark-half-lg,
.bg-dark-half-md,
.bg-dark-half-sm {
	position: relative;
}

.bg-dark-half-lg:before,
.bg-dark-half-md:before,
.bg-dark-half-sm:before {
	content: "";
	background: #022d62;
	width: 100%;
	display: inline-block;
	position: absolute;
	top: 0;
	left: 0;
}

.bg-light-half-lg,
.bg-light-half-md,
.bg-light-half-sm {
	position: relative;
}

.bg-light-half-lg:before,
.bg-light-half-md:before,
.bg-light-half-sm:before {
	content: "";
	background: #f6f6f6;
	width: 100%;
	display: inline-block;
	position: absolute;
	top: 0;
	left: 0;
}

.bg-dark-half-lg:before,
.bg-light-half-lg:before {
	height: 470px;
}

.bg-dark-half-md:before,
.bg-light-half-md:before {
	height: 370px;
}

.bg-dark-half-sm:before,
.bg-light-half-sm:before {
	height: 250px;
}

/* Background Border Top */
.background-border-top {
	background: #c82638;
	height: 5px;
	width: 100%;
	border-radius: 5px;
}

/* Footer Address */
.contact-address .contact-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 25px;
}

.contact-address .contact-item:last-child {
	margin-bottom: 0;
}

.contact-address .contact-item label {
	min-width: 100px;
	color: #022d62;
	font-style: italic;
	margin-bottom: 0;
	text-align: right;
	padding-right: 20px;
	font-weight: 500;
}

.contact-address .contact-item p {
	margin-bottom: 0;
}

.contact-address-02 .contact-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.contact-address-02 .contact-item:last-child {
	margin-bottom: 0;
}

.contact-address-02 .contact-item label {
	min-width: 70px;
	color: #022d62;
	margin-bottom: 0;
	padding-right: 20px;
	font-weight: 600;
}

.contact-address-02 .contact-item p {
	margin-bottom: 0;
}

/* Sticky column */
.is-sticky {
	position: -webkit-sticky;
	position: sticky;
	top: 130px;
}

/* Back To Top */
.back-to-top {
	position: fixed;
	bottom: 130px;
	right: 30px;
	display: inline-block;
	font-size: 16px;
	color: #ffffff;
	text-align: center;
	width: 40px;
	height: 40px;
	line-height: 40px;
	overflow: hidden;
	cursor: pointer;
	-webkit-transition: width 0.5s ease-in-out, margin 0.5s ease-in-out,
		border-radius 0.25s ease-in-out, color 0.25s ease-in-out;
	transition: width 0.5s ease-in-out, margin 0.5s ease-in-out,
		border-radius 0.25s ease-in-out, color 0.25s ease-in-out;
	z-index: 30;
}

.back-to-top:hover,
.back-to-top.auto {
	color: rgba(255, 255, 255, 0);
	-webkit-transition: width 0.5s ease-in-out, margin 0.5s ease-in-out,
		border-radius 1s 0.25 ease-in-out, color 0.25s ease-in-out 0.25s;
	transition: width 0.5s ease-in-out, margin 0.5s ease-in-out,
		border-radius 1s 0.25 ease-in-out, color 0.25s ease-in-out 0.25s;
}

.back-to-top:hover:before,
.back-to-top.auto:before {
	-webkit-animation: lineUp 1s cubic-bezier(0, 0.6, 1, 0.4) infinite 0.5s;
	animation: lineUp 1s cubic-bezier(0, 0.6, 1, 0.4) infinite 0.5s;
}

.back-to-top:hover:after,
.back-to-top.auto:after {
	-webkit-animation: tipUp 1s cubic-bezier(0, 0.6, 1, 0.4) infinite 0.5s;
	animation: tipUp 1s cubic-bezier(0, 0.6, 1, 0.4) infinite 0.5s;
}

.back-to-top:before {
	position: absolute;
	display: inline-block;
	content: "";
	background: #ffffff;
	width: 3px;
	height: 20px;
	top: 50%;
	left: 50%;
	margin-top: -8px;
	margin-left: -2px;
	-webkit-transform: translateY(50px);
	transform: translateY(50px);
}

.back-to-top:after {
	position: absolute;
	display: inline-block;
	content: "";
	width: 15px;
	height: 15px;
	color: #ffffff;
	border-top: 3px solid;
	border-left: 3px solid;
	-webkit-transform: rotateZ(45deg);
	transform: rotateZ(45deg);
	top: 50%;
	left: 50%;
	margin-top: -9px;
	margin-left: -8px;
	-webkit-transform: translateY(50px) rotateZ(45deg);
	transform: translateY(50px) rotateZ(45deg);
}

@-webkit-keyframes tipUp {
	0% {
		-webkit-transform: translateY(50px) rotateZ(45deg);
		transform: translateY(50px) rotateZ(45deg);
	}

	100% {
		-webkit-transform: translateY(-70px) rotateZ(45deg);
		transform: translateY(-70px) rotateZ(45deg);
	}
}

@keyframes tipUp {
	0% {
		-webkit-transform: translateY(50px) rotateZ(45deg);
		transform: translateY(50px) rotateZ(45deg);
	}

	100% {
		-webkit-transform: translateY(-70px) rotateZ(45deg);
		transform: translateY(-70px) rotateZ(45deg);
	}
}

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

	100% {
		-webkit-transform: translateY(-70px);
		transform: translateY(-70px);
	}
}

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

	100% {
		-webkit-transform: translateY(-70px);
		transform: translateY(-70px);
	}
}

.imageblock-section {
	position: relative;
	display: block;
	width: 100%;
}

.imageblock-section-img {
	position: absolute;
	height: 100%;
	top: 0;
	padding: 0;
	float: left;
	left: 0;
	right: auto;
}

.background-image-holder {
	position: absolute;
	height: 100%;
	top: 0;
	left: 0;
	background-size: cover !important;
	background-position: 50% 50% !important;
	-webkit-transition: opacity 0.3s linear;
	transition: opacity 0.3s linear;
	display: block;
	width: 100%;
}

/* Header Inner */
.header-inner {
	padding: 130px 0px;
	background-size: cover;
	background-position: center center;
}

.header-inner .header-inner-title {
	font-size: 18px;
}

.header-inner-menu {
	padding-bottom: 0;
}

.header-inner-menu .header-inner-title {
	margin-bottom: 80px;
}

.header-inner .header-inner-nav {
	padding: 15px 0;
	background: -webkit-gradient(linear,
			left bottom,
			left top,
			color-stop(20%, black),
			color-stop(100%, rgba(255, 255, 255, 0)),
			to(rgba(255, 255, 255, 0)));
	background: linear-gradient(0deg,
			black 20%,
			rgba(255, 255, 255, 0) 100%,
			rgba(255, 255, 255, 0) 100%);
}

.header-inner .header-inner-nav .nav li a {
	color: #ffffff;
	padding: 14px 40px;
	font-weight: 600;
	border-radius: 5px;
}

.header-inner .header-inner-nav .nav li a.active {
	background: #c82638;
}

.contact-bg-logo {
	position: absolute;
	top: 0;
	z-index: -9;
}

.contact-bg-logo i {
	font-size: 42rem;
	color: rgba(200, 38, 56, 0.06);
}

.badge-round {
	width: 120px;
	height: 120px;
	line-height: 120px;
	background: #c82638;
	color: #ffffff;
	display: inline-block;
	border-radius: 50%;
	padding-top: 26px;
}

.envelope-box {
	padding: 1em;
	border: 16px solid transparent;
	-o-border-image: 16 repeating-linear-gradient(-45deg,
			red 0,
			red 1em,
			transparent 0,
			transparent 2em,
			#58a 0,
			#58a 3em,
			transparent 0,
			transparent 4em);
	border-image: 16 repeating-linear-gradient(-45deg,
			red 0,
			red 1em,
			transparent 0,
			transparent 2em,
			#58a 0,
			#58a 3em,
			transparent 0,
			transparent 4em);
}

.cookie {
	position: fixed;
	left: 50px;
	bottom: 50px;
	z-index: 9;
}

@media (max-width: 1199px) {

	/* Header Inner */
	.header-inner {
		padding: 100px 0px;
	}

	.header-inner-menu {
		padding-bottom: 0;
	}

	.header-inner-menu .header-inner-title {
		margin-bottom: 60px;
	}

	.header-inner .header-inner-nav .nav li a {
		padding: 14px 38px;
	}
}

@media (max-width: 991px) {

	/* Header Inner */
	.header-inner {
		padding: 80px 0px;
	}

	.header-inner-menu {
		padding-bottom: 0;
	}

	.header-inner-menu .header-inner-title {
		margin-bottom: 40px;
	}

	.header-inner .header-inner-nav .nav li a {
		padding: 10px 20px;
	}
}

@media (max-width: 767px) {

	/* Header Inner */
	.header-inner {
		padding: 60px 0px;
	}

	.header-inner-menu {
		padding-bottom: 0;
	}

	.header-inner-menu .header-inner-title {
		margin-bottom: 20px;
	}

	.header-inner .header-inner-nav .nav li a {
		padding: 6px 14px;
	}

	.header-inner .header-inner-title {
		font-size: 16px;
	}

	/* section title */
	.section-title {
		margin-bottom: 30px;
	}

	.section-title p {
		font-size: 16px;
	}

	/* svg */
	.icon-bg-dar svg {
		width: 100%;
		height: 100%;
		left: 0;
	}

	.imageblock-section-img {
		position: relative;
		height: 400px;
	}

	.contact-bg-logo i {
		font-size: 30rem;
	}
}

@media (max-width: 575px) {

	/* Header Inner */
	.header-inner {
		padding: 40px 0px;
	}

	.header-inner-menu {
		padding-bottom: 0;
	}

	.bg-dark-half-sm:before,
	.bg-light-half-sm:before {
		height: 150px;
	}

	.contact-bg-logo i {
		font-size: 18rem;
	}
}

/*************************
       Blog
*************************/
.blog-post {
	position: relative;
}

.blog-post .blog-post-image {
	position: relative;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.blog-post .blog-post-image img {
	border-radius: 5px;
}

.blog-post .blog-post-content {
	padding: 20px 20px 0;
}

.blog-post .blog-post-content .blog-post-info {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 10px;
}

.blog-post .blog-post-content .blog-post-info .btn {
	padding: 5px 12px;
}

.blog-post .blog-post-content .blog-post-info .btn-round:before {
	width: 30px;
}

.blog-post .blog-post-content .blog-post-info .btn-round:hover:before {
	width: 100%;
}

.blog-post .blog-post-content .blog-post-date {
	padding-left: 15px;
}

.blog-post .blog-post-content .blog-post-date a {
	color: rgba(2, 45, 98, 0.5);
}

.blog-post .blog-post-content .blog-post-date a:hover {
	color: #c82638;
}

.blog-post .blog-post-content .blog-post-details .blog-post-title a:hover {
	color: #c82638;
}

.blog-post .blog-post-content .blog-post-details .blog-post-meta {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 5px 0;
}

.blog-post .blog-post-content .blog-post-details .blog-post-meta a {
	padding: 0 15px;
	border-right: 1px solid #f6f6f6;
	color: #626262;
	font-weight: 500;
}

.blog-post .blog-post-content .blog-post-details .blog-post-meta a:first-child {
	padding-left: 0;
}

.blog-post .blog-post-content .blog-post-details .blog-post-meta a:hover {
	color: #c82638;
}

/* blog post sticky */
.blog-post-sticky .blog-post-image {
	position: relative;
}

.blog-post-sticky .blog-post-image:before {
	content: "\f005";
	position: absolute;
	top: 7px;
	right: 5px;
	z-index: 2;
	font-family: "Font Awesome 5 free";
	color: #ffffff;
	font-size: 14px;
	font-weight: 900;
	line-height: normal;
}

.blog-post-sticky .blog-post-image:after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	width: 0;
	height: 0;
	z-index: 1;
	border-style: solid;
	border-width: 0 45px 45px 0;
	border-color: transparent #c82638 transparent transparent;
}

.post-navigation .nav-previous {
	display: inline-block;
}

.post-navigation .nav-previous span {
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	width: 230px;
	display: inline-block;
}

.post-navigation .nav-next {
	display: inline-block;
	position: relative;
	float: right;
}

.post-navigation .nav-next span {
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	width: 230px;
	display: inline-block;
}

.pagination {
	margin-bottom: 0;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.comments .media-body p:last-child {
	margin-bottom: 0;
}

/*************************
       Responsive
*************************/
@media (max-width: 767px) {
	.post-navigation .nav-previous {
		display: block;
		text-align: center;
	}

	.post-navigation .nav-next {
		display: block;
		text-align: center;
		float: none;
	}
}

@media (max-width: 575px) {
	.blog-post-meta {
		display: block;
	}

	.blog-post-meta a {
		display: inline-block;
		margin-bottom: 5px;
	}

	.post-navigation .nav-previous span,
	.post-navigation .nav-next span {
		width: 150px;
	}
}

/*****************************
    Footer
*****************************/
.footer {
	/* Social icon */
}

.googleVoice {
	width: 18px;
	height: 18px;
	margin-right: 5px;
}

.footer .container-fluid {
	padding: 0 100px;
}

.footer .footer-link {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.footer .footer-link ul {
	padding-right: 50px;
}

.footer .footer-link ul:last-child {
	padding-right: 0px;
}

.footer .footer-link ul li a {
	color: #293745;
	font-weight: 500;
	padding: 7px 0px;
	display: block;
}

.footer .footer-link ul li:hover a {
	color: #c82638;
}

.footer .footer-link ul li:first-child a {
	padding-top: 0;
}

.footer .footer-link ul li:last-child a {
	padding-bottom: 0;
}

.footer .social-icon li {
	display: inline-block;
	margin-right: 50px;
}

.footer .social-icon li:last-child {
	margin-right: 0;
}

.footer .social-icon li a {
	font-size: 18px;
	color: #022d62;
}

.footer .social-icon li:hover a {
	color: #c82638;
}

.footer .footer-contact-info p {
	color: #293745;
	font-weight: 500;
}

.footer .flag-svg {
	height: 30px;
}

.footer.bg-dark .footer-link ul li a {
	color: #ffffff;
}

.footer.bg-dark .footer-link ul li a:hover {
	color: #c82638;
}

.footer.bg-dark .social-icon li {
	margin-right: 30px;
}

.footer.bg-dark .social-icon li a {
	color: #ffffff;
}

.footer.bg-dark .social-icon li a:hover {
	color: #c82638;
}

/*************************
       Responsive
*************************/
@media (max-width: 767px) {
	.social-icon-lg li i {
		font-size: 24px;
	}
}

@media (max-width: 575px) {
	.footer-link {
		display: block;
	}

	.footer-link ul li:first-child a {
		padding-top: 7px;
	}

	.footer-link ul li:last-child a {
		padding-bottom: 7px;
	}

	/* Social icon */
	.social-icon li {
		padding: 0 10px;
		margin-right: 8px;
	}

	.social-icon li i {
		font-size: 18px;
	}
}

._pcTopOutter {
	margin-bottom: 45px;
}

._pcDivWrapper {
	background-color: #fff;
}

._pInfoTitle {
	padding: 30px;
}

@media (max-width: 767px) {
	._pInfoTitle {
		padding: 15px;
	}
}

._pInfoTitle h3 {
	color: #fff;
	margin-bottom: 0;
}

._pcDivWrapper>.row {
	margin-right: 0;
	margin-left: 0;
}

._pcDivWrapper>.row>div {
	padding-left: 0;
	padding-right: 0;
}

._pcDiv {
	padding: 30px 35px;
	text-align: center;
	border-left: 1px solid #f1f1f1;
	border-right: 1px solid #f1f1f1;
	border-top: 4px solid #c82638;
	border-bottom: 1px solid #f1f1f1;
}

@media (max-width: 767px) {
	._pcDiv {
		margin-bottom: 25px;
		border-bottom: 1px solid #f1f1f1;
	}
}

._pcDiv ._title {
	font-weight: 600;
	color: #c82638;
	font-size: 18px;
}

._pcDiv ._title:not(:last-child) {
	margin-bottom: 5px;
}

._pcDiv ._txt {
	font-size: 13px;
	line-height: 23px;
	margin-bottom: 15px;
}

@media (max-width: 767px) {
	._pcDiv ._txt {
		margin-bottom: 5px;
		min-height: unset;
	}
}

._pcDiv ._price {
	font-size: 16px;
	color: #333;
	font-weight: 500;
}

@media (max-width: 767px) {
	._pcDiv ._price {
		margin-bottom: 5px;
	}
}

._pcDiv ._pmain {
	font-size: 40px;
	line-height: 23px;
	font-weight: 600;
	color: #000c;
	padding-right: 5px;
}

@media (max-width: 767px) {
	._pcDiv ._pmain {
		font-size: 22px;
	}
}

._pcDiv ._pDis {
	display: inline-block;
	color: #c82638;
	font-size: 30px;
	text-decoration: line-through;
	margin-right: 5px;
}

@media (max-width: 767px) {
	._pcDiv ._pDis {
		font-size: 20px;
	}
}

._pcDiv ._pElem {
	display: inline-block;
	font-size: 20px;
}

@media (max-width: 767px) {
	._pcDiv ._pElem {
		font-size: 14px;
	}
}

._pcDiv ._btn-primary {
	padding: 11px 19px;
}

._borderTop-violet {
	border-top-color: #8d44d3 !important;
}

._violet {
	color: #8d44d3 !important;
}

._bgViolet {
	background-color: #8d44d3 !important;
	border-color: #8d44d3 !important;
}

._bgGreen {
	background-color: #50c26b !important;
	border-color: #50c26b !important;
}

._borderTop-green {
	border-top-color: #50c26b !important;
}

._green {
	color: #50c26b !important;
}

._priceListsTitles ul {
	padding-left: 0;
}

._priceListsTitles ul li {
	padding: 10px 15px;
	list-style: none;
	height: 65px;
	font-size: 14px;
	border-bottom: 1px solid #ddd;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

@media (max-width: 767px) {
	._priceListsTitles ul li {
		font-size: 12px;
	}
}

._priceDetails-sec .row {
	margin-left: 0;
	margin-right: 0;
}

._priceDetails-sec .row>div {
	padding-left: 0;
	padding-right: 0;
}

._bgGreen {
	background-color: #50c26b !important;
	border-color: #50c26b !important;
}

._priceList-option {
	padding-left: 0;
}

._priceList-option li {
	list-style: none;
	text-align: center;
	height: 65px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	border-bottom: 1px solid #ddd;
}

._tick {
	display: inline-block;
}

._tick img {
	width: 20px;
}

@media (max-width: 767px) {
	._tick img {
		width: 12px;
	}
}

._pricHeader.stick,
._pricHeader.fixed {
	position: fixed;
	top: 100px;
	z-index: 2;
	left: 0;
	right: 0;
	margin: 0 auto;
}

._pricHeader.stick ._pInfoTitle,
._pricHeader.fixed ._pInfoTitle {
	padding-top: 15px;
}

._pricHeader.stick ._pcDiv,
._pricHeader.fixed ._pcDiv {
	padding-top: 15px;
}

._pricHeader.stick ._pcDiv ._txt,
._pricHeader.fixed ._pcDiv ._txt {
	display: none;
}

._pricHeader.stick ._pcDiv ._pmain,
._pricHeader.fixed ._pcDiv ._pmain {
	font-size: 20px;
}

._priceListsTitles li:first-child {
	height: 35px !important;
}

@media (max-width: 767px) {
	._priceListsTitles li:first-child {
		height: 25px !important;
	}
}

._prListTitle {
	position: -webkit-sticky;
	position: sticky;
	top: 90px;
	background-color: #c82638;
	color: #fff;
	border: 0 !important;
	height: 35px !important;
}

._prListTitle._btn-dark {
	background-color: #000 !important;
}

@media (max-width: 767px) {
	._prListTitle {
		height: 25px !important;
	}
}

@media (max-width: 767px) {
	._prListTitle ._desk {
		display: none;
	}
}

._prListTitle ._mob {
	display: none;
	font-size: 12px;
}

@media (max-width: 767px) {
	._prListTitle ._mob {
		display: block;
	}
}

/*===============================================
============== Accordian Css Begin  =============
===============================================*/
.p-60 {
	padding: 60px 0;
}

.faq-img img {
	margin-left: -160px;
}

.acc-box .btn-link {
	font-weight: 600;
	color: #0f1328;
	background-color: #f8f7ff;
	display: block;
	font-size: 20px;
	line-height: 28px;
	padding: 15px 30px 15px 60px;
	border: 0;
	text-decoration: none;
}

@media (max-width: 767px) {
	.acc-box .btn-link {
		font-size: 16px;
		line-height: 25px;
		padding: 10px 20px 10px 50px;
	}
}

.acc-box ._card-header {
	padding: 0;
	border-bottom: 0;
	background: none;
	border-radius: 0;
}

.acc-box ._card {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	min-width: 0;
	word-wrap: break-word;
	background-color: #fff;
	background-clip: border-box;
	border: 0;
	border-radius: 0;
	background: #f8f7ff;
	margin-bottom: 0px;
}

.acc-box ._card-body {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	padding: 0px 0px;
	padding-bottom: 0px;
}

.acc-box ._card-body p {
	margin: 0;
	font-size: 14px;
}

.acc-box .btn-link.collapsed::before {
	content: "+";
}

.acc-box .btn-link::before {
	content: "-";
	line-height: 25px;
	position: absolute;
	top: 16px;
	font-size: 20px;
	height: 25px;
	width: 25px;
	background-color: #c82638;
	color: #fff;
	text-align: center;
	border-radius: 50%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	left: 20px;
}

@media (max-width: 767px) {
	.acc-box .btn-link::before {
		left: 10px;
		top: 10px;
	}
}

@media (max-width: 767px) {
	._priceRow>div {
		-ms-flex: 0 0 40%;
		-webkit-box-flex: 0;
		flex: 0 0 40%;
		max-width: 40%;
	}
}

@media (max-width: 767px) {
	._priceRow>div:first-child {
		-ms-flex: 0 0 60%;
		-webkit-box-flex: 0;
		flex: 0 0 60%;
		max-width: 60%;
	}
}

._priceCardCol {
	margin-bottom: 25px;
}

._priceCard {
	background-color: #3a3a3a;
}

._priceCard-footer {
	padding: 25px;
	text-align: center;
	background-color: #000;
	min-height: 190px;
}

@media (max-width: 767px) {
	._priceCard-footer {
		min-height: unset;
	}
}

._priceCard-footer .largeTxt {
	margin-bottom: 0;
	color: #fff;
	font-size: 50px;
}

@media (max-width: 767px) {
	._priceCard-footer .largeTxt {
		font-size: 35px;
	}
}

._priceCard-footer ._btn-primary {
	border: 2px solid #fff;
	padding: 12px 25px;
	margin-top: 10px;
}

._priceCard-1 {
	background-color: #c82538;
}

._priceCard-1 ._priceCard-hdr,
._priceCard-1 ._priceCard-footer {
	background-color: #950818;
}

._priceCard-hdr {
	padding: 25px 15px;
	background-color: #000;
	text-align: center;
}

._priceCard-hdr .pTitle {
	margin-bottom: 0;
	color: #fff;
	text-transform: uppercase;
	font-size: 25px;
}

@media (max-width: 991px) {
	._priceCard-hdr .pTitle {
		font-size: 22px;
	}
}

@media (max-width: 767px) {
	._priceCard-hdr .pTitle {
		font-size: 18px;
	}
}

._priceCard-body {
	padding: 25px 15px;
	color: #fff;
	min-height: 250px;
}

@media (max-width: 767px) {
	._priceCard-body {
		min-height: unset;
	}
}

._priceCard-body p {
	margin-bottom: 0;
	color: #fff;
	max-width: 75%;
	margin: 0 auto;
	font-family: "Montserrat", sans-serif;
}

@media (max-width: 991px) {
	._priceCard-body p {
		max-width: 85%;
	}
}

@media (max-width: 767px) {
	._priceCard-body p {
		max-width: 100%;
	}
}

.pRate {
	margin: 0;
	font-size: 35px;
	line-height: 35px;
	color: #fff;
	font-weight: bold;
	font-family: "Montserrat", sans-serif;
}

@media (max-width: 991px) {
	.pRate {
		font-size: 25px;
	}
}

@media (max-width: 767px) {
	.pRate {
		font-size: 22px;
	}
}

.oldPrice {
	display: inline-block;
	text-decoration: line-through;
	color: #c82538;
}

p.per {
	margin: 0;
	color: #fff;
	font-size: 25px;
	font-weight: 800;
}

@media (max-width: 767px) {
	p.per {
		font-size: 18px;
	}
}

.pricing_section {
	background-color: #f6f6f6;
}

.pricing_para {
	width: 80%;
}

.pricing_section.bg-dark {
	position: relative;
	background-color: #f6f6f6 !important;
}

.pricing_section.bg-dark .custom-control-input:checked~.custom-control-label:before {
	background: #1b1b29;
	border-color: #1b1b29;
}

.pricing_section.bg-dark {
	position: relative;
}

.pricing_section.bg-dark .overlay {
	width: 100%;
	height: 100%;
	position: absolute;
	background: rgb(200, 38, 56);
	/* background: -moz-linear-gradient(180deg, rgba(200, 38, 56, 1) 18%, rgba(255, 255, 255, 1) 85%);
	background: -webkit-linear-gradient(180deg, rgba(200, 38, 56, 1) 18%, rgba(255, 255, 255, 1) 85%);
	background: linear-gradient(180deg, rgba(200, 38, 56, 1) 18%, rgba(255, 255, 255, 1) 85%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#c82638", endColorstr="#ffffff", GradientType=1); */
}

.product-section-wrapper.bg-dark::before {
	content: '';
	width: 100%;
	height: 23%;
	position: absolute;
	left: 0;
	bottom: -23px;
	background: rgb(200, 38, 56);
	background: linear-gradient(180deg, rgba(200, 38, 56, 1) 6%, rgba(255, 255, 255, 0.1881127450980392) 100%);
}

.product-section {
	position: relative;
}


.pricing_home {
	width: 100%;
	background-color: #c82638;
	align-items: center;
	/* height: 300px; */
	/* display: flex; */
}

.pricing_section.bg-dark .card {
	border-radius: 8px;
}

.pricing_section.bg-dark .card .description {
	min-height: 130px;
}

.pricing_section.bg-dark .card.right {
	min-height: 799px;
	margin-top: 66px;
}

.pricing_section.bg-dark .card.left {
	min-height: 799px;
	margin-top: 66px;
}

.pricing_section.bg-dark .card .card-header {
	padding-bottom: 0px !important;
	border-bottom: 0px;
	border-radius: 8px;
	background-color: #fff;
	color: #0f1328 !important;
}

.pricing_section.bg-dark .card .card-header h4 {
	color: #0f1328;
}

.pricing_section.bg-dark .card .card-body .price-section {
	margin: 0px;
}

.pricing_section.bg-dark .card .card-body .price-section .price-area {
	background-color: transparent;
	width: auto;
	height: auto;
}

.pricing_section.bg-dark .card .card-body .price-section .price-area .inner-area {
	color: #0f1328;
	line-height: 40px;
	border: 0;
}

.pricing_section.bg-dark .card .card-body .list-unstyled {
	min-height: 381px;
}

.pricing_section.bg-dark .card .card-body .list-unstyled li {
	padding-top: 6px;
	padding-bottom: 6px;
}

.pricing_section.bg-dark .card .card-body .list-unstyled li:nth-child(2n) {
	background-color: transparent;
}

.pricing_section.bg-dark .card.middle .card-header {
	background-color: transparent !important;
}

.pricing_section.bg-dark .card.middle .price-area {
	background-color: transparent !important;
}

.pricing_section .custom-switch {
	padding: 0;
}

.pricing_section .custom-switch .custom-control-label::after {
	top: 4px;
}

.pricing_section .custom-switch .custom-control-label::before {
	top: 2px;
}

.pricing_section .custom-switch .custom-control-label2 {
	margin-right: 41px;
	margin-bottom: 0;
}

.pricing_section .card {
	border: 0;
}

.pricing_section .card.middle .card-header {
	background-color: #14141e !important;
}

.pricing_section .card.middle .price-area {
	background-color: #14141e !important;
}

.pricing_section .card .description {
	margin-top: 30px;
}

.pricing_section .card .description p {
	line-height: 19px;
	font-size: 13px;
	font-family: "Montserrat", sans-serif;
}

.pricing_section .card .card-header {
	padding-bottom: 53px !important;
	background-color: #c82638;
	color: #fff;
}

.pricing_section .card .card-header h4 {
	color: #fff;
	font-family: "Montserrat", sans-serif;
	position: relative;
}

.pricing_section .card .card-header h4::before {
	content: "";
	height: 3px;
	width: 50px;
	background: white;
	position: absolute;
	bottom: -15px;
	left: 43%;
}

.pricing_section .card .card-body {
	padding: 0;
}

.pricing_section .card .card-body .card-title {
	font-size: 30px;
	color: #c82638;
}

.pricing_section .card .card-body .price-section {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-top: -58px;
}

.pricing_section .card .card-body .price-section .price-area {
	height: 120px;
	width: 120px;
	background: #c82638;
	border-radius: 50%;
	padding: 2px;
}

.pricing_section .card .card-body .price-section .price-area .inner-area {
	height: 100%;
	width: 100%;
	border-radius: 50%;
	border: 3px solid #fff;
	color: #fff;
	line-height: 117px;
	text-align: center;
}

.pricing_section .card .card-body .price-section .price-area .inner-area .price {
	font-size: 25px;
	font-weight: 500;
	position: relative;
}

.pricing_section .card .card-body .price-section .price-area .inner-area .price .text {
	font-size: 15px;
	font-weight: 400;
	position: absolute;
	left: -11px;
}

.pricing_section .card .card-body .list-unstyled li {
	padding-left: 60px;
	position: relative;
	line-height: 28px;
	padding-top: 8px;
	padding-bottom: 8px;
}

.pricing_section .card .card-body .list-unstyled li:before {
	content: "";
	position: absolute;
	left: 25px;
	top: 13px;
	color: #50c26b;
	background-image: url(../images/currect.png);
	background-size: 17px;
	background-repeat: no-repeat;
	width: 32px;
	height: 31px;
}

.pricing_section .card .card-body .list-unstyled li:nth-child(2n) {
	background-color: #fbfbfb;
}

.home_table {
	margin-bottom: 50px;
}

.home_table .table thead th {
	border-top: 1px solid transparent;
	text-wrap: balance;
	text-align: left;
}

.home_table .table tr td:first-child {
	width: 150px;
}

.link-grp a {
	font-size: 18px;
	font-weight: 500;
	margin-bottom: 0;
	line-height: 1.5;
	color: #fff;
	font-family: "Montserrat", sans-serif;
	text-decoration: underline;
	transition: text-decoration 0.5s ease;
}

.link-grp a:hover {
	text-decoration: none !important;
}

.link-grp {
	display: flex;
	justify-content: center;
	align-items: flex-start;
	flex-direction: column;
	gap: 10px;
}

._priceDetails-sec ._table thead tr th {
	padding: 20px 25px;
	border: none;
	border-right: 1px solid #eee;
	text-align: center;
}

._priceDetails-sec ._table thead tr th:first-child {
	text-align: right;
	width: 330px;
}

._priceDetails-sec ._table tbody tr:nth-of-type(odd) td {
	background-color: #fbfbfb;
}

._priceDetails-sec ._table tbody tr:first-child td {
	/* box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.75); */
	font-size: 1.4rem;
	font-weight: 600;
}

._priceDetails-sec ._table tbody td {
	padding: 10px 25px;
	border: none;
	border-right: 1px solid #eee;
	text-align: center;
	line-height: 29px;
	width: 630px;
	text-wrap: nowrap;
}

._priceDetails-sec ._table tbody td:first-child {
	text-align: left;
}

._priceDetails-sec ._table tbody td ._tickIcon img {
	width: 20px;
}

.switch {
	font-size: 1rem;
	position: relative;
	width: auto;
}

.switch input {
	position: absolute;
	height: 1px;
	width: 1px;
	background: none;
	border: 0;
	clip: rect(0 0 0 0);
	-webkit-clip-path: inset(50%);
	clip-path: inset(50%);
	overflow: hidden;
	padding: 0;
}

.switch input+label {
	position: relative;
	min-width: calc(calc(2.375rem * 0.8) * 2);
	border-radius: calc(2.375rem * 0.8);
	height: calc(2.375rem * 0.8);
	line-height: calc(2.375rem * 0.8);
	display: inline-block;
	cursor: pointer;
	outline: none;
	vertical-align: middle;
	text-indent: calc(calc(calc(2.375rem * 0.8) * 2) + 0.5rem);
	margin-bottom: 0px;
}

.switch input+label::before,
.switch input+label::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: calc(calc(2.375rem * 0.8) * 2);
	bottom: 0;
	display: block;
}

.switch input+label::before {
	right: 0;
	background-color: #dee2e6;
	border-radius: calc(2.375rem * 0.8);
	-webkit-transition: 0.2s all;
	transition: 0.2s all;
}

.switch input+label::after {
	top: 2px;
	left: 2px;
	width: calc(calc(2.375rem * 0.8) - calc(2px * 2));
	height: calc(calc(2.375rem * 0.8) - calc(2px * 2));
	border-radius: 50%;
	background-color: white;
	-webkit-transition: 0.2s all;
	transition: 0.2s all;
}

.switch input:checked+label::before {
	background-color: #1b1b29;
}

.switch input:checked+label::after {
	margin-left: calc(2.375rem * 0.8);
}

.switch input:focus+label::before {
	outline: none;
	-webkit-box-shadow: 0 0 0 0.2rem rgba(27, 27, 41, 0.25);
	box-shadow: 0 0 0 0.2rem rgba(27, 27, 41, 0.25);
}

.switch input:disabled+label {
	color: #868e96;
	cursor: not-allowed;
}

.switch input:disabled+label::before {
	background-color: #e9ecef;
}

.switch.switch-sm {
	font-size: 0.875rem;
}

.switch.switch-sm input+label {
	min-width: calc(calc(1.9375rem * 0.8) * 2);
	height: calc(1.9375rem * 0.8);
	line-height: calc(1.9375rem * 0.8);
	text-indent: calc(calc(calc(1.9375rem * 0.8) * 2) + 0.5rem);
}

.switch.switch-sm input+label::before {
	width: calc(calc(1.9375rem * 0.8) * 2);
}

.switch.switch-sm input+label::after {
	width: calc(calc(1.9375rem * 0.8) - calc(2px * 2));
	height: calc(calc(1.9375rem * 0.8) - calc(2px * 2));
}

.switch.switch-sm input:checked+label::after {
	margin-left: calc(1.9375rem * 0.8);
}

.switch.switch-lg {
	font-size: 1.25rem;
}

.switch.switch-lg input+label {
	min-width: calc(calc(3rem * 0.8) * 2);
	height: calc(3rem * 0.8);
	line-height: calc(3rem * 0.8);
	text-indent: calc(calc(calc(3rem * 0.8) * 2) + 0.5rem);
}

.switch.switch-lg input+label::before {
	width: calc(calc(3rem * 0.8) * 2);
}

.switch.switch-lg input+label::after {
	width: calc(calc(3rem * 0.8) - calc(2px * 2));
	height: calc(calc(3rem * 0.8) - calc(2px * 2));
}

.switch.switch-lg input:checked+label::after {
	margin-left: calc(3rem * 0.8);
}

.switch+.switch {
	margin-left: 1rem;
}

.section {
	/* padding: 30px 0; */
	color: #333;
}

.section .top-side {
	text-align: center;
}

.section .top-side .title {
	font-weight: 500;
	font-size: 15px;
	display: inline-block;
}

.section .top-side .title:after {
	content: "";
	display: block;
	width: 50%;
	border-bottom: 1px solid #494949;
	margin: 8px auto;
}

.section .top-side h2 {
	font-weight: 700;
}

.section.portfolio .filters {
	text-align: center;
}

.section.portfolio .filters ul {
	padding: 0;
}

.section.portfolio .filters ul li {
	list-style: none;
	display: inline-block;
	padding: 20px 30px;
	cursor: pointer;
	position: relative;
}

.section.portfolio .filters ul li:after {
	content: "";
	display: block;
	width: calc(0% - 60px);
	position: absolute;
	height: 2px;
	background: #333;
	-webkit-transition: width 350ms ease-out;
	transition: width 350ms ease-out;
}

.section.portfolio .filters ul li:hover:after {
	width: calc(100% - 60px);
	-webkit-transition: width 350ms ease-out;
	transition: width 350ms ease-out;
}

.section.portfolio .filters ul li.active:after {
	width: calc(100% - 60px);
}

.section.portfolio .filters-content .show {
	opacity: 1;
	visibility: visible;
	-webkit-transition: all 350ms;
	transition: all 350ms;
}

.section.portfolio .filters-content .hide {
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 350ms;
	transition: all 350ms;
}

.section.portfolio .filters-content .item {
	text-align: center;
	cursor: pointer;
	margin-bottom: 30px;
}

.section.portfolio .filters-content .item .p-inner {
	padding: 20px 30px;
	-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

.section.portfolio .filters-content .item .p-inner h5 {
	font-size: 15px;
}

.section.portfolio .filters-content .item .p-inner .cat {
	font-size: 13px;
}

.section.portfolio .filters-content .item img {
	width: 100%;
}

/* Custom Css */
body {
	font-size: 15px;
}

/* Colors */
._theme-dark-1 {
	color: #14141e;
}

._theme-color {
	color: #c82638 !important;
}

._white {
	color: #fff;
}

/* Buttons */
._btn-black {
	background-color: #000 !important;
	border-color: #000 !important;
}

._btn-black:hover {
	background-color: #c82638 !important;
	border-color: #c82638 !important;
}

._btn-primary {
	background-color: #c82638;
	border-color: #c82638;
}

.custom--primary--btn {
	line-height: 20px;
	border-radius: 12px;
}

.btn-primary:hover,
._btn-primary:hover {
	background: #000;
	border-color: #000;
}

._figDiv {
	height: 180px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

._figDiv img {
	max-height: 100%;
	max-width: 100%;
	margin: 0 auto;
	-o-object-fit: contain;
	object-fit: contain;
}

.feature-info-content .btn:hover {
	color: #c82638;
}

.feature-info-style-05:before {
	top: 95px;
}

/* Custom Animation */
@-webkit-keyframes _fadeInLeft {
	from {
		opacity: 0;
		-webkit-transform: translate3d(-25px, 0, 0);
		transform: translate3d(-25px, 0, 0);
	}

	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

@keyframes _fadeInLeft {
	from {
		opacity: 0;
		-webkit-transform: translate3d(-25px, 0, 0);
		transform: translate3d(-25px, 0, 0);
	}

	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

._fadeInLeft {
	-webkit-animation-name: _fadeInLeft;
	animation-name: _fadeInLeft;
}

/** slight fade animation from right **/
@-webkit-keyframes _fadeInRight {
	from {
		opacity: 0;
		-webkit-transform: translate3d(25px, 0, 0);
		transform: translate3d(25px, 0, 0);
	}

	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

@keyframes _fadeInRight {
	from {
		opacity: 0;
		-webkit-transform: translate3d(25px, 0, 0);
		transform: translate3d(25px, 0, 0);
	}

	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

._fadeInRight {
	-webkit-animation-name: _fadeInRight;
	animation-name: _fadeInRight;
}

/** slight fade animation to Up **/
@-webkit-keyframes _fadeInUp {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, 25px, 0);
		transform: translate3d(0, 25px, 0);
	}

	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

@keyframes _fadeInUp {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, 25px, 0);
		transform: translate3d(0, 25px, 0);
	}

	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

._fadeInUp {
	-webkit-animation-name: _fadeInUp;
	animation-name: _fadeInUp;
}

/** slight fade animation to bottom **/
@-webkit-keyframes _fadeInbottom {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, -25px, 0);
		transform: translate3d(0, -25px, 0);
	}

	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

@keyframes _fadeInbottom {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, -25px, 0);
		transform: translate3d(0, -25px, 0);
	}

	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

._fadeInbottom {
	-webkit-animation-name: _fadeInbottom;
	animation-name: _fadeInbottom;
}

/* Width */
@-webkit-keyframes _withAnim {
	0% {
		width: 0%;
	}

	100% {
		width: 100%;
	}
}

@keyframes _withAnim {
	0% {
		width: 0%;
	}

	100% {
		width: 100%;
	}
}

._withAnim {
	-webkit-animation: 2.5s ease 0s normal none _withAnim;
	animation: 2.5s ease 0s normal none _withAnim;
	-webkit-animation: _withAnim 2.5s linear;
	animation: _withAnim 2.5s linear;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
}

/* Up Down Move*/
@-webkit-keyframes _upDown {
	0% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}

	25% {
		-webkit-transform: translateY(-10px);
		transform: translateY(-10px);
	}

	75% {
		-webkit-transform: translateY(10px);
		transform: translateY(10px);
	}

	100% {
		-webkit-transform: translateY(0px);
		transform: translateY(0px);
	}
}

@keyframes _upDown {
	0% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}

	25% {
		-webkit-transform: translateY(-10px);
		transform: translateY(-10px);
	}

	75% {
		-webkit-transform: translateY(10px);
		transform: translateY(10px);
	}

	100% {
		-webkit-transform: translateY(0px);
		transform: translateY(0px);
	}
}

._upDown {
	-webkit-animation: _upDown 5s infinite linear;
	animation: 5s ease 0s normal none infinite _upDown;
	animation: _upDown 5s infinite linear;
}

/* Left Right Move*/
@-webkit-keyframes _leftRight {
	0% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}

	25% {
		-webkit-transform: translateX(-10px);
		transform: translateX(-10px);
	}

	75% {
		-webkit-transform: translateX(10px);
		transform: translateX(10px);
	}

	100% {
		-webkit-transform: translateX(0px);
		transform: translateX(0px);
	}
}

@keyframes _leftRight {
	0% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}

	25% {
		-webkit-transform: translateX(-10px);
		transform: translateX(-10px);
	}

	75% {
		-webkit-transform: translateX(10px);
		transform: translateX(10px);
	}

	100% {
		-webkit-transform: translateX(0px);
		transform: translateX(0px);
	}
}

._leftRight {
	-webkit-animation: _leftRight 5s infinite linear;
	animation: 5s ease 0s normal none infinite _leftRight;
	animation: _leftRight 5s infinite linear;
}

/* Scale in out*/
@-webkit-keyframes _scaleUpDown {
	0% {
		-webkit-transform: scale(1) rotate(0deg);
		transform: scale(1) rotate(0deg);
	}

	25% {
		-webkit-transform: scale(1.2) rotate(0deg);
		transform: scale(1.2) rotate(0deg);
	}

	50% {
		-webkit-transform: scale(1.1) rotate(0deg);
		transform: scale(1.1) rotate(0deg);
	}

	75% {
		-webkit-transform: scale(1.2) rotate(0deg);
		transform: scale(1.2) rotate(0deg);
	}

	100% {
		-webkit-transform: scale(1) rotate(0deg);
		transform: scale(1) rotate(0deg);
	}
}

@keyframes _scaleUpDown {
	0% {
		-webkit-transform: scale(1) rotate(0deg);
		transform: scale(1) rotate(0deg);
	}

	25% {
		-webkit-transform: scale(1.2) rotate(0deg);
		transform: scale(1.2) rotate(0deg);
	}

	50% {
		-webkit-transform: scale(1.1) rotate(0deg);
		transform: scale(1.1) rotate(0deg);
	}

	75% {
		-webkit-transform: scale(1.2) rotate(0deg);
		transform: scale(1.2) rotate(0deg);
	}

	100% {
		-webkit-transform: scale(1) rotate(0deg);
		transform: scale(1) rotate(0deg);
	}
}

._scaleUpDown {
	-webkit-animation: _scaleUpDown 10s infinite linear;
	animation: 20s ease 0s normal none infinite _scaleUpDown;
	-webkit-animation: _scaleUpDown 20s infinite linear;
	animation: _scaleUpDown 20s infinite linear;
}

@-webkit-keyframes spin {
	from {
		-webkit-transform: rotate(0deg);
	}

	to {
		-webkit-transform: rotate(360deg);
	}
}

@keyframes spin {
	from {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	to {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

._spin {
	-webkit-animation-name: spin;
	animation-name: spin;
	-webkit-animation-duration: 4000ms;
	animation-duration: 4000ms;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
}

/* Ripple animation 1*/
@-webkit-keyframes ripple {
	0% {
		-webkit-box-shadow: 0 0 0 0 rgba(232, 38, 45, 0.15),
			0 0 0 0.25em rgba(232, 38, 45, 0.15), 0 0 0 0.75em rgba(232, 38, 45, 0.15);
		box-shadow: 0 0 0 0 rgba(232, 38, 45, 0.15),
			0 0 0 0.25em rgba(232, 38, 45, 0.15), 0 0 0 0.75em rgba(232, 38, 45, 0.15);
	}

	100% {
		-webkit-box-shadow: 0 0 0 0.25em rgba(232, 38, 45, 0.15),
			0 0 0 0.75em rgba(232, 38, 45, 0.15), 0 0 0 1em rgba(232, 38, 45, 0);
		box-shadow: 0 0 0 0.25em rgba(232, 38, 45, 0.15),
			0 0 0 0.75em rgba(232, 38, 45, 0.15), 0 0 0 1em rgba(232, 38, 45, 0);
	}
}

@keyframes ripple {
	0% {
		-webkit-box-shadow: 0 0 0 0 rgba(255, 156, 0, 0.15),
			0 0 0 0.25em rgba(232, 38, 45, 0.15), 0 0 0 0.75em rgba(232, 38, 45, 0.15);
		box-shadow: 0 0 0 0 rgba(255, 156, 0, 0.15),
			0 0 0 0.25em rgba(232, 38, 45, 0.15), 0 0 0 0.75em rgba(232, 38, 45, 0.15);
	}

	100% {
		-webkit-box-shadow: 0 0 0 0.25em rgba(232, 38, 45, 0.15),
			0 0 0 0.75em rgba(232, 38, 45, 0.15), 0 0 0 1em rgba(232, 38, 45, 0);
		box-shadow: 0 0 0 0.25em rgba(232, 38, 45, 0.15),
			0 0 0 0.75em rgba(232, 38, 45, 0.15), 0 0 0 1em rgba(232, 38, 45, 0);
	}
}

._ripple {
	-webkit-animation: ripple 1.5s linear infinite;
	animation: ripple 1.5s linear infinite;
}

/* Ripple animation 2*/
@-webkit-keyframes ripple-2 {
	0% {
		-webkit-box-shadow: 0 0 0 0 rgba(43, 45, 124, 0.3),
			0 0 0 3em rgba(43, 45, 124, 0.3), 0 0 0 5em rgba(43, 45, 124, 0.3);
		box-shadow: 0 0 0 0 rgba(43, 45, 124, 0.3), 0 0 0 3em rgba(43, 45, 124, 0.3),
			0 0 0 5em rgba(43, 45, 124, 0.3);
	}

	100% {
		-webkit-box-shadow: 0 0 0 3em rgba(43, 45, 124, 0.3),
			0 0 0 5em rgba(43, 45, 124, 0.3), 0 0 0 5em rgba(43, 45, 124, 0);
		box-shadow: 0 0 0 3em rgba(43, 45, 124, 0.3),
			0 0 0 5em rgba(43, 45, 124, 0.3), 0 0 0 5em rgba(43, 45, 124, 0);
	}
}

@keyframes ripple-2 {
	0% {
		-webkit-box-shadow: 0 0 0 0 rgba(43, 45, 124, 0.3),
			0 0 0 3em rgba(43, 45, 124, 0.3), 0 0 0 5em rgba(43, 45, 124, 0.3);
		box-shadow: 0 0 0 0 rgba(43, 45, 124, 0.3), 0 0 0 3em rgba(43, 45, 124, 0.3),
			0 0 0 5em rgba(43, 45, 124, 0.3);
	}

	100% {
		-webkit-box-shadow: 0 0 0 3em rgba(43, 45, 124, 0.3),
			0 0 0 5em rgba(43, 45, 124, 0.3), 0 0 0 7em rgba(43, 45, 124, 0);
		box-shadow: 0 0 0 3em rgba(43, 45, 124, 0.3),
			0 0 0 5em rgba(43, 45, 124, 0.3), 0 0 0 7em rgba(43, 45, 124, 0);
	}
}

._ripple-2 {
	-webkit-animation: ripple-2 1.5s linear infinite;
	animation: ripple-2 1.5s linear infinite;
}

._btn {
	height: 45px;
	min-width: 120px;
	background-color: #c82638;
	color: #fff;
	font-size: 16px;
	line-height: 23px;
	border-radius: 5px;
	padding: 10px 15px;
	font-weight: 500;

	&._btn_red_border {
		background-color: #fff;
		color: #c82638;
		border-color: #c82638;
	}

	&._btn_red_border:hover {
		color: #fff;
		background-color: #14141e;
	}

	&._btn:hover {
		color: #fff;
		background-color: #14141e;
	}
}

/* Home */
.section-title p {
	color: #000000b8;
}

._solutionDiv-cont .feature-info-title {
	font-size: 22px;
	line-height: 26px;
}

._fe-row {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: -25px;
}

._fe-row ._fe-col {
	margin-bottom: 25px;
}

._feature-info-sm:not(:last-child) {
	margin-bottom: 30px;
}

._feature-info-sm.feature-info-style-02 {
	padding: 30px 25px;
	cursor: unset;
}

._feature-info-sm .flaticon-data {
	margin-right: 15px;
	font-size: 45px;
}

._feDiv-row {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

._feat-fig {
	margin-bottom: 0;
}

._featureDiv-cont .feature-info-style-01 {
	padding: 25px 25px;
	-webkit-box-shadow: 2px 2px 8px 0px rgba(2, 45, 98, 0.1);
	box-shadow: 2px 2px 8px 0px rgba(2, 45, 98, 0.1);
}

._featureDiv-cont .feature-info-style-01:hover {
	background: #c82638;
	transition: 0.5s ease;
}

._featureDiv-cont .feature-info-style-01:hover .quote-icon {
	filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(93deg) brightness(103%) contrast(103%);
}

._featureDiv-cont .feature-info-style-01 .icon-btn {
	background-color: #000;
}

._featureDiv-cont .feature-info-style-01 .icon-btn:hover {
	background-color: #fff;
	color: #c82638;
}

._pricing-section ._pricing-row {
	margin-top: 70px;
}

._pricing-section .pricing ._sm-txt {
	font-size: 25px;
	text-transform: capitalize;
	color: #c82638;
}

._pricing-section .pricing strong {
	color: #c82638;
}

._pricing-section .pricing.active {
	margin-top: -70px;
	background: #c82638;
}

._pricing-section .pricing.active strong {
	color: #fff;
}

._pricing-section .pricing.active .btn-light-round:before {
	background-color: rgba(255, 255, 255, 0.1);
	opacity: 1;
}

._coaches-section {
	background: url(../images/banner-3.png) no-repeat;
	background-size: cover;
	position: relative;
	background-attachment: fixed;
	z-index: 1;
}

._coaches-section *,
._coaches-section p {
	color: #fff;
}

._coaches-section:before {
	position: absolute;
	content: "";
	height: 100%;
	width: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	left: 0;
	top: 0;
}

._coaches-section ._btn-primary {
	border: 2px solid #14141e !important;
}

._coaches-section ._btn-primary:hover {
	border-color: #fff !important;
}

.testimonial .testimonial-item .testimonial-content p {
	color: #14141e;
}

.testimonial-avatar img {
	height: 100% !important;
	width: 100% !important;
}

.footer {
	border-top: 1px solid #f6f6f6;
}

.footer .row {
	display: flex;
	justify-content: center;
}

.footer .social-icon li {
	margin-right: 15px;
}

.footer .social-icon li a {
	font-size: 20px;
	position: relative;
	color: #fff;
	z-index: 1;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	height: 40px;
	width: 40px;
	border-radius: 100%;
	background-color: #333;
}

.footer .social-icon li a i {
	z-index: 1;
}

.footer .social-icon li a::before {
	position: absolute;
	content: "";
	height: 40px;
	width: 40px;
	border-radius: 100%;
	background-color: #c82638;
	z-index: -1;
	left: 0px;
	top: 0px;
	-webkit-transition: -webkit-transform 0.5s;
	transition: -webkit-transform 0.5s;
	transition: transform 0.5s;
	transition: transform 0.5s, -webkit-transform 0.5s;
	-webkit-transform: scale(0);
	transform: scale(0);
	-webkit-transform-origin: center;
	transform-origin: center;
}

.footer .social-icon li a:hover {
	color: #fff;
}

.footer .social-icon li a:hover:before {
	-webkit-transform: scale(1);
	transform: scale(1);
}

.footer-top {
	padding: 30px 0;
}

@media (max-width: 767px) {
	.footer-top {
		padding-bottom: 0;
	}
}

.footer-top .container {
	border-bottom: 1px solid #f6f6f6;
	padding-bottom: 30px;
}

.footer-mid {
	padding: 30px 0 45px;
}

.footer-bottom {
	background: #14141e;
	padding: 25px 0;
}

.footer-bottom p {
	color: #ffffff9c;
}

.footer-bottom a {
	color: #ffffff9c;
}

@media (max-width: 767px) {
	.footer-bottom a {
		font-size: 13px;
	}
}

.footer-bottom a:hover {
	color: #fff;
	text-decoration: underline;
}

._appLists {
	padding: 0;
}

._appLists li {
	display: inline-block;
	list-style: none;
	padding-right: 5px;
}

._appLists li img {
	width: 100px;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}

._appLists li:hover img {
	-webkit-transform: translateY(-5px);
	transform: translateY(-5px);
}

._sol_tabSection .tab-content p {
	font-size: 16px;
}

._sol_tabSection .tab-content .section-title {
	margin-bottom: 20px;
}

._sol_tabSection .tab-content .section-title .text-dark {
	margin-bottom: 5px;
}

._tag-txt,
.section-title ._tag-txt {
	font-size: 13px;
	text-transform: uppercase;
	color: #c82638;
	margin-bottom: 5px;
	letter-spacing: 2px;
	font-weight: 700;
}

._inner-banner {
	height: 50px;
	overflow: hidden;
	position: relative;
	z-index: 1;
}

._inner-banner ._innerBanner-img {
	height: 100%;
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

._innerBanner-sec {
	position: absolute;
	left: 0;
	top: 50%;
	right: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

._pageLink {
	padding: 0;
	text-align: left;
	margin-bottom: 0;
}

._pageLink li {
	display: inline-block;
	color: #fff;
	font-size: 14px;
	letter-spacing: 1px;
	padding-right: 30px;
	position: relative;
}

._pageLink li:not(:first-child) {
	padding-left: 20px;
}

._pageLink li a {
	color: #fff;
	text-decoration: underline;
}

._pageLink li:before {
	position: absolute;
	content: ">";
	width: auto;
	display: inline-block;
	color: #fff;
	right: 0;
	top: 0px;
}

._pageLink li:last-child {
	padding-right: 0;
}

._pageLink li:last-child:before {
	display: none;
}

.counter.counter-02 .counter-icon i {
	color: #c82638;
}

.counter.counter-02 .counter-content .timer {
	color: #333;
}

.accordion .accordion-icon.card-header button.collapsed {
	background: #14141ea6;
}

._contTitle {
	margin-bottom: 30px;
}

._kb-block .feature-info-style-08 .feature-info-content {
	margin-top: 20px;
}

._kb-block .feature-info-style-08 .feature-info-content a:hover {
	color: #c82638;
}

._kb-block .feature-info-style-08 .feature-info-item {
	padding-bottom: 30px;
}

._kb-block .feature-info-style-08 .feature-info-item:before {
	left: 30px;
}

._kb-block .feature-info-style-08 .feature-info-number span {
	height: 60px;
	width: 60px;
	font-size: 17px;
}

._big-txt {
	font-size: 35px;
	line-height: 40px;
}

/*===============================
 Booking Section Begin ==========
 =============================== */
._mB-0,
._mb-0 {
	margin-bottom: 0 !important;
}

.text-dark {
	color: #022d62 !important;
}

._bookingSection {
	background-color: #f8fafc;
	padding: 60px 0;
	min-height: 60vh;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

._bookingSection ._btn {
	min-width: 150px;
}

._bookingSection ._btn:hover {
	background-color: #ec1830;
}

._aI-center {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

._bS-row {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

._bookingCard {
	padding: 45px 30px;
	background-color: #fff;
	border-radius: 5px;
}

._sessionbtnLists {
	padding: 0;
}

._sessionbtnLists li {
	display: inline-block;
	list-style: none;
	margin-right: 10px;
}

._sessionbtnLists li:last-child {
	margin-right: 0;
}

._sessionbtnLists li select.form-control {
	background-color: #c82638;
	color: #fff;
	height: 45px;
	padding: 5px 15px;
	border-radius: 30px;
}

._sessionbtnLists li select.form-control option {
	background: #fff;
	color: #c82638;
}

._sessionbtnLists li select.form-control option:hover {
	color: #fff;
	background: #c82638;
}

._roundBtn {
	border: none;
	color: #fff;
	font-weight: 600;
	background: #c82638;
	border-radius: 50px;
	padding: 12px 30px;
	margin-bottom: 10px;
	font-size: 16px;
	min-width: 150px;
	letter-spacing: 0.3px;
}

._roundBtn:hover {
	color: #fff;
	background: #e60d25;
}

._bookingCard-hdr ._title {
	margin-bottom: 5px;
	line-height: 25px;
}

._bookingCard-hdr:not(:last-child) {
	margin-bottom: 30px;
}

._bookingTable-outter {
	background-color: #fff;
	padding: 15px;
	border-radius: 5px;
	-webkit-box-shadow: 2px 2px 8px 0px rgba(2, 45, 98, 0.1);
	box-shadow: 2px 2px 8px 0px rgba(2, 45, 98, 0.1);
}

._bookingTable {
	background-color: #fff;
	margin: 0;
}

._bookingTable thead th {
	border: none;
	background-color: #c82638;
	color: #fff;
}

._bookingTable tbody td {
	font-size: 13px;
	line-height: 18px;
	color: #676c71;
	font-weight: 500;
}

._boldTxt {
	font-size: 18px;
	font-weight: 700;
	color: #c82638;
}

._smTxt {
	font-size: 11px;
	line-height: 15px;
}

._bookingTable ._smTxt {
	font-weight: 600;
}

._signBtn {
	background-color: #c82638d4;
	font-size: 13px;
	padding: 8px 15px;
	border-radius: 30px;
	color: #fff;
	text-transform: capitalize;
}

._signBtn:hover {
	background-color: #c82638;
	color: #fff;
}

._bHdr {
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 30px !important;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

._bHdr-lft h3 {
	margin-bottom: 0 !important;
}

@media (max-width: 991px) {
	._bHdr-lft h3 {
		font-size: 20px;
	}
}

._bHdr-right {
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

._btn-round-small {
	background-color: #c8263838;
	display: inline-block;
	font-size: 12px;
	padding: 8px 15px;
	color: #000;
}

@media (max-width: 767px) {
	._btn-round-small {
		font-size: 11px !important;
		padding: 6px 13px !important;
	}
}

._btn-round-small._active,
._btn-round-small:hover,
._booked {
	background-color: #c82638;
	color: #fff;
}

._booked {
	cursor: not-allowed;
}

._daySeclectionDiv:not(:last-child) {
	margin-right: 30px;
}

._calenderDiv .form-control {
	padding: 10px 20px;
	-webkit-box-shadow: none;
	box-shadow: none;
	font-size: 14px;
	font-weight: 500;
	background: #f6f6f6;
	color: #022d62;
	border-radius: 5px;
	background-color: #fff;
	border: 1px solid #c82638;
	height: 40px;
}

._daySeclectionDiv ._btn-round-small {
	min-width: 80px;
}

@media (max-width: 991px) {
	._daySeclectionDiv ._btn-round-small {
		min-width: 70px;
	}
}

._filterArrow {
	padding-right: 16px;
	background-image: url(../images/up-down-arrow.png);
	background-repeat: no-repeat;
	background-size: 12px;
	background-position: right center;
	display: inline-block;
	cursor: pointer;
}

._bookingForm-2 {
	padding: 30px;
}

._bookingForm-2 label {
	color: #676c71;
	font-weight: 600;
}

._bookingForm-2 .form-control {
	border: 1px solid #c82638;
	height: 48px;
	padding: 10px 20px;
	-webkit-box-shadow: none;
	box-shadow: none;
	font-size: 14px;
	font-weight: 600;
	background: #fff;
	color: #022d62;
	border-radius: 5px;
}

._boldTxt-1 {
	font-size: 16px;
	font-weight: 700;
	color: #635657;
}

._bSearchDiv:not(:last-child) {
	margin-bottom: 30px;
}

._list-outter {
	padding: 30px;
}

._list-outter:not(:last-child) {
	margin-bottom: 30px;
}

._clientLists {
	padding: 0;
}

._clientLists:last-child {
	margin-bottom: 0;
}

._clientList {
	list-style: none;
}

._clientList:not(:last-child) {
	padding-bottom: 10px;
	border-bottom: 1px solid #f0f0f0;
	margin-bottom: 10px;
}

._clientList-div {
	position: relative;
	min-height: 60px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

._clientList-div ._proPic {
	height: 60px;
	width: 60px;
	overflow: hidden;
	display: inline-block;
	border: 1px solid #676c71;
	border-radius: 100%;
	position: absolute;
	left: 0;
	background-color: #676c71;
}

._clientList-div ._proPic img {
	height: 100%;
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

._clientList-div ._proPic~._clCont {
	padding-left: 90px;
}

._clientList-div ._clCont ._name {
	font-size: 18px;
	line-height: 22px;
	font-weight: 700;
	margin-bottom: 3px;
	color: #14141e;
}

._clientList-div ._clCont ._name:last-child {
	margin-bottom: 0;
}

._clientList-div ._clCont ._info {
	font-size: 14px;
	line-height: 25px;
	font-weight: 600;
	margin-bottom: 3px;
	color: #676c71;
}

._clientList-div ._clCont ._info:last-child {
	margin-bottom: 0;
}

._clientList-div:hover ._clCont ._name {
	color: #c82638;
}

._bSearchDiv .form-control {
	height: 45px;
	background-color: #fff;
	-webkit-box-shadow: 2px 2px 8px 0px rgba(2, 45, 98, 0.1);
	box-shadow: 2px 2px 8px 0px rgba(2, 45, 98, 0.1);
	background-image: url(../images/search.png);
	background-repeat: no-repeat;
	background-position: 18px center;
	padding-left: 50px;
	background-blend-mode: exclusion;
	background-size: 19px;
}

._b-label {
	position: relative;
	display: block;
	margin: 0;
	cursor: pointer;
}

._b-label input[type="checkbox"],
._b-label input[type="radio"] {
	position: absolute;
	opacity: 0;
}

._b-label input:checked~._clientList-div ._name {
	color: #c82638;
}

._b-label input:checked~._clientList-div ._proPic {
	-webkit-box-shadow: 0 0px 0px 2px #c82638;
	box-shadow: 0 0px 0px 2px #c82638;
	border-color: #c82638;
}

._dateBookingTable tbody>tr td:first-child {
	width: 150px;
}

._dateBookingTable td {
	padding: 10px 25px;
	border: none;
	border-bottom: 1px solid #f0f0f0;
}

._dateBookingTable ._lgTxt {
	font-size: 30px;
}

._dateBookingTable ._smTxt {
	font-weight: 700;
	color: #676c71;
}

._dateBookingTable-inner {
	margin-bottom: 0;
}

._dateBookingTable-inner tr td:nth-child(2) {
	width: 135px;
	text-align: center;
}

._dateBookingTable-inner tr:last-child td {
	border-bottom: none;
}

._dateBookingTable-inner td {
	vertical-align: middle;
	border: none;
	background-color: #f0f0f080;
	padding: 10px 25px;
	border-bottom: 10px solid #fff;
}

._dateBookingTable-inner td p {
	color: #676c71;
	font-size: 14px;
	line-height: 18px;
}

._dateBookingTable-inner td p:last-child {
	margin-bottom: 0;
}

._clientProDiv {
	position: relative;
	min-height: 75px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

._clientProDiv:not(:last-child) {
	margin-bottom: 15px;
}

._clientProDiv ._proPic {
	height: 75px;
	width: 75px;
	overflow: hidden;
	display: inline-block;
	border: 1px solid #676c71;
	border-radius: 100%;
	position: absolute;
	left: 0;
	background-color: #676c71;
}

._clientProDiv ._proPic img {
	height: 100%;
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

._clientProDiv ._proPic~._clCont {
	padding-left: 95px;
}

._clientProDiv ._clCont ._name {
	font-size: 20px;
	line-height: 22px;
	font-weight: 700;
	margin-bottom: 3px;
	color: #14141e;
}

._clientProDiv ._clCont ._info {
	font-size: 13px;
	line-height: 25px;
	font-weight: 600;
	margin-bottom: 3px;
	color: #676c71;
}

._clientProDiv ._clCont ._info:last-child {
	margin-bottom: 0;
}

._bookingDetails p {
	font-size: 16px;
	line-height: 25px;
	font-weight: 500;
}

._bookingDetails p:not(:last-child) {
	margin-bottom: 5px;
}

._timeList {
	padding: 0;
	margin-top: 15px;
	margin-right: -2.5px;
	margin-left: -2.5px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

._timeList li {
	display: inline-block;
	list-style: none;
	padding-left: 2.5px;
	padding-right: 2.5px;
}

._timeList li label,
._timeList li ._t-label {
	display: block;
	cursor: pointer;
	margin-bottom: 5px;
}

._timeList li label input[type="checkbox"],
._timeList li label input[type="radio"],
._timeList li ._t-label input[type="checkbox"],
._timeList li ._t-label input[type="radio"] {
	position: absolute;
	opacity: 0;
}

._timeList li label input:checked~._timeSpan,
._timeList li ._t-label input:checked~._timeSpan {
	border-color: #ec1830;
	background-color: #ec1830;
	color: #fff;
}

._timeSpan {
	display: inline-block;
	border: 1px solid #ddd;
	padding: 5px 13px;
	font-size: 13px;
	font-weight: 500;
	border-radius: 5px;
	color: #676c71;
}

._timeSpan._selected {
	border-color: #ec1830;
	background-color: #ec1830;
	color: #fff;
}

._ctimeDiv {
	display: none;
}

._ctimeDiv.show {
	display: block;
}

._ctimeDiv:not(:last-child) {
	margin-bottom: 20px;
}

._finalDate {
	position: relative;
	margin-top: 20px;
	display: block;
}

._finalDate ._icon {
	position: absolute;
	top: -5px;
}

._finalDate ._icon~p {
	padding-left: 45px;
}

._finalDate p {
	font-size: 18px;
	font-weight: 700;
}

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

._inactive {
	pointer-events: none !important;
	opacity: 0.5 !important;
}

/*===============================
 Booking Section End ==========
 =============================== */
/*===============================
 Changes 18-12-20 ==========
 =============================== */
._msgModal .modal-dialog {
	top: 50%;
	-webkit-transform: translateY(-70%) !important;
	transform: translateY(-70%) !important;
}

._msgModal .close {
	height: 35px;
	width: 35px;
	border-radius: 100%;
	background: #c82638;
	position: absolute;
	opacity: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	color: #fff;
	margin: 0;
	padding: 5px;
	line-height: 5px;
	right: -13px;
	top: -13px;
	z-index: 1;
}

._msgModal .close:hover {
	background: #000;
	opacity: 1;
}

._msgModal .modal-header {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

._msgModal .modal-body {
	text-align: center;
	padding: 30px 15px;
}

._msgModal .modal-body p {
	font-size: 16px;
}

._msgModal .modal-body p a {
	font-weight: 500;
	color: #c82638;
}

._msgModal .modal-body p a:hover {
	text-decoration: underline !important;
}

._coachClass-page {
	padding: 60px 0;
}

._chBar {
	padding: 15px 0;
	background-color: #eee;
	margin-bottom: 35px;
}

._chBar ._navTabWrapper .nav {
	border: none;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

._chBar ._navTabWrapper .nav li {
	padding: 0 15px;
	font-size: 16px;
	text-transform: capitalize;
	font-weight: 600;
}

._chBar ._navTabWrapper .nav li.active a {
	color: #c82638;
}

._chBar ._navTabWrapper .nav li a {
	color: #000;
}

._chBar ._navTabWrapper .nav li a.active {
	color: #c82638;
}

._cSearch .row {
	margin: 0;
}

._cSearch .row>div {
	padding: 0;
}

._cSearch .form-control {
	border-radius: 0;
}

._cSearch .btn {
	width: 100%;
	border-radius: 0;
}

._timeSlots {
	padding: 0;
}

._timeSlots li {
	display: inline-block;
	padding: 0 20px 20px 0;
}

._timeSlots li a {
	color: #fff;
	text-align: center;
	min-width: 130px;
	display: inline-block;
	background-color: #c82638;
	padding: 10px 15px;
	border-radius: 4px;
}

._calScroll-outter {
	position: relative;
	margin-bottom: 30px;
}

._prev,
._next {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	height: 30px;
	width: 30px;
	background-color: #c82638;
	border-radius: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	color: #fff;
}

._prev {
	left: 0;
}

._next {
	right: 0;
}

._fiterTopBar {
	margin-bottom: 30px;
}

._fiterTopBar .row {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

._calScroll-div {
	padding: 0 45px;
	position: relative;
}

._calScroll-div ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 0;
}

._calScroll-div ul li {
	padding: 0;
	-ms-flex: 0 0 14.28%;
	-webkit-box-flex: 0;
	flex: 0 0 14.28%;
	max-width: 14.28%;
	list-style: none;
}

._dateDiv {
	text-align: center;
	padding: 25px;
	border: 1px solid #ddd;
}

._dateDiv span {
	display: block;
	color: #676c71;
	font-size: 15px;
	font-weight: 600;
}

._dateDiv ._date {
	font-size: 18px;
	color: #022d62 !important;
}

._smTx {
	font-size: 20px;
}

._dateRange {
	position: relative;
	padding: 0 45px;
	text-align: center;
	font-size: 18px;
	font-weight: 500;
}

._dateRange span {
	display: inline-block;
	padding: 0 5px;
}

._dateRange p {
	margin-bottom: 0;
}

._calenderSlider-div .owl-carousel .owl-dots {
	display: none;
}

._calenderSlider-div .owl-carousel .owl-next,
._calenderSlider-div .owl-carousel .owl-prev {
	position: absolute !important;
	top: 50% !important;
	-webkit-transform: translateY(-50%) !important;
	transform: translateY(-50%) !important;
	height: 30px !important;
	width: 30px !important;
	background-color: #c82638 !important;
	border-radius: 100% !important;
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
	-webkit-box-align: center !important;
	-ms-flex-align: center !important;
	align-items: center !important;
	-webkit-box-pack: center !important;
	-ms-flex-pack: center !important;
	justify-content: center !important;
	color: #fff !important;
}

._calenderSlider-div .owl-carousel .owl-next {
	right: 0 !important;
	left: auto !important;
}

._calenderSlider-div .owl-carousel .owl-prev {
	left: 0 !important;
}

._filterGrp .btn {
	height: unset;
	padding: 5px 15px;
	min-width: unset;
	font-size: 13px;
	line-height: 22px;
	background-color: #343a40;
}

._filterGrp .btn:hover,
._filterGrp .btn._active {
	background-color: #c82638;
}

._btn-sm {
	height: unset;
	padding: 5px 15px;
	min-width: unset;
	font-size: 13px;
	line-height: 22px;
	background-color: #c82638;
	color: #fff;
	border-radius: 3px;
	letter-spacing: 2px;
	text-transform: capitalize;
	font-family: "Archivo", sans-serif;
	font-weight: 300;
}

._btn-sm:hover,
._btn-sm._active {
	background-color: #c82638;
	color: #fff;
}

._timeTable tr th {
	background-color: #f5f5f5;
	color: #333;
	font-size: 18px;
}

._timeTable tr td {
	font-weight: bold;
	color: #333;
}

@media (max-width: 767px) {
	._timeTable .btn {
		font-size: 12px;
		padding: 6px 6px;
		min-width: 73px;
	}
}

._bottomBorder {
	padding-bottom: 10px;
	border-bottom: 1px solid #ddd;
}

._about-images {
	margin-right: -5px;
	margin-right: -5px;
}

._about-images>div {
	padding-left: 5px;
	padding-right: 5px;
}

._about-images img {
	min-height: 130px;
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	margin-bottom: 10px;
}

._class-map iframe {
	height: 350px;
	width: 100%;
}

._sheduleTable {
	border: 1px solid #dee2e6;
}

._sheduleTable tr td {
	padding: 10px 25px;
	color: #676c71;
}

._sheduleTable tr td:first-child {
	background-color: #c82638;
	color: #fff;
	width: 100px;
}

._classModal .modal-dialog {
	max-width: calc(100% - 30px);
	width: 750px;
}

@media (max-width: 991px) {
	._classModal .modal-dialog {
		height: 500px;
		overflow-y: scroll;
	}
}

@media (max-width: 767px) {
	._classModal .modal-dialog {
		height: 450px;
		overflow-y: scroll;
	}
}

.quantity {
	position: relative;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

input[type="number"] {
	-moz-appearance: textfield;
}

.quantity input {
	width: 95px;
	height: 42px;
	line-height: 1.65;
	float: left;
	display: block;
	padding: 0;
	margin: 0;
	padding-left: 20px;
	border: 1px solid #eee;
	color: #333;
}

.quantity input:focus {
	outline: 0;
}

.quantity-nav {
	float: left;
	position: relative;
	height: 42px;
}

.quantity-button {
	position: relative;
	cursor: pointer;
	border-left: 1px solid #eee;
	width: 25px;
	text-align: center;
	color: #333;
	font-size: 25px;
	font-family: "Trebuchet MS", Helvetica, sans-serif !important;
	line-height: 22px;
	-webkit-transform: translateX(-100%);
	transform: translateX(-100%);
}

.quantity-button.quantity-up {
	position: absolute;
	height: 50%;
	top: 0;
	border-bottom: 1px solid #eee;
}

.quantity-button.quantity-down {
	position: absolute;
	bottom: -1px;
	height: 50%;
}

._c-msg {
	padding: 15px;
	border: 1px solid #c82638;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	border-radius: 5px;
	margin-bottom: 15px;
}

._classSignupOpt {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 15px;
}

@media (max-width: 767px) {
	._classSignupOpt {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
}

._classSignupOpt>* {
	margin-right: 8px;
}

@media (max-width: 767px) {
	._classSignupOpt>* {
		-ms-flex: 0 0 100%;
		-webkit-box-flex: 0;
		flex: 0 0 100%;
		max-width: 100%;
		margin-bottom: 10px;
	}
}

._classSignupOpt .form-control {
	max-width: 100px;
	border-color: #ddd;
}

._checkBoxs {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

._checkBoxs .custom-control-label:before {
	top: 23px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

._checkBoxs .custom-control-label:after {
	top: 23px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

._checkBoxs .custom-control.custom-checkbox {
	padding: 0;
	padding-bottom: 20px;
	margin-left: 10px;
	margin-right: 0;
}

._btn-green {
	background-color: #44ab44 !important;
}

._btn-green:hover {
	background-color: #3d983d !important;
}

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

._slectClassDate * {
	margin-right: 10px;
}

._slectClassDate .form-control {
	max-width: 200px;
}


.demoProduct {
	width: 100%;
	max-width: 550px !important;
	max-height: 400px !important;
	object-fit: cover;
}

@media (max-width: 767px) {
	._numCount .row>div {
		margin-bottom: 10px;
	}
}

@media (max-width: 767px) {
	.form-control {
		height: 40px;
		padding: 6px 15px;
	}
}

._infoLists li {
	list-style: none;
	padding-bottom: 10px;
	position: relative;
}

._infoLists li span {
	font-weight: 500;
}

._infoLists li ._label {
	display: inline-block;
	min-width: 160px;
	font-weight: bold;
	color: #333;
}

.close._close2 {
	height: 35px;
	width: 35px;
	background-color: #c82638;
	opacity: 1;
	color: #fff;
	padding: 5px;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	border-radius: 100%;
	line-height: 15px;
	position: absolute;
	right: -6px;
	top: 0;
	cursor: pointer;
}

._edit {
	background: #c82638;
	padding: 10px 15px;
	color: #fff;
	opacity: 0.8;
}

._edit:hover {
	opacity: 1;
	color: #fff;
}

._signu-page {
	padding: 45px 0;
	background-color: #f1f1f1;
}

._logoImg {
	text-align: center;
}

._signupCard {
	background-color: #fff;
	padding: 30px;
	border-radius: 10px;
}

._signupCard ._logoImg {
	margin-bottom: 20px;
	font-size: 13px;
}

._stepWrapper {
	max-width: 500px;
	margin: 0 auto;
	position: relative;
	z-index: 1;
}

._stepWrapper ._stepStones {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: 100%;
}

._stepWrapper:before {
	position: absolute;
	content: "";
	height: 2px;
	width: 100%;
	background-color: #ddd;
	z-index: -1;
	top: 50%;
	margin-top: -1px;
	left: 0;
}

._progressBar {
	height: 2px;
	width: 0%;
	background-color: #c82638;
	display: block;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -1px;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}

._step {
	display: inline-block;
	height: 45px;
	width: 45px;
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 100%;
	text-align: center;
	padding: 5px;
	line-height: 33px;
	font-size: 18px;
	position: relative;
}

@media (max-width: 767px) {
	._step {
		height: 35px;
		width: 35px;
		font-size: 15px;
		line-height: 22px;
	}
}

._step:before {
	position: absolute;
	content: "";
	height: 100%;
	width: 100%;
	background-color: #c82638;
	border-radius: 50%;
	left: 0;
	right: 0;
	margin: 0 auto;
	top: 0;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	-webkit-transform: scale(0);
	transform: scale(0);
}

._step:after {
	position: absolute;
	content: "";
	height: 8px;
	width: 15px;
	border: 2px solid #fff;
	border-top: 0;
	border-right: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	top: 14px;
	display: none;
}

@media (max-width: 767px) {
	._step:after {
		height: 5px;
		width: 11px;
		top: 12px;
	}
}

._step.current {
	border-color: #c82638;
	color: #c82638;
}

._step.completed:before {
	-webkit-transform: scale(1);
	transform: scale(1);
}

._step.completed:after {
	display: block;
}

._stepOutter {
	display: none;
}

._stepOutter.show {
	display: block;
}

._label {
	font-size: 14px;
	font-weight: 600;
	margin-bottom: 5px;
}

._label ._req {
	font-size: 15px;
	color: #c82638;
}

._link {
	text-decoration: underline;
	font-size: 14px;
	font-weight: 600;
}

._btn-dark {
	background-color: #14141e !important;
	border-color: #14141e !important;
}

._btn-dark:hover {
	background-color: #c82638 !important;
	border-color: #c82638 !important;
}

._aboutSection .section-title {
	margin-bottom: 35px;
}

.section-title ._title-txt2 {
	color: #666666;
	font-size: 14px;
	font-weight: 500;
	line-height: 24px;
	text-transform: unset;
}

.who-row-bottom {
	padding-bottom: 0;
	padding-left: 25px;
	padding-right: 15px;
	border-left: 3px solid #ddd;
	margin-bottom: 25px;
	position: relative;
}

.who-row-bottom:before {
	position: absolute;
	content: "";
	width: 3px;
	height: 35px;
	background-color: #c82638;
	left: -3px;
	top: 0;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}

.who-row-bottom .btn {
	padding: 0;
}

.who-row-bottom p:not(:last-child) {
	margin-bottom: 10px;
}

.who-row-bottom:hover:before {
	height: 100%;
}

.who-sub-bottom {
	margin-bottom: 10px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.who-sub-bottom ._icon {
	padding-right: 10px;
}

.distab-cell-middle {
	display: table-cell;
	vertical-align: middle;
	text-align: left;
}

.who-left-pad h4 {
	margin-bottom: 0;
	font-size: 18px;
	font-weight: 600;
}

.who-left-pad h4 a {
	color: #c82638;
}

.app-features-bullet li {
	font-size: 22px;
}

._feature-section-1 {
	position: relative;
	z-index: 1;
}

._feature-section-1:before {
	position: absolute;
	content: "";
	height: 40%;
	width: 100%;
	top: 0px;
	left: 0;
	background-color: #c82638;
	z-index: -1;
	min-height: 400px;
}

._feature-section-1 ._title,
._feature-section-1 p {
	color: #fff;
}

._featureDiv-cont-2 .feature-info {
	background-image: url(https://prowess.qodeinteractive.com/wp-content/uploads/2018/02/info-box-img-1.jpg);
	background-position: center !important;
	height: 300px;
	position: relative;
	z-index: 1;
	text-align: center;
}

._featureDiv-cont-2 .feature-info:before {
	position: absolute;
	content: "";
	height: 100%;
	width: 100%;
	background-color: rgba(0, 0, 0, 0.6);
	left: 0;
	top: 0;
	z-index: -1;
}

._featureDiv-cont-2 .feature-info .feature-info-icon {
	color: #fff;
	margin-left: auto;
	margin-right: auto;
	display: block;
	left: 0;
	right: 0;
	margin-bottom: 15px;
	top: 65px;
}

._featureDiv-cont-2 .feature-info .feature-info-content {
	margin-top: 125px;
}

._featureDiv-cont-2 .feature-info .feature-info-content p {
	color: #fff;
	display: none;
	font-size: 14px;
	line-height: 24px;
}

._featureDiv-cont-2 .feature-info .feature-info-content .feature-info-title {
	color: #fff;
	font-size: 24px;
}

._featureDiv-cont-2 .feature-info .feature-info-content .icon-btn {
	left: 0;
	right: 0;
	margin: 0 auto;
}

._featureDiv-cont-2 .feature-info:hover {
	background: #c82638 !important;
}

._featureDiv-cont-2 .feature-info:hover .feature-info-content {
	margin-top: 0px;
}

._featureDiv-cont-2 .feature-info:hover .feature-info-content p {
	display: block;
}

._featureDiv-cont-2 .feature-info:hover .feature-info-content .feature-info-title {
	font-size: 20px;
	margin-bottom: 5px !important;
}

._featureDiv-cont-2 .feature-info:hover .feature-info-icon {
	top: -70px;
	margin-bottom: 10px;
	font-size: 55px;
}

._featureDiv-cont-2 .feature-info:hover .icon-btn {
	bottom: 15px;
}

._featureDiv-cont-2 .feature-info:hover:before {
	opacity: 0;
}

._facilitiesSection {
	background-image: url(../images/dark-bg.jpg);
	padding: 50px;
	overflow: hidden;
}

._featureDiv-cont-3 .feature-info {
	background-color: #252525;
	min-height: 440px;
	/* min-height: 380px; */
	display: flex;
	justify-content: center;
}

@media (max-width: 767px) {
	._featureDiv-cont-3 .feature-info {
		min-height: 320px;
	}
}

@media (max-width: 639px) {
	._featureDiv-cont-3 .feature-info {
		min-height: auto;
	}
}

._featureDiv-cont-3 .feature-info .icon-btn {
	display: none;
}

._featureDiv-cont-3 .feature-info .feature-info-icon {
	color: #fff;
	position: relative;
	top: 0;
	font-size: 35px;
	margin-bottom: 10px;
}

._featureDiv-cont-3 .feature-info .feature-info-content {
	color: #fff;
	margin: 0;
}

._featureDiv-cont-3 .feature-info .feature-info-content .feature-info-title {
	color: #fff;
}

._featureDiv-cont-3 .feature-info .feature-info-content p {
	color: #fff;
}

._featCarousal.owl-carousel button.owl-dot {
	background: #ffffff !important;
}

._featCarousal .owl-nav button.owl-next,
._featCarousal .owl-nav button.owl-prev {
	height: 45px;
	width: 45px;
	background-color: #fff;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	border-radius: 100%;
	font-size: 25px;
	line-height: 15px;
	position: absolute;
	top: 45%;
}

._featCarousal .owl-nav button.owl-next:hover,
._featCarousal .owl-nav button.owl-prev:hover {
	background: #c82638;
	color: #fff;
}

@media (max-width: 767px) {

	._featCarousal .owl-nav button.owl-next,
	._featCarousal .owl-nav button.owl-prev {
		display: none !important;
	}
}

._featCarousal .owl-nav button.owl-prev {
	left: -30px;
}

._featCarousal .owl-nav button.owl-next {
	right: -30px;
}

._coaches-section._halfOverlay {
	position: relative;
	background-image: url(../images/training.jpg);
	background-attachment: unset;
	background-size: 100%;
	background-position: right bottom;
	z-index: 1;
}

._coaches-section._halfOverlay:before {
	content: "";
	position: absolute;
	height: 100%;
	width: 50%;
	background-image: url(../images/training.jpg);
	background-size: cover;
	right: 0;
	left: auto;
	top: 0;
	z-index: -1;
}

@media (max-width: 767px) {
	._coaches-section._halfOverlay:before {
		width: 100%;
	}
}

._coaches-section._halfOverlay:after {
	content: "";
	position: absolute;
	height: 100%;
	width: 55%;
	background-color: #c82638;
	left: 0;
	top: 0;
	z-index: -1;
}

@media (max-width: 767px) {
	._coaches-section._halfOverlay:after {
		width: 100%;
		background-color: rgba(200, 38, 56, 0.9);
	}
}

._coaches-section._halfOverlay p:not(:last-child) {
	margin-bottom: 15px;
}

._cunsult-section {
	background-color: #c82638;
	background-image: url(../images/work-out-img.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
	position: relative;
	background-position: center;
}

._cunsult-section:before {
	position: absolute;
	content: "";
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	background: #161515c9;
}

._cunsult-section h2,
._cunsult-section p {
	color: #fff;
}

._cunsult-section .section-title {
	z-index: 1;
}

._iconDiv {
	text-align: center;
}

._iconDiv ._icon {
	display: inline-block;
	height: 55px;
	margin-bottom: 1px;
	margin-bottom: 15px;
}

._iconDiv ._icon img {
	height: 100%;
	width: auto;
	-o-object-fit: contain;
	object-fit: contain;
}

._iconDiv ._iconTxt {
	font-family: "Montserrat", sans-serif;
	font-weight: 700;
	color: #14141e;
	font-size: 16px;
	line-height: 22px;
}

@media (max-width: 767px) {
	._iconDiv ._iconTxt {
		font-size: 14px;
		line-height: 20px;
	}
}

._tabRow>div:first-child {
	-ms-flex: 0 0 315px;
	-webkit-box-flex: 0;
	flex: 0 0 315px;
	max-width: 315px;
}

@media (max-width: 1199px) {
	._tabRow>div:first-child {
		ms-flex: 0 0 290px;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 290px;
		flex: 0 0 290px;
		max-width: 290px;
	}
}

@media (max-width: 640px) {
	._tabRow>div:first-child {
		-ms-flex: 0 0 100%;
		-webkit-box-flex: 0;
		flex: 0 0 100%;
		max-width: 100%;
	}
}

._tabRow>div:last-child {
	-ms-flex: 0 0 calc(100% - 315px);
	-webkit-box-flex: 0;
	flex: 0 0 calc(100% - 315px);
	max-width: calc(100% - 315px);
}

@media (max-width: 1199px) {
	._tabRow>div:last-child {
		-ms-flex: 0 0 calc(100% - 290px);
		-webkit-box-flex: 0;
		flex: 0 0 calc(100% - 290px);
		max-width: calc(100% - 290px);
	}
}

@media (max-width: 640px) {
	._tabRow>div:last-child {
		-ms-flex: 0 0 100%;
		-webkit-box-flex: 0;
		flex: 0 0 100%;
		max-width: 100%;
	}
}

._solNav-2 {
	width: 100%;
	margin-bottom: 50px;
}

._solNav-2 .nav {
	display: block;
	margin: 0;
}

._solNav-2 .nav::before {
	width: 1px;
	height: 470px;
	background-color: #dee2e6;
	content: "";
	position: absolute;
	right: 16px;
	top: 0px;
}

@media (max-width: 640px) {
	._solNav-2 .nav {
		width: unset !important;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
}

._solNav-2 .nav .nav-link {
	padding: 17px 35px;
	font-size: 16px;
	margin: 0;
	border-radius: 0;
	background-color: transparent;
	font-weight: 400;
	position: relative;
}

._solNav-2 .nav .nav-link:hover {
	background-color: transparent;
	color: #c82638;
}

._solNav-2 .nav .nav-link.active {
	background-color: transparent;
	color: #c82638;
}

._solNav-2 .nav .nav-link.active::before {
	width: 4px;
	height: 48px;
	background-color: #c82638;
	content: "";
	position: absolute;
	right: 0;
	top: 5px;
}

@media (max-width: 1329px) {
	._btn {
		height: 35px;
		padding: 5px 15px;
		min-width: 115px;
		background-color: #c82638;
		color: #fff;
		font-size: 14px;
		line-height: 24px;

		&._btn_red_border {
			background-color: #fff;
			color: #c82638;
		}
	}
}

@media (max-width: 1199px) {
	._solNav-2 .nav .nav-link {
		padding: 15px 35px !important;
		font-size: 16px !important;
	}
}

@media (max-width: 991px) {
	._solNav-2 .nav .nav-link {
		padding: 15px 20px !important;
	}
}

@media (max-width: 640px) {
	._solNav-2 .nav .nav-link {
		display: inline-block;
		border-right: 1px solid rgba(255, 255, 255, 0.1);
	}
}

._solNav-2 .nav .nav-link ._tIcon {
	display: inline-block;
	position: absolute;
	height: 30px;
	width: 30px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 30px;
}

@media (max-width: 767px) {
	._solNav-2 .nav .nav-link ._tIcon {
		left: 25px;
	}
}

._solNav-2 .nav .nav-link ._tIcon img {
	width: 100%;
	height: 100%;
	-o-object-fit: contain;
	object-fit: contain;
}

._solNav-2 .nav .nav-link ._tIcon~._t-text {
	padding-left: 45px;
}

@media (max-width: 640px) {
	._solNav-2 .nav .nav-link ._tIcon~._t-text {
		white-space: nowrap;
	}
}

._customAccordian .card {
	border-radius: 0;
	margin-bottom: 30px;
}

._customAccordian .card .card-body {
	padding: 15px 30px;
	border: 1px solid #dddddd80;
	border-top: 0;
}

._customAccordian .accordion-icon.card-header {
	border-radius: 0;
	margin: 0;
}

._customAccordian .accordion-icon.card-header button {
	padding: 15px 30px;
	border-radius: 0;
	border: 1px solid #ddd;
	line-height: 28px;
}

._customAccordian .accordion-icon.card-header button.collapsed {
	background: transparent;
	color: #000;
}

._textDark {
	color: #000 !important;
}

.footer-mid .container>.row>div {
	-ms-flex: 0 0 23%;
	-webkit-box-flex: 0;
	flex: 0 0 23%;
	max-width: 23%;
}

@media (max-width: 1199px) {
	.footer-mid .container>.row>div {
		-ms-flex: 0 0 22%;
		-webkit-box-flex: 0;
		flex: 0 0 22%;
		max-width: 22%;
	}
}

.footer-mid .container>.row>div:last-child {
	-ms-flex: 0 0 31%;
	-webkit-box-flex: 0;
	flex: 0 0 31%;
	max-width: 31%;
}

@media (max-width: 1199px) {
	.footer-mid .container>.row>div:last-child {
		-ms-flex: 0 0 34%;
		-webkit-box-flex: 0;
		flex: 0 0 34%;
		max-width: 34%;
	}
}

@media screen and (max-width: 640px) {
	.footer-mid .container>.row>div {
		-ms-flex: 0 0 100% !important;
		-webkit-box-flex: 0 !important;
		flex: 0 0 100% !important;
		max-width: 100% !important;
	}

	.support_test .myTestimonial {
		height: 100%;
	}

	.support_test .swiper-slide .slide-container {
		max-width: 90%;
		padding: 20px 60px;
		display: flex;
		flex-direction: column;
	}

	.support_test .swiper-slide img:not(.quote-icon) {
		display: block;
		width: 100%;
		height: 160px;
		object-fit: contain;
	}

	.support_test .swiper-slide .slide-container .img-content {
		width: 100%;
	}

	.support_test .slide-container .swiper-body {
		width: 100%;
	}
}

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

._appListDiv ._appLists {
	margin-left: 12px;
}

._appListDiv>a {
	min-width: 69px;
}

.about_section .nav-tabs {
	border-bottom: 4px solid #c82638;
}

.about_section .nav-tabs .nav-item {
	margin-right: 5px;
}

.about_section .nav-tabs .nav-item .nav-link {
	padding: 11px 23px;
	font-size: 16px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	font-family: "Montserrat", sans-serif;
	font-weight: 600;
	text-wrap: nowrap;
}

.about_section .nav-tabs .nav-item .nav-link.active {
	background-color: #c82638;
	color: #fff;
	border-color: #c82638;
}

/* .about_section .tab-content h5 {
  text-transform: uppercase;
} */

.appstoreIcon {
	font-size: 24px;
	color: #000;
}

.space-ptb .lead {
	font-size: 16px;
	font-weight: 400;
	margin-bottom: 0;
}

.space-ptb .list-img {
	max-height: 300px;
	margin-bottom: 40px;
	overflow: hidden;
	padding: 0 10px;
}

.space-ptb .hover-row .col-md-6:nth-child(2n) {
	display: flex;
	flex-direction: column;
	padding: 0 40px;
	/* text-align: justify; */
}

.space-ptb .hover-row img {
	transition: 0.5s ease;
	filter: grayscale(0);
	border-radius: 20px;
}

.space-ptb .list-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: top;
	transition: 0.5s ease;
}

.googleplayIcon {
	font-size: 22px;
	color: #000;
}

.about_section .img-box {
	width: 250px;
	height: 300px;
	background-color: #f6f6f6;
	border-radius: 5px;
	-webkit-box-shadow: 0 2.8px 2.2px rgba(0, 0, 0, 0.034),
		0 6.7px 5.3px rgba(0, 0, 0, 0.048), 0 12.5px 10px rgba(0, 0, 0, 0.06),
		0 22.3px 17.9px rgba(0, 0, 0, 0.072), 0 41.8px 33.4px rgba(0, 0, 0, 0.086),
		0 100px 80px rgba(0, 0, 0, 0.12);
	box-shadow: 0 2.8px 2.2px rgba(0, 0, 0, 0.034),
		0 6.7px 5.3px rgba(0, 0, 0, 0.048), 0 12.5px 10px rgba(0, 0, 0, 0.06),
		0 22.3px 17.9px rgba(0, 0, 0, 0.072), 0 41.8px 33.4px rgba(0, 0, 0, 0.086),
		0 100px 80px rgba(0, 0, 0, 0.12);
}

.about_section .img-box.shape1 {
	margin-top: 45px;
	margin-right: -45px;
	background-image: url(/images/calendar.jpg);
	background-size: cover;
}

.about_section .img-box.shape2 {
	background-image: url(/images/client.jpg);
	background-size: cover;
}

.about_section .img-box.shape3 {
	margin-top: 45px;
	margin-left: -45px;
	background-image: url(/images/coach.jpg);
	background-size: cover;
	background-position: center;
}

.about_section .img-box.shape7 {
	margin-top: 45px;
	margin-right: -45px;
	background-image: url(/images/membership.jpg);
	background-size: cover;
}

.about_section .img-box.shape8 {
	background-image: url(/images/multi-coach.jpg);
	background-size: cover;
}

.about_section .img-box.shape9 {
	margin-top: 45px;
	margin-left: -45px;
	background-image: url(/images/payroll.jpg);
	background-size: cover;
	background-position: center;
}

/*************************
       Responsive
*************************/
/*************************
       1700px
*************************/
@media only screen and (min-width: 1200px) and (max-width: 1400px) {
	.footer .container-fluid {
		padding: 0 15px;
	}
}

@media (max-width: 1199px) {
	.space-ptb {
		padding: 60px 0;
	}

	._solNav .nav-tabs.nav-tabs-02 .nav-link {
		padding: 10px 15px;
		font-size: 14px;
	}

	.pricing .pricing-price strong {
		font-size: 60px;
		line-height: 60px;
	}

	._inner-banner {
		height: 270px;
	}
}

@media (max-width: 991px) {
	.space-ptb {
		padding: 50px 0;
	}

	.space-pt {
		padding-top: 70px;
	}

	.space-pb {
		padding-bottom: 70px;
	}

	.footer .container-fluid {
		padding: 0 50px;
	}

	.swiper-button-prev,
	.swiper-button-next {
		display: none;
	}

	._inner-banner {
		height: 250px;
	}

	._pricing-section ._pricing-row {
		margin-top: 15px;
	}

	._pricing-section .pricing.active {
		margin-top: 0;
	}

	._pricing-row>div {
		margin-bottom: 15px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.container {
		max-width: 96%;
	}

	.display-4 {
		font-size: 3rem;
	}
}

@media (max-width: 767px) {
	h1 {
		font-size: 32px;
	}

	h2 {
		font-size: 28px;
	}

	h3 {
		font-size: 24px;
	}

	h4 {
		font-size: 20px;
	}

	h5 {
		font-size: 18px;
	}

	h6 {
		font-size: 17px;
	}

	.btn {
		font-size: 14px;
		padding: 13px 16px;
	}

	.space-ptb {
		padding: 50px 0;
	}

	.display-2 {
		font-size: 3rem !important;
	}

	.display-4 {
		font-size: 2rem;
	}

	.space-pt {
		padding-top: 50px;
	}

	.space-pb {
		padding-bottom: 50px;
	}

	.container {
		max-width: 100%;
	}

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

	.owl-carousel.testimonial .owl-nav i {
		display: none;
	}

	._pricing-row>div {
		margin-bottom: 30px !important;
	}

	._pricing-section .pricing.active {
		margin-top: 0px;
	}

	._btn {
		height: 35px;
		padding: 5px 15px;
		min-width: 115px;
		background-color: #c82638;
		color: #fff;
		font-size: 14px;
		line-height: 24px;
	}

	.footer-bottom p {
		text-align: left;
	}

	._feat-fig {
		margin-bottom: 30px;
	}

	.back-to-top {
		height: 35px;
		width: 35px;
		line-height: 35px;
		font-size: 15px;
		right: 10px;
		bottom: 15px;
	}

	.footer .footer-link ul li a {
		padding: 4px 0px;
	}

	.footer-mid {
		padding: 15px 0 15px;
	}

	.accordion .card-body {
		padding: 15px 20px;
	}

	._inner-banner {
		height: 170px;
	}

	.section-title p {
		font-size: 15px;
	}

	._featureDiv-cont .feature-info-style-01 {
		padding: 20px;
	}

	.feature-info .feature-info-icon {
		font-size: 50px;
	}

	._feature-section.bg-light ._feDiv-row ._feDiv-col:first-child {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
	}

	._solNav {
		overflow-y: scroll;
	}

	._solNav .nav-tabs {
		width: 950px;
		-webkit-box-pack: start !important;
		-ms-flex-pack: start !important;
		justify-content: flex-start !important;
	}

	._sol_tabSection div#nav-tabContent {
		margin-top: 20px !important;
	}

	._msgModal .modal-dialog {
		max-width: calc(100% - 23px);
	}

	.pricing .pricing-list {
		margin-top: 15px;
		margin-bottom: 20px;
	}

	.header .btn {
		min-width: 95px;
	}

	._bannen-2 .swiper-slide-2 {
		height: auto;
	}
}

@media (max-width: 575px) {
	h1 {
		font-size: 30px;
	}

	h2 {
		font-size: 22px;
	}

	h3 {
		font-size: 18px;
	}

	h5 {
		font-size: 16px;
	}

	h6 {
		font-size: 15px;
	}

	._sol_tabSection .tab-content p {
		font-size: 14px;
		line-height: 24px;
	}

	.testimonial .testimonial-item .testimonial-content p {
		font-size: 18px;
	}

	.footer.bg-dark .social-icon li {
		margin-bottom: 7px;
	}

	.footer .footer-link {
		display: block;
	}

	.pagination .page-item .page-link {
		padding: 10px 15px;
	}

	.footer .social-icon li {
		margin-right: 0;
	}

	.category-style-03 {
		display: block;
	}

	.category-style-03 a.category-item {
		display: inline-table;
	}

	.space-ptb {
		padding: 30px 0;
	}

	._kb-block .feature-info-style-08 .feature-info-number span {
		height: 45px;
		width: 45px;
		font-size: 14px;
	}

	._kb-block .feature-info-style-08 .feature-info-content {
		margin-top: 10px;
	}

	._inner-banner {
		height: 125px;
	}

	.footer-mid .mb-4 {
		margin-bottom: 20px !important;
	}

	.section-title p {
		font-size: 14px;
	}

	.navbar .navbar-brand {
		display: flex;
		justify-content: center;
		align-items: center;
	}

	._login ._btn {
		min-width: 75px !important;
		font-size: 12px;
		padding: 5px 6px;
		height: 30px;
		line-height: 18px;

		&._btn_red_border {
			min-width: 75px !important;
			font-size: 12px;
			padding: 5px 6px;
			height: 30px;
			line-height: 18px;
		}
	}
}

@media screen and (max-width: 479px) {
	.footer .container-fluid {
		padding: 0 15px;
	}

	.font-xlll {
		font-size: 30px;
		line-height: 30px;
	}

	.about_section .nav-tabs .nav-item {
		margin-right: 0;
	}

	.about_section .nav-tabs {
		justify-content: space-between !important;
		display: flex;
	}

	.tab-content>.tab-pane {
		.row {
			gap: 30px;
		}
	}

	.pricing_para {
		width: 100% !important;
	}

	.about_section .nav-tabs .nav-item .nav-link {
		padding: 11px 18px;
	}

	._login ._btn {
		min-width: 85px;
	}

	.h-sm-500 {
		height: 390px;
	}

	.accordion .accordion-icon.card-header button {
		font-size: 15px;
		padding: 15px;
		line-height: 20px;
	}

	.accordion .card-body {
		padding: 10px 15px;
	}

	.support_test .swiper-slide .slide-container {
		max-width: 90%;
		padding: 20px;
		display: flex;
		flex-direction: column;
	}

	.link-grp a {
		font-size: 16px;
	}

	.back-to-top {
		right: 30px;
		bottom: 125px;
	}

	.pricing_section .container {
		padding-top: 10px !important;
	}

	.section-title {
		margin-bottom: 20px;
	}

	._facilitiesSection {
		padding: 50px 20px;

		.container {
			gap: 30px;
			display: flex;
			flex-direction: column;
		}
	}

	._priceDetails-sec ._table thead tr th {
		padding: 20px 10px;
		text-align: left !important;
		font-size: 1rem;
	}

	._priceDetails-sec ._table tbody td {
		padding: 10px 20px;
	}

	._priceDetails-sec ._table tbody td:first-child {
		text-align: left;

		span {
			text-wrap: wrap;
		}
	}
}

.btn-grp {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 10px;
}

/*# sourceMappingURL=style.css.map */