@charset "utf-8";
/* CSS Document */

body {
	margin:0px;
	padding:0px;
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
	}

#top-bar {
	width: 100%;
	height: auto;
	background: #191919;
	padding: 10px 0px;
}

.top-icon-text {
	font-size: 14px;
	font-weight: 400;
	text-align: center;
	color: #ffffff;
	padding: 5px 0px;
}

.ticket-bttn {
	width: auto;
	height: auto;
	padding: 5px 10px;
	font-size: 12px;
	text-align: center;
	color: #ffffff;
	background: #5ca594;
	float: none;
	margin-left: 0px;
	margin-top: 5px;
}

.ticket-bttn a {
	text-decoration: none;
	color: #ffffff;
}

.ticket-bttn a:hover {
	color: #000000;
	transition: all ease-in-out 0.3s;
}

#logo-bar {
	width: 100%;
	height: auto;
	background: #ffffff;
	padding: 20px 0px;
	text-align: center;
}

.navbar {
	padding: .5rem .5rem !important;
}

#main-banner {
	width: 100%;
	height: auto;
	margin-top: 2px;
}

#about-section {
	width: 100%;
	height: auto;
	background: #ffffff;
	padding: 70px 0px;
}

#about-section h1 {
	font-size: 22px;
	font-weight: 500;
	text-align: center;
	text-decoration: underline;
	color: #000000; 
}

#about-section p {
	display: block;
	text-align: center;
	line-height: 25px;
	font-size: 16px;
	font-weight: 400;
	color: #000000;
	margin: 20px 0px;  
}

.rd-more {
	display: block;
	text-align: center;
	font-size: 18px;
	font-weight: 500;
	color: #398e7a;
	text-decoration: underline; 
}

#why-section {
	width: 100%;
	height: auto;
	padding: 70px 0px;
	background: #676767;
}

#why-section h1 {
	font-size: 22px;
	font-weight: 500;
	text-align: center;
	text-decoration: underline;
	color: #ffffff; 
}

#why-section p {
	display: block;
	text-align: justify;
	line-height: 25px;
	font-size: 16px;
	font-weight: 400;
	color: #ffffff;
	margin-top: 30px;
}

.key-reason {
	display: block;
	text-align: left;
	color: #ffffff;
	font-size: 22px;
	font-weight: 500;
	margin-top: 30px;
}

.no-line {
	margin: 10px 0px;
}

.no-box {
	width: 44px;
	height: 44px;
	display: inline-block;
	margin-right: 10px;
	background: #5ca594;
	border: 5px solid #fff;
	color: #393939;
	line-height: 38px;
	text-align: center;
	font-size: 22px;
	font-weight: 700; 
}

.no-textbox {
	width: 100%;
	height: auto;
	display: inline-block;
	background: #ffffff;
	color: #000000;
	line-height: 40px;
	text-align: left;
	font-size: 22px;
	font-weight: 500; 
}

#why-services {
	width: 100%;
	height: auto;
	background: #96a7b1;
	padding: 70px 0px;
}

#why-services h1 {
	font-size: 22px;
	font-weight: 500;
	text-align: left;
	text-decoration: underline;
	color: #000000;
	margin-bottom: 25px;
}

.rd-more-black {
	display: block;
	text-align: right;
	font-size: 18px;
	font-weight: 500;
	color: #000000;
	text-decoration: underline;
}

.services-heading {
	width: 100%;
	height: auto;
	background: #393939;
	color: #ffffff;
	text-align: center;
	font-size: 22px;
	font-weight: 500;
	line-height: 40px;
	margin-top: 30px;
}

.services-linkbox {
	width: 100%;
	height: auto;
	padding: 20px;
	background: #ffffff;
	box-sizing: border-box;
}

.services-link {
	font-size: 14px;
	font-weight: 600;
	text-align: left;
	display: block;
	border-bottom: 1px solid #cfcfcf; 
	padding-bottom: 10px;
	margin-bottom: 20px;
}

.services-link a {
	color: #3c3c3c;
	text-decoration: none;
}

.services-link span {
	font-size: 14px;
	font-weight: 400;
	margin-top: 15px;
	display: block;
}

#main-footer {
	width: 100%;
	height: auto;
	padding: 30px 0px;
	background: #191919;
}

#main-footer ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	text-align: center;
	border-bottom: none;
}

#main-footer ul li {
	display: block;
	font-size: 16px;
	font-weight: 400;
	text-align: center;
	text-transform: capitalize;
	border-bottom: 1px solid #323232;
	line-height: 50px;
}

#main-footer ul li a {
	text-decoration: none;
	color: #ffffff;
	padding: 0px 25px;
	border-right: none;
}

#main-footer ul li a:hover {
	color: #5ed0b5;
}

.all-rights {
	font-size: 16px;
	font-weight: 400;
	text-align: center;
	color: #ffffff;
	display: block;
	padding-top: 20px;
}

.act {
	background: #5ca594 !important;
	color: #ffffff !important;
}

.servi-hea {
	font-size: 20px;
	font-weight: 600;
	text-align: left;
	color: #000000;
	margin-bottom: 10px;
	display: block;
}

.servi-hea-small {
	font-size: 18px;
	font-weight: 500;
	text-align: left;
	color: #000000;
	margin-bottom: 10px;
	display: block;
}

#about-section label {
	margin-bottom: 0px;
	padding: 0px;
	font-size: 18px;
	font-weight: 500;
}

#about-section .form-control {
	height: 45px;
}

.margin-top-5 {
	margin-top: 5px;
}

.margin-top-10 {
	margin-top: 10px;
}

.margin-top-15 {
	margin-top: 15px;
}

.margin-top-20 {
	margin-top: 20px;
}

.margin-top-25 {
	margin-top: 25px;
}

.margin-top-30 {
	margin-top: 30px;
}

.margin-top-35 {
	margin-top: 35px;
}

.margin-top-40 {
	margin-top: 40px;
}

.margin-top-45 {
	margin-top: 45px;
}

.margin-top-50 {
	margin-top: 50px;
}

.margin-bottom-5 {
	margin-bottom: 5px;
}

.margin-bottom-10 {
	margin-bottom: 10px;
}

.margin-bottom-15 {
	margin-bottom: 15px;
}

.margin-bottom-20 {
	margin-bottom: 20px;
}

.margin-bottom-25 {
	margin-bottom: 25px;
}

.margin-bottom-30 {
	margin-bottom: 30px;
}

.margin-bottom-35 {
	margin-bottom: 35px;
}

.margin-bottom-40 {
	margin-bottom: 40px;
}

.margin-bottom-45 {
	margin-bottom: 45px;
}

.margin-bottom-50 {
	margin-bottom: 50px;
}

.send-bttn {
	display: inline-block;
	background: #5ca594;
	color: #ffffff;
	font-size: 16px;
	font-weight: 500;
	text-align: center;
	padding: 10px 30px;
	border: none;
	text-transform: capitalize;
}

	
