ol,ul,li {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
a {
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
iframe {
	border: 0;
}
a,a:focus,a:hover {
	text-decoration: none;
	outline: 0;
}
h1,h2,h3,h4,h5,h6 {
	font-family: "Poppins",sans-serif;
	color: #000;
	line-height: 1.2em !important;
	margin-bottom: 0;
	margin-top: 0;
	font-weight: 600;
}
.h1,.h2,.h3,.h4,.h5,.h6 {
	margin-bottom: 0;
	margin-top: 0;
	font-family: "Poppins",sans-serif;
	font-weight: 600;
	color: #222;
}
h1,.h1 {
	font-size: 36px;
}
h2,.h2 {
	font-size: 30px;
}
h3,.h3 {
	font-size: 24px;
}
h4,.h4 {
	font-size: 18px;
}
h5,.h5 {
	font-size: 16px;
}
h6,.h6 {
	font-size: 14px;
	color: #222;
}
p {
	font-size: 14px;
	color: #222;
	font-family: 'Roboto', sans-serif;
	letter-spacing: 2px;
	line-height: 1.8;
	font-weight: 400;
	
}
td,th {
  	border-radius: 0px;
}
button {
	outline: none !important;
	border: none;
	background: transparent;
}

button:hover {
	cursor: pointer;
}
.auto-container {
	position: relative;
	max-width: 1200px;
	padding: 0px 15px;
	margin: 0 auto;
}
.clearfix::after {
	clear: both
}
.clearfix:after,
.clearfix:before {
	content: " ";
	display: table;
}
.clear::before,.clear::after {
	content: " ";
	display: table;
}
.clear::after {
	clear: both;
}
.float-left {
	float: left;
}
.float-right {
	float: right;
}
.text-italic {
	font-style: italic;
}
.text-white {
	color: #fff;
}
.text-black {
	color: #000;
}
.text-gold {
	color: #af8a37;
}
.transition {
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.relative {
	position: relative;
}
.overflow-hidden {
	overflow: hidden;
}
.overlay {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}
.no-padding {
  	padding: 0;
}
.letter-spacing-5 {
	letter-spacing:5px;
}
.site-btn {
	background: none;
	color: #000;
	display: block;
	text-transform: uppercase;
	width: 140px;
	height: 60px;
	border: 2px solid #af8a37;
	font-size: 16px;
	border-radius: 0px;
	transition: .6s;
	
	
}
.site-btn:focus {
	outline: none;
}
.site-btn:before {
	content: '';
	display: block;
	position: absolute;
	background: rgba(255,255,255,.5);
	width: 60px;
	height: 100%;
	left: 0;
	top: 0;
	opacity: .5s;
	filter: blur(30px);
	transform: translateX(-130px) skewX(-15deg);
}
.site-btn:after {
	content: '';
	display: block;
	position: absolute;
	background: rgba(255,255,255,.2);
	width: 30px;
	height: 100%;
	left: 30px;
	top: 0;
	opacity: 0;
	filter: blur(30px);
	transform: translate(-100px) scaleX(-15deg);
}
.site-btn:hover {
	background: #af8a37;
	color: #fff;
	cursor: pointer;
}
.site-btn:hover:before {
	transform: translateX(300px) skewX(-15deg);
	opacity: .6;
	transition: .7s;
}
.site-btn:hover:after {
	transform: translateX(300px) skewX(-15deg);
	opacity: 1;
	transition: .7s;
}
.btn {
	padding-top: 9px !important;
	padding-bottom: 9px !important;
}
.site-button {
	padding: 10px 20px;
	display: inline-block;
	font-size: 14px;
	outlin: none;
	cursor: pointer;
	border-width: 0;
	border-style: solid;
	border-color: transparent;
	line-height: 1.42857;
	margin-left: -1px;
	text-decoration: none !important;
	color: #fff;
	background-color: #000;
}
.site-button:active,
.site-button:hover,
.site-button:focus,
.active > .site-button {
	background-color: #000;
	color: #fff;
}
.site-button:hover {
	background-color: #efefef;
	color: #000;
}
.site-button.custom {
	background-color: #af8a37;
	color: #777;
}
.site-button.custom:hover,
.site-button.custom:active,
.site-button.custom:focus {
	background-color: #af8a37;
	color: #555;
}
.site-button.outline {
	color: #888;
	background: none;
	border-width: 2px;
	border-style: solid;
	border-color: #fff;
}
.site-button.outline:hover {
	border-color: rgba(0,0,0,0);
	color: #fff;
}
.site-button.outline.custom {
	color: #fff;
	border-color: #fff;
}
.site-button.outline.custom:hover {
	color: #000;
	background-color: #af8a37;
	border-color: #af8a37;
}
img {
	display: inline-block;
	vertical-align: middle;
	border-style: none;
}
.site-button1 {
	padding: 10px 20px;
	display: inline-block;
	font-size: 14px;
	outlin: none;
	cursor: pointer;
	border-width: 0;
	border-style: solid;
	border-color: transparent;
	line-height: 1.42857;
	margin-left: -1px;
	margin-top: 30px;
	text-decoration: none !important;
	color: #fff;
	background-color: #000;
}
.site-button1:active,
.site-button1:hover,
.site-button1:focus,
.active > .site-button1 {
	background-color: #000;
	color: #fff;
}
.site-button1:hover {
	background-color: #af8a37;
	color: #000;
}
.site-button1.black {
	background-color: #000;
	color: #fff;
}
.site-button1.black:hover,
.site-button1.black:active,
.site-button1.black:focus {
	background-color: #000;
	color: #f4f4f4;
}
.site-button1.outline1 {
	color: #888;
	background: none;
	border-width: 2px;
	border-style: solid;
	border-color: #000;
}
.site-button1.outline1:hover {
	border-color: rgba(0,0,0,0);
	color: #fff;
}
.site-button1.outline1.black {
	color: #000;
	border-color: #000;
	font-weight: 400;
}
.site-button1.outline1.black:hover {
	color: #af8a37;
	background-color: #000;
}
.bg-repeat {
	background-repeat: repeat;
}
.bg-no-repeat {
	background-repeat: no-repeat;
}
.bg-cover {
	background-size: cover;
}
.text-yellow {
	color: #af8a37;
}
.bg-black {
	background: #000;
}
.bg-yellow {
	background: #dbbf68;
}
.bdr-gray {
	border-color: #dddddd;
}

.letter-spacing-4 {
	letter-spacing: 4px;
}
.m-a0 {
	margin: 0;
}
.m-t0 {
	margin-top: 0;
}
.m-tb20 {
	margin-bottom: 20px;
	margin-top: 20px;
}
.m-b5 {
	margin-bottom: 5px;
}
.m-b10 {
	margin-bottom: 10px;
}
.m-b20 {
	margin-bottom: 20px;
}
.m-b30 {
	margin-bottom: 30px;
}
.p-a10 {
	padding: 10px;
}
.p-a20 {
	padding: 20px;
}
.p-a40 {
	padding: 40px;
}
.p-t40 {
	padding-top: 40px;
}
.p-t90 {
	padding-top: 90px;
}
.p-t140 {
	padding-top: 140px;
}
.p-b30 {
	padding-bottom: 30px;
}
.p-l20 {
	padding-left: 20px;
}
.p-lr20 {
	padding-left: 20px;
	padding-right: 20px;
}
.p-lr80 {
	padding-left: 80px;
	padding-right: 80px;
}
.p-tb10 {
	padding-top: 10px;
	padding-bottom: 10px;
}
.p-tb30 {
	padding-top: 10px;
	padding-bottom: 10px;
}
.p-tb50 {
	padding-top: 50px;
	padding-bottom: 50px;
}
.p-tb80 {
	padding-top: 80px;
	padding-bottom: 80px;
}
.p-tb100 {
	padding-top: 100px;
	padding-bottom: 100px;
}
.p-t100 {
	padding-top: 100px;
}
.p-tb120 {
	padding-top: 120px;
	padding-bottom: 120px;
}
.font-12 {
	font-size: 12px !important;
	line-height: 18px !important;
}
.font-30 {
	font-size: 30px;
	line-height: 36px;
}
.font-36 {
	font-size: 36px;
	line-height: 42px;
}
.font-40 {
	font-size: 40px;
	line-height: 46px;
}
.f-w-300 {
	font-weight: 300;
}
.f-w-600 {
	font-weight: 600;
}
.f-w-700 {
	font-weight: 700;
}
.round-shape {
	position: relative;
	overflow: hidden;
	z-index: 0;
}
.round-shape:before {
	content: "";
	position: absolute;
	height: 400px;
	width: 400px;
	border-radius: 50%;
	background: rgba(175, 138, 55, 0.2);
	z-index: 1;
	bottom: -10px;
	left: -200px;
	opacity: .5;
	
}
.overlay-wrapper {
	position: relative;
}
.overlay-main {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: 0.5;
}
.opacity-04 {
	opacity: 0.4;
}
.opacity-08 {
	opacity: 0.8;
}
.overlay-bx-2 {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	opacity: 0;
	background-color: #000;
	-webkit-transition: all 0.5s linear;
	-moz-transition: all 0.5s linear;
	-ms-transition: all 0.5s linear;
	-o-transition: all 0.5s linear;
	transition: all 0.5s linear;
}
.overlay-bx-2:hover {
	opacity: 0.9;
	bottom: 0px;
}
.line-animation {
	position: relative;
	width: 100%;
	height: 100%;
}
.line-animation:before {
	content: "";
	position: absolute;
	top: 10px;
	left: 10px;
	right: 10px;
	bottom: 10px;
	border-top: 1px solid #af8a37;
	border-bottom: 1px solid #af8a37;
	transition: 0.5s;
	transform: scaleX(0);
	opacity: 0;
}
.line-animation:hover:before {
	transform: scaleX(1);
	opacity: 1;
}
.line-animation:after {
	content: "";
	position: absolute;
	top: 10px;
	left: 10px;
	right: 10px;
	bottom: 10px;
	border-left: 1px solid #af8a37;
	border-right: 1px solid #af8a37;
	transition: 0.5s;
	transform: scaley(0);
	opacity: 0;
}
.line-animation:hover:after {
	transform: scaley(1);
	opacity: 1;
}

/* Button Style */
.main-btn1 {
	color: #222;
	font-weight: 500;
	display: inline-block;
}
.main-btn1 img {
	margin-left: 10px;
	-webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    -webkit-filter: brightness();
    -moz-filter: brightness();
    -ms-filter: brightness();
    -o-filter: brightness();
    filter: brightness();
}
.main-btn1:hover {
	color: #af8a37;
}
.main-btn1:hover img {
	margin-left: 20px;
	-webkit-filter: brightness(1);
	-moz-filter: brightness(1);
	-ms-filter: brightness(1);
	-o-filter: brightness(1);
	filter: brightness(1);
}

.view-projects {
	color: #222;
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	display: inline-block;
}
.view-projects img {
	margin-left: 10px;
	-webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    -webkit-filter: brightness();
    -moz-filter: brightness();
    -ms-filter: brightness();
    -o-filter: brightness();
    filter: brightness();
}
.view-projects:hover {
	color: #af8a37;
}
.view-projects:hover img {
	margin-left: 20px;
	-webkit-filter: brightness(1);
	-moz-filter: brightness(1);
	-ms-filter: brightness(1);
	-o-filter: brightness(1);
	filter: brightness(1);
}