/*================================================
Default CSS
=================================================*/
/* font josefin */
@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:ital,wght@0,100..700;1,100..700&display=swap');

/* * {
	margin: 0px;
	padding: 0px;
	box-sizing: border-box;
	font-family: 'Josefin Sans', sans-serif;
    line-height:30px;
    outline: none;
    letter-spacing: normal !important;
} */
:root {
    --main-color: #cd6d3a;
    --white-color: #ffffff;
    --black-color: #2B2540;
    --black-color-opacity: #2b2540c4;
    --paragraph-color: #818090;
    --bg-color: #F3F6FD;
    --transition: .4s all ease-in-out;
}

#primary-menu-list li a {
    color: #ffffff;
}

.sub-menu li a {
    color: #333333 !important;
}
.video-heading.text-center h3 {
    color: #cd6d3a !important;
    font-weight: 600;
}

html,
body {
    height: 100%;
}

body {
    padding: 0;
    margin: 0;
    font-size: 16px;
    font-family: "Josefin Sans", sans-serif;
}

img {
    max-width: 100%;
    height: auto;
    width: auto;
}

.ptb-100 {
    padding-top: 100px;
    padding-bottom: 100px;
}

.pb-100 {
    padding-bottom: 100px;
}

.pt-100 {
    padding-top: 100px;
}

.mb-30 {
    margin-bottom: 30px;
}

a {
    text-decoration: none;
    -webkit-transition: all 0.3s ease-in-out 0.1s;
    transition: all 0.3s ease-in-out 0.1s;
    outline: 0 !important;
    color: var(--main-color);
}

a:hover {
    text-decoration: none;
    color: var(--heading-color);
}

.mt-25 {
    margin-top: 25px;
}

.mt-50 {
    margin-top: 50px;
}

.mb-25 {
    margin-bottom: 25px;
}

.mb-50 {
    margin-bottom: 50px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Josefin Sans", sans-serif;
    margin: 0;
}

h1 {
    font-size: 82px;
    font-weight: 400;
    line-height: 90px;
}

h2 {
    font-size: 30px;
    font-weight: 500;
    line-height: 40px;
}

h3 {
    font-size: 24px;
    font-weight: 300;
}

h4 {
    font-size: 20px;
    font-weight: 500;
}

h5 {
    font-size: 18px;
    font-weight: 400;
}

h6 {
    font-size: 14px;
    font-weight: 400;
}

p {
    font-size: 16px;
    line-height: 28px;
    font-weight: 400;
    font-family: "Josefin Sans", sans-serif;
    margin-bottom: 0;
}

p:last-child {
    margin-bottom: 0;
}

ul {
    padding: 0;
    margin: 0;
}

ul li {
    list-style: none;
    padding: 0;
}

/* --Common Style-- */
section {
    position: relative;
}

.form-control {
    height: 50px;
    border: none;
    box-shadow: 0px 1px 13px 0px #0000000d;
    padding: 10px 22px;
    font-size: 16px;
}

.pb-50 {
    padding-bottom: 50px !important;
}

.pb-10 {
    padding-bottom: 10px !important;
}

.pb-100 {
    padding-bottom: 100px !important;
}

.section-padding-bottom {
    padding-bottom: 80px;
}

.section-padding-top {
    padding-top: 50px;
}

.contact_boxed img {
    width: 30px;
    padding-bottom: 15px;
}


.form-control:focus {
    color: var(--heading-color);
    background-color: #fff;
    border: 1px solid var(--main-color);
    outline: none;
    box-shadow: none;
}

.navbar-area.is-sticky .navbar-brand img {
    width: 200px;
    max-width: 100%;
}

.intro_video h3 {
    font-size: 25px;
    font-weight: 600;
    margin-bottom: 20px;
    color: #cd6d3a;
}

.intro_video iframe {
    width: 100%;
    border: 5px solid #333333;
}

.navbar-area .navbar-brand img {
    width: 250px;
    max-width: 100%;
}

.section_padding {
    padding: 50px 0px 20px 0px;
}

.section_padding_partner {
    padding-bottom: 60px !important;
}

.section_heading_center h2 span {
    font-family: "Arizonia", cursive;
    font-weight: 800;
    font-size: 50px;
}

section#top_service_andtour {
    padding-top: 50px;
}

.brand_color {
    color: #cd6d3a;
}

.desk-hide {
    display: none;
}

.mob-hide {
    display: block;
}

.bdTopImg img {
    border-radius: 10px;
    margin-bottom: 15px;
}

.bDetail .sep {
    margin: 10px 0px 30px 0px;
}

.bdCopyArea p,
.bdCopyArea h3 {
    margin-bottom: 30px;
}

.bdCopyArea h2 {
    color: #cd6d3a;
    margin-bottom: 20px;
}

.bDetail_right .sep {
    margin-bottom: 20px;
}

.bDetail_right h3 {
    font-weight: 600;
    color: #333;
    font-size: 18px;
}

.mb20 {
    margin-bottom: 20px;
}

.bDetail_right {
    padding: 25px;
    box-shadow: 0px 0px 6px #ddd;
    border-radius: 10px;
}

.blog .title::before {
    content: none;
}

.blog .product-listing {
    height: 20rem;
}

.hero-section {
    border-bottom: 4px solid rgba(157, 44, 59, 0.4);
}

.section_padding_bottom {
    padding: 0 0 100px 0;
}

/* button:focus,
a:focus {
	outline: 0px dotted;
	outline: 0px auto -webkit-focus-ring-color;
}


img {
	max-width: 100%;
	max-height: 100%;
	object-fit: cover;
} */

/*
.banner-content .btn {
	font-size: 0.9rem;
	padding: 12px 60px;
	border-radius: 0;
}
*/
/* .banner-content .btn {
	font-size:1.2rem;
	padding:8px 31px;
	border-radius: 0;
    margin-top: 10px;
}
.banner-content .btn:hover {
	color: #ffffff;
} */
/* ul,
li,
a {
	margin: 0px;
	padding: 0px;
	color: #25252f;
	text-decoration: none;
	list-style: none;
	transition: all 0.5s
}

p {	color: #4D4F53;}

.basic-blue-c {background: #331c54}

.progress-wrap {
	max-width: 100%;
}

.progress {
	height: 2rem
}

button{background: #202b60;padding: 0.5rem 5rem;color: #ffffff; border: 0px;} */

/*effect*/
/* .box-shadow{box-shadow:6px 2px 10px 0px #eaeaea}
.shine-effect {
	position: relative;
	transition: all 0.5s;
	overflow: hidden;
	width: 100%;
	height: 100%;
}

.shine-effect:before {
	content: '';
	background: rgba(255, 255, 255, 0.2);
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	position: absolute;
	transform: translateX(-200%) rotate(45deg) scale(1);
	transition: all 0.3s;
}

.shine-effect img {
	transition: transform 1s;
}

.shine-effect:hover:before {
	transform: translateX(100%) rotate(45deg);
	z-index: 99
}

.shine-effect img:hover {
	transform: scale(1.2);
}

.rotate-effect img {
	transition: transform 1s;
	overflow: hidden;
}

.rotate-effect img:hover {
	transform: scale(1.1) rotate(-2deg);
}

.rotate-effect2 img {
	height: 600px;
	width: 500px;
	transition: transform 1s;
	overflow: hidden;
	transform: rotate(-2deg);
	position: relative;
	border: 10px solid rgba(231, 233, 234, .8);
}

.rotate-effect3 img {
	height: 600px;
	width: 500px;
	transition: transform 1s;
	overflow: hidden;
	transform: rotate(3deg);
	border: 10px solid rgba(231, 233, 234, .8);
}

.rotate-effect2:before,
.rotate-effect3:before {
	content: '';
	width: 500px;
	height: 620px;
	border: 10px solid rgba(231, 233, 234, .9);
	position: absolute;
	opacity: 1;
	top: -10px;
	transform: rotate(-3deg);
	transition: opacity 250ms ease-out 1.25s, border 250ms ease-out;
}

.rotate-effect2:before {
	transform: rotate(3deg);
}

.rotate-effect img:hover {
	transform: scale(1.1) rotate(-2deg);
}

.rotate-effect2 img:hover {
	transform: scale(1.1) rotate(2deg);
}

.rotate-effect3 img:hover {
	transform: scale(1.1) rotate(-2deg);
} */


/*.rotate-effect2:before:hover{transform: scale(1.1) rotate(2deg) ;}*/

a.common-link {
    border: 1px solid #000;
    /*	padding: 0.5rem 5rem;*/
    padding: 0.3rem 4rem;
    position: relative;
    transition: all 1s;
    overflow: hidden;
    display: inline-block;
    z-index: 1;
    text-decoration: none;
    text-align: center;
    text-transform: uppercase;
}

a.common-link:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: -1;
    background: #202b60;
    color: #ffffff;
    transform: translateX(-100%);
    transition: all 0.5s;
    overflow: hidden !important;
}

a.common-link:hover:before {
    transform: translateX(0);
    color: #ffffff !important;
    overflow: hidden;
}

a.common-link:hover {
    color: #ffffff
}

.title {
    font-size: 1.9rem;
    position: relative;
    margin-top: 20px;
    margin-bottom: 20px;
    font-weight: 500;
    line-height: 36px;
}

.title:before {
    content: '';
    position: absolute;
    border-bottom: 2px solid #cd6d3a;
    width: 20%;
    bottom: 0px;
}

.product-listing-content h2 span {
    color: #cd6d3a !important;
}

/*background-color*/

.cream-bg {
    background: #f8f6f3;
}

.white-bg {
    background: #ffffff;
}

.offgrey-bg {
    background: #e7e9ea;
}

.pink-bg {
    background: #eb4157;
}

.grey-bg {
    background: #dbdbdb
}

.offwhite-bg {
    background: #f9f9f9;
}

.lightwhite-bg {
    background: #fcfcfc;
}

/*border*/

.border-r {
    border-right: 1px solid #f8f8f8
}


/*btn-color*/

.fill-btn {
    background: #1e0f09;
}

.black-btn {
    background: #000000;
    color: #ffffff;
}


/*padding-color*/

.t-b-p {
    padding: 5rem 0
}

.btn-m {
    margin: 1.5rem 0
}

.pb-1 {
    padding-bottom: 1rem
}

.pb-2 {
    padding-bottom: 2rem
}

.ptb {
    padding: 4rem 0
}

.ptb2 {
    padding: 2rem 0
}

.pt4 {
    padding-top: 4rem;
}

.pt2 {
    padding-top: 2rem;
}

.pt3 {
    padding-top: 3rem;
}

.pb2 {
    padding-bottom: 2rem
}

.pb4 {
    padding-bottom: 4rem
}


/*titles-style*/

.main-heading {
    font-weight: 600;
    color: #3f4563;
    font-size: 2.5rem;
    margin-bottom: 5rem;
    position: relative;
    line-height: 61px;
}

.main-heading:before {
    content: '';
    position: absolute;
    /*	border-bottom: 2px solid #3f4563;*/
    border-bottom: 2px solid #eb4157;
    width: 15%;
    bottom: 0px;
    display: block;
    left: 42%;
}

.main-heading2 {
    font-weight: 600;
    color: #3f4563;
    font-size: 2.5rem;
    margin-bottom: 5rem;
}

.main-heading2:before {
    content: '';
    position: absolute;
    border-bottom: 2px solid #eb4157;
    width: 15%;
    bottom: -18px;
    display: block;
    left: 42%;
}

.main-heading3 {
    font-weight: 600;
    color: #3f4563;
    font-size: 2.4rem;
}

.main-heading2 .subtext {
    font-size: 1.2rem;
    width: 50%;
    margin: 10px auto 0
}

.inner-heading {
    font-weight: 700;
    color: #272b2c;
    font-size: 2rem;
}


/*header/banner*/

.header {
    position: relative;
    min-height: 600px;
    max-height: 600px;
}

.overlay {
    position: absolute;
    width: 100%;
    height: 20%;
    background: rgba(0, 0, 0, 0.2);
    z-index: 1;
}

.background-area {
    width: 100%;
    height: 100%;
    position: relative;
}

.background-area img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.header-wraper {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    z-index: 99;
}

.header-container {
    position: relative;
    max-width: 100%;
    height: 80px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 9;
    flex-wrap: wrap;
    flex-direction: row;
    padding-left: 4rem;
    padding-right: 4rem;
    padding-top: 10px;
    padding-bottom: 10px;
    background: rgba(0, 0, 0, 0);
    margin-top: 10px
}

.top-notice-header {
    background: rgba(0, 0, 0, 0.4);
    text-align: center;
    line-height: 40px;
    color: #ffffff;
    font-size: 14px;
    display: flex;
    justify-content: space-between;
    padding: 10px 20px
}

.white {
    color: #ffffff
}

a.link-red {
    color: #ff7373;
}

a.link-red10 {
    color: #fd5151;
}

.c-red {
    color: #cd6d3a;
    padding: 0 0 15px 0;
    line-height: 10px;
    font-size: 22px;
}

.counter_item img {
    width: 30px;
    margin-bottom: 10px;
}

#counter_area {
    margin-top: -100px;
}

.b-red {
    background: #fd5151;
    color: #ffffff;
    padding: 10px 15px
}

.b-red:hover {
    background-color: #ff8f8f;
    color: #ffffff
}

.logo {
    width: 250px;
    margin-bottom: 0px;
    position: absolute;
    top: 5px;
    background: #cd6d3a;
    padding: 10px 10px;
    border-radius: 5px;
}

.logo a {
    width: 100%;
    height: 100%
}

/*.logo img{
	border: 10px solid #ffffff}*/
.nav-fixed .logo {
    width: 200px;
}

.menubottom-line {
    height: 0.1rem;
    background: #ffffff;
    width: 10%;
    display: block;
    margin: 2rem auto
}

.innerpages .top-notice-header {
    background: rgba(0, 0, 0, 0.20);
}

/*.inner-header {
	max-width: 100%;
	height: 80px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	z-index: 9;
	top: 0;
	left: 0;
	right: 0;
	flex-wrap: wrap;
	flex-direction: row;
	padding-left: 4rem;
	padding-right: 4rem;
	padding-top: 10px;
	padding-bottom: 10px;
	background: rgba(0, 0, 0, 0);
	-webkit-box-shadow: 0px 6px 15px 0px rgba(0, 0, 0, 0.10);
	-moz-box-shadow: 0px 6px 15px 0px rgba(0, 0, 0, 0.10);
	box-shadow: 0px 6px 15px 0px rgba(0, 0, 0, 0.10);
	position: relative;
}*/

.inner-header {
    position: relative;
    max-width: 100%;
    height: 100px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 9;
    flex-wrap: wrap;
    flex-direction: row;
    padding-left: 4rem;
    padding-right: 4rem;
    padding-top: 10px;
    padding-bottom: 10px;
    background: #efefef;
    margin-top: 0px;
}

.inner-header.nav-fixed .logo {
    width: 150px;
}

.inner-header.nav-fixed svg.svg-icon {
    color: #ffffff;
}

.about_us_left h3 {
    font-weight: 600;
    font-size: 20px;
    margin: 20px 0px;
}

.inner-header .primary-navigation>div>.menu-wrapper .sub-menu-toggle .icon-plus,
.primary-navigation>div>.menu-wrapper .sub-menu-toggle .icon-minus {
    color: #333333;
}

.inner-header .nav-fixed .primary-navigation>div>.menu-wrapper .sub-menu-toggle .icon-plus,
.primary-navigation>div>.menu-wrapper .sub-menu-toggle .icon-minus {
    color: #ffffff;
}

.inner-header .logo {
    width: 200px;
    top: 15px;
}

.inner-header .menu li a {
    color: #202b60 !important;
}

.inner-header .primary-navigation>div>.menu-wrapper .sub-menu-toggle {
    color: #202b60 !important;
}

/*
.nav-fixed .menu li .dropdown-menu,
.inner-header .menu li .dropdown-menu, 
*/
.nav-fixed .primary-navigation>div>.menu-wrapper>li>.sub-menu,
.inner-header .primary-navigation>div>.menu-wrapper>li>.sub-menu,
.header-container .primary-navigation>div>.menu-wrapper>li>.sub-menu
{
    background: rgba(255, 255, 255, 1) !important;
    border-top: 1px solid #ededed !important;
}

/*.nav-fixed .menu li .dropdown-menu li,
.inner-header .menu li .dropdown-menu li,*/


.nav-fixed .menu li .dropdown-menu a,
.inner-header .menu li .dropdown-menu a,
.nav-fixed .primary-navigation>div>.menu-wrapper>li>.sub-menu a {
    color: #000 !important;
    font-size: 0.9em !important;
}

.nav-fixed .menu li .dropdown-menu.show {
    margin-top: 14px;
}

.nav-fixed .social-media.top,
.inner-header .social-media.top {
    display: none
}

/*banner/*/

.banner-slider {
    z-index: 0
}

.banner-slider .item {
    height: 600px;
}

.banner-content {
    display: flex;
    justify-content: center;
    flex-direction: column;
    flex-wrap: wrap;
    color: #ffffff;
    text-align: center;
    width: 50%;
    margin: 6rem auto 0;
    align-items: center;
}

.banner-content h1 {
    color: #ffffff;
    font-style: italic;
    font-weight: 800;
    font-size: 50px
}

/* .banner-content a {
	background: #202c60;
	color: #ffffff;
	border: 3px solid #ffffff;
	font-size: 19px
} */

/* .banner-content a.tranparent {
	background: transparent;
} */

/* .banner-content a.tranparent:hover {
	background: #202c60;
	color: #ffffff;
} */
.owl-dots {
    display: flex;
    justify-content: center;
    padding: 10px;
    width: 100%;
    bottom: 0px;
    position: absolute;
}

.owl-carousel button.owl-dot {
    background: #ededed;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    margin: 2px;
    padding: 2px;
}

.owl-carousel button.owl-dot.active {
    background: #fd5151;
}

/*section*/
/*menu====*/

.menu-icon {
    display: none
}

.nav-fixed {
    position: fixed;
    max-width: 100%;
    height: 80px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 9;
    top: 0;
    left: 0;
    right: 0;
    flex-wrap: wrap;
    flex-direction: row;
    padding-left: 4rem;
    padding-right: 4rem;
    padding-top: 10px;
    padding-bottom: 10px;
    background: #cd6d3a;
    border-bottom: 2px solid #efefef;
    box-shadow: 0px 6px 15px 0px rgba(0, 0, 0, 0.10);
    margin-top: 0px;
}

.nav-fixed .menubottom-line {
    display: none;
}

nav.nav-fixed .nav {
    padding: 0.3em 0 0.2em;
}

.toggle-nav {
    display: none;
}

.primary-navigation>div>.menu-wrapper .sub-menu-toggle:focus {
    outline: 0px solid var(--wp--style--color--link, var(--global--color-primary));
}

.primary-navigation>div>.menu-wrapper .sub-menu-toggle {
    height: auto;
}

.primary-navigation .primary-menu-container>ul>.menu-item>a+.sub-menu-toggle {
    margin-left: calc(1px - var(--primary-nav--padding));
}

nav a:focus:not(.wp-block-button__link):not(.wp-block-file__button) {
    background: transparent !important;
    outline: 0px solid transparent !important;
}

/*
.primary-navigation-open .primary-navigation {
		width: 100%;
		position: fixed;
		z-index: 2;
	}*/
.menu {
    position: relative;
    /*	display: flex;*/
    align-items: center;

}

.menu ul {
    padding: 0px;
    margin: 0px;
}

.menu ul li ul {
    margin: 10px;
}

.menu li {
    padding: 0.5em 0.3em;
    list-style: none;
    display: inline-block;
    position: relative;
}

.menu li:last-child {
    padding-right: 0px;
}

.menu li a {
    padding: 0.3em 0.3em !important;
    font-size: 0.9em !important;
    display: block;
    color: #ffffff;
    text-decoration: none !important;
    text-transform: capitalize;
    cursor: pointer;
    text-align: left;
    position: relative;
    font-family: 'Josefin Sans', sans-serif !important;

}

.primary-navigation>div>.menu-wrapper .sub-menu-toggle {
    color: #ffffff !important;
}

.nav-fixed .menu li a {
    color: #ffffff !important;
}

.nav-fixed .primary-navigation>div>.menu-wrapper .sub-menu-toggle {
    color: #202b60 !important;
}

.menu li a:before,
.menu li a:after {
    content: '';
    width: 0px;
    height: 3px;
    background-color: #cd6d3a;
    position: absolute;
    top: 120%;
    left: 0px;
    transition: all 0.5s;
}

.menu li a:after {
    background-color: #cd6d3a;
    ;
    right: 0px;
    left: inherit;
}

.menu li a:hover {
    color: #cd6d3a;
    ;
}

.menu li a:hover:before {
    width: 50%;
    transform: translateX(100%);
}

.menu li a:hover:after {
    width: 50%;
    transform: translateX(-100%);
}

.menu li .dropdown-menu,
.primary-navigation>div>.menu-wrapper>li>.sub-menu {
    background: rgba(0, 0, 0, 0.8) !important;
    width: 220px;
    padding: 0px;
    margin-top: 50px;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 99999999;
    border: 0px;
    border-radius: 0px;
    border-top: 1px solid #000000;
}

.primary-navigation>div>.menu-wrapper>li>.sub-menu li {
    background: transparent !important;
}

.nav-fixed .primary-navigation>div>.menu-wrapper>li>.sub-menu li,
.inner-header .primary-navigation>div>.menu-wrapper>li>.sub-menu li {
    border-bottom: 1px solid #ededed !important;
}

.menu li .dropdown-menu.show {
    margin-top: 13px;
}

.menu li .dropdown-menu li {
    display: block;
    border-bottom: 1px solid #545454
}

.menu li .dropdown-menu a {
    display: block;
    padding: 6px 6px;
    color: #ffffff;
    font-size: 1em;
    font-weight: normal;
}


/*.menu li:hover .dropdown-menu{ display: block;}*/

.menu li .dropdown-menu a:hover {
    color: #ff7373
}

.menu li .dropdown-menu a:hover:after,
.menu li .dropdown-menu a:hover:before {
    width: inherit;
    transform: none;
}

.menu li a.text-green {
    color: #6AAC3C;
}

.menu li a.signbtn {
    color: #ff6348;
}

.menu li:hover a.signbtn {
    color: #ffffff;
}


/*facility*/

.block-1red {
    background: #ef485d;
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    padding: 1.5rem 0.5rem;
    border-right: 4px solid rgba(157, 44, 59, 0.4);
    color: #ffffff;
    transition: all 0.5s;
}

.block-1red .icon-img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    margin: 0px auto 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.5s;
}

.icon-img i {
    font-size: 3rem
}

.block-1red p {
    color: #ffffff;
    line-height: 20px;
}

.block-1red .icon-img img {
    width: 60%;
}

.block-1red:hover {
    background: #e66071;
}

.block-1red:hover .icon-img {
    background: #ff6578;
    border: 2px solid #ffffff;
    box-shadow: 0px 0px 0px 3px rgba(235, 54, 77, 1)
}

.icon-circle {
    padding-top: 2rem;
}

.icon-circle li {
    display: inline-block;
    margin-right: 12px
}

.icon-circle li .circle {
    background: #000000;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    justify-content: center;
    display: flex;
    align-items: center;
    flex-wrap: wrap
}

.icon-circle li i {
    font-size: 1.8rem;
    color: #ffffff
}


/*testimonial*/

.testimonial-section {
    background: url(../images/testimonial-bg.jpg);
    background-size: cover;
    height: 100%;
    padding: 4rem 6rem;
    border-top: none;
}

.ngg-gallery-thumbnail img {
    padding: 10px;
    background: #efefef;
    margin-bottom: 15px !important;
}

a.page-numbers {
    margin: 0px 10px !important;
}

.ngg-navigation span.current {
    background: #203166;
}

/*.sdetailPage {*/
/*    background-image: linear-gradient(120deg, #cd6d3a 0%, #203166 100%);*/
/*    padding: 10px 10px 20px 10px;*/
/*    margin-bottom: 25px;*/
/*    color: #fff;*/
/*    margin-top: 20px;*/
/*    min-height: 460px;*/
/*}*/

.product-listing-box .product-listing-detail .title {
    min-height: 70px;
    text-align: center;
}

.product-listing-box {
    text-align: center;
    background: #efefef;
    margin-bottom: 20px;
    padding-bottom: 20px;
}

.section-block1 .shine-effect img {
    width: auto;
    max-width: 100%;
}

.blog-avtar-img {
    display: none;
}

.go-top {
    display: none;
}

.sdetailPage img {
    margin-bottom: 30px;
    font-weight: 600;
}

.sdetailPage h3 {
    margin-bottom: 10px;
    font-weight: 600;
}

.bsttLeft2column {
    background: #f7f7f7;
    padding: 15px 15px 30px 15px;

}

.bsttRightcolumn {
    background: #f7f7f7;
    padding: 15px 15px 30px 15px;
}

.bsttTripDetails span i {
    font-size: 6px;
    color: #444;
}

.bsttLeft2column h3 {
    font-weight: 600;
    font-size: 20px;
}

.bsttTripDetails h4 {
    margin-bottom: 10px;
    text-decoration: underline;
    color: #cd6d3a;
    font-size: 18px;
    font-weight: 600;
}


.sdetailPage {
    background: #f7f7f7;
    padding: 25px;
    margin-bottom: 25px;
}

.bsttTripDetails {
    background: #f7f7f7;
    padding: 15px 15px 30px 15px;
    line-height: 30px;
}

.bsttTripAdvisor {
    background: #f7f7f7;
    padding: 15px 15px 30px 15px;
}

/*review*/

.review-box {
    background: #ffffff;
    padding: 10px;
    position: relative;
    text-align: center;
    display: block;
    margin: 5em 0 0;
    transition: All 0.25s;
    min-height: 500px;
    height: 266px;
    border-radius: 12px;
}

.review-box .circle1 {
    position: absolute;
    top: -69px;
    border-radius: 50%;
    left: 39%;
    background: #f2f2f2;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    box-shadow: 0px -7px 15px #cbcbcb;
    border: 4px solid #ffffff;
}

.review-box .circle1 img {
    width: 110px;
    height: 110px;
    object-fit: cover;
    border-radius: 50%;
    transition: transform 2s
}

.review-box .review-inner {
    border: 2px solid #ffffff;
    padding: 60px 20px 30px;
    position: relative;
    transition: All 0.25s;
    min-height: 100%;
}

.rating {
    display: flex;
    justify-content: center;
    margin-bottom: 4px;
}

.rating .fa {
    font-size: 1.3rem;
    padding: 4px;
    color: #04718d
}

.text-container {
    position: relative;
    padding: 10px 15px 0;
    line-height: 30px;
}

.text-container p {
    color: #3f4563;
    margin-bottom: 8px;
}

.text-container:before,
.text-container:after {
    font-family: FontAwesome;
    position: absolute;
    color: #3f4563;
}

.text-container:before {
    content: '\f10d';
    left: 0px;
    top: -19px;
}

.text-container:after {
    content: '\f10e';
    right: 0px;
    bottom: 0px;
}

.review-author {
    font-weight: 700;
    color: #3f4563;
    position: relative;
    display: flex;
    justify-content: center;
    margin-top: 30px;
}

.review-author:before {
    position: absolute;
    top: -8px;
    height: 2px;
    background-color: #3f4563;
    content: '';
    width: 15%;
}

/* 
.owl-nav {
	width: 30%;
	margin: 40px auto 0px;
	text-align: center;
	position: relative;
}

.owl-nav button.owl-prev span,
.owl-nav button.owl-next span {
	font-size: 2.5rem;
	color: #ffffff;
	background: #12538a !important;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	line-height: 30px;
}

.owl-nav button.owl-prev {
	margin-right: 8px;
} */


/*member of*/

.members .box1 {
    width: 200px;
    height: 120px;
    transition: transform 2s;
    border: 2px solid #e1e1e1;
    border-radius: 10px;
    padding: 2px 2px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.members .box1 img {
    width: 55%;
    object-fit: contain;
}

/*image-gallery*/
.gallery-padding {
    padding: 0 20px 20px;
    border-top: 1px solid rgba(0, 0, 0, .125);
    margin: 0 10px
}

.gallery-img .box1 {
    width: 100%;
    height: 120px;
    transition: transform 2s;
    border: 2px solid #e1e1e1;
    border-radius: 0px;
    padding: 2px 2px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.gallery-img .box1 img {
    width: 100%;
    object-fit: cover;
}

.mfp-content figure {
    padding: 20px;
}

.mfp-figure::after {
    background: #ffffff;

}

/* .gallery-img .owl-nav {
    width: 30%;
    margin: 18px auto 0px;
    text-align: center;
    position: relative;
}
.gallery-img .owl-nav button.owl-prev span,
.gallery-img .owl-nav button.owl-next span {
	font-size: 2rem;
	color: #ffffff;
	background: #12538a !important;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 30px;
	height: 30px;
	line-height: 30px;
} */
/*text-block*/

.text-block {
    /*background: #202b60;*/
    width: 100%;
    height: 100%;
    padding: 0rem 0.5rem;
    color: #272b2c;
    display: flex;
    /*	align-items: center;*/
}

.text-block2 {
    width: 100%;
    height: 100%;
    padding: 2rem 2rem 0;
    color: #272b2c;
    display: flex;
}

.text-block h2 {
    color: #272b2c;
    padding-bottom: 0.5rem;
    text-transform: uppercase
}

.text-block2 .main-heading {
    margin-bottom: 20px
}

.text-block a.common-link {
    border: 1px solid #272b2c;
    padding: 0.8rem 5rem;
    color: #ffffff;
    text-decoration: none;
    background: #202b60;
}

.text-block a.common-link:hover:before {
    background: #ffffff;
}

.text-block a.common-link:hover {
    color: #000
}

.text-block p {
    margin: 1.2rem 0;
    color: #272b2c;
    line-height: 30px
}

.text-block-coloum {
    padding: 0 20px 0 0px;
    -moz-column-count: 2;
    column-count: 3;
    -moz-column-gap: 38px;
    column-gap: 38px;
}

.text-block-coloum p {
    margin-top: 0px;
}

/*chater-events*/
/* .chaters-events .product-listing-box {
    min-height: 42rem;
} */


/*chater-destinations*/

.listing-card {
    margin-bottom: 20px;
    background: #f6f6f6;
}

.listing-card:hover {
    background: #fbfbfb;
    box-shadow: 0px 6px 15px 0px rgba(0, 0, 0, 0.15)
}

/*blubird*/

/*.section-block1{ background: #f7f7f7; border: 2px solid #ebebeb; padding: 10px}*/
.section-block1 {
    background: #ffffff;
    /*    border:10px solid #f7f7f7; padding:8px*/
}

.box-wrap-1 {
    background: #fafafa;
    border: 10px solid #f7f7f7;
    padding: 15px 8px;
    margin-bottom: 10px
}

/*page-link*/
.pagenation-wrap {
    display: flex;
    justify-content: center;
    width: 100%;
    margin-top: 10px
}

.page-link {
    line-height: 1.90;
    padding: .5rem .90rem;
}

.page-item,
.page-link,
.nav-links .page-numbers {
    background: #202b60;
    color: #ffffff
}

.page-numbers {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 4px;
    margin-left: 0px !important;
    margin-right: 0px !important
}

.page-numbers.dots {
    display: none
}

.page-item.active,
.nav-links .page-numbers.current {
    background: #3f4b85;
    color: #ffffff
}

.page-link,
.nav-links .page-numbers {
    border: 1px solid #080c22;
    font-size: 18px !important
}

.page-link:hover,
.nav-links .page-numbers:hover {
    z-index: 2;
    color: #ffffff !important;
    text-decoration: none;
    background-color: #3f4b85;
    border-color: #3f4b85;
}

/*who-we-are*/

.image-circle-block {
    float: left;
    position: relative;
    overflow: hidden;
}

.circle2,
.circle3 {
    width: 200px;
    height: 200px;
    border-radius: 50%;
    float: left;
    border: 10px solid #e9e9e9;
    position: relative;
    shape-outside: circle();
    box-shadow: 0px 6px 15px 0px rgba(0, 0, 0, 0.15);
    margin: 20px;
}

.circle3 {
    float: right;
}

.image-circle-block img {
    width: 100%;
    height: 100%;
    position: absolute;
    object-fit: cover;
    top: 0;
    left: 0;
}

.tick-bullet li {
    padding-left: 30px;
    position: relative;
}

.tick-bullet li:before {
    content: '\f00c';
    font-family: "FontAwesome";
    padding-right: 10px;
    position: absolute;
    left: 0px;
}

/*faq-block*/
.faq .card {
    border: 0px;
}

.faq .card-header {
    background-color: transparent;
    border: 0px;
    border-bottom: 1px solid #ededed
}

.faq .card-body {
    border: 1px solid #ededed;
    border-top: 0px;
}

.faq .btn-link {
    width: 100%;
    text-align: left;
    cursor: pointer;
}

/*about-block*/

.block-img1 {
    width: 100%;
    height: 300px;
    position: relative;
    margin-bottom: 40px
}

.block-img1 .shine-effect img {
    width: 100%;
    height: 100%;
    position: absolute;
    object-fit: cover;
    top: 0;
    left: 0;
}


.contact-section {
    height: 100%;
    padding: 8rem 6rem;
}

h4 {
    margin-bottom: 1rem
}

.contact-section {
    background: transparent;
    padding: 5rem 6rem;
}

.upload-btn-wrapper {
    position: relative;
    overflow: hidden;
    display: inline-block;
}

.file-field .btn {
    border: 0px solid gray;
    color: gray;
    background-color: transparent;
    padding: 8px 20px;
    border-radius: 8px;
    font-size: 20px;
    font-weight: bold;
}

.file-field .upload-btn-wrapper input[type=file] {
    font-size: 100px;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
}

.patner-profile {
    background: #8E698A;
}

.patner-profile label,
.patner-profile h4,
.patner-profile h5,
.patner-profile h1,
.patner-profile h3,
.patner-profile h6 {
    color: #ffffff;
}

.patner-profile h1 {
    margin-bottom: 2rem
}

.patner-profile .heading3 {
    border-top: 1px solid #ffffff !important;
}

/*product-listing*/
/* .product-listing-box {
	position: relative;
	width: 100%;
	height: 100%;
	height: auto;
	justify-content: center;
	margin-bottom: 2rem;
	background: #f8f7f7;
}
.product-listing-box.front-page {
    min-height: 40rem;}
.product-listing-detail {
	position: relative;
	background: #f8f7f7;
	padding: 10px;
	border: 10px solid #f6f6f6;
	border-top: 0px solid #f6f6f6;
}
.product-listing-detail .link{
    display:flex;flex-wrap: wrap;margin-bottom: 10px; justify-content: space-between;
}
.product-listing-detail .link a:first-child{margin-right: 10px;}
.product-listing-img {
	width: 100%;
	height: 350px;
	margin: 0;
	transition: max-width 1s ease-out, margin 1s ease-out;
	position: relative;
	margin-right: 2rem
}
.product-listing-img img {
	width: 100%;
	height: 100%;
}
.product-listing-box .product-listing-detail .title {
	font-size: 1.9rem;
	position: relative;
	margin-top: 20px;
	margin-bottom: 20px;
	font-weight: 500;
    line-height: 36px;
}
.product-listing-box .product-listing-detail .title:before {
	content: '';
	position: absolute;
	border-bottom: 2px solid #eb4157;
	width: 20%;
	bottom: 0px;
}
.product-listing-img:before {
	content: '';
	width: 100%;
	height: 350px;
	border: 10px solid #f8f7f7;
	border-bottom: 0px solid #f3f1ee;
	position: absolute;
	opacity: 1;
	transition: opacity 250ms ease-out 1.25s, border 250ms ease-out
}
.product-listing-img .shine-effect{border: 10px solid #f8f7f7;}
.product-listing-border {
	top: 0px;
	left: 0px;
} */
.video-area {
    margin-bottom: 10px;
}

.intro_video {
    margin: 0 auto;
    margin-bottom: 0px;
    margin-bottom: 0px;
    min-width: 100%;
    max-width: 400px;
    margin-bottom: 20px;
    z-index: 2;
}

.intro_video iframe {
    background-size: cover;
    display: table-cell;
    vertical-align: middle;
    width: 100%;
}

/*blog*/
.blog-avtar-wraper {
    display: flex;
    flex-wrap: wrap;
}

.blog-avtar-img {
    width: 60px;
    height: 60px;
    position: relative;
    border-radius: 50%;
    margin-bottom: 20px;
    margin-right: 10px
}

.blog-avtar-img img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
}

/*footer*/
/* .footer {
	background: #0f1945;
	padding: 2rem 0px 0px;
	border-top: 1px solid #ededed;
	
	
	font-size: 0.7rem;
}
.footer p {
	margin-bottom: 0.1em;
	color: #ffffff
}
.footer p,
.footer p i {
	font-size: 16px;
}
.footer h5 {
	color: #ffffff;
	font-size: 1.30rem;
	margin-bottom: 1.5rem;
	margin-top: 1.5rem;
}
.footer .nav {
	justify-content: center
}
.footer ul {
	margin-bottom: 0px;
	padding: 0px;
}
.footer li {
	text-decoration: none;
	display: block;
	padding: 3px 0;
}
.footer li a {
	color: #ffffff;
	font-size: 0.9rem;
}
.footer li:hover a {
	color: #fd5151;
}
.social-media.top {
	margin-top: 0px;
	margin-bottom: 0.5rem;
	text-align: right
}
.social-media {
	margin-top: 1.5rem;
	margin-bottom: 1rem
}
.copy-right {
	display: flex;
	align-items: center;
	justify-content: end;
}

.social-media li {
	text-decoration: none;
	display: inline-block;
	padding: 4px;
	text-decoration: none;
}
.social-media a {
	width: 24px;
	height: 24px;
	display: flex;
	color: #ffffff;
	justify-content: center;
	align-items: center;
	text-decoration: none;
	padding: 4px;
}
footer .social-media li {
	text-decoration: none;
	display: inline-block;
	padding:3px;
	text-decoration: none;
}
footer .social-media a {
	width:40px;
	height:40px;
	display: flex;
	color: #ffffff;
	justify-content: center;
	align-items: center;
	text-decoration: none;
	padding: 4px;
    background-color: #142054;
    border-radius:50%;
    border:2px solid #ffffff;
}
.social-media i {
	font-size: 18px;
}
.footer .bage {
	margin-top: 1.5rem;
}
.footer .bage img {
	width: 80px;
}
.footer .lower-panel {
	background: #09102d;
	padding: 10px 0px;
	margin-top: 1rem;
	color: #ffffff
}
.footer .footer-logo img {
	width: 100px
}
.footer .social-media li:hover a {
	background:#fd5151;
	color: #fff;
}
input.form-control {
	background: #f2f2f2;
	border: 0px;
	border-radius: 0;
	height: calc(2em + .75rem + 2px);
	padding: .375rem .75rem;
} */

/*blog*/
.blog-box {
    margin-bottom: 2rem;
}

.blog-image {
    position: relative;
    height: 250px;
    display: flex;
    justify-content: center;
}

.blogger-img {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
    bottom: -40px;
    border-radius: 50%;
    border: 6px solid #ffffff;
    box-shadow: 0px 6px 15px 0px rgba(0, 0, 0, 0.15)
}

.blog-image img {
    object-fit: cover;
    width: 100%;
}

.blogger-img img {
    object-fit: cover;
    border-radius: 50%;
    height: 100px;
    width: 100px;
}

.blog-box small {
    color: #958b66
}

.blog-box .content {
    border: 1px solid #ededed;
    padding: 1rem;
    padding-top: 3.5rem
}

.footer .custom-html-widget a {
    color: #ffffff;
}

.footer .custom-html-widget a:hover {
    color: #fd5151;
}

/*Call Us 24/7 for a FREE QUOTE*/
.bigbtn {
    border-radius: 65px;
    background: linear-gradient(to right, #ef485d 0%, #ff6578 100%);
    box-shadow: 0 18px 26px -20px #ef485d;
    color: #f2f7f7;
    display: inline-block;
    padding: 10px 35px;
}


.bigbtn span:first-child {
    font-size: 20px;
    line-height: 38px;
    color: #f2f7f7;
    float: left;
    margin-right: 35px;
}

.bigbtn span:last-child {
    font-size: 22px;
    letter-spacing: 0px;
    line-height: 38px;
    float: right;
    font-weight: 600;
}

span i.fa.fa-phone {
    margin-right: 6px;
}

a.bigbtn:focus,
a.bigbtn:hover {
    background: linear-gradient(to right, #ff6578 0%, #ef485d 100%) !important;
    color: #ffffff
}

.main-heading2 .subtext {
    font-size: 1.2rem;
    width: 90%;
    margin: 10px auto 0;
}

.product-deatil-link {
    position: absolute;
    bottom: 0px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 0px 20px 20px;
    flex-wrap: wrap
}

.quote {
    text-align: center;
    margin-top: 10px
}


/*Newly added CSS from QT*/
.topbar-area {
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ffffff3d;
    background-color: transparent;
}


.topbar-list {
    padding: 0;
    margin-bottom: 0
}

.topbar-list li {
    position: relative;
    list-style-type: none;
    display: inline-block;
    color: var(--white-color);
    margin-right: 25px;
    font-size: 22px;
    font-style: italic;
}

.topbar-list i {
    background: #cd6d3a;
    color: #fff;
    border-radius: 100%;
    padding: 10px;
    font-size: 12px;
    text-align: center;
    margin-right: 6px;
}

.topbar-list li::before {
    content: "";
    position: absolute;
    top: 5px;
    right: -15px;
    width: 2px;
    height: 22px;
    background-color: #eb4157;
}

.topbar-list li:last-child::before {
    display: none
}

.topbar-list li:last-child {
    margin-right: 0
}

.topbar-list li a {
    color: var(--black-color);
}

.topbar-list li a:hover {
    color: #000;
}

.topbar-list li i {
    color: var(--white-color);
    padding-left: 5px;
}

.topbar-others-options {
    padding: 0;
    margin-bottom: 0;
    text-align: end
}

.topbar-others-options li {
    display: inline-block;
    list-style-type: none;
    margin-right: 30px;
    position: relative
}

.topbar-others-options li i {
    font-size: 18px;
    vertical-align: middle;
}

.topbar-others-options li::before {
    content: "";
    position: absolute;
    top: 5px;
    right: -15px;
    width: 1px;
    height: 15px;
    background-color: #dbdbdb78;
}

.topbar-others-options li:last-child {
    margin-right: 0
}

.topbar-others-options li:last-child::before {
    display: none
}

.topbar-others-options li a {
    color: var(--black-color);
    font-size: 14px;
    font-weight: normal;
    margin-left: 15px;
}

.topbar-others-options li a:hover {
    color: #000 !important;
}

.topbar-others-options li .language-option {
    padding: 0;
    position: relative;
    top: -2px
}

.topbar-others-options li .language-option button {
    padding: 0;
    background-color: transparent;
    border: none;
    color: var(--white-color);
    font-size: 14px;
    font-weight: 500;
    padding-right: 15px
}

.topbar-others-options li .language-option button:hover {
    color: #000;
}

.topbar-others-options li .language-option button::after {
    display: none
}

.topbar-others-options li .language-option button::before {
    font-family: "Font Awesome 5 Free";
    content: "\f107";
    font-weight: 900;
    display: block;
    position: absolute;
    top: 2px;
    right: 0;
    font-size: 14px;
    border-color: #fff;
}

.topbar-others-options li .language-option .dropdown-menu[data-bs-popper] {
    right: 0 !important;
    left: auto !important
}

.topbar-others-options li .language-option .language-dropdown-menu {
    border-radius: 5px;
    border: 0;
    background-color: #fff;
    -webkit-box-shadow: 0 0 1.25rem rgba(108, 118, 134, .1);
    box-shadow: 0 0 1.25rem rgba(108, 118, 134, .1);
    padding: 0;
    margin-top: 10px !important;
    -webkit-transform: translate(-80px, 25px) !important;
    transform: translate(-80px, 25px) !important;
    z-index: 9999;
}

.topbar-others-options li .language-option .language-dropdown-menu .dropdown-item {
    color: var(--paragraph-color);
    font-size: 14px;
    font-weight: 500;
    padding: 10px 20px;
    border-bottom: 1px solid #eee;
    border-radius: 5px
}

.topbar-others-options li .language-option .language-dropdown-menu .dropdown-item:last-child {
    border-bottom: none
}

.topbar-others-options li .language-option .language-dropdown-menu .dropdown-item:active {
    color: #fff;
    background-color: #000
}

.main_header_arae {
    position: relative;
    width: 100%;
    z-index: 9999;
}

.main_header_arae_two {
    position: initial;
    width: 100%;
    z-index: 9999;
}

.navbar-area {
    /*background:rgba(0, 0, 0, 0.3);*/
    background: rgba(0, 0, 0, 0.5);
}

.navbar-area.is-sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
    background: #cd6d3a !important;
    animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
    -webkit-transition: .6s;
    transition: .6s
}

.main-responsive-nav {
    display: none
}

.main-navbar {
    padding: 10px 0;
    position: relative;
}

.main-navbar::before {
    position: absolute;
    content: "";
    right: 0;
    top: 0;
    width: 385px;
    height: 100%;
    background-color: var(--optional-color)
}

nav#site-navigation {
    margin-top: 1%;
}

.primary-navigation>div>.menu-wrapper .sub-menu-toggle .icon-plus,
.primary-navigation>div>.menu-wrapper .sub-menu-toggle .icon-minus {

    color: #ffffff;
}

.main-navbar .navbar {
    -webkit-transition: var(--transition);
    transition: var(--transition);
    padding: 0
}

.main-navbar .navbar .navbar-brand {
    padding: 0 0px 0 0;
    margin: 0
}

.main-navbar .navbar ul {
    padding-left: 60px;
    list-style-type: none;
    margin-bottom: 0
}

.main-navbar .navbar .navbar-nav .nav-item {
    position: relative;
    margin-left: 15px;
    margin-right: 30px;
}

.main-navbar .navbar .navbar-nav .nav-item a,
.menu-item a {
    color: var(--white-color);
    font-size: 22px;
    font-weight: 600;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0px;
    padding-bottom: 5px;
    -webkit-transition: var(--transition);
    transition: var(--transition);
    font-weight: 600;
    font-family: "Josefin Sans", sans-serif;
}

.main-navbar .navbar .navbar-nav .nav-item a i {
    font-size: 14px;
    position: relative;
    top: 1px;
    display: inline-block;
    margin-left: 2px;
    margin-right: 0px;
}

.main-navbar .navbar .navbar-nav .nav-item:last-child {
    margin-right: 0
}

.main-navbar .navbar .navbar-nav .nav-item:first-child {
    margin-left: 0
}


.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu {
    border: none;
    top: 40px;
    left: 0;
    z-index: 99;
    opacity: 0;
    width: 230px;
    display: block;
    border-radius: 8px;
    padding: 10px 0;
    margin-top: 15px;
    position: absolute;
    visibility: hidden;
    background: #fff;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, .1)
}

.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li {
    margin: 0;
    padding: 10px 25px
}

.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li:hover {
    background: #f7f7f7;
}

.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li a {
    padding: 0;
    display: inline-block;
    color: var(--navber-color);
    font-size: 15px;
    font-weight: 500;
    position: relative
}

.main-navbar .navbar .navbar-nav .nav-item a:before {
    content: "";
    width: 0;
    height: 1px;
    bottom: 0;
    position: absolute;
    left: auto;
    right: 0;
    z-index: -1;
    -webkit-transition: width .5s cubic-bezier(.25, .8, .25, 1) 0s;
    transition: width .5s cubic-bezier(.25, .8, .25, 1) 0s;
    background: var(--white-color)
}


.main-navbar .navbar .navbar-nav .nav-item a:hover:before,
.main-navbar .navbar .navbar-nav .nav-item a:focus:before,
.main-navbar .navbar .navbar-nav .nav-item a.active:before {
    width: 100%;
    left: 0;
    right: auto
}

.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu {
    top: 0;
    opacity: 0;
    right: -230px;
    left: auto;
    margin-top: 15px;
    visibility: hidden
}

.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a {
    color: var(--navber-color)
}

.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li a:hover,
.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li a:focus,
.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li a.active {
    color: var(--main-color)
}

.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a:hover,
.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a:focus,
.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a.active {
    color: var(--main-color)
}

.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu {
    top: 0;
    opacity: 0;
    left: 230px;
    visibility: hidden
}

.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
    color: var(--navber-color)
}

.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover,
.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus,
.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
    color: var(--navber-color)
}

.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu {
    top: 0;
    opacity: 0;
    left: -230px;
    visibility: hidden
}

.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
    color: var(--navber-color)
}

.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover,
.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus,
.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
    color: var(--main-color)
}

.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu {
    top: 0;
    opacity: 0;
    left: 230px;
    visibility: hidden
}

.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
    color: var(--navber-color)
}

.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover,
.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus,
.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
    color: var(--main-color)
}

.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu {
    top: 0;
    opacity: 0;
    left: -230px;
    visibility: hidden
}

.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
    color: var(--navber-color)
}

.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover,
.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus,
.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
    color: #000
}

.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu {
    top: 0;
    opacity: 0;
    left: 230px;
    visibility: hidden
}

.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
    color: var(--navber-color)
}

.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover,
.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus,
.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
    color: var(--main-color)
}

.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li.active a {
    color: var(--main-color)
}

.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
    opacity: 1;
    visibility: visible
}

.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li.active a {
    color: var(--main-color)
}

.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
    opacity: 1;
    visibility: visible
}

.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li.active a {
    color: var(--main-color)
}

.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
    opacity: 1;
    visibility: visible
}

.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li.active a {
    color: var(--main-color)
}

.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
    opacity: 1;
    visibility: visible
}

.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li.active a {
    color: var(--main-color)
}

.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
    opacity: 1;
    visibility: visible
}

.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li.active a {
    color: var(--main-color)
}

.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
    margin-top: 0
}

.main-navbar .navbar .navbar-nav .nav-item:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
    margin-top: 0
}

.main-navbar .navbar .others-options {
    margin-left: 25px
}

.main-navbar .navbar .others-options .option-item {
    margin-right: 30px;
    position: relative
}

.main-navbar .navbar .others-options .option-item::before {
    content: "";
    position: absolute;
    top: 5px;
    right: -15px;
    width: 1px;
    height: 15px;
    background-color: #dbdbdb
}

.main-navbar .navbar .others-options .option-item:first-child {
    margin-right: 35px;
}

.main-navbar .navbar .others-options .option-item:first-child::before {
    display: none
}

.main-navbar .navbar .others-options .option-item:last-child {
    margin-right: 0
}

.main-navbar .navbar .others-options .option-item:last-child::before {
    display: none
}

.main-navbar .navbar .others-options .option-item .search-box {
    position: relative;
    top: 2px
}

.main-navbar .navbar .others-options .option-item .search-box i {
    font-size: 22px;
    -webkit-transition: var(--transition);
    transition: var(--transition);
    color: var(--white-color)
}



.main-navbar .navbar .others-options .option-item .search-box i:hover {
    color: var(--white-color);
}

.main-navbar .navbar .others-options .option-item .user-icon {
    position: relative;
    top: 2px
}

.main-navbar .navbar .others-options .option-item .user-icon i {
    font-size: 22px;
    -webkit-transition: var(--transition);
    transition: var(--transition);
    color: #fff;
}

.main-navbar .navbar .others-options .option-item .user-icon i:hover {
    color: var(--main-color)
}

.main-navbar .navbar .others-options .option-item .cart-btn {
    position: relative;
    top: 2px
}

.main-navbar .navbar .others-options .option-item .cart-btn i {
    font-size: 22px;
    color: red;
    -webkit-transition: var(--transition);
    transition: var(--transition);
    color: #fff
}

.main-navbar .navbar .others-options .option-item .cart-btn i:hover {
    color: var(--main-color)
}

.main-navbar .navbar .others-options .option-item .cart-btn span {
    position: absolute;
    top: -5px;
    right: -2px;
    display: inline-block;
    height: 15px;
    width: 15px;
    line-height: 15px;
    background-color: var(--navber-color);
    color: #fff;
    text-align: center;
    font-size: 10px;
    border-radius: 50px
}

.main-navbar .navbar .others-options .option-item .language-option {
    padding: 0
}

.main-navbar .navbar .others-options .option-item .language-option button {
    padding: 0;
    background-color: transparent;
    border: none;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    padding-right: 22px
}

.main-navbar .navbar .others-options .option-item .language-option button::after {
    display: none
}

.main-navbar .navbar .others-options .option-item .language-option button::before {
    content: "\ea4e";
    display: block;
    position: absolute;
    top: 2px;
    right: 0;
    font-size: 15px;
    border-color: #fff;
    font-family: remixicon
}

.main-navbar .navbar .others-options .option-item .language-option .dropdown-menu[style] {
    -webkit-transform: translateY(30px);
    transform: translateY(30px)
}

.main-navbar .navbar .others-options .option-item .language-option .dropdown-menu[data-bs-popper] {
    right: 0;
    left: auto
}

.main-navbar .navbar .others-options .option-item .language-option .language-dropdown-menu {
    border-radius: 5px;
    border: 0;
    background-color: #fff;
    -webkit-box-shadow: 0 0 1.25rem rgba(108, 118, 134, .1);
    box-shadow: 0 0 1.25rem rgba(108, 118, 134, .1);
    padding: 0;
    margin-top: 10px
}

.main-navbar .navbar .others-options .option-item .language-option .language-dropdown-menu .dropdown-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: var(--paragraph-color);
    font-size: var(--font-size);
    font-weight: 500;
    padding: 10px 20px;
    border-bottom: 1px solid #eee
}

.main-navbar .navbar .others-options .option-item .language-option .language-dropdown-menu .dropdown-item:last-child {
    border-bottom: none
}

.main-navbar .navbar .others-options .option-item .language-option .language-dropdown-menu .dropdown-item:active {
    color: #fff;
    background-color: var(--main-color);
}

.home_two_button {
    padding-top: 20px;
}

.home_two_button a {
    margin-right: 20px;
    border-radius: 25px 0px;
    padding: 10px 25px;
    font-size: 1.4rem;

}

#home_two_banner .owl-item.active .banner_two_slider_item .banner_two_text .slider-sttle {
    -webkit-animation: 1s 1.1s bounceInLeft both;
    animation: 1s 1.1s bounceInLeft both;
}

#home_six_banner .owl-item.active .banner_six_slider_item .banner_six_text .slider-sttle {
    -webkit-animation: 1s 1.1s bounceInLeft both;
    animation: 1s 1.1s bounceInLeft both;
}

/* --Button Area start-- */
.btn-check:focus+.btn,
.btn:focus {
    outline: none;
    box-shadow: none
}

.btn {
    display: inline-block;
    font-weight: 400;
    line-height: 1.5;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    font-size: 16px;
    border-radius: 5px;
    box-shadow: none;
    overflow: hidden;
    white-space: nowrap;
    position: relative;
    z-index: 0;
}

.btn:hover {
    color: var(--white-color);
}

.btn-six:hover {
    color: var(--black-color);
}

.btn_theme {
    color: var(--white-color);
    background-color: var(--main-color);
    transition: var(--transition);
    box-shadow: none;
    overflow: hidden;
    white-space: nowrap;
    position: relative;
    z-index: 0;
    border: none
}

.btn_theme:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    width: 580px;
    height: 550px;
    margin: auto;
    background: var(--black-color);
    border-radius: 50%;
    z-index: -1;
    -webkit-transform-origin: top center;
    transform-origin: top center;
    -webkit-transform: translateX(-50%) translateY(-5%) scale(.4);
    transform: translateX(-50%) translateY(-5%) scale(.4);
    transition: var(--transition);

}

.btn_theme:hover:before {
    -webkit-transition: -webkit-transform 1s;
    transition: -webkit-transform 1s;
    transition: transform 1s;
    transition: transform 1s, -webkit-transform 1s;
    -webkit-transform: translateX(-45%) translateY(0) scale(1);
    transform: translateX(-50%) translateY(0) scale(1);
    -webkit-transform-origin: bottom center;
    transform-origin: bottom center;
    border: none;
}

.btn_theme_white {
    color: var(--white-color);
    background-color: #cd6d3a;
    transition: var(--transition);
    box-shadow: none;
    overflow: hidden;
    white-space: nowrap;
    position: relative;
    z-index: 0;
    border: 2px solid var(--white-color);
}

.btn_theme_white:hover {
    color: #cd6d3a;
    background-color: var(--white-color) !important;
    border: 2px solid #cd6d3a;
}

.btn_theme_white:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    width: 580px;
    height: 550px;
    margin: auto;
    /* background: var(--black-color); */
    border-radius: 50%;
    z-index: -1;
    -webkit-transform-origin: top center;
    transform-origin: top center;
    -webkit-transform: translateX(-50%) translateY(-5%) scale(.4);
    transform: translateX(-50%) translateY(-5%) scale(.4);
    transition: var(--transition);

}

.btn_theme_white:hover:before {
    -webkit-transition: -webkit-transform 1s;
    transition: -webkit-transform 1s;
    transition: transform 1s;
    transition: transform 1s, -webkit-transform 1s;
    -webkit-transform: translateX(-45%) translateY(0) scale(1);
    transform: translateX(-50%) translateY(0) scale(1);
    -webkit-transform-origin: bottom center;
    transform-origin: bottom center;
    border: none;
}

.btn_theme_transparent {
    color: #cd6d3a;
    background-color: var(--white-color);
    transition: var(--transition);
    box-shadow: none;
    overflow: hidden;
    white-space: nowrap;
    position: relative;
    z-index: 0;
    border: 2px solid #cd6d3a;
}

.btn_theme_transparent:hover {
    border: 2px solid var(--white-color);
    background-color: #cd6d3a;
    color: var(--white-color);
}

.btn_theme_transparent:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    width: 580px;
    height: 550px;
    margin: auto;
    /* background: var(--black-color); */
    border-radius: 50%;
    z-index: -1;
    -webkit-transform-origin: top center;
    transform-origin: top center;
    -webkit-transform: translateX(-50%) translateY(-5%) scale(.4);
    transform: translateX(-50%) translateY(-5%) scale(.4);
    transition: var(--transition);

}

.btn_theme_transparent:hover:before {
    -webkit-transition: -webkit-transform 1s;
    transition: -webkit-transform 1s;
    transition: transform 1s;
    transition: transform 1s, -webkit-transform 1s;
    -webkit-transform: translateX(-45%) translateY(0) scale(1);
    transform: translateX(-50%) translateY(0) scale(1);
    -webkit-transform-origin: bottom center;
    transform-origin: bottom center;
    border: none;
}

.banner_two_slider_item {
    padding: 0px 0 200px 0;
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.banner_two_slider_item {
    object-fit: cover;
}

#home_two_banner .owl-item.active .banner_two_slider_item .banner_two_text .title {
    -webkit-animation: 1s 1.2s fadeInLeft both;
    animation: 1s 1.2s fadeInLeft both;
}

#home_two_banner .owl-item.active .banner_two_slider_item .banner_two_text .slider-sttle {
    -webkit-animation: 1s 1.1s bounceInLeft both;
    animation: 1s 1.1s bounceInLeft both;
}

#home_two_banner .owl-item.active .banner_two_slider_item .banner_two_text .slider-pararp {
    -webkit-animation: 1s 1.5s fadeInUp both;
    animation: 1s 1.5s fadeInUp both;
}

#home_two_banner .owl-item.active .banner_two_slider_item .banner_two_text .btn-animation {
    -webkit-animation: 1s 1.2s flipInX both;
    animation: 1s 1.2s flipInX both;
}

a.btn.btn_theme_transparent.btn_md {
    background: #223266;
    color: #ffffff;
    border: 2px solid #ffffff;
}

section#top_service_andtour {
    padding-top: 80px;
}

.section_padding_top {
    padding: 20px 0 50px 0;

}

.section_heading_center h2 span {
    font-family: "Arizonia", cursive;
    font-weight: 800;
    font-size: 50px;
}

.section_heading_center {
    text-align: center;
    padding-bottom: 30px;
}

.section_heading_center h3 {
    padding-bottom: 10px;
}

.section_heading_center h2 {
    position: relative;
    padding-bottom: 15px;
    font-size: 2.3rem;
}

.section_heading_center h2:after {
    content: "";
    position: absolute;
    width: 200px;
    height: 3px;
    background: var(--main-color);
    left: 50%;
    transform: translate(-50%, 50%);
    bottom: 0;
    top: 65px;
}

.section_heading_center h2:after {
    content: "";
    position: absolute;
    width: 200px;
    height: 3px;
    background: var(--main-color);
    left: 50%;
    transform: translate(-50%, 50%);
    bottom: 0;
    top: 65px;
}

/* --Top Service Area-- */
.top_service_boxed {
    position: relative;
    background: var(--white-color);
    margin-top: 30px;
    transition: var(--transition);
    text-align: start;
}

.top_service_boxed:hover {
    transform: translateY(0px);

}

.top_service_boxed img {
    transition: var(--transition);
}

.top_service_boxed:hover img {
    transform: translateY(5px);
}

.top_service_boxed h3 {
    padding-top: 35px;
    position: relative;
    padding-bottom: 10px;
    font-weight: 500;
}

.top_service_boxed h3::after {
    content: "";
    position: absolute;
    width: 160px;
    height: 1px;
    background: var(--main-color);
    left: 50%;
    transform: translate(-50%, 50%);
    bottom: 0;
}

.top_service_boxed p {
    padding-top: 5px;
    color: #000;
}

.blog .product-listing {
    height: 20rem;
}

.product-listing {
    height: 25rem;
    position: relative;
    margin-top: -20px;
    border-radius: 25px 25px 0px 0px;
    background-color: #f8f7f7
}

.product-listing-links a {
    border-radius: 25px 0px;
    margin: 14px;
    font-size: 16px;
}

.product-listing-links {
    position: absolute;
    display: flex;
    justify-content: space-around;
    width: 100%;
    bottom: 25px;
}

.product-listing p {
    height: 6.5rem;
}

.product-listing-links a {
    font-size: 16px;
    padding: 10px 30px;
}

.product-listing-content {
    padding: 24px;
    position: relative;
}

.title {
    font-size: 1.3rem;
    position: relative;
    margin-top: 20px;
    margin-bottom: 20px;
    font-weight: 500;
    line-height: 36px;
}

.blog .title::before {
    content: none;
}

.text-left {
    text-align: left;
}

.services_blok_text.text-left h2 {
    text-decoration: none;
    font-size: 30px;
    margin-bottom: 15px;
	
}

.services_blok_text.text-left h2 a{
	color:#ffffff;
}

.btn_theme_service1 {

    color: var(--white-color);
    background-color: #cd6d3a;
    transition: var(--transition);
    box-shadow: none;
    overflow: hidden;
    white-space: nowrap;
    position: relative;
    z-index: 0;
    border: 2px solid #ffffff;
}

.btn_theme_service1:hover {
    color: #cd6d3a;
    background-color: var(--white-color) !important;
    border: 2px solid #cd6d3a;
    color: #cd6d3a;
    background-color: var(--white-color) !important;
    border: 2px solid #cd6d3a;
}

.btn_theme_service2 {
    color: #cd6d3a;
    background-color: var(--white-color);
    transition: var(--transition);
    box-shadow: none;
    overflow: hidden;
    white-space: nowrap;
    position: relative;
    z-index: 0;
    border: 2px solid #cd6d3a;
}

.btn_theme_service2:hover {

    border: 2px solid var(--white-color);
    background-color: #cd6d3a;
    color: var(--white-color);
}

.btn_theme_service3 {
    color: #cd6d3a;
    background-color: var(--white-color);
    transition: var(--transition);
    box-shadow: none;
    overflow: hidden;
    white-space: nowrap;
    position: relative;
    z-index: 0;
    border: 2px solid #cd6d3a;
    padding: 15px 25px;
    border-radius: 5px;
}

.btn_theme_service3:hover {

    border: 2px solid var(--white-color);
    background-color: #cd6d3a;
    color: var(--white-color);
    border-radius: 5px;
}

/* ...........video-secction......... */
.video-heading h2 {
    font-weight: 800;
    font-style: italic;
}

.subtext {
    position: relative;
}

.subtext p {
    color: #333;
    font-size: 16px;
    line-height: 22px;
}

.map-container {
    text-align: center;
}

.video-container {
    margin-top: 30px;
    width: 100%;
    position: relative;
    overflow: hidden;
    height: 0;
    padding-bottom: 56.23%;

}

.subtext:before {
    content: "";
    position: absolute;
    width: 200px;
    height: 3px;
    background: var(--main-color);
    left: 50%;
    transform: translate(-50%, 50%);
    bottom: 0;
    top: 85px;
}

.video-container img {

    bottom: 0;
    display: block;
    left: 0;
    margin: auto;
    max-width: 100%;
    width: 100%;
    position: absolute;
    right: 0;
    top: 0;
    border: none;
    height: auto;
    cursor: pointer;
    transition: .4s all;
    z-index: 99;
}

.video-container img:hover {
    opacity: 0.6;
}

.youtube-play-btn {
    height: 72px;
    width: 72px;
    left: 50%;
    top: 50%;
    margin-left: -36px;
    margin-top: -36px;
    position: absolute;
    z-index: 999;
    cursor: pointer;

}

.youtube-play-btn i {
    font-size: 36px;
}

/* .....site-main-crousel..... */
.site-main {
    margin-top: 50px;
    padding: 0px;
    background-color: #cd6d3a;
}

.site-main p {
    line-height: 20px;
}

.block1 {
    cursor: pointer;
    background: #dd8758;
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    padding: 1.5rem 0.5rem;
    border-right: 4px solid rgba(157, 44, 59, 0.4);
    color: #ffffff;
    transition: all 0.5s;
}

.block1:hover {
    background: #d8733c;
}

.block1:hover .icn img {

    border: 2px solid #ffffff;
    box-shadow: 0px 0px 0px 3px rgba(235, 54, 77, 1)
}

.icn-details {
    color: #fff;
}

.icn {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    margin: 0px auto 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.5s;
}

.icn img {
    width: 80%;
    padding: 12px;
    border-radius: 40px;
}

.icn i {
    border-radius: 40px;
    color: #fff;
    padding: 20px;
    font-size: 36px;
}

.site-main-cart:hover img {
    border: 2px solid #fff;
}

.site-main-cart:hover i {
    border: 2px solid #fff;
}

/* /....testimonial.... */
.testimonial {
    margin-top: 0px;
    background: url(https://qualitytour.dctrails.com/development/wp-content/themes/qualitytour/assets/img/testimonial-bg.jpg);
    background-size: cover;
    height: auto;
    padding: 4rem 6rem;
    border-top: 4px solid #ffffff;
    background-repeat: no-repeat;
}

.testimonial-img img.lazyloaded {
    width: 100px;
    background: #ffffff;
    border-radius: 100%;
    padding: 10px;
}

.client-notice-copy_section ul li {
    list-style-type: circle !important;
    margin-bottom: 15px;
}

.client-notice-copy_section h5 {
    margin-top: 40px;
}

/*  */
.single-testimonial-item {
    z-index: 999
}

.single-testimonial-item:before {
    font-family: "Font Awesome 5 Free";
    content: "\f10e";
    font-weight: cd6d3a;
    position: absolute;
    left: 20px;
    top: 50%;
    font-size: 20px;
    color: #6aaf08;
    line-height: 30px;
    margin-top: -15px;
}

.single-testimonial-item:after {
    background: #ddd;
    content: "";
    height: 70%;
    left: 60px;
    position: absolute;
    top: 10%;
    width: 1px;
}

.single-testimonial-item h3 {
    font-size: 20px;
    font-style: normal;
    margin-bottom: 0;
}

.single-testimonial-item h3 span {
    display: block;
    font-size: 12px;
    font-weight: normal;
    margin-top: 5px;
}

.client-testimonial-carousel .owl-dots button {
    height: 5px;
    background: #6aaf08 !important;
    width: 20px;
    display: inline-block;
    margin: 5px;
    transition: .2s;
    border-radius: 2px;
}

/* --Promotional Tours Area-- */
.dot_style .owl-nav.disabled+.owl-dots {
    margin-top: 0px;
}

#home_two_banner .owl-theme .owl-nav {
    position: absolute;
    bottom: 45px;
    right: 60px;
}

#home_two_banner .owl-carousel .owl-nav button.owl-next,
#home_two_banner .owl-carousel .owl-nav button.owl-prev {
    background: 0 0;
    color: var(--white-color);
    border: 2px solid var(--white-color);
    font-size: 14px;
    height: 25px;
    width: 25px;
    line-height: 25px;
    border-radius: 0px;
    transition: var(--transition);
}

#home_two_banner .owl-carousel .owl-nav button.owl-next:hover,
#home_two_banner .owl-carousel .owl-nav button.owl-prev:hover {
    color: var(--main-color);
    border: 2px solid var(--main-color);
}

#hometwo_clinet_area .owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 15px;
}

#three_We_area .owl-theme .owl-nav {
    margin-top: 0;
    position: absolute;
    right: 0;
    top: -50px;
}

#three_We_area .owl-carousel .owl-nav button.owl-next,
#three_We_area .owl-carousel .owl-nav button.owl-prev {
    background: var(--black-color);
    color: var(--white-color);
    border: none;
    padding: 0 !important;
    width: 40px;
    height: 40px;
    border-radius: 50%;
}

#three_We_area .owl-carousel .owl-nav button.owl-next:hover,
#three_We_area .owl-carousel .owl-nav button.owl-prev:hover {
    background: var(--main-color);
    color: var(--white-color);
}

/* --Trending Tour Area-- */
.arrow_style.owl-theme .owl-nav {
    margin-top: 0px;
    position: absolute;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
}

.arrow_style.owl-carousel .owl-nav button.owl-next,
.arrow_style.owl-carousel .owl-nav button.owl-prev {
    position: absolute;
    background: var(--black-color);
    color: var(--white-color);
    border: none;
    padding: 0 !important;
    width: 40px;
    height: 40px;
    border-radius: 50%;
}

.arrow_style.owl-carousel .owl-nav button.owl-next:hover,
.arrow_style.owl-carousel .owl-nav button.owl-prev:hover {
    background: var(--main-color);
    color: var(--white-color);
}

.arrow_style.owl-carousel .owl-nav button.owl-next {
    right: -25px;
}

.arrow_style.owl-carousel .owl-nav button.owl-prev {
    left: -25px;
}

button_style_top_left.owl-theme .owl-nav {
    margin-top: 0;
    position: absolute;
    right: 0;
    top: -90px;
}

.button_style_top_left.owl-carousel .owl-nav button.owl-next,
.button_style_top_left.owl-carousel .owl-nav button.owl-prev {
    background: var(--black-color);
    color: var(--white-color);
    border: none;
    padding: 0 !important;
    width: 40px;
    height: 40px;
    border-radius: 50%;
}

.button_style_top_left.owl-carousel .owl-nav button.owl-next:hover,
.button_style_top_left.owl-carousel .owl-nav button.owl-prev:hover {
    background: var(--main-color);
    color: var(--white-color);
}

#Nearby_destination .button_style_top_left.owl-theme .owl-nav {
    margin-top: 0;
    position: absolute;
    right: 0;
    top: -56px;
}

#home_six_banner .owl-theme .owl-nav button.owl-prev {
    position: absolute;
    bottom: 450px;
    right: 60px;
}

#home_six_banner .owl-theme .owl-nav button.owl-next {
    position: absolute;
    bottom: 245px;
    right: 60px;
}

#home_six_banner .owl-carousel .owl-nav button.owl-next,
#home_six_banner .owl-carousel .owl-nav button.owl-prev {
    background: 0 0;
    color: var(--black-color);
    font-size: 18px;
    height: 25px;
    width: 25px;
    line-height: 25px;
    border-radius: 0px;
    transition: var(--transition);
}

#home_six_banner .owl-carousel .owl-nav button.owl-next:hover,
#home_six_banner .owl-carousel .owl-nav button.owl-prev:hover {
    color: var(--white-color);
}

.banner_ten_button_style.owl-theme .owl-nav {
    margin-top: 0;
    position: absolute;
    left: 47%;
    bottom: 24%;
}

.banner_ten_button_style.owl-carousel .owl-nav button.owl-next,
.banner_ten_button_style.owl-carousel .owl-nav button.owl-prev {
    background: var(--white-color);
    color: var(--black-color);
    border: none;
    border-radius: 50%;
    height: 30px;
    width: 30px;
}


.banner_ten_button_style.owl-carousel .owl-nav button.owl-next:hover,
.banner_ten_button_style.owl-carousel .owl-nav button.owl-prev:hover {
    background: var(--main-color);
    color: var(--white-color);
}

.slider-slide-btn .owl-carousel .owl-nav button.owl-next {
    position: absolute;
    top: 63%;
    right: 37%;
}

.slider-slide-btn .owl-carousel .owl-nav button.owl-prev {
    position: absolute;
    top: 63%;
    left: 37%;
}

.slider-slide-btn .owl-theme .owl-nav [class*=owl-]:hover {
    background: transparent;
    color: var(--main-color);
    text-decoration: none;
}

.our_partner_twelve .owl-theme .owl-nav {
    margin-top: 10px;
    display: block;
    position: absolute;
    top: -87px;
    left: 47%;
    background-color: var(--white-color);
    padding: 0px 8px;
}

.our_partner_twelve .owl-theme .owl-nav .owl-prev {
    width: 26px;
    background-color: #727178;
    color: var(--white-color);
}

.our_partner_twelve .owl-theme .owl-nav .owl-next {
    width: 26px;
    background-color: #727178;
    color: var(--white-color);
}

.our_partner_twelve .owl-theme .owl-nav [class*=owl-]:hover {
    background: var(--main-color);
    color: #FFF;
}

.country_slider_btn .owl-theme .owl-nav {
    margin-top: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.country_slider_btn .owl-theme .owl-nav .owl-prev {
    position: absolute;
    left: 0;
    width: 24px;
    background-color: #727178;
    color: var(--white-color);
    top: 30%;
}

.country_slider_btn .owl-theme .owl-nav .owl-next {
    position: absolute;
    right: 0;
    width: 24px;
    background-color: #727178;
    color: var(--white-color);
    top: 30%;
}

.country_slider_btn .owl-theme .owl-nav [class*=owl-]:hover {
    background: var(--main-color);
    color: #FFF;
}

/* --Footer Area-- */
#footer_area {
    padding: 100px 0px;
}

.bottom-footer .fimg1 {
    width: 40px;
    margin-right: 10px;
}

.bottom-footer .fimg2 {
    width: 70px;
}

.bottom-footer {
    background: #000;
    padding: 10px;
    text-align: center;
}

.footer_heading_area h3 {
    border-bottom: 1px solid var(--main-color);
    display: inline-flex;
    padding-bottom: 5px;
    font-weight: 500;
    color: #fff;
}

/* --Footer Area-- */


.location_points img {
    width: 30px;
    vertical-align: middle;
    margin-right: 10px;
}

.location_points a {
    font-size: 20px;
    color: #fff;
}

.location_points li {
    margin-bottom: 10px;
}

.footer_link_area img {
    width: 20px;
    margin-right: 10px;
}

.footer_link_area a {
    color: #fff !important;
    font-size: 20px !important;
}

.app-sources img {
    display: inline-block;
    width: 200px;
    margin-bottom: 15px;
    border: 1px solid #ddd;
}

.follow-section h3 {
    color: #fff;
}

.soical_icon_footer i {
    font-size: 25px !important;
    margin-right: 10px;
}

.bottom-footer .fimg1 {
    width: 40px;
    margin-right: 10px;
}

.bottom-footer .fimg2 {
    width: 70px;
}

.bottom-footer {
    background: #000;
    padding: 10px;
    text-align: center;
}

.footer_heading_area h3 {
    border-bottom: 1px solid var(--main-color);
    display: inline-flex;
    padding-bottom: 5px;
    font-weight: 500;
    color: #fff;
}

.footer_inquery_area {
    padding-top: 5px;
    border-left: 2px solid var(--main-color);
    margin-top: 25px;
    padding-left: 9px;
}

.footer_inquery_area h3 {
    font-weight: 500;
    padding-top: 8px;
}

.footer_inquery_area h5 {
    font-size: 16px;
    font-weight: 500;
}

.soical_icon_footer {
    display: flex;
    padding-top: 5px;
}

.soical_icon_footer li {
    padding-right: 8px;
}

.footer_link_area {
    padding-top: 20px;
}

.footer_link_area ul li {
    padding-bottom: 15px;
}

.footer_link_area ul li a {
    color: var(--black-color);
    font-size: 16px;
    font-weight: 400;
    transition: var(--transition);
}

.footer_link_area ul li a:hover {
    color: var(--main-color);
}

.soical_icon_footer li a i {
    font-size: 16px;
}

.copyright_area {
    background-color: var(--bg-color);
    padding: 0px 0;
}

.copyright_area_two {
    background-color: var(--bg-color);
    padding: 15px 0;
    border-top: 1px solid #dfdfdf;
}

.copyright_left p {
    color: var(--black-color);
    font-size: 14px;
    font-weight: 500;
}

.copyright_right {
    text-align: right;
}

.primary-navigation>div>.menu-wrapper>li>.sub-menu:before,
.primary-navigation>div>.menu-wrapper>li>.sub-menu:after {
    display: none;
}

ul.topbar-others-options a.blog-social img {
    width: 30px;
}

ul.topbar-others-options a.yt-social img {
    width: 24px;
}

button.owl-next,
button.owl-prev {
    font-size: 30px !important;
    background: #cd6d3a !important;
    margin-right: 10px;
    line-height: 30px !important;
    margin-top: 25px;
    width: 30px;
    color: #ffffff !important;
    border-radius: 5px;
}

#consultation_area {
    background-image: url('https://qualitytour.dctrails.com/development/wp-content/uploads/2024/08/partner-bg.png');
    padding: 150px 0 220px 0;
    background-repeat: no-repeat;
    background-size: cover;
}

.consultation_area_text h2 {
    color: #333333;
    text-align: center;
}

.counter_area_wrapper {
    background: #FFFFFF;
    box-shadow: -4px -4px 16px rgba(0, 0, 0, 0.06), 8px 10px 20px rgba(0, 0, 0, 0.06);
    border-radius: 12px;
}

.counter_item {
    text-align: center;
    border-right: 1px solid #e9e9e9;
    padding: 35px 0;
}

.counter_item h3 {
    font-size: 35px;
    font-weight: 500;
    color: #cd6d3a;
    padding-top: 6px;
    letter-spacing: 2px;
}

.about_service_boxed {
    background: #FFFFFF;
    box-shadow: -4px -4px 16px rgba(0, 0, 0, 0.06), 8px 10px 20px rgba(0, 0, 0, 0.06);
    border-radius: 12px;
    padding: 18px 18px;
}

.about_service_boxed h5 {
    font-size: 20px;
    font-weight: 500;
    padding-top: 15px;
}

.about_service_boxed p {
    padding-top: 10px;
}

.footer_logo_area img {
    background: #cd6d3a;
    padding: 10px !important;
    border-radius: 5px;
}

.footer_logo_area {
    background: transparent !important;
    padding: 0px !important;
    border-radius: 0px;
}

.fleetbox {
    background: #efefef;
    padding: 10px;
    margin-bottom: 25px;
}

.fleetbox img {
    width: 100%;
    max-width: 100%;
    margin-bottom: 15px;
}

.fleetbox h3 {
    font-weight: 600;
    color: #cd6d3a;
    text-decoration: underline;
}

section.lightwhite-bg.ptb h3 {
    font-weight: 600;
}


/*.t-b-p button.owl-prev.disabled, .t-b-p button.owl-next, .t-b-p button.owl-prev{
	display:none;
}*/
/**/
/* testimonial area */
#testimonial-area {
    background-color: #F3F6FD;
}

.testimonial-card {
    padding: 0px 20px;
}

.testimonial-text p {
    font-size: 18px;
    line-height: 35px;
    background: #fff;
    padding: 15px;
    border-radius: 15px;
    min-height: 170px;
}

.testimonial-img {
    height: 50px;
    width: 50px;
    margin: auto;
    padding-bottom: 36px;
}

.author-info h3 {
    font-weight: 500;
    color: #cd6d3a;
}

.author-info p {
    font-size: 16px;
}

.author-info {
    padding: 16px 0;
}

.slider_btn .owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: var(--main-color);
}

.slider_btn .owl-theme .owl-dots .owl-dot.active span {
    width: 26px;
    height: 8px;
}

.slider_btn .owl-theme .owl-dots .owl-dot span {
    width: 20px;
    height: 8px;
    margin: 10px 7px;
    background: #D6D6D6;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 10px;
}

.testimonial-text {
    position: relative;
}

.testimonial-text::before {
    position: absolute;
    content: url(../img/icon/testimonial-quate.png);
    left: -20px;
    bottom: 58px;
}

/* =============================
            Faqs Page
==============================*/

.faqs_item_wrapper h3 {
    font-weight: 500;
    font-size: 28px;
}

.faqs_main_item {
    margin-top: 30px;
}

.faqs_main_item .accordion-item {
    background-color: #fff;
    border: none;
    margin-bottom: 30px;
}
.tour_details_boxed_inner .accordion-button {
    padding: 0;
    font-weight: 600;
    font-size: 18px;
}

.tour_details_boxed_inner .accordion-item {
    border: none;
    border-radius: 0;
    padding-bottom: 15px;
    width: 100%;
}

/* =============================
            Faqs Page
==============================*/

.faqs_item_wrapper h3 {
    font-weight: 500;
    font-size: 28px;
}

.faqs_main_item {
    margin-top: 30px;
}

.faqs_main_item .accordion-item {
    background-color: #fff;
    border: none;
    margin-bottom: 30px;
}

.faqs_main_item .accordion-button {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    padding: 10px 20px;
    font-size: 16px;
    color: var(--black-color);
    text-align: left;
    background-color: #fff;
    border: 0;
    border-radius: 0;
    overflow-anchor: none;
    font-weight: 500;
    box-shadow: none;
}

.faqs_main_item .accordion-header {
    border: 1px solid #e5e5e5;
}

.faqs_main_item button:focus {
    box-shadow: -4px -5px 14px rgba(0, 0, 0, 0.08), 5px 8px 16px rgba(0, 0, 0, 0.08);
    border: none;
}

.faqs_item_wrapper {
    padding-top: 50px;
}

.faqs_call_area {
    background: var(--main-color);
    text-align: center;
    padding: 90px 30px;
    border-radius: 10px;
}

.faqs_call_area h5 {
    color: var(--white-color);
    padding-top: 20px;
}

.faqs_call_area h3 a {
    color: var(--white-color);
}

.faqs_call_area h3 a:hover {
    color: var(--black-color);
}

.faqs_call_area h3 {
    padding-top: 20px;
    font-size: 30px;
    font-weight: 500;
}

.tour_details_boxed_inner .accordion-button:not(.collapsed) {
    color: var(--main-color);
    background-color: #fff;
    box-shadow: none;
}

.tour_details_boxed_inner .accordion-button:focus {
    z-index: 3;
    border-color: #fff;
    outline: 0;
    box-shadow: none;
}

.tour_details_boxed_inner .accordion-body {
    padding: 0;
}

.accordion_itinerary_list {
    padding-top: 15px;
}

.accordion_flex_area {
    display: flex;
}

.accordion_left_side h5 {
    width: 100px;
    height: 35px;
    text-align: center;
    line-height: 35px;
    background: #4c82ff24;
    margin-right: 15px;
    font-weight: 600;
    font-size: 18px;
}


.faqs_main_item .accordion-button {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    padding: 10px 20px;
    font-size: 16px;
    color: var(--black-color);
    text-align: left;
    background-color: #fff;
    border: 0;
    border-radius: 0;
    overflow-anchor: none;
    font-weight: 500;
    box-shadow: none;
}

.faqs_main_item .accordion-header {
    border: 1px solid #e5e5e5;
}

.faqs_main_item button:focus {
    box-shadow: -4px -5px 14px rgba(0, 0, 0, 0.08), 5px 8px 16px rgba(0, 0, 0, 0.08);
    border: none;
}

.faqs_item_wrapper {
    padding-top: 50px;
}

.faqs_call_area {
    background: var(--main-color);
    text-align: center;
    padding: 90px 30px;
    border-radius: 10px;
}

.faqs_call_area h5 {
    color: var(--white-color);
    padding-top: 20px;
}

.faqs_call_area h3 a {
    color: var(--white-color);
}

.faqs_call_area h3 a:hover {
    color: var(--black-color);
}

.faqs_call_area h3 {
    padding-top: 20px;
    font-size: 30px;
    font-weight: 500;
}

/* =============================
        Contact Page
================================*/

.contact_boxed {
    /* box-shadow: -4px -5px 14px rgba(0, 0, 0, 0.08), 5px 8px 16px rgba(0, 0, 0, 0.08); */
    border-radius: 12px;
    padding: 30px 15px;
    text-align: center;
    height: 100%;
    background: #f7f7f7;
    padding-top: 30%;
}

.contact_boxed h6 {
    font-size: 16px;
    font-weight: 500;
    padding-bottom: 15px;
}

.contact_boxed h3 {
    padding-bottom: 20px;
    font-weight: 500;
}

.contact_boxed p {
    padding-bottom: 15px;
}

.contact_boxed a {
    font-weight: 600;
}

.contact_boxed .fa.fa-map-marker {
    font-size: 25px;
    margin-bottom: 20px;
    background: #cd6d3a;
    padding: 15px;
    border-radius: 100%;
    width: 60px;
    height: 60px;
    line-height: 30px;
    color: #fff;
}

.phone_tuch_area {
    display: flex;
    justify-content: space-between;
    background: #f7f7f7;
    padding: 20px 20px;
    margin: 50px 0px !important;
}

.phone_tuch_area h3 {
    font-weight: 500;
    font-size: 30px;
}

.contact_main_form_area {
    padding-top: 100px;
}

.contact_form {
    background: #FFFFFF;
    box-shadow: -4px -4px 16px rgba(0, 0, 0, 0.08), 4px 8px 16px rgba(0, 0, 0, 0.08);
    border-radius: 12px;
    padding: 35px 35px;
    margin-top: 20px;
}

#contact_form_content .form-control {
    margin-bottom: 30px;
}

#contact_form_content textarea {
    height: 100%;
}

.map_modal_content {
    text-align: center;
    padding: 80px 25px 25px 25px;
}

/* =============================
        News Page
================================*/
.news_area_top_right h2 {
    line-height: 45px;
    font-size: 30px;
}

.news_area_top_right h2 a {
    color: var(--black-color);
}

.news_area_top_right h2 a:hover {
    color: var(--main-color);
}

.news_area_top_right p {
    padding-top: 15px;
    padding-bottom: 15px;
}

.news_area_top_right a {
    font-weight: 500;
}

.news_area_top_right a i {
    padding-left: 4px;
}

.news_author_area {
    display: flex;
    padding-top: 20px;
}

.news_author_img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    overflow: hidden;
}

.news_author_img img {
    width: 100%;
}

.news_author_area_name {
    padding-left: 15px;
}

.news_author_area_name p {
    padding: 4px 0 0 0;
    font-size: 14px;
    display: flex;
    align-items: center;
}

.news_author_area_name p i {
    font-size: 6px;
    padding: 0 8px;
}

.new_main_news_box {
    border-top: 1px solid #dbdbdb;
    margin-top: 50px;
}

.news_item_boxed {
    margin-top: 45px;
}

.news_item_img {
    border-radius: 10px;
    overflow: hidden;
}

.news_item_img img {
    width: 100%;
}

.news_item_content {
    padding: 25px 5px 0px 0;
}

.news_item_content h3 {
    font-weight: 500;
    line-height: 35px;
}

.news_item_content h3 a {
    color: var(--black-color);
}

.news_item_content h3 a:hover {
    color: var(--main-color);
}

.news_item_content p {
    padding-top: 13px;
}

/* =============================
        News Page Two
================================*/
.news_two_content {
    padding: 15px 0 0 0;
}

.news_two_content h2 {
    line-height: 56px;
}

.news_two_content h2 a {
    color: var(--black-color);
}

.news_two_content h2 a:hover {
    color: var(--main-color);
}

.news_two_author {
    display: flex;
    align-items: center;
}

.news_two_author p {
    padding: 0px 0 0 15px;
}

.news_sidebar_search {
    padding-top: 25px;
}

.news_sidebar_heading {
    border-bottom: 1px solid #d1d1d18a;
}

.news_sidebar_heading h3 {
    font-weight: 500;
    padding-bottom: 10px;
    display: inline-flex;
    position: relative;
}

.news_sidebar_heading h3::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: var(--main-color);
    left: 0;
    bottom: -1px;

}

.news_sidebar_content {
    padding-bottom: 50px;
}

.news_sidebar_search form .form-group {
    position: relative;
}

.news_sidebar_search form input {
    padding: 0 50px 0 20px;
    border-radius: 15px;
}

.news_sidebar_search form button {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
}

.news_sidebar_content_inner {
    padding-top: 25px;
}

.news_sidebar_category li a {
    background-color: #F3F6FD;
    margin-bottom: 10px;
    display: block;
    padding: 14px 20px;
    color: var(--black-color);
    font-weight: 400;
    font-family: "Josefin Sans", sans-serif;
    transition: var(--transition);
    border-radius: 12px;
    border-left: 5px solid var(--main-color);
}

.news_sidebar_category li a:hover {
    color: var(--main-color);
    transform: translateX(10px);
}

.news_sidebar_tags li {
    display: inline-flex;
    margin-bottom: 15px;
    margin-right: 10px;
}

.news_sidebar_tags li a {
    background-color: #F3F6FD;
    padding: 10px 22px;
    color: var(--heading-color);
    font-family: "Josefin Sans", sans-serif;
    transition: var(--transition);
    border-radius: 10px;
}

.news_sidebar_tags li a:hover {
    background-color: var(--main-color);
    color: var(--white-color);
}

.sidebar_advasting_area a img {
    width: 100%;
}

.news_two_card .news_item_boxed {
    margin-top: 0px;
    margin-bottom: 40px;
}

/* =============================
        News Page Three
================================*/
.news_tabs_boxed .news_item_boxed {
    margin-bottom: 30px;
    margin-top: 0;
}

/* =============================
        News Details Page
================================*/
.news_details_content_area h2 {
    padding-top: 30px;
    line-height: 54px;
}

.news_details_content_area p {
    padding-top: 20px;
}

.news_details_content_area h3 {
    padding-top: 20px;
    font-weight: 500;
}

.news_details_content_area ul li {
    padding-top: 13px;
}

.news_details_content_area ul li i {
    font-size: 10px;
    padding-right: 7px;
    color: var(--main-color);
}

.news_details_left_img {
    padding-top: 30px;
}

.download_pdf_area {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #EEF4F8;
    padding: 20px 20px;
    border-radius: 12px;
    margin-top: 45px;
}

.downloads_pdf_icon {
    display: flex;
    align-items: center;
}

.downloads_pdf_icon h3 {
    padding-left: 10px;
    font-weight: 500;
}

.comment_area {
    padding-top: 60px;
}

.comment_area h3 {
    font-weight: 500;
    margin-bottom: 30px;
}

.comment_area_boxed {
    display: flex;
    padding-bottom: 35px;
    border-bottom: 1px solid #dddddd;
    margin-bottom: 35px;
}

.comment_area .comment_area_boxed:last-child {
    padding-bottom: 0;
    border-bottom: none;
    margin-bottom: 0;
}

.comment_img {
    width: 17%;
}

.comment_author_name {
    display: flex;
    justify-content: space-between;
    padding-bottom: 10px;
}

.comment_text {
    padding-left: 20px;
}

.comment_area_form {
    padding-top: 60px;
}

.comment_area_form h3 {
    font-weight: 500;
    margin-bottom: 30px;
}

textarea {
    height: 100% !important;
}

#news_comment_form .form-froup {
    margin-bottom: 30px;
}

.news_details_right_item {
    background: #FFFFFF;
    box-shadow: -4px -4px 20px rgba(0, 0, 0, 0.08), 8px 10px 24px rgba(0, 0, 0, 0.08);
    border-radius: 6px;
    padding: 30px 20px;
    margin-bottom: 30px;
}

.news_details_right_item h3 {
    font-weight: 500;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 10px;
}

.recent_news_item {
    display: flex;
    padding-top: 25px;
}

.recent_news_img {
    width: 35%;
}

.recent_news_text {
    padding-left: 10px;
}

.recent_news_text h5 {
    font-weight: 500;
    line-height: 26px;
}

.recent_news_text h5 a {
    color: var(--black-color);
}

.recent_news_text h5 a:hover {
    color: var(--main-color);
}

.recent_news_text p {
    padding-top: 0px;
    font-size: 14px;
    display: flex;
    align-items: center;
}

.recent_news_text p i {
    font-size: 6px;
    margin: 0 7px;
    color: var(--main-color);
}

.news_tags_area {
    padding-top: 10px;
}

.news_tags_area ul li {
    display: inline-flex;
    margin-right: 10px;
    margin-top: 15px;
}

.news_tags_area ul li a {
    background: #DDDDDD;
    padding: 7px 15px;
    color: var(--black-color);
    font-weight: 400;
    transition: var(--transition);
}

.news_tags_area ul li a:hover {
    background: var(--main-color);
    color: var(--white-color);
}

.news_tags_area ul li a.active {
    background: var(--main-color);
    color: var(--white-color);
}

.share_icon_area li:first-child {
    margin-left: 0;
}

.share_icon_area {
    padding-top: 30px;
}

.share_icon_area li {
    display: inline-flex;
    background: #fff;
    width: 40px;
    text-align: center;
    justify-content: center;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    box-shadow: 4px 6px 20px rgb(0 0 0 / 8%);
    transition: var(--transition);
    color: var(--main-color);
    margin-left: 15px;
}

.share_icon_area li:hover {
    background: var(--main-color);
}

.share_icon_area li:hover a {
    color: var(--white-color);
}

/**OUR SERVICES */
.services_block img {
    border-radius: 10px;
}

.services_block1 {
    position: relative;
}

.services_block2 {
    position: relative;
}

.services_block3 {
    position: relative;
}

.services_blok_text {
    align-items: left;
    color: #fff;
    text-align: left;
    padding-left: 10%;
    padding-top: 20px;
}

.services_blok_text a.read {
    text-decoration: underline;
    color: #fff;
}

.services_block.services_block1 {
    background-image: url("../img/services/bluebird-senior-travel-tours.jpeg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: auto;
    padding: 20px;
    border-radius: 10px;
}

.services_block.services_block2 {
    background-image: url("../img/services/roadside-assistance.jpeg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: auto;
    padding: 20px;
    border-radius: 10px;
}

.services_block.services_block3 {
    background-image: url("../img/services/charter-services.jpeg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: auto;
    padding: 20px;
    border-radius: 10px;
}

.inner-border {
    height: 100%;
    width: 100%;
    margin: 0px;
    border: 1px solid #fff;
    padding: 0px 20px 20px 0px;
}

.text-left {
    text-align: left;
}

.btn-from1 a {
    border: none;
}

.btn-from1 a:hover {
    border: none;
}

.btn-from1 {
    padding-top: 20px;
}

/**Blue bird senior tours*/
.bstt_calltoAction a {
    display: block;
}

.btn_md {
    padding: 10px 20px;
    font-size: 18px;
}

.btn_sm {
    font-size: 14px;
    padding: 5px 18px;
}

.sep {
    border-bottom: 1px solid #ddd;
    padding: 10px 0px;
    height: 1px;
}

/* ================================
          About Page
===================================*/
.about_us_left h5 {
    font-size: 22px;
    font-weight: 500;
}

.about_us_left h2 {
    font-size: 40px;
    line-height: 55px;
    padding-top: 0px;
}

.about_us_left p {
    padding-top: 15px;
}

.about_us_left a {
    margin-top: 25px;
}

.about_offer_banner img {
    width: 100%;
    height: 100%;
    border-radius: 15px;
}

.about_offer_banner {
    position: relative;
}

.about_offer_text {
    position: absolute;
    top: 50%;
    left: 36%;
    transform: translate(-50%, -50%);
    text-align: left;
}

.about_offer_text h3 {
    font-weight: 500;
    color: var(--white-color);
}

.about_offer_text h3 span {
    color: var(--main-color);
}

.about_offer_text h2 {
    color: var(--white-color);
    padding: 15px 0;
}

.about_offer_text a {
    color: var(--white-color);
    border-bottom: 1px solid var(--white-color);
}

.about_offer_text a:hover {
    color: var(--main-color);
    border-bottom: 1px solid var(--main-color);
}

.about_service_boxed {
    background: #FFFFFF;
    box-shadow: -4px -4px 16px rgba(0, 0, 0, 0.06), 8px 10px 20px rgba(0, 0, 0, 0.06);
    border-radius: 12px;
    padding: 18px 18px;
	min-height: 345px;
}

.about_service_boxed h5 {
    font-size: 20px;
    font-weight: 500;
    padding-top: 15px;
}

.about_service_boxed p {
    padding-top: 10px;
}

.about_offer_banner {
    
}

#consultation_area {
    background-image: url('../img/common/counter_bg.png');
    padding: 150px 0 220px 0;
    background-repeat: no-repeat;
    background-size: cover;
}

.consultation_area_text {
    text-align: center;
}

.consultation_area_text h2 {
    color: var(--white-color);
}

.consultation_area_text p {
    color: var(--white-color);
    padding-top: 20px;
}

.counter_area_wrapper {
    background: #FFFFFF;
    box-shadow: -4px -4px 16px rgba(0, 0, 0, 0.06), 8px 10px 20px rgba(0, 0, 0, 0.06);
    border-radius: 12px;
}

.counter_item {
    text-align: center;
    border-right: 1px solid #e9e9e9;
    padding: 35px 0;
}

.counter_item h3 {
    font-size: 35px;
    font-weight: 500;
    color: var(--main-color);
    padding-top: 6px;
    letter-spacing: 2px;
}

.counter_item h6 {
    font-weight: 500;
    font-size: 16px;
    padding-top: 2px;
}

#counter_area {
    margin-top: -100px;
}
/*Charter Service Page*/
.sdetailPage.service-details {
    min-height: 500px;
	padding:15px !important;
}
.sdetailPage.service-details h3 {
    color: #cd6d3a;
}

.owl-nav {
    display: none;
}
/**Acaordian**/
.accordion-button:not(.collapsed) {
    color: var(--black-color);
    background-color: #fff;
    box-shadow: none;
}

.ngg-galleryoverview {
    margin-top: 0px;
}

.contact-body-top {
    margin: 40px 0px 50px 0px;
    background: #efefef;
    padding: 20px 0px;
    border-radius: 10px;
}

.contact-body-top h3 {
    font-weight: 600;
}