@charset "utf-8";
@import 'https://fonts.googleapis.com/css2?family=Merriweather:wght@400;700;900&display=swap';
@import 'https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800&display=swap';
@keyframes fadeHeaderInDown {
	0% {
		opacity: 0;
		transform: translate3d(0, -100%, 0)
	}
	100% {
		opacity: 1;
		transform: translate3d(0, 0, 0)
	}
}

@keyframes shadow {
	0% {
		transform: scale(1) translateY(0px)
	}
	100% {
		transform: scale(.8) translateY(75px)
	}
}

@keyframes ghost {
	0% {
		transform: scale(1) translateY(0px)
	}
	100% {
		transform: scale(1) translateY(-40px)
	}
}

html {
	overflow-x: hidden
}

button:focus,
*:focus {
	outline: none
}

body {
	font-family: open sans, sans-serif;
	margin: 0;
	padding: 0;
	font-size: 14px;
	line-height: 1.8;
	font-weight: 400;
	color: #000;
	background: #fff;
	border-color: #dfdfdf;
	transition: transform ease-in .4s;
	overflow: hidden
}

button {
	background: 0 0;
	border: none;
	padding: 0
}

label {
	line-height: normal
}

hr {
	margin: 20px 0
}

.p-relative {
	position: relative
}

.before-none:after,
.after-none:after,
.none {
	display: none
}

.overlay {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%
}

.overlay-bg-black {
	background: #000;
	opacity: .1
}

.overlay-2 {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	width: 100%
}

.image-fit {
    width: 100%;
    object-position: center;
}

.transform-center {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	transform: translate(0%, -50%);
	z-index: 1
}

.bx-wrapper {
	box-shadow: 0 0 8px rgba(0, 0, 0, .1)
}

[class^=flaticon-]:before,
[class*=" flaticon-"]:before {
	font-size: inherit;
	margin: 0
}

.animate-img {
	position: relative;
	overflow: hidden
}

.animate-img:hover img {
	transform: scale(1.1);
	transition: .5s
}

.parallax {
	position: relative;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	transition: border .3s ease-in, box-shadow .3s ease-in, background .3s, opacity .3s ease-in
}

.normal-bg {
	position: relative;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	transition: border .3s ease-in, box-shadow .3s ease-in, background .3s, opacity .3s ease-in
}

.section-header {
	padding-bottom: 30px;
	position: relative;
	display: flex;
	align-items: flex-end;
	justify-content: space-between
}

.section-header .section-heading {
	/*max-width: 540px;*/
	margin: auto
}

.section-header .section-heading h3 {
	font-size: 36px
}

.section-header .section-heading h3:after {
	content: '';
	display: block;
	width: 80px;
	height: 2px;
	background: #000;
	margin: 20px auto 0
}

.section-header .section-description {
	margin-bottom: 20px;
	position: relative
}

.section-header.style-left {
	text-align: left
}

.section-header.style-left .section-heading {
	margin: 0 auto 0 0
}

.section-header.style-left .section-heading h3:after {
	margin: 20px auto 0 0
}

.section-header.style-right {
	text-align: right
}

.section-header.style-right .section-heading {
	margin: 0 0 0 auto
}

.section-header.style-right .section-heading h3:after {
	margin: 20px 0 0 auto
}

.arrow-layout-2 .slick-arrow,
.arrow-layout-1 .slick-arrow {
	position: absolute;
	top: 50%;
	z-index: 10;
	transform: translate(0px, -50%);
	transition: .3s all;
	font-size: 0;
	overflow: hidden;
	z-index: 1
}

.arrow-layout-1 .slick-arrow:after {
	width: 50px;
	height: 50px;
	border: 1px solid #fff0;
	background: #ffffff9e;
	position: relative;
	overflow: hidden;
	color: #090909;
	font-size: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: Flaticon
}

.arrow-layout-1 .slick-arrow:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	width: 0%;
	background: #000;
	z-index: -1;
	height: 100%;
	transition: .5s all
}

.arrow-layout-1 .slick-arrow:hover:before {
	width: 100%
}

.arrow-layout-1 .slick-prev {
	left: -100px
}

.arrow-layout-1 .slick-next {
	right: -100px
}

.arrow-layout-1 .slick-prev:after {
	content: "\f165"
}

.arrow-layout-1 .slick-next:after {
	content: "\f163"
}

.arrow-layout-1.slick-slider:hover .slick-prev {
	left: 15px
}

.arrow-layout-1.slick-slider:hover .slick-next {
	right: 15px
}

.arrow-layout-2 .slick-arrow {
	font-size: 0;
	right: 15px;
	top: -70px
}

.arrow-layout-2 .slick-arrow:after {
	background: #111;
	border-color: #111;
	color: #fff;
	font-family: flaticon;
	padding: 15px;
	font-size: 20px
}

.arrow-layout-2 .slick-prev {
	right: 65px
}

.arrow-layout-2 .slick-next {
	right: 15px
}

.arrow-layout-2 .slick-prev:after {
	content: "\f164"
}

.arrow-layout-2 .slick-next:after {
	content: "\f162"
}

.arrow-layout-2 .slick-arrow:hover:after {
	color: #fff;
	background: #000
}

.arrow-layout-2.sidebar-arrow .slick-arrow {
	transform: translate(0px, 0%);
	top: auto;
	bottom: 0
}

.arrow-layout-2.sidebar-arrow .slick-arrow.slick-prev {
	left: 0
}

.arrow-layout-2.sidebar-arrow .slick-arrow.slick-next {
	right: 0
}

.slick-dots {
	display: flex;
	align-items: center;
	justify-content: center;
	list-style: none;
	padding: 0;
	margin-top: 20px
}

.slick-dots li {
	padding: 0;
	line-height: 0
}

.slick-dots li button {
	font-size: 0;
	width: 12px;
	height: 6px;
	border-radius: 10px;
	background: #2d3e52;
	margin: 0 5px;
	transition: .6s all;
	border: 2px solid #2d3e52
}

.slick-dots li.slick-active button {
	width: 24px;
	height: 6px;
	border-radius: 50px;
	background: #000;
	border: 2px solid #000
}

.page-item:first-child .page-link {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0
}

.page-item:last-child .page-link {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0
}

.page-link:focus {
	box-shadow: none;
	z-index: 1
}

.page-item .page-link {
	padding: 8px 20px;
	font-size: 14px;
	line-height: 1.5;
	border: 2px solid #eee;
	color: #020202;
	border-radius: 0
}

.page-item:hover .page-link,
.page-item.active .page-link {
	background-color: #000;
	border-color: #000;
	color: #fff
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0 0 20px;
	/*font-family: merriweather, serif;*/
	font-weight: 600;
	color: #000
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
	color: inherit
}

h1 {
	font-size: 50px;
	line-height: normal
}

h2 {
	font-size: 40px
}

h3 {
	font-size: 35px
}

h4 {
	font-size: 26px
}

h5 {
	font-size: 18px
}

h6 {
	font-size: 16px
}

p {
	font-size: 14px;
	line-height: 1.8;
	margin-bottom: 20px;
	font-family: open sans, sans-serif
}

a {
	color: #fff;
	text-decoration: none;
	transition: .5s
}

a:focus,
a:hover {
	color: #111;
	text-decoration: none;
	transition: .5s
}

dl,
ol,
ul {
	margin-top: 0;
	margin-bottom: 0
}

ul li,
ol li {
	margin: 0;
	position: relative
}

ul.custom {
	list-style: none;
	padding: 0
}

ul.custom-flex {
	list-style: none;
	padding: 0;
	display: flex;
	align-items: center;
	flex-wrap: wrap
}

blockquote {
	background-color: #fff;
	position: relative;
	display: flex;
	align-items: center;
	padding: 30px;
	padding-left: 70px;
	border-left: 2px solid #000
}

blockquote span {
	width: 50px;
	height: 50px;
	background: #000;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0 15px;
	font-size: 16px;
	margin-right: 0;
	position: absolute;
	left: 0;
	top: 0
}

blockquote p {
	font-size: 16px;
	font-style: italic;
	margin: 0;
	font-weight: 500;
	word-break: break-word;
	margin-bottom: 0
}

blockquote h6 {
	color: #000;
	font-weight: 400;
	text-transform: uppercase;
	font-size: 16px
}

iframe {
	border: none;
	width: 100%
}

img {
	max-width: 100%;
	width: auto;
	height: auto;
	transition: .5s
}

table th,
table td {
	border: 1px solid #dfdfdf;
	padding: 15px
}

table {
	border: 1px solid #dfdfdf;
	padding: 15px;
	width: 100%
}

.fs-12 {
	font-size: 12px
}

.fs-14 {
	font-size: 14px
}

.fs-16 {
	font-size: 16px
}

.fs-18 {
	font-size: 18px
}

.fs-20 {
	font-size: 20px
}

.fw-100 {
	font-weight: 100
}

.fw-400 {
	font-weight: 400
}

.fw-500 {
	font-weight: 500
}

.fw-600 {
	font-weight: 400
}

.fw-700 {
	font-weight: 700
}

.no-margin {
	margin: 0
}

.no-padding {
	padding: 0
}

.full-width {
	width: 100%
}

.full-height {
	height: 100%
}

.section-padding {
	padding: 40px 0
}

.section-padding-top {
	padding-top: 80px
}

.section-padding-bottom {
	padding-bottom: 80px
}

.padding-10 {
	padding: 10px
}

.padding-15 {
	padding: 15px
}

.padding-20 {
	padding: 20px
}

.mb-xl-20 {
	margin-bottom: 20px
}

.mb-xl-30 {
	margin-bottom: 30px
}

.mb-xl-40 {
	margin-bottom: 40px
}

.mb-xl-50 {
	margin-bottom: 50px
}

.mb-xl-80 {
	margin-bottom: 80px
}

.pb-xl-20 {
	padding-bottom: 20px
}

.form-control-custom::placeholder {
	font-size: 14px
}

.banner-tabs .form-control-custom:focus {
	border: 2px solid #fff;
	border-bottom: 2px solid #000;
	box-shadow: none
}

.banner-tabs .form-control-custom,
.newsletter .form-control-custom {
	border: 2px solid #000
}

.form-control-custom {
    height: 40px;
    padding: 0 15px;
    border-radius: 0;
    border: 1px solid #b6b6b6;
    width: 100%;
    background: #fff;
    font-size: 14px;
}

.form-control-custom:focus {
	border: 2px solid #c1c1c1;
	border-bottom: 2px solid #000;
	box-shadow: none
}

.form-control:disabled,
.form-control[readonly] {
	background-color: #fff;
	opacity: 1
}

.btn-height,
button.btn-height {
	height: 40px;
	line-height: 1;
	padding: 0
}

label.submit {
	height: 15px;
	width: 100%;
	clear: both
}

.custom-select {
	background-image: none
}

.custom-select:focus {
	box-shadow: none
}

.group-form .form-control-custom,
.group-form .form-control-custom:not(:last-child) {
	padding: 0 40px 0 15px
}

.group-form .form-control-custom:focus {
	z-index: 0
}

.group-form .form-control-custom.custom-select:focus {
	z-index: 10
}

.group-form .input-group-append {
	position: absolute;
	height: 40px;
	width: 40px;
	background: #000;
	color: #fff;
	right: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 15px;
	z-index: 0;
	pointer-events: none
}

.group-form .custom-select {
	padding: 0 30px 0 10px
}

.group-form .custom-select:after {
	border-bottom-color: #fff;
	border-right-color: #fff;
	right: 15px
}

.banner-tabs .group-form .input-group-append {
	background: #000
}

.banner-tabs .group-form .custom-select:before {
	content: '';
	background: #000;
	width: 40px;
	height: 40px;
	display: block;
	position: absolute;
	right: -2px;
	top: -2px;
	margin-top: 0
}

.group-form .custom-select:before {
	content: '';
	background: #000;
	width: 40px;
	height: 40px;
	display: block;
	position: absolute;
	right: -2px;
	top: -2px;
	margin-top: 0
}

textarea.form-control {
	height: auto;
	padding: 20px 15px 0
}

label.custom-checkbox input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0
}

label.custom-checkbox {
	display: block;
	position: relative;
	padding-left: 30px;
	margin-bottom: 10px;
	cursor: pointer;
	user-select: none;
	line-height: normal;
	font-size: 14px
}

label.custom-checkbox:last-child {
	margin-bottom: 10px
}

label.custom-checkbox .checkmark {
	position: absolute;
	top: 0;
	left: 0;
	border: 1px solid #d4d4db;
	width: 20px;
	height: 20px;
	background-color: #fff;
	border-radius: 0
}

label.custom-checkbox:hover input~.checkmark {
	background-color: #fff;
	border: 1px solid #000
}

label.custom-checkbox input:checked~.checkmark {
	background-color: #000;
	border: 1px solid #000
}

.checkmark:after {
	content: "";
	position: absolute;
	display: none
}

label.custom-checkbox input:checked~.checkmark:after {
	display: block
}

label.custom-checkbox .checkmark:after {
	left: 6px;
	top: 2px;
	width: 5px;
	height: 9px;
	border: solid #fff;
	border-width: 0 2px 2px 0;
	transform: rotate(45deg)
}
.btn-first {
    display: inline-block;
    padding: 10px 35px;
    position: relative;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-align: center;
    border-radius: 30px;
    border: none;
    cursor: pointer;
    z-index: 1;
    color: #fff;
    background: #3cb0fc;
    transition: all 0.4s ease;
    box-shadow: 0 4px 15px rgb(11 31 76 / 40%);
    overflow: hidden;
}

/* Hover effect */
.btn-first:hover {
    transform: translateY(-3px) scale(1.05);
    box-shadow: 0 6px 20px rgba(255, 75, 43, 0.6);
}

/* Optional "shine" animation on hover */
.btn-first::before {
    content: "";
    position: absolute;
    top: 0;
    left: -75%;
    width: 50%;
    height: 100%;
    background: rgba(255, 255, 255, 0.3);
    transform: skewX(-25deg);
    transition: left 0.5s;
    z-index: -1;
}

.btn-first:hover::before {
    left: 125%;
}

.btn-small:before,
.btn-submit:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 100%;
	background-color: #111;
	width: 0%;
	transition: .5s all;
	z-index: -1
}

.btn-small:hover,
.btn-submit:hover {
	color: #fff
}

.btn-small:focus,
.btn-submit:focus {
	background-color: #00a3c8;
	color: #fff
}

.btn-small:hover:before,
.btn-submit:hover:before {
	width: 100%
}

.btn-second {
	display: inline-block;
	padding: 0 20px;
	position: relative;
	transition: .5s all;
	background: 0 0;
	color: inherit;
	border: 1px solid transparent;
	font-size: 14px;
	overflow: hidden;
	z-index: 1;
	text-align: center;
	text-transform: uppercase
}

.btn-small {
	background: #111;
	border-color: #111;
	color: #fff
}

.btn-small:hover,
.btn-small:focus {
	border-color: #000
}

.bg-light-white {
	background-color: #fff
}

.bg-custom-white {
	background-color: #fff
}

.bg-custom-blue {
	background: #000
}

.bg-light-black {
	background: #2d3e52
}

.text-custom-black {
	color: #000
}

.text-custom-white {
    color: #fff;
    font-weight: 700;
}

.text-custom-blue {
	color: #3cb0fc
}

.text-light-dark {
	color: #838383
}

.text-light-black {
	color: #2d3e52
}

.text-yellow {
	color: #fdb714
}

.custom-accordion .card {
	background: #fff;
	border-color: #fff;
	border-radius: 0
}

.custom-accordion .card .card-header {
	padding: 0;
	background: #ededed;
	border-color: #ededed;
	border-radius: 0
}

.custom-accordion .card .card-header .collapsebtn {
	font-size: 16px;
	font-weight: 500;
	display: flex;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	align-items: center;
	padding: 10px 15px;
	width: 100%;
	background: #000;
	color: #fff;
	cursor: pointer
}

.custom-accordion .card .card-header .collapsebtn.collapsed {
	background: #ededed;
	border-color: #ededed;
	color: #000
}

.custom-accordion .card .card-header .collapsebtn:before {
	content: '\f068';
	background: #fff;
	color: #000;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	margin-right: 15px;
	font-size: 14px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: 'font awesome 5 free';
	font-weight: 900
}

.custom-accordion .card .card-header .collapsebtn.collapsed:before {
	content: '\f067';
	background: #2d3e52;
	color: #ededed
}

.custom-accordion .card .card-body {
	padding: 15px 0
}

.header .topbar {
    background: linear-gradient(90deg, #061f4c, #3db0fd, #07204f);
    padding: 10px 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.5px;
    position: relative;
    z-index: 10;
    box-shadow: 0 2px 8px rgba(0,0,0,0.5);
    animation:glowmove 3s linear infinite;
}

/* Subtle glowing border */
.header .topbar::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: linear-gradient(90deg, #000000, #ffffff, #000000);
    background-size: 200% 100%;
    animation: glowmove 3s linear infinite;
}

@keyframes glowmove {
    0% {
        background-position: 0% 50%;
    }
    100% {
        background-position: 200% 50%;
    }
}


.rightside {
    float:right;
}

.header .topbar .rightside ul>li>a {
    margin-right: 10px;
    line-height: 28px;
    border: 2px solid #fff;
    width: 30px;
    height: 30px;
    text-align: center;
    display: block;
    border-radius: 50%;
}
.header .topbar .rightside ul>li:hover>a {
	background-color: #111;
	border-color: #111;
	color: #fff
}


.header .navigation-wrapper {
	background-color: #fff;
	width: 100%;
	padding:10px 0;
}

.header .navigation-wrapper.sticky {
	animation-name: fadeHeaderInDown;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 22;
	/*background: #fff;*/
	animation-duration: 1s;
	box-shadow: 0 0 8px rgba(0, 0, 0, .1);
	animation-fill-mode: both
}



/*.header .navigation-wrapper nav>.main-navigation .right-button {
    width: 260px;
    height: 55px;
    position: absolute;
    top: 10px;
    right: 0px;
    text-align: right;
}*/

.header .navigation-wrapper nav>.main-navigation .right-button {
    text-align: right;
}

.header .navigation-wrapper nav>.main-navigation .logo img {
    height: 85px;
    object-fit: contain;
}

.header .navigation-wrapper nav>.main-navigation .main-menu>ul {
	justify-content: center
}

.header .navigation-wrapper nav>.main-navigation .main-menu>ul>.menu-item {
	margin: 0 5px;
	padding: 23px 0
}

.header .navigation-wrapper nav>.main-navigation .main-menu>ul>.menu-item:last-child {
	margin-right: 0
}

.header .navigation-wrapper nav>.main-navigation .main-menu>ul>.menu-item>a {
	color: #000;
	font-weight: bold;
	font-size: 14px;
	position: relative;
	padding: 5px 10px
}

.header .navigation-wrapper nav>.main-navigation .main-menu>ul>.menu-item>a:after {
	content: '';
	display: block;
	height: 2px;
	background: #000;
	position: absolute;
	bottom: -15px;
	left: 0;
	right: 0;
	width: 100%;
	opacity: 0;
	transition: .3s all
}

.header .navigation-wrapper nav>.main-navigation .main-menu>ul>.menu-item:hover>a:before,
.header .navigation-wrapper nav>.main-navigation .main-menu>ul>.menu-item.active>a:before {
	top: -2px;
	opacity: 1
}

.header .navigation-wrapper nav>.main-navigation .main-menu>ul>.menu-item:hover>a:after,
.header .navigation-wrapper nav>.main-navigation .main-menu>ul>.menu-item.active>a:after {
	bottom: -2px;
	opacity: 1
}

.header .navigation-wrapper nav>.main-navigation .main-menu>ul>.search {
	display: flex;
	align-items: center;
	margin-right: 0
}

.header .navigation-wrapper nav>.main-navigation .main-menu>ul>.search>a {
	padding: 5px 20px;
	padding-right: 0;
	font-size: 14px
}

.menu-item-has-children {
	position: relative
}

.menu-item-has-children>a>.arrow:after,
.menu-item-has-megamenu>a>.arrow:after {
	display: inline-block;
	margin-left: .55em;
	content: "\f107";
	font-family: 'font awesome 5 free';
	font-weight: 900
}

.menu-item-has-children .submenu {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    width: 230px;
    transform: translateY(10px);
    transition: .3s all;
    border-top: 2px solid #000;
    background-color: #fff;
    opacity: 0;
    visibility: hidden;
    max-height: 300px;
    z-index:999;
    overflow: auto;
}

.menu-item-has-children:hover>.submenu {
	opacity: 1;
	visibility: visible;
	transform: translateY(0)
}

.menu-item-has-children .submenu>.menu-item>a {
	padding: 10px;
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
	display: block;
	color: #000
}

.menu-item-has-children .submenu>.menu-item:hover>a {
	background-color: #111;
	color: #fff
}

.menu-item-has-children .submenu .menu-item-has-children>a>.arrow:after {
	position: absolute;
	right: 10px;
	transform: rotate(-90deg)
}

.menu-item-has-children .submenu .menu-item-has-children>.submenu {
	left: 100%;
	top: 0
}

.header .navigation-wrapper nav>.main-navigation .hamburger-menu {
	display: none;
	align-items: center;
	cursor: pointer;
	padding: 25px 0;
	justify-content: flex-end
}

.header .navigation-wrapper nav>.main-navigation .hamburger-menu .menu-btn span {
	background: #000000;
	height: 2px;
	width: 25px;
	margin-bottom: 5px;
	display: block;
	transition: .3s
}

.header .navigation-wrapper nav>.main-navigation .hamburger-menu .menu-btn span:last-child {
	margin-bottom: 0
}

.header .navigation-wrapper nav>.main-navigation .hamburger-menu .menu-btn.active {
	position: relative;
	top: -4px;
	transition: .3s
}

.header .navigation-wrapper nav>.main-navigation .hamburger-menu .menu-btn.active span:first-child {
	transform: rotate(45deg);
	transition: .3s;
	position: relative;
	top: 7.4px
}

.header .navigation-wrapper nav>.main-navigation .hamburger-menu .menu-btn.active span:nth-child(2) {
	display: none
}

.header .navigation-wrapper nav>.main-navigation .hamburger-menu .menu-btn.active span:last-child {
	transform: rotate(-45deg);
	transition: .3s
}

.main-banner .slide-item {
    height: 600px;
    position: relative;
    z-index: 1;
    margin: 0;
}

.main-banner .slide-item:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 100%;
	width: 100%;
	/*background-color: #000;*/
	/*opacity: .5*/
}

.slider-content h1 {
	font-size: 48px
}

.slider-content ul {
	margin-bottom: 20px
}

.slider-content ul li {
	display: flex;
	align-items: center;
	font-size: 20px;
	margin-bottom: 10px
}

.slider-content ul li i {
	color: #000;
	font-size: 22px;
	margin-right: 15px;
	width: 27px;
	height: 22px;
	text-align: center
}

.main-banner .slick-dots {
	position: absolute;
	bottom: 20px;
	left: 0;
	right: 0
}

.banner-tabs .tab-pane [class^=col-],
.banner-tabs .tab-pane [class*=" col-"] {
	padding-left: 10px;
	padding-right: 10px
}

.banner-tabs {
	margin-top: 0;
	background: url(../images/black_mamba.png);
	background-repeat: repeat;
	background-position: center;
	background-size: auto
}

.banner-tabs .tabs .nav-tabs .nav-item .nav-link {
	background: #ffffff8c;
	color: #000;
	font-weight: 500;
	letter-spacing: 1px
}

.tabs .nav-tabs {
	border: none
}

.tabs .nav-tabs .nav-item {
	text-align: center;
	margin-right: 10px;
	margin-bottom: 10px
}

.tabs .nav-tabs .nav-item .nav-link:hover,
.tabs .nav-tabs .nav-item .nav-link.active {
	background: #000;
	color: #fff;
	border: none;
	border-bottom: 2px solid #000
}

.tabs .nav-tabs .nav-item .nav-link.active:before {
	content: "";
	bottom: -8px;
	left: calc(50% - 6px);
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 6px solid #000
}

.tabs .nav-tabs .nav-item .nav-link {
	background: #fff;
	border-radius: 0;
	border: none;
	border-bottom: 2px solid #000;
	color: #000;
	font-weight: 600;
	padding: 12px 40px;
	display: block;
	z-index: 10;
	position: relative
}

.tabs .nav-tabs .nav-item .nav-link:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 100%;
	background-color: #111;
	width: 0%;
	transition: .5s all;
	z-index: -1
}

.tabs .nav-tabs .nav-item .nav-link:hover:after {
	width: 100%
}

.about-us .about-left-side .section-header {
	padding-bottom: 0
}

.car-price strong {
	font-size: 48px;
	line-height: 48px
}

.car-price span {
	font-size: 26px;
	font-weight: 500;
	vertical-align: top;
	color: #999;
	display: inline-block;
	margin-top: 5px
}

.carinfo {
	width: 50%;
	background: #000;
	padding: 20px;
	box-shadow: 5px 5px 5px rgba(0, 0, 0, .1)
}

.about-us .about-left-side ul li {
	font-size: 14px;
	margin-bottom: 0
}

.carinfo ul {
	margin: 0;
	padding: 0
}

.carinfo ul li {
	font-size: 14px;
	color: #fff;
	list-style: none;
	border-bottom: 1px solid rgba(255, 255, 255, .3);
	padding: 10px 0
}

.carinfo ul li strong {
	float: right
}

.about-us .about-right-side .about-img {
	position: relative;
	overflow: hidden;
	width: 100%
}

.about-us .about-right-side .about-img img {
    height: 350px;
    object-fit: contain;
    position: relative;
}

.slide-item {
	margin: 4px 0
}

.car-grid {
    position: relative;
    overflow: hidden;
    padding: 10px;
}
.car-grid .car-grid-wrapper {
	background: #fff;
	border-radius: 16px;
	box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
	overflow: hidden;
	transition: transform 0.3s ease, box-shadow 0.3s ease;
	cursor: pointer;
}

.car-grid .car-grid-wrapper:hover {
	transform: translateY(-8px);
	box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.car-grid .car-grid-wrapper .image-sec {
	width: 100%;
	background: #f9f9f9;
	overflow: hidden;
	position: relative;
}

.car-grid .car-grid-wrapper .image-sec img {
    width: 100%;
    height: 170px;
    object-fit: contain;
    transition: transform 0.4s ease;
}

.car-grid .car-grid-wrapper:hover .image-sec img {
	transform: scale(1.08);
}

.car-grid .car-grid-wrapper .car-grid-caption {
	padding: 15px;
}

.car-grid .car-grid-wrapper .car-grid-caption .title {
    font-size: 16px;
    font-weight: 600;
    color: #222;
    margin-bottom: 9px;
    letter-spacing: 0.5px;
}

.car-grid .car-grid-wrapper .car-grid-caption .title small {
	font-size: 12px;
	color: #777;
	text-transform: uppercase;
	display: block;
	margin-top: 3px;
}

.car-grid .car-grid-wrapper .car-grid-caption .price {
	color: #061e4b;
	font-size: 20px;
	font-weight: 700;
	text-align: right;
}

.car-grid .car-grid-wrapper .car-grid-caption .price2 {
	color: #555;
	font-size: 16px;
	font-weight: 600;
	text-align: right;
	text-decoration: line-through;
	margin-top: 4px;
}

.car-grid .car-grid-wrapper .car-grid-caption .feedback {
	margin: 10px 0;
	border-top: 1px solid #f1f1f1;
	border-bottom: 1px solid #f1f1f1;
	padding: 8px 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.car-grid .car-grid-wrapper .car-grid-caption .action {
	display: flex;
	justify-content: space-between;
	margin-top: 10px;
}

.car-grid .car-grid-wrapper .car-grid-caption .action a {
	background: #3cb0fc;
	color: #fff;
	font-size: 14px;
	font-weight: 500;
	padding: 8px 16px;
	border-radius: 8px;
	text-decoration: none;
	transition: background 0.3s ease;
}

.car-grid .car-grid-wrapper .car-grid-caption .action a:hover {
	background: #457b9d;
}

.car-grid-caption h4 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 10px;
}

.car-grid .car-grid-caption .facilities {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: 15px 0;
    font-size: 14px;
    color: #444;
}

.car-grid .car-grid-caption .facilities span {
    display: flex;
    align-items: center;
    gap: 6px;
    background: #f5f5f5;
    padding: 6px 12px;
    border-radius: 8px;
    font-weight: 500;
    transition: all 0.3s ease;
}

.car-grid .car-grid-caption .facilities span i {
    color: #3cb0fc;
    font-size: 16px;
}

.car-grid .car-grid-caption .facilities span:hover {
    background: #061e4b;
    color: #fff;
}

.car-grid .car-grid-caption .facilities span:hover i {
    color: #fff;
}
.ratings span {
	color: #f4a261;
	font-size: 16px;
	cursor: pointer;
	transition: transform 0.2s;
}

.ratings span:hover {
	transform: scale(1.2);
}


.our-work-sec .row {
	margin: 0 -5px
}

.our-work-sec .row>div {
	padding: 0 5px 10px
}

.our-work-sec .work-sec.first-box {
	height: calc(100% - 10px)
}

.our-work-sec .work-sec .text-wrapper {
	width: 100%;
	background: 0 0;
	background: linear-gradient(to bottom, transparent, #000);
	position: absolute;
	left: 0;
	bottom: 0;
	line-height: 1;
	padding: 100px 20px 20px
}

.our-work-sec .work-sec .text-wrapper h4 {
	text-transform: uppercase;
	transform: translateY(20px) translateZ(0);
	transition: all .3s cubic-bezier(.77, 0, .175, 1)
}

.our-work-sec .work-sec .text-wrapper p {
	opacity: 0;
	transform: translateY(20px) translateZ(0);
	transition: all .3s cubic-bezier(.77, 0, .175, 1)
}

.our-work-sec .work-sec:hover .text-wrapper h4 {
	transform: translateY(-5px) translateZ(0)
}

.our-work-sec .work-sec:hover .text-wrapper p {
	opacity: .8;
	transition-delay: .2s;
	transform: translateY(0) translateZ(0)
}

.our-doctors-grid,
.service-sy-grid {
	position: relative;
	overflow: hidden;
	cursor: pointer
}

.service-sy-grid .caption {
	padding: 13px;
	background-color: #fff;
	text-align: center
}

.service-sy-grid .caption h4 {
	text-align: center
}

.service-sy-grid .hover-wrap {
	background-color: #fff;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 100%;
	transform: translateX(100%);
	transition: .3s all;
	border-top: 2px solid #000;
	display: flex;
	align-items: center;
	justify-content: center
}

.service-sy-grid .hover-wrap .text-wrap {
	text-align: center;
	padding: 0 20px;
	max-width: 300px;
	margin: 0 auto
}

.service-sy-grid:hover .hover-wrap {
	transform: translateY(0%)
}

.our-team {
	background-image: url(../images/team-bg.jpg)
}

.our-team .overlay-bg-black {
	opacity: .5
}

.team-sy-grid {
	position: relative;
	overflow: hidden;
	cursor: pointer
}

.team-sy-grid .caption {
	padding: 20px;
	background-color: #fff
}

.team-sy-grid .caption h5 {
	text-align: center
}

.team-sy-grid .hover-wrap {
	background-color: #fff;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 100%;
	transform: translateX(100%);
	transition: .3s all;
	border-top: 2px solid #000;
	display: flex;
	align-items: center;
	justify-content: center
}

.team-sy-grid .hover-wrap .text-wrap {
	text-align: center;
	padding: 0 20px;
	max-width: 300px;
	margin: 0 auto
}

.team-sy-grid:hover .hover-wrap {
	transform: translateY(0%)
}

.why-choose-box .why-choose-wrapper .why-choose-img:before {
	content: '';
	position: absolute;
	left: 50%;
	top: 50%;
	width: 70px;
	height: 70px;
	background: #fff;
	margin: 0;
	border-radius: 50%;
	z-index: 2;
	transform: translate(-50%, -50%)
}

.why-choose-box .section-header h2 {
	font-size: 28px
}

.why-choose-box .section-header h2:after {
	content: '';
	display: block;
	width: 80px;
	height: 2px;
	background: #000;
	margin-top: 20px
}

.why-choose-box .why-choose-wrapper .why-choose-img>.row {
	margin: 0 -10px
}

.why-choose-box .why-choose-wrapper .why-choose-img>.row>div {
	padding: 10px;
	cursor: pointer
}

.why-choose-box .why-choose-wrapper .why-choose-img .text-wrapper {
	width: 100%;
	background: 0 0;
	background: linear-gradient(to bottom, transparent, #000);
	position: absolute;
	left: 0;
	bottom: 0;
	line-height: 1;
	padding: 0 10px 10px
}

.why-choose-box .why-choose-wrapper .why-choose-img .text-wrapper h6 {
	text-transform: uppercase;
	transform: translateY(10px) translateZ(0);
	transition: all .3s cubic-bezier(.77, 0, .175, 1)
}

.blog-details .post .post-wrapper .blog-meta .post-meta-box .post-meta .post-date,
.our_articles .post .post-wrapper .post-img .post-date {
	text-align: center;
	width: 70px;
	margin-top: 0;
	z-index: 1;
	position: absolute;
	left: 20px;
	top: 20px;
	text-transform: capitalize
}

.blog-details .post .post-wrapper .blog-meta .post-meta-box .post-meta .post-date .year,
.our_articles .post .post-wrapper .post-img .post-date .year {
	background-color: #111
}

.our_articles .post .post-wrapper .blog-meta .post-meta {
	display: flex;
	justify-content: space-between
}

.blog-details .post .post-wrapper .blog-meta .post-meta-box .post-meta .post-date .date,
.our_articles .post .post-wrapper .post-img .post-date .date {
	font-size: 30px;
	line-height: 1.1;
	padding: 7px 0
}

.our_articles .post .post-wrapper .blog-meta .post-heading h2 {
	margin-top: -10px;
	line-height: 28px
}

.our_articles .post .post-wrapper .post-footer {
	padding: 20px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-top: 1px solid #f5f5f5;
	background: #fff
}

.our_articles .post .post-wrapper .post-footer .post-author a {
	color: #000
}

.our_articles .post .post-wrapper .post-footer>a {
	text-transform: uppercase;
	padding: 0 20px
}

.footer {
	background-color: #2c2c2c !important;
	background: url(../images/black_mamba.png);
	background-repeat: repeat;
	background-size: auto;
	padding: 40px 0;
}

.footer>.container>.row>div:last-child .footer-box {
	margin-bottom: 0
}

.footer .footer-box h4 {
	font-size: 24px;
	color:#fff;
}

/*.footer .footer-box h4:after {*/
/*	content: '';*/
/*	display: block;*/
/*	width: 80px;*/
/*	height: 2px;*/
/*	background: #fff;*/
/*	margin-top: 20px*/
/*}*/

.footer .footer-box .socials li {
	margin-right: 15px
}

.footer .footer-box .socials li a {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: transparent;
    border: 2px solid #fff;
    width: 36px;
    height: 36px;
    font-size: 16px;
    line-height: 34px;
    border-radius: 10px;
}

.footer .footer-box .socials li:hover a {
	background-color: #9cca33;
	border-color: #000;
	color: #fff
}

.footer .footer-box .main li {
	margin-bottom: 7px
}

.footer .footer-box .main li:last-child {
	margin-bottom: 20px
}

/*.footer .footer-box .main li:before {*/
/*	background: #333;*/
/*	height: 2px;*/
/*	content: '';*/
/*	width: 10px;*/
/*	display: inline-block;*/
/*	margin-top: 0;*/
/*	vertical-align: middle;*/
/*	margin-right: 5px*/
/*}*/

.footer .footer-box .main li {
	list-style: none;
	color: #fff;
	padding: 2px 0
}

.btn-submits {
	border-color: #000;
	color: #fff;
	background: #000;
	width: 100%
}

.footer .footer-box .logo {
	width: 150px;
	height: 150px
}

.copyright {
	background-color: #3cb0fc;
	text-align: center;
	padding-top: 20px
}

.copyright p {
	line-height: normal
}

#back-top {
	text-align: center;
	display: none
}

#back-top a {
	display: block;
	width: 40px;
	height: 40px;
	border-radius: 0;
	text-align: center;
	line-height: 36px;
	border: #000 solid 1px;
	color: #fff;
	border-radius: 50%;
	background: #113529;
	transition-duration: .3s;
	font-size: 22px;
	box-shadow: rgba(0, 0, 0, .05) 0 0 10px;
	position: fixed;
	z-index: 100;
	bottom: 60px;
	right: 20px
}

.subheader {
    background-image: url(../images/breadcrumb-banner.jpg);
    text-align: center;
    padding: 90px 0px;
}

.subheader:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: #00000094;
    /* opacity: .5; */
}

.subheader h1 {
	line-height: 1
}

.subheader ul li a {
	color: #fff
}

.subheader ul li a:after {
	content: '/';
	color: #fff;
	font-size: 14px;
	margin: 0 5px
}

.subheader ul li.active {
	color: #fff
}

.sidebar_wrap .sidebar .sidebar_widgets {
	padding: 20px;
	background: #fff;
	border: #eee solid 1px;
	box-shadow: 0 0 8px rgba(0, 0, 0, .1)
}

.sidebar_wrap .sidebar .sidebar_widgets .widget_title {
	margin: -20px -20px 20px;
	padding: 20px
}

.sidebar_wrap .sidebar .sidebar_widgets .categories li {
	position: relative;
	margin-bottom: 10px
}

.sidebar_wrap .sidebar .sidebar_widgets .categories li:last-child {
	margin-bottom: 0
}

.sidebar_wrap .sidebar .sidebar_widgets .categories li a {
	font-weight: 500;
	display: flex;
	justify-content: space-between;
	align-items: center
}

.sidebar_wrap .sidebar .sidebar_widgets .popular_post li .post .post-wrapper {
	width: 100%;
	display: flex;
	align-items: center
}

.sidebar_wrap .sidebar .sidebar_widgets .popular_post li .post .post-wrapper .popular_post_img {
	flex: 0 0 80px;
	max-width: 80px;
	height: 80px
}

.sidebar_wrap .sidebar .sidebar_widgets .popular_post li .post .post-wrapper .popular_post_title {
	flex: 0 0 calc(100% - 80px);
	max-width: calc(100% - 80px);
	padding: 5px 15px;
	width: 100%
}

.sidebar_wrap .sidebar .sidebar_widgets .popular_post li .post .post-wrapper .popular_post_title h6 {
	margin-bottom: 10px
}

.blog-details .post-details-tags-social .tags a,
.sidebar_wrap .sidebar .sidebar_widgets .tags a {
	display: inline-block;
	padding: 5px 15px;
	border: #eee solid 1px;
	margin: 0 5px 10px 0;
	background: #fff;
	font-weight: 600;
	border-radius: 50px;
	color: #838383
}

.blog-details .post-details-tags-social .tags a:hover,
.sidebar_wrap .sidebar .sidebar_widgets .tags a:hover {
	border-color: #000;
	color: #000
}



.blog-details .post .post-wrapper .blog-meta .post-meta-box {
	display: flex;
	align-items: center;
	justify-content: space-between
}

.blog-details .post .post-wrapper .blog-meta .post-meta-box .post-meta {
	display: flex
}

.blog-details .post .post-wrapper .blog-meta .post-meta-box .post-meta .post-date {
	position: absolute;
	right: 0;
	height: 75px;
	margin-top: 0;
	left: 20px;
	top: 20px
}

.blog-details .post .post-wrapper .blog-meta .post-heading h2 {
	font-size: 30px;
	font-weight: 600
}

.blog-details .post .post-wrapper .blog-meta .post-heading h2:after {
	content: '';
	display: block;
	width: 80px;
	height: 2px;
	background: #000;
	margin-top: 20px
}

.blog-details .post .post-wrapper .blog-meta .post-author {
	display: flex;
	align-items: center;
	margin-right: 15px;
	flex-wrap: wrap;
	width: auto;
	border: none
}

.blog-details .post .post-wrapper .blog-meta .post-author .author-img {
	margin-right: 15px;
	flex: 0 0 40px;
	max-width: 40px;
	height: 40px;
	border-radius: 50%
}

.blog-details .post-details-tags-social .tags-box {
	display: flex;
	align-items: flex-start
}

.blog-details .post-details-tags-social .tags {
	margin-left: 15px
}

.blog-details .post-details-tags-social .social-media-box ul {
	justify-content: flex-end
}

.blog-details .post-details-tags-social .social-media-box ul li {
	display: flex;
	align-items: center;
	margin-left: 10px
}

.blog-details .post-details-tags-social .social-media-box ul li a {
	width: 35px;
	height: 35px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	z-index: 1
}

.sidebar_wrap .sidebar .sidebar_widgets {
	padding: 20px;
	background: #fff;
	border: #ccc solid 1px
}

.sidebar_wrap .sidebar .sidebar_widgets .widget_title {
	margin: 0;
	padding: 0 0 20px;
	position: relative;
	text-align: left
}

.sidebar_wrap .sidebar .sidebar_widgets .widget_title:after {
	content: '';
	display: block;
	width: 80px;
	height: 2px;
	background: #000;
	margin: 20px 0 auto
}

.sidebar_wrap .sidebar .sidebar_widgets .widget_title h5 {
	font-size: 20px;
	line-height: 1;
	font-weight: 600;
	text-transform: uppercase;
	color: #000
}

.blog-details .post-details-tags-social .social-media-box ul li .social-number {
	padding: 2px 10px;
	border-radius: 0 15px 15px 0;
	margin-left: -8px;
	z-index: 0;
	font-size: 14px
}

.fb {
	background-color: #3b5998
}

.tw {
	background-color: #1da1f2
}

.yt {
	background-color: #000
}

.ldin {
	background-color: #0077b5
}

.blog-details .post-author {
	display: flex;
	align-items: center;
	width: 100%
}

.blog-details .post-author .author-img {
	flex: 0 0 150px;
	max-width: 150px;
	height: 150px;
	margin-right: 15px;
	border-radius: 0%
}

.blog-details .post-author .author-caption {
	flex: 0 0 calc(100% - 165px);
	max-width: calc(100% - 165px);
	width: 100%;
	position: relative
}

.blog-details .post-author .author-caption h5 {
	margin-bottom: 10px
}

.blog-details .post-author .author-caption .authorpost {
	top: 0;
	position: absolute;
	right: 0
}

.pagination-btn nav ul {
	justify-content: space-between
}

.comment-box .children,
.comment-box .comments {
	margin-bottom: 35px
}

.comment-box .children {
	padding-left: 95px
}

.comment-box .comments li.comment {
	list-style: outside none none;
	padding-left: 0;
	margin-bottom: 20px
}

.comment-box .comments li article {
	display: flex;
	width: 100%;
	position: relative;
	margin-bottom: 20px
}

.comment-box .comments li article .comment-avatar {
	margin-right: 20px;
	float: left;
	overflow: hidden;
	height: 80px;
	border-radius: 50px
}

.comment-box .comments li article .comment-content {
	float: right;
	width: calc(100% - 50px)
}

.comment-box .comments li article .comment-content .comment-meta {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 15px;
	flex-wrap: wrap
}

.comment-box .comments li article .comment-content .comment-meta .comment-meta-reply .comment-reply-link {
	font-size: 20px;
	padding: 0 15px
}

.comment-box .comments li article .comment-content .comment-meta .comment-meta-header .post-date .date {
	display: inline-block;
	padding: 8px 15px;
	position: relative;
	line-height: 10px;
	font-size: 14px;
	position: relative;
	color: #fff
}

.listing-top-heading {
	border-bottom: 2px solid #000;
	background: #fff;
	padding: 0 20px;
	display: flex;
	align-items: center;
	justify-content: space-between
}

.listing-top-heading h6 {
	padding: 20px 0
}

.listing-top-heading .sort-by {
	display: flex;
	align-items: center
}

.listing-top-heading .sort-by span {
	white-space: nowrap;
	margin-right: 15px
}

.listing-top-heading .sort-by .custom-select {
	margin-bottom: 0;
	background: #fff
}

.checkbox-group .form-group {
	margin-bottom: 1px;
	background: #eee;
	padding: 15px
}

.checkbox-group .form-group label {
	margin-bottom: 0;
	line-height: 1.5
}

.checkbox-group button {
	margin-top: 20px
}

.widget_range .irs--round .irs-from,
.widget_range .irs--round .irs-to,
.widget_range .irs--round .irs-single {
	background-color: transparent;
	color: #fff;
	font-size: 12px;
	font-weight: 600
}

.widget_range .irs--round .irs-from,
.widget_range .irs--round .irs-to,
.widget_range .irs--round .irs-single {
	background: #000
}

.widget_range .irs--round .irs-from:before,
.widget_range .irs--round .irs-to:before,
.widget_range .irs--round .irs-single:before {
	border-top-color: #000
}

.widget_range .irs--round .irs-handle {
	border: none;
	width: 15px;
	height: 15px;
	top: 30px;
	background-color: #000;
	cursor: pointer
}

.widget_range .irs--round .irs-bar {
	background-color: #000
}

.listing-details-inner .detail-slider-for .slide-item {
	height: 450px;
	position: relative;
	margin: 0
}

.listing-details-inner .detail-slider-for .slide-item:hover .popup:after,
.listing-details-inner .detail-slider-for .slide-item:hover .popup:before {
	opacity: 1
}

.listing-details-inner .listing-meta-sec .hotel-type ul li {
	text-transform: uppercase;
	font-size: 12px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 5px
}

.listing-details-inner .listing-meta-sec .hotel-type ul li:last-child {
	margin-bottom: 0
}

.listing-details-inner .listing-meta-sec .listing-testimonial .tesimonial-item .testimonial-author {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	margin-top: 15px
}

.listing-details-inner .listing-meta-sec .amenities .icon-box {
	background-color: #f5f5f5;
	height: 42px;
	display: flex;
	align-items: center;
	font-size: 14px;
	margin-bottom: 1px
}

.listing-details-inner .listing-meta-sec .amenities .icon-box i {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 42px;
	float: left;
	background: #000;
	color: #fff;
	height: 42px;
	font-size: 2em;
	margin-right: 15px
}

.listing-details-inner .need-help ul li {
	position: relative
}

.listing-details-inner .need-help ul li i {
	margin: 5px
}

.listing-details-inner .listing-meta-sec .travel-info>.row>div {
	border-right: 1px solid #fff
}

.listing-details-inner .listing-meta-sec .travel-info .head {
	border-bottom: 1px solid #fff
}

.listing-details-inner .listing-meta-sec .travel-info .travel-info-body .date-wrapper {
	display: flex;
	align-items: center
}

.listing-details-inner .listing-meta-sec .travel-info .travel-info-body .date-wrapper .icon {
	margin-right: 10px;
	position: relative;
	top: -3px;
	width: 20px;
	display: flex;
	align-items: center;
	justify-content: center
}

.listing-details-inner .listing-meta-sec .travel-info .travel-info-body .date-wrapper .text p {
	line-height: .5
}

.about-counter {
	background-image: url(../images/counter-bg.html)
}

.about-counter .counter-box .counter-box-inner {
	width: 100%;
	position: relative;
	background: #fff;
	padding: 40px 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	box-shadow: 4px 3px 10px 0 rgba(0, 0, 0, .08)
}

.about-counter .counter-box .counter-box-inner .counter .icon {
	font-size: 48px;
	height: 48px;
	line-height: 48px;
	margin-bottom: 10px;
	color: #ccc
}

.about-counter .counter-box .counter-box-inner .counter .count {
	font-size: 32px;
	line-height: 1;
	font-weight: 700
}

.page-404 {
	background-image: url(../images/404.jpg);
	height: 100vh;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: auto
}

.page-404 .page-404-text {
	width: 100%;
	text-align: center;
	border: 10px solid #fff;
	margin: 0 auto;
	border-radius: 8px
}

.page-404 .page-404-text .text-wrapper h1 {
	font-size: 12vw;
	line-height: 1;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 10px
}

.page-404 .page-404-text .text-wrapper h6 {
	font-size: 18px;
	line-height: 22px;
	font-weight: 700;
	letter-spacing: 1.5px;
	text-transform: uppercase
}

.coming-soon {
	background-image: url(../images/404.jpg);
	height: 100vh;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: auto
}

.coming-soon .coming-soon-img {
	min-height: 450px
}

.coming-soon .coming-soon-text {
	padding: 80px 40px;
	background-color: #fff;
	text-align: center
}

.coming-soon .coming-soon-text h1 {
	font-size: 60px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 10.5px
}

.coming-soon .coming-soon-text .counter {
	display: flex;
	justify-content: center;
	margin: 0 0 30px
}

.coming-soon .coming-soon-text .counter .counter-box {
	text-align: center;
	width: 25%;
	padding: 0 15px;
	margin: 0 15px;
	position: relative;
	background-color: #000
}

.coming-soon .coming-soon-text .counter .counter-box .inner-box {
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	border-radius: 0;
	margin-bottom: 10px;
	font-size: 50px;
	line-height: 1;
	margin-top: 20px;
	font-weight: 600
}

.coming-soon .newsletter-form .group-form .input-group-append {
	pointer-events: all;
	width: 80px
}

.coming-soon .coming-soon-contact ul li {
	text-align: center;
	width: 33.33%;
	margin-bottom: 20px
}

.coming-soon .social-media ul {
	justify-content: center
}

.coming-soon .social-media ul li {
	margin: 0 10px;
	font-size: 22px
}

.contact-info-box:hover {
	background: #fff
}

.contact-info-box {
	background: #fff;
	padding: 30px 0;
	text-align: center;
	margin: 0 auto;
	margin-bottom:30px;
}

.contact-info-box i {
    height: 50px;
    width: 50px;
    color: #fff;
    background: #253238;
    font-size: 25px;
    border-radius: 5px;
    padding-top: 10px;
    margin-bottom: 25px;
    display: inline-block;
}

.contact-info-box h6 {
	line-height: 26px
}

.faqs .custom-accordion .card .card-body {
	padding: 15px
}

.gallery .tabs .nav-tabs {
	justify-content: center
}

.gallery .gallery-item {
    height: 240px;
    position: relative;
    overflow: hidden;
    box-shadow: 1px 1px 15px 0px #000;
}

.gallery .gallery-item .popup:before {
	position: absolute;
	top: 50%;
	opacity: 0;
	color: #fff;
	font-size: 26px;
	font-family: "font awesome 5 free";
	font-weight: 900;
	content: "\f00e";
	pointer-events: none;
	z-index: 9000;
	transition: .5s all;
	transform: translate(-100%, -50%);
	left: 0;
	right: 0;
	text-align: center;
	line-height: .5
}

.gallery .gallery-item .popup:after {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	opacity: 0;
	background-color: #00000073;
	content: '';
	transition: .5s all;
	margin: 10px;
	transform: translateX(-100%)
}

.gallery .gallery-item:hover .popup:before,
.gallery .gallery-item:hover .popup:after {
	opacity: 1;
	transform: translateX(0%)
}

.about-left-side {
}

.banner-tabs .tab-content {
	padding: 50px 0
}

.quick-quote h5::after,
.need-help h5::after {
	content: '';
	display: block;
	width: 80px;
	height: 2px;
	background: #000;
	margin: 20px 0 auto
}

.img-wrap .image-fit {
    height: 185px;
    object-fit: cover;
    width: 100%;
}

.banner img {
    width: 100%;
    height: 600px;
    object-fit: cover;
}

.gallery-item img {
    height: 100%;
    object-fit: cover;
}

.pack img {
    height: 220px;
    width: 100%;
    object-fit: cover;
}

.blog-details .post-img img {
    width: 350px;
    object-fit: contain;
    /*height: 450px;*/
}

.trip-outer .trip-type-tabs {
    width: 100%;
    float: left;
    z-index: 1;
    position: relative;
}
.trip-type-tabs .nav-tabs {
    border: none;
}
.trip-type-tabs ul li a.active, .trip-type-tabs ul li:hover a {
    background: #061e4b;
    color: #fff;
}
.trip-type-tabs .nav-tabs li a {
    font-family: 'Montserrat',sans-serif;
    line-height: 22px;
    display: block;
    font-size: 18px;
    color: #000;
    font-weight: 500;
    padding: 12px;
    background-color: #f0f0f0;
    border: none;
    border-radius: 30px;
    /*box-shadow:0px 0px 5px;*/
}
.trip-outer .tab-content {
    width: 100%;
    background-color: #fff;
    float: left;
    padding: 25px 20px;
}
.trip-type-frm  .search-btn {
    display: block;
    border: none;
    color: #fff;
    width: 150px;
    text-transform: capitalize;
    text-align: center;
    padding: 10px 0;
    margin: 10px 0 0;
    float: left;
    background: #3cb0fc;
    border-radius:30px;
}
.trip-outer .tab-content input {
    margin-bottom:15px;
}
.fleet-info-box h3 {
    margin-bottom:2px;
}
.fleet-info-box p {
    margin-bottom: 5px;
}

@media(max-width:768px){
    .banner img {
    height: 300px;
    }

.main-banner .slide-item {
    height: 300px;
}
}



.contact-facebook {
    width: 50px;
    position: fixed;
    bottom: 20%;
    right: 15px;
    z-index: 9999;
    display: inline-block;
    animation: up-down 2s infinite;
}

.contact-insta {
    width: 50px;
    position: fixed;
    bottom: 30%;
    right: 15px;
    z-index: 9999;
    display: inline-block;
    animation: up-down 2s infinite;
}





.contact-whatsapp {
    width: 50px;
    position: fixed;
    bottom: 120px;
    left: 15px;
    z-index: 9999;
    display: inline-block;
    animation: up-down 2s infinite;
}

.contact-call {
    width: 50px;
    position: fixed;
    bottom: 30px;
    left: 15px;
    z-index: 9999;
    display: inline-block;
    animation: up-down 2s infinite;
}

@keyframes up-down {
    0% {transform:translateY(0px);}
    50% {transform:translateY(20px);}
    100% {transform:translateY(0px);}
    /*50% {margin-top:-20px;}*/
    /*100% {margin-top: 0px;}*/

}


.social-icons-left li {
        float: left;
    font-size: 25px;
    margin-right: 20px;
}



.btn-sonar {
    background: #d31f26;
    border: 0;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    display: inline-block;
    color: #fff;
    outline: 0;
    position: fixed;
    text-align: center;
    line-height: 80px;
    left: 10px;
    bottom: 10px;
    z-index: 99;
}
.btn-sonar img {
    width: 35px;
    height: 35px;
    margin-top: -20px;
    animation: rotate-img 1s infinite;
}

.btn-sonar::before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    top: 0;
    left: 0;
    animation: sonar-effect 1s ease-in-out .1s infinite;
}



@keyframes rotate-in {
  0% {
    -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
    transform: perspective(120px) rotateX(0deg) rotateY(0deg);
  }
  50% {
    -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
    transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
  }
  100% {
    -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
  }
}


@keyframes sonar-effect{0%{opacity:.3}40%{opacity:.5;box-shadow:0 0 0 5px #d31f26,0 0 10px 10px #d31f26,0 0 0 10px #d31f26}100%{box-shadow:0 0 0 5px #d31f26,0 0 10px 10px #d31f26,0 0 0 10px #d31f26;transform:scale(1.5);opacity:0}}

.search-form {
    padding: 30px 0;
    width: 100%;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
}

footer.section-padding.footer li a {
    color: #f2f7f5;
}

.footer-keywords li:not(:last-child) {
    line-height: 28px;
    border-bottom: 1px dotted #5f5f5f;
}
#offer_modal button {
    margin-top: -12px;
    font-size: 30px;
    background: #ddd;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    position: absolute;
    right: -12px;
    opacity: 1;
    top: -8px;
}

@media (max-width:768px){
    .rightside {
    float:none;
    margin-bottom:20px;
}
 .rightside a {
        display: block !important;
    }
    
    .rightside i {
     
        transform: rotate(90deg);
    }
    .mob-icon{
        display:none !important;
    }
   .trip-type-tabs .nav-tabs li a {
   		font-size:12px;
   		padding: 8px 8px;
   }
   .main-navigation .btn-first {margin-left:8px;background:#000;}
}


@keyframes color-head {
    0% {color:#000;}
    50% {color:#fff;}
    100% {color:#000;}
   
}

 .rightside a {
        display: none;
    }


.trip-type-tabs li{
    border-right:2px solid #fff0;
    width:30%;
}
.fleet-grid-box .fleet-thumb img {
    width: 100%;
    height: 250px;
    object-fit:contain;
}

.fleet-thumb {
    width:50%;
    float:right
}



.fleet-grid-box {
    margin-bottom: 20px;
}
.fleet-grid-box {
    margin-bottom: 20px;
    border: 1px solid #000;
    border-radius: 5px;
    box-shadow: 0px 0px 8px #000;
}
.fleet-grid-box .fleet-info-box {
    padding: 0px 10px 20px 10px;
}
.mobile-show {display:none;}
.main-navigation .main-menu form {
    margin-top: 5px;
}

.contact-button-fixed {
    width: 120px;
    height: 40px;
    border-radius: 10px;
    background: #000;
    text-align: center;
    transform: rotate(270deg);
    position: fixed;
    left: -50px;
    top: 40%;
}
.contact-button-fixed a {
    text-align: center;
    font-size: 18px;
    display: block;
    font-weight: 600;
    position: relative;
    top: 55%;
    transform: translateY(-50%);
    /*animation: blinking 1s infinite 1s;*/
}
.cab-booking-details {
    width: 100%;
}
.cab-booking-details .nav-tabs a {color:#333;font-weight:bold;}
.cab-booking-details .booking-taxi-details {margin-top:10px;}
.cab-booking-details .booking-taxi-details i {
    width: 35px;
    height: 35px;
    border: 1px solid #333;
    text-align: center;
    line-height: 35px;
    border-radius: 50%;
    margin-right:8px;
    margin-bottom:8px;
}

@media(max-width:767px) {
    .mobile-show {display:block;}
    .main-navigation .main-menu form {
        margin-left: 12px;
    }
    .mobile-package-btn {display:block !important;}
}

.adsbygoogle {
    display:none !important;
}

.service-icon {
    width: 100%;
    text-align: center;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-around;
    margin: 0;
    padding: 0;
}
.service-icon li {
    list-style:none;
}

.service-icon p {
    margin: 0px;
    padding: 0px;
    color: black;
    font-size: 13px;
    line-height:18px;
}
.service-icon li {
    font-size: 25px;
    color: #000;
    margin-bottom:10px;
}

.service-icon i {
    font-size: 25px;
    border: 1px solid #000;
    color: #000;
    padding: 10px;
    border-radius: 50%;
    height: 50px;
    width: 50px;
}

.call-us-subheader {
    background: #000;
    text-align: center;
    padding: 8px 0;
    margin-bottom:15px;
}
.call-us-subheader h4 {margin-bottom:0px;}
.call-us-subheader a {
    color: #fff;
}



.accor_part1 {
    background-color: #fff;
}

.border {
    border: 1px solid #dbdbdb!important;
}

.accor_part1 img {
    margin: 10%;
    width: 100%;
    height: 150px;
    object-fit: contain;
    filter: brightness(0);
}

.accor_part1 p {
    color: #000;
    font-size: 20px;
    font-weight: 600;
    text-align: center;
}

.accordion_btn {
    border: 1px solid #dee2e6;
    color: #444;
    cursor: pointer;
    padding: 10px;
    width: 100%;
    background-color: #fff;
    text-align: left;
    font-size: 14px;
    transition: 0.4s;
}


.accordion_text {
    padding: 15px 18px;
    display: none;
    background-color: white;
    overflow: hidden;
    font-size: 14px;
}

.accor_part2 .accordion_btn::after {
    content: '+';
    font-size: 14px;
    float: right;
}

.service_col {
    box-shadow: 1px 1px 8px 0px #dee2e6;
    padding: 20px;
    border-radius: 5px;
    text-align:center;
}

.service_col i {
    font-size: 45px;
    color: #3cb0fc;
    padding: 10px;
}

.service_col h5 {
    font-size: 24px;
    margin: 0;
}

.service_col p {
    text-transform: capitalize;
    text-align: center;
    font-weight: 600;
    color: #464646;
}

@media(max-width:768px){
    .right-button{
    display:none}


.banner-text{
    text-align:left !important;
}

}
.contact-info-box h4 {
    color: #000;
    font-weight: 500;
    margin: 0px;
    font-size: 20px;
}

/*=========== Style of Cab list page===========*/

.cab_column .col p{
	font-size: 14px;
}

.cab_column .cab_col i{
	font-size: 50px;
	color: #08234d;
	padding-top: 25px;
}
.cab_column .cab_col_text{
	margin-left: 25px;
	padding-top: 20px !important;
}
.cab_button .btn1{
	border-radius: 25px;
	background-color: #000;
	color: #fff;
	width: 150px;
}
.cab_button .btn2{
	background-color: #d1e4ff;
	color: #000;
	width: 150px;
	border-radius: 25px;
	border: 1px solid #000;
}

.cab_list_text .cab_list1, .cab_list2, .cab_list4{
	display: flex;
	justify-content: space-between;
}
.cab_list_text .cab_list1 b, .cab_list4 b{
	color: #000;
}
p.facility {font-weight: 600;font-size: 16px; margin:0px;}

.cab_list2 p {font-size: 18px;}

.cab_list_text .cab_list1 b{
	color: #000;
	    font-weight: 500;
    font-size: 21px;
}
.cab_list_text .cab_list1 a{
	text-decoration: none;
	border: 1px solid #000;
	padding: 4px 12px;
  color: #000;
	border-radius: 15px;
}
.cab_list_text .cab_list4 i{
	color: #000;
}
.cab_list3 figure{
	margin-right: 10px;
	margin-bottom: 10px;
}
.cab_list3 img{
    width: 30px;
    height: 30px;
    object-fit: contain;
    margin-bottom: 10px;

}
.cab_list3{
	display: flex;
}
.cab_list_sec2 i {
    font-size: 35px;
    color: #000;
}
.cab_list_sec2_1  h5 {
    font-size: 24px;
    margin-bottom: 20px;
}

.cab_list_sec2 p{
	font-size: 16px !important;
}
.cab_list_text i{
	color: #999;
}
.cab_list_text{
	font-size: 16px;
	line-height: 1;
}
.cab_list_price{
	background-color: #fff;
	text-align: right;
}
.cab_list_price_1 p:nth-child(2){
		text-align: right;
}
.cab_list_price_2 h5 {
    font-size: 21px;
}
.cab_list_price p{
	font-size: 15px;
	line-height: 0.9;
}
.cab_list_btn{
		width: 100px;
		border-radius: 25px;
		color: #fff;
		font-size: 15px;
		float: right;
		background-color: #3cb0fc;
}
.cab_list_btn:hover{
		border: 1px solid #000;
		background-color: #fff;
		color: #000;
}

.cab_blog_list{
	margin-bottom: 10px;
	    box-shadow: 1px 1px 8px 0px #dee2e6;
    border-radius: 15px;
    position:relative;
}
.cab_list_sec2 .heading {
		color: #000;
		text-transform:capitalize;
		font-weight: bold;
		margin-bottom:0px;

}

.priceinfo {
    position: absolute;
    right: 0;
    top: 62px;
    background: #c9c9c9;
    width: 25px;
    height: 25px;
    line-height: 27px;
    text-align: center;
    font-size: 16px;
    border-radius: 50%;
}


.cstm7_wdth {width: 55%;}

.cstm2_wdth {width: 20%;}


.cab_list3 figcaption { display: none;position: absolute;bottom: -10px;left: -40px;width: 110px;text-align: center;padding: 5px 10px;border-radius: 10px;font-size: 13px;}

.cab_list3 img:hover + figcaption {
    display: block;
}

.cab_list3 figure {
    position: relative;
}


.cab_list_sec2_1  h5 {
    font-size: 24px;
    margin-bottom: 20px;
}

@media (min-width: 1080px){
    .cab_list4 {
    position: relative;
    left: -100px;
    margin-top: -10px;
}
}


.cab_car_list img {
    height:115px;
    object-fit:contain;
    width:100%;
}



.cab_sec2_btn2 {
    border-radius: 25px;
    background-color: #000;
    width: 160px;
    margin: 15px auto;
    padding: 5px 15px 5px 15px;
    text-align: center;
}
.banner-text{
    text-align:right
}


.logo-text {
    font-size: 35px;
    font-weight: 700;
    margin-top: 10px;
    color: #000;
}

.radio-type-design li a.active {
    background: transparent !important;
    color: #333 !important;
}
.radio-type-design li a.active .radio-circle {
    width: 20px;
    height: 20px;
    background: #000 content-box;
    display: inline-block;
    border-radius: 50%;
    float:left;
    padding: 2px;
}

/* non-selected radio */
.radio-type-design li a {
    background: transparent !important;
    color: #333 !important;
    font-size:16px !important;
}
.radio-type-design li a .radio-circle {
    width: 20px;
    height: 20px;
    background: #fff;
    display: inline-block;
    border-radius: 50%;
    border:2px solid #000;
    float:left;
}
.radio-type-design li a .radio-text {
    float: left;
    margin-left:5px;
}

@media (max-width:767px) {
    .radio-type-design > li {width:auto;}
}


.counter-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  margin: 30px 0;
}
.counter {
  font-size: 40px;
  margin-top: 10px;
  line-height: 50px;
  font-weight: 600;
}
/*.counter-container span {*/
/*    font-size: 18px;*/
/*}*/
.counter-container .font_size {
    font-size: 30px;
    margin-top:10px;
}
.counter-bg-back {
    background: #3cb0fc;
    color: #fff;
}


.section-head {
/*  margin-bottom: 60px;*/
}
.section-head h4 {
  position: relative;
  padding:0;
  color:#3cb0fc;
  line-height: 1;
  letter-spacing:0.3px;
  font-size: 34px;
  font-weight: 700;  
  text-align:center;
  text-transform:none;
  margin-bottom:30px;
}
.section-head h4:before {
  content: '';
  width: 60px;
  height: 3px;
  background: #3cb0fc;
  position: absolute;
  left: 0px;
  bottom: -10px;
  right:0;  
  margin:0 auto;
}
.section-head h4 span {
  font-weight: 700;
  padding-bottom: 5px;
  color:#2f2f2f
}

p.service_text{
  color:#cccccc !important;
  font-size:16px;
  line-height:28px;
  text-align:center;    
}
.section-head p, p.awesome_line{
  color:#818181;
  font-size:16px;
  line-height:28px;
  text-align:center;  
}

.extra-text {
    font-size:34px;
    font-weight: 700;
    color:#2f2f2f;
    margin-bottom: 25px;
    position:relative;
    text-transform: none;
}
.extra-text::before {
    content: '';
    width: 60px;
    height: 3px;
    background: #3cb0fc;
    position: absolute;
    left: 0px;
    bottom: -10px;
    right: 0;
    margin: 0 auto;
}
.extra-text span {
    font-weight: 700;
    color:#3cb0fc;
}
.item {
    background: #fff;
    text-align: center;
    padding: 20px;
    -webkit-box-shadow:0 0px 25px rgba(0, 0, 0, 0.07);
    box-shadow:0 0px 25px rgba(0, 0, 0, 0.07);
    border-radius: 20px;
    border:5px solid rgba(0, 0, 0, 0.07);
    margin-bottom: 30px;
    -webkit-transition: all .5s ease 0;
    transition: all .5s ease 0;
    transition: all 0.5s ease 0s;
}
.item:hover{
    background:#3cb0fc;
    box-shadow:0 8px 20px 0px rgba(0, 0, 0, 0.2);
    -webkit-transition: all .5s ease 0;
    transition: all .5s ease 0;
    transition: all 0.5s ease 0s;
}
.item:hover .item, .item:hover span.icon{
    background:#fff;
    border-radius:10px;
    -webkit-transition: all .5s ease 0;
    transition: all .5s ease 0;
    transition: all 0.5s ease 0s;
}
.item:hover h6, .item:hover p{
    color:#fff;
    -webkit-transition: all .5s ease 0;
    transition: all .5s ease 0;
    transition: all 0.5s ease 0s;
}
.item .icon {
    font-size: 35px;
    margin-bottom: 25px;
    color: #3cb0fc;
    width: 60px;
    height: 60px;
    border-radius: 50px;
    display: inline-block;
    line-height: 60px;
}
.item .feature_box_col_one{
    background:rgba(247, 198, 5, 0.20);
    color:#3cb0fc
}
.item .feature_box_col_two{
    background:rgba(255, 77, 28, 0.15);
    color:#3cb0fc
}
.item .feature_box_col_three{
    background:rgba(0, 147, 38, 0.15);
    color:#3cb0fc
}
.item .feature_box_col_four{
    background:rgba(0, 108, 255, 0.15);
    color:#3cb0fc
}
.item .feature_box_col_five{
    background:rgba(146, 39, 255, 0.15);
    color:#3cb0fc
}
.item .feature_box_col_six{
    background:rgba(23, 39, 246, 0.15);
    color:#3cb0fc
}
.item p{
    font-size:15px;
    line-height:26px;
}
.item h6 {
    margin-bottom:10px;
    color:#2f2f2f;
}

.counter-sec {
  position: relative;
  padding:50px 0px;
  width: 100%;
  background-color: #061e4b;
  /*background: url("https://kstdc.co/wp-content/themes/kstdc/img/banner-offer-inner.jpg") center/cover no-repeat;*/
  overflow: hidden; /* overlay ke liye zaruri */
  background-position: bottom;
}

/* Overlay layer */
.counter-sec::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgb(0 0 0 / 35%); /* transparent overlay */
  backdrop-filter: blur(2px);
  -webkit-backdrop-filter: blur(2px);
  z-index: 0;
}
/* Inside content ko upar lana hoga */
.counter-sec * {
  position: relative;
}






.blantershow-chat {
    background: #095e54;
    color: #fff !important;
    position: fixed;
    display: flex;
    font-weight: 400;
    justify-content: space-between;
    z-index: 98;
    bottom: 8%;
    right: 7px;
    font-size: 15px;
    padding: 10px 20px;
    border-radius: 30px;
    box-shadow: 0 1px 15px rgba(32, 33, 36, 0.28);
}
.blantershow-chat img {
    height: 20px;
    margin-top: 4px;
    margin-right: 5px;
}
 #hamburger {
      z-index: 99999;
      position: fixed;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      bottom: 8%;
      left: 3%;
      background-color: #f25321;
      width: 56px;
      height: 56px;
      border-radius: 50%;
      cursor: pointer;
      box-shadow: 2px 2px 10px rgba(10, 10, 10, 0.3);
      transition: all 0.2s ease-in-out;
    }

    #hamburger .icon-bar {
      display: block;
      background-color: #FFFFFF;
      width: 22px;
      height: 2px;
      transition: all 0.3s ease-in-out;
    }

    #hamburger .icon-bar + .icon-bar {
      margin-top: 4px;
    }

    .fabnav, .fiber {
      visibility: hidden;
      opacity: 0;
      transition: all 0.3s ease-in;
    }

    .fabnav.show, .fiber.show {
      visibility: visible;
      opacity: 1;
    }

    .fabnav {
      z-index: 99991;
      position: fixed;
      width: 48px;
      height: 48px;
      border-radius: 50%;
      background-color: #f9f9f9;
      display: flex;
      justify-content: center;
      align-items: center;
      box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.48);
      cursor: pointer;
      bottom: 5.5%;
      left: 5.5%;
    }

    .fiber {
    z-index: 99999;
    position: fixed;
    width: 150px;
    height: 48px;
    border-radius: 12px;
    align-items: center;
    bottom: 5.5%;
    left: 10.5%;
    text-align: left;
    padding-top: 10px;
}

    #whatsapp.show, #new.show {
      transform: translateY(-185%);
    }

    #phone.show, #new1.show {
      transform: translateY(-310%);
    }

    #mail.show, #new2.show {
      transform: translateY(-435%);
    }

    #share.show, #new3.show {
      transform: translateY(-560%);
    }

    #trip.show, #new4.show {
      transform: translateY(-685%);
    }

    #faboverlay {
      z-index: 9999;
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: rgba(0, 0, 0, 0.78);
      visibility: hidden;
      opacity: 0;
      transition: all 0.2s ease-in;
    }

    #faboverlay.show {
      visibility: visible;
      opacity: 1;
    }

    .text-white {
      color: white;
    }
    
    .fabnav i{
        font-size:13px;
    }

    @media (max-width: 767px) {
      .fiber {
        bottom: 3.5%;
        left: 22.5%;
      }
    }

   .main-navigation {
    display: flex;
    justify-content: space-between;
    align-items: center;
}