.slider-height {
    min-height: 400px;
}
.big-logo img{
    display: none;
}
.small-logo img{
    display: none;
}
.navbar-brand {
    font-size: 28px !important;
    vertical-align: middle !important;
}
.slicknav_btn {
    top: -35px !important;
}
.slicknav_menu .slicknav_icon {
    right: -10px !important;
}
.img-video {
    height: 400px;
}

.icon-play img {
    width: 20px;
}
.icom-video { 
    -webkit-animation: pulse 2s infinite;
    animation: pulse 2s infinite;
}
@keyframes pulse {
    0% {
      -moz-box-shadow: 0 0 0 0 rgba(192, 118, 43, 0.7);
      -webkit-box-shadow: 0 0 0 0 rgba(192, 118, 43, 0.7);
      box-shadow: 0 0 0 0 rgba(192, 118, 43, 0.7);
    }
  
    70% {
      -moz-box-shadow: 0 0 0 30px rgba(253, 190, 52, 0);
      -webkit-box-shadow: 0 0 0 30px rgba(253, 190, 52, 0);
      box-shadow: 0 0 0 30px rgba(253, 190, 52, 0);
    }
  
    100% {
      -moz-box-shadow: 0 0 0 0 rgba(253, 190, 52, 0);
      -webkit-box-shadow: 0 0 0 0 rgba(253, 190, 52, 0);
      box-shadow: 0 0 0 0 rgba(253, 190, 52, 0);
    }
  }
#section-counter {
    position: relative;
    z-index: 0;
    background: #f8f9fd;
}
#section-counter::after {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    content: '';
    z-index: 0;
    opacity: 1;
    width: 50%;
    background: #c0762b;
}
.ftco-counter { 
    padding: 4em 0;
}
.ftco-counter .counter-wrap {
    margin-bottom: 20px;
}
.ftco-counter .block-18 {
    margin-bottom: 2em;
    width: 100%;
}
.ftco-counter .text {
    position: relative;
    width: 100%;
}
.ftco-counter .text-2 {
    width: 100%;
    z-index: 1;
    padding-left: 1em;
}
.ftco-counter .text .count-number .number {
    line-height: 1;
    font-weight: 700;
    font-size: 50px;
    color: rgba(0, 0, 0, 0.8);
}
.text-2 span {
    font-size: 18px;
    font-weight: 800;
    text-transform: uppercase;
    width: 100%;
    display: block;
    line-height: 1.3;
    color: rgba(0, 0, 0, 0.8);
}
.team-info {
    background: rgba(192, 118, 43, 0.5);
    padding: 15px;
}
.contact-us-h2 {
    color: white;
    -webkit-text-stroke: 1px #F8F8F8;
    text-shadow: 5px 4px 4px blue;
}
.count-wrapper {
    background-image: linear-gradient(to bottom, #c2b280, #c0a86e, #bf9e5d, #bf934d, #bf873e, #b77e3a, #ae7536, #a66c32, #936436, #805d3a, #6d553e, #5a4d41);
}