.main-body {
    /* background-color: #f3f3f3; */
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    padding-top: 30px;
    width: 100%;
    height: 100%;
}
.main-body a{
    /* padding-right: 15px; */
}
.main-body a img{
    width: 100%;
}   
.main-body .domains{
    padding-top: 30px;
}
.main-body .main-image{
    border-radius: 3px;
    border: 2px solid #000;
}
img.logo{ width: 100px;}
.three-slide {
    display: flex;
    justify-content: center;
    flex-direction: nowrap;
}
.three-slide .image-wrapper {
    padding-right: 3px;
    padding-left: 3px;
}
.navbar-default.opaque .navbar-nav > li > a {color: #6e7477}
.navbar-default.opaque .navbar-nav > li > a:hover {color: #fff !important;}
.navbar-default.opaque .navbar-nav > li.social > a:hover i {color: #fff !important;}
.top-banner {color: #fff !important;}


/* Create four equal columns that sits next to each other */
.gallery {
    display: flex;
    flex-wrap: wrap;
    padding-left: 150px;
    padding-right: 150px;
    margin-top: 120px;
}
.gallery .column {
    flex: 25%;
    max-width: 25%;
    padding: 0 4px;
}

.gallery .column img {
    margin-top: 8px;
    vertical-align: middle;
    width: 100%;
}

/* Responsive layout - makes a two column-layout instead of four columns */
@media (max-width: 800px) {
    .gallery .column {
        flex: 50%;
        max-width: 50%;
    }
}

/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media (max-width: 600px) {
    .gallery .column {
        flex: 100%;
        max-width: 100%;
    }
}
.black-and-white {
    filter: grayscale(100%);
    transition: filter 0.5s ease-in-out;
}

.black-and-white:hover {
    filter: none;
}

.tp-caption.Concept-Title, .Concept-Title {
    text-transform: uppercase;
}
.banner-btn {
    color: #fff;
    border: 1px solid #fff;
    padding: 15px;
    font-size: 17px;
}
.banner-btn:hover {
    color: #000;
    background-color: #f2b410;
}
#product-carousel h4{
    position: absolute;
    top: 50%;
    width: 100%;
}
#product-carousel h5{
    text-align: center;
    position: absolute;
    width: 100%;
    bottom: -50px;
}
/* .container{
    width: 960px !important;
} */

.tab-wrap {
  transition: 0.3s box-shadow ease;
  border-radius: 6px;
  max-width: 100%;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  list-style: none;
  background-color: #fff;
  margin: 40px 0;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}

.tab-wrap:hover {
  box-shadow: 0 12px 23px rgba(0, 0, 0, 0.23), 0 10px 10px rgba(0, 0, 0, 0.19);
}

.tab {
  display: none;
}

/* Generated selectors for checked tabs (1-5) */
.tab:checked:nth-of-type(1) ~ .tab__content:nth-of-type(1),
.tab:checked:nth-of-type(2) ~ .tab__content:nth-of-type(2),
.tab:checked:nth-of-type(3) ~ .tab__content:nth-of-type(3),
.tab:checked:nth-of-type(4) ~ .tab__content:nth-of-type(4),
.tab:checked:nth-of-type(5) ~ .tab__content:nth-of-type(5) {
  opacity: 1;
  transition: 0.5s opacity ease-in, 0.8s transform ease;
  position: relative;
  top: 0;
  z-index: 100;
  transform: translateY(0px);
  text-shadow: 0 0 0;
  background-color: #ffeacd;
}

.tab:first-of-type:not(:last-of-type) + label {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.tab:not(:first-of-type):not(:last-of-type) + label {
  border-radius: 0;
}

.tab:last-of-type:not(:first-of-type) + label {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.section-white label {
  margin-bottom: 0 !important;
  font-size: 20px !important;
  color: #252525 !important;
}

.tab:checked + label {
  background-color: #ffeacd;
  box-shadow: 0 -1px 0 #ffeacd inset;
  cursor: default;
}

.tab:checked + label:hover {
  box-shadow: 0 -1px 0 #ffeacd inset;
  background-color: #ffeacd;
}

.tab + label {
  box-shadow: 0 -1px 0 #eee inset;
  border-radius: 6px 6px 0 0;
  cursor: pointer;
  display: block;
  text-decoration: none;
  color: #333;
  flex-grow: 3;
  text-align: center;
  background-color: #fff5e8;
  user-select: none;
  transition: 0.3s background-color ease, 0.3s box-shadow ease;
  height: 50px;
  box-sizing: border-box;
  padding: 15px;
}

.tab + label:hover {
  background-color: #fff5e8;
  box-shadow: 0 1px 0 #f4f4f4 inset;
}

.tab__content {
  padding: 10px 25px;
  background-color: transparent;
  position: absolute;
  width: 100%;
  z-index: -1;
  opacity: 0;
  left: 0;
  transform: translateY(-3px);
  border-radius: 6px;
}

.tab__content p{
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 600;
    text-align: justify;
    color: #252525;
}