@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,500;0,600;0,700;0,800;0,900;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
/* 
Woodys Building Services Ltd 
0800 994 9621
07590219097
christopher@woodysbuildingservices.com
-----------------
building
Electrical Services
Plumbing Services
Heating
EV Charging
Bathrooms
builders
building
------------------
Barnet
7a High Street
Barnet
Hertfordshire
EN5 5UE
------------------
PRIMARY: bda250
SECOND: 917d3f
LIGHT: f3f3f3
FOOTER: 1c1c1c
 */
video {
  border-radius: 20px;
}
iframe {
  margin-bottom: 30px;
}
section,
.section {
  padding-top: 140px;
  padding-bottom: 140px;
}
.kanda {
  margin-top: 2rem;
}
.kanda img {
  background-color: white;
  padding: 2rem;
  max-height: unset !important;
}
.centered {
  padding-top: 140px;
  padding-bottom: 140px;
}
.next-section {
  padding-top: 140px;
  padding-bottom: 0px;
  position: relative;
}
.next-sectiontop {
  padding-top: 0px;
  padding-bottom: 160px;
  position: relative;
}
.next-sectionbottom {
  padding-bottom: 0px;
  padding-top: 0px;
  position: relative;
}
.content-left {
  padding: 80px;
  padding-left: 0;
}
.content-right {
  padding: 80px;
  padding-right: 20px;
}
.nolist {
  list-style: decimal;
}
.line-clamp {
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.darkbg {
  background-color: #bda250;
}
.medbg {
  background-color: #917d3f;
}
.lightbg {
  background-color: #f3f3f3;
}
.exlightbg {
  background-color: #ffffff;
}
.light-text {
  color: white;
}
.light-text h1 {
  color: white;
}
.light-text h2 {
  color: white;
}
.light-text p {
  color: white;
}
.bigbg {
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center;
  min-height: 600px;
  position: relative;
  border-radius: 20px;
}
.pt10 {
  padding-top: 15px;
}
.nopad {
  padding-left: 0;
  padding-right: 0;
}
.tar {
  text-align: right;
}
html {
  margin: 0 auto;
}
* {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
body {
  text-rendering: optimizeLegibility;
  font-size: 16px;
  overflow-x: hidden;
  position: relative;
  color: #555555;
  background-color: #191919;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
}
h1 span {
  color: #917d3f;
  font-weight: 600;
}
h2 span {
  color: #917d3f;
  font-weight: 600;
}
h1,
h2 {
  font-size: 40px;
  color: #555555;
  font-weight: 600;
  margin-top: 0;
  line-height: 120%;
  font-family: "Playfair Display", serif;
}
h3 {
  font-size: 24px;
  color: #bda250;
  font-weight: 400;
  line-height: 120%;
  font-family: "Playfair Display", serif;
}
a {
  text-decoration: none !important;
  color: inherit;
}
p {
  line-height: 28px;
}
a:hover {
  text-decoration: none;
}
/**************** SOCIALS ****************/
.socials a[href^="#"] {
  display: none !important;
}
.socials a[href*="facebook"] {
  background-color: #4b69b0;
}
.socials a[href*="twitter"] {
  background-color: #37b1e1;
}
.socials a[href*="instagram"] {
  background: radial-gradient(
    circle at 30% 107%,
    #fdf497 0%,
    #fdf497 5%,
    #fd5949 45%,
    #d6249f 60%,
    #285aeb 90%
  );
}
.socials a[href*="youtube"] {
  background-color: #e83f3a;
}
.socials a[href*="whatsapp"] {
  background-color: #2ba63a;
}
.socials {
  margin-top: 20px;
  margin-bottom: 0px;
}
.socials a {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  margin-right: 5px;
  border-radius: 50%;
}
.socials span {
  color: #fffffffff;
  margin: 0;
}
/**************** BUTTONS ****************/
.cta {
  background: #917d3f;
  color: white;
  border-radius: 5px;
  font-size: 11px;
  text-align: center;
  padding: 0 30px;
  display: inline-block;
  line-height: 40px;
  text-transform: uppercase;
  font-family: "Playfair Display", serif;
  letter-spacing: 1px;
  margin-right: 10px;
  -webkit-transition: ease 0.3s;
  -o-transition: ease 0.3s;
  transition: ease 0.3s;
  box-shadow: 0 0 0px rgba(0, 0, 0, 0.1);
}
.cta:hover {
  background-color: #bda250;
  color: white;
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.3);
}
.cta2 {
  color: white;
  border-radius: 5px;
  font-size: 11px;
  text-align: center;
  padding: 0 30px;
  display: inline-block;
  line-height: 40px;
  text-transform: uppercase;
  font-family: "Playfair Display", serif;
  letter-spacing: 1px;
  margin-right: 0px;
  -webkit-transition: ease 0.3s;
  -o-transition: ease 0.3s;
  transition: ease 0.3s;
  background-color: #bda250;
}
.cta2:hover {
  background: #917d3f;
  color: white;
  box-shadow: 0 0 60px rgba(0, 0, 0, 0.25);
}
.ctacenter {
  background: #917d3f;
  color: white;
  border-radius: 5px;
  font-size: 11px;
  text-align: center;
  padding: 0 30px;
  display: block;
  margin: 75px auto 0px;
  width: 100px;
  min-width: 150px;
  line-height: 40px;
  text-transform: uppercase;
  font-family: "Playfair Display", serif;
  letter-spacing: 1px;
  -webkit-transition: ease 0.3s;
  -o-transition: ease 0.3s;
  transition: ease 0.3s;
  box-shadow: 0 0 0px rgba(0, 0, 0, 0.1);
}
.ctacenter:hover {
  background-color: #bda250;
  color: white;
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.3);
}
.cta2center {
  background-color: #bda250;
  color: white;
  border-radius: 5px;
  font-size: 11px;
  text-align: center;
  padding: 0 30px;
  display: block;
  margin: 75px auto 0px;
  width: 100px;
  min-width: 150px;
  line-height: 40px;
  text-transform: uppercase;
  font-family: "Playfair Display", serif;
  letter-spacing: 1px;
  -webkit-transition: ease 0.3s;
  -o-transition: ease 0.3s;
  transition: ease 0.3s;
  box-shadow: 0 0 0px rgba(0, 0, 0, 0.1);
}
.cta2center:hover {
  background: #917d3f;
  color: white;
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.3);
}
main {
  width: 100%;
  position: relative;
}
.white {
  overflow: hidden;
  width: 100%;
  position: relative;
  background-color: #ffffff;
}
.title {
  margin-bottom: 50px;
  padding-left: 0px;
  text-align: center;
}
.title p {
  text-align: center;
  display: block;
  margin: 0 auto;
  width: 75%;
}
.title span {
  padding-left: 0px;
}
.title h2 {
  padding-left: 0px;
}
.content ul {
  width: 100%;
  margin-bottom: 20px;
  overflow: hidden;
  padding: 0;
  -webkit-columns: 2;
  -moz-columns: 2;
  -ms-columns: 2;
  -o-columns: 2;
  columns: 2;
}
.content li {
  position: relative;
  margin-bottom: 10px;
  border-radius: 20px;
  font-size: 16px;
  width: 100%;
  list-style: none;
  padding: 0px 10px 0px 20px;
  min-height: 1em;
  color: #555555;
}
.content li:nth-child(even) {
}
.content li:before {
  position: absolute;
  top: 6px;
  left: 0;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #bda250;
  content: " ";
}
.content .uk-icon {
  color: #bda250;
}
.twocols {
  -webkit-columns: 2;
  -moz-columns: 2;
  -o-columns: 2;
  columns: 2;
  -webkit-column-gap: 30px;
  -moz-column-gap: 30px;
  -o-column-gap: 30px;
  column-gap: 30px;
}
/**************** TOPBAR ****************/
.contactbar {
  width: 100%;
  padding: 5px 0;
  position: relative;
  background-color: #202020;
  margin: 0 auto;
  color: white;
  z-index: 99;
  transition: ease 0.5s;
  padding-right: 10px;
}
.contactbar p {
  display: inline-block;
  padding: 0;
  margin: 0;
  font-weight: 400;
}
.contactbar a {
  font-size: 14px;
  color: #555555;
  font-weight: 400;
  display: inline-block;
  line-height: 30px;
  padding: 5px;
}
.contactbar a:hover {
  color: white;
}
.contactbar a:last-child {
  margin-right: 0px;
}
.mobibar {
  display: none;
}
.top-bar {
  width: 100%;
  position: relative;
  margin: 0 auto;
  background-color: #191919;
  z-index: 99;
}
.uk-sticky-below {
  box-shadow: 0 0 30px rgb(0 0 0 / 40%);
}
.social {
  cursor: pointer;
  display: inline-block;
  position: inherit;
  line-height: 30px;
}
.social .uk-icon {
  display: inline-block;
  line-height: 30px;
  font-size: 20px;
}
.headright {
  float: right;
  text-align: right;
}
/**************** LOGO ****************/
.logo {
  float: left;
  padding: 0;
  margin: 0;
  z-index: 20;
}
.logo img {
  max-height: 120px;
  padding: 10px 0;
  -webkit-transition: ease 0.3s;
  -o-transition: ease 0.3s;
  transition: ease 0.3s;
}
.uk-sticky-below .logo img {
  max-height: 80px;
}
.logo span {
  font-family: "Roboto", sans-serif;
  font-size: 26px;
  color: white;
  line-height: 100px;
  margin: 0px;
  font-weight: 600;
}
/**************** NAV ****************/
.navdiv {
  display: none;
}
nav {
  height: inherit;
  z-index: 5;
  position: relative;
  display: inline-block;
  padding: 0px;
}
nav ul {
  padding: 0;
  margin: 0;
}
nav ul li {
  display: inline-block;
  position: relative;
  float: left;
}
nav ul li a {
  color: #ffffff;
  font-size: 16px;
  padding: 0 10px;
  line-height: 40px;
  cursor: pointer;
  position: relative;
  float: left;
  text-align: center;
  font-weight: 600;
  text-transform: uppercase;
  font-family: "Roboto", sans-serif;
  transition: ease 0.5s;
}
nav ul li a:hover {
  bottom: 0;
  opacity: 1;
}
.quote {
  line-height: 40px;
  float: right;
  padding: 0 20px;
}
.quote {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  display: inline-block;
  float: right;
  color: #bda250;
  background-color: #bda250;
  border-radius: 5px;
  cursor: pointer;
  border: 0px;
}
.quote div {
  display: none;
}
.quote span {
  line-height: 30px;
  font-weight: bold;

  text-transform: uppercase;
  margin: 0;
  display: none;
}
.quote strong {
  line-height: 40px;
  font-weight: bold;
  color: white;
  text-transform: uppercase;
  margin: 0;
}
.active {
  position: relative;
}
.active::before {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #f15a24;
  content: " ";
  bottom: 0px;
  opacity: 1;
  -webkit-transition: ease 0.2s;
  -moz-transition: ease 0.2s;
  transition: ease 0.2s;
}
.sub-menu {
  position: absolute;
  top: 100%;
  margin-bottom: -60px;
  text-align: left;
  border-radius: 10px;
  clear: both;
  white-space: nowrap;
  padding: 10px;
  background-color: #bda250;
  opacity: 0;
  z-index: 10;
  width: auto;
  transform: scale(0.2);
  pointer-events: none;
  transform-origin: top;
  -webkit-transition: ease 0.1s;
  -o-transition: ease 0.1s;
  transition: ease 0.1s;
  box-shadow: 0 0px 20px rgba(0, 0, 0, 0.5);
}
.sub-menu li {
  display: block;
  width: 100%;
  text-align: left;
}
.sub-menu li a {
  padding: 0px 5px;
  color: white;
  width: 100%;
  border-radius: 10px;
  text-align: left;
}
.sub-menu li a:hover {
  background: #917d3f;
}
.sub-menu li a {
  line-height: 35px;
}
nav ul li:hover .sub-menu {
  opacity: 1;
  transform: scale(1);
  pointer-events: auto;
}
nav ul li > a::after {
  background-image: url(../images/icons/down.svg);
  position: absolute;
  top: 0;
  width: 18px;
  height: 40px;
  right: -7px;
  line-height: 100px;
  text-align: center;
  background-size: 50%;
  background-position: center;
  background-repeat: no-repeat;
  content: " ";
}
nav ul li > a:only-child::after {
  display: none;
}
.showMenu {
  display: none;
  position: relative;
  text-align: right;
  float: right;
  text-align: center;
  color: #ffffff;
  background-color: #555555;
  text-transform: uppercase;
  line-height: 50px;
  border-radius: 5px;
  font-weight: bold;
  width: 55px;
  top: 0px;
  right: 0;
  cursor: pointer;
  z-index: 99;
}
/**************** BANNER ****************/
.banner {
  position: relative;
  margin: 0 auto;
  width: 90%;
  border-radius: 40px 40px 0 0;
  overflow: hidden;
  background-color: #917d3f;
}
.banner::after {
  position: absolute;
  content: " ";
  background-image: -webkit-linear-gradient(top, transparent, #191919);
  background-image: -o-linear-gradient(top, transparent, #191919);
  background-image: linear-gradient(top, transparent, #191919);
  bottom: 0px;
  height: 100%;
  width: 100%;
  left: 0;
  z-index: 2;
  pointer-events: none;
}
.bigslider {
  position: absolute;
  width: 100%;
  top: 0;
  height: 100% !important;
  min-height: 100% !important;
}
.bigslider p {
  width: 80%;
}
.bigslider2 {
  position: absolute;
  width: 100%;
  top: 0;
  height: 100% !important;
  min-height: 100% !important;
}
.bigslider2 p {
  width: 80%;
}
.inside-banner {
  position: relative;
}
.banner-slider {
  position: absolute;
  z-index: 5;
  right: 0;
  height: 100%;
  width: 100%;
  top: 0;
  z-index: 1;
}
.bannertext {
  padding: 320px 0px 50px 0px;
  position: relative;
  color: white;
  text-align: right;
  width: 65%;
  z-index: 3;
  float: right;
}
.bannertext img {
  padding-bottom: 20px;
  max-width: 220px;
}
.bannertext h1 {
  font-size: 60px;
  line-height: 110%;
  color: white;
  margin-bottom: 30px;
  font-family: "Playfair Display", serif;
}
.bannertext h1 span {
}
.bannertext p {
  font-size: 18px;
  line-height: 30px;
  font-weight: 400;
  color: white;
  margin: 0;
  margin-bottom: 30px;
}
.banner-slider2 {
  position: absolute;
  z-index: 5;
  right: 0;
  height: 100%;
  width: 100%;
  top: 0;
  z-index: 1;
}
.bannertext2 {
  padding: 100px 0px 100px 0px;
  position: relative;
  color: white;
  width: 100%;
  z-index: 9;
  text-align: right;
}
.bannertext2 h1 {
  font-size: 60px;
  line-height: 70px;
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 30px;
  font-family: "Playfair Display", serif;
}
.bannertext2 p {
  font-size: 16px;
  line-height: 30px;
  font-weight: 400;
  padding-bottom: 20px;
  color: #ffffff;
  margin: 0;
}
/**************** MAINSERVICES ****************/
.main-services h2 {
  font-size: 40px;
}
.main-service-slider {
  padding-bottom: 00px !important;
}
.main-services .bigbg {
  border-radius: 3px;
}
.main-services h3 {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 40px;
  color: white;
  z-index: 3;
  font-size: 20px;
}

.main-services .left-text {
  padding-bottom: 0;
}
.main-services .uk-panel {
  border-radius: 20px;
  overflow: hidden;
}

.main-services .uk-transition-fade,
[class*="uk-transition-scale"],
[class*="uk-transition-slide"] {
  opacity: 1;
}
.main-services .uk-panel::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: " ";
  background-color: #282621;
  opacity: 0.4;
  z-index: 2;
  -webkit-transition: ease 0.3s;
  -o-transition: ease 0.3s;
  transition: ease 0.3s;
  border-radius: 3px;
}
.main-services .uk-panel:hover::after {
  opacity: 0.9;
}

.images {
  position: relative;
}
.images::after {
  content: "";
  position: absolute;
  border-radius: 20px;
  z-index: -1;
  bottom: -43px;
  left: -27px;
  width: 95%;
  height: 100%;
  background: linear-gradient(#bda250, #917d3f);
}
.images img {
  width: 100%;
  border-radius: 20px;
  margin-bottom: 20px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
}
.images img:last-child {
  margin-bottom: 0px;
}
/**************** HOMEPAGE TESTIMONIALS ****************/
.customerreviews {
  overflow: hidden;
  width: 100%;
  position: relative;
  background-image: url(../images/icons/quote.svg);
  background-size: cover;
  -webkit-background-size: cover;
  background-position: center;
  border-radius: 20px;
  background-repeat: no-repeat;
  background-color: #bda250;
}
.customerreviews .uk-card-body {
  padding-top: 0px;
}
/**************** HOMEPAGE BLOCKQUOTE ****************/
.review-slider blockquote {
  min-height: 290px;
  text-align: center;
  pointer-events: none;
}
.review-slider blockquote::after {
  position: relative;
  text-align: center;
  top: 20px;
  display: block;
  margin: 0 auto;
  width: 50px;
  height: 50px;
  line-height: 50px;
  content: " ";
  background-image: url(../images/icons/quote1.svg);
  background-size: 100%;
  background-repeat: no-repeat;
}
.review-slider blockquote .uk-icon {
  color: yellow;
  display: inline-block;
}
.review-slider blockquote {
  padding: 100px;
  display: inline-block;
  width: 100%;
  border-radius: 10px;
  margin: 0;
  margin-bottom: 30px;
  font-style: normal;
}
.review-slider blockquote p {
  font-size: 20px;
  color: white;
  line-height: 28px;
  margin-top: 20px;
}
.review-slider blockquote h3 {
  color: white;
}
.review-slider blockquote span {
  margin-top: 20px;
  display: block;
  font-size: 16px;
  font-weight: 400;
  font-style: italic;
  color: white;
}
.review-slider .uk-grid > * {
  padding: 0px 0px 0px 30px;
}
/**************** TESTIMONIALS-BLOCKQUOTE ****************/
.white blockquote .uk-icon {
  color: yellow;
  display: inline-block;
}
.white blockquote {
  padding: 100px;
  display: inline-block;
  width: 100%;
  background-color: #bda250;
  background-image: url(../images/icons/quote.svg);
  background-size: cover;
  -webkit-background-size: cover;
  background-position: center;
  border-radius: 10px;
  margin: 0;
  margin-bottom: 30px;
  font-style: normal;
}
.white blockquote p {
  font-size: 20px;
  color: white;
  line-height: 28px;
  margin-top: 20px;
}
.white blockquote h3 {
  color: white;
}
.white blockquote span {
  margin-top: 20px;
  display: block;
  font-size: 16px;
  font-weight: 400;
  font-style: italic;
  color: white;
}
/**************** ACCREDITAIONS ****************/
.accred {
  overflow: hidden;
  position: relative;
  z-index: 0;
  text-align: left;
}
.logos {
  background-color: white;
  text-align: center;
}
.logos img {
  display: inline-block;
  text-align: center;
  width: auto;
  height: 100px;
  padding: 10px;
  border-radius: 10px;
  overflow: hidden;
  margin: 0 auto;
}
/**************** GALLERY ****************/
.thumbs {
  float: left;
  width: 25%;
  padding: 10px;
  overflow: hidden;
  position: relative;
  z-index: 2;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-filter: brightness(90%);
}
.thumbs img {
  width: 100%;
  margin: 0 !important;
  border-radius: 5px;
}
.thumbs a {
  margin: 0 !important;
}
.thumbs:hover {
  -webkit-filter: brightness(120%);
}
.img-area img {
  border-radius: 10px;
}
.img-area .uk-card-default {
  border-radius: 10px;
}
.uk-subnav .uk-active > a {
  background-color: #bda250 !important;
}
.uk-subnav-pill a {
  font-size: 16px !important;
}
/* Hover + Focus */
.uk-subnav-pill > * > a:hover {
  background-color: #898788 !important;
}
/**************** WHYCHOOSEUS? ****************/
.whyus {
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.whyus .uk-card-default {
  border-radius: 20px;
  overflow: hidden;
  background-color: #e8e8e8;
  box-shadow: none;
  pointer-events: none;
}
.whyus h3 {
  margin-top: 0;
  color: #555555;
  font-weight: 900;
}
.whyus .line-clamp {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.number {
  font-size: 4rem;
  line-height: 150%;
  position: relative;
  margin: 0;
  color: #555555;
  font-weight: 900;
  border-radius: 3px;
}
.whyus .uk-card-body {
  padding: 20px 20px;
  min-height: 350px;
}
.whyus p:last-child {
  padding-bottom: 30px;
}
.whyus .uk-slidenav {
  padding: 5px 10px;
  color: #1c1c1c;
  font-size: 50px;
  transition: color 0.1s ease-in-out;
}
.uk-overlay-primary {
  background: #3d66a6;
}
/**************** HOME-GALLERY ****************/
.projects {
  overflow: hidden;
  width: 100%;
  position: relative;
  text-align: center;
}
/**************** CONTACT-FORM ****************/
#contactform .form-small input,
#contactform .form-small textarea {
  width: 100%;
  float: left;
  display: inline-block;
  border: none;
  padding: 10px;
  margin: 10px 0 10px 0;
  color: white;
  border-radius: 10px;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  color: white;
  font-size: 16px;
  background: rgba(0, 0, 0, 0.4);
  outline: 0;
  float: left;
}
#contactform label {
  font-weight: 400;
  font-family: "Roboto", sans-serif;
  border-radius: 10px;
  color: #555555;
}
#contactform textarea {
  width: 100%;
  border: none;
  padding: 10px;
  border-radius: 10px;
  margin-top: 10px;
  height: 200px;
  font-family: "Roboto", sans-serif;
  background: white;
  outline: 0;
  margin-left: 0px;
}
select {
  width: 100%;
  border: none;
  padding: 9px;
  margin: 10px 0 10px 0;
  color: white;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  border-radius: 10px;
  color: white;
  font-size: 16px;
  background: rgba(0, 0, 0, 0.4);
  outline: 0;
  float: left;
}
#contactform img {
  width: 50%;
}
#contactform input[type="submit"] {
  background: #bda250;
  color: white;
  border: none;
  padding: 12px;
  cursor: pointer;
  float: right;
  margin-top: 10px;
  border-radius: 10px;
  margin-bottom: 20px;
  margin-right: 0px;
  width: 30%;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 16px;
}
#contactform ::-webkit-input-placeholder {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  color: white;
  border-radius: 10px;
  font-size: 16px;
}
#contactform ::-moz-placeholder {
  /* Firefox 19+ */
  color: #ffffff;
  font-family: "Roboto", sans-serif;
  border-radius: 10px;
  font-size: 16px;
}
#contactform :-ms-input-placeholder {
  color: #ffffff;
  font-family: "Roboto", sans-serif;
  border-radius: 10px;
  font-size: 16px;
}
#contactform :-moz-placeholder {
  /* Firefox 18- */
  color: #ffffff;
  font-family: "Roboto", sans-serif;
  border-radius: 10px;
  font-size: 16px;
}
/**************** CONTACT-SECTION ****************/
.contact {
  padding: 0;
  margin: auto;
  width: 100%;
  z-index: 5;
  margin-bottom: -100px;
  overflow: hidden;
}
.contact-content {
  border-radius: 20px;
  overflow: hidden;
}
.contact .text {
  padding-left: 50px;
  padding-right: 50px;
}
.contact h2 {
  color: #ffffff;
  font-weight: 600;
}
.contact p {
  color: white;
}
.contact a:hover {
  color: white;
}
.map {
  position: relative;
  padding: 0;
  z-index: 1;
  overflow: hidden;
  background-color: #917d3f;
}
.map iframe {
  position: absolute;
  width: 100%;
  height: calc(100% + 300px);
  z-index: -1;
  left: 0;
  opacity: 0.8;
  top: -150px;
}
/**************** FOOTER ****************/
footer {
  background-color: #191919;
  padding: 175px 20px 50px 20px;
  overflow: hidden;
}
footer span {
  font-size: 44px;
  font-size: 4.4rem;
  color: #ffffff;
  font-weight: 700;
  font-family: "Roboto", sans-serif;
}
footer .left a {
  margin: 0;
  line-height: 40px;
  margin-right: 30px;
  display: block;
  color: #ffffff;
  font-size: 15px;
  font-weight: 400;
}
footer a:hover {
  color: #bda250;
}
footer .socials {
  margin-top: 30px;
  margin-bottom: 30px;
}
footer .socials a {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  margin-right: 5px;
  text-transform: capitalize;
}
footer ul {
  padding: 0;
}
footer ul li {
  color: #ffffff;
  opacity: 0.8;
  font-size: 14px;
  line-height: 28px;
  list-style: none;
  position: relative;
  padding-left: 15px;
}
footer img {
  max-height: 130px;
}
footer ul li:before {
  position: absolute;
  top: 10px;
  left: 0;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #bda250;
  content: " ";
}
footer h2 {
  color: #ffffff;
  font-size: 24px;
}
footer p {
  color: #ffffff;
  opacity: 0.8;
  font-size: 14px;
  line-height: 28px;
  margin: 0;
  text-transform: capitalize;
}
footer img {
  margin-bottom: 10px;
  padding: 5px;
  border-radius: 10px;
}
.amcs .footlinks a {
  display: inline-block;
  margin-right: 5px;
  color: #ffffff;
  font-size: 12px;
}
.amcs .footlinks a:hover {
  color: #ffffff !important;
}
.amcs .footlinks a::after {
  content: "/";
  margin-left: 10px;
  color: #ffffff;
}
.amcs .footlinks a:last-of-type::after {
  display: none;
}
.amcs {
  background-color: #191919;
  overflow: hidden;
  padding-top: 0px;
  padding-bottom: 0px;
}
.amcs .left {
  text-align: left;
}
.amcs .right {
  text-align: right;
}
.amcs p {
  font-size: 12px;
  color: #555555;
  letter-spacing: 0.5px;
  margin: 10px 0;
  line-height: 34px;
}
.amcs .scrolltop {
  color: #ffffff;
  display: inline-block;
  background-color: #bda250;
  border-radius: 50%;
  height: 50px;
  text-align: center;
  line-height: 40px;
  width: 50px;
}
.scrolltotop {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 9;
}
.scrolltotop svg {
  width: 40px;
  height: 40px;
}
@media (max-width: 1500px) {
  header {
    height: 450px;
  }
  .inside-banner {
    padding: 0px 20px;
  }
  .images::after {
    content: "";
    position: absolute;
    border-radius: 20px;
    z-index: -1;
    bottom: -17px;
    left: 1px;
    width: 94%;
    height: 100%;
    background: linear-gradient(#bda250, #917d3f);
  }
  .content-right {
    padding: 30px;
    padding-right: 20px;
  }
  .content-left {
    padding: 30px;
    padding-left: 0;
  }
  .banner {
    width: 96%;
  }
}

@media (max-width: 1268px) {
  .content-right {
    padding: 30px;
    padding-right: 20px;
  }
  nav ul li > a::after {
    height: 40px;
    line-height: 40px;
    background-size: 40%;
  }
  .quote {
    position: relative;
    text-align: right;
    float: right;
    text-align: center;
    color: #ffffff;
    text-transform: uppercase;
    line-height: 50px;
    font-weight: bold;
    width: 55px;
    text-align: center;
    margin-right: 10px;
    cursor: pointer;
    z-index: 9;
  }
  .quote span {
    font-size: 24px;
    display: inline-block;
  }
  .quote strong {
    display: none;
  }
  .quote {
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    display: inline-block;
    padding: 0 10px;
    float: right;
    cursor: pointer;
  }
  .quote div {
    display: inline-block;
  }
  .content {
    padding-top: 30px;
  }
  .amcs .left {
    text-align: center;
  }
  .amcs .right {
    text-align: center;
  }
  .amcs p {
    line-height: 20px;
  }
  .images img {
    width: 100%;
    padding-right: 0px;
  }
  .content ul {
    -webkit-columns: 1;
    -moz-columns: 1;
    -ms-columns: 1;
    -o-columns: 1;
    columns: 1;
  }
  .content,
  .images {
    width: 100%;
  }
  .contact-banner span {
    display: none;
  }
  blockquote {
    width: 100%;
  }
  .logo span {
    font-family: "Roboto", sans-serif;
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 55px;
    margin: 0px;
  }
  .logo span b {
    font-weight: 700;
  }
  .mobi-ban {
    display: block;
  }
  .mobi-ban a {
    float: right;
    display: block !important;
    width: 45px;
    height: 45px;
    text-align: center;
    line-height: 55px;
    color: #00176e;
    font-size: 20px;
  }
  .nav {
    display: block;
    position: fixed;
    width: 100%;
    height: 55px;
    background-color: #111111;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 10;
    transition: ease 0.5s;
    text-align: right;
    line-height: 35px;
  }
  .nav p {
    display: inline-block;
    padding: 0;
    margin: 0;
    font-weight: 600;
  }
  .nav a {
    margin-right: 8px;
    font-size: 16px;
  }
  .nav a:last-child {
    margin-right: 0px;
  }
  .showMenu {
    display: block;
  }
  .sub-menu {
    opacity: 1;
    transform: scale(1);
    transition: none;
    -webkit-columns: 1;
    -moz-columns: 1;
    -o-columns: 1;
    columns: 1;
  }
  nav.open {
    right: 0;
  }
  nav ul li .sub-menu {
    display: none;
  }
  nav ul li:hover .sub-menu {
    display: none;
  }
  nav:after {
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 1;
    z-index: -1;
  }
  nav {
    background: #191919;
    overflow: hidden;
    position: fixed;
    right: -100%;
    top: 0px;
    transition: right 0.5s;
    height: 100vh;
    z-index: 10;
    padding: 200px 30px;
    width: 100%;
  }
  nav ul {
    margin: 0;
    text-align: right;
  }
  nav ul li {
    width: 100%;
  }
  nav ul li.social a span {
    display: inline-block;
  }
  nav ul li a.active {
    color: #53c1c0 !important;
    border-bottom: 0;
  }
  nav ul li a {
    color: white !important;
    width: 100%;
    font-size: 20px;
    text-align: right;
    line-height: 40px;
  }
  .sub-menu li a {
    font-size: 12px;
    text-align: right;
  }
  .sub-menu {
    background-color: rgba(0, 0, 0, 0.4);
    margin: 10px 0;
    text-align: right;
    padding: 10px;
    position: relative;
    box-shadow: none;
  }
  .subon {
    display: block;
  }
  .subicon::after {
    content: "\f365";
  }
  .images img {
    width: 100%;
    padding-left: 0;
  }
  .review-slider blockquote {
    min-height: auto;
  }
  .customerreviews .uk-card {
    width: 100%;
  }
  button {
    border: none;
  }
  button:focus {
    outline: none;
  }
}

@media (max-width: 1024px) {
  .banner::after {
    height: 100%;
  }
  blockquote {
    min-height: auto;
  }
  .white blockquote {
    padding: 40px 40px 60px 40px;
  }
  .bannertext {
    padding: 70px 0px 70px 0px;
    position: relative;
    text-align: right;
    width: 100%;
    z-index: 3;
  }
  .banner {
    height: auto;
  }
  .banner-slider {
    height: 600px !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-top: 0px;
    width: 100%;
  }
  .bigbg {
    height: 600px;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .bigslider {
    min-height: 600px !important;
    height: 600px !important;
  }
  .bannertext2 {
    width: 100%;
    padding: 70px 0px;
  }
  .whyus .uk-card-body {
    min-height: 0px;
  }
  .review-slider blockquote {
    padding: 20px 20px 50px 20px;
  }
  blockquote {
    padding: 40px 40px 60px 40px;
  }
  .twocols {
    -webkit-columns: 1;
    -moz-columns: 1;
    -o-columns: 1;
    columns: 1;
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    -o-column-gap: 30px;
    column-gap: 30px;
  }
  .title {
    padding: 0px;
  }
  .sociallinks {
    display: block;
    float: right;
    width: 50%;
    text-align: right;
  }
  .contactdetails {
    display: none;
  }
}

@media (max-width: 768px) {
  .contact .text {
    padding-left: 20px;
    padding-right: 20px;
  }
  .accred p {
    width: 100%;
  }
  .title p {
    width: 100%;
  }
  section,
  .section {
    padding-top: 140px;
    padding-bottom: 140px;
  }
  .centered {
    padding-top: 140px;
    padding-bottom: 140px;
  }
  .next-section {
    padding-top: 0px;
    padding-bottom: 160px;
  }
  .content-left {
    padding: 0px;
    padding-left: 0;
  }
  .content-right {
    padding: 0px;
    padding-right: 0px;
  }
  .images::after {
    display: none;
  }
  .intro .images {
    display: none;
  }
  .white .images {
    display: none;
  }
  .centered,
  section,
  .section {
    padding: 80px 1.15rem;
  }
  .next-section,
  .next-sectiontop,
  .next-sectionbottom {
    padding: 80px 1.15rem 80px;
  }
  .showMenu {
    position: absolute;
    float: right;
    width: 55px;
    top: 25px;
    right: 5px;
    cursor: pointer;
    z-index: 99;
  }
  .map {
    height: 300px;
  }
  .logo {
    width: 100%;
  }
  .tar {
    text-align: left;
    padding-bottom: 20px;
  }
  .contactbar .tar {
    text-align: right;
    padding: 0;
    padding-right: 10px;
  }
  .images {
    padding: 50px 0px 0px 0px;
  }
  footer img {
    max-height: 60px;
    margin-bottom: 20px;
  }
  .quote {
    position: absolute;
    right: 55px;
    top: 25px;
    font-weight: bold;
    width: 55px;
    z-index: 99;
  }
  a:hover,
  .uk-link:hover,
  .uk-link-toggle:hover .uk-link,
  .uk-link-toggle:focus .uk-link {
    color: #ffffff;
  }
  footer img {
    height: auto;
  }
  .bannertext {
    padding: 70px 40px;
  }
  .bannertext2 {
    width: 100%;
    padding: 70px 40px;
  }
  .line-clamp {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  .logo {
    line-height: 100px;
  }
  .logo img {
    max-height: 75px;
  }
  .contactbar {
    padding: 5px 0px;
  }
  .contactbar p {
    display: inline-block;
    padding: 0;
    margin: 0;
  }
  .contactbar b {
    display: none;
  }
  .inside-banner {
    position: relative;
    padding: 0px;
  }
  .banner {
    height: auto;
  }
  .banner-slider {
    height: 600px !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-top: 0px;
    width: 100%;
  }
  .bigbg {
    height: 600px;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .bigslider {
    min-height: 600px;
  }
  .bannertext {
    width: 100%;
  }
  .bannertext h1 {
    font-size: 40px;
    line-height: 120%;
    margin-top: 0px;
    margin-bottom: 10px;
  }
  .bannertext2 span {
    font-size: 40px;
    line-height: 120%;
    margin-top: 0px;
    margin-bottom: 10px;
  }
  body {
    width: 100%;
  }
  .logos img {
    width: 100%;
    height: auto;
  }
  h2 {
    font-size: 24px;
    font-size: 2.4rem;
    font-family: "Playfair Display", serif;
  }
  main img {
    width: 100%;
  }
  .white img {
    width: 100%;
  }
  .topbar {
    position: relative;
  }
  footer {
    height: auto;
    padding-top: 150px;
  }
}
@media (max-width: 640px) {
  .whyus .uk-slidenav {
    display: none;
  }
  .contactbar a {
    font-size: 10px;
  }
  #contactform input[type="submit"] {
    width: 50%;
  }
  .kanda img {
    max-height: unset !important;
  }
}
@media (max-width: 380px) {
  .cta,
  .ctacenter,
  .cta2center,
  .cta2 {
    display: block;
    margin-right: 0px;
    margin-bottom: 10px;
  }
}
