body {
    font-family: 'Lato';
}

.header {
	background-image: url(../img/bg-tile.jpg);
}

@media (min-width: 1200px) {
    .navmenu li:hover>a, .navmenu .active, .navmenu .active:focus {
        color: rgb(18,18,18);
    }
}

header .social a {
    color: rgb(18,18,18);
	margin: 0 4px !important;
}

.header .branding {
    padding-top: 25px !important;
    padding-bottom: 25px !important;
    border-bottom: 1px solid white;
}

.header .logo img {
	max-height: inherit;
    max-width: 170px;
}

.hero .carousel {
    min-height: 80vh;
}

.hero .carousel-control-prev, .hero .carousel-control-next {
    bottom: -85px;
}

.hero .carousel-control-next { justify-content: inherit; }

.carousel-control-next {
    right: inherit;
    left: 40px;
}

.hero .carousel-control-prev:hover .carousel-control-next-icon, .hero .carousel-control-prev:hover .carousel-control-prev-icon, .hero .carousel-control-next:hover .carousel-control-next-icon, .hero .carousel-control-next:hover .carousel-control-prev-icon,
.hero .carousel-control-next-icon, .hero .carousel-control-prev-icon
{
    background: inherit;
    color: white;
}

.slider-content {
    background-image: url(../img/brands-bg.jpg);
    padding: 50px 40px;
    bottom: -115px;
}

.hero { overflow: inherit; }

.hero h2 { font-size: 25px; color: black; }

.featured-services .service-item { 
    box-shadow: inherit; 
    padding: 0 15px;
}

.featured-services .service-item:before { 
    content: inherit;
}

.featured-services .service-item:hover h4 a, .featured-services .service-item:hover .icon i, .featured-services .service-item:hover p {
    color: black;
}

.signup-form .php-email-form {
    box-shadow: inherit;
    background-color: inherit;
    margin: 0;
    padding: 0;
}

.featured-services .service-item h4.sub-title {
    font-size: 14px;
}

.signup-form {
    background-image: url(../img/brands-bg.jpg);
    padding: 40px;
}

.signup-form.contact .php-email-form button[type=submit] {
    width: 100%;
    background: #FFD301;
    font-weight: bold;
    border-radius: 50px;
    color: black;
}

.promo-box{
    padding: 0 30px;
}

.more-info-btn {
    display: block;
    text-align: center !important;
    color: #ffffff;
    width: 100%;
    background: #da1f26;
    padding: 10px 0px;
    margin: 10px 0;
    border-radius: 48px;
    font-weight: bold;
}

.more-info-btn:hover { color: white }

.viral-moments {
    background-image: url(../img/brands-bg.jpg) !important;
}

.footer {
    background-image: url(../img/Logo-section-footer.jpg) !important;
    padding: 40px 0;
}

.footer .footer-about .logo img {
    max-height: 140px;
}

.list-style-none { list-style: none; }

.footer .footer-links ul li {
    display: inline-flex;
    margin-right: 10px;
}

.viral-tweets li a {
    color: black;
    text-decoration: underline;
}

.scroll-top,.scroll-top:hover {
    background-color:#FFD301;
    box-shadow: 0px 0 25px 0 rgba(0, 0, 0, .3);
}

.title{
    font-family: 'Bebas Neue';
}

.featured-services .service-item h4 {
    margin-bottom: 5px;
}

.hero .carousel-control-prev, .hero .carousel-control-next {
    opacity: 1;
}

.viral-tweets li, .viral-tweets li a { color: white; }

.sponsors-content {
    -webkit-box-shadow: 0px 0px 25px -5px rgba(0,0,0,0.4);
    -moz-box-shadow: 0px 0px 25px -5px rgba(0,0,0,0.4);
    box-shadow: 0px 0px 25px -5px rgba(0,0,0,0.4);
    padding: 25px;
    border-radius: 20px;
}
.sponsors-cta-section{
    background-color: #f2f2f2;
}  
.web-info-btn{
    text-align: center;
    color: #ffffff;
    background: #da1f26;
    padding: 10px 30px;
    margin: 10px 0;
    border-radius: 48px;
    font-weight: bold;
    display: inline-block;
}
.web-info-btn:hover, .web-info-btn:focus, .web-info-btn:focus-within{
    color: #fff;
}    
.sponsor-img {
    padding: 10px;
} 
.concepts-log img {
    max-width: 80px;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.concepts-content {
    text-align: center;
}
.concepts-content h3 {
    font-weight: 600;
}
.concepts-list-section:hover .concepts-log img {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
}
.concepts-log {
    position: relative;
    overflow: hidden;
}
.video-play-button {
  position: relative;
  z-index: 10;
   margin:30px;
  box-sizing: content-box;
  display: block;
  width: 32px;
  height: 44px;
  /* background: #fa183d; */
  border-radius: 50%;
  padding: 18px 20px 18px 28px;
        opacity: 0.5;
}
.video-play-button:hover {
    opacity: 1;
}
.video-play-button:before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 80px;
  height: 80px;
  background: #ba1f24;
  border-radius: 50%;
  animation: pulse-border 1500ms ease-out infinite;
}

.video-play-button:after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 80px;
  height: 80px;
  background: #da1f26;
  border-radius: 50%;
  transition: all 200ms;
}

.video-play-button:hover:after {
  background-color: darken(#da1f26, 10%);
}

.video-play-button img {
  position: relative;
  z-index: 3;
  max-width: 100%;
  width: auto;
  height: auto;
}

.video-play-button span {
  display: block;
  position: relative;
  z-index: 3;
  width: 0;
  height: 0;
  border-left: 32px solid #fff;
	border-top: 22px solid transparent;
	border-bottom: 22px solid transparent;
}

@keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}
.web-video .product-img {
    position: relative;
}

.web-play {
    position: absolute;
    top: 0;
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
    justify-content: center;
}

.web-video .product-img a {
    display: block;
    position: relative;
    z-index: 1;
}
.american-video-section {
    margin-bottom: 30px;
}
.quform-elements .form-control {
    border-radius: 0;
    height: 50px;
}

.quform-elements .form-group {
    margin-bottom: 20px;
}

.quform-elements textarea.form-control {
    height: auto;
}
.about-content {
    text-align: center;
}

.about-title-content {
    text-align: center;
}
.concepts-row {
    -webkit-box-shadow: 0px 0px 25px -5px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0px 0px 25px -5px rgba(0, 0, 0, 0.4);
    box-shadow: 0px 0px 25px -5px rgba(0, 0, 0, 0.4);
    margin-bottom: 25px;
}
.accessibility-content h2{
    font-family: 'Bebas Neue';
    font-weight: 500;
    color: #000;
}

.accessibility-content a, .accessibility-content a:hover {
        color: #333 !important;
}
/******************************/
/******************************/
/***** MEDIA QUERY STYLES******/
/******************************/
/******************************/
@media (min-width:992px){
    .concepts-img img {
        width: 100%;
        height: 400px;
        object-fit: cover;
        object-position: center;
    }
}
@media (max-width: 991px) {
    .social {
        padding-right: 15px;
    }
}

@media (min-width: 1200px) {
    .navmenu a, .navmenu a:focus {
        font-family: 'Bebas Neue' !important;
        font-size: 23px;
        font-weight: bold;
        color: #3a3a3a !important;
    }

    .dropdown .bi::before {
        color: #3a3a3a !important;
    }

    .navmenu .dropdown ul a {
        font-size: 20px;
    }
}

.zigzag-section {
    margin-bottom: 40px;
}

@media (max-width: 991px) { 

    .zigzag-section .row {
        text-align: center;
    }

    .zigzag-section .zigzag-content {
        padding-top: 20px;
    }

    .zigzag-section:nth-child(odd) .row {
        flex-direction: column-reverse;
    }    

}

@media (min-width: 992px) {
    .zigzag-section .row {
        display: flex;
        align-items: center;
    }

    .zigzag-section:nth-child(odd) .promo-box {
        padding-right: 0;
    }

    .zigzag-section:nth-child(even) .promo-box {
        padding-left: 0;
    }
}

.page-title {
    background-image: url(../img/header-bg01.jpg);
}