:root {
	--c1:#e2a82d;
	--c2:#f8f9fa;
	--c4:#0f1d22;
	--c6:#0457b1;
	--c5:#f7f4e3;
	--c7:#ebecf1;
	--font:'Russo One', sans-serif;
	--font1:'Titillium Web', sans-serif;
}
.modal-title{
	color:#ffc03f;
    text-transform:uppercase;
	text-align:center;
    margin-top: 35px;
}
.sl_content {
    margin-left: 40%;
}
.sl_content h1 {
    font-size: 70px;
    font-family: var(--font1);
    color: #2f2d4e;
}
.menu a { pointer-events:none; cursor:default; }
.menu ul { list-style:none; padding:0; }
.menu .menu-active {  padding:0 10px 20px; }
.menu .menu-active > a { font-size:24px; font-weight:400; background:var(--dark); color:var(--light); display:block; padding:10px; margin:0; border:1px solid rgba(0,0,0,0.1); }
.menu .menu-active > ul { padding:20px 15px 10px; background:rgba(0,0,0,0.02); border:1px solid rgba(0,0,0,0.1); border-top:0; }
.menu .menu-active .meal { display:flex; align-items:center; justify-content:space-between; margin:0 0 15px; }
.menu .menu-active .meal h5 { font-size:16px; font-weight:600; margin:0; }
.menu .menu-active .meal h5.sub-item { margin:0 0 0 20px; color:var(--dark8); }
.menu .menu-active .meal h5.sub-item:before { content:"â€¢ "; color:var(--primary); }
.menu .menu-active .meal h4 { font-size:16px; font-weight:600; margin:0; }
.menu .menu-active .meal .dots { flex-grow:1; border-bottom:2px dashed var(--primary); height:15px; margin:0 10px; }
.menu .menu-active .meal .price { font-size:14px; font-weight:700; color:var(--dark); }
.menu .menu-active .productdescription,
.menu .menu-active .subproductdescription,
.menu .menu-active .sub-menu > .menucatdescription { font-size:12px; font-weight:600; font-style:italic; margin:-15px 0 15px; color:var(--dark6); text-align:justify; }
.menu .menu-active .subproductdescription { margin-left:40px; }
.menu .btn { margin:30px auto; cursor: pointer;
    pointer-events: all;}
.menu .menu-active .meal h5.sub-item::before {
    display: none;
}
.top_note {
    padding: 10px 0px;
    background: #f90202;
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
}
.voucher_text h2 {
    font-size: 40px;
	font-weight: bold;
	line-height: 50px;
}
.voucher_text h2 span {
    font-family: var(--font);
    font-size: 50px;
    font-weight: bold;
}
a.btn.destop-btn {
    padding: 4px 5px;
    margin-left: 20px;
    display: inline-block;
    font-size: 14px;
    background:var(--c1);
    line-height: 16px;
    color: #fff;
}

.md-on .btn{
	margin-bottom:30px;
}
.two{
	display:none;
}
.md-on {
	margin-bottom:30px;
}
.top_note p {
	margin:0;
	font-weight:700;
}
.d-bs{
	margin-top:30px!important;
}
.top_note .icon {
    font-size: 40px;
	position:absolute;
	top:10px;
	right:10px;
	line-height:20px;
	cursor:pointer;
}
section.home-about {
    padding: 100px 0px;
	background: #fff;
	position:relative;
	height: 590px;
	margin-bottom:0px;
}
.img-main {
    position: absolute;
    top: -150px;
	transition:3s;
}
.img-main .one,.img-main .two {
		transition:3s;

}
section.md-one {
    margin-bottom: 150px;
}
.img-main:hover .one{
	display:none;
	

}
.img-main:hover .two{
	display:block;
	

}
.modal{
top:150px;}
.modal-header{
	background:red;
}
.modal-footer .btn {
    color: red;
}
.modal-header .close{
display:none;}
.modal-body p {
    color: #000;
}
.wel-one.wel-one2.text-left {
    width: 50%;
    margin: 0 auto;
}
.wel-one.wel-one2 .btn{
	display:inline-block;
}
.yes {
    padding: 200px 0;
    height: 600px;
    background: url(img/f.png);
    background-position: 100%;
	background-size: cover;
}
::placeholder { color:var(--c2); }
::selection { color:var(--c1); background:var(--c2); }
::-webkit-scrollbar { width:5px; }
::-webkit-scrollbar-track { background:var(--c1); }
::-webkit-scrollbar-thumb { background:var(--c3); }

html,
body { background-image: url(img/bg1.jpg); min-height:100vh; font-family: var(--font1); font-size:16px; font-weight:300; line-height:1.2; color:var(--c3); background-color:var(--c2); background-repeat:repeat; background-position:0 0; background-size:auto; background-attachment:fixed; }
a { color:inherit; transition:all 0.3s; }
a:hover { text-decoration:none; }
img { width:100%; }
p { 
	font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    color: #666;
}
section { margin:0 0 100px; }
.btn {
    padding: 15px 20px;
    box-shadow: 0 0 0 1px var(--c1) inset;
    border-radius: 0;
    color: var(--c2);
    font-size: 20px;
    line-height: 20px;
    position: relative;
    font-weight: 500;
    letter-spacing: 2px;
    transition: all 0.8s ease-in-out;
    background: var(--c1);
}
.btn:hover { ouline:none; color:var(--c2); background:var(--c1); }
.btn .h { position:absolute; left:50%; top:50%; transform:translateX(-50%) translateY(-50%); border:1px solid var(--c1); width:100%; height:calc(100% + 20px); transition:all 0.7s ease-in; }
.btn .v { position:absolute; left:50%; top:50%; transform:translateX(-50%) translateY(-50%); border:1px solid var(--c1); width:calc(100% + 20px); height:100%; transition:all 0.7s ease-in; }
.btn:hover .h { width:calc(100% + 20px); height:100%; }
.btn:hover .v { width:100%; height:calc(100% + 20px); }
.btn:focus { outline:none; box-shadow:none; }

#btt { position:fixed; right:10px; bottom:-70px; width:40px; height:40px; line-height:40px; border-radius:0 10px 0 10px; background:var(--c1); text-align:center; color:var(--c2); cursor:pointer; transition:all 0.3s cubic-bezier(0,.82,.49,1.59); z-index:2000; }
#btt.show { bottom:10px; }
#btt:hover { background:var(--c3); color:var(--c2); border-radius:10px 0 10px 0; }

header { background:var(--c6);position:absolute; bottom:0; height:70px; z-index:500; width:100%; padding:15px 0; display:flex; transition:all 0.5s; }
.wel {
    padding: 200px 0;
    text-align: center;
    background: url(img/wel.jpg) no-repeat center / cover;
}
.maintest h2 {
    font-weight: bold;
    font-family: var(--font);
    font-size: 50px;
    color: var(--c1);
}
.accordion>.card>.card-header {
    border-radius: 0;
    margin-bottom: -1px;
    background: var(--c2);
	margin-bottom: 10px;
    border-radius: 40px;
}
.accordion>.card>.card-header h2 .btn {
    background: var(--c2);
	color: var(--c1);
	border:0px!important;
	box-shadow: none;
	text-decoration: none;

}
.accordion>.card>.card-header h2  {
}
.card {
    background: transparent;
    border: none;
}
.over-lay{
	position: absolute;
	width: 100%;
	height: 100%;
	content:"";
	top:0;
	left:0;
	background: rgb(12 141 255 / 10%);
    z-index: 1;
}
.slider-text-2 {
    position: absolute;
    bottom: 30px;
    z-index: 4;
    left: 50%;
    transform: translateX(-50%);
	font-family: var(--font);
	color: var(--c2);
}
section.testimonial {
    padding: 50px 0 0 0;
	position: relative;
	z-index: 2;
	background: var(--c7);
	margin: 0;
}
section.testimonial::after {
    position: absolute;
	content:"";
	top:0;
	height: 60%;
	width: 100%;
	background:var(--c6);
	z-index: -1;
}
section.faq {
	padding: 100px 0;
	background:var(--c7);
	margin:0;
}
section.testimonial .item{
	display: block;
    position: relative;
    background:var(--c2);
    padding:20px;
    border-radius: 5px;
    border: 1px solid rgba(0, 0, 0, 0.02);
    -webkit-box-shadow: 0px 30px 33px -41px rgb(0 0 0 / 24%);
    -moz-box-shadow: 0px 30px 33px -41px rgba(0, 0, 0, 0.24);
    box-shadow: 0px 30px 33px -41px rgb(0 0 0 / 24%);
	margin-top: 30px;

}
section.testimonial .item h5{
	color:var(--c1);
	font-family: var(--font);
}
section.testimonial .item i {
    position: absolute;
    top: -15px;
    background: var(--c1);
    font-size: 30px;
    color: var(--c2);
}
.faq-con h2{
   font-family: var(--font);
   color:var(--c1);
   font-size: 30px;
}
.faq-con h2 span{
	color:var(--c1);
	display: block;

 }
.content-texts {
    padding: 0px 0px 30px 0;
}
.content-texts p{
    margin: 0;
	font-family: var(--font);
	color:var(--c2);
}
.content-texts h2{
    margin: 0;
	font-family: var(--font);
	color: var(--c1);
	font-size: 30px;
}
header .container { display:flex; align-items:center; justify-content:space-between; }
header.fixed { position:fixed; bottom:auto; top:0; background: var(--c6);}
header .logo { display:block; width:150px; height:80px; margin-right:10vw; position:relative;margin-top: 50px; }
header .logo img { width:100%; position:relative; z-index:510; transition:all 0.5s; }
header .logo .hover { position:absolute; left:0; top:0; z-index:520; opacity:0; }
header .logo:hover img { opacity:0; }
header .logo:hover .hover { opacity:1; }
header nav { flex-grow:1; }
header nav ul { display:flex; align-items:center;  list-style:none; margin:0; padding:0; }
header nav ul li a { font-size:15px; font-weight:600; color:var(--c1);margin-right: 40px; text-transform:uppercase; letter-spacing:1px; position:relative; }
header nav ul li a:before,
header nav ul li a:after { content:""; display:block; position:absolute; bottom:-3px; left:0; width:0%; height:1px; background:var(--c1); transition:all 0.4s cubic-bezier(.48,.57,.33,.89); }
header nav ul li a:after { bottom:0; transition:all 0.4s cubic-bezier(.48,.57,.33,.89) 0.1s; }
header nav ul li a.active,
header nav ul li a:hover { color:var(--c1); }
header nav ul li a.active:before,
header nav ul li a.active:after,
header nav ul li a:hover:before,
header nav ul li a:hover:after { width:100%; }
header nav .closer,
header nav .toggler { display:none; }
a.gtn {
    width: 40%;
    text-align: center;
    padding: 17px;
    background: var(--c1);
    font-size: 30px;
    font-weight: 900;
    text-transform: uppercase;
    color: var(--c2);
}
.cont-text {
    padding: 70px 20px;
}
#voucher { position:fixed; left:0; bottom:50px; width:150px; z-index:2000; transition:all 0.5s; animation:switcher 3s infinite; }
#voucher .hover { fill:var(--c2); transition:all 0.3s; }
#voucher:hover .hover { fill:var(--c4); }
#voucher.small { left:-130px; }
.vCloser {  position:fixed; left:130px; bottom:50px; width:20px; height:100px; padding:20px 0; line-height:20px; text-align:center; color:var(--c1); z-index:2100; transition:all 0.5s; cursor:pointer; }
.vCloser .la-angle-right { display:none; }
.vCloser.small .la-angle-right { display:inline-block; }
.vCloser.small .la-angle-left { display:none; }
.vCloser.small { left:0; }
.voucher_part{padding: 200px 0; text-align: center;background: url(img/voucher.png) no-repeat 100% 0% / 44%,url(img/voucher1.png) no-repeat 0% 103% / 40%;}
@keyframes switcher {
	0% {    box-shadow: 0 0 0 0px rgba(103, 32, 31, 0.2);  }
	100% {    box-shadow: 0 0 0 35px rgba(103, 32, 31, 0);  }
}
.wel-one h2 {
    color: #efb63a;
    line-height: 50px;
    font-weight: bold;
    font-size: 50px;
    text-transform: capitalize;
    margin-bottom: 20px;
}
.wel-one h2 span {
    font-size: 60px;
    font-family: var(--font);
    color: #2f2d4e;
    font-weight: bold;
}

.our-loc  {
    display: flex;
	margin-right: 20px;
}
.our-loc .icon {
    margin-top: 5px;
}
.loc {
    margin-top: 25px;
    display: flex;
}
.our-loc svg{
	fill: #efb63a;
}
.timez {
    margin-left: 10px;
}
#home-banner .owl-item.active img {
    width: 110%!important;
}
.slider-txt {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 5;
    text-align: center;
}
.slider-txt h2 {
	font-family: var(--font);
	color: var(--c2);
	font-size:70px;
}
.slider-txt h2 strong {
	color: var(--c1);
}
#home-banner { position:relative; height:100vh;margin:0; }
#home-banner .item { height:100vh; position:relative; z-index:100; }
#home-banner .item img { width:100%; height:100%; object-fit:cover; }
#home-banner .item .cover { padding:30px 0 130px; position:absolute; width:100%; height:100%; top:0; left:0; display:flex; align-items:center; }
#home-banner .item .cover .header-content { position:relative; overflow:hidden; }
#home-banner .item .cover .header-content .line { content:""; display:inline-block; width:100%; height:100%; left:0; top:0; position:absolute; border:9px solid var(--c1); -webkit-clip-path:polygon(0 0, 60% 0, 20% 100%, 0 100%); clip-path:polygon(0 0, 60% 0, 20% 100%, 0 100%); }
#home-banner .item .cover .header-content h2 { font-family: var(--font1);
 font-weight:400; font-size:32px; color:var(--c1); text-transform:capitalize; }
#home-banner .item .cover .header-content h1 { font-family: 'Yeseva One', cursive; font-size:80px; font-weight:400; margin:5px 0;  color:var(--c1); text-transform:capitalize; }
#home-banner .item .cover .header-content h4 { font-size:24px; font-weight:300; line-height:30px; color:var(--c3); }
#home-banner .owl-item.active h2 { animation-duration:1.5s; animation-fill-mode:both; animation-name:fadeInDown; animation-delay:0.5s; }
#home-banner .owl-item.active h1 { animation-duration:1.5s; animation-fill-mode:both; animation-name:fadeInDown; animation-delay:1.0s; }
#home-banner .owl-item.active h4 { animation-duration:1.5s; animation-fill-mode:both; animation-name:fadeInDown; animation-delay:1.5s; }
#home-banner .owl-item.active .d-bs { animation-duration:1.5s; animation-fill-mode:both; animation-name:fadeInDown; animation-delay:1.5s; }
#home-banner .owl-item.active .line { animation-duration:2s; animation-fill-mode:both; animation-name:fadeInLeft; animation-delay:1s; }
#home-banner .owl-nav .owl-prev,
#home-banner .owl-nav .owl-next { position:absolute; right:25px; top:43%; opacity:0; transition:all 0.4s ease-out; cursor:pointer; height:40px; position:absolute; display:block; z-index:200; border-radius:0; font-size:60px; color:var(--c1); width:40px; border-top:2px solid var(--c1); border-right:2px solid var(--c1); transform:rotate(45deg); }
#home-banner .owl-nav .owl-prev { right:auto; left:25px; transform:rotate(225deg); }
#home-banner .owl-nav .owl-prev:focus,
#home-banner .owl-nav .owl-next:focus { outline:0; }
#home-banner .owl-nav .owl-prev:hover { background:transparent; left:15px; }
#home-banner .owl-nav .owl-next:hover { background:transparent; right:15px; }
#home-banner:hover .owl-prev { left:20px; opacity:1; }
#home-banner:hover .owl-next { right:20px; opacity:1; }

.title { display:flex; width:50%;margin:0 auto; align-items:center; padding:0 0 40px; font-weight:400; }
.title h2 { font-size:48px; letter-spacing:5px; color:var(--c1);  text-transform:uppercase;  }
.subtitle { font-size:18px; letter-spacing:2px; color:var(--c3); margin:0 auto 60px; text-align:left; width:50%; display:table; font-weight:300; }

.home-about .btn { display:table; margin:0 auto 60px; }
section.home-con-1 {
	margin: 0;
	background: var(--c7);
}
section.home-con-1 label {
    margin: 0;
    font-size: 16px;
    font-weight: 600;
}
section.home-con-1 textarea,section.home-con-1 input {
    width: 100%;
    display: block;
    height: 45px;
    line-height: 45px;
    padding: 0 20px;
    border: 1px solid var(--c1);
    background: transparent;
    color: var(--c3);
    margin: 0 0 15px;
}
.home-con-1 form#contact-form {
    padding: 50px;
	background: var(--c2);
}
.cont-text h2{
	font-family: var(--font);
    color: var(--c1);
}
.home-con-1 li.nav-item {
    width: 30%;
    text-align: center;
    background: var(--c2);
    border-radius: 5px;
    margin-right: 20px;
	-webkit-box-shadow: 0px 9px 21px -16px rgb(0 0 0 / 15%);
    -moz-box-shadow: 0px 9px 21px -16px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 9px 21px -16px rgb(0 0 0 / 15%);
}
.home-con-1 #pills-tabContent {
    padding: 20px;
    background: var(--c2);
	-webkit-box-shadow: 0px 9px 21px -16px rgb(0 0 0 / 15%);
    -moz-box-shadow: 0px 9px 21px -16px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 9px 21px -16px rgb(0 0 0 / 15%);
}
.home-con-1 .nav-pills .nav-link {
    border-radius: .25rem;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
}
.home-con-1 ul#pills-tab {
    width: calc(100% - -20px);
}
.home-con-1 .nav-pills .nav-link.active, .nav-pills .show>.nav-link {
background-color: var(--c6);
}
.quote { display:flex; align-items:center; justify-content:space-between; background:#0f1d22; overflow:hidden; margin:0; }
.quote img { width:50%; }
.quote #testimonial-slider { width:50%; text-align:center; padding:20px 12vw; transition:all 0.3s ease-out; background:rgba(201, 171, 129, 0.01); }
.quote #testimonial-slider:hover { background:rgba(201, 171, 129, 0.05); }
.quote #testimonial-slider q { font-weight:400; font-size:24px; line-height:1.5; font-family: var(--font1); letter-spacing:1px; }
.quote #testimonial-slider p { font-weight:300; font-size:16px; color:var(--c1); margin:30px 0 15px; text-transform:uppercase; letter-spacing:2px; }
.quote #testimonial-slider .owl-dot { width:10px; height:10px; border-radius:50%; display:inline-block; background:var(--c3); margin:0 5px; opacity:1; }
.quote #testimonial-slider .owl-dot.active { background:var(--c1); }

.offer { overflow:hidden; position:relative; margin:0; padding:200px 0; min-height:70vh; }
.offer:after { content:""; background:rgba(15, 29, 34, 0.7); position:absolute; left:0; top:0; width:100%; height:100%; z-index:200; }
.offer .container { position:relative; z-index:300; }
.offer .text { width:45%; text-align:center; display:table; margin:0 auto; }
.offer .subtitle { margin-bottom:50px; }
.offer video { position:absolute; left:50%; top:50%; transform:translateX(-50%) translateY(-50%); min-width:100%; min-height:100%; z-index:100; }

footer {
    background-attachment: fixed;
    padding: 50px 0;
	overflow: hidden;
	background-color: var(--c6);
}
section.menu .title,section.contact .title,section.gallery .title {
    width: 100%;
    text-align: center;
    display: block;
	padding:0;
}
section.menu .subtitle {
    margin: 20px 0;
    text-align: center;
    width: 100%;
}
footer iframe { width:100%; }
footer .content { text-align:center; }
footer .content img { width:200px; margin:0 0 15px; }
footer .content p { font-weight:300; }
footer .content p a { font-weight:500; }
footer .content p a:hover { color:var(--c3); }
footer .copy { font-weight:500; font-size:15px; margin:40px 0 0; text-align:center; background:#044b97; color:var(--c2); padding:20px 0; }

.gallery { padding:200px 0 0; }
.gallery .item { width:calc(25% - 30px); margin:15px; padding:3px; border:1px solid var(--c1); overflow:hidden; }
.gallery .item a { display:block; transition:all 1s; width:100%; cursor:pointer; }
.gallery .btns { text-align:center; margin-bottom:30px; }
.gallery .btns .btn { padding:8px 15px 4px; line-height:1; }
.gallery .btns .btn.active { color:var(--c2); background:var(--c1); }

.about { padding:200px 0 0; }
.about .subtitle { width:100%; }

.book { padding:100px 0 0; margin:0; overflow:hidden; }
.book .d-lg-flex > div { width:50%; }
.book .content { height:100%; display:flex; align-items:center; text-align:center; padding:0 30px; }
.book .subtitle { width:100%; }

.offfer { padding:100px 0 0; margin:0; overflow:hidden; }
.offfer svg .c1 { fill:var(--c1); }
.offfer svg .c2 { fill:var(--c2); }
.offfer svg .c3 { fill:var(--c3); }
.offfer svg .c4 { fill:var(--c4); }
.offfer p { text-align:left; }
.con-on a {
    color: var(--c2);
	margin-bottom: 5px;
	display: block;
	
}
.link a {
    font-size: 21px;
	color:var(--c1);
	font-family: var(--font);
	margin-left: 25px;
}
.contact { padding:70px 0 100px; margin:0; overflow:hidden;background: var(--c7); }
.contact form#contact-form {
    padding: 50px;
    background: var(--c2);
}
.contact .add { padding:30px 15px; border:1px solid var(--c1); height:calc(100% - 60px); margin-top:60px;text-align: center; }
.contact .add p:last-child { margin:0; }
.contact .add a { color:var(--c1); }
.contact textarea,
.contact input { width:100%; display:block; height:45px; line-height:45px; padding:0 20px; border:1px solid var(--c1); background:transparent; color:var(--c3); margin:0 0 15px; }
.contact textarea { min-height:90px; resize:vertical; }
.contact label { margin:0; font-size:16px; font-weight:600; }
.contact input:focus,
.contact textarea:focus { box-shadow:none; outline:none; background:var(--c2); }
.contact .btn { display: block;
    /* margin-left: auto; */
    width: 100%;
    border-radius: 130px; }
.contact .btn.success { border-color:green; color:green; opacity:1; box-shadow:0 0 0 1px green inset; cursor:default; }
.contact .btn.error { border-color:red; color:red; opacity:1; box-shadow:0 0 0 1px red inset; cursor:default; }

.our-menu img { width:50%; display:table; margin:0 auto; }
.our-menu .panel-title { border:1px solid var(--c1); border-bottom:0; padding:10px; font-size:18px; font-weight:700; margin:30px 0 0; color:var(--c1); }
.our-menu .panel-body { border:1px solid var(--c1); padding:10px; }
.our-menu .product_name { font-size:14px; font-weight:400; margin:0 0 5px; }
.our-menu .price_dv { font-size:12px; font-weight:400; margin:0 0 5px; text-align:right; }
.our-menu .price_dv span { font-size:14px; font-weight:700; }
.our-menu .sub_product { padding-left:15px; }
.our-menu .product_dv:not(:last-child) { border-bottom:1px solid rgba(255,255,255,0.1); margin:0 0 10px; }
.our-menu .product_description { font-size:12px; font-weight:400; margin:0 0 5px; text-align:left; }

.menu { padding:200px 0 100px; margin:0; }
.menu .btn {
    display: table;
    margin: 30px auto 30px;
}
.menu .panel a { pointer-events:none; cursor:default; }
.menu .panel .product_dv { margin-bottom:10px; border-bottom:1px solid #efb63a; }
.menu .panel .panel-title { margin:20px 0 10px; letter-spacing:0; padding:5px 0; }
.menu .panel .panel-title a { font-size:26px; color:var(--c1)!important; }
.menu .panel .sub_product { padding-left:20px; }
.menu .panel .price_dv { text-align:right; font-weight:700; font-size:15px; }
.menu .panel .product_name { margin:0; font-size:16px; font-weight:700; letter-spacing:0; }
.menu .panel .product_description { margin:0 0 10px; font-size:15px; letter-spacing:0; font-weight:600; opacity:0.8; }
.menu .panel .add_icon,
.menu .panel .product_images { display:none; }
.mb-btn{
	display:none;
	 padding: 10;
    padding: 10px 10px;
    margin-left: 20px;
	font-size:16px;
	background: #efb63a;
}
@media (max-width:1200px) {
	.our-menu .menu-holder { height:10000px; }
	.sl_content {
    margin-left: 0%;
}
}
@media (max-width:992px) {
	.maintest h2 {
		font-size: 35px;
	}
	.voucher_text h2 span {
		font-family: var(--font);
		font-size: 40px;
		font-weight: bold;
	}
	.voucher_text h2 {
		font-size: 30px;
		font-weight: bold;
		line-height: 40px;
	}
	.voucher_part {
		padding: 100px 0;
		background: url(img/voucher.png) no-repeat 100% 0% / 40%,url(img/voucher1.png) no-repeat 0% 103% / 60%;
	}
	.img-main{
		position:static;
	}
	section.home-about{
		height:auto;
	}
	.sl_content {
    margin-left: 0%;
}
	.main-slider .row {
    flex-flow: column-reverse;
}
	.gallery .item { width:50%; }
	.book { padding:200px 0 100px; }
	.book .content { display:block; }
	.book .d-lg-flex > div { width:100%; }
	.book .d-lg-flex img { display:none; }
	.our-menu .menu-holder { height:auto; }
	header nav .toggler { display:block; width:35px; height:35px; margin:0 0 0 auto; line-height:35px; text-align:center; border:1px solid var(--c1); color:var(--c1); border-radius:3px; cursor:pointer; }
	header nav .closer { display:block; position:absolute; right:30px; top:30px; font-size:30px; color:var(--c1); border-radius:3px; cursor:pointer; z-index:3500; }
	header nav ul { display:block; position:fixed; text-align:center; right:-300px; top:0; width:300px; padding:5vh 0; height:100vh; background:var(--c2); z-index:3000; transition:all 1s ease-out; }
	header nav ul.show { right:0px; }
	header nav ul li a { padding:5vh 0; display:block; margin:0;}
	.quote #testimonial-slider { margin:0 auto; }
	.quote img { display:none; }
	footer iframe { margin:0 auto 60px; display:table; width:auto; }
}
li.nav-item.d-done {
    display: none;
}
@media (max-width:600px) {
	#home-banner .item {
    height: 80vh;
	}
	#home-banner {
    height: 80vh;
}
.sl_content {
    margin-left: 0%;
}
.sl_content h1 {
    font-size: 35px;
}
.loc{
	display:block;
}
	.pl-0{
		padding-left:15px!important;
	}
	.img-main {
   position:static;
    transition: 3s;
}
.wel-one.wel-one2.text-left {
    width: 100%;
}
section.home-about .row {
    flex-flow: column-reverse;
}
.yes {
    background-position: 60%;
}
	.wel-one h2 {
	font-size: 30px;
    line-height: 40px;
}
.yes {
    padding: 100px 0;
    height:auto;
}
	.wel-one h2 span {
    font-size: 50px;
}
	.mb-btn{
		display:inline-block;
	}
	header .logo {
    display: inline-block;
    width: auto; 
   height: auto; 
     margin-right:0!important;
   position: relative;
   margin:0;
}
	header .logo img {
    width: 120px!important;
  
}
	.destop-btn{
		display:none!important;
	}
	.title h2 { font-size:36px;font-family: var(--font); }
	#home-banner .item .cover .header-content .line,
	.owl-theme .owl-nav,
	.title svg { display:none; }
	.subtitle { width:90%; }
	#home-banner .item .cover .header-content { padding:10px; }
	.gallery .item { width:100%; }
	.gallery .item a { background-size:150% auto; }
	.gallery .item a:hover { background-size:150% auto; }
	#home-banner .item .cover .header-content h1 { font-size:40px; }
	.quote #testimonial-slider { width:100%; }
}

.book p {
    text-align: center;
}
.col-lg-5.hf img {
    border-radius: 6px;
    box-shadow: 0px 0px 10px #0000002e;
}

.home-con-1 button.btn {
    display: block;
    width: 100%;
    border-radius: 130px;
}

@media (max-width:900px){
    .contact {
        padding: 110px 0 100px;
        margin: 0;
        overflow: hidden;
    }
    #home-banner .item {
        height: 80vh;
        }
        #home-banner {
        height: 80vh;
    }
    header {
        bottom: 95px;
    }
    a.gtn {
        display: none;
    }
    .cont-text h2 {
        font-size: 22px;
    }
    .home-con-1 ul#pills-tab {
        width: 100%;
        flex-flow: column;
    }
    .home-con-1 li.nav-item {
        width: 100%;
        margin-right: 0;
        margin-bottom: 10px;
    }
    section.faq {
        padding: 50px 0;
    }
    .content-texts {
        padding: 0px 0px 20px 0;
    }
    .home-con-1 form#contact-form {
        padding: 50px 20px;
    }
    .faq-con h2 {
        font-size: 22px;
        margin-top: 38px;
    }
    div#accordionExample h2 {
        margin: 0;
    }
    .accordion>.card>.card-header h2 .btn {
        text-align: left;
        padding: 0;
        font-size: 15px;
    }
    
}

