html {
    background-color: #000000;
    line-height: 1.7;
  }
  
  body {
    font-family: Arial, sans-serif;
    font-size: 15px;
    margin: 0;
    padding: 0;
  }
  
  header h1 {
     font-family: Algerian, sans-serif;
     font-size: 25%;
  }
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  p {
    margin-top: 0;
  }
  
  img {
    max-width: 100%;
    height: auto;
  }
  
  /*slideshow styles*/
  
  .slide {
    width: 70%
    position: relative;
  }
  
  .slide img{
    display: block;
  
  }
  
  .slide-text {
    position: absolute;
    bottom: 0;
    background-color: rgba(0,0,0,.7);
    color: #FFF;
    width: 100%;
    padding: 20px;
    box-sizing: border-box;
  }
  
  /*prev and next buttons*/
  
  ./* Slideshow Styles */
  .cycle-slideshow {
    margin-bottom: 30px;
  }
  
  .slide {
    width: 100%;
    position: relative;
  }
  
  .slide img {
    display: block;
  }
  
  .slide-text {
    position: absolute;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.7);
    color: #fff;
    width: 100%;
    padding: 20px;
    box-sizing: border-box;
  }
  
  @media screen and (max-width: 767px) {
    .slide-text {
      position: static;
      background-color: #000;
    }
  }
  
  .slide-text h3 {
    margin: 0;
  }
  
  /* Prev and Next Buttons */
  .cycle-prev,
  .cycle-next {
    position: absolute;
    top: 30%;
    background-color: rgba(0, 0, 0, 0.35);
    color: #fff;
    padding: 1px 10px;
    display: block;
    cursor: pointer;
    font-size: 130%;
    z-index: 1000;
    opacity: 0;
    transition: opacity 0.5s;
  }
  
  .cycle-next {
    right: 0;
  }
  
  .cycle-slideshow:hover .cycle-prev,
  .cycle-slideshow:hover .cycle-next {
    opacity: 1;
  }
  
  .cycle-pager {
    position: absolute;
    top: 20px;
    z-index: 1003;
    width: 100%;
    text-align: center;
  }
  
  .cycle-pager span {
    text-indent: -9999px;
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #fff;
    margin: 0 4px;
    cursor: pointer;
  }
  
  .cycle-pager .cycle-pager-active {
    background-color: #000;
  }
  
  /* Button A Style */
  .btn-a {
    padding: 6px 10px;
    border-radius: 5px;
    font-weight: bold;
    text-transform: uppercase;
    background-color: ##000000;
    color: #fff;
    font-size: 84%;
    margin-left: 10px;
  }
  
  .btn-a:hover {
    background-color: #fff;
    color: #000000;
  }
  
  
  /* Banner Overlay */
  .image-banner {
    position: relative;
  }
  
  
  
  .banner-description {
    position: absolute;
    bottom: 0;
    left: 0;
    color: #FFF;
    background-color: rgba(0, 0, 0, .65);
    padding: 15px 25px;
  }
  a {
    text-decoration: none;
  }
  
  /* Main Column Typography */
  .main-area h2 {
    font-size: 165%;
    font-weight: normal;
  }
  
  .section {
    padding-left: 40px;
    padding-right: 40px;
  }
  
  .container {
    max-width: 960px;
    margin: 0 auto;
    overflow: hidden;
   
  }
  
  @media screen and (min-width: 1280px) {
    body {
      font-size: 16px;
    }
  
    .container {
      max-width: 1200px;
    }
  }
  
  @media screen and (max-width: 767px) {
    .section {
      padding-left: 20px;
      padding-right: 20px;
    }
  }
  
  header {
    padding-top: 20px;
    color: #fff;
    background-color: #000000;
  
  
  }
  
  header h1 {
    margin: 0;
    font-weight: normal;
    font-size: 165%;
  }
  
  header p {
    font-size: 90%;
    margin: 0;
  }
  
  /* Site Navigation */
  .site-nav {
    margin-top: 20px;
  }
  
  .site-nav ul {
    margin: 0;
    padding: 0;
  }
  
  .site-nav li {
    list-style: none;
    float: left;
    margin-right: 5px;
   
  }
  
  .site-nav a {
    display: block;
    color: #fff;
    padding: 10px 20px;
    background-color: #000000;
    transition-property: color, background-color;
    transition-duration: 1s;
   
  }
  
  .site-nav a:hover {
    background-color: #fff;
    color: #2c465a;
  }
  
  /* Sub Menu */
  .site-nav li ul {
      position: absolute;
      left: -9999px;
      background-color: #e5e9dc;
      box-shadow: 7px 7px 7px -7px rgba(0, 0, 0, .6);
      z-index: 9999;
  }
  
  .site-nav li:hover ul {
      left: auto;
  }
  
  .site-nav li li {
      float: none;
      margin-right: 0;
  }
  
  .site-nav li li a:hover {
      background-color: #fff;
      color: #FFF;
  }
  
  @media screen and (max-width: 1023px) {
    .site-nav li {
      width: 33.332%;
      margin-right: 0;
    }
  
    .site-nav a {
      padding: 15px 0;
      margin-right: 5px;
      margin-bottom: 5px;
      text-align: center;
    }
  }
  
  @media screen and (max-width: 767px) {
    .site-nav li {
      width: 50%;
    }
  }
  
  /* End Site Navigation */
  
  .content-area {
    background-color: #fff;
    padding-bottom: 40px;
    padding-top: 40px;
  }
  
  @media screen and (max-width: 767px) {
    .content-area {
      padding-top: 20px;
    }
  }
  
  .main-area {
    width: 66%;
    float: left;
    padding-right: 40px;
    box-sizing: border-box;
  }
  
  .sidebar {
    color: #555;
    font-size: 85%;
  }
  
  .sidebar h3 {
    font-size: 138.5%;
    margin-bottom: 7px;
   
  }
  
  .info-box {
    background-color: #efeedb;
    border: 5px solid #e6e5c2;
    padding: 20px 40px 7px 40px;
    margin-bottom: 1em;
  }
  
  @media screen and (max-width: 767px) {
    .hide-small {
      display: none;
    }
  }
  
  /* Thumbnail Styles */
  .thumbnails {
    margin-right: -15px;
  }
  
  .thumbnails a {
    float: left;
    width: 25%;
    box-sizing: border-box;
    padding-right: 15px;
    margin-bottom: 15px;
  }
  
  .thumbnails img {
    width: 100%;
    height: auto;
    display: block;
    transition: all 0.2s ease-in-out;
  }
  
  .brands h2{
     margin: 10px;
     font-family: arial black,san-serif;
     padding: 10px 20px;
  }
  
  .brands h3{
    padding: 0px 20px  ;
    color:#000;
  }
  .brands {
    font-decoration: none;12:37 17/06/2020
    padding: 20px 10px;
    background-color: #a8bbc9;
    border-radius: 20px 0px 20px 0px;
    color:#000;
    font-size: 90%;
    margin-bottom:10px;
  
  }
  
  @media screen and (max-width: 767px) {
    .thumbnails a {
      width: 50%;
    }
  }
  
  /* Grid */
  .row {
    margin-right: -20px;
  }
  
  .col {
    width: 100%;
    float: left;
    padding-right: 20px;
    box-sizing: border-box;
  }
  
  .col-xs-11 {
    width: 91.662%;
  }
  .col-xs-10 {
    width: 83.332%;
  }
  .col-xs-9 {
    width: 75%;
  }
  .col-xs-8 {
    width: 66.662%;
  }
  .col-xs-7 {
    width: 58.331%;
  }
  .col-xs-6 {
    width: 50%;
  }
  .col-xs-5 {
    width: 41.662%;
  }
  .col-xs-4 {
    width: 33.332%;
  }
  .col-xs-3 {
    width: 25%;
  }
  .col-xs-2 {
    width: 16.662%;
  }
  .col-xs-1 {
    width: 8.332%;
  }
  
  @media screen and (min-width: 768px) {
    .row {
      margin-right: -40px;
    }
  
    .col {
      padding-right: 40px;
    }
  
    .col-sm-11 {
      width: 91.662%;
    }
    .col-sm-10 {
      width: 83.332%;
    }
    .col-sm-9 {
      width: 75%;
    }
    .col-sm-8 {
      width: 66.662%;
    }
    .col-sm-7 {
      width: 58.331%;
    }
    .col-sm-6 {
      width: 50%;
    }
    .col-sm-5 {
      width: 41.662%;
    }
    .col-sm-4 {
      width: 33.332%;
    }
    .col-sm-3 {
      width: 25%;
    }
    .col-sm-2 {
      width: 16.662%;
    }
    .col-sm-1 {
      width: 8.332%;
    }
  }
  
  @media screen and (min-width: 1024px) {
    .col-md-11 {
      width: 91.662%;
    }
    .col-md-10 {
      width: 83.332%;
    }
    .col-md-9 {
      width: 75%;
    }
    .col-md-8 {
      width: 66.662%;
    }
    .col-md-7 {
      width: 58.331%;
    }
    .col-md-6 {
      width: 50%;
    }
    .col-md-5 {
      width: 41.662%;
    }
    .col-md-4 {
      width: 33.332%;
    }
    .col-md-3 {
      width: 25%;
    }
    .col-md-2 {
      width: 16.662%;
    }
    .col-md-1 {
      width: 8.332%;
    }
  }
  
  @media screen and (min-width: 1280px) {
    .col-lg-11 {
      width: 91.662%;
    }
    .col-lg-10 {
      width: 83.332%;
    }
    .col-lg-9 {
      width: 75%;
    }
    .col-lg-8 {
      width: 66.662%;
    }
    .col-lg-7 {
      width: 58.331%;
    }
    .col-lg-6 {
      width: 50%;
    }
    .col-lg-5 {
      width: 41.662%;
    }
    .col-lg-4 {
      width: 33.332%;
    }
    .col-lg-3 {
      width: 25%;
    }
    .col-lg-2 {
      width: 16.662%;
    }
    .col-lg-1 {
      width: 8.332%;
    }
  }
  
  @media screen and (max-width: 1023px) {
    .push-down-sm {
      margin-bottom: 30px;
    }
  }
  
  @media screen and (max-width: 767px) {
    .push-down-sm {
      margin-bottom: 15px;
    }
  }
  
  
  
  /* COLORED OUTSET BUTTONS */
  
  .outset-colored {
    font-family: Helvetica, Verdana, Arial, sans-serif;
    font-size: 14px;
    list-style-type: none;
    margin: 10px 0 0 10px;
  }
  
  .outset-colored ul { list-style-type: none; display: block; }
  
  .outset-colored li {
    float: left;
    height: 30px;
    margin: 0 8px 7px 0;
  }
  
  .outset-colored li a {
    color: #424242;
    float: left;
    font-size: 16px;
    font-weight: bold;
    height: 24px;
    padding-left: 27px;
    padding-top: 6px;
    position: relative;
    text-decoration: none;
    border: 1px solid #bfc1c6;
    border-radius: 5px;
    background-color: #D8D9DD;
    -moz-border-radius: 5px;
    -webkit-borer-radius: 5px;  
  }
  
  /* EMAIL */
  .outset-colored li a.email {
    background: -moz-linear-gradient(#ff6666, #cc0000 10%, #c40202);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0, #ff6666),color-stop(.10, #cc0000),color-stop(1, #c40202));
    color: #f3f3f3;
    border: 1px solid #c40202;
  }
  
  .outset-colored li a:hover.email {
    background: -moz-linear-gradient(#c40202, #cc0000 1%, #e03434 10%, #e03434);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0, #c40202),color-stop(.01, #cc0000),color-stop(.10, #e03434),color-stop(1, #e03434));
  }
  
  /* LINKEDIN */
  .outset-colored li a.linkedin {
    background: -moz-linear-gradient(#7cd0fb, #38a5dc 10%, #2c83ae);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0, #7cd0fb),color-stop(.10, #38a5dc),color-stop(1, #2c83ae));
    color: #f3f3f3;
    border: 1px solid #2c83ae;
  }
  
  .outset-colored li a:hover.linkedin {
    background: -moz-linear-gradient(#2c83ae, #38a5dc 1%, #41b9f6 10%, #41b9f6);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0, #2c83ae),color-stop(.01, #38a5dc),color-stop(.10, #41b9f6),color-stop(1, #41b9f6));
  }
  
  /* FACEBOOK */
  .outset-colored li a.facebook {
    background: -moz-linear-gradient(#7aa3f7, #4c72c3 10%, #3b5998);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0, #7aa3f7),color-stop(.10, #4c72c3),color-stop(1, #3b5998));
    color: #f3f3f3;
    border: 1px solid #3b5998;
  }
  
  .outset-colored li a:hover.facebook {
    background: -moz-linear-gradient(#3b5998, #4c72c3 1%, #5c8aea 10%, #5c8aea);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0, #3b5998),color-stop(.01, #4c72c3),color-stop(.10, #5c8aea),color-stop(1, #5c8aea));
  }
  
  /* TWITTER */
  .outset-colored li a.twitter {
    background: -moz-linear-gradient(#8ae0fd, #24bce6 10%, #1e9ec1);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0, #8ae0fd),color-stop(.10, #24bce6),color-stop(1, #1e9ec1));
    color: #f3f3f3;
    border: 1px solid #1e9ec1;
  }
  
  .outset-colored li a:hover.twitter {
    background: -moz-linear-gradient(#1e9ec1, #24bce6 1%, #33ccff 10%, #33ccff);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0, #24bce6),color-stop(.01, #33ccff),color-stop(.10, #33ccff),color-stop(1, #33ccff));
  }
  
  /* FLICKR */
  .outset-colored li a.instagram {
    background: -moz-linear-gradient(#fc75ba, #e10374 10%, #c10263);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0, #fc75ba),color-stop(.10, #e10374),color-stop(1, #c10263));
    color: #f3f3f3;
    border: 1px solid #c10263;
  }
  
  .outset-colored li a:hover.instagram {
    background: -moz-linear-gradient(#c10263, #e10374 1%, #ff0283 10%, #ff0283);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0, #c10263),color-stop(.01, #e10374),color-stop(.10, #ff0283),color-stop(1, #ff0283));
  }
  
  .outset-colored li a img {
    height: 16px;
    left: 7px;
    margin-right: 7px;
    position: absolute;
    top: 7px;
    width: 16px;
     border: none;
  }
  
  .outset-colored li a span {
    display: block;
    height: 22px;
    padding-right: 7px;
    overflow: hidden;
    /*width: 70px; Add a width here if you want all the buttons to be the same size.*/
  }
  
  span.site { font-size: 14px; line-height: 20px; }
  </style>
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  .footer {
    text-align: center;
    font-size: 85%;
     background-color: #000;
    color:  #fff;
    padding-bottom: 20px;
    padding-top: 20px;
  }
  
  .row:before,
  .row:after,
  .group:before,
  .group:after {
    content: "";
    display: table;
  }
  
  .row:after,
  .group:after {
    clear: both;
  }
  
  .row,
  .group {
    zoom: 1;
  }
  