@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css?family=Lato:100,300,400,700,900&display=swap');
@import url("https://cdnjs.cloudflare.com/ajax/libs/bootstrap-datepicker/1.7.1/css/bootstrap-datepicker3.css");

body {
	font-family: 'Lato', sans-serif;
}

/*Helper Classes*/
a,
.btn,
button {
	-webkit-transition: all 400ms linear;
	-moz-transition: all 400ms linear;
	-o-transition: all 400ms linear;
	-ms-transition: all 400ms linear;
	transition: all 400ms linear;
}

a:hover {
	text-decoration: none;
}

a:focus {
	text-decoration: none;
}

a:focus,
.btn:focus {
	outline: none;
}

hr {
	margin: 8px 0px;
}

/*BUTTONS*/
.btn_bluegreen {
	background-color: #0190c8;
	border-color: #0190c8;
	color: #fff;
}

.btn_aquacyan {
	background-color: #17ebec;
	border-color: #17ebec;
	color: #fff;
}

.btn_bluegreen.btn_outline {
	background-color: transparent;
	border-color: #0190c8;
	color: #0190c8;
}

.btn_bluegreen.btn_outline:hover {
	background-color: #0190c8;
	border-color: #0190c8;
	color: #fff;
}

.btn_aquacyan.btn_outline {
	background-color: transparent;
	border-color: #17ebec;
	color: #17ebec;
}

.btn_aquacyan.btn_outline:hover {
	background-color: #17ebec;
	border-color: #17ebec;
	color: #fff;
}

.pad {
	padding-left: 5px;
	padding-right: 5px;
}

.pad30 {
	padding-right: 30px;
}

.pad50 {
	padding-left: 65px;
}

.pad40 {
	padding-left: 40px;
}

.mar-left {
	margin-left: 35px;
}

/*Collaboration section*/
/* .collaboration_main{
	
	display: flex;
	background-color: #ebebeb;
    flex-direction: column;
    gap: 12px;
    align-items: center;
    padding: 90px 0;
    padding-top: 30px;


}
.collaboration_main h5{
    padding: 0px 0px 0px 0px;
    margin: 48px 0px 45px 0px;
    font-size: 35px;
    color: #19445e;
    text-transform: uppercase;
    letter-spacing: 0.5px;
	position: relative;
	background-color: #ebebeb;

}
.collaboration_main h5 .main_text{
	padding: 0px 0px 0px 0px;
    margin: 48px 0px 45px 0px;
    font-size: 35px;
    color: #19445e;
    text-transform: uppercase;
    letter-spacing: 0.5px;
	position: relative;
	background-color: #ebebeb;
	z-index: 10;
    padding: 0 17px;

}

.collaboration_main h5::after{
	content: '';
    height: 1px;
    position: absolute;
    z-index: 0;
    background-color: #dfdfdf;
    width: 100%;
    left: 0;
    top: 19px;
}

.collaboration_main .horizontal_list{
	
	display: flex;
    flex-direction: row;
    align-items: center;
    background: #e5e5e5;
    width: 100%;
    justify-content: space-evenly;
}
.collaboration_main .companies{
	width: 120px;
	height: 100px;
	margin:30px 11px;
	object-fit: contain;



} */
.package_heading_upper_sect {
	display: flex;
	width: 100%;
	justify-content: space-between;
}


.collaboration_main .companies {
	width: 168px;
	height: 69px;
	/* margin:30px 11px; */
	margin: 11px 11px;

	object-fit: contain;



}

.collaboration_main h5 {
	/* padding: 0px 0px 0px 0px;
    margin: 48px 0px 45px 0px;
    font-size: 35px;
    color: #19445e;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    position: relative;
    background-color: #c9302c;
    margin-bottom: 10px; */
	padding: 0px 0px 0px 0px;
	margin: 19px 0px 45px 0px;
	font-size: 35px;
	color: #19445e;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	position: relative;
	background-color: #FFF;
	margin-bottom: 38px;
}

.collaboration_main h5 .main_text {
	padding: 0px 0px 0px 0px;
	margin: 48px 0px 45px 0px;
	/* font-size: 35px; */
	font-size: 32px;
	;
	color: #19445e;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	position: relative;
	background-color: #FFF;
	z-index: 10;
	padding: 0 17px;
}

.collaboration_main h5::after {
	content: '';
	height: 1px;
	position: absolute;
	z-index: 0;
	background-color: #19445e17;
	width: 100%;
	left: 0;
	top: 19px;
}

.collaboration_main {
	display: flex;
	background-color: #FFF;
	flex-direction: column;
	gap: 12px;
	align-items: center;
	padding: 90px 0;
	padding-bottom: 0;
	/* margin-top: 30px; */
	padding-top: 15px;

}

.package-detail-accordion-panel {
	padding: 0 18px;
	background-color: white;
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.09s ease-out;
	margin-left: 20px;
	margin-right: 24px;
	background-color: #f5f5f5;

}

.collaboration_main .horizontal_list {
	display: flex;
	flex-direction: row;
	align-items: center;
	background: #c9302c;
	width: 100%;
	justify-content: center;
	gap: 6%;
	background-image: url('../images/best-the-busines-bg.jpg');

}

.package-heading-detail-wrap {
	display: flex;
	justify-content: space-between;
	flex-direction: row;
	align-items: center;
}

/*                    */
/* Header */
header {
	transition: all 1s;
}

@keyframes slide-down {
	0% {
		transform: translateY(-100%);
	}

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

/* .sn_fixhdr{
	margin-top: 112px;
} */

.sn_fixhdr .gfl_header {
	position: fixed;
	background: #fff;
	width: 100%;
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
	z-index: 999;
	animation: slide-down 0.9s;
	/*opacity:0.9;*/
	top: 0;
}

header .header-top {
	background-color: #d02027;
	height: 30px;
	color: #fff;
	line-height: 30px;
}

header .header-top .affordable {
	text-transform: uppercase;
	font-size: 12px;
}

header .header-top .affordable i {
	font-size: 14px;
	margin-right: 5px;
}

header .header-top .social-links {
	font-size: 16px;
}

header .header-top .social-links a i {
	color: #fff;
	padding: 0px 8px;
}

header .header-top .social-links a i:last-child {
	color: #fff;
}

header .navbar-brand {
	float: left;
	height: auto;
	padding: 15px 104px 15px 0px;
	font-size: 18px;
	line-height: 20px;
}

header .navbar {
	position: relative;
	min-height: 0px;
	margin-bottom: 0px;
	border: 1px solid transparent;
	border-radius: 0px;
}

.nav.menu-toggle {
	display: none;
}

header .navbar-nav>li>a {
	padding-top: 30px;
	padding-bottom: 30px;
	padding-left: 18px;
	padding-right: 18px;
}

header .nav>li>a {
	position: relative;
	display: block;
	color: #646464;
}

header .nav>li>a:hover {
	background-color: transparent;
	color: #d02027;
}

header .btn-text {
	font-size: 13px;
	font-weight: bold;
	color: #e50f0f;
	margin-top: 20px;
	letter-spacing: 0.5px;
}

header .num {
	font-size: 22px;
	font-weight: bold;
	color: #4a4a4a;
	line-height: 22px;
}

header .navbar-right i {
	font-size: 20px;
	border-radius: 50%;
	border: 1px solid #6b6b6b;
	color: #6b6b6b;
	width: 35px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	margin-top: -7px;
	margin-right: -10px;
}

.sn_fixhdr .header-top {
	display: none;
}

.gfl_header a.btn.btn-danger {
	color: #fff;
	background-color: #c9302c;
	border-color: #ac2925;
	margin-top: 24px;
}

.user-registration {
	background: #fff3f3d6;
	border: 1px solid #d07b7b96;
	border-radius: 5px;
	margin: 25px;
}

.user-registration>h3 {
	text-align: center;
	margin-bottom: 25px;
}

/*-- Main slide --*/

#main-slide .item .slider-content {
	z-index: 0;
	opacity: 0;
	-webkit-transition: opacity 500ms;
	-moz-transition: opacity 500ms;
	-o-transition: opacity 500ms;
	transition: opacity 500ms;
}

#main-slide .item.active .slider-content {
	z-index: 0;
	opacity: 1;
	-webkit-transition: opacity 100ms;
	-moz-transition: opacity 100ms;
	-o-transition: opacity 100ms;
	transition: opacity 100ms;
}

#main-slide .slider-content {
	position: absolute;
	z-index: 99;
	/* top: 39%; */
	width: 875px;
	color: #fff;
	bottom: 6vw;
}

#main-slide .slider-content .col-md-2 {
	width: 20% !important;
}

#main-slide .slider-content .ak_txti_div {
	margin-top: 0px;
	margin-left: 0px;
}

#main-slide .slider-content h2 {
	font-size: 40px;
	color: #fff;
	font-weight: 600;
	margin-bottom: 5px;
	line-height: 42px;
}

#main-slide .slider-content p {
	font-size: 17px;
	color: #fff;
	font-weight: 300;
	letter-spacing: 0.1px;
}

#main-slide .slider-content .box {
	background-color: #fff;
	height: 113px;
	border-radius: 15px;
	padding: 9px 8px;
}

#main-slide .slider-content .package-search-box {
	height: 63px;
}

#passenger-error-label {
	padding: 1rem;
	font-size: 12px;
	color: #fff;
	background-color: #c9302c;
	font-weight: 500;
	display: none;
	margin-top: 9px;
}

.d-flex {
	display: flex;
}

.d-flex.align-items-center {
	align-items: center;
}

.checkbox-lbl {
	margin-bottom: -4px;
}

.booking-form-body h3 {
	padding: 1.1rem 1rem;
	margin-bottom: 3.5rem;
	margin-top: 0;
	font-size: 19px;
	/* border-bottom: 1px solid #c2c2c2;
	background: #e5e5e5; */
	border-bottom:  solid #06142666;
	background: transparent;
	color: #e5e2e2;
	box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
	font-weight: 800;
}

.text-primary {
	color: #fff;
}

#frmBooking .modal-content {
	background: #061426d9;
	color: #fff;
}

#frmBooking .modal-header {
	border-bottom: 1px solid #283039
}

#frmBooking .modal-footer {
	border-top: none;
	background: #0a1521;
}

.seats-dropdown .glyphicon-play {
	transform: rotate(90deg);
}

.seats-dropdown {
	width: 100%;
	justify-content: space-between;
	background: #fcfcfc;
	border: 1px solid #cfcfcf;
	color: #333;
	margin-top: 1rem;

}

.seats-dropdown-main .dropdown-menu-list {
	display: block;
	margin-top: 14px;
	background: #fff;
	padding: 5px 0px;
	border-radius: 7px;
}

.seats-dropdown-main {
	margin-bottom: 3rem;
}

.seats-dropdown-main .dropdown-item {
	width: 100%;
	/* display: block; */
	padding: 0.7rem 1.2rem;
	color: #000;
}

.seats-dropdown-main .dropdown-item:hover {
	background: #cccaca;
}

.passenger-details-row {
	padding-bottom: 1.5rem;
	margin-bottom: 1.5rem;
	/* border-bottom: 1px solid #c2c2c2; */
}

.site-maintainence-sect {
	width: 100%;
	height: 100vh;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	gap: 9px;
	color: #3c3c3c
}

.site-maintainence-sect img {
	width: 100px;
	height: 100px;

}

.site-maintainence-sect h5 {
	font-size: 18px;
	font-weight: 600;
}

#main-slide .slider-content .box.search-box {
	/* height: 65px !important; */
}

#main-slide .slider-content .col-md-2:last-of-type {
	width: 100% !important;
	margin: 7px 1%;
	margin-left: 0%;
}

header .contact-col {
	margin-left: auto;
	display: none;
}

.center-block {
	float: none;
	margin-left: auto;
	margin-right: auto;
}

.input-group .icon-addon .form-control {
	border-radius: 0;
}

.icon-addon {
	position: relative;
	color: #c2c2c2;
	display: block;
}

.icon-addon:after,
.icon-addon:before {
	display: table;
	content: " ";
}

.icon-addon:after {
	clear: both;
}

.icon-addon.addon-md .glyphicon,
.icon-addon .glyphicon,
.icon-addon.addon-md .fa,
.icon-addon .fa {
	position: absolute;
	z-index: 2;
	left: 10px;
	font-size: 14px;
	width: 20px;
	margin-left: -2.5px;
	text-align: center;
	padding: 10px 0;
	top: 1px;
	color: #c2c2c2;
}

.icon-addon.addon-lg .form-control {
	line-height: 1.33;
	height: 46px;
	font-size: 13px;
	color: #989797;
	padding: 8px 16px 10px 40px;
}

.icon-addon.addon-sm .form-control {
	height: 30px;
	padding: 5px 10px 5px 28px;
	font-size: 12px;
	line-height: 1.5;
}

.icon-addon.addon-lg .fa,
.icon-addon.addon-lg .glyphicon {
	font-size: 18px;
	margin-left: 0;
	left: 11px;
	top: 4px;
}

.icon-addon.addon-md .form-control,
.icon-addon .form-control {
	padding-left: 30px;
	float: left;
	font-weight: normal;
}

.icon-addon.addon-sm .fa,
.icon-addon.addon-sm .glyphicon {
	margin-left: 0;
	font-size: 12px;
	left: 5px;
	top: -1px
}

.icon-addon .form-control:focus+.glyphicon,
.icon-addon:hover .glyphicon,
.icon-addon .form-control:focus+.fa,
.icon-addon:hover .fa {
	color: #2580db;
}

#main-slide .search-chopper {
	background-color: #d02027;
	text-transform: uppercase;
	color: #fff;
	font-size: 13px;
	font-weight: bold;
	width: 100%;
	height: 45px;
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12);
}

#main-slide .search-chopper:hover {
	background-color: #4a4a4a;
}

#main-slide .form-group {
	margin-bottom: 0px;
}

#main-slide .select2-container-active .select2-choice,
.select2-container-active .select2-choices {
	border: 0px solid #999;
	outline: 0;
	box-shadow: none;
}

#main-slide .select2-container .select2-choice {
	display: block;
	padding: 0px 0 0px 0px;
	overflow: hidden;
	position: relative;
	font-size: 13px;
	border: 0px solid #ccc;
	white-space: nowrap;
	line-height: 29px;
	color: #989797;
	text-decoration: none;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	background-clip: padding-box;
	background-color: #fff;
	user-select: none;
}

#main-slide .carousel-indicators .active {
	background-color: #f42626;
}

#main-slide .carousel-indicators {
	margin-left: 0;
	left: 45%;
	width: auto
}

#main-slide .carousel-indicators li {
	background-color: #fff;
	border: none
}

#main-slide .carousel-inner>.item>img {
	width: 100%;
	max-width: inherit
}

.bg-banner {
	position: absolute;
	z-index: -1;
}

/* Best The Busines */
.best-the-busines {
	height: 100px;
	background: #fc2626 url(../images/best-the-busines-bg.jpg) no-repeat right top;
}

.best-the-busines h3 {
	padding: 5px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	line-height: 90px;
	font-size: 25px;
	color: #fff;
}

.best-the-busines .star {
	width: 40px;
	height: 40px;
	line-height: 40px;
	background-color: #fff;
	border-radius: 50%;
	line-height: 40px;
	text-align: center;
	color: #d02027;
	font-size: 16px;
	margin-right: 18px;
	float: left;
	margin-top: 30px;
}

.best-the-busines i {
	vertical-align: middle;
	margin-left: 5px;
}

.best-the-busines figure {
	margin-top: 18px;
	margin-bottom: 10px;
}

.best-the-busines p {
	font-size: 13px;
	font-weight: bold;
	color: #fff;
	text-transform: uppercase;
}

/* Popular Packages */
.popular-packages {
	background-color: #fefefe;
}

.popular-packages h2 {
	padding: 0px 0px 0px 0px;
	margin: 30px 0px 35px 0px;
	font-size: 25px;
	color: #0c4364;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.popular-packages .box {
	background-color: #ffffff;
	box-shadow: 0 10px 10px rgba(0, 0, 0, 0.20);
	margin-bottom: 30px;
	border-radius: 5px;
	cursor: pointer;
}

.popular-packages .box .image-wrapper {
	position: relative;
	overflow: hidden;
	height: 245px;
	border-radius: 5px;
}

.popular-packages .box .image-wrapper .price-1 span {
	font-size: 12px;
}

.popular-packages .box .image-wrapper .price-1 {
	margin-bottom: 0;
	background: #d02027;
	display: inline-block;
	border-radius: 0;
	color: #fff;
	position: relative;
	font-size: 17px;
	height: 36px;
	padding-left: 15px;
	/* line-height: 39px; */
	padding-top: 5px;
	font-weight: 600;
}

.popular-packages .checked {
	color: #fff;
	text-align: right;
}

.popular-packages .box .image-wrapper .price-1:before {
	content: "";
	position: absolute;
	border-bottom: 36px solid #d02027;
	border-right: 37px solid transparent;
	right: -37px;
	top: 0;
	bottom: 0;
}

.popular-packages .box .image-wrapper .link img {
	min-height: 275px
}

.popular-packages .box .image-wrapper .link {
	display: block;
	width: 100%;
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
}

.popular-packages .box .image-wrapper .link img {
	width: 100%;
	transition: all 0.8s ease;
	-webkit-transition: all 0.8s ease;
	-moz-transition: all 0.8s ease;
	-o-transition: all 0.8s ease;
	border-radius: 5px;
}

.popular-packages .box .image-wrapper .link:before {
	content: "";
	position: absolute;
	z-index: 2;
	width: 100%;
	height: 120%;
	top: 0;
	left: 0;
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
}

/* .popular-packages .box p{
	font-size:13px;
	line-height:20px;
	color:#505050;
	text-align:left;
	margin-bottom:22px;
} */

.popular-packages .box p {
	font-size: 13px;
	line-height: 20px;
	color: #505050;
	text-align: left;
	margin-bottom: 22px;

	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	height: 63px;
}

.popular-packages .box .more-info {
	font-size: 13px;
	line-height: 20px;
	color: #b0b0ae;
	text-transform: uppercase;
	border: 1px solid #dedede;
	padding: 10px 40px;
	margin-right: 13px;
}

/*.popular-packages .box:hover .more-info{
	border:1px solid #f42626;
	background-color:#f42626;
	color:#fff;
}*/
/* .popular-packages .box .book-now{
	font-size:13px;
	line-height:20px;
	color:#f42626;
	text-transform:uppercase;
	border:1px solid #f42626;
	padding:10px 36px; float:right} */

.popular-packages .box .book-now {
	font-size: 13px;
	line-height: 20px;
	color: #f42626;
	text-transform: uppercase;
	border: 1px solid #f42626;
	padding: 10px 36px;
	/* float: right; */
	width: 100%;
}

.popular-packages .box:hover .book-now {
	border: 1px solid #f42626;
	background-color: #f42626;
	color: #fff;
}

.popular-packages .box:hover .image-wrapper .link img {
	transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-o-transform: scale(1.2);
}

.popular-packages .box .content-box {
	padding: 16px 17px 18px 17px;
}

.popular-packages .box .content-box .heading i {
	background-color: #e9e9e9;
	width: 37px;
	height: 37px;
	border-radius: 50%;
	float: left;
	line-height: 37px;
	text-align: center;
	margin-bottom: 15px;

}

.popular-packages .box .content-box .heading .text {
	font-size: 17px;
	font-weight: bold;
	text-transform: uppercase;
	color: #0c4364;
	float: left;
	margin-left: 10px;
}

.popular-packages .box .content-box .heading .text span {
	color: #6d6d6d;
	font-size: 11px;
}

.popular-packages .box .content-box .heading .text .duration {
	font-size: 11px;
	font-weight: bold;
	color: #b0b0ae;
	text-align: left;
	margin-bottom: 10px;
}

.popular-packages .box .content-box .heading .person .seats {
	color: #b0b0ae;
	text-transform: uppercase;
	font-size: 11px;
}

.popular-packages .owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
	background: #e50f0f;
}

.popular-packages .owl-theme .owl-dots .owl-dot span {
	width: 10px;
	height: 10px;
	margin: 5px 3px;
	background-color: #d4d4d4;
	display: block;
	-webkit-backface-visibility: visible;
	transition: opacity .2s ease;
	border-radius: 30px;
}

.popular-packages .owl-theme .owl-nav.disabled+.owl-dots {
	margin-top: 37px;
}

.popular-packages .owl-next {
	position: absolute;
	right: -20px;
	top: 35%;
	line-height: 35px;
}

.popular-packages .owl-prev {
	position: absolute;
	left: -20px;
	top: 35%;
	line-height: 35px;
}

.popular-packages .owl-theme .owl-nav [class*=owl-] {
	color: #4c4c4c;
	font-size: 14px;
	background: #ffffff;
	display: inline-block;
	cursor: pointer;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.1);
	border: 0px solid #dddddd;
}

.popular-packages .owl-theme .owl-nav [class*=owl-]:hover {
	background: #e50f0f;
	color: #FFF;
	text-decoration: none;
}

/* Statics */
.statics {
	background-color: #d02027;
	min-height: 77px;
}

.statics .box {
	margin-top: 13px;
	margin-bottom: 11px;
}

.statics .icon {
	width: 40px;
	float: left;
	margin-right: 15px;
}

.statics .text span {
	font-size: 37px;
	color: #fff;
	line-height: 24px;
	font-weight: 400;
}

.statics .text {
	font-size: 16px;
	color: #f1b8bb;
	font-weight: bold;
	float: left;
}

/* Popular Categories */
.popular-categories {
	background: url(../images/popular-categories-bg.jpg) no-repeat center top;
	min-height: 552px;
}

.popular-categories h5 {
	padding: 0px 0px 0px 0px;
	margin: 30px 0px 35px 0px;
	font-size: 25px;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.popular-categories .box {
	background-color: #ffffff;
	box-shadow: 0 10px 10px rgba(0, 0, 0, 0.20);
	margin-bottom: 30px;
	border-radius: 5px;
	cursor: pointer;
}

.popular-categories .box .image-wrapper {
	position: relative;
	overflow: hidden;
	height: 215px;
	border-radius: 5px;
}

.popular-categories .box .image-wrapper .link {
	display: block;
	width: 100%;
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
}

.popular-categories .box .image-wrapper .link img {
	width: 100%;
	transition: all 0.8s ease;
	-webkit-transition: all 0.8s ease;
	-moz-transition: all 0.8s ease;
	-o-transition: all 0.8s ease;
	border-radius: 5px;
}

.popular-categories .box .image-wrapper .link:before {
	content: "";
	position: absolute;
	z-index: 2;
	width: 100%;
	height: 120%;
	top: 0;
	left: 0;
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
}

.popular-categories .box:hover .image-wrapper .link img {
	transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-o-transform: scale(1.2);
}

.popular-categories .owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
	background: #e50f0f;
}

.popular-categories .owl-theme .owl-dots .owl-dot span {
	width: 10px;
	height: 10px;
	margin: 5px 3px;
	background-color: #d4d4d4;
	display: block;
	-webkit-backface-visibility: visible;
	transition: opacity .2s ease;
	border-radius: 30px;
}

.popular-categories .owl-theme .owl-nav.disabled+.owl-dots {
	margin-top: 37px;
}

.popular-categories .owl-next {
	position: absolute;
	right: -20px;
	top: 35%;
	line-height: 35px;
}

.popular-categories .owl-prev {
	position: absolute;
	left: -20px;
	top: 35%;
	line-height: 35px;
}

.popular-categories .owl-theme .owl-nav [class*=owl-] {
	color: #4c4c4c;
	font-size: 14px;
	background: #ffffff;
	display: inline-block;
	cursor: pointer;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.1);
	border: 0px solid #dddddd;
}

.popular-categories .owl-theme .owl-nav [class*=owl-]:hover {
	background: #e50f0f;
	color: #FFF;
	text-decoration: none;
}

.popular-categories .box .red {
	background-color: #f42626;
	width: 80%;
	margin: 0 auto;
	height: 28px;
	border-radius: 30px;
	margin-top: -15px;
	position: absolute;
	z-index: 99;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
	font-size: 17px;
	text-align: center;
	color: #fff;
	line-height: 28px;
}

.popular-categories .box p {
	margin-top: 23px;
	margin-bottom: 5px;
	color: #747474;
	font-size: 15px;
	font-weight: bold;
}

.popular-categories .box p span {
	font-size: 11px;
}

.popular-categories .box .timings {
	font-size: 13px;
	font-weight: bold;
	color: #f42626;
	margin-bottom: 10px;
}

.popular-categories .box .book-now {
	font-size: 13px;
	text-transform: uppercase;
	color: #767676;
	padding: 10px 40px 10px 40px;
	border-radius: 5px;
	border: 1px solid #dedede;
	margin-bottom: 16px;
}

.popular-categories .box:hover .book-now {
	color: #fff;
	background-color: #f42626;
	border: 1px solid #f42626;
}

.popular-categories .more-popular-categories {
	font-size: 13px;
	text-transform: uppercase;
	color: #fff;
	border: 1px solid #fff;
	border-radius: 5px;
	padding: 10px 25px;
}

.popular-categories .more-popular-categories:hover {
	background-color: #d02027;
	color: #fff;
	border: 1px solid #d02027;
}

/* additional-services */
.additional-services {
	background: url(../images/additional-services-bg.jpg) repeat-x;
	min-height: 588px;
	background-color: #0190c8;
}

.additional-services h5 {
	padding: 0px 0px 0px 0px;
	margin: 48px 0px 45px 0px;
	font-size: 35px;
	color: #19445e;
	text-transform: uppercase;
	letter-spacing: 0.5px;
}

.additional-services .box {
	min-height: 407px;
	background-color: #fff;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	box-shadow: 0 10px 10px rgba(214, 214, 214, 0.67);
	-webkit-transition: all 400ms linear;
	-moz-transition: all 400ms linear;
	-o-transition: all 400ms linear;
	-ms-transition: all 400ms linear;
	transition: all 400ms linear;
}

.additional-services .box:hover {
	transform: translateY(-5px);
	cursor: pointer;
}

.additional-services .box .image-wrapper {
	position: relative;
	overflow: hidden;
	height: 205px;
}

.additional-services .box .image-wrapper .link {
	display: block;
	width: 100%;
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
}

.additional-services .box .image-wrapper .link img {
	width: 100%;
	transition: all 0.8s ease;
	-webkit-transition: all 0.8s ease;
	-moz-transition: all 0.8s ease;
	-o-transition: all 0.8s ease;
}

.additional-services .box .image-wrapper .link:before {
	content: "";
	position: absolute;
	z-index: 2;
	width: 100%;
	height: 120%;
	top: 0;
	left: 0;
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
}

.additional-services .box:hover .image-wrapper .link img {
	transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-o-transform: scale(1.2);
}

.additional-services .box .content {
	padding: 0px 12px 12px 12px;
}

.additional-services .box .content .icon {
	margin-top: -22px;
	margin-bottom: 11px;
	position: absolute;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
}

.additional-services .box .content h4 {
	padding: 29px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	font-size: 17px;
	color: #0c3954;
	font-weight: bold;
	text-transform: uppercase;
}

.additional-services .box .content p {
	font-size: 14px;
	line-height: 20px;
	color: #666666;
	text-align: center;
	margin-bottom: 24px;
	margin-top: 5px;
}

.additional-services .box .know-more {
	font-size: 12px;
	text-transform: uppercase;
	color: #767676;
	padding: 10px 40px 10px 40px;
	border-radius: 5px;
	border: 1px solid #dedede;
	font-weight: bold;
}

.additional-services .box:hover .know-more {
	color: #fff;
	background-color: #f42626;
	border: 1px solid #f42626;
}

/* packages */
.packages {
	background-color: #ffffff;
	padding: 100px 0px 80px 0px;
}

.packages .box {
	background-color: #ffffff;
	box-shadow: 0 10px 10px rgba(0, 0, 0, 0.20);
	margin-bottom: 30px;
}

.packages .box .image-wrapper {
	position: relative;
	overflow: hidden;
	height: 194px;
}

.packages .box .image-wrapper .link {
	display: block;
	width: 100%;
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
}

.packages .box .image-wrapper .link img {
	width: 100%;
	transition: all 0.8s ease;
	-webkit-transition: all 0.8s ease;
	-moz-transition: all 0.8s ease;
	-o-transition: all 0.8s ease;
}

.packages .box .image-wrapper .link:before {
	content: "";
	position: absolute;
	z-index: 2;
	width: 100%;
	height: 120%;
	top: 0;
	left: 0;
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
}

.packages .box:hover .image-wrapper .link img {
	transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-o-transform: scale(1.2);
}

.packages .box .title-wrapper {
	padding: 20px 0px 20px 20px;
}

.packages .box .title-wrapper h4 {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	font-size: 17px;
	color: #0c3954;
	font-weight: bold;
	text-transform: uppercase;
}

.packages .box .title-wrapper p {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	font-size: 11px;
	color: #8d8d8d;
	text-transform: uppercase;
}

.packages .box .title-wrapper p span {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	font-size: 15px;
	color: #8d8d8d;
	font-weight: bold;
	text-transform: uppercase;
}

/* Special Packages*/
.special-packages {
	background-color: #f1f1f1;
	padding: 45px 0px 25px 0px;
}

.special-packages .effect-lily p {
	float: left;
	margin-left: 34px;
	font-size: 20px;
	line-height: 25px;
	font-weight: 300;
}

.special-packages .effect-lily a {
	float: right;
	margin-right: 25px;
	line-height: 40px;
	background-color: #f42626;
	border-radius: 5px;
	color: #fff;
	font-size: 13px;
	padding: 0px 30px;
	margin-top: 7px;
}

.special-packages h5 {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 45px 0px;
	font-size: 35px;
	color: #19445e;
	text-transform: uppercase;
	letter-spacing: 0.5px;
}

.special-packages .box {
	background-color: #ffffff;
}

.special-packages .box .image-wrapper {
	position: relative;
	overflow: hidden;
}

.special-packages .box .image-wrapper .link {
	display: block;
	width: 100%;
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
}

.special-packages .box .image-wrapper .link img {
	width: 100%;
	transition: all 0.8s ease;
	-webkit-transition: all 0.8s ease;
	-moz-transition: all 0.8s ease;
	-o-transition: all 0.8s ease;
}

.special-packages .box .image-wrapper .link:before {
	content: "";
	position: absolute;
	z-index: 2;
	width: 100%;
	height: 120%;
	top: 0;
	left: 0;
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	background: linear-gradient(to bottom, rgba(14, 31, 69, 0) 0, rgba(14, 31, 69, 0.3) 50%, rgba(14, 31, 69, 0.5) 70%, rgba(14, 31, 69, 0.6) 75%, rgba(14, 31, 69, 0.7) 85%, rgba(14, 31, 69, 0.8) 90%, rgba(14, 31, 69, 0.9) 100%);
}

.special-packages .box:hover .image-wrapper .link img {
	transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-o-transform: scale(1.2);
}

.special-packages .box .image-wrapper .title-wrapper {
	position: absolute;
	bottom: 20px;
	left: 20px;
	right: 20px;
	display: inline-block;
	color: #fff;
	font-size: 20px;
	z-index: 5;
}

.special-packages .box .image-wrapper .title-wrapper .title {
	color: #fff;
	float: left;
	text-transform: uppercase;
	font-weight: bold;
	position: relative;
}

.special-packages .box .image-wrapper .title-wrapper .title:before {
	content: "";
	position: absolute;
	top: 100%;
	left: 0;
	width: 0%;
	height: 1px;
	background: #ffdd00;
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
}

.special-packages .box .image-wrapper .title-wrapper .title:hover {
	color: #ffdd00;
}

.special-packages .box .image-wrapper .title-wrapper .title:hover:before {
	width: 100%;
}

/*---------------*/
/***** Lily *****/
/*---------------*/



figure.effect-lily figcaption {
	text-align: left;
}

figure.effect-lily figcaption {
	position: absolute;
	bottom: 0px;
	left: 0;
	padding: 0px;
	width: 100%;
	z-index: 99
}

figure.effect-lily figcaption hr {
	border-color: #495774;
}

figure.effect-lily figcaption p {
	font-size: 19px;
	color: #fff;
	font-size: 300;
	display: table-cell;
	vertical-align: top
}

.special-packages .owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
	background: #e50f0f;
}

.special-packages .owl-theme .owl-dots .owl-dot span {
	width: 10px;
	height: 10px;
	margin: 5px 3px;
	background-color: #d4d4d4;
	display: block;
	-webkit-backface-visibility: visible;
	transition: opacity .2s ease;
	border-radius: 30px;
}

.special-packages .owl-theme .owl-nav.disabled+.owl-dots {
	margin-top: 37px;
}

.special-packages .owl-next {
	position: absolute;
	right: -20px;
	top: 40%;
	line-height: 35px;
}

.special-packages .owl-prev {
	position: absolute;
	left: -20px;
	top: 40%;
	line-height: 35px;
}

.special-packages .owl-theme .owl-nav [class*=owl-] {
	color: #4c4c4c;
	font-size: 14px;
	background: #ffffff;
	display: inline-block;
	cursor: pointer;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.1);
	border: 0px solid #dddddd;
}

.special-packages .owl-theme .owl-nav [class*=owl-]:hover {
	background: #e50f0f;
	color: #FFF;
	text-decoration: none;
}

/*Customers */
.customers {
	background-color: #eaeaea;
	padding-top: 50px;
}

.customers h6 {
	padding: 0px 0px 25px 0px;
	margin: 0px 0px 0px 0px;
	font-size: 25px;
	color: #292929;
}

/*Testimonial Slider*/
.hptmlider {
	margin: 80px 0 50px;
	background: #fff;
	min-height: 290px;
	position: relative;
	padding: 70px 20px 0;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.22);
	border-radius: 20px;
	margin-left: 20px;
	margin-right: 20px;
}

.hptmlider #sync2 {
	position: absolute;
	top: -60px;
	left: 0;
	right: 0;
	margin: 0 auto;
	max-width: 760px;
}

.hptmlider .item {
	display: flex;
	text-align: center;
	min-height: 70px;
	align-items: center;
	justify-content: center;
}

.hptmlider .testimonthumb,
.hptmlider .testimonthumb figure {
	margin: 0 auto;
	position: relative;
	display: inline-block;
	text-align: center;
	-webkit-transition: all 400ms ease-in-out;
	-moz-transition: all 400ms ease-in-out;
	-o-transition: all 400ms ease-in-out;
	-ms-transition: all 400ms ease-in-out;
	transition: all 400ms ease-in-out;
}

.hptmlider .testimonthumb figure img {
	width: 100%;
	-webkit-transition: all 400ms ease-in-out;
	-moz-transition: all 400ms ease-in-out;
	-o-transition: all 400ms ease-in-out;
	-ms-transition: all 400ms ease-in-out;
	transition: all 400ms ease-in-out;
}

.hptmlider .testimonthumb figure {
	overflow: hidden;
	border-radius: 50%;
	height: 92px;
	width: 92px;
	border: 2px solid #fff;
	box-shadow: 0 0px 5px rgba(0, 0, 0, 0.3);
}

.hptmlider .testimonthumb:after {
	content: " ";
	display: none;
	position: absolute;
	bottom: 5px;
	right: -5px;
	background: #f02525 url(../images/quotes.png) no-repeat center center;
	height: 40px;
	width: 40px;
	border-radius: 50px;
	box-shadow: 0 1px 5px rgba(0, 0, 0, 0.22);
	-webkit-transition: all 400ms ease-in-out;
	-moz-transition: all 400ms ease-in-out;
	-o-transition: all 400ms ease-in-out;
	-ms-transition: all 400ms ease-in-out;
	transition: all 400ms ease-in-out;
}

.hptmlider .owl-item.active.center .testimonthumb:after {
	display: block;
}

.hptmlider .owl-item.active.center .testimonthumb figure {
	height: 115px;
	width: 115px;
}

.hptmlider .hptestmoncontent {
	padding: 10px 100px 50px;
}

.hptmlider .hptestmoncontent .testimonuser {
	margin-top: 0;
	margin-bottom: 5px;
	color: #3f3f3f;
	font-weight: 600;
	font-size: 18px;
}

.hptmlider .hptestmoncontent .tmuserloc {
	margin-bottom: 12px;
	color: #f02525;
	text-transform: uppercase;
	font-size: 13px;
	line-height: 13px;
}

.hptmlider .hptestmoncontent .tagline {
	margin-bottom: 5px;
	color: #3f3f3f;
	font-size: 20px;
	line-height: 26px;
	font-weight: 700;
}

.hptmlider .hptestmoncontent p {
	font-size: 14px;
	line-height: 22px;
	color: #747474
}

.hptmlider .owl-nav .owl-prev {
	float: left;
}

.hptmlider .owl-nav .owl-next {
	float: right;
}

.hptmlider .owl-nav {
	position: absolute;
	left: -40px;
	right: -40px;
	top: 25%;
	height: 1px;
	overflow: visible;
}

.hptmlider .owl-nav .owl-next,
.hptmlider .owl-nav .owl-prev {
	font-size: 30px;
	color: #999;
	background: #fff;
	border: 1px solid #ddd;
	height: 40px;
	width: 40px;
	text-align: center;
	line-height: 35px;
	border-radius: 50%;
	box-shadow: 0 1px 5px rgba(0, 0, 0, 0.22);
	-webkit-transition: all 400ms ease-in-out;
	-moz-transition: all 400ms ease-in-out;
	-o-transition: all 400ms ease-in-out;
	-ms-transition: all 400ms ease-in-out;
	transition: all 400ms ease-in-out;
}

.hptmlider .owl-nav .owl-next:hover,
.hptmlider .owl-nav .owl-prev:hover {
	color: #fff;
	background: #ef2525;
	border: 1px solid #ef2525;
	box-shadow: 0 1px 5px rgba(0, 0, 0, 0.22);
}

/*Profile Categories*/
.hpcategorybtm {
	background: #f6f6f6;
	border-top: 1px solid #eee;
}

.profilestab {
	max-width: 900px;
	margin: 20px auto;
}

.profilestab .nav-tabs {
	text-align: center;
	background: #fff;
	border: 1px solid #c7c7c7;
	border-radius: 4px 4px 0 0;
	margin-bottom: -1px;
}

.profilestab .nav-tabs li {
	float: none;
	display: inline-block;
}

.profilestab .nav-tabs>li.active>a {
	background: transparent;
	border: 0;
	border-bottom: 2px solid transparent;
	outline: none;
}

.profilestab .nav-tabs>li.active>a {
	border-bottom: 3px solid #d90845;
	color: #d90845;
}

.profilestab .nav-tabs li a {
	font-size: 15px;
	background: transparent;
	border: 0;
	border-bottom: 2px solid transparent;
	color: #444;
	font-weight: 500;
}

.profilestab .nav-tabs li a:hover {
	color: #d90845;
}

.profilestab .tabcontentwrap {
	min-height: 165px;
	padding: 20px;
	background: #fff;
	border: 1px solid #c7c7c7;
	border-radius: 0 0 3px 3px;
	text-align: center;
}

.profilestab .tabcontentwrap ul li {
	margin: 0;
	padding: 0;
	line-height: 30px;
}

.profilestab .tabcontentwrap ul li a {
	padding: 0 10px;
	display: inline-block;
	position: relative;
	color: #969696;
}

.profilestab .tabcontentwrap ul li a:hover {
	color: #d90845;
}

.profilestab .tabcontentwrap ul li a:after {
	content: "";
	width: 1px;
	background: #999;
	right: 0;
	top: 0;
	bottom: 0;
	display: block;
}

/*Newsletter*/
.newsletter {
	padding: 30px 0px;
	background: #061426;
	color: #fff;
}

.newsletter h5 {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	font-size: 24px;
	font-weight: 900;
	color: #fff;
	line-height: 45px;
}

.newsletter .socialicons p {
	font-weight: 600;
	margin-top: 0px;
	margin-bottom: 0;
	font-size: 12px;
	text-align: left;
	color: #9ca6b5;
}

.newsletter .socialicons a {
	display: inline-block;
	font-size: 16px;
	padding: 5px 13px 0px 0px;
	color: #9ca6b5
}

.newsletter .socialicons a:last-child {
	padding-right: 0px;
}

.newsletter .contact-us {
	height: 40px;
	border-radius: 0px;
	background-color: #c31d1d;
	font-size: 13px;
	font-weight: 600;
	color: #fff;
	border: 0px;
	line-height: 40px;
	padding: 0px 42px;
	text-transform: uppercase;
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12);
}

.newsletter .contact-us:hover {
	background-color: #e50f0f;
	color: #fff;
}

.newsletter .share-feedback {
	height: 40px;
	border-radius: 0px;
	background-color: transparent;
	font-size: 13px;
	font-weight: 600;
	color: #fff;
	border: 1px solid #fff;
	line-height: 40px;
	padding: 0px 25px;
	text-transform: uppercase;
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12);
}

.newsletter .share-feedback:hover {
	background-color: #ffffff;
	color: #6e6e6e;
}

/*Footer*/
.siteftr {
	background: #020913;
	color: #9ca6b5;
}

footer .ftrinfowrap {
	padding-top: 26px;
	padding-bottom: 20px;
}

.siteftr a {
	color: #9ca6b5;
}

.siteftr a:hover {
	color: #fff;
}

footer .ftrinfowrap .ftrabtinfo .ftrlogo {
	margin-bottom: 20px;
}

footer .ftrinfowrap .ftrabtinfo p {
	line-height: 22px;
	font-size: 14px;
}

footer .ftrinfowrap ul {
	padding: 0;
	margin: 0;
}

footer .ftrinfowrap ul li {
	list-style: none;
	line-height: 22px;
	font-size: 14px;
}

footer .ftrinfowrap .ftrinfoblock {
	padding-top: 20px;
	margin-bottom: 10px;
}

footer .ftrinfowrap .ftrinfoblock h4 {
	color: #ffffff;
	font-weight: 600;
	font-size: 18px;
	margin-bottom: 12px;
}

footer .ftrinfowrap .ftrinfoblock p.textlg {
	font-size: 22px;
	font-weight: 600;
}

footer .ftrinfowrap .ftrinfoblock .box .icon {
	display: table-cell;
	vertical-align: top;
	font-size: 20px;
	color: #9ca6b5;
	padding-right: 20px;
	width: 37px;
	height: 37px;
}

footer .ftrinfowrap .ftrinfoblock .box .icon i {
	padding: 7px;
	border: 1px solid #9ca6b5;
	border-radius: 5px;
	width: 37px;
	height: 37px;
	text-align: center
}

footer .ftrinfowrap .ftrinfoblock .box .text {
	display: table-cell;
	vertical-align: top;
	padding-bottom: 10px;
}

footer .ftrinfowrap .ftrinfoblock .box .text h6 {
	font-size: 12px;
	font-weight: 700;
	color: #fff;
	text-transform: uppercase;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 5px 0px;
}

footer .ftrinfowrap .ftrinfoblock .box .text p {
	font-size: 16px;
	margin-bottom: 8px;
}

footer .ftrinfowrap .ftrinfoblock .box .text .phone {
	font-size: 20px;
	font-weight: bold;
	color: #9ca6b5;
}

footer .ftrbtm {
	padding-top: 25px;
	padding-bottom: 25px;
	font-size: 12px;
	border-top: 1px solid #1b2026;
}

footer .ftrbtm p {
	margin-bottom: 0;
}

footer .ftrbtm .cpyryt {
	text-align: left;
}

.ftrbtm .termlinks {
	text-align: right;
}

footer .ftrbtm .termlinks a {}

footer .ftrbtm .termlinks span {
	padding-left: 20px;
	padding-right: 20px;
}

footer .back-to-top {
	bottom: 10px;
	color: #fff;
	font-size: 22px;
	padding: 7px 12px;
	position: fixed;
	z-index: 100;
	right: 10px;
	background-color: transparent;
	background: #061426;
	-webkit-box-shadow: 0px 0px 21px 0px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0px 0px 21px 0px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 0px 21px 0px rgba(0, 0, 0, 0.3);
	border-radius: 5px;
}

footer .back-to-top:hover {
	background: #ef2525;
	color: #fff;
}


/*ADDN SERV*/
#addservSlider .owl-stage-outer {
	padding-bottom: 35px;
}

/*-----my css start here----*/

.inner-area {
	padding-bottom: 70px;
	padding-top: 132px;
	position: relative;
	z-index: 1;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.inner-area:after {
	background-color: rgba(9, 20, 38, 0.2);
	bottom: 0;
	content: "";
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	z-index: -1;
}

.inner-area h4 {
	color: #fff;
	font-size: 58px;
	font-weight: 600;
	letter-spacing: 0.9px;
	text-transform: uppercase;
}

.inner-area .slider-content {
	left: 0;
	right: 0;
	margin: 0 auto;
	top: 8% !important;
}

.all-headings {
	margin: 30px 0px 35px 0px;
	font-size: 22px;
	color: #0c4364;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.time-tbl {
	display: block;
	padding: 0px 7px;
	margin-bottom: 12px;
	border-top: 1px solid #ddd;
}

.time-tbl h5 {
	font-size: 17px;
	font-weight: 700;
}

.alltime li {
	padding: 4px 10px;
	display: inline-block;
	float: left;
	background: transparent;
	color: #0c4364;
	border-radius: 5px;
	margin-right: 5px;
	font-weight: 700;
	font-size: 12px;
	border: 1px solid #bfbfbf;
	margin-bottom: 4px;
}

.inner-area h3 {
	color: #dddde4;
	font-size: 35px;
	font-weight: 600;
	letter-spacing: 0.2px;
	display: inline-block;
	background: #061426;
	padding: 5px 15px;
	margin: 0 auto;
	text-align: center;
}


.packages-details {
	background: #f5f5f5;
	padding: 30px 0;
}

.packages-details .box {
	padding: 15px;
	display: table;
	width: 100%;
	table-layout: fixed;
	background: #fff;
	margin-bottom: 30px;
}

.p-l {
	padding-left: 0;
}

.p-2 {
	padding-right: 0;
}

.packages-details .item-price-more:after {
	content: '';
	display: block;
	position: absolute;
	width: 0;
	top: 0;
	bottom: 0;
	left: 0;
	border-left: 2px dotted #D4D4D4;
}

.packages-details .price-more {
	padding: 10px 30px;
}

.packages-details .amount {
	display: block;
	font-weight: 700;
	font-style: normal;
	font-size: 24px;
	color: #c31d1d;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.packages-details .awe-btn {
	float: left;
	display: inline-block;
	background: #c31d1d;
	border: 1px solid #c31d1d;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-ms-border-radius: 2px;
	-o-border-radius: 2px;
	border-radius: 2px;
	text-transform: uppercase;
	padding: 8px 10px;
	text-align: center;
	font-size: 13px;
	color: #fff;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	margin-top: 32px;
	margin-right: 8px;
	width: 96px;
}

.packages-details .awe-btn:hover {
	background: #e22b2b;
	color: #fff
}

.packages-details .box-title {
	margin: 0 10px 15px 0;
	font-size: 20px;
	font-weight: 600;
	margin-left: 20px;
}

.packages-details .details-wrapper {
	display: table;
	width: 100%;
}

.packages-details .package-heading-detail-wrap i {
	margin-right: 6px;
}

.packages-details .box-title small {
	font-size: 10px;
	color: #838383;
	text-transform: uppercase;
	display: block;
	margin-top: 13px;
	margin-left: 23px;
}

.packages-details .time {
	letter-spacing: 0.04em;
	font-size: 0.999em;
	line-height: 19px;
	font-weight: 600;
}

.packages-details .time>div:first-child {
	padding-left: 0;
	border-right: 1px solid #f5f5f5;
}

.packages-details .time .icon {
	float: left;
	padding: 0;
	font-size: 16px;
}

.packages-details .yellow-color {
	color: #7b7b7b
}

.packages-details .skin-color {
	color: #c31d1d;
	font-size: 15px;
	text-transform: capitalize;
	font-weight: 600;
}

.packages-details .time>div:last-child {
	border-right: none;
	border-left: 1px solid #f5f5f5;
}

.packages-details .time>div>div {
	padding-left: 25px;
}

.packages-details .details {
	padding: 20px 0
}

.packages-details .Enquiry-color {
	background: #061426;
	color: #fff;
	border-color: #061426;
}

/*** ==========================Contact page============================***/
.contact-info {}

.contact-info .info-box {
	margin: 50px 0 10px 0
}

.contact-info .single-item {
	background: #eee;
	padding: 20px;
	min-height: 175px;
}

.contact-info .single-item:hover {
	-webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, .10);
	-moz-box-shadow: 0 2px 10px rgba(0, 0, 0, .10);
	box-shadow: 0 2px 10px rgba(0, 0, 0, .10)
}

.contact-info.contact-info .info-box .icon-box i:before {
	font-size: 36px;
	color: #c9302c;
	margin: 0px;
	transition: all 500ms ease;
}

.contact-info .info-box .single-item:hover .icon-box i:before {
	color: #222;
}

.contact-info .info-box .icon-box {
	margin-bottom: 13px;
}

.contact-info .info-box h4 {
	font-weight: 600;
	margin-bottom: 8px;
	color: #3c3c3c;
}

.contact-info .info-box .text,
.contact-info .info-box .text a {
	font-size: 14px;
	color: #3c3c3c;
}

.contact-info .info-box .text a:hover {
	color: #e50f0f;
}

/** .....contact-section input........**/
.contact-section {}

.google-map-area {}

.contact-section .contact-title {
	font-size: 30px;
	line-height: 40px;
	color: #222;
	font-weight: 700;
	margin-bottom: 14px;
}

.contact-section input,
.contact-section textarea {
	width: 100%;
	height: 52px;
	background: #fff;
	border: 1px solid #f5f5f5;
	padding: 0px 20px;
	margin-bottom: 15px;
	transition: all 500ms ease;
}

.contact-section input:focus,
.contact-section textarea:focus {
	border: 1px solid #c9302c;
	outline: none
}

.contact-section textarea {
	height: 100px;
	resize: none;
	padding: 15px 20px;
	margin-bottom: 0
}

.pd40 {
	padding: 30px 0;
}

.all-red-btn {
	height: 40px;
	border-radius: 0px;
	background-color: #c31d1d;
	font-size: 13px;
	font-weight: 600;
	color: #fff;
	border: 0px;
	line-height: 40px;
	padding: 0px 42px;
	text-transform: uppercase;
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12);
}

.all-red-btn:hover {
	background-color: #e50f0f;
	color: #fff;
}

/*--------FAQ CSS-------*/

.faq-sec {
	margin: 40px 0 10px 0;
}

.faq-sec .panel-heading a {
	color: #282828;
	display: inline-block;
	font-size: 18px;
	width: 100%;
	font-weight: 600
}

.faq-sec .panel-heading a {
	display: flex;
	line-height: 2.0rem;
}

/* .faq-sec .panel-title a:before {
	float: left !important;
	font-family: FontAwesome;
	content: "\f192";
	padding-right: 20px;
	color: #c31d1d
}

.faq-sec .panel-title a:before {
	float: left !important;
	content: "\f10c";
	color: #999999;
	padding-right: 20px
} */

.faq-sec.faq-style .panel-title a .collapse-icn:before {
	float: left !important;
	font-family: FontAwesome;
	content: "\f146";
	padding-right: 20px;
	color: #c31d1d
}

.faq-sec.faq-style .panel-title a.collapsed .collapse-icn:before {
	float: left !important;
	content: "\f0fe";
	color: #c31d1d;
	padding-right: 20px
}

.faq-sec .panel-title>a:hover,
.faq-sec .panel-title>a:active,
.faq-sec .panel-title>a:focus {
	text-decoration: none;
	color: #c31d1d;
}

.faq-sec .panel-content {
	padding-bottom: 20px;
	padding-left: 55px;
	font-size: 15px;
	line-height: 25px;
}

/*--------about CSS-------*/
.p_custom {
	background-color: #f5f7fa;
	margin-bottom: 40px;
}

.sc_promo {
	position: relative;
	overflow: hidden;
	padding-top: 0.1px;
}

.sc_promo_image {
	position: absolute;
	top: 0;
	bottom: 0;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}

.sc_promo_text {
	width: 60%;
	float: right;
	padding: 2.1429em;
}


.statusMsg {
	color: red;
}

.login-page-demo {
	background-image: url(../images/1.jpg);
}

.awe-parallax {
	color: #fff;
	background-position: 50% 50%;
	background-attachment: fixed;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.login-page-demo .content-title span {
	font-size: 24px;
	color: #202021;
	line-height: 1.1em;
}

.login-page-demo .content-title h2 {
	margin: 0;
	font-weight: 700;
	font-size: 60px;
	line-height: 1.1em;
}

.login-register-page__content {
	max-width: 390px;
	width: 100%;
	float: right;
	padding: 63px 0 135px 0;
}

.login-page-demo form {
	position: relative;
	overflow: hidden;
	margin-top: 22px;
	padding: 34px 50px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	z-index: 9;
	background: rgba(253, 253, 253, 0.85);
}

.login-page-demo .login-register-link {
	background-color: #262626;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-ms-border-radius: 6px;
	-o-border-radius: 6px;
	border-radius: 6px;
	font-size: 14px;
	color: #f2f2f2;
	text-align: center;
	padding: 16px 0;
	margin-top: 20px;
}

.login-page-demo .form-item input {
	width: 100%;
}

.login-page-demo input[type="text"],
.login-page-demo input[type="number"],
.login-page-demo input[type="password"],
.login-page-demo input[type="email"] {
	background: none;
	border: 1px solid #d4d4d4;
	background-color: #fff;
	height: 40px;
	line-height: 40px;
	padding: 0 12px;
	color: #666;
	font-size: 14px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.login-page-demo .form-item label {
	display: block;
	font-size: 14px;
	font-weight: 600;
	color: #666;
}

.login-page-demo form .form-item {
	margin-bottom: 12px;
}

.login-page-demo form .forgot-password {
	float: left;
	margin-top: 30px;
	font-size: 12px;
	font-weight: 600;
	color: #666;
	text-decoration: underline;
	max-width: 160px;
}

.login-page-demo form .form-actions {
	margin-top: 18px;
	float: right;
}

.login-page-demo form .login-register-link {

	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-ms-border-radius: 6px;
	-o-border-radius: 6px;
	border-radius: 6px;
	font-size: 14px;
	color: #f2f2f2;
	text-align: center;
	padding: 16px 0;
	margin-top: 20px;
}

/*--------Searvice CSS-------*/

.listroBox figure a:hover img {
	transform: translate(-50%, -50%) scale(1.1);
}

.listroBox figure:hover .read_more {
	opacity: 1;
	visibility: visible;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
}

.listroBox {
	transition: .4s;
	transform: scale(1);
}

.listroBox:hover {
	transform: translateY(-6px);
}

.listroBox {
	background-color: #fff;
	position: relative;
	margin-bottom: 30px;
	border-radius: 3px;
	box-shadow: 0 0 20px 0 rgba(0, 0, 0, .1);
	margin-left: 0;
	margin-right: 0;
}

.listroBox figure {
	margin: 8px 0;
	overflow: hidden;
	position: relative;
	height: 200px;
	-webkit-border-radius: 3px 3px 0 0;
	-moz-border-radius: 3px 3px 0 0;
	-ms-border-radius: 3px 3px 0 0;
	border-radius: 3px 3px 0 0;
}

.listroBox figure a img {
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%) scale(1);
	-moz-transform: translate(-50%, -50%) scale(1);
	-ms-transform: translate(-50%, -50%) scale(1);
	-o-transform: translate(-50%, -50%) scale(1);
	transform: translate(-50%, -50%) scale(1);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	width: 100%;
	transition: all .3s ease-in-out;
}

.listroBox figure a img,
.listroBox.list_view figure a img {
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
}

.listroBox figure .read_more {
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -12px;
	-webkit-transform: translateY(10px);
	-moz-transform: translateY(10px);
	-ms-transform: translateY(10px);
	-o-transform: translateY(10px);
	transform: translateY(10px);
	text-align: center;
	opacity: 0;
	visibility: hidden;
	width: 100%;
	-webkit-transition: all .6s;
	transition: all .6s;
	z-index: 2;
}

.listroBox figure .read_more span {
	background-color: #c31d1d;
	display: inline-block;
	color: #fff;
	font-size: 14px;
	padding: 8px 25px;
	text-transform: uppercase;
}

.listroBox figure small {
	position: absolute;
	background-color: #000;
	background-color: rgba(0, 0, 0, .6);
	left: 20px;
	top: 22px;
	text-transform: uppercase;
	color: #fff;
	font-weight: 600;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	border-radius: 3px;
	padding: 7px 10px 4px;
	line-height: 1;
	font-size: 10px;
}

.listroBox .listroBoxmain {
	padding: 22px 5px 5px 16px;
}

.listroBox .listroBoxmain h3 {
	font-size: 20px;
	margin: 0 0 8px 0;
}

.listroBox .listroBoxmain h3 a {
	color: #0c3954;
	text-transform: uppercase;
	font-weight: 600;
}

.listroBox .listroBoxmain p {
	margin-bottom: 15px;
	font-size: 14px;
	line-height: 22px;
}

.Nopadding {
	padding: 0
}

.listroBox ul {
	padding: 10px 0px 0px 0px;
	border-top: 1px solid #ededed;
}

.listroBox ul li {
	display: inline-block;
}

.Ropen {
	color: #c31d1d;
	border: 1px solid #c31d1d;
}

.Ropen {
	font-size: 12px;
	font-weight: 600;
	padding: 6px 8px;
	border-radius: 1px;
	display: block;
}

.listroBox figure a:hover img {
	transform: translate(-50%, -50%) scale(1.1);
}


/*--------Searvice detalis-------*/
.weddings-details p {
	padding: 20px 0;
	font-size: 15px;
	line-height: 25px;
}

.weddings-details .chosse-packge {
	padding-left: 12px;
}

.weddings-details .chosse-packge h4 {
	font-size: 24px;
	color: #454545;
	font-weight: 600;
	padding: 10px 0 0px 0;
	text-transform: uppercase;
}

.weddings-details .chosse-packge .packaging-contents li {
	font-size: 15px;
	font-weight: 400;
	padding: 5px 0;
}

.weddings-details .chosse-packge .packaging-contents li i {
	color: #c9302c;
	margin-right: 10px;
}

.weddings-details {
	padding: 30px 0;
}

.weddings-details ul {
	padding: 0;
	list-style: none;
}

.adding-form {}

.adding-form .addfor-bg {
	background: #c9302c url("../images/add.jpg");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 10px 0;
	position: relative;
}

.adding-form .addfor-bg p {
	padding: 5px 0
}

.adding-form .addfor-bg:before {
	position: absolute;
	content: '';
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: rgba(0, 0, 0, 0.6);
	z-index: 1;
}

.adding-form .addfor-bg .add-content {
	position: relative;
	z-index: 8;
	padding: 15px;
}

.adding-form .addfor-bg .add-content h3 {
	color: #ffffff;
	font-size: 30px;
	font-weight: 600;
}

.adding-form .addfor-bg .add-content p {
	color: #ffffff;
	line-height: 30px;
}

.adding-form .addfor-bg .add-content .contact-for-add li {
	display: block;
	color: #ffffff;
	font-size: 15px;
	padding: 10px 0;
	font-weight: 600;
	letter-spacing: 2px;
}

.adding-form .addfor-bg .add-content .contact-for-add li img {
	margin-right: 10px;
}

.bk-now .all-red-btn {
	display: block;
	margin-bottom: 20px;
}

.widget_categories {
	background: #fdfdfd none repeat scroll 0 0;
	border: 1px solid #f1f1f1;
	margin-bottom: 30px;
	padding: 30px
}

.widget_categories ul {
	padding-left: 0px;
}

.widget_categories ul li {
	float: left;
	width: 100%;
	line-height: 1;
	list-style: none;
	font-size: 16px;
	margin: 0px 0px 25px;
}

.widget_categories ul li:last-child {
	margin: 0px;
}

.widget_categories ul li a {
	display: block;
	color: #c31d1d
}

.widget_categories ul li:hover a {
	padding-left: 10px;
}

.widget_categories ul li a i {
	float: left;
	margin: 1px 15px 0px 0px;
	font-size: 13px;
}

.ak-widget-heading {
	line-height: 0.8;
	margin: 0px 0px 30px;
	border-bottom: 1px solid #e7e7e7;
	letter-spacing: 0.05px;
	text-transform: uppercase;
	padding-bottom: 14px;
	text-align: center;
}

#datetimepicker1 .input-group-addon {
	background-color: #fff;
}

#datetimepicker1 .form-control {
	border-right: none
}

#datetimepicker1 .form-control:focus {
	box-shadow: none
}


.package-timing-more-btn,
.package-timing-less-btn {
	padding: 4px 10px;
	display: inline-block;
	float: left;
	/* background: transparent;
    color: #0c4364; */
	border-radius: 5px;
	margin-right: 5px;
	font-weight: 700;
	font-size: 12px;
	border: 1px solid #bfbfbf;
	display: inline-block;
	background-color: #0c4364 !important;
	color: #fff !important;

}

.add_query_sect {
	/* margin-left: auto; */
	display: block;
	text-align: right;
	padding-right: 2.02rem;
	color: #10285b;
	font-weight: 600;
	margin-bottom: 1rem;
}

.add_query_sect button {
	color: #fff;
	background-color: #c9302c;
	border-color: #ac2925;
	margin-top: 24px;
	padding: 7px 14px;
	border: none;
	border-radius: 3px;
	margin-left: 18px;
}

@media screen and (max-width:1200px) {
	.nav.nav.menu-toggle img {
		/* margin-top: 19px; */
	}

	header .contact-col {
		display: block;
	}

	.gfl_header .container {
		width: 96%;
	}

	.gfl_header .navbar-header {
		display: flex;
		align-items: center;
	}

	.navbar .contact-col .navbar-nav {
		min-width: 188px;
		display: flex;
		align-items: center;
		padding: 0 !important;
	}

	.navbar .contact-col .navbar-nav a {
		padding: 0 20px !important;
	}

	.header-top .affordable {
		display: none;
	}

	.header-top .row {
		display: grid;
		grid-template-columns: 45% 45%;
	}

	/*.header-top .row .col-lg-8:nth-child(1),*/
	.header-top .row .social-links {
		text-align: right;
		;
	}


	header .contact-col .btn-text {
		margin-top: 0;
	}

	.navbar.open-vertical-nav .navbar-vertical {
		display: flex;
		align-items: center;
		flex-direction: column;
		list-style-type: none;
	}


}

@media screen and (max-width: 1068px) {
	.package_preview_col {
		width: 49.8% !important;
	}
}

@media screen and (max-width:990px) {
	#main-slide .slider-content .col-md-2 {
		width: 47% !important;
		margin: 7px 1%;
	}

	#main-slide .slider-content .col-md-2:last-of-type {
		width: 99% !important;
		margin: 7px 1%;
	}

	#home #main-slide .slider-content .box {
		height: 202px;
		width: 80%;
	}

	#home #main-slide .carousel-inner .item {
		min-height: 89vh !important;
	}

	#home #main-slide .carousel-inner .item img {
		width: 100%;
		height: 100%;
		object-fit: cover;
		min-height: 89vh;
	}


}

.navbar-vertical {
	display: none;
	align-items: center;
	flex-direction: column;
	padding-left: 0;
	margin: 4px -1.6rem;
}

.navbar-vertical .nav-item-v {
	padding: 1.4rem 1.4rem;
	border-bottom: 1px solid #e8e8e8;
	/* box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px; */
	width: 100%;
	color: #333;
	font-weight: 400;
	text-align: center;
	background: #f5f5f5;
}

.navbar-vertical .nav-item-v a {
	color: #333;
	font-weight: 500;
}

.navbar-vertical .nav-item-v:hover {
	background-color: #f2f2f2;
}

.navbar {
	transition: 0.3s ease-in-out;
}

.navbar.open-vertical-nav {
	max-height: 450px;

}

.bg-transparent {
	background-color: transparent;
}



.mb-1 {
	margin-bottom: 0.3rem;
}

.mb-2 {
	margin-bottom: 1.1rem;
}


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



	#main-slide .slider-content .box {
		background-color: #fff;
		height: 211px;
	}

	.package_preview_col {
		width: 99.8% !important;
	}

	.navbar-header {
		display: flex;
		align-items: center;
		justify-content: space-between;
		width: 100%;
		position: relative;
		/* top: -7rem; */
	}

	.navbar-toggle,
	.gfl_header .contact-col a.btn.btn-danger {
		display: none;
	}

	header .navbar {
		max-height: 80px;
	}



	header .navbar-brand {
		padding: 0;
		margin-bottom: 2rem;
	}



	#main-slide .slider-content {
		position: absolute;
		z-index: 99;
		top: 39%;
		width: 100%;
		padding: 7px 20px;
		color: #fff;
	}

	.inner-area {
		padding-bottom: 70px;
		padding-top: 63px;
		position: relative;
	}

	.inner-area .slider-content h4 {
		color: #fff;
		font-size: 44px;
		font-weight: 600;
		letter-spacing: 0.9px;
		text-transform: uppercase;
	}

	.inner-area .slider-content h4.package-search-heading {
		font-size: 33px;
	}



	.best-the-busines {
		min-height: 100px;
		height: max-content;
		padding-bottom: 1.6rem;
	}

	header .contact-col {
		display: block;
	}

	header .contact-col .num {
		font-size: 15px;
	}



	.inner-area.package-detail-top-banner {
		padding-top: 63px;
	}

	.nav.nav.menu-toggle img {
		margin-top: 0px;
	}

	header .contact-col .btn-text {
		font-size: 10px;
		font-weight: bold;
		color: #e50f0f;
		margin-top: 0px;
		letter-spacing: 0.5px;
	}

	header .contact-col .num {
		font-size: 13px;
	}

	header .contact-col .btn-text {
		font-size: 9px;
	}

	.inner-area.package-searchform-bg {
		padding-top: 300px;
	}
}

@media screen and (max-width:1200px) {
	.best-the-busines figure img {
		width: 46px;
	}

	.best-the-busines .container {
		width: 90%;
	}

	.best-the-busines figure img.mid-col-img {
		width: 22px;
	}

	.best-the-busines p {
		font-size: 10px;
	}

	.collapse.navbar-collapse {
		display: none !important;
	}

	.navbar .navbar-brand img {
		width: 129px;
		margin-top: 7px;
	}



	.nav.menu-toggle {
		display: block;
		margin-left: 20px;
		text-align: right;
		/* margin-top: 27px; */
		/* padding-top: 9rem; */
		font-size: 25px;
	}

	.navbar-header {
		float: none;
	}

	.newsletter .feedback-row {
		display: flex;
		flex-wrap: wrap;
	}

	.newsletter .feedback-row .col-sm-4 {
		width: 42%;
	}

	.newsletter .feedback-row .col-sm-4:last-of-type {
		width: 100%;
		padding: 1rem;
		margin-left: 2rem;
		margin-top: 2rem;
	}

	.newsletter h5 {
		margin-bottom: 2rem;
		margin-left: 1.5rem;

	}


}

@media screen and (max-width:1080px) {
	.siteftr .about-col {
		width: 100%;
	}

	.siteftr .about-col .ftrabtinfo {
		max-width: 476px;
		margin-bottom: 3.4rem;
	}

	.siteftr .packages-col {
		padding-left: 15pxpx;
	}

	.siteftr .row .col-sm-8 {
		width: 100%;
	}

	.siteftr .info-col {
		padding-left: 15px;
	}

	.siteftr .contact-details-col {
		padding-left: 15px;
	}




}

@media screen and (max-width:1076px) {
	.collaboration_main .horizontal_list {
		flex-wrap: wrap;
		background-size: cover;
	}
}

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

@media screen and (max-width:720px) {
	.collaboration_main .companies {
		width: 132px !important;
		height: 69px;
		/* margin: 30px 11px; */
		margin: 11px 11px;
		object-fit: contain;
	}

	.collaboration_main h5 .main_text {
		padding: 0px 0px 0px 0px;
		margin: 48px 0px 45px 0px;
		font-size: 35px;
	}


	#main-slide .slider-content {
		top: 5%;
	}

	#main-slide .slider-content .col-md-2 {
		width: 99% !important;
		margin: 7px 1%;
	}

	#home #main-slide .slider-content .box {
		height: 313px;
		width: 90%;
	}

	#home #main-slide .carousel-inner .item {
		min-height: 89vh !important;
	}

	#home #main-slide .carousel-inner .item img {
		width: 100%;
		height: 100%;
		object-fit: cover;
		min-height: 89vh;
	}

	.packages-details #package-img {
		width: 100%;
		object-fit: cover;
		min-height: 200px;
	}

	.col-md-2:has(#package-img) {
		padding-right: 0;
	}
}

@media screen and (max-width: 630px) {
	#main-slide .slider-content h2 {
		font-size: 25px;
		margin-bottom: 26px;
		line-height: 35px;
	}

	#main-slide .slider-content p {
		font-size: 14px;
	}

	.hptmlider .hptestmoncontent {
		padding: 10px 10px 50px;
	}

	.ftrinforight .row {
		display: flex;
		flex-wrap: wrap;
	}

	.ftrinforight .row::before {
		content: none;
	}

	.ftrinforight .row .info-col {
		width: 43%;
	}

	.ftrinforight .row .packages-col {
		width: 52%;
	}

	.ftrinforight .row .contact-details-col {
		width: 100%;
		margin-top: 1.4rem;
	}


	.sc_promo {}

	.sc_promo_image {
		object-fit: cover;
		width: 100% !important;
		height: 295px;
		position: relative;
	}

	.sc_promo_text {
		width: 100%;
		float: none;
	}



	.faq-sec .panel-content {
		font-size: 14px;
	}

	.faq-sec .panel-heading a {

		font-size: 14px;
		font-weight: 600;
	}

	.navbar .contact-col .navbar-nav a {
		display: none !important;
	}

	/* .navbar .contact-col .navbar-nav {
		justify-content: flex-end;
	} */
	.navbar .contact-col .navbar-nav {
		min-width: max-content;
	}

	.gfl_header .container {
		width: 100%;
	}
}


@media screen and (max-width: 400px) {
	.newsletter .feedback-row .col-sm-4 {
		width: 100%;
	}

	.newsletter .contact-us,
	.newsletter .share-feedback {

		width: 100%;
		margin-top: 1.2rem;
	}
}