html, body, section, section>.container {
	height: 100%;
	min-height: 100%;
}
body {
	font-family: 'Lato', sans-serif;
	font-size: 14px;
	font-weight: 400;
}
body, .copyright{
	color: #333;}
body, address{
	line-height: 25px;}
address{
	margin:0}
h2, a:hover, a:focus, .counter>div::before, .copyright a:hover, .social a:hover {
	color: #650102;
}
h2, .counter>div::before  {
	font-family: 'Cardo', serif;
	font-size: 48px;
	font-weight: 400
}
h2{
	margin: 0 0 22px 0;}
h2 small{
	font-size:40%;
	color:#333}
section#Home h2 {
	color: #fff;
	font-weight: 700;
	line-height:60px;
	margin-bottom:8%;
	text-shadow: -3px -4px 5px rgba(0, 0, 0, 0.75);
}
p {
	text-align: justify
}
a {
	color: #231f20;
	-o-transition: .3s;
	-ms-transition: .3s;
	-moz-transition: .3s;
	-webkit-transition: .3s;
	transition: .3s
}
a:hover, a:focus {
	outline:none;
	text-decoration: none
}
address {
	font-weight: 300
}
header {
	position: fixed;
	left: 0;
	right: 0;
	top: 53px;
	z-index: 99;
	-webkit-transition: background 2s; /* For Safari 3.1 to 6.0 */
  transition: background 2s;
}
header.fixed{
	top:0}
.logo {
	position: fixed;
	top: 10px;
	left: 0;
	right: 0;
	margin: auto;
	width: 136px;
	height: 138px;
	z-index:9
}
.logo img{
	width:100%;
	height:100%}
.menu {
	position:relative;
	background-color: #fff
}
.menu i.fa-mobile{
		font-size:18px;}
.menu ul {
	margin: 0;
	padding: 0
}
.menu ul>li {
	display: inline-block;
	vertical-align: top
}
.menu ul>li>a {
	display: block;
	padding: 15px 20px;
}
section {
	overflow: hidden
}
section#What-We-Offer, .owl-carousel .item {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
section#What-We-Offer {
	background-image: url(../images/offer-bg.jpg);
	background-attachment: fixed
}
section#Contact {
	height: auto;
	min-height: auto;
	color:#fff
}
.tableview {
	display: table;
	width: 100%;
	height: 100%;
}
.tableview>div {
	display: table-cell;
}
.tableview.top>div {
	vertical-align: top
}
.tableview.middel>div {
	vertical-align: middle
}
.tableview.bottom>div {
	vertical-align: bottom
}
ul.accordion, ul.accordion ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
ul.accordion>li{
	position:relative;
	padding-right:34px;}
ul.accordion>li+li {
	border-top:1px solid #a0a0a0
}
ul.accordion li a {
	padding: 10px 0;
	display: block;
	font-weight:700;
	text-transform:uppercase
}
ul.accordion ul {
	display: none;
}
ul.accordion ul li {
	margin: 0;
	padding: 0;
	clear: both;
}
ul.accordion span {
	position:absolute;
	right:0;
	top:10px;
	font-size:23px;
	padding:0 10px;
}
/* COUNT LIST */
.counter {
	counter-reset: my-sec-counter;
}
.counter>div{
	position:relative;
	padding-left:100px;
	min-height:74px;
	height:74px;}
.counter>div+div{
	margin-top:100px}
.counter>div::before {
	position:absolute;
	left:0;
	top:0;
	bottom:0;
	margin:auto;
	width:74px;
	height:74px;
	background-color:#fff;
	border-radius:50%;
	text-align:center;
	line-height:74px;
	counter-increment: my-sec-counter;
	content: counter(my-sec-counter);
}
.counter>div p{
	margin-bottom:0}
.owl-carousel {
	height: 100%
}
.owl-carousel div:not(.owl-nav), .owl-carousel div:not(.owl-dots) {
	height: 100%;
}
section#Contact h5{
	margin:0 0 25px 0}
.grayscale{
	padding-top:44px;
	padding-bottom:	42px;}
.grayscale:nth-child(1) {
    background-color: #101010;
}
.grayscale:nth-child(2) {
    background-color: #181818;
}
.grayscale:nth-child(3) {
    background-color: #212121;
}
.grayscale:nth-child(4) {
    background-color: #2c2c2c;
}
.copyright{
	padding-top:13px;
	padding-bottom:13px;
	font-size:12px;}
.copyright, .copyright a{
	color:#8c8c8c}
.social{
	font-size:16px;}
.social a{
	color:#8d8d8d}
.social a+a{
	margin-left:20px;}
.social a:hover{
	color:#333}