<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Infiniti */

/* Table of Content
==================================================
	#Homepage Styles
	#Page Styles
	#Media Queries
	#Font-Face */
html, body, #wrapper {
	height: 100%;
	background: #fff;
	}
body &gt; #wrapper {
	height: auto;
	min-height: 100%;
	
	}	
#main {
	width: 100%;
	padding: 0;
	margin: 0 auto;
	padding-top:96px;
	}
#main_inner {
	width: 100%;
	padding: 0;
	margin: 0 auto;
	padding-top:234px;
	}
* {
	padding: 0;
	margin: 0;
	}
/* #Grid system
================================================== */
.container {
	width: 1170px;
	margin: 0 auto;
	}
.container:before, .container:after, .row:before, .row:after {
	content: "";
	display: table;
	}
.container:after, .row:after {
	clear: both;
	}
.row {
	margin-left: -10px;
	margin-right: -10px;
	display:-ms-flexbox;
 display:flex;
 -ms-flex-wrap:wrap;
 flex-wrap:wrap;
	}
.col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
	position: relative;
	min-height: 1px;
	padding-left: 10px;
	padding-right: 10px;
	float: left;
	}
.col-sm-12 {
	-ms-flex:0 0 100%;
  flex:0 0 100%;
	max-width: 100%;
	}
.col-sm-11 {
	-ms-flex:0 0 91.66666667%;
  flex:0 0 91.66666667%;
	max-width: 91.66666667%;
	}
.col-sm-10 {
	-ms-flex:0 0 83.33333333%;
  flex:0 0 83.33333333%;
	max-width: 83.33333333%;
	}
.col-sm-9 {
	-ms-flex:0 0 75%;
  flex:0 0 75%;
	max-width: 75%;
	}
.col-sm-8 {
	-ms-flex:0 0 66.66666667%;
  flex:0 0 66.66666667%;
	max-width: 66.66666667%;
	}
.col-sm-7 {
	-ms-flex:0 0 58%;
  flex:0 0 58%;
	max-width: 58%;
	}
.col-sm-6 {
	-ms-flex:0 0 50%;
  flex:0 0 50%;
	max-width: 50%;
	}
.col-sm-5 {
	-ms-flex:0 0 41.66666667%;
  flex:0 0 41.66666667%;
	max-width: 41.66666667%;
	}
.col-sm-4 {
	-ms-flex:0 0 33%;
  flex:0 0 33%;
	max-width: 33%;
	}
.col-sm-3 {
	-ms-flex:0 0 24.9%;
  flex:0 0 24.9%;
	max-width: 24.9%;
	}
.col-sm-2 {
	-ms-flex:0 0 16.66666667%;
  flex:0 0 16.66666667%;
	max-width: 16.66666667%;
	}
.col-sm-1 {
	-ms-flex:0 0 8.333333%;
  flex:0 0 8.333333%;
	max-width: 8.33333333%;
	}
.flt-right {
	float: right;
	}
.flt-left {
	float: left;
	}
.align-center{
	text-align: center!important;
}
.dbx{
	display: block;
	}
.mrg_top {
  margin-top: 20px;
}
.pd_rt10{
	padding: 10px 10px 10px 0px;
}
/* #Buttons Styles
================================================== */
.wd25{
	width:25%;
}
.wd100{
	width:100%;
}
.btn_common {
	float: left;
	position: relative;
	display: block;
	padding: 10px 15px;
	margin: 4% 0 0;
	transition: background-color .3s;
	background:#c9b07a;
	color:#fff;
	font-size: 16px;
	font-weight: 300;
	cursor: pointer;
	text-align: center;
	text-transform:capitalize;
	transition: all 300ms ease 0s;
	border:0px;
	border-radius: 5px;
	}
.btn_common:hover {
	background: #d02724;
	color: #fff;
	}
/* #Homepage Styles
================================================== */
.clr {
	clear: both;
	}
.text_center {
	text-align: center;
	}
.text_left{
	text-align: left;
}
.text_right{
	text-align: right!important;
}
.dbox{
	display:block;
	}
.mbox{
	display: none;
	}
.pdtop{
		padding-top: 20px;
	}
/* =Header
-------------------------------------------------------------- */
header {
	width: 100%;
	position: fixed;
	top: 10;
	left: 0;
	z-index: 999;
	}
header .bg_white {
    width: 100%;
    background: #000000;
    padding: 20px 0px;
}
header .bg_white .logo {
	width:20%;
	margin: 0 auto;
	text-align: center;
	display: block;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	}

header .navigation{
	width: 100%;
	background: #fff;
	margin: 0 auto;
	padding:15px 0px;
	position: relative;
	-webkit-transition:all 0.3s;
	-moz-transition:all 0.3s;
	-ms-transition:all 0.3s;
	-o-transition:all 0.3s;
	transition:all 0.3s;
}
header.smaller {
	-webkit-transition:all 0.3s;
	-moz-transition:all 0.3s;
	-ms-transition:all 0.3s;
	-o-transition:all 0.3s;
	transition:all 0.3s;
	-webkit-box-shadow: -1px -1px 8px 0px rgba(0,0,0,0.75);
-moz-box-shadow: -1px -1px 8px 0px rgba(0,0,0,0.75);
box-shadow: -1px -1px 8px 0px rgba(0,0,0,0.75);
	}
header.smaller .btm_header{
	background:rgba(0,0,0,0.6);
	}
header.smaller .bg_white .logo {
	width:15%;
	}
header.smaller .navigation{
	width: 100%;
	padding:10px 0px;
}
/*Banner
================================================== */ 
.banner{
  width:100%;
  position: relative;
  margin:0 auto 0px;
}
.page_wrap {
    padding: 70px 0px;
    background: #000000;
}
.btm_pad{
	padding-bottom:40px;
}
.btm_pad2{
	padding-bottom:20px;
}
.common_title_box{
	width: 100%;
	margin-bottom: 15px;
	position: relative;
}
.common_title_box h1{
	font-family: 'Oswald', sans-serif;
	font-size:26px;
	color:#fff;
	font-weight:400;
	text-transform: uppercase;
}
.page_wrap p{
	font-size: 16px;
	color:#fff;
	line-height: 26px;
	font-weight: 400;
	padding-bottom: 5px;
}

.footer{
	width: 100%;
	background:#3c1946;
	padding:40px 0px;
}

.footer_btm{
	width: 100%;
	margin: 0 auto;
	background: #cdcdcd;
	position: relative;
	padding: 20px 0px;
}
.footer_btm .copyright{
	font-size:13px;
	color: #000000;
	font-weight: 400;
	text-align: center;
}
.footer_btm .copyright a{
	color: #000000;
	transition: all 300ms ease 0s;
}
.footer_btm .copyright a:hover{
	color: #3c1946;
}


.scrollToTop {
	text-align:center;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	position:fixed;
	bottom:105px;
	right:23px;
	display: none;
	width:80px;
	padding:13px;
	z-index:9;
	}
.whatsapp {
  width: 50px;
  height: 50px;
  position: fixed;
  bottom: 50px;
  right: 8px;
}</pre></body></html>