html {
	min-height: 100%;
}
body {
	color: #020d23;	
    font-family: "Rubik", sans-serif;
	font-weight: 400;
	font-size: 14px;	
	line-height: 1.5;
	margin: 0;
	padding: 0;
}
.wrapper {
	background-color: rgba(145, 9, 9, 0.1); 
}
.container-custom {
	padding: 0 15px;
	max-width: 1630px;
	margin: 0 auto;
}
ul {
	margin: 0;
	padding: 0;
}
p {
	margin-bottom: 10px;
}
b, strong {
    font-weight: 800;
}
.h1, h1 {
	font-size: 32px;
}
.h2, h2 {
	font-size: 28px;
}
.h3, h3 {
	font-size: 24px;
}
.h4, h4 {
	font-size: 18px;
}
.h5, h5 {
	font-size: 16px;
}
.h6, h6 {
	font-size: 15px;
}
.h1, .h2, .h3, h1, h2, h3, .h4, .h5, .h6, h4, h5, h6 {
	color: #020d23;
	font-weight: 400;
	margin-bottom: 10px;
	margin-top: 0;
}
a {
	color: #910909;
	text-decoration: none;
}
a:hover, a:focus {
	color: #910909;
	outline: medium none;
	text-decoration: none;
}
a, input[type="submit"], button, .btn, img {
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
img {
	height: auto;
	max-width: 100%;
}
.left {
	padding-left: 0;
}
.right {
	padding-right: 0;
}
.half {
	padding-left: 7.5px;
	padding-right: 7.5px;
}
.f-12 {
	font-size: 12px !important;
}
.f-14 {
	font-size: 14px !important;
}
.f-15 {
	font-size: 15px !important;
}
.f-16 {
	font-size: 16px !important;
}
.f-18 {
	font-size: 18px !important;
}
.f-20 {
	font-size: 20px !important;
}
.f-24 {
	font-size: 24px !important;
}
.f-30 {
	font-size: 30px !important;
}
.f-36 {
	font-size: 36px !important;
}
.font-light {
	font-weight: 300 !important;
}
.font-medium {
	font-weight: 500 !important;
}
.font-semibold {
	font-weight: 600 !important;
}
.text-justify {
	text-align: justify !important;
}
.text-primary {	
	color: #910909 !important;
}
.text-secondary {
	color: #020d23 !important;
}
.text-skyblue {
	color: #ddeeff !important;
}
.text-blue {
	color: #770505 !important;
}
.text-orange {
	color: #ffc400 !important;
}
.text-black {
	color: #000 !important;
}
.text-none {
	clip-path: inset(100%);
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute;
    white-space: nowrap;
    width: 1px;
}
.bg-primary {
	background-color: #910909 !important;
}
.bg-secondary {
	background-color: #020d23 !important;
}
.bg-skyblue {
	background-color: #ddeeff !important;
}
button, .button, .btn {
	outline: none;
}
.btn {
	border-radius: 9px;
	font-size: 14px;
	line-height: 20px;
	padding: 9px 20px;
}
.btn i, .btn svg {
	margin-right: 10px;
}
.btn-group-lg > .btn, .btn-lg {
	border-radius: 3px;
	font-size: 16px;
	padding: 10px 20px;
}
.btn-group-sm > .btn, .btn-sm {
	border-radius: 3px;
	font-size: 13px;
	padding: 4px 8px;
}
.btn-radius {
	border-radius: 30px;
}
.button {
	background-color: #910909;
	border: 1px solid #910909;
	border-radius: 3px;
	font-size: 14px;	
	line-height: 20px;
	cursor: pointer;
	display: inline-block;
	padding: 9px 20px;
	text-align: center;
	text-decoration: none;
	user-select: none;	
	vertical-align: middle;
}
.button:hover, .button:focus {
	background-color: #770505;
	border: 1px solid #770505;
	color: #fff;
}
button:focus, 
button:focus:not(:focus-visible), 
.btn:focus, 
.btn:focus-visible, 
a:focus {
    outline: 2px solid #770505;
    outline-offset: 2px;
	-webkit-transition: none;
	transition: none;
}
.btn:focus-visible {
	box-shadow: none;
}
.btn-primary {
	background-color: #910909;
	border-color: #910909;
	color: #fff;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary.btn:first-child:active {
	background-color: #770505;
	border-color: #770505;
	color: #fff;
}
.btn-outline-primary {
	background-color: transparent;
	border-color: #910909;
	color: #910909;
}
.btn-outline-primary:hover, .btn-outline-primary:focus, .btn-outline-primary.btn:first-child:active {
	background-color: #770505;
	border-color: #770505;
	color: #fff;
}
.btn-secondary {
	background-color: #ffc400;
	border-color: #ffc400;
	color: #101010;
}
.btn-secondary:hover, .btn-secondary:focus, .btn-secondary.btn:first-child:active {
	background-color: #f27900;
	border-color: #f27900;
	color: #101010;
}
.btn-outline-secondary {
	background-color: transparent;
	border-color: #ffc400;
	color: #ffc400;
}
.btn-outline-secondary:hover, .btn-outline-secondary:focus, .btn-outline-secondary.btn:first-child:active {
	background-color: #f27900;
	border-color: #f27900;
	color: #910909;
}
a.btn-secondary:focus, button.btn-secondary:focus {	
	outline-color: #f27900;	
}
button.close {
	background-color: #1d00fa;
	width: 35px;
	height: 35px;
	color: #fff;
	opacity: 1;
	font-size: 20px;
	border-radius: 100%;
	top: -10px;
	position: absolute;
	right: -10px;
	padding: 0;
	z-index: 1;
	border: none;
}
.modal-header .close {
	padding: 0;
	margin: 0;
}
/*====================================================================
						Header Css
=====================================================================*/
/*============ Skip Content Css ===============*/
a.skip-navigation {
	position: absolute;
	top: -200px;
	left: 0;
	color: #fff;
	padding: 5px 10px;
	font-size: 14px;
	line-height: 20px;
	border: 2px solid #fff;	
	z-index: 999;	
}
a.skip-navigation:focus {
	color: #fff;	
	text-decoration: none;
	top: 0;
}
.header {
	position: relative;
	z-index: 1001;
}
.header-outer {
	background-color: transparent;
	display: table;
	-webkit-transition: all 0.2s ease 0s;
	transition: all 0.2s ease 0s;
	width: 100%;
}
.header.sticky {
	padding-bottom: 60px;
}
.header-sticky {
	position: absolute;
}
.header-sticky.sticked {
	box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
	position: fixed;
	top: 0;
	z-index: 100;
}
.header-row {
	display: flex;	
	justify-content: space-between;
}
.header-logo {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
    margin: 5px 0;
}
.header-logo .logo-link {
	display: block;	
    padding: 5px 0;
}
.header-logo .logo {
    display: block;  
}
.header-menu {
    background-color: #910909;
	display: flex;
	align-items: center;	
}
.nav-menu {
	display: block;
}
.navbar-nav {
	justify-content: center;
	width: 100%;
	align-items: center;
}
.navbar-nav > li {
	position: relative;
}
.navbar-nav > li > a {
	color: #fff;
	display: block;
	font-weight: 500;
	font-size: 14px;
	line-height: 20px;
	margin: 0 15px;
	padding: 12px 10px;
	position: relative;
}
.navbar-nav > li > a:hover, .navbar-nav > li.current-menu-item > a, .navbar-nav > li.current_page_item > a {
	color: #fff;
}
.navbar-nav > li > a:focus, .navbar-nav > li > .btn:focus {
    outline-color: #fff;
    outline-offset: -4px;
}
.navbar-nav > li > a:hover::after, 
.navbar-nav > li.current-menu-item > a::after, 
.navbar-nav > li.current_page_item > a::before, 
.navbar-nav > li:hover > a::after {
	content: "";
	border-bottom: 2px solid #fff;
	display: block;
	position: absolute;
	bottom: 14px;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: calc(100% - 20px);	
}
/*====================================================================
						Common Css
=====================================================================*/
.section {
	margin-bottom: 50px;
}
.section-top {
	margin-top: 50px;
}
.section-header {
	margin: 0 0 30px;
	position: relative;
	padding: 0 15px;
}
.section-title {
	color: #770505;
	font-size: 36px;
	font-weight: 600;
	margin: 0 0 5px;
	position: relative;
}
.section-nouppercase .section-title {
	text-transform: inherit;
	letter-spacing: 0;
	font-weight: 700;
	color: #910909;
}
.section-description {
	margin: 5px 0 0;
	line-height: 20px;
}
.section-subtitle {
	color: #676767;
	font-size: 18px;
	position: relative;
	margin-bottom: 0;
}
.color-white {
	color: #fff;
}
.section-header.color-white p {
	color: #f0f0f0;
}
.color-white .section-title::before {
	border-color: #fff;
}
.color-white .section-title {
	color: #fff;
}
.row-eq-height > [class*="col"] {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}
.row-eq-height > [class*="col"] > * {
	width: 100%;
	max-width: 100%;
}
.slick-prev {
	left: 0;
}
.slick-next {
	right: 0;
}
.slick-arrow {
	color: #1d00fa;
	cursor: pointer;
	font-size: 24px;	
	position: absolute;
	top: 45%;
	z-index: 99;
	text-align: center;
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.slick-arrow svg {
    height: 50px;
    fill: #1d00fa;
}
.slick-arrow  svg title {
    color: #1d00fa;
}
.slick-arrow.slick-disabled {
	opacity: 0.25;
}
.slick-dots {
	text-align: center;
}
.slick-dots li {
	cursor: pointer;
	display: inline-block;
	margin: 0 5px;
	padding: 0;
	position: relative;
}
.slick-dots li button {
	background-color: #910909;
	border: 1px solid #910909;
	color: transparent;
	cursor: pointer;
	display: block;
	font-size: 0;
	height: 10px;
	margin: 0;
	position: relative;
	width: 10px;
	border-radius: 100%;
	padding: 0;
}
.slick-dots li.slick-active button {
	background-color: transparent;	
}
/*===================== form Css =========================*/
.form-group {
	position: relative;
	margin-bottom: 16px;
}
label {
	margin-bottom: 8px;
}
.required .control-label:after {
	content:"*";
	color: #b90000;
	font-size: 16px;
	margin-left: 2px;
	line-height: 16px;
}
.form-group legend {
	font-size: 14px;
	font-weight: 500;
	margin-bottom: 10px;
}
.input-group .fa, .input-group .far, .input-group .fas {
	position: absolute;
	font-size: 14px;
	top: 13px;
	line-height: 1;
	text-align: center;
	z-index: 9;
	color: #8b8b8b;
	width: 35px;
	height: 16px;
}
.input-group .form-control {
	padding-left: 45px;
}
.input-group .info, .form-group .info {
	color: #b90000;
	font-size: 12px;
}
input[type="text"], input[type="email"], input[type="tel"], input[type="url"], input[type="password"], select, textarea, .form-control {
	background: rgba(255, 255, 255, 1);
	border-width: 1px;
	border-style: solid;
	border-color: #c0c0c0;
	border-radius: 15px;	
	box-shadow: none;
	color: #020d23;
	font-size: 14px;
	height: 44px;
	padding: 7px 15px 7px 15px;
	width: 100%;
}
select, select.form-control{
	-webkit-appearance: auto;
	-moz-appearance: auto;
	appearance: auto;	
}
textarea, textarea.form-control {
	height: 100px;
	max-height: 100px;
}
.form-control.form-error {
	border-color: #b90000 !important;
}
input:focus, .form-control:focus {
    border-color: #770505;
    outline: 2px solid #770505;
    box-shadow: none;
    outline-offset: -2px;
}
.form-checkradio {
	position: relative;
}
.form-checkradio input[type="radio"], 
.form-checkradio input[type="checkbox"] {
	position: absolute;
	top: 0;
	opacity: 0;
}
.form-checkradio input[type="radio"] ~ label, 
.form-checkradio input[type="checkbox"] ~ label {
	position: relative;
	padding-left: 20px;
	cursor: pointer;
}
.form-checkradio input[type="radio"] ~ label::before, 
.form-checkradio input[type="checkbox"] ~ label::before {
	content: "";
	border: 1px solid #676767;
	border-radius: 100%;	
	width: 16px;
	height: 16px;
	position: absolute;
	left: 0;
	top: 3px;	
}
.form-checkradio input[type="checkbox"] ~ label::before {
	border-radius: 3px;
}
.form-checkradio input[type="radio"]:checked ~ label::before, 
.form-checkradio input[type="checkbox"]:checked ~ label::before  {
	border-color: #770505;
}
.form-checkradio input[type="radio"]:checked ~ label::after {	
	background-color: #770505;
	border-radius: 100%;
	content: "";
	width: 10px;
	height: 10px;
	display: block;
	position: absolute;
	top: 6px;
	left: 3px;	
}
.form-checkradio input[type="checkbox"]:checked ~ label::after {
	color: #770505;
	content: "\f00c";	
	font-family: "Font Awesome 6 Free", sans-serif;
	font-weight: 600;
	font-size: 12px;
	width: 16px;
	height: 16px;
	display: flex;
	align-items: center;
	justify-content: center;	
	position: absolute;
	top: 3px;
	left: 0;	
}
.form-checkradio input[type="radio"]:focus ~ label::before, 
.form-checkradio input[type="checkbox"]:focus ~ label::before {
	outline: 2px solid #770505;
 	outline-offset: 1px;
}
.form-checkradio input[type="radio"].form-error ~ label::before, 
.form-checkradio input[type="checkbox"].form-error ~ label::before {
	border-color: #b90000 !important;
}
input[type="radio"]:focus, input[type="checkbox"]:focus {
	outline-offset: 2px;
}
.form-submit .btn {
	min-width: 100px;
}
.form-control::-webkit-input-placeholder {
	color: #7F7F7F;
	opacity: 1;
}
.form-control:-moz-placeholder {/* Firefox 18- */
	color: #7F7F7F;
	opacity: 1;
}
.form-control::-moz-placeholder {/* Firefox 19+ */
	color: #7F7F7F;
	opacity: 1;
}
.form-control:-ms-input-placeholder {
	color: #7F7F7F;
	opacity: 1;
}
.form-control:focus::-webkit-input-placeholder {
	color: transparent;
}
.form-control:focus:-moz-placeholder {
	color: transparent;
}/* FF 4-18 */
.form-control:focus::-moz-placeholder {
	color: transparent;
}/* FF 19+ */
.form-control:focus:-ms-input-placeholder {
	color: transparent;
}/* IE 10+ */
.custom-control-input:checked ~ .custom-control-label::before {
	color: #fff;
	border-color: #1d00fa;
	background-color: #1d00fa;
	box-shadow: none;
}
.validation-error-message {
    color: #b90000 !important;
}
.stationError, .stationArrError, .dateError {
    color: #b90000 !important;
}
.error-message {
	color: #b90000;
}
/*===================== Slider Css =======================*/
.slider-section {
    position: relative;
}
.slider-item {
    position: relative;
}
.slider-image img {
    width: 100%; 
}
/*===================== About Css =======================*/
.about-section {
	position: relative;	
}
.about-image-block {
	position: relative;
}
.about-image {
	height: 100%;
	position: relative;
	/* padding-left: 15px;
	padding-bottom: 15px; */
	z-index: 1;
}
/* .about-image::before {
	content: "";
	background-color: #910909;
	width: 90%;
	height: 90%;
	top: 10%;
	left: 0;
	position: absolute;
	z-index: -1;
	border-radius: 15px;
	outline: 4px solid #fffffd;
	outline-offset: -6px;
} */
.about-image img {
	border-radius: 15px;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.about-content-block {	
	position: relative;	
}
.about-content {
	position: relative;
	z-index: 1;
}
/* .about-content::before {
	content: "";
	background-color: #85949c;
	position: absolute;
	top: 0;
	right: 0;
	width: 5%;
	height: 100%;
	z-index: -1;
	opacity: 0.1;
} */
.about-content h1, .about-content h2 {
	font-size: 36px;
	margin-bottom: 20px;
	font-weight: 700;
}
.about-content h4 {
	margin-bottom: 15px;
	text-transform: uppercase;
	color: #910909;
}
.about-content h4::before {
	content: "";
	background-color: #910909;
	width: 45px;
	margin: 0 10px;
	opacity: 0.30;
	height: 3px;
	border-radius: 15px;
	display: inline-block;
	vertical-align: middle;
}
.about-content p {	
	color: #575757;
	line-height: 24px;
}
.about-content-block .btn {	
	margin-top: 10px;
}
/*===================== Home Page USP Css =======================*/
.usp-section {	
	position: relative;
}
.usp-wrapper .row {
	margin-bottom: -24px;
}
.usp-item {
	margin-bottom: 24px;
	display: flex;
}
.usp-wrap {
	background-color: #fff;
	border: 1px solid #ffc400;
	border-bottom: 4px solid #ffc400;
	border-radius: 15px;
	padding: 20px 20px;
	transition: all 0.3s ease-in-out 0s;
	position: relative;
	overflow: hidden;
	width: 100%;
	display: flex;
    align-items: center;
}
/* .usp-item:nth-child(2n+2) .usp-wrap {
	background-color: rgba(116,138,151,0.05);
} */
.usp-item:hover .usp-wrap {
	border-color: #910909;
}
.usp-icon {
	height: 70px;
	width: 70px;
	margin: 0 15px 0px 0;
	display: flex;
	align-items: center;
	padding: 0;
}
.usp-title {
	margin-bottom: 0;
	font-weight: 600;
	line-height: 1;
}
.usp-desc {
	color: #575757;
	line-height: 20px;
	margin: 10px 0 0;
}
/*===================== Home Page service Css =======================*/
.service-section {
	/* background: linear-gradient(to top, #ffc8007a, transparent); */
	padding: 70px 0;
	position: relative;
}
.service-wrapper .row {
	margin-bottom: -24px;
	justify-content: center;
}
.service-item {
	display: flex;
	margin-bottom: 24px;
}
.service-wrap {
	background-color: #fff;
	/* border: 1px solid transparent; */
	border-radius: 15px;
	overflow: hidden;
	position: relative;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.service-image {
	position: relative;	
}
.service-image a {
	display: block;
	overflow: hidden;
	border-radius: 15px;
	position: relative;
}
.service-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.service-item:hover .service-image img {
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
}
.service-summery {
	padding: 15px 10px;
	width: 100%;
}
.service-title {
	margin: 0;
	text-align: center;
	font-size: 18px;
	font-weight: 600;
}
.service-title a {
	color: #910909;
	display: block;
}
.service-content {
	color: #575757;	
	margin: 10px 0;
	text-align: center;
}
.service-content p {
	margin: 0;
}
.service-button {
	border-top: 1px dashed #bdbdbd;
	padding-top: 20px;
	margin-top: 15px;
	text-align: center;
}
.service-overlay-item .service-image a::before {
	content: "";
	background: linear-gradient(to bottom,rgba(0,0,0,0) 10%,#000 100%);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: .6;
	z-index: 1;
}
.service-overlay-item .service-image {
	display: flex;
}
.service-overlay-item .service-image::before {
	content: "";
	display: block;
	padding-top: calc(100% + 50px);
}
.service-overlay-item .service-summery {
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 1;
}
.service-overlay-item .service-summery .service-title a {
	color: #fff;
}
.service-overlay-item .service-content {
	color: #fff;
}
.service-overlay-item .service-more-link {
	color: #fff;
	border-color: #fff;
}
/*===================== Home Page whyus Css =======================*/
.whyus-section {
	position: relative;	
}
.whyus-image {
	border-radius: 15px;
	border: 1px solid rgba(145, 9, 9, 0.3);
	position: relative;
	overflow: hidden;
	margin-bottom: 24px;
}
.whyus-image img {
	width: 100%;
	object-fit: cover;
	max-height: 350px;
}
.whyus-image-content {
	position: absolute;
	bottom: 0;
	left: 0;
	background-color: rgba(145, 9, 9, 0.9);
	padding: 20px;
	color: #fff;
	font-size: 16px;
	width: 80%;
	border-radius: 0 5px 0 0;
}
.whyus-row.row {
	margin-bottom: -24px;
}
.whyus-item {
	display: flex;
	margin-bottom: 24px;
}
.whyus-wrap {
	background-color: #fff;
	border: 1px solid rgba(145, 9, 9,  0.8);	
	border-left: 4px solid rgba(145, 9, 9,  0.8);
	border-radius: 15px;
	padding: 20px 20px 20px;
	text-align: center;
	position: relative;
	width: 100%;	
}
.whyus-item:hover .whyus-wrap {
	background-color: rgba(145, 9, 9,  0.1);
}
.whyus-icon {
	width: 70px;
	height: 70px;
	margin: 0 auto 20px;
	background-color: #910909;
	border-radius: 100%;
	padding: 15px;
	outline: 2px solid #910909;
	outline-offset: 3px;
}
.whyus-icon img {
	-webkit-filter: brightness(0) invert(1);
	filter: brightness(0) invert(1);
}
.whyus-title {
	margin-bottom: 0;
}
.whyus-content {
	color: #6f6f6f;
	margin-top: 15px;
}
/*===================== Home Page enquiry Css =======================*/
.enquiry-section {
	position: relative;
	/* background-color: rgba(145, 9, 9, 0.1); */
	padding: 50px 0;
}
.enquiry-wrapper {	
	position: relative;
}
/* .enquiry-summery-column {
	border-left: 4px solid #85949c;
	padding-left: 12px;
	border-radius: 4px;
} */
.enquiry-summery {
	position: relative
}
.enquiry-content {	
	position: absolute;
	top: 10px;
	background-color: rgba(255,255,255,0.8);
	padding: 12px;
	left: 10px;
	font-size: 18px;
	right: 10px;
	border-radius: 15px;
}
.enquiry-content h2 {
	margin-bottom: 20px;
}
.enquiry-content h3,  .enquiry-content h4{
	margin-bottom: 20px;
}
.enquiry-content p {
	margin-bottom: 25px;
	line-height: 24px;
}
.enquiry-content p a.btn i {
	margin-right: 7px;
}
.enquiry-image {
	position: relative
}
.enquiry-image img {
	border-radius: 15px;
}
.enquiry-form {
	background-color: rgba(145, 9, 9,  0.1);
	border: 1px solid rgba(145, 9, 9,  0.2);	
	border-radius: 15px;
	padding: 20px;
}
.enquiry-form h4 {
	margin-bottom: 15px;
}
/*================== Homepage Testimonial Css =====================*/
.testimonial-section {	
	position: relative;
	overflow: hidden;
}
.testimonial-carousel {
	max-width: 800px;
	margin: 0 auto;
}
.testimonial-carousel .slick-list {
	overflow: inherit;
}
.testimonial-item {
	padding: 0 12px;
	position: relative;
	-webkit-transform: scale(0.9);
	transform: scale(0.9);
	-webkit-transition: all 0.5 ease-in-out;
	transition: all 0.5 ease-in-out;
}
.slick-current.testimonial-item {
	-webkit-transform: scale(1);
	transform: scale(1);
}
.testimonial-wrap {
	background-color: #fff;
	/* border: 1px solid rgba(145, 9, 9, 0.2); */
	border-radius: 15px;
	overflow: hidden;
	padding: 30px;
	position: relative;
}
.testimonial-top {
	display: flex;
	align-items: center;
	margin-bottom: 20px;
}
.testimonial-image {
	height: 80px;
	width: 80px;
	min-width: 80px;
}
.testimonial-image img {
	border-radius: 100%;
	width: 100%;
	height: 100%;
	object-fit: cover;
	filter: blur(02px);
}
.testimonial-head {
	padding-left: 15px;
}
.testimonial-title {
	font-size: 14px;
	font-weight: 600;
	margin: 0;
}
.testimonial-meta {
	color: #808080;	
	display: inline-block;
	margin: 0;
}
.testimonial-short-desc::before {
 	content: "|";
 	display: inline-block;
 	margin: 0 10px;
}
.testimonial-quote {
	font-size: 40px;
	margin-bottom: 15px;
	position: absolute;
	right: 10px;
	top: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 15px;
	opacity: 0.05;
}
.testimonial-star {
	color: #FFB900;
}
.testimonial-content {	
	padding: 15px 0 0;	
}
.testimonial-content p {
	font-size: 14px;
	line-height: 24px;
	margin: 0;
}
/*================== Gallery Css =====================*/
.gallery-section {
	background-color: transparent;
}
.gallery-wrapper .row {
	margin: 0 -12px -24px;
}
.gallery-items {
	display: flex;
	margin-bottom: 24px;
	padding: 0 12px;	
}
.gallery-wrap {
	background-color: #910909;
	border-radius: 15px;
	overflow: hidden;	
	width: 100%;
}
.gallery-image a{
	overflow: hidden;
	display: block;
	position: relative;
}
.gallery-image img {
	width: 100%;
}
.gallery-items:hover .gallery-image img {
	-webkit-transform: scale(1.01);
	transform: scale(1.01);
	opacity: 0.95;
}
.faq-card {
	background-color: #fff;
	border: 1px solid rgba(0, 0, 0, 0.4);
	border-radius: 10px;
	display: block;
	width: 100%;	
	position: relative;
}
.faq-card + .faq-card {	
	margin-top: 30px;
}
.faq-button {
	background-color: #fff;
	border: none;
	box-shadow: none;
	display: block;
	font-size: 15px;
	color: #910909;
	padding: 12px 35px 12px 35px;
	width: 100%;
	text-align: left;
	border-radius: 10px;
	line-height: 24px;
	position: relative;
}
.faq-button.collapsed {
	color: #000;
}
.faq-button::before {
	content: "Q";
	color: #910909;
	position: absolute;
	left: 12px;
	top: 12px;
}
.faq-button::after {
	border: 1px solid #606060;
	border-radius: 100%;
	color: #606060;
	content: "\f068";
	position: absolute;
	right: 12px;
	top: 50%;
	font-family: "Font Awesome 6 Free";
	font-weight: 700;	
	display: flex;
	align-items: center;
	justify-content: center;
	width: 30px;
	height: 30px;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
}
.faq-button.collapsed::after {
	border: 1px solid #000;
  	content: "\f067";
	color: #000;	
}
.faq-button:hover, .faq-button:focus{
  	outline: none;
}
.faq-body {
	color: rgba(0, 0, 0, 0.7);
	font-size: 14px;
	padding: 0 20px 12px;
}
.faq-form-section {
	margin-top: 24px;
}
.faq-form {
	background-color: #fff;
	border-radius: 10px;
	padding: 30px;
}
.faq-image {
	height: 100%;
	position: relative;
}
.faq-image img {
	height: 100%;
	object-fit: cover;
	width: 100%;
}
.faq-image-text {
	color: #fff;
	padding: 15px;
	position: absolute;
	bottom: 0;
	left: 0;	
}
/*====================================================================
						Footer Css
=======================================================================*/
.footer-section {
	padding-top: 0;
}
.footer {
	background-color: #910909;
	position: relative;
	padding-bottom: 45px;
}
.footer-call {
	background-color: #f4e5e5;
	margin-bottom: 0;
	position: relative;
	padding-bottom: 30px;
	top: 0;
}
.footer-call-wrap {
	background-color: #ffc400;
	border-radius: 10px;
	/* box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); */
	padding: 30px 30px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.footer-call-number {
	font-size: 24px;
	font-weight: 600;
}
.footer-call-wrap .footer-call-number a {
	color: #474747;
}
.footer-call-wrap .footer-call-number a:hover, .footer-call-wrap .footer-call-number a:focus {
	color: #324c70;
}
.footer-top {
	padding: 70px 0 0;
	position: relative;
	z-index: 10;
}
.footer-widget-outer {
	padding: 0;;
}
.footer p, .footer a {
	color: #fff;
	line-height: 24px;
}
.footer a:hover, .footer a:focus {
	color: #e0e0e0;
	outline: medium none;
	text-decoration: none;
}
.footer a.btn:hover, .footer a.btn:focus {
	color: #fff;
}
.footer-widget-title {
	color: #fff;
	font-size: 20px;
	font-weight: 700;
	margin: 0 0 20px 0;	
}
.footer-column {
	margin-bottom: 30px;
}
.footer-column ul.footer-social-icon {
	margin: 20px 0 0;
	text-align: left;
}
.footer-column ul {
	padding: 0;
	margin: 0;
}
.footer-column li {
	display: block;
	position: relative;
}
.footer-column li a {
	display: block;
	line-height: 24px;
	padding: 3px 0;
}
.footer-site-title {
	font-size: 16px;
}
.footer-contact > p {
	position: relative;
}
.footer-contact i {
	display: table-cell;
	padding-right: 15px;
}
.footer-contact span {
	display: table-cell;
}
.footer-bottom {	
	position: relative;
}
.footer-bottom-outer {
	border-top: 1px solid rgba(255,255,255,0.1);
	padding: 15px 0;
}
.footer-menu {
	text-align: center;
}
.footer-menu li {
	display: inline-block;
	margin: 0 5px;
}
.footer-menu li a {
	padding: 0 10px;
}
.copyright p {
	margin: 18px 0;
}
.footer-social-icon {
	margin: 12px 0;
	text-align: right;
	padding: 0;
}
.footer-social-icon li {
	display: inline-block;
	margin: 0 5px;
	width: auto;
}
.footer-social-icon li a {
	background-color: #676767;	
	box-shadow: 0 5px 5px rgba(0,0,0,0.1);
	border-radius: 100%;
	color: #fff;
	display: block;
	font-size: 16px;
	height: 35px;	
	width: 35px;
	display: flex;
	align-items: center;
	justify-content: center;	
}
.footer-social-icon li a span {
	display: none;
}
.footer-social-icon li a:hover {
	color: #808080;
}
.footer-social-icon li.facebook a {
	background-color: #3b5998;
}
.footer-social-icon li.twitter a {
	background-color: #00bdec;
}
.footer-social-icon li.gplus a {
	background-color: #d34836;
}
.footer-social-icon li.youtube a {
	background-color: #c4302b;
}
.footer-social-icon li.instagram a {
	background-color: #8a3ab9;
}
.footer-social-icon li.lindkedin a {
	background-color: #0e76a8;
}
.footer-social-icon li.pinterest a {
	background-color: #c92228;
}
.footer-social-icon li.tumblr a {
	background-color: #34526f;
}
.footer-social-icon li.flickr a {
	background-color: #0063dc;
}
.footer-social-icon li.tripadvisor a {
	background-color: #00af87;
}
.scroll-top {
	bottom: 20px;
	display: none;
	right: 10px;
	position: fixed;
	z-index: 10;
}
.scroll-top a {
	background-color: #3498db;
	border-radius: 3px;
	color: #fff;
	cursor: pointer;
	display: block;
	height: 30px;
	padding: 5px;
	text-align: center;
	width: 30px;
}
.phone-call {
    bottom: 0;
	left: 0;
	position: fixed;
	z-index: 99;
	width: 50%;
	max-width: 320px;
}
.phone-call a {
	background-color: #3498db;
	border-radius: 0 5px 0  0;
	color: #fff;
	font-size: 14px;
	width: 100%;
	text-align: center;
	padding: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
    margin-right: 6px;
}
.phone-call a i {
	font-size: 18px;
    margin-right: 10px;	
}
.whatsapp-call {
	bottom: 0;
	right: 0;
	position: fixed;
	z-index: 99;
	width: 50%;
	max-width: 320px;
}
.whatsapp-call a {
	background-color: #53ec67;
	border-radius: 5px 0 0  0;
	color: #fff;
	font-size: 14px;
	width: 100%;
	text-align: center;
	padding: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
    margin-left: 6px;	
}
.whatsapp-call a i {
	font-size: 18px;
    margin-right: 10px;	
}
@-webkit-keyframes scaleout {
	0% {
		-webkit-transform: scale(1.0);
		transform: scale(1.0);
   }
	50% {
		-webkit-transform: scale(0.8);
		transform: scale(0.8);
   }
	100% {
		-webkit-transform: scale(1.0);
		transform: scale(1.0);	
   }
}
@keyframes scaleout {
  0% {
		-webkit-transform: scale(1.0);
		transform: scale(1.0);
   }
	50% {
		-webkit-transform: scale(0.8);
		transform: scale(0.8);
   }
	100% {
		-webkit-transform: scale(1.0);
		transform: scale(1.0);	
   }
 }



 @media only screen and (max-width: 1199px) {
	.container-custom {
		max-width: calc(100% - 24px);
		padding: 0 12px;
	}
	.container {
		max-width: calc(100% - 24px);
	}			
	.header.sticky {
		padding-bottom: 60px;
	}
	.header.fixed {
		padding-top: 60px;
	}
	.header-logo {
		justify-content: space-between;
		width: 100%
	}		
	.header-logo .logo-link .logo {
		max-height: 40px !important;
	}
	.header-nav-button {
		display: flex;
		align-items: center;
	}
	.nav-menu {
		display: block;
	}	
	.header-nav-button .btn + .navbar-toggler {
		margin-left: 20px;
	}
	.navbar-light .navbar-toggler{
		border: none;
	}
	.navbar-dark .navbar-toggler {
		border: none;
		color: rgb(255, 255, 255);
	}	
	.navbar-toggler {
		margin: 10px 0;
		padding: 7px 0;
		font-size: 16px;	
	}
	.navbar-toggler:hover, .navbar-toggler:focus{
		outline: none;
	}	
	.navbar-toggler span {
		background-color: #fff;
		height: 2px;
		width: 24px;
		display: block;
		margin: 0 auto 7px;
		position: relative;
		transition: all .2s ease-in-out;
	}
	.navbar-toggler .menu-bar-one {
		bottom: -9px;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		animation: burger-hover 1s infinite ease-in-out alternate;
	}
	.navbar-toggler .menu-bar-two {	
		animation: burger-hover 1s infinite ease-in-out alternate forwards .4s;
		opacity: 0;
	}
	.navbar-toggler .menu-bar-three {	
		margin-bottom: 0;	
		animation: burger-hover 1s infinite ease-in-out alternate forwards .2s;
		top: -9px;
		-webkit-transform: rotate(-225deg);
		transform: rotate(-225deg);
	}
	.navbar-toggler.collapsed .menu-bar-one {
		bottom: 0;
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	.navbar-toggler.collapsed .menu-bar-two {
		opacity: 1;			
		right: 0;
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	.navbar-toggler.collapsed .menu-bar-three {			
		top: 0;		
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}		
	.navbar-toggler span.navbar-menu-icon {
		color: rgba(0,0,0,0.7);
		font-size: 20px;
		margin-right: 5px;
	}
	.navbar-dark .navbar-toggler-icon {
		background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
	}
	.navbar-light .navbar-toggler-icon {	
		background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.8)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
	}	
	.menu-open {
		overflow: hidden;
	}
	.menu-overlay {
		position: static;		
	}
	.menu-overlay.open {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background-color: #000;
		opacity: 0.8;
		z-index: 1;
	}
	.nav-mobile-header {
		background-color: rgba(212, 75, 7, 0.1);
		display: flex;
		align-items: center;
		justify-content: space-between;		
	}
	.nav-mobile-text {
        color: #fff;
		padding-left: 10px;
	}
	.nav-mobile-header .navbar-toggler {
		margin: 0;
		padding: 10px;
	}	
	.navbar-collapse {
		background-color: #910909;		
		box-shadow: 0 3px 2px rgba(0,0,0,0.3);
		min-width: 270px;
		left: -100%;
		width: 100%;
		max-width: 340px;
		position: fixed;
		top: 0;
		padding: 0;
		overflow-y: auto;
		height: 100vh;
		-webkit-transition: all .3s ease-in-out;
		transition: all .3s ease-in-out;
		z-index: 1000;		
	}
	.navbar-collapse.show {
		left: 0;
	}
	.navbar-nav {	
		padding: 15px;
	}
	.navbar-nav > li {
		display: block;
		white-space: inherit;
		width: 100%;
		position: relative;
	}
	.navbar-nav > li > a {
		border-bottom: 1px solid #dbdbdb;
		margin: 0;
		padding: 10px 0;
		line-height: 20px;
		text-transform: capitalize;
	}
	.navbar-nav > li.menu-item-has-children > a::after, 
	.mega-menu-item li.menu-item-has-children > a::after {
		display: none;
	}
	.navbar-nav li.menu-item-has-children::after {
		border-left: 1px solid #f0f0f0;
		color: #262626;
		content: "\f067";
		display: block;
		font-family: "Font Awesome 6 Free", sans-serif;;
		font-weight: 600;
		height: 36px;
		line-height: 36px;
		position: absolute;
		right: 0;
		text-align: center;
		top: 4px;
		width: 36px;
		z-index: 99;
	}
	.navbar-nav li.menu-item-has-children.open::after {
		content: "\f068";
	}
	.navbar-nav li:hover .sub-menu {
		opacity: 0;
		visibility: hidden;
	}
	.navbar-nav li.open > .sub-menu {
		-moz-animation: none;
		-webkit-animation: none;
		animation: none;
		display: block;
		opacity: 1;
		visibility: visible;
	}
	.navbar-nav .sub-menu {
		background-color: transparent;
		border: medium none;
		box-shadow:none;
		display: none;
		float:none;
		padding-left: 10px;
		position: static;
		width:100%;
	}
	.navbar-nav li .sub-menu a {
		padding: 8px 5px;
		color: #262626;
		line-height: 20px;
	}
	.navbar-nav .sub-menu a:hover {
		background-color: transparent;
		color: #676767;
	}
	.navbar-nav > li.menu-item-has-children > a::after {	
		float: right;
	}
}
@media only screen and (max-width: 991px) {	
	.footer-call-wrap {	
		flex-wrap: wrap;
		justify-content: center;
		text-align: center;
	}
	.footer-call-number {
		margin-bottom: 15px;
		width: 100%;
	}
	.section {
		margin-bottom: 50px;
	}
	.section-header {
		margin: 0 0 30px;		
	}
	.section-title {
		font-size: 28px;		
	}
	.slider-summery {	
		width: 100%;		
	}
	.slider-content {	
		text-align: center;
	}	
	.slider-heading {		
		font-size: 28px;
		margin: 10px 0 15px;		
	}
	.slider-subheading {
		font-size: 16px;
	}
	.slider-description {
		font-size: 14px;		
		margin-bottom: 15px;
	}
	.about-image {
		position: relative;
		height: 100%;
	}
	.about-content h1, .about-content h2 {
		font-size: 28px;
		margin-bottom: 10px;
	}
	.about-content h4 {
		margin-bottom: 10px;
	}
	.about-content p {
		line-height: 24px;
	}
	.service-section {		
		padding: 50px 0;		
	}	
	.whyus-image {
		margin-bottom: 24px;		
	}
}

@media only screen and (max-width: 767px) {
	.container-custom {
		max-width: 100%;		
	}
	.container {
		max-width: 100%;
	}	
	.footer-top {
		padding: 30px 0 0;
	}
	.footer-column {
		margin-bottom: 20px;
	}
	.footer-column li {
		display: inline-flex;
		width: 49%;
	}
	.footer-widget-title {	
		font-size: 18px;	
		margin: 0 0 7px 0;
		line-height: 24px;
	}
	.copyright {
		text-align: center;
	}
	.copyright p {
		margin: 10px 0;	
	}
	.footer-bottom-right {
		text-align: center;
	}
	.footer-social-icon {
		margin: 5px 0;
		text-align: center;
	}
	.footer-call-number {	
		font-size: 16px;
	}
	.footer-call-number a {
		display: block;
	}
	.view-all {
		margin-top: 30px;
	}
	.section {
		margin-bottom: 30px;
	}
	.section-header {
		margin: 0 0 20px;
	}
	.section-title {
		font-size: 24px;		
	}	
	.section-subtitle {		
		margin-bottom: 5px;
	}
	.section-subtitle::before {		
		width: 25px;	
	}
	.text-center .section-description {
		margin: 10px auto 0;
	}
	.section-description {
		margin-top: 10px;	
	}
	.slick-arrow {
		width: 35px;
		height: 35px;
		font-size: 20px;
	}
	.about-image {
		margin-bottom: 20px;
		height: auto;
	}
	.about-content h1, .about-content h2 {
		font-size: 24px;
	}
	.about-content p {
		text-align: justify;
	}	
	.usp-wrapper .row {
		margin: 0 -6px -12px;
	}
	.usp-item {
		margin-bottom: 12px;
		padding: 0 6px;
	}	
	.usp-wrap {		
		padding: 12px;
	}
	.usp-icon {
        height: 50px;
        width: 50px;
        margin: 0 12px 0 0;
    }	
	.usp-title {	
		font-size: 14px;
	}
	.usp-desc {
        font-size: 12px;
        line-height: 16px;
        margin: 6px 0 0;
    }
	.service-section {		
		padding: 30px 0;		
	}
	.service-wrapper .row {
		margin: 0 -6px -12px;
	}
	.service-wrapper .service-item {		
		margin-bottom: 12px;
		padding: 0 6px;
	}
	.service-summery {
		padding: 12px 12px;
	}	
	.service-title {
		font-size: 15px;
	}	
	.col-6 .service-title {
		font-size: 13px;
	}
	.service-content {
		font-size: 13px;
		margin-top: 12px;
	}
	.service-button {		
		padding-top: 15px;
		margin-top: 12px;
	}
	.whyus-wrapper .row {
		margin: 0 -6px -12px;
	}
	.whyus-item {
		margin-bottom: 12px;
		padding: 0 6px;
	}
	.whyus-wrap {
		padding: 12px 10px;
	}
	.whyus-icon {
		width: 60px;
		height: 60px;
		margin-bottom: 15px;
	}
	.whyus-title {		
		font-size: 14px;
	}
	.whyus-content {		
		margin-top: 10px;
		font-size: 12px;
	}
	.whyus-image-content {
		font-size: 16px;
		padding: 15px;
		width: 90%;
	}	
	.enquiry-form {
		padding: 12px;		
	}
	.enquiry-form h4 {
		margin-bottom: 12px;
	}
	.enquiry-summery-column {
		margin-bottom: 24px;
	}
	.enquiry-content {
		font-size: 14px;
		padding: 12px;
		position: static;
		border: 1px solid #e0e0e0;
		margin-top: 12px;
	}	
	.testimonial-carousel {		
		padding: 0;
	}
	.testimonial-carousel .slick-prev {
		left: -6px;
	}
	.testimonial-carousel .slick-next {
		right: -6px;
	}
	.testimonial-wrap {		
		padding: 15px;		
		margin: 10px auto;
	}
	.testimonial-top {		
		margin-bottom: 12px;
	}
	.testimonial-content {
		padding: 12px 0 0;
	}		
	
	.faq-card + .faq-card {	
		margin-top: 12px;
	}
	
}
@media only screen and (max-width: 575px) {
	.h1, h1 {
		font-size: 24px;
   }	
}