@import "https://fonts.googleapis.com/css2?family=Noto+Serif:ital,wght@0,400;0,700;1,400;1,700&display=swap";
@import "https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;0,800;1,300;1,400;1,600;1,700;1,800&display=swap";
body {
	font-size: 16px;
	line-height: 1.8;
	/* font-family: open sans, sans-serif; */
	color: #555;
	font-weight: 400;
	color: #000;
    font-family: Rubik, Arial, sans-serif;
}
p {
	color: #555;
}
a {
	display: inline-block;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	text-decoration: none;
}
a:hover,
a:focus {
	text-decoration: none;
  background-color: transparent !important;
}
button {
	margin: 0;
	padding: 0;
	outline: 0;
}
button:focus {
	outline: 0;
	border: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: 700;
	color: #292323;
	/* font-family: "noto serif", serif; */
	line-height: 1.4;
}
h3 {
	font-size: 22px;
	font-weight: 800;
}
.d-table {
	width: 100%;
	height: 100%;
}
.d-table-cell {
	display: table-cell;
	vertical-align: middle;
}
img {
	max-width: 100%;
}
.ptb-100 {
	padding-top: 100px;
	padding-bottom: 100px;
}
.pt-100 {
	padding-top: 100px;
}
.ptb-70 {
	padding-top: 70px;
	padding-bottom: 70px;
}
.pb-100 {
	padding-bottom: 100px;
}
.pb-70 {
	padding-bottom: 70px;
}
.pt-45 {
	padding-top: 45px;
}
.pt-20 {
	padding-top: 20px;
}
.ml-45 {
	margin-left: 45px;
}
.border-radius-5 {
	border-radius: 5px;
}
.border-radius-50 {
	border-radius: 50px !important;
}
.section-bg {
	background-color: #f5f5f5;
}
.section-bg-2 {
	background-color: #fef7f6;
}
.bg-dark{
  background-color: #0f1d36 !important;
}
.bg-light{
  background-color: #e6f0ff !important;
}
.section-title h2 {
	font-size: 35px;
	font-weight: 600;
	margin-top: -40px;
    line-height: 1.4;
    color: #292323;
    margin-bottom: 30px;
}
.section-title p {
	padding-top: 17px;
	margin-bottom: 0;
}
.inner-title-Title {
	line-height: 1;
	color: #fff;
	font-size: 2.4rem;
	letter-spacing: 0;
	margin-bottom: 2rem;
	padding-top: 0;
}
.inner-title-Text {
	min-height: 36rem;
	padding-left: 3rem;
	padding-right: 3rem;
}
.inner-title-content {
	line-height: 1.1428571429;
	color: #fff;
	/* font-family: SharpGroteskSemiBold, Arial, Verdana; */
	font-size: 5rem;
	letter-spacing: -0.13rem;
	width: 100%;
	overflow-wrap: anywhere;
	margin-bottom: 30px;
}
.inner-title-Text{
  margin-top: 14rem;
}
.Title {
	line-height: 1;
	color: #fff;
	font-size: 2.4rem;
	letter-spacing: 0;
	margin-bottom: 2rem;
	padding-top: 4rem;
}
.span-color{
  color: #ee786c !important;
}
.top-header {
  display: flex;
	flex-direction: row;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	height: 7.5rem;
	width: 100%;
}
.top-header-bg {
	/* background-color: #1b2132; */
  background-color: #fff;
}
.logo {
  width: 155px;
  margin-left: -65px;
  padding: 0px 41px;
}
.logo img{
  border-radius: 50px;
  object-fit: cover;
    object-position: top center;
    width: 100%;
}
.header-right {
	z-index: 1;
	position: absolute;
    margin-right: -35px;
    right: 0;
}
.main-nav {
	position: fixed;
    background-color: #fff;
    z-index: inherit;
    width: 100%;
    margin-left: -53px;
}
.main-nav .navbar {
	padding-left: 0;
	padding-right: 0;
  margin-bottom: -3px;
}
.main-nav nav .navbar-nav .nav-item:hover a,
.main-nav nav .navbar-nav .nav-item .active {
	/* color: #b56952 !important; */
  color: #292323 !important;
  font-weight: 600;
}
.main-nav nav .navbar-nav .nav-item a {
	text-transform: capitalize;
	color: #292323;
	font-weight: 500;
	margin-left: 0px;
	margin-right: 22px;
    font-size: 15px !important;
}
.main-nav nav .navbar-nav .nav-item a i {
	line-height: 0;
	position: relative;
	top: 3px;
	font-size: 18px;
}

.main-nav nav .navbar-nav .nav-item a.active {
	color: #292323 !important;
}

.sticky-nav {
	top: 0;
	position: fixed;
	-webkit-animation: 900ms ease-in-out 5s normal none 1 running fadeInDown;
	animation: 900ms ease-in-out 5s normal none 1 running fadeInDown;
	-webkit-transition: 0.9s;
	transition: 0.9s;
	width: 100% !important;
	z-index: 999;
}
.sticky-nav .main-nav {
	top: 0;
	background-color: #fff;
	position: fixed;
	z-index: 9999;
	-webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
}
.Header {
	right: 0;
	position: fixed;
	top: 0;
	width: 100%;
	background: #fff;
	z-index: 7;
}
.hamburger{
	display: none;
	cursor: pointer;
  }
  
  .bar{
	display: block;
	width: 25px;
	height: 3px;
	margin: 5px auto;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	background-color:black;
  }
.nav-item-btn {
	display: none;
}
.nav-btn {
	margin-bottom: -8px;
}
.nav-btn .default-btn {
	padding: 10px 30px;
}
.section-heading {
	/* margin-left: 45px;
	line-height: 1.25;
	font-size: 4rem !important;
	text-align: left;
	font-weight: 600; */
	/* background-color: #efeff0; */
	/* padding: 25px 0px; */
	line-height: 1.25;
    font-size: 4.5rem !important;
    letter-spacing: -0.1rem;
    text-align: left;
    font-weight: 600;
    /* background-color: #efeff0; */
    /* width: 600px; */
    /* height: 200px; */
    padding: 35px 20px;
}
/* Inner Banner */
.inner-banner {
  position: relative;
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat;
}

.inner-banner::before {
  background: #1B2132;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
	opacity: 0.4;
}

.inner-banner .inner-title {
  padding-top: 230px;
  padding-bottom: 210px;
  position: relative;
}

.inner-banner .inner-title ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.inner-banner .inner-title ul li {
  font-size: 18px;
  color: #ffffff;
  display: inline-block;
  margin-right: 5px;
  position: relative;
  font-weight: 500;
  /* font-family: "Open Sans", sans-serif; */
}

.inner-banner .inner-title ul li:last-child {
  margin-right: 0;
}

.inner-banner .inner-title ul li a {
  color: #ffffff;
}

.inner-banner .inner-title ul li a:hover {
  color: #EE786C;
}

.inner-banner .inner-title ul li i {
  font-size: 17px;
  color: #ffffff;
  position: relative;
  top: 2px;
}

.inner-banner .inner-title h3 {
  margin-top: 10px;
  font-size: 40px;
  color: #ffffff;
  font-weight: 700;
  position: relative;
  /* font-family: "Open Sans", sans-serif; */
}

.inner-bg1 {
  background-image: url(../images/homebg418.JPG);
}

.inner-bg2 {
  background-image: url(../images/DSC06452.JPG);
}

.inner-bg3 {
  background-image: url(../images/inner-banner2.jpg);
}

.inner-bg4 {
  background-image: url(../images/homebg418.JPG);
}

.inner-bg5 {
  background-image: url(../images/homebg418.JPG);
}
.book-room-btn {
	border-radius: 0.4rem;
	cursor: pointer;
	/* font-family: SharpGroteskMedium, Arial, Verdana; */
	font-size: 2rem;
	font-weight: 400;
	max-width: 100%;
	min-height: 6rem;
	min-width: 26%;
	outline: none;
	position: relative;
	align-items: center;
	display: inline-flex;
	flex-wrap: wrap;
	padding: 1.3rem 8rem 1.3rem 3rem;
	text-align: left;
	transform: translateY(0);
	transition: transform 0.1s cubic-bezier(0.25, 0.46, 0.45, 0.94),
		box-shadow 0.1s cubic-bezier(0.25, 0.46, 0.45, 0.94),
		background-color 0.1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	z-index: 1;
	border: 0.1rem solid #fff;
	color: #fff;
}
.book-room-btn a{
	color: #fff;
}
.book-room-btn:hover {
	border-bottom: 0.1rem solid;
	transform: translateY(-0.3rem);
}
.default-btn {
  display: inline-block;
  padding: 10px 42px;
  color: #fff;
  text-align: center;
  position: relative;
  overflow: hidden;
  z-index: 1;
  border-radius:5px;
  font-size: 16px;
}
.btn-bg-dark{
  background-color: #0f1d36;
  /* background-color: #ee786c; */
}
.default-btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0%;
  width: 0;
  height: 50%;
  background-color: #1b2132;
  /* background-color: #ee786c; */
  z-index: -1;
  -webkit-transition: all .7s;
  transition: all .7s;
  opacity: 0;
}
.default-btn::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0%;
  width: 0;
  height: 50%;
  background-color: #1b2132;
  /* background-color: #ee786c; */
  z-index: -1;
  opacity: 0;
  -webkit-transition: all .8s;
  transition: all .8s;
}
.default-btn:hover::before{
  width:100%;
  color:#fff!important;
  opacity:1
}
.default-btn:hover::after{
  width:100%;
  opacity:1;
  color:#fff!important;
}

/* ================================= */

.PageIntroduction {
	margin-bottom: 3rem;
	padding-left: 3rem;
	padding-right: 3rem;
}
.PageIntroduction {
	margin: -6rem 0 5.3rem;
	padding-left: 0;
	padding-right: 0;
	pointer-events: none;
	position: relative;
	z-index: 1
}
.gllry-sec-bg {
    background-color: #6af;
	margin-bottom: -20px;
}

	.PageIntroduction-block {
		background-color: #fff;
		padding: 3.3rem 3.9rem;
		pointer-events: all;
	}
/* book now page  */
.upper-row {
	display: flex;
	flex-direction: row;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	height: 6rem;
	background-color: #fff;
	width: 100%;
}


.HelpButton {
	border: 0 !important;
	padding-left: 3rem !important;
	padding: 0;
	margin: 0;
	min-width: 0;
	border-radius: 0;
	transition: 0.6s;
}
.HelpButton .help-ButtonText {
	font-size: 18px !important;
}
.HelpButton .Icon {
	height: 2.2rem;
	transform: translate(-0.5rem, -50%) !important;
}

.bookNow {
	display: flex;
	max-height: 7rem;
	transition: flex 0.1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	align-items: center;
}

.drp-Icon {
	order: -1;
	width: 24px;
}

.logo-sec {
	align-self: center;
	display: block;
	margin-right: 0;
	transition: margin-right 0.1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	flex: 1;
}

.bookNow-btn {
	align-items: center;
	border-radius: 4px;
	color: #fff;
	display: inline-flex;
	flex: none;
	/* margin-left: auto; */
	position: relative;
	margin-right: 0.25rem;
	margin-top: 9px;
}

.bookNow-btn:active .bookNow-btnActiveIcon,
.bookNow-btn:active .bookNow-Text,
.bookNow-btn:focus .bookNow-btnActiveIcon,
.bookNow-btn:focus .bookNow-Text,
.bookNow-btn:hover .bookNow-btnActiveIcon,
.bookNow-btn:hover .bookNow-Text {
	transform: translateY(-0.3rem);
}
.bookNow-btn:focus {
	outline: none;
}
.booking-type-btn{
	/* background-color: rgba(255, 255, 255, 0); */
	background-color: #F5F5F5;
	padding: 20px 15px 0px 15px;
    border-radius: 10px;
	transition: background-color 0.3s, transform 0.3s;
}
.booking-type-btn p{
	color: rgb(0, 0, 0);
	font-size: 3rem;
    font-weight: 600;
    padding: 15px;
    line-height: 34px;
}
.booking-type-btn i{
	color: rgb(0, 0, 0);
	font-size: 5rem;
}
.booking-type-btn:hover {
    background-color: rgb(102, 191, 138);
	transform: scale(1.1);
}
 .book-img {
    margin-bottom: 30px;
    position: relative;
    z-index: 1;
  }
  
  .book-img img {
    border-radius: 20px;
  }
  
  .book-img .book-shape {
    position: absolute;
    z-index: -1;
    top: 50px;
    left: -50px;
  }
  
  .book-img .book-shape img {
    border-radius: 0;
    height: 460px;
  }
  
  .book-content {
    margin-bottom: 30px;
    margin-left: 20px;
  }
  
  .book-content .section-title {
    margin-bottom: 20px;
  }
  
  .book-content-two {
    margin-bottom: 30px;
  }
  
  .book-content-two .section-title {
    margin-bottom: 20px;
  }
  
  .book-img-2 {
    position: relative;
    z-index: -1;
    margin-bottom: 30px;
    margin-top: 30px;
  }
  
  .book-img-2::before {
    content: '';
    position: absolute;
    z-index: -1;
    top: -30px;
    width: 60%;
    height: 112%;
    background-color: #FFF8E6;
    right: -30px;
  }
  
  .booking-form, .login-form{
    margin-bottom: 30px;
    background-color: #F5F5F5;
    padding: 30px 50px;
    border-radius: 15px;
    margin-top: 70px;
    font-size: 16px;
  }
  
  .booking-form h3 , .login-form h3{
    font-size: 30px;
    margin-bottom: 20px;
    text-align: center;
    font-weight: 700;
  }
  
  .form-group {
    position: relative;
    margin-bottom: 20px;
    position: relative;
  }
  
  .form-group i {
    font-size: 20px;
    position: absolute;
    top: 60%;
    right: 10px;
    color: #C890FF;
  }
  
  .form-group label {
    font-weight: 600;
    color: #1B2132;
    margin-bottom: 10px;
  }
  
.form-group .form-control {
    height: 45px;
    padding: 0 15px;
    border: none;
    color: #292323;
    background-color: #ffffff;
    font-weight: 400;
    border-radius: 5px;
  }
  
  .form-group .form-control:focus {
    -webkit-box-shadow: none;
            box-shadow: none;
    outline: none;
  }
  
  .booking-form .default-btn {
    /* float: right; */
    border: none;
    -webkit-box-shadow: none;
            box-shadow: none;
			left: 45rem;
			margin-top: 3rem;
			margin-bottom: 3rem;
  }
  
  .booking-form .nice-select {
    height: 50px;
    width: 100%;
    line-height: 42px;
    font-size: 15px;
    margin-bottom: 20px;
    padding-left: 20px;
    border-radius: 50px;
    background-color: #B56952;
    color: #ffffff;
  }
  
  .booking-form .nice-select .list {
    background-color: #ffffff;
    -webkit-box-shadow: 0px 0px 29px 0px rgba(102, 102, 102, 0.1);
            box-shadow: 0px 0px 29px 0px rgba(102, 102, 102, 0.1);
    border-radius: 0;
    margin-top: 0;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  
  .booking-form .nice-select .list .option {
    -webkit-transition: .6s;
    transition: .6s;
    color: #292323;
    padding-left: 20px;
    padding-right: 20px;
  }
  
  .booking-form .nice-select .list .option:hover {
    background-color: #B56952 !important;
    color: #ffffff;
  }
  
  .booking-form .nice-select .list .option .selected {
    background-color: transparent;
    font-weight: 600;
  }
  
  .booking-form .nice-select::after {
    height: 8px;
    width: 8px;
    border-color: #C890FF;
    right: auto;
    top: 45%;
    right: 20px;
  }
 
.bookNow a:hover{
color: white;
background-color: transparent;
}

  /* =================================
  Booking Area End */

  /* login-form */
  .login-form {
    margin-top: 10px;
  }
  .loginModal,.signUpModal{
	width: 45% !important;
	overflow-y: scroll;
  }
  .login-form .title {
    margin-bottom: 30px;
  }
   .login-form .title span {
    line-height: 0;
    text-transform: capitalize;
    padding-bottom: 5px;
    margin: 0;
    color: #ee786c 
  }
  .login-form .form-group {
    margin-bottom: 20px;
    position: relative;
}
 .login-form .agree-label label {
  font-weight: 500;
  color: #292323;
  margin-left: 10px;
}
 .login-form .forget:hover {
  color: #ee786c;
}
.login-form .forget {
  margin-bottom: 15px;
  float: right;
  color: #292323;
  font-weight: 500;
}

/* blog */

.blog-area .section-title h2 {
	max-width: 640px;
	margin: 0 auto;
}
.blog-card {
	background-color: #fff;
	z-index: 1;
	-webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
	margin-bottom: 30px;
	position: relative;
	padding: 20px;
	border-radius: 15px;
}
.blog-card::before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	right: 0;
	width: 0;
	height: 100%;
	background-color: #f5f5f5;
	-webkit-transition: 0.7s;
	transition: 0.7s;
	opacity: 0;
	border-radius: 15px;
}
.blog-card:hover::before {
	width: 100%;
	opacity: 1;
}
.blog-card .blog-img {
	padding-left: 15px;
}
.blog-card .blog-img a {
	display: block;
}
.blog-card .blog-img a img {
	border-radius: 15px;
}
.blog-card .blog-content {
	padding: 0 20px;
}
.blog-card .blog-content span {
	font-size: 16px;
	color: #b56952;
	margin-bottom: 10px;
}
.blog-card .blog-content h3 {
	margin-top: 10px;
	font-size: 24px;
	margin-bottom: 10px;
	font-weight: 700;
	max-width: 270px;
}
.blog-card .blog-content h3 a {
	color: #292323;
}
.blog-card .blog-content p {
	margin-bottom: 10px;
}
.blog-card .blog-content .read-btn {
	color: #b56952;
	display: block;
}
.blog-card .blog-content .read-btn:hover {
	color: #292323;
}
.blog-card .blog-color span {
	color: #c890ff;
}
.blog-card .blog-color .read-btn {
	color: #c890ff;
}
.blog-item {
	background-color: #f5f5f5;
	z-index: 1;
	-webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
	margin-bottom: 30px;
	border-radius: 15px;
	position: relative;
}
.blog-item::before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 0;
	background-color: #fff;
	-webkit-transition: 0.7s;
	transition: 0.7s;
	opacity: 0;
	border-radius: 15px;
}
.blog-item:hover::before {
	height: 100%;
	opacity: 1;
}
.blog-item a {
	display: block;
}
.blog-item .content {
	padding: 20px;
}
.blog-item .content ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.blog-item .content ul li {
	display: inline-block;
	font-size: 16px;
	color: #555;
	margin-right: 25px;
}
.blog-item .content ul li:last-child {
	margin-right: 0;
}
.blog-item .content ul li i {
	margin-right: 5px;
	font-size: 18px;
	position: relative;
	top: 2px;
}
.blog-item .content ul li:last-child {
	margin-right: 0;
}
.blog-item .content h3 {
	margin-top: 10px;
	font-size: 22px;
	margin-bottom: 10px;
	font-weight: 700;
	max-width: 270px;
}
.blog-item .content h3 a {
	color: #292323;
}
.blog-item .content p {
	margin-bottom: 15px;
}
.blog-item .content .read-btn {
	background-color: transparent;
	padding: 8px 24px;
	color: #292323;
	text-align: center;
	position: relative;
	display: inline-block;
	overflow: hidden;
	z-index: 1;
	font-size: 15px;
	border-radius: 5px;
	border: 1px solid #0f1d36;
}
.blog-item .content .read-btn::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0%;
	width: 0;
	height: 50%;
	background-color: #0f1d36;
	z-index: -1;
	-webkit-transition: all 0.7s;
	transition: all 0.7s;
	opacity: 0;
}
.blog-item .content .read-btn::after {
	content: "";
	position: absolute;
	bottom: 0;
	right: 0%;
	width: 0;
	height: 50%;
	background-color: #0f1d36;
	z-index: -1;
	opacity: 0;
	-webkit-transition: all 0.8s;
	transition: all 0.8s;
}
.blog-item .content .read-btn:hover {
	color: #fff;
}
.blog-item .content .read-btn:hover::before {
	width: 100%;
	color: #fff;
	opacity: 1;
}
.blog-item .content .read-btn:hover::after {
	width: 100%;
	opacity: 1;
	color: #fff;
}
.blog-article {
	margin-bottom: 30px;
}
.blog-article .blog-article-img {
	margin-bottom: 30px;
}
.blog-article .blog-article-title {
	margin-bottom: 30px;
	border-bottom: 1px solid #0f1d36;
	padding-bottom: 15px;
}
.blog-article .blog-article-title h2 {
	font-size: 30px;
	margin-bottom: 20px;
	max-width: 650px;
}
.blog-article .blog-article-title ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.blog-article .blog-article-title ul li {
	display: inline-block;
	color: #292323;
	margin-right: 30px;
	position: relative;
}
.blog-article .blog-article-title ul li i {
	color: #0f1d36;
}
.blog-article .blog-article-title ul li:last-child {
	margin-right: 0;
}
.blog-article .article-content p {
	margin-bottom: 20px;
}
.blog-article .article-content .blockquote {
	position: relative;
	z-index: 1;
	margin-bottom: 30px;
	margin-top: 40px;
	background-color: #fef7f6;
	padding: 30px;
}

.blog-article .article-content .blockquote::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 3px;
	height: 100%;
	text-align: center;
	font-size: 50px;
	font-weight: 400;
	background-color: #0f1d36;
}
.blog-article .article-content .blockquote p {
	font-size: 20px;
	color: #555;
	font-weight: 500;
	margin-top: 10px;
	margin-bottom: 0;
	margin-left: 20px;
}
.blog-article .another-content p {
	margin-bottom: 20px;
}
.blog-article .another-content .content-img {
	margin-top: 40px;
	margin-bottom: 30px;
}
.blog-article .another-content .content-img img {
	border-radius: 15px;
}
.blog-article .comments-wrap .title {
	font-size: 30px;
	margin-bottom: 30px;
	color: #292323;
}
.blog-article .comments-wrap ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.blog-article .comments-wrap ul li {
	position: relative;
	padding: 30px;
	padding-left: 95px;
	margin-bottom: 30px;
	background-color: #f5f5f5;
}
.blog-article .comments-wrap ul li:last-child {
	margin-bottom: 0;
}
.blog-article .comments-wrap ul li img {
	position: absolute;
	top: 30px;
	left: 30px;
	border-radius: 50%;
}
.blog-article .comments-wrap ul li h3 {
	margin-bottom: 0;
	font-size: 20px;
	font-weight: 500;
}
.blog-article .comments-wrap ul li span {
	margin-bottom: 10px;
	display: block;
	font-size: 14px;
	color: #8b8b8b;
}
.blog-article .comments-wrap ul li p {
	margin-bottom: 0;
}
.blog-article .comments-wrap ul li a {
	position: absolute;
	top: 27px;
	right: 30px;
	color: #0f1d36;
	font-weight: 600;
}
.blog-article .comments-wrap ul li a:hover {
	color: #292323;
}
.blog-article .comments-form {
	margin-top: 40px;
}
.blog-article .comments-form .contact-form {
	max-width: 100%;
}
.blog-article .comments-form .contact-form h2 {
	font-size: 26px;
	margin-bottom: 30px;
}
.blog-article .comments-form .contact-form .form-group .form-control {
	border-color: #fef7f6;
	border-radius: 0;
}
.blog-article .comments-form .contact-form {
  padding: 50px 30px;
  max-width: 800px;
  position: relative;
  z-index: 1;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
  background-color: #f5f5f5;
}
.pagination-area {
	margin-top: 10px;
	margin-bottom: 30px;
	text-align: center;
}
.pagination-area .page-numbers {
	width: 40px;
	height: 40px;
	line-height: 40px;
	color: #0f1d36;
	background-color: #f5f5f5;
	text-align: center;
	display: inline-block;
	position: relative;
	margin-left: 3px;
	margin-right: 3px;
	font-size: 18px;
	border-radius: 50px;
}
.pagination-area .page-numbers:hover {
	background-color: #0f1d36 !important;
	color: #fff;
}
.pagination-area .page-numbers i {
	position: relative;
	font-size: 25px;
	top: 0;
}
.pagination-area .page-numbers.current {
	background-color: #0f1d36;
	color: #fff;
}

/* side search box  */
.side-bar-wrap {
	margin-bottom: 30px;
}
.side-bar-widget {
	margin-bottom: 30px;
}
.search-widget {
	margin-bottom: 30px;
	background-color: #f5f5f5;
	padding: 20px;
}
.search-widget .search-form {
	position: relative;
}
.search-widget .search-form .form-control {
	height: 50px;
	border: none;
	background-color: #fff;
	padding: 10px 20px;
	width: 100%;
	border-radius: 0;
}
.search-widget .search-form .form-control:focus {
	-webkit-box-shadow: none;
	box-shadow: none;
	outline: 0;
}
.search-widget .search-form button {
	position: absolute;
	top: 0;
	right: 0;
	height: 50px;
	width: 50px;
	background-color: #0f1d36;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	border: none;
	outline: none;
}
.search-widget .search-form button i {
	color: #fff;
}
.search-widget .search-form button:hover {
	background-color: #1b2132;
}
.side-bar-widget {
	margin-bottom: 30px;
	background-color: #f5f5f5;
}
.side-bar-widget .title {
	font-size: 20px;
	color: #292323;
	padding: 20px 0 0 20px;
	font-weight: 600;
	position: relative;
	display: inline-block;
}
.side-bar-widget .widget-popular-post {
	position: relative;
	overflow: hidden;
	padding: 20px;
}
.side-bar-widget .widget-popular-post .item {
	overflow: hidden;
	margin-bottom: 20px;
    padding-bottom: 20px;
}
.side-bar-widget .widget-popular-post .item:last-child {
	margin-bottom: 0;
	border-bottom: none;
	padding-bottom: 0;
}
.side-bar-widget .widget-popular-post .item .thumb {
	float: left;
	overflow: hidden;
	position: relative;
	margin-right: 15px;
}
.side-bar-widget .widget-popular-post .item .thumb .popular-post-image {
	width: 80px;
	height: auto;
	display: inline-block;
	background-size: cover !important;
	background-repeat: no-repeat;
	background-position: center center !important;
	position: relative;
	background-color: #555;
}

.side-bar-widget .widget-popular-post .item .info {
	overflow: hidden;
}
.side-bar-widget .widget-popular-post .item .info .title-text {
	margin-bottom: 5px;
	line-height: 1.5;
	font-size: 17px;
	font-weight: 700;
	max-width: 215px;
}
.side-bar-widget .widget-popular-post .item .info .title-text a {
	display: inline-block;
	color: #292323;
}
.side-bar-widget .widget-popular-post .item .info .title-text a:hover {
	color: #ee786c;
}
.side-bar-widget .widget-popular-post .item .info ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.side-bar-widget .widget-popular-post .item .info ul li {
	display: inline-block;
	margin-right: 15px;
}
.side-bar-widget .widget-popular-post .item .info ul li:last-child {
	margin-right: 0;
}
/* contact  */

.contact-form {
	padding: 50px 30px;
	max-width: 800px;
	position: relative;
	z-index: 1;
	margin-bottom: 30px;
	margin-left: auto;
	margin-right: auto;
	background-color: #f5f5f5;
}
.contact-form .form-group {
	margin-bottom: 20px;
	position: relative;
}
.contact-form .form-group.checkbox-option {
	position: relative;
}
.contact-form .form-group.checkbox-option #chb2 {
	position: absolute;
	top: 6px;
	left: 0;
}
.contact-form .form-group.checkbox-option p {
	padding-left: 25px;
	font-size: 15px;
}
.contact-form .form-group.checkbox-option p a {
	color: #ee786c;
}
.contact-form .form-group.checkbox-option p a:hover {
	color: #c890ff;
}
.contact-form .form-group .form-control {
	height: 50px;
	color: #292323;
	border: 1px solid #ebebeb;
	background-color: #fff;
	font-size: 14px;
	padding: 10px 20px;
	width: 100%;
	font-weight: 500;
}
.contact-form .form-group .form-control:focus {
	outline: none;
	border-color: #292323;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.contact-form .form-group textarea.form-control {
	height: auto;
}
.contact-form .with-errors {
	float: left;
	font-size: 14px;
	margin-top: 10px;
	margin-bottom: 0;
	color: red;
	font-weight: 400;
	display: block;
}
.contact-form .text-danger {
	font-size: 18px;
	margin-top: 15px;
}
.contact-form .default-btn {
	border: 0;
	outline: none;
	padding: 14px 60px;
	width: 100%;
}
.contact-form .form-group .form-control::-webkit-input-placeholder {
	color: #292323;
}
.contact-form .form-group .form-control:-ms-input-placeholder {
	color: #292323;
}
.contact-form .form-group .form-control::-ms-input-placeholder {
	color: #292323;
}
.contact-form .form-group .form-control::placeholder {
	color: #292323;
}
.contact-content .section-title {
	margin-bottom: 30px;
}
.contact-content{
  margin-bottom: 25px;
}
.contact-item {
	margin-bottom: 30px;
	background-color: #f5f5f5;
	padding: 30px;
}
.contact-item ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.contact-item ul li {
	display: block;
	position: relative;
	padding-left: 85px;
	margin-bottom: 20px;
}
.contact-item ul li:last-child {
	margin-bottom: 0;
}
.contact-item ul li i {
	position: absolute;
	top: 0;
	left: 0;
	width: 70px;
	height: 70px;
	line-height: 70px;
	background-color: #fff;
	color: #ee786c;
	font-size: 40px;
	text-align: center;
	border-radius: 5px;
}
.contact-item ul li .content {
	padding-top: 7px;
	padding-bottom: 7px;
}
.contact-item ul li .content span {
	display: block;
	color: #555;
	font-size: 17px;
	font-weight: 600;
}
.contact-item ul li .content span a {
	display: block;
	color: #555;
}
.contact-item ul li .content span a:hover {
	color: #ee786c;
}

.contact-content .info-item {
  background-color: #ffffff;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
  padding: 24px 0 30px 0;
}

.contact-content .info-item i {
  font-size: 20px;
  color: #68a4c4;
  width: 56px;
  height: 56px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease-in-out;
  border-radius: 50%;
  border: 2px dotted color-mix(in srgb, #68a4c4, transparent 40%);
}

.contact-content .info-item h3 {
  font-size: 18px;
  font-weight: 700;
  margin: 10px 0;
}

.contact-content .info-item p {
  padding: 0;
  margin-bottom: 0;
  font-size: 17px;
}
.map-area iframe {
	display: block;
	width: 100%;
	height: 400px;
}
/* about us  */
.aboutSection .contentSection .sec-title {
	margin-bottom: 22px;
  }
  .aboutSection .contentSection .sec-title .title {
	position: relative;
	color: #105af2;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.4em;
	letter-spacing: 1px;
	margin-bottom: 15px;
	text-transform: uppercase;
  }
  .aboutSection .contentSection .sec-title h2 {
	position: relative;
	font-size: 35px;
	color: #222222;
	font-weight: 600;
	line-height: 1.3em;
	padding-bottom: 20px;
	display: inline-block;
  }
  .aboutSection .contentSection .sec-title h2:after {
	position: absolute;
	content: '';
	left: 0px;
	bottom: 0px;
	width: 42px;
	height: 3px;
	background-color: #105af2;
  }
  .aboutSection .contentSection .text {
	position: relative;
  }
  .aboutSection .contentSection .text p {
	position: relative;
	  color: #555555;
	  font-size: 17px;
	  line-height: 28px;
	  margin-bottom: 20px;
  }
  .aboutSection .contentSection{
	margin-top: 50px;
	margin-bottom: 25px;
  
  }
  .aboutSection .gallrySection{
	margin-top: 25px;
	  margin-bottom: 25px;
  }
  .gallrySection .gallery-box img{
	border-radius: 15px;
  }
  .aboutSection{
	background-color: #e6f0ff;
  }
  .gallery-box{
	margin: 20px 0px 40px 0px;
	  border-radius: 15px 15px 15px 15px;
	  box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.06);
	  border-style: solid;
	  border-width: 1px 1px 1px 1px;
	  border-color: #EFF0F6;
  }
  .aboutproprty-mySwiper .gallery-box img{
	width: 300px;
	height: 300px;
  }
  .aboutproprty-mySwiper{
	margin-right: -45px;
  }
  .aboutproprty-mySwiper2 .gallery-box img{
	width: 100%;
	height: auto;
  }
 .IntroText {
  color: white;
  font-size: 26px;
  margin-top: 3rem;
  line-height: 43px;
}
.offcanvas-body {
  overflow-x: hidden;
}
.dropbtn {
  padding: 16px;
  font-size: 18px;
    color: #000;
  border: none;
  font-weight: 600;
}
.dropdown {
  position: relative;
  display: inline-block;
	font-size: 18px;

}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 120px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
  margin-left: 10px;
}

.dropdown-content a {
  color: black;
  text-decoration: none;
  display: block;
  padding: 5px 20px;
}
.drp-Icon {
  order: -1;
  width: 25px;
  margin: 0px 5px;
}
.dropdown-content a:hover {background-color: #ddd; color: black;}

.dropdown:hover .dropdown-content {display: block;}
.heplsec {
  display: block;
  align-self: center;
  flex: none;
  margin-left: 2.4rem;
  margin-right: 2.4rem;
  position: relative;
  padding-left: 2.3rem;
}
.HelpCenter {
	display: flex;
}
.heplsec:before {
  background-color: #000;
  content: "";
  display: block;
  height: 3.6rem;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
}
.mobile-nav {
  display: none;
}

/* sustainability */
.sustainability .Carousel-contnt{
	margin-top: 12rem;
}
.sustainability .ReadMore__Title p{
	font-size: 2.5rem;
}
.sust-contact{
	background-color: #6af;
    text-align: center;
    padding: 1em 0;
	margin-top: -9em;
}
.sust-contact p{
	color:#000;
}

.heading-section-title {
	position: relative;
	margin: 0;
	margin-bottom: 30px;
	text-align: center;
  }
  
  .heading-title {
	/* font-family: "DM Sans", Sans-serif; */
	font-size: 60px;
	font-weight: 600;
	text-decoration: none;
	line-height: 60px;
	color: #28292B;
  }
  
  .heading-title>span {
	color: #3081FF;
	/* font-family: "DM Sans", Sans-serif; */
	font-size: #3081FF;
	font-weight: 600;
	text-decoration: none;
	line-height: 60px;
  }
  
  .heding-title {
	color: #28292B;
	/* font-family: poppins, Sans-serif; */
	font-size: 40px;
	font-weight: 600;
	text-decoration: none;
	line-height: 50px;
  }
  .job-card{
  border-radius:15px;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-color: #EFF0F6;
  box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.06);
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  padding: 15px 15px 15px 30px;
  }
  
  .img-box img {
	  width: 120px;
	  height: 120px;
	  object-fit: contain;
	  border-radius: 10px 10px 10px 10px;
  }
  
  .lft-side .icon-box{
	  text-align: left;
	  padding: 30px 0px 10px 40px;
	  border-style: none;
	  line-height: 25px;
	  color: #656769;
  }
  .lft-side .icon-box h5{
	font-size: 22px;
	font-weight: 600;
  }
  .jobprfl h4{
  font-size: 25px;
  font-weight: 600;
  color: #28292B;
  }
  .btn-brand{
	margin: 0px 10px 0px 0px;
	  padding: 5px 15px 7px 15px;
	  background-color: #3081FF;
	  border-radius: 7px 7px 7px 7px;
	  font-size: 16px;
	  color: white;
  }
  .btn-adv{
	margin: 0px 10px 0px 0px;
	padding: 5px 15px 7px 15px;
	  background-color: #E1ECFD;
	  border-radius: 7px 7px 7px 7px;
	  font-size: 16px;
  }
  .job-btn{
	margin-top: 18px;
	margin-bottom: 15px;
  }
  .icon-list-item{
	margin-right: 20px;
  }
  .list-icon i{
	font-size: 18px;
	color: #656769 !important;
  }
  .icon-list-text{
	font-size: 17px;
	font-weight: 400;
	color: #656769 !important;
	  margin-left: 7px;
  }
  .cont-text{
	margin: 25px 0px;
  }
  .cont-text p{
	color: #656769 !important;
	font-size: 17px;
	  line-height: 22px;
	  text-align: left;
  }
  .button-link{
	color: #28292B;
	  background-color: #02010100;
	  border-style: solid;
	  border-width: 0px 0px 2px 0px;
	  border-radius: 0px 0px 0px 0px;
	  padding: 0px 5px 8px 0px;
	  width: 30%;
	  margin: 30px 0px 12px 0;
  }
  .button-link a{
	color: #28292B;
	 text-decoration: none;
	 font-size: 18px;
	  font-weight: 600;
  }
  .text-editor{
	margin-left: -25px;
	  font-size: 18px;
	  line-height: 25px;
	  color: #828487
  }
  .all-job-btn {
	margin-left: 14em;
	margin-top: 6em;
	margin-bottom: 3em;
  }
  .all-job-btn a{
	color: #FFFFFF;
	  background-color:#28292B;
	  border-radius: 10px 10px 10px 10px;
	  padding: 22px 45px 22px 45px;
	  text-decoration: none;
	  font-size: 20px;
  }
  .all-job-btn a:hover{
	color: white;
	  background-color:#3081FF;
	  transition: .4s ease-in;
  }
  .ourMission .sec-left{
	text-align: left;
	  background-color: white;
	  padding: 25px 25px 0px 25px;
	  box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.06);
	  border-style: solid;
	  border-width: 1px 1px 1px 1px;
	  border-color: #EFF0F6;
	  border-radius: 15px 15px 15px 15px;
	  margin-left: -15px;
  }
  .ourMission .cont-sect .heding-title {
	color: #28292B;
	/* font-family: poppins, Sans-serif; */
	font-size: 40px;
	font-weight: 600;
	text-decoration: none;
	line-height: 50px;
	margin-left: -50px;
  }
  .ourMission .title{
  color: #28292B;
  font-size: 25px;
  font-weight: 600;
  }
  .ourMission .icon-box-description{
	font-size: 18px;
	  font-weight: 400;
	  line-height: 24px;
	  padding: 5px 0px;
	  color: #828487;
  }
  .ourMission .frst-left{
	padding-top: 23px;
	padding-left: 8px;
	  padding-bottom: 15px;
  }
  .img-secnd{
	position: absolute;
	top: 30%;
    left: 5%;
  }
  .img-frst{
	text-align: end;
	margin-right: 15px;
	  margin-top: -40px;
  }
  .ourMission .img-frst img, .ourMission .img-secnd img{
	border-radius: 20px;
  
  }
  
  .cont-sect{
	margin-left: -30px;
  
  }
 
  .form-check-label{
	margin-top: 4px !important;
  }
  .frstBlock{
	width: 40px;
	  background-color: #FFE324;
	  border-radius: 7px 7px 7px 7px;
	  height: 40px;
	  position: absolute;
	  left: 25%;
	  top: 5%;
  }
  .secndBlock{
	width: 68px;
	background-color: #3081FF;
	border-radius: 7px 7px 7px 7px;
	height: 68px;
	position: absolute;
	left: 21%;
	top: 11%;
  }
  .thirdBlock{
	width: 40px;
	  background-color: #d60000;
	  border-radius: 7px 7px 7px 7px;
	  height: 40px;
	  position: absolute;
	  left: 58%;
	  top: 33%;
  }
  .elementor-spacer{
	background-color: #E1ECFD;
	width: 5px;
	  height: 86%;
	  margin-left: 25px;
	  margin-top: 65px;
  }
  .elementor-spacer-inner {
	position: absolute;
	margin: 0px -2px 0px -2px;
	background-color: #3081FF;
	border-radius: 10px;
	width: 9px;
	  height: 20%;
	  top: 40%;
	  animation-name: float-bob;
	  animation-duration: 2s;
	  animation-iteration-count: infinite;
	  animation-timing-function: linear;
	  -webkit-animation-name: float-bob;
	  -webkit-animation-duration: 2s;
	  -webkit-animation-iteration-count: infinite;
	  -webkit-animation-timing-function: linear;
  }
  @keyframes float-bob{
	0% {
	  -webkit-transform: translateY(-30px);
	  transform: translateY(-30px);
	}
	50% {
	  -webkit-transform: translateY(-15px);
	  transform: translateY(-15px);
	}
	100% {
	  -webkit-transform: translateY(-30px);
	  transform: translateY(-30px);
	}
	}
	.img-sect{
		margin-top: 20%;
	}
 
/* footer  */
Footer {
	/* background-color: #0f1d36; */
	padding-top: 90px;
    z-index: 1;
    background: url("../images/footer-bg.png") top left repeat;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
    width: 100%;
    color: #C5CDD9;
}
.footer-info {
    margin-bottom: 30px;
    padding-left: 7rem;

}
.left-item {
    padding-left: 7rem;

}
.footer-item {
    margin-bottom: 50px;
    width: 100%;
    float: left;
}
.footer-info .main-title {
    margin-bottom: 25px;
}
.footer-info .main-title h1 {
    font-size: 22px;
    color: #fff;
}
.footer-info .logo {
    margin-left: 40px;
    padding: 0px 35px;
    margin-bottom: 15px;
}
footer ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.footer-info .personal-info li {
    color: #C5CDD9;
    font-size: 15px;
    line-height: 18px;
    margin-bottom: 20px;
    position: relative;
    padding-left: 30px;
}
.footer-info .personal-info li i {
    font-size: 18px;
    float: left;
    left: 0;
    position: absolute;
}
.main-title h1 {
    font-size: 26px;
    margin: 0 0 10px;
    font-weight: 700;
}
.footer-info li a {
    color: #C5CDD9;
    text-decoration: none;
}
.footer-info .links li {
    margin-bottom: 15px;
    font-size: 15px;
    font-weight: 500;
	padding-left: 30px;
}
.copy-right {
    border-top: solid 1px #a3a3a340;
    padding: 25px 0;
    text-align: center;
    font-size: 15px;
}
.copy-right p {
    text-align: center;
    color: #C5CDD9;
    margin-bottom: 0;
    line-height: 45px;
}
.copy-right p a {
    color: #C5CDD9;
}

 .social-list li {
    list-style: none;
    margin: 0;
    text-align: right;
	display: inline-block;
}
.social-list li a {
    display: inline-block;
    width: 45px;
    font-size: 17px;
    height: 45px;
    text-align: center;
    line-height: 45px;
    border-radius: 0;
    color: #C5CDD9;
    background: #0f294a;
}
.btn-Text:hover{
	color: white !important;
}
.btn-svg{
    width: 20px;
    height: 25px;
    fill: white;
    margin-left: -35px;
    z-index: 99;
    margin-top: 10px;
}
.ImageContainer {
	margin-top: -40px;
	margin-bottom: 25px;
}
/* mobile header  */
@media only screen and (max-width: 991px) {
  .mobile-nav {
      display: block;
      position: relative;
  }
    .main-nav {
        display: none !important;
    }
}

@media only screen and (max-width: 768px) {
	.mobile-nav {
		display: block;
		position: relative;
	}
	  .main-nav {
		  display: none !important;
	  }
	  
  }
