html {
 background-color:rgb(16, 16, 18);
  line-height: 1.7;
}

body {


  font-family: Arial, sans-serif;
  font-size: 15px;
  margin: 0;
  padding: 0;
}
body h3{
  font-family: algerian;
  font-size: 30px;
  margin: 0;
}
h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin-top: 0;
}

img {
  max-width: 100%;
  height: auto;
}

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 {
 
  color: rgb(0, 0, 0);
  background-color: rgb(255, 255, 255);

}

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-bottom: 10px;
  margin-top: 0px;
  padding: 0;
}

.site-nav li {
  list-style: none;
  float: left;
  margin-right: 20px;
  margin-top:0; 
 

}

.site-nav a {
  display: block;
  color: #fff;
  padding: 5px 50px;
  background-color: #5a5c5e;
  font-size: 15px;
  transition-property: color, background-color;
  transition-duration: 2s;
  border-radius: 8px;
}

.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:50%;
    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%;
    padding:0px;
    margin-right: 0px;
    margin-bottom: 0px;
  }
}

/* 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 {
  padding: 20px 10px;
  background-color: #a8bbc9;
  border-radius: 20px 0px 20px 0px;
  color: #000;
  font-size: 90%;
}

.sidebar h2 {
  margin-top: 7px;
  padding: 20px;
 
  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;
  }
}

/* Bounce Animation */
@-webkit-keyframes fadeBounce {
  0% {
    opacity: 0;
    transform: translateY(-200%);
  }

  40% {
    transform: translateY(0);
  }

  55% {
    transform: translateY(-6px);
  }

  70% {
    opacity: 1;
    transform: translateY(0);
  }

  85% {
    transform: translateY(-3px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeBounce {
  0% {
    opacity: 0;
    transform: translateY(-200%);
  }

  40% {
    transform: translateY(0);
  }

  55% {
    transform: translateY(-6px);
  }

  70% {
    opacity: 1;
    transform: translateY(0);
  }

  85% {
    transform: translateY(-3px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

/* End Bounce Animation */

html.cssanimations .box-a {
  opacity: 0;
}

.box-a {
  animation: fadeBounce 1s forwards;
  -webkit-animation: fadeBounce 1s forwards;
  background-color: #e7eff5;
  padding: 20px 20px 0 20px;
  border: 2px solid #d3dee7;
  margin-bottom: 30px;
  box-shadow: 0px 5px 5px -2px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
}

.boxes :nth-child(2) .box-a {
  animation-delay: 0.5s;
  -webkit-animation-delay: 0.5s;
}

.boxes :nth-child(3) .box-a {
  animation-delay: 1s;
  -webkit-animation-delay: 1s;
}

.boxes :nth-child(4) .box-a {
  animation-delay: 1.5s;
  -webkit-animation-delay: 1.5s;
}

.box-b {
  text-align: center;
  background-color: #ccc;
  width: 200px;
  height: 200px;
  line-height: 200px;
  margin-bottom: 40px;
  border-radius: 50%;
  transition: all 1s ease-out;
}

.box-b:hover {
  transform: rotate(360deg);
}

/* 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: #365267;
  color: #fff;
  font-size: 84%;
  margin-left: 10px;
}

.btn-a:hover {
  background-color: #fff;
  color: #365267;
}

/* Banner Overlay */
.image-banner {
  position: relative;
  margin-bottom: 40px;
  overflow: hidden;
}

.image-banner img {
  display: block;
  transition: all 2s;
}

.image-banner:hover img {
  transform: scale(1.5);
}

.banner-description {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.65);
  padding: 15px 25px;
  opacity: 0;
  transition-property: all;
  transition-duration: 1s;
  transform: translateY(100%);
}

.image-banner:hover .banner-description {
  opacity: 1;
  transform: translateY(0);
}

@media screen and (max-width: 767px) {
  .box-a {
    margin-bottom: 15px;
  }
}

/* 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;
  }
}

.logo{
  background-color: #fff;
  padding: 40px;
}
.taparia{
  float: left;
  width:20%;
  border: 2px solid #000;
  margin: 5px;

}

.macmaster{
  float: left;
  width: 20%;
   border: 2px solid #000;
    margin: 5px;
}

.force{
  float: left;
  width: 20%;
   border: 2px solid #000;
    margin: 5px;
}

.jack{
  float: left;
  width: 20%;
   border: 2px solid #000;
    margin: 5px;
}


@media screen and (max-width: 767px) {
  .taparia  {
    width: auto;
  }
}

@media screen and (max-width: 767px) {
.macmaster {
    width: auto;
  }
}

@media screen and (max-width: 767px) {
  .force  {
    width: auto;
  }
}

@media screen and (max-width: 767px) {
  .jack  {
    width: auto;
  }
}




footer {
  text-align: center;
  font-size: 85%;
  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;
}
