/* -------------------------------- 

Primary style

-------------------------------- */

html * {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

html,
body {
	height: 100%;
}
body {
	font-size: 0.875rem !important;
	font-family: "proxy", sans-serif !important;
	color: #4e6361;
	background-color: #f5f4e9;
}
a,
a:focus,
a:active {
	outline: none !important;
}
a,
a:hover {
	font-weight: 400;
	text-decoration: none !important;
	font-size: 0.875rem;
}
ul {
	list-style-type: none;
	margin: 0;
}
ol, ul {
    padding-left: 0rem!important;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "didot", sans-serif;
}
@font-face {
    font-family: proxy;
    src: url(../../assets/fonts/proxima-nova.otf);
}
@font-face {
    font-family: didot;
    src: url(../../assets/fonts/didot-regular.ttf);
}
@font-face {
    font-family: didot-medium;
    src: url(../../assets/fonts/didot-medium.ttf);
    font-weight: 700;
}

:focus-visible {
	outline: none !important;
}

/* ---- Header ---- */

header {
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 9999;
	padding: 10px 0;
	transition: all 0.5s ease-in-out;
}
.carousel-item img {
	height: 625px;
	object-fit: cover;
}
.offcanvas {
	z-index: 9999999 !important;
}
.offcanvas-header {
    justify-content: flex-end!important;
}
.offcanvas-start {
    width: 300px!important;
}
.offcanvas-body {
    padding: 0!important;
}
.side-menu ul li:hover {
    background-color: #b4a370;
}
.offcanvas-body li a{
	font-size: 1rem;
	color: #000;
}
.side-menu ul li:hover .offcanvas-body li {
	color: #fff!important;
}
.menu-list, .btn {
	padding-left: 2rem!important;
	line-height: 2;
}
.dropdown-item {
	padding-left: 2.58rem!important;
	line-height: 1.67;
}
.btn-check:focus+.btn, .btn:focus {
    box-shadow: none!important;
}
.dropdown-menu {
	position: relative!important;
	transform: none!important;
	border: none!important;
	margin-top: 5px!important;
}
.dropdown-item:focus, .dropdown-item:hover {
    background-color: #00adbe!important;
}
.offcanvas-body ul li:hover {
    background-color: #00adbe;
}
.logo {
	max-width: 300px;
	margin-left: 15px;
}
.logo img {
	width: 160px;
}
.menu-icon-mobile {
	display: block;
	width: 25px;
	padding: 8px 0px 0px 0px;
	border-radius: 0px;
	margin: 0;
}
.menu-icon-mobile>span {
	display: block;
    height: 3px;
    width: 100%;
    margin-bottom: 5px;
    background-color: #000;
    border-radius: 6px;
}
.btn-close:focus {
	box-shadow: none !important;
}

/*--- Footer ---*/

.menuFooter {
	color: #fff;
	width: 100%;
	height: auto;
	padding: 40px 0 25px;
}
.menuFooter h5 {
	font-size: 0.875rem !important;
	margin: 0;
	line-height: 30px;
	text-transform: uppercase;
	font-family: "proxy", sans-serif !important;
}
.menuLink li {
	list-style: none;
}
.menuLink li a {
	font-size: 0.75rem;
	font-weight: 400;
	text-transform: uppercase;
	color: #fff;
}
.menuLink p {
	font-size: 0.75rem;
}
.socialArea>h5,
.contactNo>h5,
.footer-address h5 {
	margin-bottom: 10px;
	text-transform: uppercase;
}
.footer-address address {
	margin-bottom: 5px;
	font-size: 0.75rem;
}
.socialArea .list-inline {
	margin-left: 0;
	text-align: center;
}
.socialArea .list-inline li {
	padding: 0;
	float: left;
	margin: 0 4px 4px 0;
}
.socialArea .fa {
	background: #00adbe;
	color: #fff;
	font-size: 1.125rem;
	height: 31px;
	line-height: 32px;
	text-align: center;
	width: 31px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	opacity: 1;
	filter: alpha(opacity=100);
	margin-right: 3px;
}
.list-inline>li {
	display: inline-block;
}
.footer {
	padding: 10px 0;
	width: 100%;
	display: block;
	background-color: #00adbe;
}
.privacy_policy {
	text-align: right;
}
.nirvanas-title-row {
    background: url(../../assets/img/nirvanas-terrace.jpg);
    width: 100%;
    background-size: cover;
    background-position: 50% 50%;
    position: relative;
    z-index: 1;
}
.page-title-row {
    background: url(../../assets/img/b1.jpg);
    width: 100%;
    background-size: cover;
    background-position: 50% 50%;
    position: relative;
    z-index: 1;
}
.page-title-row-inner {
    width: 100%;
    background-color: rgba(0, 0, 0, 0.35);
}
.page-title-row-inner .row {
    min-height: 600px;
    margin: 0;
}
.page-title-heading h2 {
    display: inline-block;
    text-transform: uppercase;
    font-size: 4rem;
	color: #fff;
}
.nirvanas-title-heading h2 {
    display: inline-block;
    text-transform: uppercase;
    font-size: 3rem;
	color: #000;
}
.box {
	background-color: #fff;
	margin-top: -6rem!important;
    z-index: 1;
	padding-top: 40px;
	padding-bottom: 40px;
	padding-left: 60px!important;
	padding-right: 60px!important;
}
.form-control {
	border: 1px solid #fff!important;
    border-bottom: 1px solid #ced4da!important;
	border-radius: 0!important;
	font-size: 0.875rem!important;
	color: #7e7575!important;
}
.form-control:focus {
    box-shadow: none!important;
}
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  background: transparent;
  background-image: url("data:image/svg+xml;utf8,<svg fill='black' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>");
  background-repeat: no-repeat;
  background-position-x: 100%;
  background-position-y: 5px;
  border: 1px solid #dfdfdf;
  border-radius: 2px;
  margin-right: 2rem;
  padding: 1rem;
  padding-right: 2rem;
}
.project {
    background: #a5a9ab;
}
.grey-bg {
    background: #ebebeb;
}
.project-info-title h5 {
    font-size: 16px;
    color: #3a3a3a;
    font-weight: 600;
    text-transform: uppercase;
	font-family: inherit;
	letter-spacing: 1px;
}
.project-info p {
	color: #5f5f5f;
    font-size: 15px;
}
.project-info ul li {
    font-weight: 400;
    line-height: 200%;
    color: #5f5f5f;
    font-size: 15px;
}
@media only screen and (max-width: 520px) {
  .page-title-heading h2 {
    font-size: 3rem;
  }
}