/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Common
# Topbar
# Main Menu
# Footer
# Search Popup
# Sidemenu
# Banner
# Blog
	## Blog Details
	## Comments
# Page Header
# Contact
	## Contact Info
# Sidebar
# Mailchimp
# Brand
# Team
# Call To Action
# Gallery
# Error 404
# Video
# Testimonials
# FAQ
# Tour
	## Tour Sidebar
# Destinations
# Features
# Funfact
# Tour Search
--------------------------------------------------------------*/


/*--------------------------------------------------------------
# Common
--------------------------------------------------------------*/

/*font-family: 'Barlow Condensed', sans-serif;
font-family: 'Satisfy', cursive;*/

:root {
	--thm-font: 'Roboto', sans-serif;
	--heading-font: 'Fredoka Regular', cursive;
	--thm-base: #ffa801;
	--thm-base-rgb: 255, 168, 1;
	--thm-primary: #40b9eb;
	--thm-primary-rgb: 64, 185, 235;
	--thm-secondary: #ff0143;
	--thm-secondary-rgb: 255, 1, 67;
	--thm-black: #082740;
	--thm-black-rgb: 8, 39, 64;
	--thm-gray: #eceeef;
}


body {
	font-family: var(--thm-font);
	color: #7c859b;
	font-size: 18px;
	line-height: 34px;
	font-weight: 500;
}

a:active,
a:hover,
a:focus,
a:visited {
	text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: var(--heading-font);
}

/* Mobile Portrait (600px to 700px) */
@media (max-width: 700px) and (min-width: 600px) {
    .text-icon-reverse .row {
        flex-direction: column; /* This ensures that the icon section stays below the text on medium screens */
    }

    .text-icon-reverse .col-lg-8, .text-icon-reverse .col-md-8 {
        order: 1;
    }

    .text-icon-reverse .col-lg-4, .text-icon-reverse .col-md-4 {
        order: 0;
    }
}


@media screen and (min-width: 600px) and (max-width: 700px) {
    /* Styles for screens between 600px and 700px */
	#grey-area{
		top:2rem !important;
	}

}




@media screen and (max-width: 373px) {

	.trip-card{
		height: 251px;
	}

}

@media screen and (max-width: 830px) {

	.card{
		background-color: transparent;
	}
	.header-text{
		margin-left:0px;
		margin-bottom: 0.5rem;
	}

	#grey-area{
		top:-1rem;
	}

	
}

.flex-center{
	display:flex;
	flex-direction:column;
	justify-content:flex-start;
	align-content:center;
	align-items:center;
}

.flex-right{
	display:flex;
	flex-direction:column;
	justify-content:flex-start;
	align-content:end;
	align-items:end;
}

.page-wrapper {
	position: relative;
	margin: 0 auto;
	width: 100%;
	min-width: 300px;
	overflow: hidden;
}

.custom-file-upload {
	display: inline-block;
	padding: 5px 10px;
	cursor: pointer;
	background-color: #CD8741;
	color: white;
	border: none;
	border-radius: 20px;
	margin-top:10%;
	align-items:center
  }


  .custom-file-upload input {
	display: none;
  }

  .custom-file-upload-two {
	display: block;
	padding: 5px 10px;
	cursor: pointer;
	background-color: #CD8741;
	color: white;
	border: none;
	border-radius: 20px;
	margin-top:5%;
	margin-left:0;
	align-items:center
  }
  
  

  .custom-file-upload-two input {
	display: none;
  }

  .custom-file-upload-three {
	display: block;
	padding: 5px 10px;
	cursor: pointer;
	background-color: #142537;
	color: white;
	border: none;
	margin-top:5%;
	margin-left:0;
	align-items:center
  }
  
  

  .custom-file-upload-three input {
	display: none;
  }

  .file-error{
	color:red;
	text-align:center;
	align-items:center;
	/* margin-right: 5vw; */
	margin-top: -20px;
  }

  .file-selected{
	color:#000;
	text-align:center;
	align-items:center;
	/* margin-right: 5vw; */
  }

@media (min-width: 1200px) {
	.container {
		max-width: 1200px;
	}
}

.block-title {
	margin-bottom: 60px;
}

.block-title p {
	margin: 0;
	text-transform: uppercase;
	color: var(--thm-base);
	font-size: 16px;
	font-weight: 600;
	letter-spacing: .2em;
	line-height: 1em;
}

.block-title h3 {
	margin: 0;
	color: var(--thm-black);
	font-size: 60px;
	font-weight: 600;
	font-family: 'Roboto';
	line-height: 1em;
}

.block-title p+h3 {
	margin-top: 15px;
}

.thm-btn {
	display: inline-block;
	vertical-align: middle;
	border: none;
	outline: none;
	background-color: var(--thm-base);
	font-size: 18px;
	color: var(--thm-black);
	font-weight: 600;
	text-transform: uppercase;
	padding: 20px 50.5px;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
}

.thm-btn:hover {
	background-color: var(--thm-primary);
	color: #ffffff;
}

.bootstrap-select .btn-light:not(:disabled):not(.disabled).active,
.bootstrap-select .btn-light:not(:disabled):not(.disabled):active,
.bootstrap-select .show>.btn-light.dropdown-toggle {
	background-color: transparent !important;
	box-shadow: none !important;
	outline: none !important;
}

.bootstrap-select>.dropdown-toggle {
	box-shadow: none !important;
}

.bootstrap-select .dropdown-toggle:focus,
.bootstrap-select>select.mobile-device:focus+.dropdown-toggle {
	outline: none !important;
}

.bootstrap-select .dropdown-menu {
	padding-top: 0;
	padding-bottom: 0;
	margin-top: 0;
	z-index: 991;
	border-radius: 0;
}

.bootstrap-select .dropdown-menu>li+li>a {
	border-top: 1px solid var(--thm-gray);
}

.bootstrap-select .dropdown-menu>li.selected>a {
	background: var(--thm-primary);
	color: #fff;
}

.bootstrap-select .dropdown-menu>li>a {
	font-size: 16px;
	font-weight: 500;
	padding: 4px 20px;
	color: var(--thm-black);
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
}

.bootstrap-select .dropdown-menu>li>a:hover {
	background: var(--thm-primary);
	color: #fff;
	cursor: pointer;
}

/* datepicker */

.datepicker.dropdown-menu {
	min-width: 17rem;
}

.datepicker table {
	width: 100%;
}

.post-pagination {
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	        align-items: center;
	flex-wrap: wrap;
}

.post-pagination a {
	border-radius: 50%;
	background-color: var(--thm-gray);
	color: #9ca3a9;
	font-size: 18px;
	font-weight: 600;
	text-align: center;
	padding: 0;
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	        justify-content: center;
	width: 57px;
	height: 57px;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
}

.post-pagination a:hover {
	background-color: var(--thm-primary);
	color: #fff;
}

.post-pagination a.active {
	background-color: var(--thm-base);
	color: #fff;
	cursor: auto;
}

.post-pagination a+a {
	margin-left: 15px;
}

/* owl dots style */


.thm__owl-carousel .owl-dots {
	margin-top: 20px;
}

.thm__owl-carousel .owl-dots .owl-dot {
	outline: none;
}

.thm__owl-carousel .owl-dots .owl-dot span {
	margin: 0 2.5px;
	padding: 0;
	width: 14px;
	height: 14px;
	background-color: var(--thm-gray);
	border-radius: 50%;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.thm__owl-carousel .owl-dots .owl-dot:hover span,
.thm__owl-carousel .owl-dots .owl-dot.active span {
	background-color: var(--thm-primary);
}

.thm__owl-carousel.light-dots .owl-dots .owl-dot span {
	background-color: #fff;
}

.thm__owl-carousel.light-dots .owl-dots .owl-dot:hover span,
.thm__owl-carousel.light-dots .owl-dots .owl-dot.active span {
	background-color: var(--thm-primary);
}

.trip-input{
	text-align: right;
	background-color:transparent;
	border : 2px dashed #A3A2B0;
	border-radius: 8px;
	padding : 7px;
	padding-top: 10px;
	height: 25px;
	width:100%;
	font-size:10px;
	font-weight: 400;
	font-family: 'Fredoka Regular';
	line-height: 20px;
	overflow:hidden;
	color:#A3A2B0 !important;
}

.trip-input::placeholder{
	color:#A3A2B0;
}

.trip-input:focus {
    outline: none;
    border : 2px dashed #A3A2B0;
	border-radius: 8px;
	font-size:10px;
	font-weight: 400;
	font-family: 'Fredoka Regular';
	line-height: 20px;
	overflow:hidden;
	color:#A3A2B0;
}

.trip-input-two{
	text-align: left;
	background-color:transparent;
	border:none;
	margin: 4px;
	height: 25px;
	width:100%;
	font-size:16px;
	font-weight: 400;
	font-family: 'Roboto',sans-serif;
	overflow:hidden;
	color: #A3A2B0;
}

.trip-input-two:focus {
    outline: none;
    border : none;
}

.trip-input-two::placeholder {
    color:#A3A2B0;
}

.trip-input-three{
	text-align: center;
	background-color:#F7F7F7;
	margin: 10px;
	height: 30px;
	width:80%;
	float:left;
	border:none;
	color:#979795;
	border-radius: 4px;
	font-size:14px;
	overflow:hidden;
	padding-bottom: 2px;
	font-family: 'Roboto', sans-serif; /* Use the custom font family */
}

.trip-input-three::placeholder {
	color: #979795;
}

.trip-input-three:focus {
	outline:none;
}

.trip-input-four{
	text-align: center;
	background-color:#F7F7F7;
	margin: 10px;
	height: 30px;
	margin-right:7%;
	width:80%;
	border:none;
	color:#979795;
	border-radius: 4px;
	font-size:14px;
	overflow:hidden;
	padding-bottom: 2px;
	font-family: 'Roboto', sans-serif; /* Use the custom font family */
}

.trip-input-four::placeholder {
	color: #979795;
}

.trip-input-five{
	text-align: center;
	background-color:transparent;
	padding-right:15px;
	height: 30px;
	width:90%;
	border:none;
	color:#68677F;
	background-color: #F7F7F7;
	border-radius: 4px;
	font-size:14px;
	overflow:hidden;
	padding-bottom: 2px;
	font-family: 'Roboto', sans-serif; /* Use the custom font family */
	outline:none;
	border: none;
}

.trip-input-five::placeholder {
	color: #979795;
}

.trip-input-five::focus {
	outline:none;
	border: none;
}


.trip-input-four:focus {
	outline:none;
}

.light-text{
	color: #979795;
}





.input-separator{
	margin-top:20px;
	margin-left:20px;
	margin-right:20px;
	padding-bottom:10px;
}

@font-face {
    font-family: 'Fredoka Condensed Bold';
    src: url('../fonts/Fredoka_Condensed-Bold.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'roboto_black';
    src: url('../fonts/Roboto-Black.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Fredoka Regular';
    src: url('../fonts/Fredoka-SemiBold.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'paytone';
    src: url('../fonts/PaytoneOne-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}


.modal-footer{
	background-color: #CD8741;
}

.modal-separator{
	text-align: center;
	margin-top:10%;
	width:100%;
	border: 3px dashed #D9D9DF;
	border-radius: 10px;
	height: 150px;
}

.modal-separator-two{
	text-align: center;
	width:100%;
	border: 3px dashed #D9D9DF;
	border-radius: 10px;
	height: 150px;
}

.modal-separator-activity{
	text-align: center;
	margin-top:10%;
	width:100%;
	border: 3px dashed #EABC98;
	border-radius: 10px;
	height: 170px;
}

.modal-separator-activity-two{
	text-align: center;
	width:100%;
	background-color: #F2DBC5;
	border-radius: 10px;
	height: 149px;
}

.modal-separator-tc{
	text-align: center;
	margin-top:10%;
	width:100%;
	background-color: #DFD8E7;
	border: 3px solid #AA96C2;
	border-radius: 10px;
	height: 170px;
}

.tc-icon{
	color: #6F5B89;
	font-size: 1.8rem;
	margin-top: 0.7rem;
}

.activity-icon{
	color: #CE996E;
}

.transport-icon{
	color: #4E6A7C;
	font-size: 1.8rem;
	margin-top: 0.7rem;
}

.destination-icon{
	color: #58633E;
	font-size: 1.8rem;
	margin-top: 0.7rem;
}

.tc-widget-title{
	background-color:transparent;
	text-align: center;
	font-size:18px;
    font-family: 'Fredoka Condensed Bold', sans-serif; /* Use the custom font family */
	font-weight: 400;
	color: #6F5B89 !important;
	margin-right: 5px;
	margin-left: 5px;
	margin-top: 5px;
}

.tc-widget-para{
	background-color:transparent;
	text-align: center;
	font-size:10px;
	line-height: 12px;
    font-family: 'Roboto', sans-serif; /* Use the custom font family */
	color: #6F5B89 !important;
	font-weight: 600;
	padding-left: 5px;
	padding-right: 5px;
}

.activity-widget-title{
	background-color:transparent;
	text-align: center;
	font-size:16px;
    font-family: 'Fredoka Condensed Bold', sans-serif; /* Use the custom font family */
	font-weight: 400;
	color: #CE996E !important;
	margin-right: 5px;
	margin-left: 5px;
	margin-top: 5px;
}

.activity-widget-para{
	background-color:transparent;
	text-align: center;
	font-size:10px;
	line-height: 12px;
    font-family: 'Roboto', sans-serif; /* Use the custom font family */
	color: #CE996E !important;
	font-weight: 600;
	padding-left: 5px;
	padding-right: 5px;
}

.modal-separator-activity{
	text-align: center;
	margin-top:10%;
	width:100%;
	background-color: #F2DBC5;
	border: 3px solid #EABC98;
	border-radius: 10px;
	height: 150px;
}

.transport-widget-title{
	background-color:transparent;
	text-align: center;
	font-size:18px;
    font-family: 'Fredoka Condensed Bold', sans-serif; /* Use the custom font family */
	font-weight: 400;
	color: #4E6A7C !important;
	margin-right: 5px;
	margin-left: 5px;
	margin-top: 5px;
}

.transport-widget-para{
	background-color:transparent;
	text-align: center;
	font-size:10px;
	line-height: 12px;
    font-family: 'Roboto', sans-serif; /* Use the custom font family */
	color: #4E6A7C !important;
	font-weight: 600;
	padding-left: 5px;
	padding-right: 5px;
}

.modal-separator-transport{
	text-align: center;
	margin-top:10%;
	width:100%;
	background-color: #CCDEEA;
	border: 3px solid #85ADCE;
	border-radius: 10px;
	height: 150px;
}

.destination-widget-title{
	background-color:transparent;
	text-align: center;
	font-size:18px;
    font-family: 'Fredoka Condensed Bold', sans-serif; /* Use the custom font family */
	font-weight: 400;
	color: #58633E !important;
	margin-right: 5px;
	margin-left: 5px;
	margin-top: 5px;
}

.destination-widget-para{
	background-color:transparent;
	text-align: center;
	font-size:10px;
	line-height: 12px;
    font-family: 'Roboto', sans-serif; /* Use the custom font family */
	color: #58633E !important;
	font-weight: 600;
	padding-left: 5px;
	padding-right: 5px;
}

.modal-separator-destination{
	text-align: center;
	margin-top:10%;
	width:100%;
	background-color: #D9E0CB;
	border: 3px solid #ABC180;
	border-radius: 10px;
	height: 150px;
}



.widget-title{
	background-color:transparent;
	text-align: center;
	font-size:18px;
    font-family: 'Fredoka Condensed Bold', sans-serif; /* Use the custom font family */
	font-weight: 400;
	color: #68677F;
	margin-right: 5px;
	margin-left: 5px;
	margin-top: 5px;
}

.feature-title{
	background-color:transparent;
	text-align: center;
	font-size:24px;
	line-height: 28px;
    font-family: 'Fredoka Condensed Bold', sans-serif; /* Use the custom font family */
	font-weight: 400;
	color: #fff;
	padding-top:50px;
}

.widget-para{
	background-color:transparent;
	text-align: center;
	font-size:10px;
	line-height: 12px;
    font-family: 'Roboto', sans-serif; /* Use the custom font family */
	color: #68677F;
	font-weight: 600;
	padding-left: 5px;
	padding-right: 5px;

}

.feature-para{
	background-color:transparent;
	text-align: center;
	font-size:14px;
	line-height: 16px;
    font-family: 'Roboto', sans-serif; /* Use the custom font family */
	color: #fff;
	font-weight: 600;
	padding-left: 5px;
	padding-right: 5px;
	padding-top:10px;
}

.widget-para{
	background-color:transparent;
	text-align: center;
	font-size:10px;
	line-height: 12px;
    font-family: 'Roboto', sans-serif; /* Use the custom font family */
	color: #68677F;
	font-weight: 600;
	padding-left: 5px;
	padding-right: 5px;

}

.widget-side-para{
	background-color:transparent;
	text-align: center;
	font-size:18px;
	line-height: 20px !important;
    font-family: 'Roboto', sans-serif; /* Use the custom font family */
	color: #68677F;
	font-weight: 400;
	padding-right: 5px;

}





.widget-side-heading{
	background-color:transparent;
	text-align: center;
	font-size:18px;
	line-height: 28px;
    font-family: 'Roboto', sans-serif; /* Use the custom font family */
	color: #68677F;
	font-weight: 700;
	padding-right: 5px;

}

.widget-side-heading-day{
	background-color:transparent;
	text-align: center;
	font-size:20px;
	line-height: 20px;
    font-family: 'Roboto', sans-serif; /* Use the custom font family */
	color: #14314A;
	font-weight: 700;
	padding-left: 5px;
	padding-right: 5px;
}
 
.input-title{
	margin-top: 20px;
	margin-bottom: 2px;
	background-color:transparent;
	text-align: center;
	align-items: center;
	align-content: center;
	font-size:24px;
	line-height: 32px;
    font-family: 'Fredoka Condensed Bold', sans-serif; /* Use the custom font family */
	font-weight: 400;
	color: #68677F;
}

.input-one{
	background-color:transparent;
	border:none;
	width:100%;
	text-align: center;
	font-size:24px;
	line-height: 32px;
    font-family: 'Fredoka Condensed Bold', sans-serif; /* Use the custom font family */
	font-weight: 400;
	color: #68677F !important;
	
}

.input-one:focus {
    outline: none;
    border : none;
}

.input-one::placeholder {
    color:#68677F;
}

.input-main{
	background-color:transparent;
	border:none;
	width:100%;
	text-align: center;
	font-size:24px;
	line-height: 32px;
    font-family: 'Fredoka Condensed Bold', sans-serif; /* Use the custom font family */
	font-weight: 400;
	color: #68677F !important;
	padding-left: 30px;
	padding-right: 30px;
}

.input-main:focus {
    outline: none;
    border : none;
}

.input-main::placeholder {
    color:#68677F;
}

.input-textarea{
	margin-top: 2px;
	background-color:transparent;
	border:none;
	width:90%;
	text-align: center;
	font-size:16px;
	line-height: 24px;
    font-family: 'Roboto', sans-serif; /* Use the custom font family */
	font-weight: 400;
	color: #68677F;
	resize: none; /* Prevent resizing both horizontally and vertically */
	padding-left: 20px;
	padding-right: 20px;
	background-color: #F7F7F7;

}

.input-textarea:focus {
	outline:none;
	border:none;
}

.input-textarea-main{
	margin-top: 2px;
	background-color:transparent;
	border:none;
	width:100%;
	text-align: center;
	font-size:16px;
	line-height: 24px;
    font-family: 'Roboto', sans-serif; /* Use the custom font family */
	font-weight: 400;
	color: #68677F;
	padding-left: 30px;
	padding-right: 30px;
	resize: none; /* Prevent resizing both horizontally and vertically */

}

.input-textarea-main:focus {
	outline:none;
	border:none;
}

.input-textarea-two{
	margin-top: 20px;
	margin-right: 5%;
	background-color:#F7F7F7;
	border: none;
	border-radius:4px;
	width:80%;
	text-align: center;
	font-size:14px;
	line-height: 24px;
    font-family: 'Roboto', sans-serif; /* Use the custom font family */
	font-weight: 400;
	color: #68677F;
	resize: none; /* Prevent resizing both horizontally and vertically */

}

.input-textarea-two::placeholder{
	color:#979795;
}

.input-textarea-two:focus {
	outline:none;
}

.input-separator-one{
	justify-content: center;
	text-align: center;
	margin-top:32px;
	width:100%;
	border: 3px dashed #D9D9DF;
	;
}

.input-subSeparator-one{
	justify-content: center;
	text-align: center !important;
	margin-top:32px;
	margin-left: 5%;
	margin-right: 5%;
	width:90%;
	border: 3px dashed #D9D9DF;
	;
}

.input-separator-widget-2{
	justify-content: center;
	text-align: center;
	margin-top:64px;
	margin-left:5%;
	margin-right:5%;
	margin-bottom: 20px;
	width:90%;
	border: none;
	border-radius: 4px;
	background-color: #F7F7F7;
}

.input-separator-widget{
	justify-content: center;
	text-align: center;
	margin-top:16px;
	margin-left:5%;
	margin-right:5%;
	width:90%;
	border: 3px dashed #D9D9DF;
	margin-bottom: 16px;
}



.preloader {
	position: fixed;
	background-color: #fff;
	background-position: center center;
	background-repeat: no-repeat;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 9991;
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	        align-items: center;
	text-align: center;
}

.preloader__image {
	-webkit-animation-fill-mode: both;
	        animation-fill-mode: both;
	-webkit-animation-name: flipInY;
	        animation-name: flipInY;
	-webkit-animation-duration: 2s;
	        animation-duration: 2s;
	-webkit-animation-iteration-count: infinite;
	        animation-iteration-count: infinite;
}

.scroll-to-top {
	display: inline-block;
	width: 45px;
	height: 45px;
	background: #CD8741;
	position: fixed;
	bottom: 40px;
	right: 40px;
	z-index: 99;
	text-align: center;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
	display: none;
	border-radius: 50%;
	transition: all .4s ease;
}

.scroll-to-top i {
	color: #ffffff;
	font-size: 18px;
	line-height: 45px;
}

.scroll-to-top:hover {
	background-color: var(--thm-black);
}

.scroll-to-top:hover i {
	color: #fff;
}

.thm-base-bg {
	background-color: var(--thm-primary);
}

.thm-base-bg-2 {
	background-color: var(--thm-base);
}

.thm-gray-bg {
	background-color: var(--thm-gray);
}


/* home 5 */

.home-5__content-wrap {
	background-color: var(--thm-black);
	position: relative;
}


.home-5__bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.home-5__bg-inner {
	height: 100% !important;
}

.home-5__social {
	position: absolute;
	top: 50%;
	left: 120px;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
	display: -webkit-box;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	        flex-direction: column;
	z-index: 100;
}
.home-5__social a {
	color: #fff;
	font-size: 22px;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}
.home-5__social a:hover {
	color: var(--thm-primary);
}
.home-5__social a +  a {
	margin-top: 15px;
}

.home-5__floated-text {
	font-size: 400px;
	font-weight: 200;
	color: #ffffff;
	letter-spacing: .2em;
	position: absolute;
	top: 50%;
	left: 50%;
	text-transform: uppercase;
	-webkit-transform: translateY(-50%) translateX(-50%);
	        transform: translateY(-50%) translateX(-50%);
	z-index: 10;
	text-align: center;
	opacity: 0.05;
}

/* home 7 */

.home-7-content-wrap {
	position: relative;
}

.home-7-content__bg {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: -37px;
	background-position: top;
	background-repeat: no-repeat;
	background-position: bottom center;
	opacity: 0.07;
	background-color: #004c85;
	background-blend-mode: multiply;
	z-index: 10;
}

.home-7-content-wrap .container {
	position: relative;
	z-index: 11;
}


/* Cursor Style */
.cursor {
	position: absolute;
	background-color: #fff;
	width: 6px;
	height: 6px;
	border-radius: 100%;
	z-index: 1;
	-webkit-transition: 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity, 0.3s cubic-bezier(0.75, -1.27, 0.3, 2.33) -webkit-transform;
	transition: 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity, 0.3s cubic-bezier(0.75, -1.27, 0.3, 2.33) -webkit-transform;
	transition: 0.3s cubic-bezier(0.75, -1.27, 0.3, 2.33) transform, 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity;
	transition: 0.3s cubic-bezier(0.75, -1.27, 0.3, 2.33) transform, 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity, 0.3s cubic-bezier(0.75, -1.27, 0.3, 2.33) -webkit-transform;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	pointer-events: none;
	z-index: 10000;
	-webkit-transform: scale(1);
	transform: scale(1);
	visibility: hidden;
}

.cursor {
	visibility: visible;
}

.cursor.active {
	opacity: 0.5;
	-webkit-transform: scale(0);
	transform: scale(0);
}

.cursor.hovered {
	opacity: 0.08;
}

.cursor-follower {
	position: absolute;
	background-color: RGBA(255, 255, 255, 0.3);
	width: 50px;
	height: 50px;
	border-radius: 100%;
	z-index: 1;
	-webkit-transition: 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity, 0.6s cubic-bezier(0.75, -1.27, 0.3, 2.33) -webkit-transform;
	transition: 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity, 0.6s cubic-bezier(0.75, -1.27, 0.3, 2.33) -webkit-transform;
	transition: 0.6s cubic-bezier(0.75, -1.27, 0.3, 2.33) transform, 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity;
	transition: 0.6s cubic-bezier(0.75, -1.27, 0.3, 2.33) transform, 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity, 0.6s cubic-bezier(0.75, -1.27, 0.3, 2.33) -webkit-transform;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	pointer-events: none;
	z-index: 10000;
	visibility: hidden;
}

.cursor-follower {
	visibility: visible;
}

.cursor-follower.active {
	opacity: 0.7;
	-webkit-transform: scale(1);
	transform: scale(1);
}

.cursor-follower.hovered {
	opacity: 0.08;
}

.cursor-follower.close-cursor:before {
	position: absolute;
	content: '';
	height: 25px;
	width: 2px;
	background: #fff;
	left: 48%;
	top: 12px;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	display: inline-block;
}

.cursor-follower.close-cursor:after {
	position: absolute;
	content: '';
	height: 25px;
	width: 2px;
	background: #fff;
	right: 48%;
	top: 12px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

/*--------------------------------------------------------------
# Topbar
--------------------------------------------------------------*/

.topbar-one {
	background-color: #004c85;
}

.topbar-one .container-fluid {
	padding-left: 0;
	padding-right: 0;
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	        align-items: center;
	-webkit-box-pack: justify;
	        justify-content: space-between;
}

.topbar-one__left {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	        align-items: center;
	padding-left: 60px;
}

.topbar-one__left a {
	color: #a4cae5;
	font-size: 16px;
	font-weight: 500;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.topbar-one__left a:hover {
	color: #fff;
}

.topbar-one__left a+a {
	margin-left: 40px;
}

.topbar-one__right {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	        align-items: center;
}

.topbar-one__social {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	        align-items: center;
	margin-right: 60px;
}

.topbar-one__social a {
	font-size: 14px;
	color: #a4cae5;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.topbar-one__social a:hover {
	color: var(--thm-base);
}

.topbar-one__social a+a {
	margin-left: 30px;
}

.topbar-one__guide-btn {
	background-color: var(--thm-base);
	text-transform: uppercase;
	font-size: 16px;
	font-weight: 600;
	color: var(--thm-black);
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 60px;
	padding-right: 60px;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.topbar-one__guide-btn:hover {
	background-color: var(--thm-black);
	color: #fff;
}

.topbar-one .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
	width: 40px;
}

.topbar-one .bootstrap-select>.dropdown-toggle {
	border: none;
	font-size: 14px;
	font-weight: 500;
	color: #a4cae5;
	padding: 11px 0px;
	background-color: transparent;
}

.topbar-one .bootstrap-select+.bootstrap-select {
	margin-left: 10px;
}


.topbar-one .container {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	        align-items: center;
	-webkit-box-pack: justify;
	        justify-content: space-between;
}

.topbar-one__home-7 {
	border-bottom: 1px solid rgba(255, 255, 255, .07);
}
.topbar-one__home-7 .topbar-one__spacer {
	width: 1px;
	height: 55px;
	background-color: rgba(255, 255, 255, .07);
	margin-left: 40px;
	margin-right: 40px;
}
.topbar-one__home-7 .topbar-one__left {
	padding-left: 0;
}
.topbar-one__home-7 .topbar-one__social {
	margin-right: 0;
}
/*--------------------------------------------------------------
# Main Menu
--------------------------------------------------------------*/


.main-nav__header-one .container {
	position: relative;
}

.main-nav__logo-box {
	background-color: #eceeef;
	text-align: center;
	width: 100%;
	max-width: 244px;
	display: block;
	margin-right: 60px;
	padding: 41.65px 0;
}

.main-nav__logo-box .side-menu__toggler {
	font-size: 20px;
	color: var(--thm-black);
}

@media (min-width: 1200px) {
	.main-nav__header-one .container {
		max-width: 100%;
		padding-left: 0;
		padding-right: 0;
		display: -webkit-box;
		display: flex;
		-webkit-box-align: center;
		        align-items: center;
	}


	.main-nav__logo-box .side-menu__toggler {
		display: none;
	}

	.main-nav__main-navigation {
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: -webkit-box;
		display: flex;
		-webkit-box-align: center;
		        align-items: center;
	}
}


@media(max-width: 1199px) {
	.main-nav__logo-box {
		padding: 20px 0;
		display: -webkit-box;
		display: flex;
		-webkit-box-align: center;
		        align-items: center;
		-webkit-box-pack: justify;
		        justify-content: space-between;
	}

	.main-nav__main-navigation {
		display: none;
	}

}



.main-nav__main-navigation .main-nav__navigation-box {
	margin: 0;
	padding: 0;
	list-style: none;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	        align-items: center;
}

.main-nav__main-navigation .main-nav__navigation-box,
.main-nav__main-navigation .main-nav__navigation-box ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.main-nav__main-navigation .main-nav__navigation-box>li+li {
	margin-left: 45px;
}

.main-nav__main-navigation .main-nav__navigation-box>li {
	position: relative;
	padding: 44.5px 0px;
}

.main-nav__main-navigation .main-nav__navigation-box>li>a {
	color: #9ca3a9;
	font-size: 18px;
	font-weight: 500;
	font-family: var(--thm-font);
	text-transform: uppercase;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.main-nav__main-navigation .main-nav__navigation-box>li:hover>a,
.main-nav__main-navigation .main-nav__navigation-box>li.current>a,
.main-nav__main-navigation .main-nav__navigation-box>li.current-menu-item>a {
	color: var(--thm-primary);
}

/* Dropdown menu */

.main-nav__main-navigation .dropdown-btn {
	display: none;
}

.main-nav__main-navigation .main-nav__navigation-box>li ul {
	position: absolute;
	width: 230px;
	background-color: #fff;
	border-top: 2px solid var(--thm-base);
	box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
	-webkit-transform-origin: top;
	        transform-origin: top;
	visibility: hidden;
	opacity: 0;
	z-index: 991;
	-webkit-transition: opacity 500ms ease, visibility 500ms ease, -webkit-transform 500ms ease;
	transition: opacity 500ms ease, visibility 500ms ease, -webkit-transform 500ms ease;
	transition: transform 500ms ease, opacity 500ms ease, visibility 500ms ease;
	transition: transform 500ms ease, opacity 500ms ease, visibility 500ms ease, -webkit-transform 500ms ease;
}


.main-nav__main-navigation .main-nav__navigation-box>li ul>li {
	position: relative;
}

.main-nav__main-navigation .main-nav__navigation-box>li ul>li+li {
	border-top: 1px solid rgba(var(--thm-base-rgb), .3);
}

.main-nav__main-navigation .main-nav__navigation-box>li ul>li>a {
	display: block;
	color: var(--thm-black);
	font-size: 14px;
	font-family: var(--thm-font);
	word-break: break-all;
	padding-top: 9.5px;
	padding-bottom: 9.5px;
	padding-left: 20px;
	padding-right: 20px;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.main-nav__main-navigation .main-nav__navigation-box>li ul>li:hover>a {
	color: #fff;
	background-color: var(--thm-base);
}



/* Second level menu */

.main-nav__main-navigation .main-nav__navigation-box>li>ul {
	top: 100%;
	left: 0;
	-webkit-transform: translateY(30px);
	        transform: translateY(30px);

	visibility: hidden;
	opacity: 0;
}

.main-nav__main-navigation .main-nav__navigation-box>li:hover>ul {
	-webkit-transform: translateY(0);
	        transform: translateY(0);
	visibility: visible;
	opacity: 1;
}


/* Third level menu */

.main-nav__main-navigation .main-nav__navigation-box>li>ul>li>ul {
	top: 0;
	left: 100%;
	-webkit-transform: translateX(30px);
	        transform: translateX(30px);
	visibility: hidden;
	opacity: 0;
}

.main-nav__main-navigation .main-nav__navigation-box>li>ul>li:hover>ul {
	-webkit-transform: translateX(0px);
	        transform: translateX(0px);
	visibility: visible;
	opacity: 1;
}


/* After Third level menu */

.main-nav__main-navigation .main-nav__navigation-box>li>ul>li>ul>li ul {
	display: none;
}


.main-nav__right {
	margin-left: auto;
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	        align-items: center;
	padding-right: 60px;
}

.main-nav__right .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
	width: 96px;
}

.main-nav__right .bootstrap-select>.dropdown-toggle {
	border-style: solid;
	border-width: 2px;
	border-color: rgb(236, 238, 239);
	font-size: 14px;
	font-weight: 500;
	color: #9ca3a9;
	padding: 11px 20px;
	background-color: #fff;
}

.main-nav__right .bootstrap-select+.bootstrap-select {
	margin-left: 10px;
}


.main-nav__login,
.main-nav__search {
	font-size: 21px;
	color: var(--thm-black);
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.main-nav__login:hover,
.main-nav__search:hover {
	color: var(--thm-secondary);
}

.main-nav__search {
	margin-right: 30px;
}

.main-nav__login {
	margin-right: 40px;
}



.stricked-menu {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 999;
	background-color: #ffffff;
	box-shadow: 0px 6px 13px 0px rgba(0, 0, 0, 0.06);
	opacity: 0;
	-webkit-transform: translateY(-110%);
	transform: translateY(-110%);
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
}


.stricked-menu.stricky-fixed {
	opacity: 1;
	-webkit-transform: translateY(0%);
	transform: translateY(0%);
}


.site-header__home-two-wrap {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
}

.site-header__home-two .main-nav__logo-box {
	background-color: transparent;
	padding-top: 30px;
	padding-bottom: 30px;
	max-width: 123px;
	margin-right: 125px;
}

.site-header__home-two .main-nav__main-navigation .main-nav__navigation-box>li {
	padding-top: 30px;
	padding-bottom: 30px;
}

.site-header__home-two .main-nav__main-navigation .main-nav__navigation-box>li>a {
	color: #ffffff;
}

.site-header__home-two .main-nav__main-navigation .main-nav__navigation-box>li:hover>a,
.site-header__home-two .main-nav__main-navigation .main-nav__navigation-box>li.current>a,
.site-header__home-two .main-nav__main-navigation .main-nav__navigation-box>li.current-menu-item>a {
	color: var(--thm-secondary);
}

.site-header__home-two {
	padding-left: 120px;
	padding-right: 120px;
}

.site-header__home-two .main-nav__right {
	padding-right: 0;
}

.site-header__home-two .main-nav__login,
.site-header__home-two .main-nav__search {
	color: #fff;
	margin-right: 0;
	margin-left: 30px;
}
.site-header__home-two .main-nav__search {
	margin-left: 175px;
}

@media(max-width: 1440px) {
	.site-header__home-two .main-nav__search {
		margin-left: 50px;
	}
}

@media(max-width: 1280px) {
	.site-header__home-two .main-nav__search {
		margin-left: 20px;
	}
	.site-header__home-two .main-nav__right .bootstrap-select + .bootstrap-select {
		margin-left: 20px;
	}
	.site-header__home-two .main-nav__logo-box {
		margin-right: 70px;
	}
}

.site-header__home-two-wrap .topbar-one {
	background-color: #082740;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 120px;
	padding-right: 120px;
}

.site-header__home-two-wrap .topbar-one__left {
	padding-left: 0;
}

.site-header__home-two-wrap .topbar-one__social {
	margin-right: 0;
}

.site-header__home-two .main-nav__right .bootstrap-select>.dropdown-toggle {
	padding: 0;
	background-color: transparent;
	font-size: 16px;
	border: none;
	color: #ffffff;
}

.site-header__home-two .main-nav__right .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
	width: 48px;
	position: relative;
	top: -4px;
}

.site-header__home-two .main-nav__right .bootstrap-select+.bootstrap-select {
	margin-left: 30px;
}

.site-header__home-two .stricked-menu {
	background-color: var(--thm-black);
	padding-left: 120px;
	padding-right: 120px;
}


.main-nav__header-three {
	background-color: #004c85;
}

.main-nav__header-three .stricked-menu {
	background-color: #004c85;
}

.main-nav__header-four .container,
.main-nav__header-three .container {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	        align-items: center;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	        justify-content: center;
}

.main-nav__header-four .main-nav__logo-box,
.main-nav__header-three .main-nav__logo-box {
	background-color: transparent;
	max-width: 123px;
	padding: 0;
}

.main-nav__header-four .main-nav__main-navigation,
.main-nav__header-three .main-nav__main-navigation {
	-webkit-box-pack: center;
	        justify-content: center;
	margin-left: auto;
}

.main-nav__header-four .main-nav__main-navigation .main-nav__navigation-box>li,
.main-nav__header-three .main-nav__main-navigation .main-nav__navigation-box>li {
	padding-top: 39.5px;
	padding-bottom: 39.5px;
}

.main-nav__header-three .main-nav__main-navigation .main-nav__navigation-box>li>a {
	color: #a2c8e4;
}

.main-nav__header-four .main-nav__main-navigation .main-nav__navigation-box>li>a {
	color: #9ca3a9;
}

.main-nav__header-three .main-nav__main-navigation .main-nav__navigation-box>li:hover>a,
.main-nav__header-three .main-nav__main-navigation .main-nav__navigation-box>li.current>a,
.main-nav__header-three .main-nav__main-navigation .main-nav__navigation-box>li.current-menu-item>a {
	color: #ffffff;
}

.main-nav__header-four .main-nav__main-navigation .main-nav__navigation-box>li:hover>a,
.main-nav__header-four .main-nav__main-navigation .main-nav__navigation-box>li.current>a,
.main-nav__header-four .main-nav__main-navigation .main-nav__navigation-box>li.current-menu-item>a {
	color: var(--thm-primary);
}

.main-nav__header-four .main-nav__right,
.main-nav__header-three .main-nav__right {
	padding-right: 0;
}

.header-four__btn,
.header-three__btn {
	padding: 10px 36.5px;
}

.main-nav__header-four {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
}

.main-nav__header-6 {
	width: 100px;
	height: 100vh;
	background-color: var(--thm-gray);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 991;
}
.main-nav__header-6 .header-navigation,
.main-nav__header-6 .main-nav__logo-box,
.main-nav__header-6 .header-navigation .container {
	height: 100%;
}
.main-nav__header-6 .main-nav__logo-box {
	margin: 0;
	padding: 30px 0;
	position: relative;
}
.main-nav__header-6 .main-nav__logo-box .side-menu__toggler {
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
	width: 22px;
	height: 18px;
	border-top: 2px solid var(--thm-black);
	border-bottom: 2px solid var(--thm-black);
}

.main-nav__header-6__copy {
	text-transform: uppercase;
	margin: 0;
	color: #9ca3a9;
	font-size: 16px;
	line-height: 1em;
	font-weight: 400;
	position: absolute;
	bottom: 16%;
	left: -84%;
	-webkit-transform: rotate(-90deg);
	        transform: rotate(-90deg);
	-webkit-transform-origin: bottom center;
	        transform-origin: bottom center;
	z-index: 91;
	display: block;
	width: 200px;
	word-wrap: unset;
}

.main-nav__header-6 .stricked-menu {
	display: none !important;
}

.main-nav__header-6 .main-nav__main-navigation {
	display: none;
}

.main-nav__header-8 {
	background-color: #082740;
}
.main-nav__header-8 .main-nav__main-navigation {
	width: 100%;
	margin-left: 0;
}
.main-nav__header-8 .main-nav__main-navigation .main-nav__navigation-box {
	width: 100%;
	-webkit-box-pack: center;
	        justify-content: center;
}
.main-nav__header-8 .main-nav__main-navigation .main-nav__navigation-box > li:nth-child(3) {
	margin-right: auto;
}
.main-nav__header-8 .container {
	position: relative;
}
.main-nav__header-8 .stricked-menu {
	background-color: #082740;
}

@media(min-width:575px){

	.city-container{
		height: 100%;
		width:100%;
		max-width: 100%;
		border-radius: 15px;
		background-position: center;
		background-repeat: no-repeat;
		background-size: cover;
		background-color: transparent;
	}
	
	.edit-buttons{
	display:flex;
	flex-direction:column;
	flex-wrap:nowrap;justify-content:flex-end;
	align-items:flex-end;
	position:absolute;
	top:10%;
	right:1%
	}

	.edit-buttons-dashboard{
		display:flex;
		flex-direction:column;
		flex-wrap:nowrap;
		justify-content:flex-end;
		align-items:flex-end;
		position:absolute;
		top:8%;
		right:1%
	}

	.edit-buttons-two{
	display:flex;
	flex-direction:column;
	flex-wrap:nowrap;justify-content:flex-end;
	align-items:flex-end;
	position:absolute;
	top:5%;
	right:1%
	}

	.business-profile{
		padding-top: 30vh;
	}

	.city-cont-one{
		margin-bottom: 1rem !important;
		padding-bottom: 1rem !important;
	}

	.city-container{
		margin-bottom: 1rem ! important;
		padding-bottom: 1rem !important;
	}

	.contact-btn-parent{
		display: relative !important;
		bottom: 30px !important;
		left: 50px !important;
	}

	.mgt-minus{
		margin-top:-3rem;
	}

	.transparent-container-profile{
		position:relative;
		bottom:160px;
		background-color: #fff;
		opacity:0.5;
		border-radius:30px;
		text-align:center;
		height:170px;
		width:100%;
		max-width:50%;
		padding:0px;
		justify-content:center;
		align-items:center;
	}

	.transparent-container{
		position:relative;
		bottom:120px;
		background-color: #fff;
		opacity:0.5;
		border-radius:30px;
		text-align:center;
		height:120px;
		width:100%;
		max-width:70%;
		padding:0px;
		justify-content:center;
		align-items:center;
	}

	.business-profile{
		padding-top: 30vh;
	}

	.business-container{
		width: 100%;
		max-width: 100%;
		display: inline-block;
		border: none;
		border-top-right-radius: 32px;
		border-bottom-right-radius: 32px;
		background-color: #14314A;
		border: none;
		height: 61px;
		position:relative; 
		right:1vw;
	}
	
	.business-avatar{
		position:relative;
		bottom:42px;
		z-index:99;
		height:154px;
		width:154px;
		border:4.5px solid #fff;
		background-color:#fff;
		object-fit:cover;
		object-position: center;
	}

	.business-content{
		display:flex;
		align-items:stretch;
		justify-content: space-between; 
		align-items: center;
	}

	.business-title{
		font-size: 1.5rem;
		font-family: 'Fredoka Regular';
		color : #EB2F2D;
		margin-left: 12%;
	}

	.business-para{
		font-size: 1rem;
		font-family: 'Roboto';
		color : #EB2F2D;
		margin-top: 14px;
	}

	.business-btn{
		width: 79px;
		height: 32px;
		cursor: pointer;
		text-align: center;
		background-color: #CD8741;
		color: #ffffff !important;
		border: none;
		border-radius: 48px;
		font-size: 1rem;
		font-family: 'Fredoka Regular';
	}

	.business-contact-btn{
		position: relative;
		width: 137px;
		height: 32px;
		cursor: pointer;
		text-align: center;
		background-color: rgba(20, 49, 74, 0.4); ;
		color: #ffffff !important;
		border: none;
		border-radius: 32px;
		font-size: 14px;
		font-family: 'Roboto';
		display: block;
		bottom: 50px;
	}

	.background-overlay {
		width: 100%;
		height: 100%;
		background: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1));
	}

	.box-one-border{
		border-radius: 6px 0px 0px 6px;
	}

	.box-two-border{
		border-radius: 0px;
	}

	.box-three-border{
		border-radius: 0px;
	}

	.box-four-border{
		border-radius:0px 6px 6px 0px;
	}
}

@media(min-width: 1200px) {

	.transparent-container-profile{
		position:relative;
		bottom:150px;
		background-color: #fff;
		opacity:0.5;
		border-radius:30px;
		text-align:center;
		height:150px;
		width:100%;
		max-width:60%;
		padding:0px;
		justify-content:center;
		align-items:center;
	}

	.transparent-container{
		position:relative;
		bottom:120px;
		background-color: #fff;
		opacity:0.5;
		border-radius:30px;
		text-align:center;
		height:120px;
		width:100%;
		max-width:100%;
		padding:0px;
		justify-content:center;
		align-items:center;
	}


	.business-container{
		width: 100%;
		max-width: 100%;
		display: inline-block;
		border: none;
		border-top-right-radius: 32px;
		border-bottom-right-radius: 32px;
		background-color: #14314A;
		border: none;
		height: 61px;
		position:relative; 
		right:2vw;
	}
	
	.business-avatar{
		position:relative;
		bottom:50px;
		z-index:99;
		height:154px;
		width:154px;
		border:6px solid #fff;
		background-color:#fff;
		object-fit:cover;
		object-position: center;	}

	.business-content{
		display:flex;
		align-items:stretch;
		justify-content: space-between; 
		align-items: center;
	}

	.business-title{
		font-size: 1.5rem;
		font-family: 'Fredoka Regular';
		color : #EB2F2D;
		margin-left: 7%;
	}

	.business-para{
		font-size: 1rem;
		font-family: 'Roboto';
		color : #EB2F2D;
		margin-top: 14px;
	}

	.business-btn{
		width: 79px;
		height: 32px;
		cursor: pointer;
		text-align: center;
		background-color: #CD8741;
		color: #ffffff !important;
		border: none;
		border-radius: 48px;
		font-size: 1rem;
		font-family: 'Fredoka Regular';
	}

	.business-contact-btn{
		position: relative;
		display: block;
		bottom:50px;
		width: 137px;
		height: 32px;
		cursor: pointer;
		text-align: center;
		margin-top: 2px;
		background-color: #14314A;
		opacity: 40%;
		color: #ffffff !important;
		border: none;
		border-radius: 48px;
		font-size: 1rem;
		font-family: 'Fredoka Regular';
	}

	.background-overlay {
		width: 100%;
		height: 100%;
		background: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1));
	}
	
.custom-file-upload {
	display: inline-block;
	padding: 5px 10px;
	cursor: pointer;
	background-color: #CD8741;
	color: white;
	border: none;
	border-radius: 20px;
	margin-top:10%;
	align-items:center
  }
  
  .custom-file-upload input {
	display: none;
  }

  .custom-file-upload-two {
	display: block;
	padding: 5px 10px;
	cursor: pointer;
	background-color: #CD8741;
	color: white;
	border: none;
	border-radius: 20px;
	margin-top:5%;
	margin-left:0;
	align-items:center
  }
  
  

  .custom-file-upload-two input {
	display: none;
  }

  .custom-btn {
	display: inline-block;
	padding: 5px 10px;
	cursor: pointer;
	background-color: #CD8741;
	color: white;
	border: none;
	border-radius: 66px;
	align-items:center;
	justify-content: center;
  }

  .custom-btn:hover {
	cursor: pointer;
	background-color: #CD8741;
	color: white;
  }

	.main-nav__header-8 .container {
		max-width: 800px;
	}
	.main-nav__header-8 .main-nav__logo-box {
		position: absolute;
		top: 50%;
		left: 50%;
		-webkit-transform: translate(-50%, -50%);
		        transform: translate(-50%, -50%);
	}
}

@media(min-width: 1500px) {

	.business-container{
		width: 100%;
		max-width: 100%;
		display: relative;
		border: none;
		border-top-right-radius: 32px;
		border-bottom-right-radius: 32px;
		background-color: #14314A;
		border: none;
		height: 61px;
		position:relative;
		right: 2vw;
	}

	.business-title{
		font-size: 1.5rem;
		font-family: 'Fredoka Regular';
		color : #EB2F2D;
		margin-left: 10%;
	}

}

.main-nav__header-8 .main-nav__logo-box {
	margin-right: 0;
}

.site-header__home-5 .side-menu__toggler {
	width: 22px;
	height: 18px;
	display: block;
	border-top: 2px solid #fff;
	border-bottom: 2px solid #fff;
}
.site-header__home-5 .main-nav__logo-box {
	max-width: 230px;
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: center;
	        align-items: center;
	margin-right: 0;
}
.site-header__home-5 .main-nav__logo-box__sep {
	width: 1px;
	height: 54px;
	background-color: rgba(255, 255, 255, .1);
	display: -webkit-box;
	display: flex;
}
.site-header__home-5 .main-nav__main-navigation {
	display: none;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/

/* default size */

.site-footer {
	border-top: 1px solid #eceeef;
	padding-top: 130px;
	padding-bottom: 90px;
	position: relative;
}

.site-footer__bg {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-position: top;
	background-repeat: no-repeat;
	opacity: 0.05;
}

.site-footer .container {
	position: relative;
}

.site-footer .row {
	margin-left: -27.5px;
	margin-right: -27.5px;
}

.footer-widget__column {
	-webkit-box-flex: 1;
	        flex: 1 1 33.333333%;
	max-width: 33.333333;
	padding-left: 27.5px;
	padding-right: 27.5px;
	margin-bottom: 30px;
}

/* custom size */
.footer-widget__about,
.footer-widget__gallery {
	-webkit-box-flex: 1;
	        flex: 1 1 25%;
	max-width: 25%;
}

.footer-widget__links,
.footer-widget__options {
	-webkit-box-flex: 1;
	        flex: 1 1 16.666666%;
	max-width: 16.666666%;
}

.footer-widget__links {
	padding-left: 57.5px;
}

/* gallery widget */

.footer-widget__gallery-list {
	display: -webkit-box;
	display: flex;
	margin: 0;
	flex-wrap: wrap;
	margin-left: -5px;
	margin-right: -5px;
	margin-top: -10px;
}

.footer-widget__gallery-list li {
	-webkit-box-flex: 1;
	        flex: 1 1 33.333%;
	max-width: 33.333%;
	padding-left: 5px;
	padding-right: 5px;
	margin-top: 10px;
}

.footer-widget__gallery-list li a {
	display: block;
	background-color: var(--thm-black);
}

.footer-widget__gallery-list li a img {
	width: 100%;
	opacity: 1;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.footer-widget__gallery-list li a:hover img {
	opacity: 0.5;
}

.footer-widget__column p {
	font-size: 18px;
	line-height: 30px;
	font-weight: 500;
	color: #9ca3a9;
	margin: 0;
}

.footer-widget__logo {
	display: inline-block;
	-webkit-transform: translateY(-35%);
	        transform: translateY(-35%);
}

.footer-widget__about p {
	margin-top: 20px;
	margin-bottom: 25px;
}

.footer-widget__about a {
	font-size: 20px;
	color: var(--thm-secondary);
	line-height: 30px;
	font-weight: 500;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.footer-widget__about a:hover {
	color: var(--thm-primary);
}

.footer-widget__title {
	font-size: 20px;
	font-weight: 500;
	color: var(--thm-black);
	margin: 0;
	margin-bottom: 50px;
	font-family: var(--thm-font);
}

.footer-widget__links-list {
	margin: 0;
	margin-top: -15px;
}

.footer-widget__links-list li a {
	color: #9ca3a9;
	font-size: 18px;
	font-weight: 500;
	position: relative;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.footer-widget__links-list li a:hover {
	padding-left: 15px;
	color: var(--thm-primary);
}

.footer-widget__links-list li a::before {
	content: '\f101';
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
	font-size: 12px;
	color: var(--thm-base);
	opacity: 0;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.footer-widget__links-list li a:hover::before {
	opacity: 1;
}

.footer-widget__options .bootstrap-select+.bootstrap-select {
	margin-top: 10px;
}

.footer-widget__options .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
	width: 100%;
}

.footer-widget__options .bootstrap-select>.dropdown-toggle {
	border-style: solid;
	border-width: 2px;
	border-color: rgb(236, 238, 239);
	font-size: 14px;
	font-weight: 500;
	color: #9ca3a9;
	padding: 11px 30px;
	padding-right: 25px;
	background-color: #fff;
}


/* footer bottom */

.site-footer__bottom {
	padding-top: 43.5px;
	padding-bottom: 43.5px;
	background-color: #eceeef;
}

.site-footer__bottom .container {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	        align-items: center;
	-webkit-box-pack: justify;
	        justify-content: space-between;
}

.site-footer__bottom p {
	margin: 0;
	font-size: 18px;
	font-weight: 500;
	color: #9ca3a9;
}

.site-footer__bottom p a {
	color: inherit;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.site-footer__bottom p a:hover {
	color: var(--thm-secondary);
}

.site-footer__social {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	        align-items: center;
}

.site-footer__social a {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	        justify-content: center;
	text-align: center;
	width: 57px;
	height: 57px;
	background-color: #fff;
	color: #9ca3a9;
	font-size: 16px;
	border-radius: 50%;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.site-footer__social a+a {
	margin-left: 10px;
}

.site-footer__social a:hover {
	background-color: var(--thm-primary);
	color: #ffffff;
}


.site-footer__bottom-home-3 {
	background-color: #fff;
	border-top: 1px solid #eceeef;
}

.site-footer__bottom-home-3 .site-footer__social a {
	background-color: #eceeef;
	color: #9ca3a9;
}

.site-footer__bottom-home-3 .site-footer__social a:hover {
	background-color: var(--thm-primary);
	color: #ffffff;
}

.site-footer__bottom-home-7 {
	border-top: 0;
	padding-top: 0;
	background-color: #004c85;
}

.site-footer__bottom-home-7 p {
	color: #a4cae5;
}

.site-footer__bottom-home-8 {
	background-color: #082740;
	border-top: 0;
}
.site-footer__bottom-home-8 p {
	color: #a2c8e4;
}


.site-footer__home-5 .container-fluid {
	border-top: 1px solid rgba(255, 255, 255, .1);
	padding-left: 120px;
	padding-right: 120px;
	padding-top: 23px;
	padding-bottom: 23px;
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: center;
	        align-items: center;
	flex-wrap: wrap;
	position: relative;
}
.site-footer__home-5-links {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	        align-items: center;
}
.site-footer__home-5-text p,
.site-footer__home-5-links a {
	color: #fff;
	font-size: 16px;
	font-weight: 500;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}
.site-footer__home-5-links a:hover {
	color: var(--thm-secondary);
}
.site-footer__home-5-links a + a {
	margin-left: 10px;
}
.site-footer__home-5-text p {
	margin: 0;
}

/*--------------------------------------------------------------
# Search Popup
--------------------------------------------------------------*/

.search-popup {
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	z-index: 1000;
	-webkit-transform: scale(1, 0);
	transform: scale(1, 0);
	-webkit-transform-origin: bottom center;
	transform-origin: bottom center;
	-webkit-transition: -webkit-transform .7s ease;
	transition: -webkit-transform .7s ease;
	transition: transform .7s ease;
	transition: transform .7s ease, -webkit-transform .7s ease;
}

.search-popup.active {
	-webkit-transform-origin: top center;
	transform-origin: top center;
	-webkit-transform: scale(1, 1);
	transform: scale(1, 1);
}

.search-popup__overlay {
	width: 100%;
	height: 100%;
	background-color: #000;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 999;
	opacity: .7;
	cursor: none;
}

.search-popup__inner {
	position: absolute;
	width: 100%;
	height: 100%;
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	align-items: center;
}

.search-popup__form {
	position: relative;
	z-index: 9991;
	width: 100%;
	padding: 15px;
	max-width: 600px;
	position: relative;
}

.search-popup__form input {
	background-color: transparent;
	border: none;
	outline: none;
	width: 100%;
	height: 60px;
	color: var(--thm-black);
	font-size: 18px;
	background-color: white;
	padding-left: 30px;
}

.search-popup__form input::-webkit-input-placeholder {
	/* Chrome/Opera/Safari */
	color: var(--thm-black);
}z

.search-popup__form input::-moz-placeholder {
	/* Firefox 19+ */
	color: var(--thm-black);
}

.search-popup__form input:-ms-input-placeholder {
	/* IE 10+ */
	color: var(--thm-black);
}

.search-popup__form input:-moz-placeholder {
	/* Firefox 18- */
	color: var(--thm-black);
}

.search-popup__form button[type=submit] {
	border: none;
	outline: none;
	width: 60px;
	height: 60px;
	color: #fff;
	background-color: var(--thm-base);
	cursor: pointer;
	position: absolute;
	top: 50%;
	right: 15px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
}

.search-popup__form button[type=submit]:hover {
	background-color: var(--thm-black);
	color: var(--thm-base);
}


/*--------------------------------------------------------------
# Sidemenu
--------------------------------------------------------------*/

.side-menu__block {
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	z-index: 1000;
	-webkit-transform: scale(0, 1);
	transform: scale(0, 1);
	-webkit-transform-origin: left center;
	        transform-origin: left center;
	-webkit-transition: -webkit-transform .7s ease;
	transition: -webkit-transform .7s ease;
	transition: transform .7s ease;
	transition: transform .7s ease, -webkit-transform .7s ease;
}

.side-menu__block.active {
	-webkit-transform: scale(1, 1);
	transform: scale(1, 1);
}

.side-menu__block-overlay {
	width: 100%;
	height: 100%;
	background-color: var(--thm-black);
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 999;
	opacity: .7;
}

.side-menu__block-overlay .cursor-follower {
	background-color: rgba(var(--thm-black-rgb), 0.3);
}

.side-menu__block-inner {
	position: relative;
	max-width: 532px;
	width: 100%;
	margin-right: auto;
	height: 100vh;
	background-color: var(--thm-gray);
	z-index: 999999;
	overflow-y: auto;
	padding: 40px 0;
	padding-top: 20px;
	position: relative;
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: center;
	justify-content: center;
	align-content: space-between;
}

@media(max-width: 360px) {

	.edit-buttons-two{
	display:flex;
	flex-direction:column;
	flex-wrap:nowrap;justify-content:flex-end;
	align-items:flex-end;
	position:absolute;
	top : 2.27% !important;
	right:1%
	}

	.edit-buttons-dashboard{
		display:flex;
		flex-direction:column;
		flex-wrap:nowrap;
		justify-content:flex-end;
		align-items:flex-end;
		position:absolute;
		top:5.7% !important;
		right:0.1%
	}
	
}

@media(max-width: 575px) {

	.search-form .search-btn{
		margin-top: 1rem !important;
		margin-bottom: 1rem !important;
	}

	.edit-buttons{
	display:flex;
	flex-direction:column;
	flex-wrap:nowrap;justify-content:flex-end;
	align-items:flex-end;
	position:absolute;
	top:4%;
	right:1%
	}

	.edit-buttons-dashboard{
		display:flex;
		flex-direction:column;
		flex-wrap:nowrap;
		justify-content:flex-end;
		align-items:flex-end;
		position:absolute;
		top:6%;
		right:1%
	}

	.edit-buttons-two{
	display:flex;
	flex-direction:column;
	flex-wrap:nowrap;justify-content:flex-end;
	align-items:flex-end;
	position:absolute;
	top:3%;
	right:1%
	}

	.widget-side-heading, .widget-side-para {
	    text-align: left !important;
	  }

	  .widget-side-heading-day, .widget-side-heading {
	    text-align: left !important;
	  }

	.contact-btn-parent{
		display: relative !important;
		bottom: 0px !important;
		left: 0px !important;
	}

	.transparent-container-profile{
		position:relative;
		bottom:150px;
		background-color: #fff;
		opacity:0.5;
		border-radius:30px;
		text-align:center;
		height:150px;
		width:100%;
		max-width:100%;
		padding:0px;
		justify-content:center;
		align-items:center;
	}

	.transparent-container{
		position:relative;
		bottom:120px;
		background-color: #fff;
		opacity:0.5;
		border-radius:30px;
		text-align:center;
		height:120px;
		width:100%;
		max-width:100%;
		padding:0px;
		justify-content:center;
		align-items:center;
	}

	.business-container{
		width:100%;
		display: inline-block;
		border: none;
		border-radius: 20px;
		background-color: #14314A;
		border: none;
		height: 11rem;
		position: relative;
	}
	
	.business-avatar{
		position: relative;
		top: 10px;
		z-index:500;
		height:154px;
		width:154px;
		border:6px solid #fff;
		background-color:#fff;
		object-fit:fill;
		align-items: center;
		justify-content: center;
		text-align: center;
		object-fit:cover;
		object-position: center;
	}

	.business-content{
		display:flex;
		flex-direction: column;
		align-items: center;
		margin-top: 1rem;
	}

	.avatar-center-mob{
		align-items: center;
		justify-content: center;
		text-align: center;
	}

	.business-profile{
		padding-top: 5vh;
	}

	.business-title{
		font-size: 1.5rem;
		font-family: 'Fredoka Regular';
		color : #EB2F2D;
	}

	.business-para{
		font-size: 1rem;
		font-family: 'Roboto';
		color : #EB2F2D;
	}

	.business-btn{
		width: 79px;
		height: 32px;
		cursor: pointer;
		text-align: center;
		margin-top: 2px;
		background-color: #CD8741;
		color: #ffffff !important;
		border: none;
		border-radius: 48px;
		font-size: 1rem;
		font-family: 'Fredoka Regular';
	}

	.business-right-group{
		display: flex !important;
		flex-direction: column;
		align-items: center !important;
		margin-right: 0 !important;
	}

	.business-contact-btn{
		display: block;
		width: 100%;
		height: 32px;
		cursor: pointer;
		text-align: center;
		margin-top: 2px;
		background-color: #14314A;
		opacity: 40%;
		color: #ffffff !important;
		border: none;
		border-radius: 48px;
		font-size: 1rem;
		font-family: 'Fredoka Regular';
		margin-top: 20px;
	}

	.background-overlay {
		width: 100%;
		height: 100%;
		background: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1));
	}

	.side-menu__block-inner {
		max-width: 480px;
	}

	
.custom-file-upload {
	display: inline-block;
	padding: 5px 10px;
	cursor: pointer;
	background-color: #CD8741;
	color: white;
	border: none;
	border-radius: 20px;
	margin-top:35%;
	align-items:center;
	justify-content: center;
  }
  
  .custom-file-upload input {
	display: none;
  }

  .custom-btn {
	display: inline-block;
	padding: 5px 10px;
	cursor: pointer;
	background-color: #CD8741;
	color: white;
	border: none;
	border-radius: 66px;
	align-items:center;
	justify-content: center;
  }

  .custom-btn:hover {
	cursor: pointer;
	background-color: #CD8741;
	color: white;
  }

  .box-one-border{
		border-radius: 6px 0px 0px 0px;
	}

	.box-two-border{
		border-radius: 0px 6px 0px 0px;
	}

	.box-three-border{
		border-radius: 0px 0px 0px 6px;
	}

	.box-four-border{
		border-radius:0px 0px 6px 0px;
	}

}

@media(min-width: 575px) {

	.search-form .form-row {
	  align-items: center; /* vertically align all form controls */
	}

	.search-form .search-label {
	  margin-bottom: 3px !important;
	  line-height: 1rem !important; /* tighter label height */
	  display: block;
	}

	.search-form select,
	.search-form input {
	  margin-top: 3px !important;
	  margin-bottom: 3px !important;
	  line-height: normal !important;
	}

	.search-form .col-md-3,
	.search-form .col-md-6 {
	  padding-top: 3px !important;
	  padding-bottom: 3px !important;
	}

	.profile-input-name-heading{
		border : none;
		background-color:transparent;
		text-align: left;
		font-size: 56px;
		line-height: 60px;
	    font-family: 'Fredoka Regular', sans-serif; /* Use the custom font family */
		font-weight: 400;
		color: #14314A;
	}
	
	
	
	.profile-input-name-heading::placeholder{
		color: #14314A;
	}
	
	.profile-input-name-heading:focus {
	    outline: none;
	    border : none;
		text-align: left;
		font-size: 56px;
		line-height: 60px;
	    font-family: 'Fredoka Condensed Bold', sans-serif; /* Use the custom font family */
		font-weight: 400;
		color: #14314A;
	}
	
}

@media(max-width: 480px) {


	.side-menu__block-inner {
		max-width: 400px;
	}

	.custom-btn {
		display: inline-block;
		padding: 5px 10px;
		cursor: pointer;
		background-color: #CD8741;
		color: white;
		border: none;
		border-radius: 66px;
		align-items:center;
		justify-content: center;
	  }

	  .custom-btn:hover {
		cursor: pointer;
		background-color: #CD8741;
		color: white;
	  }

	  
}

@media(max-width: 375px) {
	.side-menu__block-inner {
		max-width: 300px;
	}

	.custom-btn {
		display: inline-block;
		padding: 5px 10px;
		cursor: pointer;
		background-color: #CD8741;
		color: white;
		border: none;
		border-radius: 66px;
		align-items:center;
		justify-content: center;
	  }

	  .custom-btn:hover {
		cursor: pointer;
		background-color: #CD8741;
		color: white;
	  }
}

@media(max-width: 350px){

	.box-one-border{
		border-radius: 6px 6px 0px 0px;
	}

	.box-two-border{
		border-radius: 0px 0px 0px 0px;
	}

	.box-three-border{
		border-radius: 0px 0px 0px 0px;
	}

	.box-four-border{
		border-radius:0px 0px 6px 6px;
	}
}

.side-menu__block-inner .mCustomScrollBox {
	width: 100%;
}

.side-menu__top {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	        align-items: center;
	-webkit-box-pack: justify;
	        justify-content: space-between;
	padding-left: 100px;
	padding-right: 40px;
}

.mobile-nav__container {
	padding-left: 100px;
	padding-right: 100px;
	padding-top: 50px;
}



.mobile-nav__container ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.mobile-nav__container li.dropdown ul {
	display: none;
	padding-left: 0.5em;
}

.mobile-nav__container li.dropdown {
	position: relative;
}

.mobile-nav__container li.dropdown .dropdown-btn {
	border: none;
	outline: none;
	background-color: transparent;
	color: #9ca3a9;
	font-size: 14px;
	padding-left: 10px;
	padding-right: 10px;
	width: auto;
	-webkit-transform: rotate(90deg);
	        transform: rotate(90deg);
	-webkit-transition: transfrom 500ms ease;
	transition: transfrom 500ms ease;
}

.mobile-nav__container li.dropdown .dropdown-btn.open {
	-webkit-transform: rotate(-90deg);
	        transform: rotate(-90deg);
}

.mobile-nav__container li+li {
	margin-top: 10px;
}

.mobile-nav__container li a {
	text-transform: uppercase;
	color: #9ca3a9;
	font-size: 18px;
	font-weight: 500;
	display: block;
	font-family: var(--thm-font);
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
	position: relative;
}

.mobile-nav__container li a:hover {
	color: #004c85;
}

.mobile-nav__container li.current-menu-item>a,
.mobile-nav__container li.current>a {
	color: #004c85;
}



.side-menu__social {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	        align-items: center;
	margin-top: 80px;
	margin-bottom: 40px;
}

.side-menu__social a {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	        justify-content: center;
	text-align: center;
	width: 57px;
	height: 57px;
	background-color: #fff;
	color: #9ca3a9;
	font-size: 16px;
	border-radius: 50%;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.side-menu__social a+a {
	margin-left: 10px;
}

.side-menu__social a:hover {
	background-color: var(--thm-primary);
	color: #ffffff;
}

.side-menu__content {
	padding-left: 100px;
	padding-right: 100px;
}

.side-menu__content p {
	margin: 0;
	font-size: 18px;
	line-height: 30px;
	font-weight: 500;
	color: #9ca3a9;
	letter-spacing: .02em;
}
.side-menu__content p + p {
	margin-top: 30px;
}
.side-menu__content p a {
	color: var(--thm-secondary);
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}
.side-menu__content p a:hover {
	color: var(--thm-base);
}

.side-menu__sep {
	width: calc(100% - 200px);
	margin-left: auto;
	margin-right: auto;
	height: 1px;
	background-color: #fff;
	margin-top: 70px;
	margin-bottom: 70px;
}

.side-menu__text p {
	font-size: 18px;
	line-height: 30px;
	font-weight: 500;
	color: #9ca3a9;
	margin: 0;
	margin-bottom: 25px;
}


.side-menu__text a {
	font-size: 20px;
	color: var(--thm-secondary);
	line-height: 30px;
	font-weight: 500;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.side-menu__text a:hover {
	color: var(--thm-primary);
}

.side-menu__block__copy {
	text-transform: uppercase;
	font-size: 16px;
	color: #9ca3a9;
	font-weight: 400;
	letter-spacing: .2em;
}


@media(max-width: 575px) {


	.city-container{
		height: 100%;
		width:100%;
		max-width: 100%;
		border-radius: 28px;
		background-position: center;
		background-repeat: no-repeat;
		background-size: cover;
		background-color: transparent;
	}

	.side-menu__top,
	.side-menu__content,
	.mobile-nav__container {
		padding-left: 50px;
		padding-right: 50px;
	}

	.side-menu__sep {
		margin-top: 40px;
		margin-bottom: 40px;
		width: calc(100% - 100px);
	}
}

@media(max-width: 480px) {

	.side-menu__top,
	.side-menu__content,
	.mobile-nav__container {
		padding-left: 25px;
		padding-right: 25px;
	}

	.side-menu__sep {
		width: calc(100% - 50px);
	}

	.side-menu__social {
		margin-top: 40px;
	}

	.side-menu__social a {
		width: 45px;
		height: 45px;
	}
}

/*--------------------------------------------------------------
# Banner
--------------------------------------------------------------*/

.banner-one {
	position: relative;
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: left center;
	padding-top: 175px;
	padding-bottom: 180px;
}

.banner-one::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #082740;
	opacity: 0.3;
}

.banner-one .container {
	position: relative;
}

.banner-one h2 {
	margin: 0;
	color: #ffffff;
	font-weight: bold;
	font-size: 100px;
}

.banner-one h2 span {
	color: var(--thm-base);
	position: relative;
	line-height: 1em;
	display: inline-block;
}

.banner-one h2 span::before {
	content: '';
	width: 100%;
	height: 31px;
	background-image: url(../images/shapes/title-decor-1-1.png);
	background-position: center;
	background-repeat: no-repeat;
	position: absolute;
	top: 70%;
	left: 0;
}

.banner-one p {
	margin: 0;
	color: #ffffff;
	font-size: 30px;
	font-weight: 400;
	margin-top: 15px;
	margin-bottom: 50px;
}

.banner-two {
	background-color: var(--thm-black);
	position: relative;
	background-repeat: no-repeat;
	background-position: center center;
	padding-top: 307.5px;
	padding-bottom: 307.5px;
}

.banner-two__bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.banner-two__bg-inner {
	height: 100% !important;
}

.banner-two::before {
	content: '';
	width: 100%;
	height: 419px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 11;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center top;
	background-image: url(../images/shapes/banner-two__top-shadow.png);

}


  
  

.banner-two .container {
	position: relative;
	text-align: center;
	z-index: 12;
}

.banner-two p {
	color: var(--thm-secondary);
	margin: 0;
	font-family: var(--heading-font);
	font-size: 130px;
	line-height: 1em;
	margin-bottom: -60px;
	position: relative;
	z-index: 10;
}

.banner-two .container h2 {
	margin: 0;
	line-height: 1em;
	font-size: 150px;
	line-height: 1em;
	color: #fff;
	font-family: var(--thm-font);
	text-transform: uppercase;
	font-weight: 900;
}

.banner-two__floated-text {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translateY(-50%) translateX(-50%);
	        transform: translateY(-50%) translateX(-50%);
}

.banner-three__wrap {
	position: relative;
}

.banner-three__floated-text {
	position: absolute;
	top: 50%;
	left: 50%;
	opacity: 0.03;
	-webkit-transform: translateX(-50%) translateY(-65%);
	        transform: translateX(-50%) translateY(-65%);
	color: var(--thm-black);
	font-size: 350px;
	font-family: var(--heading-font);
	display: block;
	line-height: 1em;
}

.banner-three {
	padding-top: 90px;
	padding-bottom: 80px;
	background-image: -webkit-gradient( linear, left bottom, left top, from(rgb(255,255,255)), to(rgb(236,238,239)));
	background-image: linear-gradient( 0deg, rgb(255,255,255) 0%, rgb(236,238,239) 100%);
}
.banner-three__top {
	text-align: center;
}
.banner-three__top-inner {
	display: inline-block;
	position: relative;
}
.banner-three__top-inner h3 {
	margin: 0;
	font-size: 100px;
	color: var(--thm-black);
	font-family: var(--thm-font);
	letter-spacing: .1em;
	font-weight: 400;
	text-transform: uppercase;
}
.banner-three__top-inner p {
	position: absolute;
	right: 10px;
	bottom: 5px;
	color: var(--thm-secondary);
	font-family: var(--heading-font);
	margin: 0;
	font-size: 60px;
}

.banner-three__box {
	padding-bottom: 90px;
}
.banner-three__col {
	-webkit-box-flex: 1;
	        flex: 1 1 20%;
	max-width: 20%;
	padding-left: 15px;
	padding-right: 15px;
}
.banner-three__box-single {
	position: relative;
	border: 2px dashed #ced3d6;
	box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.08);
	-webkit-transform: translateY(0);
	        transform: translateY(0);
	margin-bottom: 30px;
	-webkit-transition: -webkit-transform 500ms ease;
	transition: -webkit-transform 500ms ease;
	transition: transform 500ms ease;
	transition: transform 500ms ease, -webkit-transform 500ms ease;
}
.banner-three__box-single:hover {
	-webkit-transform: translateY(-10px);
	        transform: translateY(-10px);
}
.banner-three__box-single::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	border: 15px solid #ffffff;
	z-index: 10;
}
.banner-three__box-single > img {
	width: 100%;
}
.banner-three__leaf {
	position: absolute;
	top: 0;
	left: 0;
}

.banner-three__sun {
	position: absolute;
	top: 5%;
	left: 10%;
	-webkit-animation: sunMove 10s linear infinite;
	        animation: sunMove 10s linear infinite;
}

@-webkit-keyframes sunMove {
	0% {
		-webkit-transform: rotate(0deg);
		        transform: rotate(0deg);
	}

	25% {
		-webkit-transform: rotate(90deg);
		        transform: rotate(90deg);
	}

	50% {
		-webkit-transform: rotate(180deg);
		        transform: rotate(180deg);
	}

	75% {
		-webkit-transform: rotate(90deg);
		        transform: rotate(90deg);
	}

	100% {
		-webkit-transform: rotate(0deg);
		        transform: rotate(0deg);
	}
}

@keyframes sunMove {
	0% {
		-webkit-transform: rotate(0deg);
		        transform: rotate(0deg);
	}

	25% {
		-webkit-transform: rotate(90deg);
		        transform: rotate(90deg);
	}

	50% {
		-webkit-transform: rotate(180deg);
		        transform: rotate(180deg);
	}

	75% {
		-webkit-transform: rotate(90deg);
		        transform: rotate(90deg);
	}

	100% {
		-webkit-transform: rotate(0deg);
		        transform: rotate(0deg);
	}
}

.banner-three__plane {
	position: absolute;
	bottom: 15%;
	right: 0;
	-webkit-animation: planeMove 5s ease-in infinite;
	        animation: planeMove 5s ease-in infinite;
}

@-webkit-keyframes planeMove {
	0% {
		-webkit-transform: translateY(0px);
		        transform: translateY(0px);
	}

	25% {
		-webkit-transform: translateY(15px);
		        transform: translateY(15px);
	}

	50% {
		-webkit-transform: translateY(30px);
		        transform: translateY(30px);
	}

	75% {
		-webkit-transform: translateY(15px);
		        transform: translateY(15px);
	}

	100% {
		-webkit-transform: translateY(0px);
		        transform: translateY(0px);
	}
}

@keyframes planeMove {
	0% {
		-webkit-transform: translateY(0px);
		        transform: translateY(0px);
	}

	25% {
		-webkit-transform: translateY(15px);
		        transform: translateY(15px);
	}

	50% {
		-webkit-transform: translateY(30px);
		        transform: translateY(30px);
	}

	75% {
		-webkit-transform: translateY(15px);
		        transform: translateY(15px);
	}

	100% {
		-webkit-transform: translateY(0px);
		        transform: translateY(0px);
	}
}


/*--------------------------------------------------------------
# Blog
--------------------------------------------------------------*/

.blog-one {
	padding-top: 120px;
	padding-bottom: 90px;
}

.blog-one__single {
	margin-bottom: 30px;
	position: relative;
}

.blog-one__image {
	position: relative;
	background-color: var(--thm-black);
	overflow: hidden;
}

.blog-one__image>img {
	width: 100%;
	opacity: 1;
	-webkit-transform: scale(1);
	        transform: scale(1);
	-webkit-transition: opacity 500ms ease, -webkit-transform 500ms ease;
	transition: opacity 500ms ease, -webkit-transform 500ms ease;
	transition: transform 500ms ease, opacity 500ms ease;
	transition: transform 500ms ease, opacity 500ms ease, -webkit-transform 500ms ease;
}

.blog-one__image>a {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	        justify-content: center;
	text-align: center;
	font-size: 25px;
	color: var(--thm-secondary);
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
	opacity: 0;
}
.blog-one__image>a:hover {
	color: #fff;
}

.blog-one__single:hover .blog-one__image>img {
	opacity: 0.7;
	-webkit-transform: scale(1.05);
	        transform: scale(1.05);
}

.blog-one__single:hover .blog-one__image>a {
	opacity: 1;
}

.blog-one__content {
	padding: 35px 50px;
	border-style: solid;
	border-width: 1px;
	border-color: rgb(236, 238, 239);
	background-color: rgb(255, 255, 255);
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.blog-one__single:hover .blog-one__content {
	box-shadow: 0px 20px 20px 0px rgba(0, 0, 0, 0.05);
}

.blog-one__meta {
	margin: 0;
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	        align-items: center;
}

.blog-one__meta li+li {
	margin-left: 20px;
}

.blog-one__meta li a {
	font-size: 14px;
	font-weight: 600;
	color: #9ca3a9;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.blog-one__meta li i {
	font-size: 13px;
	color: var(--thm-base);
	margin-right: 5px;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.blog-one__meta li a:hover {
	color: var(--thm-black);
}

.blog-one__meta li a:hover i {
	color: var(--thm-primary);
}

.blog-two__content h3,
.blog-one__content h3 {
	font-family: var(--thm-font);
	color: var(--thm-black);
	font-weight: 600;
	line-height: 38px;
	font-size: 26px;
}

.blog-two__content h3 a,
.blog-one__content h3 a {
	color: inherit;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.blog-two__content h3 a:hover,
.blog-one__content h3 a:hover {
	color: var(--thm-primary);
}

.blog-one__grid {
	padding-bottom: 120px;
}

.blog-one__grid .post-pagination {
	margin-top: 30px;
}

.blog-list {
	padding-top: 120px;
	padding-bottom: 120px;
}

.blog-list .post-pagination {
	-webkit-box-pack: start;
	        justify-content: flex-start;
	margin-top: 60px;
}


.blog-two__single {
	position: relative;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.blog-two__single:hover {
	box-shadow: 0px 20px 20px 0px rgba(0, 0, 0, 0.05);
}

.blog-two__single::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	border-style: solid;
	border-width: 1px;
	border-color: rgb(236, 238, 239);
}

.blog-two__content {
	display: block;
	width: 100%;
	position: relative;
	padding-left: 20px;
	padding-right: 50px;
}

@media(max-width: 991px) {
	.blog-two__content {
		padding-top: 35px;
		padding-bottom: 35px;
		padding-left: 25px;
		padding-right: 25px;
	}
}


.blog-two__content p {
	margin: 0;
	color: #9ca3a9;
	font-size: 18px;
	line-height: 34px;
	font-weight: 500;
	margin-bottom: 20px;
	margin-top: 20px;
}

.blog-two__link {
	text-transform: uppercase;
	letter-spacing: .2em;
	font-size: 14px;
	color: var(--thm-primary);
	font-weight: 500;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.blog-two__link:hover {
	color: var(--thm-black);
}

/*--------------------------------------------------------------
## Blog Details
--------------------------------------------------------------*/

.blog-details__content {
	border: 1px solid #eceeef;
	padding: 50px;
	padding-bottom: 30px;
}

.blog-details__content h3 {
	margin: 0;
	color: var(--thm-black);
	font-weight: 600;
	font-family: var(--thm-font);
	font-size: 36px;
}

.blog-details__content p {
	margin: 0;
	color: #9ca3a9;
	font-size: 18px;
	line-height: 34px;
	font-weight: 500;
}

.blog-details__content p+p {
	margin-top: 35px;
}

.blog-details__bottom {
	border-top: 1px solid #eceeef;
	padding-top: 30px;
	margin-top: 20px;
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	        align-items: center;
	-webkit-box-pack: justify;
	        justify-content: space-between;
	flex-wrap: wrap;
}

.blog-details__tags {
	margin: 0;
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	        align-items: center;
	flex-wrap: wrap;
}

.blog-details__tags span {
	margin: 0;
	color: var(--thm-black);
	font-size: 20px;
	font-weight: 600;
}

.blog-details__tags a {
	font-size: 14px;
	color: #9ca3a9;
	background-color: var(--thm-gray);
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
	text-transform: uppercase;
	display: -webkit-box;
	display: flex;
	padding-left: 20px;
	padding-right: 20px;
	line-height: 38px;
	margin-left: 10px;
}

.blog-details__tags a:hover {
	background-color: var(--thm-base);
	color: var(--thm-black);
}

/* author */

.author-one {
	background-color: var(--thm-gray);
	padding: 60px;
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	        align-items: center;
	margin-top: 30px;
	margin-bottom: 60px;
}

@media(max-width: 575px) {
	.author-one {
		flex-wrap: wrap;
	}

	.home-main-container{
		background-color: rgba(247, 247, 247, 1); 
		width: 100%; 
		height: 430px !important; 
		margin: 0px; 
		padding: 0px; 
		max-width: 100%;
	}

	.home-container{
	 	background-repeat: no-repeat; 
	 	background-size: cover; 
	 	background-position: center; 
	 	width: 100%; 
	 	height: 430px !important; 
	 	margin: 0px; 
	 	padding: 0px; 
	 	max-width: 100%;
	}

	.profile-input-name-heading{
		border : none;
		background-color:transparent;
		text-align: center;
		font-size: 40px;
		line-height: 50px;
	    font-family: 'Fredoka Regular', sans-serif; /* Use the custom font family */
		font-weight: 400;
		color: #14314A;
	}

	.profile-input-name-heading::placeholder{
		color: #14314A;
	}

	.profile-input-name-heading:focus {
	    outline: none;
	    border : none;
		text-align: center;
		font-size: 40px;
		line-height: 50px;
	    font-family: 'Fredoka Condensed Bold', sans-serif; /* Use the custom font family */
		font-weight: 400;
		color: #14314A;
	}

}

@media(min-width: 800px){


	.home-main-container{
		background-color: rgba(247, 247, 247, 1); 
		width: 100%; 
		height: 250px; 
		margin: 0px; 
		padding: 0px; 
		max-width: 100%;
	}

	.home-container{
	 	background-repeat: no-repeat; 
	 	background-size: cover; 
	 	background-position: center; 
	 	width: 100%; 
	 	height: 250px; 
	 	margin: 0px; 
	 	padding: 0px; 
	 	max-width: 100%;
	}

	.explore-main-container{
		background-color:#F7F7F7; 
		width: 100%; 
		height: 40vh; 
		margin: 0px; 
		padding: 0px; 
		max-width: 100%;
	}

	.explore-container{
		background-color:#F7F7F7;
		width: auto; 
		height: 40vh;
		margin: 0px;
		padding: 0px;
		max-width: 100%;
	}

	.explore-form{
		padding-top:7vh;
	}

	.search-container{
		width: 80vw;
		max-width: 80vw;
		display: inline-block;
		border: none;
		background-color: #fff;
		border-radius: 3px;
		border: 1px solid #D9D9DF;
		margin-bottom: 15px; /* Add margin for spacing between form elements */
		justify-content: center;
		align-items: center;
		align-content: center;
	}

}

@media (max-width: 900px) and (min-width: 700px) {
	

}

@media (max-width: 700px) and (min-width: 600px) {

	.home-main-container{
		background-color: rgba(247, 247, 247, 1); 
		width: 100%; 
		height: 230px; 
		margin: 0px; 
		padding: 0px; 
		max-width: 100% !important;
	}

	.home-search-form{
		margin-right: 3rem !important;
	}

	.home-container{
	 	background-repeat: no-repeat; 
	 	background-size: cover; 
	 	background-position: center; 
	 	width: 100% ; 
	 	height: 270px; 
	 	margin: 0px; 
	 	padding: 0px; 
	 	max-width: 100% !important;
	}

	.explore-main-container{
		
		width: 100% !important; 
		height: 100vh !important; 
		max-width: 100%;
	}

	.explore-container{
		width: 96% !important; 
		height: 100vh !important;
		max-width: 100%;
	}

	.explore-form{
		padding-top:6vh;
	}
}

@media(max-width: 800px) {


	.home-main-container{
		background-color: rgba(247, 247, 247, 1); 
		width: 100%; 
		height: 270px; 
		margin: 0px; 
		padding: 0px; 
		max-width: 100%;
	}

	.home-container{
	 	background-repeat: no-repeat; 
	 	background-size: cover; 
	 	background-position: center; 
	 	width: 100%; 
	 	height: 270px; 
	 	margin: 0px; 
	 	padding: 0px; 
	 	max-width: 100%;
	}

	.explore-main-container{
		background-color:#F7F7F7; 
		width: 100%; 
		height: 60vh; 
		margin: 0px; 
		padding: 0px; 
		max-width: 100%;
	}

	.explore-container{
		background-color:#F7F7F7;
		width: auto; 
		height: 60vh;
		margin: 0px;
		padding: 0px;
		max-width: 100%;
	}

	.explore-form{
		padding-top:6vh;
	}

	
	.search-form{
		margin-left: 1rem;
		margin-right: 1rem;
	}

    .search-form .search-input,
    .search-form .search-select,
    .search-form .search-btn {
        width: 100%; /* Set width to 100% for full width on mobile */
        margin: 5px 0; /* Adjust margin for spacing */
    }

    .search-form .search-input,
    .search-form .search-select {
        margin-left: 0; /* Remove left margin */
        margin-right: 0; /* Remove right margin */
        padding: 2px; /* Increase padding for better touch interaction */
        padding-left: 1.5rem;
		font-size: 1rem; /* Decrease font size for smaller screens */
		text-align: left;
    }

    .search-form .search-btn {
        margin-top: 10px; /* Increase top margin for spacing */
    }

	.search-form .search-container {
        width: 100%;
        max-width: 100%;
        display: block;
        border: none;
        background-color: #fff;
        border-radius: 3px;
        border: 1px solid #D9D9DF;
        margin-bottom: 15px; /* Add margin for spacing between form elements */
		height: auto;
		margin-left: 1rem;
		margin-right: 1rem;
    }
}



.author-one__content {
	margin-left: 40px;
}

.author-one__content h3 {
	margin: 0;
	color: var(--thm-black);
	font-size: 24px;
	font-weight: 600;
	font-family: var(--thm-font);
}

.author-one__content p {
	margin: 0;
	font-size: 18px;
	font-weight: 500;
	color: #9ca3a9;
	margin-top: 20px;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/

.comment-one__title,
.comment-form__title {
	margin: 0;
	color: var(--thm-black);
	font-size: 40px;
	font-weight: 600;
	font-family: var(--thm-font);
	margin-bottom: 50px;
	margin-top: -10px;
}

.comment-one__single {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	        align-items: center;
	border-bottom: 1px solid #eceeef;
	padding-bottom: 60px;
	margin-bottom: 60px;
}

.comment-one__content {
	position: relative;
	margin-left: 45px;
}

.comment-one__content h3 {
	margin: 0;
	font-size: 20px;
	color: var(--thm-black);
	font-weight: 600;
	font-family: var(--thm-font);
	margin-bottom: 30px;
}

.comment-one__content p {
	margin: 0;
	font-size: 18px;
	line-height: 34px;
	font-weight: 500;
	color: #9ca3a9;
}

.comment-one__btn {
	font-size: 14px;
	text-transform: uppercase;
	line-height: 38px;
	padding: 0 20px;
	position: absolute;
	top: 0;
	right: 0;
}

.comment-one__image img {
	border-radius: 50%;
}

/*--------------------------------------------------------------
# Page Header
--------------------------------------------------------------*/

.page-header {
	position: relative;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center center;
	padding: 80.5px 0;
}

.page-header::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: var(--thm-black);
	opacity: 0.3;
}

.page-header .container {
	position: relative;
	text-align: center;
}

.page-header h2 {
	margin: 0;
	color: #ffffff;
	font-weight: 600;
	font-size: 60px;
	font-family: var(--thm-base);
}

.thm-breadcrumb {
	display: -webkit-box;
	display: flex;
	margin: 0;
	-webkit-box-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	        justify-content: center;
	flex-wrap: wrap;
}

.thm-breadcrumb li {
	display: -webkit-box;
	display: flex;
	text-transform: uppercase;
	font-size: 16px;
	font-weight: 600;
	color: #fff;
}

.thm-breadcrumb li+li::before {
	content: '/';
	margin-left: 15px;
	margin-right: 15px;
}

.thm-breadcrumb li a,
.thm-breadcrumb li span {
	color: inherit;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.thm-breadcrumb li a:hover {
	color: var(--thm-base);
}

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/

.contact-one {
	padding-bottom: 120px;
}

.contact-one .block-title {
	margin-bottom: 40px;
}

.contact-one__content-text {
	margin-bottom: 40px;
}

.contact-one__content-text p {
	margin: 0;
	font-size: 18px;
	line-height: 34px;
	font-weight: 500;
}


.contact-one__social {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	        align-items: center;
}

.contact-one__social a {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	        justify-content: center;
	text-align: center;
	width: 57px;
	height: 57px;
	background-color: var(--thm-gray);
	color: #9ca3a9;
	font-size: 16px;
	border-radius: 50%;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.contact-one__social a+a {
	margin-left: 10px;
}

.contact-one__social a:hover {
	background-color: var(--thm-primary);
	color: #ffffff;
}


.google-map__contact {
	width: 100%;
	border: none;
	outline: none;
	display: block;
	height: 558px;
}

.contact-one__form .row.low-gutters {
	margin-left: -5px;
	margin-right: -5px;
}

.contact-one__form .row.low-gutters>[class*="col-"] {
	padding-left: 5px;
	padding-right: 5px;
}

.contact-one__form .input-group {
	margin-bottom: 10px;
}

.contact-one__form .input-group input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]):not([type="reset"]),
.contact-one__form .input-group textarea {
	width: 100%;
	height: 74px;
	display: block;
	border: none;
	outline: none;
	background-color: #eceeef;
	font-size: 16px;
	font-weight: 500;
	color: #9ca3a9;
	padding-left: 30px;
}

.contact-one__form .input-group textarea {
	height: 221px;
	padding-top: 20px;
}


.contact-one__form .input-group ::-webkit-input-placeholder {
	color: #9ca3a9;
	opacity: 1;
}


.contact-one__form .input-group ::-moz-placeholder {
	color: #9ca3a9;
	opacity: 1;
}


.contact-one__form .input-group :-ms-input-placeholder {
	color: #9ca3a9;
	opacity: 1;
}


.contact-one__form .input-group ::-ms-input-placeholder {
	color: #9ca3a9;
	opacity: 1;
}


.contact-one__form .input-group ::placeholder {
	color: #9ca3a9;
	opacity: 1;
}

.contact-one__form .input-group :-ms-input-placeholder {
	color: #9ca3a9;
}

.contact-one__form .input-group ::-ms-input-placeholder {
	color: #9ca3a9;
}

/*--------------------------------------------------------------
## Contact Info
--------------------------------------------------------------*/

.contact-info-one {
	padding-top: 120px;
	padding-bottom: 80px;
}

.contact-info-one [class*=col-]:nth-child(1) .contact-info-one__single i {
	background-color: var(--thm-secondary);
}

.contact-info-one [class*=col-]:nth-child(2) .contact-info-one__single i {
	background-color: #6ebd32;
}

.contact-info-one__single {
	margin-bottom: 40px;
	border-style: solid;
	border-width: 1px;
	border-color: rgb(236, 238, 239);
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	        align-items: center;
	padding: 55px 50px;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.contact-info-one__single:hover {
	box-shadow: 0px 20px 20px 0px rgba(0, 0, 0, 0.05);
}

.contact-info-one__single i {
	width: 60px;
	height: 60px;
	border-radius: 50%;
	background-color: var(--thm-primary);
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	        justify-content: center;
	text-align: center;
	color: #fff;
	margin-right: 20px;
	font-size: 30px;
}

.contact-info-one__single p {
	margin: 0;
	font-size: 18px;
	line-height: 30px;
	font-weight: 500;
	color: #9ca3a9;
}

.contact-info-one__single p a {
	color: inherit;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.contact-info-one__single p a:hover {
	color: var(--thm-black);
}


/*--------------------------------------------------------------
# Sidebar
--------------------------------------------------------------*/

@media (max-width: 991px) {
	

	.sidebar {
		margin-top: 50px;
	}
}

.sidebar__single+.sidebar__single {
	margin-top: 30px;
}

.sidebar__single:not(.sidebar__search):not(.sidebar__twitter) {
	border-style: solid;
	border-width: 1px;
	border-color: rgb(236, 238, 239);
	background-color: rgb(255, 255, 255);
	padding: 50px;
}

.sidebar__search,
.sidebar__twitter {
	background-color:#F7F7F7;
	;
}

.sidebar__title {
	margin: 0;
	margin-bottom: 30px;
	font-family: var(--thm-font);
	color: var(--thm-black);
	font-size: 20px;
	font-weight: 600;
	line-height: 1em;
	margin-top: -5px;
}

.sidebar__social-list {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	        align-items: center;
}

.sidebar__social-list a {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	        justify-content: center;
	text-align: center;
	width: 57px;
	height: 57px;
	background-color: var(--thm-gray);
	color: #9ca3a9;
	font-size: 16px;
	border-radius: 50%;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.sidebar__social-list a+a {
	margin-left: 10px;
}

.sidebar__social-list a:hover {
	background-color: var(--thm-primary);
	color: #ffffff;
}

.sidebar__post-list li {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	        align-items: center;
}

.sidebar__post-list li+li {
	margin-top: 30px;
	padding-top: 30px;
	border-top: 1px solid #eceeef;
}

.sidebar__post-image {
	margin-right: 20px;
}

.sidebar__post-image>img {
	width: 61px;
}

.sidebar__post-content h3 {
	color: var(--thm-black);
	font-size: 18px;
	line-height: 30px;
	font-family: var(--thm-font);
	margin: 0;
}

.sidebar__post-content h3 a {
	color: inherit;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.sidebar__post-content h3 a:hover {
	color: var(--thm-primary);
}

.sidebar__search-form {
	position: relative;
}

.sidebar__search-form input[type=search] {
	display: block;
	border: none;
	outline: none;
	background-color: transparent;
	color: #ffffff;
	font-size: 18px;
	font-weight: 500;
	padding-left: 50px;
	height: 85px;
}

.sidebar__search-form ::-webkit-input-placeholder {
	color: #ffffff;
	opacity: 1;
}

.sidebar__search-form ::-moz-placeholder {
	color: #ffffff;
	opacity: 1;
}

.sidebar__search-form :-ms-input-placeholder {
	color: #ffffff;
	opacity: 1;
}

.sidebar__search-form ::-ms-input-placeholder {
	color: #ffffff;
	opacity: 1;
}

.sidebar__search-form ::placeholder {
	color: #ffffff;
	opacity: 1;
}

.sidebar__search-form :-ms-input-placeholder {
	color: #ffffff;
}

.sidebar__search-form ::-ms-input-placeholder {
	color: #ffffff;
}

.sidebar__search-form button[type=submit] {
	background-color: transparent;
	color: #ffffff;
	font-size: 21px;
	position: absolute;
	top: 50%;
	right: 50px;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
	width: auto;
	outline: none;
	border: none;
}

.sidebar__category-list {
	margin: 0;
	margin-top: -15px;
}

.sidebar__category-list li+li {
	margin-top: 15px;
}

.sidebar__category-list li a {
	color: #9ca3a9;
	font-size: 18px;
	font-weight: 500;
	position: relative;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.sidebar__category-list li a:hover {
	padding-left: 15px;
	color: var(--thm-black);
}

.sidebar__category-list li a::before {
	content: '\f101';
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
	font-size: 12px;
	color: var(--thm-base);
	opacity: 0;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.sidebar__category-list li a:hover::before {
	opacity: 1;
}


.sidebar__tags-list {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	        align-items: center;
	flex-wrap: wrap;
	margin-left: -10px;
	margin-top: -10px;
}

.sidebar__tags-list a {
	font-size: 14px;
	color: #9ca3a9;
	background-color: var(--thm-gray);
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
	text-transform: uppercase;
	display: -webkit-box;
	display: flex;
	padding-left: 20px;
	padding-right: 20px;
	margin-top: 10px;
	margin-left: 10px;
	line-height: 38px;
}

.sidebar__tags-list a:hover {
	background-color: var(--thm-base);
	color: var(--thm-black);
}

.sidebar__twitter {
	padding: 50px;
}

.sidebar__twitter .sidebar__title {
	color: #ffffff;
	margin-bottom: 15px;
}

.sidebar__twitter p {
	font-size: 16px;
	font-weight: 500;
	color: #a4cae5;
	margin: 0;
}

.sidebar__twitter p a {
	color: inherit;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.sidebar__twitter p a:hover {
	color: var(--thm-primary);
}

.sidebar__twitter-user {
	border-bottom: 1px solid var(--thm-primary);
	color: var(--thm-primary) !important;
	display: inline-block;
	line-height: 1em;
}

.sidebar__twitter h4 {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	        align-items: center;
	font-family: var(--thm-font);
	margin: 0;
	font-size: 16px;
	color: #ffffff;
	margin-top: 20px;
}

.sidebar__twitter h4 i {
	font-size: 20px;
	color: var(--thm-base);
	margin-right: 10px;
}

.sidebar__twitter h4 a {
	color: var(--thm-primary);
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.sidebar__twitter h4 a:hover {
	color: var(--thm-secondary);
}

.sidebar__twitter h4 span {
	margin-left: 10px;
	margin-right: 10px;
}

.sidebar__twitter-carousel .owl-nav.disabled+.owl-dots {
	margin-top: 0;
}

.sidebar__twitter-carousel .owl-dots {
	margin-top: 0;
	position: absolute;
	top: -35px;
	right: 0;
	display: -webkit-box;
	display: flex;
	-webkit-box-align: end;
	        align-items: flex-end;
}

.sidebar__twitter-carousel .owl-dots .owl-dot {
	outline: none;
}

.sidebar__twitter-carousel .owl-dots .owl-dot span {
	margin-left: 5px;
	margin-right: 5px;
	width: 10px;
	height: 10px;
	background-color: #a4cae5;
	border-radius: 50%;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.sidebar__twitter-carousel .owl-dots .owl-dot:hover span,
.sidebar__twitter-carousel .owl-dots .owl-dot.active span {
	background-color: #ffffff;
}

.offer-sidebar {
	position: relative;
	padding-left: 60px;
	padding-bottom: 70px;
	padding-top: 325px;
	background-position: center;
	background-size: cover;
}

.offer-sidebar::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #004c85;
	opacity: 0.8;
}

.offer-sidebar h3 {
	position: relative;
	font-weight: 300;
	font-size: 60px;
	line-height: 60px;
	color: #fff;
	font-family: var(--thm-font);
}

.offer-sidebar h3 span {
	font-weight: 900;
}

.offer-sidebar__price {
	color: var(--thm-base);
}

/*--------------------------------------------------------------
# Mailchimp
--------------------------------------------------------------*/

.mailchimp-one {
	padding-top: 123.5px;
	padding-bottom: 123.5px;
	background-color: var(--thm-primary);
}

.mailchimp-one h3 {
	margin: 0;
	color: #ffffff;
	font-size: 50px;
	font-weight: 600;
	font-family: var(--thm-font);
	margin-top: -15px;
}

.mailchimp-one__form {
	display: -webkit-box;
	display: flex;
	flex-wrap: wrap;
	-webkit-box-align: center;
	        align-items: center;
	-webkit-box-pack: justify;
	        justify-content: space-between;
}

@media(min-width: 1200px) {
	.mailchimp-one__form {
		margin-left: 80px;
	}

	.custom-btn {
		display: inline-block;
		padding: 5px 10px;
		cursor: pointer;
		background-color: #CD8741;
		color: white;
		border: none;
		border-radius: 66px;
		align-items:center;
		justify-content: center;
	  }

	  .custom-btn:hover {
		cursor: pointer;
		background-color: #CD8741;
		color: white;
	  }
}

.mailchimp-one__form input {
	display: block;
	border: none;
	outline: none;
	width: 100%;
	max-width: 370px;
	height: 74px;
	color: #9ca3a9;
	font-size: 16px;
	font-weight: 500;
	padding-left: 30px;
}

.mailchimp-one__form ::-webkit-input-placeholder {
	color: #9ca3a9;
	opacity: 1;
}

.mailchimp-one__form ::-moz-placeholder {
	color: #9ca3a9;
	opacity: 1;
}

.mailchimp-one__form :-ms-input-placeholder {
	color: #9ca3a9;
	opacity: 1;
}

.mailchimp-one__form ::-ms-input-placeholder {
	color: #9ca3a9;
	opacity: 1;
}

.mailchimp-one__form ::placeholder {
	color: #9ca3a9;
	opacity: 1;
}

.mailchimp-one__form :-ms-input-placeholder {
	color: #9ca3a9;
}

.mailchimp-one__form ::-ms-input-placeholder {
	color: #9ca3a9;
}

.mailchimp-one__btn:hover {
	background-color: var(--thm-black);
}

.mc-form__response {
	text-align: center;
	color: #fff;
}

/*--------------------------------------------------------------
# Brand
--------------------------------------------------------------*/

.brand-one {
	border-top: 1px solid #eceeef;
	padding-top: 120px;
	padding-bottom: 120px;
}

@media(min-width: 1200px) {
	.brand-one .container {
		padding-left: 50px;
		padding-right: 50px;
	}
}

.brand-one img {
	opacity: 0.3;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.brand-one img:hover {
	opacity: 0.6;
}

.brand-one__home-two {
	border-top: 0;
	border-bottom: 1px solid #eceeef;
}

/*--------------------------------------------------------------
# Team
--------------------------------------------------------------*/

.team-one {
	padding-top: 120px;
	padding-bottom: 60px;
}

.team-one__single {
	margin-bottom: 60px;
}

.team-one__image {
	overflow: hidden;
	background-color: var(--thm-black);
}

.team-one__image>img {
	opacity: 1;
	width: 100%;
	-webkit-transform: scale(1);
	        transform: scale(1);
	-webkit-transition: opacity 500ms ease, -webkit-transform 500ms ease;
	transition: opacity 500ms ease, -webkit-transform 500ms ease;
	transition: opacity 500ms ease, transform 500ms ease;
	transition: opacity 500ms ease, transform 500ms ease, -webkit-transform 500ms ease;
}

.team-one__single:hover .team-one__image>img {
	opacity: 0.6;
	-webkit-transform: scale(1.05);
	        transform: scale(1.05);
}

.team-one__content {
	text-align: center;
	padding-top: 30px;
}

.team-one__content h3 {
	margin: 0;
	font-family: var(--thm-font);
	font-size: 24px;
	line-height: 1em;
	color: var(--thm-black);
}

.team-one__content p {
	font-size: 14px;
	font-weight: 500;
	letter-spacing: .2em;
	color: #9ca3a9;
	margin: 0;
	line-height: 1em;
	margin-top: 15px;
}

.team-one__social {
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	        align-items: center;
	margin-top: 30px;
}

.team-one__social a {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	        justify-content: center;
	text-align: center;
	width: 57px;
	height: 57px;
	background-color: var(--thm-gray);
	color: #9ca3a9;
	font-size: 16px;
	border-radius: 50%;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.team-one__social a+a {
	margin-left: 10px;
}

.team-one__social a:hover {
	background-color: var(--thm-primary);
	color: #ffffff;
}

/*--------------------------------------------------------------
# Call To Action
--------------------------------------------------------------*/

.cta-one {
	padding-top: 80px;
	padding-bottom: 80px;
	background-color: var(--thm-primary);
}

.cta-one h3 {
	margin: 0;
	color: #fff;
	font-size: 50px;
	font-family: var(--thm-font);
	font-weight: 700;
}

.cta-one .container {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	        align-items: center;
	-webkit-box-pack: justify;
	        justify-content: space-between;
}

.cta-one__btn:hover {
	background-color: var(--thm-black);
}

.cta-one__home-two {
	background-color: var(--thm-base);
}

.cta-one__home-two .cta-one__btn {
	background-color: var(--thm-black);
	color: #ffffff;
}

.cta-one__home-two .cta-one__btn:hover {
	background-color: var(--thm-secondary);
}

.cta-two {
	padding-top: 120px;
	padding-bottom: 120px;
}

.cta-two__content-highlight {
	margin-top: -10px;
	margin-bottom: 35px;
}

.cta-two__content-highlight p {
	margin: 0;
	color: var(--thm-primary);
	font-size: 24px;
	line-height: 36px;
	font-weight: 400;
}

.cta-two__list {
	margin: 0;
	margin-bottom: 35px;
}

.cta-two__list li {
	position: relative;
	font-size: 20px;
	line-height: 40px;
	font-weight: 500;
	color: #9ca3a9;
	padding-left: 30px;
}

.cta-two__list li i {
	position: absolute;
	top: 60%;
	left: 0;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
	font-size: 14px;
	color: var(--thm-secondary);
}

.cta-three__content {
	position: relative;
}

.cta-three__content::before {
	content: '';
	width: 10000px;
	height: 100%;
	background-color: var(--thm-gray);
	position: absolute;
	top: 0;
	right: 0;
}

.cta-three__content-inner {
	position: relative;
	padding-top: 120px;
}

.cta-three__content .block-title {
	margin-bottom: 50px;
}

.cta-three__content .block-title h3 {
	line-height: 1.1em;
}

.cta-three__content .block-title h3 span {
	color: var(--thm-primary);
	font-family: var(--heading-font);
	font-weight: 400;
	display: inline-block;
}

.cta-three__box {
	position: absolute;
	background-color: var(--thm-secondary);
	width: 100%;
	max-width: 340px;
	bottom: 0;
	right: 0;
	padding-top: 30px;
	padding-bottom: 40px;
	padding-left: 60px;
}

.cta-three__box p {
	margin: 0;
	color: #ffffff;
	font-size: 22px;
	line-height: 32px;
	font-weight: 600;
}

.cta-three__images {
	margin-top: 120px;
}

.cta-four {
	background-repeat: no-repeat;
	background-position: center center;
	background-attachment: fixed;
	background-size: cover;
	position: relative;
	padding-top: 118px;
	padding-bottom: 118px;
}

.cta-four::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #082740;
	opacity: 0.3;
}

.cta-four .container {
	text-align: center;
	position: relative;
}

.cta-four p {
	font-family: var(--heading-font);
	font-size: 40px;
	color: #ffffff;
	margin: 0;
}

.cta-four h3 {
	margin: 0;
	font-family: var(--thm-font);
	font-size: 100px;
	text-transform: uppercase;
	font-weight: 800;
	margin-top: 15px;
	margin-bottom: 45px;
	color: #ffffff;
}

.cta-four h3 span {
	color: var(--thm-secondary);
	position: relative;
	display: inline-block;
	line-height: 1em;
}

.cta-four h3 span::before {
	content: '';
	width: 100%;
	height: 31px;
	background-image: url(../images/shapes/title-decor-1-2.png);
	background-position: center;
	background-repeat: no-repeat;
	position: absolute;
	top: 80%;
	left: 0;
}

/*--------------------------------------------------------------
# Gallery
--------------------------------------------------------------*/

.gallery-one {
	padding-bottom: 90px;
	padding-top: 120px;
}

.gallery-one__single {
	margin-bottom: 30px;
	position: relative;
	overflow: hidden;
}

.gallery-one__single>img {
	width: 100%;
	-webkit-transform: scale(1);
	        transform: scale(1);
	-webkit-transition: -webkit-transform 500ms ease;
	transition: -webkit-transform 500ms ease;
	transition: transform 500ms ease;
	transition: transform 500ms ease, -webkit-transform 500ms ease;
}

.gallery-one__single:hover>img {
	-webkit-transform: scale(1.05);
	        transform: scale(1.05);
}

.gallery-one__link {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: rgba(var(--thm-base-rgb), .9);
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	        justify-content: center;
	text-align: center;
	font-size: 46px;
	color: #ffffff;
	opacity: 0;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.gallery-one__link:hover {
	color: #ffffff;
}


.gallery-one__single:hover .gallery-one__link {
	opacity: 1;
}
.gallery-home-8 {
	position: relative;
	background-color: #082740;
}
.gallery-home-8 .row.low-gutters {
	margin-left: -1px;
	margin-right: -1px;
}
.gallery-home-8 .row.low-gutters [class*=col-] {
	padding-left: 1px;
	padding-right: 1px;
	margin-bottom: 2px;
}
.gallery-home-8__single {
	overflow: hidden;
}
.gallery-home-8__single > img {
	width: 100%;
	-webkit-animation: galleryHomeEightImg 5s linear infinite;
	        animation: galleryHomeEightImg 5s linear infinite;
}

@-webkit-keyframes galleryHomeEightImg {

	0% {
		-webkit-transform: scale(1);
		        transform: scale(1);
	}

	25% {
		-webkit-transform: scale(1.01);
		        transform: scale(1.01);
	}

	50% {
		-webkit-transform: scale(1.05);
		        transform: scale(1.05);
	}

	75% {
		-webkit-transform: scale(1.01);
		        transform: scale(1.01);
	}

	100% {
		-webkit-transform: scale(1);
		        transform: scale(1);
	}
}

@keyframes galleryHomeEightImg {

	0% {
		-webkit-transform: scale(1);
		        transform: scale(1);
	}

	25% {
		-webkit-transform: scale(1.01);
		        transform: scale(1.01);
	}

	50% {
		-webkit-transform: scale(1.05);
		        transform: scale(1.05);
	}

	75% {
		-webkit-transform: scale(1.01);
		        transform: scale(1.01);
	}

	100% {
		-webkit-transform: scale(1);
		        transform: scale(1);
	}
}

/*--------------------------------------------------------------
# Error 404
--------------------------------------------------------------*/

.error-page {
	background-color: #004c85;
	position: relative;
	padding-top: 60px;
	padding-bottom: 120px;
}


.error-page .container {
	position: relative;
}


.error-page__bg {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: -37px;
	background-position: top;
	background-repeat: no-repeat;
	background-position: bottom center;
	opacity: 0.07;
	background-color: #004c85;
	background-blend-mode: multiply;
}

.error-page__logo {
	display: block;
	text-align: center;
}

.error-page__title {
	position: relative;
	display: inline-block;
	margin-top: 140px;
}

.error-page__title h2 {
	position: relative;
	display: inline-block;
	font-size: 400px;
	font-weight: 900;
	color: #ffffff;
	font-family: var(--thm-font);
	line-height: 1em;
}

.error-page__title h2::before {
	width: 141px;
	height: 124px;
	content: '';
	background-image: url(../images/shapes/error-page__shape-1-1.png);
	background-repeat: no-repeat;
	background-position: center;
	position: absolute;
	top: -5px;
	left: -40px;
}

.error-page__title p {
	font-family: var(--heading-font);
	font-size: 200px;
	line-height: 1em;
	color: var(--thm-secondary);
	position: absolute;
	bottom: -60px;
	right: 0;
}

.error-page__text {
	margin-top: 40px;
	padding-bottom: 60px;
}

.error-page__text p {
	font-size: 30px;
	color: #a4cae5;
	margin: 0;
	font-weight: 400;
}

/*--------------------------------------------------------------
# Video
--------------------------------------------------------------*/

.video-one {
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center;
	background-size: cover;
	position: relative;
	padding-top: 135px;
	padding-bottom: 120px;
}

.video-one::before {
	content: '';
	background-color: var(--thm-black);
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	opacity: 0.4;
}

.video-one .container {
	position: relative;
}

.video-one p {
	font-family: var(--heading-font);
	color: var(--thm-secondary);
	font-size: 30px;
	margin: 0px;
}

.video-one__btn {
	position: relative;
	width: 94px;
	height: 94px;
	background-color: var(--thm-base);
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	        justify-content: center;
	text-align: center;
	font-size: 24px;
	color: var(--thm-black);
	margin-left: auto;
	margin-right: auto;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
	margin-bottom: 75px;
}

.video-one__btn:before {
	content: '';
	position: absolute;
	top: -15px;
	left: -15px;
	right: -15px;
	bottom: -15px;
	border: 1px solid rgba(255, 255, 255, .15);
}

.video-one__btn:hover {
	background-color: #fff;
	color: var(--thm-base);
}

.video-one h3 {
	color: #fff;
	font-weight: 400;
	font-family: var(--thm-font);
	margin: 0;
	font-size: 70px;
	margin-top: 5px;
}

.video-one h3 span {
	font-weight: 800;
}


/*--------------------------------------------------------------
# Testimonials
--------------------------------------------------------------*/

.testimonials-one {
	background-color: var(--thm-gray);
	padding-top: 120px;
	padding-bottom: 120px;
}

.testimonials-one__single {
	margin-bottom: 40px;
	text-align: center;
}

.testimonials-one__stars {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	        justify-content: center;
	margin-bottom: 25px;
}

.testimonials-one__stars i {
	font-size: 18px;
	color: #ffa801;
}

.testimonials-one__stars i+i {
	margin-left: 5px;
}

.testimonials-one__content {
	background-color: #fff;
	position: relative;
	padding-left: 70px;
	padding-right: 70px;
	padding-bottom: 50px;
	padding-top: 60px;
	margin-bottom: 40px;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.testimonials-one__single:hover .testimonials-one__content {
	box-shadow: 0px 20px 20px 0px rgba(0, 0, 0, 0.03);
}

.testimonials-one__content::before {
	content: '';
	width: 85px;
	height: 85px;
	background-image: url(../images/shapes/testi-qoute-1-1.png);
	background-position: center;
	background-repeat: no-repeat;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
}

.testimonials-one__content::after {
	content: '';
	width: 72px;
	height: 20px;
	background-image: url(../images/shapes/testi-arrow-1-1.png);
	background-position: center;
	background-repeat: no-repeat;
	position: absolute;
	top: 100%;
	left: 50%;
	-webkit-transform: translateX(-50%);
	        transform: translateX(-50%);
}

.testimonials-one__content p {
	margin: 0;
	font-size: 20px;
	color: #9ca3a9;
	font-weight: 400;
	line-height: 36px;
	position: relative;
}

.testimonials-one__info img {
	border-radius: 50%;
}

.testimonials-one__info h3 {
	font-family: var(--thm-font);
	color: var(--thm-black);
	font-size: 20px;
	font-weight: 500;
	margin: 0;
	line-height: 1em;
	margin-top: 10px;
}

.testimonials-one__carousel .owl-item img {
	width: auto;
	margin-left: auto;
	margin-right: auto;
	display: block;
}

.testimonials-one__carousel .owl-nav button.owl-next,
.testimonials-one__carousel .owl-nav button.owl-prev {
	font-size: 20px;
	color: var(--thm-black);
	font-weight: 500;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}
.testimonials-one__carousel .owl-nav button.owl-prev {
	margin-right: 15px;
}
.testimonials-one__carousel .owl-nav button.owl-next:hover,
.testimonials-one__carousel .owl-nav button.owl-prev:hover {
	color: var(--thm-secondary);
	background-color: transparent;
}

/*--------------------------------------------------------------
# FAQ
--------------------------------------------------------------*/

.faq-one {
	padding-top: 120px;
	padding-bottom: 120px;
}

.faq-one-accrodion .accrodion {
	border-style: solid;
	border-width: 1px;
	border-color: rgb(236, 238, 239);
	background-color: rgb(255, 255, 255);
	padding-left: 40px;
	padding-right: 40px;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.faq-one-accrodion .accrodion+.accrodion {
	margin-top: 10px;
}

.faq-one-accrodion .accrodion.active {
	background-color: var(--thm-gray);
	border-color: var(--thm-gray);
}

.faq-one-accrodion .accrodion-title {
	cursor: pointer;
}

.faq-one-accrodion .accrodion-title h4 {
	margin: 0;
	font-family: var(--thm-font);
	color: var(--thm-black);
	font-size: 20px;
	font-weight: 500;
	position: relative;
	padding-top: 31.5px;
	padding-bottom: 31.5px;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.faq-one-accrodion .accrodion.active .accrodion-title h4 {
	color: var(--thm-primary);
}

.faq-one-accrodion .accrodion-title h4::before {
	content: '\f067';
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	font-size: 14px;
	color: var(--thm-base);
	position: absolute;
	top: 50%;
	right: 0;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.faq-one-accrodion .accrodion.active .accrodion-title h4::before {
	content: '\f068';
	color: var(--thm-black);
}

.faq-one-accrodion .accrodion-content {
	padding-bottom: 40px;
}

.faq-one-accrodion .accrodion-content p {
	margin: 0;
	font-size: 16px;
	font-weight: 500;
	line-height: 30px;
	color: #9ca3a9;
}

/*--------------------------------------------------------------
# Tour
--------------------------------------------------------------*/

.tour-one {
	padding-top: 120px;
	padding-bottom: 90px;
}

.tour-grid {
	padding-top: 120px;
	padding-bottom: 120px;
}

.tour-grid .post-pagination {
	margin-top: 30px;
}

.tour-one__single {
	position: relative;
	margin-bottom: 30px;
}


.tour-one__image {
	position: relative;
	background-color: var(--thm-black);
	overflow: hidden;
}

.tour-one__image>img {
	width: 100%;
	opacity: 1;
	-webkit-transform: scale(1);
	        transform: scale(1);
	-webkit-transition: opacity 500ms ease, -webkit-transform 500ms ease;
	transition: opacity 500ms ease, -webkit-transform 500ms ease;
	transition: transform 500ms ease, opacity 500ms ease;
	transition: transform 500ms ease, opacity 500ms ease, -webkit-transform 500ms ease;
}

.tour-one__image>a {
	width: 38px;
	height: 38px;
	background-color: rgba(var(--thm-black-rgb), .2);
	border-radius: 50%;
	text-align: center;
	line-height: 38px;
	font-size: 14px;
	color: #fff;
	position: absolute;
	top: 30px;
	right: 30px;
	z-index: 10;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.tour-one__single:hover .tour-one__image>img {
	opacity: 1;
	-webkit-transform: scale(1.05);
	        transform: scale(1.05);
}

.tour-one__single:hover .tour-one__image>a {
	background-color: #fff;
	color: var(--thm-secondary);
}


.tour-one__content {
	border-style: solid;
	border-width: 1px;
	border-color: rgb(236, 238, 239);
	background-color: rgb(255, 255, 255);
	padding-left: 50px;
	padding-right: 50px;
	padding-top: 40px;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.tour-one__single:hover .tour-one__content {
	box-shadow: 0px 20px 20px 0px rgba(0, 0, 0, 0.05);
}

.tour-one__stars {
	font-size: 16px;
	font-weight: 500;
	color: #9ca3a9;
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	        align-items: center;
	line-height: 1em;
	margin-bottom: 5px;
}

.tour-one__stars i {
	font-size: 14px;
	color: var(--thm-base);
	margin-right: 10px;
}

.tour-one__content p {
	margin: 0;
	font-size: 16px;
	font-weight: 500;
	color: #9ca3a9;
	line-height: 1em;
	margin-top: 10px;
	margin-bottom: 30px;
}

.tour-one__content p span {
	color: var(--thm-secondary);
	font-size: 22px;
	font-weight: 600;
}


.tour-one__meta {
	margin: 0;
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	        align-items: center;
	padding-top: 18px;
	padding-bottom: 25px;
	border-top: 1px solid rgb(236, 238, 239);
}

.tour-one__meta li+li {
	margin-left: 20px;
}

.tour-one__meta li a {
	font-size: 16px;
	font-weight: 500;
	color: #9ca3a9;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.tour-one__meta li i {
	font-size: 14px;
	margin-right: 5px;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.tour-one__meta li a:hover {
	color: var(--thm-black);
}

.tour-one__meta li a:hover i {
	color: var(--thm-primary);
}


.tour-one__content h3 {
	margin: 0;
	font-family: var(--thm-font);
	color: var(--thm-black);
	font-weight: 600;
	line-height: 34px;
	font-size: 26px;
}


.tour-one__content h3 a {
	color: inherit;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.tour-one__content h3 a:hover {
	color: var(--thm-primary);
}

.tour-one__carousel {
	margin-bottom: 20px;
}

.tour-one__carousel .owl-nav.disabled+.owl-dots {
	margin-top: 20px;
}

.tour-one__carousel-no-overflow .owl-stage-outer {
	overflow: visible;
}


.tour-one__carousel .owl-nav button.owl-next,
.tour-one__carousel .owl-nav button.owl-prev {
	font-size: 20px;
	color: var(--thm-black);
	font-weight: 500;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}
.tour-one__carousel .owl-nav button.owl-prev {
	margin-right: 15px;
}
.tour-one__carousel .owl-nav button.owl-next:hover,
.tour-one__carousel .owl-nav button.owl-prev:hover {
	color: var(--thm-secondary);
	background-color: transparent;
}

.tour-two__single {
	display: -webkit-box;
	display: flex;
}

.tour-two__image-wrap .tour-one__image {
	width: 270px;
}

.tour-two__single .tour-one__content {
	padding: 0;
	padding-top: 40px;
	padding-right: 40px;
	padding-left: 40px;
}

.tour-two__top {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	        align-items: center;
	-webkit-box-pack: justify;
	        justify-content: space-between;
}

.tour-two__right p {
	margin: 0;
}

.tour-two__right p span {
	display: inline-block;
	margin-bottom: 5px;
}

.tour-two__text {
	margin-top: 20px;
	margin-bottom: 30px;
}

.tour-two__text p {
	margin: 0;
	font-size: 18px;
	font-weight: 500;
	line-height: 34px;
	color: #9ca3a9;
}

.tour-list {
	padding-top: 120px;
	padding-bottom: 120px;
}

.tour-list .post-pagination {
	-webkit-box-pack: start;
	        justify-content: flex-start;
	margin-top: 60px;
}

/* tour sorter */

.tour-sorter-one {
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: center;
	        align-items: center;
	margin-bottom: 30px;
}

.tour-sorter-one h3 {
	font-family: var(--thm-font);
	color: var(--thm-black);
	font-size: 24px;
	font-weight: 600;
	margin: 0;
}

.tour-sorter-one__right {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	        align-items: center;
}

.tour-sorter-one__right>a {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	        justify-content: center;
	text-align: center;
	width: 43px;
	height: 43px;
	border-style: solid;
	border-width: 2px;
	border-color: rgb(236, 238, 239);
	font-size: 16px;
	color: #9ca3a9;
	margin-left: 10px;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.tour-sorter-one__right>a.active,
.tour-sorter-one__right>a:hover {
	background-color: var(--thm-base);
	border-color: var(--thm-base);
	color: var(--thm-black);
}

.tour-sorter-one__select {
	width: 103px;
}

.tour-sorter-one .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
	width: 100%;
}

.tour-sorter-one .bootstrap-select>.dropdown-toggle {
	border-style: solid;
	border-width: 2px;
	border-color: rgb(236, 238, 239);
	font-size: 14px;
	font-weight: 500;
	color: #9ca3a9;
	padding: 9px 20px;
	padding-right: 20px;
	background-color: #fff;
	text-transform: uppercase;
}

/* tour details */

.tour-details__spacer {
	display: block;
	width: 100%;
	height: 0;
	border-top: 1px solid #eceeef;
	margin-top: 60px;
	margin-bottom: 60px;
}

.tour-details__title {
	margin: 0;
	font-family: var(--thm-font);
	color: var(--thm-black);
	font-size: 40px;
	font-weight: 600;
	margin-bottom: 50px;
	margin-top: -10px;
}

.tour-details__title+p {
	margin-top: -10px !important;
}


.tour-details__subtitle {
	margin: 0;
	font-family: var(--thm-font);
	color: var(--thm-black);
	font-size: 24px;
	font-weight: 600;
	margin-top: 35px;
	margin-bottom: 40px;
}

.tour-details__content p {
	margin: 0;
	color: #9ca3a9;
	font-size: 18px;
	font-weight: 500;
	line-height: 34px;
}

.google-map__tour-details {
	height: 388px;
}

.tour-details__review-form {
	border: 1px solid #eceeef;
	padding: 50px;
}

.tour-details__review-form-stars {
	margin-bottom: 40px;
}

.tour-details__review-form-stars p {
	display: -webkit-box;
	display: flex;
	margin: 0;
	-webkit-box-align: center;
	        align-items: center;
}

.tour-details__review-form-stars p+p {
	margin-top: 10px;
}

.tour-details__review-form-stars span {
	font-size: 20px;
	color: #9ca3a9;
	font-weight: 500;
	margin-right: 15px;
}


.tour-details__review-form-stars i {
	color: #eceeef;
	font-size: 16px;
	line-height: 1em;
	position: relative;
	top: -2px;
}

.tour-details__review-form-stars i+i {
	margin-left: 5px;
}

.tour-details__review-form-stars i.active {
	color: var(--thm-base);
}

.tour-details-two {
	padding-top: 0;
}

.tour-details__content .tour-two__top {
	padding-bottom: 30px;
}

.tour-details__content .tour-two__top h3 {
	font-family: var(--thm-font);
	font-size: 40px;
	color: var(--thm-black);
	margin: 0;
	font-weight: 600;
	padding-bottom: 20px;
}

.tour-details__content .tour-one__stars {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	        align-items: center;
}

.tour-details__content .tour-one__stars i {
	margin-right: 5px;
}

.tour-details__content .tour-one__stars i:last-child {
	margin-right: 15px;
}

.tour-details__content .tour-one__stars i.inactive {
	color: #eceeef;
}

.tour-details__content .tour-two__right p {
	color: #9ca3a9;
	font-size: 16px;
	font-weight: 500;
	margin: 0;
	line-height: 1em;
}

.tour-details__content .tour-two__right span {
	color: var(--thm-secondary);
	font-size: 36px;
	font-weight: 600;
	padding-bottom: 15px;
}

.tour-details__content .tour-one__meta li+li {
	margin-left: 50px;
}

.tour-details__content .tour-one__meta li a {
	font-size: 18px;
}

.tour-details__content .tour-one__meta li a i {
	color: var(--thm-primary);
	font-size: 16px;
}

.tour-details__list {
	margin-bottom: 0px;
}

.tour-details__list li {
	position: relative;
	font-size: 18px;
	font-weight: 500;
	color: #9ca3a9;
	padding-left: 25px;
	line-height: 1em;
}

.tour-details__list li+li {
	margin-top: 20px;
}

.tour-details__list li i {
	font-size: 14px;
	display: block;
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
	color: var(--thm-primary);
}

.tour-details__list.unavailable li i {
	color: var(--thm-secondary);
}

.tour-details__plan-single {
	position: relative;
}

.tour-details__plan-single+.tour-details__plan-single {
	margin-top: 20px;
}

.tour-details__plan-count {
	width: 97px;
	height: 97px;
	border-radius: 50%;
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	        justify-content: center;
	text-align: center;
	color: #fff;
	border: 20px solid #fff;
	font-size: 18px;
	font-weight: 600;
	background-color: var(--thm-base);
	position: absolute;
	top: -20px;
	left: -20px;
	z-index: 10;
}

.tour-details__plan-content {
	border-left: 1px solid #eceeef;
	margin-left: 28.5px;
	padding-left: 60px;
	padding-bottom: 40px;
}

.tour-details__plan-content h3 {
	color: var(--thm-black);
	font-family: var(--thm-font);
	margin: 0;
	font-weight: 600;
	margin-bottom: 5px;
}

.tour-details__plan-content span {
	display: block;
	font-size: 18px;
	font-weight: 500;
	color: var(--thm-primary);
}

.tour-details__plan-content p {
	font-size: 18px;
	font-weight: 500;
	line-height: 34px;
	color: #9ca3a9;
	margin-top: 20px;
}

.tour-details__plan-content ul {
	margin-bottom: 0;
	margin-top: 35px;
}

.tour-details__plan-content ul li {
	color: #9ca3a9;
	font-size: 18px;
	font-weight: 500;
	line-height: 1em;
}

.tour-details__plan-content ul li+li {
	margin-top: 20px;
}

.tour-details__review-score {
	border: 1px solid #eceeef;
	display: -webkit-box;
	display: flex;
	margin-bottom: 60px;
}

.tour-details__review-score-ave {
	-webkit-box-flex: 1;
	        flex: 1 1 245px;
	max-width: 245px;
	display: -webkit-box;
	display: flex;
}

.tour-details__review-score-ave .my-auto {
	width: 100%;
	text-align: center;
}

.tour-details__review-score-ave h3 {
	margin: 0;
	font-family: var(--thm-font);
	font-weight: 300;
	font-size: 100px;
	color: var(--thm-black);
}

.tour-details__review-score-ave p {
	margin: 0;
	color: #9ca3a9;
	font-size: 20px;
	font-weight: 500;
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	        justify-content: center;
}

.tour-details__review-score-ave p i {
	color: var(--thm-base);
	font-size: 18px;
	margin-right: 10px;
}

.tour-details__review-score__content {
	-webkit-box-flex: 1;
	        flex: 1 1 calc(100% - 245px);
	max-width: calc(100% - 245px);
	border-left: 1px solid #eceeef;
	padding-left: 50px;
	padding-right: 50px;
	padding-top: 40px;
	padding-bottom: 50px;
}

.tour-details__review-score__bar+.tour-details__review-score__bar {
	margin-top: 20px;
}

.tour-details__review-score__bar-top {
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: center;
	        align-items: center;
}

.tour-details__review-score__bar-top h3 {
	font-family: var(--thm-font);
	font-size: 16px;
	font-weight: 500;
	color: var(--thm-black);
	margin: 0;
}

.tour-details__review-score__bar-top p {
	margin: 0;
	font-size: 14px;
	font-weight: 600;
	color: #9ca3a9;
}

.tour-details__review-score__bar-line {
	width: 100%;
	height: 7px;
	background-color: #eceeef;
	position: relative;
	overflow: hidden;
}

.tour-details__review-score__bar-line span {
	position: absolute;
	height: 100%;
	top: 0;
	left: 0;
	background-color: var(--thm-base);
}

.tour-details__review-comment-single {
	border-bottom: 1px solid #eceeef;
	padding-bottom: 10px;
	margin-bottom: 60px;
}

.tour-details__review-comment-top {
	position: relative;
	padding-left: 125px;
	padding-top: 30px;
	padding-bottom: 25px;
	margin-bottom: 25px;
}

.tour-details__review-comment-top>img {
	border-radius: 50%;
	position: absolute;
	top: 0;
	left: 0;
}

.tour-details__review-comment-top h3 {
	font-family: var(--thm-font);
	font-size: 20px;
	font-weight: 600;
	color: var(--thm-black);
	margin: 0;
	margin-bottom: 5px;
}

.tour-details__review-comment-top p {
	margin: 0;
	font-size: 18px;
	line-height: 1em;
	font-weight: 500;
	color: var(--thm-primary);
}

.tour-details__review-comment-content {
	margin-bottom: 25px;
}

.tour-details__review-comment-content h3 {
	font-family: var(--thm-font);
	font-size: 24px;
	font-weight: 600;
	color: var(--thm-black);
	margin: 0;
	margin-bottom: 40px;
}

.tour-details__review-comment-content p {
	margin: 0;
	font-size: 18px;
	font-weight: 500;
	line-height: 34px;
}

.tour-details__gallery-thumb-carousel,
.tour-details__gallery-carousel {
	overflow: hidden;
}

.tour-details__gallery-thumb-carousel {
	margin-bottom: 60px;
}

.tour-details__gallery-carousel {
	margin-bottom: 10px;
}

.tour-details__gallery-thumb-carousel img {
	cursor: pointer;
}

.tour-details__gallery-image {
	position: relative;
}

.tour-details__gallery-links {

	position: absolute;
	top: 30px;
	right: 30px;
	z-index: 10;
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	        align-items: center;
}

.tour-details__gallery-links a {
	display: block;
	width: 38px;
	height: 38px;
	background-color: rgba(var(--thm-black-rgb), .2);
	border-radius: 50%;
	text-align: center;
	line-height: 38px;
	font-size: 14px;
	color: #fff;
	margin-left: 10px;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}


.tour-details__gallery-image:hover .tour-details__gallery-links a {
	background-color: #fff;
	color: var(--thm-secondary);
}

.tour-details__content .accrodion-grp {
	margin-bottom: 60px;
}

/* tour details header */
.tour-details__header {
	background-position: top center;
	background-attachment: fixed;
	background-size: cover;
	background-repeat: no-repeat;
}

.tour-details__header .container {
	position: relative;
	min-height: 577px;
}

.tour-details__header .tour-details__gallery-links {
	position: absolute;
	top: 30px;
	right: 15px;
}

.tour-details__header .thm-breadcrumb {
	position: absolute;
	bottom: 30px;
	left: 15px;
}

.tour-details-two .tour-details__content {
	padding-top: 45px;
}

/* tour category */

.tour-category-one {
	background-color: var(--thm-gray);
	padding-top: 120px;
	padding-bottom: 90px;
}

.tour-category-one__col {
	-webkit-box-flex: 1;
	        flex: 1 1 20%;
	padding-left: 15px;
	padding-right: 15px;
	max-width: 20%;
}

.tour-category-one__single {
	margin-bottom: 30px;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
	background-color: #fff;
	text-align: center;
	padding-top: 34.5px;
	padding-bottom: 34.5px;
}

.tour-category-one__single:hover {
	background-color: var(--thm-primary);
}

.tour-category-one__single i {
	font-size: 60px;
	color: var(--thm-primary);
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.tour-category-one__single h3 {
	margin: 0;
	font-size: 20px;
	font-weight: 500;
	color: #9ca3a9;
	font-family: var(--thm-font);
	margin-top: 5px;
}

.tour-category-one__single h3 a {
	color: inherit;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.tour-category-one__single h3 a:hover {
	color: #ffffff;
}

.tour-category-one__single:hover i,
.tour-category-one__single:hover h3 a {
	color: #ffffff;
}

/* tour gallery home 6 */

.tour-gallery__home-6__content-wrap {
	position: relative;
	background-color: var(--thm-black);
}

.tour-gallery__home-6__content {
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	padding-bottom: 285px;
	padding-left: 135px;
}
.tour-gallery__home-6__content p {
	margin: 0;
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	        align-items: center;
	color: #fff;
	font-size: 20px;
	margin-bottom: 10px;
	font-weight: 600;
	position: relative;
	z-index: 10;
}
.tour-gallery__home-6__content p span {
	margin-left: 15px;
	margin-right: 15px;
}
.tour-gallery__home-6__content p i {
	color: var(--thm-base);
	letter-spacing: .2em;
}
.tour-gallery__home-6__content h3 {
	font-family: var(--thm-font);
	font-size: 80px;
	font-weight: bold;
	color: #ffffff;
	line-height: 1em;
	text-transform: uppercase;
	position: relative;
	z-index: 10;
}
.tour-gallery__home-6__content h3 a {
	color: inherit;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}
.tour-gallery__home-6__content h3 a:hover {
	color: var(--thm-primary);
}
.tour-gallery__home-6__content .tab-pane {
	width: 100%;
}
.tour-gallery__home-6__tab-navs {
	position: absolute;
	bottom: 130px;
	left: 135px;
	border-bottom: 0;
	z-index: 99;
}
.tour-gallery__home-6__tab-navs li + li {
	margin-left: 20px;
}
.tour-gallery__home-6__tab-navs li a {
	position: relative;
	display: block;
	cursor: pointer;
	background-color: var(--thm-black);
}
.tour-gallery__home-6__tab-navs li a.active {
	box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.08);
}
.tour-gallery__home-6__tab-navs li a img {
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}
.tour-gallery__home-6__tab-navs li a.active img {
	opacity: 0.2;
}
.tour-gallery__home-6__tab-navs li a::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	border: 15px solid #ffffff;
	z-index: 10;
}

.tour-gallery__home-6__content-wrap .tab-pane,
.tour-gallery__home-6__content-wrap .tab-content {
	width: 100%;
	position: relative;
}

.tour-gallery__home-6__content-floated-text {
	font-family: var(--heading-font);
	font-size: 300px;
	color: #fff;
	position: absolute;
	bottom: 40%;
	left: 50%;
	-webkit-transform: translateX(-50%);
	        transform: translateX(-50%);
	opacity: 0.1;
}

/*--------------------------------------------------------------
## Tour Sidebar
--------------------------------------------------------------*/


.tour-sidebar__search {
	background-color: var(--thm-gray);
	padding: 50px;
}

.tour-sidebar__search h3 {
	margin: 0;
	margin-bottom: 30px;
	font-size: 24px;
	font-weight: 500;
	color: var(--thm-black);
	line-height: 1em;
	font-family: var(--thm-font);
}

.tour-sidebar__search-form .input-group+.input-group {
	margin-top: 10px;
}

.tour-sidebar__search-form .input-group input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]):not([type="reset"]),
.tour-sidebar__search-form .input-group textarea {
	width: 100%;
	height: 64px;
	display: block;
	border: none;
	outline: none;
	background-color: #ffffff;
	font-size: 18px;
	font-weight: 500;
	color: #9ca3a9;
	padding-left: 30px;
}

.tour-sidebar__search-form .input-group textarea {
	height: 135px;
	padding-top: 15px;
}

.tour-sidebar__search-form .thm-btn {
	display: block;
	width: 100%;
	height: 64px;
	padding: 0;
	text-align: center;
	line-height: 64px;
}


.tour-sidebar__search-form .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
	width: 100%;
}

.tour-sidebar__search-form .bootstrap-select>.dropdown-toggle {
	border: 0;
	padding: 18.5px 30px;
	border-radius: 0;
	background-color: #ffffff;
	font-size: 18px;
	font-weight: 500;
	color: #9ca3a9;
}

.tour-sidebar__search-form ::-webkit-input-placeholder {
	color: #9ca3a9;
	opacity: 1;
}

.tour-sidebar__search-form ::-moz-placeholder {
	color: #9ca3a9;
	opacity: 1;
}

.tour-sidebar__search-form :-ms-input-placeholder {
	color: #9ca3a9;
	opacity: 1;
}

.tour-sidebar__search-form ::-ms-input-placeholder {
	color: #9ca3a9;
	opacity: 1;
}

.tour-sidebar__search-form ::placeholder {
	color: #9ca3a9;
	opacity: 1;
}

.tour-sidebar__search-form :-ms-input-placeholder {
	color: #9ca3a9;
}

.tour-sidebar__search-form ::-ms-input-placeholder {
	color: #9ca3a9;
}


.tour-sidebar__search+.offer-sidebar {
	margin-top: 30px;
}

.tour-sidebar__sorter-wrap {
	padding: 50px;
	border-style: solid;
	border-width: 1px;
	border-color: #eceeef;
	margin-top: 15px;
}

.tour-sidebar__sorter-single+.tour-sidebar__sorter-single {
	margin-top: 45px;
}

.tour-sidebar__sorter-top {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	        align-items: center;
	-webkit-box-pack: justify;
	        justify-content: space-between;
	border-bottom: 1px solid #eceeef;
	padding-bottom: 10px;
	margin-bottom: 30px;
}

.tour-sidebar__sorter-top h3 {
	margin: 0;
	color: var(--thm-black);
	font-family: var(--thm-font);
	font-size: 20px;
	font-weight: 500;
}

.tour-sidebar__sorter-toggler {
	border: none;
	outline: none !important;
	font-size: 18px;
	color: var(--thm-black);
	width: auto;
	background-color: transparent;
	-webkit-transform: rotate(0deg);
	        transform: rotate(0deg);
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.tour-sidebar__sorter-toggler.toggled {
	-webkit-transform: rotate(180deg);
	        transform: rotate(180deg);
}

.tour-sidebar__price-range .form-group {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	        align-items: center;
	-webkit-box-pack: justify;
	        justify-content: space-between;

}

.tour-sidebar__price-range .form-group p {
	font-size: 16px;
	font-weight: 500;
	color: #9ca3a9;
	margin: 0;
	line-height: 1em;
}

.tour-sidebar__price-range .noUi-horizontal {
	height: 3px;
	background-color: var(--thm-gray);
}

.tour-sidebar__price-range .noUi-handle {
	border-radius: 50%;
	width: 15px;
	height: 15px;
	background-color: var(--thm-primary);
	border: none;
	outline: none;
	box-shadow: none;
}

.tour-sidebar__price-range .noUi-handle::before,
.tour-sidebar__price-range .noUi-handle::after {
	display: none;
}

.tour-sidebar__price-range .noUi-connect {
	background-color: var(--thm-primary);
}

.tour-sidebar__sorter-inputs p {
	margin: 0;
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	        align-items: center;
}

.tour-sidebar__sorter-inputs p+p {
	margin-top: 30px;
}

.tour-sidebar__sorter-inputs p label {
	margin: 0;
	font-weight: 400;
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	        align-items: center;
}

.tour-sidebar__sorter-inputs p label i {
	color: #eceeef;
	font-size: 16px;
	line-height: 1em;
	position: relative;
	top: -2px;
}

.tour-sidebar__sorter-inputs p label i+i {
	margin-left: 5px;
}

.tour-sidebar__sorter-inputs p label i.active {
	color: var(--thm-base);
}


.tour-sidebar__sorter-inputs [type="checkbox"]:checked,
.tour-sidebar__sorter-inputs [type="checkbox"]:not(:checked) {
	position: absolute;
	left: -9999px;
}

.tour-sidebar__sorter-inputs [type="checkbox"]:checked+label,
.tour-sidebar__sorter-inputs [type="checkbox"]:not(:checked)+label {
	position: relative;
	padding-left: 25px;
	cursor: pointer;
	color: #9ca3a9;
	font-size: 16px;
	font-weight: 500;
	display: block;
	line-height: 1em;
}

.tour-sidebar__sorter-inputs [type="checkbox"]:checked+label:before,
.tour-sidebar__sorter-inputs [type="checkbox"]:not(:checked)+label:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0px;
	width: 16px;
	height: 16px;
	border: 1px solid #9ca3a9;
}

.tour-sidebar__sorter-inputs [type="checkbox"]:checked+label:after,
.tour-sidebar__sorter-inputs [type="checkbox"]:not(:checked)+label:after {
	content: '\f14a';
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	position: absolute;
	top: 0px;
	left: 0px;
	font-size: 18px;
	color: var(--thm-base);
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

.tour-sidebar__sorter-inputs [type="checkbox"]:not(:checked)+label:after {
	opacity: 0;
	-webkit-transform: scale(0);
	        transform: scale(0);
}

.tour-sidebar__sorter-inputs [type="checkbox"]:checked+label:after {
	opacity: 1;
	-webkit-transform: scale(1);
	        transform: scale(1);
}

.tour-details-two .tour-sidebar {
	position: relative;
	z-index: 10;
	margin-top: -100px;
}

.tour-sidebar__featured,
.tour-sidebar__organizer {
	border: 1px solid #eceeef;
	padding: 50px;
	margin-top: 30px;
}

.tour-sidebar__featured {
	margin-top: 0;
}

.tour-sidebar__featured h3,
.tour-sidebar__organizer h3 {
	margin: 0;
	color: var(--thm-black);
	font-size: 20px;
	font-family: var(--thm-font);
	margin-bottom: 30px;
}

.tour-sidebar__organizer-content {
	position: relative;
	padding-left: 95px;
}

.tour-sidebar__organizer-content>img {
	border-radius: 50%;
	position: absolute;
	top: 0;
	left: 0;
}

.tour-sidebar__featured-single p i,
.tour-sidebar__organizer-content p i {
	font-size: 14px;
	color: var(--thm-base);
	margin-right: 10px;
}

.tour-sidebar__organizer-content p,
.tour-sidebar__featured-single p,
.tour-sidebar__organizer-content span,
.tour-sidebar__featured-single span {
	font-size: 16px;
	color: #9ca3a9;
	font-weight: 500;
	line-height: 1em;
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	        align-items: center;
	margin: 0;
}

.tour-sidebar__featured {
	margin-bottom: 30px;
}

.tour-sidebar__featured-single {
	position: relative;
	padding-left: 80px;
}

.tour-sidebar__featured-single>img {
	position: absolute;
	top: 5px;
	left: 0;
}

.tour-sidebar__featured-single h3,
.tour-sidebar__organizer-content h3 {
	margin: 0;
	color: var(--thm-black);
	font-size: 18px;
	font-family: var(--thm-font);
	margin-bottom: 10px;
	margin-top: 10px;
}

.tour-sidebar__featured-single+.tour-sidebar__featured-single {
	border-top: 1px solid #eceeef;
	padding-top: 30px;
	margin-top: 30px;
}

.tour-sidebar__featured-single+.tour-sidebar__featured-single>img {
	top: 35px;
}

.tour-sidebar__featured-single p,
.tour-sidebar__featured-single p i {
	font-size: 14px;
	color: #9ca3a9;
}

.tour-sidebar__featured-single span {
	color: var(--thm-secondary);
	font-size: 18px;
	font-weight: 500;
}

.tour-sidebar__featured-single h3 {
	margin: 0;
	margin-top: 5px;
	margin-bottom: 10px;
}

.tour-sidebar__featured-single h3 a {
	color: inherit;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.tour-sidebar__featured-single h3 a:hover {
	color: var(--thm-primary);
}


/*--------------------------------------------------------------
# Destinations
--------------------------------------------------------------*/

.destinations-one,
.destinations-two {
	padding-top: 120px;
	padding-bottom: 90px;
}

.destinations-one__single,
.destinations-two__single {
	border-radius: 50%;
	background-color: #082740;
	overflow: hidden;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
	position: relative;
	margin-bottom: 30px;
}

.destinations-one__single {
	border-radius: 0;
}

.destinations-one__single:hover,
.destinations-two__single:hover {
	background-color: var(--thm-base);
}

.destinations-one__single>img,
.destinations-two__single>img {
	opacity: 0.7;
	-webkit-transform: scale(1.0);
	        transform: scale(1.0);
	width: 100%;
	border-radius: 50%;
	-webkit-transition: all 500ms ease 300ms;
	transition: all 500ms ease 300ms;
}

.destinations-one__single>img {
	border-radius: 0;
}

.destinations-one__single:hover img,
.destinations-two__single:hover img {
	opacity: 0.1;
	-webkit-transform: scale(1.05);
	        transform: scale(1.05);
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease;
}

.destinations-one__single h3,
.destinations-two__single h3 {
	font-family: var(--thm-font);
	font-size: 50px;
	font-weight: bold;
	color: #fff;
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	        justify-content: center;
	text-align: center;
	margin: 0;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0
}

.destinations-one__single h3 a,
.destinations-two__single h3 a {
	color: inherit
}

.destinations-one__single h3 a:hover,
.destinations-two__single h3 a:hover {
	color: #fff;
}

/* Destinations Details */


.destinations-details__title {
	margin: 0;
	color: var(--thm-black);
	font-size: 60px;
	font-family: var(--thm-font);
	font-weight: 600;
	line-height: 1em;
	margin-top: -10px;
	margin-bottom: 40px;
}

.destinations-details__title+p {
	margin-top: -10px;
}

.destinations-details__subtitle {
	margin: 0;
	color: var(--thm-black);
	font-size: 40px;
	font-weight: 600;
	font-family: var(--thm-font);
	margin-top: -10px;
	margin-bottom: 50px;
}

.destinations-details__subtitle+p {
	margin-top: -10px;
}

.destinations-details__content p {
	margin: 0;
	color: #9ca3a9;
	font-size: 18px;
	font-weight: 500;
	line-height: 34px;
}

.destinations-details__content p+p {
	margin-top: 30px;
}

.destinations-details__content .row {
	margin-left: -5px;
	margin-right: -5px;
}

.destinations-details__content .row>[class*=col-] {
	padding-left: 5px;
	padding-right: 5px;
}

.destinations-details__gallery {
	margin-top: 60px;
	margin-bottom: 60px;
}

.destinations-details__content .accrodion-grp {
	margin-top: 50px;
}

/* destinations three */

.destinations-three {
	padding-top: 120px;
	padding-bottom: 90px;
}

.destinations-three__single {
	position: relative;
	overflow: hidden;
	margin-bottom: 30px;
	background-color: var(--thm-black);
}

.destinations-three__single>img {
	width: 100%;
}

.destinations-three__content {
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 10;
	padding-left: 40px;
	padding-bottom: 40px;
	-webkit-transform: translateY(0);
	        transform: translateY(0);
	opacity: 1;
	-webkit-transition: opacity 500ms ease, -webkit-transform 500ms ease;
	transition: opacity 500ms ease, -webkit-transform 500ms ease;
	transition: transform 500ms ease, opacity 500ms ease;
	transition: transform 500ms ease, opacity 500ms ease, -webkit-transform 500ms ease;
}

.destinations-three__single:hover .destinations-three__content {
	-webkit-transform: translateY(100%);
	        transform: translateY(100%);
	opacity: 0;
}

.destinations-three__hover-content h3,
.destinations-three__content h3 {
	font-family: var(--thm-font);
	color: #fff;
	font-size: 36px;
	text-transform: uppercase;
	margin: 0;
}

.destinations-three__hover-content h3 a,
.destinations-three__content h3 a {
	color: inherit;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.destinations-three__hover-content h3 a:hover,
.destinations-three__content h3 a:hover {
	color: var(--thm-primary);
}

.destinations-three__single::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(49%, rgba(0, 0, 0, 0)), color-stop(99%, rgba(0, 0, 0, 0.98)), to(rgba(0, 0, 0, 1)));
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 49%, rgba(0, 0, 0, 0.98) 99%, rgba(0, 0, 0, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#000000', GradientType=0);
}

.destinations-three__hover-content {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 11;
	padding-left: 40px;
	padding-bottom: 35px;
	-webkit-transform: translateY(-100%);
	        transform: translateY(-100%);
	opacity: 0;
	-webkit-transition: opacity 500ms ease, -webkit-transform 500ms ease;
	transition: opacity 500ms ease, -webkit-transform 500ms ease;
	transition: transform 500ms ease, opacity 500ms ease;
	transition: transform 500ms ease, opacity 500ms ease, -webkit-transform 500ms ease;
}

.destinations-three__single:hover .destinations-three__hover-content {
	opacity: 1;
	-webkit-transform: translateY(0%);
	        transform: translateY(0%);
}

.destinations-three__hover-content p {
	margin: 0;
	font-size: 18px;
	font-weight: 500;
	color: var(--thm-base);
	line-height: 1em;
}

.destinations-three__link {
	width: 50px;
	display: block;
	height: 50px;
	text-align: center;
	border-radius: 50%;
	background-color: var(--thm-base);
	position: absolute;
	right: 30px;
	bottom: 40px;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.destinations-three__link i {
	line-height: 50px;
	color: var(--thm-black);
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
	font-size: 18px;
}

.destinations-three__link:hover {
	background-color: var(--thm-primary);

}

.destinations-three__link:hover i {
	color: #ffffff;
}


/*--------------------------------------------------------------
# Features
--------------------------------------------------------------*/


.features-one__title {
	background-color: #082740;
	padding-bottom: 180px;
	padding-top: 120px;
}

.features-one__title .block-title {
	margin-bottom: 0;
}

.features-one__title .block-title h3 {
	color: #ffffff;
}

.features-one__single {
	box-shadow: 0px 20px 20px 0px rgba(0, 0, 0, 0.03);
	background-color: #fff;
	text-align: center;
	padding-top: 65.5px;
	padding-bottom: 65.5px;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
	position: relative;
	z-index: 10;
	margin-top: -120px;
}

.features-one__single:hover {
	background-color: var(--thm-primary);
}

.features-one__single i {
	font-size: 50px;
	color: var(--thm-primary);
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.features-one__single:hover i {
	color: #ffffff;
}

.features-one__single h3 {
	color: var(--thm-black);
	font-size: 24px;
	margin: 0;
	font-family: var(--thm-font);
	line-height: 30px;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
	margin-top: 15px;
}

.features-one__single h3 a {
	color: inherit;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.features-one__single h3 a:hover {
	color: #ffffff;
}

.features-one__single:hover h3,
.features-one__single:hover h3 a {
	color: #ffffff;
}

.features-two {
	padding-top: 120px;
	padding-bottom: 120px;
	position: relative;
}

.features-two__bg {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-position: center 130%;
	background-repeat: no-repeat;
	opacity: 0.05;
}

.features-two .container {
	position: relative;
}

.features-two__single {
	margin-bottom: 30px;
	text-align: center;
}

.features-two__single h3 {
	margin: 0;
	color: var(--thm-black);
	font-family: var(--thm-font);
	font-size: 24px;
	font-weight: 600;
	margin-bottom: 25px;
	margin-top: 40px;
}

.features-two__single p {
	margin: 0;
	color: #9ca3a9;
	font-size: 18px;
	line-height: 34px;
	font-weight: 500;
}

.features-two__single i {
	width: 129px;
	display: -webkit-box;
	display: flex;
	height: 129px;
	-webkit-box-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	        justify-content: center;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	border-radius: 50%;
	font-size: 52px;
	color: #ffffff;
	background-color: var(--thm-secondary);
	box-shadow: 0px 10px 30px 0px rgba(255, 1, 67, 0.2);
}

.features-two [class*=col-]:nth-child(1) .features-two__single i {
	background-color: #6ebd32;
	box-shadow: 0px 10px 30px 0px rgba(110, 189, 50, .2);
}

.features-two [class*=col-]:nth-child(2) .features-two__single i {
	background-color: var(--thm-secondary);
	box-shadow: 0px 10px 30px 0px rgba(var(--thm-secondary-rgb), .2);
}

.features-two [class*=col-]:nth-child(3) .features-two__single i {
	background-color: var(--thm-primary);
	box-shadow: 0px 10px 30px 0px rgba(var(--thm-primary-rgb), .2);
}

.features-two__btn {
	margin-top: 30px;
}

/*--------------------------------------------------------------
# Funfact
--------------------------------------------------------------*/

.funfact-one {
	padding-top: 100px;
	padding-bottom: 80px;
	background-color: var(--thm-primary);
}

.funfact-one__single {
	margin-bottom: 30px;
}

.funfact-one__single h3 {
	margin: 0;
	color: #ffffff;
	font-size: 90px;
	font-weight: 400;
	font-family: var(--thm-font);
	line-height: 1em;
}

.funfact-one__single p {
	margin: 0;
	color: #ffffff;
	font-weight: 400;
	font-size: 20px;
	margin-top: 10px;
}

/*--------------------------------------------------------------
# Tour Search
--------------------------------------------------------------*/

.tour-search-one {
	background-color: #fff;
	box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.05);
}

.tour-search-one__inner {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	        align-items: center;
	flex-wrap: wrap;
}

.tour-search-one__inputs {
	-webkit-box-flex: 1;
	        flex: 1 1 calc(100% - 224px);
	max-width: calc(100% - 224px);
	flex-wrap: wrap;
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	        align-items: center;
}

.tour-search-one__btn-wrap {
	-webkit-box-flex: 1;
	        flex: 1 1 224px;
	max-width: 224px;
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: end;
	        justify-content: flex-end;
}

.tour-search-one__btn {
	padding: 43px 77.25px;
	font-size: 20px;
	font-weight: 600;
}

.tour-search-one__input-box {
	-webkit-box-flex: 1;
	        flex: 1 1 33.333%;
	max-width: 33.333%;
	padding: 0px 40px;
	padding-top: 39.5px;
	padding-bottom: 24.5px;
}

.tour-search-one__input-box+.tour-search-one__input-box {
	border-left: 1px solid #eceeef;
}

.tour-search-one__input-box label {
	display: block;
	margin: 0;
	text-transform: uppercase;
	color: var(--thm-black);
	font-weight: 600;
	font-size: 14px;
	letter-spacing: .2em;
	line-height: 1em;
	box-shadow: none;
}

.tour-search-one__input-box input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]):not([type="reset"]),
.tour-search-one__input-box textarea {
	border: none;
	outline: none;
	font-size: 20px;
	color: #9ca3a9;
	display: block;
	line-height: 35px;
}

.tour-search-one__input-box ::-webkit-input-placeholder {
	color: #9ca3a9;
	opacity: 1;
}

.tour-search-one__input-box ::-moz-placeholder {
	color: #9ca3a9;
	opacity: 1;
}

.tour-search-one__input-box :-ms-input-placeholder {
	color: #9ca3a9;
	opacity: 1;
}

.tour-search-one__input-box ::-ms-input-placeholder {
	color: #9ca3a9;
	opacity: 1;
}

.tour-search-one__input-box ::placeholder {
	color: #9ca3a9;
	opacity: 1;
}

.tour-search-one__input-box :-ms-input-placeholder {
	color: #9ca3a9;
}

.tour-search-one__input-box ::-ms-input-placeholder {
	color: #9ca3a9;
}

.tour-search-one__input-box .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
	width: 100%;
}

.tour-search-one__input-box .bootstrap-select>.dropdown-toggle {
	background-color: transparent;
	border: none;
	font-size: 20px;
	font-weight: 400;
	border-radius: 0;
	color: #9ca3a9;
	padding: 0;
	line-height: 35px;
}

.tour-search-one__home-two {
	position: relative;
	z-index: 10;
	margin-top: -60px;
}

.tour-search-one__home-three .block-title p {
	font-size: 24px;
	text-transform: capitalize;
	color: var(--thm-primary);
	font-weight: 400;
	letter-spacing: 0em;
}

.tour-search-one__home-three .block-title h3 {
	font-size: 50px;
}

.tour-search-one__home-three .tour-search-one {
	box-shadow: none;
}

.tour-search-one__home-three .tour-search-one__inputs {
	border: 1px solid #eceeef;
	border-right: 0;
}
.tour-search-one__home-four {
	padding-top: 250px;
	padding-bottom: 120px;
	
	background-repeat: no-repeat;
	background-position: top left;
	position: relative;
}

.tour-search-one__home-four__sun {
	position: absolute;
	top: 10%;
	left: 10%;
	-webkit-animation: sunMove 10s linear infinite;
	        animation: sunMove 10s linear infinite;
}
.tour-search-one__home-four__bird-1 {
	position: absolute;
	top: 23%;
	left: 46%;
	-webkit-animation: bridMove 5s ease-in infinite;
	        animation: bridMove 5s ease-in infinite;
}
.tour-search-one__home-four__bird-2 {
	position: absolute;
	top: 36%;
	left: 8%;
	-webkit-animation: bridMove 5s ease-in infinite;
	        animation: bridMove 5s ease-in infinite;
}
.tour-search-one__home-four__moc {
	position: absolute;
	top: 0;
	right: -10px;
	-webkit-animation: planeMove2 5s ease-in infinite;
	        animation: planeMove2 5s ease-in infinite;
}
@-webkit-keyframes planeMove2 {
	0% {
		-webkit-transform: translateX(0px);
		        transform: translateX(0px);
	}

	25% {
		-webkit-transform: translateX(5px);
		        transform: translateX(5px);
	}

	50% {
		-webkit-transform: translateX(10px);
		        transform: translateX(10px);
	}

	75% {
		-webkit-transform: translateX(5px);
		        transform: translateX(5px);
	}

	100% {
		-webkit-transform: translateX(0px);
		        transform: translateX(0px);
	}
}
@keyframes planeMove2 {
	0% {
		-webkit-transform: translateX(0px);
		        transform: translateX(0px);
	}

	25% {
		-webkit-transform: translateX(5px);
		        transform: translateX(5px);
	}

	50% {
		-webkit-transform: translateX(10px);
		        transform: translateX(10px);
	}

	75% {
		-webkit-transform: translateX(5px);
		        transform: translateX(5px);
	}

	100% {
		-webkit-transform: translateX(0px);
		        transform: translateX(0px);
	}
}
@-webkit-keyframes bridMove {
	0% {
		-webkit-transform: rotate(0deg);
		        transform: rotate(0deg);
	}

	25% {
		-webkit-transform: rotate(10deg);
		        transform: rotate(10deg);
	}

	50% {
		-webkit-transform: rotate(20deg);
		        transform: rotate(20deg);
	}

	75% {
		-webkit-transform: rotate(10deg);
		        transform: rotate(10deg);
	}

	100% {
		-webkit-transform: rotate(0deg);
		        transform: rotate(0deg);
	}
}
@keyframes bridMove {
	0% {
		-webkit-transform: rotate(0deg);
		        transform: rotate(0deg);
	}

	25% {
		-webkit-transform: rotate(10deg);
		        transform: rotate(10deg);
	}

	50% {
		-webkit-transform: rotate(20deg);
		        transform: rotate(20deg);
	}

	75% {
		-webkit-transform: rotate(10deg);
		        transform: rotate(10deg);
	}

	100% {
		-webkit-transform: rotate(0deg);
		        transform: rotate(0deg);
	}
}
.tour-search-one__home-four .container {
	position: relative;
}

.tour-search-one__home-four__floated-text {
	position: absolute;
	right: 53%;
	top: 89%;
	-webkit-transform: translateY(0%) rotate(-90deg);
	        transform: translateY(0%) rotate(-90deg);
	-webkit-transform-origin: left center;
	        transform-origin: left center;
	text-transform: uppercase;
	font-size: 200px;
	font-weight: 200;
	line-height: 200px;
	letter-spacing: .16em;
	opacity: 0.04;
}

.tour-search-one__home-four .block-title p {
	color: var(--thm-primary);
	text-transform: uppercase;
	font-size: 20px;
	font-weight: 600;
}
.tour-search-one__home-four .block-title h3 {
	font-size: 80px;
	font-weight: 800;
	line-height: 70px;
	color: var(--thm-secondary);
}
.tour-search-one__home-four .tour-search-one {
	box-shadow: none;
}
.tour-search-one__home-four .tour-search-one__inputs {
	-webkit-box-flex: 1;
	        flex: 1 1 100%;
	max-width: 100%;
	margin-left: -5px;
	margin-right: -5px;
}

.tour-search-one__home-four .tour-search-one__col {
	-webkit-box-flex: 1;
	        flex: 1 1 50%;
	padding-left: 5px;
	padding-right: 5px;
	margin-bottom: 10px;
}
.tour-search-one__home-four .tour-search-one__col:nth-child(1) {
	-webkit-box-flex: 1;
	        flex: 1 1 100%;
}

.tour-search-one__home-four .tour-search-one__input-box {
	-webkit-box-flex: 1;
	        flex: 1 1 100%;
	max-width: 100%;
	border: 2px solid #eceeef;
}

.tour-search-one__home-5 {
	padding-top: 290px;
	padding-bottom: 200px;
	position: relative;
	z-index: 11;
}
.tour-search-one__home-5 .block-title {
	margin-bottom: 30px;
}
.tour-search-one__home-5 .block-title p {
	color: #fff;
	font-weight: 500;
}
.tour-search-one__home-5 .block-title h3 {
	margin: 0;
	font-size: 170px;
	color: #fff;
	letter-spacing: .04em;
	font-weight: 900;
	line-height: 1em;
	text-transform: uppercase;
	margin-top: -7px;
}
.tour-search-one__home-5 .block-title > span {
	font-size: 70px;
	font-family: var(--heading-font);
	color: var(--thm-secondary);
	margin: 0;
	display: block;
	line-height: 1em;
	margin-top: -10px;
}
.tour-search-one__home-5 .tour-search-one__col:nth-child(1) {
	-webkit-box-flex: 1;
	        flex: 1 1 50%;
}
@media(min-width: 1200px) {
	.tour-search-one__home-5 .container {
		max-width: 860px;
	}
}

.tour-search-one__home-5 .tour-search-one__btn {
	width: 100%;
	padding-left: 30px;
	padding-right: 30px;
}

.tour-search-one__home-5 .tour-search-one {
	background-color: transparent;
}
.tour-search-one__home-5 .tour-search-one__input-box {
	border: 2px solid rgba(236, 238, 239, .2);
}
.tour-search-one__home-5 .tour-search-one__input-box label {
	color: #fff;
}
.tour-search-one__home-5 .tour-search-one__input-box .bootstrap-select > .dropdown-toggle {
	color: #fff;
}
.tour-search-one__home-5 .tour-search-one__input-box input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]):not([type="reset"]), .tour-search-one__home-5 .tour-search-one__input-box textarea {
	background-color: transparent;
	color: #ffffff;
}



.tour-search-one__home-5 .tour-search-one__input-box ::-webkit-input-placeholder {
	color: #ffffff;
	opacity: 1;
}



.tour-search-one__home-5 .tour-search-one__input-box ::-moz-placeholder {
	color: #ffffff;
	opacity: 1;
}



.tour-search-one__home-5 .tour-search-one__input-box :-ms-input-placeholder {
	color: #ffffff;
	opacity: 1;
}



.tour-search-one__home-5 .tour-search-one__input-box ::-ms-input-placeholder {
	color: #ffffff;
	opacity: 1;
}



.tour-search-one__home-5 .tour-search-one__input-box ::placeholder {
	color: #ffffff;
	opacity: 1;
}

.tour-search-one__home-5 .tour-search-one__input-box :-ms-input-placeholder {
	color: #ffffff;
}

.tour-search-one__home-5 .tour-search-one__input-box ::-ms-input-placeholder {
	color: #ffffff;
}
.tour-search__home-6 {
	padding-left: 100px;
}
.tour-search__home-6 .tour-search-one__home-four {
	padding-left: 135px;
	padding-right: 135px;
	padding-top: 258px;
	padding-bottom: 258px;
	position: relative;
}
.tour-search__home-6 .tour-search-one {
	position: relative;
	background-color: transparent;
}

.tour-search-one__6__bg {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-position: center 110%;
	background-repeat: no-repeat;
	opacity: 0.05;
	background-size: 120% auto;
}
.tour-search__home-6 .row,
.tour-search__home-6 .block-title {
	position: relative;
}
.tour-search__home-6 .block-title p {
	font-size: 30px;
	letter-spacing: 0;
}
.tour-search__home-6 .block-title h3 {
	font-size: 70px;
	line-height: 70px;
	text-transform: uppercase;
	font-weight: 800;
}

.tour-search-one__home-seven {
	background-color: #004c85;
	padding-top: 0;
	padding-top: 110px;
	padding-bottom: 105px;
}

.tour-search-one__home-seven .block-title p {
	text-transform: capitalize;
	letter-spacing: 0;
}

.tour-search-one__home-seven .block-title h3 {
	color: #fff;
	font-size: 70px;
	font-weight: 600;
}

.tour-search-one__home-seven .tour-search-one {
	background-color: transparent;
}
.tour-search-one__home-seven .tour-search-one__input-box {
	border-color: rgba(255, 255, 255, .15);
}
tour-search-one__home-seven .tour-search-one__input-box .bootstrap-select > .dropdown-toggle,
.tour-search-one__home-seven .tour-search-one__input-box input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]):not([type="reset"]), .tour-search-one__home-seven .tour-search-one__input-box textarea {
	background-color: transparent;
	color: #a4cae5;
	opacity: 1;
}

.tour-search-one__home-seven .tour-search-one__input-box .tour-search-one__input-box ::-webkit-input-placeholder {
	color: #a4cae5;
	opacity: 1;
}

.tour-search-one__home-seven .tour-search-one__input-box .tour-search-one__input-box ::-moz-placeholder {
	color: #a4cae5;
	opacity: 1;
}

.tour-search-one__home-seven .tour-search-one__input-box .tour-search-one__input-box :-ms-input-placeholder {
	color: #a4cae5;
	opacity: 1;
}

.tour-search-one__home-seven .tour-search-one__input-box .tour-search-one__input-box ::-ms-input-placeholder {
	color: #a4cae5;
	opacity: 1;
}

.tour-search-one__home-seven .tour-search-one__input-box .tour-search-one__input-box ::placeholder {
	color: #a4cae5;
	opacity: 1;
}

.tour-search-one__home-seven .tour-search-one__input-box :-ms-input-placeholder {
	color: #a4cae5;
}

.tour-search-one__home-seven .tour-search-one__input-box ::-ms-input-placeholder {
	color: #a4cae5;
}


.tour-search-one__home-seven .tour-search-one__input-box label {
	color: #ffffff;
}

.tour-search-one__home-seven .features-two__single {
	position: relative;
	padding-left: 170px;
	text-align: left;
	margin-bottom: 0;
}
.tour-search-one__home-seven .features-two__single i {
	position: absolute;
	top: 10px;
	left: 0;
}

.tour-search-one__home-seven-content {
	padding-left: 100px;
}
.tour-search-one__home-seven-content [class*=col-] +[class*=col-] {
	border-top: 1px solid rgba(255, 255, 255, .07);
	padding-top: 40px;
	margin-top: 40px;
}

.tour-search-one__home-seven-content .features-two__single h3 {
	color: #ffffff;
	margin-top: 0;
}

.tour-search-one__home-seven-content .features-two__single p {
	color: #a4cae5;
}

.tour-search-one__home-8 {
	width: 100%;
	max-width: 1250px;
	background-color: #fff;	
	padding: 40px;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translateY(-50%) translateX(-50%);
	        transform: translateY(-50%) translateX(-50%);
	box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.2);
}

.circular-div {
	width: 3.5rem; /* Adjust the size of the circular div */
	height: 3.5rem;
	max-width: 3.5rem; /* Ensure it doesn't exceed this size */
	border-radius: 50%; /* Make it circular */
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff; /* Set the text/icon color */
  }
  
  .icon {
	font-size: 32px; /* Adjust the icon size */
  }

  .icon-activityGeneral-color {
	background-color: #F2DBC5;
	border : 2px solid #EABC98;
  }

 

  .red-background{
	background-color: #DFD8E7;
	border : 2px solid #AA96C2;
  }

  .icon-color-red {
	color: #6F5B89;

  }


  .location-color {
	color: #238A7C;

  }

  .location-background{
	background-color: #CAECD6;
	background: #CAECD6;
  }

  .icon-transport-color {
	color: #4E6A7C;
	font-size: 2rem;
  }

  .transport-background{
	background-color: #CCDEEA;
	border : 2px solid #85ADCE;
  }

  .icon-activityTransport-color {
	color: #4E6A7C;

  }

  .activity-transport-background{
	background-color: #CCDEEA;
	border : 2px solid #85ADCE;
  }

  .destination-color {
	color: #58633E;
	font-size: 2rem;
  }

  .icon-two{
	padding: 4px;
	width: 2.5rem; /* Adjust the icon size */
	height: 2.5rem; /* Adjust the icon size */
  }

  .icon-three{
	width: 2.5rem; /* Adjust the icon size */
	height: 2.5rem; /* Adjust the icon size */
	margin-top: 0.7rem;
}

  .destination-background{
	background-color: #D9E0CB;
	border : 2px solid #ABC180;
  }

  .icon-activityAir-color {
	background-color: #F2DBC5;
	border : 2px solid #EABC98;
	
  }

  

  .icon-activityWater-color {
	background-color: #F2DBC5;
	border : 2px solid #EABC98;  }

  

  .icon-activityLand-color {
	background-color: #F2DBC5;
	border : 2px solid #EABC98;
  }

 

  .flying-color {
	color: #14314A;

  }

  .flying-background{
	background-color: #D9E6FA;
	background: #D9E6FA;


	;
  }

  .heading-title-first{
	background-color:transparent;
	text-align: left;
	font-size: 56px;
	line-height: 60px;
    font-family: 'Fredoka Condensed Bold', sans-serif; /* Use the custom font family */
	font-weight: 400;
	color: #14314A;
}

  .heading-title{
	background-color:transparent;
	text-align: left;
	font-size: 32px;
	line-height: 38px;
    font-family: 'Fredoka Condensed Bold', sans-serif; /* Use the custom font family */
	font-weight: 400;
	color: #14314A;
	margin-bottom: 1rem;
	margin-top: 1rem;

}

.para-description{
	background-color:transparent;
	text-align: left;
	font-size: 18px;
	line-height: 28px;
    font-family: 'Roboto', sans-serif; /* Use the custom font family */
	font-weight: 400;
	color: #68677F;
	margin-top: 1rem;
}

.paragraph-description{
	background-color:transparent;
	text-align: left;
	font-size: 18px;
	line-height: 28px;
    font-family: 'Roboto', sans-serif; /* Use the custom font family */
	font-weight: 400;
	color: #68677F;
	margin-top: 1rem;
	margin-bottom: 1rem;

}



#imageSlider {
    max-width: 100%; /* Adjust this value as needed */
    max-height: 60vh; /* Set a constant height for the slider */
    overflow: hidden; /* Hide content that overflows the container */
    margin: 0 auto; /* Center the slider */
}

.slider-image {
    object-fit: cover;
    width: 100%;
	max-height: 60vh; /* Set a constant height for the slider */
	object-position: center;
}

.image-center{
    object-fit: center !important;
	object-position: center !important;
}

.image-contain{
    object-fit: contain !important;
	object-position: center !important;

}

.image-fill{
    object-fit: fill !important;
	object-position: center !important;

}

.image-cover{
    object-fit: cover !important;
	object-position: center !important;
}

.landscape-mode{
    max-width: 100%;
	width: 100%;
	height: 450px;
}

.slider-landscape-mode{
    max-width: 100%;
	width: 100%;
	height: 450px;
}

.image-landscape-mode{
    max-width: 100%;
	width: 100%;
	height: 400px;
}

.gallery-landscape-mode{
    max-width: 100%;
	width: 100%;
	height: 300px;
	max-height: 500px;
}

.portrait-mode{
	width: 100%;
	height: 550px;
	max-height: 600px;
}

.slider-portrait-mode{
	width: 100%;
	height: 480px;
	max-height: 600px;
}

.image-portrait-mode{
    max-width: 100%;
	width: 100%;
	height: 480px;
	max-height: 600px;
}

.gallery-portrait-mode{
    max-width: 100%;
	width: 100%;
	height: 480px;
	max-height: 700px;
}

.auto-mode{
	width: auto;
	height:auto;
}

.image-auto-mode{
	width: auto;
	height:auto;
}

.carousel-indicators {
    position: absolute;
    bottom: 10px; /* Adjust the distance from the bottom as needed */
    left: 40%;
    transform: translateX(-50%);
}

.carousel-indicators li {
    background-color: #fff; /* Background color of the indicators */
    border: 1px solid #ddd; /* Border color of the indicators */
    width: 10px; /* Width of each indicator */
    height: 10px; /* Height of each indicator */
    margin: 0 5px; /* Adjust the space between indicators */
    cursor: pointer;
    border-radius: 50%; /* Make the indicators circular */
}

.carousel-indicators .active {
    background-color: #CD8741; /* Active indicator color */
}

.card-title{
	background-color:transparent;
	text-align: center;
	font-size:16px;
	line-height: 28px;
    font-family: 'Fredoka Condensed Bold', sans-serif; /* Use the custom font family */
	font-weight: 400;
	color: #14314A;
}

.separator-card{
	margin-top:4px;
	margin-left:20px;
	margin-right:20px;
	padding-bottom:4px;
	border-bottom: 0.5px solid #D9D9DF;
}

.separator-card-two{
	margin-top:4px;
	padding-bottom:4px;
	border-bottom: 2px solid #14314A;
}

.grey-row{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}

.greyarea-data{
	margin-left: 0.5rem;
	margin-right: 0.5rem;
}

.input-text{
	background-color:transparent;
	text-align: right;
	font-size:10px;
	line-height: 20px;
    font-family: 'Fredoka Condensed Bold', sans-serif; /* Use the custom font family */
	font-weight: 400;
	color: #A3A2B0;
}



.trip-select{
    text-align: right;
	background-color:transparent;
	border : 2px dashed #A3A2B0;
	border-radius: 8px;
	height: 25px;
	width:100%;
	font-size:10px;
	font-weight: 400;
	font-family: 'Fredoka Regular';
	line-height: 20px;
	overflow:hidden;
	color: #A3A2B0;
   
}

.trip-select-2{
    text-align: right;
	background-color:transparent;
	border : none;
	border-radius: 8px;
	height: 25px;
	width:100%;
	font-size:10px;
	font-weight: 400;
	font-family: 'Fredoka Regular';
	line-height: 20px;
	overflow:hidden;
	color: #A3A2B0;
   
}

.trip-select-2:focus{    
	border : none;
	outline:none;
}

.trip-input-select{
	text-align: left;
	background-color:transparent;
	border:none;
	margin-left: 7px;
	padding: 0px;
	height: 30px;
	width:auto;
	font-size:16px;
	font-weight: 400;
	line-height: 24px;
	font-family: 'Roboto', sans-serif;
	overflow:hidden;
	color: #A3A2B0;
}

.trip-input-select:focus {
	border:none;
	outline: none;
}

.trip-input-select::selection {
	border:none;
	outline: none;
}

.icon-background{
	height:2.5rem;
	width : 2.5rem;
	border-radius:62px;
	background-color:#CD8741;
	overflow: visible;
	top:-1rem;
	padding: 0.1rem;
	margin-left: 0.3rem;
}

/* Hide the calendar icon in date input */
.custom-date-input::-webkit-calendar-picker-indicator {
    display: none;
}

.custom-date-input::-webkit-inner-spin-button,
.custom-date-input::-webkit-clear-button {
    -webkit-appearance: none;
    margin: 0;
}

.grey-icon{
	color: #4B4967;
}

.grey-heading{
	color: #4B4967;
	font-family:'Roboto', sans-serif;
	font-size: 16px;
	font-weight: 700;
	line-height: 24px;
}

.side-icon {
	margin-bottom: 0px;
	margin-left: 0px;
}

.side-text {
    font-family: 'Fredoka Regular';
	font-size: 14px;
	font-weight: 400;
	line-height: 20px;
	margin-top: 4px;
	text-align: center;
}

.cross-icon{
	color: red;
}

.widget-heading {
	font-size: 24px;
	font-weight: 400;
	font-family: 'Fredoka Regular';
	border-bottom: 2px solid #ccc;
	width: auto;
	margin:10px;
}

.tab-heading {
	font-family: 'Fredoka Regular';
	font-size: 16px;
	font-weight: 400;
}

.divider{
	font-size: 40px;
	font-family: 'Fredoka Regular';
	margin-top:20px;
	padding-bottom:10px;
	border-bottom: 5px solid #D9D9DF;
	border-radius: 3px;
	text-align: right;
}

.map-container{
	height: 400px;
	margin-top: 1rem;
	margin-bottom: 1rem;
}

.login-card{
	background-color: #ffffff;
	border-radius: 0 0 0.25rem 0.25rem;
}

.login-title{
	font-family: 'Fredoka Regular';
	font-size: 40px;
	line-height: 48px;
	letter-spacing: -0.5px;
	color:#14314A;
}

.back-area{
	background-color: #D9D9DF;
	height:48px;
	margin-left: 2.5%;
    max-width: 47.5%;
	position: relative;
	border-radius: 6px 0 0 0;
	padding-top: 6px;
	align-items: center;
	justify-content: center;
}

.register-area{
	background-color: #CD8741;
	border-radius: 0 6px 0 0;
	height:48px;
	margin-right:2.5;
    max-width: 47.5%;
	position: relative;
	padding-top: 6px;
	align-items: center;
	justify-content: center;
}

.back-link{
	font-family: 'Fredoka Regular';
	font-size: 16px;
	margin-left:10px;
	color:#14314A !important;
}

.register-link{
	font-family: 'Fredoka Regular';
	font-size: 16px;
	margin-left:10px;
	color:#F7F7F7 !important;
}

.login-button{
	background-color: #193073;
	color:#ffffff;
	border-radius: 48px;
	font-size: 24px;
	font-family: 'Fredoka Regular';
}

.login-button:hover{
	background-color: #193073;
	color:#ffffff;
	border-radius: 48px;
	font-size: 24px;
	font-family: 'Fredoka Regular';
}



header {
    background-color: #333;
    padding: 10px 20px;
}

nav ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

nav ul li {
    display: inline-block;
    margin-right: 20px;
}

nav ul li a {
	text-align: right;
    color: #14314A;
    text-decoration: none;
    padding: 5px;
}

.dropdown:hover .dropdown-menu {
    display: block;
}

.dropdown-menu {
	text-align: right;
    display: none;
    position: absolute;
    background-color: #FFFFFF;
    padding: 5px;
}

.dropdown-menu li {
	text-align: right;
    margin-bottom: 0px;
	padding: 0px 10px 0px 10px;
}

.dropdown-menu li a {
	text-align: right;
    color: #14314A;
    text-decoration: none;
}

.box-card{
	position: relative;
	padding: 10px;
	top:-30px;
	display:flex;
	flex-direction: column;
	align-items: center;
	width: 180px;
	height: 169px;
	max-height: 169px;
	background-color: #004c85;
}

.custom-btn-two {
	display: inline-block;
	font-size: 14px;
	font-family: var(--thm-primary-rgb);
	font-weight: 700;
	line-height: 20px;
	padding: 5px 20px 5px 20px;
	cursor: pointer;
	background-color: #CD8741;
	color: white;
	border: none;
	border-radius: 10px;
	align-items:center;
	justify-content: center;
  }

  .custom-btn-two:hover {
	cursor: pointer;
	background-color: #CD8741;
	color: white;
  }

  .box-heading{
	margin:5px;
	color: #fff;
	font-family: "fredoka regular";
	font-size: 24px;
	font-weight: 400;
  }

  .box-number{
	margin:5px;
	color: #fff;
	font-family: "fredoka regular";
	font-size: 56px;
	font-weight: 400;
	line-height: 60px;
  }

  .box-one-color{
	background-color: #14314A;
  }

  .box-two-color {
    background-color: #0A1825; /* rgba allows you to specify the color with an alpha channel (opacity) */
}

.content-container{
	display:flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.content-heading{
	color: #14314A;
	font-family: "fredoka regular";
	font-size: 24px;
	font-weight: 400;
	align-items:left;
  }

  .trip-list{
	display: flex;
	flex-direction: row;
	border-bottom:0.1px solid rgba(20, 49, 74, 1);
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	letter-spacing: 0.1px;
	color:rgba(20, 49, 74, 1);
	margin:0px;
	padding: 0px;
	align-items: stretch;
	justify-content: stretch;
	align-content: stretch;
	width: 100%;
  }

  .trip-list:hover{
	background-color: rgba(247, 247, 247, 1);
	border-bottom : 1px solid rgba(20, 49, 74, 1);
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	letter-spacing: 0.1px;
	color:rgba(20, 49, 74, 1);
  }

  .edit-btn{
	background-color: rgba(71, 164, 100, 1);
	color: #fff;
	font-size: 10px;
	font-family: "Fredoka Regular";
	border-radius: 26px 0px 0px 26px;
	margin-bottom: 0px;
	display: inline-grid;
	flex-wrap: nowrap;
	padding: 5px;
  }

  .del-btn{
	background-color: rgba(198, 38, 24, 1);
	color: #fff;
	font-size: 10px;
	font-family: "Fredoka Regular";
	border-radius: 0px 26px 26px 0px;
	margin-bottom: 0px;
	display: inline-grid;
	flex-wrap: nowrap;
	padding: 5px;
  }

  .follow-btn{
	background-color:#90B92C;
	border-radius: 6px;
	color: #fff;
	padding: 6px;
	font-size: 14px;
  }

  .follow-btn:hover{
	background-color:#90B92C;
	border-radius: 6px;
	color: #fff;
	padding: 6px;
	font-size: 14px;
  }

  .profile-body{
	margin-top: 10%;
  }

  .profile-card{
	background-color: #ffffff;
	width: 100%;
	height: auto;
	border : 1px solid #D9D9DF;
	border-radius: 6px;
	padding: 30px;
  }

  .heading-three{
	font-family: 'Fredoka Regular';
	color : #14314A;
	font-size: 32px;
	font-weight: 400;
	line-height: 38px;
	letter-spacing: -0.4px;
  }

  .heading-six{
	font-family: 'Fredoka Regular';
	color : #14314A;
	font-size: 1.2rem;
	font-weight: 400;
	line-height: 38px;
	letter-spacing: -0.4px;
  }

  .profile-label{
	font-family: 'Roboto';
	color : #14314A;
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	letter-spacing: 0.1px;
	display: block;
	margin-top:20px;
	margin-left: 0.5rem;
  }

  .profile-input{
	width: 100%;
	max-width: 100%;
	border-radius: 6px;
	border : 1px solid #BEBEC9;
	background-color: #F7F7F7;
	padding: 10px;
	font-family: 'Roboto';
	font-size: 16px;
	line-height: 24px;
	letter-spacing: 0.1px;
	font-weight: 400;
  }

  .profile-button{
	background-color: #CD8741;
	color:#F7F7F7;
	border-radius: 24px;
	font-size: 16px;
	font-family: 'Fredoka Regular';
  }

  .heading-four{
	font-family: 'Roboto';
	color : #14314A;
	font-size: 20px;
	font-weight: 400;
	line-height: 32px;
	letter-spacing: 0.1px;
	text-align: right;
  }

  .para-four{
	font-family: 'Roboto';
	color : #14314A;
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	letter-spacing: 0.1px;
	text-align: right;
	display: block;
  }

  .para-four-active{
	font-family: 'Roboto';
	color : #14314A;
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	letter-spacing: 0.1px;
	text-align: right;
	text-decoration: underline;
	display: block;
  }

  .para-five{
	font-family: 'Roboto';
	color : #14314A;
	font-size: 14px;
	font-weight: 400;
	line-height: 20px;
  }

  .para-six{
	font-family: 'Roboto';
	color : #14314A;
	font-size: 14px;
	font-weight: 400;
	line-height: 20px;
	display: inline;
  }

  .profile-separator{
	border-bottom: 1px solid black;
	margin-top: 4px;
  }

  .profile-radio{
	font-family: 'Fredoka Regular';
	font-size: 10px;
	line-height: 10px;
	color: #14314A;
	margin: 0px;
	border: 0px;
  }

  .profile-radio:checked + label{
	font-family: 'Fredoka Regular';
	font-size: 10px;
	line-height: 10px;
	color: #fff;
	background-color: #47A464;
	border-radius: 100px;
  }

  .profile-groupradio{
	float: right;
	border : 2px solid black;
	border-radius: 100px;
	padding: 0px 5px 0px 5px;
	margin : 0px 5px 4px 5px;
  }

  .custom-btn {
	display: inline-block;
	padding: 5px 10px;
	cursor: pointer;
	background-color: #CD8741;
	color: white;
	border: none;
	border-radius: 66px;
	align-items:center;
	justify-content: center;
  }

  .custom-btn:hover {
	cursor: pointer;
	background-color: #CD8741;
	color: white;
  }

  .trips-card{
	padding: 20px;
  }

.profile-input-heading{
	border : none;
	background-color:transparent;
	text-align: left;
	font-size: 56px;
	line-height: 60px;
    font-family: 'Fredoka Regular', sans-serif; /* Use the custom font family */
	font-weight: 400;
	color: #14314A;
}



.profile-input-heading::placeholder{
	color: #14314A;
}

.profile-input-heading:focus {
    outline: none;
    border : none;
	text-align: left;
	font-size: 56px;
	line-height: 60px;
    font-family: 'Fredoka Condensed Bold', sans-serif; /* Use the custom font family */
	font-weight: 400;
	color: #14314A;
}

.profile-input-slogan{
	border : none;
	background-color:transparent;
	font-family: 'Fredoka Regular';
	font-size: 18px;
	line-height: 28px;
	color:#14314A;
	text-align: center;
	width: 100%;
}

.profile-input-slogan::placeholder{
	color:#14314A;
}

.profile-input-slogan:focus{
	border : none;
	outline: none;
	background-color:transparent;
	font-family: 'Fredoka Regular';
	font-size: 18px;
	line-height: 28px;
	color:#14314A;
}


.search-container-header{
	width: 100%;
	max-width: 100%;
	display: inline-block;
	border: none;
	background-color: #fff;
	border-radius: 3px;
	border: 1px solid #D9D9DF;
	margin-bottom: 15px; /* Add margin for spacing between form elements */
	margin-top: 1rem;	
}


 .search-input{
	margin-right:10px;
	padding-left: 10px;
	width:100%;
	border: none;
	outline: none;
	font-family: 'Roboto';
	font-size: 1rem;
	color:#142537;
	padding-top:0px !important;
	margin-top:0px !important;
}

.search-input::placeholder{
	color:#142537;
}

.search-select{
	margin-left:10px;
	margin-right:10px;
	padding-left: 0.9rem;
	width:100%;
	border: none;
	outline: none;
	font-family: 'Roboto';
	font-size: 1rem;
	color:#142537;
	appearance: none;       /* Removes native styling */
    -moz-appearance: none;  /* Firefox-specific reset */
    -webkit-appearance: none; /* Chrome-specific reset */
    background-color: #fff;

}

.search-btn{
	margin-left:10px;
	margin-right:10px;
	margin-top: 2px;
	margin-bottom: 2px;
	padding-left: 10px;
	width:90%;
	color:#F7F7F7;
	background-color: #CD8741;
	border-radius: 2px;
	border: none;
} 

.feature-trip-container{
	border-top-left-radius: 0%;
	border-top-right-radius: 0%;
	width: 100%;
	height: 252px;
	background-color:#fff;
	top: -40px;
	position: relative;
}

.popular-cities-container{
	border-top-left-radius: 0%;
	border-top-right-radius: 0%;
	width: 100%;
	height: 252px;
	background-color: #fff;
	top: -40px;
	position: relative;
}

.popular-countries-container{
	border-top-left-radius: 0%;
	border-top-right-radius: 0%;
	width: 100%;
	height: 252px;
	background-color: #fff;
	top: -40px;
	position: relative;
}

.header-title{
	background-color: #14314A;
	font-family: 'Fredoka Regular';
	font-size:28px;
	color:#fff;
	padding: 4px 4px 4px 10px;
	border-radius: 6px 6px 0px 0px;
	top: -40px;
	position: relative;
}

.header-title-request{
	font-family: 'Fredoka Regular';
	font-size:16px;
	color:#14314A;
	text-decoration: underline;
	
}

.feature-li{
	font-family: 'Roboto';
	font-size: 16px;
	color:#14314A;
	border-bottom: 1px solid grey;
	max-width: 80%;
}

.feature-ul{
	list-style: none;
}

.explore-title{
	font-family: 'Fredoka Regular';
	font-size: 1.5rem;
	color: #14314A;
	padding-top: 1rem;
}

.city-title{
	font-family: 'Fredoka Regular';
	font-size: 1.1rem;
	color:#14314A;
	text-align: center;
	padding-top: 1rem;
}

.trip-image-cont{
	width: 43%;
	max-width: 43%;
	max-height: 251px;
	height: 251px;
	
}

.trip-details-cont{
	width: 57%;
	max-width: 57%;
	padding-left: 5px;
}

.trip-card{
	max-height: 251px;
	width: 100%;
	padding: 0;
	margin: 0;
	display: flex;
	flex-direction: row;
}



.trip-card-title{
	font-family: 'Fredoka Regular';
	font-size: 1.1rem;
	color: #14314A;
	padding-top: 1rem;

}

.trip-card-text{
	font-family: 'Roboto';
	font-size: 0.9rem;
	color: #14314A;
	line-height: 1.2rem;
}

.trip-detail-btn{
	border-radius: 3rem;
	background-color: #14314A;
	font-family: 'Fredoka Regular';
	font-size: 1rem;
	color: #fff;
	text-align: end;
	justify-content: end;
}

.trip-detail-btn:hover{
	color:#CD8741;
}

.trip-detail-btn-2{
	border-radius: 3rem;
	background-color: #CD8741;
	font-family: 'Fredoka Regular';
	font-size: 1rem;
	color: #fff;
	text-align: end;
	justify-content: end;
}

.trip-detail-btn-2:hover{
	color:#14314A;
}

.trip-request-btn{
	border-radius: 3rem;
	background-color: #14314A;
	font-family: 'Fredoka Regular';
	font-size: 0..6rem;
	color: #fff;
	text-align: center;
	justify-content: center;
	margin-top: 4px;
	margin-bottom: 4px;

}

.trip-request-btn:hover{
	color:#CD8741;
}

.profile-modal{
	background-color: #CD8741;
}

.modal-header-btn{
	background-color: #fff;
	color: #CD8741;
	border-radius: 4rem;
	font-family: 'Fredoka Regular';
	font-size: 1.1rem;
}

.modal-profile-body{
	display:flex;
	flex-direction: row;
	justify-content: space-evenly;
	border-bottom: 1px solid #14314A;
	padding-top: 0.2rem;
}

.modal-username{
	font-family: 'Roboto';
	font-size: 1rem;
	color: #10233A;
}

.modal-username-btn{
	width: auto;
	border-radius: 2.2rem;
	font-family: 'Fredoka Regular';
	font-size: 0.8rem;
	font-weight: bold;
	color: #fff;
	background-color: #14314A;
	max-height: 2.2rem;
}

.modal-username-btn:hover{
	width: auto;
	border-radius: 2.2rem;
	font-family: 'Fredoka Regular';
	font-size: 0.8rem;
	font-weight: bold;
	color: #14314A;
	background-color: #fff;
	border: 2px solid #14314A;
}

.modal-username-remove{
	font-family: 'Fredoka Regular';
	font-size: 0.8rem;
	color: #14314A;
}

.modal-username-remove-one{
	font-family: 'Fredoka Regular';
	font-size: 0.8rem;
	font-weight: bold;
	color: #14314A;
}

.toast-success {
    background-color: #CD8741 !important; /* Change background color for success */
}

.log-separator{
	border-bottom: 1px solid rgb(20,49,74,0.2) ;
}

.logs-heading{
	font-family: 'Roboto';
	font-size: 1rem;
	font-weight: 700;
	color:#14314A;
	text-align: center;
}

.logs-value{
	font-family: 'Roboto';
	font-size: 0.9rem;
	color:#14314A;
	text-align: center;
}

.para-seven{
	font-family: 'Roboto';
	font-size: 1rem;
	color:#14314A;
	text-align: left;
	font-weight: 700;
}

.para-eight{
	font-family: 'Roboto';
	font-size: 0.8rem;
	color:rgb(20,49,74,0.5);
	text-align: left;
	font-weight: 400;
	line-height: 1.2rem;
}

.widget-divider{
	font-size: 2px;
	font-family: 'Fredoka Regular';
	margin-top:0px;
	margin-right:20px;
	padding-bottom:0px;
	border-bottom: 3px solid #D9D9DF;
	max-width:100%;
	width:100%;
	text-align: left;
	align-items: left;
}

.full-width-divider {
    width: 100vw; /* Make it take full viewport width */
    position: relative; /* Ensure it stays in the flow of the page */
    left: 50%; /* To account for the container's margin */
    margin-left: -50vw; /* Pull it back to the left */
    padding-left: 0; /* Remove any padding that may limit width */
    padding-right: 0; /* Ensure no padding is limiting the width */
}

#profileBgImg{
	width:100px;
	height:100px;
	border : 3px solid #14314A;
	border-radius : 6px; 
}

#tripBgImg{
	width:64px;
	height:64px;
	border : 3px solid #14314A;
	border-radius : 6px; 
	margin-bottom: 5px;
}

.imgHolder{
	width:64px;
	height:64px;
	border : 3px solid #14314A;
	border-radius : 6px; 
	margin-bottom: 5px;
}

#progressContainer{
	width:50%
}

.progress-bar{
	border-radius: 6px;
	background-color: #14314A;
	height: 1rem;
	font-size: 0.9rem;
}

.file-selected{
	border : none;
	background-color:transparent;
	font-family: 'Fredoka Regular';
	font-size: 1rem;
	color:#14314A;
	text-align: center;
}
  

.search-result-title{
font-family: 'Fredoka Regular';
font-style: normal;
font-weight: 400;
font-size: 56px;
line-height: 60px;
letter-spacing: -1px;
/* $primary */
color: #14314A;
margin-left: 10vw;
}

.search-result-para{
font-family: 'Roboto';
font-style: normal;
font-weight: 400;
font-size: 18px;
line-height: 28px;
color: #14314A;
margin-left: 10vw;
}

.view-page-video{
	margin-top:1rem;
	margin-bottom:1rem;
}

.view-page-image{
	margin-top:1rem;
	margin-bottom:1rem;
}

.gallery-area{
	margin-top:1rem;
	margin-bottom:1rem;
}

.slider-area{
	margin-top:1rem;
	margin-bottom:1rem;
}

.greyarea-text{
	font-family: 'Roboto';
	font-size: 1rem;
	color:#4B4967;
	margin:0px;
	line-height: 1.5rem;
}

.greyarea-icon{
	color:#14314A;
	line-height: 1.5rem;
	margin:0px;
	padding: 0px;
}

.greyarea-heading{
	color: #14314A;
	font-size: 16px;
	font-family: 'Roboto';
	font-weight: bold;
	margin:0px;
	padding:0px;
	line-height: 0px;
}

.text-ellipsis{
	overflow: hidden; 
	text-overflow: ellipsis; 
	-webkit-line-clamp: 4; 
	-webkit-box-orient: vertical; 
	display: -webkit-box; 
	max-height: 6.5em;
}

.text-ellipsis-1{
	overflow: hidden; 
	text-overflow: ellipsis; 
	-webkit-line-clamp: 1; 
	-webkit-box-orient: vertical; 
	display: -webkit-box; 
	max-height: 1.5em;
}

.text-ellipsis-2 {
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: horizontal;
    display: -webkit-box;
    max-height: 2em;
}

.text-ellipsis-3 {
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    max-height: 3.15em;
}


.progress-container{
	width:20%;
	margin-bottom: 10px;
}

.iconClass{
	position: relative;
  }

.iconClass span{
	position: absolute;
	top: 0px;
	right: 0px;
	display: block;
}

.header-text{
	font-size: 1.1rem;
	font-family: 'Fredoka Regular';
	color: #fff;
	font-size:13px;
	margin-left:1rem;
}

@media (max-width: 868px) { /* Tablet and above */
    .m-hide {
        display: none; /* Or whatever the display property should be */
    }
}

@media (min-width: 868px) { /* Tablet and above */
    .d-hide {
        display: none; /* Or whatever the display property should be */
    }
}

header{
	padding-top:0px !important;
	padding-bottom:0px !important;
}

.header-text:hover{
	color:#CD8741;
}

.footer-link{
	font-size: 1rem;
	font-family: 'Roboto';
	color: #14314A;
	font-weight: 400;
}

.footer-link:hover{
	color: #CD8741;
}

.footer-text{
	font-size: 1rem;
	font-family: 'Roboto';
	color: #14314A;
	font-weight: 400;
}

.tooltip {
    visibility: hidden;
    width: auto;
    background-color: black;
    color: white;
    text-align: left;
    padding: 5px;
    border-radius: 5px;
    position: absolute;
    z-index: 1;
    bottom: 125%;
    left: 50%;
    transform: translateX(-50%);
}

.btn:hover .tooltip {
    visibility: visible;
}

.layout-radio-color {
    display: none; /* Hide the default radio button */
}

.layout-radio-color + label {
    width: 42px;
    height: 42px;
    display: inline-block;
    cursor: pointer;
    border: 1px solid transparent; /* Initial border */
	border-radius: 50%;
	margin-left: 1rem;
}

/* Style for unchecked state */
.layout-radio-color + label {
    background-color: #D2C344; /* Background color for unchecked state */
	margin-left: 1rem;
}

/* Style for checked state */
.layout-radio-color:checked + label {
    border: 3px solid  #000; /* Border color for checked state */
}

.white-radio-color {
    display: none; /* Hide the default radio button */
}

.white-radio-color + label {
    width: 42px;
    height: 42px;
    display: inline-block;
    cursor: pointer;
    border: 1px solid #000; /* Initial border */
	border-radius: 50%;
	margin-left: 1rem;
}

/* Style for unchecked state */
.white-radio-color + label {
    background-color: #D2C344; /* Background color for unchecked state */
	margin-left: 1rem;
}

/* Style for checked state */
.white-radio-color:checked + label {
    border: 3px solid  #000; /* Border color for checked state */
}

.black-radio-color {
    display: none; /* Hide the default radio button */
}

.black-radio-color + label {
    width: 42px;
    height: 42px;
    display: inline-block;
    cursor: pointer;
    border: 1px solid #fff; /* Initial border */
	border-radius: 50%;
	margin-left: 1rem;
}

/* Style for unchecked state */
.black-radio-color + label {
    background-color: #000; /* Background color for unchecked state */
	margin-left: 1rem;
}

/* Style for checked state */
.black-radio-color:checked + label {
    border: 3px solid  #AC6C37; /* Border color for checked state */
}

/* Optionally, you can add different background colors for different radio buttons */
#name-color1 + label {
    background-color: #343434; /* Background color for radio button 1 */
}

#name-color2 + label {
    background-color: #AC6C37; /* Background color for radio button 2 */
}

#name-color3 + label {
    background-color: #E89B4E; /* Background color for radio button 2 */
}

#name-color4 + label {
    background-color: #AD2C24; /* Background color for radio button 2 */
}

#name-color5 + label {
    background-color: #6C2033; /* Background color for radio button 2 */
}

#name-color6 + label {
    background-color: #423671; /* Background color for radio button 2 */
}

#name-color7 + label {
    background-color: #26396C; /* Background color for radio button 2 */
}

#name-color8 + label {
    background-color: #18314A; /* Background color for radio button 2 */
}

#name-color9 + label {
    background-color: #275258; /* Background color for radio button 2 */
}

#name-color10 + label {
    background-color: #365A2E; /* Background color for radio button 2 */
}

#name-color11 + label {
    background-color: #9C9B9B; /* Background color for radio button 2 */
}

#name-color12 + label {
    background-color: #AC6C37; /* Background color for radio button 2 */
}

#name-color13 + label {
    background-color: #E5B694; /* Background color for radio button 2 */
}

#name-color14 + label {
    background-color: #DC6A67; /* Background color for radio button 2 */
}

#name-color15 + label {
    background-color: #BD5375; /* Background color for radio button 2 */
}

#name-color16 + label {
    background-color: #7269A7; /* Background color for radio button 2 */
}

#name-color17 + label {
    background-color: #3E61A6; /* Background color for radio button 2 */
}

#name-color18 + label {
    background-color: #336B8F; /* Background color for radio button 2 */
}

#name-color19 + label {
    background-color: #59979A; /* Background color for radio button 2 */
}

#name-color20 + label {
    background-color: #90BA4F; /* Background color for radio button 2 */
}

#name-color21 + label {
    background-color: #E0E0E0; /* Background color for radio button 2 */
}

#name-color22 + label {
    background-color: #F9E3D5; /* Background color for radio button 2 */
}

#name-color23 + label {
    background-color: #FCEAAD; /* Background color for radio button 2 */
}

#name-color24 + label {
    background-color: #EAAEAD; /* Background color for radio button 2 */
}

#name-color25 + label {
    background-color: #EAC4D5; /* Background color for radio button 2 */
}

#name-color26 + label {
    background-color: #C6C4DE; /* Background color for radio button 2 */
}

#name-color27 + label {
    background-color: #AAC5E7; /* Background color for radio button 2 */
}

#name-color28 + label {
    background-color: #9DD1EC; /* Background color for radio button 2 */
}

#name-color29 + label {
    background-color: #BADBDB; /* Background color for radio button 2 */
}

#name-color30 + label {
    background-color: #C6DAA5; /* Background color for radio button 2 */
}

#name-color32 + label {
    background-color: #fff; /* Background color for radio button 2 */
}

#name-color33 + label {
    background-color: #000; /* Background color for radio button 2 */
}

#name-color34 + label {
    background-color: #EB2F2D; /* Background color for radio button 2 */
}

#name-color35 + label {
    background-color: #FEC23D; /* Background color for radio button 2 */
}

#slogan-color1 + label {
    background-color: #343434; /* Background color for radio button 1 */
}

#slogan-color2 + label {
    background-color: #AC6C37; /* Background color for radio button 2 */
}

#slogan-color3 + label {
    background-color: #E89B4E; /* Background color for radio button 2 */
}

#slogan-color4 + label {
    background-color: #AD2C24; /* Background color for radio button 2 */
}

#slogan-color5 + label {
    background-color: #6C2033; /* Background color for radio button 2 */
}

#slogan-color6 + label {
    background-color: #423671; /* Background color for radio button 2 */
}

#slogan-color7 + label {
    background-color: #26396C; /* Background color for radio button 2 */
}

#slogan-color8 + label {
    background-color: #18314A; /* Background color for radio button 2 */
}

#slogan-color9 + label {
    background-color: #275258; /* Background color for radio button 2 */
}

#slogan-color10 + label {
    background-color: #365A2E; /* Background color for radio button 2 */
}

#slogan-color11 + label {
    background-color: #9C9B9B; /* Background color for radio button 2 */
}

#slogan-color12 + label {
    background-color: #AC6C37; /* Background color for radio button 2 */
}

#slogan-color13 + label {
    background-color: #E5B694; /* Background color for radio button 2 */
}

#slogan-color14 + label {
    background-color: #DC6A67; /* Background color for radio button 2 */
}

#slogan-color15 + label {
    background-color: #BD5375; /* Background color for radio button 2 */
}

#slogan-color16 + label {
    background-color: #7269A7; /* Background color for radio button 2 */
}

#slogan-color17 + label {
    background-color: #3E61A6; /* Background color for radio button 2 */
}

#slogan-color18 + label {
    background-color: #336B8F; /* Background color for radio button 2 */
}

#slogan-color19 + label {
    background-color: #59979A; /* Background color for radio button 2 */
}

#slogan-color20 + label {
    background-color: #90BA4F; /* Background color for radio button 2 */
}

#slogan-color21 + label {
    background-color: #E0E0E0; /* Background color for radio button 2 */
}

#slogan-color22 + label {
    background-color: #F9E3D5; /* Background color for radio button 2 */
}

#slogan-color23 + label {
    background-color: #FCEAAD; /* Background color for radio button 2 */
}

#slogan-color24 + label {
    background-color: #EAAEAD; /* Background color for radio button 2 */
}

#slogan-color25 + label {
    background-color: #EAC4D5; /* Background color for radio button 2 */
}

#slogan-color26 + label {
    background-color: #C6C4DE; /* Background color for radio button 2 */
}

#slogan-color27 + label {
    background-color: #AAC5E7; /* Background color for radio button 2 */
}

#slogan-color28 + label {
    background-color: #9DD1EC; /* Background color for radio button 2 */
}

#slogan-color29 + label {
    background-color: #BADBDB; /* Background color for radio button 2 */
}

#slogan-color30 + label {
    background-color: #C6DAA5; /* Background color for radio button 2 */
}

#slogan-color32 + label {
    background-color: #fff; /* Background color for radio button 2 */
}

#slogan-color33 + label {
    background-color: #000; /* Background color for radio button 2 */
}

#slogan-color34 + label {
    background-color: #EB2F2D; /* Background color for radio button 2 */
}

#slogan-color35 + label {
    background-color: #FEC23D; /* Background color for radio button 2 */
}

#dashboard-color1 + label {
    background-color: #343434; /* Background color for radio button 1 */
}

#dashboard-color2 + label {
    background-color: #AC6C37; /* Background color for radio button 2 */
}

#dashboard-color3 + label {
    background-color: #E89B4E; /* Background color for radio button 2 */
}

#dashboard-color4 + label {
    background-color: #AD2C24; /* Background color for radio button 2 */
}

#dashboard-color5 + label {
    background-color: #6C2033; /* Background color for radio button 2 */
}

#dashboard-color6 + label {
    background-color: #423671; /* Background color for radio button 2 */
}

#dashboard-color7 + label {
    background-color: #26396C; /* Background color for radio button 2 */
}

#dashboard-color8 + label {
    background-color: #18314A; /* Background color for radio button 2 */
}

#dashboard-color9 + label {
    background-color: #275258; /* Background color for radio button 2 */
}

#dashboard-color10 + label {
    background-color: #365A2E; /* Background color for radio button 2 */
}

#dashboard-color11 + label {
    background-color: #9C9B9B; /* Background color for radio button 2 */
}

#dashboard-color12 + label {
    background-color: #AC6C37; /* Background color for radio button 2 */
}

#dashboard-color13 + label {
    background-color: #E5B694; /* Background color for radio button 2 */
}

#dashboard-color14 + label {
    background-color: #DC6A67; /* Background color for radio button 2 */
}

#dashboard-color15 + label {
    background-color: #BD5375; /* Background color for radio button 2 */
}

#dashboard-color16 + label {
    background-color: #7269A7; /* Background color for radio button 2 */
}

#dashboard-color17 + label {
    background-color: #3E61A6; /* Background color for radio button 2 */
}

#dashboard-color18 + label {
    background-color: #336B8F; /* Background color for radio button 2 */
}

#dashboard-color19 + label {
    background-color: #59979A; /* Background color for radio button 2 */
}

#dashboard-color20 + label {
    background-color: #90BA4F; /* Background color for radio button 2 */
}

#dashboard-color21 + label {
    background-color: #E0E0E0; /* Background color for radio button 2 */
}

#dashboard-color22 + label {
    background-color: #F9E3D5; /* Background color for radio button 2 */
}

#dashboard-color23 + label {
    background-color: #FCEAAD; /* Background color for radio button 2 */
}

#dashboard-color24 + label {
    background-color: #EAAEAD; /* Background color for radio button 2 */
}

#dashboard-color25 + label {
    background-color: #EAC4D5; /* Background color for radio button 2 */
}

#dashboard-color26 + label {
    background-color: #C6C4DE; /* Background color for radio button 2 */
}

#dashboard-color27 + label {
    background-color: #AAC5E7; /* Background color for radio button 2 */
}

#dashboard-color28 + label {
    background-color: #9DD1EC; /* Background color for radio button 2 */
}

#dashboard-color29 + label {
    background-color: #BADBDB; /* Background color for radio button 2 */
}

#dashboard-color30 + label {
    background-color: #C6DAA5; /* Background color for radio button 2 */
}

#dashboard-color32 + label {
    background-color: #fff; /* Background color for radio button 2 */
}

#dashboard-color33 + label {
    background-color: #000; /* Background color for radio button 2 */
}

#dashboard-color34 + label {
    background-color: #EB2F2D; /* Background color for radio button 2 */
}

#dashboard-color35 + label {
    background-color: #FEC23D; /* Background color for radio button 2 */
}




.text-color1 {
    color: #343434 !important; /* Background color for radio button 1 */
}

.text-color2 {
    color: #AC6C37 !important; /* Background color for radio button 2 */
}

.text-color3 {
    color: #E89B4E !important; /* Background color for radio button 2 */
}

.text-color4 {
    color: #AD2C24 !important; /* Background color for radio button 2 */
}

.text-color5 {
    color: #6C2033 !important; /* Background color for radio button 2 */
}

.text-color6 {
    color: #423671 !important; /* Background color for radio button 2 */
}

.text-color7 {
    color: #26396C !important; /* Background color for radio button 2 */
}

.text-color8 {
    color: #18314A !important; /* Background color for radio button 2 */
}

.text-color9 {
    color: #275258 !important; /* Background color for radio button 2 */
}

.text-color10 {
    color: #365A2E !important; /* Background color for radio button 2 */
}

.text-color11 {
    color: #9C9B9B !important; /* Background color for radio button 2 */
}

.text-color12 {
    color: #AC6C37 !important; /* Background color for radio button 2 */
}

.text-color13 {
    color: #E5B694 !important; /* Background color for radio button 2 */
}

.text-color14 {
    color: #DC6A67 !important; /* Background color for radio button 2 */
}

.text-color15 {
    color: #BD5375 !important; /* Background color for radio button 2 */
}

.text-color16 {
    color: #7269A7 !important; /* Background color for radio button 2 */
}

.text-color17 {
    color: #3E61A6 !important; /* Background color for radio button 2 */
}

.text-color18 {
    color: #336B8F !important; /* Background color for radio button 2 */
}

.text-color19 {
    color: #59979A !important; /* Background color for radio button 2 */
}

.text-color20 {
    color: #90BA4F !important; /* Background color for radio button 2 */
}

.text-color21 {
    color: #E0E0E0 !important; /* Background color for radio button 2 */
}

.text-color22 {
    color: #F9E3D5 !important; /* Background color for radio button 2 */
}

.text-color23 {
    color: #FCEAAD !important; /* Background color for radio button 2 */
}

.text-color24 {
    color: #EAAEAD !important; /* Background color for radio button 2 */
}

.text-color25 {
    color: #EAC4D5 !important; /* Background color for radio button 2 */
}

.text-color26 {
    color: #C6C4DE !important; /* Background color for radio button 2 */
}

.text-color27 {
    color: #AAC5E7 !important; /* Background color for radio button 2 */
}

.text-color28 {
    color: #9DD1EC !important; /* Background color for radio button 2 */
}

.text-color29 {
    color: #BADBDB !important; /* Background color for radio button 2 */
}

.text-color30 {
    color: #C6DAA5 !important; /* Background color for radio button 2 */
}

.text-color31 {
    color: #C6DAA5 !important; /* Background color for radio button 2 */
}

.text-color32 {
    color: #fff !important; /* Background color for radio button 2 */
}

.text-color33 {
    color: #000 !important; /* Background color for radio button 2 */
}

.text-color34 {
    color: #EB2F2D !important; /* Background color for radio button 2 */
}

.text-color35{
    color: #FEC23D !important; /* Background color for radio button 2 */
}

.text-color1::placeholder {
    color: #343434 !important; /* Background color for radio button 1 */
}

.text-color2::placeholder {
    color: #AC6C37 !important; /* Background color for radio button 2 */
}

.text-color3::placeholder {
    color: #E89B4E !important; /* Background color for radio button 2 */
}

.text-color4::placeholder {
    color: #AD2C24 !important; /* Background color for radio button 2 */
}

.text-color5::placeholder {
    color: #6C2033 !important; /* Background color for radio button 2 */
}

.text-color6::placeholder {
    color: #423671 !important; /* Background color for radio button 2 */
}

.text-color7::placeholder {
    color: #26396C !important; /* Background color for radio button 2 */
}

.text-color8::placeholder {
    color: #18314A !important; /* Background color for radio button 2 */
}

.text-color9::placeholder {
    color: #275258 !important; /* Background color for radio button 2 */
}

.text-color10::placeholder {
    color: #365A2E !important; /* Background color for radio button 2 */
}

.text-color11::placeholder {
    color: #9C9B9B !important; /* Background color for radio button 2 */
}

.text-color12::placeholder {
    color: #AC6C37 !important; /* Background color for radio button 2 */
}

.text-color13::placeholder {
    color: #E5B694 !important; /* Background color for radio button 2 */
}

.text-color14::placeholder {
    color: #DC6A67 !important; /* Background color for radio button 2 */
}

.text-color15::placeholder {
    color: #BD5375 !important; /* Background color for radio button 2 */
}

.text-color16::placeholder {
    color: #7269A7 !important; /* Background color for radio button 2 */
}

.text-color17::placeholder {
    color: #3E61A6 !important; /* Background color for radio button 2 */
}

.text-color18::placeholder {
    color: #336B8F !important; /* Background color for radio button 2 */
}

.text-color19::placeholder {
    color: #59979A !important; /* Background color for radio button 2 */
}

.text-color20::placeholder {
    color: #90BA4F !important; /* Background color for radio button 2 */
}

.text-color21::placeholder {
    color: #E0E0E0 !important; /* Background color for radio button 2 */
}

.text-color22::placeholder {
    color: #F9E3D5 !important; /* Background color for radio button 2 */
}

.text-color23::placeholder {
    color: #FCEAAD !important; /* Background color for radio button 2 */
}

.text-color24::placeholder {
    color: #EAAEAD !important; /* Background color for radio button 2 */
}

.text-color25::placeholder {
    color: #EAC4D5 !important; /* Background color for radio button 2 */
}

.text-color26::placeholder {
    color: #C6C4DE !important; /* Background color for radio button 2 */
}

.text-color27::placeholder {
    color: #AAC5E7 !important; /* Background color for radio button 2 */
}

.text-color28::placeholder {
    color: #9DD1EC !important; /* Background color for radio button 2 */
}

.text-color29::placeholder {
    color: #BADBDB !important; /* Background color for radio button 2 */
}

.text-color30::placeholder {
    color: #C6DAA5 !important; /* Background color for radio button 2 */
}

.text-color31::placeholder {
    color: #C6DAA5 !important; /* Background color for radio button 2 */
}

.text-color32::placeholder {
    color: #fff !important; /* Background color for radio button 2 */
}

.text-color33::placeholder {
    color: #000 !important; /* Background color for radio button 2 */
}

#text-color34::placeholder {
    color: #EB2F2D !important; /* Background color for radio button 2 */
}

#text-color35::placeholder {
    color: #FEC23D !important; /* Background color for radio button 2 */
}

.border-bg-color1 {
    border: 6px solid #343434 !important; /* Background color for radio button 1 */
}

.border-bg-color2{
    border: 6px solid #AC6C37 !important; /* Background color for radio button 2 */
}

.border-bg-color3 {
    border: 6px solid #E89B4E !important; /* Background color for radio button 2 */
}

.border-bg-color4{
    border: 6px solid #AD2C24 !important; /* Background color for radio button 2 */
}

.border-bg-color5{
    border: 6px solid #6C2033 !important; /* Background color for radio button 2 */
}

.border-bg-color6{
    border: 6px solid #423671 !important; /* Background color for radio button 2 */
}

.border-bg-color7{
    border: 6px solid #26396C !important; /* Background color for radio button 2 */
}

.border-bg-color8{
    border: 6px solid #18314A !important; /* Background color for radio button 2 */
}

.border-bg-color9{
    border: 6px solid #275258 !important; /* Background color for radio button 2 */
}

.border-bg-color10{
    border: 6px solid #365A2E !important; /* Background color for radio button 2 */
}

.border-bg-color11{
    border: 6px solid #9C9B9B !important; /* Background color for radio button 2 */
}

.border-bg-color12{
    border: 6px solid #AC6C37 !important; /* Background color for radio button 2 */
}

.border-bg-color13{
    border: 6px solid #E5B694 !important; /* Background color for radio button 2 */
}

.border-bg-color14{
    border: 6px solid #DC6A67 !important; /* Background color for radio button 2 */
}

.border-bg-color15{
    border: 6px solid #BD5375 !important; /* Background color for radio button 2 */
}

.border-bg-color16{
    border: 6px solid #7269A7 !important; /* Background color for radio button 2 */
}

.border-bg-color17{
    border: 6px solid #3E61A6 !important; /* Background color for radio button 2 */
}

.border-bg-color18{
    border: 6px solid #336B8F !important; /* Background color for radio button 2 */
}

.border-bg-color19{
    border: 6px solid #59979A !important; /* Background color for radio button 2 */
}

.border-bg-color20{
    border: 6px solid #90BA4F !important; /* Background color for radio button 2 */
}

.border-bg-color21{
    border: 6px solid #E0E0E0 !important; /* Background color for radio button 2 */
}

.border-bg-color22{
    border: 6px solid #F9E3D5 !important; /* Background color for radio button 2 */
}

.border-bg-color23{
    border: 6px solid #FCEAAD !important; /* Background color for radio button 2 */
}

.border-bg-color24{
    border: 6px solid #EAAEAD !important; /* Background color for radio button 2 */
}

.border-bg-color25{
    border: 6px solid #EAC4D5 !important; /* Background color for radio button 2 */
}

.border-bg-color26{
    border: 6px solid #C6C4DE !important; /* Background color for radio button 2 */
}

.border-bg-color27{
    border: 6px solid #AAC5E7 !important; /* Background color for radio button 2 */
}

.border-bg-color28{
    border: 6px solid #9DD1EC !important; /* Background color for radio button 2 */
}

.border-bg-color29{
    border: 6px solid #BADBDB !important; /* Background color for radio button 2 */
}

.border-bg-color30{
    border: 6px solid #C6DAA5 !important; /* Background color for radio button 2 */
}

.border-bg-color31{
    border: 6px solid #14314A !important; /* Background color for radio button 2 */
}

.border-bg-color32{
    border: 6px solid #fff !important; /* Background color for radio button 2 */
}

.border-bg-color33{
    border: 6px solid #000 !important; /* Background color for radio button 2 */
}

.border-bg-color34 {
    border: 6px solid #EB2F2D !important; /* Background color for radio button 2 */
}

.border-bg-color35 {
    border: 6px solid #FEC23D !important; /* Background color for radio button 2 */
}

.bg-color1 {
    background-color: #343434 !important; /* Background color for radio button 1 */
}

.bg-color2{
    background-color: #AC6C37 !important; /* Background color for radio button 2 */
}

.bg-color3 {
    background-color: #E89B4E !important; /* Background color for radio button 2 */
}

.bg-color4{
    background-color: #AD2C24 !important; /* Background color for radio button 2 */
}

.bg-color5{
    background-color: #6C2033 !important; /* Background color for radio button 2 */
}

.bg-color6{
    background-color: #423671 !important; /* Background color for radio button 2 */
}

.bg-color7{
    background-color: #26396C !important; /* Background color for radio button 2 */
}

.bg-color8{
    background-color: #18314A !important; /* Background color for radio button 2 */
}

.bg-color9{
    background-color: #275258 !important; /* Background color for radio button 2 */
}

.bg-color10{
    background-color: #365A2E !important; /* Background color for radio button 2 */
}

.bg-color11{
    background-color: #9C9B9B !important; /* Background color for radio button 2 */
}

.bg-color12{
    background-color: #AC6C37 !important; /* Background color for radio button 2 */
}

.bg-color13{
    background-color: #E5B694 !important; /* Background color for radio button 2 */
}

.bg-color14{
    background-color: #DC6A67 !important; /* Background color for radio button 2 */
}

.bg-color15{
    background-color: #BD5375 !important; /* Background color for radio button 2 */
}

.bg-color16{
    background-color: #7269A7 !important; /* Background color for radio button 2 */
}

.bg-color17{
    background-color: #3E61A6 !important; /* Background color for radio button 2 */
}

.bg-color18{
    background-color: #336B8F !important; /* Background color for radio button 2 */
}

.bg-color19{
    background-color: #59979A !important; /* Background color for radio button 2 */
}

.bg-color20{
    background-color: #90BA4F !important; /* Background color for radio button 2 */
}

.bg-color21{
    background-color: #E0E0E0 !important; /* Background color for radio button 2 */
}

.bg-color22{
    background-color: #F9E3D5 !important; /* Background color for radio button 2 */
}

.bg-color23{
    background-color: #FCEAAD !important; /* Background color for radio button 2 */
}

.bg-color24{
    background-color: #EAAEAD !important; /* Background color for radio button 2 */
}

.bg-color25{
    background-color: #EAC4D5 !important; /* Background color for radio button 2 */
}

.bg-color26{
    background-color: #C6C4DE !important; /* Background color for radio button 2 */
}

.bg-color27{
    background-color: #AAC5E7 !important; /* Background color for radio button 2 */
}

.bg-color28{
    background-color: #9DD1EC !important; /* Background color for radio button 2 */
}

.bg-color29{
    background-color: #BADBDB !important; /* Background color for radio button 2 */
}

.bg-color30{
    background-color: #C6DAA5 !important; /* Background color for radio button 2 */
}

.bg-color31{
    background-color: #14314A !important; /* Background color for radio button 2 */
}

.bg-color32{
    background-color: #fff !important; /* Background color for radio button 2 */
}

.bg-color33{
    background-color: #000 !important; /* Background color for radio button 2 */
}

.bg-color34 {
    background-color: #EB2F2D !important; /* Background color for radio button 2 */
}

.bg-color35 {
    background-color: #FEC23D !important; /* Background color for radio button 2 */
}

.box-gradient-color1 {
    background-color: #222323 !important; /* Background color for radio button 1 */
}

.box-gradient-color2{
    background-color: #8F572D !important; /* Background color for radio button 2 */
}

.box-gradient-color3 {
    background-color: #D27F34 !important; /* Background color for radio button 2 */
}

.box-gradient-color4{
    background-color: #94271F !important; /* Background color for radio button 2 */
}

.box-gradient-color5{
    background-color: #581824 !important; /* Background color for radio button 2 */
}

.box-gradient-color6{
    background-color: #2A265A !important; /* Background color for radio button 2 */
}

.box-gradient-color7{
    background-color: #2A265A !important; /* Background color for radio button 2 */
}

.box-gradient-color8{
    background-color: #142537 !important; /* Background color for radio button 2 */
}

.box-gradient-color9{
    background-color: #153B3E !important; /* Background color for radio button 2 */
}

.box-gradient-color10{
    background-color: #2B4725 !important; /* Background color for radio button 2 */
}

.box-gradient-color11{
    background-color: #717070 !important; /* Background color for radio button 2 */
}

.box-gradient-color12{
    background-color: #8F572D !important; /* Background color for radio button 2 */
}

.box-gradient-color13{
    background-color: #E69C34 !important; /* Background color for radio button 2 */
}

.box-gradient-color14{
    background-color: #CF4545 !important; /* Background color for radio button 2 */
}

.box-gradient-color15{
    background-color: #AB3C64 !important; /* Background color for radio button 2 */
}

.box-gradient-color16{
    background-color: #554E95 !important; /* Background color for radio button 2 */
}

.box-gradient-color17{
    background-color: #2A5296 !important; /* Background color for radio button 2 */
}

.box-gradient-color18{
    background-color: #1C587A !important; /* Background color for radio button 2 */
}

.box-gradient-color19{
    background-color: #387575 !important; /* Background color for radio button 2 */
}

.box-gradient-color20{
    background-color: #79A042 !important; /* Background color for radio button 2 */
}

.box-gradient-color21{
    background-color: #BBBBBC !important; /* Background color for radio button 2 */
}

.box-gradient-color22{
    background-color: #EABFA6 !important; /* Background color for radio button 2 */
}

.box-gradient-color23{
    background-color: #FADB7E !important; /* Background color for radio button 2 */
}

.box-gradient-color24{
    background-color: #E08C8C !important; /* Background color for radio button 2 */
}

.box-gradient-color25{
    background-color: #E2A6C4 !important; /* Background color for radio button 2 */
}

.box-gradient-color26{
    background-color: #9A9AC8 !important; /* Background color for radio button 2 */
}

.box-gradient-color27{
    background-color: #8AAFD6 !important; /* Background color for radio button 2 */
}

.box-gradient-color28{
    background-color: #7DBBD7 !important; /* Background color for radio button 2 */
}

.box-gradient-color29{
    background-color: #8EBCBB !important; /* Background color for radio button 2 */
}

.box-gradient-color30{
    background-color: #ABC180 !important; /* Background color for radio button 2 */
}

.box-gradient-color31{
    background-color: #14314A !important; /* Background color for radio button 2 */
}

.box-gradient-color32{
    background-color: #fff !important; /* Background color for radio button 2 */
}

.box-gradient-color33{
    background-color: #000 !important; /* Background color for radio button 2 */
}

.box-gradient-color34 {
    background-color: #EB2F2D !important; /* Background color for radio button 2 */
}

.box-gradient-color35 {
    background-color: #FEC23D !important; /* Background color for radio button 2 */
}

.font-Roboto{
	font-family: 'Roboto'!important;
}

.font-Fredoka{
	font-family: 'Fredoka Regular' !important;

}

.font-SanSerif{
	font-family: 'San Serif' !important;

}

.font-Paytone{
	font-family: 'paytone' !important;

}

.font-Courier{
	font-family: 'Courier' !important;

}

.font-Georgia{
	font-family: 'Georgia' !important;
}

.font-Verdana{
	font-family: 'Verdana' !important;

}

.font-Roboto::placeholder{
	font-family: 'Roboto' !important;
}

.font-Fredoka::placeholder{
	font-family: 'Fredoka Regular' !important;

}

.Roboto::focus{
	font-family: 'Roboto' !important;
}

.Fredoka::focus{
	font-family: 'Fredoka Regular' !important;

}

.go-back{
	font-weight: bolder;
	font-size: 1.5rem;
	color: #14314A;
}

.unread-bg{
	background-color: #e3dede;
}

.notification-separator{
	border-bottom: 1px solid #14314A;
}

.business-input-heading{
	border : none;
	background-color:transparent;
	text-align: center;
	font-size: 1.5rem;
    font-family: 'Fredoka Regular', sans-serif; /* Use the custom font family */
	font-weight: 400;
	color: #fff;
	margin-top: 12px;
}

.business-input-heading::placeholder{
	color: #fff;
}

.business-input-heading:focus {
    outline: none;
    border : none;
	text-align: left;
	font-size: 1.5rem;
    font-family: 'Fredoka Condensed Bold', sans-serif; /* Use the custom font family */
	font-weight: 400;
	color: #fff;
}

.wave-header {
    min-height: 100vh;
	width: 100%;
	position:relative;
}

svg{
	position: absolute;
}

.curved-inputs{
	border-radius:20px;
}

.input-label{
	color:#14314A;
	font-size: 1rem;
	font-weight: bold;
}

.font-roboto-black{
	font-family: 'roboto_black';
}

.font-paytone{
	font-family: 'paytone';
}

.search-label{
	color:#14314A;
	font-size: 1rem;
	font-weight: bold;
	margin-bottom:0px !important;
	padding-bottom:0px !important;
	line-height : 0px;
	
}


.spinner {
    border: 4px solid #f3f3f3; /* Light grey background */
    border-top: 4px solid #CD8741; /* Spinner color */
    border-radius: 50%;
    width: 4rem; /* Spinner width */
    height: 4rem; /* Spinner height */
	margin-left:2rem;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}


/* Pagination styling */
.custom-pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
}

.custom-pagination a {
    padding: 8px 12px;
    margin: 0 4px;
    text-decoration: none;
    color: #007bff;
    border: 1px solid #ddd;
    border-radius: 4px;
}

.custom-pagination .disabled {
    padding: 8px 12px;
    margin: 0 4px;
    color: #ccc;
}

.custom-pagination .current-page {
    padding: 8px 12px;
    margin: 0 4px;
    background-color: #007bff;
    color: white;
    border-radius: 4px;
    font-weight: bold;
}

.custom-pagination a:hover {
    background-color: #007bff;
    color: white;
}

.rounded-cst{
	border-radius: 2rem !important;
}


.view-toggle-btn-restaurant {
    font-family: 'Roboto';
    font-size: 0.9rem;
    color: #4B4967 !important;
    margin: 0px;
    line-height: 2rem;
	transition: color 0.3s ease, transform 0.3s ease;
    cursor: pointer; /* This makes the cursor change to a hand (clickable) on hover */

}
.view-toggle-btn-restaurant i {
    margin-left: 5px;
}

.view-toggle-btn-stay {
    font-family: 'Roboto';
    font-size: 0.9rem;
    color: #4B4967 !important;
    margin: 0px;
    line-height: 2rem;
	transition: color 0.3s ease, transform 0.3s ease;
    cursor: pointer; /* This makes the cursor change to a hand (clickable) on hover */

}
.view-toggle-btn-stay i {
    margin-left: 5px;
}

.view-toggle-btn-location {
    font-family: 'Roboto';
    font-size: 0.9rem;
    color: #4B4967 !important;
    margin: 0px;
    line-height: 2rem;
	transition: color 0.3s ease, transform 0.3s ease;
    cursor: pointer; /* This makes the cursor change to a hand (clickable) on hover */

}
.view-toggle-btn-location i {
    margin-left: 5px;
}

.tooltip-wrapper {
    position: relative;
    display: inline-block;
}

.custom-tooltip {
    visibility: hidden;
    background-color: #14314A;
    color: #fff;
    text-align: left;
    padding: 6px 10px;
    border-radius: 4px;
    position: absolute;
    z-index: 10;
    bottom: 125%; /* position it above the input */
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;
    opacity: 0;
    transition: opacity 0.3s;
    font-size: 12px;
    pointer-events: none;
}

.tooltip-wrapper:hover .custom-tooltip {
    visibility: visible;
    opacity: 1;
}


.lb-image {
    border-radius: 15px !important; /* Adjust the radius as needed */
}

.lb-container {
    border-radius: 15px !important; /* Adjust the radius as needed */
}

.lb-nav {
    border-radius: 15px !important; /* Adjust the radius as needed */
}

.lb-outerContainer {
    border-radius: 15px !important; /* Adjust the radius as needed */
}

/* .view-image{
	background-color: #000;
} */

.font-follow{
	font-size:0.8rem;
}

.gray-area-card{
	border-radius:3px;
	top:-48px;
}

.gray-area-sidebar{
	top:-96px;
}

.gray-area-sidebar-search{
	text-align:center
}

.gray-area-sidebar-child{
	margin-bottom:-56px
}

.gray-area-img-avatar{
	height:96px;
	width:96px;
	top:-48px;
	position:relative;
	border:4px solid #fff;
}

.tooltip-inner {
        background-color: #14314A !important; /* Dark background */
        color: #fff !important;  /* White text */
        font-size: 1rem;
        border-radius: 4px;
        padding: 8px;
		text-align: left;	
    }

.tooltip-arrow {
    border-top-color: #333 !important;  /* Customize the arrow color */
}

.widget-side-heading, .widget-side-para {
    text-align: center; /* ← this overrides your class-based control */
}



.chat-thread {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.chat-message {
    display: flex;
    max-width: 70%;
}
.chat-message.left {
    justify-content: flex-start;
	color : #14314A;
}
.chat-message.right {
    justify-content: flex-end;
    align-self: flex-end;
    margin-left: auto;
}
.message-bubble {
    background-color: #f1f1f1;
    border-radius: 10px;
    padding: 10px 15px;
    max-width: 100%;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}
.chat-message.right .message-bubble{
    background-color: #14314A; /* Light green for your (business) messages */
	color: #fff;
}

.chat-message.right .message-meta{
	font-size: 12px;
	color: #fff;
	margin-top: 5px;
}


.message-text {
    margin: 0;
}

.message-meta {
    font-size: 12px;
    color: #555;
    margin-top: 5px;
}

.feature-trip-container{
	border-top-left-radius: 0%;
	border-top-right-radius: 0%;
	width: 100%;
	height: 252px;
	background-color:#fff;
	top: -40px;
	position: relative;
}

#labelprofilepicture .badge-light {
  	cursor: pointer;
}

#labelprofilepicture{
	cursor: pointer;
}

#profilePictureImg{
	cursor: pointer;
}

.custom-btn-booking{
	background-color: #14314A !important;
	color: #fff !important;
	font-size: 1rem !important;
	transition: background-color 0.3s ease, transform 0.3s ease;
}



/* Base styling for custom radios */
.radio-booking[type="radio"] {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 2.5rem;
    height: 2.5rem;
    border: 2px solid #ccc;
    border-radius: 50%;
    background-color: #fff;
    outline: none;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
    display: inline-block;
    vertical-align: middle;
    margin-right: 8px;
    margin-left: 1rem;
    position: relative;
}

/* Hover effect */
.radio-booking[type="radio"]:hover {
    border-color: #14314A;
}

/* Checked state — white outer ring, colored inner circle */
.radio-booking[type="radio"]:checked {
    border: 4px solid #fff; /* white outer ring */
    background-color: #14314A; /* colored center */
    box-shadow: 0 0 0 2px #14314A; /* outer colored ring around the white */
}

/* Optional: inner dot for a subtle center (can be removed) */
.radio-booking[type="radio"]:checked::before {
    content: "";
    position: absolute;
    width: 1rem;
    height: 1rem;
    background-color: #14314A; /* match center color */
    border-radius: 50%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

/* Optional: same color for Yes/No */
.radio-booking[value="Yes"]:checked,
.radio-booking[value="No"]:checked {
    border: 4px solid #fff;
    background-color: #14314A;
    box-shadow: 0 0 0 2px #14314A;
}

/* === Disabled State === */
.radio-booking[type="radio"]:disabled {
    opacity: 0.6; /* make it look inactive */
    cursor: not-allowed; /* indicate no interaction */
    pointer-events: none; /* block clicks */
}

/* Maintain checked color for disabled checked radios */
.radio-booking[type="radio"]:disabled:checked {
    border: 4px solid #fff;
    background-color: #14314A;
    box-shadow: 0 0 0 2px #14314A;
    opacity: 0.9; /* dim it slightly */
}

.radio-booking[type="radio"]:disabled:hover {
    border-color: #ccc !important; /* lock neutral border */
}

/* === Base styling for custom checkboxes === */
.custom-agreement[type="checkbox"] {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 2.5rem;
    height: 2.5rem;
    border: 2px solid #ccc;
    border-radius: 6px; /* square-ish checkbox */
    background-color: #fff;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
    position: relative;
}

/* Checked: white border + blue fill */
.custom-agreement[type="checkbox"]:checked {
    border: 4px solid #fff;
    background-color: #14314A;
    box-shadow: 0 0 0 2px #14314A;
}


/* Make sure no dot ever shows */
.custom-agreement[type="checkbox"]::before {
    content: none !important;
}

/* Hover (only when enabled) */
.custom-agreement[type="checkbox"]:hover:not(:disabled) {
    border-color: #007bff;
}

/* Disabled style */
.custom-agreement[type="checkbox"]:disabled {
    opacity: 0.9;
    cursor: not-allowed;
    pointer-events: none;
}

/* Disabled + checked */
.custom-agreement[type="checkbox"]:disabled:checked {
    border: 4px solid #fff;
    background-color: #14314A;
    box-shadow: 0 0 0 2px #14314A;
    opacity: 0.9;
}

/* === Disabled text inputs (same theme) === */
.custom-agreement.profile-input[disabled],
.custom-agreement.curved-inputs[disabled] {
    background-color: #f5f5f5 !important;
    border: 1px solid #ddd !important;
    color: #666 !important;
    opacity: 0.9;
    cursor: not-allowed;
}

.custom-agreement[disabled]:focus {
    box-shadow: none !important;
    outline: none !important;
    border-color: #ddd !important;
}


/* Universal centering for the search form container */
.home-container {
	display: flex;
	justify-content: center;  /* horizontal center */
	align-items: center;      /* vertical center */
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	width: 100%;
	height: 250px;
	margin: 0;
	padding: 0;
	max-width: 100%;
}

.modal-padding{
	padding: 0.2rem;
}

.modal-margin{
	margin: 0.2rem;
}

/* body { padding-top: 80px; }
    .navbar-custom {
      background: #14314A;
      box-shadow: 0 2px 15px rgba(0,0,0,0.1);
      height: 70px;
      position: fixed;
      top: 0;
      left: 0;
      right: 0;
      z-index: 1030;
      padding: 0 0rem;
    }

    .logo-img { height: 40px; }
    .nav-icon-btn {
      width: 42px; height: 42px;
      border-radius: 50%;
      background: #f8f9fa;
      border: none;
      display: flex;
      align-items: center;
      justify-content: center;
      transition: all 0.3s ease;
    }
    .nav-icon-btn:hover {
      background: #e8eafc;
      transform: translateY(-3px);
      box-shadow: 0 6px 15px rgba(0,0,0,0.15);
    }

    .avatar-img {
      width: 40px; height: 40px;
      border-radius: 50%;
      object-fit: cover;
      border: 2.5px solid #5d6cc7;
    }

    .badge-floating {
      position: absolute;
      top: -4px; right: -4px;
      font-size: 10px;
      width: 18px; height: 18px;
      border-radius: 50%;
    }

    /* Dropdown Animation */
    /* .dropdown-menu {
      border: none;
      border-radius: 12px;
      box-shadow: 0 10px 30px rgba(0,0,0,0.18);
      margin-top: 12px;
      opacity: 0;
      visibility: hidden;
      transform: translateY(-10px);
      transition: all 0.3s ease;
    }
    .dropdown-menu.show {
      opacity: 1;
      visibility: visible;
      transform: translateY(0);
    } */

    /* Full Overlay Sidebar */
    /* .sidebar-overlay {
      position: fixed;
      top: 0; left: 0;
      width: 100%; height: 100%;
      background: rgba(0,0,0,0.5);
      z-index: 1040;
      opacity: 0;
      visibility: hidden;
      transition: all 0.3s ease;
    }
    .sidebar-overlay.show {
      opacity: 1;
      visibility: visible;
    }

    .sidebar-menu {
      position: fixed;
      top: 0; right: -320px;
      width: 300px;
      height: 100%;
      background: #fff;
      box-shadow: -5px 0 20px rgba(0,0,0,0.2);
      z-index: 1050;
      transition: right 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
      padding: 20px;
      overflow-y: auto;
    }
    .sidebar-menu.show {
      right: 0;
    }

    .sidebar-header {
      padding: 20px 0;
      border-bottom: 1px solid #eee;
      margin-bottom: 20px;
    } */