@font-face {
  font-family: "marketing";
  src: url('Nunito-Regular.ttf') format('truetype');
}

@font-face {
  font-family: "title";
  src: url('OCRAEXT.TTF') format('truetype');
}



body {
  font-family: "marketing" !important;
  background: #151515;
  color: white;
  font-size: 14px;
}

a {
  text-decoration: none;
  color: #fcc400;
}

a:hover {
  color: white;
}

:hover {
  transition: 0.3s;
}

span {
  color: #fcc400;
}

h1 {
  font-size: 24px;
  font-family: "title";
}

h2 {
  font-size: 24px;
}

h4 {
  font-size: 16px;
  color: white;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  height: 40px;
}

h4:hover {
  color: #fcc400;
}

.btn-primary {
  font-size: 16px;
  background: none;
  color: white;
  border-radius: 0px;
  border-color: white;
}

.btn-primary:hover {
  background: none;
  border-color: #fcc400;
  color: #fcc400;
}

.btn-primary:focus {
  background: none;
  border-color: #fcc400;
  color: #fcc400;
  box-shadow: 0 0 0 0.15rem #fcc400 !important;
}
.btn-primary:active:focus {
  box-shadow: 0 0 0 0.15rem #fcc400 !important;
}

.btn-primary .fas {
  margin: 0px 10px;
  color: #fcc400;
}


.btn-dark {
  font-size: 16px;
  background: #151515;
  color: white;
  border-radius: 0px;
  border: none;
}

.btn-dark:hover {
  background: #333;
  color: #fcc400;
}

.btn-dark:focus {
  background: #151515;
  color: white;
  box-shadow: 0 0 0 0.15rem #151515 !important;
}
.btn-dark:active:focus {
  box-shadow: 0 0 0 0.15rem #151515 !important;
}

.btn-dark .fas {
  margin: 0px 10px;
  color: #fcc400;
}

.container {
  max-width: 1200px;
}

.swiper {
  width: 100%;
  height: 600px;
  overflow: hidden;
}

.swiper-slide {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

.mySwiper img {
  display: block;
  width: 100%;
  object-fit: cover;
}

.logos {
  max-height: 200px;
}

.logos img {
  display: block;
  max-width: 100%;
  object-fit: cover;
}

.headerback {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 200px;
  z-index: 11;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.5) 60%, rgba(0, 0, 0, 0) 100%);
}

.top {
  position: fixed;
  top: 0px;
  width: 100%;
  height: 90px;
  z-index: 99;
}

.header {
  position: absolute;
  top: 0px;
  left: calc((100% - 1200px)/2);
  z-index: 12;
  width: 1200px;
  margin-top: 40px;
  transition: 0.8s;
  
}
.header a {
  color: white;
}
.logo img {
  width: 100%;
}
.logo {
  position: relative;
}
.logo .slugon {
  position: absolute;
  right: 20px;
  bottom: -8px;
  font-size: 10px;
  background: #151515;
}
.header .box {
  padding: 10px 20px;
  border: 1px solid #303030;
  border-left: none;
}
.header .box:first-child {
  border-left: 1px solid #303030;
}
.header .box:last-child {
  border-left: 1px solid #303030;
}

.dropbtn {
  border: none;
  background: none;
  color: white;
}

.dropdown {
  position: relative;
  display: inline-block;
  cursor: pointer;
}

.dropdown:hover {
  color: #fcc400;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #2f2f2f;
  min-width: 200px;
  margin-top: 10px;
  z-index: 1;
}

.dropdown-content a {
  color: white;
  padding: 8px 16px;
  text-decoration: none;
  display: block;
}

.dropdown-content a:hover {color: #fcc400;}

.dropdown:hover .dropdown-content {display: block;}

.dropdown:hover .dropbtn {color: #fcc400;}

.flex-shrink-1:hover {
  background: rgba(255, 255, 255, 0.2);
}
.signage {
  border-top: 1px solid #2d2d2d;
  border-bottom: 1px solid #2d2d2d;
}
.signage .col-md-3 {
  border-left: 1px solid #2d2d2d;
  padding: 30px;
}

.signage .col-md-3:hover img {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.signage .col-md-3:first-child {
  border-left: none;
}

.title {
  font-size: 16px;
}
.small-text {
  color: #878787;
  padding: 0px;
  margin: 0px;
}
.small-text .fas {
  margin-right: 10px;
}

.ctrl {
  background: #ebebeb;
  color: #353535;
}
.ctrl .col-md-3 {
  border-left: 1px solid #ebebeb;
  padding: 30px;
}

.ctrl .col-md-3:hover img {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.ctrl .col-md-3:first-child {
  border-left: none;
}

.ctrl a {
  color: #333;
}
.ctrl a:hover {
  color: #000;
}

.promo {
  width: 100%;
  background-image: linear-gradient(to bottom, #3c3c3c, #575757);
}
.promo .col-md-4 {
  padding: 30px;
}
.promo p {
  border-top: 1px solid #333;
}
.counter {
  border-top: 1px solid #2d2d2d;
  border-bottom: 1px solid #2d2d2d;
  width: 100%;
}
.counter .fas, .counter .far {
  float: left;
  font-size: 40px;
  margin: 20px;
  padding-right: 20px;
  border-right: 1px solid #fcc400;
}

.counter .count {
  font-size: 16px;
  line-height: 120%;
  margin-top: 20px;
}
.counter .count span {
  font-size: 30px;
}
.network .borders {
  border-bottom: 1px solid #2d2d2d;
  border-left: 1px solid #2d2d2d;
}
.network .list {
  background: #1a1a1a;
  border-top: 1px solid #2d2d2d;
  border-right: 1px solid #2d2d2d;
  padding: 20px;
}
.networklogo {
  width: 80px;
  height: 80px;
  border-radius: 100%;
  overflow: hidden;
  background: white;
  float: left;
  margin-right: 15px;
}
.network .list img {
  width: 100%;
}
.text-small {
  font-size: 11px;
  margin-bottom: 0px;
  color: #878787;
}
.network h3 {
  font-size: 16px;
  margin-top: 5px;
}
.network h3 span {
  line-height: 100%;
}
.network a {
  color: white;
}
.network a:hover {
  color: #fcc400;
}

.tab {
  overflow: hidden;
  padding: 0px 18px;
}

.tab button {
  background: none;
  float: left;
  border: none;
  border-right: 1px solid #2d2d2d;
  border-top: 1px solid #2d2d2d;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.3s;
  font-size: 16px;
  color: white;
}
.tab button:first-child {
  border-left: 1px solid #444;
}
/* Change background color of buttons on hover */
.tab button:hover {
  color: #fcc400;
}

/* Create an active/current tablink class */
.tab button.active {
  color: #fcc400;
  background: rgba(255, 255, 255, 0.1);
}

/* Style the tab content */
.tabcontent {
  display: none;
  padding: 0px 30px;
}

/* Style the close button */
.topright {
  float: right;
  cursor: pointer;
  font-size: 28px;
}

.topright:hover {color: red;}

footer {
  width: 100%;
  background: #1a1a1a;
  border-top: 1px solid #2d2d2d;
}

footer ul {
  margin: 0px;
  padding: 0px;
}
footer ul li {
  list-style: none;
  color: white;
  line-height: 28px;
}
footer ul li:hover {
  color: #fcc400;
}
footer ul li .fas {
  margin-right: 10px;
}
.maintop {
  background: #1a1a1a;
  padding-top: 90px;
}
.service .col-md-3 {
  margin-top: 30px;
}
.service .fas, .service .far {
  opacity: 0.5;
  font-size: 30px;
}
.news-grid {
  border: 1px solid #2d2d2d;
}
.news-grid:hover img {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}