body{
	font-family: "Montserrat", sans-serif;
	line-height: 27px;
	color: #0a0a0a;
	font-size: 16px;
	background-color: #fff;
	font-weight: 400;
}
a {
    background: 0 0;
    -webkit-transition: all .2s ease 0s;
    -moz-transition: all .2s ease 0s;
    -o-transition: all .2s ease 0s;
    -ms-transition: all .2s ease 0s;
    transition: all .2s ease 0s;
    color: #222;
}
a, a:focus, a:hover {
    text-decoration: none;
}
h1, h2, h3, h4, h5, h6 {
    font-weight: 800;
    margin-bottom: 25px;
    margin-top: 0;
    color: #111;
}
.sec-bg{
	background:#f8fff8;
}
.header{
	background:#fff;
}
.navbar{
	padding:5px 0;
}
.navbar-nav li{
	padding:5px;
}
.navbar-nav li a{
	text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
    letter-spacing: 0.3px;
	color:#111;
}
.navbar-nav li a:hover{
	color: #ebb307;
}
.navbar-nav li:hover ul{
	display:block;
	left:0;
	top: 100%;
}
.dropdown-menu{
	border: none;
	z-index:11111;
	border-radius:0;
	padding:0;
}
.dropdown-menu[data-bs-popper]{
	margin-top:0;
}
.dropdown-item:focus, 
.dropdown-item:hover{
	background-color:rgba(244,247,252, .8);
}
.call-btn{
	margin-left:15px;
}
.main-btn{
	color: #FDFDFD;
    text-transform: uppercase;
    background-color: #111;
	display: inline-block;
	border-radius: 8px;
	box-shadow:0px 10px 20px -10px rgba(0,0,0,0.3);
	font-size: 17px;
    font-weight: 600;
    padding: 8px 23px;
    line-height: 1.7em;
    border: none;
    letter-spacing: 0.3px;
}
.main-btn:hover{
	background:#ebb307;
	color: #000;
}
.topbar{
	background:#111;
	padding:6px 0;
}
.topbar p{
	font-weight:600;
}
.tpm-bar{
	display:none;
}
.navbar .main-btn{
	font-size: 15px;
    padding: 5px 15px;
}
.navbar .main-btn.quote-btn{
	background:#ebb307;
	color: #000;
}
.navbar .main-btn.quote-btn:hover{
	background:#111;
	color:#FDFDFD;
}
.navbar .main-btn i{
	font-size: 18px;
    vertical-align: -1px;
    margin-right: 2px;
}
.sec-pad{
	padding:70px 0;
}
.pkg-sec-pad{
	padding:70px 0 100px 0;
}
.hero-sec{
	background-image: linear-gradient(160deg, #fdfdfd 0%, rgba(253, 253, 253, 0.68) 100%), url('../images/banner.webp');
	background-repeat:no-repeat;
	background-position:center;
	background-size:cover;
	position:relative;
}
.hero-title {
    font-weight: bold;
    text-transform: uppercase;
    font-size: 60px;
    line-height: 1.2em;
    margin-bottom: 15px;
}
.hero-text{
	font-size:18px;
	font-weight:500;
	margin-bottom: 25px;
}
.hero-content .call-btn{
	background:#ebb307;
	color: #000;
	margin-left:0;
}
.hero-content .call-btn:hover{
	background:#111;
	color: #FDFDFD;
}
.page-content-sec a{
	text-decoration:underline;
}
.page-content-sec a:hover{
	color:#ebb307;
}
.contact-form{
	position: relative;
	bottom: 55px;
}
.form-inner{
	background: #fff;
    padding: 30px;
	border-radius: 8px;
	box-shadow: 0px 0px 41px 8px rgba(0, 0, 0, 0.14);
}
.form-input input{
	height:50px;
	border-radius:8px;
}
.form-input textarea{
	border-radius:8px;
}
.form-input input:focus, .form-input textarea:focus{
	box-shadow:none;
	border-color:#ebb307;
}
.form-inner .main-btn{
	height:50px;
	padding:0;
	border:none;
}
.sec-title{
	font-weight: bold;
    text-transform: uppercase;
    font-size: 35px;
    line-height: 1.2em;
}
.pkg-card{
	background:#fff;
	border-radius:8px;
	border:1px solid #edf5ed;
	transition:0.3s;
	position:relative;
}
.pkg-card:hover{
	box-shadow:0px 0px 30px 0px rgba(0, 0, 0, 0.14);
}
.pkg-img{
	height:250px;
	overflow:hidden;
	border-top-left-radius:8px;
	border-top-right-radius:8px;
}
.pkg-img img{
	height:100%;
	object-fit:cover;
	border-top-left-radius:8px;
	border-top-right-radius:8px;
}
.pkg-label{
	position: absolute;
    top: 26px;
    background: #ebb307;
    padding: 5px 20px;
    color: #fff;
    font-weight: 600;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
}
.pkg-content{
	padding: 30px 20px;
}
.pkg-rating i{
	color:#dfdbdb;
	font-size:22px;
}
.pkg-rating i.fill{
	color:#ebb307;
}
.pkg-content h3{
	font-size: 20px;
    line-height: 26px;
    margin-bottom: 10px;
    font-weight: bold;
}
.pkg-content h3 a:hover{
	color:#ebb307;
}
.pkg-price span{
	font-size:25px;
	font-family:"Lexend", sans-serif;
	font-weight:600;
	color:#ebb307;
}
.pkg-price span sub{
	font-size:14px;
	font-weight:300;
	color:#0a0a0a;
}
.pkg-btn .main-btn{
	font-size: 12px;
    padding: 5px 10px;
}
.content-sec h2{
	font-size:22px;
	font-weight:600;
}
.content-sec h3{
	font-size:20px;
	font-weight:600;
}
.page-content-sec h2{
	font-size:22px;
	font-weight:600;
}
.accordion-button:focus{
	box-shadow:none;
}
.accordion-button:not(.collapsed) {
    background-color: #111;
    color: #fff;
}
.accordion-button:not(.collapsed)::after{
	filter: brightness(30);
}
.customize-form{
	bottom:0;
}
.customize-sec{
	background-image: linear-gradient(160deg, #fdfdfd 0%, rgba(253, 253, 253, 0.68) 100%), url('../images/banner.webp');
	background-repeat:no-repeat;
	background-position:center;
	background-size:cover;
	position:relative;
}
.footer-contact-sec{
	background:#111;
}	
.contact-block{
	background:#fff;
	padding:32px;
	border-radius:10px;
    text-align: center;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.cb-icon i{
	font-size: 2.5rem;
    margin-bottom: 1.5rem;
	color:#111;
}	
.contact-block h3{
	font-size: 1rem;
    margin-bottom: 1rem;
    font-weight: 600;
}
.get-in-touch__contact {
    color: #ebb307;
    font-weight: 600;
    font-size: 1.5rem;
    margin-bottom: 1rem;
    text-decoration: none;
    display: block;
}
.get-in-touch__contact:hover{
	color: #111;
}
.contact-block p{
	font-size: .875rem;
    margin-bottom: 1.5rem;
}
.contact-block .main-btn{
	padding: 7px 20px;
    display: block;
    text-align: center;
}
.contact-block .contact-btn{
	background:#15803d;
}
.contact-block .contact-btn:hover{
	background:#ebb307;
}
.footer{
	background-color:#f8fff8;
	color:;
	font-size:15px;
}
.ftm-widget .tp-social a{
	padding-left:0;
	padding-right:10px;
}
.ftm-widget .tp-social a i{
	width: 35px;
    height: 35px;
	background:#fff;
    line-height: 35px;
    text-align: center;
    border-radius: 100%;
}
.ftm-widget .tp-social a i:hover{
	color:#ebb307;
}
.ftm-title{
	font-size: 20px;
    font-weight: 600;
    margin: 0;
    padding-bottom: 15px;
}
.ftm-menu ul{
	padding:0;
	margin:0;
	list-style:none;
}
.ftm-menu ul li{
	padding:3.5px 0;
	position:relative;
	padding-left:15px;
	font-size:15px;
	font-weight:500;
}
.ftm-menu ul li:before{
	content: "\f105";
    font-family: FontAwesome;
    font-size: 14px;
    position: absolute;
    top: 3.5px;
    left: 0;
}
.ftm-menu ul li.ftm-address{
	padding-left:20px;
	line-height: 25px;
}
.ftm-menu ul li.ftm-email{
	padding-left:20px;
}
.ftm-menu ul li.ftm-phone{
	padding-left:20px;
	margin-top:5px
}
.ftm-menu ul li.ftm-address:before{
	content:"\f041";
	
}
.ftm-menu ul li.ftm-email:before{
	content:"\f0e0";
	
}
.ftm-menu ul li.ftm-phone:before{
	content:"\f095";
}
.ftm-menu ul li a{
	color: #0a0a0a;
    transition: 0.4s;
	font-weight: 600;
}
.ftm-menu ul li:hover i,
.ftm-menu ul li:hover a{
	color:#ebb307;
}
.footer-bottom{
	background-color: #111;
}
.footer-bottom p{
	padding: 8px 0;
    color: #fff;
	margin:0;
}
.inner-hero{
	background-image: linear-gradient(160deg, #fdfdfd 0%, rgba(253, 253, 253, 0.68) 100%), url('../images/8.webp');
	padding:100px 0;
}
.page-list ul{
	display: flex;
    justify-content: center;
    list-style: none;
    padding: 0;
    margin: 0;
	gap:7px;
}
.page-list ul li a:hover{
	color:#ebb307;
}
.page-title{
	font-family: "Lexend", sans-serif;
    color: #333;
	font-weight: bold;
    text-transform: uppercase;
    font-size: 35px;
    line-height: 1.2em;
	margin-bottom:25px;
}
.contact-info{
	background:#ebb307;
}
.contact-item i{
	display:block;
	width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background: #fff;
    color: #333;
    border-radius: 60px;
    font-size: 24px;
	margin:0 auto;
	margin-bottom: 10px;
	
}
.contact-item{
    padding: 30px 0;
    border-bottom: 1px solid #ffffff3b;
    text-align: center;
}
.contact-item:last-child{
	border-bottom:none;
}
.contact-item a{
	color:#000;
	font-weight:400;
}
.contact-forms{
	background:#f8fff8;
	height:100%;
}
.contact-forms .form-input{
	margin-bottom:20px;
}
.g-map{
	height:380px;
}
.pkg-body{
	background:#f5f5f5;
}
.pkg-includes{
	background:#fff;
	height:100%;
}
.pkg-title{
	font-size: 30px;
    font-weight: 600;
    line-height: 40px;
}
.pkg-inner-img{
	height:340px;
}
.pkg-inner-img img{
	height:100%;
	object-fit:cover;
}
.pkg-inner-title{
	background:#ebb307;
}
.pkg-inner-title h2{
	font-size: 16px;
    font-weight: 500;
    margin: 0;
	padding: 12px;
    color: #fff;
}
.package-title {
	color: #007bff;
	margin-top: 0;
}
.pkg-include-list ul{
	list-style:none;
}
.pkg-include-list ul li{
	padding:13px 15px;
	border-bottom:1px solid #f5f5f5;
	display:flex;
	align-items:center;
	gap:9px;
}
.pkg-price{
	padding:10px 15px;
	padding-left:0;
}
.pkg-include-list ul li svg{
	width:20px;
}
.pkg-contact{
	background:#fff;
	height:100%;
}
.pkg-contact-list ul{
	list-style:none;
}
.pkg-contact-list ul li i{
	font-size:25px;
}
.pkg-contact-list ul li{
	display:flex;
	align-items:center;
	gap:12px;
	padding: 18px 12px;
    border-bottom: 1px solid #f5f5f5;
}
.pkg-contact-list ul li:last-child{
	border-bottom:none;
}
.pkg-inner-price{
	padding:15px;
}
.pkg-inner-price span{
	font-size: 30px;
}
.pkg-contact-list ul li a{
	font-size: 13px;
    font-weight: 500;
    line-height: 22px;
}
.pkg-contact-list ul li a:hover{
	color:#ebb307;
}
.pkg-contact-list ul li a span{
	display:block;
}
.pkg-bottom-details{
	background:#fff;
	padding:20px;
}
.hotal-top{
	display:flex;
	align-items:center;
	gap: 12px;
}
.hotal-name{
	border-left: 1px solid #333;
    padding-left: 12px;
}
.hotal-name h3{
	font-size:16px;
	font-weight:500;
	margin-bottom:5px;
}
.hotal-name .pkg-rating i{
	font-size:16px;
}
.pkg-desc ul li span{
	font-weight:500;
}
.alert-note{
	color:#ff0000;
}
.float {
    position: fixed;
    bottom: 20px;
    right: 20px;
    color: #FFF;
    text-align: center;
    font-size: 30px;
    z-index: 100;
}
@media only screen and (max-width: 1200px) {
	.navbar .container{
		max-width: 980px;
	}
	.navbar-nav li{
		padding: 0;
	}
	.hero-title{
		font-size:50px;
	}
	.ftm-widget-first{
		margin-bottom:20px;
	}
}
@media only screen and (max-width: 992px) {
	.navbar-toggler{
		border-radius: 0;
		padding: 6px;
	}
	.navbar-toggler:focus{
		box-shadow:none;
	}
	.navbar-nav li:hover ul{
		display:none;
		left:0;
		top: 100%;
	}
	.dropdown-menu.show {
		display: block !important;
	}
	.call-btn{
		margin-left:0;
		margin-top:10px;
	}
	.hero-img{
		text-align:center;
	}
	.hero-img{
		display:none;
	}
	.hero-content.mb-5{
		margin-bottom: 120px !important;
	}
	.contact-form .row>*{
		padding-right: 5px;
		padding-left: 5px;
	}
	.ftm-widget-first{
		margin-bottom:0;
	}
	.row{
		gap:20px 0;
	}
	.sec-title{
		font-size:30px;
	}
}
@media only screen and (max-width: 991px) {
	.navbar .container{
		max-width: 720px;
	}
}
@media only screen and (max-width: 767px) {
	.sec-pad {
		padding: 50px 0;
	}
	.navbar .container{
		max-width: 540px;
	}
	.tpd-bar{
		display:none;
	}
	.tpm-bar{
		display:block;
		font-size:13px;
	}
	.navbar-collapse{
		position:absolute;
		top:82px;
		left:0;
		background:#fff;
		padding:20px 10px;
		padding-top:0;
		z-index:111;
		width:100%;
	}
	.call-btn{
		margin-left:0;
	}
	.hero-title {
        font-size: 45px;
    }
	.hero-text{
		font-size:16px;
	}
	.hero-btn .main-btn{
		display:block;
		text-align:center;
	}
	.hero-btn .main-btn.call-btn.me-2{
		margin-right:0 !important;
		margin-bottom:12px;
	}
	.sec-title{
		font-size:25px;
	}
	.hero-content.mb-5 {
        margin-bottom: 90px !important;
    }
	.pkg-inner-img {
		height: 100%;
	}
	.fm-row .col-md-6.ps-0{
		padding-left: calc(var(--bs-gutter-x) * .5) !important;
	}
}