@import "../../cdn.jsdelivr.net/npm/bootstrap-icons%401.6.1/font/bootstrap-icons.css";
@import "https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,400;1,700;1,800;1,900&amp;display=swap";
@font-face {
font-family:helveticaneue;
src:url(../fonts/helveticaneuebold.ttf) format("truetype")
}
@font-face {
font-family:helveticaneueregular;
src:url(../fonts/helveticaneueregular.ttf) format("truetype")
}
:root {
--text-primary: #2d373c;
--text-secondary: #454545;
--text-tertiary: #666666;
--c-primary: #ed1d24;
--f-primary: "Barlow", sans-serif;
--f-secondary: "helveticaneue";
--f-secondary-two: "helveticaneueregular";
--shadow-one: 4px 8px 30px rgba(141, 141, 141, 0.1)
}
body {
	margin:0;
	padding:0;
	font-size:16px;
	font-family:var(--f-primary)
}
* {
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	outline:none;
	-moz-osx-font-smoothing:grayscale;
	-webkit-font-smoothing:antialiased
}
h1, h2, h3, h4, h5, h6 {
	margin:0;
	padding:0
}
p {
	margin:0;
	font-family:var(--f-primary);
	font-size:16px
}
ol, ul {
	padding:0;
	margin:0;
	list-style:none
}
img {
	cursor:pointer
}
.pt-120 {
	padding-top:120px
}
.pt-110 {
	padding-top:110px
}

.pt-100 {
	padding-top:100px
}
.pt-95 {
	padding-top:95px
}
.pt-90 {
	padding-top:90px
}
.pt-80 {
	padding-top:80px
}
.pt-76 {
	padding-top:76px
}
.pt-70 {
	padding-top:70px
}
.pt-60 {
	padding-top:60px
}
.pt-50 {
	padding-top:50px
}
.pt-40 {
	padding-top:40px
}
.pt-30 {
	padding-top:30px
}
.pt-20 {
	padding-top:20px
}
.pb-110 {
	padding-bottom:110px
}
.pb-100 {
	padding-bottom:100px
}
.pb-90 {
	padding-bottom:90px
}
.pb-80 {
	padding-bottom:80px
}
.pb-70 {
	padding-bottom:70px
}
.pb-60 {
	padding-bottom:60px
}
.pb-50 {
	padding-bottom:50px
}
.pb-40 {
	padding-bottom:40px
}

.pb-30 {
	padding-bottom:30px
}
.pb-20 {
	padding-bottom:20px
}
.mt-110 {
	margin-top:110px
}
.mt-120 {
	margin-top:120px
}
.mt-118 {
	margin-top:118px
}
.mt-100 {
	margin-top:100px
}
.mt-90 {
	margin-top:90px
}
.mt-80 {
	margin-top:80px
}
.mt-70 {
	margin-top:70px
}
.mt-60 {
	margin-top:60px
}
.mt-50 {
	margin-top:50px
}
.mt-40 {
	margin-top:40px
}
.mt-30 {
	margin-top:30px
}
.mt-20 {
	margin-top:20px
}
.mt-10 {
	margin-top:10px
}
.mb-100 {
	margin-bottom:100px
}
.mb-90 {
	margin-bottom:90px
}
.mb-80 {
	margin-bottom:80px
}.mb-70 {
	margin-bottom:70px
}
.mb-60 {
	margin-bottom:60px
}
.mb-50 {
	margin-bottom:50px
}
.mb-40 {
	margin-bottom:40px
}
.mb-30 {
	margin-bottom:30px
}
.mb-20 {
	margin-bottom:20px
}
.mb-10 {
	margin-bottom:10px
}
.mb-0 {
	margin-bottom:0
}
ins, a {
	text-decoration:none!important
}
input {
	padding:8px 15px;
	display:block;
	width:100%;
	background:#fff;
	border:1px solid #eee;
	border-radius:5px;
	height:45px
}
input:focus {
	outline:none!important;
	border:1px solid #c27c7c
}
input[type=submit] {
	background:#000;
	border:none;
	color:#fff;
	padding:10px 20px;
	border:1px solid #000;
	text-transform:uppercase
}
input[type=submit]:hover {
	background:#fff;
	color:#000
}
input[type=submit]:focus {
	outline:none
}
textarea {
	padding:8px 10px;
	background:#fff;
	border-radius:5px;
	display:block;
	width:100%;
	border:1px solid #eee;
-webkit-transition:all .4s ease;
transition:all .4s ease
}
select {
	padding:8px 10px;
	background:#fff;
	border:1px solid #fff;
	border-radius:5px;
	display:block;
	width:100%;
-webkit-transition:all .4s ease;
transition:all .4s ease;
	margin-bottom:0;
	height:45px
}
select:focus {
	outline:none;
	border:1px solid #ff5235!important
}
input.input-field.check-in.react-datepicker-ignore-onclickoutside {
	border:1px solid #ed1d24
}
table tbody tr td, table tbody tr th, table thead tr td, table thead tr th, table tfoot tr td, table tfoot tr th {
	border:1px solid #eee;
	padding:10px
}
.accordion-item.faq-accordion {
	margin-top:30px;
	border-bottom:none
}
.accordion-item.faq-accordion .accordion-header .accordion-button {
	background:#162b32;
	border-radius:5px 5px 0 0;
	font-weight:600;
	font-size:20px;
	color:#fff;
	cursor:pointer;
	padding:15px 15px 15px 20px
}
.accordion-item.faq-accordion .accordion-header .accordion-button::after {
background-image:none;
content:"\ecad";
font-family:boxicons;
height:auto;
width:auto
}
.accordion-item.faq-accordion .accordion-header .accordion-button:focus {
	-webkit-box-shadow:none;
	box-shadow:none
}
.accordion-item.faq-accordion .accordion-collapse .accordion-body {
	background:#fff;
	-webkit-box-shadow:3px 5px 35px rgba(86, 68, 169, .1);
	box-shadow:3px 5px 35px rgba(86, 68, 169, .1);
	border-radius:0 0 5px 5px;
	padding:20px 30px
}
.accordion-item.faq-accordion .accordion-collapse .accordion-body p {
	font-size:16px;
	line-height:30px;
	color:#666
}
.accordion-item.faq-accordion .accordion-collapse .accordion-body .faq-list li {
	padding-top:12px;
	font-weight:500;
	font-size:16px;
	letter-spacing:.02em;
	text-transform:capitalize;
	color:#2d373c
}
.accordion-item.faq-accordion .accordion-collapse .accordion-body .faq-list li strong {
	font-weight:600
}
.select2-container--open .select2-dropdown--below {
	border:1px solid #eee
}
.select2-container--default .select2-selection--single {
	border:none
}
.select2-container .select2-selection--single .select2-selection__rendered {
	padding:0
}
.select2-container--default .select2-search--dropdown .select2-search__field {
	height:30px;
	border:1px solid #eee;
	border-radius:0
}
.select2-container--default .select2-results__group {
	font-size:14px;
	color:var(--text-tertiary);
	font-family:var(--f-primary)
}
.select2-results__option {
	font-size:13px
}
.select2-container--default .select2-selection--single .select2-selection__rendered, .select2-container--default .select2-selection--single .select2-selection__placeholder {
	font-weight:500;
	font-size:12px;
	color:#666
}
.calendar {
	padding:8px;
	background:#fff;
	border-radius:4px;
	font-size:14px!important;
	border:none;
	-webkit-box-shadow:0 20px 40px rgba(59, 60, 56, .05);
	box-shadow:0 20px 40px rgba(59, 60, 56, .05)
}
.ui-datepicker {
	background:#fff
}
.ui-datepicker-header {
	height:50px;
	line-height:50px;
	color:#fff;
	background:#ed1d24
}
.ui-datepicker-prev, .ui-datepicker-next {
	width:20px;
	height:20px;
	text-indent:9999px;
	border-radius:100%;
	cursor:pointer;
	overflow:hidden;
	margin-top:12px
}
.ui-datepicker-prev {
	float:left;
	margin-left:12px
}
.ui-datepicker-prev:after {
	-webkit-transform:rotate(45deg);
	transform:rotate(45deg);
	margin:-43px 0 0 8px
}
.ui-datepicker-next {
	float:right;
	margin-right:12px
}
.ui-datepicker-next:after {
	-webkit-transform:rotate(-135deg);
	transform:rotate(-135deg);
	margin:-43px 0 0 6px
}
.ui-datepicker-prev:after, .ui-datepicker-next:after {
	content:"";
	position:absolute;
	display:block;
	width:8px;
	height:8px;
	border-left:2px solid #fff;
	border-bottom:2px solid #fff
}
.ui-datepicker-prev:hover, .ui-datepicker-next:hover, .ui-datepicker-prev:hover:after, .ui-datepicker-next:hover:after {
	border-color:#eee
}
.ui-datepicker-title {
	text-align:center;
	font-size:18px
}
.ui-datepicker-calendar {
	width:100%;
	text-align:center
}
.ui-datepicker-calendar tr td, .ui-datepicker-calendar table tbody tr th, .ui-datepicker-calendar table thead tr td, .ui-datepicker-calendar table thead tr th, .ui-datepicker-calendar table tfoot tr td, .ui-datepicker-calendar table tfoot tr th {
	padding:0!important
}
.ui-datepicker-calendar thead tr th span {
	display:block;
	width:15px;
	color:#ed1d24;
	margin-bottom:0;
	font-size:14px;
	font-weight:500
}
.ui-state-default {
	display:block;
	text-decoration:none;
	color:#333;
	line-height:2;
	font-size:14px
}
.ui-state-default:hover {
	color:#fff;
	background:#ed1d24;
	border-radius:50px;
-webkit-transition:all .25s cubic-bezier(.7, -.12, .2, 1.12);
transition:all .25s cubic-bezier(.7, -.12, .2, 1.12)
}
.ui-state-highlight {
	color:#fff;
	background-color:#ed1d24;
	border-radius:0
}
.ui-state-active {
	color:#fff;
	background-color:#ed1d24;
	border-radius:50px
}
.ui-datepicker-unselectable .ui-state-default {
	color:#eee;
	border:2px solid transparent
}
.preloader {
	position:fixed;
	width:100%;
	height:100%;
	z-index:99999;
	background:#fff;
	top:0;
	left:0;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-align:center;
	-ms-flex-align:center;
	align-items:center;
	-webkit-box-pack:center;
	-ms-flex-pack:center;
	justify-content:center
}
@-webkit-keyframes loader {
0%, 10%, 100% {
width:80px;
height:80px
}
65% {
width:150px;
height:150px
}
}
@keyframes loader {
0%, 10%, 100% {
width:80px;
height:80px
}
65% {
width:150px;
height:150px
}
}
@-webkit-keyframes loaderBlock {
0%, 30% {
-webkit-transform:rotate(0);
transform:rotate(0)
}
55% {
background-color:#ed1d24
}
100% {
-webkit-transform:rotate(90deg);
transform:rotate(90deg)
}
}
@keyframes loaderBlock {
0%, 30% {
-webkit-transform:rotate(0);
transform:rotate(0)
}
55% {
background-color:#ed1d24
}
100% {
-webkit-transform:rotate(90deg);
transform:rotate(90deg)
}
}
@-webkit-keyframes loaderBlockInverse {
0%, 20% {
-webkit-transform:rotate(0);
transform:rotate(0)
}
55% {
background-color:#ed1d24
}
100% {
-webkit-transform:rotate(-90deg);
transform:rotate(-90deg)
}
}
@keyframes loaderBlockInverse {
0%, 20% {
-webkit-transform:rotate(0);
transform:rotate(0)
}
55% {
background-color:#ed1d24
}
100% {
-webkit-transform:rotate(-90deg);
transform:rotate(-90deg)
}
}
.preloader .loader {
	position:absolute;
	top:50%;
	left:50%;
	width:80px;
	height:80px;
	-webkit-transform:translate(-50%, -50%) rotate(45deg) translate3d(0, 0, 0);
	transform:translate(-50%, -50%) rotate(45deg) translate3d(0, 0, 0);
	-webkit-animation:loader 1.2s infinite ease-in-out;
	animation:loader 1.2s infinite ease-in-out
}
.preloader .loader span {
	position:absolute;
	display:block;
	width:40px;
	height:40px;
	background-color:#ed1d24;
	-webkit-animation:loaderBlock 1.2s infinite ease-in-out both;
	animation:loaderBlock 1.2s infinite ease-in-out both
}
.preloader .loader span:nth-child(1) {
top:0;
left:0
}
.preloader .loader span:nth-child(2) {
top:0;
right:0;
-webkit-animation:loaderBlockInverse 1.2s infinite ease-in-out both;
animation:loaderBlockInverse 1.2s infinite ease-in-out both
}
.preloader .loader span:nth-child(3) {
bottom:0;
left:0;
-webkit-animation:loaderBlockInverse 1.2s infinite ease-in-out both;
animation:loaderBlockInverse 1.2s infinite ease-in-out both
}
.preloader .loader span:nth-child(4) {
bottom:0;
right:0
}
.custom-input-group {
	margin-top:30px;
	position:relative
}
.custom-input-group i {
	position:absolute;
	top:50%;
	-webkit-transform:translateY(-50%);
	transform:translateY(-50%);
	right:15px;
	z-index:1
}
.custom-input-group label {
	display:inline-block;
	font-weight:500;
	font-size:16px;
	color:#2d373c
}
.custom-input-group label span{
	color:red;
}
.contact-form-wrap p span{
	color:red;
}
.custom-input-group input, .custom-input-group textarea {
	padding:15px 20px
}
.custom-input-group input::-webkit-input-placeholder, .custom-input-group textarea::-webkit-input-placeholder {
font-weight:500;
font-size:13px;
color:#2d373c
}
.custom-input-group input:-ms-input-placeholder, .custom-input-group textarea:-ms-input-placeholder {
font-weight:500;
font-size:13px;
color:#2d373c
}
.custom-input-group input::-ms-input-placeholder, .custom-input-group textarea::-ms-input-placeholder {
font-weight:500;
font-size:13px;
color:#2d373c
}
.custom-input-group input::placeholder, .custom-input-group textarea::placeholder {
font-weight:500;
font-size:13px;
color:#2d373c
}
.custom-input-group input {
	background:rgba(245, 245, 245, .7);
	border:1px solid rgba(255, 72, 56, .15);
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	border-radius:100px;
	height:50px;
	margin-top:14px;
	-webkit-appearance:none;
	-moz-appearance:none;
	appearance:none
}
.custom-input-group input:focus {
	border:1px solid #ed1d24
}
.custom-input-group select {
	background:rgba(245, 245, 245, .7);
	border:1px solid rgba(255, 72, 56, .15);
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	border-radius:100px;
	height:52px;
	margin-top:14px;
	padding:15px 20px;
	-webkit-appearance:none;
	-moz-appearance:none;
	appearance:none;
	position:relative
}
.custom-input-group select:focus {
	border:1px solid #ed1d24
}
.custom-input-group textarea {
	background:rgba(245, 245, 245, .7);
	border:1px solid rgba(255, 72, 56, .15);
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	border-radius:30px
}
.custom-input-group textarea:focus {
	border:1px solid #ed1d24
}
.custom-input-group button[type=submit] {
	font-weight:700;
	font-size:16px;
	color:#fff;
	background:#ed1d24;
	border-radius:100px;
	border:none;
	padding:14px 38px;
-webkit-transition:all .2s;
transition:all .2s
}
.custom-input-group button[type=submit]:hover {
	background: #ed1d24;
    color: #fff;
}


.section-head-inner {
    max-width: 710px;
    padding-bottom: 50px;
    text-align: center;
    margin: 0px auto;
}
.section-head-inner h2 {
	    font-weight: 800;
    font-size: 35px;
    line-height: 42px;
    color: #2d373c;
   text-align:center;
}
.section-head-inner p {
    padding-top: 10px;
    font-size: 16px;
    color: #666;
}

.section-head-alpha {
	max-width:710px;
	padding-bottom:50px
}
.section-head-alpha h2 {
	font-weight:800;
	font-size:35px;
	line-height:42px;
	color:#2d373c;
	margin-top:-7px
}
.section-head-alpha p {
	padding-top:10px;
	font-size:16px;
	color:#666
}
.section-head-alpha.section-padding-15 {
	padding-bottom:15px
}
.section-head-gamma {
	text-align:center;
	padding-bottom:50px
}
.section-head-gamma h2 {
	font-weight:700;
	font-size:30px;
	line-height:37px;
	color:#2d373c;
	font-family:var(--f-secondary)
}
.button-fill-primary {
	font-weight:600;
	font-size:18px;
	color:#fff;
	background:#ed1d24;
	display:inline-block;
	padding:10px 25px;
	border:2px solid #ed1d24;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
-webkit-transition:all .4s;
transition:all .4s;
	border-radius:5px
}
.button-fill-primary:hover {
	background:0 0;
	color:#ed1d24
}
.button-outlined-primary {
	font-weight:600;
	font-size:18px;
	color:#ed1d24;
	background:0 0;
	display:inline-block;
	padding:9px 25px;
	border:2px solid #ed1d24;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
-webkit-transition:all .4s;
transition:all .4s
}
.button-outlined-primary:hover {
	background:#ed1d24;
	color:#fff
}
.button-fill-round {
	font-weight:600;
	font-size:18px;
	color:#fff;
	background:#ed1d24;
	border-radius:30px;
	display:inline-block;
	padding:10px 40px;
	border:2px solid #ed1d24;
-webkit-transition:all .35s;
transition:all .35s
}
.button-fill-round:hover {
	color:#ed1d24;
	background:0 0
}
.custom-swiper-next, .custom-swiper-prev {
	background:0 0;
	border:2px solid #ffb6af;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	color:#ffb6af;
	width:30px;
	height:30px;
	border-radius:50%;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-pack:center;
	-ms-flex-pack:center;
	justify-content:center;
	-webkit-box-align:center;
	-ms-flex-align:center;
	align-items:center;
	opacity:.7
}
.custom-swiper-next:hover, .custom-swiper-prev:hover {
	opacity:1;
	border:2px solid #ed1d24
}
.custom-swiper-next:hover i, .custom-swiper-prev:hover i {
	color:#ed1d24
}
.custom-swiper-next i, .custom-swiper-prev i {
	color:#ffb6af;
	font-size:16px
}
.custom-swiper-next-sm, .custom-swiper-prev-sm {
	background:#fff;
	border:1px solid #ed1d24;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	width:32px;
	height:32px;
	border-radius:50%;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-pack:center;
	-ms-flex-pack:center;
	justify-content:center;
	-webkit-box-align:center;
	-ms-flex-align:center;
	align-items:center
}
.custom-swiper-next-sm i, .custom-swiper-prev-sm i {
	color:#ed1d24;
	font-size:14px
}
.slider-arrows .custom-swiper-prev {
	margin-right:50px
}
.breadcrumb {
	margin-bottom:unset
}
.breadcrumb-style-one {
	
	background-position: center center;
    background-repeat: no-repeat;
    position: relative;
    background-size: cover;
	padding:190px 0 195px;
}
.breadcrumb::before {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    content: "";
    background: #0909094f;
}
.breadcrumb-style-one .breadcrumb-title {
	    font-weight: 700;
    font-size: 43px;
    color: #fff;
    margin-bottom: 7px;
    position: relative;
}
.breadcrumb-style-one .breadcrumb-items .breadcrumb-item {
	font-size: 17px;
    color: #fff;
    position: relative;
    padding-left: 0px;
    font-weight: 500;
	    display: inline-block;
}
.breadcrumb-style-one .breadcrumb-items .breadcrumb-item.active {
	position:relative
}
.breadcrumb-style-one .breadcrumb-items .breadcrumb-item.active::before {
    content: "\f280";
    font-family: bootstrap-icons!important;
    color: #ed1d24;
    font-size: 12px;
    padding-right: 7px;
    padding-left: 7px;
    font-weight: 800;
    top: 7px;
    margin-top: 5px;
}
.breadcrumb-style-one .breadcrumb-items .breadcrumb-item a {
	color:inherit
}
.pagination-style-one .page-item {
	margin-right:20px
}
.pagination-style-one .page-item:last-child {
	margin-right:0
}
.pagination-style-one .page-item .page-link:hover {
	background-color:#ed1d24;
	color:#fff
}
.pagination-style-one .page-item.page-arrow a {
	border-radius:50%;
	height:40px;
	width:40px;
	background:#ed1d24;
	color:#fff;
	border-color:#ed1d24
}
.pagination-style-one .page-item.active a {
	background:#ed1d24;
	color:#fff;
	border-color:#ed1d24
}
.pagination-style-one .page-item a {
	border:1px solid #ed1d24;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	border-radius:5px;
	font-weight:700;
	font-size:16px;
	letter-spacing:.05em;
	color:#2d373c;
	padding:7px 10px;
	min-height:40px;
	min-width:40px
}
.pagination-style-one .page-item a:focus {
	-webkit-box-shadow:none;
	box-shadow:none
}
.error-content .error-text {
	margin-top:50px
}
.error-content .error-text h2 {
	font-weight:700;
	font-size:50px;
	color:#2d373c
}
.error-content .error-text p {
	padding-top:20px;
	font-size:16px;
	line-height:30px;
	color:#666
}
.error-content .error-text .error-btn {
	margin-top:50px
}
.error-content .error-text .error-btn a {
	display:inline-block;
	font-weight:700;
	font-size:26px;
	color:#fff;
	background:#ed1d24;
	border-radius:10px;
	padding:15px 35px;
-webkit-transition:.3s;
transition:.3s
}
.error-content .error-text .error-btn a:hover {
	background:#162b32;
	color:#ed1d24
}
.error-content .error-text .error-btn a i {
	margin-right:5px
}
.header-area.header-style-one.sticky {
	position:fixed;
	top:0;
	left:0;
	width:100%;
	z-index:9;
	padding:0;
	-webkit-animation:500ms ease-in-out 0s normal none 1 running fadeInDown;
	animation:500ms ease-in-out 0s normal none 1 running fadeInDown;
	-webkit-box-shadow:0 2px 28px 0 rgba(122, 121, 121, .1);
	box-shadow:0 2px 28px 0 rgba(122, 121, 121, .1);
	background:#fff;
	background-repeat:no-repeat;
	background-size:cover
}
.header-area.header-style-two.sticky {
	position:fixed;
	top:0;
	left:0;
	width:100%;
	z-index:21;
	padding:0;
	-webkit-animation:500ms ease-in-out 0s normal none 1 running fadeInDown;
	animation:500ms ease-in-out 0s normal none 1 running fadeInDown;
	-webkit-box-shadow:0 2px 28px 0 rgba(122, 121, 121, .1);
	box-shadow:0 2px 28px 0 rgba(122, 121, 121, .1);
	background:#162b32;
	background-repeat:no-repeat;
	background-size:cover
}
.main-searchbar-wrapper {
	position:fixed;
	width:100%;
	min-height:100vh;
	inset:0;
	background:rgba(45, 55, 60, .8);
	z-index:20;
	display:-ms-grid;
	display:grid;
	place-items:center;
	padding:50px 0;
-webkit-transition:all .8s cubic-bezier(.32, 0, 0, 1);
transition:all .8s cubic-bezier(.32, 0, 0, 1);
	opacity:0;
	visibility:hidden;
	-webkit-transform:translateY(-100%);
	transform:translateY(-100%)
}
.main-searchbar-wrapper.search-active {
	opacity:1;
	visibility:visible;
	-webkit-transform:translateY(0);
	transform:translateY(0)
}
.category-sidebar-wrapper {
	position:fixed;
	width:100%;
	min-height:100vh;
	inset:0;
	z-index:20;
	opacity:0;
	visibility:hidden;
-webkit-transition:all .6s;
transition:all .6s
}
.category-sidebar-wrapper.category-active {
	opacity:1;
	visibility:visible
}
.category-sidebar-wrapper.category-active .category-sidebar {
	opacity:1;
	visibility:visible;
	-webkit-transform:translateX(0);
	transform:translateX(0)
}
.category-sidebar-wrapper .category-sidebar {
	background:#fff;
	-webkit-box-shadow:3px 5px 35px rgba(86, 68, 169, .1);
	box-shadow:3px 5px 35px rgba(86, 68, 169, .1);
	height:100%;
	max-width:490px;
	padding:40px 30px;
	overflow-y:scroll;
-webkit-transition:all .6s cubic-bezier(.32, 0, 0, 1);
transition:all .6s cubic-bezier(.32, 0, 0, 1);
	opacity:0;
	visibility:hidden;
	-webkit-transform:translateX(-100%);
	transform:translateX(-100%)
}
.category-sidebar-wrapper .category-sidebar::-webkit-scrollbar-track {
border-radius:10px;
background-color:#fff
}
.category-sidebar-wrapper .category-sidebar::-webkit-scrollbar {
width:12px;
background-color:#fff
}
.category-sidebar-wrapper .category-sidebar::-webkit-scrollbar-thumb {
border-radius:10px;
background-color:#eee
}
.category-sidebar-wrapper .category-sidebar .category-header h4 {
	font-weight:600;
	font-size:25px;
	font-weight:600;
	color:#2d373c
}
.category-sidebar-wrapper .category-sidebar .category-header .category-toggle i {
	font-size:20px;
	height:35px;
	width:35px;
	border-radius:50%;
	background:#ed1d24;
	color:#fff;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-pack:center;
	-ms-flex-pack:center;
	justify-content:center;
	-webkit-box-align:center;
	-ms-flex-align:center;
	align-items:center;
	cursor:pointer
}
.category-sidebar-wrapper .category-sidebar .category-box {
	background:#fff;
	border:1px solid #eee;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	border-radius:5px;
	text-align:center;
	display:block;
	padding:15px;
	padding-top:0;
-webkit-transition:all .3s;
transition:all .3s
}
.category-sidebar-wrapper .category-sidebar .category-box:hover {
	background:#ed1d24
}
.category-sidebar-wrapper .category-sidebar .category-box:hover h5 {
	color:#fff
}
.category-sidebar-wrapper .category-sidebar .category-box .cate-icon {
	height:70px;
	width:70px;
	border-radius:50%;
	background:#fff;
	-webkit-box-shadow:3px 5px 35px rgba(86, 68, 169, .1);
	box-shadow:3px 5px 35px rgba(86, 68, 169, .1);
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-align:center;
	-ms-flex-align:center;
	align-items:center;
	-webkit-box-pack:center;
	-ms-flex-pack:center;
	justify-content:center;
	margin-top:-22px
}
.category-sidebar-wrapper .category-sidebar .category-box .cate-icon img {
	max-width:100%
}
.category-sidebar-wrapper .category-sidebar .category-box h5 {
	font-weight:600;
	font-size:15px;
	color:#494949;
	margin-top:14px;
-webkit-transition:all .3s;
transition:all .3s
}
.sidebar-main {
	background:#fff;
	-webkit-box-shadow:3px 5px 35px rgba(86, 68, 169, .1);
	box-shadow:3px 5px 35px rgba(86, 68, 169, .1);
	width:100%;
	height:100vh;
	top:131px
}
.sidebar-main .sidebar-list {
	gap:60px
}
.sidebar-main .sidebar-list li i {
	width:50px;
	height:50px;
	background:#fff;
	-webkit-box-shadow:3px 5px 35px rgba(86, 68, 169, .1);
	box-shadow:3px 5px 35px rgba(86, 68, 169, .1);
	border-radius:50%;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-align:center;
	-ms-flex-align:center;
	align-items:center;
	-webkit-box-pack:center;
	-ms-flex-pack:center;
	justify-content:center;
	font-size:20px;
	cursor:pointer;
	color:#ed1d24
}
.sidebar-main .sidebar-list li i:hover {
	color:#fff;
	background:#ed1d24
}
.topbar-style-one {
	background:#2d373c;
	position:relative;
	z-index:1
}
.topbar-style-one .topbar-contact-left .contact-list {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex
}
.topbar-style-one .topbar-contact-left .contact-list li {
	margin-right:20px;
	font-weight:600;
	font-size:13px;
	color:#fff
}
.topbar-style-one .topbar-contact-left .contact-list li a {
	color:inherit
}
.topbar-style-one .topbar-contact-left .contact-list li:last-child {
	margin-right:0
}
.topbar-style-one .topbar-contact-left .contact-list li i {
	margin-right:5px
}
.topbar-style-one .topbar-ad a {
	display:inline-block;
	font-weight:600;
	font-size:17px;
	line-height:20px;
	color:#fff;
	background:#ed1d24;
	padding:13px 50px
}
.topbar-style-one .topbar-social-links {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex
}
.topbar-style-one .topbar-social-links li {
	margin-right:20px
}
.topbar-style-one .topbar-social-links li:last-child {
	margin-right:0
}
.topbar-style-one .topbar-social-links li i {
	color:#ed1d24;
	font-size:20px
}
.topbar-style-one .topbar-social-links li i::before {
vertical-align:middle
}
.topbar-style-two {
	background:unset;
	position:relative;
	z-index:1;
	padding:0px 0 0px
}
.reviewsectop{
	text-align: right;
    position: relative;
    display: inline-block;
}

.reviewsectop a{
	position: relative;
    display: block;
    width: 100%;
}
.reviewsectop img{
	width:100px;
	    padding: 5px 0px 0px;
}
.topbar-contact-left{
	   background: #ed1d24;
    padding: 12px 30px;
    clip-path: polygon(7% 0, 93% 0%, 100% 100%, 0 100%);
    margin-right: 10px;
    margin-bottom: 9px;
}
.topbar-style-two .topbar-contact-left .contact-list {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex
}
.topbar-style-two .topbar-contact-left .contact-list li {
	margin-right:20px;
	font-weight:600;
	font-size:13.5px;
	color:#fff
}
.topbar-style-two .topbar-contact-left .contact-list li a {
	color:inherit
}
.topbar-style-two .topbar-contact-left .contact-list li:last-child {
	margin-right:0
}
.topbar-style-two .topbar-contact-left .contact-list li i {
	margin-right:5px
}
.topbar-style-two .topbar-ad a {
	display:inline-block;
	font-weight:600;
	font-size:17px;
	line-height:20px;
	color:#fff;
	background:#ed1d24;
	padding:13px 50px
}
.topbar-style-two .topbar-social-links {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex
}
.topbar-style-two .topbar-social-links li {
	margin-right:20px
}
.topbar-style-two .topbar-social-links li:last-child {
	margin-right:0
}
.topbar-style-two .topbar-social-links li i {
	color:#fff;
	font-size:16px;
-webkit-transition:all .35s ease-in;
transition:all .35s ease-in
}
.topbar-style-two .topbar-social-links li i::before {
vertical-align:middle
}
.topbar-style-two .topbar-social-links li i:hover {
	color:var(--c-primary)
}
.inner-logo {
	padding-top:40px
}
.inner-contact-options .contact-box-inner {
	font-weight:600;
	font-size:15px;
	color:#2d373c;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	padding-left:20px;
	padding-top:8px
}
.inner-contact-options .contact-box-inner a {
	color:inherit;
	display:inline-block
}
.inner-contact-options .contact-box-inner i {
	margin-right:10px;
	color:#2d373c
}
header .header-style-one {
	position:relative;
	z-index:2
}
header .header-style-one .main-nav ul li .sub-menu {
	position:absolute;
	left:0;
	top:auto;
	right:0;
	min-width:200px;
	list-style:none;
	margin:0;
	padding:0;
	background:#fff;
	opacity:0;
	z-index:99;
	-webkit-transform:scale(0);
	transform:scale(0);
	-webkit-transform-origin:0% 0%;
	transform-origin:0% 0%;
-webkit-transition:all .3s;
transition:all .3s;
	-webkit-box-shadow:0 0 65px 0 rgba(0, 0, 0, .1);
	box-shadow:0 0 65px 0 rgba(0, 0, 0, .1)
}
header .header-style-one .main-nav ul li .sub-menu li .sub-menu {
	right:-200px;
	left:inherit;
	top:0
}
header .header-style-one .main-nav ul li .sub-menu>li {
	display:block;
	margin:0;
	position:relative
}
header .header-style-one .main-nav ul>li a:hover {
	background:0 0;
	color:#ed1d24!important
}
header .header-style-one .main-nav .fl {
	width:30px;
	font-size:20px;
	line-height:35px;
	text-align:center;
	color:#2d373c;
	font-style:normal;
	position:absolute;
	right:-5px;
	top:0;
	z-index:999;
	display:none;
	cursor:pointer
}
header .header-style-one .main-nav .fl:before {
	font-size:14px;
	text-align:center;
	line-height:35px
}
header .header-style-one .main-nav>ul>li+li>.sub-menu {
	left:15px
}
header .header-style-one .main-nav>ul>li:hover>.sub-menu {
	-webkit-transform:scale(1);
	transform:scale(1);
	visibility:visible;
	opacity:1
}
header .header-style-one .main-nav ul li .sub-menu li:hover>.sub-menu, header .header-style-one .main-nav ul li .sub-menu li .sub-menu li:hover>.sub-menu {
	-webkit-transform:translateY(0);
	transform:translateY(0);
	visibility:visible;
	opacity:1
}
header .header-style-one .main-nav ul {
	margin:0;
	list-style:none
}
header .header-style-one .main-nav ul li {
	display:inline-block;
	position:relative;
	padding:0 20px
}
header .header-style-one .main-nav ul li:last-child {
	padding-right:0
}
header .header-style-one .main-nav ul li:hover>a {
	color:#ed1d24
}
header .header-style-one .main-nav ul li:hover>a::before {
opacity:1;
background:#ed1d24
}
header .header-style-one .main-nav ul li a {
	font-size:16px;
	color:#162b32;
	display:block;
	font-weight:500;
	text-transform:capitalize;
	text-decoration:none;
	font-family:var(--f-primary);
-webkit-transition:all .3s ease-in-out;
transition:all .3s ease-in-out;
	padding:30.5px 0;
	position:relative
}
header .header-style-one .main-nav ul li ul.sub-menu>li {
	padding:0
}
header .header-style-one .main-nav ul li ul.sub-menu>li a {
	display:block;
	padding:15px;
	color:#162b32;
	line-height:1;
	text-transform:capitalize;
	font-size:14px;
	font-weight:500;
	text-decoration:none;
-webkit-transition:all .3s ease-in-out;
transition:all .3s ease-in-out
}
header .header-style-one .main-nav ul li ul.sub-menu>li a.active {
	color:#ed1d24;
	font-weight:600
}
header .header-style-one .main-nav ul li ul.sub-menu>li a:hover {
	background:#ed1d24;
	color:#fff!important
}
header .header-style-one .main-nav ul li ul.sub-menu>li a:hover::before {
opacity:0
}
header .header-style-one .main-nav ul li.has-child-menu:after {
	position:absolute;
	right:0;
	color:#ed1d24;
	font-family:bootstrap-icons!important;
	content:"\f64d";
	font-size:13px;
	font-weight:600;
-webkit-transition:all .5s ease-in-out;
transition:all .5s ease-in-out;
	top:34px;
transition:all .5s ease-in-out
}
header .header-style-one .main-nav ul li:hover.has-child-menu:after {
	-webkit-transform:rotate(-180deg);
	transform:rotate(-180deg)
}
header .header-style-one .main-nav>ul>li>a.active {
	color:#ed1d24;
	font-weight:600;
	font-size:16px
}
header .header-style-one .nav-right {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-align:center;
	-ms-flex-align:center;
	align-items:center;
	height:100%
}
header .header-style-one .nav-right .nav-actions {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex
}
header .header-style-one .nav-right .nav-actions li {
	margin-right:30px;
	display:-webkit-inline-box;
	display:-ms-inline-flexbox;
	display:inline-flex
}
header .header-style-one .nav-right .nav-actions li:last-child {
	margin-right:0
}
header .header-style-one .nav-right .nav-actions li i {
	font-size:20px;
	width:40px;
	height:40px;
	-webkit-box-shadow:3px 5px 35px rgba(86, 68, 169, .1);
	box-shadow:3px 5px 35px rgba(86, 68, 169, .1);
	color:#ed1d24;
	border-radius:50%;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-align:center;
	-ms-flex-align:center;
	align-items:center;
	-webkit-box-pack:center;
	-ms-flex-pack:center;
	justify-content:center;
-webkit-transition:all .3s;
transition:all .3s;
	cursor:pointer
}
header .header-style-one .nav-right .nav-actions li i:hover {
	background:#ed1d24;
	color:#fff
}
header .header-style-two {
	background:#162b32
}
header .header-style-two .main-nav ul li .sub-menu {
	position:absolute;
	left:0;
	top:auto;
	min-width:200px;
	list-style:none;
	background:#fff;
	opacity:0;
	z-index:9999;
	-webkit-transform:scaleY(0);
	transform:scaleY(0);
	-webkit-transform-origin:top;
	transform-origin:top;
-webkit-transition:all .4s;
transition:all .4s;
	-webkit-box-shadow:0 0 65px 0 rgba(0, 0, 0, .1);
	box-shadow:0 0 65px 0 rgba(0, 0, 0, .1)
}
header .header-style-two .main-nav ul li .sub-menu li .sub-menu {
	right:-200px;
	left:inherit;
	top:0
}
header .header-style-two .main-nav ul li .sub-menu>li {
	display:block;
	margin:0;
	position:relative
}
header .header-style-two .main-nav ul>li a:hover {
	background:0 0;
	color:#ed1d24!important
}
header .header-style-two .main-nav .fl {
	width:30px;
	font-size:20px;
	line-height:35px;
	text-align:center;
	color:#2d373c;
	font-style:normal;
	position:absolute;
	right:-5px;
	top:0;
	z-index:999;
	display:none;
	cursor:pointer
}
header .header-style-two .main-nav .fl:before {
	font-size:14px;
	text-align:center;
	line-height:35px
}
header .header-style-two .main-nav>ul>li+li>.sub-menu {
	left:15px
}
header .header-style-two .main-nav>ul>li:hover>.sub-menu {
	-webkit-transform:scaleY(1);
	transform:scaleY(1);
	opacity:1
}
header .header-style-two .main-nav ul li .sub-menu li:hover>.sub-menu, header .header-style-two .main-nav ul li .sub-menu li .sub-menu li:hover>.sub-menu {
	-webkit-transform:translateY(0);
	transform:translateY(0);
	opacity:1
}
header .header-style-two .main-nav ul {
	margin:0;
	list-style:none
}
header .header-style-two .main-nav ul li {
	display:inline-block;
	position:relative;
	padding:0 20px
}
header .header-style-two .main-nav ul li:last-child {
	padding-right:0
}
header .header-style-two .main-nav ul li:hover>a {
	color:#ed1d24
}
header .header-style-two .main-nav ul li:hover>a::before {
opacity:1;
background:#ed1d24
}
header .header-style-two .main-nav ul li a {
	font-size:16px;
	color:#fff;
	display:block;
	font-weight:500;
	text-transform:capitalize;
	text-decoration:none;
	font-family:var(--f-primary);
-webkit-transition:all .3s ease-in-out;
transition:all .3s ease-in-out;
	padding:30.5px 0;
	position:relative
}
header .header-style-two .main-nav ul li ul.sub-menu>li {
	padding:0
}
header .header-style-two .main-nav ul li ul.sub-menu>li:last-child {
	border-bottom:none
}
header .header-style-two .main-nav ul li ul.sub-menu>li a {
	display:block;
	padding:15px;
	color:#162b32;
	line-height:1;
	text-transform:capitalize;
	font-size:14px;
	font-weight:500;
	text-decoration:none;
-webkit-transition:all .3s ease-in-out;
transition:all .3s ease-in-out
}
header .header-style-two .main-nav ul li ul.sub-menu>li a.active {
	color:#ed1d24;
	font-weight:600
}
header .header-style-two .main-nav ul li ul.sub-menu>li a:hover {
	background:#ed1d24;
	color:#ffff!important
}
header .header-style-two .main-nav ul li ul.sub-menu>li a:hover::before {
opacity:0
}
header .header-style-two .main-nav ul li.has-child-menu:after {
	position:absolute;
	right:9px;
	color:#ed1d24;
	content:"";
	background:#ed1d24;
	height:4px;
	width:4px;
	border-radius:50%;
	top:45px;
-webkit-transition:all .5s ease-in-out;
transition:all .5s ease-in-out
}
header .header-style-two .main-nav ul li:hover.has-child-menu:after {
	-webkit-transform:rotate(-180deg);
	transform:rotate(-180deg)
}
header .header-style-two .main-nav>ul>li>a.active {
	color:#ed1d24;
	font-weight:600;
	font-size:16px
}
header .header-style-two .nav-right-icons {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex
}
header .header-style-two .nav-right-icons .user-dropdown {
	position:relative
}
header .header-style-two .nav-right-icons .user-dropdown .user-drop-list {
	background:#162b32;
	position:absolute;
	z-index:2;
	min-width:190px;
	padding:25px 20px;
	color:#ffff;
	right:0;
	top:57px;
	opacity:0;
	-webkit-transform:scale(0);
	transform:scale(0);
	-webkit-transform-origin:100% 0%;
	transform-origin:100% 0%;
	visibility:hidden;
-webkit-transition:all .3s;
transition:all .3s
}
header .header-style-two .nav-right-icons .user-dropdown .user-drop-list.account-drop-active {
	opacity:1;
	visibility:visible;
	-webkit-transform:scale(1);
	transform:scale(1);
	z-index:6
}
header .header-style-two .nav-right-icons .user-dropdown .user-drop-list li {
	margin-top:10px
}
header .header-style-two .nav-right-icons .user-dropdown .user-drop-list li:first-child {
	margin-top:0
}
header .header-style-two .nav-right-icons .user-dropdown .user-drop-list li a {
	color:#a6a6a6;
	font-size:14px;
	font-weight:500
}
header .header-style-two .nav-right-icons .user-dropdown .user-drop-list li a:hover {
	color:var(--c-primary)
}
header .header-style-two .nav-right-icons div {
	margin-right:30px
}
header .header-style-two .nav-right-icons div i {
	font-size:26px;
	color:#c4c4c4;
	cursor:pointer;
	line-height:33px
}
header .header-style-two .nav-right-icons div i::before {
vertical-align:middle
}
header .header-style-two .nav-right {
	float:right;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-align:center;
	-ms-flex-align:center;
	align-items:center;
	height:100%
}
header .header-style-two .nav-right .nav-actions {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex
}
header .header-style-two .nav-right .nav-actions li {
	margin-right:30px
}
header .header-style-two .nav-right .nav-actions li:last-child {
	margin-right:0
}
header .header-style-two .nav-right .nav-actions li a {
	font-size:20px;
	color:var(--c-primary-one)
}
header .header-style-two .nav-right .nav-right-hotline {
	padding-left:44px;
	padding-right:20px;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-align:center;
	-ms-flex-align:center;
	align-items:center;
	color:#fff
}
header .header-style-two .nav-right .nav-right-hotline .hotline-icon i {
	color:#fff;
	font-size:30px;
	color:#ed1d24
}
header .header-style-two .nav-right .nav-right-hotline .hotline-info {
	margin-left:10px
}
header .header-style-two .nav-right .nav-right-hotline .hotline-info span {
	font-weight:600;
	font-size:12px;
	color:#fff
}
header .header-style-two .nav-right .nav-right-hotline .hotline-info h6 {
	font-weight:700;
	font-size:14px;
	color:#fff;
	color:#fff;
	padding-top:2px
}
header .header-style-two .nav-right .nav-right-hotline .hotline-info h6 a {
	color:inherit
}
header .header-style-three {
	position:absolute;
	left:0;
	top:0;
	z-index:9;
	padding-left:2%;
	padding-right:2%;
	background:#fff;
}
header .header-style-three .main-nav ul li .sub-menu {
	position:absolute;
	left:0;
	top:auto;
	min-width:200px;
	list-style:none;
	background:rgba(25, 26, 28, .6);
	opacity:0;
	z-index:9999;
	-webkit-transform:scaleY(0);
	transform:scaleY(0);
	-webkit-transform-origin:top;
	transform-origin:top;
-webkit-transition:all .4s;
transition:all .4s;
	-webkit-box-shadow:0 0 65px 0 rgba(0, 0, 0, .1);
	box-shadow:0 0 65px 0 rgba(0, 0, 0, .1);
	border-bottom:1px solid var(--c-primary)
}

@media (min-width: 1200px){
header .header-style-three .main-nav ul li .sub-menu {
max-height: 420px;
    overflow-y: auto;
	}
}
	#style-15{
	
	 max-height: 420px;
    overflow-y: auto;
}
header .header-style-three .main-nav ul li .sub-menu::-webkit-scrollbar-track
{
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.1);
  background-color: #F5F5F5;
  border-radius: 10px;
}

header .header-style-three .main-nav ul li .sub-menu::-webkit-scrollbar
{
  width: 5px;
  background-color: #F5F5F5;
}

header .header-style-three .main-nav ul li .sub-menu::-webkit-scrollbar-thumb
{
  border-radius: 10px;
  background-color: #FFF;
  background-color: #ed1d24;
}

header .header-style-three .main-nav ul li .sub-menu li .sub-menu {
	right:-200px;
	left:inherit;
	top:0
}
header .header-style-three .main-nav ul li .sub-menu>li {
	display:block;
	margin:0;
	position:relative
}
header .header-style-three .main-nav ul>li a:hover {
	background:0 0;
	color:#ed1d24!important
}
header .header-style-three .main-nav .fl {
	width:30px;
	font-size:20px;
	line-height:35px;
	text-align:center;
	color:#2d373c;
	font-style:normal;
	position:absolute;
	right:-5px;
	top:0;
	z-index:999;
	display:none;
	cursor:pointer
}
header .header-style-three .main-nav .fl:before {
	font-size:14px;
	text-align:center;
	line-height:35px
}
header .header-style-three .main-nav>ul>li+li>.sub-menu {
	left:15px
}
header .header-style-three .main-nav>ul>li:hover>.sub-menu {
	-webkit-transform:scaleY(1);
	transform:scaleY(1);
	opacity:1
}
header .header-style-three .main-nav ul li .sub-menu li:hover>.sub-menu, header .header-style-three .main-nav ul li .sub-menu li .sub-menu li:hover>.sub-menu {
	-webkit-transform:translateY(0);
	transform:translateY(0);
	opacity:1
}
header .header-style-three .main-nav ul {
	margin:0;
	list-style:none
}
header .header-style-three .main-nav ul li {
	display:inline-block;
	position:relative;
	padding: 0 5px;
}

@media (min-width: 1400px){
header .header-style-three .main-nav ul li {
	
	padding: 0 10px;
}

}

@media (max-width: 1399px) and (min-width: 1300px){
	header .header-style-three .main-nav ul li {
	
	padding: 0 9.4px;
}
.container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1180px;
}
}
header .header-style-three .main-nav ul li:last-child {
	padding-right:0
}
header .header-style-three .main-nav ul li:first-child {
	padding-left:0
}
header .header-style-three .main-nav ul li:hover>a {
	color:#ed1d24
}
header .header-style-three .main-nav ul li:hover>a::before {
opacity:1;
background:#ed1d24
}
header .header-style-three .main-nav ul li a {
	font-size:16px;
	color:#000;
	display:block;
	font-weight:500;
	text-transform:capitalize;
	text-decoration:none;
	font-family:var(--f-primary);
-webkit-transition:all .3s ease-in-out;
transition:all .3s ease-in-out;
	padding:24.5px 0 32.5px;
	position:relative
}
header .header-style-three .main-nav ul li ul.sub-menu>li {
	padding:0
}
header .header-style-three .main-nav ul li ul.sub-menu>li:last-child {
	border-bottom:none
}
header .header-style-three .main-nav ul li ul.sub-menu>li a {
	display:block;
	padding:15px;
	color:#fff;
	line-height:23px;
	text-transform:capitalize;
	font-size:14px;
	font-weight:500;
	text-decoration:none;
-webkit-transition:all .3s ease-in-out;
transition:all .3s ease-in-out
}
header .header-style-three .main-nav ul li ul.sub-menu>li a.active {
	color:#ed1d24;
	font-weight:600
}
header .header-style-three .main-nav ul li ul.sub-menu>li a:hover {
	background:#ed1d24;
	color:#ffff!important
}
header .header-style-three .main-nav ul li ul.sub-menu>li a:hover::before {
opacity:0
}
header .header-style-three .main-nav ul li.has-child-menu:after {
	position:absolute;
	right:4px;
	color:#ed1d24;
	content:"";
	font-family:bootstrap-icons!important;
	content:"\f64d";
	font-size:12px;
	font-weight:600;
	height:4px;
	width:4px;
	border-radius:50%;
	top:29px;
-webkit-transition:all .5s ease-in-out;
transition:all .5s ease-in-out
}
header .header-style-three .main-nav ul li:hover.has-child-menu:after {
	content:"\F2EA"
}
header .header-style-three .main-nav>ul>li>a.active {
	color:#ed1d24;
	font-weight:600;
	font-size:16px
}
header .header-style-three .nav-right-icons {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex
}
header .header-style-three .nav-right-icons .user-dropdown {
	position:relative
}
header .header-style-three .nav-right-icons .user-dropdown .user-drop-list {
	background:#000;
	position:absolute;
	z-index:2;
	min-width:190px;
	padding:25px 20px;
	color:#ffff;
	right:0;
	top:57px;
	opacity:0;
	-webkit-transform:scale(0);
	transform:scale(0);
	-webkit-transform-origin:100% 0%;
	transform-origin:100% 0%;
	visibility:hidden;
-webkit-transition:all .3s;
transition:all .3s
}
header .header-style-three .nav-right-icons .user-dropdown .user-drop-list.account-drop-active {
	opacity:1;
	visibility:visible;
	-webkit-transform:scale(1);
	transform:scale(1);
	z-index:6
}
header .header-style-three .nav-right-icons .user-dropdown .user-drop-list li {
	margin-top:10px
}
header .header-style-three .nav-right-icons .user-dropdown .user-drop-list li:first-child {
	margin-top:0
}
header .header-style-three .nav-right-icons .user-dropdown .user-drop-list li a {
	color:#a6a6a6;
	font-size:14px;
	font-weight:500
}
header .header-style-three .nav-right-icons .user-dropdown .user-drop-list li a:hover {
	color:var(--c-primary)
}
header .header-style-three .nav-right-icons div {
	margin-right:10px
}
header .header-style-three .nav-right-icons div i {
	height:30px;
	width:30px;
	background:#ed1d24;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-pack:center;
	-ms-flex-pack:center;
	justify-content:center;
	-webkit-box-align:center;
	-ms-flex-align:center;
	align-items:center;
	color:#fff;
	border:1px solid #ed1d24;
	font-size:18px;
	border-radius:50%;
	cursor:pointer;
-webkit-transition:all .5s ease-out 0s;
transition:all .5s ease-out 0s
}
header .header-style-three .nav-right-icons div i:hover {
	border:1px solid #ed1d24;
	color:#ed1d24;
	background:0 0
}
header .header-style-three .nav-right {
	float:right;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-align:center;
	-ms-flex-align:center;
	align-items:center;
	height:100%
}
header .header-style-three .nav-right .nav-actions {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex
}
header .header-style-three .nav-right .nav-actions li {
	margin-right:30px
}
header .header-style-three .nav-right .nav-actions li:last-child {
	margin-right:0
}
header .header-style-three .nav-right .nav-actions li a {
	font-size:20px;
	color:var(--c-primary-one)
}
header .header-style-three .nav-right .nav-right-hotline {
	padding-left:0px;
	padding-right:0px;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-align:center;
	-ms-flex-align:center;
	align-items:center;
	color:#fff
}
header .header-style-three .nav-right .nav-right-hotline .hotline-icon i {
	color:#fff;
	font-size:30px;
	color:#ed1d24
}
header .header-style-three .nav-right .nav-right-hotline .hotline-info {
	margin-left:10px
}
header .header-style-three .nav-right .nav-right-hotline .hotline-info span {
	font-weight:600;
	font-size:12px;
	color:#fff;
	margin-top:-3px;
	display:block
}
header .header-style-three .nav-right .nav-right-hotline .hotline-info h6 {
	font-weight:600;
	font-size:14px;
	color:#fff;
	color:#fff
}
header .header-style-three .nav-right .nav-right-hotline .hotline-info h6 a {
	color:inherit
}
header .header-style-four {
	position:absolute;
	z-index:9;
	padding-left:2%;
	padding-right:2%;
	background:rgba(3, 0, 19, .6)
}
header .header-style-four .main-nav ul li .sub-menu {
	position:absolute;
	left:0;
	top:auto;
	min-width:200px;
	list-style:none;
	background:rgba(3, 0, 19, .6);
	opacity:0;
	z-index:9999;
	-webkit-transform:scaleY(0);
	transform:scaleY(0);
	-webkit-transform-origin:top;
	transform-origin:top;
-webkit-transition:all .4s;
transition:all .4s;
	-webkit-box-shadow:0 0 65px 0 rgba(0, 0, 0, .1);
	box-shadow:0 0 65px 0 rgba(0, 0, 0, .1);
	border-bottom:1px solid var(--c-primary)
}
header .header-style-four .main-nav ul li .sub-menu li .sub-menu {
	right:-200px;
	left:inherit;
	top:0
}
header .header-style-four .main-nav ul li .sub-menu>li {
	display:block;
	margin:0;
	position:relative
}
header .header-style-four .main-nav ul>li a:hover {
	background:0 0;
	color:#ed1d24!important
}
header .header-style-four .main-nav .fl {
	width:30px;
	font-size:20px;
	line-height:35px;
	text-align:center;
	color:#2d373c;
	font-style:normal;
	position:absolute;
	right:-5px;
	top:0;
	z-index:999;
	display:none;
	cursor:pointer
}
header .header-style-four .main-nav .fl:before {
	font-size:14px;
	text-align:center;
	line-height:35px
}
header .header-style-four .main-nav>ul>li+li>.sub-menu {
	left:15px
}
header .header-style-four .main-nav>ul>li:hover>.sub-menu {
	-webkit-transform:scaleY(1);
	transform:scaleY(1);
	opacity:1
}
header .header-style-four .main-nav ul li .sub-menu li:hover>.sub-menu, header .header-style-four .main-nav ul li .sub-menu li .sub-menu li:hover>.sub-menu {
	-webkit-transform:translateY(0);
	transform:translateY(0);
	opacity:1
}
header .header-style-four .main-nav ul {
	margin:0;
	list-style:none
}
header .header-style-four .main-nav ul li {
	display:inline-block;
	position:relative;
	padding:0 20px
}
header .header-style-four .main-nav ul li:last-child {
	padding-right:0
}
header .header-style-four .main-nav ul li:hover>a {
	color:#ed1d24
}
header .header-style-four .main-nav ul li:hover>a::before {
opacity:1;
background:#ed1d24
}
header .header-style-four .main-nav ul li a {
	font-size:16px;
	color:#fff;
	display:block;
	font-weight:500;
	text-transform:capitalize;
	text-decoration:none;
	font-family:var(--f-primary);
-webkit-transition:all .3s ease-in-out;
transition:all .3s ease-in-out;
	padding:30.5px 0;
	position:relative
}
header .header-style-four .main-nav ul li ul.sub-menu>li {
	padding:0
}
header .header-style-four .main-nav ul li ul.sub-menu>li:last-child {
	border-bottom:none
}
header .header-style-four .main-nav ul li ul.sub-menu>li a {
	display:block;
	padding:15px;
	color:#fff;
	line-height:1;
	text-transform:capitalize;
	font-size:14px;
	font-weight:500;
	text-decoration:none;
-webkit-transition:all .3s ease-in-out;
transition:all .3s ease-in-out
}
header .header-style-four .main-nav ul li ul.sub-menu>li a.active {
	color:#ed1d24;
	font-weight:600
}
header .header-style-four .main-nav ul li ul.sub-menu>li a:hover {
	background:#ed1d24;
	color:#ffff!important
}
header .header-style-four .main-nav ul li ul.sub-menu>li a:hover::before {
opacity:0
}
header .header-style-four .main-nav ul li.has-child-menu:after {
	position:absolute;
	right:9px;
	color:#ed1d24;
	content:"";
	font-family:bootstrap-icons!important;
	content:"\f64d";
	font-size:12px;
	font-weight:600;
	height:4px;
	width:4px;
	border-radius:50%;
	top:36px;
-webkit-transition:all .5s ease-in-out;
transition:all .5s ease-in-out
}
header .header-style-four .main-nav ul li:hover.has-child-menu:after {
	content:"\F2EA"
}
header .header-style-four .main-nav>ul>li>a.active {
	color:#ed1d24;
	font-weight:600;
	font-size:16px
}
header .header-style-four .nav-right-icons {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex
}
header .header-style-four .nav-right-icons .user-dropdown {
	position:relative
}
header .header-style-four .nav-right-icons .user-dropdown .user-drop-list {
	background:#000;
	position:absolute;
	z-index:2;
	min-width:190px;
	padding:25px 20px;
	color:#ffff;
	right:0;
	top:57px;
	opacity:0;
	-webkit-transform:scale(0);
	transform:scale(0);
	-webkit-transform-origin:100% 0%;
	transform-origin:100% 0%;
	visibility:hidden;
-webkit-transition:all .3s;
transition:all .3s
}
header .header-style-four .nav-right-icons .user-dropdown .user-drop-list.account-drop-active {
	opacity:1;
	visibility:visible;
	-webkit-transform:scale(1);
	transform:scale(1);
	z-index:6
}
header .header-style-four .nav-right-icons .user-dropdown .user-drop-list li {
	margin-top:10px
}
header .header-style-four .nav-right-icons .user-dropdown .user-drop-list li:first-child {
	margin-top:0
}
header .header-style-four .nav-right-icons .user-dropdown .user-drop-list li a {
	color:#a6a6a6;
	font-size:14px;
	font-weight:500
}
header .header-style-four .nav-right-icons .user-dropdown .user-drop-list li a:hover {
	color:var(--c-primary)
}
header .header-style-four .nav-right-icons div {
	margin-right:10px
}
header .header-style-four .nav-right-icons div i {
	height:30px;
	width:30px;
	background:#ed1d24;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-pack:center;
	-ms-flex-pack:center;
	justify-content:center;
	-webkit-box-align:center;
	-ms-flex-align:center;
	align-items:center;
	color:#fff;
	border:1px solid #ed1d24;
	font-size:18px;
	border-radius:50%;
	cursor:pointer;
-webkit-transition:all .5s ease-out 0s;
transition:all .5s ease-out 0s
}
header .header-style-four .nav-right-icons div i:hover {
	border:1px solid #ed1d24;
	color:#ed1d24;
	background:0 0
}
header .header-style-four .nav-right {
	float:right;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-align:center;
	-ms-flex-align:center;
	align-items:center;
	height:100%
}
header .header-style-four .nav-right .nav-actions {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex
}
header .header-style-four .nav-right .nav-actions li {
	margin-right:30px
}
header .header-style-four .nav-right .nav-actions li:last-child {
	margin-right:0
}
header .header-style-four .nav-right .nav-actions li a {
	font-size:20px;
	color:var(--c-primary-one)
}
header .header-style-four .nav-right .nav-right-hotline {
	padding-left:44px;
	padding-right:40px;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-align:center;
	-ms-flex-align:center;
	align-items:center;
	color:#fff
}
header .header-style-four .nav-right .nav-right-hotline .hotline-icon i {
	color:#fff;
	font-size:30px;
	color:#ed1d24
}
header .header-style-four .nav-right .nav-right-hotline .hotline-info {
	margin-left:10px
}
header .header-style-four .nav-right .nav-right-hotline .hotline-info span {
	font-weight:600;
	font-size:12px;
	color:#fff;
	margin-top:-3px;
	display:block
}
header .header-style-four .nav-right .nav-right-hotline .hotline-info h6 {
	font-weight:600;
	font-size:14px;
	color:#fff;
	color:#fff
}
header .header-style-four .nav-right .nav-right-hotline .hotline-info h6 a {
	color:inherit
}




.nav-logo {
}
.nav-logo a {
}
.nav-logo a {
    margin-top: -42px;
}
.nav-logo a img {
    max-width: 100%;	
}

.multi-main-searchber {
	background:#fff;
	-webkit-box-shadow:3px 5px 35px rgba(86, 68, 169, .1);
	box-shadow:3px 5px 35px rgba(86, 68, 169, .1);
	border-radius:10px;
	padding:20px 25px;
	position:relative
}
.multi-main-searchber .main-searchbar-close {
	position:absolute;
	right:0;
	top:-38px
}
.multi-main-searchber .main-searchbar-close i {
	height:30px;
	width:30px;
	background:#fff;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-pack:center;
	-ms-flex-pack:center;
	justify-content:center;
	-webkit-box-align:center;
	-ms-flex-align:center;
	align-items:center;
	color:#ed1d24;
	font-size:18px;
	border-radius:50%;
	cursor:pointer
}
.multi-main-searchber .search-box-single {
	border:1px solid #e2e2e2;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	padding:8px 15px;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-align:center;
	-ms-flex-align:center;
	align-items:center;
	width:100%;
	height:100%
}
.multi-main-searchber .search-box-single .searchbox-icon {
	font-size:25px;
	color:#ed1d24;
	padding-right:15px
}
.multi-main-searchber .search-box-single .searchbox-input {
	width:100%;
	overflow:hidden;
	position:relative
}
.multi-main-searchber .search-box-single .searchbox-input.date-picker-input::before {
position:absolute;
content:"\f1f3";
font-family:bootstrap-icons!important;
right:0;
top:50%;
-webkit-transform:translateY(-50%);
transform:translateY(-50%);
color:var(--text-tertiary)
}
.multi-main-searchber .search-box-single .searchbox-input label {
	font-weight:600;
	font-size:16px;
	color:#2d373c;
	line-height:1;
	display:block
}
.multi-main-searchber .search-box-single .searchbox-input select {
	font-weight:500;
	font-size:12px;
	color:#666;
	display:block
}
.multi-main-searchber .search-box-single .searchbox-input input, .multi-main-searchber .search-box-single .searchbox-input select {
	height:30px;
	padding:0;
	border:none;
	padding-bottom:10px
}
.multi-main-searchber .search-box-single .searchbox-input input::-webkit-input-placeholder, .multi-main-searchber .search-box-single .searchbox-input select::-webkit-input-placeholder {
font-weight:500;
font-size:12px;
color:#666
}
.multi-main-searchber .search-box-single .searchbox-input input:-ms-input-placeholder, .multi-main-searchber .search-box-single .searchbox-input select:-ms-input-placeholder {
font-weight:500;
font-size:12px;
color:#666
}
.multi-main-searchber .search-box-single .searchbox-input input::-ms-input-placeholder, .multi-main-searchber .search-box-single .searchbox-input select::-ms-input-placeholder {
font-weight:500;
font-size:12px;
color:#666
}
.multi-main-searchber .search-box-single .searchbox-input input::placeholder, .multi-main-searchber .search-box-single .searchbox-input select::placeholder {
font-weight:500;
font-size:12px;
color:#666
}
.multi-main-searchber .main-form-submit {
	height:100%
}
.multi-main-searchber .main-form-submit button {
	font-weight:600;
	font-size:18px;
	color:#fff;
	border:none;
	background:#ed1d24;
	display:block;
	width:100%;
	height:100%;
	padding:12px 24px;
-webkit-transition:all .35s;
transition:all .35s
}
.multi-main-searchber .main-form-submit button:hover {
	background:#ff2d1a
}
.select2-results__option--highlighted[aria-selected] {
	background-color:#ed1d24!important;
	color:#fff
}
.hero-style-one {
	position:relative
}
.hero-style-one .hero-pagination {
	position:absolute;
	height:-webkit-fit-content;
	height:-moz-fit-content;
	height:fit-content;
	right:120px;
	top:50%;
	left:auto;
	-webkit-transform:translateY(-50%);
	transform:translateY(-50%);
	z-index:1;
	font-weight:800;
	font-size:110px;
	letter-spacing:.08em;
	opacity:.3;
	background:url(../images/banner/hero-pagination-bg.png);
	background-position:bottom;
	color:transparent
}
.hero-style-one .slider-arrows {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	position:absolute;
	bottom:70px;
	right:120px;
	z-index:2
}
.hero-style-one .slider-arrows .hero-next, .hero-style-one .slider-arrows .hero-prev {
	font-weight:600;
	font-size:16px;
	color:#b8b8b8;
	opacity:.7;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-align:center;
	-ms-flex-align:center;
	align-items:center;
	font-style:italic
}
.hero-style-one .slider-arrows .hero-next:hover, .hero-style-one .slider-arrows .hero-prev:hover {
	opacity:1
}
.hero-style-one .slider-arrows .hero-next {
	margin-left:50px
}
.hero-style-one .slider-arrows .hero-next i {
	margin-left:5px
}
.hero-style-one .slider-arrows .hero-prev i {
	margin-right:5px
}
.hero-style-one .swiper-slide.swiper-slide-active .hero-single-slide .hero-highlighted-bg img {
	-webkit-transform:scale(1);
	transform:scale(1)
}
.hero-style-one .swiper-slide.swiper-slide-active .hero-single-slide .hero-content-bg .hero-content h2 {
	opacity:1;
	-webkit-transform:translateY(0px);
	transform:translateY(0px)
}
.hero-style-one .swiper-slide.swiper-slide-active .hero-single-slide .hero-content-bg .hero-content p {
	opacity:1;
	-webkit-transform:translateY(0px);
	transform:translateY(0px)
}
.hero-style-one .swiper-slide.swiper-slide-active .hero-single-slide .hero-content-bg .hero-content .hero-btns {
	opacity:1;
	-webkit-transform:translateY(0px);
	transform:translateY(0px)
}
.hero-style-one .hero-single-slide {
	min-height:750px;
	display:-ms-grid;
	display:grid;
-ms-grid-columns:(1fr)[2];
	grid-template-columns:repeat(2, 1fr)
}
.hero-style-one .hero-single-slide .hero-highlighted-bg {
	height:100%;
	overflow:hidden
}
.hero-style-one .hero-single-slide .hero-highlighted-bg img {
	width:100%;
	height:100%;
	-o-object-fit:cover;
	object-fit:cover;
	-webkit-transform:scale(1.4);
	transform:scale(1.4);
	-webkit-transition:-webkit-transform 9000ms ease;
	transition:-webkit-transform 9000ms ease;
	transition:transform 9000ms ease;
	transition:transform 9000ms ease, -webkit-transform 9000ms ease
}
.hero-style-one .hero-single-slide .hero-content-bg {
	height:100%;
	background:url(../images/banner/hero-bg1.png) no-repeat center;
	background-size:cover;
	position:relative;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-align:center;
	-ms-flex-align:center;
	align-items:center
}
.hero-style-one .hero-single-slide .hero-content-bg::before {
position:absolute;
content:"";
inset:0;
background:rgba(22, 43, 50, .9);
z-index:0
}
.hero-style-one .hero-single-slide .hero-content-bg .hero-content {
	max-width:600px;
	padding:90px 20px 90px 40px
}
.hero-style-one .hero-single-slide .hero-content-bg .hero-content h2 {
	font-family:var(--f-secondary);
	font-weight:700;
	font-size:85px;
	line-height:95px;
	letter-spacing:.05em;
	color:#ed1d24;
	opacity:0;
	-webkit-transform:translateY(80px);
	transform:translateY(80px);
	-webkit-transition:all 800ms ease;
	transition:all 800ms ease;
	-webkit-transition-delay:900ms;
	transition-delay:900ms
}
.hero-style-one .hero-single-slide .hero-content-bg .hero-content h2 span {
	-webkit-text-stroke:2px #ed1d24;
	-webkit-text-fill-color:transparent
}
.hero-style-one .hero-single-slide .hero-content-bg .hero-content p {
	padding-top:25px;
	font-weight:400;
	font-size:16px;
	line-height:25px;
	letter-spacing:.02em;
	color:#fff;
	opacity:0;
	-webkit-transform:translateY(-20px);
	transform:translateY(-20px);
	-webkit-transition:all 800ms ease;
	transition:all 800ms ease;
	-webkit-transition-delay:500ms;
	transition-delay:500ms
}
.hero-style-one .hero-single-slide .hero-content-bg .hero-content .hero-btns {
	padding-top:40px;
	-webkit-transform:translateY(50px);
	transform:translateY(50px);
	-webkit-transition:all 800ms ease;
	transition:all 800ms ease;
	-webkit-transition-delay:1700ms;
	transition-delay:1700ms;
	opacity:0
}
.hero-style-one .hero-single-slide .hero-content-bg .hero-content .hero-btns a {
	margin-top:15px;
	margin-right:50px
}
.hero-style-one .hero-single-slide .hero-content-bg .hero-content .hero-btns a:last-child {
	margin-right:0
}
.hero-two-pagination {
	position:absolute;
	right:100px;
	top:50%;
	left:unset!important;
	-webkit-transform:translateY(-50%);
	transform:translateY(-50%)
}
.hero-two-pagination span {
	background:0 0;
	display:inline-block;
	padding:30px 0;
	font-weight:700;
	font-size:20px;
	letter-spacing:.15em;
	font-family:var(--f-secondary);
	-webkit-text-stroke:1px rgba(22, 43, 50, .3);
	-webkit-text-fill-color:transparent
}
.hero-two-pagination span.swiper-pagination-bullet {
	opacity:1
}
.hero-two-pagination span.swiper-pagination-bullet-active {
	-webkit-text-stroke:1px #ed1d24
}
.hero-style-two {
	background:url(../images/banner/hero-two-bg.png), -webkit-gradient(linear, left top, left bottom, color-stop(100%, #f3f4f5), to(#f3f4f5));
	background:url(../images/banner/hero-two-bg.png), linear-gradient(#f3f4f5 100%, #f3f4f5 100%);
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
	overflow:hidden
}
.hero-style-two .hero-main-wrapper .single-hero-slide {
	padding-top:110px;
	padding-bottom:110px
}
.hero-style-two .hero-main-wrapper .single-hero-slide .hero-content .featured-location {
	font-weight:500;
	font-size:20px;
	color:#2d373c
}
.hero-style-two .hero-main-wrapper .single-hero-slide .hero-content .featured-location i {
	color:#ed1d24;
	margin-right:5px
}
.hero-style-two .hero-main-wrapper .single-hero-slide .hero-content .hero-title {
	font-family:var(--f-secondary);
	font-weight:700;
	font-size:50px;
	line-height:65px;
	color:#2d373c;
	padding-top:2px
}
.hero-style-two .hero-main-wrapper .single-hero-slide .hero-content .hero-title span {
	color:#ed1d24;
	margin-left:10px
}
.hero-style-two .hero-main-wrapper .single-hero-slide .hero-content .featured-price {
	font-family:var(--f-secondary);
	font-weight:700;
	font-size:30px;
	color:#2d373c;
	padding-top:16px
}
.hero-style-two .hero-main-wrapper .single-hero-slide .hero-content .featured-price span {
	color:#ed1d24;
	font-size:20px
}
.hero-style-two .hero-main-wrapper .single-hero-slide .hero-content p {
	font-size:16px;
	line-height:25px;
	letter-spacing:.02em;
	color:#666;
	padding-top:25px
}
.hero-style-two .hero-main-wrapper .single-hero-slide .hero-content .hero-btns {
	padding-top:14px
}
.hero-style-two .hero-main-wrapper .single-hero-slide .hero-content .hero-btns a {
	margin-top:20px;
	margin-right:30px
}
.hero-style-two .hero-main-wrapper .single-hero-slide .hero-content .hero-btns a:last-child {
	margin-right:0
}
.hero-style-three {
	overflow:hidden
}
.hero-style-three .banner-plane {
	position:absolute;
	top:25%;
	left:5%;
	z-index:2;
	-webkit-animation:fly 12s linear infinite;
	animation:fly 12s linear infinite;
	opacity:.5
}
@media(max-width:576px) {
.hero-style-three .banner-plane {
display:none;
visibility:hidden
}
}
@-webkit-keyframes fly {
0% {
-webkit-transform:translateX(0) scale(.5);
transform:translateX(0) scale(.5);
opacity:0
}
50% {
-webkit-transform:translateX(50%) scale(.8);
transform:translateX(50%) scale(.8);
opacity:.8
}
100% {
-webkit-transform:translateX(100%) scale(.5);
transform:translateX(100%) scale(.5);
opacity:0
}
}
@keyframes fly {
0% {
-webkit-transform:translateX(0) scale(.5);
transform:translateX(0) scale(.5);
opacity:0
}
50% {
-webkit-transform:translateX(50%) scale(.8);
transform:translateX(50%) scale(.8);
opacity:.8
}
100% {
-webkit-transform:translateX(100%) scale(.5);
transform:translateX(100%) scale(.5);
opacity:0
}
}
.hero-style-three .slider-arrows {
	position:absolute;
	top:50%;
	-webkit-transform:translateY(-50%);
	transform:translateY(-50%);
	right:60px;
	z-index:2;
	padding:5px
}
.hero-style-three .slider-arrows .hero-prev3 {
	width:35px;
	height:35px;
	line-height:32px;
	text-align:center;
	background:0 0;
	color:#fff;
	border:1px solid #fff;
	border-radius:50%;
	-webkit-transform:rotate(90deg);
	transform:rotate(90deg);
-webkit-transition:all .5s ease-out 0s;
transition:all .5s ease-out 0s
}
.hero-style-three .slider-arrows .hero-prev3:hover {
	background:var(--c-primary);
	border:1px solid var(--c-primary);
	color:#fff
}
.hero-style-three .slider-arrows .hero-next3 {
	width:35px;
	height:35px;
	line-height:33px;
	text-align:center;
	background:0 0;
	border:1px solid #fff;
	color:#fff;
	border-radius:50%;
	-webkit-transform:rotate(90deg);
	transform:rotate(90deg);
-webkit-transition:all .5s ease-out 0s;
transition:all .5s ease-out 0s
}
.hero-style-three .slider-arrows .hero-next3:hover {
	background:var(--c-primary);
	border:1px solid var(--c-primary);
	color:#fff
}
.hero-style-three .hero-social {
	position:absolute;
	top:50%;
	left:-90px;
	z-index:2;
	-webkit-transform:rotate(-90deg);
	transform:rotate(-90deg)
}
.hero-style-three .hero-social .social-list li {
	position:relative;
	display:inline-block;
	padding-left:20px
}
.hero-style-three .hero-social .social-list li::before {
content:url(../images/icons/list-style.svg);
position:absolute;
top:50%;
-webkit-transform:translateY(-50%);
transform:translateY(-50%);
left:0;
z-index:1
}
.hero-style-three .hero-social .social-list a {
	color:#fff
}
.hero-style-three .slider-bg-1 {
	padding:300px 0;
	width:100%;
	background:-webkit-gradient(linear, left top, left bottom, from(rgba(0, 5, 15, 0.45)), to(rgba(0, 5, 15, 0.45))), url("../images/banner/banner%20web.webp");
	background:linear-gradient(rgba(0, 5, 15, 0.45), rgba(0, 5, 15, 0.45)), url("../images/banner/banner%20web.webp");
	background-size:cover;
	background-repeat:no-repeat
}

.hero-style-three .slider-bg-3 {
	padding:300px 0;
	width:100%;
	background:-webkit-gradient(linear, left top, left bottom, from(rgba(0, 5, 15, 0.45)), to(rgba(0, 5, 15, 0.45))), url("../images/banner/banner%20web%201.webp");
	background:linear-gradient(rgba(0, 5, 15, 0.45), rgba(0, 5, 15, 0.45)), url("../images/banner/banner%20web%201.webp");
	background-size:cover;
	background-repeat:no-repeat
}

.hero-style-three .hero3-content {
	text-align:center
}
.hero-style-three .hero3-content .title-top-text {
	font-size:20px;
	font-weight:500;
	color:#fff;
	margin-bottom:5px;
	display:block;
	-webkit-animation:unset;
	animation:unset
}
.hero-style-three .hero3-content .title-top {
	color:#fff;
	font-size:20px;
	font-weight:500
}
.hero-style-three .hero3-content h1 {
	font-size:70px;
	font-weight:700;
	color:#fff;
	margin-bottom:25px
}

.hero-style-three .hero3-content p {
	font-size:16px;
	font-weight:400;
	color:#fff;
	margin-bottom:45px
}
.hero-style-three .swiper-slide-active h1 {
	-webkit-animation:fadeInDown 1.5s;
	animation:fadeInDown 1.5s
}
.hero-style-three .swiper-slide-active p {
	-webkit-animation:fadeInUp 1.5s;
	animation:fadeInUp 1.5s
}
.hero-style-three .swiper-slide-active .banner3-btn {
	-webkit-animation:zoomIn 2s;
	animation:zoomIn 2s
}
.hero-style-four {
	position:relative;
	overflow:hidden
}
.hero-style-four .banner-star3 {
	position:absolute;
	bottom:20%;
	left:5%;
	z-index:9;
	-webkit-animation:rotation 8s linear infinite;
	animation:rotation 8s linear infinite
}
@-webkit-keyframes rotation {
0% {
-webkit-transform:rotate(0deg);
transform:rotate(0deg)
}
50% {
-webkit-transform:rotate(180deg);
transform:rotate(180deg)
}
100% {
-webkit-transform:rotate(360deg);
transform:rotate(360deg)
}
}
@keyframes rotation {
0% {
-webkit-transform:rotate(0deg);
transform:rotate(0deg)
}
50% {
-webkit-transform:rotate(180deg);
transform:rotate(180deg)
}
100% {
-webkit-transform:rotate(360deg);
transform:rotate(360deg)
}
}
.hero-style-four .banner-star2 {
	position:absolute;
	top:15%;
	right:22%;
	z-index:9;
	-webkit-animation:blink 2s linear infinite alternate;
	animation:blink 2s linear infinite alternate;
	-webkit-animation-delay:3s;
	animation-delay:3s
}
.hero-style-four .banner-star1 {
	position:absolute;
	top:15%;
	right:25%;
	z-index:9;
	-webkit-animation:blink 2s linear infinite alternate;
	animation:blink 2s linear infinite alternate
}
@-webkit-keyframes blink {
0% {
-webkit-transform:scale(.5);
transform:scale(.5)
}
50% {
-webkit-transform:scale(0);
transform:scale(0)
}
100% {
-webkit-transform:scale(1);
transform:scale(1)
}
}
@keyframes blink {
0% {
-webkit-transform:scale(.5);
transform:scale(.5)
}
50% {
-webkit-transform:scale(0);
transform:scale(0)
}
100% {
-webkit-transform:scale(1);
transform:scale(1)
}
}
.hero-style-four .banner-plane {
	position:absolute;
	top:25%;
	left:5%;
	z-index:2;
	-webkit-animation:fly 12s linear infinite;
	animation:fly 12s linear infinite;
	opacity:.5
}
@media(max-width:576px) {
.hero-style-four .banner-plane {
display:none;
visibility:hidden
}
}
@keyframes fly {
0% {
-webkit-transform:translateX(0) scale(.5);
transform:translateX(0) scale(.5);
opacity:0
}
50% {
-webkit-transform:translateX(50%) scale(.8);
transform:translateX(50%) scale(.8);
opacity:.8
}
100% {
-webkit-transform:translateX(100%) scale(.5);
transform:translateX(100%) scale(.5);
opacity:0
}
}
.hero-style-four .slider-arrows {
	position:absolute;
	top:50%;
	-webkit-transform:translateY(-50%);
	transform:translateY(-50%);
	right:60px;
	z-index:2;
	padding:5px
}
.hero-style-four .slider-arrows .hero-prev3 {
	width:35px;
	height:35px;
	line-height:32px;
	text-align:center;
	background:0 0;
	color:#fff;
	border:1px solid #fff;
	border-radius:50%;
	-webkit-transform:rotate(90deg);
	transform:rotate(90deg);
-webkit-transition:all .5s ease-out 0s;
transition:all .5s ease-out 0s
}
.hero-style-four .slider-arrows .hero-prev3:hover {
	background:var(--c-primary);
	border:1px solid var(--c-primary);
	color:#fff
}
.hero-style-four .slider-arrows .hero-next3 {
	width:35px;
	height:35px;
	line-height:33px;
	text-align:center;
	background:0 0;
	border:1px solid #fff;
	color:#fff;
	border-radius:50%;
	-webkit-transform:rotate(90deg);
	transform:rotate(90deg);
-webkit-transition:all .5s ease-out 0s;
transition:all .5s ease-out 0s
}
.hero-style-four .slider-arrows .hero-next3:hover {
	background:var(--c-primary);
	border:1px solid var(--c-primary);
	color:#fff
}
.hero-style-four .slider-bg-1 {
	padding:300px 0;
	width:100%;
	background:-webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.45)), to(rgba(0, 0, 0, 0.45))), url("../images/banner/banner%20web%202.webp");
	background:linear-gradient(90deg, rgba(0, 0, 0, 0.45), rgba(0, 0, 0, 0.45)), url("../images/banner/banner%20web%202.webp");
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center
}
@media(min-width:768px) and (max-width:991px) {
.hero-style-four .slider-bg-1 {
padding:250px 0
}
}
@media(max-width:767px) {
.hero-style-four .slider-bg-1 {
padding:200px 0
}
}
.hero-style-four .slider-bg-2 {
	padding:300px 0;
	width:100%;
	background:-webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.45)), to(rgba(0, 0, 0, 0.45))), url("../images/banner/banner42.png");
	background:linear-gradient(90deg, rgba(0, 0, 0, 0.45), rgba(0, 0, 0, 0.45)), url("../images/banner/banner42.png");
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center
}
@media(min-width:768px) and (max-width:991px) {
.hero-style-four .slider-bg-2 {
padding:250px 0
}
}
@media(max-width:767px) {
.hero-style-four .slider-bg-2 {
padding:200px 0
}
}
.hero-style-four .hero4-content {
	text-align:left
}
.hero-style-four .hero4-content .title-top-text {
	font-size:20px;
	font-weight:500;
	color:#fff;
	margin-bottom:5px;
	display:block;
	-webkit-animation:unset;
	animation:unset
}
.hero-style-four .hero4-content .title-top {
	color:#fff;
	font-size:20px;
	font-weight:500
}
.hero-style-four .hero4-content h1 {
	font-size:70px;
	font-weight:700;
	color:#fff;
	margin-bottom:25px
}
@media(min-width:768px) and (max-width:991px) {
.hero-style-four .hero4-content h1 {
font-size:60px
}
}
@media(max-width:767px) {
.hero-style-four .hero4-content h1 {
font-size:50px
}
}
.hero-style-four .hero4-content p {
	font-size:16px;
	font-weight:400;
	color:#fff;
	margin-bottom:45px
}
.hero-style-four .swiper-slide-active h1 {
	-webkit-animation:fadeInDown 1.5s;
	animation:fadeInDown 1.5s
}
.hero-style-four .swiper-slide-active p {
	-webkit-animation:fadeInUp 1.5s;
	animation:fadeInUp 1.5s
}
.hero-style-four .swiper-slide-active .banner3-btn {
	-webkit-animation:zoomIn 2s;
	animation:zoomIn 2s
}
.multi-main-searchber {
	background:#fff;
	-webkit-box-shadow:3px 5px 35px rgba(86, 68, 169, .1);
	box-shadow:3px 5px 35px rgba(86, 68, 169, .1);
	border-radius:10px;
	padding:15px 25px;
	position:relative;
	z-index:2
}
.multi-main-searchber .main-searchbar-close {
	position:absolute;
	right:0;
	top:-38px
}
.multi-main-searchber .main-searchbar-close i {
	height:30px;
	width:30px;
	background:#fff;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-pack:center;
	-ms-flex-pack:center;
	justify-content:center;
	-webkit-box-align:center;
	-ms-flex-align:center;
	align-items:center;
	color:#ed1d24;
	font-size:18px;
	border-radius:50%;
	cursor:pointer
}
.multi-main-searchber .search-box-single {
	border:1px solid #e2e2e2;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	padding:10px 15px;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-align:center;
	-ms-flex-align:center;
	align-items:center;
	width:100%;
	height:100%
}
.multi-main-searchber .search-box-single .searchbox-icon {
	font-size:25px;
	color:#ed1d24;
	padding-right:15px
}
.multi-main-searchber .search-box-single .searchbox-input {
	width:100%;
	overflow:hidden;
	position:relative
}
.multi-main-searchber .search-box-single .searchbox-input.date-picker-input {
	z-index:21;
	top:10px
}
.multi-main-searchber .search-box-single .searchbox-input.date-picker-input::before {
position:absolute;
content:"\f1f3";
font-family:bootstrap-icons!important;
right:0;
top:50%;
-webkit-transform:translateY(-50%);
transform:translateY(-50%);
color:var(--text-tertiary)
}
.multi-main-searchber .search-box-single .searchbox-input label {
	font-weight:600;
	font-size:16px;
	color:#2d373c;
	line-height:1;
	display:block;
	margin-bottom:-2px
}
.multi-main-searchber .search-box-single .searchbox-input select {
	font-weight:500;
	font-size:12px;
	color:#666;
	display:block
}
.multi-main-searchber .search-box-single .searchbox-input input, .multi-main-searchber .search-box-single .searchbox-input select {
	height:30px;
	padding:0;
	border:none;
	padding-bottom:10px
}
.multi-main-searchber .search-box-single .searchbox-input input::-webkit-input-placeholder, .multi-main-searchber .search-box-single .searchbox-input select::-webkit-input-placeholder {
font-weight:500;
font-size:12px;
color:#666
}
.multi-main-searchber .search-box-single .searchbox-input input:-ms-input-placeholder, .multi-main-searchber .search-box-single .searchbox-input select:-ms-input-placeholder {
font-weight:500;
font-size:12px;
color:#666
}
.multi-main-searchber .search-box-single .searchbox-input input::-ms-input-placeholder, .multi-main-searchber .search-box-single .searchbox-input select::-ms-input-placeholder {
font-weight:500;
font-size:12px;
color:#666
}
.multi-main-searchber .search-box-single .searchbox-input input::placeholder, .multi-main-searchber .search-box-single .searchbox-input select::placeholder {
font-weight:500;
font-size:12px;
color:#666
}
.multi-main-searchber .main-form-submit {
	height:100%
}
.multi-main-searchber .main-form-submit button {
	font-weight:600;
	font-size:18px;
	color:#fff;
	border:none;
	background:#ed1d24;
	display:block;
	width:100%;
	height:100%;
	padding:12px 24px;
-webkit-transition:all .35s;
transition:all .35s
}
.multi-main-searchber .main-form-submit button:hover {
	background:0 0;
	color:red;
	border:1px solid #ed1d24
}
.package-card-alpha {
	-webkit-box-shadow:3px 5px 35px rgba(86, 68, 169, .1);
	box-shadow:3px 5px 35px rgba(86, 68, 169, .1);
	border-radius:10px;
	overflow:hidden;
	    width: 100%;
}
.package-card-alpha .package-card-body .p-card-bottom .book-btn a:hover {
	background:#ed1d24;
	color:#fff
}
.package-card-alpha:hover .package-card-body .p-card-bottom .book-btn a i {
	-webkit-transform:translateX(5px);
	transform:translateX(5px)
}
.package-card-alpha .package-thumb {
	position:relative
}
.package-card-alpha .package-thumb img {
	width:100%;
-webkit-transition:all .35s;
transition:all .35s
}
.package-card-alpha .package-thumb .card-lavel {
	font-weight:600;
	font-size:16px;
	text-transform:capitalize;
	color:#fff;
	background:#ed1d24;
	border-radius:3px;
	position:absolute;
	padding:9px 32px;
	bottom:0;
	left:20px;
	-webkit-transform:translateY(50%);
	transform:translateY(50%);
	-webkit-clip-path:polygon(9% 0, 90% 3%, 100% 94%, 0 100%);
	clip-path:polygon(9% 0, 90% 3%, 100% 94%, 0 100%)
}
.package-card-alpha .package-thumb .card-lavel i {
	margin-right:8px
}
.package-card-alpha .package-card-body {
	padding:30px 25px;
	background: #fff;
	min-height: 210px;
}
.package-card-alpha .package-card-body .p-card-title {
	font-weight:600;
	font-size:20px;
	line-height:28px;
	color:#454545;
	text-align:center;
}
.package-card-alpha .package-card-body .p-card-title a {
	color:inherit;
	text-align:center;
}
.package-card-alpha .package-card-body h6{
	font-weight:700;
	font-size:20px;
	line-height:28px;
	color:#ed1d24;
	margin-top:5px;
	text-align: center;
}
.package-card-alpha .package-card-body .p-card-bottom {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-align:center;
	-ms-flex-align:center;
	align-items:center;
	-webkit-box-pack:justify;
	-ms-flex-pack:justify;
	justify-content:space-between;
	margin-top:20px
}
.package-card-alpha .package-card-body .p-card-bottom .book-btn a {
	display:inline-block;
	font-weight:600;
	font-size:15px;
	text-transform:uppercase;
	color:#ed1d24;
	background:#fff;
	border:1px solid #ed1d24;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	border-radius:5px;
	padding:8px 16px;
-webkit-transition:all .3s;
transition:all .3s
}
.package-card-alpha .package-card-body .p-card-bottom .book-btn a i {
	margin-left:5px;
-webkit-transition:all .2s;
transition:all .2s
}

.package-card-alpha .package-card-body .p-card-bottom .p-card-info a{
	display: inline-block;
    font-weight: 600;
    font-size: 15px;
    text-transform: uppercase;
    color: #ed1d24;
    background: #fff;
    border: 1px solid #ed1d24;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 5px;
    padding: 8px 16px;
    -webkit-transition: all .3s;
    transition: all .3s;
}
.package-card-alpha .package-card-body .p-card-bottom .p-card-info a:hover{
	background: #ed1d24;
    color: #fff;
}
.package-card-alpha .package-card-body .p-card-bottom .p-card-info h6 {
	    color: #ed1d24;
    font-weight: 700;
    font-size: 19px;
    line-height: 1;
}
.package-card-alpha .package-card-body .p-card-bottom .p-card-info h6 span {
	font-size:14px
}
.package-card-alpha .package-card-body .p-card-bottom .p-card-info span {
	font-weight:500;
	font-size:16px;
	text-transform:capitalize;
	color:#2d373c
}
.package-card-beta {
	-webkit-box-shadow:3px 5px 35px rgba(86, 68, 169, .1);
	box-shadow:3px 5px 35px rgba(86, 68, 169, .1);
	border-radius:10px;
	overflow:hidden;
	position:relative;
	background:#fff;
	width: 100%;
}
.package-card-beta:hover .package-card-body::before {
/*height:100%;
opacity:.1;
-webkit-transform:scale(1, 1);
transform:scale(1, 1)*/
}
.package-card-beta .package-thumb {
	position:relative
}
.package-card-beta .package-thumb img {
	width:100%;
-webkit-transition:all .35s;
transition:all .35s
}

.package-card-beta .package-thumb a {
	    position: relative;
    display: block;
    overflow: hidden;
}
.package-card-beta:hover .package-thumb img {
	    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}
.package-card-beta .package-thumb .card-lavel {
	font-weight:600;
	font-size:16px;
	text-transform:capitalize;
	color:#ed1d24;
	background:#fff;
	-webkit-box-shadow:3px 5px 35px rgba(86, 68, 169, .1);
	box-shadow:3px 5px 35px rgba(86, 68, 169, .1);
	border-radius:30px;
	position:absolute;
	padding:9px 15px;
	bottom:-21px;
	left:50%;
	-webkit-transform:translateX(-50%);
	transform:translateX(-50%);
-webkit-transition:all .4s ease-out 0s;
transition:all .4s ease-out 0s;
	    min-width: 190px;
	cursor:pointer;
	z-index:6
}
.package-card-beta .package-thumb .card-lavel i {
	margin-right:8px
}
.package-card-beta .package-thumb .card-lavel:hover {
	background-color:#ed1d24;
	color:#fff
}
.package-card-beta .package-card-body {
	padding:30px 25px;
	position:relative;
	z-index:1
}
.package-card-beta .package-card-body::before {
content:'';
position:absolute;
left:0;
bottom:0;
width:100%;
height:100%;
background:#ed1d24;
z-index:-1;
-webkit-transition:all .5s ease-in-out;
transition:all .5s ease-in-out;
opacity:0;
-webkit-transform:scale(0, 0);
transform:scale(0, 0)
}
.package-card-beta .package-card-body .p-card-title {
	font-weight:600;
	font-size:20px;
	line-height:28px;
	color: #ffffff !important;
	margin-top:5px;
	text-align: center;
	background-color: #263b96;
}
.package-card-beta .package-card-body h6{
	font-weight:700;
	font-size:20px;
	line-height:28px;
	color:#ed1d24;
	margin-top:5px;
	text-align: center;
}
.package-card-beta .package-card-body .p-card-title a {
	color:inherit;
	text-align: center;
}
.package-card-beta .package-card-body .p-card-bottom {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-align:center;
	-ms-flex-align:center;
	align-items:center;
	-webkit-box-pack:justify;
	-ms-flex-pack:justify;
	justify-content:space-between;
	margin-top:20px
}
.package-card-beta .package-card-body .p-card-bottom .book-btn a {
	display:inline-block;
	font-weight:600;
	font-size:15px;
	text-transform:uppercase;
	color:#ed1d24;
	background:#fff;
	border:1px solid #ed1d24;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	border-radius:30px;
	padding:8px 16px;
-webkit-transition:all .3s;
transition:all .3s;
	white-space:nowrap
}


@media(max-width:991px) {
.package-card-beta .package-card-body .p-card-bottom .book-btn a {
padding:6px 10px
}
}
.package-card-beta .package-card-body .p-card-bottom .book-btn a i {
	margin-left:5px;
-webkit-transition:all .2s;
transition:all .2s
}
.package-card-beta .package-card-body .p-card-bottom .book-btn:hover a {
	background:var(--c-primary);
	color:#fff
}
.package-card-beta .package-card-body .p-card-bottom .book-btn:hover i {
	-webkit-transform:translateX(5px);
	transform:translateX(5px)
}
.package-card-beta .package-card-body .p-card-bottom .p-card-info {
	padding-left:10px
}
.package-card-beta .package-card-body .p-card-bottom .p-card-info h6 {
	    color: #ed1d24;
    font-weight: 700;
    font-size: 19px;
    line-height: 1;
}
@media(max-width:991px) {
.package-card-beta .package-card-body .p-card-bottom .p-card-info h6 {
font-size:14px
}
}
.package-card-beta .package-card-body .p-card-bottom .p-card-info h6 span {
	font-size:14px
}
.package-card-beta .package-card-body .p-card-bottom .p-card-info a{
	    display: inline-block;
    font-weight: 600;
    font-size: 15px;
    text-transform: uppercase;
    color: #ed1d24;
    background: #fff;
    border: 1px solid #ed1d24;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 30px;
    padding: 8px 16px;
    -webkit-transition: all .3s;
    transition: all .3s;
    white-space: nowrap;
}
.package-card-beta .package-card-body .p-card-bottom .p-card-info a:hover  {
    background: var(--c-primary);
    color: #fff;
}
.package-card-beta .package-card-body .p-card-bottom .p-card-info span {
	font-weight:500;
	font-size:16px;
	text-transform:capitalize;
	color:#2d373c
}
.package-card-delta {
	-webkit-box-shadow:3px 5px 35px rgba(86, 68, 169, .1);
	box-shadow:3px 5px 35px rgba(86, 68, 169, .1);
	border-radius:10px;
	overflow:hidden;
	position:relative;
	background:#fff
}
.package-card-delta:hover .package-thumb .card-lavel {
	opacity:1;
	-webkit-transform:translateY(0px) scale(1);
	transform:translateY(0px) scale(1)
}
.package-card-delta:hover .package-card-body::before {
height:100%;
opacity:.1;
-webkit-transform:scale(1, 1);
transform:scale(1, 1)
}
.package-card-delta .package-thumb {
	position:relative
}
.package-card-delta .package-thumb img {
	width:100%;
-webkit-transition:all .35s;
transition:all .35s
}
.package-card-delta .package-thumb .card-lavel {
	font-weight:600;
	font-size:16px;
	text-transform:capitalize;
	background-color:#ed1d24;
	color:#fff;
	-webkit-box-shadow:3px 5px 35px rgba(86, 68, 169, .1);
	box-shadow:3px 5px 35px rgba(86, 68, 169, .1);
	border-radius:30px;
	position:absolute;
	padding:9px 15px;
	top:25px;
	left:25px;
-webkit-transition:all .5s ease-out 0s;
transition:all .5s ease-out 0s;
	min-width:170px;
	cursor:pointer;
	z-index:9;
	opacity:0;
	-webkit-transform:translateY(10px) scale(.5);
	transform:translateY(10px) scale(.5)
}
.package-card-delta .package-thumb .card-lavel i {
	margin-right:8px
}
.package-card-delta .package-thumb .card-lavel:hover {
	color:#ed1d24;
	background-color:#fff
}
.package-card-delta .package-card-body {
	padding:30px 25px;
	position:relative;
	z-index:1
}
.package-card-delta .package-card-body::before {
content:'';
position:absolute;
left:0;
bottom:0;
width:100%;
height:100%;
background:var(--c-primary);
z-index:-1;
-webkit-transition:all .5s ease-in-out;
transition:all .5s ease-in-out;
opacity:0;
-webkit-transform:scale(0, 0);
transform:scale(0, 0)
}
.package-card-delta .package-card-body .p-card-title {
	font-weight:600;
	font-size:20px;
	line-height:28px;
	color:#454545;
	margin-top:5px
}
.package-card-delta .package-card-body .p-card-title a {
	color:inherit
}
.package-card-delta .package-card-body .p-card-bottom {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-align:center;
	-ms-flex-align:center;
	align-items:center;
	-webkit-box-pack:justify;
	-ms-flex-pack:justify;
	justify-content:space-between;
	margin-top:20px
}
.package-card-delta .package-card-body .p-card-bottom .book-btn a {
	display:inline-block;
	font-weight:600;
	font-size:15px;
	text-transform:uppercase;
	color:#ed1d24;
	background:#fff;
	border:1px solid #ed1d24;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	border-radius:30px;
	padding:8px 16px;
-webkit-transition:all .3s;
transition:all .3s;
	white-space:nowrap
}
@media(max-width:991px) {
.package-card-delta .package-card-body .p-card-bottom .book-btn a {
padding:6px 10px
}
}
.package-card-delta .package-card-body .p-card-bottom .book-btn a i {
	margin-left:5px;
-webkit-transition:all .2s;
transition:all .2s
}
.package-card-delta .package-card-body .p-card-bottom .book-btn:hover a {
	background:var(--c-primary);
	color:#fff
}
.package-card-delta .package-card-body .p-card-bottom .book-btn:hover i {
	-webkit-transform:translateX(5px);
	transform:translateX(5px)
}
.package-card-delta .package-card-body .p-card-bottom .p-card-info {
	padding-left:10px
}
.package-card-delta .package-card-body .p-card-bottom .p-card-info h6 {
	color:#ed1d24;
	font-weight:800;
	font-size:20px;
	line-height:1
}
@media(max-width:991px) {
.package-card-delta .package-card-body .p-card-bottom .p-card-info h6 {
font-size:14px
}
}
.package-card-delta .package-card-body .p-card-bottom .p-card-info h6 span {
	font-size:14px
}
.package-card-delta .package-card-body .p-card-bottom .p-card-info span {
	font-weight:500;
	font-size:16px;
	text-transform:capitalize;
	color:#2d373c
}
.package-card-gamma {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-align:center;
	-ms-flex-align:center;
	align-items:center;
	background:#fff;
	-webkit-box-shadow:3px 5px 35px rgba(86, 68, 169, .1);
	box-shadow:3px 5px 35px rgba(86, 68, 169, .1);
	border-radius:10px;
	padding:15px;
	margin-bottom:30px
}
.package-card-gamma:hover .package-card-body .p-card-bottom .book-btn a {
	background:#ed1d24;
	color:#fff
}
.package-card-gamma:hover .package-card-body .p-card-bottom .book-btn a i {
	-webkit-transform:translateX(5px);
	transform:translateX(5px)
}
.package-card-gamma .package-thumb img {
	max-width:355px;
	border-radius:10px
}
.package-card-gamma .package-card-body {
	text-align:center;
	padding-left:30px;
	padding-right:20px
}
.package-card-gamma .package-card-body .card-lavel {
	font-weight:600;
	font-size:16px;
	text-transform:capitalize;
	color:#fff;
	background:#ed1d24;
	border-radius:3px;
	padding:9px 32px;
	-webkit-clip-path:polygon(9% 0, 90% 3%, 100% 94%, 0 100%);
	clip-path:polygon(9% 0, 90% 3%, 100% 94%, 0 100%);
	display:inline-block
}
.package-card-gamma .package-card-body .card-lavel i {
	margin-right:8px
}
.package-card-gamma .package-card-body .p-card-title {
	padding-top:18px;
	font-weight:700;
	font-size:20px;
	line-height:28px;
	color:#454545;
	text-align:start
}
.package-card-gamma .package-card-body .p-card-title a {
	color:inherit
}
.package-card-gamma .package-card-body .p-card-bottom {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-align:center;
	-ms-flex-align:center;
	align-items:center;
	-webkit-box-pack:justify;
	-ms-flex-pack:justify;
	justify-content:space-between;
	margin-top:20px
}
.package-card-gamma .package-card-body .p-card-bottom .book-btn a {
	display:inline-block;
	font-weight:600;
	font-size:15px;
	text-transform:uppercase;
	color:#ed1d24;
	background:#fff;
	border:1px solid #ed1d24;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	border-radius:5px;
	padding:8px 16px;
-webkit-transition:all .3s;
transition:all .3s
}
.package-card-gamma .package-card-body .p-card-bottom .book-btn a i {
	margin-left:5px;
-webkit-transition:all .2s;
transition:all .2s
}
.package-card-gamma .package-card-body .p-card-bottom .p-card-info {
	text-align:start
}
.package-card-gamma .package-card-body .p-card-bottom .p-card-info h6 {
	color:#ed1d24;
	font-weight:800;
	font-size:20px;
	line-height:1
}
.package-card-gamma .package-card-body .p-card-bottom .p-card-info h6 span {
	font-size:14px
}
.package-card-gamma .package-card-body .p-card-bottom .p-card-info span {
	font-weight:500;
	font-size:16px;
	text-transform:capitalize;
	color:#2d373c
}
.package-bottom-btn {
	margin-top:50px
}
.offer-switch-button {
	margin-bottom:30px
}
.offer-switch-button .nav-item {
	height:87px;
	width:87px;
	min-width:87px;
	border-radius:50%;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-pack:center;
	-ms-flex-pack:center;
	justify-content:center;
	-webkit-box-align:center;
	-ms-flex-align:center;
	align-items:center;
	margin-right:18px
}
.offer-switch-button .nav-item .nav-link {
	height:60px;
	width:60px;
	border-radius:50%;
	font-weight:700;
	font-size:20px;
	color:#ed1d24;
	border:2px solid #ed1d24;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	padding:0;
	font-family:var(--f-secondary)
}
.offer-switch-button .nav-item .nav-link.active {
	height:87px;
	width:87px;
	font-size:28px;
	color:#fff;
	background:#ed1d24
}
.offer-switch-button2 {
	margin-bottom:30px
}
.offer-switch-button2 .nav-item {
	min-width:87px;
	border-radius:50%;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-pack:center;
	-ms-flex-pack:center;
	justify-content:center;
	-webkit-box-align:center;
	-ms-flex-align:center;
	align-items:center;
	margin-right:18px
}
.offer-switch-button2 .nav-item .nav-link {
	min-height:40px;
	min-width:95px;
	border-radius:5px;
	font-weight:700;
	font-size:20px;
	color:#ed1d24;
	border:2px solid #ed1d24;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	padding:0;
	font-family:var(--f-secondary);
-webkit-transition:all .5s ease-out 0s;
transition:all .5s ease-out 0s
}
.offer-switch-button2 .nav-item .nav-link.active {
	color:#fff;
	background:#ed1d24;
	position:relative
}
.offer-switch-button2 .nav-item .nav-link.active::before {
content:'';
position:absolute;
left:50%;
-webkit-transform:translateX(-50%) rotate(45deg);
transform:translateX(-50%) rotate(45deg);
bottom:-5px;
height:12px;
width:12px;
background-color:var(--c-primary)
}
.offer-switch-button2 .nav-item .nav-link:hover {
	color:#fff;
	background:#ed1d24
}
.offer-switch-button3 {
	margin-bottom:30px
}
.offer-switch-button3 .nav-item {
	min-width:87px;
	border-radius:50%;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-pack:center;
	-ms-flex-pack:center;
	justify-content:center;
	-webkit-box-align:center;
	-ms-flex-align:center;
	align-items:center;
	margin-right:18px
}
.offer-switch-button3 .nav-item .nav-link {
	min-height:40px;
	min-width:95px;
	border-radius:5px;
	font-weight:700;
	font-size:20px;
	color:#7d878c;
	border:2px solid #7d878c;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	padding:0;
	font-family:var(--f-secondary);
-webkit-transition:all .5s ease-out 0s;
transition:all .5s ease-out 0s
}
.offer-switch-button3 .nav-item .nav-link.active {
	color:#fff;
	background:#ed1d24;
	border:1px solid #ed1d24;
	position:relative
}
.offer-switch-button3 .nav-item .nav-link.active::before {
content:'';
position:absolute;
left:50%;
-webkit-transform:translateX(-50%) rotate(45deg);
transform:translateX(-50%) rotate(45deg);
bottom:-5px;
height:12px;
width:12px;
background-color:var(--c-primary)
}
.offer-switch-button3 .nav-item .nav-link:hover {
	color:#fff;
	background:#ed1d24;
	border:1px solid #ed1d24
}
.package-sidebar .package-widget-style-2 {
	-webkit-box-shadow:3px 5px 35px rgba(86, 68, 169, .1);
	box-shadow:3px 5px 35px rgba(86, 68, 169, .1);
	border-radius:5px
}
.package-sidebar .package-widget-style-2 .widget-title {
	background:#162b32;
	border-radius:5px;
	padding:13px 20px
}
.package-sidebar .package-widget-style-2 .widget-title h4 {
	font-weight:700;
	color:#fff;
	font-size:20px;
	margin-top:3px
}
.package-sidebar .package-widget-style-2 .widget-lavel {
	font-weight:700;
	font-size:25px;
	color:#ed1d24
}
.package-sidebar .package-widget-style-2 .widget-lavel span {
	font-size:15px;
	font-weight:500;
	color:#fff
}
.package-sidebar .package-widget-style-2 .widget-body {
	padding:20px
}
.package-sidebar .package-widget {
	background:#fff;
	-webkit-box-shadow:3px 5px 35px rgba(86, 68, 169, .1);
	box-shadow:3px 5px 35px rgba(86, 68, 169, .1);
	border-radius:5px
}
.package-sidebar .package-widget .widget-title {
	padding:20px;
	border-bottom:1px solid #eee
}
.package-sidebar .package-widget .widget-title h4 {
	font-weight:600;
	font-size:20px;
	color:#2d373c
}
.package-sidebar .package-widget .widget-body {
	padding:20px
}
.package-sidebar .widget-tag-cloud .tag-cloud a {
	display:inline-block;
	font-weight:500;
	font-size:14px;
	color:#2d373c;
	border:1px solid #2d373c4d;
	padding:6px 18px;
	margin-right:12px;
	margin-top:10px;
-webkit-transition:all .3s;
transition:all .3s
}
.package-sidebar .widget-tag-cloud .tag-cloud a:hover {
	border-color:#ed1d24;
	background:#ed1d24;
	color:#fff
}
.package-sidebar .widget-search .search-input-group {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	height:44px
}
.package-sidebar .widget-search .search-input-group input {
	height:100%;
	background:#f5f5f5;
	border-radius:44px 0 0 44px;
	padding:10px 15px
}
.package-sidebar .widget-search .search-input-group input::-webkit-input-placeholder {
font-weight:500;
font-size:12px;
color:#666;
line-height:1
}
.package-sidebar .widget-search .search-input-group input:-ms-input-placeholder {
font-weight:500;
font-size:12px;
color:#666;
line-height:1
}
.package-sidebar .widget-search .search-input-group input::-ms-input-placeholder {
font-weight:500;
font-size:12px;
color:#666;
line-height:1
}
.package-sidebar .widget-search .search-input-group input::placeholder {
font-weight:500;
font-size:12px;
color:#666;
line-height:1
}
.package-sidebar .widget-search .search-input-group input:focus {
	border:none
}
.package-sidebar .widget-search .search-input-group button {
	border:none;
	font-weight:700;
	font-size:14px;
	color:#fff;
	background:#ed1d24;
	padding-left:20px;
	padding-right:20px;
	border-radius:0 44px 44px 0;
	margin-left:-1px;
-webkit-transition:.3s;
transition:.3s
}
.package-sidebar .widget-search .search-input-group button:hover {
	background:#162b32
}
.package-sidebar .widget-duration .deration-check {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-align:center;
	-ms-flex-align:center;
	align-items:center;
	margin-top:15px
}
.package-sidebar .widget-duration .deration-check:first-child {
	margin-top:0
}
.package-sidebar .widget-duration .deration-check label {
	font-weight:500;
	font-size:16px;
	color:#2d373c;
	cursor:pointer;
-webkit-transition:all .2s;
transition:all .2s
}
.package-sidebar .widget-duration .deration-check label:hover {
	color:#ed1d24
}
.package-sidebar .widget-duration .deration-check label i {
	margin-right:5px;
	font-size:14px
}
.package-sidebar .widget-duration .deration-check input {
	height:18px;
	width:18px;
	margin:0;
	padding:0;
	display:inline-block;
	margin-right:15px
}
.package-sidebar .widget-duration .deration-check input:focus {
	-webkit-box-shadow:unset;
	box-shadow:unset
}
.package-sidebar .widget-duration .deration-check input:checked {
	background-color:#ed1d24;
	border-color:#ed1d24
}
.package-sidebar .widget-tour-categoris .category-check {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-align:center;
	-ms-flex-align:center;
	align-items:center;
	-webkit-box-pack:justify;
	-ms-flex-pack:justify;
	justify-content:space-between;
	margin-top:15px
}
.package-sidebar .widget-tour-categoris .category-check:first-child {
	margin-top:0
}
.package-sidebar .widget-tour-categoris .category-check label {
	font-weight:500;
	font-size:16px;
	color:#2d373c;
	cursor:pointer;
-webkit-transition:all .2s;
transition:all .2s
}
.package-sidebar .widget-tour-categoris .category-check label:hover {
	color:#ed1d24
}
.package-sidebar .widget-tour-categoris .category-check label i {
	margin-right:5px;
	font-size:14px
}
.package-sidebar .widget-tour-categoris input {
	height:18px;
	width:18px;
	margin:0;
	padding:0;
	display:inline-block
}
.package-sidebar .widget-tour-categoris input:focus {
-webkit-box-shadow:0 0 0 .25rem rgba(13, 253, 58, .25);
box-shadow:0 0 0 .25rem rgba(13, 253, 58, .25)
}
.package-sidebar .widget-tour-categoris input:checked {
	background-color:#ed1d24;
	border-color:#ed1d24
}
.package-sidebar .widget-recent-package-entries .package-sm {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-align:center;
	-ms-flex-align:center;
	align-items:center;
	margin-top:25px
}
.package-sidebar .widget-recent-package-entries .package-sm:first-child {
	margin-top:0
}
.package-sidebar .widget-recent-package-entries .package-sm .thumb {
	min-width:80px;
	width:80px;
	margin-right:15px
}
.package-sidebar .widget-recent-package-entries .package-sm .thumb img {
	width:100%
}
.package-sidebar .widget-recent-package-entries .package-sm .info h6 {
	font-weight:600;
	font-size:15px;
	color:#454545;
	line-height:20px
}
.package-sidebar .widget-recent-package-entries .package-sm .info h6:hover {
	color:#ed1d24
}
.package-sidebar .widget-recent-package-entries .package-sm .info h6 a {
	color:inherit
}
.package-sidebar .widget-recent-package-entries .package-sm .info .price span {
	color:#2d373c;
	font-size:12px;
	font-weight:500
}
.package-sidebar .widget-recent-package-entries .package-sm .info .price h6 {
	font-weight:800;
	font-size:16px;
	line-height:16px;
	text-transform:capitalize;
	color:#ed1d24
}
.package-sidebar .widget-gallary ul {
	display:-ms-grid;
	display:grid;
	grid-gap:20px;
-ms-grid-columns:(auto)[3];
	grid-template-columns:repeat(3, auto)
}
.package-sidebar .widget-gallary ul li img {
	width:100%
}
.react-datepicker__input-container input {
	padding:7px 0
}
.booking-form-wrapper .custom-input-group {
	margin-top:20px
}
.booking-form-wrapper .custom-input-group .submite-btn {
	padding-top:10px
}
.booking-form-wrapper .custom-input-group .submite-btn button {
	width:100%;
	display:block
}
.booking-form-wrapper .custom-input-group textarea {
	background:#fff
}
.booking-form-wrapper .custom-input-group input {
	height:45px;
	padding:7px 12px;
	background:#fff
}
.booking-form-wrapper .custom-input-group select {
	height:45px;
	padding:0 15px;
	font-weight:500;
	font-size:13px;
	color:#2d373c;
	background:#fff
}
.tour-package-details .pd-header {
	margin-bottom:30px
}
.tour-package-details .pd-header .pd-top .pd-single-info {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex
}
.tour-package-details .pd-header .pd-top .pd-single-info .info-icon {
	margin-right:15px;
	margin-top:4px
}
.tour-package-details .pd-header .pd-top .pd-single-info .info-icon img {
	max-width:42px
}
.tour-package-details .pd-header .pd-top .pd-single-info .info h6 {
	font-weight:600;
	font-size:17px;
	color:#454545
}
.tour-package-details .pd-header .pd-top .pd-single-info .info span {
	font-weight:600;
	font-size:14px;
	color:#666
}
.tour-package-details .pd-header .pd-thumb {
	padding-top:30px
}
.tour-package-details .pd-header .pd-thumb img {
	width:100%;
	border-radius:5px
}
.tour-package-details .pd-header .header-bottom {
	padding:30px 0;
	border-bottom:1px solid #eee
}
.tour-package-details .pd-header .header-bottom .pd-lavel .location {
	font-weight:600;
	font-size:20px;
	color:#ed1d24
}
.tour-package-details .pd-header .header-bottom .pd-lavel .rating li {
	margin-right:8px
}
.tour-package-details .pd-header .header-bottom .pd-lavel .rating li i {
	font-size:17px;
	color:#ed1d24
}
.tour-package-details .pd-header .header-bottom .pd-lavel .rating li:last-child {
	margin-right:0
}
.tour-package-details .pd-header .header-bottom .pd-title {
	font-weight:700;
	font-size:35px;
	text-transform:capitalize;
	color:#2d373c
}
.tour-package-details .package-details-tabs {
	position:relative
}
.tour-package-details .package-details-tabs .tab-switchers {
	background:#fff;
	top:0;
	left:0;
	z-index:9;
	margin-bottom:50px
}
.tour-package-details .package-details-tabs .tab-switchers .nav-item .nav-link {
	border:2px solid #ed1d24;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	border-radius:30px;
	font-weight:600;
	font-size:20px;
	color:#2d373c;
	padding:8px 28px;
-webkit-transition:all .35s;
transition:all .35s
}
.tour-package-details .package-details-tabs .tab-switchers .nav-item .nav-link:hover {
	background:#ed1d24;
	color:#fff
}
.tour-package-details .package-details-tabs .tab-switchers .nav-item .nav-link i {
	margin-right:10px
}
.tour-package-details .package-details-tabs .tab-switchers .nav-item .nav-link.active {
	background:#ed1d24;
	color:#fff
}
.tour-package-details .tab-pane .d-subtitle {
	font-weight:700;
	font-size:30px;
	color:#2d373c;
	line-height:1
}
.tour-package-details .package-info-tab .tab-fi-de{
	position:relative;
	display:block;
}
.tour-package-details .package-info-tab p {
	font-size:16px;
	line-height:30px;
	color:#666;
	padding-top:15px;
	font-weight: 500;
}
.tour-package-details .package-info-tab .tab-fi-de ul{
	position:relative;
	display:block;
	list-style:none;
	margin-top: 20px;
	
}
.tour-package-details .package-info-tab .tab-fi-de ul li{
	
	    font-size: 16px;
    line-height: 30px;
    color: #666;
    font-weight: 500;
    padding: 0px 0px 0px 25px;
    margin-bottom: 9px;
    background: url(../images/footer-li-bg.png) no-repeat left 1px top 8px;
}
.tour-package-details .package-info-tab .tab-fi-de ul li:before{
	
	
}
.tour-package-details .package-info-tab .p-info-featured-img {
	margin:20px 0
}
.tour-package-details .package-info-tab .p-info-featured-img .featured-img img {
	width:100%
}
.tour-package-details .package-info-tab .p-info-featured-img .featured-video {
	left:50%;
	bottom:-30px;
	-webkit-transform:translateX(-50%);
	transform:translateX(-50%);
	width:auto;
	padding:0;
	margin:0;
	border-right:5px;
	overflow:hidden
}
.tour-package-details .package-info-tab .p-info-featured-img .featured-video .video-overlay {
	position:absolute;
	inset:0;
	background:rgba(255, 72, 56, .5);
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-align:center;
	-ms-flex-align:center;
	align-items:center;
	-webkit-box-pack:center;
	-ms-flex-pack:center;
	justify-content:center;
	cursor:pointer
}
.tour-package-details .package-info-tab .p-info-featured-img .featured-video .video-overlay:hover .play-icon {
	background:rgba(45, 55, 60, .8);
	cursor:pointer
}
.tour-package-details .package-info-tab .p-info-featured-img .featured-video .video-overlay:hover .play-icon::before {
inset:-8px;
background:rgba(45, 55, 60, .6)
}
.tour-package-details .package-info-tab .p-info-featured-img .featured-video .video-overlay:hover .play-icon::after {
inset:-24px;
background:rgba(45, 55, 60, .5)
}
.tour-package-details .package-info-tab .p-info-featured-img .featured-video .video-overlay .play-icon {
	display:-webkit-inline-box;
	display:-ms-inline-flexbox;
	display:inline-flex;
	-webkit-box-pack:center;
	-ms-flex-pack:center;
	justify-content:center;
	-webkit-box-align:center;
	-ms-flex-align:center;
	align-items:center;
	width:34.94px;
	height:34.94px;
	background:rgba(45, 55, 60, .6);
	border-radius:50%;
	position:relative;
	z-index:1;
-webkit-transition:all .2s ease-in-out;
transition:all .2s ease-in-out
}
.tour-package-details .package-info-tab .p-info-featured-img .featured-video .video-overlay .play-icon::before {
position:absolute;
content:"";
inset:-6px;
background:rgba(45, 55, 60, .5);
border-radius:50%;
z-index:1;
-webkit-transition:all .2s ease-in-out;
transition:all .2s ease-in-out
}
.tour-package-details .package-info-tab .p-info-featured-img .featured-video .video-overlay .play-icon::after {
position:absolute;
content:"";
inset:-12px;
background:rgba(45, 55, 60, .4);
border-radius:50%;
z-index:-1;
-webkit-transition:all .2s ease-in-out;
transition:all .2s ease-in-out
}
.tour-package-details .package-info-tab .p-info-featured-img .featured-video .video-overlay .play-icon i {
	font-size:20px;
	color:#ed1d24;
	position:relative;
	z-index:2
}
.tour-package-details .package-info-tab .package-info-table {
	margin-top:80px;
	background:#fff;
	-webkit-box-shadow:3px 5px 35px rgba(86, 68, 169, .1);
	box-shadow:3px 5px 35px rgba(86, 68, 169, .1);
	border-radius:10px
}
.tour-package-details .package-info-tab .package-info-table tr .tour-transport-col {
	padding-left:10px
}
.tour-package-details .package-info-tab .package-info-table tr .tour-transport-col .tour-transport img {
	max-width:25px;
	margin-right:10px
}
.tour-package-details .package-info-tab .package-info-table tr th, .tour-package-details .package-info-tab .package-info-table tr td {
	font-weight:600;
	font-size:18px;
	padding:20px 10px 20px 40px;
	vertical-align:middle
}
.tour-package-details .package-info-tab .package-info-table tr th .excluded-list li, .tour-package-details .package-info-tab .package-info-table tr td .excluded-list li {
	margin-top:10px
}
.tour-package-details .package-info-tab .package-info-table tr th .excluded-list li:first-child, .tour-package-details .package-info-tab .package-info-table tr td .excluded-list li:first-child {
	margin-top:0
}
.tour-package-details .package-info-tab .package-info-table tr th .excluded-list li i, .tour-package-details .package-info-tab .package-info-table tr td .excluded-list li i {
	margin-right:15px;
	color:#ed1d24
}
.tour-package-details .package-info-tab .package-info-table tr th .included-list li, .tour-package-details .package-info-tab .package-info-table tr td .included-list li {
	margin-top:10px
}
.tour-package-details .package-info-tab .package-info-table tr th .included-list li:first-child, .tour-package-details .package-info-tab .package-info-table tr td .included-list li:first-child {
	margin-top:0
}
.tour-package-details .package-info-tab .package-info-table tr th .included-list li i, .tour-package-details .package-info-tab .package-info-table tr td .included-list li i {
	margin-right:15px;
	color:#162b32
}
.tour-package-details .package-info-tab .package-info-table tr th {
	color:#2d373c
}
.tour-package-details .package-info-tab .package-info-table tr td {
	color:#666
}
.tour-package-details .package-info-tab .rating-overview {
	margin-top:60px
}
.tour-package-details .package-info-tab .rating-overview-row {
	margin-top:24px;
	border-radius:10px;
	overflow:hidden;
	border:1px solid rgba(255, 72, 56, .15)
}
.tour-package-details .package-info-tab .rating-overview-row .total-rating {
	background:#f5f5f5;
	padding:40px 20px
}
.tour-package-details .package-info-tab .rating-overview-row .total-rating h3 {
	font-weight:800;
	font-size:50px;
	color:#ed1d24
}
.tour-package-details .package-info-tab .rating-overview-row .total-rating h5 {
	font-weight:500;
	font-size:25px;
	color:#262339
}
.tour-package-details .package-info-tab .rating-overview-row .rating-info {
	padding:45px 35px
}
.tour-package-details .package-info-tab .rating-overview-row .rating-info .rating-box {
	margin-top:28px
}
.tour-package-details .package-info-tab .rating-overview-row .rating-info .rating-box:first-child {
	margin-top:0
}
.tour-package-details .package-info-tab .rating-overview-row .rating-info .rating-box h6 {
	font-weight:600;
	font-size:18px;
	color:#262339
}
.tour-package-details .package-info-tab .rating-overview-row .rating-info .rating-box h6 span {
	font-size:20px;
	font-weight:700;
	float:right
}
.tour-package-details .package-info-tab .rating-overview-row .rating-info .rating-box .rating-bar {
	width:100%;
	height:3px;
	border-radius:6px;
	background:#eee;
	margin-top:10px;
	position:relative;
	overflow:hidden
}
.tour-package-details .package-info-tab .rating-overview-row .rating-info .rating-box .rating-bar::before {
position:absolute;
content:"";
top:0;
left:0;
width:100%;
height:100%;
background:#ed1d24
}
.tour-package-details .package-info-tab .comment-section {
	padding:60px 0
}
.tour-package-details .package-plan-tab p {
	    font-size: 16px;
    font-weight: 500;
    line-height: 34px;
    color: #666;
    margin-top: 10px;
    margin-bottom: 5px;
    text-align: justify;
}

.tour-package-details .package-plan-tab img{
	    cursor: unset;
    margin-top: 15px;
    width: 100%;
    border-radius: 6px;
    height: 140px;
    object-fit: cover;
}
.tour-package-details .package-plan-tab .plans-accordion .plans-accordion-single {
	border:none;
	margin-top:40px
}
.tour-package-details .package-plan-tab .plans-accordion .plans-accordion-single .accordion-button {
	padding:0 30px;
	padding-left:0;
	cursor:pointer;
	background:#fff;
	-webkit-box-shadow:3px 5px 35px rgba(86, 68, 169, .1);
	box-shadow:3px 5px 35px rgba(86, 68, 169, .1);
	border-radius:80px
}
.tour-package-details .package-plan-tab .plans-accordion .plans-accordion-single .accordion-button::after {
background-image:none;
content:unset!important;
font-size:36px;
font-family:boxicons;
height:auto;
width:auto;
color:#2d373c
}
.tour-package-details .package-plan-tab .plans-accordion .plans-accordion-single .accordion-button:focus {
	-webkit-box-shadow:none;
	box-shadow:none
}
.tour-package-details .package-plan-tab .plans-accordion .plans-accordion-single .accordion-button .paln-index-circle {
	width:70px;
	height:70px;
	background:#ed1d24;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-pack:center;
	-ms-flex-pack:center;
	justify-content:center;
	-webkit-box-align:center;
	-ms-flex-align:center;
	align-items:center;
	border:5px solid rgba(22, 43, 50, .5);
	border-radius:50%;
	font-weight:700;
	font-size:32px;
	color:#fff;
	margin-right:25px
}
.tour-package-details .package-plan-tab .plans-accordion .plans-accordion-single .accordion-button .plan-title {
	padding-bottom:3px
}
.tour-package-details .package-plan-tab .plans-accordion .plans-accordion-single .accordion-button .plan-title h5 {
	    font-weight: 600;
    font-size: 27px;
    color: #212529;
    line-height: 35px;
}
.tour-package-details .package-plan-tab .plans-accordion .plans-accordion-single .accordion-button .plan-title h6 {
	font-weight:500;
	font-size:16px;
	color:#ed1d24;
	padding-top:8px
}
.tour-package-details .package-plan-tab .plans-accordion .plans-accordion-single .plan-info {
	padding-left:60px;
	padding-top:20px;
	padding-bottom:0
}
.tour-package-details .package-plan-tab .plans-accordion .plans-accordion-single .plan-info p {
	padding-top:0
}
.tour-package-details .package-plan-tab .plans-accordion .plans-accordion-single .plan-info ul {
	padding-top:8px
}
.tour-package-details .package-plan-tab .plans-accordion .plans-accordion-single .plan-info ul li {
	font-weight:500;
	font-size:16px;
	color:#ed1d24;
	padding-top:5px
}
.tour-package-details .package-plan-tab .plans-accordion .plans-accordion-single .plan-info ul li i {
	color:#162b32;
	margin-right:8px
}
.tour-package-details .package-gallary-tab .package-gallary-item {
	overflow:hidden;
	border-radius:5px
}
.tour-package-details .package-gallary-tab .package-gallary-item:hover img {
	-webkit-transform:scale(1.03);
	transform:scale(1.03)
}
.tour-package-details .package-gallary-tab .package-gallary-item img {
	width:100%;
-webkit-transition:all .25s;
transition:all .25s
}
.tour-package-details .package-location-tab .mapouter {
	position:relative;
	text-align:right;
	height:770px;
	width:100%;
	padding-top:5px
}
.tour-package-details .package-location-tab iframe {
	width:100%;
	height:550px
}
.destination-style-one .custom-swiper-next, .destination-style-one .custom-swiper-prev {
	border:1px solid #ed1d24!important;
	opacity:.5;
-webkit-transition:all .2s;
transition:all .2s
}
.destination-style-one .custom-swiper-next i, .destination-style-one .custom-swiper-prev i {
	color:#ed1d24!important
}
.destination-style-one .custom-swiper-next:hover, .destination-style-one .custom-swiper-prev:hover {
	opacity:1
}
.destination-card-style-one {
	position:relative;
	border-radius:5px;
	overflow:hidden
}
.destination-card-style-one:hover .d-card-thumb img {
	-webkit-transform:scale(1.04);
	transform:scale(1.04)
}
.destination-card-style-one:hover .d-card-overlay {
	background:rgba(45, 55, 60, .8)
}
.destination-card-style-one:hover .d-card-overlay .d-card-content .d-card-title, .destination-card-style-one:hover .d-card-overlay .d-card-content .d-card-info, .destination-card-style-one:hover .d-card-overlay .d-card-content .d-rating {
	-webkit-transform:translateY(0);
	transform:translateY(0);
	opacity:1
}
.destination-card-style-one .d-card-thumb img {
	width:100%;
-webkit-transition:all .4s;
transition:all .4s
}
.destination-card-style-one .d-card-overlay {
	position:absolute;
	inset:0;
	background:transparent;
	text-align:center;
	color:#fff;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-align:end;
	-ms-flex-align:end;
	align-items:flex-end;
	-webkit-box-pack:center;
	-ms-flex-pack:center;
	justify-content:center;
	padding-bottom:50px;
-webkit-transition:.2s;
transition:.2s
}
.destination-card-style-one .d-card-overlay .d-card-content .d-card-title {
	font-weight:700;
	font-size:30px;
	letter-spacing:.02em;
	color:#fff;
	-webkit-transform:translateY(40px);
	transform:translateY(40px);
-webkit-transition:all .3s;
transition:all .3s
}
.destination-card-style-one .d-card-overlay .d-card-content .d-card-title a {
	color:inherit
}
.destination-card-style-one .d-card-overlay .d-card-content .d-card-info {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	padding-top:7px;
	-webkit-transform:translateY(40px);
	transform:translateY(40px);
-webkit-transition:all .3s;
transition:all .3s
}
.destination-card-style-one .d-card-overlay .d-card-content .d-card-info .place-count, .destination-card-style-one .d-card-overlay .d-card-content .d-card-info .hotel-count {
	font-weight:500;
	font-size:15px;
	letter-spacing:.02em;
	color:#fff
}
.destination-card-style-one .d-card-overlay .d-card-content .d-card-info .place-count span, .destination-card-style-one .d-card-overlay .d-card-content .d-card-info .hotel-count span {
	font-weight:700;
	font-family:var(--f-secondary);
	font-size:20px
}
.destination-card-style-one .d-card-overlay .d-card-content .d-card-info .place-count {
	position:relative;
	margin-right:20px
}
.destination-card-style-one .d-card-overlay .d-card-content .d-card-info .place-count::before {
position:absolute;
content:"";
top:50%;
right:-10px;
-webkit-transform:translateY(-50%);
transform:translateY(-50%);
height:15px;
width:2px;
background:#ed1d24
}
.destination-card-style-one .d-card-overlay .d-card-content .d-rating {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-pack:center;
	-ms-flex-pack:center;
	justify-content:center;
	padding-top:10px;
	-webkit-transform:translateY(40px);
	transform:translateY(40px);
-webkit-transition:all .3s;
transition:all .3s;
	opacity:0
}
.destination-card-style-one .d-card-overlay .d-card-content .d-rating li {
	margin-right:7px
}
.destination-card-style-one .d-card-overlay .d-card-content .d-rating li:last-child {
	margin-right:0
}
.destination-card-style-one .d-card-overlay .d-card-content .d-rating li i {
	font-size:13px;
	color:#ed1d24
}
.destination-style-two .testi-pagination {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-pack:center;
	-ms-flex-pack:center;
	justify-content:center;
	-webkit-box-align:center;
	-ms-flex-align:center;
	align-items:center;
	padding-top:20px
}
.destination-style-two .testi-pagination span {
	opacity:1;
	width:15px;
	height:15px;
	border:2px solid #162b32;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	display:inline-block;
	border-radius:50%;
	background:0 0;
	position:relative;
-webkit-transition:all .25s;
transition:all .25s
}
.destination-style-two .testi-pagination span.swiper-pagination-bullet-active {
	width:21px;
	height:21px;
	border-color:#ed1d24
}
.destination-style-two .testi-pagination span.swiper-pagination-bullet-active::before {
position:absolute;
content:"";
width:9px;
height:9px;
border-radius:50%;
background:#ed1d24;
left:4px;
top:4px
}
.destination-card-style-two {
	position:relative;
	border-radius:5px;
	overflow:hidden;
	margin-bottom:30px
}
.destination-card-style-two:hover .d-card-thumb img {
	-webkit-transform:scale(1.03);
	transform:scale(1.03)
}
.destination-card-style-two:hover .d-card-content .destination-title, .destination-card-style-two:hover .d-card-content .place-count {
	-webkit-transform:translateY(0);
	transform:translateY(0);
	opacity:1
}
.destination-card-style-two:hover .d-card-content .destination-title::before, .destination-card-style-two:hover .d-card-content .place-count::before {
opacity:1
}
.destination-card-style-two .d-card-thumb img {
	width:100%;
	border-radius:5px;
-webkit-transition:all .3s;
transition:all .3s
}
.destination-card-style-two .d-card-content {
	position:absolute;
	text-align:center;
	bottom:20px;
	left:0;
	text-align:center;
	width:100%
}
.destination-card-style-two .d-card-content .destination-title {
	font-weight:700;
	font-size:25px;
	letter-spacing:.02em;
	color:#fff;
	font-family:var(--f-secondary);
	-webkit-transform:translateY(25px);
	transform:translateY(25px);
-webkit-transition:all .3s;
transition:all .3s;
	position:relative;
	padding-bottom:8px
}
.destination-card-style-two .d-card-content .destination-title::before {
position:absolute;
content:"";
height:3px;
width:83px;
background:#ed1d24;
left:50%;
-webkit-transform:translateX(-50%);
transform:translateX(-50%);
bottom:0;
opacity:0;
-webkit-transition:all .3s;
transition:all .3s
}
.destination-card-style-two .d-card-content .destination-title a {
	color:inherit
}
.destination-card-style-two .d-card-content .place-count {
	font-weight:700;
	font-size:15px;
	letter-spacing:.02em;
	color:#fff;
	-webkit-transform:translateY(20px);
	transform:translateY(20px);
	opacity:0;
-webkit-transition:all .3s;
transition:all .3s
}
.destination-card-style-two .d-card-content .place-count span {
	font-size:20px
}
.destination-details .dd-thumb {
	padding-bottom:35px
}
.destination-details .dd-thumb img {
	width:100%;
	border-radius:5px;
	cursor:initial
}
.destination-details .destination-overview-table {
	margin-top:40px
}
.destination-details .dd-body .dd-subtitle {
	font-weight:700;
	font-size:35px;
	color:#2d373c
}
.destination-details .dd-body p {
	font-size:16px;
	line-height:28px;
	color:#666;
	margin-top:15px
}
.destination-details .dd-body .dd-img-group {
	margin:0 0 20px
}
.destination-details .dd-body .dd-img-group .dd-inner-group img {
	width:100%;
	cursor:initial
}
.destination-details .dd-body .destination-overview-table .overview-table {
	background:#fff;
	-webkit-box-shadow:3px 5px 35px rgba(86, 68, 169, .1);
	box-shadow:3px 5px 35px rgba(86, 68, 169, .1);
	border-radius:10px;
	margin-top:20px;
	margin-bottom:0
}
.destination-details .dd-body .destination-overview-table .overview-table tr th, .destination-details .dd-body .destination-overview-table .overview-table tr td {
	font-weight:600;
	font-size:18px;
	padding:15px 0 15px 20px
}
.destination-details .dd-body .destination-overview-table .overview-table tr th span, .destination-details .dd-body .destination-overview-table .overview-table tr td span {
	margin-left:6px
}
.destination-details .dd-body .destination-overview-table .overview-table tr th {
	color:#2d373c
}
.destination-details .dd-body .destination-overview-table .overview-table tr td {
	color:#ed1d24
}
.destination-details .dd-body .destination-map {
	padding-top:40px
}
.destination-details .dd-body .destination-map .mapouter {
	position:relative;
	text-align:right;
	height:700px;
	width:100%;
	margin-top:20px
}
.destination-details .dd-body .destination-map iframe {
	width:100%;
	height:700px
}
.destination-item {
	position:relative;
	border-radius:5px;
	overflow:hidden
}
.destination-item .destination-img img {
	width:100%;
	height:auto;
-webkit-transition:all .6s ease-in-out;
transition:all .6s ease-in-out
}
.destination-item .destination-overlay {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:transparent;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-pack:start;
	-ms-flex-pack:start;
	justify-content:start;
	-webkit-box-align:end;
	-ms-flex-align:end;
	align-items:flex-end
}
.destination-item .destination-overlay .content {
	padding:30px;
	-webkit-transform:translateY(30px);
	transform:translateY(30px);
-webkit-transition:all .5s ease-in-out;
transition:all .5s ease-in-out;
width: 100%;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0), #071838c2);
}
.destination-item .destination-overlay .content h5 {
	font-size:22px;
	font-weight:700;
	color:#fff;
	margin-bottom:10px;
-webkit-transition:all .5s ease-in-out;
transition:all .5s ease-in-out
}
.destination-item .destination-overlay .content h6 {
	    font-size: 16px;
    font-weight: 500;
	color:#fff;
	opacity:0;
-webkit-transition:all .5s ease-in-out;
transition:all .5s ease-in-out;
	display:inline-block;
	position:relative;
	z-index:1
}
.destination-item .destination-overlay .content h6::after {
content:'';
position:absolute;
bottom:-8px;
left:0;
width:0%;
height:3px;
background:var(--c-primary);
-webkit-transition:all .5s ease;
transition:all .5s ease;
border-radius:5px
}
.destination-item .destination-overlay .content:hover h6::after {
width:100%
}
.destination-item:hover .destination-img img {
	-webkit-transform:scale(1.2);
	transform:scale(1.2)
}
.destination-item:hover .destination-overlay .content {
	-webkit-transform:translateY(0px);
	transform:translateY(0px)
}
.destination-item:hover .destination-overlay .content h6 {
	opacity:1
}
.newslatter-wrapper {
	background-color: #000;
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
	background-attachment:fixed;
	padding:70px 0
}
.newslatter-wrapper .newslatter-side {
	max-width:500px;
	color:#fff;
	margin-bottom:16px
}
.newslatter-wrapper .newslatter-side h2 {
	text-transform: capitalize;
    color: #fff;
    font-weight: 800;
    font-size: 35px;
    line-height: 42px;
}
.newslatter-wrapper .newslatter-side h2 span {
	color:#ed1d24
}
.newslatter-wrapper .newslatter-side p {
	font-size:18px;
	color:#fff;
	padding-top:10px
}
.con-t-form{
	    margin-top: 23px;
    position: relative;
    display: block;
    width: 100%;
}
.Contact-formcontrol{
	
	position:relative;
	display:block;
	margin-bottom:20px;
}
.Contact-formcontrol input{
	height:50px;
	border: 1px solid #ed1d24;
    padding: 10px 15px;
    display: block;
    width: 100%;
    border-radius: 6px;
    background: #fff;
	    color: #666;
		font-weight:500;
}
.Contact-formcontrol textarea{
	height:100px;
	border: 1px solid #ed1d24;
    padding: 10px 15px;
    display: block;
    width: 100%;
    border-radius: 6px;
    background: #fff;
	    color: #666;
		font-weight:500;
}
.Contact-formcontrol textarea::placeholder, .Contact-formcontrol input::placeholder{
	font-weight:500;
	color: #ed1d24;
	
}
.Contact-button{
	position:relative;
	display:block;
	margin-bottom:20px;
}
.Contact-button button{
	font-weight: 600;
    font-size: 18px;
    color: #fff;
    background: #ed1d24;
    border-radius: 30px;
    display: inline-block;
    padding: 10px 40px;
    border: 2px solid #ed1d24;
    -webkit-transition: all .35s;
    transition: all .35s;
}
.Contact-button button:hover {
    color: #ed1d24;
    background: 0 0;
}
.newslatter-wrapper .newslatter-side .newslatter-form-input {
	position:relative;
	margin-top:50px
}
.newslatter-wrapper .newslatter-side .newslatter-form-input input {
	background:#fff;
	border:1px solid rgba(206, 62, 38, .2);
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	height:56px;
	border-radius:0;
	padding:20px 46px 20px 20px
}
.newslatter-wrapper .newslatter-side .newslatter-form-input input::-webkit-input-placeholder {
font-size:11px;
color:#666
}
.newslatter-wrapper .newslatter-side .newslatter-form-input input:-ms-input-placeholder {
font-size:11px;
color:#666
}
.newslatter-wrapper .newslatter-side .newslatter-form-input input::-ms-input-placeholder {
font-size:11px;
color:#666
}
.newslatter-wrapper .newslatter-side .newslatter-form-input input::placeholder {
font-size:11px;
color:#666
}
.newslatter-wrapper .newslatter-side .newslatter-form-input .newslatter-submit {
	position:relative;
	font-weight:700;
	font-size:18px;
	text-transform:uppercase;
	color:#fff;
	font-family:var(--f-secondary);
	background:#ed1d24;
	border-radius:0;
	position:absolute;
	top:5px;
	right:5px;
	bottom:5px;
	border:none;
	padding:0 30px;
-webkit-transition:all .3s;
transition:all .3s
}
.newslatter-wrapper .newslatter-side .newslatter-form-input .newslatter-submit:hover {
	background:#162b32
}

.newslatter-wrapper .achievement-counter-side .achievement-box-style-one:hover {
	background:rgba(255, 255, 255, .1);
	border:2px solid #ffffff1a
}
.newslatter-wrapper .achievement-counter-side .achievement-box-style-one .achievement-icon {
	min-height:70px
}
.newslatter-wrapper .achievement-counter-side .achievement-box-style-one .achievement-icon img {
	max-width:100px
}
.newslatter-wrapper .achievement-counter-side .achievement-box-style-one .achievement-box-content h2 {
	font-weight:800;
	font-size:45px;
	letter-spacing:.03em;
	color:#fff
}
.newslatter-wrapper .achievement-counter-side .achievement-box-style-one .achievement-box-content h4 {
	padding-top:5px;
	font-size:25px;
	color:#fff
}
.newslatter-style-two .newslatter-offer-side {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(100%, rgba(45, 55, 60, 0.8)), to(rgba(45, 55, 60, 0.8))), url(../images/banner/newslatter-bg2.png);
	background:linear-gradient(rgba(45, 55, 60, 0.8) 100%, rgba(45, 55, 60, 0.8) 100%), url(../images/banner/newslatter-bg2.png);
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
	height:100%;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-align:center;
	-ms-flex-align:center;
	align-items:center;
	-webkit-box-pack:center;
	-ms-flex-pack:center;
	justify-content:center;
	padding:100px 20px;
	min-height:552px
}
.newslatter-style-two .newslatter-offer-side .newslatter-offer-content {
	max-width:528px;
	color:#fff
}
.newslatter-style-two .newslatter-offer-side .newslatter-offer-content h2 {
	font-weight:700;
	font-size:50px;
	line-height:60px;
	color:#fff
}
.newslatter-style-two .newslatter-offer-side .newslatter-offer-content h2 span {
	color:#ed1d24
}
.newslatter-style-two .newslatter-offer-side .newslatter-offer-content h6 {
	font-size:20px;
	line-height:30px;
	color:#fff;
	padding-top:17px;
	font-weight:400
}
.newslatter-style-two .newslatter-offer-side .newslatter-offer-content .explore-btn {
	margin-top:38px
}
.newslatter-style-two .newslatter-form-side {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(100%, rgba(222, 185, 155, 0.3)), to(rgba(222, 185, 155, 0.3))), url(../images/banner/newslatter-bg3.png);
	background:linear-gradient(rgba(222, 185, 155, 0.3) 100%, rgba(222, 185, 155, 0.3) 100%), url(../images/banner/newslatter-bg3.png);
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
	height:100%;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-align:center;
	-ms-flex-align:center;
	align-items:center;
	-webkit-box-pack:center;
	-ms-flex-pack:center;
	justify-content:center;
	padding:100px 20px;
	min-height:552px
}
.newslatter-style-two .newslatter-form-side .newslatter-form-content {
	max-width:570px
}
.newslatter-style-two .newslatter-form-side .newslatter-form-content h2 {
	font-weight:700;
	font-size:40px;
	line-height:57px;
	text-transform:uppercase;
	color:#ed1d24;
	font-family:var(--f-secondary)
}
.newslatter-style-two .newslatter-form-side .newslatter-form-content h2 span {
	color:#162b32
}
.newslatter-style-two .newslatter-form-side .newslatter-form-content h6 {
	font-size:20px;
	line-height:30px;
	color:#666;
	font-weight:400;
	padding-top:10px
}
.newslatter-style-two .newslatter-form-side .newslatter-form-content .newslatter-form-wrap {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	height:56px;
	margin-top:44px
}
.newslatter-style-two .newslatter-form-side .newslatter-form-content .newslatter-form-wrap input {
	background:#fff;
	border:none;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	border-radius:50px 0 0 50px;
	height:100%;
	padding:20px
}
.newslatter-style-two .newslatter-form-side .newslatter-form-content .newslatter-form-wrap button {
	border:none;
	font-weight:700;
	font-size:18px;
	text-transform:uppercase;
	color:#fff;
	font-family:var(--f-secondary);
	background:#ed1d24;
	border-radius:0 50px 50px 0;
	height:100%;
	padding:0 30px;
	margin-left:-1px
}
.newslatter-style-two .newslatter-form-side .newslatter-form-content .newslatter-form-wrap button:hover {
	background:0 0;
	border:2px solid #ed1d24;
	color:#ed1d24
}
.gallery-wrapper {
	margin-top:-35px
}
.gallary-item {
	margin-top:35px;
	position:relative;
	border-radius:5px;
	overflow:hidden
}
.gallary-item:hover .gallary-item-overlay {
	opacity:1
}
.gallary-item:hover .gallary-item-overlay i {
	-webkit-transform:scale(1);
	transform:scale(1)
}
.gallary-item .gallary-item-overlay {
	position:absolute;
	inset:0;
	background:rgba(206, 20, 70, .4);
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-align:center;
	-ms-flex-align:center;
	align-items:center;
	-webkit-box-pack:center;
	-ms-flex-pack:center;
	justify-content:center;
	opacity:0;
-webkit-transition:all .25s;
transition:all .25s
}
.gallary-item .gallary-item-overlay i {
	font-size:50px;
	color:#fff;
	-webkit-transform:scale(0);
	transform:scale(0);
-webkit-transition:all .35s;
transition:all .35s
}
.gallary-item img {
	width:100%;
	border-radius:5px
}
.social-card {
	position:relative;
	border-radius:5px;
	overflow:hidden
}
.social-card:hover .social-thumb img {
	-webkit-transform:scale(1.03);
	transform:scale(1.03)
}
.social-card:hover .social-overlay {
	opacity:1;
	inset:0
}
.social-card:hover .social-overlay i {
	-webkit-transform:scale(1);
	transform:scale(1)
}
.social-card .social-thumb img {
	width:100%;
-webkit-transition:all .35s;
transition:all .35s
}
.social-card .social-overlay {
	position:absolute;
	inset:30px;
	background:-webkit-gradient(linear, left top, left bottom, from(rgba(45, 55, 60, 0.7)), to(rgba(206, 62, 38, 0.7)));
	background:linear-gradient(180deg, rgba(45, 55, 60, 0.7) 0%, rgba(206, 62, 38, 0.7) 100%);
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-align:center;
	-ms-flex-align:center;
	align-items:center;
	-webkit-box-pack:center;
	-ms-flex-pack:center;
	justify-content:center;
	opacity:0;
-webkit-transition:all .3s;
transition:all .3s
}
.social-card .social-overlay i {
	font-size:35px;
	color:#fff;
	-webkit-transform:scale(0);
	transform:scale(0);
-webkit-transition:all .3s;
transition:all .3s
}
.gallary-group .gallary-group-header {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-align:center;
	-ms-flex-align:center;
	align-items:center;
	-webkit-box-pack:justify;
	-ms-flex-pack:justify;
	justify-content:space-between;
	padding-bottom:40px
}
.gallary-group .gallary-group-header .gallary-group-title {
	font-weight:700;
	font-size:30px;
	color:#2d373c
}
.gallary-group .gallary-group-header .gallary-arrows .gallary-button-prev {
	margin-right:40px
}
.gallary-group .gallary-group-header .gallary-arrows .gallary-button-next, .gallary-group .gallary-group-header .gallary-arrows .gallary-button-prev {
	display:inline-block
}
.gallary-group .gallary-group-header .gallary-arrows .gallary-button-next i, .gallary-group .gallary-group-header .gallary-arrows .gallary-button-prev i {
	height:25px;
	width:25px;
	color:#ed1d24;
	border:1px solid #ed1d24;
	border-radius:50%;
	text-align:center;
	line-height:25px;
	display:inline-block;
	font-size:13px;
-webkit-transition:all .3s;
transition:all .3s
}
.gallary-group .gallary-group-header .gallary-arrows .gallary-button-next i:hover, .gallary-group .gallary-group-header .gallary-arrows .gallary-button-prev i:hover {
	background:#ed1d24;
	color:#fff
}
.testimonial-style-one {
	background:#162b32;
	padding:90px 0;
	overflow:hidden;
	position:relative
}
.testimonial-style-one .testimonial-shape-group {
	position:absolute;
	inset:0;
	background:url(../images/shapes/testi-shape-group.png) no-repeat center;
	background-size:cover
}
.testimonial-style-one .section-head-alpha h2, .testimonial-style-one .section-head-alpha p {
	color:#fff
}
.testimonial-card-alpha {
	background:#fff;
	min-height:100px;
	position:relative;
	border-radius:5px;
	padding:5px 25px 25px;
	margin-top:24px;
-webkit-transition:all .35s;
transition:all .35s;
	margin-top:20px
}
.testimonial-card-alpha:hover {
	background:rgba(45, 55, 60, .9)
}
.testimonial-card-alpha:hover .testimonial-overlay-img {
	opacity:.5;
	z-index:0
}
.testimonial-card-alpha:hover .testimonial-card-top .qoute-icon i, .testimonial-card-alpha:hover .testimonial-card-top .testimonial-count {
	color:rgba(255, 255, 255, .1)
}
.testimonial-card-alpha:hover .testimonial-card-top .testimonial-thumb {
	opacity:0
}
.testimonial-card-alpha:hover .testimonial-body p {
	color:#fff
}
.testimonial-card-alpha:hover .testimonial-body .testimonial-bottom .reviewer-info .reviewer-name {
	color:#ed1d24
}
.testimonial-card-alpha:hover .testimonial-body .testimonial-bottom .reviewer-info h6 {
	color:#fff
}
.testimonial-card-alpha .testimonial-overlay-img {
	position:absolute;
	inset:0;
	z-index:-1;
	opacity:0;
-webkit-transition:all .35s;
transition:all .35s
}
.testimonial-card-alpha .testimonial-overlay-img img {
	height:100%;
	width:100%;
	-o-object-fit:cover;
	object-fit:cover;
	border-radius:5px
}
.testimonial-card-alpha .testimonial-card-top {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-pack:justify;
	-ms-flex-pack:justify;
	justify-content:space-between;
	-webkit-box-align:center;
	-ms-flex-align:center;
	align-items:center;
	padding:0 30px
}
.testimonial-card-alpha .testimonial-card-top .qoute-icon i {
	font-size:55px;
	color:rgba(22, 43, 50, .05);
	line-height:1
}
.testimonial-card-alpha .testimonial-card-top .testimonial-thumb {
	-webkit-transform:translateY(-24px);
	transform:translateY(-24px);
-webkit-transition:all .25s;
transition:all .25s
}
.testimonial-card-alpha .testimonial-card-top .testimonial-thumb img {
	max-width:90px;
	border-radius:50%;
	border:1px solid #fff
}
.testimonial-card-alpha .testimonial-card-top .testimonial-count {
	font-weight:800;
	font-size:35px;
	color:rgba(22, 43, 50, .08);
	line-height:1
}
.testimonial-card-alpha .testimonial-body {
	position:relative
}
.testimonial-card-alpha .testimonial-body p {
	text-align:center;
	font-size:16px;
	line-height:25px;
	color:#666
}
.testimonial-card-alpha .testimonial-body .testimonial-bottom {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-align:center;
	-ms-flex-align:center;
	align-items:center;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
	-webkit-box-pack:justify;
	-ms-flex-pack:justify;
	justify-content:space-between;
	padding-top:10px
}
.testimonial-card-alpha .testimonial-body .testimonial-bottom .reviewer-info {
	margin-top:10px
}
.testimonial-card-alpha .testimonial-body .testimonial-bottom .reviewer-info .reviewer-name {
	font-weight:600;
	font-size:22px;
	text-transform:capitalize;
	color:#262339
}
.testimonial-card-alpha .testimonial-body .testimonial-bottom .reviewer-info h6 {
	padding-top:4px;
	font-family:var(--f-secondary-two);
	color:#a5a5a5;
	font-size:18px;
	text-transform:capitalize
}
.testimonial-card-alpha .testimonial-body .testimonial-bottom .testimonial-rating {
	margin-top:10px;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex
}
.testimonial-card-alpha .testimonial-body .testimonial-bottom .testimonial-rating li {
	margin-right:8px
}
.testimonial-card-alpha .testimonial-body .testimonial-bottom .testimonial-rating li:last-child {
	margin-right:0
}
.testimonial-card-alpha .testimonial-body .testimonial-bottom .testimonial-rating li i {
	font-size:16px;
	color:#ed1d24
}
.testimonial-style-two {
	background-image:url(../images/reviewer/testi-bg.png);
	block-size:cover;
	background-repeat:no-repeat;
	background-position:center
}
.testimonial-card-gamma {
	background:#fff;
	border-radius:5px;
	max-width:790px;
	cursor:pointer
}
.testimonial-card-gamma .testimonial-card-body {
	padding:30px
}
.testimonial-card-gamma .testimonial-card-body .review-texts {
	font-size:16px;
	line-height:30px;
	color:#666
}
.testimonial-card-gamma .testimonial-card-body .testimonial-info {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-pack:justify;
	-ms-flex-pack:justify;
	justify-content:space-between;
	-webkit-box-align:center;
	-ms-flex-align:center;
	align-items:center;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
	gap:5px
}
.testimonial-card-gamma .testimonial-card-body .testimonial-info .reviewr-info {
	padding-top:20px
}
.testimonial-card-gamma .testimonial-card-body .testimonial-info .reviwer-info-cotn h5 {
	font-weight:600;
	font-size:23px;
	text-transform:capitalize;
	color:#696969
}
.testimonial-card-gamma .testimonial-card-body .testimonial-info .reviwer-info-cotn p {
	font-size:18px;
	text-transform:capitalize;
	color:#a5a5a5;
	padding-top:4px
}
.testimonial-card-gamma .testimonial-card-body .testimonial-info .reviewer-rating {
	padding-top:20px;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-pack:end;
	-ms-flex-pack:end;
	justify-content:end
}
.testimonial-card-gamma .testimonial-card-body .testimonial-info .reviewer-rating .bi {
	color:var(--c-primary)
}
.testimonial-card-gamma .testimonial-card-body .testimonial-info .reviewr-info {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-pack:start;
	-ms-flex-pack:start;
	justify-content:start;
	-webkit-box-align:center;
	-ms-flex-align:center;
	align-items:center
}
.testimonial-card-gamma .testimonial-card-body .testimonial-info .reviewr-info .single-thumb {
	margin-right:15px
}
.testimonial-card-beta {
	background:#fff;
	border-radius:5px;
	max-width:790px;
	cursor:pointer;
	position:relative;
-webkit-transition:all .4s ease;
transition:all .4s ease;
	position:relative;
	z-index:1
}
.testimonial-card-beta::after {
content:'';
position:absolute;
left:30px;
top:0;
width:60px;
height:65px;
background:rgba(255, 72, 56, .1);
z-index:-1
}
.testimonial-card-beta::before {
content:'';
position:absolute;
left:0;
bottom:0;
width:0%;
height:2px;
background:var(--c-primary);
z-index:2;
-webkit-transition:.45s ease-out 0s;
transition:.45s ease-out 0s;
-webkit-transition-delay:.35s;
transition-delay:.35s
}
.testimonial-card-beta:hover {
	background:#00152b
}
.testimonial-card-beta:hover .testimonial-card-body .review-texts p {
	color:#fff
}
.testimonial-card-beta:hover .testimonial-card-body .testimonial-info .reviwer-info-cotn h5 {
	font-weight:600;
	font-size:23px;
	text-transform:capitalize;
	color:#ccc
}
.testimonial-card-beta:hover::before {
width:100%
}
.testimonial-card-beta .testimonial-quote-icon {
	position:absolute;
	right:25px;
	top:45px
}
.testimonial-card-beta .testimonial-card-body {
	padding:30px
}
.testimonial-card-beta .testimonial-card-body .review-texts {
	margin-top:20px
}
.testimonial-card-beta .testimonial-card-body .review-texts p {
	font-size:18px;
	line-height:28px;
	color:#666;
-webkit-transition:all .5s ease-out 0s;
transition:all .5s ease-out 0s
}
.testimonial-card-beta .testimonial-card-body .testimonial-info {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-pack:justify;
	-ms-flex-pack:justify;
	justify-content:space-between;
	-webkit-box-align:center;
	-ms-flex-align:center;
	align-items:center;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
	gap:5px
}
.testimonial-card-beta .testimonial-card-body .testimonial-info .reviwer-info-cotn h5 {
	font-weight:600;
	font-size:23px;
	text-transform:capitalize;
	color:#696969
}
.testimonial-card-beta .testimonial-card-body .testimonial-info .reviwer-info-cotn p {
	font-size:18px;
	text-transform:capitalize;
	color:#a5a5a5;
	padding-top:4px
}
.testimonial-card-beta .testimonial-card-body .testimonial-info .reviewer-rating {
	padding-top:5px;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-pack:end;
	-ms-flex-pack:end;
	justify-content:end
}
.testimonial-card-beta .testimonial-card-body .testimonial-info .reviewer-rating .bi {
	color:var(--c-primary)
}
.testimonial-card-beta .testimonial-card-body .testimonial-info .reviewr-info {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-pack:start;
	-ms-flex-pack:start;
	justify-content:start;
	-webkit-box-align:center;
	-ms-flex-align:center;
	align-items:center
}
.testimonial-card-beta .testimonial-card-body .testimonial-info .reviewr-info .single-thumb {
	margin-right:15px;
	max-width:60px;
	width:100%
}
.testimonial-card-beta .testimonial-card-body .testimonial-info .reviewr-info .single-thumb img {
	max-width:100%;
	height:auto
}
.testimonial-style-three {
	background-image:-webkit-gradient(linear, left top, left bottom, from(rgba(0, 5, 15, 0.6)), to(rgba(0, 5, 15, 0.6))), url("../images/reviewer/review3-bg.png");
	background-image:linear-gradient(rgba(0, 5, 15, 0.6), rgba(0, 5, 15, 0.6)), url("../images/reviewer/review3-bg.png");
	background-size:cover;
	background-repeat:no-repeat;
	background-attachment:fixed;
	padding-left:10%;
	padding-right:10%
}
@media(min-width:768px) and (max-width:991px) {
.testimonial-style-three {
padding-left:5%;
padding-right:5%
}
}
@media(max-width:767px) {
.testimonial-style-three {
padding-left:2%;
padding-right:2%
}
}
.testimonial-style-three .slider-arrows .testi-prev4, .testimonial-style-three .slider-arrows .testi-next4 {
	color:var(--c-primary);
	border-radius:50%;
	background:rgba(255, 72, 56, .6);
	color:#fff;
	height:30px;
	line-height:30px;
	width:30px;
	text-align:center;
	position:relative;
	overflow:hidden;
	z-index:1;
-webkit-transition:all .4s ease-in;
transition:all .4s ease-in
}
.testimonial-style-three .slider-arrows .testi-prev4::before, .testimonial-style-three .slider-arrows .testi-next4::before {
content:'';
position:absolute;
left:-1px;
top:-1px;
height:31px;
width:31px;
background:var(--c-primary);
-webkit-transform:scale(0);
transform:scale(0);
-webkit-transition:all .4s ease-in;
transition:all .4s ease-in;
border-radius:50%;
z-index:-1
}
.testimonial-style-three .slider-arrows .testi-prev4:hover, .testimonial-style-three .slider-arrows .testi-next4:hover {
	color:#fff
}
.testimonial-style-three .slider-arrows .testi-prev4:hover::before, .testimonial-style-three .slider-arrows .testi-next4:hover::before {
-webkit-transform:scale(1);
transform:scale(1)
}
.slick-slide.slick-center {
	-webkit-transform:translateY(0px);
	transform:translateY(0px)
}
.slick-slide.slick-center .slider-item .single-thumb img {
	border:2px solid #ed1d24;
	border-radius:50%
}
.guide-card-alpha {
	background:#fff;
	-webkit-box-shadow:3px 5px 35px rgba(86, 68, 169, .1);
	box-shadow:3px 5px 35px rgba(86, 68, 169, .1);
	border-radius:0
}
.guide-card-alpha:hover .guide-image .guide-social-links {
	-webkit-transform:translate(-50%, -16px);
	transform:translate(-50%, -16px);
	opacity:1
}
.guide-card-alpha .guide-image {
	position:relative
}
.guide-card-alpha .guide-image img {
	width:100%
}
.guide-card-alpha .guide-image .guide-social-links {
	position:absolute;
	left:50%;
	bottom:0;
	opacity:0;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-transform:translate(-50%, 0);
	transform:translate(-50%, 0);
	background:#2d373c;
	-webkit-box-shadow:3px 5px 35px rgba(86, 68, 169, .1);
	box-shadow:3px 5px 35px rgba(86, 68, 169, .1);
	border-radius:10px;
	padding:12px 14px;
-webkit-transition:all .3s ease;
transition:all .3s ease
}
.guide-card-alpha .guide-image .guide-social-links li {
	margin-right:18px
}
.guide-card-alpha .guide-image .guide-social-links li:last-child {
	margin-right:0
}
.guide-card-alpha .guide-image .guide-social-links li a {
	display:-webkit-inline-box;
	display:-ms-inline-flexbox;
	display:inline-flex;
	height:28px;
	width:28px;
	background:rgba(255, 255, 255, .8);
	border-radius:30px;
	-webkit-box-align:center;
	-ms-flex-align:center;
	align-items:center;
	-webkit-box-pack:center;
	-ms-flex-pack:center;
	justify-content:center;
	color:#162b32;
-webkit-transition:all .3s;
transition:all .3s
}
.guide-card-alpha .guide-image .guide-social-links li a:hover {
	background:#ed1d24;
	color:#fff
}
.guide-card-alpha .guide-image .guide-social-links li a i {
	font-size:14px
}
.guide-card-alpha .guide-content {
	text-align:center;
	padding:25px
}
.guide-card-alpha .guide-content .guide-name {
	font-weight:700;
	font-size:23px;
	text-transform:capitalize;
	color:#2d373c
}
.guide-card-alpha .guide-content .guide-name a {
	color:inherit
}
.guide-card-alpha .guide-content .guide-designation {
	font-weight:500;
	font-size:18px;
	text-transform:capitalize;
	color:#666;
	padding-top:5px
}
.guide-card-beta {
	background:#fff;
	-webkit-box-shadow:3px 5px 35px rgba(86, 68, 169, .1);
	box-shadow:3px 5px 35px rgba(86, 68, 169, .1);
	border-radius:0;
-webkit-transition:all .5s ease-in-out;
transition:all .5s ease-in-out;
	overflow:hidden
}
.guide-card-beta:hover .guide-image img {
	-webkit-transform:scale(1.15);
	transform:scale(1.15)
}
.guide-card-beta:hover .guide-image .guide-social-links {
	-webkit-transform:translate(0%);
	transform:translate(0%);
	opacity:1
}
.guide-card-beta .guide-image {
	position:relative;
	overflow:hidden
}
.guide-card-beta .guide-image img {
	width:100%;
-webkit-transition:all .65s ease;
transition:all .65s ease;
-webkit-transition-delay:.35s ease;
transition-delay:.35s ease
}
.guide-card-beta .guide-image .guide-social-links {
	position:absolute;
	left:0%;
	top:0;
	opacity:0;
	-webkit-transform:translate(-50%, 0);
	transform:translate(-50%, 0);
	background:0 0;
	padding:12px 14px;
-webkit-transition:all .45s ease-in;
transition:all .45s ease-in;
-webkit-transition-delay:.4s;
transition-delay:.4s;
	background:rgba(0, 0, 0, .4);
	width:60px;
	height:100%;
	opacity:0
}
.guide-card-beta .guide-image .guide-social-links li {
	margin-right:18px;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-pack:center;
	-ms-flex-pack:center;
	justify-content:center;
	-webkit-box-orient:vertical;
	-webkit-box-direction:normal;
	-ms-flex-direction:column;
	flex-direction:column
}
.guide-card-beta .guide-image .guide-social-links li:last-child {
	margin-right:0
}
.guide-card-beta .guide-image .guide-social-links li a {
	display:-webkit-inline-box;
	display:-ms-inline-flexbox;
	display:inline-flex;
	height:28px;
	width:28px;
	background:#fff;
	border-radius:30px;
	-webkit-box-align:center;
	-ms-flex-align:center;
	align-items:center;
	-webkit-box-pack:center;
	-ms-flex-pack:center;
	justify-content:center;
	color:var(--c-primary);
-webkit-transition:all .3s;
transition:all .3s
}
.guide-card-beta .guide-image .guide-social-links li a:hover {
	background:#ed1d24;
	color:#fff
}
.guide-card-beta .guide-image .guide-social-links li a i {
	font-size:14px
}
.guide-card-beta .guide-content {
	text-align:center;
	padding:25px;
-webkit-transition:all .45s ease-in;
transition:all .45s ease-in
}
.guide-card-beta .guide-content .guide-name {
	font-weight:700;
	font-size:23px;
	text-transform:capitalize;
	color:#2d373c
}
.guide-card-beta .guide-content .guide-name a {
	color:inherit
}
.guide-card-beta .guide-content .guide-designation {
	font-weight:500;
	font-size:18px;
	text-transform:capitalize;
	color:#666;
	padding-top:5px
}
.guide-card-gamma {
	background:#fff;
	-webkit-box-shadow:3px 5px 35px rgba(86, 68, 169, .1);
	box-shadow:3px 5px 35px rgba(86, 68, 169, .1);
	border-radius:5px;
	overflow:hidden
}
.guide-card-gamma:hover .guide-image .guide-social-links {
	-webkit-transform:translateX(0);
	transform:translateX(0);
	opacity:1
}
.guide-card-gamma .guide-image {
	position:relative
}
.guide-card-gamma .guide-image img {
	width:100%
}
.guide-card-gamma .guide-image .contact-lavel {
	position:absolute;
	left:15px;
	bottom:15px
}
.guide-card-gamma .guide-image .contact-lavel a {
	font-weight:600;
	font-size:16px;
	text-transform:capitalize;
	color:#fff;
	display:inline-block;
	background:#ed1d24;
	border-radius:100px;
	padding:6px 22px;
-webkit-transition:all .3s;
transition:all .3s
}
.guide-card-gamma .guide-image .contact-lavel a:hover {
	background:#666
}
.guide-card-gamma .guide-image .guide-social-links {
	position:absolute;
	top:25px;
	right:25px;
-webkit-transition:all .3s ease;
transition:all .3s ease;
	-webkit-transform:translateX(30px);
	transform:translateX(30px);
	opacity:0
}
.guide-card-gamma .guide-image .guide-social-links li {
	margin-bottom:15px
}
.guide-card-gamma .guide-image .guide-social-links li:last-child {
	margin-bottom:0
}
.guide-card-gamma .guide-image .guide-social-links li a {
	display:-webkit-inline-box;
	display:-ms-inline-flexbox;
	display:inline-flex;
	height:30px;
	width:30px;
	background:#fff;
	border-radius:30px;
	-webkit-box-align:center;
	-ms-flex-align:center;
	align-items:center;
	-webkit-box-pack:center;
	-ms-flex-pack:center;
	justify-content:center;
	color:#162b32;
-webkit-transition:all .3s;
transition:all .3s
}
.guide-card-gamma .guide-image .guide-social-links li a:hover {
	background:#ed1d24;
	color:#fff
}
.guide-card-gamma .guide-image .guide-social-links li a i {
	font-size:15px
}
.guide-card-gamma .guide-content {
	text-align:center;
	padding:25px
}
.guide-card-gamma .guide-content .guide-name {
	font-weight:700;
	font-size:22px;
	text-transform:capitalize;
	color:#2d373c
}
.guide-card-gamma .guide-content .guide-name a {
	color:inherit
}
.guide-card-gamma .guide-content .guide-designation {
	font-weight:500;
	font-size:15px;
	text-transform:capitalize;
	color:#666;
	padding-top:5px
}
.upcoming-tour-area {
	background-image:-webkit-gradient(linear, left top, left bottom, from(rgba(0, 5, 15, 0.6)), to(rgba(0, 5, 15, 0.6))), url("../images/holiday.jpg");
	background-image:linear-gradient(rgb(0 5 15 / 22%), rgba(0, 5, 15, 0.6)), url(../images/holiday.jpg);
	background-size:cover;
	background-repeat:no-repeat;
	background-attachment:fixed
}
.upcoming-tour-area .upcoming-btn {
	display:inline-block
}
.upcoming-tour-area .slider-arrows .testi-prev4, .upcoming-tour-area .testimonial-style-three .slider-arrows .testi-next4, .testimonial-style-three .upcoming-tour-area .slider-arrows .testi-next4 {
	color:var(--c-primary);
	border-radius:50%;
	background:#ed1d24a1;
	color:#fff;
	height:30px;
	line-height:30px;
	width:30px;
	text-align:center;
	position:relative;
	overflow:hidden;
	z-index:9;
-webkit-transition:all .4s ease-in;
transition:all .4s ease-in
}
.upcoming-tour-area .slider-arrows .testi-prev4::before, .upcoming-tour-area .testimonial-style-three .slider-arrows .testi-next4::before, .testimonial-style-three .upcoming-tour-area .slider-arrows .testi-next4::before {
content:'';
position:absolute;
left:-1px;
top:-1px;
height:31px;
width:31px;
background:var(--c-primary);
-webkit-transform:scale(0);
transform:scale(0);
-webkit-transition:all .4s ease-in;
transition:all .4s ease-in;
border-radius:50%;
z-index:-1
}
.upcoming-tour-area .slider-arrows .testi-prev4:hover, .upcoming-tour-area .testimonial-style-three .slider-arrows .testi-next4:hover, .testimonial-style-three .upcoming-tour-area .slider-arrows .testi-next4:hover {
	color:#fff
}
.upcoming-tour-area .slider-arrows .testi-prev4:hover::before, .upcoming-tour-area .testimonial-style-three .slider-arrows .testi-next4:hover::before, .testimonial-style-three .upcoming-tour-area .slider-arrows .testi-next4:hover::before {
-webkit-transform:scale(1);
transform:scale(1)
}
.upcoming-tour-area .slider-arrows .testi-next4 {
	color:var(--c-primary);
	border-radius:50%;
	background:#ed1d24a1;
	color:#fff;
	height:30px;
	line-height:30px;
	width:30px;
	text-align:center;
	position:relative;
	overflow:hidden;
	z-index:9;
-webkit-transition:all .4s ease-in;
transition:all .4s ease-in
}
.upcoming-tour-area .slider-arrows .testi-next4::before {
content:'';
position:absolute;
right:-1px;
top:-1px;
height:31px;
width:31px;
background:var(--c-primary);
-webkit-transform:scale(0);
transform:scale(0);
-webkit-transition:all .4s ease-in;
transition:all .4s ease-in;
border-radius:50%;
z-index:-1
}
.upcoming-tour-area .slider-arrows .testi-next4:hover {
	color:#fff
}
.upcoming-tour-area .slider-arrows .testi-next4:hover::before {
-webkit-transform:scale(1);
transform:scale(1)
}
.blog-card-alpha {
	background:#fff;
	-webkit-box-shadow:3px 5px 35px rgba(86, 68, 169, .1);
	box-shadow:3px 5px 35px rgba(86, 68, 169, .1);
	border-radius:0
}
.blog-card-alpha:hover .blog-thumb img {
	-webkit-transform:scale(1.05) translateX(4px);
	transform:scale(1.05) translateX(4px)
}
.blog-card-alpha .blog-thumb {
	position:relative;
	overflow:hidden
}
.blog-card-alpha .blog-thumb img {
	width:100%;
-webkit-transition:all .3s ease-in;
transition:all .3s ease-in
}
.blog-card-alpha .blog-thumb .blog-lavel {
	position:absolute;
	bottom:14px;
	left:25px
}
.blog-card-alpha .blog-thumb .blog-lavel a {
	font-weight:600;
	font-size:14px;
	color:#fff;
	display:inline-block;
	background:#ed1d24;
	-webkit-box-shadow:0 0 15px rgba(206, 62, 38, .1);
	box-shadow:0 0 15px rgba(206, 62, 38, .1);
	border-radius:3px;
	padding:6.5px 9px
}
.blog-card-alpha .blog-thumb .blog-lavel a i {
	margin-right:6px
}
.blog-card-alpha .blog-content {
	padding:20px;
	text-align:center
}
.blog-card-alpha .blog-content .blog-body-top {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-pack:center;
	-ms-flex-pack:center;
	justify-content:center;
	gap:35px
}
.blog-card-alpha .blog-content .blog-body-top a {
	font-weight:500;
	font-size:14px;
	color:#696969
}
.blog-card-alpha .blog-content .blog-body-top a i {
	color:#ed1d24;
	margin-right:5px
}
.blog-card-alpha .blog-content .blog-title {
	padding-top:8px;
	font-weight:600;
	line-height:28px;
	font-size:20px;
	color:#2d373c
}
.blog-card-alpha .blog-content .blog-title a {
	color:inherit
}
.blog-card-gamma {
	background:#fff;
	-webkit-box-shadow:3px 5px 35px rgba(86, 68, 169, .1);
	box-shadow:3px 5px 35px rgba(86, 68, 169, .1);
	border-radius:5px 5px 20px 20px;
	overflow:hidden
}
.blog-card-gamma:hover .blog-thumb img {
	-webkit-transform:scale(1.05) translateX(4px);
	transform:scale(1.05) translateX(4px)
}
.blog-card-gamma:hover .blog-thumb .blog-lavel a {
	background:#666
}
.blog-card-gamma .blog-thumb {
	position:relative;
	overflow:hidden
}
.blog-card-gamma .blog-thumb img {
	width:100%;
-webkit-transition:all .3s ease-in;
transition:all .3s ease-in
}
.blog-card-gamma .blog-thumb .blog-lavel {
	position:absolute;
	top:25px;
	left:25px
}
.blog-card-gamma .blog-thumb .blog-lavel a {
	font-family:var(--f-secondary);
	font-weight:700;
	font-size:15px;
	color:#fff;
	display:inline-block;
	background:#ed1d24;
	-webkit-box-shadow:0 0 15px rgba(206, 62, 38, .1);
	box-shadow:0 0 15px rgba(206, 62, 38, .1);
	border-radius:3px;
	padding:4px 20px;
-webkit-transition:all .3s;
transition:all .3s
}
.blog-card-gamma .blog-thumb .blog-lavel a i {
	margin-right:6px
}
.blog-card-gamma .blog-content {
	padding:20px;
	text-align:center
}
.blog-card-gamma .blog-content .blog-body-top {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-pack:center;
	-ms-flex-pack:center;
	justify-content:center;
	gap:35px
}
.blog-card-gamma .blog-content .blog-body-top a {
	font-weight:500;
	font-size:14px;
	color:#696969
}
.blog-card-gamma .blog-content .blog-body-top a i {
	color:#ed1d24;
	margin-right:5px
}
.blog-card-gamma .blog-content .blog-title {
	padding-top:8px;
	font-weight:600;
	line-height:28px;
	font-size:20px;
	color:#2d373c
}
.blog-card-gamma .blog-content .blog-title a {
	color:inherit
}
.blog-card-beta {
	background:#fff;
	-webkit-box-shadow:3px 5px 35px rgba(86, 68, 169, .1);
	box-shadow:3px 5px 35px rgba(86, 68, 169, .1);
	border-radius:5px;
	overflow:hidden
}
.blog-card-beta:hover .blog-thumb img {
	-webkit-transform:scale(1.05) translateX(4px);
	transform:scale(1.05) translateX(4px)
}
.blog-card-beta:hover .blog-thumb .blog-lavel a {
	color:#fff;
	background:var(--c-primary)
}
.blog-card-beta .blog-thumb {
	position:relative;
	overflow:hidden
}
.blog-card-beta .blog-thumb img {
	width:100%;
-webkit-transition:all .3s ease-in;
transition:all .3s ease-in
}
.blog-card-beta .blog-thumb .blog-lavel {
	position:absolute;
	bottom:25px;
	left:25px
}
.blog-card-beta .blog-thumb .blog-lavel a {
	font-family:var(--f-secondary);
	font-weight:500;
	font-size:15px;
	color:var(--c-primary);
	display:inline-block;
	background:#fff;
	-webkit-box-shadow:0 0 15px rgba(206, 62, 38, .1);
	box-shadow:0 0 15px rgba(206, 62, 38, .1);
	border-radius:30px;
	padding:5px 20px;
-webkit-transition:all .3s;
transition:all .3s
}
.blog-card-beta .blog-thumb .blog-lavel a i {
	margin-right:6px
}
.blog-card-beta .blog-content {
	padding:20px;
	text-align:center
}
.blog-card-beta .blog-content .blog-body-top {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-pack:justify;
	-ms-flex-pack:justify;
	justify-content:space-between;
	gap:35px
}
.blog-card-beta .blog-content .blog-body-top a {
	font-weight:500;
	font-size:14px;
	color:#696969
}
.blog-card-beta .blog-content .blog-body-top a i {
	color:#ed1d24;
	margin-right:5px
}
.blog-card-beta .blog-content .blog-title {
	padding-top:8px;
	font-weight:600;
	line-height:28px;
	font-size:20px;
	color:#2d373c
}
.blog-card-beta .blog-content .blog-title:hover a {
	color:var(--c-primary)
}
.blog-card-beta .blog-content .blog-title a {
	color:inherit;
-webkit-transition:all .35s ease-in;
transition:all .35s ease-in
}
.blog-card-gamma-full {
	background:#fff;
	margin-top:40px;
	-webkit-box-shadow:3px 5px 35px rgba(86, 68, 169, .1);
	box-shadow:3px 5px 35px rgba(86, 68, 169, .1);
	border-radius:5px 5px 20px 20px;
	overflow:hidden
}
.blog-card-gamma-full:hover .blog-thumb img {
	-webkit-transform:scale(1.05) translateX(4px);
	transform:scale(1.05) translateX(4px)
}
.blog-card-gamma-full:hover .blog-thumb .blog-lavel a {
	background:#666
}
.blog-card-gamma-full .blog-thumb {
	position:relative;
	overflow:hidden
}
.blog-card-gamma-full .blog-thumb img {
	width:100%;
-webkit-transition:all .3s ease-in;
transition:all .3s ease-in
}
.blog-card-gamma-full .blog-thumb .blog-lavel {
	position:absolute;
	top:25px;
	left:25px
}
.blog-card-gamma-full .blog-thumb .blog-lavel a {
	font-family:var(--f-secondary);
	font-weight:700;
	font-size:15px;
	color:#fff;
	display:inline-block;
	background:#ed1d24;
	-webkit-box-shadow:0 0 15px rgba(206, 62, 38, .1);
	box-shadow:0 0 15px rgba(206, 62, 38, .1);
	border-radius:3px;
	padding:7px 20px;
-webkit-transition:all .3s;
transition:all .3s
}
.blog-card-gamma-full .blog-thumb .blog-lavel a i {
	margin-right:6px
}
.blog-card-gamma-full .blog-content {
	padding:20px;
	text-align:center
}
.blog-card-gamma-full .blog-content .blog-body-top {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-pack:center;
	-ms-flex-pack:center;
	justify-content:center;
	gap:40px
}
.blog-card-gamma-full .blog-content .blog-body-top a {
	font-weight:500;
	font-size:15px;
	color:#696969
}
.blog-card-gamma-full .blog-content .blog-body-top a i {
	color:#ed1d24;
	margin-right:5px
}
.blog-card-gamma-full .blog-content .blog-title {
	padding-top:8px;
	font-weight:600;
	line-height:35px;
	font-size:25px;
	color:#2d373c
}
.blog-card-gamma-full .blog-content .blog-title a {
	color:inherit
}
.blog-sidebar .blog-widget {
	background:#fff;
	-webkit-box-shadow:3px 5px 35px rgba(86, 68, 169, .1);
	box-shadow:3px 5px 35px rgba(86, 68, 169, .1);
	border-radius:5px
}
.blog-sidebar .blog-widget .widget-title {
	padding:20px;
	border-bottom:1px solid #eee
}
.blog-sidebar .blog-widget .widget-title h4 {
	font-weight:600;
	font-size:20px;
	color:#2d373c
}
.blog-sidebar .blog-widget .widget-body {
	padding:20px
}
.blog-sidebar .widget-search .search-input-group {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	height:44px
}
.blog-sidebar .widget-search .search-input-group input {
	height:100%;
	background:#f5f5f5;
	border-radius:44px 0 0 44px;
	padding:10px 15px
}
.blog-sidebar .widget-search .search-input-group input::-webkit-input-placeholder {
font-weight:500;
font-size:12px;
color:#666;
line-height:1
}
.blog-sidebar .widget-search .search-input-group input:-ms-input-placeholder {
font-weight:500;
font-size:12px;
color:#666;
line-height:1
}
.blog-sidebar .widget-search .search-input-group input::-ms-input-placeholder {
font-weight:500;
font-size:12px;
color:#666;
line-height:1
}
.blog-sidebar .widget-search .search-input-group input::placeholder {
font-weight:500;
font-size:12px;
color:#666;
line-height:1
}
.blog-sidebar .widget-search .search-input-group input:focus {
	border:none
}
.blog-sidebar .widget-search .search-input-group button {
	border:none;
	font-weight:700;
	font-size:14px;
	color:#fff;
	background:#ed1d24;
	padding-left:20px;
	padding-right:20px;
	border-radius:0 44px 44px 0;
	margin-left:-1px;
-webkit-transition:.3s;
transition:.3s
}
.blog-sidebar .widget-search .search-input-group button:hover {
	background:#162b32
}
.blog-sidebar .widget-categories ul li {
	padding-top:15px
}
.blog-sidebar .widget-categories ul li:first-child {
	padding-top:0
}
.blog-sidebar .widget-categories ul li a {
	font-weight:500;
	font-size:16px;
	color:#2d373c;
-webkit-transition:all .2s;
transition:all .2s
}
.blog-sidebar .widget-categories ul li a:hover {
	color:#ed1d24
}
.blog-sidebar .widget-categories ul li a:hover h6 {
	-webkit-transform:translateX(5px);
	transform:translateX(5px)
}
.blog-sidebar .widget-categories ul li a h6 {
	display:inline-block;
-webkit-transition:all .35s;
transition:all .35s
}
.blog-sidebar .widget-categories ul li a h6 i {
	margin-right:8px;
	font-size:14px
}
.blog-sidebar .widget-categories ul li a span {
	float:right
}
.blog-sidebar .widget-tag-cloud .widget-body {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
	-webkit-box-pack:left;
	-ms-flex-pack:left;
	justify-content:left;
	-webkit-box-align:center;
	-ms-flex-align:center;
	align-items:center;
	margin-top:-10px
}
.blog-sidebar .widget-tag-cloud .tag-cloud a {
	display:inline-block;
	font-weight:500;
	font-size:14px;
	color:#2d373c;
	border:1px solid #2d373c4d;
	padding:6px 18px;
	margin-right:12px;
	margin-top:10px;
-webkit-transition:all .3s;
transition:all .3s
}
.blog-sidebar .widget-tag-cloud .tag-cloud a:hover {
	border-color:#ed1d24;
	background:#ed1d24;
	color:#fff
}
.blog-sidebar .widget-gallary ul {
	display:-ms-grid;
	display:grid;
	grid-gap:20px;
-ms-grid-columns:(auto)[3];
	grid-template-columns:repeat(3, auto)
}
.blog-sidebar .widget-gallary ul li img {
	width:100%
}
.blog-sidebar .widget-recent-entries-custom ul li {
	display:table;
	margin-top:25px
}
.blog-sidebar .widget-recent-entries-custom ul li:first-child {
	margin-top:0
}
.blog-sidebar .widget-recent-entries-custom ul li:hover .wb h6 {
	color:#ed1d24
}
.blog-sidebar .widget-recent-entries-custom ul li .wi {
	float:left;
	width:80px;
	vertical-align:middle;
	display:table-cell
}
.blog-sidebar .widget-recent-entries-custom ul li .wi img {
	width:100%
}
.blog-sidebar .widget-recent-entries-custom ul li .wb {
	padding-left:16px;
	vertical-align:middle;
	display:table-cell
}
.blog-sidebar .widget-recent-entries-custom ul li .wb h6 {
	font-weight:600;
	font-size:15px;
	color:#2d373c;
	line-height:20px;
-webkit-transition:.2s;
transition:.2s
}
.blog-sidebar .widget-recent-entries-custom ul li .wb h6 a {
	color:inherit
}
.blog-sidebar .widget-recent-entries-custom ul li .wb .wb-info {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-pack:left;
	-ms-flex-pack:left;
	justify-content:left;
	gap:30px;
	padding-top:15px
}
.blog-sidebar .widget-recent-entries-custom ul li .wb .wb-info span {
	font-weight:500;
	font-size:12px;
	color:#696969
}
.blog-sidebar .widget-recent-entries-custom ul li .wb .wb-info span i {
	margin-right:5px;
	color:#ed1d24
}
.blog-details .post-thumb {
	margin-top:20px
}
.blog-details .post-thumb img {
	border-radius:5px;
	width:100%
}
.blog-details .post-header .post-title {
	font-weight:600;
	font-size:30px;
	line-height:45px;
	color:#2d373c
}
.blog-details .post-header .post-meta {
	-webkit-box-align:center;
	-ms-flex-align:center;
	align-items:center;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
	-webkit-box-pack:start;
	-ms-flex-pack:start;
	justify-content:start;
	padding-top:10px;
	gap:30px
}
.blog-details .post-header .post-meta a {
	display:inline-block;
-webkit-transition:.2s;
transition:.2s;
	margin-right:20px;
	font-weight:500;
	font-size:15px;
	color:#696969
}
.blog-details .post-header .post-meta a:hover {
	color:#ed1d24
}
.blog-details .post-header .post-meta a i {
	color:#ed1d24;
	margin-right:3px
}
.blog-details .post-body .sub-title {
	font-weight:700;
	font-size:25px;
	text-transform:capitalize;
	color:#2d373c
}
.blog-details .post-body p {
	font-size:16px;
	line-height:30px;
	color:#666;
	margin-top:20px
}
.blog-details .post-body .post-innner-image img {
	width:100%
}
.blog-details .post-body .blog-quote-box-two {
	padding:0 20px;
	margin-top:30px;
	margin-bottom:30px
}
.blog-details .post-body .blog-quote-box-two blockquote {
	margin:0;
	padding-top:20px
}
.blog-details .post-body .blog-quote-box-two blockquote p {
	margin-top:0;
	line-height:34px;
	font-weight:600;
	font-size:20px;
	color:#2d373c
}
.blog-details .post-body .blog-quote-box-one {
	background:#fff;
	-webkit-box-shadow:3px 5px 35px rgba(86, 68, 169, .1);
	box-shadow:3px 5px 35px rgba(86, 68, 169, .1);
	border-radius:100px 5px 5px 5px;
	margin-top:30px;
	margin-bottom:30px
}
.blog-details .post-body .blog-quote-box-one blockquote {
	padding:30px;
	margin:0;
	margin-left:30px
}
.blog-details .post-body .blog-quote-box-one blockquote p {
	margin-top:0;
	line-height:34px;
	font-weight:600;
	font-size:20px;
	color:#2d373c
}
.blog-details .post-body .post-innner-image {
	margin-top:30px;
	margin-bottom:30px
}
.blog-details .post-footer {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-align:center;
	-ms-flex-align:center;
	align-items:center;
	-webkit-box-pack:justify;
	-ms-flex-pack:justify;
	justify-content:space-between;
	padding:18px 0;
	border-top:1px solid rgba(45, 55, 60, .2);
	border-bottom:1px solid rgba(45, 55, 60, .2);
	margin-top:40px
}
.blog-details .post-footer .post-switcher {
	font-weight:600;
	font-size:15px;
	color:#162b32;
	display:-webkit-inline-box;
	display:-ms-inline-flexbox;
	display:inline-flex
}
.blog-details .post-footer .post-switcher:hover {
	color:#ed1d24
}
.blog-details .post-footer .post-switcher.prev-post i {
	margin-right:8px
}
.blog-details .post-footer .post-switcher.next-post i {
	margin-left:8px
}
.blog-details .post-footer .next-post-link {
	text-align:center;
	font-weight:600;
	font-size:16px;
	line-height:22px;
	color:#2d373c;
	padding:0 40px
}
.comment-section {
	padding:50px 0
}
.comment-section h4 {
	font-weight:600;
	font-size:30px;
	margin-bottom:30px;
	-webkit-text-decoration-line:underline!important;
	text-decoration-line:underline!important;
	color:#2d373c
}
.comment-section .comment-list .single-comment {
	margin-top:40px
}
.comment-section .comment-list .single-comment:first-child {
	margin-top:0
}
.comment-section .comment-list .single-comment .commmentor {
	margin-right:25px;
	padding-top:3px
}
.comment-section .comment-list .single-comment .commmentor img {
	max-width:145px;
	border-radius:5px
}
.comment-section .comment-list .single-comment .comment .info h6 {
	font-weight:600;
	font-size:20px;
	text-transform:capitalize;
	color:#454545;
	margin-bottom:3px
}
.comment-section .comment-list .single-comment .comment .info span {
	font-size:14px;
	text-transform:capitalize;
	color:#ed1d24
}
.comment-section .comment-list .single-comment .comment .rating li {
	margin-right:10px
}
.comment-section .comment-list .single-comment .comment .rating li i {
	font-size:17px;
	color:#ed1d24
}
.comment-section .comment-list .single-comment .comment .rating li:last-child {
	margin-right:0
}
.comment-section .comment-list .single-comment .comment p {
	font-size:16px;
	line-height:30px;
	text-transform:capitalize;
	padding-top:8px;
	color:#666
}
.comment-section .comment-list .single-comment .comment .reply-btn {
	padding-top:8px
}
.comment-section .comment-list .single-comment .comment .reply-btn a {
	font-weight:700;
	font-size:15px;
	text-transform:capitalize;
	color:#162b32
}
.comment-section .comment-list .single-comment .comment .reply-btn a:hover {
	color:#ed1d24
}
.comment-section .comment-list .single-comment .comment .reply-btn a i {
	margin-right:7px;
-webkit-transition:.2s;
transition:.2s
}
.comment-section .comment-btn {
	margin-top:24px
}
.comment-section .comment-btn a {
	font-weight:600;
	font-size:17px;
	color:#666;
	display:inline-block;
-webkit-transition:.3s;
transition:.3s
}
.comment-section .comment-btn a:hover {
	color:#ed1d24
}
.comment-form {
	padding:40px 50px;
	background:#fff;
	-webkit-box-shadow:3px 5px 35px rgba(86, 68, 169, .1);
	box-shadow:3px 5px 35px rgba(86, 68, 169, .1);
	border-radius:5px
}
.comment-form h4 {
	font-weight:700;
	font-size:25px;
	color:#2d373c
}
.comment-form .form-rating {
	margin-top:25px
}
.comment-form .form-rating li {
	margin-right:7px
}
.comment-form .form-rating li:last-child {
	margin-right:0
}
.comment-form .form-rating li i {
	font-size:20px;
	color:#ed1d24
}
.footer-area .footer-main-wrapper {
	background:#2d373c;
	padding-top:80px;
	position:relative;
	z-index:1
	background-repeat: no-repeat;
    background-size: cover;
}

.footer-area .footer-main-wrapper .section-shape{
	    position: absolute;
    top: 0!important;
    left: 0;
    width: 100%;
    height: 96px;
    background-size: contain;
    background-repeat: repeat-x;
    z-index: 1;
}
.footer-area .footer-main-wrapper .footer-vactor {
	position:absolute;
	left:0;
	right:0;
	bottom:0;
	z-index:0;
	z-index:-1
}
.footer-area .footer-main-wrapper .footer-vactor img {
	max-width:100%
}
.footer-area .footer-main-wrapper .footer-about {
	color:#fff
}
.footer-area .footer-main-wrapper .footer-about p {
	font-size: 16px;
    line-height: 30px;
    color: #fff;
    font-weight: 500;
    margin-bottom: 5px;
}
.footer-area .footer-main-wrapper .footer-about .footer-social-wrap {
	padding-top:0px
}
.footer-area .footer-main-wrapper .footer-about .footer-social-wrap h5 {
	font-weight:700;
	font-size:25px;
	color:#fff;
	font-family:var(--f-secondary)
}
.footer-area .footer-main-wrapper .footer-about .footer-social-wrap .footer-social-links {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
	padding-top:0px
}
.footer-area .footer-main-wrapper .footer-about .footer-social-wrap .footer-social-links li {
	margin-right:20px;
	margin-top:10px
}
.footer-area .footer-main-wrapper .footer-about .footer-social-wrap .footer-social-links li:last-child {
	margin-right:0
}
.footer-area .footer-main-wrapper .footer-about .footer-social-wrap .footer-social-links li .facebook  {
	color:#fff;
	background:#337ab7;
		border:1px solid #337ab7;
}
.footer-area .footer-main-wrapper .footer-about .footer-social-wrap .footer-social-links li .instagram  {
	color:#fff;
	background:#9037c7;
		border:1px solid #9037c7;
}

.footer-area .footer-main-wrapper .footer-about .footer-social-wrap .footer-social-links li .youtube  {
	color:#fff;
	background:#c50a0a;
		border:1px solid #c50a0a;
}
.footer-area .footer-main-wrapper .footer-about .footer-social-wrap .footer-social-links li .whatsapp  {
	color:#fff;
	background:#263b96;
		border:1px solid #263b96;
}
.footer-area .footer-main-wrapper .footer-about .footer-social-wrap .footer-social-links li a {
	display:-webkit-inline-box;
	display:-ms-inline-flexbox;
	display:inline-flex;
	width:37.5px;
	height:37.5px;
	
	-webkit-box-shadow:0 2px 15px rgba(0, 0, 0, .06);
	box-shadow:0 2px 15px rgba(0, 0, 0, .06);
	border-radius:34px;

	-webkit-box-pack:center;
	-ms-flex-pack:center;
	justify-content:center;
	-webkit-box-align:center;
	-ms-flex-align:center;
	align-items:center;
	
-webkit-transition:.35s;
transition:.35s
}
.footer-area .footer-main-wrapper .footer-about .footer-social-wrap .footer-social-links li a:hover {
	
}

.footer-area .footer-main-wrapper .footer-about .footer-social-wrap .footer-social-links li .facebook:hover  {
	background:0 0;
	color:#337ab7;
		
}
.footer-area .footer-main-wrapper .footer-about .footer-social-wrap .footer-social-links li .instagram:hover  {
	background:0 0;
	color:#9037c7;
		
}

.footer-area .footer-main-wrapper .footer-about .footer-social-wrap .footer-social-links li .youtube:hover  {
	background:0 0;
	color:#c50a0a;
		
}
.footer-area .footer-main-wrapper .footer-about .footer-social-wrap .footer-social-links li .whatsapp:hover  {
	background:0 0;
	color:#263b96;
		
}
.footer-area .footer-main-wrapper .footer-about .footer-social-wrap .footer-social-links li a:hover i {
	-webkit-transform:scale(1.05);
	transform:scale(1.05)
}
.footer-area .footer-main-wrapper .footer-about .footer-social-wrap .footer-social-links li a i {
	font-size:17px;
-webkit-transition:.35s;
transition:.35s
}
.footer-area .footer-main-wrapper .footer-widget {
	color:#fff
}
.footer-area .footer-main-wrapper .footer-widget .footer-widget-title {
	font-family:var(--f-primary);
	font-weight:600;
	font-size:25px;
	color:#fff;
	padding-bottom:15px
}

.fo-about{
	font-family: var(--f-primary);
    font-weight: 600;
    font-size: 25px;
    color: #fff;
    padding-bottom: 15px;
}
.footer-area .footer-main-wrapper .footer-widget .footer-links li {
	padding-bottom:12px
}
.footer-area .footer-main-wrapper .footer-widget .footer-links li a {
	display:inline-block;
	font-weight:500;
	font-size:16px;
	letter-spacing:0;
	color:#fff;
	position:relative;
-webkit-transition:all .35s;
transition:all .35s;
    padding-left: 13px;
}
.footer-area .footer-main-wrapper .footer-widget .footer-links li a:hover {
	-webkit-transform:translateX(14px);
	transform:translateX(14px);
	color:#ed1d24;
}
.footer-area .footer-main-wrapper .footer-widget .footer-links li a:hover::before {
opacity:1;
background:#ed1d24;
}
.footer-area .footer-main-wrapper .footer-widget .footer-links li a::before {
position:absolute;
content:"";
top:50%;
-webkit-transform:translateY(-50%);
transform:translateY(-50%);
left:0px;
height:5px;
width:5px;
background:#fff;
border-radius:50%;
opacity:1;
-webkit-transition:all .35s;
transition:all .35s
}
.footer-area .footer-main-wrapper .footer-widget .footer-gallary-grid {
	display:-ms-grid;
	display:grid;
-ms-grid-columns:(1fr)[3];
	grid-template-columns:repeat(3, 1fr);
	grid-gap:20px;
	padding-top:15px
}
.footer-area .footer-main-wrapper .footer-widget .footer-gallary-grid .footer-gallary-item img {
	width:100%;
	border-radius:4px
}
.footer-area .footer-contact-wrapper {
	color:#fff;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-align:center;
	-ms-flex-align:center;
	align-items:center;
	-webkit-box-pack:justify;
	-ms-flex-pack:justify;
	justify-content:space-between;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
	padding:10px 0;
	    margin-top: 40px;
	border-top:1px solid rgba(255, 255, 255, .2)
}
.footer-area .footer-contact-wrapper h5 {
	font-weight:700;
	font-size:25px;
	color:#fff
}
.footer-area .footer-contact-wrapper .footer-contact-list {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap
}
.footer-area .footer-contact-wrapper .footer-contact-list li {
	margin-top:15px;
	margin-bottom:15px;
	margin-right:60px;
	font-weight:600;
	font-size:20px;
	color:#fff
}
.footer-area .footer-contact-wrapper .footer-contact-list li:last-child {
	margin-right:0
}
.footer-area .footer-contact-wrapper .footer-contact-list li i {
	margin-right:5px
}
.footer-area .footer-contact-wrapper .footer-contact-list li a {
	color:inherit
}
.footer-area .footer-bottom {
	    background: #162b32;
    color: #fff;
    padding: 13px 0 73px;
    position: relative;
    display: block;
   
}
.footer-area .footer-bottom .footer-logo {
	padding:10px 0
}
.footer-area .footer-bottom .copyright-link {
	    padding: 15px 0 25px;
}
.footer-area .footer-bottom .copyright-link p {
	font-size:14px;
	color:#fff;
	font-weight: 500;
}
.footer-area .footer-bottom .copyright-link p a {
	color:inherit
}
.footer-area .footer-bottom .policy-links .policy-list {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	padding:15px 0 25px;
}
.footer-area .footer-bottom .policy-links .policy-list li {
	margin-right:30px;
	position:relative
}
.footer-area .footer-bottom .policy-links .policy-list li a {
	font-weight:500;
	font-size:15px;
	color:#fff
}
.footer-area .footer-bottom .policy-links .policy-list li:last-child {
	margin-right:0
}
.footer-area .footer-bottom .policy-links .policy-list li:last-child::before {
position:absolute;
content:"";
left:-15px;
top:50%;
-webkit-transform:translateY(-50%);
transform:translateY(-50%);
background:#ed1d24;
height:12px;
width:1px
}


.footer-contact-info {
    padding-left: 0;
    margin-bottom: 0;
    list-style-type: none;
	margin-top:0px;
}
.footer-contact-info li {
       margin-bottom: 6px;
    font-size: 16px;
    color: #fff;
    line-height: 28px;
    padding-left: 30px;
    position: relative;
    font-weight: 500;
}
 .footer-contact-info li i {
   position: absolute;
    left: 0px;
    top: 1px;
    color: #ed1d24;
    font-weight: 500;
    font-size: 15px;
}

.footer-contact-info li a{
	color: #fff;
    
    
    margin-bottom: 5px;
   
	font-weight:500;
	font-size: 16px;
}


.payment{
	margin-top:10px;
	 max-width: 100%;
}
.paymenttour{
	position:relative;
	width:100%;
	display:block;
	   
}

.quick-linkssec {
   padding-left: 0;
    margin-bottom: 0;
    text-align: center;
   
    padding-top: 0px;
    padding-bottom: 10px;
	margin-top: 20px;
}
.quick-linkssec li {
    list-style-type: none;
    margin: 0px auto 11px;
    text-align: center;
    color: #ffffff;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    display: inline-block;
    padding: 0px 15px 0px 15px;
    border-right: 1px solid #ddd;
	 font-weight: 500;
}
.quick-linkssec li a {
    color: #fff;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    font-weight: 500;
	font-size:16px;
}
.quick-linkssec li:last-child {
    border-right: unset;
}
.quick-linkssec li a:hover {
    color: #ed1d24;
    
}
.world-map-area .world-map-wrap {
	min-height:650px;
	position:relative
}
.world-map-area .world-map-wrap .world-map-background {
	position:absolute;
	inset:0
}
.world-map-area .world-map-wrap .world-map-background img {
	width:100%;
	height:100%
}
.world-map-area .world-map-wrap .single-location {
	position:absolute
}
.world-map-area .world-map-wrap .single-location:hover .location-disc {
	opacity:1;
	visibility:visible;
	-webkit-transform:translateY(0);
	transform:translateY(0)
}
.world-map-area .world-map-wrap .single-location.location-1 {
	top:20%;
	left:10%
}
.world-map-area .world-map-wrap .single-location.location-2 {
	top:30%;
	left:38%
}
.world-map-area .world-map-wrap .single-location.location-3 {
	top:40%;
	left:68%
}
.world-map-area .world-map-wrap .single-location.location-4 {
	top:76%;
	left:15%
}
.world-map-area .world-map-wrap .single-location.location-5 {
	top:70%;
	left:50%
}
.world-map-area .world-map-wrap .single-location .location-icon {
	height:50px;
	width:50px;
	display:inline-block;
	margin-left:5px
}
.world-map-area .world-map-wrap .single-location .location-icon i {
	font-size:30px;
	color:#ed1d24;
	cursor:pointer
}
.world-map-area .world-map-wrap .single-location .location-disc {
	width:300px;
	background:#fff;
	-webkit-box-shadow:3px 5px 35px rgba(86, 68, 169, .1);
	box-shadow:3px 5px 35px rgba(86, 68, 169, .1);
	border-radius:5px;
	padding:25px;
	text-align:center;
	margin-top:20px;
	opacity:0;
	visibility:hidden;
	position:absolute;
-webkit-transition:all .35s;
transition:all .35s;
	-webkit-transform:translateY(20px);
	transform:translateY(20px)
}
.world-map-area .world-map-wrap .single-location .location-disc::before {
position:absolute;
content:"";
bottom:100%;
left:10px;
height:12px;
width:20px;
background:#fff;
-webkit-clip-path:polygon(50% 0%, 0% 100%, 100% 100%);
clip-path:polygon(50% 0%, 0% 100%, 100% 100%)
}
.world-map-area .world-map-wrap .single-location .location-disc h6 {
	font-weight:700;
	font-size:20px;
	color:#2d373c;
	font-family:var(--f-secondary);
	margin-bottom:10px
}
.world-map-area .world-map-wrap .single-location .location-disc p {
	font-size:16px;
	line-height:23px;
	color:#666
}
.about-main-wrappper .about-tab-wrapper .about-tab-image-grid img {
	width:100%
}
.about-main-wrappper .about-tab-wrapper .about-tab-image-grid .about-video {
	position:relative;
	border-radius:5px;
	overflow:hidden
}
.about-main-wrappper .about-tab-wrapper .about-tab-image-grid .about-video .video-overlay {
	position:absolute;
	inset:0;
	background:#ed1d2424;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-align:center;
	-ms-flex-align:center;
	align-items:center;
	-webkit-box-pack:center;
	-ms-flex-pack:center;
	justify-content:center
}
.about-main-wrappper .about-tab-wrapper .about-tab-image-grid .about-video .video-overlay:hover .play-icon {
	background:rgba(125, 163, 182, .8);
	cursor:pointer
}
.about-main-wrappper .about-tab-wrapper .about-tab-image-grid .about-video .video-overlay:hover .play-icon::before {
background:#d55f1f75;
inset:-12px
}
.about-main-wrappper .about-tab-wrapper .about-tab-image-grid .about-video .video-overlay:hover .play-icon::after {
background:rgb(173 90 21 / 50%);
inset:-30px
}
.about-main-wrappper .about-tab-wrapper .about-tab-image-grid .about-video .video-overlay .play-icon {
	display:-webkit-inline-box;
	display:-ms-inline-flexbox;
	display:inline-flex;
	-webkit-box-pack:center;
	-ms-flex-pack:center;
	justify-content:center;
	-webkit-box-align:center;
	-ms-flex-align:center;
	align-items:center;
	width:53.11px;
	height:53.11px;
	background:rgba(45, 55, 60, .6);
	border-radius:50%;
	position:relative;
	z-index:1;
-webkit-transition:all .25s;
transition:all .25s
}
.about-main-wrappper .about-tab-wrapper .about-tab-image-grid .about-video .video-overlay .play-icon::before {
position:absolute;
content:"";
inset:-6px;
background:#d55f1f75;
border-radius:50%;
z-index:1;
-webkit-transition:all .25s;
transition:all .25s
}
.about-main-wrappper .about-tab-wrapper .about-tab-image-grid .about-video .video-overlay .play-icon::after {
position:absolute;
content:"";
inset:-12px;
background:#d55f1f75;
border-radius:50%;
z-index:-1;
-webkit-transition:all .25s;
transition:all .25s
}
.about-main-wrappper .about-tab-wrapper .about-tab-image-grid .about-video .video-overlay .play-icon i {
	font-size:30px;
	color:#fff;
	position:relative;
	z-index:2
}
.about-main-wrappper .about-tab-wrapper .about-tab-image-grid .float-images {
	margin-top:-60px
}
.about-main-wrappper .about-tab-wrapper .about-tab-image-grid .float-images .about-image {
	border-radius:5px;
	overflow:hidden;
	cursor:initial
}
.about-main-wrappper .about-wrap-title {
	font-weight:800;
	font-size:45px;
	color:#2d373c
}
.about-main-wrappper .about-wrap-title span {
	color:#ed1d24;
	    display: block;
}
.about-main-wrappper .about-image img, .about-main-wrappper .about-image-group img {
	cursor:initial
}
.about-main-wrappper .about-tab-wrap .about-tab-switcher {
	margin-top:20px
}

.about-main-wrappper .about-tab-wrap .about-tab-switcher p{
	font-size: 16px;
    line-height: 30px;
    color: #666;
	margin-bottom:10px;
	text-align: justify;
}
.about-main-wrappper .about-tab-wrap .about-tab-switcher .nav-item .nav-link {
	text-align:center;
	padding:20px 12px;
	color:#162b32;
	min-width:170px;
	cursor:pointer
}
.about-main-wrappper .about-tab-wrap .about-tab-switcher .nav-item .nav-link.active {
	background:#fff;
	-webkit-box-shadow:3px 5px 35px rgba(86, 68, 169, .1);
	box-shadow:3px 5px 35px rgba(86, 68, 169, .1);
	color:#ed1d24
}
.about-main-wrappper .about-tab-wrap .about-tab-switcher .nav-item .nav-link h3 {
	font-weight:800;
	font-size:40px;
	letter-spacing:.03em;
	color:inherit
}
.about-main-wrappper .about-tab-wrap .about-tab-switcher .nav-item .nav-link h6 {
	font-size:18px;
	color:inherit;
	padding-top:10px
}
.about-main-wrappper .about-tab-wrap .about-tab-content {
	padding-top:10px
}
.about-main-wrappper .about-tab-wrap .about-tab-content .tab-pane p {
	font-size:16px;
	line-height:30px;
	color:#666
}
.about-main-wrappper .achievement-counter-wrap .achievement-counter-cards .achievement-counter-card {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-align:center;
	-ms-flex-align:center;
	align-items:center;
	padding:20px 30px;
	border:1px solid #ed1d244d;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	border-radius:10px;
	margin-top:30px;
-webkit-transition:all .35s ease-in-out;
transition:all .35s ease-in-out
}
.about-main-wrappper .achievement-counter-wrap .achievement-counter-cards .achievement-counter-card:hover {
	-webkit-box-shadow:3px 5px 35px rgba(86, 68, 169, .1);
	box-shadow:3px 5px 35px rgba(86, 68, 169, .1);
	border-color:transparent
}
.about-main-wrappper .achievement-counter-wrap .achievement-counter-cards .achievement-counter-card:hover .counter-box h2, .about-main-wrappper .achievement-counter-wrap .achievement-counter-cards .achievement-counter-card:hover .counter-box h6 {
	color:#2d373c
}
.about-main-wrappper .achievement-counter-wrap .achievement-counter-cards .achievement-counter-card .counter-box {
	min-width:133px
}
.about-main-wrappper .achievement-counter-wrap .achievement-counter-cards .achievement-counter-card .counter-box h2 {
	font-weight:800;
	font-size:35px;
	letter-spacing:.03em;
	color:#ed1d24;
-webkit-transition:all .3s;
transition:all .3s
}
.about-main-wrappper .achievement-counter-wrap .achievement-counter-cards .achievement-counter-card .counter-box h6 {
	padding-top:7px;
	font-weight:500;
	font-size:18px;
	color:#ed1d24;
-webkit-transition:all .3s;
transition:all .3s
}
.about-main-wrappper .achievement-counter-wrap .achievement-counter-cards .achievement-counter-card p {
	margin-left:15px;
	font-size:15px;
	line-height:25px;
	color:#666
}
.contact-info {
	background:#fff;
	-webkit-box-shadow:3px 5px 35px rgba(86, 68, 169, .1);
	box-shadow:3px 5px 35px rgba(86, 68, 169, .1);
	border-radius:5px;
	padding:40px 40px 45px;
	margin-left:-80px
}
.contact-info h3 {
	font-size:30px;
	color:#2d373c;
	font-weight:700;
	display:inline-block;
	position:relative;
	padding-bottom:7px
}
.contact-info h3::before {
position:absolute;
content:"";
bottom:0;
left:0;
width:80px;
height:3px;
background:-webkit-gradient(linear, left top, right top, color-stop(46.35%, #FF4838), to(rgba(255, 255, 255, 0)));
background:linear-gradient(90deg, #FF4838 46.35%, rgba(255, 255, 255, 0) 100%);
border-radius:5px
}
.contact-info ul li {
	background:#fff;
	-webkit-box-shadow:3px 5px 35px rgba(86, 68, 169, .1);
	box-shadow:3px 5px 35px rgba(86, 68, 169, .1);
	border-radius:5px;
	padding:15px 20px;
	margin-top:30px;
	border-radius:5px 35px 5px 5px;
	border:1px solid #eee;
	max-width:450px;
-webkit-transition:all .4s;
transition:all .4s
}
.contact-info ul li:hover {
	background:#ed1d24!important
}
.contact-info ul li:hover h6, .contact-info ul li:hover a {
	color:#fff
}
.contact-info ul li h6 {
	font-weight:700;
	font-size:18px;
	color:#2d373c;
-webkit-transition:all .3s;
transition:all .3s
}
.contact-info ul li a {
	font-weight:500;
	font-size:16px;
	color:#5c5c5c;
	display:inline-block;
	margin-top:8px;
	margin-right:20px;
-webkit-transition:all .3s;
transition:all .3s;
	
}
.contact-map .mapouter {
	position:relative;
	text-align:right;
	width:100%;
	margin-top:40px
}
.contact-map iframe {
	width:100%;
	height:550px
}
.main-services-section{
	text-align: center;
	 padding-bottom: 40px;
    padding-top: 40px;
    margin-top: 30px;
    color: #fff;
}
.main-services-section .services-design ul li{
	background-color: #e2010c;
    color: white;
    padding: 6px;
    margin: 6px;
    font-size: 16px;
    text-align: center;
    border-left: 12px solid #263b96;
    border-right: 12px solid #263b96;

}
.main-services-section h2{
	text-align: center;
	color: #000;
	padding: 20px;
}

.contact-form-wrap {
	background:#d6d6d6;
	-webkit-box-shadow:3px 5px 35px rgba(86, 68, 169, .1);
	box-shadow:3px 5px 35px rgba(86, 68, 169, .1);
	border-radius:5px;
	padding:40px
}
.contact-form-wrap h4 {
	text-align: center;
    font-weight: 800;
    font-size: 35px;
    line-height: 42px;
    color: #2d373c;
}
.contact-form-wrap p {
	font-size:16px;
	color:#5c5c5c;
	margin-top:10px;
	text-align: center;
}
.faq-wrapper .faqs .accordion-header {
	padding-bottom:0
}
.faq-wrapper .faqs h2 {
	font-weight:800;
	font-size:60px;
	letter-spacing:.03em;
	color:#2d373c;
	padding-bottom:26px
}
.faq-wrapper .faqs h2 span {
	color:#ed1d24
}
.faq-wrapper .faq-sidebar .faq-topics {
	background:#fff;
	-webkit-box-shadow:3px 5px 35px rgba(86, 68, 169, .1);
	box-shadow:3px 5px 35px rgba(86, 68, 169, .1);
	border-radius:10px;
	padding:25px
}
.faq-wrapper .faq-sidebar .faq-topics h3 {
	font-weight:800;
	font-size:28px;
	letter-spacing:.02em;
	color:#2d373c;
	padding-bottom:5px
}
.faq-wrapper .faq-sidebar .faq-topics .radio-group {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-align:center;
	-ms-flex-align:center;
	align-items:center;
	padding-top:10px
}
.faq-wrapper .faq-sidebar .faq-topics .radio-group label {
	font-weight:500;
	font-size:20px;
	letter-spacing:.02em;
	color:#2d373c
}
.faq-wrapper .faq-sidebar .faq-topics .radio-group input {
	padding:0;
	height:14px;
	width:14px;
	margin:0;
	border:2px solid #2d373c;
	margin-right:10px
}
.faq-wrapper .faq-sidebar .faq-topics .radio-group input:focus {
	-webkit-box-shadow:none;
	box-shadow:none
}
.faq-wrapper .faq-sidebar .faq-topics .radio-group input:checked {
	background-image:none;
	border-color:#ed1d24;
	background:#ed1d24
}
.faq-wrapper .faq-sidebar .faq-form {
	background:#fff;
	-webkit-box-shadow:3px 5px 35px rgba(86, 68, 169, .1);
	box-shadow:3px 5px 35px rgba(86, 68, 169, .1);
	border-radius:10px;
	padding:25px;
	margin-top:30px
}
.faq-wrapper .faq-sidebar .faq-form h3 {
	font-weight:800;
	font-size:28px;
	letter-spacing:.02em;
	color:#2d373c
}
.faq-wrapper .faq-sidebar .faq-form .custom-input-group button[type=submit] {
	display:block;
	width:100%
}
.faq-wrapper .faq-sidebar .faq-form .custom-input-grou {
	margin-top:30px
}
.searchbar-section {
	margin-top:-48px
}
.searchbar-section.home4 {
	margin-top:-95px
}
.all-package-btn {
	border-radius:5px
}
.mobile-search {
	background:rgba(0, 5, 15, .6);
	-webkit-backdrop-filter:blur(10px);
	backdrop-filter:blur(10px);
	width:100%;
	height:220px;
	border-radius:4px;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-pack:center;
	-ms-flex-pack:center;
	justify-content:center;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
	-webkit-box-align:center;
	-ms-flex-align:center;
	align-items:center;
	align-items:center;
	position:fixed;
	cursor:pointer;
	-webkit-transform:translateY(-100%);
	transform:translateY(-100%);
	top:0;
	left:0;
	z-index:9999;
	opacity:0;
	visibility:hidden;
-webkit-transition:.6s ease;
transition:.6s ease;
	padding:35px 100px
}
.mobile-search label {
	color:#fff;
	margin-bottom:20px
}
.mobile-search.slide {
	-webkit-transform:translateY(0);
	transform:translateY(0);
	opacity:1;
	visibility:visible
}
.mobile-search input {
	border:none;
	border-radius:unset;
	border-bottom:1px solid rgba(238, 238, 238, .7);
	outline:none;
	padding-left:0;
	padding-bottom:5px;
	width:100%;
	background:0 0;
-webkit-transition:.3s ease-in-out;
transition:.3s ease-in-out;
	color:#fff;
	margin-bottom:20px
}
.mobile-search input:focus {
	border-bottom:1px solid var(--c-primary)
}
.mobile-search input::-webkit-input-placeholder {
color:#ddd
}
.mobile-search input:-ms-input-placeholder {
color:#ddd
}
.mobile-search input::-ms-input-placeholder {
color:#ddd
}
.mobile-search input::placeholder {
color:#ddd
}
.mobile-search .search-cross-btn {
	color:#fff;
	cursor:pointer;
	background:rgba(var(--c-primary), 0.6);
	border-radius:50%;
	height:40px;
	width:40px;
	line-height:40px;
	text-align:center;
	line-height:43px;
-webkit-transition:.5s ease;
transition:.5s ease
}
.mobile-search .search-cross-btn:hover {
	background:var(--c-primary);
	color:#fff
}
.mobile-search .search-cross-btn i {
	font-size:25px;
	cursor:pointer
}
.more-update-section {
	background:linear-gradient(91.22deg, rgba(0, 5, 15, 0.8) 24.54%, rgba(0, 5, 15, 0.2) 100%), url("../images/banner/update-bg.png");
	background-size:cover;
	background-repeat:no-repeat;
	padding:90px 30px
}
.more-update-content h2 {
	font-size:45px;
	font-weight:700;
	color:#fff;
	text-transform:uppercase;
	font-family:var(--f-primary);
	margin-bottom:15px
}
.more-update-content p {
	font-size:16px;
	font-weight:400;
	color:#fff;
	font-family:var(--f-primary);
	width:90%
}
.update-btn {
	white-space:nowrap
}



/*****************************/

.banner-sec .owl-item::after {
    content: "";
    background: rgb(0 0 0 / 27%);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}
.banner-sec figcaption {
  position: absolute;
    bottom: 47%;
    z-index: 9;
    color: #fff;
    left: 0;
    right: 0;
    text-align: center!important;
}
.banner-sec figcaption .container {

	text-align:center;
}

.banner-sec figcaption .master-button{
	margin-top: 50px;
}
.uyd {
    height: 100%;
	  
    opacity: 1;
}

.hero-style-three .single-slider .active h1 {
    -webkit-animation: fadeInDown 1.5s;
    animation: fadeInDown 1.5s;
}
.hero-style-three .single-slider .active .banner3-btn {
    -webkit-animation: zoomIn 2s;
    animation: zoomIn 2s;
}
.hero-style-three .single-slider .active p {
    -webkit-animation: fadeInUp 1.5s;
    animation: fadeInUp 1.5s;
}



.hero-style-three .owl-nav{
    position: absolute;
    top: 58%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 60px;
    z-index: 2;
    padding: 5px;
    display: flex!important;
    text-align: center!important;
    flex-direction: column!important;
    gap: 3rem!important;
	display: none !important;
}

.hero-style-three .owl-nav .owl-prev{
    width: 35px;
    height: 35px;
    line-height: 32px;
    text-align: center;
    background: 0 0;
   
  
    border-radius: 50%;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transition: all .5s ease-out 0s;
    transition: all .5s ease-out 0s;
}
.hero-style-three .owl-nav .owl-next{
        width: 35px;
    height: 35px;
    line-height: 33px;
    text-align: center;
    background: 0 0;
   
   
    border-radius: 50%;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transition: all .5s ease-out 0s;
    transition: all .5s ease-out 0s;
}


.single-slider.owl-carousel .owl-nav button.owl-prev, .single-slider.owl-carousel .owl-nav button.owl-next, .single-slider.owl-carousel button.owl-dot {
    background: none;
     color: #fff;
   border: 1px solid #fff;
    padding: 0 !important;
    font: inherit;
}
.single-slider.owl-carousel .owl-nav button.owl-prev:hover, .single-slider.owl-carousel .owl-nav button.owl-next:hover, .single-slider.owl-carousel button.owl-dot:hover {
   background: var(--c-primary);
    border: 1px solid var(--c-primary);
    color: #fff;
}


.single-slider .owl-dots{
	
	text-align: center;
    margin: -38px auto 0px;
    padding-bottom: 20px;
    position: relative;
    display: block;
}
.single-slider .owl-dots .owl-dot{
	
	text-align: center;
  
    position: relative;
    display: inline-block;
}
.single-slider .owl-dots .owl-dot span {
    width: 14px;
    height: 14px;
    margin: 0 5px;
    background: #fff;
    display: block;
       opacity: 0.25;
    border-radius: 0;
	border:unset;
}

.single-slider .owl-dots .owl-dot.active span {
    background: #fff;
	opacity:1;
}

#scrollUp {
    background: #ed1d24 none repeat scroll 0 0;
       bottom: 78px;
    color: #fff;
    font-size: 20px;
    height: 40px;
    line-height: 35px;
    right: 30px;
    text-align: center;
    border-radius: 5px;
    width: 40px;
	    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}


.buy-theme {transition-timing-function: ease-in-out; -moz-transition-timing-function: ease-in-out; -webkit-transition-timing-function: ease-in-out; -o-transition-timing-function: ease-in-out; transition-duration: .2s; -moz-transition-duration: .2s; -webkit-transition-duration: .2s; -o-transition-duration: .2s; position:fixed; top:230px; right: -114px; background: #fff; z-index: 1000; -moz-box-shadow:0 0 10px rgba(0,0,0,0.2);-webkit-box-shadow:0 0 10px rgba(0,0,0,0.2);box-shadow:0 0 10px rgba(0,0,0,0.2); z-index: 100;border-radius: 2px;    padding: 6px 0;padding-right: 10px}
.buy-theme i {padding-left: 10px;
    top: 0px; position: relative;}
.all-demo i {}
.buy-theme:hover, .all-demo:hover {transition-timing-function: ease-in-out; -moz-transition-timing-function: ease-in-out; -webkit-transition-timing-function: ease-in-out; -o-transition-timing-function: ease-in-out; transition-duration: .2s; -moz-transition-duration: .2s; -webkit-transition-duration: .2s; -o-transition-duration: .2s; right: 0px; background: #fff}
.user___1{
   top: 170px;
   top:305px;
    right: -113px;
}
.user___2{
    top:360px;
    right: -209px;
}
.user___3{
    top: 415px;
    right: -79px;
}
.user___1 .header-info .info-text .number, .user___3 .header-info .info-text .number, .user___2 .header-info .info-text .number{
       position: relative;
    top: -10px;
}

.header-info {
  align-items: end;
}

 .user___1 .header-info .info-icon i {
  font-size: 25px;
  color: #0e2dce;
}
.user___2 .header-info .info-icon i {
  font-size: 25px;
  color: #03aef2;
}
.user___3 .header-info  .info-icon i {
  font-size: 25px;
  color: #048504;
}
 .user___1 .header-info a{
	 color: #0e2dce;
}
 .user___2 .header-info a{
	   color: #03aef2;
}
 .user___3 .header-info a{
	  color: #048504;
}
.header-info .info-text {
  margin-left: 10px;
}

.header-info .info-text span {
  display: block;
  font-size: 10px;
  line-height: 18px;
  font-weight: 700;

  color: #ababab;
}

.header-info .info-text .number {
  display: block;
  font-size: 14px;
  line-height: 18px;
  font-weight: 700;

  color: #090d2f;
}


/* Side Sticky */



   .slide-slide-bar {
    margin: 0;
    padding: 0;
    position: fixed;
    right: -49px;
    z-index: 9999;
    top: 224px;
    width: 138px;
    opacity: 0;
    transition: all .5s ease-in-out;
    transform: translateY(-50%);
    /* position: fixed; */
    /* top: 80px; */
    /* right: -87px; */
    /* bottom: 0; */
    /* z-index: 99; */
    /* height: 20px; */
    display: flex;
    align-items: center;

}
.slide-slide-bar .aubu {
       border-radius: 5px;
    transform: rotateZ(270deg);
    text-align: center;
    background: #ed1d24;
    font-size: 16px;
    padding: 8px 21px;
    color: #fff;
    text-transform: capitalize;
    font-weight: 500;
}
.slide-slide-bar.active {
    opacity: 1;
    transition: all .5s ease-in-out;
}

#slide-panel {
    width: 350px;
    margin-right: -350px;
    position: absolute;
    z-index: 100;
    right: 0;
    top: 120px;
    padding: 15px 0 15px 41px;
    overflow: auto;
    transform: translateY(-50%);
}
#slide-panel.visible{
	 right: 30px!important;
}

.panelTitle {
    margin-bottom: 15px;
    font-size: 20px;
    font-weight: 600;
    line-height: 24px;
}


.overflow {
    background: #fff;
    padding: 20px 20px 15px;
    box-shadow: 1px 1px 8px #ed1d24;
    height: 489px;
    overflow: auto;
}
.arrowsec{
	margin: 0 0 0px 0;
}
.fieldset .form-control{
	width: 100%;
    padding: 9px 15px;
    background: rgba(6, 79, 147, 0.08);
    color: #333;
    font-size: 15px;
    border: none;
    margin-bottom: 15px;
	text-decoration:none;
}

.fieldset input::placeholder, .fieldset textarea::placeholder{
	color:#333
}
.fieldset .form-control:focus, .fieldset .form-control:hover{
	outline:none;
	text-decoration:none;
}
 .ucontrol{
	background: #ed1d24!important;
    color: #fff!important;
    margin-bottom: 10px;
	outline:none;
	text-decoration:none;
	border:unset!important;
}
.ucontrol:hover, .ucontrol:focus{
	background: #ed1d24!important;
    color: #fff!important;
    margin-bottom: 10px;
	outline:none;
	border:unset!important;
	text-decoration:none;
}
/**/

.fixed_footer {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: #ed1d24;
    text-align: center;
    z-index: 6 !important;
    color: #441818;
	    padding: 5px 0px;
}
.fixed_footer ul {
    display: inline-block;
    list-style: none;
	position:relative;
}
.fixed_footer ul li {
    display: inline-block;
    list-style: none;
	position:relative;
}
.fixed_footer p {
          font-size: 20px;
    position: relative;
    display: block;
    margin: 10px 5px;
}
.fixed_footer p .call{
	       color: #fff;
    letter-spacing: 0;
    background-color: #0e2dce;
    padding: 8px 10px;
    border-radius: 6px;
    font-weight: 500;
    position: relative;
    display: block;
	
}
.fixed_footer p .enquiry{
	 color: #fff;
    letter-spacing: 0;
    background-color: #03aef2;
    padding: 8px 10px;
    border-radius: 6px;
    font-weight: 500;
    position: relative;
    display: block;
}
.fixed_footer p .whtsapp{
	 color: #fff;
    letter-spacing: 0;
    background-color: #263b96;
    padding: 8px 15px;
    border-radius: 6px;
    font-weight: 500;
    position: relative;
    display: block;
}
.fixed_footer p a i{
	    margin-right: 5px;
    position: relative;
}
header .is-sticky{
	position: fixed!important;
	background:#fff!important;
	box-shadow: 0 5px 40px rgb(0 0 0 / 20%);
}
header .is-sticky .main-nav ul>li a:hover {
    background: 0 0;
    color: #ed1d24!important;
}

header .is-sticky .main-nav ul li:hover>a {
    color: #ed1d24;
}

header .is-sticky .main-nav ul li.has-child-menu:after {
    
    color: #ed1d24;
}
header .is-sticky .main-nav ul li a {
	color:#000;
}
header .is-sticky .topbar-style-two {
	display: none!important;
}
header .is-sticky .reviewsectop
{
	display: none!important;
}

header .is-sticky .nav-logo a {
    margin-top: 0px;
}
header .is-sticky .main-nav ul li a {
	
	padding:32.5px 0 32.5px;
	
}
header .is-sticky .main-nav ul li.has-child-menu:after {
  
    top: 36px;
   
}
/****************/

.Honeysec{
	position:relatve;
	display:block;
}


/****/

.de-des-se {
	position:relative;
	display:block;
	padding-bottom: 30px;
    text-align: center;
    margin: 0px auto;
}
.de-des-se h2{
	    font-weight: 800;
    font-size: 35px;
    line-height: 42px;
    color: #2d373c;
   text-align:center;
   margin-bottom: 15px;
}
.de-des-se p{
	    text-align: justify;
    font-size: 16px;
    color: #666;
    margin-bottom: 9px;
    font-weight: 400;
    line-height: 30px;
}



.trend-item{
	    -webkit-box-shadow: 3px 5px 35px rgb(86 68 169 / 10%);
    box-shadow: 3px 5px 35px rgb(86 68 169 / 10%);
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    background: #fff;
}
 .trend-item:hover {
    transition: all ease-in-out .5s;
}
.trend-item:hover .trend-image img, .trend-item1:hover .trend-image img, .trend-item2:hover .trend-image img {
    transform: scale(1.1);
   
}
.trend-item .trend-image{
	position:relative;
	display:block;
	width:1005;
	overflow:hidden;
}
.trend-item .trend-image img {
    display: block;
    width: 100%;
	    -webkit-transition: all .35s;
    transition: all .35s;
	    object-fit: cover;
		    height: 250px;
}



.trend-item .trend-content {
    padding: 20px 20px;
    position: relative;
    z-index: 1;
}
.trend-item .trend-content h3 {
    font-weight: 600;
    font-size: 20px;
    line-height: 28px;
    color: #454545;
  
  text-align: left;
      margin-bottom: 7px;
}
.trend-item .trend-content p {
        text-align: left;
    font-size: 16px;
    color: #666;
    margin-bottom: 9px;
    font-weight: 400;
    line-height: 29px;
}





 .trend-item:hover .color-overlay {
    height: 100%;
	  width: 100%;
    transition: all ease-in-out .5s;
}

 .trend-item .color-overlay {
    top: inherit;
    bottom: 0;
    background: linear-gradient(to bottom,transparent,#000000ad);
    height: 50%;
    opacity: .6;
	    position: absolute;
    top: 0;
    left: 0;
  
   
  
    transition: all ease-in-out .5s;
   
}
 .trend-item:hover::before {
    transition: all ease-in-out .5s;
    width: 100%;
}
 .trend-item::before {
    content: '';
    position: absolute;
    left: 0;
    width: 0;
    bottom: 0;
    background: #ed1d24;
    height: 4px;
    transition: all ease-in-out .5s;
    z-index: 1;
}




/*************************************************************************************************************************************/




/* tour details */

.tour-details__spacer {
	display: block;
	width: 100%;
	height: 0;
	border-top: 1px solid #eceeef;
	margin-top: 60px;
	margin-bottom: 60px;
}

.tour-details__title {
	    margin: 0;
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 40px;
    margin-top: 0px;
}

.tour-details__title+p {
	margin-top: -10px !important;
}


.tour-details__subtitle {
	margin: 0;
	
	font-size: 24px;
	font-weight: 600;
	margin-top: 35px;
	margin-bottom: 40px;
}

.tour-details__content p {
	margin: 0;
	color: #9ca3a9;
	font-size: 18px;
	font-weight: 500;
	line-height: 34px;
}

.google-map__tour-details {
	height: 388px;
}

.tour-details__review-form {
	border: 1px solid #eceeef;
	padding: 50px;
}

.tour-details__review-form-stars {
	margin-bottom: 40px;
}

.tour-details__review-form-stars p {
	display: -webkit-box;
	display: flex;
	margin: 0;
	-webkit-box-align: center;
	        align-items: center;
}

.tour-details__review-form-stars p+p {
	margin-top: 10px;
}

.tour-details__review-form-stars span {
	font-size: 20px;
	color: #9ca3a9;
	font-weight: 500;
	margin-right: 15px;
}


.tour-details__review-form-stars i {
	color: #eceeef;
	font-size: 16px;
	line-height: 1em;
	position: relative;
	top: -2px;
}

.tour-details__review-form-stars i+i {
	margin-left: 5px;
}

.tour-details__review-form-stars i.active {
	color: #ed1d24;
}

.tour-details-two {
	padding-top: 0;
}

.tour-details__content .tour-two__top {
	padding-bottom: 30px;
}

.tour-details__content .tour-two__top h3 {

	font-size: 40px;
	
	margin: 0;
	font-weight: 600;
	padding-bottom: 20px;
}

.tour-details__content .tour-one__stars {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	        align-items: center;
}

.tour-details__content .tour-one__stars i {
	margin-right: 5px;
}

.tour-details__content .tour-one__stars i:last-child {
	margin-right: 15px;
}

.tour-details__content .tour-one__stars i.inactive {
	color: #eceeef;
}

.tour-details__content .tour-two__right p {
	color: #9ca3a9;
	font-size: 16px;
	font-weight: 500;
	margin: 0;
	line-height: 1em;
}

.tour-details__content .tour-two__right span {

	font-size: 36px;
	font-weight: 600;
	padding-bottom: 15px;
}

.tour-details__content .tour-one__meta li+li {
	margin-left: 50px;
}

.tour-details__content .tour-one__meta li a {
	font-size: 18px;
}

.tour-details__content .tour-one__meta li a i {

	font-size: 16px;
}

.tour-details__list {
	margin-bottom: 0px;
}

.tour-details__list li {
	position: relative;
	font-size: 18px;
	font-weight: 500;
	color: #9ca3a9;
	padding-left: 25px;
	line-height: 1em;
}

.tour-details__list li+li {
	margin-top: 20px;
}

.tour-details__list li i {
	font-size: 14px;
	display: block;
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
	
}

.tour-details__list.unavailable li i {
	
}

.tour-details__plan-single {
	position: relative;
}

.tour-details__plan-single+.tour-details__plan-single {
	margin-top: 20px;
}

.tour-details__plan-count {
	width: 97px;
	height: 97px;
	border-radius: 50%;
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	        justify-content: center;
	text-align: center;
	color: #fff;
	border: 20px solid #fff;
	font-size: 18px;
	font-weight: 600;
	background-color: #ed1d24;
	position: absolute;
	top: -20px;
	left: -20px;
	    z-index: 1;
}

.tour-details__plan-content {
	border-left: 1px solid #dcdcdc;
	margin-left: 28.5px;
	padding-left: 60px;
	padding-bottom: 40px;
}

.tour-details__plan-content h3 {
	
	    margin: 0;
    font-weight: 600;
    margin-bottom: 5px;
    font-size: 27px;
    line-height: 35px;
}



.tour-details__plan-content p {
	font-size: 16px;
	font-weight: 500;
	line-height: 34px;
	color: #666;
	margin-top: 20px;
	    margin-bottom: 5px;
		    text-align: justify;
}
.tour-details__plan-content img{
	cursor:unset;
	margin-top:15px;
	width: 100%;
    border-radius: 6px;
	height: 140px;
    object-fit: cover;
}
.tour-details__plan-content ul {
	margin-bottom: 0;
	margin-top: 35px;
}

.tour-details__plan-content ul li {
	color: #9ca3a9;
	font-size: 18px;
	font-weight: 500;
	line-height: 1em;
}

.tour-details__plan-content ul li+li {
	margin-top: 20px;
}

/*************************/
.Trthersc{
	position:relative;
	display:block;
	padding:10px 0px 40px;
}
.mtreatsec{
	overflow: hidden;
    background-color: #fff;
    box-shadow: 0 0 40px rgb(0 0 0 / 10%);
    border-radius: 6px;
    display: block;
    position: relative;
}


.shapescg img{
	width:100%;
	border-radius: 6px;
    object-fit: cover;
	height: 294px;
}
.mtreat{
	padding: 35px 40px 30px 10px;
}
.mtreat h3{
	      color: #000;
    font-size: 30px;
    margin-bottom: 16px;
    font-weight: 700;
}
.mtreat h4{
	   color: #ed1d24!important;
    font-size: 21px;
    margin-bottom: 18px;
    font-weight: 700;
}
.mtreat h4 i{
	padding-right:5px;
}
.mtreat h5{
	   color: red;
    font-size: 21px;
    margin-bottom: 15px;
    font-weight: 700;
}

.mtreat p{
	text-align: justify;
     font-weight: 400;
    line-height: 30px;
    color: #504e4e;
}
.toloc ul{
	position:relative;
	display:block;
	
}
.toloc ul li {
    font-weight: 600;
    line-height: 25px;
    color: #39393d;
    list-style: none;
    display: inline-block;
    font-size: 15px;
    padding: 0px 0px 0px 19px;
    margin-bottom: 8px;
    position: relative;
    margin-right: 10px;
}
.enqbutton{
	position:relative;
	display:block;
	margin-top: 10px;
}
.enqbutton a{
	font-weight: 600;
    font-size: 18px;
    color: #fff;
    background: #ed1d24;
    border-radius: 30px;
    display: inline-block;
    padding: 10px 30px;
    border: 2px solid #ed1d24;
    -webkit-transition: all .35s;
    transition: all .35s;
}

.toloc ul li:before{
	position: absolute;
    display: block;
    font-family: bootstrap-icons !important;
    font-style: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    vertical-align: -0.125em;
    -webkit-font-smoothing: antialiased;
    content: "\f3e8";
    left: 0;
    top: 6px;
    color: #0e2dce;
    font-weight: 700;
}

/******/
.Clientsec {
    position: relative;
    display: block;
    width: 100%;
    padding: 60px 0px 0px;
}
.client-item{
	text-align: center;
	cursor:pointer;
}
.client-item img {
    text-align: center;
    width: unset!important;
    margin: 0px auto;
}
.owl-carousel.clients-carousel .owl-dots {
    text-align: center;
    -webkit-tap-highlight-color: transparent;
    line-height: 1;
}
.owl-carousel.clients-carousel .owl-dots .owl-dot.active, .owl-carousel.clients-carousel .owl-dots .owl-dot:hover {
    opacity: 1;
}
.owl-carousel.clients-carousel .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    margin: 18px 4px 0 4px;
    opacity: 0.5;
    border-radius: 0px;
    background-color: #ed1d24;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    width: 12px;
    display: inline-block;
    zoom: 1;
    height: 12px;
    background-color: #ed1d24;
    margin-left: 4px;
    margin-right: 4px;
    transition: all .3s;
}
.clients-carousel.owl-carousel.owl-drag .owl-item {
   
}
.clients-carousel.owl-carousel.owl-drag .owl-item .item{
    
}
.clients-carousel.owl-carousel .owl-stage {
   
    
}
.reviewsec{
	position:relative;
	display:block;
	text-align:center;
	margin:0px auto;
}
.reviewsec a{
	position:relative;
	display:block;
	text-align:center;
	margin:0px auto;
}
.reviewsec img{
	position:relative;
	
	text-align:center;
	margin:0px auto;
	padding-bottom: 24px;
}
/*********/


.Bannersecform{
	          position: relative;
    display: block;
    margin-top: -132px;
    /*z-index: 1;*/
	    z-index: unset;
    padding-bottom: 20px;
	
}
.bannerform{
	position: relative;
    display: block;
    background: rgb(0 0 0 / 18%);
    padding: 11px 21px 6px;
    border-radius: 16px;
}
.bannerform form{
	position: relative;
    display: block;
	margin-bottom:0px;
}
.bannerform h2{
	       position: relative;
    display: block;
    color: #fff;
    font-weight: 600;
   font-size: 21px;
    margin-bottom: 8px;
    line-height: 30px;
}

.bannerform .llrow{
	    align-items: center;
}
.bannerform .baformcontrol{
	position:relative;
	display:block;
}

.bannerform .baformcontrol i{
	    position: absolute;
    color: #fff;
    top: 11px;
    left: 10px;
}
.bannerform input{
	background: transparent;
    color: #fff;
    height: 45px;
    margin-bottom: 10px;
    width: 100%;
    position: relative;
    display: block;
	font-weight:400;
	font-size:15px;
	border:1px solid #eee;
	outline:none!important;
	text-decoration:none!important;
	padding:8px 15px 8px 33px;
}
.bannerform input:hover, .bannerform input:focus{
	border:1px solid #eee;
	outline:none!important;
	text-decoration:none!important;
	
}
.bannerform input::placeholder{
	font-weight:500!important;
	font-size:15px!important;
	color:#fff!important;
	 position: relative;
    display: block;
}
.bannerform button{
	background: transparent;
    color: #fff;
    height: 45px;
   font-weight: 600;
    font-size: 16px;
    color: #fff;
    background: #ed1d24;
    display: inline-block;
    padding: 9px 25px;
    border: 2px solid #ed1d24;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .4s;
    transition: all .4s;
	border-radius:5px;
	 margin-bottom: 10px;
	     width: 100%;
}


/****/
.is-form
{
	    position: fixed !important;
		
		/*margin-top: 3% !important;*/
		bottom: 12%;

		
		 width: 83%;
			
        background: #2bafe5 !important;
		    left: 50%;
    transform: translate(-50%, 0);
}
.is-inner-form
{
	   position: fixed !important;
		
		bottom: 12%;
		
		 width: 83%;
			
        background: #2bafe5 !important;
		 z-index: 9999;
		  left: 50%;
    transform: translate(-50%, 0);
}

@media all and (max-width: 575px) and (min-width: 240px) {
.bannerform{
	    margin-top: 160px;
}
.breadcrumb-style-one {
	    height: 165px;
}
.breadcrumb-style-one .breadcrumb-items .breadcrumb-item {
	display: none;
}
.Bannersecformm{
	position: initial !important;
    margin: 15px 0px !important;
}
.bannerformm {
	background: #03aef2 !important;
}
.uyd{
	height: 228px!important;
}
.bannerform{
	background: #03aef2 !important;
}
.breadcrumb-style-one .breadcrumb-title {
    font-size: 20px !important;
}
.is-form{
	    position: unset !important;
        margin-top: 0px !important;
       width: unset !important;
	       transform: unset;
}
.is-inner-form
{
	   position: unset !important;
		
		margin-top: 0px% !important;
		
		 width: unset !important;
			
        background: #2bafe5 !important;
		 z-index: 9999;
		 transform: unset;
}
}





@media all and (max-width: 767px) and (min-width: 576px) {
.bannerform{
	    margin-top: 152px;
		background: #03aef2 !important;
}	
.topbar-contact-left {
	    display: none;
}
.reviewsectop{
	display: none;
}
.breadcrumb-style-one {
	    height: 170px;
}
.breadcrumb-style-one .breadcrumb-items .breadcrumb-item{
	display:none;
}
.Bannersecformm{
	position: initial !important;
    margin: 15px 0px !important;
	
}
.bannerformm {
	background: #03aef2 !important;
}
.hero-style-three .owl-nav{
	 display: none !important;
}
.uyd {
    height: 200px;
   
}
.quick-linkssec li {
	border-right: unset;
}
.quick-linkssec li {
	width: 100%;
}
.quick-linkssec{
	 text-align: unset;
}
.quick-linkssec li{
	    text-align: unset;
}
.breadcrumb-style-one .breadcrumb-title {
    font-size: 22px !important;
}
.is-form{
	    position: unset !important;
        margin-top: 0px !important;
       width: unset !important;
	   transform: unset;
	   
}
.is-inner-form
{
	   position: unset !important;
		
		margin-top: 0px% !important;
		
		 width: unset !important;
			
        background: #2bafe5 !important;
		 z-index: 9999;
		 transform: unset;
}
}





@media all and (max-width: 991px) and (min-width: 768px) {
.bannerform{
	    margin-top: 175px;
}
.topbar-contact-left{
	display: none;
}	
.reviewsectop{
	    display: none;
}
.Bannersecformm{
	position: initial !important;
    margin: 15px 0px !important;
	
}
.bannerformm {
	background: #03aef2 !important;
}
.hero-style-three .hero-social {
	    display: none;
}
.hero-style-three .owl-nav{
	    display: none !important;
}
.uyd {
    height: 260px;
    object-fit: cover;
   
}
.bannerform {
	background: #03aef2 !important;
}
.is-form{
	    position: unset !important;
        margin-top: 0px !important;
       width: unset !important;
	   transform: unset;
}
.is-inner-form
{
	   position: unset !important;
		
		margin-top: 0px% !important;
		
		 width: unset !important;
			
        background: #2bafe5 !important;
		 z-index: 9999;
		 transform: unset;
}
}






@media all and (max-width: 1199px) and (min-width: 992px) {
.bannerform{
	    margin-top: 160px;
}	
.bannerform {
	background: #03aef2 !important;
}
.is-form{
	    position: unset !important;
        margin-top: 0px !important;
       width: unset !important;
	   transform: unset;
}
.is-inner-form
{
	   position: unset !important;
		
		margin-top: 0px% !important;
		
		 width: unset !important;
			
        background: #2bafe5 !important;
		 z-index: 9999;
		 transform: unset;
}
.Bannersecformm{
	z-index: 1 !important;
}

}
/*********/


.Bannersecformm{
	         position: absolute;
    display: block;
    margin-top: 0;
   /* z-index: 1;*/
       z-index: 999;
    padding-bottom: 0;
    /*bottom: 50%;*/
    bottom: 35%;
    text-align: center;
    position: absolute;
    /* bottom: 47%; */
    /*z-index: 2;*/
    color: #fff;
    left: 0;
    right: 0;
    text-align: center!important;
	
}
.bannerformm{
	position: relative;
    display: block;
 background: rgb(0 0 0 / 38%);
    padding: 11px 21px 6px;
    border-radius: 16px;
}
.bannerformm form{
	position: relative;
    display: block;
	margin-bottom:0px;
}
.bannerformm h2{
	       position: relative;
    display: block;
    color: #fff;
    font-weight: 600;
    font-size: 21px;
    margin-bottom: 8px;
    line-height: 30px;
}

.bannerformm .llrow{
	    align-items: center;
}
.bannerformm .baformcontrol{
	position:relative;
	display:block;
}

.bannerformm .baformcontrol i{
	    position: absolute;
    color: #fff;
    top: 11px;
    left: 10px;
}
.bannerformm input{
	background: transparent;
    color: #fff;
    height: 45px;
    margin-bottom: 10px;
    width: 100%;
    position: relative;
    display: block;
	font-weight:400;
	font-size:15px;
	border:1px solid #eee;
	outline:none!important;
	text-decoration:none!important;
	padding:8px 15px 8px 33px;
}
.bannerformm input:hover, .bannerformm input:focus{
	border:1px solid #eee;
	outline:none!important;
	text-decoration:none!important;
	
}
.bannerformm input::placeholder{
	font-weight:500!important;
	font-size:15px!important;
	color:#fff!important;
	 position: relative;
    display: block;
}
.bannerformm button{
	background: transparent;
    color: #fff;
    height: 45px;
   font-weight: 600;
    font-size: 16px;
    color: #fff;
    background: #ed1d24;
    display: inline-block;
    padding: 9px 25px;
    border: 2px solid #ed1d24;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .4s;
    transition: all .4s;
	border-radius:5px;
	 margin-bottom: 10px;
	     width: 100%;
}
@media (min-width: 1800px){
.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 1450px;
}
}

@media (min-width: 2000px){
.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 1550px;
}
}

/***********************/

.package-card-xotta {
	-webkit-box-shadow:3px 5px 35px rgba(86, 68, 169, .1);
	box-shadow:3px 5px 35px rgba(86, 68, 169, .1);
	border-radius:10px;
	overflow:hidden;
	position:relative;
	background:#fff;
	width: 100%;
	
}

.package-card-xotta:before {
	    content: '';
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 0;
    background: #ed1d24;
    height: 4px;
    transition: all ease-in-out .5s;
    z-index: 2;
}
.package-card-xotta:hover .package-card-body::before {
/*height:100%;
opacity:.1;
-webkit-transform:scale(1, 1);
transform:scale(1, 1)*/
}
.package-card-xotta .package-thumb {
	position:relative;
	padding:15px 15px 0px;
	border-radius:10px;
}
.package-card-xotta .package-thumb img {
	width:100%;
-webkit-transition:all .35s;
transition:all .35s;
border-radius:10px;
}
.package-card-xotta:hover .package-thumb img {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}
.package-card-xotta .package-thumb a {
	    position: relative;
    display: block;
    overflow: hidden;
	border-radius:10px;
}
.package-card-beta:hover .package-thumb img {
	    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}
.package-card-xotta .package-thumb .card-lavel {
	font-weight:600;
	font-size:16px;
	text-transform:capitalize;
	color: #fff;
    background: #ed1d24;
	-webkit-box-shadow:3px 5px 35px rgba(86, 68, 169, .1);
	box-shadow:3px 5px 35px rgba(86, 68, 169, .1);
	    border-radius: 10px;
	position:absolute;
	padding:9px 15px;
	bottom:-21px;
	left:10%;
	
-webkit-transition:all .4s ease-out 0s;
transition:all .4s ease-out 0s;
	    min-width: 190px;
	cursor:pointer;
	z-index:6
}
.package-card-xotta .package-thumb .card-lavel i {
	margin-right:8px
}
.package-card-xotta .package-thumb .card-lavel:hover {
	background-color:#ed1d24;
	color:#fff
}
.package-card-xotta .package-card-body {
	padding:30px 25px;
	position:relative;
	z-index:1
}
.package-card-xotta .package-card-body::before {
content:'';
position:absolute;
left:0;
bottom:0;
width:100%;
height:100%;
background:#ed1d24;
z-index:-1;
-webkit-transition:all .5s ease-in-out;
transition:all .5s ease-in-out;
opacity:0;
-webkit-transform:scale(0, 0);
transform:scale(0, 0)
}




.package-card-xotta .package-card-body .p-card-title {
	font-weight:600;
	font-size:20px;
	line-height:28px;
	color:#454545;
	margin-top:5px;
	text-align: center;
}
.package-card-xotta .package-card-body h6{
	font-weight:700;
	font-size:20px;
	line-height:28px;
	color:#ed1d24;
	margin-top:5px;
	text-align: center;
}
.package-card-xotta .package-card-body .p-card-title a {
	color:inherit;
	text-align: center;
}
.package-card-xotta .package-card-body .p-card-bottom {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-align:center;
	-ms-flex-align:center;
	align-items:center;
	-webkit-box-pack:justify;
	-ms-flex-pack:justify;
	justify-content:space-between;
	margin-top:20px
}
.package-card-xotta .package-card-body .p-card-bottom .book-btn a {
	display:inline-block;
	font-weight:600;
	font-size:15px;
	text-transform:uppercase;
	color:#ed1d24;
	background:#fff;
	border:1px solid #ed1d24;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	border-radius: 10px;
	padding:8px 16px;
-webkit-transition:all .3s;
transition:all .3s;
	white-space:nowrap
}
@media(max-width:991px) {
.package-card-xotta .package-card-body .p-card-bottom .book-btn a {
padding:6px 10px
}
}
.package-card-xotta .package-card-body .p-card-bottom .book-btn a i {
	margin-left:5px;
-webkit-transition:all .2s;
transition:all .2s
}
.package-card-xotta .package-card-body .p-card-bottom .book-btn:hover a {
	background:var(--c-primary);
	color:#fff
}
.package-card-xotta .package-card-body .p-card-bottom .book-btn:hover i {
	-webkit-transform:translateX(5px);
	transform:translateX(5px)
}
.package-card-xotta .package-card-body .p-card-bottom .p-card-info {
	padding-left:10px
}
.package-card-xotta .package-card-body .p-card-bottom .p-card-info h6 {
	    color: #ed1d24;
    font-weight: 700;
    font-size: 19px;
    line-height: 1;
}
@media(max-width:991px) {
.package-card-xotta .package-card-body .p-card-bottom .p-card-info h6 {
font-size:14px
}
}
.package-card-xotta .package-card-body .p-card-bottom .p-card-info h6 span {
	font-size:14px
}
.package-card-xotta .package-card-body .p-card-bottom .p-card-info a{
	    display: inline-block;
    font-weight: 600;
    font-size: 15px;
    text-transform: uppercase;
    color: #ed1d24;
    background: #fff;
    border: 1px solid #ed1d24;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
   border-radius: 10px;
    padding: 8px 16px;
    -webkit-transition: all .3s;
    transition: all .3s;
    white-space: nowrap;
}
.package-card-xotta .package-card-body .p-card-bottom .p-card-info a:hover  {
    background: var(--c-primary);
    color: #fff;
}
.package-card-xotta .package-card-body .p-card-bottom .p-card-info span {
	font-weight:500;
	font-size:16px;
	text-transform:capitalize;
	color:#2d373c
}

/********************/


.privateinclude{
	position: relative;
    display: block;
    cursor: pointer;
   
    text-align: center;
    border-radius: 5px;
    background-color: #fff;
    box-shadow: rgb(0 0 0 / 4%) 0px 10px 14px 9px;
    color: #000;
	margin-bottom:20px;
}
.privateincludehead {
	    background: #ed1d24;
    padding: 13px 15px;
    border-radius: 6px 6px 0px 0px;
}
.privateincludehead h2{
	    color: #fff;
    font-weight: 600;
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 0px;
    text-align: left;
    position: relative;
    padding-left: 0px;
}

.privateincludebody{
	padding: 25px 15px;
    position: relative;
    display: block;
    width: 100%;
}
.privateincludebody ul{
	position: relative;
    display: block;
	list-style:none
	
	
}
.privateincludebody ul li{
	position: relative;
    display: block;
    text-align: left;
    color: #666768;
    line-height: 30px!important;
    margin-bottom: 15px;
    font-size: 15px;
    padding-left: 30px;
    border-bottom: 1px dashed #d2c4c4;
    padding-bottom: 5px;
	font-size: 16px;
    line-height: 30px;
    color: #666;
    font-weight: 500;
}
.privateincludebody ul li:before{
	    position: absolute;
    font-size: 26px;
    left: 5px;
    top: 6px;
    line-height: 0px;
    width: 15px;
    height: 50%;
    color: #ed1d24;
    display: inline-block;
    font: normal normal normal 16px/1 FontAwesome;
    font-weight: 400;
   font-family: bootstrap-icons!important;
    content: "\f633";
}


/*************/

.Laxuryhotel{
	
	position:relative;
	display:block;
	width:100%;
	padding-top:30px;
	
}

.section-head-lax {
    max-width: 710px;
    padding-bottom: 20px;
}
.section-head-lax h2 {
    font-weight: 800;
    font-size: 35px;
    line-height: 42px;
    color: #2d373c;
    margin-top: 0px;
}
.laxury__title{
	    margin: 0;
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 40px;
    margin-top: 0px;
	text-align:center;
}


.Laxuryhotel .services-item .services-wrap {
  position: relative;
  overflow: hidden;
  box-shadow:3px 5px 35px rgb(86 68 169 / 10%);
  border-radius: 10px;
}
.Laxuryhotel .services-item .services-wrap .services-image img {
  width: 100%;
  height: 280px;
  max-width: unset;
  object-fit: cover;
}
.Laxuryhotel .services-item .services-wrap .services-content {
  padding: 20px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.6);
  height: 100%;
  transition: 0.5s;
  opacity: 0;
  visibility: hidden;
}
.Laxuryhotel .services-item .services-wrap .services-content .service-inner {
  text-align: center;
  position: absolute;
  width: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  padding: 20px;
}
.Laxuryhotel .services-item .services-wrap .services-content .service-inner .icon-top {
  background: #ed1d24;
  display: inline-block;
  margin-bottom: 20px;
  padding: 15px;
  border-radius: 50%;
}
.Laxuryhotel .services-item .services-wrap .services-content .service-inner .icon-top img {
  max-width: 50px;
  transform: scale(1);
}
.Laxuryhotel .services-item .services-wrap .services-content .service-inner .services-titles .title {
  font-size: 22px;
  line-height: 30px;
  font-weight: 600;

  margin: 0 0 10px;
}
.Laxuryhotel .services-item .services-wrap .services-content .service-inner .services-titles .title a {
  color: #ffffff;
}
.Laxuryhotel .services-item .services-wrap .services-content .service-inner .services-txt {
     color: #fff;
    margin-bottom: 30px;
    font-weight: 500;
    font-size: 16px;
    line-height: 28px;
}
.Laxuryhotel .services-item .services-wrap .normarl-text-area {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #ed1d24;
  padding-left: 0px;
  transition: 0.5s;
  position: absolute;
  width: 100%;
  bottom: 0;
  right: 0;
}

.Laxuryhotel .services-item .services-wrap .normarl-text-area .services-titles{
	width: 100%;
    position: relative;
    text-align: center;
}
.Laxuryhotel .services-item .services-wrap .normarl-text-area .services-titles .title {
     font-size: 23px;
    line-height: 30px;
    font-weight: 600;
    margin: 0 0 0px;
    padding: 15px;
    text-align: center;
}
.Laxuryhotel .services-item .services-wrap .normarl-text-area .services-titles .title a {
  color: #fff;
}
.Laxuryhotel .services-item .services-wrap .normarl-text-area .icon-image {
  background: #ed1d24;
  padding: 15px 20px;
}

.Laxuryhotel .services-item .services-wrap .normarl-text-area .icon-image i{
	color: #fff;
    font-weight: 700;
    font-size: 20px;
}
.Laxuryhotel .services-item .services-wrap .normarl-text-area .icon-image img {
  margin-bottom: 0;
  border-radius: 0;
  max-width: 42px;
  transform: scale(1);
}
.Laxuryhotel .services-item .services-wrap:hover .services-content {
  visibility: visible;
  opacity: 1;
}
.Laxuryhotel .services-item .services-wrap:hover .normarl-text-area {
  opacity: 0;
  visibility: hidden;
  right: -100%;
}

.hotel-hr{
	background-color: #ed1d244f;
    margin-top: 0px;
    opacity: 1;
    margin-bottom: 20px;
	height:1;
}

.lax-sec{
	position: relative;
    display: block;
    width: 100%;
    padding: 50px 0px 20px;
    background: #f8f8f8;
    margin-bottom: 30px;
}

.lax-sec .mtreatsec {
    overflow: hidden;
    background-color: transparent!important;
    box-shadow: unset!important;
    border-radius: 6px;
    display: block;
    position: relative;
}





/*price card style start*/

.card-price {
	display: inline-block;
  
  width: auto;
	height: 38px;
	
	    background-color: red;
	-webkit-border-radius: 3px 4px 4px 3px;
	-moz-border-radius: 3px 4px 4px 3px;
	border-radius: 3px 4px 4px 3px;
	
	    border-left: 1px solid red;

	/* This makes room for the triangle */
	margin-left: 19px;
	
	position: relative;
	
	color: #fff !important;
	font-weight: 700 !important;
	font-size: 22px;
	line-height: 38px;
        margin-bottom: 15px;

	padding: 4px 7px;
    padding-bottom: 38px;
}

/* Makes the triangle */
.card-price:before {
	content: "";
    position: absolute;
    display: block;
    top: 1px;
    left: -19px;
    width: 0;
    height: 0;
    border-top: 21px solid transparent;
    border-bottom: 19px solid transparent;
    border-right: 19px solid red;
}

/* Makes the circle */
.card-price:after {
	content: "";
	background-color: white;
	border-radius: 50%;
	width: 4px;
	height: 4px;
	display: block;
	position: absolute;
	left: -9px;
	top: 17px;
}


/*price card style end*/



@media all and (max-width: 575px) and (min-width: 320px)
{
	.mtreat 
	{
		text-align: center;
		padding-top: 25px !important;
	} 
	.tour-package-details .package-plan-tab .plans-accordion .plans-accordion-single .accordion-button .paln-index-circle
    {
		 width: 50px !important;
         height: 50px !important;
	}
}








.Clientsec {
    padding: 0px 0px 0px !important;
}

.section-title{
    padding: 10px 7rem;
}
.section-title h1{
    margin: 0;
    /*font-family: 'Poppins', sans-serif;*/
    font-weight: 700;
    font-size: 1.63rem;
    line-height: 26px;
    color: #0a7a7f;
}
@media(min-width:991px) {
.tab-container{
    padding: 20px 7rem;
}}
.spac {
    max-width: 710px !important;
    padding-bottom: 24px !important;
}

h3 {
   /* font-family: Poppins,Tahoma,sans-serif;*/
    font-size: 1rem;
    font-weight: 700;
    line-height: 20px;
    color: #4d4e58;
    margin: 0;
}

/*ul li,
p{
    font-weight: 400;
    font-size: .88rem;
    line-height: 20px;
    color: #969696;
    font-family: Inter,Tahoma,sans-serif;
}*/

a{
    color: #60bdb2;
    text-decoration: none;
    cursor: pointer;
}

.tab-accordian ul{
    padding-left: 22px;
}
.tab-accordian p{
    margin-top: 0;
}

.tab-accordian{
    width: 100%;
    box-shadow: 0 10px 30px rgba(0,0,0,.08);
    border-radius: 10px;
    border: 1px solid #cecece;
    background: transparent;
    margin-bottom: 20px;
    overflow: hidden;
}

.titleWrapper{
    padding: 20px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #fff;
    -webkit-user-select: none;
    user-select: none;
    transition: background-color .8s linear;
}

.desWrapper{
    background: #fff;
    max-height: 500px;
    display: none;
    padding: 20px;
    transition: max-height 1s ease-in;
}


.collapse-icon{
    position: relative;
}
.collapse-icon .acc-close{
    height: 20px;
    border-left: 2px solid #ed1d24;
    transition: all .5s ease-in-out;
    transform: rotate(-90deg);
    opacity: 1;
}

.collapse-icon .acc-open {
	width: 19px;
	position: absolute;
	border-top: 2px solid #ed1d24;
	transition: all .5s ease-in-out;
	transform: rotate(90deg);
	top: 43%;
	right: -8px;
}

.titleWrapper.active .collapse-icon{
    transition: all .5s ease-in-out;
	transform: rotate(180deg);
}

.titleWrapper.inactive .collapse-icon{
    transition: all .5s ease-in-out;
	transform: rotate(-180deg);
}

.titleWrapper.active .collapse-icon .acc-open{ 
    opacity: 0;
}









/*kerala page faq*/
.spac1 {
    text-align: center !important;
}
.Clientsec1 {
    padding: 0px 0px 0px !important;
}

.section-title1{
    padding: 10px 7rem;
}
.section-title1 h1{
    margin: 0;
    /*font-family: 'Poppins', sans-serif;*/
    font-weight: 700;
    font-size: 1.63rem;
    line-height: 26px;
    color: #0a7a7f;
}
@media(max-width:991px) {
    .web{
        display:none;
    }
h3.about-wrap-title1 {
    line-height: 26px;
}}

.spac1 {
    max-width: 710px !important;
    padding-bottom: 24px !important;
}
.col-lg-6.mt-5.mt-lg-0.gap {
    margin-top: 1rem !important;
}
h3 {
   /* font-family: Poppins,Tahoma,sans-serif;*/
    font-size: 1rem;
    font-weight: 700;
    line-height: 20px;
    color: #4d4e58;
    margin: 0;
}

/*ul li,
p{
    font-weight: 400;
    font-size: .88rem;
    line-height: 20px;
    color: #969696;
    font-family: Inter,Tahoma,sans-serif;
}*/

a{
    color: #60bdb2;
    text-decoration: none;
    cursor: pointer;
}

.tab-accordian1 ul{
    padding-left: 22px;
}
.tab-accordian1 p{
    margin-top: 0;
}

.tab-accordian1{
    width: 100%;
    box-shadow: 0 10px 30px rgba(0,0,0,.08);
    border-radius: 10px;
    border: 1px solid #cecece;
    background: transparent;
    margin-bottom: 20px;
    overflow: hidden;
}

.titleWrapper1{
    padding: 20px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #fff;
    -webkit-user-select: none;
    user-select: none;
    transition: background-color .8s linear;
}

.desWrapper1{
    background: #fff;
    max-height: 500px;
    display: none;
    padding: 20px;
    transition: max-height 1s ease-in;
}


.collapse-icon1{
    position: relative;
}
.collapse-icon1 .acc-close1{
    height: 20px;
    border-left: 2px solid #ed1d24;
    transition: all .5s ease-in-out;
    transform: rotate(-90deg);
    opacity: 1;
}

.collapse-icon1 .acc-open1 {
	width: 19px;
	position: absolute;
	border-top: 2px solid #ed1d24;
	transition: all .5s ease-in-out;
	transform: rotate(90deg);
	top: 43%;
	right: -8px;
}

.titleWrapper1.active .collapse-icon1{
    transition: all .5s ease-in-out;
	transform: rotate(180deg);
}

.titleWrapper1.inactive .collapse-icon1{
    transition: all .5s ease-in-out;
	transform: rotate(-180deg);
}

.titleWrapper1.active .collapse-icon1 .acc-open1{ 
    opacity: 0;
}
h3.about-wrap-title1 {
    font-size: 26px;
    color: black;
}






/*kerala honeymoon page faq*/
.spac2 {
    text-align: center !important;
}
.Clientsec2 {
    padding: 0px 0px 0px !important;
}

.section-title2{
    padding: 10px 7rem;
}
.section-title2 h1{
    margin: 0;
    /*font-family: 'Poppins', sans-serif;*/
    font-weight: 700;
    font-size: 1.63rem;
    line-height: 26px;
    color: #0a7a7f;
}
@media(max-width:991px) {
    .web{
        display:none;
    }
h3.about-wrap-title2 {
    line-height: 26px;
}}

.spac2 {
    max-width: 710px !important;
    padding-bottom: 24px !important;
}
.col-lg-6.mt-5.mt-lg-0.gap {
    margin-top: 1rem !important;
}
h3 {
   /* font-family: Poppins,Tahoma,sans-serif;*/
    font-size: 1rem;
    font-weight: 700;
    line-height: 20px;
    color: #4d4e58;
    margin: 0;
}

/*ul li,
p{
    font-weight: 400;
    font-size: .88rem;
    line-height: 20px;
    color: #969696;
    font-family: Inter,Tahoma,sans-serif;
}*/

a{
    color: #60bdb2;
    text-decoration: none;
    cursor: pointer;
}

.tab-accordian2 ul{
    padding-left: 22px;
}
.tab-accordian2 p{
    margin-top: 0;
}

.tab-accordian2{
    width: 100%;
    box-shadow: 0 10px 30px rgba(0,0,0,.08);
    border-radius: 10px;
    border: 1px solid #cecece;
    background: transparent;
    margin-bottom: 20px;
    overflow: hidden;
}

.titleWrapper2{
    padding: 20px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #fff;
    -webkit-user-select: none;
    user-select: none;
    transition: background-color .8s linear;
}

.desWrapper2{
    background: #fff;
    max-height: 500px;
    display: none;
    padding: 20px;
    transition: max-height 1s ease-in;
}


.collapse-icon2{
    position: relative;
}
.collapse-icon2 .acc-close2{
    height: 20px;
    border-left: 2px solid #ed1d24;
    transition: all .5s ease-in-out;
    transform: rotate(-90deg);
    opacity: 1;
}

.collapse-icon2 .acc-open2 {
	width: 19px;
	position: absolute;
	border-top: 2px solid #ed1d24;
	transition: all .5s ease-in-out;
	transform: rotate(90deg);
	top: 43%;
	right: -8px;
}

.titleWrapper2.active .collapse-icon2{
    transition: all .5s ease-in-out;
	transform: rotate(180deg);
}

.titleWrapper2.inactive .collapse-icon2{
    transition: all .5s ease-in-out;
	transform: rotate(-180deg);
}

.titleWrapper2.active .collapse-icon2 .acc-open2{ 
    opacity: 0;
}
h3.about-wrap-title2 {
    font-size: 26px;
    color: black;
}

@media only screen and (max-width: 768px) {
  /* For mobile phones: */
  .web{
       display: none;
  }
}

@media only screen and (min-width: 768px) {
  /* For desktop: */

   .about-main-wrappper.pt-50.pb-0.phone {
    display: none;
}
}

@media(min-width:991px) {
    
    
.tab-container1{
    padding: 20px 7rem;
}}


/*leks*/

        body1 {
            font-family: Arial, sans-serif;
            margin: 0;
            padding: 0;
            background-color: #f8f9fa;
        }
        .con {
            max-width: 1200px;
            margin: 20px auto;
            padding: 20px;
        }
        .hdr {
            text-align: center;
            padding: 10px;
            color: black;
        }
        .section {
            display: flex;
            flex-wrap: wrap;
            gap: 20px;
        }
        .card {
            margin-bottom: 20px;
            flex: 1 1 calc(50% - 20px);
            background: white;
            border-radius: 8px;
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
            overflow: hidden;
            transition: transform 0.3s;
        }
        .card:hover {
            transform: translateY(-5px);
        }
        .card h3 {
            background: #2bafe5;
            color: white;
            margin: 0;
            padding: 15px;
        }
        .card p {
            padding: 15px;
            line-height: 1.6;
            color: #555;
        }
        @media (max-width: 768px) {
            .card {
                flex: 1 1 100%;
            }
        }
/*-----------------------------------------------------------------------------*/
.bod2 {
            font-family: Arial, sans-serif;
            margin: 0;
            padding: 0;
            background-color: #f8f9fa;
        }
.cntnr {
            max-width: 1200px;
            margin: 20px auto;
            padding: 20px;
            background: white;
            border-radius: 8px;
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
        }
        .hdr1 {
            text-align: center;
            background: #ed1d24;
            color: white;
            padding: 15px;
            border-radius: 8px 8px 0 0;
        }
        .section {
            display: flex;
            flex-wrap: wrap;
            gap: 20px;
            margin-top: 20px;
        }
        .icon-item {
            flex: 1 1 calc(50% - 20px);
            display: flex;
            align-items: flex-start;
            margin: 15px 0;
        }
        .icon {
            font-size: 30px;
            color: #03aef2;
            margin-right: 15px;
            flex-shrink: 0;
        }
        .content2 h3 {
            margin: 0;
            color: #333;
        }
        .content2 p {
            margin: 5px 0;
            color: #555;
            line-height: 1.6;
        }
        @media (max-width: 768px) {
            .icon-item {
                flex: 1 1 100%;
            }
        }

/*-----------------------------------------------------------------------------*/
 .destination3 {
            padding: 20px;
            margin: 15px;
            background-color: white;
            border-radius: 8px;
            box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
        }
        .destination3 h2 {
            color: #333;
            font-size: 24px;
        }
        .destination3 p {
            font-size: 16px;
            color: #555;
            line-height: 1.6;
        }
        .destination3 {
            margin-bottom: 20px;
        }
        .destination3 img {
            width: 100%;
            height: auto;
            border-radius: 8px;
        }
        
        .row.justify-content-center.align-items-center {
    margin-bottom: 22px;
}
.hero-style-three .hero3-content .title-top {
    font-size: 24px;
}
h1.fac {
    line-height: 75px;
}
.container.con.fff{
    margin-top: -77px !important;
}

@media (min-width: 992px) {
    .col-lg-3 {
        flex: 0 0 auto;
        width: 20% !important;
    }
}
  /*------------------------------------*/
  
  .section-title {
  color: var(--primary-text);
  text-align: center;
  font-size: 40px;
  font-weight: bold;
  font-style: normal;
  line-height: 48px;
  position: relative;
  margin-bottom: 52px;
}

.section-title::before,
.section-title::after {
  content: "";
  position: absolute;
  left: 25%;
  top: 22px;
  width: 45px;
  height: 2px;
  background-color: var(--secondary-text);
}
.section-title::after {
  left: unset;
  right: 25%;
}
.testimonial-section {
  padding-top: 82px;
  padding-bottom: 51px !important;
}

.swiper {
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}

.swiper-slide {
  text-align: center;
  border-radius: 40px;
  padding: 30px 23px;
  background: var(--primary-text);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.swiper-slide h3{
	color: #fff;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.swiper-pagination-bullet {
  width: var(
    --swiper-pagination-bullet-width,
    var(--swiper-pagination-bullet-size, 15px)
  );
  height: var(
    --swiper-pagination-bullet-height,
    var(--swiper-pagination-bullet-size, 15px)
  );
  background: #d9d9d9;
  background: #504b4b;
}
.controls {
    display: none;
}
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: var(--swiper-pagination-bottom, -4px);
}

.swiper-pagination-bullet-active {
  background: var(--primary-text);
}

.swiper.testimonial-wrapper {
  padding-top: 59px;
  padding-bottom: 60px;
}

.testimonial-items .testimonial-text {
  color: var(--white-text-white);
  text-align: center;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  max-width: 330px;
  margin-bottom: 45px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  line-clamp: 4;
  -webkit-line-clamp: 4;
}

.testimonial-items .testimonial-title {
  color: var(--white-text-white);
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  font-style: normal;
  margin-bottom: 35px;
  position: relative;
}

.testimonial-items .testimonial-title::before {
  content: "";
  position: absolute;
  left: -23px;
  top: 9px;
  width: 20px;
  height: 1px;
  background-color: var(--white-text-white);
}

.testimonial-img {
  position: relative;
  width: 100px;
  height: 100px;
  height: 70px;
}

.testimonial-img::before {
  content: "";
  position: absolute;
  left: 50%;
  top: -50%;
  transform: translate(-50%, -50%);
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.testimonial-img.tm-img-1::before {
  background-image: url(../images/unnamed.png);
}
.testimonial-img1.tm-img-11::before {
  background-image: url(../images/dh-Review-Amud-Vinni.jpg);
}
.testimonial-img.tm-img-2::before {
  background-image: url(../images/second.png);
}

.testimonial-img.tm-img-3::before {
  background-image: url(../images/third.png);
}
.testimonial-img.tm-img-4::before {
  background-image: url(../images/fourth.png);
}
.testimonial-img.tm-img-5::before {
  background-image: url(../images/fifth.png);
}

.testimonial-img.tm-img-6::before {
  background-image: url(../images/six.png);
}

.testimonial-img.tm-img-7::before {
  background-image: url(../images/seven.png);
}

.testimonial-img.tm-img-8::before {
  background-image: url(../images/eight.png);
}

.testimonial-img.tm-img-9::before {
  background-image: url(../images/omkar.png);
}
.testimonial-img.tm-img-10::before {
  background-image: url(../images/anna.png);
}
/* media query  */
@media screen and (min-width: 768px) {
   
  .swiper-pagination-bullet {
    width: var(
      --swiper-pagination-bullet-width,
      var(--swiper-pagination-bullet-size, 16px)
    );
    height: var(
      --swiper-pagination-bullet-height,
      var(--swiper-pagination-bullet-size, 16px)
    );
  }
  .section-title::before,
  .section-title::after {
    width: 141px;
  }

 .arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: rgb(0 0 0 / 0%);
        color: #000000;
  border: none;
  font-size: 30px;
  padding: 10px;
  cursor: pointer;
  z-index: 10;
  border-radius: 50%;
}

.left-arrow {
  left: 13px;
}

.right-arrow {
  right: 8px;
}

.arrow:hover {
  background-color: rgba(0, 0, 0, 0.8);
}
}

.left-arrow {
  left: 15px;
}

.right-arrow {
  right: 18px;
}

.arrow:hover {
  background-color: rgba(0, 0, 0, 0.8);
}
  /*   .section-title::before,
  .section-title::after {
    left: 25%;
  }
  .section-title::after {
    right: 25%;
  } */
}

  
  .swiper-slide.testimonial-items{
      background-color: #06487e;
  }
  
  .testimonial-items .testimonial-text{
      color:white;
  }
  
  .testimonial-items .testimonial-title{
      color:white;
  }
  .testimonial-section {
    padding-top: 20px !important;
}
  p.section-titlee {
    margin-bottom: 42px;
    text-align: center;
}
  .section-title {
    margin-bottom: 19px;
}
p.section-titlee {
    text-align: center;
}
.section-title {
    padding: unset !important;
}
@media screen and (min-width: 600px) {
.days {
    margin: 0px 133px 0 133px !important;
   
}}
@media screen and (max-width: 600px) { 
     .img{
        display:none;
    }
.section-title {
    
    font-size: 1.8em !important;
    line-height: 40px !important; 
}
}

.testimonial-items .testimonial-text {
    margin-bottom: 0px !important;
}
.swiper-slide.testimonial-items {
    background: #004375;
}
.line {
  line-height: 35px !important;
}
.mtreat h3
 {
    line-height: 34px; 
 }
 
 /*jjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjj*/
 
 
 
 
 
 
/* Detail styling */
.details{
  --padding: 10px;
  border: 1px solid #8d8d8d;
  border-radius: 4px;
  box-shadow: 0 2px 5px rgba(0,0,0,0.2);
}

.details + .details{
  margin-top: 15px;
}

.details__title{
  --width: 20px;
  --height: 3px;
  --radius: 1px;
  --color: currentColor;
  margin:0;
  padding: var(--padding) calc(var(--width) * 2) var(--padding) var(--padding);
  cursor: pointer;
  transition: all .2s ease-in-out;
  position: relative;
}

.details__title:before,
.details__title:after{
  content:'';
  display: block;
  width: var(--width);
  height: var(--height);
  background-color: var(--color);
  position: absolute;
  border-radius: var(--radius);
  top: calc(50% - (var(--height) / 2));
  right: calc(var(--width) / 2);
  transition: all .2s ease-in-out;
}

.details__title:after{
  rotate: 90deg;
}

.details__container[open] .details__title:before{
  rotate: 45deg;
  /* rotate: 135deg; */
}

.details__container[open] .details__title:after{
  rotate: 135deg;
  /* rotate: 225deg; */
}

.details__container[open] .details__title{
  background-color: #f3f3f3;
}

.details__summary::marker{
  content:'';
}

.details__desc{
  visibility: hidden;
  display: grid;
  grid-template-rows: 0fr;
  transition: all .2s ease-in-out;
  overflow: hidden;
  padding-inline: var(--padding);
  pointer-events: none;
}

.details__container[open] + .details__desc{
  visibility: visible;
  grid-template-rows: 1fr;
  padding-block: var(--padding);
}

.details__desc-inner{
  min-height: 0;
}
.details__title {
    font-size: 16px !important;
    color: black !important; 
}
.details__desc {
    color: #767272;
}

.de-des-se p {
  text-align: center !important;
  
}
  
  .hl {
    max-width: 1200px;
    margin: -51px auto;
    padding: 20px;
}
  .yu  {
    max-width: 1019px;
    padding-bottom: 50px;
    text-align: center;
    margin: 0px auto;
}
  

.banner-sec figcaption {
    bottom: 30%; 
}
.Bannersecformm {
    bottom: 15%; 
}
/*------------------------------------------------------------------------------------------------------*/
/*.box {
	border-radius: 150px;
	background:#fff;
	position:relative;
	overflow: hidden;
	text-align:center;
}
.box:before {
    position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    width: 0px;
    height: 100%;
    border-radius: 150px;
    box-shadow: inset 0 0 25px rgba(0,0,0,0.30);
    transition: all 0.3s ease;
    background-image: linear-gradient(to right, #3c70a4 0%, #64b2cd 100%);
}
.box:hover:before {
    width: 100%;
}
.box:hover .image-wrapper {
	padding:0;
}
.box:hover .box-desc {
	color:#fff;
}
.box:hover .social li a {
	background:#fff;
	background-image: none;
	color:#000;
}
.box:hover .social li a:hover {
	background:#1d1d1d;
	color:#fff;
}
.image-wrapper {
    position: relative;
	max-width: 210px;
    max-height: 210px;
	margin:0 auto;
    overflow: hidden;
    border-radius: 50%;
    padding: 15px;
    transition: all 0.5s ease;
    box-shadow: inset 0px 0px 20px rgba(0,0,0,0.20);
}
.image-wrapper img {
    border-radius: 50%;
    transition: all 500ms ease;
}
.box-desc {
	position:relative;
}
ul.social {
	padding:0;
}
ul.social li {
	display:inline-block;
	list-style-type:none;
}
ul.social li a {
	position:relative;
	width: 36px;
    height: 36px;
	background-image: linear-gradient(to right, #3c70a4 0%, #64b2cd 100%);
	display:inline-block;
	line-height:36px;
	border-radius:50%;
	color:#fff;
	transition: all .5s ease;
}*/

h2.ceo-sign.Manaf {
    font-size: 21px;
    color: #074676;
}
/*8888888888888888888888888888888888888888888888888888888888888888888888888*/
@media (max-width: 1440px){
    .main-wrapper{
        width: 100vw;
    }
}

.back-text{
    position: relative;
    z-index: -2000;
}


.reviews{
    margin-top: 3rem;
    overflow: hidden;
}

.reviews-title{
    text-align: center;
    margin-bottom: 7rem;
}

.reviews-title p{
    font-family: 'Playfair Display', serif;
    font-size: 5rem;
    color: white;
}

.reviews-card{
    display: grid;
    grid-template-columns: 1fr 480px;
    width: 781px;
}

@media (max-width: 425px){
    .reviews-card{
        grid-template-columns: 1fr;
        width: fit-content;
    }
}
.card-img{
    width: fit-content;
    height: fit-content;
}

.card-text{
    background-color: white;
    padding: 1rem 4rem; 
    height: 359px;
    overflow: hidden;
}

@media (max-width: 425px){
    .card-text{
        padding: 1rem 2rem;
        width: 70vw;
        height: fit-content;
    }
}

.card-title p{
    font-weight: 800;
    font-size: 2rem;
    line-height: 105.52%;
}

.card-para{
    margin-top: 1rem;
    margin-bottom: 0.8rem;
}

.card-author{
    display: flex;
    align-items: center;
    gap: 0.3rem;
}


.reviews-row{
    display: flex;
    gap: 2rem;
}

@media (max-width: 425px){
    .card-title p{
        font-weight: 700;
        font-size: 1rem;
    }

    .card-para p{
        font-size: 0.7rem;
    }

    .card-author p{
        font-size: 0.7rem;
    }
    .reviews-row{
        flex-direction: column;
        margin: 0 auto;
        width: fit-content;
    }
    .reviews img{
        width: 70vw;
    }
}.reviews-title {
    margin-top: -188px;
}

.row-first, .row-third{
    animation: move-first 20s linear infinite;
    margin-bottom: 2rem;
}

.row-second{
    transform: translateX(-1000px);
    animation: move-second 20s linear infinite;
    margin-bottom: 2rem;
}


@media (max-width: 425px){
    .row-second, .row-third{
        display: none;
    }

    .row-first{
        animation: none;
    }
}

@keyframes move-first{
    50%{
        transform: translateX(-1000px);
    }
    100%{
        transform: translateX(0);
    }
}

@keyframes move-second{
    50%{
        transform: translateX(0);
    }
    100%{
        transform: translateX(-1000px);
    }
}
.reviews-title {
    margin-top: -188px !important;
}

.newslatter-wrapper .newslatter-side h2 span {
    color: #51c4cc !important;;
}
.Contact-button button {
    background: #51c4cc !important;;
    border: 2px solid #51c4cc !important;
}
.Contact-formcontrol input {
    border: 1px solid #51c4cc !important; 
}
.Contact-formcontrol textarea {
    height: 100px;
    border: 1px solid #51c4cc !important; 
}
.Contact-button button:hover {
    color: black;
}
.swiper-slide {
    height: 61%; 
}
header .header-style-three .main-nav ul li .sub-menu {
    background: rgb(0 60 108) !important; 
    min-width: 333px;
}
a.linkedin
 {
    background-color: #ffffff !important;
}
    .footer-area .footer-main-wrapper .footer-about .footer-social-wrap .footer-social-links li {
    margin-right: 14px;
}
body {
    background-color: #fdfdfd !important;
}  
  
  
  @media (max-width: 425px){
        header .header-style-three .nav-logo img {
        max-width: 133px !important;
    }
.hero-style-three .hero3-content h1 {
        font-size: 21px !important;

}
.hero-style-three .hero3-content .title-top
 {
    font-size: 17px;
}
.button-fill-primary {
        font-weight: 600;
        font-size: 11px;
    }
    .row.justify-content-center.align-items-center {
    margin-bottom: 2px;
}
    .hero-style-three .hero3-content h1 {
       
        margin-top: 14px;
    }
        .button-fill-primary {
        font-size: 12px !important;
    }
        .hero-style-three .hero3-content h1 {
        line-height: 28px; 
        }
            .button-fill-primary, .button-outlined-primary {
        padding: 3px 7px !important;
    }
  }


.contact-wrapper.pt-50.offer
 {
    margin-top: 137px !important;
}





/**ffffffffffffffffffffffffffffffffffffffffffffffffffffffffff/

/* general styling */

@media (max-width: 1199px) {
    header .header-style-three .main-nav ul li ul.sub-menu>li a {
        color: #ffffff !important;
    }
}

.footer-bottom.footr {
    padding: 0px 0 2px;
}


/* Hide on desktop */
@media (min-width: 1025px) {
  .myReviews {
    display: none !important;
  }
}

/* Show on mobile/tablet */
@media (max-width: 1024px) {
  .myReviews {
    display: block !important;
  }
}
/* Hide reviews section on mobile */
@media (max-width: 767px) {
  .reviewss {
    display: none !important;
  }
}
 .reviews {
      margin-top: -5rem !important;
  
}
@media (max-width: 425px) {
    .reviews img {
        width: 86vw;
    }
}
@media (max-width: 425px) {
    .card-text {
        width: 84vw;
    }
}
h3.text-center.mb-4.text-danger.fw-bold {
    color: #083c6e !important;
}
h3.text-center.mb-4.text-danger.fw-bold
 {
    margin-top: -46px;
    font-size: 40px;
}
a.button-fill-primary.banner3-btn.colrbtn {
    background-color: #044378;
    border: 2px solid #044378;
}
h3.text-center.mb-4.text-danger.fw-bold {
    margin-top: -46px;
}
.section-head-alpha h2 {
    font-size: 32px !important;
    color: #ed1d24 !important;
}
h4.text-center.text-danger.fw-bold.mb-4.why {
    color: #034873 !important;
    font-size: 30px;
}
h6.mt-3.text-danger.fw-bold.caraname {
    color: #80a515 !important;
    font-size: 20px;
}
p.small.fw-semibold.mt-2 {
    color: #000000;
}
.traveller-card {
    color: #709112;
   
}
h2.section-title {
    color: #083c6e !important;
    font-size: 30px !important;
}
.car-title {
    background: #00416e !important; 
}
label.form-label.d-block {
    color: #484242 !important; 
}
h1#about-titleg {
    font-size: 35px;
}
.py-5
 {
    padding-top: 3rem !important;
    padding-bottom: 1rem !important;
}
@media (min-width: 1200px) {
    .lux {
        font-size: 17px !important;
    }
}
 .breadcrumbs {
    font-weight: 700;
    font-size: 43px;
    color: #fff;
    margin-bottom: 7px;
    position: relative;
}
h2.vision {
    text-align: center;
    color: #084572;
}
.mb-5
 {
    margin-bottom: -2rem !important;
}
.gallery {
    margin-top: 62px;
}
h3.moun {
    margin-top: 19px;
}


.package-card-beta .package-thumb .card-lavel {

    bottom: 3px !important;
}


.filter-sidebar{
  background:#fff;
  padding:20px;
  border-radius:8px;
  box-shadow:0 0 10px rgba(0,0,0,.08);
}
.filter-group h6{
  font-weight:600;
  margin-bottom:8px;
}
.package-card{
  background:#fff;
  border-radius:10px;
  overflow:hidden;
  box-shadow:0 0 10px rgba(0,0,0,.08);
  transition:.3s;
}
.package-card:hover{
  transform:translateY(-4px);
}
.package-card img{
  width:100%;
  height:180px;
  object-fit:cover;
}
.package-card .content{
  padding:15px;
}
.badge{
  background:#0d6efd;
}


.bannerformm .baformcontrol i {
    top: 8px !important;
    left: 54px !important;
}
input {
    padding: 8px 15px;
     display: unset !important; 
     width: unset !important; 
     background: unset !important; 
     height: unset !important;
}
.package-card-beta .package-card-body h6 {
  
    text-align: unset !important;
}
@media (min-width: 992px) {
    .col-lg-3 {
        flex: 0 0 auto;
        width: 22% !important;
    }
}
@media (min-width: 1400px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1536px !important;
    }
}
.bannerform {
    background: rgb(0 0 0 / 30%);
}
a.blck
 {
    color: #666363;
}
.breadcrumb-style-one
 {
  
    padding: 254px 0 212px !important;
}
.services-section img{
	width: 100%;
}
.services-section h2 a{
	color: #000;
	font-size: 20px;
}
.services-section{
	    width: 100%;
    padding: 10px;
    margin: 8px;
    background-color: white;
    border-radius: 10px 0px 15px 0px;
    box-shadow: 2px 5px 8px 1px;
}
.experience-the-timeless{
	    min-height: 60vh;
    background: linear-gradient(rgb(8 50 86) 100%, rgba(45, 55, 60, 0.8) 100%), url(images/banner/newslatter-bg.html);
    background-size: cover;
    background-position: center;
    border-bottom-left-radius: 32px;
    border-bottom-right-radius: 32px;
    color: #fff;
    display: flex;
    align-items: center;
}
.experience-the-timeless .overlay-card{
	    background: rgba(255, 255, 255, 0.9);
    color: #123;
    backdrop-filter: blur(6px);
    border-radius: 12px;
    padding: 22px;
    max-width: 900px;
    box-shadow: 0 8px 30px rgba(8, 30, 20, 0.12);
}
.package-cta {
   background-color: #083256;
    color: #fff;
    border-radius: 12px;
    padding: 12px 18px;
    font-weight: 600;
    border: none;
    box-shadow: 0 8px 30px rgba(6, 120, 80, 0.18);
}
.gallery-design img{
	width: 100%;
}
.gallery-design{
	box-shadow: 2px 5px 8px 1px;
	padding: 10px;
	margin: 10px;
}
.vehicles_btm{
	display: flex;
    justify-content: space-around;
}