@import url(https://fonts.googleapis.com/css?family=Open+Sans:300,400,700);
html {
	height: 100%;
}
body {
	font: normal normal 14px 'Open Sans', Tahoma, Arial, Helvetica, sans-serif;
	letter-spacing: 0.03em;
	background: #fff;
	height: 100%;
	color: #666;
}
h1, h2, h3, h4, h5, h6 {
	line-height: 1.6;
	font-weight: 700;
}
h4 ~ h4, h5 ~ h5, h6  ~ h6 {
	margin-top:30px;
}
p, li {
	line-height: 27px;
	margin: 15px 0;
}
div, p, li, img, a, button, span, :before, :after {
	-webkit-transition: all 250ms ease;
	-moz-transition: all 250ms ease;
	-o-transition: all 250ms ease;
	transition: all 250ms ease;
}
img {
	display: block;
    max-width: 100%;
    height: auto;
}
.img-full {
	object-fit: cover;
	width: 100%;
	height: 100%;
}
.blue {
	color:#0f1443;
}
.gold {
	color:#a77e2f;
}
.bg-blue {
	background: #0f1443;
    color: #fff;
}
.border {
	border-style:solid;
	border-color:#a77e2f;
	border-width:4px;
	position: relative;
    padding: 30px 30px;
}
.same-height .border {
    top: 50%;
    transform: translate(0,-50%);
}
.border-left {
	border-right:none;
}
.border-right {
	border-left:none;
}
/* ---------------------------------------------
					Button
---------------------------------------------- */
a {
	color: #ccc;
}
a:hover, a:focus, button:hover, button:focus {
	text-decoration: none;
}
button:hover, button:focus {
	-webkit-filter: brightness(1.2);
	filter: brightness(1.2);
}
.btn {
	border-radius: 0;
	cursor: pointer;
	text-align: center;
	padding: 8px 25px;
	padding-right:0;
	margin:10px auto;
	position:relative;
	background:none;
}
.btn:after {
	content: "\e080";
	font:normal normal 18px 'Glyphicons Halflings';
	margin-left:15px;
	padding:15px 18px;
	text-align:center;
	color:#fff;
	background:#a77e2f;
}
.btn:hover {
	-webkit-filter: brightness(1.2);
	filter: brightness(1.2);
}
.btn.center-block {
	display:table;
}
.btn-white {
	color:#fff;
}
.btn-white:after {
	color:#000;
	background:#fff;
}

/* ---------------------------------------------
					Nav
---------------------------------------------- */
nav {
	position: relative;
	z-index: 9;
}
.navbar-brand {
	max-width:160px;
	height: auto;
}
.navbar-default {
	background: none;
	border: none;
	border-radius:0;
	position: absolute;
	width: 100%;
	margin-bottom: 0;
}
.navbar-nav>li:hover>a, .navbar-nav>li.active:hover>a, .navbar-nav>li.open:hover>a, .navbar-nav>.active>a, .navbar-nav>.active>a:focus, .navbar-nav>.active>a:hover, .navbar-nav>.open>a, .navbar-nav>.open>a:focus, .navbar-nav>.open>a:hover {
	background: none !important;
}
.navbar-nav>li {
	margin:15px 0;
}
.navbar-nav>li>a {
	color:#fff !important;
	position:relative;
}
.navbar-nav>li.active>a:before {
	content:'';
	background:#a77e2f;
	width:calc(100% - 10px);
	height:8px;
	position:absolute;
	bottom:13px;
	left:5px;
	z-index:-1;
}
.dropdown-menu>li>a {
	padding:10px 15px;
}
.dropdown-toggle-mobile {
    display: inline-block;
    position: absolute;
    top: 0;
    right: 10px;
    z-index: 999;
    background: none;
    border: none;
}
.navbar-default.affix {
	width: 100%;
	position: fixed;
	background: rgba(167, 126, 47, .85);
	border-radius: 0;
	top: 0;
	z-index: 999;
	-webkit-animation-duration: 400ms;
	animation-duration: 400ms;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: move-in-up;
	animation-name: move-in-up;
	box-shadow: 0 3px 10px 0 rgba(0,0,0,0.3);
}
.navbar-default.affix .navbar-brand {
	max-width:120px;
}
.navbar-default.affix .search>a {
	background:#fff !important;
	color:#a77e2f !important;
}
.navbar-default.affix .search .navbar-form .form-control {
	background:#fff;
	color:#a77e2f;
}
.navbar-default.affix .search button {
	color:#a77e2f;
}
.navbar-default.affix .navbar-nav>li.active>a:before {
}
.navbar-nav>li>.dropdown-menu {
	padding:15px 20px;
	border-bottom:5px solid #a77e2f;
	border-radius:0;
}
.navbar-nav>li>.dropdown-menu h4 {
	font-size:14px;
}
.navbar-nav>li>.dropdown-menu li {
	margin:0;
}
.navbar-nav>li>.dropdown-menu li a {
	padding:5px 0;
}
/* ---------------------------------------------
					Search
---------------------------------------------- */
.search {
	margin-left:15px !important;
}
.search>a {
	background:#a77e2f !important;
}
.search.open>a {
	position:absolute;
	z-index:-1;
}
.search .dropdown-menu {
	position:relative;
	background:none;
	padding:0 !important;
	border:none !important;
	min-width:inherit;
}
.search .navbar-form {
	width: 100%;
	margin: 0;
	padding: 0;
}
.search .navbar-form .form-control {
	background-color: #a77e2f;
	color:#fff;
	border: none;
	box-shadow: none;
	width: 100%;
	position: relative;
	border-radius: 3px;
	padding:15px;
}
.search button{
	background: none;
	border: none;
	color: #fff;
	margin: 0;
	padding: 7px 10px;
	position: absolute;
	right: 0;
	top: 50%;
	transform:translate(0,-50%);
}
.search .form-control::-webkit-input-placeholder {
 color:#fff;
}
.search .form-control::-moz-placeholder {
 color:#fff;
}
.search .form-control:-ms-input-placeholder {
 color:#fff;
}
.search .form-control:-moz-placeholder {
 color:#fff;
}
.navbar-default.affix .search .form-control::-webkit-input-placeholder {
 color:#a77e2f;
}
.navbar-default.affix .search .form-control::-moz-placeholder {
 color:#a77e2f;
}
.navbar-default.affix .search .form-control:-ms-input-placeholder {
 color:#a77e2f;
}
.navbar-default.affix .search .form-control:-moz-placeholder {
 color:#a77e2f;
}
/* ---------------------------------------------
					Banner
---------------------------------------------- */
#main #banner {
	height:calc(100% + 50px);
}
#banner .item:before {
	content:'';
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:rgba(0,0,0,.25);
}
#banner .item:after {
	content:'';
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:25%;
background: -moz-linear-gradient(top, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0) 100%);
background: -webkit-linear-gradient(top, rgba(0,0,0,0.5) 0%,rgba(0,0,0,0) 100%);
background: linear-gradient(to bottom, rgba(0,0,0,0.5) 0%,rgba(0,0,0,0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a5000000', endColorstr='#00000000',GradientType=0 );
}
.banner {
	background-size: cover !important;
	background-position: center center !important;
	position:relative;
	min-height:320px;
}
.banner-fixed {
	background-attachment:fixed !important;
}
#inner .banner:before {
	content:'';
	width:100%;
	height:100%;
	background: rgba(15, 20, 67, .65);
	position:absolute;
	top:0;
	left:0;
}
#inner .banner h1 {
	color:#fff;
	position:absolute;
	bottom:15px;
}
#inner section {
	padding:30px 0;
}
/* ---------------------------------------------
					Side Nav
---------------------------------------------- */
.content-nav li {
	width: 100%;
	position: relative;
	margin: 10px 0;
	padding:5px 10px;
}
.content-nav li a {
	color: #333;
	background: none !important;
	border: none;
}
.content-nav li a:hover {
	color: #666;
}
.content-nav li.active a {
	color: #c69300;
}
/* ---------------------------------------------
					List
---------------------------------------------- */
section ul {
	padding: 0;
	margin: 10px 0;
}
section li {
	list-style: none;
	padding-left: 1em;
	margin:  0;
	position: relative;
}
section li:before {
	content: "-";
	left: 0;
	position: absolute;
}
.list-unstyled li {
	padding-left:0;
}
.list-unstyled li:before {
	display:none;
}
.collum-list-2 li {
	display:inline-block;
	vertical-align:top;
	width:calc(50% - 3px);
}
.tick-list li {
	list-style: none;
	padding-left: 2em;
	margin: 10px 0;
	position: relative;
}
.tick-list li:before {
	font-family: 'Glyphicons Halflings';
	content: "\e013";
	color: #b6966a;
	left: 0;
	position: absolute;
}
.number-list {
	counter-reset: my-badass-counter;
}
.number-list li {
	list-style: none;
	margin: 5px 0;
	padding: 5px 0;
	padding-left: 3em;
	position: relative;
	width: 100%;
	display: inline-block;
	vertical-align: top;
	line-height: 20px;
}
.number-list li:before {
	content: counter(my-badass-counter);
	counter-increment: my-badass-counter;
	background-color: #b6966a;
	border-radius: 50%;
	padding: 5px 0;
	color: #fff;
	width: 30px;
	height: 30px;
	display: inline-block;
	text-align: center;
	top: 0;
	left: 0;
	position: absolute;
}
/* ---------------------------------------------
					Form
---------------------------------------------- */
.form-group {
	position: relative;
}
.form-control {
	height: auto;
	border-radius: 0;
	box-shadow: none;
	padding: 10px 8px;
	background:none;
	border:none;
	border-bottom:1px solid #0f1443;
	color:#0f1443;
	outline:none !important;
}
.form-control.error {
	border-color: #c33;
}
select {
	outline: none !important;
}
select.no-radius {
	border: none;
	width: 100%;
	background: none;
}
.select-wrapper.form-control {
	border: 1px solid #ccc;
	border-radius: 0px;
	padding-left: 5px;
	padding-right: 5px;
}
label.error {
	position: absolute;
	top: 11px;
	right: 10px;
	color: #c33;
	font-weight: 400;
	font-size: 11px;
}
.white .form-control {
	border-color: #fff;
	color:#fff;
}
.white .form-control::-webkit-input-placeholder {
 color:#fff;
}
.white .form-control::-moz-placeholder {
 color:#fff;
}
.white .form-control:-ms-input-placeholder {
 color:#fff;
}
.white .form-control:-moz-placeholder {
 color:#fff;
}
/* ---------------------------------------------
					Panel
---------------------------------------------- */
.panel-group {
	margin:30px 0;
}
.panel {
	border:none;
	border-radius:0 !important;
	background-color:transparent;
	box-shadow:none;
}
.panel-default>.panel-heading {
	color:#666;
	background-color:transparent;
	border:none;
	border-bottom:1px solid #666;
	padding:10px 0;
}
.panel-body {
	padding:10px 0;
}
.panel-title {
	margin:0 !important;
}
.panel-title>a {
	position: relative;
    width: 100%;
    display: block;
	color:#522263;
}
.panel-title>a:before {
	content: '';
	position: absolute;
	top: 10px;
	right: 8px;
	width: 3px;
	height: 0;
	border-radius: 30px;
	background: #522263;
}
.panel-title>a.collapsed:before {
	top: 5px;
	height: 17px;
}
.panel-title>a:after {
	content: '';
	position: absolute;
	top: 12px;
	right: 0;
	width: 18px;
	height: 3px;
	border-radius: 30px;
	background: #522263;
}
/* ---------------------------------------------
					Modal
---------------------------------------------- */
.modal-full .modal-dialog {
	width: 100%;
	height: 100%;
	background: #f9f9f9;
	margin: 0;
}
.modal-full .modal-content {
	border: none;
	box-shadow: none;
}
.modal-full .modal-content img {
	margin: 15px auto;
}
.modal-full .close {
	color: #006cb7;
	font-size: 14px;
	opacity: 1;
	z-index: 999;
	position: absolute;
	right: 15px;
}
.modal-full .close span {
	font-size: 21px;
	top: 1px;
	position: relative;
}
.modal.modal-center.in {
	position:absolute;
	transform:translate(0,-50%);
}
.modal {
	background: rgba(0,0,0,.65);
}
.modal .close {
	color: #039fe3;
	font-size: 30px;
	opacity: 1;
}
.modal-dialog {
	top: 50%;
	bottom: auto;
	transform: translate(0, -50%) !important;
	position: relative;
	width: 100%;
	max-width: 800px;
	margin: auto;
}
.modal-content {
	background: #f9f9f9;
	border: none;
	border-radius: 0;
	box-shadow: 1px 1px 5px rgba(0,0,0,.2);
}
/* ---------------------------------------------
					Footer
---------------------------------------------- */
footer {
	background: #0f1443;
	font-size:90%;
}
footer p {
	color: #fff;
}
footer a {
	color: #fff;
}
footer a:hover {
	color: #ddd;
}
footer ul {
	display:inline-table;
	margin:0;
}
footer li {
	display:inline-block;
	margin:15px;
}
footer li:first-child {
	margin-left:0;
}
footer li:last-child {
	margin-right:0;
}
.footer {
	background: #a77e2f;
	padding: 50px 0 15px;
}
#backtotop {
	background: #0f1443;
	padding:15px 20px;
	margin:2px 0;
	font-size:16px;
}
/* ---------------------------------------------
					Ratio
---------------------------------------------- */
.ratio {
  position:relative;
}
.ratio:before {
  display: block;
  content: " ";
  width: 100%;
  padding-top: calc((1 / 1.78) * 100%);
}
.ratio.ratio-vertical:before {
  padding-top: calc((1.78 / 1) * 100%);
}
.ratio iframe {
	position:absolute;
	top:0;
}
.ratio img {
	position:absolute;
	top:0;
	object-fit:cover;
	object-position: center center;
    width: 100%;
    height: 100%;
}
/* ---------------------------------------------
					Others
---------------------------------------------- */
.about {
	background:#0f1443;
	color:#fff;
	position:relative;
}
.about h1 {
	color:#a77e2f;
	position:relative;
	text-transform:uppercase;
	padding-bottom:15px;
}
.about h1:after {
	content:'';
	background:#fff;
	width:50px;
	height:4px;
	border-radius:3px;
	position:absolute;
	bottom:0px;
	left:0;
}
.about .btn {
	position: absolute;
    bottom: 10px;
    right: 15px;
}
.solutions h1 {
	color:#0f1443;
	text-align:center;
	position:relative;
	margin:50px auto 30px;
	padding-bottom:15px;
}
.solutions h1:after {
	content:'';
	background:#a77e2f;
	width:50px;
	height:4px;
	border-radius:3px;
	position:absolute;
	bottom:0px;
	left:50%;
	transform:translate(-50%,0);
}
.solutions ul {
	margin:50px auto 120px;
}
.solutions li {
	display: inline-grid;
    width: calc(33% - 3px);
	min-height:280px;
    padding: 0 ;
    color: #000;
    text-align: center;
	vertical-align: middle;
}
.solutions li a {
	color:#000;
    background: #fff;
    border-radius: 50%;
	width:80%;
	display:table;
	margin: auto;
}
.solutions li a:before {
  display: block;
  content: '';
  width: 100%;
  padding-top: calc((1 / 1) * 100%);
}
.solutions li a:after {
	content: '';
    width: 80%;
    height: 80%;
    border: 4px solid #a77e2f;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
	opacity:0;
}
.solutions li p {
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);
	margin:0;
	font-size:16px;
	line-height:1.5em;
}
.solutions li span {
	display:block;
	font-size:80%;
	position:relative;
	margin-top:30px;
	display:none;
}
.solutions li span:before {
	content:'';
	background:#a77e2f;
	width:30px;
	height:4px;
	border-radius:3px;
	position:absolute;
	top:-15px;
	left:50%;
	transform:translate(-50%,0);
}
.solutions li a:hover {
	width:calc(80% + 30px);
	background:#0f1443;
	color:#fff;
	margin:auto;	
}
.solutions li a:hover:after {
	width: calc(90% + 25px);
    height: calc(100% + 25px);
	opacity:1;
}
.solutions li a:hover span {
	display:block;
}
.products {
	position:relative;
}
.products img {
	position:relative;
	width:100%;
	height:calc(100% + 80px);
	margin-top:-40px;
	z-index:1;
}
.products h1 {
	position:absolute;
	top:50%;
	left:50px;
	transform:translate(0,-50%);
	color:#fff;
	z-index:2;
}
.products ul {
	position:relative;
	margin:40px 0;
	padding:30px 0 15px;
}
.products ul:after {
	content:'';
	border:3px solid #a77e2f;
	width:200%;
	height:100%;
	position:absolute;
	top:0;
	right:0;
	z-index:2;
}
.products li {
	font-size:30px;
	font-weight:700;
	color:#0f1443;
	line-height:1.2em;
	margin:15px 0;
}
.products a {
	color:#0f1443;
	font-weight:700;
	display:block;
	width:100%;
	position:relative;
	z-index:999;
}
.products p {
	position:relative;
	margin:10px 0;
	padding-right:30px;
}
.products p:before {
	content:'';
	background:#a77e2f;
	width:calc(100% - 185px);
	height:3px;
	position:absolute;
	top:50%;
	left:0;
	transform:translate(0,-50%);
}
.solutions-inner h1 {
	width: 50%;
	font-size:48px;
    line-height: 1.2em;
	right:30px;
	top:30px;
	text-align:right;
	bottom:inherit !important;
}
.solutions-inner h1:after {
	content:'';
	background:#fff;
	width:50px;
	height:2px;
	position:absolute;
	bottom:-15px;
	right:0;
}
.solutions-inner .banner {
	height:420px;
	margin:30px auto;
}
.solutions-inner .banner:before {
    background:rgba(0,0,0,.4) !important;
}
.solutions-inner .row:nth-child(even) h1 {
	right:inherit;
	left:30px;
	text-align:left;
}
.solutions-inner .row:nth-child(even) h1:after {
	right:inherit;
	left:0px;
}
.products-inner img {
	width:165px;
	margin:auto;
}
.products-inner>div:first-child:after {
	content:'';
	background: rgba(15, 20, 67, 1);
	width:calc(100% - 30px);
	height:80%;
	position:absolute;
	top:10%;
	z-index:-2;
}
.products-inner .box {
	position:relative;
	margin:50px auto 30px;
	padding-bottom:65px;
}
.products-inner .box:after {
	content:'';
	border:3px solid #a77e2f;
	width:calc(100% + 200px);
	height:100%;
	position:absolute;
	top:0;
	left:-200px;
	z-index:-1;
}
.products-inner .border {
	top:50px;
	transform:translate(0,0);
}
#main .form {
	display:none;
}
.maps {
	display: block;
	position:relative;
	width: 100%;
	height:500px;
	overflow:hidden;
}
.maps iframe {
	width:300%;
	height:100%;
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);
	-webkit-filter: grayscale(1);
    filter: grayscale(1);
}
.maps:before {
	content: '';
	background: url(../images/droppin.png) repeat;
	width: 60px;
	height: 48px;
	position: absolute;
	top:calc(50% - 25px);
	left:50%;
	transform:translate(-50%,-50%);
	z-index:5;
}
.maps:after {
	content: '';
	background: url(../images/spacer.gif) repeat;
	width: 100%;
	height: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
}
.contact span {
	display:inline-block;
	min-width:60px;
}
.about-contact:after {
	content:'';
	background: #0f1443;
	width:100%;
	height:30px;
	position: absolute;
}
.about-contact h1 {
	color:#fff;
}
.about-contact h1:after {
	display:none;
}
.about-contact .btn {
	right:0;
}
.enquiry {
	display: inline-flex;
    width: 100%;
    align-items: center;
    color: #fff;
    padding: 20px 30px;
}
.enquiry h4 {
	color:#fff;
	position:relative;
	z-index:1;
}
.enquiry .btn {
	color:#fff;
	margin: 0;
    text-align: right;
    right: 30px;
    position: absolute;
	z-index:1;
}

.alert {
	display: none;
}
.align-center {
	display: grid;
  	height: auto;
  	align-content: center;
}
.vcenter {
	top: 50%;
    bottom: auto;
    transform: translate(0,-50%) !important;
}
.box {
	padding: 20px 25px;
}
.same-height.margin>div {
	margin: 10px 0;
}
.same-height .box {
	height: 100%;
}
/* ---------------------------------------------
					Row
---------------------------------------------- */
.row.no-gutters {
	margin-right: 0;
	margin-left: 0;
}
.row.no-gutters > [class^="col-"], .row.no-gutters > [class*=" col-"] {
 padding-right: 0;
 padding-left: 0;
}
.row.no-gutters-5 {
	margin-right: -5px;
	margin-left: -5px;
}
.row.no-gutters-5 > [class^="col-"], .row.no-gutters-5 > [class*=" col-"] {
 padding-right: 5px;
 padding-left: 5px;
}
.row.no-gutters-10 {
	margin-right: -10px;
	margin-left: -10px;
}
.row.no-gutters-10 > [class^="col-"], .row.no-gutters-10 > [class*=" col-"] {
 padding-right: 10px;
 padding-left: 10px;
}
.row.margin>div {
	margin-top:10px;
	margin-bottom:10px;
}
/* ---------------------------------------------
					Social Media
---------------------------------------------- */
@font-face {
	font-family: 'si';
	src: url('../fonts/socicon.eot');
	src: url('../fonts/socicon.eot?#iefix') format('embedded-opentype'), url('../fonts/socicon.woff') format('woff'), url('../fonts/socicon.ttf') format('truetype'), url('../fonts/socicon.svg#icomoonregular') format('svg');
	font-weight: normal;
	font-style: normal;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
@font-face {
	font-family: si;
	src: url(../fonts/socicon.svg) format(svg);
}
}
.soc {
	overflow: hidden;
	margin: 10px 0;
	padding: 0;
	list-style: none;
	text-align: center;
}
.soc li {
	display: inline-block;
	padding:0;
}
.soc li:before {
	display:none;
}
.soc li a {
	font-family: si!important;
	text-align: center;
	display: block;
	font-size: 18px;
	padding: 4px 10px;
	border-radius: 50%;
	color: #fff;
}
.soc-twitter {
	background-color: #4da7de;
}
.soc-twitter:before {
	content: '\e040';
}
.soc-facebook {
	background-color: #3e5b98;
}
.soc-facebook:before {
	content: '\e041';
}
.soc-googleplus {
	background-color: #dd4b39;
}
.soc-googleplus:before {
	content: '\e042';
}
.soc-pinterest {
	background-color: #c92619;
}
.soc-pinterest:before {
	content: '\e043';
}
.soc-linkedin {
	background-color: #3371b7;
}
.soc-linkedin:before {
	content: '\e049';
}
.soc-youtube {
	background-color: #e02a20;
}
.soc-youtube:before {
	content: '\e051';
}
.soc-whatsapp {
	background-color: #20B038;
}
.soc-whatsapp:before {
	content: '\e01b';
}
.soc-instagram {
	background-color: #405de6;
}
.soc-instagram:before {
	content: '\e057';
}
.soc-skype {
	background-color: #28abe3;
}
.soc-skype:before {
	content: '\e046';
}
.soc-mail {
	background-color: #666;
}
.soc-mail:before {
	content: '\e01f';
}
/* ---------------------------------------------
					Custom-icon
---------------------------------------------- */
.custom-icon {
	display:inline-block;
	position:relative;
	color:#fff;
	width: 22px;
    height: 22px;
	margin-right:5px;
}
.custom-icon:before {
	content:'';
	background-color: currentColor;
	-webkit-mask-size: cover;
  	mask-size: cover;
	width:100%;
	height:100%;
	position:absolute;
	top:5px;
	left:0;
}
.custom-icon-locate:before {
    -webkit-mask: url(../images/contact-locate.svg) no-repeat 50% 50%;
	mask: url(../images/contact-locate.svg) no-repeat 50% 50%;
}
.custom-icon-phone:before {
    -webkit-mask: url(../images/contact-phone.svg) no-repeat 50% 50%;
	mask: url(../images/contact-phone.svg) no-repeat 50% 50%;
}
.custom-icon-fax:before {
    -webkit-mask: url(../images/contact-fax.svg) no-repeat 50% 50%;
	mask: url(../images/contact-fax.svg) no-repeat 50% 50%;
}
.custom-icon-email:before {
    -webkit-mask: url(../images/contact-email.svg) no-repeat 50% 50%;
	mask: url(../images/contact-email.svg) no-repeat 50% 50%;
}
.custom-icon-home:before {
    -webkit-mask: url(../images/contact-home.svg) no-repeat 50% 50%;
	mask: url(../images/contact-home.svg) no-repeat 50% 50%;
}
/* ---------------------------------------------
					Media Queries
---------------------------------------------- */
@media (min-width: 769px) {
.container {
	width: 100%;
	max-width: 1170px;
}
.navbar-nav>li.dropdown:hover>.dropdown-menu {
	display: block;
}
.navbar-nav>li:last-child.dropdown:hover>.dropdown-menu {
	display: none;
}
.navbar-nav>li:last-child.dropdown.open>.dropdown-menu {
	display: inline-block;
}
.navbar-nav>li.dropdown .dropdown-menu.sub-menu {
	left: 100% !important;
    top: 0;
    position: absolute;
    margin-top: 0;
    transform: translate(0,0);
}
.dropdown-menu {
    left: 50% !important;
    right: auto !important;
    transform: translate(-50%,0);
	min-width:280px;
}
.dropdown-menu>li.trigger:hover .sub-menu {
	display: inline-table;
	-webkit-animation-duration: 100ms;
	animation-duration: 100ms;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: move-in-left;
	animation-name: move-in-left;
}
.dropdown-toggle-mobile {
	display:none;
}
}
@media (max-width: 768px) {
.navbar-default {
	background: -moz-linear-gradient(top, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0) 100%);
background: -webkit-linear-gradient(top, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%); 
background: linear-gradient(to bottom, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=0 );
}
.navbar-collapse.collapse.in {
	background: rgba(167, 126, 47, .85);
}
.navbar-default.affix .navbar-collapse.collapse.in {
	background: none;
}
.navbar-toggle {
	display: block;
	margin-right: 0;
}
.navbar-toggle .icon-bar+.icon-bar {
	margin: 0
}
.navbar-default .navbar-toggle {
	width: 32px;
	height: 35px;
	padding: 0 ;
	border: none;
	border-radius: 3px;
	background: none !important;
}
.navbar-default .navbar-toggle .icon-bar {
	position: absolute;
	transition: all 250ms linear;
	margin-left: 5px;
	background-color: #fff;
}
.navbar-default .navbar-toggle.collapsed .icon-bar {
	position: absolute;
	transform: rotate(0);
	-webkit-transform: rotate(0);
	-moz-transform: rotate(0)
}
.navbar-default .navbar-toggle .line1 {
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	top: 15px;
}
.navbar-default .navbar-toggle .line2 {
	opacity: 0;
}
.navbar-default .navbar-toggle .line3 {
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	top: 15px;
}
.navbar-default .navbar-toggle.collapsed .line1 {
	top: 9px;
}
.navbar-default .navbar-toggle.collapsed .line2 {
	opacity: 1;
	top: 15px;
	width: 18px;
    right: 12px;
}
.navbar-default .navbar-toggle.collapsed .line3 {
	top: 21px;
}
.navbar-toggle .icon-bar {
	background: #fff;
}
.navbar-collapse.collapse {
	display: none!important;
	border:none !important;
}
.navbar-collapse.collapse.in {
	display: block !important;
}
.navbar-left, .navbar-right {
	float: none !important;
}
.navbar-header {
	float: none;
}
.navbar-nav>li {
	float: none!important;
	margin: 5px 0;
	width: calc(100% - 30px);
}
.navbar-collapse {
	padding: 0;
}
.navbar-nav>li>.dropdown-menu {
	position: relative;
	width: 100%;
	box-shadow: none;
	border: none;
	background:none;
}
.navbar-nav>li>.dropdown-menu h4, .navbar-nav>li>.dropdown-menu>li>a {
	color:#fff !important;
	padding:5px 0 !important;
}
.navbar-toggle-inner {
	display: block;
	background: #c33;
	width: 100%;
	border: none;
	border-radius: 3px;
	margin: 15px 0;
	padding: 10px 5px;
	font-size: 18px;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	color: #fff;
}
.search .form-group {
	width:100%;
}
.about-contact .btn {
	position: inherit;
    float: right;
	bottom: -5px;
}
.solutions-inner .banner {
    height: 220px;
}
.solutions-inner .border-left, .solutions-inner .border-right {
	border:4px solid #a77e2f;
	border-top:none;
}
.enquiry {
	display:block;
	min-height:inherit;
	padding:100px 30px;
}
.enquiry .btn {
	position:relative;
	right:inherit;
	padding-left:0;
	margin-top:20px;
}
}
@media (min-width: 768px) {
.col-sm-20 {
	width:20%;
	float:left;
}
}
@media (max-width: 767px) {
.navbar-left, .navbar-right {
}
h1 {
	font-size: 30px;
}
h2 {
	font-size: 25px;
}
h3 {
	font-size: 20px;
}
h4 {
	font-size: 16px
}
.btn {
	font-size: 12px;
}
#banner {
}
.navbar-default .navbar-brand {
	width: 120px;
}
.navbar-default .navbar-toggle {
	margin-right:10px;
}
.navbar-collapse {
	padding: 0 15px;
}
.solutions li {
	width: 90%;
    margin: 15px 5%;
}
.products ul {
	padding-left:20px;
	padding-right:20px;
}
.products ul:after {
	width:100%;
}
.border-left, .border-right {
	border:4px solid #a77e2f !important;
}
.same-height .border {
    top: 0;
    transform: translate(0,0);
}
.solutions-inner h1 {
	font-size:36px;
	width:100%;
}
.products-inner .box:after {
	width:100%;
	left:0;
}
.collum-list-2 li {
	width:100%;
}
footer ul, footer .pull-right {
	float:inherit !important;
	display:table;
	margin:auto;
	text-align:center;
}
}
/*--------  Lock Screen --------  */
@media only screen and (max-height: 420px) and (orientation:landscape) {
.alert {
	display: block;
	position: fixed;
	top: 50%;
	z-index: 999;
	margin: -75px 15% 0;
	padding: 3% 10%;
	text-align: center;
}
.alert h4 {
	line-height: 24px;
	margin-bottom: 20px;
}
}
/* ---------------------------------------------
					IE 10
---------------------------------------------- */
@media all and (-ms-high-contrast:none) {
}
/* ---------------------------------------------
					Firefox
---------------------------------------------- */
@-moz-document url-prefix() {
}
