body {
	color: #000;
	overflow-x: hidden;
	background-image: url(../images/website-background.jpg);
	position: relative;
    z-index: 0;
	background-size: cover;
    background-repeat: no-repeat;
	font-family: 'Arial';
}
img {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	pointer-events: none;
	-webkit-user-drag: none;
	user-drag: none;
  }

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

body.body-auth {
	background: #FAF5EC;
}

body.body-auth:after {
	display: none;
}

body.body-checkout:after {
	display: none;
}
p {
	text-align: justify;
}
.header-menus {
	position: absolute;
	right: 0;
}
.mt-100 {
	margin-top: 100px;
}
.mb-100 {
	margin-bottom: 100px;
}
/* Safari Only */
@media not all and (min-resolution:.001dpcm) { 
    .turning-vision-right h2 {
        font-family: 'Satisfy', sans-serif;
    }
}

.satisfy-regular {
	font-family: "Satisfy", serif;
	font-weight: 400;
	font-style: normal;
}

@font-face {
    font-family:'Gellatio';
    src: url('../fonts/Gellatio.eot');
	src: url('../fonts/Gellatio.eot?#iefix') format('embedded-opentype'),
		url('../fonts/Gellatio.woff2') format('woff2'),
		url('../fonts/Gellatio.woff') format('woff'),
		url('../fonts/Gellatio.ttf') format('truetype'),
		url('../fonts/Gellatio.otf') format('opentype'),
		url('../fonts/Gellatio.svg#Gellatio') format('svg');
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
}

@font-face {
	font-family: 'HelloFreshteaBrush';
	src: url('../fonts/HelloFreshteaBrush.eot');
	src: url('../fonts/HelloFreshteaBrush.eot?#iefix') format('embedded-opentype'),
		url('../fonts/HelloFreshteaBrush.woff2') format('woff2'),
		url('../fonts/HelloFreshteaBrush.woff') format('woff'),
		url('../fonts/HelloFreshteaBrush.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}
@font-face {
    font-family: 'Arial', sans-serif;
    src: url('../fonts/ArialMT.eot');
    src: url('../fonts/ArialMT.eot?#iefix') format('embedded-opentype'),
        url('../fonts/ArialMT.woff2') format('woff2'),
        url('../fonts/ArialMT.woff') format('woff'),
        url('../fonts/ArialMT.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
.Font-Gellatio {
	font-family: 'Gellatio';
  }
.Font-HelloFreshteaBrush {
	font-family: 'HelloFreshteaBrush';
}
.Font-Arial {
	font-family: 'Arial';
}
p {
	font-family: 'Arial';
	font-size: 18px;
}
.text-white {
	color: #fff;
}
.text-black {
	color: #000;
}


/*============================ Common Style ==========================*/

a,
a:hover,
a:focus,
button,
button:focus {
	outline: none;
	transition: 0.3s;
	text-decoration: none;
}
.org-text {
	color: #c36636;
}
a:hover {
	color: #c36636;
}

.navbar-nav {
	padding-left: 2rem;
}

.link {
	color: #1a75d2;
	text-decoration: none;
}

.link:hover {
	color: #D6452E;
}

.wrapper {
	width: 100%;
	overflow: hidden;
}

.h1 {
	font-family: 'PT Serif', serif;
	font-size: 3.75rem;
	font-weight: bold;
}

.h2 {
	font-family: 'PT Serif', serif;
	font-size: 2.5rem;
	font-weight: 600;
}

.h3 {
	font-family: 'PT Serif', serif;
	font-size: 1.25rem;
	font-weight: 600;
}

.h4 {
	font-family: 'PT Serif', serif;
	font-size: 1rem;
	font-weight: 600;
}

.h5 {
	font-family: 'PT Serif', serif;
	font-size: 1rem;
	font-weight: 600;
	color: #000;
}

.h6 {
	font-family: 'PT Serif', serif;
	font-size: 1rem;
	font-weight: 600;
}

.text-muted {
	color: #818b96 !important;
}

.fw-nornal {
	font-weight: normal;
}

p {
	line-height: 1.5 !important;
}

section {
	position: relative;
}

a {
	color: #1a75d2;
}

.textf1 {
	color: #1a75d2;
}

.textf2 {
	color: #39332A;
}

.textf3 {
	color: #0E39A9;
}

.sub-heading {
    color: #000000;
    font-size: 40px;
	font-family: 'Arial';
    text-transform: uppercase;
}
.top-space {
	height: 120px;
}
.inner-banner-space {
	margin-top: 200px;
}
.other-page-head h2 {
	font-size: 112px;
	padding-top: 150px;
}
.tab-border {
	border-top: 2px solid #c36636;
}
.tab-right-bor {
	border-right: 2px solid #c36636;
}
.tab-bottom-bor {
	border-bottom: 2px solid #c36636;
}
.custom-tabs {
	margin-top: 40px;
}
.custom-tabs .nav-tabs {
	border-bottom: none;
}
.custom-tabs .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active{
	color: #000 !important;
	background-color: transparent;
	border: none;
}
.custom-tabs .nav-tabs .nav-link:focus, .custom-tabs .nav-tabs .nav-link:visited {
	border: none !important;
	outline: none !important;
}
.custom-tabs .nav-tabs .nav-link {
	color: #c36636;
	text-transform: uppercase;
	font-size: 18px;
}
.main-header-logo,
.black-header-logo {
	width: 180px;
}
.black-header-logo {
	display: none;
}
.main-menu .bg-transparent {
	background-color: transparent;
}
.header {
	position: absolute;
    top: 0;
    z-index: 2;
    width: 100%;
	padding: 5px 0;
}
.main-menu .navbar-toggler-icon {
	width: 3em;
	height: 3em;
}
.main-menu .navbar-toggler {
	border: none;
}
.main-menu .navbar-toggler:focus {
    box-shadow: none;
	border: none;
}
.main-menu .navbar-toggler-black .navbar-toggler-icon {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.9%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='1.5' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
	cursor: pointer;
}
.navbar-toggler-close {
	width: 35px;
	height: 35px;
	display: block;
	background-image: url('data:image/svg+xml,%3Csvg width="35" height="35" viewBox="0 0 468 468" fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Cpath fill-rule="evenodd" clip-rule="evenodd" d="M10.2292 10.43C23.2469 -2.58734 44.3522 -2.58734 57.3699 10.43L233.8 186.86L410.23 10.43C423.246 -2.58734 444.353 -2.58734 457.37 10.43C470.386 23.4477 470.386 44.553 457.37 57.5707L280.94 234L457.37 410.43C470.386 423.447 470.386 444.554 457.37 457.57C444.353 470.587 423.246 470.587 410.23 457.57L233.8 281.14L57.3699 457.57C44.3522 470.587 23.2469 470.587 10.2292 457.57C-2.78809 444.554 -2.78809 423.447 10.2292 410.43L186.66 234L10.2292 57.5707C-2.78809 44.553 -2.78809 23.4477 10.2292 10.43Z" fill="%23B0B0B0"/%3E%3C/svg%3E');
	cursor: pointer;
	background-repeat: no-repeat;
	margin-right: 30px;
}
.fixed-top.scrolled {
	background-color: rgb(255 255 255 / 90%) !important;
	/* background-color: #fff !important; */
	transition: background-color 300ms linear;
}
.fixed-top.scrolled.home-nav .main-header-logo {
	display: none;
}
.fixed-top.scrolled.home-nav .black-header-logo {
	display: block;
}
.fixed-top.scrolled.home-nav .white-icon {
	display: none;
}
.fixed-top.scrolled.home-nav .black-icon {
	display: block;
}
.black-icon {
	display: none;
}
.main-menu .menu-detail {
	font-family: '"The Nautigal", serif';
    font-size: 42px;
    text-align: center;
    position: fixed;
    top: 0px;
    background-color: rgb(0, 0, 0);
    z-index: 9999;
    background-image: url(../images/menu-design-image.png);
    background-size: cover;
    transform: translateY(-100%);
    transition: 0.5s;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
}
.menu-detail.active {
    transform: translateY(0);
    transition: 0.5s;
    
}
.main-menu .menu-detail a {
	color: #fff;
	margin: 60px 0;
    display: block;
	font-family: 'Gellatio';
}
.main-menu .menu-detail .navbar-brand{
    margin: 0;
}
.main-menu .menu-detail a:hover {
	color: #c36636;
}
.menu-detail .container-fluid {
	display: inline-block;
	margin-top: 15%;
	height: 100%;
}
.drawer-menu {
    position: absolute;
    left: 20px;
    right: 20px;
}
.banner-text {
	position: absolute;
    bottom: 100px;
    z-index: 1;
    left: 0;
    right: 0;
	color: #fff;
}
.banner-text h3 {
	font-size: 36px;
	font-weight: 400;
	letter-spacing: 2px;
	font-family: 'Arial';
}

.turning-vision-img img {
	position: relative;
	top: -60px;
}
/* .turning-vision-right {
	position: absolute;
	left: -50px;
} */
.turning-vision-content {
	padding-top: 80px;
}
.turning-vision-des {
	margin-top: 40px;
	margin-left: 60px;
}
.right-arrow-text {
	border: 2px solid #c36636;
	text-align: center;
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
    width: 38px;
    height: 38px;
	color: #000;
	border-radius: 100px;
	margin-top: 20px;
}
.right-arrow {
	margin-left: 2px;
}
.right-arrow-text:hover {
	color: #fff;
	background-color: #c36636;
}
.right-arrow-text:hover .right-arrow {
	color: #fff;
}  
.tab-content .right-arrow, .tab-border .right-arrow{
	margin-left: 10px;
}
.tab-heading-inside {
	display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
	border-bottom: 2px solid #c36636;
    border-right: 2px solid #c36636;
}
.tab-heading {
	display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
	border-bottom: 2px solid #c36636;
}
.tab-heading h4, .tab-heading-inside h4 {
	text-transform: uppercase;
	color: #c36636;
	font-weight: 400;
	font-size: 18px;
	margin: 15px 0;
}
/* .count-section::before {
	background-image: url(../images/Line-1.png);
	background-size: cover;
	content: "";
    position: absolute;
    top: -240px;
    left: 0;
	z-index: -1;
    width: 100%;
    height: 120%;
	background-repeat: no-repeat;
} */
.line-bg {
	position: absolute;
    top: -240px;
    z-index: -1;
 }
.award-section::before {
	background-image: url(../images/Line-2.png);
	background-size: cover;
	content: "";
    position: absolute;
    top: -40px;
    left: 0;
	z-index: -1;
    width: 100%;
    height: 100%;	
}
/* .contact-section::before {
	background-image: url(../images/contact-us-line.png);
	background-size: cover;
	background-repeat: no-repeat;
	content: "";
    position: absolute;
    top: -50px;
    left: 0;
	z-index: -1;
    width: 100%;
    height: 100%;
} */
/* .about-us-sec::before {
	background-image: url(../images/about-us-line-top.png);
	background-size: contain;
	background-repeat: no-repeat;
	content: "";
    position: absolute;
    top: -70px;
    left: 0;
	z-index: -1;
    width: 100%;
    height: 100%;
} */
.about-line {
	margin-top: -24%;
}
.our-founder::before {
	background-image: url(../images/about-us-founders-line.png);
	background-size: cover;
	background-repeat: no-repeat;
	content: "";
    position: absolute;
    top: -150px;
    left: 0;
	z-index: -1;
    width: 100%;
    height: 100%;
}
/* .project-page::before {
	background-image: url(../images/projects-img/projects-page-line.png);
	background-size: cover;
	background-repeat: no-repeat;
	content: "";
    position: absolute;
    top: 60px;
    left: 0;
	z-index: -1;
    width: 100%;
    height: 100%;
} */
.award-sec::before {
	background-image: url(../images/awards-page-line.png);
	background-size: cover;
	background-repeat: no-repeat;
	content: "";
    position: absolute;
    top: 60px;
    left: 0;
	z-index: -1;
    width: 100%;
    height: 100%;
}
.count-number h4 {
	font-size: 60px;
}
.count-number p {
	font-size: 18px;
	font-weight: 600;
}
.round-btn {
	border: 2px solid #c36636;
    border-radius: 100px;
    padding: 10px 20px;
    display: inline-block;
    width: 180px;
    text-align: center;
    color: #000;
	text-transform: uppercase;
	font-weight: 600;
}
.round-btn:hover {
	background-color: #c36636;
	color: #fff;
}
.single-img {
	position: relative;
	width: 100%;
	/* float: left;
	margin: 0 1%; */
  }
  
  /* .image {
	display: block;
	width: 100%;
	height: auto;
  } */
  
  .img-overlay {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: rgb(2 2 2 / 50%);
	overflow: hidden;
	width: 100%;
	height: 0;
	transition: .5s ease;
  }
  
  .single-img:hover .img-overlay {
	height: 100%;
  }
  
  .hover-text {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	color: #fff;
	text-align: center;
	font-size: 20px;
	text-transform: uppercase;
  }
  .hover-text a {
	color: #fff;
  }
  .kensho-abode-box {
	position: absolute;
    top: -100px;
  }
  .insta-link {
	color: #000;
	font-weight: 500;
  }
  .commercial-sec {
	margin-top: 200px;
  }
  footer {
	background-color: #000;
	margin-top: 60px;
	border-bottom: 8px solid #c36636;
  }
  footer .top-footer {
	padding: 50px 0;
  }
  footer .footer-logo {
	width: 220px;
  }
  footer a {
	color: #fff;
  }
  footer .bottom-footer {
   padding: 15px 0;
   border-top: 1px solid #c36636;
  }
  footer .bottom-footer { 
	font-size: 14px;
	}
.contact-us img {
	width: 22px;
	margin-right: 5px;
}
  
.preloader {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background-color: #fff;
}
.preloader .loading {
	position: absolute;
	left: 0;
	top: 0;
	right:0;
	bottom: 0;
	/*transform: translate(-50%,-50%);*/
}
.preloader .loading video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
/*.menu-detail { */
/*	transition: all .001s;*/
/*	transition-timing-function: ease; */
/*}*/
.service-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.service-box .right-arrow-text {
	margin-top: 0;
	pointer-events: none;
}

.service-img img {
	width: 140px;
}
.service-img h6 {
	font-size: 20px;
    font-weight: 400;
	font-family: 'Arial';
}
.service-sec {
   border: 3px solid #c36636;
    border-radius: 20px;
    padding: 10px 20px 20px 20px;
	margin: 60px auto;
}
.banner-section .carousel-inner {
	height: 100dvh;
}
.banner-section .carousel-inner img {
	height: 100dvh;
}
.center-content {
	display: flex;
	align-items: center;
}
.our-founder h5 {
	margin-top: 25%;
}
.our-founder h5, .our-founder h4 {
	font-size: 20px;
}
.contact-form form {
	background: #fff;
    border-radius: 20px;
    padding: 40px;
	box-shadow: -5px 5px 10px rgb(0 0 0 / 30%);
}
.contact-form .form-submit-btn {
	background-color: #c36636;
    border: #c36636;
    border-radius: 15px;
    padding: 6px 32px;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 18px;
	margin-top: 30px;
}
.contact-form form .form-control {
	border: none;
    border-bottom: 2px solid #c36636;
    border-radius: 0;
    padding: 0;
    font-weight: 600;
    font-size: 18px;
}
.contact-form .select-control {
	border: 2px solid #c36636;
	width: 180px;
    border-radius: 15px;
    padding: 5px;
	font-weight: 500;
}
.award-sec {
	margin: 60px 0;
}
.contact-form iframe {
	width: 100%;
	border-radius: 15px;
	overflow: hidden;
}
.project-tabs {
	display: flex;
	align-items: center;
	justify-content: center;
}
.other-project-btn .right-arrow-text {
	color: #c36636;
    font-weight: 600;
	margin-top: 0;
}
.other-project-btn .right-arrow {
	margin-left: 10px;
}

#contact-video {
	width: 100%;
	height: 100%;
}
.h-full {
	height: 100%;
}
.prj-btn {
	display: flex;
    justify-content: end;
    align-items: center;
    gap: 10px;
    margin-top: 20px;
    color: #000;
}
.crafting-design-mt {
	margin-top: -110px;
}
.prj-btn .right-arrow-text {
	margin: 0;
}
.prj-btn .right-arrow {
	margin: 0;
}
footer ul li {
	margin-bottom: 10px;
}
.mobile-view {
	display: none;
}

#response {
            margin-top: 10px;
            padding: 10px;
            display: none;
            border-radius: 5px;
        }
        .success { background-color: #d4edda; color: #155724; }
        .error { background-color: #f8d7da; color: #721c24; }