/* =========================================
   Fonts & Global Resets
========================================= */
@import url("http://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700");

body {
  margin: 0;
  font-family: "Open Sans", sans-serif;
}

article,
aside,
audio,
canvas,
command,
datalist,
details,
embed,
figcaption,
figure,
footer,
header,
hgroup,
keygen,
meter,
nav,
output,
progress,
section,
source,
video,
title,
mark,
main {
  display: block;
}

img {
  border: 0;
  vertical-align: middle;
  max-width: 100%;
}

h1,
h2,
h3,
h4,
p {
  margin: 0;
  padding: 0;
}

h1,h2, h3
{
  color:#ffaf00;
}

ul,
li {
  padding: 0;
  margin: 0;
  list-style: none;
}

.fclear {
  clear: both;
  float: none;
  height: 0;
  overflow: hidden;
}

/* A generic inner wrapper for non-Bootstrap pages that still use it */
.wrap-inner {
  text-align: center;
}


.flipLightBox-img
{
  padding-left: 10px;
  padding-right:10px;
}
/* =========================================
   Top Nav / Header
========================================= */

#top-nav {
  width: 100%;
  background-color: #fff;
  border-top: 3px solid #ffaf00;
}

#top-nav.navbar {
	padding-top: 0.3rem;
	padding-bottom: 0.3rem;
	min-height: 70px; /* was ~100px visually */
}

#top-nav .navbar-brand img {
	max-height: 60px;   /* reduce logo height */
	height: auto;
}

#top-nav .navbar-nav .nav-link {
	padding-top: 0.8rem;
	padding-bottom: 0.8rem;
}

.logo {
  padding-top: 7px;
  padding-left: 10px;
}

.hdr-cntct-numbr {
  padding-top: 20px;
}

/* Phone & email badges in the black strip */
.cntct-numbr {
  margin-right: 15px;
  background: url("../images/phone-icon.jpg") no-repeat left center transparent;
  color: #ffaf00;
  font-size: 33px;
  font-weight: 300;
  display: inline-block;
  padding-left: 70px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.cntct-numbr a {
  text-decoration: none;
  color: #ffaf00;
  font-size: 33px;
  font-weight: 300;
  display: inline-block;
}

.email {
  background: url("../images/email-icon.jpg") no-repeat left center transparent;
  color: #ffaf00;
  font-size: 33px;
  font-weight: 300;
  display: inline-block;
  padding-left: 70px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.email a {
  color: #ffaf00;
  text-decoration: none;
}

.email a:hover {
  color: #fff;
  text-decoration: none;
}

/* Black contact strip */
.hdr-cnt {
  width: 100%;
  background-color: #000;
  text-align: center;
}

/* =========================================
   Welcome Content
========================================= */

#welcome-content {
  width: 100%;
/*  text-align: center; */
}

.welcome-logo {
  margin-top: -70px;
  z-index: 5;
  position: relative;
}

#welcome-content h1 { 
  font-size: 36px;
  margin: 10px 0 17px;
  font-weight: 500;
}

.hr-line {
  height: 1px;
  background-color: #e6e6e6;
}

#welcome-content p {
  max-width: 1140px;
/*  padding: 0 10px; */
 /* text-align: center; */
  color: #595959;
 /* margin: 20px auto 34px; */
  font-size: 18px;
  font-weight: 300;
  line-height: 26px;
}

/* =========================================
   Services
========================================= */

#services {
  width: 100%;
  text-align: center;
  background-color: #e1e1e1;
  padding-top: 30px;
  padding-bottom: 30px;
}

#services h2 {
  text-align: center;
  color: #fff;
  margin-bottom: 23px;
  font-weight: 300;
  font-size: 43px;
  position: relative;
}

#services a {
  text-decoration: none;
}

#services a i {
  border-radius: 100%;
  border: 6px solid #ffaf00;
  display: block;
  margin: 0 auto;
  width: 230px;
  overflow: hidden;
}

#services a img {
  border-radius: 100%;
}

#services a span {
  text-align: center;
  color: #000;
  margin-top: 10px;
  font-size: 26px;
  display: block;
  font-weight: 600;
}

#services .read-more {
  text-align: center;
  background-image: url(../images/read-more.jpg);
  background-position: right;
  background-repeat: no-repeat;
  padding-right: 30px;
  color: #444444;
  margin-top: 0;
  font-weight: 400;
  font-size: 16px;
  display: inline-block;
}

/* Download media table */ 

.btn-download {
  background-color: #ffaf00;
  border-color: #ffaf00;
  color: #111;
  font-weight: 600;
}
.btn-download:hover,
.btn-download:focus {
  background-color: #e79f00;
  border-color: #e79f00;
  color: #111;
}
.table td,
.table th {
  vertical-align: middle;
}
.desc {
  max-width: 60ch;
}


/* we now use Bootstrap's grid for layout,
   keep services-img mostly as a hook for spacing */
.services-img {
  text-align: center;
}

/* Hover states */
#services a:hover span {
  color: #474444;
}

#services a:hover .read-more {
  color: #000;
}

#services a:hover i {
  border: 6px solid #ffc64a;
}

/* bxSlider arrows (if you still use them) */
#services .bx-prev,
#services .bx-next {
  position: absolute;
  left: -40px;
  background: url(../images/srvc-lft-arrow.png) no-repeat;
  height: 57px;
  width: 29px;
  top: 50%;
  margin-top: -48px;
  display: block;
  z-index: 2;
}

#services .bx-next {
  left: auto;
  right: -40px;
  background: url(../images/srvc-rght-arrow.png) no-repeat;
}

#services .bx-wrapper {
  position: relative;
}

/* =========================================
   Banner / Slider
========================================= */

.slide-header {
  text-align: center;
  position: relative;
  z-index: 1;
}

.slide-header h2 {
  font-size: 94px;
  line-height: 85px;
  text-shadow: 1px 1px 3px #000;
  font-weight: 300;
  color: #fff;
  text-align: center;
  display: block;
  bottom: 70px;
  position: absolute;
  width: 100%;
}

.slide-header .bx-prev,
.slide-header .bx-next {
  position: absolute;
  left: 40px;
  background: url(../images/left-arrow.png) no-repeat;
  height: 52px;
  width: 53px;
  top: 50%;
  margin-top: -26px;
  display: block;
  z-index: 2;
}

.slide-header .bx-next {
  left: auto;
  right: 40px;
  background: url(../images/right-arrow.png) no-repeat;
}

.slide-header .slide {
  background-size: cover !important;
}

.bx-viewport {
  z-index: 1;
}

/* =========================================
   Testimonials
========================================= */

#testimonials {
  width: 100%;
  text-align: center;
  padding: 30px 0;
  background-image: url(../images/testimonials-bg.jpg);
  background-position: center top;
  background-repeat: no-repeat;
}

#testimonials .bx-viewport {
  padding-bottom: 20px;
}

#testimonials .slide {
  background: url(../images/testmnl-comma.png) no-repeat 80px 15px;
  padding-left: 10px;
}

#testimonials .slide a {
  text-decoration: none;
}

#testimonials .bx-pager-item {
  display: inline-block;
  margin: 0 3px;
}

#testimonials .bx-pager-item a {
  display: block;
  background-color: #ffaf00;
  border-radius: 100%;
  width: 13px;
  height: 13px;
  text-align: left;
  text-indent: -9999px;
  opacity: 0.5;
}

#testimonials .bx-pager-item a.active {
  background-color: #ffaf00;
  opacity: 1;
}

#testimonials h1 {
  text-align: left;
  color: #fff;
  margin-bottom: 30px;
  font-weight: 700;
  font-size: 26px;
  background-image: url(../images/testimonials-title-icon.png);
  background-repeat: no-repeat;
  padding-left: 85px;
  padding-top: 13px;
  padding-bottom: 15px;
  clear: both;
  text-transform: uppercase;
}

#testimonials p {
  width: 80%;
  text-align: center;
  color: #ffaf00;
  font-size: 24px;
  font-weight: 400;
  font-style: italic;
  line-height: 25px;
  margin: 13px auto 0;
  height: 118px;
}

#testimonials .client-name {
  width: 80%;
  text-align: right;
  color: #fff;
  font-weight: 400;
  font-style: italic;
  font-size: 14px;
  margin-top: 20px;
  float: right;
  margin-right: 20px;
}

/* For testimonial listing page (if used elsewhere) */
.testimonial_listing_text {
  padding-top: 10px;
  color: #014d2c;
  font-size: 18px;
}

.testimonial_listing_name {
  color: #014d2c;
  font-size: 16px;
  font-style: oblique;
  padding-bottom: 10px;
}

/* =========================================
   Bottom Content Area (Open / Request / Follow)
========================================= */

#bottom-content {
  width: 100%;
  background-color: #014d2c;
  padding: 32px 0 38px 0;
}

#bottom-content h1 {
  color: #ffaf00;
  margin-bottom: 10px;
  font-weight: 600;
  font-size: 21px;
  text-transform: uppercase;
}

#bottom-content h2 {
  text-align: left;
  color: #000;
  margin-bottom: 0;
  font-weight: 600;
  font-size: 21px;
  text-decoration: underline;
}

/* Cards themselves – Bootstrap grid does the positioning */
.open,
.request-call,
.follow {
  background: #ffaf00;
  border-radius: 5px;
}

/* OPEN box */
.open-box {
  width: 100%;
}

.open .left {
  margin-left: 20px;
  margin-top: 20px;
  text-align: left;
}

.open .right {
  border-radius: 5px;
  background-color: #050505;
  width: 171px;
  height: 61px;
  margin-top: 50px;
  margin-right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.open .right:hover {
  background-color: #493200;
}

.open h3 {
  color: #000;
  font-weight: 400;
  font-size: 18px;
  margin-top: 10px;
  text-align: left;
  line-height: 20px;
}

/* REQUEST CALL box */
.request-call-box {
  width: 100%;
  text-align: center;
}

.request-call .left {
  display: inline-block;
}

.request-call .right {
  margin-top: 55px;
  border-radius: 5px;
  background-color: #050505;
  display: inline-block;
  padding: 10px 10px 5px;
}

.request-call .right:hover {
  background-color: #493200;
}

/* FOLLOW box */
.follow-box {
  width: 100%;
  text-align: center;
}

.follow-icon {
  margin-top: 30px;
  display: inline-block;
  text-align: left;
  font-weight: 600;
  font-size: 21px;
}

.follow-icon .center {
  border-radius: 5px;
  background-color: #050505;
  display: inline-block;
  padding: 5px 40px;
}

.follow-icon a {
  margin-left: 10px;
}

.follow-icon a:first-child {
  margin-left: 0;
}

/* =========================================
   Authorised Partner / Installer
========================================= */

#authorised-partner {
  width: 100%;
  padding-top: 30px;
}

#authorised-partner .left h1,
#authorised-partner .right h1 {
  color: #000;
  border-bottom: 1px solid #ffaf00;
  font-weight: 600;
  font-size: 21px;
  text-transform: uppercase;
  text-align: left;
  padding-bottom: 5px;
}

#authorised-partner .left h1 {
  margin-bottom: 40px;
}

#authorised-partner li {
  margin-left: 40px;
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  filter: gray;
  -webkit-transition: all 0.6s ease;
}

#authorised-partner li:first-child {
  margin-left: 0;
}

#authorised-partner li:hover {
  filter: grayscale(0%);
  -webkit-filter: grayscale(0%);
  filter: none;
}

/* =========================================
   Footer & Copyright
========================================= */

.footer {
  width: 100%;
  background: #000;
  padding: 20px 0;
  text-align: center;
  font-size: 13px;
  color: #d8d8d8;
  clear: both;
}

.footer .wrap-inner {
  margin: auto;
  display: inline-block;
  width: 100%;
}

.footer ul {
  margin: 0;
}

.footer li {
  text-align: left;
  list-style: inside none disc;
  color: #ffaf00;
  margin-top: 10px;
}

.footer li a {
  color: #ffaf00;
  font-size: 14px;
  text-decoration: none;
}

.footer li a:hover,
.footer li.selected a {
  color: #fff;
}

.footer .address {
  text-align: left;
}

.footer .address h2 {
  color: #fff;
  font-weight: 700;
  text-decoration: underline;
  font-size: 16px;
}

.footer .address p {
  color: #ffaf00;
  font-size: 14px;
  margin-top: 20px;
}

.footer .add-detail {
  text-align: left;
  color: #ffaf00;
  font-size: 14px;
}

.footer .add-detail p {
  margin-top: 10px;
}

.footer .add-detail p a {
  color: #ffaf00;
  text-decoration: none;
}

.footer .add-detail p a:hover {
  color: #fff;
}

.footer .add-detail p:first-child {
  margin-top: 0;
}

.white-text {
  color: #fff;
  padding-top: 0 !important;
}

.footer span {
  padding-top: 20px;
  display: block;
}

.footer i {
  font-style: normal;
  color: #fff;
}

/* Copyright strip */

.copy-right {
  width: 100%;
  background-color: #ffaf00;
  height: 24px;
  padding-top: 10px;
}

.copy-right p {
  float: left;
  font-size: 12px;
  color: white;
}

.social-icon {
  float: right;
  margin-top: -15px;
}

.social-icon li {
  float: left;
  margin-left: 10px;
}

/* =========================================
   Responsive Tweaks
   (only the most important kept)
========================================= */

/* Services spacing on mid screens */
@media screen and (max-width: 1200px) {
  /* no special layout – Bootstrap grid handles it */
}

/* Slight adjustments around 979px */
@media screen and (max-width: 979px) {
  .gallery .item {
	height: 370px;
  }

  .hdr-cnt {
	color: #fff;
	font-size: 26px;
	padding-bottom: 20px;
  }

  .hdr-cntct-numbr {
	margin-right: 10px;
  }

  .slide-header h2 {
	font-size: 64px;
	line-height: 60px;
	bottom: 26px;
  }

  #authorised-partner {
	padding-bottom: 20px;
  }
}

/* Tablet & below */
@media screen and (max-width: 768px) {
  .welcome-logo {
	margin-top: 10px;
  }

  .slide-header h2 {
	font-size: 44px;
	line-height: 40px;
	bottom: 16px;
  }

  .slide-header .bx-prev {
	left: 10px;
  }

  .slide-header .bx-next {
	right: 10px;
	left: auto;
  }

  #testimonials p {
	font-size: 18px;
	line-height: 22px;
  }

  /* close button tweak for fliplightbox */
  img#flb-close {
	cursor: pointer;
	position: relative;
	right: 52px !important;
	top: 39px;
	z-index: 2147483647 !important;
	background: #000;
	border-radius: 3px;
  }
}

/* Small phones */
@media screen and (max-width: 520px) {
  .cntct-numbr {
	margin-right: 0;
	background: url("../images/phone-small-icon.jpg") no-repeat left center
	  transparent;
	font-size: 20px;
	padding-left: 50px;
  }

  .email {
	background: url("../images/email-small-icon.jpg") no-repeat left center
	  transparent;
	font-size: 20px;
	padding-left: 45px;
	padding-bottom: 10px;
	margin-top: 20px;
  }

  /* Footer stacking */
  .footer .address,
  .footer .add-detail {
	text-align: center;
	border-top: 1px solid #ffaf00;
	padding-left: 20px;
	padding-right: 20px;
  }

  .footer .address h2 {
	margin-top: 20px;
  }

  .footer .add-detail p {
	margin-top: 20px;
  }

  #authorised-partner li {
	margin-left: 0;
	width: 70px;
  }
}

/* Very small devices */
@media screen and (max-width: 379px) {
  .open .right {
	width: 151px;
	margin-right: 10px;
  }

  .copy-right {
	height: 60px;
	text-align: center;
  }

  .copy-right p {
	float: none;
  }

  .social-icon {
	float: none;
	margin: auto;
	display: inline-block;
  }

  .logo {
	padding-bottom: 15px;
	width: 100%;
	padding-left: 0;
	text-align: center;
  }
}

/* ================================
   LOGO AREA (WHITE BACKGROUND)
================================ */

#top-nav .logo-wrap {
    background-color: #ffffff;
    padding: 6px 12px;
    border-radius: 4px;
    display: flex;
    align-items: center;
}

/* Optional: limit logo height */
#top-nav .logo-wrap img {
    max-height: 60px;
}


/* ================================
   NAVBAR THEME
================================ */

#top-nav {
    background-color: #000 !important;
}

/* Menu links */
#top-nav .navbar-nav .nav-link {
    color: #ffaf00 !important;
    font-weight: 600;
}

/* Hover & active state */
#top-nav .navbar-nav .nav-link:hover,
#top-nav .navbar-nav .nav-link:focus,
#top-nav .navbar-nav .nav-link.active {
    color: #ffffff !important;
}

/* Dropdown toggle caret */
#top-nav .dropdown-toggle::after {
    border-top-color: #ffaf00;
}

/* Dropdown menu */
#top-nav .dropdown-menu {
    background-color: #000;
    border: 1px solid #ffaf00;
}

/* Dropdown items */
#top-nav .dropdown-item {
    color: #ffaf00;
    font-weight: 500;
}

/* Dropdown hover */
#top-nav .dropdown-item:hover,
#top-nav .dropdown-item:focus {
    background-color: #ffaf00;
    color: #000;
}

/* Mobile toggle icon */
#top-nav .navbar-toggler {
    border-color: #ffaf00;
}

#top-nav .navbar-toggler-icon {
    filter: invert(74%) sepia(86%) saturate(449%) hue-rotate(357deg);
}

/* Fix dropdown position jump */
#top-nav .dropdown-menu {
    margin-top: 0.2rem;
}