@font-face {
	font-family: "Druk Wide Cy Web Bold";
    src: url('../fonts/Druk-Wide-Cy-Web-Bold.ttf') format('truetype');
}
body {
	font-family: 'Inter', sans-serif;
}
.form-control:focus{
	outline: none;
	box-shadow: none;
	background-color: transparent;
}
a {
	text-decoration: none !important;
}
.text-golden{
	color: #EBBD7D !important;
}
.background-golden{
	color: #EBBD7D !important;
}
.font-size-16 {
	font-size: 16px !important;
}
.background-none{
	background-image: none !important; 
}
.font-size-15 {
	font-size: 15px !important;
}

.font-size-14 {
	font-size: 14px !important;
}

.font-size-13 {
	font-size: 13px !important;
}

.font-weight-600 {
	font-weight: 600;
}

.line-height-25 {
	line-height: 25px;
}

.text-gray {
	color: #666 !important;
}
.banner{
	background: url(../images/banner-img.svg) no-repeat center bottom;
	background-size: cover;
	height: 100vh;
}
.banner-content, .banner img{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	padding-top: 106px;
}
.banner-content h1{
	font-family: "Druk Wide Cy Web Bold";
	font-style: normal;
	font-weight: 700;
	font-size: 40px;
	line-height: 140%;
	text-transform: uppercase;
	color: #FFFFFF;
	margin-bottom: 28px;
	width: 550px;
}
.grey-border{
	border-color: #ddd !important;
}
.banner-content h1 b{
	color: #EBBD7D;
}
.banner-content p{
	font-style: normal;
	font-weight: 400;
	font-size: 20px;
	line-height: 140%;
	color: #FFFFFF;
	width: 600px;
	margin-bottom: 40px;
}
.curve-border-btn{
	font-style: normal;
	font-weight: 700;
	font-size: 16px;
	line-height: 140%;
	text-align: center;
	letter-spacing: 0.2em;
	color: #FFFFFF;
	padding: 22px 80px;
	display: inline-block;
	background: url(../images/button-border.svg) no-repeat center center;
	background-size: contain;
	margin-right: 20px;
}
.curve-border-btn:hover{
	color: #fff;
}
.navbar{
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	z-index: 10000;
}
.inner-navbar{
	position: relative;
	background: url(../images/inner-navbar-bg.svg) no-repeat bottom right;
	background-size: cover;
	height: 200px;
	padding-bottom: 70px;
}
.navbar-nav .nav-link {
	font-size: 16px;
	line-height: 140%;
	color: #fff !important;
	padding: 0 !important;
}
.navbar-nav .nav-item{
	margin-left: 60px;
}
.navbar-nav .nav-link.active {
	border-bottom: 1px solid #EBBD7D;
}
.our-services{
	padding:110px 0 120px 0;
	background: #1E1E1D;
	box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
	margin-top: -80px;
}
.our-services h2{
	font-weight: 700;
	font-size: 48px;
	line-height: 140%;
	text-align: center;
	text-transform: uppercase;
	color: #FFFFFF;
	font-family: "Druk Wide Cy Web Bold";
}
.service-wrap{
	background: #444444;
	border-radius: 15px;
	padding: 26px 35px;
	margin-top: 10px;
}
.service-wrap h3{
	font-weight: 700;
	font-size: 32px;
	line-height: 140%;
	text-transform: uppercase;
	color: #F5F5F5;
	font-family: "Druk Wide Cy Web Bold";
}
.service-wrap p{
	font-weight: 400;
	font-size: 16px;
	line-height: 140%;
	color: #F5F5F5;
	margin: 16px 0;
}
.projects{
	padding: 30px 0;
}
.heading{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.heading h2{
	font-weight: 700;
	font-size: 48px;
	line-height: 140%;
	text-transform: uppercase;
	color: #1E1E1D;
	font-family: "Druk Wide Cy Web Bold";
}
.heading a{
	font-size: 16px;
	line-height: 140%;
	text-align: right;
	letter-spacing: 0.2em;
	color: #1E1E1D;
}
.projects img{
	border-radius: 12px;
	width: 100%;
}	
.reviews{
	padding: 75px 0;
	background-color: #F5F5F5;
}
.reviews h2{
	font-weight: 700;
	font-size: 48px;
	line-height: 140%;
	text-align: center;
	text-transform: uppercase;
	color: #1E1E1D;
	font-family: "Druk Wide Cy Web Bold";
}
.single-review{
	background: #FFFFFF;
	border-radius: 15px;
	padding: 28px 30px;
	margin: 0 10px;
}
.single-review .client-image{
	width: 64px;
	height: 64px;
	line-height: 64px;
	border-radius: 50%;
	overflow: hidden;
}
.single-review .client-image img{
	width: 100%;
	height: 100%;
}

.single-review h5{
	font-weight: 700;
	font-size: 24px;
	line-height: 110%;
	margin: 0;
}
.single-review small{
	font-weight: 400;
	font-size: 16px;
	line-height: 140%;
	color: #A9A9A9;
}
.single-review p{
	font-weight: 400;
	font-size: 16px;
	line-height: 140%;
	color: #1E1E1D;
	margin-top: 20px;
}
.owl-carousel{
	display: block;
	padding: 0 50px;
}

.owl-carousel .owl-dots.disabled {
	display: block;
}

.owl-dots {	
	text-align: center;
	margin-top: 30px;
	display: block !important;
}

.owl-dots .owl-dot span {
	background-color: #1E1E1D;
	height: 5px;
	width: 50px;
	margin-right: 10px;
	display: block;
	opacity: 0.1;
}

.owl-dots .owl-dot.active span {
	background-color: #1E1E1D;
	opacity: 1;
}
.filled-btn-bg{
	font-style: normal;
	font-weight: 700;
	font-size: 16px;
	line-height: 140%;
	text-align: center;
	letter-spacing: 0.2em;
	color: #333;
	padding: 22px 80px;
	display: inline-block;
	background: url(../images/filled-btn-bg.svg) no-repeat center center;
	background-size: contain;
}
.filled-btn-bg:hover{
	color: #333;
}
.contact-us{
	padding: 70px 0;
	background: url(../images/conatct-us-bg.jpg) no-repeat center center;
	background-size: cover;
}
.contact-us h3{
	font-weight: 700;
	font-size: 48px;
	line-height: 140%;
	text-transform: uppercase;
	color: #FFFFFF;
	font-family: "Druk Wide Cy Web Bold";
}
.input-bg{
	background: url(../images/input-bg.svg) no-repeat;	
	background-color: transparent;
	border: none;
	height: 55px;
	margin-bottom: 10px;
	background-size: contain;
	width: 374px;
	color: rgba(255, 255, 255, 0.5);
	padding-left: 20px;
}
.textarea-bg{
	background: url(../images/textarea-bg.svg) no-repeat;	
	background-color: transparent;
	border: none;
	height: 125px;
	margin-bottom: 10px;
	background-size: contain;
	width: 365px;
	color: rgba(255, 255, 255, 0.5);
	padding: 20px;
}
.input-bg-white{
	background: url(../images/white-textfield.svg) no-repeat;	
	background-color: transparent;
	border: none;
	height: 55px;
	margin-bottom: 10px;
	background-size: contain;
	width: 374px;
	color: rgba(255, 255, 255, 0.5);
	padding-left: 20px;
}
.textarea-bg-white{
	background: url(../images/white-textarea.svg) no-repeat;	
	background-color: transparent;
	border: none;
	height: 125px;
	margin-bottom: 10px;
	background-size: contain;
	width: 365px;
	color: rgba(255, 255, 255, 0.5);
	padding: 20px;
}
.input-bg:focus, .textarea-bg{
	background-color: transparent;
	box-shadow: none;
	opacity: 1;
	color: #fff;
	outline: none;
}

.form-control::placeholder { 
	color: #fff; 
}

.form-control:-ms-input-placeholder { 
	color: #fff; 
}

.form-control::-ms-input-placeholder {
	color: #fff; 
}

.input-bg-white::placeholder, .textarea-bg-white::placeholder { 
	color: #1E1E1D; 
	opacity: 0.5;
}

.input-bg-white:-ms-input-placeholder, .textarea-bg-white::-ms-input-placeholder { 
	color: #1E1E1D; 
}

.form-control::-ms-input-placeholder {
	color: #fff; 
}
.contact-us img{
	border-radius: 15px;
	width: 100%;
}
footer{
	padding: 50px 0;
	background: #1E1E1D;
	width: 100%;
}
footer p{
	font-weight: 400;	
	font-size: 16px;
	line-height: 140%;
	color: #FFFFFF;
	margin-top: 15px;
}
footer ul{
	list-style-type: none;
}
footer ul li a{
	font-weight: 500;
	font-size: 16px;
	line-height: 19px;
	color: #FFFFFF;
}
footer ul li a:hover{
	color: #EBBD7D;
}
footer ul li{
	line-height: 35px;
}
footer ul li a.active{
	border-bottom: 1px solid #EBBD7D;
	color: #EBBD7D;
}
.social-row{
	display: flex;
	align-items: center;
	justify-content: flex-end;
}
.social-row i{
	width: 32px;
	height: 32px;
	line-height: 32px;
	background-color:#EBBD7D;
	border-radius: 2px;
	font-size: 15px;
	text-align: center;
	color: #fff;
}
.social-row p{
	font-weight: 400;
	font-size: 16px;
	line-height: 140%;
	text-align: right;
	color: #FFFFFF;
}
.contact-us .social-icons{
  justify-content: flex-start !important;
}
.social-media-icon{
	display: inline-block !important;
}
.social-icons{
	display: flex;
	list-style-type: none;
	margin-top: 15px;
	justify-content: flex-end !important;
}
.social-icons li {
	margin-left: 25px;
}
.social-icons li a i{
	width: 45px;
	height: 45px;
	line-height: 45px;
	text-align: center;
	border-radius: 50%;
	border: 1px solid rgba(255, 255, 255, 0.5);;
	color: #fff;
}
.social-icons li a i:hover{
	color: #EBBD7D;
	border-color: #EBBD7D;
}
.inner-breadcrumb ul{
	list-style-type: none;
	display: flex;
	align-items: center;
	padding-left: 0px;
}
.inner-breadcrumb ul li a{
	font-weight: 400;
	font-size: 20px;
	line-height: 140%;
	color: #838383;
}
.inner-breadcrumb ul li.active a{
	font-weight: 700;
	color: #313131;
}
.inner-breadcrumb ul li span{
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #EBBD7D;
	display: inline-block;
	margin: 0 18px;
}
.about-us{
	padding: 30px 0 70px 0;
}
.about-us h1{
	font-weight: 700;
	font-size: 40px;
	line-height: 140%;
	text-transform: uppercase;
	color: #1E1E1D;
	font-family: "Druk Wide Cy Web Bold";
}
.about-us h1 b{
	color: #EBBD7D;
}
.about-us p{
	font-weight: 400;
	font-size: 16px;
	line-height: 140%;
	color: #1E1E1D;
	margin: 20px 0;
}
.about-description{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}
.history{
	padding: 150px 0 300px 0;
	background: url(../images/about-bg.svg) no-repeat top left;
	background-size: cover;
}
.history h2{
	font-weight: 700;
	font-size: 96px;
	line-height: 140%;
	text-align: center;
	text-transform: uppercase;
	color: #FFFFFF;
	font-family: "Druk Wide Cy Web Bold";
	text-align: center;
}
.timeline h6{
	font-weight: 700;
	font-size: 20px;
	line-height: 24px;
	text-align: center;
	margin: 20px 0;
	color: #FFFFFF;
}
.timeline p{
	font-weight: 500;
	font-size: 16px;
	line-height: 140%;
	text-align: center;
	color: #FFFFFF;
}
.single-timeline:before{
	content: '';
	position: absolute;
	top: 35%;
	right: 0;
	left: 50%;
	height: 2px;
	background-color: #fff;
	display: block;
	width: 215px;
}
.last-timeline:before{
	display: none;
}
.contact-us .social-icons li a i{
	color: #333;
	border-color: #ddd;
}
.contact-us .social-icons li a i:hover{
	color: #EBBD7D;
	border-color: #EBBD7D;
}