.rs-layer {
	font-family: 'Bebas Neue', cursive !important;
	/* font-weight: normal !important; */
}







/* ------------------------------------------------- */
:root {
	--delay: 1s;
	--color-white: #fff;
	--color-gray: #ddd;
	/*--color-primary: #223662;*/
	--color-primary: #1b2c52;
	--color-secondary: #000000;
	--font-primary: 'Proxima Nova Rg';
	--font-secondory: 'Bebas Neue', cursive;
}

body {
	margin: 0;
	font-size: 16px;
	font-weight: 400;
	font-family: var(--font-primary);
	-webkit-text-size-adjust: 100%;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	--size-50: 50px;
	--space-20: 20px;
	--space-50: 50px;
	--space-100: 100px;
}

.animate-it {
	opacity: 0;
}

.animated {
	opacity: 1;
}

.animated.fadeInUp {
	-webkit-animation-duration: var(--delay);
	-moz-animation-duration: var(--delay);
	-o-animation-duration: var(--delay);
	animation-duration: var(--delay);
}

*,
*::before,
*::after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin-top: 0;
	font-weight: bold;
	margin-bottom: 10px;
	font-family: var(--font-secondory)
}



h1 {
	font-size: 38px;
}

h2 {
	font-size: 35px;
}

h3 {
	font-size: 25px;
}

h4 {
	font-size: 20px;
}

h5 {
	font-size: 18px;
}

h6 {
	font-size: 16px;
}

p {
	margin-top: 0;
	line-height: 24px;
	margin-bottom: 10px;
}

h1:only-child,
p:only-child {
	margin: 0;
}

p:last-child {
	margin: 0 !important;
}

p:empty {
	margin: 0;
	line-height: 0;
}

a {
	color: #000;
	text-decoration: none;
	-webkit-transition: all .35s ease-in-out;
	transition: all .35s ease-in-out;
	outline: none;
}

img {
	height: auto;
	max-width: 100%;
}

img,
svg {
	vertical-align: middle;
}

button,
select {
	cursor: pointer;
	text-transform: none;
}

input,
button,
select,
optgroup,
textarea {
	margin: 0;
	line-height: inherit;
	font-family: var(--font-primary)
}

[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled),
button:not(:disabled) {
	cursor: pointer;
}

select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

:focus {
	outline: none;
}

textarea {
	min-height: 150px;
	resize: none;
}

.form-control {
	display: block;
	width: 100%;
	height: 44px;
	padding: 10px 15px;
	font-weight: 400;
	color: #495057;
	background-color: #fff;
	border: 1px solid #ced4da;
	border-radius: 8px;
}

.form-group {
	margin-bottom: 15px;
}

iframe {
	border: 0;
}

.text-center {
	text-align: center;
}

.m-auto {
	margin-left: auto;
	margin-right: auto;
}

.ml-auto {
	margin-left: auto;
}

.mr-auto {
	margin-right: auto;
}

.m-0 {
	margin: 0 !important;
}

.mt-0 {
	margin-top: 0 !important;
}

.mb-0 {
	margin-bottom: 0 !important;
}

.container {
	max-width: 1200px;
	width: 100%;
	margin: 0 auto;
}

.bg-gray {
	background: #ddd;
}


.header ul,
.footer ul {
	list-style: none;
}

/* ------------------------------- */
.zoom-effect {
	overflow: hidden;
}

.zoom-effect>a {
	display: block;
}

.zoom-effect img {
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;
	position: relative;
}

.zoom-effect:hover img {
	-webkit-transform: scale(1.12);
	transform: scale(1.12);
}

/* ------------------------------- */
.page-template-default .main {
	padding: 0 0 60px 0;
}

.page-template-default .main h2,
.page-template-default .main h3 {
	font-size: 24px;
}

.page-template-default .main ul {
	padding-left: 20px;
	list-style: disc;
	margin-bottom: 30px;
}

.page-template-default .main p,
.page-template-default .main li {
	font-size: 14px;
}

.page-template-default .main li+li {
	margin-top: 8px;
}

.pt-100 {
	padding-top: 100px;
}

.pb-100 {
	padding-bottom: 100px;
}

.pt-50 {
	padding-top: 50px;
}

.pb-50 {
	padding-bottom: 50px;
}

.w-100 {
	width: 100%;
}

.owl-nav {

	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	top: -160px;
	right: 17%;
}

.owl-nav::before {
	content: "";
	background-image: url(../images/slider_arw.jpg);
	background-repeat: no-repeat;
	width: 155px;
	height: 156px;
	display: block;
	border-radius: 50%;
	overflow: hidden;
	animation: animName 6s linear infinite;
}

.owl-nav button {

	/* margin-top: -30px; */
	/* width: 60px;
	height: 60px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	border: solid 1px #cccccc !important;
	background-color: #ffffff !important;
	border-radius: 100px;
	-webkit-transition: all .35s ease-in-out;
	transition: all .35s ease-in-out; */

}

.owl-nav button span {
	font-size: 0px;
	color: var(--color-primary);

}

.owl-nav button.owl-prev {
	left: 40px;
	position: absolute;
}

.owl-nav button.owl-prev span {
	background-image: url(../images/slider_arw_left.png);
	background-repeat: no-repeat;
	width: 33px;
	height: 38px;
	z-index: 99;
	display: block;
	margin: 0 2px;
}

.owl-nav button:hover span {
	filter: invert(25%) sepia(31%) saturate(4359%) hue-rotate(198deg) brightness(87%) contrast(85%);
}

.owl-nav button.owl-next {
	right: 40px;
	position: absolute;
}

.owl-nav button.owl-next span {
	background-image: url(../images/slider_arw_right.png);
	background-repeat: no-repeat;
	width: 33px;
	height: 38px;
	z-index: 99;
	display: block;
	margin: 0 2px;
}

/* .owl-nav button.owl-prev:hover,
.owl-nav button.owl-next:hover {
	background: var(--color-primary) !important;
	border-color: var(--color-primary) !important;
} */
/* 
.owl-nav button.owl-prev:hover span,
.owl-nav button.owl-next:hover span {
	color: #fff;
} */


.search-pannel {
	--search-height: 40px;
	position: absolute;
	height: var(--search-height);
	top: -8px;
	width: 200px;
	display: none;
	border-radius: 30px;
	overflow: hidden;
	right: calc(100% + 10px);
	z-index: 99;
}

.search-expand {
	width: 100%;
	color: #000;
	font-weight: 400;
	z-index: 999;
	padding: 0 5% 0 20px;
	background: #fff;
	border: none;
	font-size: 14px;
	height: var(--search-height);
	-moz-appearance: none;
	-webkit-appearance: none;
	-ms-progress-appearance: none;
	appearance: none;
	border-radius: 0;
}

.search-btn {
	color: #fff;
	cursor: pointer;
}

.btn {
	display: inline-block;
	font-weight: 400;
	color: #212529;
	text-align: center;
	text-decoration: none;
	vertical-align: middle;
	cursor: pointer;
	background-color: #d4d5d6;
	border: 1px solid transparent;
	position: relative;
	z-index: 1;
	overflow: hidden;
	padding: 0 40px;
	height: 48px;
	line-height: 48px;
	font-size: 1rem;
	text-transform: capitalize;
	border-radius: 10px;
	-webkit-transition: all .35s ease-in-out;
	transition: all .35s ease-in-out;
}

.btn-primary {
	color: #fff;
	background-color: var(--color-primary);
	border-color: var(--color-primary);
}

.btn-primary:hover {
	background-color: #8e0e2d;
	border-color: var(--color-primary);
}

.btn-outline-primary {
	color: var(--color-primary);
	border-color: var(--color-primary);
}

.btn-outline-primary:hover {
	color: #fff;
	background-color: var(--color-primary);
}

.btn-secondary {
	color: #fff;
	background-color: var(--color-secondary);
	border-color: var(--color-secondary);
}

.btn-secondary:hover {
	background-color: var(--color-secondary);
	border-color: var(--color-secondary);
}

.btn-outline-secondary {
	color: var(--color-secondary);
	background: transparent;
	border-color: var(--color-secondary);
}

.btn-outline-secondary:hover {
	color: #fff;
	background-color: var(--color-secondary);
}

.btn-effect-primary::after {
	content: "";
	position: absolute;
	background: red;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: -1;
	-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;
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transform-origin: var(--swipre-right);
	transform-origin: var(--swipre-right);
}

.btn-effect-secondary::after {
	content: "";
	position: absolute;
	background: var(--color-secondary);
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: -1;
	-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;
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transform-origin: var(--swipre-right);
	transform-origin: var(--swipre-right);
}

.btn-effect-primary:hover::after,
.btn-effect-secondary:hover::after {
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
}

.btn+.btn {
	margin-left: 10px;
}

.accordion-item>span i {
	float: right;
	margin-top: 2px;
}

.accordion-item:first-child {
	border-top: solid 1px #7f7f7f;
}

.accordion-item>a.active {
	width: 10px;
	height: 2px;
	background-color: #3399cc;
}

.accordion-content {
	display: none;
}

.accordion-content p {
	margin: 15px 0 0 0;
}

.accordion-title {
	font-size: 19px;
	position: relative;
	padding-left: 35px;
	padding-right: 40px;
	width: 100%;
	cursor: pointer;
	font-weight: 700;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	color: #4f4f4f;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.accordion-title.active {
	color: var(--color-primary);
}

.accordion-title i {
	margin-left: auto;
	position: absolute;
	right: 9px;
	top: 9px;
}

.accordion-title .icon-plus,
.accordion-title .icon-minus {
	width: 20px;
	height: 4px;
	background-color: var(--color-primary);
}

.accordion-title .icon-plus::after {
	content: "";
	position: absolute;
	right: calc(50% - 2px);
	height: 20px;
	width: 4px;
	background-color: var(--color-primary);
	top: calc(50% - 10px);
}

.accordion-title:hover {
	color: var(--color-primary);
}

.accordion-title .number-span {
	position: absolute;
	left: 0;
	top: 0;
}

.accordion-item {
	padding: 35px 0;
	border-bottom: solid 1px #7f7f7f;
}

.page-numbers {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.page-numbers a,
.page-numbers span {
	--height: 40px;
	color: #000000;
	font-size: 13px;
	width: var(--height);
	height: var(--height);
	text-align: center;
	line-height: var(--height);
	border: 1px solid #ddd;
	display: inline-block;
	border-radius: 8px;
	background: #fff;
}

.page-numbers a:hover,
.page-numbers .current {
	color: #fff;
	background: var(--color-primary);
	border-color: var(--color-primary);
}

.page-numbers li+li {
	margin-left: 10px;
}

.side-menu {
	width: 400px;
	height: 100vh;
	background: #ececec;
	position: fixed;
	right: -400px;
	top: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	z-index: 9999;
	padding: 100px 0 0 100px;
	-webkit-transition: right 0.35s ease-in-out;
	transition: right 0.35s ease-in-out;
}

.side-menu-active {
	right: 0;
}

.side-menu .menu-item {
	opacity: 0;
	position: relative;
}

.side-menu .menu-link {
	font-size: 20px;
	position: relative;
	padding: 0 0 15px;
	text-transform: capitalize;
}

.side-menu .menu-item+.menu-item {
	margin-top: 35px;
}

.side-menu .menu-item:hover .menu-link {
	color: var(--color-primary);
}

.side-menu .menu-item:hover .menu-link::after {
	width: 100%;
}

.side-menu-active .menu-item {
	-webkit-animation: fadeInRight 0.5s ease forwards;
	animation: fadeInRight 0.5s ease forwards;
	-webkit-animation-delay: 0.35s;
	animation-delay: 0.35s;
}

.side-menu-active li:nth-of-type(2) {
	-webkit-animation-delay: 0.4s;
	animation-delay: 0.4s;
}

.side-menu-active li:nth-of-type(3) {
	-webkit-animation-delay: 0.45s;
	animation-delay: 0.45s;
}

.side-menu-active li:nth-of-type(4) {
	-webkit-animation-delay: 0.5s;
	animation-delay: 0.5s;
}

.side-menu-active li:nth-of-type(5) {
	-webkit-animation-delay: 0.55s;
	animation-delay: 0.55s;
}

.side-menu .menu-item .menu-link::after {
	max-width: 48px;
	width: 0;
	height: 3px;
	position: absolute;
	content: "";
	left: 0;
	bottom: 0;
	background: var(--color-primary);
	-webkit-transition: width 0.35s ease-in-out;
	transition: width 0.35s ease-in-out;
}

.side-menu .active .menu-link,
.side-menu .current-menu-item .menu-link {
	color: var(--color-primary);
	font-size: 23px;
}

.side-menu .active .menu-link::after,
.side-menu .current-menu-item .menu-link::after {
	width: 100%;
}

.after-bg {
	position: fixed;
	width: 100%;
	height: 100%;
	background: rgba(30, 30, 30, 0.66);
	top: 0;
	left: 0;
	z-index: 700;
	opacity: 0;
	visibility: hidden;
}

.after-bg-active {
	opacity: 1;
	cursor: pointer;
	visibility: visible;
}

.side-menu .close-side-menu {
	position: absolute;
	top: 100px;
	right: 100px;
	cursor: pointer;
}

.video-main {
	position: relative;
	display: inline-block;
	width: 80px;
	height: 80px;
	z-index: 1;
}

.video {
	height: 80px;
	width: 80px;
	line-height: 80px;
	text-align: center;
	border-radius: 100%;
	color: #fff;
	display: inline-block;
	background: var(--color-primary);
	z-index: 999;
}

@-webkit-keyframes waves {
	0% {
		-webkit-transform: scale(0.2, 0.2);
		transform: scale(0.2, 0.2);
		opacity: 0;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	}

	50% {
		opacity: 0.9;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
	}

	100% {
		-webkit-transform: scale(0.9, 0.9);
		transform: scale(0.9, 0.9);
		opacity: 0;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	}
}

@keyframes waves {
	0% {
		-webkit-transform: scale(0.2, 0.2);
		transform: scale(0.2, 0.2);
		opacity: 0;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	}

	50% {
		opacity: 0.9;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
	}

	100% {
		-webkit-transform: scale(0.9, 0.9);
		transform: scale(0.9, 0.9);
		opacity: 0;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	}
}

.fa-play:before {
	content: ">";
}

.waves {
	position: absolute;
	width: 120px;
	height: 120px;
	background: var(--color-primary);
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	border-radius: 100%;
	right: -20px;
	bottom: -20px;
	z-index: -1;
	-webkit-animation: waves 3s ease-in-out infinite;
	animation: waves 3s ease-in-out infinite;
}

.wave-1 {
	-webkit-animation-delay: 0s;
	animation-delay: 0s;
}

.wave-2 {
	-webkit-animation-delay: 1s;
	animation-delay: 1s;
}

.wave-3 {
	-webkit-animation-delay: 2s;
	animation-delay: 2s;
}



/* @media only screen and (min-width: 768px) {
	.header .menu-ul li+li {
		margin-left: 30px;
	}
} */


.header .nav-bar {
	-webkit-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;
	position: fixed;
	width: 100%;
	z-index: 800;
	background: rgba(28, 44, 80, .99);
	top: 0;
	height: 0;
	left: 0;
	right: 0;
	align-items: center;
	display: flex;
	flex-wrap: wrap;
}

.header .slow {
	height: 100%;
}


.header .menu-ul li {
	width: 100%;
	padding: 5px 0;

}

.header .menu-ul a {
	font-size: 25px;
	color: #000;
	font-weight: bold;
}


.news-letter-form+.nf-error-field-errors {
	margin-top: 7px !important;
}

.nf-error-field-errors {
	color: #ffffff !important;
	background-color: red !important;
	border: 0;
	padding: 5px 8px !important;
	text-align: center;
	font-size: 14px !important;
	font-weight: 700;
}

.nf-response-msg {
	color: #fff;
	background-color: #4f8a10 !important;
	border: 0;
	padding: 8px;
	text-align: center;
	margin-bottom: 20px;
}

.footer .news-letter-form+.newsletter-msg {
	margin-top: 7px !important;
}

.nf-form-fields-required,
.nf-error-required-error {
	display: none;
}

.nf-form-wrap {
	width: 100%;
}

.nf-field-element input.form-control,
.nf-field-element select.form-control {
	height: 54px;
}

.nf-form-content nf-fields-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-left: -2%;
	margin-right: -2%;
}

.nf-form-content nf-field {
	display: block;
	margin: 0 2%;
	width: 46%;
	margin-bottom: 20px;
}

.nf-form-content nf-field:nth-child(1),
.nf-form-content nf-field:nth-child(4),
.nf-form-content nf-field:nth-child(5) {
	width: 100%;
}

@media only screen and (max-width: 640px) {
	.nf-form-content nf-field {
		width: 100%;
	}

	.nf-field-element textarea {
		min-height: 110px;
		height: auto !important;
		border-radius: 15px;
		padding-left: 15px;
	}

	.nf-field-element input.form-control,
	.nf-field-element select.form-control {
		height: 44px;
		border-radius: 15px;
		padding: 10px 15px 10px 15px;
	}

	.nf-error-field-errors {
		padding: 6px;
		font-size: 12px;
		font-weight: 700;
	}
}

.menu-icon {
	width: 40px;
	height: 24px;
	position: relative;
	-webkit-transform: rotate(0);
	transform: rotate(0);
	-webkit-transition: 0.5s ease-in-out;
	transition: 0.5s ease-in-out;
	cursor: pointer;
	display: none;
}

.menu-icon span {
	display: block;
	position: absolute;
	height: 3px;
	width: 100%;
	background: #1b2c52;
	border-radius: 4px;
	opacity: 1;
	left: 0;
	-webkit-transform: rotate(0);
	transform: rotate(0);
	-webkit-transition: 0.25s ease-in-out;
	transition: 0.25s ease-in-out;
}

.home .menu-icon span {
	background: #fff;
}

.menu-icon span:nth-child(1) {
	top: 0;
}

.menu-icon span:nth-child(2),
.menu-icon span:nth-child(3) {
	top: 10px;
}

.menu-icon span:nth-child(4) {
	top: 20px;
}

.menu-icon.open span:nth-child(1) {
	top: 10px;
	width: 0;
	left: 50%;
}

.menu-icon.open span:nth-child(2) {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.menu-icon.open span:nth-child(3) {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.menu-icon.open span:nth-child(4) {
	top: 10px;
	width: 0;
	left: 50%;
}

.menu-icon.open span {
	background: var(--color-primary);
}

.menu-icon.open span {
	background-color: #fff;
}


.menu-icon {
	display: block;
	z-index: 9999;
}


.footer {
	border-top: 1px solid var(--color-gray);
}

.footer ul {
	padding: 0;
}

.footer-column-01 {
	width: 20%;
}

.footer-column-02 {
	width: 32%;
}

.footer-column-03 {
	width: 25%;
}

.footer-column-04 {
	width: 23%;
}

.footer-column-02 li {
	width: 50%;
	padding-bottom: 12px;
}

.footer-column-02 li.active a {
	color: var(--color-primary);
}

.footer-column-02 li a {
	color: #474747;
}

.footer-column-02 li a:hover {
	color: var(--color-primary);
}

.footer-column-03 li {
	padding-bottom: 10px;
}

.footer-column-03 li a {
	color: #000;
}

.footer-column-03 li a:hover {
	color: var(--color-primary);
}

.fs-icons a {
	color: #000000;
	width: 40px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	border-radius: 50%;
	border: 1px solid #ddd;
	display: inline-block;
}

.fs-icons a:hover,
.fs-icons .active a {
	color: #fff;
	background: var(--color-primary);
	border-color: var(--color-primary);
}

.fs-icons li+li {
	margin-left: 6px;
}

.app-download-block {
	margin: 30px 0 0 0;
}

.app-download-block li+li {
	margin-left: 10px;
}

.footer-column h3 {
	color: #000000;
	font-weight: 700;
	font-size: 15px;
	margin: 0 0 20px 0;
	text-transform: uppercase;
}

.footer-column p {
	line-height: 20px;
	margin: 0 0 15px 0;
}

@media only screen and (max-width: 820px) {
	.footer-column {
		margin-bottom: 15px;
	}

	.footer-column-01 {
		width: 100%;
	}

	.footer-column-02,
	.footer-column-03,
	.footer-column-04 {
		width: 33.33%;
	}

	.footer-column-02,
	.footer-column-03,
	.footer-column-04 {
		padding: 15px 0 0 0;
		border-top: 1px solid #ddd;
	}

	.footer-column-03 li,
	.footer-column-02 li {
		padding-bottom: 7px;
	}

	.footer-column p {
		margin: 0 0 7px 0;
	}

	.footer-column h3 {
		margin: 0 0 12px 0;
	}
}

.subbanner {
	padding: 70px 0;
	background: #f1f1f1;
	margin-bottom: 60px;
}

.subbanner h1 {
	font-size: 32px;
	line-height: 1;
}

.header-height section {
	border-bottom: 1px solid #ddd;
}

.video-play-section {
	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;
	min-height: 490px;
	background-position: center center;
	background-attachment: fixed;
}

.full-slider .owl-carousel .owl-item img {
	height: 700px;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center center;
	object-position: center center;
}

.left-side {
	width: 100%;
}

.right-side {
	width: 100%;
	padding: 70px 0 0 0;
}


@media only screen and (max-width: 767px) {
	.contact-page-form {
		padding: 50px 0;
	}

	.contact-page-form::after {
		display: none;
	}

	.contact-form-main {
		width: 100%;
		padding-right: 0;
	}

	.contact-form-detail {
		width: 100%;
		padding: 50px 0 0 0;
	}
}

.error-404 {
	padding: 120px;
}

.error-404 h1 {
	margin-bottom: 15px;
	font-weight: 700;
}

.error-404 ul {
	margin-left: 30px;
}

.error-404 ul {
	padding-left: 0;
}

.error-404 ul li {
	list-style: disc;
	font-size: 15px;
	margin-bottom: 0;
}

.error-404 ul li+li {
	margin-top: 7px;
}

.error-404 h3 {
	margin: 40px 0 25px 0;
}

.error-404 .btn {
	margin-top: 40px;
}





.nf-response-msg {
	color: #4f8a10;
	background-color: #dff2bf;
}

.nf-response-msg,
.nf-error-field-errors {
	border: 0;
	padding: 5px 8px !important;
	text-align: center;
	font-weight: 500;
	font-size: 14px !important;
}

.nf-error-field-errors {
	color: #d8000c;
	background-color: #ffbaba;
}

.nf-form-fields-required,
.nf-error-required-error {
	display: none;
}

.nf-form-content nf-fields-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-left: -2%;
	margin-right: -2%;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.nf-form-content nf-field {
	display: block;
	margin: 0 2%;
	width: 46%;
	margin-bottom: 20px;
}

.nf-form-content nf-field:nth-child(1),
.nf-form-content nf-field:nth-child(4),
.nf-form-content nf-field:nth-child(5) {
	width: 100%;
}

.nf-field-element textarea {
	height: 200px;
}

.grid-box {
	--column: 1;
	--space: 30px;
	--row-gap: 20px;
}

.griditem-box {
	border: 2px solid #ff2f2f;
	padding: 20px;
	border-radius: 20px;
}

.news-details-inner ul {
	padding: 0px;
	margin: 0px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.news-details-inner ul li {
	padding-left: 35px;
	margin-bottom: 5px;
	list-style: none;
	font-size: 15px;
	line-height: 24px;
	margin-bottom: 3px;
	background-image: url(../images/tick.png);
	background-repeat: no-repeat;
	background-position: 4px 4px;
}

.team_popup.fancybox-content {
	width: 100%;
	max-width: 950px;
	border-radius: 35px 50px 50px 35px;
	padding: 80px 50px;
}


.team_popup-container {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}

.team_popup-image {
	width: 35%;
}

.team_popup-image img {
	width: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: top center;
}

.team_popup-content {
	width: 65%;
	padding-left: 50px;
	box-sizing: border-box;
}

.team_popup.fancybox-content .fancybox-close-small {
	top: 20px !important;
	right: 20px !important;
	padding: 4px !important;
}

.team_popup-content h2 {
	font-size: 30px;
	color: #223662;
	line-height: 30px;
	text-transform: none;
	margin-bottom: 10px;
}

.team_popup-content h4 {
	font-size: 14px;
	line-height: 20px;
	text-transform: uppercase;
	color: #626a80;
	margin-bottom: 30px;
}

.team_popup-content p {
	font-size: 18px;
	line-height: 27px;
	color: #000000;
	margin-bottom: 30px;
}

.team_popup.fancybox-content .fancybox-close-small svg {
	fill: #b2b2b2 !important;
	color: #b2b2b2 !important;
}