@import url('https://fonts.googleapis.com/css2?family=Frank+Ruhl+Libre:wght@700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,300;0,400;0,500;1,200&display=swap');

body{margin:0;padding:0; overflow-x:hidden;}

/* HTML Elements */
ul, ol {margin: 0; padding:0;}
/* HTML Elements ends */

/* Selection Color */
::-moz-selection {background:#ac3e3e; color:#ffcc66; text-shadow:none;}
::-webkit-selection {background:#ac3e3e; color:#ffcc66; text-shadow:none;}
::-o-selection {background:#ac3e3e; color:#ffcc66; text-shadow:none;}
::-ms-selection {background:#ac3e3e; color:#ffcc66; text-shadow:none;}
::selection {          background: #b58029;
    color: #ffffff;
    text-shadow: none;}
/* Selection Color ends */

/* Typography CSS */
@font-face
{
	font-family:'itc1'; 
    src:url(../fonts/itc2/ITCAvantGardeStdDemi.otf );
}
@font-face
{
	font-family:'itc2'; 
    src:url(../fonts/itc2/ITCAvantGardeStdMd.otf);
}
@font-face
{
	font-family:'itc3'; 
    src:url(../fonts/itc2/ITCAvantGardeStdMdCnObl.otf);
}
@font-face
{
	font-family:'itc4'; 
    src:url(../fonts/itc2/ITCAvantGardeStdXLt.otf);
}

@font-face
{
	font-family:'itc'; 
	src:url(../fonts/itc/ITCAvantGardeStdDemi.otf);
	src:url(../fonts/itc/ITCAvantGardeStdDemi.otf);
	src:url(../fonts/itc/ITCAvantGardeStdDemiCn.otf);
	src:url(../fonts/itc/ITCAvantGardeStdDemiCnObl.otf);
	src:url(../fonts/itc/ITCAvantGardeStdDemiObl.otf);
	src:url(../fonts/itc/ITCAvantGardeStdMd.otf);
	src:url(../fonts/itc/ITCAvantGardeStdMdCn.otf);
	src:url(../fonts/itc/ITCAvantGardeStdMdCnObl.otf);
	src:url(../fonts/itc/ITCAvantGardeStdMdObl.otf);
	src:url(../fonts/itc/ITCAvantGardeStdXLt.otf);
 
	 
	 

}
@font-face {
    font-family: 'barkentina_1regular';
    src: url('../fonts/barkentina_1-webfont.eot');
    src: url('../fonts/barkentina_1-webfont.eot?#iefix') format('embedded-opentype'),
	url('../fonts/barkentina_1-webfont.woff2') format('woff2'), 
	url('../fonts/barkentina_1-webfont.woff') format('woff'), 
	url('../fonts/barkentina_1-webfont.ttf') format('truetype'), 
	url('../fonts/barkentina_1-webfont.svg#barkentina_1regular') format('svg');
    font-weight: normal;
    font-style: normal;
}
/* Typography CSS ends */

/* Global CSS */
.clear{clear:both;}
.no-padding{padding-right:0;padding-left:0;}
.no-paddingR{padding-right:0;}
.no-paddingL{padding-left:0;}

/* Some Padding Field Changes ( for below media queries written) */
.change-padding{padding-right:15px; padding-left:15px;}
.change-paddingR{padding-right:0px;}
.change-paddingL{padding-left:0px;}
.spl-padding{padding-right:0;padding-left:0;}
/* Some Padding Field Changes ends */
img{max-width:100%;}

@media only screen and (min-width: 320px) and (max-width: 767px) {
	.change-padding{padding-right:0px; padding-left:0px;}
	.change-paddingR{padding-right:15px;}
	.change-paddingL{padding-left:15px;}
	.spl-padding{padding-right:15px;padding-left:15px;}
}
 
h1{    font-family: 'Frank Ruhl Libre', serif;
    font-size: 40px;
	font-weight: 900;
text-transform: uppercase;}


header .item {
    height: 75vh;
	position: relative;
  }
  header .item img {
	width: 100%;
	height: 100%;
	object-fit: cover;
  }
  header .item .cover {
	padding: 75px 0;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	/* background: rgba(0, 0, 0, 0.6); */
	display: flex;
	align-items: center;
  }
.social i
{
      font-size: 30px;
    padding: 0px 5px;
}
footer .social
{
  display:flex;
}
  header .item .cover .header-content {
	position: relative;
	padding: 56px;
	overflow: hidden;
  }
  header .item .cover .header-content .line {
	content: "";
	display: inline-block;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	position: absolute;
	border: 9px solid #fff;
	-webkit-clip-path: polygon(0 0, 60% 0, 36% 100%, 0 100%);
	clip-path: polygon(0 0, 60% 0, 36% 100%, 0 100%);
  }
  header .item .cover .header-content h2 {
	font-weight: 300;
	font-size: 35px;
	color: #fff;
	text-shadow: 1px 3px 4px #3c3c3c;
  }
  header .item .cover .header-content h1 {
	font-size: 4
	6px;
    font-weight: 600;
    margin: 5px 0 20px;
    word-spacing: 3px;
    color: #fff;
	font-family: 'Frank Ruhl Libre', serif;
    /* text-shadow: 1px 3px 4px #3c3c3c; */
	text-align: center;
	text-transform: uppercase;
  }
  header .item .cover .header-content h4 {
    font-size: 24px;
    font-weight: 500;
    line-height: 36px;
	color: #fff;
	text-align: center;
    
  }
  header .owl-item.active h1 {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	animation-name: fadeInDown;
	animation-delay: 0.3s;
  }
  header .owl-item.active h2 {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	animation-name: fadeInDown;
	animation-delay: 0.3s;
  }
  header .owl-item.active h4 {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	animation-name: fadeInUp;
	animation-delay: 0.3s;
  }
  header .owl-item.active .line {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	animation-name: fadeInLeft;
	animation-delay: 0.3s;
  }
  header .owl-nav .owl-prev {
	position: absolute;
	left: 15px;
	top: 43%;
	opacity: 0;
	-webkit-transition: all 0.4s ease-out;
	transition: all 0.4s ease-out;
	background: rgba(0, 0, 0, 0.5) !important;
	width: 40px;
	cursor: pointer;
	height: 40px;
	position: absolute;
	display: block;
	z-index: 1000;
	border-radius: 0;
  }
  header .owl-nav .owl-prev span {
	font-size: 1.6875rem;
	color: #fff;
  }
  header .owl-nav .owl-prev:focus {
	outline: 0;
  }
  header .owl-nav .owl-prev:hover {
	background: #000 !important;
  }
  header .owl-nav .owl-next {
	position: absolute;
	right: 15px;
	top: 43%;
	opacity: 0;
	-webkit-transition: all 0.4s ease-out;
	transition: all 0.4s ease-out;
	background: rgba(0, 0, 0, 0.5) !important;
	width: 40px;
	cursor: pointer;
	height: 40px;
	position: absolute;
	display: block;
	z-index: 1000;
	border-radius: 0;
  }
  header .owl-nav .owl-next span {
	font-size: 1.6875rem;
	color: #fff;
  }
  header .owl-nav .owl-next:focus {
	outline: 0;
  }
  header .owl-nav .owl-next:hover {
	background: #000 !important;
  }
  header:hover .owl-prev {
	left: 0px;
	opacity: 1;
  }
  header:hover .owl-next {
	right: 0px;
	opacity: 1;
  }



  header .owl-theme .owl-nav {
	margin-top: 0px;
	text-align: center;
	-webkit-tap-highlight-color: transparent; }
	header .owl-theme .owl-nav [class*='owl-'] {
	  color: #FFF;
	  font-size: 14px;
	  margin: 5px;
	  padding: 4px 7px;
	  background: #D6D6D6;
	  display: inline-block;
	  cursor: pointer;
	  border-radius: 3px; }
	  header .owl-theme .owl-nav [class*='owl-']:hover {
		background: #869791;
		color: #FFF;
		text-decoration: none; }
		header .owl-theme .owl-nav .disabled {
	  opacity: 0.5;
	  cursor: default; }
  
	  header .owl-theme .owl-nav.disabled + .owl-dots {
	margin-top: 10px; }
  
	header .owl-theme .owl-dots {
	text-align: center;
	-webkit-tap-highlight-color: transparent; }
	header .owl-theme .owl-dots .owl-dot {
	  display: inline-block;
	  zoom: 1;
	  *display: inline; }
	  header .owl-theme .owl-dots .owl-dot span {
		width: 10px;
		height: 10px;
		margin: 5px 7px;
		background: #D6D6D6;
		display: block;
		-webkit-backface-visibility: visible;
		transition: opacity 200ms ease;
		border-radius: 30px; }
		header .owl-theme .owl-dots .owl-dot.active span, header .owl-theme .owl-dots .owl-dot:hover span {
		background: #869791; }

		header .owl-carousel,.owl-carousel .owl-item{-webkit-tap-highlight-color:transparent;position:relative}.owl-carousel{display:none;width:100%;z-index:1}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y;touch-action:manipulation;-moz-backface-visibility:hidden}.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0,0,0)}.owl-carousel .owl-item,.owl-carousel .owl-wrapper{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}.owl-carousel .owl-item{min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none}.owl-carousel .owl-item img{display:block;width:100%}.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{display:none}.no-js .owl-carousel,.owl-carousel.owl-loaded{display:block}.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel .owl-nav button.owl-next,.owl-carousel .owl-nav button.owl-prev,.owl-carousel button.owl-dot{background:0 0;color:inherit;border:none;padding:0!important;font:inherit}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel.owl-refresh .owl-item{visibility:hidden}.owl-carousel.owl-drag .owl-item{-ms-touch-action:pan-y;touch-action:pan-y;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-grab{cursor:move;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.owl-carousel .animated{animation-duration:1s;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{animation-name:fadeOut}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.owl-height{transition:height .5s ease-in-out}.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity .4s ease}.owl-carousel .owl-item .owl-lazy:not([src]),.owl-carousel .owl-item .owl-lazy[src^=""]{max-height:0}.owl-carousel .owl-item img.owl-lazy{transform-style:preserve-3d}.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url(owl.video.play.png) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;transition:transform .1s ease}.owl-carousel .owl-video-play-icon:hover{-ms-transform:scale(1.3,1.3);transform:scale(1.3,1.3)}.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;transition:opacity .4s ease}.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}



		.navbarx
		{    position: fixed;
			width: 100%;
			z-index: 6666;}

			.navbar-default .navbar-nav > li > a:hover {
				color: #00589c;
				background-color: transparent;
			  }
			  .navbar-nav > li > a {
			 
				line-height: 50px;
				-webkit-transition: all ease-in-out 0.4s;
				-moz-transition: all ease-in-out 0.4s;
				-o-transition: all ease-in-out 0.4s;
				transition: all ease-in-out 0.4s;
			  }
			  .navbar-dark .navbar-nav .nav-link {
				color: rgb(255 255 255);
			}
			 
			  .navbar-default .navbar-nav > li > a {
				color: #000;
				font-size: 14.4px;
				padding-right: 1rem !important;
				padding-left: 1rem !important;
				font-weight: 500;
			  }
			  .navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
			    color: rgb(214 188 106);
			}
			  .navbar-brand {
					padding: 10px 15px;
			  }
			  .navbar-brand img {
				width: 100%;
				-webkit-transition: all ease-in-out 0.4s;
				-moz-transition: all ease-in-out 0.4s;
				-o-transition: all ease-in-out 0.4s;
				transition: all ease-in-out 0.4s;
			  }
			  .navbar-default
			  {     background: no-repeat;
				border-bottom: none;}
			  .shrink-nav {
				color: #000 !important;
				top: 0px;
				background-color: #fff;
				position: fixed;
				box-shadow: 1px 1px 1px #c5c5c5;
				width: 100%;
                z-index: 66666;
			  }
			  .shrink-nav .navbar-nav > li > a:hover {
				color: #d7b258 !important;
				 
			}
			.dropdown-item:hover, .dropdown-item:focus {
				color: #ffffff;
				text-decoration: none;
				background-color: #dbc36d;
			}
	 .navbar-nav .dropdown-item a {
				text-decoration: none !important;
				background: none !important;
				transition: 1s background-size;
			}
			  .shrink-nav img {
				 width: 100%;
				 -webkit-transition: all ease-in-out 0.4s;
				 -moz-transition: all ease-in-out 0.4s;
				 -o-transition: all ease-in-out 0.4s;
				 transition: all ease-in-out 0.4s;
			}
			  .shrink-nav .navbar-nav > li > a {
				color: #000 !important;
				line-height: 24px;
			  }

 .abt
 {    background: #ffffff;
	padding: 70px 1px 75px;}			  
	ul#menuz li {
		display: inline;
		padding: 2px 3px 5px;
		font-size: 14px;
		
		background: #ffffff;
		border-radius: 50%;
		transition: 1s;
	  }	
	  ul#menuz li:hover {
		display: inline;
		padding: 2px 3px 5px;
		font-size: 14px;
		background: #d02818; 
		border-radius: 50%;
		transition: 1s;
	  }	
	  ul#menuz li i{   padding: 2px;
	    color: #000000;
		font-size: 13px;
		width: 19px;
		height: 19px;
		text-align: center;
		 }
	  .social
	  {
	 
    flex: 1;
    margin-top: 14px;
    margin-top: 8px;
    float: right;}
		.sbox
		{
			margin-bottom: 20px;
			border-radius: 8px;}
			.sbox:hover {
				box-shadow: none;
				margin-bottom: 20px;
			 
			}
		.sbox h3{    padding: 10px 1px 0px;
			font-size: 20px;
			font-weight: 400;
			margin-bottom: 4px;
		    color: #fff;}
 .ser
 {padding: 70px 1px;}	
 .ser h1{}	
 .abt button
 {
    background: none;
    border: 1px solid #d4240d;
    color: #ce220c;
	padding: 6px 40px;
	transition: 1s;
}	
.abt button:hover {
    background: #ce220c;
    border: 1px solid #d4240d;
    color: #fff;
	padding: 6px 40px;
	transition: 1s;
	cursor: pointer;
}
.bdr-l
{border-left: 1px solid #000;}
.pad22
{padding-left: 22px;}
.abt h2{ 
    color: #d52b1a;
    font-size: 56px;
    font-family: 'Poppins', sans-serif;
}
.abt h2 span{    font-size: 29px;
	font-weight: 100;}

 

	.ser h1 span{
		font-weight: 100;}
 .sbox p{margin-bottom: 0;
	font-size: 15px;}	
 footer{ padding: 80px 1px 80px;
	background: #010101;
	 }
	footer p{color: #fff;
		font-size: 13px;}
 footer ul li{color: #fff;}
 footer ul {list-style-type: none;}		
footer h3 {color: #fff;    font-size: 22px;     margin-bottom: 20px;}
 @media screen and (max-width: 767px) and (min-width: 300px)
 {
	.social {
		text-align: right;
		width: 11%;
	}
      .text-justify {
        text-align: left !important;
    }

.logozz
{display: none;}
.abtbox {
    box-shadow: 1px 1px 15px 2px #dedede;
    padding: 15px 15px 10px 15px;
	height: auto !important;
	margin-bottom: 25px;
}

	header .item {
		height: 36vh;
		position: relative;
	}
	header .item .cover .header-content h1 {
		font-size: 19px;
		font-weight: 600;
		margin: 5px 0 20px;
		word-spacing: 3px;
		color: #fff;
		text-shadow: 1px 3px 4px #3c3c3c;
	}
header .item .cover .header-content h4 {
    font-size: 15px;
    font-weight: 300;
    line-height: 14px;
    color: #fff;
    text-shadow: 1px 3px 4px #3c3c3c;
} 
header .item .cover .header-content {
    position: relative;
    padding: 18px;
    overflow: hidden;
    margin-top: 56px;
}
.navbar-brand img {
	width: 60%;
}
.navbar-dark .navbar-toggler {
      color: rgb(158 53 53);
    border-color: black;
    background: black;
}
.navbar-dark .navbar-toggler:active {
      color: rgb(158 53 53);
    border-color: black;
    background: black;
}
.navbar-dark .navbar-toggler:focus {
      color: rgb(158 53 53);
    border-color: black;
    background: black;
}
.navbar-dark .navbar-toggler-icon {
    background-image:url(../images/menu.png);
}
.navbar-nav
{    background: #000;}
.navbar-default .navbar-nav > li > a
{    line-height: 24px;}
.navbar-default {
    background: #fff;
}
.abt {
    background: #f9f9f9;
    padding: 30px 1px 30px;
}
.bdr-l {
    border-left: none;
}
.abt p img
{width: 187px;}
.abt h2 {
    color: #d52b1a;
    font-size: 28px;
    font-family: 'Poppins', sans-serif;
}
.ser {
    padding: 30px 1px;
}
.cbody .pull-right
{float:left;}
.ss .card {
    margin-top: 19px !important;
}
 }

 @media screen and (max-width: 991px) and (min-width: 768px)
 {
	.abtbox {
		box-shadow: 1px 1px 15px 2px #dedede;
		padding: 15px 15px 10px 15px;
		height: 39rem !important;
	}
	header .item {
		height: 40vh;
		position: relative;
	}
	header .item .cover .header-content h1 {
		font-size: 32px;
		font-weight: 600;
		margin: 5px 0 20px;
		word-spacing: 3px;
		color: #fff;
		text-shadow: 1px 3px 4px #3c3c3c;
	}
	header .item .cover .header-content h4 {
		font-size: 16px;
		font-weight: 300;
		line-height: 28px;
		color: #fff;
		text-shadow: 1px 3px 4px #3c3c3c;
	}
	header .item .cover .header-content {
		position: relative;
		padding: 22px;
		overflow: hidden;
	}
	.navbar-default .navbar-nav > li > a {
		color: #000;
		font-size: 13.4px;
		padding-right: 0.4rem !important;
		padding-left: 0.2rem !important;
		font-weight: 500;
	}
	.social {
		text-align: right;
		width: 100%;
	}
	ul#menuz li {
		display: inline;
		padding: 1px;
		font-size: 11px;
	}
	ul#menuz li i {
		padding: 2px;
		color: #0cb2c0;
		font-size: 9px;
		width: 11px;
		height: 13px;
		text-align: center;
	}
	.navbar-brand img {
		width: 72%;
	}
	.navbar-brand {
		padding: 10px 1px;
		margin-right: 0rem;
	}
 }

 @media screen and (max-width: 1024px) and (min-width: 992px)
 {
	header .item {
		height: 38vh;
		position: relative;
	}
	header .item .cover .header-content h1 {
		font-size: 32px;
		font-weight: 600;
		margin: 5px 0 20px;
		word-spacing: 3px;
		color: #fff;
		text-shadow: 1px 3px 4px #3c3c3c;
	}
	header .item .cover .header-content h4 {
		font-size: 16px;
		font-weight: 300;
		line-height: 28px;
		color: #fff;
		text-shadow: 1px 3px 4px #3c3c3c;
	}
	header .item .cover .header-content {
		position: relative;
		padding: 22px;
		overflow: hidden;
	}
	.navbar-default .navbar-nav > li > a {
		color: #000;
		font-size: 19.4px;
		padding-right: 0.4rem !important;
		padding-left: 0.2rem !important;
		font-weight: 500;
	}
	.social {
		text-align: left;
		width: 100%;
	}
	ul#menuz li {
		display: inline;
		padding: 3px;
		font-size: 11px;
	}
	.navbar-brand img {
		width: 72%;
	}
	.navbar-brand {
		padding: 10px 1px;
		margin-right: 0rem;
	}
 }

 
.parallax {
    background: url(../images/para1.jpg) no-repeat 0px 0px fixed !important;
	background-size: cover !important;
    padding: 125px 1px 75px 0px;
    color: #fff;
    text-align: -webkit-center;
}
.parallax h1
{font-size: 47px;
	font-weight: 100;}
	.parallax p
	{color: #bf2714;}
	.parallax  p a
	{color: #fff;}
	.msg input{
		width: 100%;
		padding: 10px 10px;
		background: #fff;
		border: 1px solid #a7a6a6;
		margin-bottom: 15px;
	}
	.msg textarea{
		width: 100%;
		padding: 10px 10px;
		background: #fff;
		border: 1px solid #a7a6a6;
		margin-bottom: 15px;
		height: 100px;
	}
	.msg button
	{        width: 100%;
		background: #b58029;
		border: 1px solid #b58029;
		border: 1px solid #b58029;
		padding: 6px 2px;
		color: white;
		font-weight: 500;
	cursor: pointer;}
		.msg button:hover {
			width: 100%;
			background: #e7cc72;
		 
			border: 1px solid #e7cc72;
			padding: 6px 2px;
		}
		.msg{    box-shadow: 1px 1px 6px 4px #e2e2e2;}
		.p-l0
		{padding-left: 0;}
		.contactbody
		{       padding: 70px 1px 1px;
			margin-top: 23px;}
		.msgbox
		{    padding: 30px 20px 30px 15px;}
		.adrz h4
		{color:#e2201c;
			font-size: 20px;}
			p {
				font-family: 'Poppins', sans-serif;
				font-size: 16px;
				color: #737373;
			}
			.adrz{    padding-bottom: 50px;}
			.parallax2 {
				background: url(../images/para2.jpg) no-repeat 0px 0px fixed !important;
				background-size: cover !important;
				padding: 125px 1px 75px 0px;
				color: #fff;
				text-align: -webkit-center;
			}
			.parallax2 h1
			{font-size: 47px;
				font-weight: 100;}
				.parallax2 p
				{color: #bf2714;}
				.parallax2  p a
				{color: #fff;}			

				/* .panel-default > .panel-heading {
					color: #000 !important;
					background-color: #f3f3f3!important;
					cursor: pointer;
					border-bottom: 1px solid;
					 
				  }
				  .panel-heading {
					padding: 15px 15px;
				  }
				  .panel-title > a {
					font-weight: 500;
					font-size: 18px;
					color: #221d19;
				}
				  .right-arrow
				  {font-size: 21px;}
				  .phed{    margin-bottom: 18px;
					margin-top: 10px;}
					.panel-body {
					  padding: 15px 15px 25px 15px !important;
					} */


					
					.accordion-head i{
						font-size: 2.5em;
    float: right;
    color: #e2201c;
    margin-top: -10px;
					}
					
					.accordion-head > .collapsed > i:before{
						content: "\f105";
					}
					h2{font-size: 34px;
						font-weight: 600;}
						.career .card-header {
							padding: 18px 29px 3px 29px;
							margin-bottom: 0;
							background-color: #f3f3f3;
							border-bottom: 1px solid rgba(0, 0, 0, 0.125);
						}
						.career .card
						{border: 1px solid #f3f3f3;}
						.career h3 {
							font-size: 22px;
							color: #575757;
						}
						.mbtn
					 { 
							background: #e2201c;
							color: #fff;
							border: 1px solid #e2201c;
							padding: 8px 15px;
						} 
						.mbtn:hover {
						 
							background: #cc130f;
							border: 1px solid #cc130f;
							border: 1px solid #cc130f;
							padding: 8px 15px;
						}
						.bdr-l{border-left: 1px solid #a09d9d;}
						.cbody
						{    padding: 24px 15px 35px;}
				a:hover{text-decoration: none;}	
				.cbody table tr td
				{padding: 5px 1px;}	

				.parallax3 {
					background: url(../images/para3.jpg) no-repeat 0px 0px fixed !important;
					background-size: cover !important;
					padding: 125px 1px 75px 0px;
					color: #fff;
					text-align: -webkit-center;
				}
				.parallax3 h1
				{font-size: 47px;
					font-weight: 100;}
					.parallax3 p
					{color: #bf2714;}
					.parallax3  p a
					{color: #fff;}
		.contactbody ul{margin-left: 15px;
	list-style-image: url(../images/dot.png);}	
	.contactbody ul li
	{
	    padding: 3px 0px;
	}		
	.parallax4 {
		background: url(../images/para4.jpg) no-repeat 0px 0px fixed !important;
		background-size: cover !important;
		padding: 125px 1px 75px 0px;
		color: #fff;
		text-align: -webkit-center;
	}
	.parallax4 h1
	{font-size: 47px;
		font-weight: 100;}
		.parallax4 p
		{color: #bf2714;}
		.parallax4  p a
		{color: #fff;}

	 
		.contactbody .carousel-inner img {
		  width: 100%;
		  height: 100%;
		}

		.contactbody .carousel
		{box-shadow: 1px 1px 6px 2px #8c8c8c;
			margin-top: 40px;}
	 .ss .card-header
	 {
		background: #e2201c;
		color: #fff;
		font-size: 19px;
		font-weight: 600;
	}
	.ss .card ul li
	{    border-bottom: 1px solid #dedede;
		padding: 9px 0px;}
		.ss .card ul li a
		{color: #000;}
		.ss .card ul li a:hover
		{color: #bf2714;}
 .ss .card
 {margin-top: -7.8rem;}
 .sactive
 {color: #e2201c !important;
	font-weight: 700;}
	
	.parallax5 {
		background: url(../images/para5.jpg) no-repeat 0px 0px fixed !important;
		background-size: cover !important;
		padding: 125px 1px 75px 0px;
		color: #fff;
		text-align: -webkit-center;
	}
	.parallax5 h1
	{font-size: 47px;
		font-weight: 100;}
		.parallax5 p
		{color: #bf2714;}
		.parallax5  p a
		{color: #fff;}
		.abtbg
		{
			background: url(../images/abtbg.jpg);
			background-size: cover;
			padding: 70px 1px;
			margin-top: 57px;
		}
		.logospan {
			font-size: 29px;
			font-weight: 100;
		}
		.logotext {
			color: #d52b1a;
			font-size: 56px;
			font-family: 'Poppins', sans-serif;
		}
		.top10
		{margin-top: 13rem;}
		.abtbox img
		{width: 100%;}
		.abtbox{    box-shadow:1px 1px 15px 2px #dedede;
			padding: 15px 15px 10px 15px;
			 }
			.abtbox:hover{box-shadow: 1px 1px 9px 1px #828282;
			transition: 1s;}

			.modal-body input {
				width: 100%;
				background: #f3f3f3;
				border: 1px solid #f7f7f7;
				padding: 8px 4px;
				margin-bottom: 15px;
			}
			.modal.show .modal-dialog {
				margin-top: 7rem;
			}

			.zoom-image {
				/* Positioning */
				position: relative;
				margin: 0 auto;
				/* Sizing */
			 
				overflow: hidden;
				/* Visual Tweaks */
			 
				border-radius: 15px;
				color: white;
				text-align: center;
			}

			
.zoom-image > img {
    display: block;
    margin: 0 auto;
    padding: 0;
	/* Here comes the magic */
    -webkit-transition: 0.3s ease-in;
    -moz-transition: 0.3s ease-in;
    -ms-transition: 0.3s ease-in;
    -o-transition: 0.3s ease-in;
    transition: 0.3s ease-in;
}

.zoom-image:hover > img,
.zoom-image:focus > img {
	/* Make the image bigger when mouse over or focused on mobile devices */
    transform: scale(1.5);
}
.abtbox:hover .zoom-image img
{  transform: scale(1.1);}

.sbox:hover .zoom-image img
{  transform: scale(1.1);}


.abtbox h3
{margin-top: 10px;}

@media screen and (max-width: 320px) and (min-width: 300px)
{
.social {
    text-align: right;
    width: 40%;
}
}
.social li a
{color: rgb(0 0 0);}
.social li a:hover
{color: rgb(226 32 28);}

.navbar-nav > li > a {
	line-height: 20px !important;
}
.sbox a h3
{color:#212529;}
.activez
{ 
	background: #d0281800 !important;
	color: #d6bc6a !important;
    border-bottom: 2px solid;
    padding: 7px 3px;
    font-weight: 700 !important;
}

.shrink-nav .navbar-nav > li > .activez {
	color: #d7b258 !important;
    line-height: 24px;
}
.underline {
	display: inline;
	position: relative;
	overflow: hidden;
  }
  .underline:after {
	content: "";
	position: absolute;
	z-index: -1;
	left: 0;
	right: 100%;
	bottom: -5px;
	background: #000;
	height: 4px;
	transition-property: left right;
	transition-duration: 0.3s;
	transition-timing-function: ease-out;
  }
  .underline:hover:after,
  .underline:focus:after,
  .underline:active:after {
	right: 0;
  }
 
  .navbar-nav a {
 
	text-decoration: none;
	background: linear-gradient(currentColor, currentColor) bottom / 0 .1em no-repeat;
	transition: 1s background-size;
}

.navbar-nav a:hover {
	background-size: 100% .1em;
}

/* Variations */
.navbar-nav a.left {
	background-position: left bottom;
}

.navbar-nav a.right {
	background-position: right bottom;
}

.simg
{margin-top: 15px;}

.bnr img
{width: 100%;}

.bnr h1 {
    font-size: 47px;
	font-weight: 100;
	color: #fff;
}
.bnr a{color: #fff;}
.bnr_content
{margin-top: -150px;}
 
@media screen and (max-width: 767px) and (min-width: 300px)

{
	.bnr img {
		width: 100%;
		margin-top: 73px;
	}
	.bnr_content {
		margin-top: -75px;
	}
	.abtbg {
		background: url(../images/abtbg.jpg);
		background-size: cover;
		padding: 28px 1px;
		margin-top: 0;
	}
	.bnr h1 {
		font-size: 30px;
		font-weight: 100;
		color: #fff;
	}
	.bnr p{
	color: #fff;
	font-size: 14px;
	}
	.contactbody {
		padding: 40px 1px;
		margin-top: 0;
	}
}

@media screen and (max-width: 991px) and (min-width: 768px)
{
	.bnr h1 {
		font-size: 38px;
		font-weight: 100;
		color: #fff;
	}
	.bnr_content {
		margin-top: -90px;
	}
	.abtbg {
		background: url(../images/abtbg.jpg);
		background-size: cover;
		padding: 50px 1px;
		margin-top: 0;
	}
	.contactbody {
		padding: 70px 1px;
		margin-top: -31px;
	}
}

@media screen and (max-width: 340px) and (min-width: 300px)
{
	.navbar-brand img {
		width: 41%;
	}
	.navbar-brand {
		padding: 0;
		margin-right: 0;
	}
}

.footbox
{    padding: 20px 13px 5px 13px;
    color: #fff;}
	.footbox p
	{    color: #fff;
		font-size: 13px;
		letter-spacing: 1px;}
	.footbox h3
	{color: #fff;
 font-size: 21px;}
 .navbar-nav .dropdown-menu {
 
    margin-top: -1px !important;
}
.ssbox
{margin-top: 25px;
	border: 6px solid #fff;}
	
	@media screen and (max-width: 1024px) and (min-width: 992px)
{
	.bnr_content {
		margin-top: -120px;
	}
	ul#menuz li i {
		padding: 2px;
	    color: #0cb2c0;
		font-size: 14px;
		width: 15px !important;
		height: 23px !important;
		text-align: center;
	}
}

.marginauto
{    margin: 0 auto;}
.headbar
{
	 
    z-index: 666;
	width: 100%;
	padding-top: 15px;
	background: black;
}
 
.box16{color:#fff;position:relative; margin-bottom: 15px;}
.box16 .box-content,.box16:after{width:100%;position:absolute;left:0}
.box16:after{content:"";height:100%;background:linear-gradient(to bottom,rgba(0,0,0,0) 0,rgba(0,0,0,.08) 69%,rgba(0,0,0,.76) 100%);top:0;transition:all .5s ease 0s}
.box16 .post,.box16 .title{transform:translateY(145px);transition:all .4s cubic-bezier(.13,.62,.81,.91) 0s}
.box16:hover:after{background:linear-gradient(to bottom,rgba(0,0,0,.01) 0,rgba(0,0,0,.09) 11%,rgba(0,0,0,.12) 13%,rgba(0,0,0,.19) 20%,rgba(0,0,0,.29) 28%,rgba(0,0,0,.29) 29%,rgba(0,0,0,.42) 38%,rgba(0,0,0,.46) 43%,rgba(0,0,0,.53) 47%,rgba(0,0,0,.75) 69%,rgba(0,0,0,.87) 84%,rgba(0,0,0,.98) 99%,rgba(0,0,0,.94) 100%)}
.box16 img{width:100%;height:230px;}
.box16 .box-content{padding:20px;margin-bottom:20px;bottom:0;z-index:1}
.box16 .title{ font-size: 18px;
    font-weight: 700;
	margin: 0 0 32px;}
.box16 .post{display: block;
    padding: 9px 0;
    font-size: 15px;
    color: #22daea;}
.box16 .social li a,.box17 .icon li a{    border-radius: initial;
    font-size: 16px;
    color: #fff;}
.box16:hover .post,.box16:hover .title{transform:translateY(0)}
.box16 .social{text-align: left !important; list-style:none;padding:0 0 5px;margin:40px 0 25px;opacity:0;position:relative;transform:perspective(500px) rotateX(-90deg) rotateY(0) rotateZ(0);transition:all .6s cubic-bezier(0,0,.58,1) 0s}
.box16:hover .social{opacity:1;transform:perspective(500px) rotateX(0) rotateY(0) rotateZ(0)}
.box16 .social:before{content: "";
    width: 0;
    height: 2px;
    background: #fff;
    margin: 0 auto;
    position: absolute;
    top: -31px;
    left: 0;
    right: 0;}
.box16 .social li{display:inline-block}
.box16 .social li a{display: block;
    width: 100%;
    height: auto;
    line-height: 26px;
    background: #08b0bf;
    /* margin-right: 10px; */
    transition: all .4s ease 0s;
    padding: 1px 8px;}
.box17 .icon li,.box17 .icon li a{display:inline-block}
.box16 .social li a:hover{    background: #00919e;}
.box16 .social li:last-child a{margin-right:0}
@media only screen and (max-width:990px){.box16{    margin-bottom: 20px;}
}

.blueback
{    background: #0cb2c0;
	padding: 75px 0px;}
	.blueback button
	{    background: #0cb2c0;
		border: none;
	cursor: pointer;
	transition: 1s;}
	.blueback button:hover {
		background: #ffffff;
		border: none;
		cursor: pointer;
		transition: 1s;
	}
	.brdrz
	{    border-right: 1px solid #fff;
		border-left: 1px solid #fff;}

.gap-top-bottom{padding:70px 0;}
.img-box img{width:100%;}
.text-box h4{    font-size: 17px;
    font-weight: 400;}

/**sec2 style**/
.sec2{padding:60px 0; border-top:1px solid #d9d9d9;}
.sec2 h1{color:red;}
.item-img {
	position: relative;
	transition: all ease-in-out 0.5s;
}
.hover-box {
	position: absolute;
	bottom: -100%;
	
	width: 100%;
	height: 100%;
	transition: all ease-in-out 0.5s;
	opacity: 0;
}
.hover-box ul {
	padding-left: 0;
	position: absolute;
	top: 50%;
	width: 100%;
	text-align: center;
	transform: translateY(-50%);
}
.hover-box ul li {
	color: gold;
	font-size: 30px;
}

.text-box-2 h4{color:#28A745;}
.text-box-2 p samp{color:red;}
/***hover**/
.item-box:hover .hover-box{
    opacity: 1;
    bottom:0;
    
}

.listing .text-box{
    padding: 0px 10px;
    position: absolute;
	top: 18pc;
    color: #fff;
    width: 90%;
    background: #00000040;
}
.listing .text-box p{color: #fff;
    font-size: 13px;
    font-weight: 200;}

.listing
{
    padding: 85px 0px;
}
		

.client-img {
    width: 120px;
    height: 120px;
    overflow: hidden;
    border: 4px solid #fff;
    margin: 0px auto 20px;
    border-radius: 100%;
}
.carousel-content {
    padding: 50px 0px;
}
.carousel-content h3 span {
    font-size: 17px;
    font-weight: normal;
	color: #969696;
   
}
.client-img img {
    width: 100%;
}
#testimonial {
    text-align: center;
    padding: 75px 0px;
	color: #212529;
    background: #f4f4f4;
}
#testimonial .carousel-control-prev,
#testimonial .carousel-control-next {
    font-size: 36px;
}
/*#testimonial h2 {
    font-size: 40px;
    font-style: italic;
    border-bottom: 1px solid #7fbdff;
    padding-bottom: 20px;
    display: inline-block;
}*/
.placepad
{
    padding: 0px 10px 11px;
}
.top10
{
	margin-top: 10px;
	color: #d8d8d8;
}
.floatr
{float: right;}

.blueback 
{ color: #fff;}
.blueback p
{color: #fff;}
.slidertext
{    color: #fff !important;
	text-shadow: 0px 1px 9px #7d7d7d;}
	.aparttext
	{    font-weight: 600;
		font-size: 20px;}
		.slick-slide img {
			display: block;
			border-radius: 9px;
		}
		.slick-next:before, .slick-prev:before {
			font-size: 20px;
			line-height: 1;
			opacity: .75;
			color: #e3cb6f !important;
			font-size: 27px !important;
		}				
		.slick-slider {
			margin-bottom: 30px;
			margin-top: 0px;
		}
.brows
		{
			background: #fff;
			border: none;
			font-weight: 500;
			cursor: pointer;
			padding: 3px 17px 3px 4px;
			transition: 1s;
		}
		.brows:hover {
			background: #45c3cf;
			border: none;
			font-weight: 500;
			cursor: pointer;
			padding: 3px 17px 3px 4px;
			transition: 1s;
			color: #fff;
		}		

		.carousel-control-prev, .carousel-control-next 
		{    color: #fff;}
		.carousel-control-prev:hover, .carousel-control-next:hover
		{    color:#e3cb6f;}

		.bot20
		{margin-bottom: 20px;}

		.carousel-indicators .active {
			background-color: #cba74e;
		}

		.carousel-indicators li
		{    background-color: rgb(202 202 202 / 89%);}

		.placepad h3
		{}
 .top20
 {    margin-top: 20px;}
 .botfoot p
 {    margin-bottom: 0;}
 .botfoot{    padding: 5px 0px;}

 @media screen and (max-width: 767px) and (min-width: 300px)
 {
	.headbar {
		padding-top: 0px;
	}
	.ss{display: none;}
	.navbar-default {
		background: none;
		margin-top: -22px;
	}
	.navbar-default {
	    background: #000;
    margin-top: -40px;
	}
	#testimonial {
		text-align: center;
		padding: 30px 0px;
		color: #212529;
		background: #f4f4f4;
	}
	.shrink-nav
	{ background: #000;
		margin-top: 0px;}
		footer {
			padding: 30px 1px 30px;
			background: #000000;
		}
		.slick-prev {
			left: -1px !important;
			z-index: 666 !important;
		}
		.slick-next {
			right: 8px !important;
		}
 }

 @media screen and (max-width: 991px) and (min-width: 768px)
 {
	.headbar p {
		font-size: 12px;
	}
	.listing .text-box {
		padding: 0px 10px;
		position: absolute;
		top: 7pc;
		color: #fff;
		width: 82%;
		background: #00000040;
	}
	.slick-prev {
		left: -14px !important;
	}
	.slick-next {
		right: -8px !important;
	}
 }

 @media screen and (max-width: 1024px) and (min-width: 992px)
 {

	.listing .text-box {
		padding: 0px 10px;
		position: absolute;
		top: 10pc;
		color: #fff;
		width: 88%;
		background: #00000040;
	}
	.box16 {
		color: #fff;
		position: relative;
		margin-bottom: 28px;
	}
 }
 
 .navbar
 {    padding: 0rem 1rem;}
 .booking
 {background: #322b23;}
 .booking label{color: #fff;}
 .booking select
 {
	width: 100%;
    background: #5f5243;
    border: none;
    padding: 8px 3px;
    color: #c3c3c3;
 }

 .booking input
 {
	width: 100%;
    background: #5f5243;
    border: none;
    padding: 8px 3px;
    color: #c3c3c3;
 }

 .booking {
    background: #322b23;
    /* padding: 74px 1px; */
}
.bookbut
{    width: 100%;
    background: #7c6a53;
    border: none;
    color: #fff;
	padding: 8px 11px;
cursor: pointer;}

.bookingpadd {
    padding: 50px 1px;
}
.me
{
    background: #0a0a0a;
    padding: 85px 1px;
}
.room
{    background: #0a0a0a;
	padding: 85px 1px;

}
.room h1{color: #fff;}

#testimonial {
    background: url(../images/testibg.jpg) no-repeat 0px 0px fixed !important;
    background-size: cover !important;
    padding: 100px 1px 100px 0px;
    color: #fff;
    text-align: -webkit-center;
}
.subscribe
{    padding: 70px 1px 75px;}

.me h1{color: #fff;}
.me button{    background: #0a0a0a;
    color: #fff;
    border: 2px solid #e3cb6f;
    border-radius: 15px;
	padding: 7px 30px;
transition: 1s;}
	.me button:hover {
		background: #e3cb6f;
		color: #000;
		border: 2px solid #e3cb6f;
		border-radius: 15px;
		padding: 7px 30px;
		transition: 1s;
	}

	.listingbutton{    background: #fff;
		color: #000;
		border: 2px solid #e3cb6f;
		border-radius: 15px;
		padding: 7px 30px;
	transition: 1s;}
	.listingbutton:hover {
			background: #e3cb6f;
			color: #000;
			border: 2px solid #e3cb6f;
			border-radius: 15px;
			padding: 7px 30px;
			transition: 1s;
		}

		.slick-next {
			right: 4px !important;
		}
		
		.slick-prev {
			left: -2px !important;
			z-index: 66;
		}

		.abt .social {
			flex: 1;
			margin-top: 14px;
			margin-top: 8px;
			float: left;
		}
		.testitext
		{    color: #fff;
			font-weight: 100;}

			.subscribe .input-group
			{    padding: 39px 0px;}
			.subscribe .input-group .form-control
			{    padding: 39px 15	px;
				background: #838383;
			color: #fff;}
				
				.btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active, .show > .btn-outline-secondary.dropdown-toggle {
					color: #fff;
					background-color: #020202 !important;
					border-color: #020202 !important;
				}

				.btn-outline-secondary {
					color: #fff;
					background-color: #020202 !important;
					border-color: #020202 !important;
					background-image: none;
					 
				}

				.subscribe .input-group .form-control::placeholder {
					color: #fff;
					opacity: 1; /* Firefox */
				  }
				  footer .social {
					flex: 1;
					margin-top: 14px;
					margin-top: 8px;
					float: left;
				}

@media screen and (max-width: 767px) and (min-width: 300px)
{
	.brlft
{border-top: 1px solid #c7c7c7 !important;
	border-left: none !important;
	padding-left: 15px !important;
    padding-top: 30px !important;}
	.yolo img {margin-bottom: 20px;}
	.bookingpadd {
		padding: 22px 10px;
	}
	.me {
		background: #0a0a0a;
		padding: 30px 1px;
	}
	.me button {
		background: #0a0a0a;
		color: #fff;
		border: 2px solid #e3cb6f;
		border-radius: 15px;
		padding: 7px 30px;
		transition: 1s;
		margin-bottom: 20px;
	}
	.listing {
		padding: 30px 0px;
	}
	.listingbutton {
		background: #fff;
		color: #000;
		border: 2px solid #e3cb6f;
		border-radius: 15px;
		padding: 7px 30px;
		transition: 1s;
		margin-bottom: 20px;
	}
	.listing .text-box {
		padding: 0px 10px;
		position: absolute;
		top: 24pc;
		color: #fff;
		width: 90%;
		background: #00000040;
	}
	#testimonial {
		background: url(../images/testibg.jpg) no-repeat 0px 0px fixed !important;
		background-size: cover !important;
		padding: 50px 1px 50px 0px;
		color: #fff;
		text-align: -webkit-center;
	}
	.subscribe {
		padding: 30px 1px 30px;
	}
	.shrink-nav .navbar-nav > li > a {
		color: #fff !important;
		line-height: 24px;
	}
	.shrink-nav .navbar-nav > li > .activez {
		color: #e9c863 !important;
		line-height: 24px;
	}
	h1 {
		font-family: 'Frank Ruhl Libre', serif;
		font-size: 36px;
		font-weight: 900;
		text-transform: uppercase;
	}
}

@media screen and (max-width: 991px) and (min-width: 768px)
{

	h1 {
		font-family: 'Frank Ruhl Libre', serif;
		font-size: 34px;
		font-weight: 900;
		text-transform: uppercase;
	}
	footer .social {
		text-align: left;
		width: 100%;
	}
}

@media screen and (max-width: 1024px) and (min-width: 992px)
{
	h1 {
		font-family: 'Frank Ruhl Libre', serif;
		font-size: 37px;
		font-weight: 900;
		text-transform: uppercase;
	}
}

.adrsbox
{background: black;
	padding: 20px 20px;
color: #fff;}

.adrsbox p {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    color: #c7c7c7;
    font-weight: 100;
}

.adrsbox h4
{
	color: #e7cc72;
    font-size: 20px;	
}

.abtpara {
    background: url(../images/abt-para.jpg) ;
    /* background-size: cover !important; */
    padding: 100px 1px 100px 0px;
    color: #fff;
    text-align: -webkit-center;
}

.abtpara p {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    color: #ffffff;
}

a {
    color: #fedc6e;
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}

a:hover {
    color: #a98133;
   
}

.abtbody {
    padding: 70px 1px 70px;
   
}

.abtbody2 {
    padding: 70px 1px 70px;
	background: black;
	color: #fff;
}
.abt2 {
    padding: 70px 1px 70px;
   
}
.nearz .abtbox {
    box-shadow: 1px 1px 15px 2px #dedede;
    padding: 15px 15px 10px 15px;
	height: auto;
	margin-bottom: 30px;
}

.nearz .abtbox h3 {
    margin-top: 10px;
    font-size: 22px;
}
 .nearbtn
 {    width: 100%;
    background: #bd9743;
    border: none;
    color: #fff;
	padding: 4px 3px;
cursor: pointer;}
.nearbtn:hover {
    width: 100%;
    background: #d8b361;
    border: none;
    color: #fff;
    padding: 4px 3px;
    cursor: pointer;
}

.casipara {
    background: url(../images/casi-para.jpg) 0px 0px fixed !important;
    /* background-size: cover !important; */
    padding: 100px 1px 100px 0px;
    color: #fff;
    text-align: -webkit-center;
}

.casipara p {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    color: #ffffff;
}
.casibody
{    padding: 0px 1px 70px;}

.fasipara {
    background: url(../images/fac-para.jpg);
    /* background-size: cover !important; */
    padding: 100px 1px 100px 0px;
    color: #fff;
    text-align: -webkit-center;
}
.fasipara p {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    color: #ffffff;
}
.fasipara2 {
    background: url(../images/fac-para.jpg) 0px 0px fixed !important;
    /* background-size: cover !important; */
    padding: 100px 1px 100px 0px;
    color: #fff;
    text-align: -webkit-center;
}
.fasipara2 p {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    color: #ffffff;
}

.featurebox {
    box-shadow: 0px 1px 6px 2px #0003;
    padding: 0px 20px 25px;
}
.featurebox h3 {
    margin-bottom: 16px;
}
.featurebox p {
    font-family: 'Poppins', sans-serif;
    font-weight: 200;
    font-size: 16px;
    color: #2f2f2f;
}
.featurebox h3 i {
	background: #a67c30;
    color: #fff;
    /* padding: 5px 5px; */
    border-radius: 50%;
    font-size: 30px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    margin-top: -21px;
    margin-bottom: 12px;
}

.royalpara {
    background: url(../images/casi-para.jpg) 0px 0px fixed !important;
    /* background-size: cover !important; */
    padding: 100px 1px 100px 0px;
    color: #fff;
    text-align: -webkit-center;
}

.royalpara p {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    color: #ffffff;
}

.hallpara {
    background: url(../images/hall-para.jpg) 0px 0px fixed !important;
    /* background-size: cover !important; */
    padding: 100px 1px 100px 0px;
    color: #fff;
    text-align: -webkit-center;
}

.hallpara p {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    color: #ffffff;
}

.roompara {
    background: url(../images/room-para.jpg) 0px 0px fixed !important;
    /* background-size: cover !important; */
    padding: 100px 1px 100px 0px;
    color: #fff;
    text-align: -webkit-center;
}

.roompara p {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    color: #ffffff;
}

.newsbox {
    background: #ffffff69;
    padding: 10px 20px 25px;
    margin-bottom: 55px;
    border-radius: 15px;
    box-shadow: 1px 1px 6px 2px #e0e0e0;
}
button{cursor: pointer;}

.newsec {
    padding: 85px 0px;
    background: #f3f3f3;
}
.newsec img
{margin-top:3pc}

.newsbox ul
{
margin-left:15px;
list-style-image:url(../images/dot.png);
}
.newsbox ul li
{
padding:5px 1px;
}
.contactbody2 {
    padding: 70px 1px 70px;
    margin-top: 23px;
}

#testimonial h3 {
    font-size: 1.35rem;
}

.bookform input
{
    width: 100%;
    background: #eaeaea;
    border: none;
    padding: 8px 10px;
    margin-bottom: 15px;
}
.bookform select
{
    width: 100%;
    background: #eaeaea;
    border: none;
    padding: 8px 10px;
    margin-bottom: 15px;
}

.bookform button{
    background: #fff;
    border-radius: 15px;
    border: 2px solid #ac853a;
    color: #a67c30;
    padding: 6px 27px;
    margin-top: 10px;
}
.bookform button:hover {
    background: #a67c30;
    border-radius: 15px;
    border: 2px solid #ac853a;
    color: #fff;
    padding: 6px 27px;
    margin-top: 10px;
}
.brlft
{border-left: 1px solid #c7c7c7;
    padding-left: 35px;}
    
    
    	
	@media screen and (max-width: 767px) and (min-width: 300px)
{

.abtpara {
    background: url(../images/blackp.jpg);
    /* background-size: cover !important; */
    padding: 40px 1px 40px 0px;
    color: #fff;
    text-align: -webkit-center;
}
.fasipara {
    background: url(../images/blackp.jpg);
    /* background-size: cover !important; */
    padding: 40px 1px 40px 0px;
    color: #fff;
    text-align: -webkit-center;
}
.roompara {
    background: url(../images/blackp.jpg) !important;
    /* background-size: cover !important; */
    padding: 40px 1px 40px 0px;
    color: #fff;
    text-align: -webkit-center;
}
 
.fasipara2 {
    background: url(../images/blackp.jpg) !important;
    /* background-size: cover !important; */
    padding: 40px 1px 40px 0px;
    color: #fff;
    text-align: -webkit-center;
}
.hallpara {
    background: url(../images/blackp.jpg) !important;
    /* background-size: cover !important; */
    padding: 40px 1px 40px 0px;
    color: #fff;
    text-align: -webkit-center;
}
.casipara {
    background: url(../images/blackp.jpg) !important;
    /* background-size: cover !important; */
    padding: 40px 1px 40px 0px;
    color: #fff;
    text-align: -webkit-center;
}

}

.headbar img
{position: relative;
        z-index: 6666;}
        
   .fixed_whatsapp img {
    width: 60px;
    position: fixed;
    bottom: 1%;
    z-index: 1000000000;
    left: 1%;
}     