
@charset "UTF-8";
/*-----------------------------------------------------------------------------------
    Note: This is Main Style Scss File.
-----------------------------------------------------------------------------------
	CSS INDEX
	===================
    01. Common
    02. Header
    03. Banner
    04. Service
    05. Feature
    05. Portdolio
    07. Counter
    08. Team

-----------------------------------------------------------------------------------*/
/*=======  COMMON CSS  =======*/

@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');


@font-face {
	font-family: 'Poppins', sans-serif;
	src: url("../fonts/Poppins.eot");
	src: url("../fonts/Poppins.eot") format("embedded-opentype"), url("../fonts/Poppins.woff2") format("woff2"), url("../fonts/Poppins.woff") format("woff"), url("../fonts/Poppins-Regular.ttf") format("truetype"), url("../fonts/Poppins.svg#Poppins") format("svg");
}

body {
	font-weight: 400;
	font-style: normal;
	overflow-x: hidden;
	font-size: 15px;
	line-height: 1.8;
	font-family: "Poppins", sans-serif;
	color: #616161;
	overflow-x: hidden;
}

* {
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

img {
	max-width: 100%;
	-webkit-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}

a:focus,
.slick-initialized .slick-slide:focus,
input:focus,
textarea:focus,
select:focus,
button:focus {
	text-decoration: none;
	outline: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

::-webkit-scrollbar {
	background-color: #ccc;
	width: 8px;
	height: 4px;
}

::-webkit-scrollbar-thumb {
	/* background:transparent linear-gradient(150deg, #F67C4D 0%, #FC4600 100%) 0% 0% no-repeat padding-box; */
	background: transparent -webkit-gradient(linear, left top, left bottom, from(#FF0001), to(#800001)) 0% 0% no-repeat padding-box;
	background: transparent linear-gradient(180deg, #FF0001 0%, #800001 100%) 0% 0% no-repeat padding-box;
}

.slick-slide img {
	display: inline-block;
}

a:focus,
a:hover {
	text-decoration: none;
}

i,
span,
a {
	display: inline-block;
	font-family: "Poppins", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0px;
	color: #EA2829;
	font-family: "Poppins";
	font-family: "Poppins", sans-serif;
}

ul,
ol {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	font-family: "Poppins", sans-serif;
}

p {
	margin: 0px;
	font-family: "Poppins", sans-serif;
}

p.text-color-2 {
	color: #81a3bb;
}

p.text-color-3 {
	color: #69a1bb;
}

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

a {
	-webkit-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
	font-family: "Poppins", sans-serif;
	color: #EA2829;
	text-decoration: none;
}

/*======= Input Styles =======*/
input,
textarea,
select {
	width: 100%;
	height: 70px;
	background-color: #fff;
	color: #686767;
	font-size: 16px;
	border: none;
	font-family: "Poppins", sans-serif;
}

textarea {
	display: inherit;
	font-family: "Poppins", sans-serif;
}

::-webkit-input-placeholder {
	color: inherit;
	opacity: 1;
}

::-moz-placeholder {
	color: inherit;
	opacity: 1;
}

:-ms-input-placeholder {
	color: inherit;
	opacity: 1;
}

::-ms-input-placeholder {
	color: inherit;
	opacity: 1;
}

::placeholder {
	color: inherit;
	opacity: 1;
}

input[type=search]::-ms-clear {
	display: none;
	width: 0;
	height: 0;
}

input[type=search]::-ms-reveal {
	display: none;
	width: 0;
	height: 0;
}

input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
	display: none;
}

input[type=checkbox],
input[type=radio] {
	height: auto;
	width: auto;
}

.subscription-box .input-group {
	position: absolute;
	border-radius: 13px !important;
}

.input-group input,
.input-group textarea,
.input-group select {
	padding-left: 40px;
}

.input-group .icon {
	position: absolute;
	right: 30px;
	z-index: 2;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	color: #81a3bb;
	line-height: 1;
}

.input-group.textarea-group .icon {
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
	top: 20px;
}

/*======= Common Class =======*/
@media (min-width: 1400px) {
	.container-1470 {
		max-width: 1470px;
	}

	.container-1350 {
		max-width: 1350px;
	}
}

@media (min-width: 1200px) {
	.header-full-width .container-fluid {
		padding-left: 30px;
		padding-right: 30px;
	}
}

.section-gap-old {
	padding-top: 120px;
	padding-bottom: 120px;
}

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

@media(max-width:575px) {
	.section-gap {
		padding-top: 30px;
		padding-bottom: 30px;
	}
}

.section-gap-top {
	padding-top: 120px;
}

.section-gap-bottom {
	padding-bottom: 120px;
}

.section-title .title-tag {
	color: #EA2829;
	font-size: 16px;
	font-weight: 700;
	padding-bottom: 5px;
	z-index: 1;
	position: relative;
	letter-spacing: 2px;
}


/*======= Preloader =======*/
div#preloader {
	margin: auto;
	position: fixed;
	width: 100%;
	height: 100%;
	background-color: #fff;
	z-index: 9999999;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-line-pack: center;
	align-content: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

div#preloader .preloader-container {
	position: absolute;
	display: -ms-grid;
	display: grid;
	width: 100%;
	height: 100%;
	-ms-flex-line-pack: center;
	align-content: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

div#preloader .loader-cubes {

	width: 100%;
	height: 100%;
	position: relative;
	display: -ms-grid;
	display: grid;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-line-pack: center;
	align-content: center;
	-webkit-animation: scale 4s infinite linear;
	animation: scale 4s infinite linear;
}

div#preloader .loader-text p,
div#preloader .loader-text h4 {
	color: #686767;
}

div#preloader .loader-text p {
	font-size: 16px;
	font-size: normal;
}

div#preloader .loader-text h4 {
	margin-top: 10px;
	font-size: 18px;
	font-weight: bold;
}

/*=======  Margin Top =======*/
.mt-5 {
	margin-top: 5px
}

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

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

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

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

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

.mt-35 {
	margin-top: 35px
}

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

.mt-45 {
	margin-top: 45px
}

.mt-50 {
	margin-top: 50px
}

.mt-55 {
	margin-top: 55px
}

.mt-60 {
	margin-top: 60px
}

.mt-65 {
	margin-top: 65px
}

.mt-70 {
	margin-top: 70px
}

.mt-75 {
	margin-top: 75px
}

.mt-80 {
	margin-top: 80px
}

.mt-85 {
	margin-top: 85px
}

.mt-90 {
	margin-top: 90px
}

.mt-95 {
	margin-top: 95px
}

.mt-100 {
	margin-top: 100px
}

.mt-150 {
	margin-top: 150px
}

.mt-10000 {
	margin-top: 10000px
}

/*=======  Margin Bottom =======*/
.mb-10 {
	margin-bottom: 10px
}

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

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

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

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

.mb-35 {
	margin-bottom: 35px
}

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

.mb-45 {
	margin-bottom: 45px
}

.mb-50 {
	margin-bottom: 50px
}

.mb-55 {
	margin-bottom: 55px
}

.mb-60 {
	margin-bottom: 60px
}

.mb-65 {
	margin-bottom: 65px
}

.mb-70 {
	margin-bottom: 70px
}

.mb-75 {
	margin-bottom: 75px
}

.mb-80 {
	margin-bottom: 80px
}

.mb-85 {
	margin-bottom: 85px
}

.mb-90 {
	margin-bottom: 90px
}

.mb-95 {
	margin-bottom: 95px
}

.mb-100 {
	margin-bottom: 100px
}

/*=======  Padding Top =======*/
.pt-10 {
	padding-top: 10px
}

.pt-15 {
	padding-top: 15px
}

.pt-20 {
	padding-top: 20px
}

.pt-25 {
	padding-top: 25px
}

.pt-30 {
	padding-top: 30px
}

.pt-35 {
	padding-top: 35px
}

.pt-40 {
	padding-top: 40px
}

.pt-45 {
	padding-top: 45px
}

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

.pt-55 {
	padding-top: 55px
}

.pt-60 {
	padding-top: 60px
}

.pt-65 {
	padding-top: 65px
}

.pt-70 {
	padding-top: 70px
}

.pt-75 {
	padding-top: 75px
}

.pt-80 {
	padding-top: 80px
}

.pt-85 {
	padding-top: 85px
}

.pt-90 {
	padding-top: 90px
}

.pt-95 {
	padding-top: 95px
}

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

/*=======  Padding Bottom =======*/
.pb-10 {
	padding-bottom: 10px
}

.pb-15 {
	padding-bottom: 15px
}

.pb-20 {
	padding-bottom: 20px
}

.pb-25 {
	padding-bottom: 25px
}

.pb-30 {
	padding-bottom: 30px
}

.pb-35 {
	padding-bottom: 35px
}

.pb-40 {
	padding-bottom: 40px
}

.pb-45 {
	padding-bottom: 45px
}

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

.pb-55 {
	padding-bottom: 55px
}

.pb-60 {
	padding-bottom: 60px
}

.pb-65 {
	padding-bottom: 65px
}

.pb-70 {
	padding-bottom: 70px
}

.pb-75 {
	padding-bottom: 75px
}

.pb-80 {
	padding-bottom: 80px
}

.pb-85 {
	padding-bottom: 85px
}

.pb-90 {
	padding-bottom: 90px
}

.pb-95 {
	padding-bottom: 95px
}

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

@media (max-width: 1199px) {
	.mb-lg-gap-30 {
		margin-bottom: 30px;
	}
}

@media (max-width: 1199px) {
	.mb-lg-gap-40 {
		margin-bottom: 40px;
	}
}

@media (max-width: 1199px) {
	.mb-lg-gap-50 {
		margin-bottom: 50px;
	}
}

@media (max-width: 1199px) {
	.mb-lg-gap-60 {
		margin-bottom: 60px;
	}
}

@media (max-width: 1199px) {
	.mt-lg-gap-30 {
		margin-top: 30px;
	}
}

@media (max-width: 1199px) {
	.mt-lg-gap-40 {
		margin-top: 40px;
	}
}

@media (max-width: 1199px) {
	.mt-lg-gap-50 {
		margin-top: 50px;
	}
}

@media (max-width: 991px) {
	.mt-md-gap-60 {
		margin-top: 60px;
	}
}

@media (max-width: 1199px) {
	.mb-lg-gap-30 {
		margin-bottom: 30px;
	}
}

@media (max-width: 991px) {
	.mb-md-gap-30 {
		margin-bottom: 30px;
	}
}

@media (max-width: 991px) {
	.mb-md-gap-40 {
		margin-bottom: 40px;
	}
}

@media (max-width: 991px) {
	.mb-md-gap-50 {
		margin-bottom: 50px;
	}
}

@media (max-width: 991px) {
	.mb-md-gap-60 {
		margin-bottom: 60px;
	}
}

@media (max-width: 991px) {
	.mt-md-gap-30 {
		margin-top: 30px;
	}
}

@media (max-width: 991px) {
	.mt-md-gap-40 {
		margin-top: 40px;
	}
}

@media (max-width: 991px) {
	.mt-md-gap-50 {
		margin-top: 50px;
	}
}

@media (max-width: 991px) {
	.mt-md-gap-60 {
		margin-top: 60px;
	}
}

@media (max-width: 575px) {
	.mb-xs-gap-30 {
		margin-bottom: 30px;
	}
}

@media (max-width: 575px) {
	.mb-xs-gap-40 {
		margin-bottom: 40px;
	}
}

/*=======  Animations  =======*/
@-webkit-keyframes sticky {
	0% {
		top: -200px;
	}

	100% {
		top: 0;
	}
}

@keyframes sticky {
	0% {
		top: -200px;
	}

	100% {
		top: 0;
	}
}

@-webkit-keyframes spin {
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@keyframes spin {
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@-webkit-keyframes sk-foldCubeAngle {

	0%,
	10% {
		-webkit-transform: perspective(140px) rotateX(-180deg);
		transform: perspective(140px) rotateX(-180deg);
		opacity: 0;
	}

	25%,
	75% {
		-webkit-transform: perspective(140px) rotateX(0);
		transform: perspective(140px) rotateX(0);
		opacity: 1;
	}

	100%,
	90% {
		-webkit-transform: perspective(140px) rotateY(180deg);
		transform: perspective(140px) rotateY(180deg);
		opacity: 0;
	}
}

@keyframes sk-foldCubeAngle {

	0%,
	10% {
		-webkit-transform: perspective(140px) rotateX(-180deg);
		transform: perspective(140px) rotateX(-180deg);
		opacity: 0;
	}

	25%,
	75% {
		-webkit-transform: perspective(140px) rotateX(0);
		transform: perspective(140px) rotateX(0);
		opacity: 1;
	}

	100%,
	90% {
		-webkit-transform: perspective(140px) rotateY(180deg);
		transform: perspective(140px) rotateY(180deg);
		opacity: 0;
	}
}

@-webkit-keyframes pulseBtnBefore {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 1;
	}

	100% {
		-webkit-transform: scale(1.5);
		transform: scale(1.5);
		opacity: 0;
	}
}

@keyframes pulseBtnBefore {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 1;
	}

	100% {
		-webkit-transform: scale(1.5);
		transform: scale(1.5);
		opacity: 0;
	}
}

@-webkit-keyframes pulseBtnAfter {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 1;
	}

	100% {
		-webkit-transform: scale(2);
		transform: scale(2);
		opacity: 0;
	}
}

@keyframes pulseBtnAfter {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 1;
	}

	100% {
		-webkit-transform: scale(2);
		transform: scale(2);
		opacity: 0;
	}
}

@-webkit-keyframes rotate {
	0% {
		-webkit-transform: rotate(-15deg);
		transform: rotate(-15deg);
	}

	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@keyframes rotate {
	0% {
		-webkit-transform: rotate(-15deg);
		transform: rotate(-15deg);
	}

	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@-webkit-keyframes rotateTwo {
	0% {
		-webkit-transform: rotate(15deg);
		transform: rotate(15deg);
	}

	100% {
		-webkit-transform: rotate(-360deg);
		transform: rotate(-360deg);
	}
}

@keyframes rotateTwo {
	0% {
		-webkit-transform: rotate(15deg);
		transform: rotate(15deg);
	}

	100% {
		-webkit-transform: rotate(-360deg);
		transform: rotate(-360deg);
	}
}

@-webkit-keyframes scale {
	0% {
		-webkit-transform: scale(0);
		transform: scale(0);
	}

	50% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}

	100% {
		-webkit-transform: scale(0);
		transform: scale(0);
	}
}

@keyframes scale {
	0% {
		-webkit-transform: scale(0);
		transform: scale(0);
	}

	50% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}

	100% {
		-webkit-transform: scale(0);
		transform: scale(0);
	}
}

/*=======  Header  =======*/
.header-topbar {
	border-bottom: 2px solid #ebebeb;
	padding: 15px 0;
}

.header-topbar .contact-info li {
	display: inline-block;
}






.sib {
	position: fixed;
	left: 0px;
	top: 100px;
	z-index: 999999;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical !important;
	-webkit-box-direction: normal !important;
	-ms-flex-direction: column !important;
	flex-direction: column !important;
	gap: 10px !important;
}

@media(max-width:992px) {
	.sib {
		top: unset;
		bottom: 40px;
	}
}

@media(max-width:575px) {
	.sib {
		display: none !important;
	}
}

.si a {
	color: #fff;
	height: 40px;
	width: 40px;
	text-align: center;
	line-height: 40px;
	font-size: 25px;
	/* opacity: 0.3; */
	position: relative;
}

.si a::before {
	font-family: "FontAwesome";
	position: absolute;
	top: 0;
	left: 0;
	border-radius: 0 50% 50% 0;
	background: transparent -o-linear-gradient(300deg, #EA2829 0%, #EA2829 100%) 0% 0% no-repeat padding-box;
	background: transparent linear-gradient(150deg, #EA2829 0%, #EA2829 100%) 0% 0% no-repeat padding-box;
	border-right: 1px solid #f0f0f0;
	line-height: 40px;
	font-size: 20px;
	height: 100%;
	width: 100%;
	text-align: center;
	background-color: transparent;
	-webkit-transition: width 0.3s linear;
	-o-transition: width 0.3s linear;
	transition: width 0.3s linear;
	opacity: 0.2;
}

.si.fb a::before {
	content: "\f09a";
}

.si.li a::before {
	content: "\f0e1";
}

.si.twitter a::before {
	content: "\f099";
}

/* .si.sj a{
	color:#000000;
	font-size:16px;
	line-height:22px;
	position: relative;

} */
.si.sj a::before {
	content: "\f002";
}

.si a:hover::before {
	opacity: 1;
}


.header-topbar .contact-info li:not(:last-child) {
	margin-right: 30px;
}

.header-topbar .contact-info li a {
	color: #616161;
	font-size: 14px;
}

.header-topbar .contact-info li i {
	margin-right: 5px;
	color: #EA2829;
}

.header-topbar .social-icon li {
	display: inline-block;
}

.header-topbar .social-icon li:not(:first-child) {
	margin-left: 20px;
}

.header-topbar .social-icon li a {
	font-size: 16px;
}

.header-topbar .social-icon li a:hover {
	color: #EA2829;
}

.header-navigation .primary-menu li {
	display: inline-block;
	line-height: 80px;
	position: relative;
}

.header-navigation .primary-menu li .dd-trigger {
	font-size: 12px;
	font-weight: 500;
	color: #b1b1b1;
	position: absolute;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	line-height: 1;
	-webkit-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}

@media (max-width: 1199px) {
	.header-navigation .primary-menu li .dd-trigger {
		right: -5px;
	}
}

.header-navigation .primary-menu li a,
.elogin {
	font-size: 16px;
	font-weight: 600;
	color: #2E2E2E;
	padding: 5px 8px;
	font-family: "Poppins";
	margin: 0 5px;
	position: relative;
}

.header-navigation .primary-menu li a.pb {
	font-weight: 600;
	color: #2E2E2E;
}

/* .elogin::before{
	position: absolute;
	content:"\f007";
	font-family: "FontAwesome";
	font-size:16px;
	left:-15px;

} */
.header-navigation .primary-menu li a:hover::after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	background-color: #f36523;
	height: 2px;
	-ms-transform-origin: right center;
	transform-origin: right center;
	-webkit-transform-origin: right center;
	-webkit-transform: scale(0, 1);
	-khtml-transform: scale(0, 1);
	-ms-transform: scale(0, 1);
	transform: scale(0, 1);
	-webkit-transition: transform .25s cubic-bezier(.37, .31, .2, .85);
	-o-transition: transform .25s cubic-bezier(.37, .31, .2, .85);
	-webkit-transition: -webkit-transform .25s cubic-bezier(.37, .31, .2, .85);
	transition: -webkit-transform .25s cubic-bezier(.37, .31, .2, .85);
	transition: transform .25s cubic-bezier(.37, .31, .2, .85);
	transition: transform .25s cubic-bezier(.37, .31, .2, .85), -webkit-transform .25s cubic-bezier(.37, .31, .2, .85);

}

.header-navigation .primary-menu li .submenu li a {
	font-size: 16px;
	font-weight: normal;
}


.header-navigation .primary-menu li .submenu li {
	position: relative;
	width: 100%;
}

.header-navigation .primary-menu li .submenu li a {
	position: relative;
	width: 100%;
}

/* -----------------Double arrow for nav-bar----------------*/
.header-navigation .primary-menu li .submenu li a::before {
	font-family: "FontAwesome";
	content: "\f101";
	position: absolute;
	left: 0;
	font-size: 20px;
	font-weight: 500;
	-ms-flex-item-align: center;
	-ms-grid-row-align: center;
	align-self: center;
	text-align: center;
	background-color: transparent;
	opacity: 0;
	-webkit-transition: opacity 0.3s linear, left 0.3s linear;
	-o-transition: opacity 0.3s linear, left 0.3s linear;
	transition: opacity 0.3s linear, left 0.3s linear;
}

.header-navigation .primary-menu li .submenu li.current a::before,
.header-navigation .primary-menu li .submenu li:hover a::before {
	opacity: 1;
	left: 1px;
	font-size: 20px;
}

@media(max-width:992px) {
	.header-navigation .primary-menu li .submenu li a::before {
		left: 0;
		font-size: 16px;
		font-weight: 500;
	}

	.header-navigation .primary-menu li .submenu li.current a::before,
	.header-navigation .primary-menu li .submenu li:hover a::before {
		opacity: 1;
		left: -10px;
		font-size: 16px;
	}
}


@media (max-width: 1199px) {
	.header-navigation .primary-menu li a {
		padding: 8px;
		margin: 0 5px;
		font-size: 15px;
	}
}

@media all and (min-width:992px) and (max-width:1199px) {
	.header-navigation .primary-menu li a {
		padding: 8px;
		margin: 0px 0px;
		/* font-size: 14px; */
	}
}

.header-navigation .primary-menu li .submenu {
	position: absolute;
	left: 0px;
	top: 110%;
	width: 200px;
	width: 200px;
	width: 200px;
	background-color: #fff;
	-webkit-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
	z-index: 99;
	height: auto;
	-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
	opacity: 0;
	visibility: hidden;
	background: #FFFFFF 0% 0% no-repeat padding-box;
	border-radius: 15px;
	padding: 20px 10px;
}

@media(min-width:992px) {
	.dd-trigger {
		display: none;
	}
}

.header-navigation .primary-menu li .submenu.submenu-2 {
	left: 0;
	width: 200px;
	background: #FFFFFF 0% 0% no-repeat padding-box;
	-webkit-box-shadow: 0px 3px 6px #00000029;
	box-shadow: 0px 3px 6px #00000029;
	border-radius: 12px;
	padding: 21px 17px;
}

.header-navigation .primary-menu li .submenu li {
	line-height: 1;
	padding: 4px 0px;
	margin: 0;
	display: block;
}

.header-navigation .primary-menu li .submenu .dropdown-title {
	color: #303030;
	font-size: 20px;
	line-height: 30px;
	padding: 10px 20px;
}

.header-navigation .primary-menu li .submenu .sub-submenu li.drop-element i,
.header-navigation .primary-menu li .submenu.submenu-2 li.drop-element i {
	display: none;
	-webkit-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
}

.header-navigation .primary-menu li .submenu .sub-submenu li.drop-element:hover i,
.header-navigation .primary-menu li .submenu.submenu-2 li.drop-element:hover i {
	display: inline-block;
}



.header-navigation .primary-menu li .submenu .sub-submenu li.drop-element::before {
	position: absolute;
	content: "";
	z-index: 100;
	left: 0;
	width: 50px;
	height: 50px;
	background-color: #EA2829;
}

.header-navigation .primary-menu li .submenu li:not(:last-child) {
	border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.header-navigation .primary-menu li .submenu h4.dropdown-title {
	border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}



.header-navigation .primary-menu li .submenu li a {
	padding: 8px 15px;
	font-size: 15px;
	display: block;
	margin: 0;
	line-height: 18px;
	-webkit-transition: margin-left 0.3s linear;
	-o-transition: margin-left 0.3s linear;
	transition: margin-left 0.3s linear;
}

.header-navigation .primary-menu li.current,
.header-navigation .primary-menu li .submenu li a.current,
.header-navigation .primary-menu li .submenu li a:hover {
	color: #EA2829;

}

@media(min-width:992px) {

	.header-navigation .primary-menu li .submenu li a.current,
	.header-navigation .primary-menu li .submenu li a:hover {
		margin-left: 5px;

	}
}

.header-navigation .primary-menu li .submenu li .dd-trigger {
	right: 20px;
}

.header-navigation .primary-menu li .submenu li a:hover~.dd-trigger {
	color: #EA2829;
}

.header-navigation .primary-menu li .submenu li .submenu {
	left: 100%;
	top: 20%;
}

.header-navigation .primary-menu li .submenu li:hover>.submenu {
	top: 0;
}

.header-navigation .primary-menu li:hover>.submenu {
	visibility: visible;
	top: 100%;
	opacity: 1;
}

.header-navigation .primary-menu li.current>a,
.header-navigation .primary-menu li.current li.current a,
.header-navigation .primary-menu li.current>.dd-trigger,
.header-navigation .primary-menu li a:hover,
.header-navigation .primary-menu li a:hover~.dd-trigger {
	color: #EA2829;
}

@media(min-width:992px) {

	.header-navigation .primary-menu li.current li.current a {
		color: #EA2829;
		margin-left: 5px;
	}
}

@media (max-width: 991px) {

	.header-navigation .primary-menu li.current>a,
	.header-navigation .primary-menu li.current>.dd-trigger,
	.header-navigation .primary-menu li a:hover,
	.header-navigation .primary-menu li a:hover~.dd-trigger {
		color: #fff;
	}
}

@media (max-width: 560px) {
	.header-navigation .site-logo {
		max-width: 150px;
	}
}

.header-navigation .site-logo .sticky-logo {
	display: none;
}


.header-navigation .cart-icon,
.header-navigation .search-icon {
	font-size: 18px;
	color: #555;
	margin-right: 30px;
}

@media (max-width: 1199px) {

	.header-navigation .cart-icon,
	.header-navigation .search-icon {
		margin-right: 20px;
	}
}

.header-navigation .cart-icon:hover,
.header-navigation .search-icon:hover {
	color: #EA2829;
}

.header-navigation .search-widget .search-form {
	position: fixed;
	left: 0;
	top: 0;
	width: 100vw;
	background-color: rgba(35, 35, 35, 0.9);
	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;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	will-change: transform, opacity;
	height: 0;
	z-index: -1;
	opacity: 0;
}

.header-navigation .search-widget .search-form .search-close {
	font-size: 30px;
	color: #fff;
	position: absolute;
	right: 50px;
	top: 50px;
	line-height: 1;
}

.header-navigation .search-widget .search-form form {
	width: 50%;
}

.header-navigation .search-widget .search-form input {
	background-color: transparent;
	font-size: 20px;
	color: #fff;
	border-bottom: 2px solid rgba(255, 255, 255, 0.6);
	padding: 0 30px;
}

.header-navigation .search-widget .search-form.opened {
	height: 100vh;
	opacity: 1;
	z-index: 99;
}

.header-navigation .offcanvas-icon,
.header-navigation .nav-toggler {
	position: relative;
	width: 25px;
	height: 25px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	line-height: 1;
	cursor: pointer;
}

.header-navigation .offcanvas-icon span,
.header-navigation .nav-toggler span {
	background-color: #EA2829;
	height: 2px;
	width: 100%;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	-webkit-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
	position: relative;
}

.header-navigation .nav-toggler {
	display: none;
}

.header-navigation .nav-toggler.menu-opened span:nth-child(1) {
	-webkit-transform: rotate3d(0, 0, 1, 45deg);
	transform: rotate3d(0, 0, 1, 45deg);
	top: 8px;
}

.header-navigation .nav-toggler.menu-opened span:nth-child(2) {
	opacity: 0;
}

.header-navigation .nav-toggler.menu-opened span:nth-child(3) {
	-webkit-transform: rotate3d(0, 0, 1, -45deg);
	transform: rotate3d(0, 0, 1, -45deg);
	top: -8px;
}

.header-navigation .nav-close {
	display: none;
	font-size: 20px;
	color: #fff;
	position: absolute;
	right: 20px;
	top: 20px;
	line-height: 1;
}

/* .header-navigation .navbar-btn {
	margin-left: 40px;
}

@media (max-width: 1199px) {
	.header-navigation .navbar-btn {
		margin-left: 30px;
	}
}

@media (max-width: 767px) {
	.header-navigation .navbar-btn {
		margin-left: 20px;
	}
} */

@media (max-width: 575px) {
	.header-navigation .navbar-btn {
		display: none;
	}
}

.header-navigation .navbar-btn {
	display: block;
	/* overflow: hidden; */
	width: 130px;
}

.header-navigation .navbar-btn a {
	font-size: 14px;
	font-weight: 600;
	color: #fff;
	border-radius: 5px;
	padding: 6px 12px;
	background: transparent -o-linear-gradient(300deg, #EA2829 0%, #EA2829 100%) 0% 0% no-repeat padding-box;
	background: transparent linear-gradient(150deg, #EA2829 0%, #EA2829 100%) 0% 0% no-repeat padding-box;
	-webkit-box-shadow: 0px 3px 6px #00000029;
	box-shadow: 0px 3px 6px #00000029;
	border-radius: 10px;
	position: relative;
	-webkit-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	/* background: #EA2829 0% 0% no-repeat padding-box; */
	-webkit-box-shadow: 0px 4px 8px #0000001F;
	box-shadow: 0px 4px 8px #0000001F;
	border-radius: 21px;
}

.header-navigation .navbar-btn a i {
	font-size: 14px;
	font-weight: 600;
	margin-left: -6px;
	position: relative;
	top: 2px;
	opacity: 0;
	overflow: hidden;
	visibility: hidden;
	-webkit-transition: opacity 0.3s ease-in-out, visibility 0.3s linear 0.3s, margin-left 0.3s linear;
	-o-transition: opacity 0.3s ease-in-out, visibility 0.3s linear 0.3s, margin-left 0.3s linear;
	transition: opacity 0.3s ease-in-out, visibility 0.3s linear 0.3s, margin-left 0.3s linear;
}

.header-navigation .navbar-btn a:hover i {
	position: relative;
	margin-left: 6px;
	opacity: 1;
	visibility: visible;
}

@media (max-width: 1199px) {
	.header-navigation .navbar-btn a i {
		margin-left: 5px;
	}
}

.header-navigation .navbar-btn a:hover {
	background-color: transparent;
	color: #EA2829;
}

.header-one {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 999;
}

.header-navigation .pbb .primary-menu li {
	line-height: unset;
}

@media all and (max-width:992px) {
	.header-navigation .pbb {
		display: none;
	}

	.header-navigation li.pbl {
		display: block;
	}
}

@media all and (min-width:992px) {
	.header-navigation .pbb {
		display: block;
	}

	.header-navigation li.pbl {
		display: none;
	}
}

/* .pb::before{
	position: absolute;
	content:"\f2f6";
	font-family: "FontAwesome";
	font-size:16px;
	left:-15px;

}  */
/* .portal-btn {
	font-size: 14px;
	font-weight: 600;
	color: #fff;
	border-radius: 5px;
	padding: 6px 12px;
	background: transparent linear-gradient(150deg, #EA2829 0%, #EA2829 100%) 0% 0% no-repeat padding-box;
	box-shadow: 0px 3px 6px #00000029;
	border-radius: 10px;
	position: relative;
	transition: all 0.4s ease-in-out;
	box-shadow: 0px 4px 8px #0000001F;
	border-radius: 21px;
} */

.primary-menu li .submenu li {
	display: block;
}

.primary-menu li:hover .submenu li.dropdown_item-1 {
	-webkit-transform-origin: top center;
	-ms-transform-origin: top center;
	transform-origin: top center;
	-webkit-animation: rotateX 400ms 50ms ease-in-out forwards;
	animation: rotateX 400ms 50ms ease-in-out forwards;
}

.primary-menu li:hover .submenu li.dropdown_item-2 {
	-webkit-transform-origin: top center;
	-ms-transform-origin: top center;
	transform-origin: top center;
	-webkit-animation: rotateX 400ms 100ms ease-in-out forwards;
	animation: rotateX 400ms 100ms ease-in-out forwards;
}

.primary-menu li:hover .submenu li.dropdown_item-3 {
	-webkit-transform-origin: top center;
	-ms-transform-origin: top center;
	transform-origin: top center;
	-webkit-animation: rotateX 400ms 150ms ease-in-out forwards;
	animation: rotateX 400ms 150ms ease-in-out forwards;
}

/* .primary-menu li:hover .submenu li.dropdown_item-4 {
	transform-origin: top center;
	-webkit-animation: rotateX 400ms 200ms ease-in-out forwards;
	animation: rotateX 400ms 200ms ease-in-out forwards;
  }
  
  .primary-menu li:hover .submenu li.dropdown_item-5 {
	transform-origin: top center;
	-webkit-animation: rotateX 400ms 250ms ease-in-out forwards;
	animation: rotateX 400ms 250ms ease-in-out forwards;
  }

  .primary-menu li:hover .submenu li.dropdown_item-6 {
	transform-origin: top center;
	-webkit-animation: rotateX 400ms 300ms ease-in-out forwards;
	animation: rotateX 400ms 300ms ease-in-out forwards;
  }
  
  .primary-menu li:hover .submenu li.dropdown_item-7 {
	transform-origin: top center;
	-webkit-animation: rotateX 400ms 350ms ease-in-out forwards;
			animation: rotateX 400ms 350ms ease-in-out forwards;
  }
  
  .primary-menu li:hover .submenu li.dropdown_item-8 {
	transform-origin: top center;
	-webkit-animation: rotateX 400ms 400ms ease-in-out forwards;
	animation: rotateX 400ms 400ms ease-in-out forwards;
  } */

@-webkit-keyframes rotateX {
	0% {
		opacity: 0;
		-webkit-transform: rotateX(-90deg);
		transform: rotateX(-90deg);
	}

	50% {
		-webkit-transform: rotateX(-20deg);
		transform: rotateX(-20deg);
	}

	100% {
		opacity: 1;
		-webkit-transform: rotateX(0deg);
		transform: rotateX(0deg);
	}
}

@keyframes rotateX {
	0% {
		opacity: 0;
		-webkit-transform: rotateX(-90deg);
		transform: rotateX(-90deg);
	}

	50% {
		-webkit-transform: rotateX(-20deg);
		transform: rotateX(-20deg);
	}

	100% {
		opacity: 1;
		-webkit-transform: rotateX(0deg);
		transform: rotateX(0deg);
	}
}

.header-two {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 999;
}


.sticky-header.sticky-on .header-navigation {
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 999;
	-webkit-animation: sticky 1.2s;
	animation: sticky 1.2s;
	background-color: #fff;
	-webkit-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.04);
	box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.04);
}

.sticky-header.sticky-on .header-navigation .sticky-logo {
	display: block;
}

.sticky-header.sticky-on .header-navigation .main-logo {
	display: none;
}

.sticky-header.sticky-on .header-navigation:not(.breakpoint-on) .primary-menu>li {
	line-height: 80px;
}

.sticky-header.sticky-on .header-navigation:not(.breakpoint-on) .primary-menu>li a,
.sticky-header.sticky-on .header-navigation:not(.breakpoint-on) .primary-menu>li .dd-trigger {
	color: #555;
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}

.sticky-header.sticky-on .header-navigation:not(.breakpoint-on) .primary-menu>li.current>a,
.sticky-header.sticky-on .header-navigation:not(.breakpoint-on) .primary-menu>li.current li.current a,
.sticky-header.sticky-on .header-navigation:not(.breakpoint-on) .primary-menu>li.current>.dd-trigger,
.sticky-header.sticky-on .header-navigation:not(.breakpoint-on) .primary-menu>li a:hover,
.sticky-header.sticky-on .header-navigation:not(.breakpoint-on) .primary-menu>li a:hover~.dd-trigger {

	color: #EA2829;
}

.sticky-header.sticky-on .header-navigation:not(.breakpoint-on) .primary-menu>li .submenu li a:hover {
	color: #EA2829;
}



.header-navigation.breakpoint-on {
	padding: 20px 0 10px 0;
}

.header-navigation.breakpoint-on .nav-toggler {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.header-navigation.breakpoint-on .site-nav-menu {
	position: fixed;
	top: 0;
	height: 100vh;
	width: 300px;
	padding: 50px 25px;
	background-color: #432624;
	z-index: 999;
	overflow-x: hidden;
	overflow-y: scroll;
	left: -300px;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}

@media(max-width:992px) {
	.header-navigation.breakpoint-on .site-nav-menu {
		padding: 30px 25px;
	}
}

.header-navigation.breakpoint-on .site-nav-menu .nav-close {
	display: block;
}

.header-navigation.breakpoint-on .site-nav-menu::-webkit-scrollbar {
	background-color: #002249;
}

.header-navigation.breakpoint-on .site-nav-menu.menu-opened {
	left: 0;
	visibility: visible;
	opacity: 1;
}

.header-navigation.breakpoint-on .site-nav-menu::-webkit-scrollbar {
	width: 5px;
}

.header-navigation.breakpoint-on .site-nav-menu .primary-menu li {
	margin: 0;
	padding: 0;
	display: block;
}

.header-navigation.breakpoint-on .site-nav-menu .primary-menu li a {
	color: #fff;
	display: block;
	padding: 15px 25px 15px 0;
	font-size: 15px;
	line-height: 1;
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.header-navigation.breakpoint-on .site-nav-menu .primary-menu li .dd-trigger {
	display: block;
	top: 0;
	-webkit-transform: translate(0);
	-ms-transform: translate(0);
	transform: translate(0);
	right: 0 !important;
	height: 45px;
	width: 45px;
	color: #fff;
	cursor: pointer;
	text-align: center;
	line-height: 45px;
	border-left: 1px solid rgba(255, 255, 255, 0.2);
}

.header-navigation.breakpoint-on .site-nav-menu .primary-menu li .dd-trigger i {
	-webkit-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}

.header-navigation.breakpoint-on .site-nav-menu .primary-menu li .submenu {
	padding-left: 15px;
	-webkit-transition: 0;
	-o-transition: 0;
	transition: 0;
	border: none;
}

.header-navigation.breakpoint-on .site-nav-menu .primary-menu li .submenu a {
	color: #ffff !important;
	display: block;
	padding: 15px 5px 15px 0;
	line-height: 1.2;
}

.header-navigation.breakpoint-on .site-nav-menu .primary-menu li .submenu a:hover {
	background-color: transparent !important;
}

.header-navigation.breakpoint-on .site-nav-menu .primary-menu li .submenu,
.header-navigation.breakpoint-on .site-nav-menu .primary-menu li li .submenu {
	position: unset;
	top: 0;
	width: 100%;
	-webkit-transition: none;
	-o-transition: none;
	transition: none;
	visibility: visible;
	opacity: 1;
	background-color: transparent;
	-webkit-box-shadow: none;
	box-shadow: none;
	display: none;
}

.header-navigation.breakpoint-on .site-nav-menu .primary-menu li.current::before {
	position: absolute;
	left: -25px;
	top: 2px;
	bottom: 2px;
	width: 2px;
	background-color: #fff;
	content: "";
}

@media(min-width:992px) {
	li.in span.active {
		position: relative;
		color: #ffff;
		margin-right: 3px;
		font-weight: 600;
	}

	li.in span.active::before {
		position: absolute;
		content: "";
		background-color: #EA2829;
		width: 110%;
		/* width:20px; */
		height: 16px;
		/* transform: skew(2deg); */
		-webkit-transform: translateY(200%);
		-ms-transform: translateY(200%);
		transform: translateY(200%);
		z-index: -1;
	}
}


/* =======page title =========== */
/*=======  Page Title  =======*/
.page-title-area {
	position: relative;
	z-index: 1;
	padding-top: 200px;
	padding-bottom: 40px;
}

@media(max-width:992px) {
	.page-title-area {
		padding-top: 150px;
		padding-bottom: 20px;
	}
}

@media (max-width: 575px) {
	.page-title-area {
		padding-top: 125px;
		padding-bottom: 20px;
	}
}

/*=== Back to top css =======*/
.back-to-top {
	position: fixed;
	right: 30px;
	bottom: 30px;
	display: none;
	z-index: 999999;
}

@media(min-width:768px) {
	.back-to-top {
		right: 20px;
		bottom: 100px;
	}
}

@media(max-width:768px) {
	.back-to-top {
		right: 10px;
		bottom: 60px;
	}
}

.back-to-top a {
	color: #fff;
	/* background: transparent linear-gradient(150deg, #F67C4D 0%, #FC4600 100%) 0% 0% no-repeat padding-box; */
	background: transparent -o-linear-gradient(top, #FF0001 0%, #800001 100%) 0% 0% no-repeat padding-box;
	background: transparent -webkit-gradient(linear, left top, left bottom, from(#FF0001), to(#800001)) 0% 0% no-repeat padding-box;
	background: transparent linear-gradient(180deg, #FF0001 0%, #800001 100%) 0% 0% no-repeat padding-box;
	height: 40px;
	width: 40px;
	border-radius: 50%;
	text-align: center;
	line-height: 40px;
	font-size: 20px;
	opacity: 0.8;
}

.back-to-top:hover a {
	opacity: 1;
}


/* ========footer section=========== */
.footer-area {
	background-color: #303030;
}

.footer-area p,
.footer-area ul li,
.footer-area h2,
.footer-area a,
.footer-area ul li a,
.footer-area ul li a i {
	color: #FFFFFF;
	-webkit-transition: color 0.4s ease-in-out;
	-o-transition: color 0.4s ease-in-out;
	transition: color 0.4s ease-in-out;
}

.footer-area a:hover,
.footer-area ul li a:hover,
.footer-area ul li a:hover i {
	color: #EA2829;
}
.footer-area .subscription-box{
	position: relative;
}

.footer-area .subscription-box input {
	position: relative;
	border-radius: 13px;
	height: 60px;
	padding: 0 30px;
	width: 100%;
	background-color: #fff !important;
	color: #686767 !important;
	font-size: 16px;
	border: none;
	font-family: "Poppins", sans-serif;
}

.footer-area .orange-bg {
	z-index: 2;
	position: absolute;
	width: 20%;
	height: 62px;
	right: 0;
	top:-1px;
	content: "";
	background-color: #EA2829;
	border-radius: 13px;
	display: -ms-grid;
	display: grid;
}


.footer-area .send-icon {
	position: absolute;
	z-index: 3;
	display: -ms-grid;
	display: grid;

	-ms-grid-row-align: center;

	align-self: center;
	-ms-grid-column-align: center;
	justify-self: center;
}

.footer-top {
	position: relative;
}

.footer-top::after {
	position: absolute;
	width: 100%;
	height: 1px;
	opacity: 0.5;
	content: "";
	background-color: #fff;
}

@media(max-width:992px) {
	.footer-top::after {
		bottom: -50px;
	}
}

.footer-area .footer-text p,
.footer-area .widget .widget-title {
	font-size: 20px;
	line-height: 30px;

}

@media(min-width:992px) {
	.footer-area .widgets {
		position: relative;
		display: -ms-grid;
		display: grid;
		justify-items: center;
	}
}

@media(max-width:992px) {
	.widget {
		padding-left: 15px;
	}
}

.footer-area .widget .widget-title {
	margin-bottom: 27px;
}


.footer-area .widget .footer-links ul li {

	font-size: 16px;
	line-height: 25px;
	margin-bottom: 13px;
}

.footer-area .footer-mid-2 .contact-block a,
.footer-area .footer-mid-2 .contact-block {
	position: relative;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	justify-items: center;
	-ms-flex-line-pack: center;
	align-content: center;
	gap: 15px;
}

.footer-area .footer-mid-2 .contact-block a p,
.footer-area .footer-mid-2 .contact-block p {
	display: -ms-grid;
	display: grid;
	position: relative;
	height: 100%;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}



.footer-mid-2 {
	position: relative;
}

@media(min-width:1400px) {
	.footer-mid-2 {
		position: relative;
		padding-left: 50px;
	}

}

.office-address img {
	position: relative;

	display: -ms-grid;
	display: grid;
	-ms-grid-row-align: center;
	align-self: center;
}

.footer-mid-2 .contact-block img{
	height: 40px;
	max-width:25px;
}
.footer-mid-2::after {
	position: absolute;
	width: 90%;
	height: 2px;
	content: "";
	background-color: #fff;
	left: 5%;
	bottom: -30px;

}

.footer-area .privacy-info li {
	position: relative;
}

@media(min-width:500px) {
	.footer-area .privacy-info li:not(:last-child)::after {
		position: absolute;
		content: "|";
		display: -ms-grid;
		display: grid;
		top: 0;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		right: -10px;
	}

}

@media(max-width:525px) {
	.footer-area .privacy-info li:first-child::after {
		position: absolute;
		content: "|";
		display: -ms-grid;
		display: grid;
		top: 0;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		right: -10px;
	}

}

.footer-area .header-topbar .social-icon li {
	margin-left: 10px;
	margin-right: 10px;
}
.gacc {
	position: relative;
	height: 100%;
	width: 100%;
	display: -ms-grid;
	display: grid;
	-ms-flex-line-pack: center;
	align-content: center;
	/* align-items: center; */

}

/* -----------home page--------------- */
/*=======  Page Title  =======*/

.banner-section {
	/* background: #a9c7ec; */
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
	overflow: hidden;
	z-index: 2;
	padding-top: 150px;
	padding-bottom: 150px;
}

@media (max-width: 1199px) {
	.banner-section {
		padding-bottom: 160px;
	}
}

@media (max-width: 767px) {
	.banner-section {
		padding-top: 180px;
		padding-bottom: 100px;
	}
}

@media (max-width: 575px) {
	.banner-section {
		padding-top: 140px;
		padding-bottom: 80px;
	}
}

/* ------------general--------------- */
p {

	font-style: normal;
	font-stretch: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 25px;
	color: #464545;
}

h1.hero-title {
	font-style: normal;
	font-stretch: normal;
	font-weight: 600;
	font-size: 30px;
	line-height: 46px;
	color: #303030;
}

/* h2.title {
	font-style: normal;
	font-stretch: normal;
	font-weight: 600;
	font-size: 20px;
	line-height: 30px;
} */

h4.title-tag {
	font-style: normal;
	font-stretch: normal;
	font-weight: normal;
	font-size: 20px;
	line-height: 30px;
}

.btn-section {
	margin-top: 30px;
}

.block-btn {
	background: #49211F 0% 0% no-repeat padding-box;
	-webkit-box-shadow: 0px 3px 6px #00000029;
	box-shadow: 0px 3px 6px #00000029;
	border-radius: 10px;
	padding: 10px 15px;
	color: #FFFFFF;
}

.grid-box {
	position: relative;
	height: 100%;
	width: 100%;
	display: -ms-grid;
	display: grid;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	justify-items: center;
}

.g-align-content-center {
	position: relative;
	height: 100%;
	width: 100%;
	display: -ms-grid;
	display: grid;
	-ms-flex-line-pack: center;
	align-content: center;
}

@media all and (min-width:767px) and (max-width:992px) {
	.g-md-align-content-center {
		position: relative;
		height: 100%;
		width: 100%;
		display: -ms-grid;
		display: grid;
		-ms-flex-line-pack: center;
		align-content: center;
	}
}

.g-justify-content-center {
	position: relative;
	height: 100%;
	width: 100%;
	display: -ms-grid;
	display: grid;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

/* ---------------header---------- */
.d-flex {
	display: -ms-flexbox !important;
	display: -webkit-box !important;
	display: flex !important;
	gap: 25px;
}


@media(min-width:1200px) {
	.header-extra.d-flex {
		gap: 40px;
	}

	.d-flex {
		gap: 60px;
	}
}

@media(min-width:1400px) {
	.d-flex {
		gap: 140px;
	}
}

@media(min-width:992px) {
	.header-two .header-navigation .primary-menu li .nav-link:hover::after {
		position: absolute;
		content: "";
		height: 2px;
		bottom: 25px;
		width: 50%;
		left: 25%;
		z-index: 100;
		border-radius: 50%;
		background-color: #EA2829;
	}
}


/* ==========banner section=========== */





.justify-content-between-center {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.sm-btn-hide {
	display: none !important;
}

.sm-btn-show {
	display: none !important;
}

@media(max-width:991px) {
	.sm-btn-show {
		display: block !important;
	}
}

@media(min-width:992px) {
	.justify-content-between-center {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	.sm-btn-hide {
		display: block !important;
	}
}


/* =============home page=============== */


/* ----------------client section------------ */


.clientsTitle {
	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;
	gap: 37px;
	margin-bottom: 52px;
}

.clientsTitle__heading {
	font-size: 30px;
	line-height: 46px;
	font-weight: 600;
	margin-bottom: 0;
	color: #303030;
}

.clientsTitle__line {
	height: 1px;
	border: 1px solid #f3f3f3;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}



.clientsItem {
	text-align: center;
}

.clients--style2 .clientsItem {
	-webkit-filter: grayscale(0);
	filter: grayscale(0);
}



/* =====================new our methodology page=============== */

.breadcrumb a {
	color: #EA2829;

}

.breadcrumb a:hover {
	color: #4a221f;
}




/* =======================================slider secton for home page in mobile and lap view========================= */


/* =================contact form================== */

.form-message.success {
	color: #f48826;
}

.form-message {
	height: 100%;

}

.form-message {
	margin-bottom: 10px;
}

.form-message.success,
.form-message.error {
	margin-top: 30px;
}

.form-message.error {
	color: red;
}


.footer-mid-2 p.dev-link a {
	color: #F7703C;
}

.footer-mid-2 p.dev-link a:hover {
	color: #FFFFFF;
}

.block-btn {
	position: relative;
	-webkit-transition: all 0.6s ease-in-out;
	-o-transition: all 0.6s ease-in-out;
	transition: all 0.6s ease-in-out;
}

.block-btn .fa-arrow-circle-right {
	font-size: 18px;
	font-weight: 600;
	margin-left: -12px;
	position: relative;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-line-pack: center;
	align-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 100%;
	-ms-flex-item-align: center;
	align-self: center;
	opacity: 0;
	overflow: hidden;
	visibility: hidden;
	-webkit-transition: opacity 0.3s ease-in-out, visibility 0.3s linear 0.3s, margin-left 0.3s ease-in-out;
	-o-transition: opacity 0.3s ease-in-out, visibility 0.3s linear 0.3s, margin-left 0.3s ease-in-out;
	transition: opacity 0.3s ease-in-out, visibility 0.3s linear 0.3s, margin-left 0.3s ease-in-out;
}

.block-btn:hover .fa-arrow-circle-right {
	position: relative;
	margin-left: 6px;
	opacity: 1;
	visibility: visible;
}


.btn-section a {
	font-size: 16px;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.header-navigation .navbar-btn:hover a,
.ban-btn:hover,
.btn-section a:hover {
	color: #ffffff;
}

@media(min-width:992px) {
	.lg-mt-50 {
		margin-top: 50px;
	}
}

.justify-content-center-between {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

@media(min-width:992px) {
	.justify-content-center-between {
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
}

.site-logo img {
	max-height: 70px;
}

@media(max-width:525px) {
	.site-logo img {
		max-height: 60px;
	}
}

.thumb-center {
	position: relative;
	display: -ms-grid;
	display: grid;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 100%;
	width: 100%;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

/* 
hp -  home page;
========================

1. banner section
2. fs- featured service section
3. why us section
4. client section


*/

/* ============hp - banner section============ */

.hero-banner .banner-text-block {
	position: relative;
	display: -ms-grid;
	display: grid;
	/* flex-direction: column; */
	height: 100%;
	-ms-flex-line-pack: end !important;
	align-content: end !important;

}

@media(min-width:992px) {
	.hero-banner .banner-text-block {
		padding-bottom: 40px;

	}
}

@media(min-width:1200px) {
	.hero-banner .banner-content {
		max-width: 80%;
	}
}

.hero-banner .banner-title {
	font: normal normal bold 50px/55px Poppins;
	font-size: 50px;
	line-height: 55px;
	font-weight: bold;
	color: #EA2829;
}

.hero-banner .title-tag {
	font-size: 20px;
	line-height: 30px;
	color: #000000;

}

.ban-btns {
	margin-top: 30px;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	gap: 15px;
}

@media(max-width:575px) {
	.ban-btns {
		text-align: center;
	}
}

.bb a {
	font-size: 16px;
	line-height: 21px;
	font-weight: 600;
}

.eerlg-btn,
.eerlg-btn:hover {
	position: relative;
	-webkit-box-shadow: 0px 0px 8px #0000001F;
	box-shadow: 0px 0px 8px #0000001F;
	border-radius: 21px;
	padding: 10px 25px;
	color: #ffffff;
}

.eerlg-btn::before {
	position: absolute;
	content: "";
	background: #EA2829 0% 0% no-repeat padding-box;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	border-radius: 21px;
	z-index: -1;
	-webkit-transition: width 0.4s linear;
	-o-transition: width 0.4s linear;
	transition: width 0.4s linear;
}

.eeelg-btn {
	position: relative;
	border-radius: 21px;
	padding: 10px 25px;
	color: #EA2F30;
	-webkit-transition: color 0.4s linear, -webkit-box-shadow 0.4s linear;
	transition: color 0.4s linear, -webkit-box-shadow 0.4s linear;
	-o-transition: box-shadow 0.4s linear, color 0.4s linear;
	transition: box-shadow 0.4s linear, color 0.4s linear;
	transition: box-shadow 0.4s linear, color 0.4s linear, -webkit-box-shadow 0.4s linear;
}

.eeelg-btn:hover {
	color: #ffffff;
	-webkit-box-shadow: 0px 0px 8px #0000001F;
	box-shadow: 0px 0px 8px #0000001F;

}

.eeelg-btn::before {
	position: absolute;
	content: "";
	background: #EA2829 0% 0% no-repeat padding-box;
	width: 0;
	height: 100%;
	top: 0;
	left: 0;
	border-radius: 21px;
	z-index: -1;
	-webkit-transition: width 0.4s linear;
	-o-transition: width 0.4s linear;
	transition: width 0.4s linear;
}

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



.hbimg-block {
	position: relative;
	width: 100%;
	height: 100%;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-line-pack: center;
	align-content: center;
	/* gap:30px; */
	-webkit-box-pack: space-evenly;
	-ms-flex-pack: space-evenly;
	justify-content: space-evenly;
	/* justify-content: space-between; */
	

}

@media(min-width:1200px) {
	.hbimg-block {
		padding-left: 40px;
		gap: 70px;
	}
}

.hbimg-block::after {
	position: absolute;
	content: "";
	width: 0;
	height: 70%;
	left: 0;
	bottom: 0;
	z-index: -1;
	background: transparent -o-linear-gradient(top, #FF0001 0%, #800001 100%) 0% 0% no-repeat padding-box;
	background: transparent -webkit-gradient(linear, left top, left bottom, from(#FF0001), to(#800001)) 0% 0% no-repeat padding-box;
	background: transparent linear-gradient(180deg, #FF0001 0%, #800001 100%) 0% 0% no-repeat padding-box;
	border-radius: 181px;
	-webkit-transition: width 0.4s linear;
	-o-transition: width 0.4s linear;
	transition: width 0.4s linear;
	-webkit-animation: growWidth 3s ease-in-out forwards;
	animation: growWidth 3s ease-in-out forwards;
	overflow: hidden;
	/* cubic-bezier(0, 0.51, 1, -0.57)  forwards; Adjust the animation duration as needed */
}

@-webkit-keyframes growWidth {
	0% {
		width: 0;
	}

	100% {
		width: 300%;
	}
}

@keyframes growWidth {
	0% {
		width: 0;
	}

	100% {
		width: 300%;
	}
}



.hbg {
	font-size: 374px;
	opacity: 0.26;
	line-height: 300px;
	font-weight: 600;
	color: #ffff;
	position: relative;
	margin-top: 145px;
	-webkit-transition: opacity 0.4s linear, text-shadow 0.4s linear;
	-o-transition: opacity 0.4s linear, text-shadow 0.4s linear;
	transition: opacity 0.4s linear, text-shadow 0.4s linear;
}

.hbimg-block:hover .hbg {
	opacity: 0.6;
	text-shadow: -2px -2px 0 #2E2E2E, 2px -2px 0 #2E2E2E, -2px 2px 0 #2E2E2E, 2px 2px 0 #2E2E2E;
}

@media all and (max-width:768px) {
	.hbimg-block {
		-webkit-box-pack: unset;
		-ms-flex-pack: unset;
		justify-content: unset;

	}

	.hbg {
		font-size: 200px;
		opacity: 0.36;
		line-height: 300px;
		margin-top: 130px;
	}

}

.hbimg {
	position: relative;
	z-index: 1;
	-webkit-animation: bounceInUp 3s linear forwards;
	animation: bounceInUp 3s linear forwards;
}


/* ========hp - fs section========= */
.fs-title .title {
	position: relative;
}

.o_effect {
	position: relative;
	display: inline;
	height: 100%;
	padding-left: 2px;
}

.o_effect::before {
	position: absolute;
	content: "";
	width: 25px;
	height: 25px;
	border-radius: 50%;
	background-color: #EA2829;
	top: 10px;
	left: -25px;
	z-index: 1;
}

.o_effect::after {
	position: absolute;
	content: "";
	width: 15px;
	height: 15px;
	border-radius: 50%;
	background-color: #ffffff;
	top: 18px;
	left: -25px;
	z-index: 2;
}

.fs-card {
	margin-top: 50px;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	gap: 40px;
	/* transition: flex-direction 0.4s linear; */
}

/* .fs-card:hover{
	flex-direction: row-reverse;
} */
.fs-card .letter-effect {
	width: 118px;
	height: 118px;
	background: transparent -o-linear-gradient(top, #EA2F30 0%, #751818 100%) 0% 0% no-repeat padding-box;
	background: transparent -webkit-gradient(linear, left top, left bottom, from(#EA2F30), to(#751818)) 0% 0% no-repeat padding-box;
	background: transparent linear-gradient(180deg, #EA2F30 0%, #751818 100%) 0% 0% no-repeat padding-box;
	border-radius: 50%;
	padding: 0px 30px;
	z-index: 0;
}

.fs-card .m-letter {
	font-size: 150px;
	line-height: 140px;
	color: #ffffff;
	font-weight: bold;
	position: relative;
	display: -ms-grid;
	display: grid;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-transition: color 0.4s linear;
	-o-transition: color 0.4s linear;
	transition: color 0.4s linear;
	z-index: 10;
	opacity: 0.7;
	/* outline: 2px solid transparent; Set initial outline to transparent */
	-webkit-transition: opacity 0.3s linear, text-shadow 0.4s linear;
	-o-transition: opacity 0.3s linear, text-shadow 0.4s linear;
	transition: opacity 0.3s linear, text-shadow 0.4s linear;
}

.fs-card:hover .m-letter {
	opacity: 1;
	text-shadow: -2px -2px 0 #2E2E2E, 2px -2px 0 #2E2E2E, -2px 2px 0 #2E2E2E, 2px 2px 0 #2E2E2E;
	/* outline-color: #2E2E2E; Change the outline color on hover */
}


@media all and (max-width:992px) {

	.fs-card {
		margin-top: 30px;
		gap: 30px;
	}

	.fs-card .letter-effect {
		width: 80px;
		height: 80px;
		padding: 10px 30px 0px 30px;
	}

	.fs-card .m-letter {
		font-size: 80px;
		line-height: 90px;
	}
}

.fs-card .card-text {
	position: relative;
	display: -ms-grid;
	display: grid;
	-ms-flex-line-pack: center;
	align-content: center;
}

.fs-card .card-text.right-text {
	text-align: right;
}

/* ====== hp - why choose us section ========= */

@media(min-width:992px) {
	.why-us-section {
		padding-top: 150px;
		padding-bottom: 100px;
	}
}

.why-us-block {
	background: #EAE2DF 0% 0% no-repeat padding-box;
	border-radius: 36px;
}

.why-title-block {
	margin-top: 40px;
	position: relative;
	width: 80%;
	background: #FFFFFF 0% 0% no-repeat padding-box;
	border-radius: 0px 28px 28px 0px;
	padding: 10px 10px 10px 30px;
}

.why-us-block:hover .why-title-block h2.title {
	text-shadow: -0.02px -0.02px 0 #ea282961, 0.02px -0.02px 0 #ea282961, -0.02px 0.02px 0 #ea282961, 0.02px 0.02px 0 #ea282961;

}

.why-list {
	z-index: 1;
	margin-top: 20px;
	position: relative;
	width: 100%;
	padding-bottom: 40px;
}

ul.why-list li {
	position: relative;
	width: 100%;
	padding-left: 60px;
	margin-top: 7px;
	-webkit-transition: padding-left 0.3s linear;
	-o-transition: padding-left 0.3s linear;
	transition: padding-left 0.3s linear;
}

ul.why-list li:hover {
	padding-left: 63px;
}

ul.why-list li::before {
	position: absolute;
	content: "";
	width: 10px;
	height: 10px;
	background: #EA2F30 0% 0% no-repeat padding-box;
	left: 30px;
	/* top:10px; */
	border-radius: 50%;
	-webkit-transform: translateY(85%);
	-ms-transform: translateY(85%);
	transform: translateY(85%);
}


@media all and (max-width:768px) {
	.why-list {
		padding-right: 15px;
	}

	ul.why-list li::before {
		-webkit-transform: translateY(100%);
		-ms-transform: translateY(100%);
		transform: translateY(100%);
	}

	ul.why-list li {
		padding-left: 40px;
	}

	ul.why-list li:hover {
		padding-left: 45px;
	}

	ul.why-list li::before {
		left: 20px;
	}

}


.why-thumb-block {
	position: relative;
	width: 100%;
	height: 100%;
}

@media(max-width:768px) {
	.why-title-block {
		width: 90%;
	}

	.why-thumb-block {
		/* justify-self: center; */
		display: -ms-grid;
		display: grid;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
}

@media all and (min-width:768px) {
	.why-thumb-block img {
		z-index: 1;
		position: absolute;
		bottom: 0;
		right: 0;
	}

	.why-thumb-block::before {
		position: absolute;
		content: "";
		z-index: 0;
		left: 10%;
		background: #FFFFFF 0% 0% no-repeat padding-box;
	/* background: linear-gradient(90deg, #FFFFFF 50%, #78D1E3 50%); */
		height: 100%;
		width: 20px;
		transform: skewX(-20deg);
		-webkit-transform: scaleX(-20deg);
		-ms-transform: scaleX(-20deg);
		-moz-transform: scaleX(-20deg);
		-o-transition: height linear 0.4s;
		transition: height linear 0.4s;
		-webkit-transition: height linear 0.4s;
		-moz-transition: height linear 0.4s;

	}
}





@media(min-width:992px) {

	.why-thumb-block::before {
			position: absolute;
			content: "";
			z-index: 0;
			left: 10%;
			background: #FFFFFF 0% 0% no-repeat padding-box;
			background: -webkit-gradient(linear, left top, left bottom, color-stop(100%, #FFFFFF), color-stop(0%, #78D1E3));
			background: -o-linear-gradient(#FFFFFF 100%, #78D1E3 0%);
			background: linear-gradient(#FFFFFF 100%, #78D1E3 0%);
			height: 100%;
			width: 40px;
			transform: skewX(-20deg);
			-webkit-transform: scaleX(-20deg);
			-ms-transform: scaleX(-20deg);
			-moz-transform: scaleX(-20deg);
			-o-transition: height linear 0.4s;
			transition: height linear 0.4s;
			-webkit-transition: height linear 0.4s;
			-moz-transition: height linear 0.4s;
	
		}
		/* .why-thumb-block:hover::before {
			background: linear-gradient(#FFFFFF 0%, #FF0001 25%, #800001  75%);
		} */
}

@media(min-width:1200px) {
	.why-thumb-block::after {
		position: absolute;
		content: "";
		z-index: 0;
		right: 0;
		background: #FFFFFF 0% 0% no-repeat padding-box;
		height: 100%;
		width: 30%;
		-webkit-transform: skewX(0deg);
		-ms-transform: skewX(0deg);
		transform: skewX(0deg);
	}
}

/* ===========hp clients section====== */




/* ======hp testimonials section======== */
.testimonial-block {
	padding: 40px 10px;
	position: relative;
}


.testimonial-block::before {
	position: absolute;
	content: "";
	width: 120%;
	left: -10%;
	height: 100%;
	background: #8296BC 0% 0% no-repeat padding-box;
	-webkit-transform: matrix(1, -0.07, 0.07, 1, 0, 0);
	-ms-transform: matrix(1, -0.07, 0.07, 1, 0, 0);
	transform: matrix(1, -0.07, 0.07, 1, 0, 0);
	-webkit-transition: all 0.6s linear;
	-o-transition: all 0.6s linear;
	transition: all 0.6s linear;
	overflow: hidden;

}
.testimonial-block:hover::before{
	-webkit-transform: matrix(1, 0.07, -0.07, 1, 0, 0);
	    -ms-transform: matrix(1, 0.07, -0.07, 1, 0, 0);
	        transform: matrix(1, 0.07, -0.07, 1, 0, 0);

}

@media(max-width:992px){
	.testimonial-block{
		position: relative;
		display: block;
		overflow: hidden;
	}
	
}
@media(max-width:768px) {
	.testimonial-block {
		display: block;
		overflow: hidden;
	}
}

@media(min-width:1200px) {
	.testimonial-block .test-block {
		padding: 0px 20px;
	}
}


.testimonial-container {
	position: relative;
	height: 100%;
	-ms-flex-item-align: center;
	-ms-grid-row-align: center;
	align-self: center;
}

.wpo-service-slider .owl-nav {
	display: none;
}

.wpo-service-slider .owl-dots button {

	border: none;
	margin: 0 5px;
	width: 20px;
	height: 8px;
	border-radius: 10px;
	margin-top: 25px;
}

.wpo-service-slider .owl-dots button.active {
	background: transparent -o-linear-gradient(300deg, #F67C4D 0%, #EA2829 100%) 0% 0% no-repeat padding-box;
	background: transparent linear-gradient(150deg, #F67C4D 0%, #EA2829 100%) 0% 0% no-repeat padding-box;
	width: 45px;
}




/* ===========service page============== */

/* ----sc - service card------ */
.sc-blocks .sc-card {
	position: relative;
	height: 100%;
	padding: 55px 18px;
	background: #F9F9F9 0% 0% no-repeat padding-box;
	-webkit-box-shadow: 0px 3px 6px #00000029;
	box-shadow: 0px 3px 6px #00000029;
	border-radius: 11px;
	-webkit-transform-style: preserve-3d;
	        transform-style: preserve-3d;
	-webkit-transition: -webkit-transform 0.3s linear, -webkit-box-shadow 0.3s linear;
	transition: -webkit-transform 0.3s linear, -webkit-box-shadow 0.3s linear;
	-o-transition: transform 0.3s linear, box-shadow 0.3s linear;
	transition: transform 0.3s linear, box-shadow 0.3s linear;
	transition: transform 0.3s linear, box-shadow 0.3s linear, -webkit-transform 0.3s linear, -webkit-box-shadow 0.3s linear;
	-webkit-transform-origin: top;
	    -ms-transform-origin: top;
	        transform-origin: top;
	-webkit-perspective: 1000px;
	        perspective: 1000px;
}

.sc-blocks .sc-card:hover {
	-webkit-transform: rotateX(-10deg);
	        transform: rotateX(-10deg);
	-webkit-box-shadow: 0px 6px 12px #00000029;
	        box-shadow: 0px 6px 12px #00000029;
}

.sc-blocks .sc-card .card-text h3 {
	margin-top: 30px;
	margin-bottom: 20px;
}

@media(max-width:768px) {
	.sc-blocks .sc-card .card-text h3 {
		margin-top: 15px;
		margin-bottom: 10px;
	}
}

/* -------dsct - detailed service card thumb----- */
.ds-block .ds-card {
	border-radius: 61px;
	position: relative;
	width: 100%;
	height: 100%;
}

.ds-card .dsst-card {
	position: relative;
}

.ds-card .dsst-card .tt-block {
	position: relative;
	width: 100%;
	height: 100%;
}

.ds-card .dsst-card .title-tag {
	margin-top: 30px;
	padding: 10px 40px 7px 40px;
	background: #FFFFFF 0% 0% no-repeat padding-box;
}

.ds-card .dsst-block {
	margin-top: 12px;
	margin-bottom: 25px;
}

.ds-block .ds-card {
	margin-top: 50px;
}

.ds-card .dsst-block .ctext {
	margin-top: 15px;
}


/* ------card 1 --------- */

.ds-block .ds-card1 {
	background: #EAE2DF 0% 0% no-repeat padding-box;
}

.dsst-card1 .tt-block {
	position: relative;
	display: -ms-grid;
	display: grid;
	-webkit-box-pack: left;
	-ms-flex-pack: left;
	justify-content: left;
}

.dsst-card1 .title-tag {
	border-radius: 0px 23px 23px 0px;
}

.ds-card1 .dsst-block {
	padding-left: 30px;
	padding-right: 20px;
	padding-bottom: 30px;
}

/* ----------card 2--------- */
.ds-block .ds-card2 {
	background: #B69F82 0% 0% no-repeat padding-box;
}

.dsst-card2 .tt-block {
	position: relative;
	display: -ms-grid;
	display: grid;
	-webkit-box-pack: right;
	-ms-flex-pack: right;
	justify-content: right;
}

.dsst-card2 .title-tag {
	border-radius: 23px 0px 0px 23px;
}

.ds-card2 .dsst-block {
	padding-left: 30px;
	padding-right: 20px;
	padding-bottom: 30px;
}

@media all and (max-width:992px) {
	.ds-card .dsct-block {
		position: relative;
		z-index: 1;
		display: -ms-grid;
		display: grid;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
}

@media(min-width:992px) {

	.ds-card .dsct {
		position: absolute;
		bottom: -15%;
		z-index: 1;
	}

	.ds-block .ds-card {
		margin-top: 100px;
	}

	.ds-block .ds-card:not(:first-child) {
		margin-top: 200px;
	}

	.ds-card .dsct-block::after {
		position: absolute;
		background-color: #ffff;
		content: "";
		width: 30%;
		height: 100%;
		z-index: 0;
	}

	/* ------card 1 --------- */

	.ds-card1 .dsst-block {
		padding-left: 30px;
	}


	.dsst-card1 .tt-block {
		position: relative;
		display: -ms-grid;
		display: grid;
		-webkit-box-pack: left;
		-ms-flex-pack: left;
		justify-content: left;
	}



	.ds-card1 .dsct {
		right: 0;
	}

	.ds-card1 .dsct-block::after {
		right: 0;
	}

	/* ----------card 2--------- */

	.ds-card2 .dsst-block {
		padding-left: 30px;
	}

	.dsst-card2 .tt-block {
		position: relative;
		display: -ms-grid;
		display: grid;
		-webkit-box-pack: right;
		-ms-flex-pack: right;
		justify-content: right;
	}



	.ds-card2 .dsct {
		left: 0;
	}

	.ds-card2 .dsct-block::after {
		left: 0;
	}

}

@media(min-width:1200px) {
	.ds-card1 .dsst-block {
		max-width: 75%;
	}

	.ds-card2 .dsst-block {
		max-width: 75%;
	}

	.ds-card1 .dsst-block {
		padding-left: 80px;
	}
}
@media all and (min-width:1300px){
	.ds-card1 .dsst-block {
		max-width: 90%;
	}
}




/* ===============about us page=========== */
.about-us-banner {
	background-image: url('../img/about_us/about_banner.png');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	width: 100%;
	height: 700px;
	text-align: center;
	position: relative;
	z-index: 1;
	display: block;
	overflow: hidden;
	/* display: flex;
	justify-content: center;
	flex-direction: column; */
}

.about-us-banner.contact-banner {
	background-image: url('../img/contact_us/contact_banner.png');
	background-position-x: left;
	background-position-y: bottom;
}

@media(min-width:1400px) {
	.about-us-banner {
		height: 800px;
	}
}

@media(min-width:1600px) {
	.about-us-banner {
		height: 750px;
	}
	.about-page .pg-title-block h1.title{
		text-align: right;
	}
}


.about-us-banner .about-effect1 .bl {
	position: absolute;
	bottom: 0;
	left: -10%;
	display: block;
	overflow: hidden;
	z-index: 2;
}

.about-us-banner .about-effect2 .tr {
	position: absolute;
	top: 15%;
	right: -10%;
	display: block;
	overflow: hidden;
	z-index: 2;
}


@media(max-width:992px) {
	.about-us-banner .about-effect1 .bl {
		bottom: 0;
		left: -15%;
	}

	.about-us-banner .about-effect2 .tr {
		top: 10%;
		right: -15%;
	}

	.about-us-banner .about-effect1 .bl,
	.about-us-banner .about-effect2 .tr {
		-webkit-transform: scale(0.8);
		-ms-transform: scale(0.8);
		transform: scale(0.8);
	}
}


@media(max-width:768px) {
	.about-us-banner .about-effect1 .bl {
		bottom: 0;
		left: -20%;
	}

	.about-us-banner .about-effect2 .tr {
		top: 10%;
		right: -20%;
	}

	.about-us-banner .about-effect1 .bl,
	.about-us-banner .about-effect2 .tr {
		-webkit-transform: scale(0.7);
		-ms-transform: scale(0.7);
		transform: scale(0.7);
	}
}


@media(max-width:575px) {

	.about-us-banner .about-effect1 .bl,
	.about-us-banner .about-effect2 .tr {
		-webkit-transform: scale(0.4);
		-ms-transform: scale(0.4);
		transform: scale(0.4);
	}
}

.mv-card {
	position: relative;
	height: 100%;
	background: #EAE2DF 0% 0% no-repeat padding-box;
	border-radius: 63px;
	padding: 50px 45px 35px 45px;
	text-align: center;
}

@media(min-width:1200px) {
	.mv-card {
		padding: 50px 95px 35px 95px;
	}

}

.mv-card h4 {
	margin-bottom: 20px;
}

.mv-cards {
	position: relative;
}

@media all and (min-width:768px) {
	.mvc-line1 {
		position: absolute;
		content: "";
		top: 45%;
		left: 35%;
		width: 30%;
		height: 1px;
		background-color: #FFFF;
		z-index: 4;

	}

	.mvc-line2 {
		position: absolute;
		content: "";
		top: 32.5%;
		left: 45%;
		width: 1px;
		height: 45%;
		background-color: #FFFF;
		z-index: 4;

	}

	.mvc-line3 {
		position: absolute;
		content: "";
		top: 32.5%;
		right: 45%;
		width: 1px;
		height: 45%;
		background-color: #FFFF;
		z-index: 4;
	}

	.mvc-line4 {
		position: absolute;
		content: "";
		top: 62.5%;
		left: 35%;
		width: 30%;
		height: 1px;
		z-index: 4;
		background-color: #FFFF;
	}

	.mvc-line1::before {
		position: absolute;
		content: "";
		display: block;
		border-radius: 50%;
		background-color: #ffff;
		top: -4px;
		left: -4px;
		width: 8px;
		height: 8px;
		background: var(--unnamed-color-ffffff) 0% 0% no-repeat padding-box;
		background: #FFFFFF 0% 0% no-repeat padding-box;

	}

	.mvc-line1::after {
		position: absolute;
		content: "";
		border-radius: 50%;
		background-color: #ffff;
		top: -4px;
		right: -4px;
		width: 8px;
		height: 8px;
		background: var(--unnamed-color-ffffff) 0% 0% no-repeat padding-box;
		background: #FFFFFF 0% 0% no-repeat padding-box;

	}

	.mvc-line2::before {
		position: absolute;
		content: "";
		display: block;
		border-radius: 50%;
		background-color: #ffff;
		top: -3px;
		left: -3px;
		width: 8px;
		height: 8px;
		background: var(--unnamed-color-ffffff) 0% 0% no-repeat padding-box;
		background: #FFFFFF 0% 0% no-repeat padding-box;

	}

	.mvc-line2::after {
		position: absolute;
		content: "";
		border-radius: 50%;
		background-color: #ffff;
		bottom: -5px;
		right: -5px;
		width: 8px;
		height: 8px;
		background: var(--unnamed-color-ffffff) 0% 0% no-repeat padding-box;
		background: #FFFFFF 0% 0% no-repeat padding-box;

	}


	.mvc-line3::before {
		position: absolute;
		content: "";
		display: block;
		border-radius: 50%;
		background-color: #ffff;
		top: -4px;
		left: -4px;
		width: 8px;
		height: 8px;
		background: var(--unnamed-color-ffffff) 0% 0% no-repeat padding-box;
		background: #FFFFFF 0% 0% no-repeat padding-box;

	}

	.mvc-line3::after {
		position: absolute;
		content: "";
		border-radius: 50%;
		background-color: #ffff;
		bottom: -4px;
		right: -4px;
		width: 8px;
		height: 8px;
		background: var(--unnamed-color-ffffff) 0% 0% no-repeat padding-box;
		background: #FFFFFF 0% 0% no-repeat padding-box;

	}


	.mvc-line4::before {
		position: absolute;
		content: "";
		display: block;
		border-radius: 50%;
		background-color: #ffff;
		top: -4px;
		left: -4px;
		width: 8px;
		height: 8px;
		background: var(--unnamed-color-ffffff) 0% 0% no-repeat padding-box;
		background: #FFFFFF 0% 0% no-repeat padding-box;

	}

	.mvc-line4::after {
		position: absolute;
		content: "";
		border-radius: 50%;
		background-color: #ffff;
		top: -4px;
		right: -4px;
		width: 8px;
		height: 8px;
		background: var(--unnamed-color-ffffff) 0% 0% no-repeat padding-box;
		background: #FFFFFF 0% 0% no-repeat padding-box;

	}

	.mv-cards .mvc-line1::before,
	.mv-cards .mvc-line1::after,
	.mv-cards .mvc-line2::before,
	.mv-cards .mvc-line2::after,
	.mv-cards .mvc-line3::before,
	.mv-cards .mvc-line3::after,
	.mv-cards .mvc-line4::before,
	.mv-cards .mvc-line4::after {
		-webkit-transition: background 0.4s linear;
		-o-transition: background 0.4s linear;
		transition: background 0.4s linear;
	}
	.mv-cards:hover .mvc-line1::before,
	.mv-cards:hover .mvc-line1::after,
	.mv-cards:hover .mvc-line2::before,
	.mv-cards:hover .mvc-line2::after,
	.mv-cards:hover .mvc-line3::before,
	.mv-cards:hover .mvc-line3::after,
	.mv-cards:hover .mvc-line4::before,
	.mv-cards:hover .mvc-line4::after {
		/* background-color: #FF0001; */
		background: transparent -webkit-gradient(linear, left top, left bottom, from(#FF0001), to(#800001)) 0% 0% no-repeat padding-box;
		background: transparent -o-linear-gradient(top, #FF0001 0%, #800001 100%) 0% 0% no-repeat padding-box;
		background: transparent linear-gradient(180deg, #FF0001 0%, #800001 100%) 0% 0% no-repeat padding-box;
	}
	
	.mv-cards .mvc-line1,
	.mv-cards .mvc-line3,
	.mv-cards .mvc-line4,
	.mv-cards .mvc-line2{
		-webkit-transition:background-color 0.5s linear;
		-o-transition:background-color 0.5s linear;
		transition:background-color 0.5s linear;
	}
	.mv-cards:hover .mvc-line1,
	.mv-cards:hover .mvc-line3,
	.mv-cards:hover .mvc-line4,
	.mv-cards:hover .mvc-line2{
		background-color: #FF0001;
		/* background: transparent linear-gradient(180deg, #FF0001 0%, #800001 100%) 0% 0% no-repeat padding-box; */
	}
}

.wt-block .title {
	margin: 5px 0px 5px 0px;
}

.main-btn a {
	position: relative;
	background: #EA2F30 0% 0% no-repeat padding-box;
	border-radius: 8px;
	padding: 14px 31px;
	color: #ffffff;
	margin-top: 25px;
}


/* ==============blog page======= */
.blog-banner {
	background-image: url('../img/blog/blog-banner.png');
	background-repeat: no-repeat;
	background-position-x: right;
	background-position-y: bottom;
	width: 100%;
	height: 700px;
	position: relative;
	z-index: 1;
}

@media(min-width:1400px) {
	.blog-banner {
		height: 800px;
	}
}

.blog-banner .bbt::before {
	position: absolute;
	content: "";
	width: 60%;
	height: 7px;
	bottom: 10%;
	background-color: #EA2F30;
	border-radius: 14px;
	left: 0;
	z-index: 0;
}

@media(max-width:768px) {
	.blog-banner {
		margin-top: 40px;
		background-size: contain;
		height: 400px;
	}

	.blog-banner .blog-thumb {
		-webkit-transform: scale(0.7);
		-ms-transform: scale(0.7);
		transform: scale(0.7);
	}

	.blog-banner .bbt::before {
		bottom: 20%;
	}
}




/* ============contact us page============ */



/* ==========contact details cd-section ============= */

.map-block {
	position: relative;
	max-width: 100%;
	max-height: 100%;
}

.cd-card {
	position: relative;
}

.ci-card {
	background: #F2F1F1 0% 0% no-repeat padding-box;
	position: relative;
	height: 100%;
	padding: 45px 50px 23px 50px;
	width: 100%;
}

@media(min-width:1200px) {
	.ci-card {
		padding: 35px 30px 20px 30px;
	}

}



.cd-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	height: 100%;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;

}

@media(max-width:768px) {
	.cd-list {
		gap: 30px;

	}
}

.cd-list li {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	gap: 25px;
}
 
.cd-list .cd-info img{
	max-width:25px;
}

/* ===================employee login page============= */
.eloginc {
	padding: 40px;
	width: 100%;
	margin: auto;
	-webkit-box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.1);
	box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.1);
	border-radius: 10px;
}

.eloginc input {
	width: 100%;
	height: 60px;
	border: #e5e5e5 1px solid;
	border-radius: 5px;
	font-family: 'Poppins', sans-serif !important;
	font-size: 14px;
	line-height: 30px;
	color: #a6a6a6;
	padding: 15px 25px;
	background-color: #fff;
}

.elogin-btn {
	margin: 20px 0 0 0;
	border-radius: 5px;

}

.elogin-btn a {
	display: inline-block;
	color: #fff;
	font-size: 15px;
	font-family: 'Poppins', sans-serif !important;
	line-height: 18px;
	font-weight: 500;
	padding: 15px 40px;
	position: relative;
	border-radius: 5px;
	background-color: #EA2829;
	text-transform: none;
}

.hide-block{
	display: none;
}
/*---------------------------------------------------------- for particular size convenience----------------------- */

/* ---------for extra large-laptop---------- */
@media all and (min-width:1200px) {
	.hide-block{
		display: block;
	}
}

/* ---------for laptop--------- */
@media all and (min-width:992px) and (max-width:1200px) {
	.hbimg-block {
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}

	.ds-card .dsct {
		position: absolute;
		bottom: -5%;
		z-index: 1;
	}

	.ci-card {
		padding: 45px 30px 23px 30px;
	}

	.eeelg-btn,
	.eerlg-btn {
		padding: 10px 10px;
		border-radius: 15px;
	}

}


/* ----------for tablet-------------- */
@media all and (min-width:768px) and (max-width:992px) {
	.why-title-block {
		width: 100%;
	}

	.fs-card {
		gap: 20px;
	}

	.hbimg-block {

		-webkit-box-pack: space-evenly;

		-ms-flex-pack: space-evenly;

		justify-content: space-evenly;
	}

}

@media all and (min-width:575px) and (max-width:768px) {}

/* ---------between mobile and laptop----------- */
@media all and (min-width:425px) and (max-width:768px) {}


/* ----------for mobile phones-------------- */
@media(max-width:525px) {
	.hbimg-block {
		position: relative;
		width: 100%;
		height: 100%;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-ms-flex-line-pack: center;
		align-content: center;
		-webkit-box-pack: space-evenly;
		-ms-flex-pack: space-evenly;
		justify-content: space-evenly;
	}

	.hbg {
		line-height: 250px;
		margin-top: 5px;

	}

	.hbimg-block::after {
		width: 300%;
		height: 95%;
		left: 0;
		bottom: 0;
		z-index: -1;
		border-radius: 181px;
	}
}

/* --------------------------------General responsiveness------------------------------------- */


@media(max-width:1200px) {
	p.alert-message{
		font-size:13px;
		line-height:18px;
		/* margin-top: 5px !important; */
	}
}



@media(max-width:992px) {
	.hero-banner .banner-title {
		font-size: 40px;
		line-height: 48px;
	}

	.cd-list {
		gap: 30px;
	}

}


@media(max-width:768px) {
	.hero-banner .banner-title {
		font-size: 34px;
		line-height: 42px;
	}

	/* .subscription-box {
		margin-top: 10px;
	} */
}

@media(max-width:525px) {
	.hero-banner .banner-title {
		font-size: 26px;
		line-height: 32px;
	}

	.hero-banner .title-tag {
		font-size: 18px;
		line-height: 30px;
	}
}

.ds-card1:hover .dsct,
.ds-card2:hover .dsct {
	/* transform: skew(0deg, 0deg); */
	-webkit-animation: wavy 1s linear;
	animation: wavy 1s linear;
}

@-webkit-keyframes wavy {
	0% {
		-webkit-transform: skew(0deg, 0deg);
		transform: skew(0deg, 0deg);
	}

	25% {
		-webkit-transform: skew(4deg, -4deg);
		transform: skew(4deg, -4deg);
	}

	50% {
		-webkit-transform: skew(0deg, 0deg);
		transform: skew(0deg, 0deg);
	}

	75% {
		-webkit-transform: skew(-4deg, 4deg);
		transform: skew(-4deg, 4deg);
	}

	100% {
		-webkit-transform: skew(0deg, 0deg);
		transform: skew(0deg, 0deg);
	}
}

@keyframes wavy {
	0% {
		-webkit-transform: skew(0deg, 0deg);
		transform: skew(0deg, 0deg);
	}

	25% {
		-webkit-transform: skew(4deg, -4deg);
		transform: skew(4deg, -4deg);
	}

	50% {
		-webkit-transform: skew(0deg, 0deg);
		transform: skew(0deg, 0deg);
	}

	75% {
		-webkit-transform: skew(-4deg, 4deg);
		transform: skew(-4deg, 4deg);
	}

	100% {
		-webkit-transform: skew(0deg, 0deg);
		transform: skew(0deg, 0deg);
	}
}




/* .sticky-header .header-navigation::after{
	position: absolute;
	content:"";
	width:10%;
	height:3px;
	background: #EA2829;
	left:0;
	bottom:0;
	animation:lineMove 30s linear infinite;

}

@keyframes lineMove {
	0%{
		left:0%;
		opacity: 0;
	}
	10%{
		left:10%;
		opacity: 1;
	}
	20%{
		left:20%;
	}
	30%{
		left:30%;
	}
	40%{
		left:40%;
	}
	50%{
		left:50%;
	}
	60%{
		left:60%;
	}
	70%{
		left:70%;
	}
	80%{
		left:80%;
	}
	90%{
		left:90%;
		opacity: 1;
	}
	91%{
		left:100%;
		opacity:0;
	}
	99%{
		opacity:0;
	}
	100%{
		opacity: 0;
		left:-10%;
	}
} */


/* .hbimg-block {
    position: relative;
}

.hbimg-block::after {
	width: 100%;
	animation: neonAnimation 3s ease-in-out forwards infinite;
}

@keyframes neonAnimation {
    0% {
        box-shadow: 0 0 10px #00ff00, 0 0 20px #00ff00, 0 0 30px #00ff00;
    }
    100% {
        box-shadow: 0 0 110px #00ff00, 0 0 140px #00ff00, 0 0 160px #00ff00;
    }
} */

.contact-form .submit-btn .main-btn:hover{
	-webkit-box-shadow: 0 0 1px  #EA2F30, 0 0 5px  #EA2F30, 0 0 10px  #EA2F30;
	        box-shadow: 0 0 1px  #EA2F30, 0 0 5px  #EA2F30, 0 0 10px  #EA2F30;
}

@-webkit-keyframes neonAnimation {
	0% {
        -webkit-box-shadow: 0 0 0px  #EA2F30, 0 0 0px  #EA2F30, 0 0 0px  #EA2F30;
                box-shadow: 0 0 0px  #EA2F30, 0 0 0px  #EA2F30, 0 0 0px  #EA2F30;
    }
    25% {
        -webkit-box-shadow: 0 0 1px  #EA2F30, 0 0 2px  #EA2F30, 0 0 3px  #EA2F30;
                box-shadow: 0 0 1px  #EA2F30, 0 0 2px  #EA2F30, 0 0 3px  #EA2F30;
    }
    50% {
        -webkit-box-shadow: 0 0 2px  #EA2F30, 0 0 4px  #EA2F30, 0 0 6px  #EA2F30;
                box-shadow: 0 0 2px  #EA2F30, 0 0 4px  #EA2F30, 0 0 6px  #EA2F30;
    }
	75% {
        -webkit-box-shadow: 0 0 1px  #EA2F30, 0 0 2px  #EA2F30, 0 0 3px  #EA2F30;
                box-shadow: 0 0 1px  #EA2F30, 0 0 2px  #EA2F30, 0 0 3px  #EA2F30;
    }
	100% {
        -webkit-box-shadow: 0 0 0px  #EA2F30, 0 0 0px  #EA2F30, 0 0 0px  #EA2F30;
                box-shadow: 0 0 0px  #EA2F30, 0 0 0px  #EA2F30, 0 0 0px  #EA2F30;
    }

}

@keyframes neonAnimation {
	0% {
        -webkit-box-shadow: 0 0 0px  #EA2F30, 0 0 0px  #EA2F30, 0 0 0px  #EA2F30;
                box-shadow: 0 0 0px  #EA2F30, 0 0 0px  #EA2F30, 0 0 0px  #EA2F30;
    }
    25% {
        -webkit-box-shadow: 0 0 1px  #EA2F30, 0 0 2px  #EA2F30, 0 0 3px  #EA2F30;
                box-shadow: 0 0 1px  #EA2F30, 0 0 2px  #EA2F30, 0 0 3px  #EA2F30;
    }
    50% {
        -webkit-box-shadow: 0 0 2px  #EA2F30, 0 0 4px  #EA2F30, 0 0 6px  #EA2F30;
                box-shadow: 0 0 2px  #EA2F30, 0 0 4px  #EA2F30, 0 0 6px  #EA2F30;
    }
	75% {
        -webkit-box-shadow: 0 0 1px  #EA2F30, 0 0 2px  #EA2F30, 0 0 3px  #EA2F30;
                box-shadow: 0 0 1px  #EA2F30, 0 0 2px  #EA2F30, 0 0 3px  #EA2F30;
    }
	100% {
        -webkit-box-shadow: 0 0 0px  #EA2F30, 0 0 0px  #EA2F30, 0 0 0px  #EA2F30;
                box-shadow: 0 0 0px  #EA2F30, 0 0 0px  #EA2F30, 0 0 0px  #EA2F30;
    }

} 