@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
@font-face {
   font-family: Adoha;
   src: url(../css/fonts/Adoha.otf);
}
@font-face {
   font-family: Gelion-Light;
   src: url(../css/fonts/Gelion-Light.ttf);
}
@font-face {
   font-family: CabinetGrotesk-Regular;
   src: url(../css/fonts/CabinetGrotesk-Regular.ttf);
}
.jus-cnt
{
	justify-content: center;
}
.hide-desk
{
	display: none;
}
body{
	overflow-x: hidden;
}
*{
	margin:0;
	box-sizing: border-box;
}

.section-5 .owl-carousel .owl-nav button.owl-next {
       background-color: #fff;
    opacity: 0.3;
	border-radius: 50%;
    color: #020000;
    font-size: 80px;
    width: 34px;
    height: 34px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 9px;
    position: absolute;
    right: -80px;
  top: 90px;
   -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
}
.section-5 .owl-carousel .owl-nav button.owl-next span
{
   position: relative;
    top: -4px;
}
.section-5 .owl-carousel .owl-nav button.owl-prev {
        background-color: #fff;
    opacity: 0.3;
	border-radius: 50%;
    color: #020000;
    font-size: 80px;
    width: 34px;
    height: 34px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 9px;
    position: absolute;
    left: -80px;
    top: 90px;
     -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
}
.section-5 img
{
width: 13px;
}
.section-5 .owl-carousel .owl-nav button.owl-prev span
{
   position: relative;
    top: -4px;
}
.cnt-img-1
{
	    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.mb-030px
{
	margin-bottom: 30px;
}

.cnt-box-1 {
    display: flex;
    justify-content: flex-end;
    margin-top: 20px;
}
.container{
	max-width: 1170px;
	margin:auto;
}
ul{
	list-style: none;
	margin:0;
	padding:0;
}
a{
	text-decoration: none;
}
.mb-20px
{
	margin-bottom: 33px;
}
.why-info-icon img
{
width: 44px;
}
/*header*/
.header{
	position: fixed;
	width: 100%;
	left:0;
	top:0;
	transition: top 0.3s;
	z-index: 1000;
	padding: 15px;
	transition: top 0.3s ease, background 0.3s ease;
}
.header-main{
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0;
	border-radius: 0px;
}
.header .logo{
	padding: 0x;
}
.header .logo img{
/*	width: 350px;*/
}
.header .logo a{
	font-size: 30px;
	text-transform: capitalize;
	color: #e91e63;
	font-weight: 600;
}
.header .nav-menu{
	padding: 0 15px;
}
.header .menu > .menu-item{
	display: inline-block;
	margin-left: 24px;
	position: relative;
}
.header .menu > .menu-item > a{
	display: block;
	padding: 12px 0;
	font-size: 16px;
	color: #fff;
	font-family: 'Poppins', sans-serif;
	text-transform:uppercase;
	font-weight: 400;
	letter-spacing: 0.5px;
	transition: all 0.3s ease;
}
.header .menu > .menu-item > a .plus{
	display: inline-block;
	height: 12px;
	width: 12px;
	position: relative;
	margin-left:5px; 
	pointer-events: none;
}
.header .menu > .menu-item > a .plus:before,
.header .menu > .menu-item > a .plus:after{
	content:'';
	position: absolute;
	box-sizing: border-box;
	left: 50%;
	top:50%;
	background-color: #000000;
	height: 2px;
	width: 100%;
	transform: translate(-50%,-50%);
	transition: all 0.3s ease;
}
.header .menu > .menu-item:hover > a .plus:before,
.header .menu > .menu-item:hover > a .plus:after{
   background-color: #e91e63;
}
.header .menu > .menu-item > a .plus:after{
   transform: translate(-50%,-50%) rotate(-90deg);	
}
.header .menu > .menu-item > .sub-menu > .menu-item > a:hover,
.header .menu > .menu-item:hover > a{
	color: #fff;
}
.header .menu > .menu-item > .sub-menu{
	box-shadow: 0 0 10px rgba(0,0,0,0.2);
	width: 220px;
	position: absolute;
	left:0;
	top:100%;
	background-color: #ffffff;
	padding: 10px 0;
	border-top: 3px solid #e91e63;
	transform: translateY(10px);
	transition: all 0.3s ease;
	opacity:0;
	visibility: hidden;
}
.header .menu > .menu-item > a:before {
    content: '';
    position: absolute;
    left: 0;
    background-color:#fff;
    width: 100%;
    bottom: 3px;
    height: 1px;
    transform: scaleX(0);
    transform-origin: center;
    transition: transform 650ms;
}
.header .menu > .menu-item > a:hover::before
{
  transform: scaleX(1);
}
@media(min-width: 992px){
.header .menu > .menu-item-has-children:hover > .sub-menu{
	transform: translateY(0);
	opacity: 1;
	visibility: visible;
 }
 .header .menu > .menu-item-has-children:hover > a .plus:after{
    transform: translate(-50%,-50%) rotate(0deg);		
 }
}
.header .menu > .menu-item > .sub-menu > .menu-item{
	display: block;
}
.header .menu > .menu-item > .sub-menu > .menu-item > a{
	display: block;
	padding: 10px 20px;
	font-size: 16px;
	font-weight: 600;
	color: #000000;
	transition: all 0.3s ease;
	text-transform: capitalize;
}
.header .open-nav-menu{
	height: 34px;
	width: 40px;
	margin-right: 0px;
	display: none;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}
.header .open-nav-menu span{
	display: block;
	height: 3px;
	width: 24px;
	background-color: #fff;
    position: relative;
}
.header .open-nav-menu span:before,
.header .open-nav-menu span:after{
	content: '';
	position: absolute;
	left:0;
	width: 100%;
	height: 100%;
	background-color: #fff;
	box-sizing: border-box;
}
.header .open-nav-menu span:before{
	top:-7px;
}
.header .open-nav-menu span:after{
	top:7px;
}
.header .close-nav-menu{
	height: 40px;
	width: 40px;
/*	background-color: #ffffff;*/
	margin:0 0 15px 15px;
	cursor: pointer;
	display: none;
	align-items: center;
	justify-content: center;
}
.header .close-nav-menu img{
	width: 16px;
}
.header .menu-overlay{
	position: fixed;
	z-index: 999;
	background-color: rgba(0,0,0,0.5);
	left:0;
	top:0;
	height: 100%;
	width: 100%;
	visibility: hidden;
	opacity:0;
	transition: all 0.3s ease;
}

/*home section*/
.home-section{
	width: 100%;
	display: block;
	min-height: 100vh;
	background-image: url('../img/home.jpg');
	background-position: center top;
	background-size: cover;
}


/* responsive */

@media(max-width: 991px){
	.header .menu-overlay.active{
	visibility: visible;
	opacity: 1;
}
	.header .nav-menu{
		position: fixed;
		right: -280px;
		visibility: hidden;
		width: 280px;
		height: 100%;
		top:0;
		overflow-y: auto;
		background-color:rgb(59, 48, 31);
		z-index: 1000;
		padding: 15px 0;
		transition: all 0.5s ease;
	}
	.header .nav-menu.open{
		visibility: visible;
		right: 0px;
	}
	.header .menu > .menu-item{
		display: block;
		margin:0;
	}
	.header .menu > .menu-item-has-children > a{
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	.header .menu > .menu-item > a{
		color: #ffffff;
		padding: 12px 15px;
		border-bottom: 1px solid #676767;
	}
	.header .menu > .menu-item:first-child > a{
/*	    border-top: 1px solid #333333;	*/
	}
	.header .menu > .menu-item > a .plus:before, 
	.header .menu > .menu-item > a .plus:after{
		background-color: #ffffff;
	}
	.header .menu > .menu-item-has-children.active > a .plus:after{
        transform: translate(-50%,-50%) rotate(0deg);
	}
	.header .menu > .menu-item > .sub-menu{
		width: 100%;
		position: relative;
		opacity: 1;
		visibility: visible;
		border:none;
		background-color: transparent;
		box-shadow: none;
		transform: translateY(0px);
		padding: 0px;
		left: auto;
		top:auto;
		max-height: 0;
		overflow: hidden;
	}
	.header .menu > .menu-item > .sub-menu > .menu-item > a{
		padding: 12px 45px;
		color: #ffffff;
		border-bottom: 1px solid #333333;
	}
	.header .close-nav-menu,
	.header .open-nav-menu{
		display: flex;
	}
}
.section-1
{
	padding:9em 0 1em 0;
}
.title
{
    color: #785a28;
    font-family: Adoha;
    font-size: 47px;
    letter-spacing: 0.5px;
    margin: 14px 0 25px 0;
}
.room-nm {
    color: #fff;
    font-family: 'Poppins', sans-serif;
    font-size: 21px;
    margin: 0;
    font-weight: 500;
}
.sub-title
{
	color: #000000;
	font-family: 'Poppins', sans-serif;
	letter-spacing: 2px;
	text-transform: uppercase;
	font-size: 16px;
}
.info-why {
    color: #2d2d2d;
    font-family: "Montserrat", sans-serif;
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 8px;
/*    font-weight: 550;*/
}
.why-us-left
{
	padding-right:2em;
}
.why-us-right
{
	padding-left:2em;
}
.why-sec-2
{
	margin:4em 0 2em 0;
}
.why-info
{
	margin-top:2em;
}
.why-info-icon
{
	    height: 90px;
    width: 90px;
    background-color: #e8d5b1;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin:0 auto 20px auto;
        box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.info
{
	color: #2d2d2d;
	font-family: "Montserrat", sans-serif;
	font-size: 15px;
	line-height: 30px;
	margin-bottom: 8px;
}
.cnt-box
{
	display: flex;
	justify-content: center;
}
.div-img-1
{
	margin-top:6em;
}
.section-2
{
	padding:1em 0 4em 0;
}
.am-box-2
{
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}
.am-box-2
{
	margin: 15px 0 0 0;
}
.am-box-2 img
{
width: 40px;
}
.amt-box
{
	margin: 2em 0;
}
.room-head
{
	    font-family: 'Poppins', sans-serif;
    color: #000;
    font-size: 27px;
    font-weight: 500;
    margin: 26px 0;
}
.g1-info
{
    position: absolute;
    bottom: 0;
    width: 100%;
    margin: 0px auto;
    padding: 0 0 0 20px;
    right: 0;
    height: 84px;
    left: 0;
    background:linear-gradient(to top, #000000, rgba(0,0,0,0.65), rgba(255,255,255,0));
    -webkit-background:linear-gradient(to top, #000000, rgba(0,0,0,0.65), rgba(255,255,255,0));
    -moz-background:linear-gradient(to top, #000000, rgba(0,0,0,0.65), rgba(255,255,255,0));
    -o-background:linear-gradient(to top, #000000, rgba(0,0,0,0.65), rgba(255,255,255,0));
}
.g1-img img
{
	width: 100%;
}
.home-fac-box img
{
margin: 0 0 10px 0;
width: 64px;
}
.gallery-img
{
    position: relative;
    margin-bottom: 30px;
    overflow: hidden;
    transition: 0.5s all;
}
.g1-img-img
{
	transition: 0.5s all;
}
.gallery-img:hover .g1-img-img
{
	transform: scale(1.1);
}
/*.gallery-img:before
{
content: '';
position: absolute;
width: 100%;
height: 100%;
background-image: linear-gradient(rgba(255, 255, 255, 0), rgba(2,2,2,0.52));
}*/
.price
{
	color: #fff;
	font-family: Gelion-Light;
	font-size: 28px;
	margin: 0;
}
.s2-txt
{
	color: #fff;
	 font-family: CabinetGrotesk-Regular;
	font-size: 17px;
	margin:0 0 10px 0;
}
.book-now-btn
{
	color: #fff;
	 font-family: CabinetGrotesk-Regular;
	font-size: 18px;
	letter-spacing: 1px;
	    position:relative;
    display: block;
    bottom: -29px;
    opacity: 0;
    transition: 0.5s all;
}

.gallery-img:hover .book-now-btn
{
 bottom: 0px;
 opacity: 1;
}
.section-3
{
	background-color: #000000;
	padding:4em 0;
}
.home-fac-box
{
	border:1px solid #785a28;
	padding: 20px;
	margin-top:28px;
	height: 100%;
}
.home-fac-box h2
{
	   font-family: Adoha;
	   color: #785a28;
	   font-size: 20px;
	   letter-spacing: 0.5px;
}
.home-fac-box p
{
	color: #9a9a9a;
	font-family: "Montserrat", sans-serif;
	font-size: 15px;
	line-height: 30px;
}
.testimonial-slide
{
	margin:2em 0;
}
.section-5
{
	background-image: url(../images/bg-1.png);
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
    padding: 4em 0;
}
.banner
{
	background-image: url(../images/hotel-sterling-executive-banner.png);
	 backgroud-size: cover;
	 background-position: center;
	 height: 650px;
}
.team-name p
{
	color: #fff9ed;
	font-size: 15px;
	font-family: 'Poppins', sans-serif;
	line-height: 30px;
	text-align: justify;
}
.team-name h3
{
	color: #fff9ed;
	font-size: 15px;
/*	text-transform: uppercase;*/
	font-family: 'Poppins', sans-serif;
	line-height: 30px;
	text-align: justify;
}
.team-name h2
{
	color: #fff9ed;
	font-size: 18px;
	font-family: 'Poppins', sans-serif;
	line-height: 30px;
	text-align: justify;
}
.team-name .checked {
  color: orange;
}

.text-sm-right
{
    text-align: right;
}
.footer {
    background-color: #000000;
    padding: 3em 0 2em 0;
}
.foot-1 p {
    font-family: 'Poppins', sans-serif;
    color: #e8d5b1;
    font-size: 15px;
    font-weight: 400;
    line-height: 27px;
    margin: 0;
    letter-spacing: 0.5px;
}
.footer-bottom {
    background:#0e3274;
    padding-bottom: 10px;
    padding-top: 10px;
    font-family: 'Poppins', sans-serif;
    color: #fff;
    font-size: 14px;
}
.soc-lin {
    display: flex;
    justify-content: space-between;
}
.sn-nm {
    font-family: 'Poppins', sans-serif;
    color:#e8d5b1;
    font-size: 15px;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 0;
    padding-left: 101px;
}
.footer-top-list-1 {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 0;
    margin-top: 0px;
}
.footer-top-list-1 li {
    display: flex;
    margin-right: 30px;
}
.fa-icon {
    width: 30px;
    height: 30px;
    font-size: 17px;
    text-align: center;
    padding: 6px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    border: 1px solid #e8d5b1;
    margin-right: 6px;
}
.pic-1
{
    position: absolute;
    bottom: 0;
}
.c1 {
    margin-bottom: 16px;
}
.sn {
    color: #e8d5b1;
    font-size: 23px;
    line-height: 15px;
    margin-top: 6px;
}
.left-carr
{
    padding-right: 1em;
}
.s0c1 {
    font-family: 'Poppins', sans-serif;
    color:#e8d5b1;
    font-size: 22px;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 30px;
}
.c1 {
    margin-bottom: 16px;
}
.f1-icon {
    height: 30px;
    width: 30px;
    background: #e8d5b1;
    color: #e8d5b1;
    font-size: 18px;
    border-radius: 50%;
    margin-left: -10px;
    text-align: center;
    padding: 6px;
    line-height: 0;
}
.foot-1 h2 {
   font-family: 'Poppins', sans-serif;
    color: #e8d5b1;
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase;
    margin-top: 30px;
    margin-bottom: 19px;
}
.top-border
{
        border-top: 0.5px solid #fff;
        padding-top: 16px;
}
.relative-pos
{
    position: relative;
}
.fl-lt-list li {
    margin-bottom: 4px;
}
.d-ctn-12 {
    display: flex;
    /* justify-content: center; */
    align-items: center;
    flex-direction: column;
}
.sec-4
{
    padding:4em 0;
    background-color: #fff;
}
.pl-4
{
    padding-left: 20px;
}
.fl-lt-list li a {
    font-family: 'Poppins', sans-serif;
    color:#e8d5b1;
    font-size: 15px;
    font-weight: 400;
    transition: 0.6s all;
    line-height: 28px;
}
.contact-us-box h3
{
	font-family: 'Poppins', sans-serif;
	color: #462210;
	text-transform: uppercase;
	font-size: 26px;
	letter-spacing: 1.5px;
	font-weight: 500;
	margin-bottom: 20px;
}
.cont-info {
    color:#2d2d2d;
    font-family: "Montserrat", sans-serif;
    font-size: 15px;
    line-height: 30px;
}
.f1-icon-1 {
    height: 40px;
    width: 40px;
    background: #2f2313;
    color: #e8d5b1;
    font-size: 26px;
    border-radius: 50%;
    margin-left: -10px;
    text-align: center;
    padding: 6px;
    line-height: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
/**/
.banner .item {
  height: 800px;
  position: relative;
}
/*.banner .item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}*/
.banner .item .cover {
  padding: 110px 0 0 0;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  /*background: rgba(0, 0, 0, 0.6);*/
  display: flex;
  align-items: center;
}
.banner .item .cover .header-content {
  position: relative;
  padding: 156px 0 0 0;
  overflow: hidden;
}
.banner .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%);
}
.banner .item .cover .header-content h2 {
  font-weight: 300;
  font-size: 35px;
  color: #fff;
}
.banner .item .cover .header-content h1 {
      font-size: 32px;
    margin: 5px 0 20px;
    word-spacing: 1.2px;
    letter-spacing: 0.5px;
    color: #fff;
    font-family: Adoha;
    font-size: 55px;
    font-weight: 550;
}
.banner .item .cover .header-content h4 {
  font-size: 24px;
  font-weight: 300;
  line-height: 36px;
  color: #fff;
}
.banner .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;
}
.banner .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;
}
.banner .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;
}
.banner .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;
}
.banner .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;
}
.banner .owl-nav .owl-prev span {
  font-size: 1.6875rem;
  color: #fff;
}
.banner .owl-nav .owl-prev:focus {
  outline: 0;
}
.banner .owl-nav .owl-prev:hover {
  background: #000 !important;
}
.banner .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;
}
.banner .owl-nav .owl-next span {
  font-size: 1.6875rem;
  color: #fff;
}
.banner .owl-nav .owl-next:focus {
  outline: 0;
}
.banner .owl-nav .owl-next:hover {
  background: #000 !important;
}
.banner:hover .owl-prev {
  left: 0px;
  opacity: 1;
}
.banner:hover .owl-next {
  right: 0px;
  opacity: 1;
}
.ban-dn
{
        margin-top: -60px;
    position: relative;
    z-index: 11;
}
.abt-right
{
margin-top: -60px;
}
.banner-inside
{
background-image: url(../images/banner-hotel-sterling-1.png);
    background-size: cover;
    background-position: center;
    padding: 4em 0;
    height: 400px;
}
.banner-inside-1
{
background-image: url(../images/banner-hotel-sterling-2.png);
    background-size: cover;
    background-position: center;
    padding: 4em 0;
    height: 400px;
}
.banner-inside-2
{
background-image: url(../images/banner-hotel-sterling-3.png);
    background-size: cover;
    background-position: center;
    padding: 4em 0;
    height: 400px;
}
.banner-inside-3
{
background-image: url(../images/banner-hotel-sterling-4.png);
    background-size: cover;
    background-position: center;
    padding: 4em 0;
    height: 400px;
}
.banner-inside-4
{
background-image: url(../images/banner-hotel-sterling-5.png);
    background-size: cover;
    background-position: center;
    padding: 4em 0;
    height: 400px;
}
.abt-info-l1
{
	padding-right:20px;
}
.abt-info-r1
{
	padding-left:20px;
}
.gallery-box
{
	margin:2em 0 1em 0;
}
.abt-info
{
	margin:2em 0;
}
.main-wrapper
{
	padding: 4em 0;
}
/*.gallery-img
{
	margin-top:20px;
}*/
.main-wrapper-1
{
	padding: 0 0 4em 0;
}
.abt-left
{
	padding:4em 30px 0px 0;
}
/*Input*/
.feedback-form .floating-label-group {
    position: relative;
    margin-top: 15px;
    margin-bottom: 30px;
}

    .feedback-form .floating-label {
        font-size: 14px;
        color: #919191;
        position: absolute;
        pointer-events: none;
        top: 12px;
        left: 12px;
        transition: all 0.1s ease;
    }

    .feedback-form input:focus ~ .floating-label,
    .feedback-form input:not(:focus):valid ~ .floating-label {
        top: -25px;
        bottom: 0px;
        left: 0px;
        font-size: 14px;
        opacity: 1;
           color: #282728;
            margin-bottom: 4px;
    font-family: "Montserrat", sans-serif;
    font-size: 15px;
    }
    .cnt-box-contact
    {
    	margin:20px 0;
    }



    .feedback-form textarea:focus ~ .floating-label,
    .feedback-form textarea:not(:focus):valid ~ .floating-label {
        top: -25px;
        bottom: 0px;
        left: 0px;
        font-size: 14px;
        opacity: 1;
           color: #282728;
    font-family: "Montserrat", sans-serif;
    font-size: 15px;
    }

.feedback-form textarea
{
   display: block;
    width: 100%; 
    padding: 0.375rem 0.75rem;
    color: #444242;
    background-color: #f0f0f0;
    border:1px solid #ced4da;
}
.feedback-form .form-control {
    display: block;
    width: 100%;
    height: 47px;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #444242;
    background-color: #f0f0f0;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.cnt-box-contact
{
	margin: 2em 0 1em 0;
}
.bor-left
{
	border-left:1px solid #2f2313;
		border-right:1px solid #2f2313;
}
.contact-us-box
{
	margin: 16px 0;
	padding:0 16px;
}
.txt-cnt
{
	text-align: center;
}

.h1-cnt
{
	    font-family: 'Poppins', sans-serif;
    color: #462210;
    text-transform: uppercase;
    font-size: 26px;
    letter-spacing: 1.5px;
    font-weight: 500;
    margin-bottom: 30px;

}
.sigma_btn-custom-submit {
          cursor: pointer;
    display: inline-block;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    position: relative;
    background-color: #2f2313;
    border: 1px solid #2f2313;
    border: 0;
    color: #fff;
    font-size: 15px;
    text-transform: capitalize;
    padding: 12px 7px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    border-radius: 100px;
    overflow: hidden;
    z-index: 1;
    font-weight: 500;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 180px;
    top: 0px;
    font-family: 'Poppins', sans-serif;
    /*left: -14px;*/
}

.sigma_btn-custom-submit::before{

  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border-radius: 6px;
  background-color: #fff;
  transform: scaleY(0);
  transform-origin: 50%;
  transition: 0.3s;
  opacity: 0;
  border-radius: 100px;
  visibility: hidden;
  border: 1px solid #2f2313;
}

.sigma_btn-custom-submit:focus::before,
.sigma_btn-custom-submit:hover::before{
  transform: scaleY(1);
  opacity: 1;
  visibility: visible;
}

.sigma_btn-custom-submit:hover,
.sigma_btn-custom-submit:focus {
    color: #2f2313;
    outline: none;
}
.sigma_btn-custom-submit .ar-icon {
    font-size: 22px;
    padding-left: 20px;
}
/**/
.enq-sigma_btn-custom-submit {
          cursor: pointer;
    display: inline-block;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    position: relative;
    background-color: #2f2313;
    border: 1px solid #2f2313;
    border: 0;
    color: #fff;
    font-size: 15px;
    text-transform: capitalize;
    padding: 12px 7px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    border-radius: 100px;
    overflow: hidden;
    z-index: 1;
    font-weight: 500;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 180px;
    top: 0px;
    margin-top: 25px;
    font-family: 'Poppins', sans-serif;
    /*left: -14px;*/
}

.enq-sigma_btn-custom-submit::before{

  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border-radius: 6px;
  background-color: #fff;
  transform: scaleY(0);
  transform-origin: 50%;
  transition: 0.3s;
  opacity: 0;
  border-radius: 100px;
  visibility: hidden;
  border: 1px solid #2f2313;
}

.enq-sigma_btn-custom-submit:focus::before,
.enq-sigma_btn-custom-submit:hover::before{
  transform: scaleY(1);
  opacity: 1;
  visibility: visible;
}

.enq-sigma_btn-custom-submit:hover,
.enq-sigma_btn-custom-submit:focus {
    color: #2f2313;
    outline: none;
}
.enq-sigma_btn-custom-submit .ar-icon {
    font-size: 22px;
    padding-left: 20px;
}

/*Responsive*/


@media screen and (max-width: 820px) 
{
.banner {
    background-image: url(../images/hotel-sterling-executive-banner.png);
    backgroud-size: cover;
    background-position: center;
    height: auto;
}
.f1-icon-1 {
    height: 40px;
    width: 40px;
    background: #2f2313;
    color: #e8d5b1;
    font-size: 26px;
    border-radius: 50%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    padding: 6px;
    line-height: 0;
    margin-bottom: 22px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.main-wrapper-1 {
    padding: 0 0 3em 0;
}
br 
{
	display: none;
}
.why-sec-2 {
    margin: 2em 0 0em 0;
}
.why-us-left {
    padding-right: 0;
}
.banner .item .cover .header-content h1 {
    font-size: 38px;
    margin: 5px 0 20px;
    word-spacing: 1.2px;
    letter-spacing: 0.5px;
    color: #fff;
    font-family: Adoha;
    font-weight: 550;
}
.cnt-box-1 {
    display: flex;
    justify-content: flex-end;
    margin-top: 0;
}
.s0c1 {
    font-family: 'Poppins', sans-serif;
    color: #e8d5b1;
    font-size: 22px;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 30px;
    display: none;
}
.d-ctn-12 {
    display: flex;
    /* justify-content: center; */
    align-items: flex-start;
    flex-direction: column;
}
.banner .item {
    height: 580px;
    position: relative;
}
.section-1 {
    padding: 3em 0 1em 0;
}
.section-2 {
    padding: 1em 0 2em 0;
}
.section-5 {
    background-image: url(../images/bg-1.png);
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
    padding: 4em 0 1em 0;
}
.abt-right {
    margin-top: 30px;
}
.banner-inside {
    background-image: url(../images/banner-hotel-sterling-1.png);
    background-size: cover;
    background-position: center;
    padding: 4em 0;
    height: 250px;
}
.banner-inside-2 {
    background-image: url(../images/banner-hotel-sterling-3.png);
    background-size: cover;
    background-position: center;
    padding: 4em 0;
    height: 250px;
}
.banner-inside-4 {
    background-image: url(../images/banner-hotel-sterling-5.png);
    background-size: cover;
    background-position: center;
    padding: 4em 0;
    height: 250px;
}
.banner-inside-3
{
	   height: 250px;
}
}

@media screen and (max-width: 600px) 
{
.sn-nm {
    font-family: 'Poppins', sans-serif;
    color: #e8d5b1;
    font-size: 15px;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 0;
    padding-left: 0;
    display: none;
}
.s0c1 {
    font-family: 'Poppins', sans-serif;
    color: #e8d5b1;
    font-size: 22px;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 30px;
    display: none;
}
.contact-us-box h3 {
    font-family: 'Poppins', sans-serif;
    color: #462210;
    text-transform: uppercase;
    font-size: 26px;
    letter-spacing: 1.5px;
    font-weight: 500;
    margin-bottom: 11px;
}
.footer-top-list-1 {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 0;
    margin-top: 20px;
}
.d-ctn-12 {
    display: flex;
    /* justify-content: center; */
    align-items: flex-start;
    flex-direction: column;
}
.f1-icon {
    height: 30px;
    width: 30px;
    background: #e8d5b1;
    color: #e8d5b1;
    font-size: 18px;
    border-radius: 50%;
    margin-left: 0;
    text-align: center;
    padding: 6px;
    line-height: 0;
}
.foot-1 p {
    font-family: 'Poppins', sans-serif;
    color: #e8d5b1;
    font-size: 14px;
    font-weight: 400;
    line-height: 27px;
    margin: 0;
    letter-spacing: 0.5px;
}
br
{
	display: none;
}
.footer {
    background-color: #000000;
    padding: 2em 0 2em 0;
}
.section-5 {
    padding: 3em 0 2em 0;
}
.title {
    color: #785a28;
    font-family: Adoha;
    font-size: 36px;
    letter-spacing: 0.5px;
    margin: 14px 0 25px 0;
}
.div-img-1 {
    margin-top: 1em;
}
.header .logo img {
    width: 250px;
}
.banner-inside {
    background-image: url(../images/banner-hotel-sterling-1.png);
    background-size: cover;
    background-position: center;
    padding: 4em 0;
    height: 250px;
}
.abt-left {
    padding: 2em 0px 0px 0;
}
.abt-right {
    margin-top: 30px;
}
.abt-info-r1 {
    padding-left: 0;
}
.main-wrapper-1 {
    padding: 0 0 2em 0;
}
.footer-top-list-1 li {
    display: flex;
    margin-right: 20px;
}
.banner-inside-2 {
    background-image: url(../images/banner-hotel-sterling-3.png);
    background-size: cover;
    background-position: center;
    padding: 4em 0;
    height: 250px;
}
.gallery-img:nth-child(1)
{
	margin-top:0;
}
.why-us-right {
    padding-left: 0;
    margin-top: 20px;
}
.why-info {
    margin-top: 0;
    margin-bottom: 26px;
}
.why-sec-2 {
    margin: 1em 0 0em 0;
}
.banner-inside-4 {
    background-image: url(../images/banner-hotel-sterling-5.png);
    background-size: cover;
    background-position: center;
    padding: 4em 0;
    height: 250px;
}

.banner .item .cover .header-content {
    position: relative;
    padding: 40px 0 0 0;
    overflow: hidden;
}
.banner .item .cover .header-content h1 {
    font-size: 32px;
    margin: 5px 0 20px;
    word-spacing: 1.2px;
    letter-spacing: 0.5px;
    color: #fff;
    font-family: Adoha;
    font-size: 35px;
    font-weight: 550;
}
.banner {
    background-image: url(../images/hotel-sterling-executive-banner.png);
    backgroud-size: cover;
    background-position: center;
    height: auto;
}
.section-1 {
    padding: 3em 0 1em 0;
}
.hide-desk
{
	display: block;
}
.hide-mob
{
	display: none;
}
.abt-right-2
{
	margin-bottom: 24px;
}
.amt-box {
    margin: 1em 0 0em 0;
}
.header {
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    transition: top 0.3s;
    z-index: 1000;
    padding: 10px 6px;
    transition: top 0.3s ease, background 0.3s ease;
}
.banner .item {
    height: 800px;
    position: relative;
}
.f1-icon-1 {
    height: 40px;
    width: 40px;
    background: #2f2313;
    color: #e8d5b1;
    font-size: 26px;
    border-radius: 50%;
    margin-left: auto;
    margin-right: 0;
    text-align: center;
    padding: 6px;
    line-height: 0;
    margin-bottom: 22px;
    display: flex;
    justify-content: center;
    align-items: center;
}
}


