body {
	/* font-family: 'Open Sans', sans-serif; */
	font-size: 13px;
}

section {
	width: 100%;
}

/* -- Nav Section -- */
.logo {
	/* width: 36%; */
	width: 120px;
}

.topnav .nav-item .nav-link {
	color: #000 !important;
	font-size: 15px;
	font-weight: 600;
	padding-right: 10px;
	text-transform: capitalize;
}

.topnav .nav-item .nav-link:hover {
	border-bottom: 3px solid #ffd415;
	background-color: #b10129;
	color: #fff !important;

}

.bg-custom {
	background-color: #b10129;
	color: #fff !important;
}

.navbar {
	width: 100%;
	padding: 0px 0px !important;
}

.login-btn {
	border-radius: 15px;
}

.whatsapp-button {
	background-color: #004A7F;
	-webkit-border-radius: 15px;
	border-radius: 15px;
	border: none;
	color: #FFFFFF;
	cursor: pointer;
	display: inline-block;
	font-family: Arial;
	font-size: 20px;
	padding: 5px 10px;
	text-align: center;
	text-decoration: none;
	-webkit-animation: glowing 1500ms infinite;
	-moz-animation: glowing 1500ms infinite;
	-o-animation: glowing 1500ms infinite;
	animation: glowing 1500ms infinite;
}

.whatsapp-button:hover {
	text-decoration: none;
	color: #ffffff;
}

@-webkit-keyframes glowing {
	0% {
		background-color: #19814d;
		-webkit-box-shadow: 0 0 3px #19814d;
	}

	50% {
		background-color: #18b365;
		-webkit-box-shadow: 0 0 40px #18b365;
	}

	100% {
		background-color: #19814d;
		-webkit-box-shadow: 0 0 3px #19814d;
	}
}

@-moz-keyframes glowing {
	0% {
		background-color: #19814d;
		-webkit-box-shadow: 0 0 3px #19814d;
	}

	50% {
		background-color: #18b365;
		-webkit-box-shadow: 0 0 40px #18b365;
	}

	100% {
		background-color: #19814d;
		-webkit-box-shadow: 0 0 3px #19814d;
	}
}

@-o-keyframes glowing {
	0% {
		background-color: #19814d;
		-webkit-box-shadow: 0 0 3px #19814d;
	}

	50% {
		background-color: #18b365;
		-webkit-box-shadow: 0 0 40px #18b365;
	}

	100% {
		background-color: #19814d;
		-webkit-box-shadow: 0 0 3px #19814d;
	}
}

@keyframes glowing {
	0% {
		background-color: #19814d;
		-webkit-box-shadow: 0 0 3px #19814d;
	}

	50% {
		background-color: #18b365;
		-webkit-box-shadow: 0 0 40px #18b365;
	}

	100% {
		background-color: #19814d;
		-webkit-box-shadow: 0 0 3px #19814d;
	}
}

.whatsapp-bg {
	background: url('../images/whatsapp-banner.jpg');
	width: 100%;
	min-height: 670px;
	background-repeat: no-repeat;
	background-size: cover;
}

.whatsapp-bg h1 {
	margin-top: 240px;
}

.content p {
	font-size: 17px;
}

/* -- Nav Section -- */
.offer-bg {
	background: url("../images/offer.jpg");
	min-height: 63px;
	width: 100%;
	background-size: cover;
}

.offer-bg span {
	background: #fff;
	border-radius: 3px;
	letter-spacing: 3px;
	color: #ee660b;
	margin-left: 3px;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: bold;
}

.offer-bg h4 {
	margin: 8px;
	font-size: 1.5rem;
	font-weight: bold;
	color: #fff;
	/* text-shadow: 2px 3px #F26724; */
}

.swiper-container p {
	line-height: 1.5rem;
}

.carousel {
	margin-top: 50px;
}

.carousel-inner {
	height: 416px;
}

.carousel-caption {
	color: #000;
	top: 10%;
	text-align: center;
	margin-top: 10px;
}

.carousel-caption p {
	font-size: 15px;
}

.carousel-control-prev,
.carousel-control-next {
	width: 3%;
	margin-top: -250px;
}

.carousel-control-prev-icon {
	background-image: url(../images/previous.png);
	margin-top: 10px;
}

.carousel-control-next-icon {
	background-image: url(../images/next.png);
}

/******************* Timeline Demo - 5 *****************/
.main-timeline {
	overflow: hidden;
	position: relative;
}

.main-timeline .timeline {
	position: relative;
	margin-top: -23px;
}

.main-timeline .timeline:first-child {
	margin-top: 0;
}

.main-timeline .timeline-icon,
.main-timeline .year {
	margin: auto;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
}

.main-timeline .timeline:after,
.main-timeline .timeline:before {
	content: "";
	display: block;
	width: 100%;
	clear: both
}

.main-timeline .timeline:before {
	content: "";
	width: 100%;
	height: 100%;
	box-shadow: -8px 0 5px -5px rgba(0, 0, 0, .5) inset;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 2
}

.main-timeline .timeline-icon {
	width: 210px;
	height: 210px;
	border-radius: 50%;
	border: 25px solid transparent;
	border-top-color: #f44556;
	border-right-color: #f44556;
	z-index: 1;
	transform: rotate(45deg)
}

.main-timeline .year {
	display: block;
	width: 110px;
	height: 110px;
	line-height: 110px;
	border-radius: 50%;
	background: #fff;
	box-shadow: 0 0 20px rgba(0, 0, 0, .4);
	font-size: 30px;
	font-weight: 700;
	color: #f44556;
	text-align: center;
	transform: rotate(-45deg)
}

.main-timeline .timeline-content {
	width: 35%;
	float: right;
	background: #f44556;
	padding: 30px 20px;
	margin: 50px 0;
	z-index: 1;
	position: relative
}

.main-timeline .timeline-content:before {
	content: "";
	width: 20%;
	height: 15px;
	background: #f44556;
	position: absolute;
	top: 50%;
	left: -20%;
	z-index: -1;
	transform: translateY(-50%)
}

.main-timeline .title {
	font-size: 20px;
	font-weight: 700;
	color: #fff;
	margin: 0 0 10px
}

.main-timeline .description {
	font-size: 16px;
	color: #fff;
	line-height: 24px;
	margin: 0
}

.main-timeline .timeline:nth-child(2n):before {
	box-shadow: 8px 0 5px -5px rgba(0, 0, 0, .5) inset
}

.main-timeline .timeline:nth-child(2n) .timeline-icon {
	transform: rotate(-135deg);
	border-top-color: #e97e2e;
	border-right-color: #e97e2e
}

.main-timeline .timeline:nth-child(2n) .year {
	transform: rotate(135deg);
	color: #e97e2e
}

.main-timeline .timeline:nth-child(2n) .timeline-content {
	float: left
}

.main-timeline .timeline:nth-child(2n) .timeline-content:before {
	left: auto;
	right: -20%
}

.main-timeline .timeline:nth-child(2n) .timeline-content,
.main-timeline .timeline:nth-child(2n) .timeline-content:before {
	background: #e97e2e
}

.main-timeline .timeline:nth-child(3n) .timeline-icon {
	border-top-color: #13afae;
	border-right-color: #13afae
}

.main-timeline .timeline:nth-child(3n) .year {
	color: #13afae
}

.main-timeline .timeline:nth-child(3n) .timeline-content,
.main-timeline .timeline:nth-child(3n) .timeline-content:before {
	background: #13afae
}

.main-timeline .timeline:nth-child(4n) .timeline-icon {
	border-top-color: #105572;
	border-right-color: #105572
}

.main-timeline .timeline:nth-child(4n) .year {
	color: #105572
}

.main-timeline .timeline:nth-child(4n) .timeline-content,
.main-timeline .timeline:nth-child(4n) .timeline-content:before {
	background: #105572
}

@media only screen and (max-width:1199px) {
	.main-timeline .timeline {
		margin-top: -103px
	}

	.main-timeline .timeline-content:before {
		left: -18%
	}

	.main-timeline .timeline:nth-child(2n) .timeline-content:before {
		right: -18%
	}
}

@media only screen and (max-width:990px) {
	.main-timeline .timeline {
		margin-top: -127px
	}

	.main-timeline .timeline-content:before {
		left: -2%
	}

	.main-timeline .timeline:nth-child(2n) .timeline-content:before {
		right: -2%
	}
}

@media only screen and (max-width:767px) {
	.main-timeline .timeline {
		margin-top: 0;
		overflow: hidden
	}

	.main-timeline .timeline:before,
	.main-timeline .timeline:nth-child(2n):before {
		box-shadow: none
	}

	.main-timeline .timeline-icon,
	.main-timeline .timeline:nth-child(2n) .timeline-icon {
		margin-top: -30px;
		margin-bottom: 20px;
		position: relative;
		transform: rotate(135deg)
	}

	.main-timeline .timeline:nth-child(2n) .year,
	.main-timeline .year {
		transform: rotate(-135deg)
	}

	.main-timeline .timeline-content,
	.main-timeline .timeline:nth-child(2n) .timeline-content {
		width: 100%;
		float: none;
		border-radius: 0 0 20px 20px;
		text-align: center;
		padding: 25px 20px;
		margin: 0 auto
	}

	.main-timeline .timeline-content:before,
	.main-timeline .timeline:nth-child(2n) .timeline-content:before {
		width: 15px;
		height: 25px;
		position: absolute;
		top: -22px;
		left: 50%;
		z-index: -1;
		transform: translate(-50%, 0)
	}
}

/* Price Section */
.btn-custom {
	background: #b10129;
	color: #fff;
}

.btn-custom2 {
	background: #ffdee6;
	color: #000;
}

.tab-text {
	text-align: center;
	padding-left: 40%;
	width: 100%;
}

.tab-text .nav-pills .nav-item .nav-link {
	font-size: 18px;
	background: #313131;
	color: #fff;
	margin-left: 5px;
}

.tab-text .nav-pills .nav-item .active {
	font-size: 18px;
	background: #b10129;
	color: #fff;
}

.btn-group-justified .btn-custom .active {
	background: #089e46;
	color: #fff;
}

.demo2 {
	background: #f2f2f2;
	padding: 30px 0
}

.pricingTable2 {
	padding-bottom: 30px;
	margin: 0 15px;
	background: #fff;
	text-align: center;
	border-radius: 15px;
	overflow: hidden;
	box-shadow: 0 0 10px rgba(195, 67, 67, .3) inset, 0 0 20px -5px rgba(0, 0, 0, .8);
}

.pricingTable2:hover {
	box-shadow: 0 0 10px rgba(195, 67, 67, .3) inset, 0 0 20px -5px rgba(0, 0, 0, .8)
}

.pricingTable2 .pricingTable-header {
	padding: 20px 15px 45px;
	background: #b10129;
	-webkit-clip-path: polygon(50% 100%, 100% 60%, 100% 0, 0 0, 0 60%);
	clip-path: polygon(50% 100%, 100% 60%, 100% 0, 0 0, 0 60%);
	position: relative
}

.pricingTable2 .pricingTable-header:before {
	content: "";
	width: 250px;
	height: 250px;
	border-radius: 90%;
	position: absolute;
	right: -50%;
	top: -100%;
	background: repeating-radial-gradient(rgba(167, 27, 27, 0.05), rgba(255, 255, 255, .2) 20%);
	transition: all .5s ease 0s
}

.pricingTable2:hover .pricingTable-header:before {
	right: 50%;
}

.pricingTable2 .title {
	font-size: 20px;
	color: #fff;
	margin: 0
}

.pricingTable2 .price-value {
	display: block;
	font-size: 15px;
	color: #fff;
	margin: 0 0 20px;
	transition: all .3s ease 0s
}

.pricingTable2 .pricing-content {
	padding: 0px 15px 0;
	margin: 0;
	list-style: none
}

.pricingTable2 .pricing-content li {
	font-size: 13px;
	color: #909090;
	line-height: 35px;
	letter-spacing: 0px;
	text-transform: capitalize;
	border-bottom: 2px solid rgba(0, 0, 0, .15);
	margin-bottom: 10px;
	position: relative
}

.pricingTable2 .pricing-content li:last-child {
	border-bottom: none
}

.pricingTable2 .pricing-content li i {
	color: #b10129
}

.pricingTable2 .pricingTable-signup {
	display: block;
	padding: 18px 0;
	margin: 0 25px;
	border-radius: 10px;
	background: #b10129;
	font-size: 13px;
	color: #fff;
	letter-spacing: 1px;
	text-transform: uppercase;
	overflow: hidden;
	position: relative;
	transition: all .3s ease 0s
}

.pricingTable2 .pricingTable-signup:hover {
	letter-spacing: 2px;
	box-shadow: 0 0 10px rgba(0, 0, 0, .7), 0 0 0 7px rgba(255, 255, 255, .5) inset;
	text-decoration: none;

}

.pricingTable2 .pricingTable-signup:before {
	content: "";
	width: 150px;
	height: 150px;
	border-radius: 50%;
	background: repeating-radial-gradient(rgba(255, 255, 255, .05), rgba(255, 255, 255, .2) 20%);
	position: absolute;
	top: -100%;
	right: -40%;
	transition: all .8s ease 0s
}

.pricingTable2 .pricingTable-signup:hover:before {
	right: 40%
}

.pricingTable2.blue .pricingTable-header,
.pricingTable2.blue .pricingTable-signup {
	background: #b10129
}

.pricingTable2.blue .pricing-content li i {
	color: #b10129
}

.pricingTable2.pink .pricingTable-header,
.pricingTable2.pink .pricingTable-signup {
	background: #b10129
}

.pricingTable2.pink .pricing-content li i {
	color: #b10129
}

@media only screen and (max-width:990px) {
	.pricingTable2 {
		margin-bottom: 30px
	}
}

@media only screen and (max-width:600px) {

	/* .pricingTable2 {
		margin: 0
	} */

	.pricingTable2 .pricing-content li {
		font-size: 15px
	}

	.offer-bg span {
		background: #fff;
		border-radius: 3px;
		letter-spacing: 3px;
		color: #ee660b;
		margin-left: 3px;
		font-size: 8px;
		text-transform: uppercase;
		font-weight: bold;
	}

	.offer-bg h4 {
		margin: 0px;
		font-size: 13px;
		font-weight: bold;
		color: #fff;
		/* text-shadow: 2px 3px #F26724; */
	}

	h1 {
		font-size: 20px;
	}

	.try h3 {
		font-size: 18px;
	}

	.mobile {
		width: 80%;
	}

	.tab-text {
		text-align: center;
		padding-left: 5%;
		width: 100%;
	}

	.tab-text .nav-pills .nav-item .nav-link {
		font-size: 13px;
		background: #313131;
		color: #fff;
		margin-left: 5px;
	}
	.tab-text .nav-pills .nav-item .active
{
	font-size: 13px;
	background: #b10129;
	color: #fff;
}
}

/* --- whatsapp-pricingTable--------- */
.whatsapp-pricingTable {
	margin: 0 15px;
	background: #fff;
	text-align: center;
	border-radius: 15px;
	overflow: hidden;
	box-shadow: 0 0 10px rgba(195, 67, 67, .3) inset, 0 0 20px -5px rgba(0, 0, 0, .8);
}

.whatsapp-pricingTable:hover {
	box-shadow: 0 0 10px rgba(195, 67, 67, .3) inset, 0 0 20px -5px rgba(0, 0, 0, .8)
}

.whatsapp-pricingTable .pricingTable-header {
	padding: 13px 1px 17px;
	background: #19814d;
	-webkit-clip-path: polygon(50% 100%, 100% 60%, 100% 0, 0 0, 0 60%);
	clip-path: polygon(50% 100%, 100% 60%, 100% 0, 0 0, 0 60%);
	position: relative
}

.whatsapp-pricingTable .pricingTable-header:before {
	content: "";
	width: 170px;
	height: 170px;
	border-radius: 90%;
	position: absolute;
	right: -26%;
	top: -82%;
	background: repeating-radial-gradient(rgba(167, 27, 27, 0.05), rgba(255, 255, 255, .2) 20%);
	transition: all .5s ease 0s
}

.whatsapp-pricingTable:hover .pricingTable-header:before {
	right: 50%;
}

.whatsapp-pricingTable .title {
	font-size: 20px;
	color: #fff;
	margin: 0
}

.whatsapp-pricingTable .price-value {
	display: block;
	font-size: 15px;
	color: #fff;
	margin: 0 0 20px;
	transition: all .3s ease 0s
}

.whatsapp-pricingTable .pricing-content {
	padding: 0px 1px 0;
	margin: 0;
	list-style: none
}

.whatsapp-pricingTable .pricing-content li {
	font-size: 13px;
	color: #909090;
	line-height: 35px;
	letter-spacing: 0px;
	text-transform: capitalize;
	border-bottom: 2px solid rgba(0, 0, 0, .15);
	margin-bottom: 10px;
	position: relative;
}

.whatsapp-pricingTable .pricing-content li:last-child {
	border-bottom: none;
}

.whatsapp-pricingTable .pricing-content li i {
	color: #19814d;
}

.whatsapp-pricingTable .pricingTable-signup {
	display: block;
	padding: 18px 0;
	margin: 0 25px;
	border-radius: 10px;
	background: #19814d;
	font-size: 13px;
	color: #fff;
	letter-spacing: 1px;
	text-transform: uppercase;
	overflow: hidden;
	position: relative;
	transition: all .3s ease 0s;
}

.whatsapp-pricingTable .pricingTable-signup:hover {
	letter-spacing: 2px;
	box-shadow: 0 0 10px rgba(0, 0, 0, .7), 0 0 0 7px rgba(255, 255, 255, .5) inset;
	text-decoration: none;

}

.whatsapp-pricingTable .pricingTable-signup:before {
	content: "";
	width: 150px;
	height: 150px;
	border-radius: 50%;
	background: repeating-radial-gradient(rgba(255, 255, 255, .05), rgba(255, 255, 255, .2) 20%);
	position: absolute;
	top: -100%;
	right: -40%;
	transition: all .8s ease 0s;
}

.whatsapp-pricingTable .pricingTable-signup:hover:before {
	right: 40%;
}

.whatsapp-pricingTable.blue .pricingTable-header,
.whatsapp-pricingTable.blue .pricingTable-signup {
	background: #19814d;
}

.whatsapp-pricingTable.blue .pricing-content li i {
	color: #19814d;
}

.whatsapp-pricingTable.pink .pricingTable-header,
.whatsapp-pricingTable.pink .pricingTable-signup {
	background: #19814d;
}

.whatsapp-pricingTable.pink .pricing-content li i {
	color: #19814d;
}

@media only screen and (max-width:990px) {
	.whatsapp-pricingTable {
		margin-bottom: 30px;
	}
}

@media only screen and (max-width:600px) {

	.whatsapp-pricingTable .pricing-content li {
		font-size: 15px;
	}
	.icon-bar {
		z-index: 99;
		position: fixed;
		top: 50%;
		right: -255px;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
	}
	.carousel-caption p {
		font-size: 10px;
	}
	.carousel
	{
		height: 327px;
		margin-top:0px
	}
	.navbar {
		width: 100%;
		padding: 14px 12px !important;
	}
	.enquiry-image {
		position: fixed;
		bottom: 0%;
		right: 0px;
		z-index: 99;
		width: 13%;
	}
}

/* --- whatsapp-pricingTable--------- */

.banner-title {
	background: url('/images/pattern.jpg');
	background-repeat: repeat;
	width: 100%;
}

/* Price Section */
.footer-classic ul li {
	font-size: 14px;
	margin-bottom: 5px;
}

.title-box .title {
	font-weight: 600;
	letter-spacing: 2px;
	position: relative;
	z-index: -1;
}

.title-box span {
	text-shadow: 0 10px 10px rgba(0, 0, 0, .15);
	font-weight: 800;
	color: #b10129;
}

.title-box p {
	font-size: 17px;
	line-height: 2em;
	color: #b10129;
}

/* Services Section */
.parallax {
	/* The image used */
	background-image: url("/images/para.jpg");

	/* Set a specific height */
	height: 600px;
	width: 100%;
	/* Create the parallax scrolling effect */
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}


.parsley-errors-list {
	padding: 0px;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #df0006;
	color: #ffffff;
	list-style: none;
}

.icon-bar {
	z-index: 99;
    position: fixed;
    top: 50%;
    right: -255px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.icon-bar ul li a img
{
	width: 90%;
}

.icon-bar ul
{
	width: 20%;
}
.icon-bar a {
	display: block;
    text-align: center;
    padding: 3px;
    transition: all 0.3s ease;
    color: white;
    font-size: 20px;
}

.enquiry-image {
	position: fixed;
	bottom: 0%;
	right: 0px;
	z-index: 99;
	width: 8%;
}