.bg-img {
	background: url('../img/banner.jpg');
    height: auto;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
}
.gradient {
	background-image: linear-gradient(to bottom, rgba(0,0,0,0), rgba(0,0,0,0.6));
	height: 842px;
}
.banner-text {
	padding: 42% 0% 0% 0%;
}
.banner-text h1{
	font-size: 70px;
}
.banner-text p{
	font-size: 15px;
	word-spacing: 12px;
}
.banner-text a i{
	padding: 25px 0px 40px ;
	font-size: 27px;
}
.banner-text .btn {
    -moz-user-select: none;
    background:transparent;
    border: 1px solid #fff;
    border-radius: 0px;
    color: #fff;
    display: inline-block;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 12px;
    line-height: 1;
    margin: 0px 10px 0px;
    padding: 18px 45px;
    width: 350px;
    text-align: center;
    touch-action: manipulation;
    transition: all 0.3s ease 0s;
    vertical-align: middle;
    white-space: nowrap;
    position: relative;
}
.text-black {
	color: #000;
}
.lead {
	font-weight: 600;
}
p{
	color: #0f0e0e;
}
.bg-light{
	background: #f8f8f8;
}
.text-gold{
	color: #c4ac36;
}
i{
	font-size: 20px;
}
.footer-link{
	padding: 0px 300px;
}
.footer-link li a{
	color: #fff;
}
.side-fix-icon img {
    display: inline-block;
    height: 45px;
    width: 45px;
    border-radius: 50%;
    box-shadow: 0 0 10px rgb(0 0 0 / 20%);
    border-radius: 50%;
    text-align: center;
    color: #f00;
    font-size: 20px;
}
.side-fix-icon {
    position: fixed;
    top: 91%;
    right: 20px;
    z-index: 999;
    background: transparent;
}
a:hover {
    color: #000;
    text-decoration: none;
}
.privacy-lead {
    font-size: 16px;
}
.privacy-policy h5{
    font-family: lato;
    font-size: 17px;
    font-weight: 600;
}
.bg-shadow {
    box-shadow: 0 0 5px rgb(0 0 0 / 10%);
}
.contact .breadcrumb i{
    font-size: 12px;
}
.contact-text {
    font-family: 'Playfair Display', serif;
    font-size: 20px;
}
.form-control:focus {
    border-color: transparent;
    border: 1px solid gray;
    box-shadow: none;
}
.from-p {
    padding: 40px;
}