/*
 *
 *		CUSTOM.CSS
 *
 *	+ TYPOGRAPHY
 *  + HEADLINE
 *	+ ALERTS
 *	+ LISTS
 *	+ BUTTONS
 *	+ DIVIDERS
 *	+ TEXT BOX
 *	+ IMAGE BOX
 *	+ ACCORDION
 *  + TABS
 *	+ GOOGLE MAPS
 *  + SOCIAL MEDIA
 *	+ PROCESS STEPS
 *	+ PIE CHARTS
 *	+ PROGRESS BARS
 *  + COUNTER
 *	+ STATISTICS
 *	+ COUNTDOWN
 *	+ PRICE PLAN
 *  + TESTIMONIALS
 *  + ISOTOPE
 *  + FILTER
 *  + PAGINATION
 *  + FULL SECTIONS
 *  + VIDEO PLAYER
 *  + SCROLL UP
 *	+ SLIDERS
 *	+ ANIMATIONS
 *	+ WIDGETS
 *  + RESPONSIVE
 *	 - LARGE DISPLAY (>1200px)
 *	 - SMALL DISPLAY (TABLETS)
 *	 - EXTRA SMALL DISPLAY (PHONES PORTRAIT)
 *	 - EXTRA SMALL DISPLAY (PHONES LANDSCAPE)
 */

/***********************************************************************************
 *	+ TYPOGRAPHY
 ***********************************************************************************/






h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	font-weight: 700;
	color: black;
}

h1 {
	font-size: 52px;
	line-height: 74px;
	font-weight: 800;
	margin-bottom: 16px;
}

h2 {
	font-size: 30px;
	line-height: 46px;
	margin-bottom: 14px;
}

h3 {
	font-size: 22px;
	line-height: 34px;
	margin-bottom: 12px;
}

h4 {
	font-size: 18px;
	line-height: 28px;
	margin-bottom: 10px;
}

h5 {
	font-size: 16px;
	line-height: 26px;
	margin-bottom: 8px;
}

h6 {
	font-size: 14px;
	line-height: 24px;
	margin-bottom: 6px;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
	text-decoration: none;
	color: #151f48;
	-webkit-transition: color 0.2s;
	transition: color 0.2s;
}

h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
	text-decoration: red;
}

p {
	margin-bottom: 20px;
}

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

a {
	color: #e84538;
}

a:hover,
a:focus {
	outline: 0;
	color: #e84538;
}

img {
	max-width: 100%;
}

/* ul,
 ol {
	 padding: 0;
	 list-style-position: inside;
 }

 ul ul,
 ol ol,
 ul ol
 ol ul {
	 margin-left: 20px;
 } */

dl {
	margin-bottom: 20px;
}

.last {
	margin-bottom: 0;
}

.no-margins {
	margin: 0;
}

.big {
	font-size: 24px;
	line-height: 34px;
}

.text-default-color {
	color: #e84538;
}

.pull-left {
	margin-right: 20px;
}

.pull-right {
	margin-left: 20px;
}

blockquote {
	margin-bottom: 30px;
	border-left: none;
	font-size: 14px;
	font-style: italic;
	padding: 0;
	text-align: center;
}

blockquote:before {
	content: "\201c";
	font-size: 42px;
	font-weight: 400;
	font-style: italic;
}

blockquote h4 {
	font-weight: 300;
	color: #e84538;
}

label {
	font-weight: normal;
}

input,
select,
textarea {
	font-size: 13px;
	font-weight: 400;
	/*display: block;		*/
	max-width: 100%;
	padding: 10px 2px;
	margin-bottom: 20px;
	border-radius: 30px;
	border: 1px solid #cccccc;
	background-color: #fff;
	color: #4e515d;
}

select {
	width: 100%;
	border-radius: 0;
}

select:focus,
textarea:focus,
input[type="url"]:focus,
input[type="tel"]:focus,
input[type="date"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="week"]:focus,
input[type="month"]:focus,
input[type="text"]:focus,
input[type="color"]:focus,
input[type="email"]:focus,
input[type="image"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="password"]:focus {
	box-shadow: none;
	outline: 0;
	border-color: #d7d7d7;
}

input[type="reset"],
input[type="submit"],
input[type="button"] {
	padding: 10px 30px;
	border-color: #e84538;
	background-color: #e84538;
	color: #fff;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

input[type="reset"]:focus,
input[type="submit"]:focus,
input[type="button"]:focus {
	box-shadow: none;
	outline: 0;
}

input[type="reset"]:hover,
input[type="submit"]:hover,
input[type="button"]:hover {
	padding: 10px 30px;
	border-color: #209fe8;
	background-color: #209fe8;
}

/***********************************************************************************
 *	+ HEADLINE
 ***********************************************************************************/

.headline {
	position: relative;
	margin-bottom: 30px;
}

/* .headline:before {
	 content: "\e93c  \e93c  \e93c";
	 font-family: "mt-icons";
	 font-size: 8px;
	 display: block;
	 margin-bottom: 5px;
	 color: #ff4c3e;
 } */

.headline:after {
	position: absolute;
	top: 8px;
	left: 0;
	width: 33px;
	height: 10px;
	content: "";
	background: -webkit-linear-gradient(90deg, rgba(255, 255, 255, 0.7), transparent);
	background: linear-gradient(90deg, rgba(255, 255, 255, 0.7), transparent);
	-webkit-animation: headline-effect 2s linear infinite;
	animation: headline-effect 2s linear infinite;
}

#subscribeinput {
	height: 40px;
	line-height: 1.5;
	border-bottom-left-radius: 30px;
	border-top-left-radius: 30px;
}

@-webkit-keyframes headline-effect {
	50% {
		-webkit-transform: rotateY(180deg);
		-ms-transform: rotateY(180deg);
		transform: rotateY(180deg);
	}
}

@keyframes headline-effect {
	50% {
		-webkit-transform: rotateY(180deg);
		-ms-transform: rotateY(180deg);
		transform: rotateY(180deg);
	}
}

.headline h6 {
	margin-bottom: 0;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	color: #e84538;
}

.headline h2 {
	margin-bottom: 0;
	line-height: 42px;
}

.headline.style-1 {
	text-align: left;
	margin-bottom: 50px;
}

.headline.style-2 {
	text-align: center;
}

.headline.style-2:before {
	margin: 0 auto 5px;
}

.headline.style-2:after {
	right: 0;
	margin: 0 auto;
}

.certificate-width {
	margin-bottom: 8px;
}

/***********************************************************************************
 *	+ ALERTS
 ***********************************************************************************/

.alert {
	padding: 12px 30px;
	border: none;
	border-radius: 30px;
	color: #fff;
}

.alert:after {
	float: right;
	content: "x";
}

.alert.alert-info {
	background-color: #1a1e21;
}

.alert.alert-success {
	background-color: #e84538;
}

.alert.alert-warning {
	background-color: #209fe8;
}

h1.error {
	position: relative;
	margin-bottom: 100px;
	font-size: 310px;
	line-height: 210px;
	font-weight: 700;
	text-align: center;
	color: #e33224;
}

h1.error:after {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 300px;
	content: "";
	background: -webkit-linear-gradient(transparent, rgba(255, 255, 255, 0.8));
	background: linear-gradient(transparent, rgba(255, 255, 255, 0.8));
}

.maintenance {
	position: relative;
	width: 250px;
	height: 250px;
	text-align: center;
	margin: 0 auto 50px;
	border-radius: 25px;
	background-color: #209fe8;
	color: #fff;
	-webkit-transform: translateZ(0);
	-ms-transform: translateZ(0);
	transform: translateZ(0);
}

.maintenance i {
	font-size: 100px;
	line-height: 250px;
}

.maintenance:after,
.maintenance:before {
	position: absolute;
	z-index: -1;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	content: "";
	border-radius: 25px;
}

.maintenance:before {
	margin: 20px;
	background-color: #2cacf5;
}

.maintenance:after {
	margin: 40px;
	background-color: #e84538;
}

/***********************************************************************************
 *	+ LISTS
 ***********************************************************************************/

/* BULLET LIST */
.bullet-list {
	list-style: none;
	margin-bottom: 20px;
}

.bullet-list li {
	list-style: none;
}

.bullet-list li:before {
	/* font-family: "mt-icons"; */
	font-size: 8px;
	/* content: "\e93c"; */
	position: relative;
	top: -1px;
	margin-right: 3px;
	color: #e84538;
	margin-left: 7px;
}

.bullet-list li a {
	color: #4e515d;
	list-style: disc outside none;
}


/* CHECK LIST */
.check-list {
	list-style: none;
	margin-bottom: 20px;
}

.check-list li:before {
	font-family: "mt-icons";
	font-size: 12px;
	line-height: 18px;
	text-align: center;
	content: "\e936";
	position: relative;
	top: 1px;
	display: inline-block;
	width: 20px;
	height: 20px;
	margin-right: 15px;
	border-radius: 50%;
	border: 2px solid #e84538;
	color: #e84538;
}

.check-list li {
	margin-bottom: 5px;
}

.check-list li:last-child {
	margin-bottom: 0;
}


/* PROJECT DETAILS */
.project-details {
	list-style: none;
}

.project-details li {
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #d7d7d7;
}

.project-details li:last-child {
	padding-bottom: 0;
	margin-bottom: 0;
	border-bottom: none;
}

.project-details li strong {
	color: #151f48;
}

/***********************************************************************************
 *	+ BUTTONS
 ***********************************************************************************/

.btn {
	font-weight: 700;
	text-transform: uppercase;
	position: relative;
	padding: 10px 30px 10px 20px;
	margin-bottom: 20px;
	border: none;
	border-radius: 20px;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
}

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

.btn:focus,
.btn:active {
	outline: 0 !important;
	box-shadow: none;
}


/* DEFAULT BUTTON */
.btn-default,
.btn-default:focus,
.btn-default:active,
.btn-default:active:hover {
	background-color: #e84538;
	color: #fff;
}

.btn-default:after,
.btn-default:before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	width: 40px;
	border-radius: 50%;
}

.btn-default:before {
	right: 9px;
	box-shadow: 10px 0 0 0 #f7695e;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.btn-default:after {
	right: 0;
	box-shadow: 10px 0 0 0 #ec5c51;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.btn-default:hover {
	background-color: #e84538;
	color: #fff;
	padding: 10px 30px;
}

.btn-default:hover:after,
.btn-default:hover:before {
	box-shadow: none;
}


/* GREY BUTTON */
.btn-grey,
.btn-grey:focus,
.btn-grey:active,
.btn-grey:active:hover {
	background-color: #d7d7d7;
	color: #fff;
}

.btn-grey:after,
.btn-grey:before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	width: 40px;
	border-radius: 50%;
}

.btn-grey:before {
	right: 9px;
	box-shadow: 10px 0 0 0 #c1c1c1;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.btn-grey:after {
	right: 0;
	box-shadow: 10px 0 0 0 #a4a4a4;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.btn-grey:hover {
	background-color: #d7d7d7;
	color: #fff;
	padding: 10px 30px;
}

.btn-grey:hover:after,
.btn-grey:hover:before {
	box-shadow: none;
}

/* WHITE BUTTON */
.btn-white,
.btn-white:focus,
.btn-white:active,
.btn-white:active:hover {
	padding: 8px 20px 8px 20px;
	border: 2px solid #d7d7d7;
	background-color: #fff;
	color: #d7d7d7;
}

.btn-white:hover {
	border-color: #e84538;
	color: #e84538;
}

/***********************************************************************************
 *	+ DIVIDERS
 ***********************************************************************************/

.hr {
	margin: 20px 0;
	border-top: 1px solid #d7d7d7;
	text-align: center;
}

.hr.default-color {
	border-color: #e84538;
}

.hr .btn {
	margin-top: -20px;
}

/***********************************************************************************
 *	+ TEXT BOX
 ***********************************************************************************/

.text-box {
	margin-bottom: 40px;
	padding: 30px;
	background-color: #4e515d;
	color: #fff;
	height: 175px;
	/* width: 100%; */
}

.text-box h4 {
	color: #ffffff;
}

.text-box.rounded {
	border-radius: 20px;
}

.text-box>*:last-child {
	margin-bottom: 0;
}

.text-box.default {
	background-color: #e84538;
}

.WhoContent {
	font-weight: 600;
	font-size: 15px;
	text-align: justify;
}

.venturecontent {
	font-weight: 600;
	font-size: 15px;
	text-align: justify;
}

.missiontext {
	font-weight: 600;
	font-size: 15px;
	text-align: justify;
}

.aimText {
	font-weight: 600;
	font-size: 15px;
	text-align: justify;
}

.textboxText {
	font-weight: 600;
	font-size: 15px;
	text-align: justify;
}

@media only screen and (max-width: 1024px) {

	/* .service-box.style-3{
		 margin-left: 30px;
	 } */
	#ventureicon {
		margin-left: 20px;
	}

	.certificate-width {
		margin-bottom: 3%;
	}
}

/* @media only screen and (max-width: 861px){
	 .venturecontent{
	 padding-right: 20px;
	 }
 } */
@media only screen and (max-width: 795px) {
	.aboutheadcontent {
		font-size: 15px;
	}

	.WhoAreWe {
		font-size: 40px;
	}

	.WhoContent {
		font-size: 13px;
	}

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

@media only screen and (max-width: 797px) {
	.text-box {
		margin-left: 10px;
	}

	.OurMissionHead {
		padding-left: 10px;
	}

	.missiontext {
		padding-left: 10px;
		font-size: 13px;
	}

	.aimText {
		font-size: 13px;
	}
}

@media only screen and (max-width: 775px) {
	.text-box {
		margin-left: 70px;
	}

	.OurMissionHead {
		padding-left: 20px;
	}

	.missiontext {
		padding-left: 20px;

	}
}

@media only screen and (max-width: 693px) {
	.text-box {
		height: 220px;
	}
}

@media only screen and (max-width: 767px) {
	.venturecontent {
		/* padding-right: 40px; */
		font-size: 13px;
	}

	.OurMissionHead {
		padding-left: 70px;
	}

	.missiontext {
		padding-left: 70px;
		padding-right: 40px;
	}

	.text-box {
		margin-right: 60px;
	}

	.certificate-width {
		margin-bottom: 7%;
	}
}

@media only screen and (max-width: 738px) {
	.aboutheadcontent {
		padding-left: 15px;
	}
}

@media only screen and (max-width: 522px) {
	.textboxText {
		font-size: 12px;
	}

	.serviceboxtext {
		font-weight: 600;
		font-size: 15px;
		text-align: justify;
	}
}

.serviceboxtext {
	font-weight: 600;
	font-size: 15px;
	text-align: justify;
}

@media screen and (max-width: 779px) {
	.text-box {
		max-width: 700px;
		margin-left: 20px;
	}

	/* .mission{
		 margin-left: 20px;
		 font-size: 20px;
	 } */
}

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

	/* .WhoContent, .foundermsg{
		 margin-left: 25px;
		 padding-right: 10px;
	 } */
	.text-box {
		max-width: 690px;
		margin-left: 30px;
	}

	.serviceboxtext {
		margin-right: 30px;
		padding-right: 20px;
	}
}

@media screen and (max-width: 737px) {
	.text-box {
		max-width: 650px;
		/* margin-left: 50px; */
	}
}

@media screen and (max-width: 700px) {
	.text-box {
		max-width: 580px;
		margin-left: 50px;
	}

	/* .mission{
		 margin-left: 50px;
	 } */
}

@media screen and (max-width: 653px) {
	.text-box {
		max-width: 500px;
		margin-left: 70px;
	}
}

@media screen and (max-width: 500px) {
	.text-box {
		text-align: center;
		height: 260px;
	}

	.textboxHead {
		margin-top: -5px;
	}

	.textboxText {
		font-size: 14px;
	}
}

@media screen and (max-width: 451px) {
	.textboxText {
		font-size: 12px;
	}
}

@media screen and (max-width: 410px) {
	.textboxText {
		font-size: 10px;
	}
}

@media screen and (max-width: 411px) {
	.aboutheadcontent {
		font-size: 13px;
		padding-left: 10px;
		margin-left: 10px;
	}

	.aboutHead {
		font-size: 13px;
	}

	.big {
		font-size: 18px;
	}
}

@media screen and (max-width: 414px) {
	.aboutheadcontent {
		font-size: 13px;
		padding-left: 10px;
		margin-left: 10px;
	}

	.aboutHead {
		font-size: 13px;
	}

	.big {
		font-size: 18px;
	}
}

@media screen and (max-width: 387px) {
	.ventureHead {
		margin-right: 20px;
		font-size: 15px;
	}
}

@media screen and (max-width: 377px) {
	.textboxText {
		margin-top: -5px;
		line-height: 2em;
		word-spacing: 0.1em;
	}

	.textboxHead {
		font-size: 18px;
	}
}

@media only screen and (max-width: 360px) {
	.aboutheadcontent {
		font-size: 13px;
		padding-left: 10px;
		margin-left: 10px;
	}

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

@media screen and (max-width: 350px) {
	.textboxText {
		font-weight: 600;
		text-align: center;
	}
}

@media screen and (max-width: 347px) {
	.textboxText {
		font-size: 9px;
		line-height: 2em;
	}

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

@media screen and (max-width: 333px) {
	.text-box {
		height: 250px;
		width: 180px;
		margin-left: 50px;
	}
}

@media screen and (max-width: 312px) {
	.textboxHead {
		font-size: 13px;
	}

	.textboxText {
		font-size: 8px;
	}

	.missiontext {
		font-size: 12px;
	}

	.aimText {
		font-size: 12px;
	}

	.big {
		font-size: 15px;
	}

	.service-box.style-3>i {
		font-size: 10px;
	}
}

@media only screen and (max-width: 314px) {
	.ventureHead {
		font-size: 13px;
	}

	.venturecontent {
		font-size: 10px;
	}

	.WhoAreWe {
		font-size: 25px;
	}

	.WhoContent {
		font-size: 11px;
		margin-top: -5px;
	}

	.foundermsg {
		font-size: 12px;
	}
}

@media only screen and (max-width: 302px) {
	.indexheading {
		font-size: 40px;
		text-align: center;
		line-height: 1.5em;
		margin-top: -20px;
	}

	.indextext2 {
		font-size: 10px;
		text-align: center;
	}

	/* .service-box-content{
		 margin-left: 20px;
	 } */
}

@media only screen and (max-width: 280px) {
	.text-box {
		height: 200px;
		width: 180px;
		margin-left: 45px;
	}
}

/***********************************************************************************
 *	+ IMAGE BOX
 ***********************************************************************************/

.image-box {
	margin-bottom: 50px;
	padding: 0 25px 10px;
	box-shadow: 7px 30px 20px 0 rgba(0, 0, 0, 0.3);
	background-color: #fff;
	color: #4e515d;
}

.image-box-thumbnail {
	margin: 0 -25px 20px;
}

/***********************************************************************************
 *	+ ACCORDION
 ***********************************************************************************/

.panel {
	box-shadow: none;
	background-color: transparent;
}

.panel-heading {
	border: none;
	border-radius: 0;
	background-color: transparent;
	padding: 0;
}

.panel-title a,
.panel-title a:focus {
	position: relative;
	overflow: hidden;
	display: block;
	text-decoration: none;
	padding: 12px 25px;
	margin-bottom: 15px;
	border-radius: 25px;
	background-color: #f5f5f5;
	color: #151f48;
	-webkit-transform: translateZ(0);
	-ms-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.panel-title a:before {
	position: absolute;
	top: 50%;
	right: 25px;
	transform: translate(0%, -50%);
	content: "+";
	font-size: 25px;
	color: #000;
}

.panel-title a[aria-expanded="true"]:before {
	content: "-";
}

.panel-title a:hover,
.panel-title a[aria-expanded="true"] {
	background-color: #e84538;
	color: #fff;
}

.panel-title a:after {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	opacity: 0;
	background: -webkit-linear-gradient(90deg, #ED605F, #ED605F);
	background: linear-gradient(90deg, #F07676 75%, #F6A6A6);
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.panel-title a:hover:after,
.panel-title a[aria-expanded="true"]:after {
	opacity: 1;
}

.panel-group .panel+.panel {
	margin-top: 0;
}

.panel-group .panel-heading+.panel-collapse>.list-group,
.panel-group .panel-heading+.panel-collapse>.panel-body {
	border: none;
	padding: 25px 25px 40px;
}

.panel-body *:last-child {
	margin-bottom: 0;
}

/***********************************************************************************
 *	+ TABS
 ***********************************************************************************/

.tabs {
	margin-bottom: 50px;
}

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

.nav-tabs>li>a {
	font-weight: 600;
	padding: 10px 30px;
	margin-bottom: -2px;
	border-radius: 30px 30px 0 0;
	border: 2px solid #e84538;
	background-color: #e84538;
	color: #fff;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.nav-tabs>li>a:hover,
.nav-tabs>li>a:focus {
	background-color: transparent;
	color: #151f48;
}

.nav-tabs>li>a:hover,
.nav-tabs>li.active>a,
.nav-tabs>li.active>a:hover,
.nav-tabs>li.active>a:focus {
	position: relative;
	border: 2px solid #d7d7d7;
	border-bottom-color: #fff;
	background-color: #fff;
}

.nav-tabs>li.active>a {
	margin-top: -15px;
	padding: 18px 30px;
}

.tab-content {
	padding: 30px;
	border: 2px solid #d7d7d7;
	background-color: #fff;
	color: #4e515d;
}

.tab-content *:last-child {
	margin-bottom: 0;
}

.tab-content:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

/***********************************************************************************
 *	+ GOOGLE MAPS
 ***********************************************************************************/

.map {
	margin: 50px 0;
	height: 700px;
}

.map img {
	max-width: none;
}

/***********************************************************************************
 *	+ SOCIAL MEDIA
 ***********************************************************************************/

.social-media {
	margin-bottom: 20px;
}

.social-media a {
	display: inline-block;
	font-size: 18px;
	line-height: 32px;
	text-decoration: none;
	margin-right: 15px;
	color: #a4a4a4;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.social-media.rounded a {
	width: 30px;
	height: 30px;
	line-height: 28px;
	text-align: center;
	margin-bottom: 15px;
	border-radius: 50%;
	margin-left: 20px;
	border: 2px solid #d7d7d7;
}

.social-media a:last-child {
	margin-right: 0;
}

.social-media a.adobe-reader:hover {
	color: #a42222 !important;
}

.social-media a.amazon:hover {
	color: #fe9608 !important;
}

.social-media a.android:hover {
	color: #a4c639 !important;
}

.social-media a.apple:hover {
	color: #d6d7cf !important;
}

.social-media a.badoo:hover {
	color: #f17834 !important;
}

.social-media a.behance:hover {
	color: #1e69e1 !important;
}

.social-media a.blogger:hover {
	color: #f26c37 !important;
}

.social-media a.blueetooth:hover {
	color: #0a3d91 !important;
}

.social-media a.chrome:hover {
	color: #ecc31d !important;
}

.social-media a.css:hover {
	color: #14a0dd !important;
}

.social-media a.deezer:hover {
	color: #ff0090 !important;
}

.social-media a.delicious:hover {
	color: #4088da !important;
}

.social-media a.deviantart:hover {
	color: #b6ca2a !important;
}

.social-media a.digg:hover {
	color: #006094 !important;
}

.social-media a.dribble:hover {
	color: #f26798 !important;
}

.social-media a.dropbox:hover {
	color: #007de4 !important;
}

.social-media a.drupal:hover {
	color: #3677ad !important;
}

.social-media a.email:hover {
	color: #000000 !important;
}

.social-media a.facebook:hover {
	color: #3b5998 !important;
}

.social-media a.firefox:hover {
	color: #3194cb !important;
}

.social-media a.flickr:hover {
	color: #0062dd !important;
}

.social-media a.google:hover {
	color: #c63427 !important;
}

.social-media a.html:hover {
	color: #f06129 !important;
}

.social-media a.instagram:hover {
	color: #a07459 !important;
}

.social-media a.internet-explorer:hover {
	color: #20bcee !important;
}

.social-media a.itunes:hover {
	color: #169bf0 !important;
}

.social-media a.java:hover {
	color: #e66e00 !important;
}

.social-media a.joomla:hover {
	color: #5aa526 !important;
}

.social-media a.last-fm:hover {
	color: #f73600 !important;
}

.social-media a.linkedin:hover {
	color: #0077b5 !important;
}

.social-media a.linux:hover {
	color: #000000 !important;
}

.social-media a.myspace:hover {
	color: #003399 !important;
}

.social-media a.opera:hover {
	color: #c10d0c !important;
}

.social-media a.outlook:hover {
	color: #0073c6 !important;
}

.social-media a.paypal:hover {
	color: #193866 !important;
}

.social-media a.picasa:hover {
	color: #8b689f !important;
}

.social-media a.pinterest:hover {
	color: #f71819 !important;
}

.social-media a.reddit:hover {
	color: #ff4500 !important;
}

.social-media a.rss:hover {
	color: #fb7629 !important;
}

.social-media a.safari:hover {
	color: #00a9ec !important;
}

.social-media a.share:hover {
	color: #010101 !important;
}

.social-media a.skype:hover {
	color: #00abeb !important;
}

.social-media a.soundcloud:hover {
	color: #ff3b00 !important;
}

.social-media a.spotify:hover {
	color: #9ac600 !important;
}

.social-media a.steam:hover {
	color: #020202 !important;
}

.social-media a.tumblr:hover {
	color: #34465d !important;
}

.social-media a.twitter:hover {
	color: #5ea9dd !important;
}

.social-media a.utorent:hover {
	color: #269036 !important;
}

.social-media a.vimeo:hover {
	color: #1ca7cc !important;
}

.social-media a.vine:hover {
	color: #02c594 !important;
}

.social-media a.vk:hover {
	color: #4c75a3 !important;
}

.social-media a.weibo:hover {
	color: #d52b2b !important;
}

.social-media a.weixin:hover {
	color: #f03c48 !important;
}

.social-media a.whatsapp:hover {
	color: #11ae09 !important;
}

.social-media a.wikipedia:hover {
	color: #363636 !important;
}

.social-media a.windows:hover {
	color: #00abf3 !important;
}

.social-media a.word:hover {
	color: #2a5699 !important;
}

.social-media a.wordpress:hover {
	color: #464646 !important;
}

.social-media a.xing:hover {
	color: #005d5e !important;
}

.social-media a.yahoo:hover {
	color: #44029a !important;
}

.social-media a.youtube:hover {
	color: #e22d24 !important;
}

.social-media.rounded a:hover {
	color: #fff !important;
}

.social-media.rounded a.adobe-reader:hover {
	border-color: #a42222 !important;
	background-color: #a42222 !important;
}

.social-media.rounded a.amazon:hover {
	border-color: #fe9608 !important;
	background-color: #fe9608 !important;
}

.social-media.rounded a.android:hover {
	border-color: #a4c639 !important;
	background-color: #a4c639 !important;
}

.social-media.rounded a.apple:hover {
	border-color: #d6d7cf !important;
	background-color: #d6d7cf !important;
}

.social-media.rounded a.badoo:hover {
	border-color: #f17834 !important;
	background-color: #f17834 !important;
}

.social-media.rounded a.behance:hover {
	border-color: #1e69e1 !important;
	background-color: #1e69e1 !important;
}

.social-media.rounded a.blogger:hover {
	border-color: #f26c37 !important;
	background-color: #f26c37 !important;
}

.social-media.rounded a.blueetooth:hover {
	border-color: #0a3d91 !important;
	background-color: #0a3d91 !important;
}

.social-media.rounded a.chrome:hover {
	border-color: #ecc31d !important;
	background-color: #ecc31d !important;
}

.social-media.rounded a.css:hover {
	border-color: #14a0dd !important;
	background-color: #14a0dd !important;
}

.social-media.rounded a.deezer:hover {
	border-color: #ff0090 !important;
	background-color: #ff0090 !important;
}

.social-media.rounded a.delicious:hover {
	border-color: #4088da !important;
	background-color: #4088da !important;
}

.social-media.rounded a.deviantart:hover {
	border-color: #b6ca2a !important;
	background-color: #b6ca2a !important;
}

.social-media.rounded a.digg:hover {
	border-color: #006094 !important;
	background-color: #006094 !important;
}

.social-media.rounded a.dribble:hover {
	border-color: #f26798 !important;
	background-color: #f26798 !important;
}

.social-media.rounded a.dropbox:hover {
	border-color: #007de4 !important;
	background-color: #007de4 !important;
}

.social-media.rounded a.drupal:hover {
	border-color: #3677ad !important;
	background-color: #3677ad !important;
}

.social-media.rounded a.email:hover {
	border-color: #000000 !important;
	background-color: #000000 !important;
}

.social-media.rounded a.facebook:hover {
	border-color: #3b5998 !important;
	background-color: #3b5998 !important;
}

.social-media.rounded a.firefox:hover {
	border-color: #3194cb !important;
	background-color: #3194cb !important;
}

.social-media.rounded a.flickr:hover {
	border-color: #0062dd !important;
	background-color: #0062dd !important;
}

.social-media.rounded a.google:hover {
	border-color: #c63427 !important;
	background-color: #c63427 !important;
}

.social-media.rounded a.html:hover {
	border-color: #f06129 !important;
	background-color: #f06129 !important;
}

.social-media.rounded a.instagram:hover {
	border-color: #a07459 !important;
	background-color: #a07459 !important;
}

.social-media.rounded a.internet-explorer:hover {
	border-color: #20bcee !important;
	background-color: #20bcee !important;
}

.social-media.rounded a.itunes:hover {
	border-color: #169bf0 !important;
	background-color: #169bf0 !important;
}

.social-media.rounded a.java:hover {
	border-color: #e66e00 !important;
	background-color: #e66e00 !important;
}

.social-media.rounded a.joomla:hover {
	border-color: #5aa526 !important;
	background-color: #5aa526 !important;
}

.social-media.rounded a.last-fm:hover {
	border-color: #f73600 !important;
	background-color: #f73600 !important;
}

.social-media.rounded a.linkedin:hover {
	border-color: #0077b5 !important;
	background-color: #0077b5 !important;
}

.social-media.rounded a.linux:hover {
	border-color: #000000 !important;
	background-color: #000000 !important;
}

.social-media.rounded a.myspace:hover {
	border-color: #003399 !important;
	background-color: #003399 !important;
}

.social-media.rounded a.opera:hover {
	border-color: #c10d0c !important;
	background-color: #c10d0c !important;
}

.social-media.rounded a.outlook:hover {
	border-color: #0073c6 !important;
	background-color: #0073c6 !important;
}

.social-media.rounded a.paypal:hover {
	border-color: #193866 !important;
	background-color: #193866 !important;
}

.social-media.rounded a.picasa:hover {
	border-color: #8b689f !important;
	background-color: #8b689f !important;
}

.social-media.rounded a.pinterest:hover {
	border-color: #f71819 !important;
	background-color: #f71819 !important;
}

.social-media.rounded a.reddit:hover {
	border-color: #ff4500 !important;
	background-color: #ff4500 !important;
}

.social-media.rounded a.rss:hover {
	border-color: #fb7629 !important;
	background-color: #fb7629 !important;
}

.social-media.rounded a.safari:hover {
	border-color: #00a9ec !important;
	background-color: #00a9ec !important;
}

.social-media.rounded a.share:hover {
	border-color: #010101 !important;
	background-color: #010101 !important;
}

.social-media.rounded a.skype:hover {
	border-color: #00abeb !important;
	background-color: #00abeb !important;
}

.social-media.rounded a.soundcloud:hover {
	border-color: #ff3b00 !important;
	background-color: #ff3b00 !important;
}

.social-media.rounded a.spotify:hover {
	border-color: #9ac600 !important;
	background-color: #9ac600 !important;
}

.social-media.rounded a.steam:hover {
	border-color: #020202 !important;
	background-color: #020202 !important;
}

.social-media.rounded a.tumblr:hover {
	border-color: #34465d !important;
	background-color: #34465d !important;
}

.social-media.rounded a.twitter:hover {
	border-color: #5ea9dd !important;
	background-color: #5ea9dd !important;
}

.social-media.rounded a.utorent:hover {
	border-color: #269036 !important;
	background-color: #269036 !important;
}

.social-media.rounded a.vimeo:hover {
	border-color: #1ca7cc !important;
	background-color: #1ca7cc !important;
}

.social-media.rounded a.vine:hover {
	border-color: #02c594 !important;
	background-color: #02c594 !important;
}

.social-media.rounded a.vk:hover {
	border-color: #4c75a3 !important;
	background-color: #4c75a3 !important;
}

.social-media.rounded a.weibo:hover {
	border-color: #d52b2b !important;
	background-color: #d52b2b !important;
}

.social-media.rounded a.weixin:hover {
	border-color: #f03c48 !important;
	background-color: #f03c48 !important;
}

.social-media.rounded a.whatsapp:hover {
	border-color: #11ae09 !important;
	background-color: #11ae09 !important;
}

.social-media.rounded a.wikipedia:hover {
	border-color: #363636 !important;
	background-color: #363636 !important;
}

.social-media.rounded a.windows:hover {
	border-color: #00abf3 !important;
	background-color: #00abf3 !important;
}

.social-media.rounded a.word:hover {
	border-color: #2a5699 !important;
	background-color: #2a5699 !important;
}

.social-media.rounded a.wordpress:hover {
	border-color: #464646 !important;
	background-color: #464646 !important;
}

.social-media.rounded a.xing:hover {
	border-color: #005d5e !important;
	background-color: #005d5e !important;
}

.social-media.rounded a.yahoo:hover {
	border-color: #44029a !important;
	background-color: #44029a !important;
}

.social-media.rounded a.youtube:hover {
	border-color: #e22d24 !important;
	background-color: #e22d24 !important;
}

.social-media.color-default a:hover {
	color: #e84538 !important;
}

.social-media.color-default.rounded a:hover {
	border-color: #e84538 !important;
	background-color: #e84538 !important;
	color: #fff !important;
}

/***********************************************************************************
 *	+ PROCESS STEPS
 ***********************************************************************************/

.process-steps {
	margin-bottom: 50px;
}

.process-steps .step {
	position: relative;
	float: left;
	width: 25%;
	text-align: center;
}

.process-steps.process-5-steps .step {
	width: 20%;
}

.process-steps.process-4-steps .step {
	width: 25%;
}

.process-steps.process-3-steps .step {
	width: 33.333333%;
}

.process-steps .step>i,
.process-steps .step>h1 {
	position: relative;
	display: block;
	width: 145px;
	height: 145px;
	font-size: 32px;
	line-height: 110px;
	text-align: center;
	margin: 0 auto;
	border-radius: 50%;
	border: 3px solid transparent;
	-webkit-transform: translateZ(0);
	-ms-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-transition: border-color 0.3s 0.3s;
	transition: border-color 0.3s 0.3s;
}

.process-steps .step>i:after,
.process-steps .step>h1:after {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: -3px;
	border-radius: 50%;
	border: 0 solid #e84538;
}

.process-steps .step-details {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	margin-top: 10px;
	text-align: center;
}

.process-steps .step-details h4 {
	font-weight: 600;
}

.process-steps .step:hover>i,
.process-steps .step:hover>h1 {
	border-color: #e84538;
}

.process-steps .step:hover>i:after,
.process-steps .step:hover>h1:after {
	border-width: 3px;
	-webkit-transition: border-top-width 0.08s, border-right-width 0.08s 0.08s, border-bottom-width 0.08s 0.16s, border-left-width 0.08s 0.24s;
	transition: border-top-width 0.08s, border-right-width 0.08s 0.08s, border-bottom-width 0.08s 0.16s, border-left-width 0.08s 0.24s;
}

.process-steps:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

/***********************************************************************************
 *	+ PIE CHARTS
 ***********************************************************************************/

.pie-chart {
	position: relative;
	text-align: center;
	margin-bottom: 50px;
}

.pie-chart canvas {
	max-width: 100%;
}

.pie-chart-details {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.pie-chart-details h3,
.pie-chart-details h6 {
	margin-bottom: 0;
}

.pie-chart-details h6 {
	text-transform: uppercase;
	font-style: italic;
}

/***********************************************************************************
 *	+ PROGRESS BARS
 ***********************************************************************************/

.progress {
	overflow: visible;
	height: 5px;
	box-shadow: none;
	border-radius: 0;
	background-color: #ebebeb;
}

.progress-bar-title {
	font-weight: 600;
	margin-bottom: 12px;
}

.progress-bar {
	position: relative;
	background-color: #e84538;
	background: -webkit-linear-gradient(90deg, #209fe8, #74ccff);
	background: linear-gradient(90deg, #209fe8, #74ccff);
}

.progress-bar span {
	position: absolute;
	top: -35px;
	right: 0;
	font-weight: 600;
	color: #151f48;
}

/***********************************************************************************
 *	+ COUNTER
 ***********************************************************************************/

.counter {
	text-align: center;
	margin-bottom: 50px;
}

.counter-value {
	font-size: 48px;
	line-height: 52px;
	font-weight: 700;
}

.counter-details {
	font-weight: 700;
	font-style: italic;
	text-transform: uppercase;
}

/***********************************************************************************
 *	+ STATISTICS
 ***********************************************************************************/

.statistics-container {
	margin-bottom: 20px;
}

.legend {
	list-style: none;
	margin-bottom: 50px;
}

.legend li {
	float: left;
	width: 50%;
	font-weight: 700;
}

.legend li:last-child {
	margin-right: 0;
}

.legend li:before {
	display: inline-block;
	width: 15px;
	height: 15px;
	margin-right: 15px;
	content: "";
	vertical-align: middle;
}

.legend li:nth-child(1):before {
	background-color: #74ccff;
}

.legend li:nth-child(2):before {
	background-color: #e84538;
}

.legend li:nth-child(3):before {
	background-color: #209fe8;
}

.legend li:nth-child(4):before {
	background-color: #c7cd57;
}

.legend:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

/***********************************************************************************
 *	+ COUNTDOWN
 ***********************************************************************************/

.countdown {
	margin: 50px 0 150px;
	color: #151f48;
}

.countdown>div {
	position: relative;
	float: left;
	width: 25%;
	font-size: 72px;
	line-height: 60px;
	font-weight: 700;
	text-align: center;
}

.countdown>div:after {
	position: absolute;
	top: 0;
	right: 0;
	font-size: 60px;
	font-weight: 400;
	content: ":";
}

.countdown>div:last-child:after {
	content: none;
}

.countdown>div>span {
	display: block;
	font-size: 14px;
	font-style: italic;
	text-transform: uppercase;
}

.countdown:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

/***********************************************************************************
 *	+ PRICE PLAN
 ***********************************************************************************/

.price-plan {
	text-align: center;
	padding: 20px 10px;
	border-radius: 20px;
	z-index: -999999;
	border: 1px solid #e84538;
	background: white;
	-webkit-transition: box-shadow 0.3s, border-color 0.3s;
	transition: box-shadow 0.3s, border-color 0.3s;
	animation-duration: 2s;
	animation-iteration-count: infinite;
	animation-name: bounce-2;
}

@keyframes bounce-2 {
	0% {
		transform: translateY(0);
	}

	50% {
		transform: translateY(-10px);
	}

	100% {
		transform: translateY(0);
	}
}

@media only screen and (max-width: 767.5px) {
	.price-plan {
		margin-bottom: 50px;
	}
}

.price-plan-header {
	margin-bottom: 20px;
	font-size: 30px;
	color: #e83e31;
	font-weight: 600;
	-webkit-transition: color 0.3s;
	transition: color 0.3s;
}

.fpagelist {
	font-family: 'DM Serif Text', serif;
	font-weight: 500;
	font-size: 18px;
}

.price-plan-header small {
	display: block;
	margin-top: 5px;
	font-size: 14px;
	font-weight: 300;
	font-style: italic;
}

.price {
	margin-bottom: 50px;
	font-size: 50px;
	font-weight: 700;
	-webkit-transition: color 0.3s;
	transition: color 0.3s;
}

.price sup {
	font-size: 32px;
}

.price-plan ul {
	list-style: none;
	/* margin-bottom: 60px; */
}

.price-plan ul li {
	margin-bottom: 20px;
}

.price-plan ul li:last-child {
	margin-bottom: 0;
}

.price-plan .btn {
	margin-bottom: 0;
}

.price-plan:hover {
	border-color: #f5f5f5;
	box-shadow: 0 12px 15px 8px rgba(0, 0, 0, 0.1);
}

.price-plan:hover .price,
.price-plan:hover .price-plan-header {
	color: #e84538;
}

/***********************************************************************************
 *	+ TESTIMONIALS
 ***********************************************************************************/

.testimonial {
	text-align: center;
}

.testimonial img {
	border-radius: 100%;
	margin-bottom: 35px;
	width: 100px !important;
	margin: 10px auto;
}

.testimonial blockquote {
	font-size: 18px;
	line-height: 30px;
	color: inherit;
}

.testimonial blockquote:before {
	display: none;
}

.testimonial h6 {
	text-transform: uppercase;
}

.testimonial h6 small {
	display: block;
	margin-top: 10px;
	font-size: 14px;
	font-weight: 400;
	text-transform: none;
}

/***********************************************************************************
 *	+ ISOTOPE
 ***********************************************************************************/

.isotope {
	margin-bottom: 100px;
}

.isotope.gutter {
	margin: -15px -15px 85px;
}

.isotope .isotope-item {
	float: left;
	width: 25%;
}

.isotope.gutter .isotope-item {
	padding: 15px;
}

.isotope.col-3 .isotope-item {
	width: 33.333333%;
}

.isotope.col-4 .isotope-item {
	width: 33.333333%;
}

.isotope-item.item-width-1 {
	width: 25%;
}

.isotope-item.item-width-2 {
	width: 50%;
}

.isotope .portfolio-item {
	margin-bottom: 0;
}

.isotope:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

/***********************************************************************************
 *	+ FILTER
 ***********************************************************************************/

.filter {
	list-style: none;
	margin-bottom: 75px;
}

.filter li {
	display: inline-block;
	margin-right: 25px;
}

.filter li:last-child {
	margin-right: 0;
}

.filter li a {
	font-size: 16px;
	font-weight: 400;
	text-decoration: none;
	color: #4e515d;
	-webkit-transition: color 0.3s;
	;
	transition: color 0.3s;
}

.filter li a:hover,
.filter li a.active {
	color: #e84538;
}

.filter li a.active {
	font-style: italic;
}

/***********************************************************************************
 *	+ PAGINATION
 ***********************************************************************************/

.pagination {
	display: block;
	margin-top: 0;
	margin-bottom: 50px;
}

.pagination li {
	display: inline-block;
	margin-right: 7px;
}

.pagination li:last-child {
	margin-right: 0;
}

.pagination li a {
	display: block;
	width: 42px;
	height: 42px;
	line-height: 42px;
	font-weight: 700;
	padding: 0;
	text-align: center;
	border-radius: 0;
	border: none;
	background-color: #f0f0f0;
	color: #151f48;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.pagination>li:last-child>a,
.pagination>li:first-child>a,
.pagination>li:last-child>span .pagination>li:first-child>span {
	border-radius: 0;
}

.pagination li a:hover,
.pagination li.active a,
.pagination li.active a:hover {
	background-color: #e84538;
	color: #fff;
}

/***********************************************************************************
 *	+ FULL SECTIONS
 ***********************************************************************************/

.full-section {
	position: relative;
	overflow: hidden;
	z-index: 1;
	margin-bottom: 100px;
	/* padding: 50px 0; */
	background: no-repeat center center;
}

.full-section .container-fluid {
	padding: 0;
}

.full-section-shadow-top {
	position: absolute;
	z-index: 3;
	top: 0;
	left: 0;
	right: 0;
	height: 70px;
	opacity: 0.1;
	background: -webkit-linear-gradient(#000, transparent);
	background: linear-gradient(#000, transparent);
}

.full-section-shadow-bottom {
	position: absolute;
	z-index: 3;
	bottom: 0;
	left: 0;
	right: 0;
	height: 50px;
	opacity: 0.05;
	background: -webkit-linear-gradient(transparent, #000);
	background: linear-gradient(transparent, #000);
}

.full-section-container {
	position: relative;
	z-index: 4;
}

.parallax {
	background-attachment: fixed !important;

	-webkit-background-size: cover !important;
	background-size: cover !important;
}

.parallax-multilayer {
	position: absolute;
	z-index: 2;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.parallax-multilayer .parallax-layer {
	position: absolute;
	top: 0;
	left: 0;
}

.full-section.dark-section {
	background-color: #1a1e21;
	color: #fff;
}

.full-section.dark-section a,
.full-section.dark-section h1,
.full-section.dark-section h2,
.full-section.dark-section h3,
.full-section.dark-section h4,
.full-section.dark-section h5,
.full-section.dark-section h6 {
	color: inherit;
}

.full-section.dark-section a:hover {
	color: #e84538;
}

.full-section.dark-section .headline:before {
	color: inherit;
}

.full-section .headline:after {
	display: none;
}

.full-section.dark-section .alert.alert-info {
	border: 1px solid #fff;
}

.full-section.dark-section .btn-grey:hover,
.full-section.dark-section .btn-default:hover {
	color: #fff;
}

.full-section.dark-section .btn-white {
	color: #d7d7d7;
}

.full-section.dark-section .panel-title a,
.full-section.dark-section .panel-title a:focus {
	color: #151f48;
}

.full-section.dark-section .panel-title a:hover,
.full-section.dark-section .panel-title a[aria-expanded="true"] {
	color: #fff;
}

.full-section.dark-section .process-steps .step:hover>i,
.full-section.dark-section .process-steps .step:hover>h1,
.full-section.dark-section .process-steps .step:hover>i:after,
.full-section.dark-section .process-steps .step:hover>h1:after {
	border-color: #fff;
}

.full-section.dark-section .progress-bar span {
	color: inherit;
}

.full-section.dark-section .countdown {
	color: inherit;
}

.full-section.dark-section .pagination li a {
	color: #151f48;
}

.full-section.dark-section .pagination li a:hover,
.full-section.dark-section .pagination li.active a {
	color: #fff;
}

.full-section.dark-section .owl-page:hover,
.full-section.dark-section .owl-page.active {
	background-color: #fff;
}

.full-section.dark-section .service-box.style-3>i:after {
	display: none;
}

.full-section.dark-section .widget-recent-posts ul li .post-title {
	color: #fff;
}


/* BACKROUNDS AND STYLE FOR FULL SECTIONS */
#section-1 {
	margin-bottom: 0;
	padding: 80px 0 130px;
	background: url(../../images/backgrounds/bg-1.png) no-repeat bottom center;
}

#section-2 {
	padding: 40px 0 25px;
	background-image: url(../../images/backgrounds/bg-2.jpg);
}

#section-2 h4 {
	margin-top: 5px;
}

#section-3 {
	padding: 50px 0 25px;
	background-color: #e84538;
}

#section-3:after,
#section-3:before {
	position: absolute;
	left: 0;
	width: 100%;
	content: "";
	border-top: 10px solid;
}

#section-3:after {
	top: 0;
	border-top-color: #209fe8;
}

#section-3:before {
	top: 10px;
	border-top-color: #2cacf5;
}

#section-4 {
	padding: 50px 0 30px;
	background-color: #e84538;
}

#section-4 h4 {
	margin-top: 5px;
}

#section-5 {
	margin-top: 60px;
	padding: 100px 0 80px;
	background-image: url(../../images/backgrounds/bg-3.jpg);
}

#section-6 {
	padding: 70px 0 50px;
	margin-bottom: 0;
	background-image: url(../../images/backgrounds/bg-4.jpg);
}

#section-6 h4 {
	margin-top: 5px;
}

#section-7 {
	margin-bottom: -50px;
	padding: 200px 0 190px 0;
	border-top: 10px solid #fff;
	border-bottom: 10px solid #fff;
	background-color: #e84538;
}

#section-7:after,
#section-7:before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	background: no-repeat center center;
}

#section-7:before {
	left: 0;
	width: 35%;
	border-right: 10px solid #fff;
	background-image: url(../../images/backgrounds/bg-5.jpg);
}

#section-7:after {
	right: 0;
	width: 35%;
	border-left: 10px solid #fff;
	background-image: url(../../images/backgrounds/bg-6.jpg);
}

#section-7 a:hover {
	color: #151f48;
}

#section-8 {
	margin-top: 50px;
	padding: 150px 0 220px;
	background-image: url(../../images/backgrounds/bg-7.jpg);
}

#section-9 {
	margin-top: 100px;
	padding: 100px 0 50px;
	background-image: url(../../images/backgrounds/bg-8.jpg);
}

#section-10 {
	margin-top: 50px;
	padding: 100px 0 30px;
	background-image: url(../../images/backgrounds/bg-9.jpg);
}

#section-11 {
	margin-bottom: -50px;
	padding: 70px 0 50px;
	background-image: url(../../images/backgrounds/bg-10.jpg);
}

#section-11 h4 {
	margin-top: 5px;
}

#section-12 {
	margin-top: 0px;
	margin-bottom: 0;
	/* padding: 55px 0; */
	/* background-color: #f2f8fb; */
}

#section-13 {
	margin-bottom: -50px;
	padding: 0px 0 50px;
	/* background-image: url(../../images/backgrounds/bg-11.jpg); */
}

#section-14 {
	margin-top: 80px;
	padding: 100px 0 50px;
	/*background-image: url(../../images/backgrounds/bg-12.jpg);*/
}

#section-15 {
	margin-top: 10px;
	padding: 50px 0 50px;
	/* box-shadow: 0px 0px 10px #e84538; */
}

#section-16 {
	margin-top: 50px;
	margin-bottom: -50px;
	padding-top: 100px;
	padding-bottom: 0;
	background: url(../../images/backgrounds/bg-13.jpg) no-repeat bottom center;
}

#section-16 img {
	position: relative;
	z-index: -1;
	margin-top: -170px;
}

#section-17 {
	margin-top: 30px;
	padding: 170px 0 150px;
	background-color: #f6fcff;
}

#section-18 {
	margin-top: 50px;
	padding: 100px 0 50px;
	background-color: #e84538;
}

#section-19 {
	margin-top: 50px;
	margin-bottom: -50px;
	padding: 100px 0 80px;
	background-image: url(../../images/backgrounds/bg-14.jpg);
}

#section-20 {
	overflow: visible;
	margin-top: 50px;
	padding: 170px 0 120px;
	background-image: url(../../images/backgrounds/bg-15.jpg);
}

#section-21 {
	margin-top: 50px;
	margin-bottom: -50px;
	padding: 70px 0 50px;
	background-image: url(../../images/backgrounds/bg-17.jpg);
}

#section-21 h4 {
	margin-top: 5px;
}

#section-22 {
	margin-bottom: 0;
	padding: 250px 0 400px;
	background: url(../../images/backgrounds/bg-18.png) no-repeat bottom center;
}

#section-23 {
	margin-bottom: -50px;
	padding: 40px 0 25px;
	background-image: url(../../images/backgrounds/bg-2.jpg);
}

#section-24 {
	margin-bottom: 0;
	padding-top: 75px;
	background-image: url(../../images/backgrounds/bg-19.jpg);
	-webkit-background-size: cover;
	background-size: cover;
}

#section-24 .social-media a {
	color: #151f48;
}

#section-25 {
	margin-bottom: -50px;
	padding-top: 20px;
	padding-bottom: 0;
	background-color: #111315;
}

#section-26 {
	margin-top: 50px;
	margin-bottom: -50px;
	padding: 100px 0 80px;
	background-image: url(../../images/backgrounds/bg-10.jpg);
}

/***********************************************************************************
 *	+ VIDEO PLAYER
 ***********************************************************************************/

#local-video-section,
#youtube-video-section {
	position: absolute;
	overflow: hidden;
	z-index: 1;
	top: 0;
	width: 100%;
	height: 100%;
}

#video-section {
	overflow: visible;
	margin-top: 50px;
	padding: 0;
	height: 635px;
	background-image: url(../../images/backgrounds/bg-16.jpg);
}

.video-details {
	position: absolute;
	z-index: 2;
	bottom: -30px;
	left: 50%;
	font-size: 24px;
	line-height: 32px;
	font-style: italic;
	padding: 15px 50px;
	border-radius: 50px;
	border: 2px solid #fff;
	background-color: #e84538;
	color: #fff;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

.youtube-player {
	display: none;
}

#video-section .full-section-container {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	z-index: 2;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

#local-video-section video {
	width: 100%;
}

/***********************************************************************************
 *	+ SCROLL UP
 ***********************************************************************************/

#scroll-up {
	z-index: 7000;
	display: none;
	overflow: hidden;
	position: fixed;
	bottom: 50px;
	right: 50px;
	width: 48px;
	height: 48px;
	border-radius: 50%;
	font-size: 20px;
	line-height: 48px;
	text-decoration: none;
	cursor: pointer;
	text-align: center;
	background-color: #e84538;
	background: -webkit-linear-gradient(#ee5f55, #e84538);
	background: linear-gradient(#ee5f55, #e84538);
	color: #fff;
	-webkit-transform: translateZ(0);
	-ms-transform: translateZ(0);
	transform: translateZ(0);
}

#scroll-up:after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	opacity: 0;
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
}

#scroll-up:hover {
	background-color: #f15146;
}

#scroll-up:hover:after {
	opacity: 1;
	background: -webkit-linear-gradient(#f35e53, #f15146);
	background: linear-gradient(#f35e53, #f15146);
}

/***********************************************************************************
 *	+ SLIDERS
 ***********************************************************************************/

/* REVOLUTION SLIDER */
.rev_slider_wrapper {
	margin-bottom: 100px;
	height: auto;
}

/* ARROWS */
.tp-leftarrow.default,
.tp-rightarrow.default {
	width: 58px;
	height: 58px;
	border-radius: 50%;
	border: 2px solid #fff;
	background-color: transparent;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.tp-leftarrow.default:hover,
.tp-rightarrow.default:hover {
	border-color: #e84538;
	background-color: #e84538;
}

.tp-leftarrow.default:before,
.tp-rightarrow.default:before {
	font-family: "mt-icons";
	line-height: 54px;
	font-size: 18px;
}

.tp-leftarrow.default:before {
	content: "\e90e";
}

.tp-rightarrow.default:before {
	content: "\e911";
}


/* BULLETS */
.tp-bullets.default .tp-bullet {
	width: 10px;
	height: 10px;
	border-radius: 50%;
	border: 2px solid #fff;
	background-color: transparent;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.tp-bullets.default .tp-bullet:hover,
.tp-bullets.default .tp-bullet.selected {
	border-color: #e84538;
	background-color: #e84538;
}


/* TYPOGRAPHY */
.tp-caption.title {
	font-size: 36px;
	line-height: 60px;
	font-weight: 800;
	text-transform: uppercase;
	color: #151f48;
}

.tp-caption.title span {
	font-weight: 300;
	font-style: italic;
}

.tp-caption.title-small {
	font-size: 14px;
	line-height: 24px;
	font-weight: 800;
	text-transform: uppercase;
	color: #151f48;
}

.tp-caption.subtitle {
	font-size: 24px;
	line-height: 32px;
	font-weight: 400;
	font-style: italic;
	color: #151f48;
}

.tp-caption.text {
	font-size: 14px;
	line-height: 24px;
}

.tp-caption.text-white {
	color: #fff;
}

/* OWL Carousel */

.owl-pagination {
	position: absolute;
	bottom: -50px;
	left: 0;
	width: 100%;
	text-align: center;
}

.owl-page {
	display: inline-block;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	margin-right: 5px;
	background-color: #d7d7d7;
}

.owl-page:hover,
.owl-page.active {
	background-color: #e84538;
}

.owl-page:last-child {
	margin-right: 0;
}

/* .owl-prev:before {
	 content: url('/cmspages/images/website-new/icons8-back-to-100.png');
 }
 .owl-next:before {
	 content: url('/cmspages/images/website-new/icons8-next-page-100.png');
 } */

.slider-navigation span {
	display: inline-block;
	font-size: 12px;
	line-height: 32px;
	margin: 0 5px;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.slider-navigation.rounded span {
	width: 42px;
	height: 42px;
	line-height: 40px;
	border-radius: 50%;
	border: 2px solid #e84538;
	color: #e84538;
}

.slider-navigation span:hover {
	cursor: pointer;
	opacity: 0.5;
}

.slider-navigation.rounded span:hover {
	opacity: 1;
	background-color: #e84538;
	color: #fff;
}


/* TWITTER SLIDER */
#tweet {
	margin: 0 -15px;
}

#tweet .owl-item {
	padding: 0 15px;
}

#tweet:hover {
	cursor: move;
}


/* PORTFOLIO CAROUSEL */
.portfolio-carousel {
	margin-bottom: 0;
}

.portfolio-carousel:hover {
	cursor: move;
}

.portfolio-carousel .portfolio-item {
	margin-bottom: 0;
}

/* IMAGES SLIDER */
.images-slider {
	margin-bottom: 80px;
	text-align: center;
}

.images-slider:hover {
	cursor: move;
}


/* IMAGES SLIDER */
.logos-slider {
	text-align: center;
}

.logos-slider:hover {
	cursor: move;
}


/* TESTIMONIALS SLIDER */
.testimonials-slider .owl-pagination {
	top: 50%;
	bottom: auto;
	left: auto;
	right: -50px;
	width: auto;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.testimonials-slider .owl-pagination .owl-page {
	display: block;
	margin: 5px 0;
}


/* BLOG SLIDER */
.blog-slider .owl-pagination {
	top: 50%;
	bottom: auto;
	left: auto;
	right: 30px;
	width: auto;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.blog-slider .owl-pagination .owl-page {
	display: block;
	margin: 5px 0;
}

/***********************************************************************************
 *	+ ANIMATIONS
 ***********************************************************************************/
.wow.animated {
	visibility: inherit;
}

#gubbinsOnPhone {
	visibility: visible;
	animation-name: fadeInRight;
	width: 30%;
	margin-left: 100px;
}

#DeliveryBoy {
	width: 50%;
	position: absolute;

	padding-top: 65px;
	visibility: visible;
	animation-name: fadeInLeft;
}

/***********************************************************************************
 *	+ WIDGETS
 ***********************************************************************************/

.widget {
	margin-bottom: 70px;
}

.widget-title {
	text-transform: uppercase;
	margin-bottom: 50px;
}

/* WIDGET TEXT */

.widget-text *:last-child {
	margin-bottom: 0;
}


/* WIDGET SERACH */

.widget-search form {
	position: relative;
}

.widget-search input[type="search"] {
	width: 100%;
	height: 45px;
	padding-right: 45px;
}

.widget-search input[type="submit"] {
	height: 45px;
	border: none;
	position: absolute;
	top: 0;
	right: 8px;
	background: url(../images/search.png) no-repeat center center;
}


/* WIDGET CATEGORIES */
.widget-categories ul {
	list-style: none;
	font-weight: 400;
	margin-bottom: 0;
}

.widget-categories ul li {
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid #f5f5f5;
}

.widget-categories ul li:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none;
}

.widget-categories ul li:before {
	content: "";
	display: inline-block;
	width: 9px;
	height: 9px;
	position: relative;
	top: -1px;
	margin-right: 15px;
	border-radius: 50%;
	background-color: #e84538;
}

.widget-categories ul li a {
	color: #4e515d;
	-webkit-transition: color 0.2s;
	transition: color 0.2s;
}

.widget-categories ul li a:hover {
	text-decoration: none;
	color: #e84538;
}


/* WIDGET CATEGORIES DROPDOWN */
/* .widget-categories-dropdown {} */


/* WIDGET ARCHIVES */

.widget-archives ul {
	list-style: none;
	font-weight: 400;
	margin-bottom: 0;
}

.widget-archives ul li {
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid #f5f5f5;
}

.widget-archives ul li:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none;
}

.widget-archives ul li:before {
	content: "";
	display: inline-block;
	width: 9px;
	height: 9px;
	position: relative;
	top: -1px;
	margin-right: 15px;
	border-radius: 50%;
	background-color: #e84538;
}

.widget-archives ul li a {
	color: #4e515d;
	-webkit-transition: color 0.2s;
	transition: color 0.2s;
}

.widget-archives ul li a span {
	color: #e84538;
}

.widget-archives ul li a:hover {
	text-decoration: none;
	color: #e84538;
}


/* WIDGET ARCHIVES DROPDOWN */
/* .widget-archives-dropdown {} */


/* WIDGET PAGES */
.widget-pages ul {
	list-style: none;
	font-weight: 400;
	margin-bottom: 0;
}

.widget-pages ul li {
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid #f5f5f5;
}

.widget-pages ul li:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none;
}

.widget-pages ul li:before {
	content: "";
	display: inline-block;
	width: 9px;
	height: 9px;
	position: relative;
	top: -1px;
	margin-right: 15px;
	border-radius: 50%;
	background-color: #e84538;
}

.widget-pages ul li a {
	color: #4e515d;
	-webkit-transition: color 0.2s;
	transition: color 0.2s;
}

.widget-pages ul li a:hover {
	text-decoration: none;
	color: #e84538;
}


/* WIDGET METADATA */
.widget-metadata ul {
	list-style: none;
	font-weight: 400;
	margin-bottom: 0;
}

.widget-metadata ul li {
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid #f5f5f5;
}

.widget-metadata ul li:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none;
}

.widget-metadata ul li:before {
	content: "";
	display: inline-block;
	width: 9px;
	height: 9px;
	position: relative;
	top: -1px;
	margin-right: 15px;
	border-radius: 50%;
	background-color: #e84538;
}

.widget-metadata ul li a {
	color: #4e515d;
	-webkit-transition: color 0.2s;
	transition: color 0.2s;
}

.widget-metadata ul li a:hover {
	text-decoration: none;
	color: #e84538;
}


/* WIDGET TAGS */
.widget-tags a {
	font-weight: 400;
	font-style: italic;
	text-decoration: none;
	display: inline-block;
	padding: 6px 20px 6px 20px;
	margin-bottom: 10px;
	margin-right: 10px;
	border-radius: 20px;
	border: 2px solid #1a1e21;
	color: #1a1e21;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
}

.widget-tags a:hover {
	border-color: #e84538;
	color: #e84538;
}


/* WIDGET NEWSLETTER */
.widget-newsletter form {
	position: relative;
}

.widget-newsletter input[type="email"] {
	width: 100%;
	height: 48px;
	padding-right: 70px;
}

.widget-newsletter input[type="submit"] {
	position: absolute;
	top: 0;
	right: 0;
	height: 48px;
	padding: 10px 20px;
	border-radius: 0 20px 20px 0;
	font-size: 20px;
}


/* WIDGET RECENT POSTS */
.widget-recent-posts ul {
	list-style: none;
	margin-bottom: 0;
}

.widget-recent-posts ul li {
	position: relative;
	padding-left: 100px;
	margin-bottom: 30px;
}

.widget-recent-posts ul li:last-child {
	margin-bottom: 0;
}

.widget-recent-posts ul li img {
	position: absolute;
	top: 0;
	left: 0;
}

.widget-recent-posts ul li .post-title {
	font-weight: 600;
	color: #151f48;
}

.widget-recent-posts ul li .post-details {
	font-size: 12px;
	font-weight: 600;
	margin-bottom: 8px;
	padding-bottom: 8px;
	border-bottom: 1px solid #d7d7d7;
	color: #e84538;
}

.widget-recent-posts ul li .read-more {
	font-size: 12px;
	font-weight: 400;
	font-style: italic;
}


/* WIDGET RECENT COMMENTS */
.widget-recent-comments ul {
	list-style: none;
	font-weight: 400;
	margin-bottom: 0;
}

.widget-recent-comments ul li {
	margin-bottom: 20px;
}

.widget-recent-comments ul li:last-child {
	margin-bottom: 0;
}


/* WIDGET CALENDAR */
.widget-calendar table {
	width: 100%;
	text-align: center;
}

.widget-calendar table caption {
	font-weight: 600;
	text-transform: uppercase;
}

.widget-calendar table th,
.widget-calendar table td {
	padding: 5px;
	text-align: center;
	border-top: 1px solid #d7d7d7;
	border-left: 1px solid #d7d7d7;
}

.widget-calendar table th:last-child,
.widget-calendar table td:last-child {
	border-right: 1px solid #d7d7d7;
}

.widget-calendar table tr:last-child td {
	border-bottom: 1px solid #d7d7d7;
}

.widget-calendar table tfoot td,
.widget-calendar table tfoot td:last-child,
.widget-calendar table tfoot tr:last-child td {
	border: none;
}

.widget-calendar table td#today {
	background-color: #e84538;
	color: #fff;
}

.widget-calendar table td#prev,
.widget-calendar table td#next {
	font-weight: 600;
	text-transform: uppercase;
}


/* WIDGET FLICKR */
.flickr-photos {
	margin: -5px;
}

.flickr_badge_image {
	float: left;
	padding: 5px;
}

.flickr_badge_image:last-of-type {
	display: none;
}

.flickr_badge_image img {
	width: 80px;
	height: auto;
}

.flickr-photos:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}


/* WIDGET INSTAGRAM */
#instafeed {
	margin: -5px;
}

#instafeed a {
	float: left;
	display: block;
	width: 90px;
	padding: 5px;
}

#instafeed a img {
	display: block;
	width: 100%;
	height: auto;
}

#instafeed:after {
	visibility: hidden;
	display: block;
	height: 0;
	font-size: 0;
	content: " ";
	clear: both;
}


/* WIDGET TWITTER */
#tweet {
	text-align: center;
}

#tweet:before {
	content: "\ea4a";
	font-family: "mt-icons";
	font-size: 32px;
	line-height: 32px;
	display: inline-block;
	margin-bottom: 30px;
	color: #e84538;
}

#tweet ul {
	list-style: none;
}

#tweet ul li {
	position: relative;
	text-align: center;
	word-wrap: break-word;
	min-height: 430px;
	padding: 45px 20px 60px;
	background-color: #fff;
	color: #4e515d;
}

#tweet ul li:last-child {
	margin-bottom: 0;
}

#tweet ul li a {
	color: #4e515d;
}

#tweet ul li img {
	margin-bottom: 20px;
	border-radius: 50%;
}

#tweet ul li .user span {
	position: absolute;
	bottom: 20px;
	left: 0;
	width: 100%;
}

#tweet ul li .user a>span[data-scribe] {
	display: none;
}

#tweet ul li .interact {
	display: none;
}


/* WIDGET CONTACT */
.widget-contact ul {
	list-style: none;
	margin-bottom: 0;
	font-weight: 400;
}

.widget-contact ul li {
	position: relative;
	padding-left: 30px;
	margin-bottom: 15px;
}

.widget-contact ul li i {
	position: absolute;
	top: 5px;
	left: 0;
	font-size: 16px;
	color: #e84538;
}


/* WIDGET SOCIAL */
.widget-social .social-media {
	margin-bottom: 0;
}

/***********************************************************************************
 *	+ RESPONSIVE
 ***********************************************************************************/
/***********************************************************************************
 *	- LARGE DISPLAY (>1200px)
 ***********************************************************************************/

@media (min-width: 1200px) {

	.isotope.col-4 .isotope-item {
		width: 25%;
	}

	.flickr_badge_image:last-of-type {
		display: block;
	}

}

/***********************************************************************************
 *	- SMALL DISPLAY (TABLETS)
 ***********************************************************************************/

@media (min-width: 768px) and (max-width: 991px) {

	.nav-tabs>li>a {
		padding: 7px 15px;
	}

	.nav-tabs>li.active>a {
		margin-top: -15px;
		padding: 15px 15px;
	}

	.legend li {
		float: none;
		width: 100%;
	}

	.isotope-item.item-width-1 {
		width: 50%;
	}

	.tp-caption .btn {
		padding: 7px 20px 7px 10px;
		font-size: 10px;
	}

	.tp-caption .btn:hover {
		padding: 7px 20px;
	}

	#section-7:before {
		width: 30%;
	}

	#section-7:after {
		width: 30%;
	}

	#section-11 {
		margin-top: 70px;
	}

	#section-16 img {
		margin-top: -100px;
	}

	.widget-recent-posts ul li {
		padding-left: 0;
	}

	.widget-recent-posts ul li img {
		display: none;
	}

	.flickr_badge_image img {
		width: 72px;
	}

	.widget-newsletter input[type="email"] {
		padding-right: 20px;
	}

	.widget-newsletter input[type="submit"] {
		position: relative;
		padding: 10px 30px;
		border-radius: 20px;
	}

}

/***********************************************************************************
 *	- EXTRA SMALL DISPLAY (PHONES PORTRAIT)
 ***********************************************************************************/

@media (max-width: 767px) {

	.last {
		margin-bottom: 20px;
	}

	h1.error {
		font-size: 150px;
		line-height: 100px;
	}

	h1.error:after {
		height: 150px;
	}

	.nav-tabs>li {
		float: none;
	}

	.nav-tabs>li>a {
		margin-right: 0;
		border-radius: 0;
	}

	.nav-tabs>li.active>a {
		margin-top: 0;
		padding: 15px 30px;
	}

	.tab-content .pull-right,
	.tab-content .pull-left {
		float: none !important;
		margin: 0;
		margin-bottom: 20px;
	}

	.process-steps .step {
		float: none;
		width: 100%;
		margin-bottom: 30px;
	}

	.process-steps .step:last-child {
		margin-bottom: 0;
	}

	.process-steps.process-3-steps .step,
	.process-steps.process-4-steps .step,
	.process-steps.process-5-steps .step {
		width: 100%;
	}

	.legend li {
		float: none;
		width: 100%;
	}

	.countdown>div {
		font-size: 36px;
		line-height: 36px;
	}

	.countdown>div:after {
		font-size: 24px;
	}

	.isotope .isotope-item {
		float: none;
		width: 100%;
	}

	.isotope.col-3 .isotope-item,
	.isotope.col-4 .isotope-item {
		width: 100%;
	}

	.isotope-item.item-width-1,
	.isotope-item.item-width-2 {
		width: 100%;
	}

	.filter li {
		display: block;
		margin-right: 0;
		margin-bottom: 10px;
	}

	.filter li:last-child {
		margin-bottom: 0;
	}

	.map {
		height: 350px;
	}

	/*
	 .full-section .container-fluid {
		 padding: 0 20px;
	 } */

	#section-7:before {
		bottom: auto;
		width: 100%;
		height: 150px;
		border-right: none;
		border-bottom: 10px solid #fff;
	}

	#section-7:after {
		top: auto;
		bottom: 0;
		width: 100%;
		height: 150px;
		border-left: none;
		border-top: 10px solid #fff;
	}

	#section-11 {
		margin-top: 70px;
	}

	#section-16 img {
		margin-top: 0;
	}

	#section-22 {
		padding: 150px 0 300px;
	}

	.video-details {
		display: none;
	}

	.tp-leftarrow.default,
	.tp-rightarrow.default {
		display: none;
	}

	.tp-caption .btn {
		padding: 3px 20px 3px 10px;
		font-size: 6px;
		line-height: 12px;
	}

	.tp-caption .btn:hover {
		padding: 3px 20px;
	}

	.tp-caption .btn:after,
	.tp-caption .btn:before {
		width: 20px;
	}

	.tp-caption .btn:before {
		right: 14px;
	}

	.tp-caption .btn:after {
		right: 5px;
	}

	.testimonials-slider .owl-pagination {
		top: auto;
		bottom: -30px;
		left: 0;
		right: 0;
		width: 100%;
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
	}

	.testimonials-slider .owl-pagination .owl-page {
		display: inline-block;
		margin: 0 5px;
	}

	#scroll-up {
		bottom: 20px;
		right: 20px;
	}

	.flickr_badge_image:last-of-type {
		display: block;
	}

}

/***********************************************************************************
 *	- EXTRA SMALL DISPLAY (PHONES LANDSCAPE)
 ***********************************************************************************/

@media only screen and (min-width: 480px) and (max-width: 767px) {

	.isotope .isotope-item {
		float: none;
		width: 50%;
	}

	.isotope.col-3 .isotope-item,
	.isotope.col-4 .isotope-item {
		width: 50%;
	}

	.isotope-item.item-width-1,
	.isotope-item.item-width-2 {
		width: 50%;
	}

}

.bubbles {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 0;
	/* overflow:hidden; */
	top: 0;
	/* left:0; */
}

.bubble {
	position: absolute;
	bottom: -100px;
	width: 40px;
	height: 40px;
	background: #ea4d41;
	border-radius: 50%;
	opacity: 0.5;
	animation: rise 10s infinite ease-in;
}

.bubble:nth-child(1) {
	width: 40px;
	height: 40px;
	left: 10%;
	animation-duration: 8s;
}

.bubble:nth-child(2) {
	width: 20px;
	height: 20px;
	left: 20%;
	animation-duration: 5s;
	animation-delay: 1s;
}

.bubble:nth-child(3) {
	width: 50px;
	height: 50px;
	left: 35%;
	animation-duration: 7s;
	animation-delay: 2s;
}

.bubble:nth-child(4) {
	width: 80px;
	height: 80px;
	left: 50%;
	animation-duration: 11s;
	animation-delay: 0s;
}

.bubble:nth-child(5) {
	width: 35px;
	height: 35px;
	left: 55%;
	animation-duration: 6s;
	animation-delay: 1s;
}

.bubble:nth-child(6) {
	width: 45px;
	height: 45px;
	left: 65%;
	animation-duration: 8s;
	animation-delay: 3s;
}

.bubble:nth-child(7) {
	width: 90px;
	height: 90px;
	left: 70%;
	animation-duration: 12s;
	animation-delay: 2s;
}

.bubble:nth-child(8) {
	width: 25px;
	height: 25px;
	left: 80%;
	animation-duration: 6s;
	animation-delay: 2s;
}

.bubble:nth-child(9) {
	width: 15px;
	height: 15px;
	left: 70%;
	animation-duration: 5s;
	animation-delay: 1s;
}

.bubble:nth-child(10) {
	width: 90px;
	height: 90px;
	left: 25%;
	animation-duration: 10s;
	animation-delay: 4s;
}

@keyframes rise {
	0% {
		bottom: -100px;
		transform: translateX(0);
	}

	50% {
		transform: translate(100px);
	}

	100% {
		bottom: 1080px;
		transform: translateX(-200px);
	}
}

.textboxHead {
	color: #ffffff;
}


.top_banner_slider ul {
	list-style-type: none;
}


/* display none until init */
.top_banner_slider.owl-carousel {
	display: none;
	position: relative;
	width: 100%;
	-ms-touch-action: pan-y;
}

.top_banner_slider .owl-carousel .owl-wrapper {
	display: none;
	position: relative;
	-webkit-transform: translate3d(0px, 0px, 0px);
}

.top_banner_slider .owl-carousel .owl-wrapper-outer {
	overflow: hidden;
	position: relative;
	width: 100%;
}

.top_banner_slider .owl-carousel .owl-wrapper-outer.autoHeight {
	-webkit-transition: height 500ms ease-in-out;
	-moz-transition: height 500ms ease-in-out;
	-ms-transition: height 500ms ease-in-out;
	-o-transition: height 500ms ease-in-out;
	transition: height 500ms ease-in-out;
}

.top_banner_slider .owl-carousel .owl-item {
	float: left;
}

.top_banner_slider .owl-controls .owl-page,
.owl-controls .owl-buttons div {
	cursor: pointer;
}

/* mouse grab icon */
.top_banner_slider .grabbing {
	cursor: url(grabbing.png) 8 8, move;
}

.top_banner_slider .owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
	--webkit-backface-visibility: hidden;
	--moz-backface-visibility: hidden;
	--ms-backface-visibility: hidden;
	--webkit-transform: translate3d(0, 0, 0);
	--moz-transform: translate3d(0, 0, 0);
	--ms-transform: translate3d(0, 0, 0);
}

.top_banner_slider .owl-origin {
	-webkit-perspective: 1200px;
	-webkit-perspective-origin-x: 50%;
	-webkit-perspective-origin-y: 50%;
	-moz-perspective: 1200px;
	-moz-perspective-origin-x: 50%;
	-moz-perspective-origin-y: 50%;
	perspective: 1200px;
}

.top_banner_slider .owl-fade-out {
	z-index: 10;
	-webkit-animation: fadeOut .7s both ease;
	-moz-animation: fadeOut .7s both ease;
	animation: fadeOut .7s both ease;
}

.top_banner_slider .owl-fade-in {
	-webkit-animation: fadeIn .7s both ease;
	-moz-animation: fadeIn .7s both ease;
	animation: fadeIn .7s both ease;
}

.top_banner_slider .owl-backSlide-out {
	-webkit-animation: backSlideOut 1s both ease;
	-moz-animation: backSlideOut 1s both ease;
	animation: backSlideOut 1s both ease;
}

.top_banner_slider .owl-backSlide-in {
	-webkit-animation: backSlideIn 1s both ease;
	-moz-animation: backSlideIn 1s both ease;
	animation: backSlideIn 1s both ease;
}

.top_banner_slider .owl-goDown-out {
	-webkit-animation: scaleToFade .7s ease both;
	-moz-animation: scaleToFade .7s ease both;
	animation: scaleToFade .7s ease both;
}

.top_banner_slider .owl-goDown-in {
	-webkit-animation: goDown .6s ease both;
	-moz-animation: goDown .6s ease both;
	animation: goDown .6s ease both;
}

.top_banner_slider .owl-fadeUp-in {
	-webkit-animation: scaleUpFrom .5s ease both;
	-moz-animation: scaleUpFrom .5s ease both;
	animation: scaleUpFrom .5s ease both;
}

.top_banner_slider .owl-fadeUp-out {
	-webkit-animation: scaleUpTo .5s ease both;
	-moz-animation: scaleUpTo .5s ease both;
	animation: scaleUpTo .5s ease both;
}

.top_banner_slider .owl-controls {
	width: 100%;
	float: left;
	text-align: center;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	margin: 0;
}

.top_banner_slider .owl-controls .owl-buttons div {
	display: none;
}

.top_banner_slider .owl-controls .owl-page {
	width: auto;
	float: none;
	display: block;
	margin: 0;
	display: inline-block;
	zoom: 1;
	display: inline;
}

.top_banner_slider .owl-controls .owl-page span {
	display: block;
	width: 8px;
	height: 6px;
	/* background: #ccc; */
	margin-left: 0px;
	border: none;
	/* margin: 0 6px; */
	/* padding: 10px; */
	text-indent: -9999px;
	border-radius: 4px;
}



.top_banner_slider .container {
	width: 100%;
	max-width: 1000px;
	padding: 0 40px;
	margin: 0 auto;
}

.top_banner_slider .slider-main {
	width: 100%;
	float: left;
	position: relative;
	text-align: center;
	margin: 40px 0 0 0;
}

.top_banner_slider .slider-main h2 {
	font-size: 24px;
	padding-bottom: 20px;
	font-weight: 800;
	color: #FFFFFF
}

.top_banner_slider .slider-main p {
	font-size: 17px;
	line-height: 1.4em;
	color: #FFFFFF
}

.top_banner_slider .slider-bg {
	width: 100%;
	float: left;
	text-align: center;
	position: relativer;
}

.top_banner_slider .slider-bg ul {
	width: 100%;
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
}

.top_banner_slider .slider-bg ul li {
	width: 100%;
	margin: 0;
	padding: 0;
}

.top_banner_slider {
	position: relative;
}

.navigation {
	width: 100%;
	float: left;
}

.navigation a {
	line-height: .5em;
	z-index: 10;
	cursor: pointer;
	text-indent: -99999px;
	position: absolute;
	top: 50%;
	margin: -45px 0 0 0;
}

.navigation a:hover {
	text-decoration: none;
}

.navigation a:before {
	font: normal normal bold 14px/2 FontAwesome;
	font-family: "FontAwesome";
	font-size: 44px;
	color: #e84538;
	display: block;
	text-indent: 0;
	position: absolute;
	top: 0;
	z-index: 10;
	cursor: pointer;
	opacity: 1;
}

.navigation a.previous {
	left: 20px;
}

.navigation a.previous:before {
	content: "\f104";
	left: 0;
}

.navigation a.next {
	right: 20px;
}

.navigation a.next:before {
	content: "\f105";
	right: 0;
}

.full_banner img {
	margin: 0 auto;
	width: 95%;
	text-align: center;
	display: block;
}

.modal-body h2 {
	text-align: center;
	font-size: 22px;
}

.row_w_2 {
	display: flex;
	justify-content: space-between;
	align-items: center;
	border: 0px;
}

.row_w_2 .login_off {
	position: absolute;
	top: 2%;
	right: 2%;
	color: white !important;
}

.row_w_2 h6 {
	color: white;
	font-weight: bold;
}

fieldset {
	display: none
}

fieldset.show {
	display: block
}


input:focus {
	-moz-box-shadow: none !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
	border: 1px solid grey !important;
	outline-width: 0 !important;
	font-weight: 400
}

button:focus {
	-moz-box-shadow: none !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
	outline-width: 0
}

.business,
.customer_logins {
	margin: 2px 5px 0px 5px;
	padding-bottom: 10px;
	cursor: pointer
}

.business.active {
	border-bottom: 1px solid white;
}

.customer_logins:hover {
	border-bottom: 1px solid white;
}

a:hover {
	text-decoration: none;
	color: #1565C0
}

.box {
	margin-bottom: 10px;
	border-radius: 5px;
	padding: 10px
}

.full_blog_detail img {
	width: 600px;
	max-height: 400px;
}


@media screen and (max-width: 768px) {
	.tabs h6 {
		font-size: 12px
	}
}

.main_spc_blog {
	margin-top: 14px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	margin-bottom: 16px;
}

.card-body .blog-description {
	color: grey !important;
	white-space: wrap !important;
	max-height: 60px !important;
	overflow: hidden !important;
	text-overflow: ellipsis !important;
}

.main_spc_blog .col-md-4 {
	margin: 16px 0px;
	padding: 0px 12px;

}

.main_spc_blog a:hover {
	text-decoration: none;
}

.main_spc_blog .card {
	border-radius: 15px;
	display: flex;
	flex-direction: column;
	border: 1px solid #ddd;
	overflow: hidden;
	box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.main_spc_blog .card .card-body {
	padding: 14px 14px;
}

.main_spc_blog .card .blog_h h4 {
	color: #3c3c3c;
	text-transform: capitalize;
	line-height: 1.4;
	margin: 0;
}

.main_spc_blog .card .blog_h .bot_blog h4 {
	font-size: 1rem;
}

.main_spc_blog .image-container {
	width: 100%;
	height: 250px;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
}

.main_spc_blog .image-container img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	border-radius: 15px 15px 0px 0px;
}

.bot_blog {
	padding-left: 12px;
}

.bot_blog span {
	color: grey;
}

.bloger-image {
	display: flex;
	align-items: center;
	padding: 0.80rem 0;
}

.blog-detail .blogdetailrow {
	display: flex;
	justify-content: center;
}




/* Home Page New Banner Added Aug */

#NewBannerAug {
	background-color: #E83E31;
	color: #fff;
	padding: 10px;
}

#NewBannerAug h5 {
	color: #fff;
	font-weight: bold;
	font-size: 22px;
	line-height: 32px;
}

#NewBannerAug p {
	font-size: 12px;
	line-height: 20px;
	color: #F6F6F6;
}

#NewBannerAug a {
	background-color: #fff;
	color: #000;
	padding: 10px 20px;
	border-radius: 20px;
	display: inline-block;
	transition: 0.5s ease-in-out;
	font-size: 14px;
	font-weight: 500;
}

#NewBannerAug a:hover {
	text-decoration: none;
	transform: translateY(-5px);

}

@media (min-width:1200px) {
	#NewBannerAug {
		display: flex;
		align-items: center;
		padding: 0;
	}

	#NewBannerAug .px-0 {
		padding-left: 0;
	}

	#NewBannerAug h5 {
		font-size: 40px;
		line-height: 48px;
	}

	#NewBannerAug p {
		font-size: 18px;
		line-height: 26px;
	}
}

@media (min-width:768px) and (max-width:1200px) {
	#NewBannerAug {
		padding: 0;
		display: flex;
		align-items: center;
	}

	#NewBannerAug .px-0 {
		padding-left: 0;
	}
}

@media (max-width:768px) {
	#NewBannerAug {
		padding: 10px;
	}
}

/* Home Page New Banner Added Aug */







/* Senior Citizen Landing Page */


#LP-Hero {
	display: flex;
}

.lp-color {
	color: #E83E31;
}

.p40 {
	padding: 0 30px;
	/* max-width: 690px; */
}

#LP-Hero h2,
.section-lp-head h3 {
	font-weight: bold;
	font-size: 42px;
	color: #000;
	line-height: 60px;
}

.trustedLP {
	color: #E83E31;
}

#LP-Hero p {
	font-size: 18px;
	line-height: 27px;
	color: #333333;
}

.CTA_LP {
	margin-top: 35px;
}

.btn-contact-lp {
	background: #E83E31;
	color: #fff;
	padding: 15px 20px;
	border-radius: 10px;
	display: inline-block;
	transition: 0.5s ease-in-out;
	font-weight: bold;
}

.btn-contact-lp:hover {
	transform: translateY(-5px);
}

.btn-contact-lp i {
	margin-left: 5px;
}

.btn-contact-lp i,
.btn-contact-lp:hover {
	color: #fff;
}



.heroDownloadBtn {
	max-width: 300px;
	max-width: 150px;
}

.justify-content-left {
	justify-content: start !important;
}

.gap30 {
	gap: 30px;
}

.app-buttons {
	display: flex;
	background-color: #000;
	padding: 10px 20px;
	color: #fff;
	border-radius: 10px;
	gap: 10px;
	justify-content: start !important;
	align-items: center;
	font-weight: bold;
}

.about-section-lp>.row {
	display: flex;
}

.sectionPaddingLP {
	padding: 40px 0 !important;
}

.about-section-lp h3 {
	font-size: 52px;
	font-weight: bold;
	color: #000;
	margin-bottom: 25px;
}

.about-section-lp p {
	color: #A7A7A7;
	font-size: 17px;
	line-height: 25px;
	margin-bottom: 25px;
}

.about-section-lp .text-bold {
	color: #515151;

}

.colorSocialIcon {
	color: #A7A7A7;
	padding: 13px;
	border: 1px solid #a7a7a7;
	border-radius: 50px;
	width: 40px;
	height: 40px;
}

.social-icons a img:hover {
	transform: scale(1.1);
	transform: translateY(-5px);
}

.fa-twitter:before,
.fa-facebook::before,
.fa-instagram::before {
	font-size: 16px;
}

.section-lp-head h3 {
	margin-bottom: 0;
}

.section-lp-head p,
.areaCoveredLP p {
	font-weight: bold;
	font-size: 38px;
	line-height: 45px;
	padding-bottom: 30px;
}

.pt30 {
	padding-top: 30px;
}

.pt50 {
	padding-top: 50px;
}

.wrapFlex {
	display: flex;
	flex-wrap: wrap;
}

.service-card-lp {
	background: #fff;
	border-radius: 10px;
	/* min-height: 300px; */
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
	text-align: left;
	transition: transform 0.3s ease;

	background-position: right;
	background-repeat: no-repeat;
	background-size: 200px;
	border-radius: 20px;
}

.serviceFaceLP1 {
	background-image: url("../../../images-lp/service-lp1.png");
}

.serviceFaceLP2 {
	background-image: url("../../../images-lp/service-lp2.png");
}

.serviceFaceLP3 {
	background-image: url("../../../images-lp/service-lp33.png");
}

.serviceFaceLP4 {
	background-image: url("../../../images-lp/abcdef.png");
}

.serviceFaceLP5 {
	background-image: url("../../../images-lp/service-lp51.png");
}

/* .service-card-lp:hover {
      transform: translateY(-5px);
    } */

.service-card-lp h4 {
	font-size: 26px;
	color: #1E1E1E;
	padding: 20px 50px 20px 30px;
	margin-bottom: 15px;
	padding-bottom: 0;
}

.service-card-lp p {
	max-width: 300px;
	color: #1E1E1E;
	font-size: 13px;
	padding: 0px 50px 20px 30px;
}

.btn-book-lp {
	margin-left: 30px;
	margin-bottom: 30px;
	background-color: #fff;
	color: #000;
	border-radius: 10px;
	padding: 8px 18px;
	font-weight: bold;
	font-size: 12px;
	transition: all 0.3s ease-in-out;

}

.birthDayCard .btn-book-lp {
	margin-bottom: 22px;
}

.btn-book-lp:hover,
.newsLetterLP a:hover {
	transform: translateY(-5px);
}

/* Pastel background colors */
.bg-yellow-lp {
	background-color: #fff4d6;
}

.bg-blue-lp {
	background-color: #DCF5FE;
}

.bg-green-lp {
	background-color: #DFF7EA;
}

.bg-pink-lp {
	background-color: #FEE6DC;
}

.bg-purple-lp {
	background-color: #FAD6F6;
}


.work-lp-head h3 {
	font-weight: bold;
	font-size: 36px;
	line-height: 42px;
	margin-bottom: 0px;
	color: #000;

}

.work-lp-head h3::after {
	padding-top: 10px;
	content: '';
	border-bottom: 2px solid #E83E31;
	width: 20%;
	position: relative;
	display: block;
	text-align: center;
	margin: 0 auto;
}

.step-section {
	padding: 60px 0;
	position: relative;
}

.step-row {
	margin-bottom: 80px;
	display: flex;
	align-items: center;
	position: relative;
}

.step-number {
	width: 40px;
	height: 40px;
	background: #000;
	color: #fff;
	border-radius: 50%;
	text-align: center;
	line-height: 40px;
	font-weight: bold;
	margin-bottom: 15px;
	font-size: 16px;
}

.step-text {
	display: flex;
	align-items: baseline;
	gap: 15px;
}

.step-text h4 {
	color: #F67366;
	font-weight: bold;
	font-size: 40px;
}

.step-text p {
	color: #4F4F4F;
	font-size: 18px;
}

.workTextLp {
	max-width: 480px;
}

.step-image img {
	border-radius: 100px 0 100px 0;
	/* width: 100%; */
	height: auto;
}

.support-lp-head p,
.contact-heading {
	font-weight: bold;
	font-size: 38px;
	line-height: 45px;
	padding-bottom: 30px;
}

.supportIconLP img {
	max-width: 80px;
}

.supportDivLP {
	background: #fff;
	border: 1px solid #eee;
	border-radius: 10px;
	text-align: center;
	padding: 40px 20px;
	box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.03);
	transition: all 0.3s ease-in-out;
	margin-bottom: 30px;
	min-height: 200px;
}

.supportDivLP:hover {
	box-shadow: 15px 15px 15px rgba(0, 0, 0, 0.07);
	transform: translateY(-5px);
}

.supportContentLP h4 {
	font-size: 22px;
	font-weight: bold;
	margin: 12px 0;
	color: #1E1E1E;
}

.supportContentLP h5 {
	font-size: 16px;
}

.supportContentLP h6 {
	font-size: 14px;
}

.supportContentLP p {
	font-size: 18px;
	color: #555;
	margin-bottom: 25px;
}

.supportContentLP button {
	background-color: #f44336;
	color: #fff;
	border-radius: 25px;
	padding: 10px 25px;
	border: none;
	font-weight: bold;
	transition: 0.4s ease-in;
}

.supportContentLP button:hover,
.btn-contact-lp:hover {
	background-color: #f71505;
	color: #fff;
	text-decoration: none;
}

.testimonial-title-lp {
	font-size: 46px;
	font-weight: bold;
}

.testimonial-text-lp p {
	max-width: 500px;
	font-size: 20px;
	color: #3D3D3D;
	margin-bottom: 25px;
}

.author-box-lp {
	display: flex;
	align-items: center;
}

.author-box-lp img {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	margin-right: 15px;
}

.author-name-lp {
	font-weight: bold;
	color: #E83E31;
	font-size: 17px;
}

.author-location-lp {
	font-size: 13px;
	color: #000000;
}

.testimonial-slider-lp .slick-dots li button:before {
	font-size: 15px !important;
}


.testimonial-slider-lp .slick-dots li.slick-active button:before {
	color: #E83E31 !important;
	opacity: 1 !important;
}

.slick-dots {
	text-align: right !important;
	margin-left: 30px !important;
	bottom: 15px !important;
}

.areaCoveredLP {
	padding: 30px 0;
}

.areaCoveredLP h4,
.newsLetterLP h4 {
	font-weight: bold;
	font-size: 42px;
	line-height: 60px;
	margin-bottom: 0;
}

.newsLetterLP {
	text-align: center;
	color: #fff;
	padding: 30px 0;
	background-color: #E83E31;
}

.newsLetterLP p {
	font-size: 20px;
	margin-bottom: 30px;
}

.marginAuto {
	float: none !important;
	margin: 0 auto;
}

.newsLetterLP a {
	background-color: #fff;
	color: #000;
	border-radius: 25px;
	padding: 10px 25px;
	border: none;
	font-weight: bold;
	transition: all 0.5s ease-in;
}

.newsLetterLP a:hover {
	text-decoration: none;
	color: #000;
}

.contact-form-lp {
	padding: 40px 30px;
	background: #fff;
	border-radius: 6px;
}

#formLP .form-control {
	border: none;
	border-bottom: 1px solid #ccc;
	border-radius: 0;
	box-shadow: none;
	padding-left: 0;
}

#formLP .form-control:focus {
	border-bottom: 2px solid #e63946;
	outline: none;
	box-shadow: none;
	border: none !important;
	border-bottom: 1px solid grey !important;
}

#formLP .form-group label {
	font-size: 12px;
	color: #666;
	font-weight: normal;
}

#formLP .btn-form-submit-lp {
	background-color: #E83E31;
	color: #fff;
	border: none;
	padding: 10px 25px;
	border-radius: 20px;
	margin-top: 35px;
}

#formLP input[class="form-control"],
#formLP .form-control {
	color: #000;
}

#formLP select.form-control {
	color: #555 !important;
}

#formLP .contact-heading span {
	color: #e63946;
}

#formLP .form-label {
	font-weight: 600;
}


.step-row.step-wrapper::after {
	content: "";
	width: 600px;
	height: 100%;
	position: absolute;
	top: 86%;
	left: 128px;
	background-position: top;
	background-size: contain;
	background-repeat: no-repeat;
	z-index: 999;
}

.step-row.step-row1.step-wrapper::after {
	background-image: url(../../../images-lp/vector-lp1.png);
}

.step-row.step-row2.step-wrapper::after {
	background-image: url(../../../images-lp/vector-lp2.png);
}

#SupportPlanLP>.row {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}


#formLP .iti {

	width: 100%;
}

.step-row .step-image {
	text-align: right !important;
}

.step-row.step-row2 .step-image {
	text-align: left !important;
}

#mobile::placeholder {
	color: #888;
	opacity: 1;
	font-size: 14px;
	padding-left: 0px !important;
	text-align: start !important;
}

/* Optional: For WebKit browsers (Safari, Chrome) */
#mobile::-webkit-input-placeholder {
	color: #888;
}

/* Optional: For Firefox */
#mobile::-moz-placeholder {
	color: #888;
}

/* Optional: For Internet Explorer 10+ */
#mobile:-ms-input-placeholder {
	color: #888;
}

/* Optional: For Microsoft Edge */
#mobile::-ms-input-placeholder {
	color: #888;
}


/* MODAL */
#otpModal .modal-dialog {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	margin: 0 auto;
	width: 450px !important;
}

#otpModal .modal-header h4 {
	font-size: 30px;
	text-align: center;
	font-family: "Roboto", sans-serif;
}

.modal-footer {
	text-align: center !important;
}

#verifyOtpBtn {
	background-color: #f44336;
	color: #fff;
	border-radius: 25px;
	padding: 10px 25px;
	border: none;
	font-weight: bold;
	transition: 0.4s ease-in;
	font-family: "Roboto", sans-serif;
	font-size: 16px;
}

#otpModal input[class="form-control"] {
	color: #000 !important;
}

.custom-modal-content {
	padding: 15px 0px !important;
	border-radius: 10px !important;
	box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2) !important;
	background: #fff !important;

}

#otpModal .inputOTPDiv {
	align-items: center;
	justify-content: center;
	gap: 20px;
}

#otpInput {
	width: max-content !important;
}

.modal-title {
	color: #e53935 !important;
	font-weight: bold !important;
	font-size: 24px !important;
	margin-bottom: 10px !important;
}

.modal-subtitle {
	font-size: 14px !important;
	color: #777 !important;
	margin-bottom: 20px !important;
}

#otp-input {
	border-radius: 30px;
	padding: 10px 20px;
	text-align: center;
	font-size: 16px;
	margin-bottom: 20px;
	box-shadow: none;
	border: 1px solid #ddd;
}

.modal-backdrop.in {
	opacity: 0.7;
	background-color: #000;
}





@media (min-width:769px) and (max-width:1200px) {
	.supportDivLP {
		padding: 40px 15px;
	}

	.step-number {
		width: 65px;
	}

	.CTA_LP {
		display: flex;
		flex-direction: column;
	}

	.contact-form-lp {
		padding: 0;
	}

	.step-row.step-wrapper::after {
		display: none;
	}

	.modal-dialog {
		width: 400px !important;
		/* Adjust as needed */
	}

	.service-card-lp h4 {
		font-size: 21px;
	}

	.service-card-lp {
		min-height: 250px;
	}

	.service-card-lp p {
		max-width: 250px;
	}

	.serviceFaceLP5 {
		background-position: 170%;
	}

	.service-card-lp h4,
	.service-card-lp p {
		padding-left: 20px;
	}

	.btn-book-lp {
		margin-left: 20px;
	}
}

@media (max-width: 768px) {

	.service-card-lp h4,
	.service-card-lp p {
		padding-left: 20px;
	}

	.btn-book-lp {
		margin-left: 20px;
	}

	.step-row.step-wrapper::after {
		display: none;
	}

	.slick-dots {
		display: none !important;
	}

	.step-row.step-row1.step-wrapper::after,
	.step-row.step-row2.step-wrapper::after {
		background-image: none;
	}

	.app-buttons {
		justify-content: center !important;
	}

	#LP-Hero h2,
	.section-lp-head h3 {
		font-size: 37px;
		line-height: 48px;
	}

	.section-lp-head h3 {
		padding-top: 20px;
	}

	#LP-Hero,
	.CTA_LP {
		display: block !important;
	}

	.app-buttons,
	.hero-lp-banner {
		margin-top: 40px;
	}

	.HeroLpContent,
	.contact-form-lp {
		padding: 0;
	}

	.HeroLpContent,
	.step-wrapper .step-text,
	.about-section-lp,
	.about-section-lp .social-icons.text-right {
		text-align: center;
	}

	.about-section-lp {
		padding: 0 15px !important;
	}

	#formLP .btn-form-submit-lp {
		margin-top: 20px;
	}

	.order2 {
		padding-top: 30px;
		order: 2;
	}


	.workTextLp {
		width: 100%;
	}

	#serviceLPCard .col-sm-6.col-md-4.pt30 {
		padding-top: 0;
	}

	.step-wrapper .step-text .step-number {
		margin: 10px auto 0;
	}

	.step-row.step-wrapper {
		margin-bottom: 30px;
	}

	.testimonial-slider-lp .slick-slide {
		margin: 0 !important;
	}

	.testimonial-title-lp {
		font-size: 27px;
	}

	.testimonial-text-lp p {
		max-width: 100%;
		font-size: 15px;
	}

	.support-lp-head p,
	.contact-heading {
		font-size: 23px;
		line-height: 37px;
		padding-bottom: 11px;
	}

	.section-lp-head p,
	.areaCoveredLP p {
		font-weight: bold;
		font-size: 25px;
		line-height: 39px;

	}

	.step-text h4 {
		font-size: 27px;
	}

	.step-text p {
		font-size: 15px;
	}

	.service-card-lp h4 {
		font-size: 21px;
	}

	.service-card-lp p {
		max-width: 250px;
	}

	.modal-dialog {
		width: 300px !important;
		/* Adjust as needed */
	}

	.service-card-lp {
		min-height: 250px;
	}

	.serviceFaceLP3 {
		min-height: 271px;
	}

}

@media (max-width:499px) {
	#reviewLP .wrapFlex {

		margin: 0 !important;
		display: unset !important;
	}

	.about-section-lp>.row {
		display: grid !important;
	}

	#serviceLPCard .col-sm-6.col-md-4,
	#SupportPlanLP .col-sm-6.col-md-4 {
		width: 100%;
	}

	.step-row,
	.step-text {
		flex-direction: column;
	}

	.section-lp-head p,
	.areaCoveredLP p {
		font-size: 16px;
		line-height: 30px;
	}

	.areaCoveredLP h4,
	.newsLetterLP h4 {
		font-size: 32px;
		line-height: 55px;
	}

	.newsLetterLP p {
		font-size: 15px;
	}

	#formLP .col-sm-12.text-right {
		text-align: center;
	}

	.about-section-lp h3 {
		font-size: 35px;
	}

	#contactFormSectionLP {
		display: flex !important;
		flex-wrap: wrap;
	}

	#otpModal .modal-dialog {
		width: 380px !important;
	}
}

@media (max-width:399px) {

	#LP-Hero h2,
	.section-lp-head h3 {
		font-size: 26px;
		line-height: 37px;
	}

	#LP-Hero p,
	.supportContentLP p {
		font-size: 14px;
		line-height: 23px;
	}

	.step-text h4 {
		font-size: 24px;
	}

	.step-text p {
		font-size: 12px;
	}

	.supportDivLP {
		padding: 20px;
	}

	.supportContentLP h4 {
		font-size: 22px;
	}

	.contact-form-lp {
		padding: 0px;
	}

	.app-buttons {
		flex-direction: column;
	}

	.btn-book-lp {
		margin-left: 15px;
	}

	.service-card-lp p {
		padding: 0 25px 20px 20px;
		font-size: 12px;
		max-width: 230px;
	}

	.service-card-lp h4 {
		font-size: 17px;
		padding: 20px;
		padding-bottom: 0px;
	}

	#otpModal .modal-dialog {
		width: 340px !important;
	}

	.serviceFaceLP3 {
		min-height: 250px;
	}

	.serviceFaceLP5 p {
		max-width: 100%;
		padding: 0 20px 20px 20px;
	}

	.serviceFaceLP5 {
		background-position: 130%;
	}

	.serviceFaceLP4 p {
		max-width: 190px;
	}
}




/* Rider OnBoard */

#rider_LP h1 {
	font-size: 40px;
	color: #000;
	line-height: 52px;
}

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

#rider_LP p {
	font-size: 18px;
	line-height: 27px;
	color: #333333;
	padding: 15px 0;
	text-transform: capitalize;
}

#rider_LP .btn-contact-lp {
	padding: 12px 35px;
}

#rider_LP .downRiderBtn,
.downloadContentDiv a.downRiderBtn {
	padding: 12px 15px;
	background-color: #000;
}

/* Styling for the slider frame */
#rider_LP .carousel-container {
	transform: rotate(-3deg);
	background: #fff;
	padding: 15px;
	border-radius: 18px;
	box-shadow: 0 15px 35px rgba(0, 0, 0, 0.3);
	max-width: 420px;
	margin: 0 auto;
}

#rider_LP .carousel-inner>.item>img {
	width: 100%;
	height: auto;
	border-radius: 18px;
}

.carousel-indicators li {
	background-color: #ccc;
	border-radius: 50%;
	width: 10px;
	height: 10px;
}

.carousel-indicators .active {
	background-color: #000;
}

/* Arrow styling similar to design */
#rider_LP .carousel-control.left,
#rider_LP .carousel-control.right {
	background-image: none;
	width: 45px;
	height: 45px;
	top: 50%;
	transform: translateY(-50%);
	background-color: #fff;
	border-radius: 50%;
	box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.25);
	opacity: 1;
}

#rider_LP .carousel-control .glyphicon {
	color: #C7C7C7;
	font-size: 25px;
}

#rider_LP .carousel-control.left {
	left: -10px;
}

#rider_LP .carousel-control .glyphicon-chevron-left {
	left: 18px;
	top: 18px;
}

#rider_LP .carousel-control.right {
	right: -10px;
}

#rider_LP .carousel-control .glyphicon-chevron-right {
	right: 18px;
	top: 18px;
}

.rider-lp-section h3 {
	font-weight: semibold;
	font-size: 32px;
	padding-bottom: 20px;
	line-height: 42px;
	text-transform: capitalize;
}

.rider-card-lp {
	background-color: #fff;
	border-radius: 10px;
	box-shadow: 0px 3px 7px rgba(0, 0, 0, 0.25);
	opacity: 1;
	padding: 23px;
	min-height: 100%;
}

.ridercardimg {
	background-color: #FBE9E9;
	padding: 5px;
	width: max-content;
	box-shadow: 0 4px 2px -2px rgba(0, 0, 0, 0.2);
	border-radius: 10px;
	margin-bottom: 20px;
}

.ridercardimg img {
	width: 50px;
	height: 50px;
}

.rider-card-lp p {
	color: #1E1E1E;
}

.optionCardRider {

	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	padding: 25px 40px;
	border-radius: 15px;
	min-height: 100%;
}

.optionCardRider1 {
	background-color: #DCF5FE;
	background-image: url(../../../rider-onboard/blue-background.png);
}

.optionCardRider2 {
	background-color: #DFF7EA;
	background-image: url(../../../rider-onboard/green-background.png);
}

.optionCardRider3 {
	background-color: #DFE1F7;
	background-image: url(../../../rider-onboard/purple-home-bg.png);
}

.rowPadding {
	padding: 0 60px;
}

.optionCardRider h5 {
	color: #1E1E1E;
	font-size: 22px;
	padding-bottom: 5px;
}

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

.optionCardRider ul {
	padding-left: 30px;
	padding-top: 10px;
}

.optionCardRider li {
	font-size: 16px;
	padding-bottom: 5px;
}

.RiderDocumentDiv {
	background-image: url(../../../rider-onboard/riderdoc.png);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	padding: 167px 80px;
	border-radius: 25px 0 0 25px;
	background-color: #E83E31;
	color: #fff;
}

.RiderDocumentDiv h5,
.perksDocDiv h5 {
	padding-bottom: 10px;
	font-size: 45px;
	font-weight: bold;
	max-width: 450px;
}

.RiderDocumentDiv p,
.perksDocDiv p {
	font-size: 14px;
	max-width: 480px;
}

.RiderDocumentsButton {
	margin-top: 40px;
}

.RiderDocumentsButton a {
	background-color: #fff;
	color: #E83E31;
	padding: 12px 40px;
	border-radius: 10px;
	display: inline-block;
	transition: 0.5s ease-in-out;
	font-weight: bold;
}

.RiderDocumentDiv a.chatButton {
	background-color: transparent;
	border: 1px solid #fff;
	color: #fff;
	padding: 12px 30px;
	margin-left: 15px;
}

.RiderDocumentReqDiv {
	background-color: #FBE9E9;
}

#RiderDoc .col-md-7,
#perksDoc .col-md-7 {
	padding-right: 0 !important;
}

#RiderDoc .col-md-5,
#perksDoc .col-md-5 {
	padding-left: 0 !important;
}

.RiderDocumentReqDiv {
	padding: 30px 80px;
	min-height: 100%;
}

.RiderDocumentReqDiv h5 {
	font-size: 28px;
	color: #000;
	font-weight: bold;
	margin-bottom: 25px;
}

.ReqFeature {
	display: flex;
	flex-wrap: nowrap;
	gap: 10px;
	margin-bottom: 10px;
}

.ReqFeatureDetail {
	display: flex;
}

.ReqFeatureNumb {
	background-color: #fff;
	padding: 10px;
	border-radius: 7px;
}

.ReqFeatureNumb span {
	color: #fff;
	background-color: #E83E31;
	font-size: 25px;
	padding: 5px 12px;
	border-radius: 7px;
}

.ReqFeatureDetail {
	background-color: #fff;
	padding: 0px 20px 0 20px;
	display: flex;
	align-items: center;
	gap: 15px;
	min-width: 315px;
}

.ReqFeatureImg {
	background-color: #FBE9E9;
	padding: 5px;
	width: max-content;
	box-shadow: 0 4px 2px -2px rgba(0, 0, 0, 0.2);
	border-radius: 10px;
}

.ReqFeatureImg img {
	max-width: 30px;
	max-height: 30px;
}

.ReqFeatureContent h6 {
	font-size: 14px;
	margin-bottom: 5px;
}

.ReqFeatureContent p {
	font-size: 11px;
	color: #1E1E1E;
}



.downloadScanDiv h5 {
	font-size: 50px;
	font-weight: bold;
	color: #000;
}

.ScannerImg img {
	max-width: 200px;
}

.downloadContentDiv h6 {
	font-size: 38px;
	color: #000;
}

.downloadContentDiv p {
	font-size: 12px;
	color: #000;
}

.spaceBtwn .DownloadBtn {
	max-height: 45px;
	transition: 0.5s ease-in-out;
}

.applyDivDocument {

	box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.25);
	padding: 20px;
	transition: transform 0.3s ease;
	border-radius: 20px;
}

.applyDivImg.ridercardimg {
	margin-bottom: 0;
}

.applyDivImg.ridercardimg img {
	width: 40px;
	height: 40px;
}

.applyDivPt h6 {
	font-weight: bold;
	font-size: 35px;
	color: #1E1E1E;
}

.applyDivContent {
	padding-top: 10px;
}


.applyDivContent h5 {
	font-weight: bold;
	font-size: 20px;
	color: #1e1e1e;
	padding-bottom: 2px;
	padding-top: 0;
	margin-top: 0;
}

.applyDivContent p {
	font-size: 13px;
	color: #1e1e1e;
	text-transform: capitalize;
	max-width: 220px;
}

.pt15 {
	padding-top: 15px;
}

#safetyDiv {
	padding-bottom: 30px;
}

#safetyDiv .rider-lp-section h3 {
	padding-bottom: 5px;
}

#safetyDiv .rider-lp-section p {
	color: #333333;
	font-size: 16px;
}

#safetyDivCard p {
	max-width: 300px;
}

.perksDocDiv {
	background-image: url(../../../rider-onboard/lastRedBg.png);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	padding: 80px;
	border-radius: 25px 0 0 25px;
	background-color: #E83E31;
	color: #fff;
}

.perksDocDiv {
	padding: 105px 80px;
	min-height: 100%;
}

.flexDirection {
	display: flex;
	align-items: center;
}

.cloudSection {
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	padding: 25px 40px;
	border-radius: 15px;
	background-color: #DCE5FE;
	text-align: center;
	background-image: url(../../../rider-onboard/purple-bg.png);
}

.cloudPadding {
	padding: 20px 70px 0 70px;
}

.col-centered {
	float: none;
	margin: 0 auto;
}

.cloudSection p {
	font-size: 21px;
}

#rider_LP .contactRideBtn:hover {
	background: #000;
}

#rider_LP .downRiderBtn:hover {
	background: #E83E31;
}

.RiderDocumentsButton1:hover {
	background-color: transparent;
	text-decoration: none;
	color: #fff;
	border: 1px solid #fff;
}

.chatButton.RiderDocumentsButton2:hover {
	background-color: #fff;
	text-decoration: none;
	color: #E83E31;
	border: 1px solid #fff;
}

.spaceBtwn .DownloadBtn:hover {
	transform: translateY(-5px);
}

#rider_LP .carousel-control .glyphicon:hover {
	color: #E83E31;
}

a.homeonBoardSectionButton {
	margin-top: 15px;
	background-color: #fff;
	color: #000;
	padding: 10px 20px;
	border-radius: 20px;
	display: inline-block;
	transition: 0.5s ease-in-out;
	font-size: 14px;
	font-weight: 500;
}

a.homeonBoardSectionButton:hover {
	text-decoration: none;
	color: #000;
	transform: translateY(-5px);
}

#HomeOptionsDiv .optionCardRider p {
	text-transform: capitalize;
}

#HomeOptionsDiv .optionCardRider h5 {
	color: #1E1E1E;
	font-size: 22px;
	padding-bottom: 0;
	line-height: 30px;
	margin-bottom: 12px;
}

#HomeOptionsDiv .optionCardRider {
	padding: 40px;
}

@media(min-width:1200px) {
	.applyDivDocument {
		min-height: 212px;
	}

	#HomeOptionsDiv .optionCardRider h5 {
		max-width: 320px;
	}
}

@media (max-width:1094px) {

	#optionsDiv .wrapFlex.rowPadding,
	#HomeOptionsDiv .wrapFlex.rowPadding {
		flex-wrap: nowrap;
	}

	.rowPadding {
		padding: 0;
	}
}

@media (min-width:768px) and (max-width:1200px) {

	.rider-card-lp {
		padding: 20px;
		min-height: 220px;
	}

	.optionCardRider {
		min-height: 335px;
	}

	.RiderDocumentReqDiv {
		padding: 30px;
	}

	.RiderDocumentDiv {
		padding: 100px 80px;
		min-height: 100%;
	}

	.ReqFeatureDetail {
		min-width: 270px;
	}


	.ReqFeatureDetail {
		min-width: 270px;
	}



}

@media (min-width:768px) and (max-width:992px) {
	.ptT15 {
		padding-top: 15px;
	}
}

@media (max-width: 768px) {

	#rider_LP,
	.downloadScanDiv {
		text-align: center;
	}

	#safetyDivCard {
		justify-content: center;
	}

	#rider_LP .btn-contact-lp {
		padding: 16px;
	}

	#rider_LP h1 {
		font-size: 35px;
		line-height: 43px;
	}

	.rowPadding {
		padding: 0;
	}

	.RiderDocumentDiv {
		padding: 116px 30px;
		border-radius: 0;
		min-height: 100%;
	}

	.perksDocDiv {
		border-radius: 0;
	}

	.RiderDocumentReqDiv {
		padding: 48px 25px;
	}

	#rider_LP .carousel-container {
		margin-top: 30px;
		transform: rotate(0deg);
		max-width: 100%;
	}

	.RiderDocumentDiv h5,
	.perksDocDiv h5 {
		font-size: 36px;
		line-height: 44px;
	}

	.RiderDocumentsButton {
		display: flex;
		gap: 0px;
	}

	.RiderDocumentDiv a.chatButton,
	.RiderDocumentsButton a {
		padding: 10px 11px;
	}

	.ReqFeatureDetail {
		padding: 0 18px;
		min-width: 250px;
	}

	#rider_LP .justify-content-left {
		justify-content: center !important;
	}

	.ScannerImg img {
		max-width: 150px;
	}

	.downloadContentDiv h6 {
		font-size: 22px;
	}

	.downloadContentDiv .spaceBtwn {
		padding-top: 20px;
	}

	.downloadContentDiv a.downRiderBtn {
		padding: 15px;
	}



	.spaceBtwn .DownloadBtn {
		max-height: 50px;
	}

	#paddingTop30 {
		padding-top: 30px;
	}

	.ptT15 {
		padding-top: 15px;
	}

	#perksDoc .ReqFeatureNumb {
		display: flex;
		align-items: center;
	}

	.optionCardRider {
		padding: 28px;
	}

	.optionCardRider,
	#HomeOptionsDiv .optionCardRider {
		padding: 18px;
	}

	.ScanDetails {
		flex-direction: column;
	}

	.downloadScanDiv h5 {
		font-size: 30px;
	}

}

@media (min-width:499px) and (max-width:768px) {
	.applyDivDocument.bg-green-lp {
		min-height: 212px;
	}

	.perksDocDiv {
		padding: 148px 30px;
	}
}

@media (max-width: 499px) {
	#riderLPCard .col-md-3 {
		width: 100%;
	}

	.RiderDocumentDiv a.chatButton,
	.RiderDocumentsButton a {
		padding: 10px 9px;
	}

	.ptM15 {
		padding-top: 15px;
	}

	#riderLPCard.wrapFlex,
	.wrapFlex.rowPadding,
	#RiderDoc .wrapFlex,
	#perksDoc .wrapFlex,
	#HomeOptionsDiv .wrapFlex {
		gap: 30px;
	}

	.wrapFlex.rowPadding,
	#optionsDiv .wrapFlex.rowPadding,
	#HomeOptionsDiv .wrapFlex.rowPadding {
		flex-wrap: wrap;
		justify-content: center;
	}

	#RiderDoc .col-md-7,
	#perksDoc .col-md-7 {
		padding-right: 15px !important;
		width: 100%;
	}

	#RiderDoc .col-md-5,
	#perksDoc .col-md-5 {
		padding-left: 15px !important;
		width: 100%;
	}

	.RiderDocumentDiv,
	.perksDocDiv {
		padding: 40px;
		border-radius: 0;
	}

	.flexDirection {
		flex-direction: column;
	}

	.rider-lp-section h3,
	#safetyDiv {
		padding-bottom: 0;
	}

	.ptT15 {
		padding-top: 0;
	}

	.mb-50.mb-20 {
		margin-bottom: 0;
	}

	.ReqFeatureDetail {
		min-width: 250px;
		padding: 0 5px;
		gap: 10px;
	}

	.cloudPadding {
		padding: 0;
	}

	.cloudSection p {
		font-size: 17px;
	}

	.requirementFeatures .ReqFeature .ReqFeatureNumb {
		display: flex;
		align-items: center;
	}
}

@media (min-width:390px) and (max-width:424px) {
	.ReqFeatureDetail {
		min-width: 225px !important;
		max-width: 225px;
		flex: 0 0 225px;
	}
}

@media (max-width:389px) {

	#rider_LP .btn-contact-lp,
	.RiderDocumentDiv a.chatButton,
	.RiderDocumentsButton a {
		padding: 12px;
		font-size: 12px;
	}

	.cloudSection {
		padding: 25px;
	}

	.RiderDocumentDiv,
	.perksDocDiv {
		padding: 30px;
	}

	.RiderDocumentDiv h5,
	.perksDocDiv h5 {
		font-size: 30px;
		line-height: 40px;
	}

	.RiderDocumentReqDiv h6 {
		font-size: 12px;
	}

	.RiderDocumentReqDiv {
		padding: 30px 20px;
	}

	.ReqFeatureDetail {
		min-width: 220px;
	}
}

@media (max-width:371px) {

	.ReqFeatureDetail {
		min-width: 163px;
	}

	.ReqFeatureContent {
		display: flex;
		flex-wrap: wrap;
	}

	.ReqFeatureContent p {
		font-size: 9px;
		color: #1E1E1E;
	}
}


/* Two sections HomePage */
#downloadNewHomeSection {
	background-color: #E83E31;
	color: #fff;
	padding: 30px 0;
	text-align: center;
}

#downloadNewHomeSection h6 {
	font-size: 40px;
	font-weight: 600;
	padding-bottom: 10px;
}

#downloadNewHomeSection p {
	font-size: 20px;
	padding-bottom: 10px;
}

#downloadNewHomeSection .downloadNewHomeSectionimg {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	justify-content: center;
}

#downloadNewHomeSection .downloadNewHomeSectionimg img {
	max-width: 160px;
}

#qrCodeNewSection {
	padding: 30px;
}

.qrCodeSection {
	display: flex;
	gap: 60px;
	flex-wrap: wrap;
}

#qrCodeNewSection .qrCodeNewSectionContent h5 {
	font-size: 30px;
	font-weight: 600;
	color: #000;
}

.qrCodeNewSectionContent p {
	font-size: 18px;
	max-width: 350px;
	color: #000;
}

.qrCodeNewSectionImg img {
	max-width: 180px;
}

@media (min-width:768px) and (max-width:1200px) {
	#qrCodeNewSection {
		padding: 20px;
	}

	.qrCodeSection {
		gap: 20px;
	}

}

@media (max-width: 499px) {
	#downloadNewHomeSection p {
		font-size: 17px;
		padding-bottom: 10px;
	}

	#qrCodeNewSection {
		text-align: center;
	}

	.qrCodeSection {
		justify-content: center;
		gap: 20px;
	}
}

#paddingPartner30 {
	padding-top: 30px;
}

/* New Merchant Joined */
.newMerchantSectionAdded {
	margin: 20px 0;
}

.newMerchantSectionAdded .announcement p {
	text-align: center;
	font-size: 2.4rem;
	color: #ffffff;
	font-weight: bold;
	margin: 0;
}

/* @keyframes blinker {
		from {opacity: 1.0;}
		to {opacity: 0.0;}
		}
	.blink{
		color: #EEFF00;
			text-decoration: blink;
	animation-name: blinker;
	animation-duration: 0.6s;
	animation-iteration-count:infinite;
	animation-timing-function:ease-in-out;
	animation-direction: alternate;
	} */
.blink {
	display: inline-block;
	line-height: 24px;
	text-align: center;
	min-width: 300px;
	font-size: 1.2rem;
	padding: 10px 20px;
	color: #000;
	border-radius: 15px;
	transition: all .3s ease 0s;
	font-weight: 600;
	background: #ff9500;
	animation: blink2 1s linear infinite;
	margin-top: 15px;
}

.announcement {
	text-align: center;
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	justify-content: center;
}

@keyframes blink2 {
	0% {
		background: #ff9500;
	}

	50% {
		background: #FFF;
	}

	100% {
		background: #ff9500;
	}
}

.joinDetail p {
	padding-top: 10px;
	color: #fff;
	font-size: 1.2rem;
	text-align: center;
	text-transform: capitalize;
}


/* .newMerchantSectionAdded .announcement span {
      color: #e6392f;
      font-style: italic;
    } */

.newMerchantSectionAdded .marquee-container {
	padding: 25px;
	position: relative;
	/* overflow: hidden; */
	background: #E63F31;
	/* white-space: nowrap; */
	width: 100%;
}

.newMerchantSectionAdded .marquee {
	display: none;
}

.newMerchantSectionAdded .marquee p {
	font-size: 1.1rem;
	color: #fff;
	text-align: center;
	line-height: 27px;

}

/* @keyframes scroll {
      0% {
        transform: translateX(0);
      }
      100% {
        transform: translateX(-100%);
      }
    } */

/* Responsive text size */
@media (min-width:1024px) {
	.blink {
		position: relative;
		top: -5px;
	}
}

@media (max-width: 768px) {
	.newMerchantSectionAdded .announcement p {
		font-size: 1.8rem;
	}

	.blink {
		max-width: 270px;
		min-width: 270px;
	}

	/* .newMerchantSectionAdded .joinDetail p {
		font-size: 1rem;
	} */
}

@media (max-width: 480px) {
	.newMerchantSectionAdded .marquee-container {
		padding: 20px;
	}

	.blink {
		padding: 5px 25px;
		position: relative;
		top: 5px;
		margin: 7px 0;
		max-width: 200px;
		min-width: 200px;
	}

	.newMerchantSectionAdded .marquee p {
		font-size: 1.4rem;
	}
}

.confetti-canvas {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
	/* don’t block clicks */
}

.newMerchantSectionAdded {
	position: relative;
	/* make sure canvas is positioned relative */
	overflow: hidden;
}



#festiveCarousel .carousel-inner .item {
	padding-top: 100px;
	min-height: 550px;
	/* Fixed height for consistent display */
	height: 550px;
	overflow: hidden;
}

#festiveCarousel .carousel-inner .item img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	/* Ensures image covers the area without distortion */
	object-position: center top;
	/* Shows top of image without cutting */
}

#festiveCarousel .carousel-caption {
	position: absolute;
	left: 10%;
	right: auto;
	bottom: 10%;
	text-align: left;
	border-radius: 5px;
	max-width: 530px;
}

#festiveCarousel .carousel-caption h3 {
	font-size: 46px;
	line-height: 58px;
	font-weight: bold;
	margin-bottom: 10px;
	color: #FFA600;
	font-style: italic;
	text-transform: capitalize;
}

#festiveCarousel .carousel-caption h6 {
	font-size: 20px;
	margin-bottom: 15px;
	color: #fff;
	letter-spacing: 2px;
	border: 1px solid #FFA600;
	max-width: max-content;
	padding: 7px 10px;
	border-radius: 8px;
	text-transform: capitalize;
}

#festiveCarousel .carousel-caption p {
	font-size: 16px;
	line-height: 24px;
	margin-bottom: 20px;
	color: #e8e8e8;
	text-transform: capitalize;
}

#festiveCarousel .carousel-caption a {
	display: inline-block;
	padding: 10px 20px;
	background-color: #FFA600;
	color: white;
	text-decoration: none;
	border-radius: 4px;
	font-weight: bold;
	transition: background-color 0.3s;
	text-transform: capitalize;
}

#festiveCarousel .carousel-caption a:hover {
	background-color: #c0392b;
}

/* Carousel indicator styling */
#festiveCarousel .carousel-indicators {
	bottom: 10px;
}

#festiveCarousel .carousel-indicators li {
	border: 1px solid #fff;
}

#festiveCarousel .carousel-indicators .active {
	background-color: #FFA600;
	border-color: #FFA600;
}

@media (min-width: 768px) and (max-width: 922px) {
	#festiveCarousel .carousel-inner .item {
		padding-top: 0px;
	}

}

/* Responsive adjustments */
@media (max-width: 768px) {
	#festiveCarousel .carousel-inner .item {
		height: 400px;
		padding-top: 0px;
		min-height: 400px;
	}

	#festiveCarousel .carousel-caption {
		left: 5%;
		right: 5%;
		bottom: 10%;

	}

	#festiveCarousel .carousel-caption h3 {
		font-size: 30px;
		line-height: 42px;
	}

	#festiveCarousel .carousel-caption p {
		font-size: 14px;
	}

}

@media (max-width: 768px) {
	#festiveCarousel .carousel-inner .item {
		background: linear-gradient(90deg, #e63f30, #80231b);
	}

	#festiveCarousel .carousel-inner .item img {
		display: none;

	}
}