/**---------------------------------------------
          #General
------------------------------------------------*/
section {
	padding: 60px 0;
	overflow: hidden;
}
.col-md-3, .col-md-5, .col-md-4{
    position: relative;
    padding-right: 15px;
    padding-left: 15px;
}
a {
	text-decoration: none !important;
}
a:hover {
	text-decoration: none !important;
	color: #000 !important;
}
.contact-box a:hover{
	color: #fff !important;
}
.section-title h2 {
	font-size: 32px;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 20px;
	padding-bottom: 20px;
	position: relative;
	color: #37517e;
}

.section-title h2::before {
	content: "";
	position: absolute;
	display: block;
	width: 120px;
	height: 1px;
	background: #ddd;
	bottom: 1px;
	left: calc(50% - 60px);
}

.section-title h2::after {
	content: "";
	position: absolute;
	display: block;
	width: 40px;
	height: 3px;
	background: #3840f7;
	bottom: 0;
	left: calc(50% - 20px);
}

body {
	color: #20303c;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	font-weight: 600;
	letter-spacing: .4px;
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	line-height: 1.5;
	background-color: #fff;
}

h2 {
	font-size: 24px;
	text-transform: uppercase;
	color: #303030;
	font-weight: 600;
	margin-bottom: 30px;
}

h4 {
	font-size: 19px;
	line-height: 1.375em;
	color: #303030;
	font-weight: 400;
	margin-bottom: 30px;
}

.btn.focus, .btn:focus {
	outline: none;
	box-shadow: none;
}

.btn:hover, .btn.active {
    background-color: #3840f7;
	color: #fff !important;
	text-decoration: none;
}
.moreInfo {
	padding-left: 28%;
	padding-top: 8%;
}

h3 {
	margin-top: 0;
}

.pad-left19 {
	padding-left: 19px;
}

.ptop7percent {
	padding-top: 7%;
}

.container-fluid {
	padding: 28px 50px;
}

.bg-grey {
	background-color: #f6f6f6;
}

.b-top {
	padding-top: 2%;
}

.pad-right6 {
	padding-right: 6px;
}

.f-size24 {
	font-size: 24px;
}

.f-size26 {
	font-size: 26px;
}

.f-13 {
	font-size: 13px;
}

.f-small {
	font-size: small;
}

.pad-left28 {
	padding-left: 28%;
}
.btn-primary {
	color: #fff;
	background-color: #659262;
	border-color: #659262;
}

#home {
	padding: 126px 0;
	padding-bottom: 0px;
}

.logo-small {
	color: #f4511e;
	font-size: 50px;
}

.logo {
	color: #f4511e;
	font-size: 200px;
}
.mr-auto{
 margin-right: auto!important;
}
/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  width: 100%;
  height: 70vh;
  margin-top: 70px;
}

#hero h1 {
  margin: 0 0 10px 0;
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  color: black;
}

#hero h2 {
  color: #484848;
  margin-bottom: 50px;
  font-size: 24px;
}

#hero .btn-get-started {
  font-family: "Raleway", sans-serif;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 30px;
  border-radius: 50px;
  transition: 0.5s;
  color: #fff;
  border: 2px solid #3840f7;
  background-color:#3840f7;
}

#hero .btn-get-started:hover {
  background: #3840f7;
  color: #fff;
}

#hero .animated {
  animation: up-down 2s ease-in-out infinite alternate-reverse both;
}

@media (min-width: 1024px) {
  #hero {
    background-attachment: fixed;
  }
}

@media (max-width: 991px) {
  #hero {
    height: 100vh;
  }

  #hero .animated {
    animation: none;
  }

  #hero .hero-img {
    text-align: center;
  }

  #hero .hero-img img {
    width: 50%;
  }
  #hero .animated {
    animation: up-down 2s ease-in-out infinite alternate-reverse both;
  }
}

@media (max-width: 768px) {
 #hero .booknowbtn{
        text-align:center;
    }
  #hero {
    margin-top: 20px;
    height:70vh;
  }

  #hero h1 {
    font-size: 28px;
    line-height: 36px;
    text-align:center;
  }

  #hero h2 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 30px;
  }

  #hero .hero-img img {
    width: 70%;
  }
  #hero .animated {
    animation: up-down 2s ease-in-out infinite alternate-reverse both;
  }
}

@media (max-width: 575px) {
    #hero .booknowbtn{
        text-align:center;
    }
  #hero .hero-img img {
    width: 80%;
  }
  #hero {
      height: 70vh;
   }
   #hero .animated {
     animation: up-down 2s ease-in-out infinite alternate-reverse both;
   }
}

@keyframes up-down {
  0% {
    transform: translateY(10px);
  }

  100% {
    transform: translateY(-10px);
  }
}

/*--------------------------------------------------------------
# Top Bar
--------------------------------------------------------------*/
#topbar {
	background: #fff;
	height: 40px;
	font-size: 14px;
	transition: all 0.5s;
	z-index: 1;
}

#topbar.topbar-scrolled {
	top: -40px;
}

#topbar .contact-info a {
	line-height: 1;
	color: #202125;
	transition: 0.3s;
	font-size: 16px;
	border-right: 1px dashed #ddd;
	padding: 15px 20px;
}

#topbar .contact-info a:hover {
	color: #1977cc;
}

#topbar .contact-info i {
	color: #3840f7;
	padding-right: 4px;
	margin-left: 15px;
	font-size: 23px;
}

#topbar .contact-info i:first-child {
	margin-left: 0;
}

#topbar .social-links a {
	padding-left: 15px;
	display: inline-block;
	line-height: 1px;
	transition: 0.3s;
}

#topbar .social-links a:first-child {
	border-left: 0;
}
/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
	background: #fff;
	transition: all 0.5s;
	z-index: 997;
	top: 40px;
	padding: 15px 0;
	box-shadow: 5px 8px 30px 0 rgba(31, 35, 37, 0.08);
}

#header.header-scrolled {
	top: 0;
}

#header .logo {
	font-size: 32px;
	margin: 0;
	padding: 0;
	line-height: 1;
	font-weight: 700;
	letter-spacing: 0.5px;
	font-family: "Poppins", sans-serif;
}

#header .logo a {
	color: Black;
	cursor: pointer !important;
}

#header .logo img {
	max-height: 55px;
}

.nav-menu {
	padding-right: 11%;
}

.nav-menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.nav-menu {
	padding-right: 3%;
}

.nav-menu>ul, .navbar-collapse>ul {
	display: flex;
}

.nav-menu>ul>li {
	position: relative;
	white-space: nowrap;
	padding: 8px 0 8px 40px;
}

.nav-menu a {
	display: block;
	position: relative;
	color: #2c4964;
	transition: 0.3s;
	font-size: 18px;
	padding: 5px 9px;
	border-bottom: 2px solid #fff;
	cursor: pointer !important;
}

.mobile-nav-toggle {
	position: fixed;
	right: 15px;
	top: 21px;
	z-index: 9998;
	border: 0;
	background: 0 0;
	font-size: 24px;
	transition: all .4s;
	outline: 0 !important;
	line-height: 1;
	cursor: pointer !important;
	text-align: right;
}

.mobile-nav .active>a, .mobile-nav a:hover, .mobile-nav li:hover>a {
	color: #1977cc;
	text-decoration: none;
}

.mobile-nav a {
	display: block;
	position: relative;
	color: #2c4964;
	padding: 10px 20px;
	font-weight: 500;
	outline: 0;
}

.mobile-nav-active .mobile-nav-toggle i {
	color: #fff;
}

.mobile-nav-toggle i {
	color: #3c3cad;
}

.mobile-nav {
	position: fixed;
	top: 55px;
	right: 15px;
	bottom: 15px;
	left: 15px;
	z-index: 999999;
	overflow-y: auto;
	background: #fff;
	transition: ease-in-out .2s;
	opacity: 0;
	visibility: hidden;
	border-radius: 10px;
	padding: 10px 0;
}

.mobile-nav-overly {
	width: 100%;
	height: 100%;
	z-index: 9997;
	top: 0;
	left: 0;
	position: fixed;
	background: rgba(28, 47, 65, .6);
	overflow: hidden;
	display: none;
	transition: ease-in-out .2s;
}

.mobile-nav-active .mobile-nav {
	opacity: 1;
	visibility: visible;
}

.mobile-nav * {
	margin: 0;
	padding: 0;
	list-style: none;
}

@media ( max-width : 1024px) {
	#header .logo {
		font-size: 20px;
	}
}

@media ( min-width : 768px) and (max-width: 992px) {
	#header {
		top: 0;
	}
	#header .logo {
		font-size: 28px;
	}
}

@media ( max-width : 600px) {
	#header {
		top: 0;
	}
	#header .logo {
		font-size: 28px;
	}
}

@media ( max-width : 480px) {
	#header {
		top: 0;
	}
	#header .logo {
		font-size: 28px;
		margin-top: -7px;
	}
}

@media ( max-width : 480px) {
	#header .logo {
		font-size: 22px;
		margin-top: -7px;
	}
}

@media ( max-width : 320px) {
	#header .logo {
		font-size: 19px;
		margin-top: -7px;
	}
}

@media ( max-width : 280px) {
	#header {
		top: 0;
	}
	#header .logo {
		font-size: 16px;
		margin-top: -7px;
	}
	.mobile-nav-toggle {
		right: 5px;
	}
}

/*------------------------------------------------
#Hostel Rooms
---------------------------------------------------*/
#rooms .row {
	display: block;
}

.propborder, .moreInfoborder, .amentiesborder {
	border-bottom: 1px solid #848383;
	padding-top: 3%;
}

.nav-menu .active>a, .nav-menu a:hover, .nav-menu li:hover>a {
	color: #3840f7;
	border-color: #3840f7;
}

.checked {
	color: orange;
}

.amenities {
	border-bottom: 1px solid #9e9696;
	padding-bottom: 2%;
}

.amenity-description {
	list-style: none;
	padding: 0;
}

.p-left19percent {
	padding-left: 19%;
}

.moreInfobtn {
	width: 147px;
	background-color: #3840f7;
	color: white;
	border: none;
	height: 55px;
	border-radius: 34px;
	padding: 12px;
}

.water-supply {
	width: 9%;
	vertical-align: bottom !important;
}

.water-supply-mob {
	width: 6%;
	vertical-align: bottom !important;
}

.air-conditioner {
	width: 8%;
	vertical-align: bottom;
}

.air-conditioner-mob {
	width: 6%;
	vertical-align: bottom;
}

.b-top-bottom {
	border-top: 1px solid #848383;
	border-bottom: 1px solid #848383;
	padding-top: 2%;
	padding-bottom: 2%;
}

.priceValue {
	padding-left: 12%;
	padding-top: 1%;
}

.amountSec {
	padding-left: 30%;
	padding-top: 5%
}

#rooms {
	background-color: #f9fafa;
	padding: 0px;
}

.bg-image {
	background-color: #fff;
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	position: relative;
}



.thumbnail {
	padding: 0 0 15px 0;
	border: none;
	border-radius: 0;
}

.thumbnail img {
	width: 100%;
	height: 100%;
	margin-bottom: 10px;
}

.topright {
	position: absolute;
	top: 63%;
	right: 5%;
}

.pad-left0 {
	padding-left: 0px;
}

.width45 {
	width: 45%;
	float: left;
}

.navbar {
	margin-bottom: 0;
	background-color: #fff;
	z-index: 9999;
	border: 0;
	font-size: 16px !important;
	line-height: 1.42857143 !important;
	letter-spacing: 4px;
	border-radius: 0;
	font-family: Montserrat, sans-serif;
}

.navbar li a, .navbar .navbar-brand {
	color: black !important;
}

.navbar-nav li a:hover, .navbar-nav li.active a {
	color: #f4511e !important;
	background-color: #fff !important;
}

.navbar-default .navbar-toggle {
	border-color: transparent;
	color: #fff !important;
}

.card-text {
	margin: 48px 0 35px;
}

footer .glyphicon {
	font-size: 20px;
	margin-bottom: 20px;
	color: #659262;
}

.card-img-top {
	width: 50%;
	margin-top: 12%;
}

@media screen and (max-width: 768px) {
	.col-sm-4 {
		text-align: center;
		margin: 25px 0;
	}
	.btn-lg {
		width: 100%;
		margin-bottom: 35px;
	}
	.moreInfoCarousel .carousel-inner {
		width: 100%;
		height: 317px;
	}
}

@media screen and (max-width: 480px) {
	.logo {
		font-size: 150px;
	}
}

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.section-title {
	text-align: center;
	padding-bottom: 30px;
	padding-top: 13px;
}

.contact-box {
	box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.06);
	text-align: center;
	padding: 30px 20px;
	padding-bottom: 54px;
	position: relative;
	z-index: 1;
	border-radius: 15px 5px 5px 5px;
	margin-bottom: 40px;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	background: #3840f7;
}

.contact-box:hover {
	-webkit-transform: translateY(-10px);
	transform: translateY(-10px);
}

.contact-box::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	border-radius: 15px 5px 5px 5px;
	background: #3840f7;
	opacity: 0;
	visibility: hidden;
	z-index: -1;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.contact-box:hover::before {
	opacity: 1;
	visibility: visible;
}

.contact-box h3 {
	font-size: 18px;
	margin-bottom: 15px;
}

.contact-box h3 i {
	color: #0075ff;
	margin-right: 5px;
}

.contact-box ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
	text-align: left;
}

.contact-box ul li {
	font-size: 14px;
	color: #6f8ba4;
	margin-bottom: 4px;
	overflow: hidden;
}

.contact-box ul li span {
	float: right;
}

.contact-box h3, .contact-box h3 i, .contact-box p a, .contact-box ul li
	{
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.contact-box h3, .contact-box h3 i, .contact-box p a {
	color: #fff;
}

#contact p {
	margin-top: 0;
	margin-bottom: 0;
	color: #6f8ba4;
	font-size: 14px;
	line-height: 1.8;
}

/**----------------------------
WhatsAppApi
-----------------------------**/
.whatsapp a {
	position: fixed;
	width: 60px;
	height: 60px;
	bottom: 40px;
	right: 20px;
	background-color: #25d366;
	color: #fff;
	border-radius: 50px;
	text-align: center;
	font-size: 30px;
	box-shadow: 0 3px 14px rgba(0, 0, 0, 0.45);
	z-index: 100;
}

.whatsapp i {
	position: absolute;
	top: 24%;
	left: 24%;
}
/**----------------------
ScrollBar
-------------------------**/
::-webkit-scrollbar {
	width: 10px;
}
/* Track */
::-webkit-scrollbar-track {
	background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
	background: #888;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
	background: #555;
}

svg {
	overflow: hidden;
	vertical-align: middle;
}

.svg-border-rounded svg {
	height: 3rem;
	width: 100%;
	color: #fff;
}

/*--------------------------------------------------------------
# Portfolio
--------------------------------------------------------------*/
.portfolio #portfolio-flters {
	padding: 0;
	margin: 0 auto 25px auto;
	list-style: none;
	text-align: center;
	border-radius: 50px;
}

.portfolio #portfolio-flters li {
	cursor: pointer;
	display: inline-block;
	padding: 7px 17px 9px 17px;
	font-size: 14px;
	font-weight: 500;
	line-height: 1;
	color: #444444;
	margin: 0 3px 10px 3px;
	transition: all ease-in-out 0.3s;
	background: #ede9e9;
	border-radius: 50px;
}

.portfolio #portfolio-flters li:hover, .portfolio #portfolio-flters li.filter-active
	{
	color: #fff;
	background: #e43c5c;
}

.portfolio #portfolio-flters li:last-child {
	margin-right: 0;
}

.portfolio .portfolio-item {
	margin-bottom: 30px;
	overflow: hidden;
}

.portfolio .portfolio-item img {
	position: relative;
	top: 0;
	transition: all 0.6s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.portfolio .portfolio-item .portfolio-info {
	opacity: 1;
	left: 15px;
	right: 15px;
	bottom: -50px;
	z-index: 3;
	transition: all ease-in-out 0.3s;
	background: #3c3cad;
	padding: 15px 20px;
	bottom: 0;
	background: rgba(40, 58, 90, 0.9);
}

.portfolio .portfolio-item .portfolio-info h4 {
	font-size: 18px;
	color: #fff;
	font-weight: 600;
	margin-bottom: 6px;
}

.portfolio .portfolio-item .portfolio-info p {
	color: #fff;
	font-size: 14px;
	margin-bottom: 0;
}

.portfolio .portfolio-item .portfolio-info .preview-link, .portfolio .portfolio-item .portfolio-info .details-link
	{
	position: absolute;
	right: 50px;
	font-size: 24px;
	top: calc(50% - 18px);
	color: white;
	transition: ease-in-out 0.3s;
}

.portfolio .portfolio-item .portfolio-info .preview-link:hover,
	.portfolio .portfolio-item .portfolio-info .details-link:hover {
	color: #f7c2cc;
}

.portfolio .portfolio-item .portfolio-info .details-link {
	right: 15px;
}

.portfolio .portfolio-item:hover img {
	top: -30px;
}

.portfolio .portfolio-item:hover .portfolio-info {
	opacity: 1;
	bottom: 0;
}
#portfolio {
  background: #fcfcfc url(../../assets/images/gallery-bg.png) top right/cover no-repeat scroll;
}

/**-------------------------
Footer
----------------------------**/
#footer {
	background: #fff;
    box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.1);
    padding: 2px 0;
    color: #222222;
    font-size: 14px;
}

#footer .footer-bottom {
	padding-top: 10px;
	padding-bottom: 10px;
	color: black;
}

#footer .copyright {
	float: left;
}

#footer .credits {
	float: right;
	font-size: 13px;
}

#footer .credits a {
	transition: 0.3s;
	color:#3840f7;
}

/*--------------------------------------------------------------
# Pricing
--------------------------------------------------------------*/
.pricing .box {
  padding: 20px;
  background: #fff;
  text-align: center;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.12);
  border-radius: 5px;
  position: relative;
  overflow: hidden;
}

.pricing h3 {
  font-weight: 400;
  margin: -20px -20px 20px -20px;
  padding: 20px 15px;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  background: #3840f7;;
}

.pricing h4 {
  font-size: 36px;
  color: #3840f7;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  margin-bottom: 20px;
}

.pricing h4 sup {
  font-size: 20px;
  top: -15px;
  left: -3px;
}

.pricing h4 span {
  color: #bababa;
  font-size: 16px;
  font-weight: 300;
}

.pricing ul {
  padding: 0;
  list-style: none;
  color: #444444;
  text-align: center;
  line-height: 20px;
  font-size: 14px;
}

.pricing ul li {
  padding-bottom: 16px;
}

.pricing ul i {
  color: #1acc8d;
  font-size: 18px;
  padding-right: 4px;
}

.pricing ul .na {
  color: #ccc;
  text-decoration: line-through;
}

.pricing .btn-wrap {
  margin: 20px -20px -20px -20px;
  padding: 20px 15px;
  background: #f8f8f8;
  text-align: center;
}

.pricing .btn-buy {
  background: #3840f7;
  display: inline-block;
  padding: 8px 35px 10px 35px;
  border-radius: 50px;
  color: #fff;
  transition: none;
  font-size: 14px;
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  transition: 0.3s;
}
.pricing .btn-wrap a:hover{
    color:#fff !important;
}
.pricing .featured h3 {
  color: #fff;
  background: #3840f7;
}

.pricing .advanced {
  width: 200px;
  position: absolute;
  top: 18px;
  right: -68px;
  transform: rotate(45deg);
  z-index: 1;
  font-size: 14px;
  padding: 1px 0 3px 0;
  background: #1acc8d;
  color: #fff;
}

@media ( max-width : 768px) {
	#footer .footer-bottom {
		padding-top: 20px;
		padding-bottom: 20px;
	}
	#footer .copyright, #footer .credits {
		text-align: center;
		float: none;
	}
	#footer .credits {
		padding-top: 4px;
	}
}

@media ( min-width : 280px) {
	#home {
		padding: 79px 0;
		padding-bottom: 0px;
	}
	.water-supply-mob {
		width: 14%;
	}
}

@media ( min-width : 320px) and (max-width: 540px) {
	#home {
		padding: 79px 0;
		padding-bottom: 0px;
	}
	.amenity-icon-size {
		font-size: 16px;
	}
	.water-supply-mob {
		width: 12%;
	}
	.moreInfobtn {
		width: 123px;
		background-color: #3c3cad;
		color: white;
		border: none;
		border-radius: 34px;
		padding: 8px;
		height: 43px;
	}
	.air-conditioner-mob {
		width: 7%;
		vertical-align: bottom;
	}
	.amount-size {
		font-size: 19px;
	}
	.amount-sec {
		color: #d22b2b;
		font-weight: 700;
	}
}

@media ( min-width : 768px) {
	#home {
		padding: 79px 0;
		padding-bottom: 0px;
	}
	.water-supply-mob {
		width: 5%;
	}
}
}